/** Shopify CDN: Minification failed

Line 784:36 Unexpected ")"

**/
#back-to-top {
    bottom: 10%;
}
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 11px 15px;
}
#shopify-section-faq-template #accordion .card {
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s all ease;
}
#shopify-section-faq-template #accordion .card:hover, #shopify-section-faq-template #accordion .card:has(.collapse.show) {
    box-shadow: 0 0 8px #383e6336;
    background: #f7f7f7;
}
#shopify-section-sidebar-faq .sidebar_content .sidebarBlock-content li {
    list-style: disc;
}
#shopify-section-sidebar-faq .sidebar_content .sidebarBlock-content ul {
   padding-left: 15px;
}
.jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link {
    padding-bottom: 10px;
}
.countPill {
    background-color: #0c1c33;
}
.product_badges .sale-badge {
    border-radius: 100px;
    padding: 0 10px;
}
.wishlist.whislist-added svg path {
    fill: red;
}
.slick-dots li button {
    background-color: transparent;
    border-color: #0c1c33;
}
.slick-dots li.slick-active button {
    background-color: #0c1c33;
    border-color: #0c1c33;
}
.card__heading {
  font-size: 22px !important;
  font-weight: bold;
  color: #000;
}
.product-card-title {
  font-size: 22px !important;
  font-weight: bold;
}

.static-page-content {
    max-width: 680px;
    margin: 0 auto;
} 
.announcement-bar {
    background: #0c1c33;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #9fb5c238;
}
.announcement-bar:hover {
    color: #fff;
}
.announcement-bar a{
    color: #fff;
}
.announcement-bar p {
    display: flex;
    justify-content: center;
    column-gap: 3px;
    flex-wrap: wrap;
}
.announcement-bar a:hover:after{
    width: 100%;
}
.announcement-bar a:after {
    content: "";
    display: block;
    width: 0;
    height: 0.5px;
    background: #ffffff;
    margin: 3px auto 2px;
    transition: width .3s ease;
}
.klaviyo_form_trigger{
    cursor:pointer;
}
div#PBarNextFrameWrapper {
    display: none;
}
.btn {
    border-radius: 6px !important;
}
.footer-col .newsletterSubscription .btn, .btn.product-btn {
    border-radius: 100px !important;
}
header ul.site-nav {
    text-align: center;
}
header .header-search__form input::placeholder {
    font-family: 'Montserrat';
    text-transform: uppercase;
}
header .header-top a.navUser-action:hover {
    color: #fff;
}
header .header-top a.navUser-action:before {
    background-color: #ffffff;
}
header .header-search__form form {
    border-radius: 100px;
}
header .header-search__form button.btn-search {
    border-radius: 0 100px 100px 0;
}
header .header-search__form form input {
    font-size: 15px;
}
.halo-header-mobile .item--searchMobile .search-form .search-bar {
    border-radius: 100px;
}
.halo_mobileNavigation_wrapper .icon-dropdown {
    font-size: 16px;
}
.halo-slideshow {
    line-height: 0;
}
.halo-slideshow .item img.image-background {
    height: 100%;
    object-fit: cover;
}
.halo-slideshow .slide-content .slide-text {
    max-width: 800px;
    margin-inline: auto;
    text-transform: capitalize;
}
.halo-slideshow .overlay--dark .slide-image:after {
    background-color: #000000a1;
}
.halo-slideshow a.slide-button {
    /* background-color: #fff;
    border-color: #fff;
    color: #141414; */
    font-weight: bold;
}
/* .halo-slideshow a.slide-button:hover {
    border-color: #9fb5c2;
    background-color: #9fb5c2;
    color: #fff;
} */
.halo-feature-icon-section .halo-row {
    overflow: unset;
    white-space: unset;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin: 0;
    gap: 15px;
    padding: 0;
}
.halo-feature-icon-section .halo-item {
    padding-inline: 0;
    width: 100%;
    margin: 0;
}
.halo-feature-icon-section .halo-row .icon {
    background-color: #0c1c33;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.halo-feature-icon-section .halo-row .icon i {
    color: #fff;
}
.halo-feature-icon-section .layout-2 .content {
    padding-left: 10px;
}
.halo-feature-icon-section .layout-2 .description {
    margin-top: 2px;
}
.halo-feature-icon-section .layout-2 .icon i {
    line-height: normal;
    display: grid;
    place-items: center;
    font-size: 24px;
    border: none;
}
.halo-feature-icon-section .halo-feature-icon {
    display: flex;
    max-width: 100%;
    padding: 0;
    align-items:center;
}
.halo-row-custom .halo-item {
    padding: 0;
}
.halo-row-custom .halo-item .product-card {
    padding: 20px;
    border: 1px solid #00000012;
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-inline: 15px;
}
.halo-row-custom .product-reviews:has(span:empty) {
    display: none;
}
.halo-row-custom a.product-link {
    height: 300px;
}
.halo-row-custom a.product-link img {
    height: 100%;
}
.halo-row-custom .halo-item .product-card .product-link img {
    object-fit: cover;
    border-radius: 10px;
}
.halo-row-custom .product-price .price-item {  
  font-size: 18px;
}
.halo-row-custom .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 45px;
    font-size: 18px;
    color: #0c1c33;
}
.recently-viewed-products .halo-item .product-card {
    margin: 0;
}
.recently-viewed-products .halo-row-custom a.product-link {
    height: 200px;
}
.product-btn {
    border-color: #0c1c33;
    background-color: #0c1c33;
    color: #fff;
}
.product-btn:hover {
    background-color: #ffffff;
    color: #000;
}
.collage-sec .halo-column img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.contact-row form.contact-form label {
    font-size: 16px;
}
.contact-row form.contact-form input {
    font-size: 15px;
}
.contact-row .contact-infomation {
    background-color: #0c1c33;
    color: #ffffff;
}
.contact-row .contact-infomation h3 {
    color: #9fb5c2;
}
.contact-row .contact-infomation a {
    color: #ffffff;
}
.contact-row form.contact-form input.btn {
    background-color: #0c1c33;
    border-color: #0c1c33;
}
.contact-row form.contact-form input.btn:hover {
    background-color: #9fb5c2;
}
.newsletter-section form input {
    font-size: 15px;
    border-radius: 100px !important;
    padding: 6px 160px 6px 20px;
    margin-bottom: 0 !important;
}
.newsletter-section form input::placeholder {
    font-weight: 600;
    text-transform: uppercase;
}
.newsletter-section form .input-group .input-group__btn {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}
.newsletter-section form .input-group .input-group__btn button {
    padding: 12px 30px;
}
.halo-feature-icon-footer .halo-row {
    overflow: unset;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;

}
.halo-feature-icon-footer .halo-item {
    padding: 0;
    width: 100%;
    margin: 0;
}
.halo-feature-icon-footer .halo-feature-icon {
    width: 100%;
}
.halo-feature-icon-footer .title {
    white-space: nowrap;
}
.halo-feature-icon-footer .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}
.halo-feature-icon-footer .halo-feature-icon {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-inline: 0;
}
.halo-feature-icon-footer .content {
    padding: 0 !important;
}
.about-banner-sec h2 {
    font-size: 50px;
}
.cart-popup-wrapper button,
.cart-popup-wrapper a.cart-popup__cta-link {
    font-size: 14px;
}
#Collection .halo-column-product .halo-item .product-card {
    border: 1px solid #00000012;
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 15px;
}
#Collection .halo-column-product .halo-item .product-card a.btn--primary {
    width: 100%;
}
#Collection .halo-column-product .halo-item .product-card .product-description + a.btn--primary {
    margin-top: 10px;
}
#Collection .halo-column-product .product-link img {
    border-radius: 10px;
}
.productGrid--maxCol1 #Collection .product-compare-btn {
    padding-top: 20px;
}
.productGrid--maxCol3 #Collection .product-content {
    min-height: 200px;
}
/* .productGrid--maxCol3 #Collection .halo-column-product a.product-link {
    height: 250px;
} */
.productGrid--maxCol3 #Collection .halo-column-product .product-link img {
    border-radius: 10px;
    height: 100%;
}
.page-sidebar .sidebarBlock {
    border-radius: 10px;
    overflow: hidden;
}
.page-sidebar .sidebarBlock .sidebarBlock-heading {
    background-color: #0c1c33;
    color: #fff;
}
.pagination {
    padding-bottom: 10px;
}
.pagination .pagination-link.pagination--current,
.pagination .pagination-link:hover {
    background-color: #0c1c33;
    color: #fff;
}
.sidebar_content .widget-form,
.sidebar_content .widget-form input {
    border-radius: 100px;
}
.sidebar_content .icon-search {
    width: 20px;
}
.sidebar_content button.btn-search path {
    fill: #ffffff;
}
.sidebar_content button.btn-search {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #0c1c33;
}
body.template-blog .page-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
body.template-blog .page-content ul.pagination {
    overflow: auto;
    white-space: nowrap;
}
body.template-blog .page-content ul.pagination,
body.template-blog .page-content .sidebar_mobile_wrapper {
    grid-column: span 2;
}
body.template-blog .page-content .sidebar_mobile_wrapper {
    margin-bottom: 0;
}
body.template-blog .page-content .sidebar_mobile_wrapper span.text {
    font-size: 16px;
}
body.template-blog article.blog {
    border-bottom: none;
    margin: 0;
    border: 1px solid #00000012;
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-flow: column;
}
article.blog .blog-post-figure {
    order: 1;
    width: 100%;
    margin: 0 !important;
}
article.blog .blog-post-header {
    order: 2;
    margin-top: 15px;
}
article.blog .blog-post-header a {
    color: #0c1c33;
}
article.blog .blog-post-body {
    order: 3;
}
article.blog a.btn--secondary {
    background-color: #0c1c33;
    border-color: #0c1c33;
    color: #fff;
}
article.blog a.btn--secondary:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
article.blog .blog-thumbnail {
    border-radius: 10px;
}
article.blog .blog-thumbnail a {
    width: 100%;
}
article.blog .blog-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
article.blog .button-group {
    margin-top: 20px;
}
.sidebar_content .all-categories-list a {
    font-size: 15px;
}
.recentPosts_List .recentPost-sidebar .title a {
    color: #383e47;
}
.accordion .accordion-item a {
    background-color: #0c1c33;
    color: #fff;
    border-radius: 10px;
    text-transform: capitalize;
}
.accordion .accordion-item:hover a {
    background-color: #0c1c33;
    color: #9fb5c2;
}
.accordion .accordion-item {
    margin-top: 10px;
}
.accordion .accordion-item a:after {
    color: #fff;
}
[data-section-type="featured-blog-section"] .slick-track {
    display: flex;
    gap: 20px;
}
[data-section-type=featured-blog-section] .article-image {
    border-radius: 10px;
}
[data-section-type="featured-blog-section"] .article .article-image .image-container {
    padding-top: 0 !important;
}
[data-section-type="featured-blog-section"] .halo-item {
    border: 1px solid #00000012;
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 20px !important;
    height: auto;
    flex: 0 0 auto;
}
[data-section-type=featured-blog-section] .slick-track .halo-item {
    height: 100%;
}
[data-section-type="featured-blog-section"] .halo-row.halo-row-custom {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
}
[data-section-type="featured-blog-section"] .article .article-image img {
    position: unset !important;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
[data-section-type="featured-blog-section"] .slick-slide {
    height: auto;
}
[data-section-type="featured-blog-section"] .slick-slide > div {
    height: 100%;
}
[data-section-type=featured-blog-section] .halo-item a {
    color: #0c1c33 !important;
}
.page-collections .product-title {
    font-size: 16px;
    line-height: normal;
    color: #0c1c33;
}
.product_template .product_shop .product-title {
    font-size: 24px;
    color: #0c1c33;
    line-height: normal;
}
.product_template .product_services ul.services {
    overflow: unset;
    white-space: unset;
}
.product_template .product_services .service-item .icons i {
    color: #0c1c33;
    border-color: #0c1c33;
}
.product_template .product_services .services .service-item .content .title {
    font-size: 15px;
    color: #0c1c33;
}
.product_template .product_services .services .service-item .content .description {
    line-height: normal;
    font-size: 14px;
}
.product_template .product-single__thumbnails .product-single__thumbnail {
    border: 1px solid #00000030;
    padding: 3px;
}
.product_template .product-single__thumbnails .product-single__thumbnail.active-thumb {
    border-color: #0c1c33;
}
.product_template .main-product-tabs a.toggleLink {
    padding-block: 12px;
}
.product_template .main-product-tabs a.toggleLink .page-heading {
    font-size: 16px;
}
.product-desciption-wrapper #accordion .card-header button {
    background-color: #0c1c33;
    color: #fff;
    border-radius: 10px;
}
.product-desciption-wrapper #accordion .card:has(.show) .card-header button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.product-desciption-wrapper #accordion .card-body {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 0 0 10px 10px;
    border: 1px solid #0c1c330f;
}
.product-desciption-wrapper #accordion .card-body p {
    margin-bottom: 0;
}
.product-desciption-wrapper #accordion .card-header svg path {
    fill: #fff;
}
.product-recommendations__inner a.product-link {
    height: auto;
}
.product-recommendations__inner .product-title a {
    font-size: 15px;
}
.product-recommendations__inner button.product-btn {
    font-size: 14px;
}
.product-desciption-wrapper .product-recommendations__inner .halo-row .halo-item {
    margin-bottom: 0;
}
body.template-page .page .rte hr {
    margin: 30px 0;
}
body.template-page .page .rte ul {
    margin-bottom: 10px;
}
footer .footer-info .footer-col {
    margin-bottom: 0;
}
footer .newsletterSubscription input.form-control {
    border-radius: 100px !important;
    padding-right: 130px !important;
}
footer .newsletterSubscription input.form-control::placeholder {
    text-transform: uppercase;
    font-weight: 600;
}
footer .newsletterSubscription .input-group-field {
    font-size: 15px;
}
footer .newsletterSubscription input.btn {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    height: 90% !important;
    min-height: unset !important;
    border-color: inherit;
    z-index: 4;
}
footer .newsletterSubscription input.btn:hover {
    background-color: #0c1c33;
    border-color: #0c1c33;    
}
footer .halo_footer-bottom {
    padding: 10px 0;
    background-color: #0c1c33;
    border-top: 1px solid #9fb5c238;
}
footer .halo_footer-bottom .item {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}
footer .halo_footer-bottom .footer-copyright {
    font-size: 13px;
    margin-bottom: 0;
}
footer .halo_footer-bottom .item:has(.payment-methods:empty) {
    display: none;
}
.footer-col .newsletterSubscription .input-group .btn{
    background-color:#0c1c33;
}

@media (min-width: 1200px) {
    .container {
        max-width: 3000px;
        padding-inline: 60px;
    }
}
@media (min-width: 1025px) {
    .product-link.image-swap .image-two {
        opacity: 0;
    }
    .product-card:hover .product-image .image-two {
        opacity: 1;
    }
.productGrid--maxCol1 #Collection .halo-item .product-card {
    margin-bottom: 0;
}
.product_top.product_layout_1 .product-single__photos_container {
    width: 100%;
}
.product_top.product_layout_1 .product-slider .slider-nav:not(.slick-slider), .product_top.product_layout_1 .product-slider .slider-nav {
    display: flex;
    flex-direction: column;
}
.product_top.product_layout_1 .product-slider .slider-for {
    width: 75%;
    max-width: 650px;
    display: block;
    margin-right: 5%;
}
}

@media only screen and (max-width: 1399px) {
header.is-sticky .logo-wrapper .site-header__logo-image img {
    width: 80%;
}
header.is-sticky .item--office .office-phone {
    font-size: 18px;
}
}

@media only screen and (max-width: 1200px) {
.announcement-bar-wrapper .close {
    right: 15px;
}
footer .store-email a {
    word-break: break-all;
}
}

@media only screen and (max-width: 1024px) {
.halo-slideshow .slideshow.slideshow--medium .slide-image {
    height: 450px;
}
.halo-row-custom {
    padding-bottom: 10px;
}
.halo-row-custom a.product-link {
    height: 160px;
}
.halo-row-custom .halo-item .product-card {
    margin-inline: 0;
}
.halo-row-custom .halo-item .product-card {
    padding: 15px;
}
.halo-feature-icon-section .halo-row {
    grid-template-columns: repeat(2,1fr);
    max-width: 90%;
    margin-inline: auto;
}
.halo-row-custom .halo-item .product-card:not(.recently-viewed-products .halo-row-custom .halo-item .product-card, .product-recommendations__inner .halo-row-custom .halo-item .product-card) {
    max-width: 320px;
    min-width: 320px;
}
.halo-feature-icon-footer .halo-row {    
    grid-template-columns: repeat(2, 1fr);
    max-width: 80%;
    margin: 0 auto;
}
.about-banner-sec h2,
.about-content-sec h1 {
    font-size: 32px;
}
.about-content-sec .rich-text {
    max-width: 90%;
}
.product-recommendations__inner {
    margin-top: 50px;
}
footer .footer-info .footer-col:first-child {
    text-align: center;
}
footer .newsletterSubscription form {
    margin-inline: auto;
}
}

@media only screen and (max-width: 768px) {
.collage-sec {
    padding-top: 60px;
}
.product_template .product_services ul.services {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.product_template .product_services ul.services li.item {
    width: 100%;
    margin-top: 0;
}
}

@media only screen and (max-width: 749px) {
.announcement-bar {
    line-height: normal;
    font-size: 14px;
}
.halo-slideshow .slide-heading {
    font-size: 28px;
}
.halo-row-custom a.product-link:not() {
    height: auto;
}
.collage-sec .halo-column img {
    height: 200px;
}
.halo-row-custom .halo-item .product-card:not(.recently-viewed-products .halo-row-custom .halo-item .product-card,
.product-recommendations__inner .halo-row-custom .halo-item .product-card) {
    max-width: 300px;
    min-width: 300px;
}
.halo-feature-icon-section {
    margin-bottom: 30px;
}
.halo-feature-icon-section .halo-feature-icon {
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding-right: 0;
}
.halo-feature-icon-section .halo-row .icon {
    width: 50px;
    height: 50px;
}
.halo-feature-icon-section .layout-2 .icon i {
    font-size: 20px;
}
.halo-feature-icon-section .halo-item .title {
    font-size: 16px !important;
}
.halo-feature-icon-section .halo-row {    
    max-width: 100%;    
}
.halo-feature-icon-footer .halo-row {
    max-width: 100%;
    gap: 0;
}
.halo-feature-icon-footer .title {
    white-space: normal;
}
.halo-feature-icon-footer .halo-feature-icon {
    flex-direction: column;
}
.halo-feature-icon-footer .icon {    
    width: fit-content;
}
.halo-feature-icon-footer .icon i {
    font-size: 20px;
}
.halo-feature-icon-footer .halo-feature-icon {
    justify-content: start;
}
.halo-feature-icon-footer .icon i {
    font-size: 20px;
}
.halo-feature-icon-footer .content .title {
    font-size: 14px;
    text-align: center;
}
.newsletter-section form .input-group .input-group__btn button {
    padding: 10px 20px;
}
.newsletter-section form input {
    padding: 6px 135px 6px 20px;
}
main#MainContent {
    margin-top: 30px;
}
.halo-section .hero-content .title {
    font-size: 28px;
}
.contact-row .contact-infomation {
    padding: 20px;
}
.contact-row form.contact-form input {
    margin-top: 0 !important;
}
.about-content-sec .rich-text {
    max-width: 100%;
}
.about-content-sec h1 {
    font-size: 28px;
}
.productGrid--maxCol3 .halo-column .halo-item {    
    margin-bottom: 20px;
}
.productGrid--maxCol1 a.btn--primary {
    margin-top: 10px;
}
.productGrid--maxCol1 .product-actions > a.btn--primary {
    margin-top: 0;
}
.productGrid--maxCol3 #Collection .halo-column-product a.product-link,
.recently-viewed-products .halo-row-custom a.product-link {
    height: auto;
}
#Collection a.btn,
#Collection .halo-column-product button.product-btn,
.recently-viewed-products button.product-btn {
    font-size: 14px;
}
body.template-blog .page-content {    
    grid-template-columns: 1fr;    
}
body.template-blog .page-content ul.pagination,
body.template-blog .page-content .sidebar_mobile_wrapper {
    grid-column: span 1;
}
article.blog a.btn--secondary {
    font-size: 14px;
    min-width: 130px !important;
}
.halo-row-custom .product-title a,
.recently-viewed-products .product-title a {
    font-size: 16px;
}
.pagination li {
    font-size: 14px;
}
.pagination li+li {
    margin-left: 4px;
}
body.template-collection .recently-viewed-products {
    padding-top: 10px;
}
.product-desciption-wrapper .productView-description .tab-content .toggle-title {
    border-top: none;
}
.product-desciption-wrapper .productView-description .tab-content {
    border-bottom: none;
}
footer .halo_footer-bottom .item {
    flex-direction: column;
    text-align: center;
}
}

@media only screen and (max-width: 360px) {
.halo-feature-icon-section .halo-row,
.halo-feature-icon-footer .halo-row {
    grid-template-columns: repeat(1,1fr);
}
.productGrid--maxCol3 .halo-column .halo-item,
.productGrid--maxCol4 .halo-column .halo-item {
    width: 100%;
}
}