/** 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;
        }


   @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;
       }
   }

     @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;
        }

   }