/** Shopify CDN: Minification failed

Line 192:3 Unexpected "{"

**/
   @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

   .template-index * {
       margin-top: 0;
       box-sizing: border-box;
   }   

   :root {
       --gold: #FFD700;
       --deep-green: #0B3D2E;
       --white: #FFFFFF;
       --charcoal: #232323;
       --red: #C10021;
       --light-bg: #F8F6F3;
       --warm-beige: #f5e6d3;
       --soft-gold: #e2c890;
       --gold-tone: #c6a34f;
   }

   .shopify-section-header-sticky.shopify-section-header-show {
    position: fixed !important;
    top: 0 !important;
    transition: opacity .1s,visibility .2s,transform .2s,-webkit-transform .2s,top .2s;
    left: 0;
    right: 0;
}
   .template-index {
       font-family: 'Poppins', sans-serif;
       color: var(--charcoal);
       line-height: 1.6;
       overflow-x: hidden;
   }

   .template-index h1,
   h2,
   h3,
   h4,
   .template-collection h1,
   .template-collection h2,
   .template-collection h3,
   .template-collection h3 span,
   .template-collection h4,
   .template-product h1,
   .template-product h2,
   .template-product h3,
   .template-product h3 span,
   .template-product h4 {
       font-family: 'Playfair Display', serif;
   }

   .template-index .btn-accent {
       display: inline-flex;
       justify-content: center;
       align-items: center;
       background: var(--red);
       color: var(--white);
       padding: 16px 40px;
       font-size: 16px;
       line-height:1.4;
       font-weight: 700;
       border-radius: 4px;
       text-decoration: none;
       box-shadow: 0 4px 15px rgba(193, 0, 33, 0.4);
       transition: all 0.3s ease;
       font-family:"Spartan";
   }

   .template-index .btn-accent:hover {
       background: var(--red);
       color: var(--white);
       transform: translateY(-3px);
       box-shadow: 0 6px 20px rgba(193, 0, 33, 0.6);
   }

   .halo-recently-viewed-popup.is-show {
       left: auto !important;
       right: 0 !important;
       width: max-content;
   }

   .header-nav-multi-site .header-top--right .cart-count-bubble,
   .header-nav-multi-site .header-top--right .wishlist-count-bubble {
       width: 18px !important;
       height: 18px !important;
       min-height: initial !important;
       min-width: initial !important;
       display: inline-flex !important;
       justify-content: center;
       align-items: center;
   }

   .header-nav-multi-site .header-top--right .cart-count-bubble,
   .header-nav-multi-site .header-top--right .wishlist-count-bubble {
       top: -6px !important;
   }

   .body-full-width .header-nav-multi-site .cart-count-bubble .text,
   .body-full-width .header-nav-multi-site .wishlist-count-bubble .text {
       height: auto;
   }

   .template-index .sections-featured-blog .container {
       max-width: 1200px;
       padding: 0 20px;
   }

   .template-index .sections-featured-blog h3.title {
       font-family: "Playfair Display", serif;
   }

   .template-index .sections-featured-blog .article-card__title {
       margin-bottom: 5px;
       line-height: 1.5;
   }

   .template-index .sections-featured-blog .article-card__des {
       font-size: 13px;
   }

   .template-index .sections-featured-blog .article-card__info {
       padding: 20px;
       flex: 1;
       display: flex;
       flex-direction: column;
   }

   .template-index .sections-featured-blog .slick-track {
       display: flex !important;
   }

   .template-index .sections-featured-blog .slick-slide {
       height: auto !important;
       display: flex !important;
   }

   .template-index .sections-featured-blog .slick-slide .article-card {
       display: flex;
       flex-direction: column;
       height: 100%;
   }

   .template-index .sections-featured-blog .article-card__footer {
       margin-top: auto;
   }

   .template-index .slick-dots li button,
   .template-product .slick-dots li button,
   .template-collection .slick-dots li button {
       background: transparent !important;
   }

   .template-index .slick-dots li.slick-active button,
   .template-product .slick-dots li.slick-active button,
   .template-collection .slick-dots li.slick-active button {
       background: var(--red) !important;
       border-color: var(--red) !important;
   }

   /* collection */
   .product .card-media {
       padding-bottom: 100% !important;
   }

   .product .card-media>img,
   .card-media>video {
       object-fit: cover;
       opacity: 1 !important;
   }

   .product .card-media>img+img {
       opacity: 0 !important;
   }

   .product .card-product:hover .card-media>img {
       opacity: 0 !important;
   }

   .product .card-product:hover .card-media>img+img {
       opacity: 1 !important;
   }

   .template-collection .collection-header .page-header {
       display: none;
   }

   .template-collection .card__heading a,
   {
   font-size: 14px;
   font-family: "Poppins", sans-serif !important;
   line-height: 1.5;
   }

   .template-collection p,
   .template-product p,
   .template-product .productView-desc {
       font-family: "Poppins", sans-serif !important;
   }

   .template-collection .articleLookbook-des p,
   .template-product .productView-desc {
       font-size: 14px !important;
   }

   .template-collection .articleLookbook-des p strong {
       font-weight: 600 !important;
   }

   .halo-productBadges .badge.new-badge {
       color: var(--white) !important;
       background-color: var(--red) !important;
   }

   .halo-productBadges .badge.sold-out-badge {
       color: var(--deep-green) !important;
       background-color: var(--gold) !important;
   }

   .toolbar .toolbar-dropdown .label-tab {
       background-color: transparent !important;
   }

   .toolbar .toolbar-item .toolbar-icon {
       --bg-grey: #cab698 !important;
       --icon: #ae8343 !important;
   }

   .template-collection .articleLookbook-title {
       font-size: 30px;
       color: var(--deep-green);
   }

   .card-action .button,
   .pagination-wrapper .button {
       color: var(--white) !important;
       border-color: var(--red) !important;
       background: var(--red) !important;
   }

   .product .card:hover button {
       border-color: var(--red) !important;
   }

   .product .card-action .button:hover,
   .pagination-wrapper .button:hover {
       box-shadow: none !important;
       background: #ad021f !important;
   }

   .pagination-wrapper .pagination-total-item {
       background-color: var(--deep-green);
   }

   .template-product #MainContent,
   .template-product .halo-block {
       background: #F9F3EA !important;
   }

   .template-product .halo-block-header .title .text {
       background: transparent !important;
   }

   .template-product .productView-title {
       font-size: 36px;
   }

   .template-product .select__select,
   .template-product .quantity__container>* {
       background: transparent !important;
   }

   .template-product .giraffly-trust-badge>div {
       margin-top: 0 !important;
   }

   .template-product .giraffly-trust-badge h3 {
       margin-top: 0 !important;
   }

   .template-product .bndlr-volume {
       padding-bottom: 0 !important;
   }

   .halo-block-header .title .text {
       font-size: 36px;
       line-height: 1.2;
       margin-block: 20px;
       text-transform: capitalize;
   }

   .template-collection .sidebarBlock {
       margin: 0 0 20px !important;
   }

   .form-actions .button.filter__price--apply:hover,
   .form-actions .button.filter__price--apply:focus,
   .collection-filters .facets__price--box .filter__price.form-input,
   .product-form__buttons .button:hover,
   .productView-wishlist a {
       background: transparent !important;
   }

   .productView-wishlist a:hover {
       border: 1px solid var(--form-input-border) !important;
   }

   .productView-top>div {
       width: 50% !important;
   }

   .template-product #MainContent .container {
       max-width: 1400px !important;
   }

   .template-product .productView-thumbnail-wrapper .slick-arrow svg {
       fill: var(--charcoal);
   }

   .template-product .productView-image-wrapper .slick-arrow.slick-prev {
       left: 10px !important;
   }

   .template-product .productView-image-wrapper .slick-arrow.slick-next {
       right: 10px !important;
   }

   .template-product .productView-subtotal {
       margin-top: 20px !important;
   }

   .template-product #MainContent .giraffly-right-Bar-Preview-width>div {
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
       gap: 8px 0;
   }

   .template-product #MainContent .giraffly-right-Bar-Preview-width>div>div {
       width: auto !important;
       margin: 0 !important
   }

   .template-product #MainContent .giraffly-right-Bar-Preview-width>div>div svg {
       width: auto !important;
       height: 30px !important;
       aspect-ratio: 16/9;
   }

   .template-product .giraffly-trust-badge {
       margin-bottom: 15px;
   }

   .template-product .product-customInformation__content .title {
       font-size: 16px;
       font-weight: 600;
   }

   .template-product .product-customInformation__content .des {
       font-size: 12px;
   }

   .template-product .productView-group .pvGroup-row {
       margin-top: 20px;
   }

   .template-product .product__text.title svg path {
       fill: var(--charcoal) !important;
   }

   .template-product .halo-popup-title {
       line-height: 1.2;
   }

   .template-product .halo-popup-content p {
       margin-top: 0;
   }

   .template-product .halo-popup-wrapper {
       text-align: center;
   }

   .template-product .halo-popup-header {
       margin: 0 0 15px;
   }

   .template-product #halo-term-condition-popup .halo-popup-wrapper {
       text-align: left;
   }

   .template-product .productView-desc {
       margin-bottom: 15px;
   }

   .template-product .bndlr-volume-discount {
       border: 1px solid var(--charcoal) !important;
       background: transparent !important;
   }

   .template-product .bndlr-volume-style-0 .bndlr-volume-saving-text {
       background: var(--red);
   }

   .template-product .productView-thumbnail {
       padding: 0 5px !important;
   }

   .template-product .productView-thumbnail-wrapper .productView-for {
       padding: 0 20px;
   }

  .template-product  .productView-thumbnail .productView-thumbnail-link {
    border: 2px solid transparent;
}

        .template-product  .productView-thumbnail.slick-current.slick-active > div {
            border-color: var(--charcoal);
        }
         .template-product  .productView-thumbnail > div img {
            object-fit:cover !important;
        }
        .template-product  .productView-thumbnail.slick-current.slick-active > div img {
            opacity:1 !important;
        }


     .template-index   .sections-rich-text h2 {
                color: var(--gold);
                text-align: center;
                font-size: 48px;
                line-height: 1.2;
                margin-bottom: 0px;
                padding-bottom: 20px;
        }
     .template-index   .spaced-section {
            background: var(--deep-green);
        }
        .loox-branding {
            display:none !important;
        }

        .christmas-bar {
        background: #004d40;
        color: #fff;
        text-align: center;
        padding: 60px 10px 26px;
        position: relative;
        border-bottom: 3px solid #d4af37;
}

.christmas-bar h2 {
    margin: 0;
    font-size: 20px;
    line-height:1.2;
    font-weight: 600;
    color: #fff;
}

.christmas-bar p {
    margin: 10px 0 0;
    font-size: 16px;
    opacity: 0.95;
}
.christmas-bar .discount span {
    display: inline-block;
    background: #c1272d;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: 600;
    margin: 0 6px;
    font-size: 12px;
    border-bottom: 2px solid #d4af37;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
    animation: glowPulse 1.8s ease-in-out infinite;
}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 6px rgba(255,215,0,0.4);
    }
    50% {
        box-shadow: 0 0 16px rgba(255,215,0,0.9);
    }
    100% {
        box-shadow: 0 0 6px rgba(255,215,0,0.4);
    }
}


/* Snow animation */
.christmas-bar::before {
    content: "❄ ❄ ❄ ❄";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    animation: snow 2s linear infinite alternate;
    opacity: 0.7;
}

@keyframes snow {
    from { letter-spacing: 2px; }
    to { letter-spacing: 10px; }
}

/* 20-11-25 */

#bc-frame-container,
.loox-float-toggler-container {
    z-index: 9 !important;
}
.drawer-secure-info p {
    margin-top: 0;
    line-height: 1.41;
}
.halo-cart-sidebar .halo-sidebar-header .title {
    font-size: 20px;
    font-weight: 700;
}

.halo-cart-sidebar .halo-sidebar-close svg {
    width: 24px;
    height: 24px;
}

.halo-cart-sidebar .previewCartItem {
    border-bottom: 1px solid #EDE7DD !important;
    padding-bottom: 20px !important;
}
.halo-cart-sidebar .previewCartItem-name {
    font-size: 15px !important;
    font-weight: 700 !important;
}

.halo-cart-sidebar .previewCartItem-qty .form-input,
.cart-item-quantity .cart-item-qty-input {
    font-size: 16px;
    color: #111;
    cursor: pointer;
    border: 1px solid #EDE7DD;
    background: #F9F3EA;
    border-radius: 10px;
}
.halo-cart-sidebar .previewCartItem-image {
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    border-radius: 6px;
    overflow:hidden !important;
}
.halo-cart-sidebar .previewCartTool {
    gap: 10px;
    margin: 0;
}
.halo-cart-sidebar .previewCartItem-qty {
    width: 120px;
}
.halo-cart-sidebar .cartTool-item {
    flex: 1;
    padding: 12px !important;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer !important;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    transition:all .3s ease-in-out;
    color: #000 !important;
    border-color: #d4af37 !important;
    background: #d4af37 !important;
}
.halo-cart-sidebar .cartTool-item:hover {
    background:#000 !important;
    color:#F9F3EA !important;
    border-color:#000 !important;
}
.halo-cart-sidebar .cartTool-item span {
    flex-shrink:0;
    display:inline-flex;
    line-height:1;
}
.halo-cart-sidebar .cartTool-item svg {
    width: 18px !important;
    height: 18px !important;
    color:#000 !important;
    position:relative;
    top:-1px;
}
.halo-cart-sidebar .cartTool-item:hover svg {
       color:#F9F3EA !important;
}

.halo-cart-sidebar .previewCartTotalsPrice {
    background: #F9F3EA;
    border-radius: 14px;
    padding: 18px !important;
    border: 1px solid #EDE7DD;
}
.halo-cart-sidebar .previewCartTotals+.previewCartTotals {
    font-weight: 700;
    margin-top: 5px;
}
.halo-cart-sidebar .list.list-payment,
.cart-container .list-payment {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}
.halo-cart-sidebar .list-payment__item,
.cart-container .list-payment__item {
    flex: 0 0 auto;
}
.halo-cart-sidebar .list-payment__item .icon,
.cart-container .list-payment__item .icon
 {
    height: 16px;
    width: auto;
    fill: none !important;
    stroke: initial !important;
}
.halo-cart-sidebar .drawer-secure-info {
    font-size: 12px;
}
.halo-cart-sidebar .previewCartInfo,
.halo-cart-sidebar .previewCart,
.halo-cart-sidebar .previewCartTool,
.halo-cart-sidebar .halo-sidebar-header {
    padding-inline:16px !important;
}
.halo-cart-sidebar .previewCartInfo {
    padding-bottom:10px !important;
}

.halo-sidebar-wrapper {
    height: calc(100% - 78px) !important;
    padding: 0 !important;
}

.cart-container .cart-item {
    margin-top: 10px;
    padding: 20px !important;
    border: 1px solid #EDE7DD !important;
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    background: #fff;
}
.cart-container .cart-header {
    border-radius: 10px;
    background: #F9F3EA;
}
.cart-container .cart-item-image {
    width: 110px;
    height: 110px;
    border-radius: 14px;
    object-fit: cover;
    padding-bottom:0 !important
}
.cart-container .cart-item-image img {
    position:initial;
}
.cart-container .cart-item-name a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #111;
}
.cart-container .cart-item-vendor {
        font-size: 13px;
    color: #A1998F;
    margin-bottom: 10px;
}
.cart-container .cart-item__price-wrapper .price,
.cart-container .cart-item-total .transcy-money {
     font-size: 17px !important;
    font-weight: 700 !important;
    color: #000 !important;
}
.cart-container .cart-note .form-input {
    width: 100%;
    border: none;
    padding: 12px;
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    max-width: 100%;
}
.cart-container .cart-note {
     margin-top: 25px;
    padding: 18px;
    background: #F9F3EA;
    border-radius: 14px;
    border: 1px solid #EDE7DD;
}
.cart-container  .cart-content-item[data-cart-total] {
    max-width: 340px;
    border: 1px solid #EDE7DD;
    border-radius: 14px;
    padding: 22px !important;
    background: #fff;
}
.cart-container .cart--totals-title {
    font-size: 18px;
    font-weight: 700;
}
.cart-container  .cart-content-wrapper {
    font-size: 13px !important;
}
.cart-container  .cart-content-wrapper p {
    margin-top:0 !important;
    line-height:1.4;
}
.cart-container .cart-secure-block {
    margin-top: 20px !important;
    padding-top: 20px !important;
}
 .previewCartItem-image img {
       object-fit: cover !important;
}

.loox-float-toggler-container-right {
    left: 0 !important;
    right:initial !important;
    transform: rotate(270deg) translate(50%, 50%) !important;
}


   @media screen and (max-width: 1024px) {
       .template-index .sections-featured-blog .slick-slide .article-card {
           margin: 0 7px;
       }

       .template-index .sections-featured-blog .article-card__title {
           font-size: 16px;
       }

       .card-action .button,
       .pagination-wrapper .button {
           font-size: 14px !important;
       }
       .wrapper-footer {
        padding-bottom:61px;
       }
       .section-header-nav-multi-site~.section-header-mobile .header-mobile__item--logo img {
    opacity: 1 !important;
}
   }

     @media screen and (max-width:991px) { 
         .template-index   .sections-rich-text h2 {
                font-size: 36px;
        }
     }

   @media screen and (max-width: 768px) {
       .template-index .btn-accent {
           padding: 14px 30px;
           font-size: 15px;
       }

       .template-product .productView-title {
           font-size: 30px;
       }

       .halo-block-header .title .text {
           font-size: 30px;
       }

       .halo-block-header .title .text {
           margin-block: 10px;
       }

       .template-product .moreItem-breadcrumb {
           padding-bottom: 0 !important;
       }

       .header-nav-multi-site .header-top--wrapper {
           display: none;
       }

       .template-product .breadcrumb {
           margin-bottom: 0 !important;
       }
   }

   @media screen and (max-width: 767px) {
       .productView-top>div {
           width: 100% !important;
       }

       .template-product .productView-nav .slick-next,
       .template-product .productView-nav .slick-prev,
       .template-product .productView-nav .slick-counter {
           display: none !important;
       }

       .template-product .productView-title {
           font-size: 28px;
       }

       .template-product .product-customInformation__content .title {
           font-size: 15px;
       }

       .template-product .productView {
           padding-bottom: 10px;
       }

       .footer .halo-row {
           margin-left: 0 !important;
           margin-right: 0 !important;
       }

         .template-index   .sections-rich-text h2 {
            font-size: 30px;
            max-width: 15ch;
            margin-inline: auto;
            padding-bottom:10px;
        }

        .christmas-bar h2 {
            font-size: 18px;
        }
             .halo-cart-sidebar .previewCartItem-name {
            font-size: 14px !important;
        }
       
        .previewCartItem-price .price {
            font-size: 18px !important;
        }
        .cart-container .cart-item {
            padding: 20px 10px!important;
}
   }