/** Shopify CDN: Minification failed

Line 2584:28 Expected identifier but found bad string token
Line 2584:29 Unterminated string token
Line 2585:5 Unterminated string token

**/
/* Custom css */

/* @font-face {
  font-family: 'Cinzel';
  src: url('{{ "Cinzel-Regular.ttf" | asset_url }}') format('truetype'),
       url('{{ "Cinzel-Bold.ttf" | asset_url }}') format('truetype'),
       url('{{ "Cinzel-Black.ttf" | asset_url }}') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  /* font-family: 'Winner Condensed Bold'; */
  font-family: 'Winner Condensed Medium';
  /* src: url('/cdn/shop/files/winner-condensed-bold.ttf?v=1760599476') format('truetype'); */
  src: url('/cdn/shop/files/winner-cond-medium.ttf?v=1761392662') format('truetype');
  
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Menu css ham button and cart drawer */
.custom-collection-menu {
        position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(120%);
    opacity: 0;
    transition: transform 0.3s 
ease, opacity 0.6s 
ease;
    z-index: 9999;
     pointer-events: none;
}
.menu__drawer_active .custom-collection-menu.active {
    transform: translateY(100%);
    opacity: 1;
     pointer-events: auto;
}
.mobile__menu {
    display:none;
    width: 47px;
} 

.sticky-enabled .mobile__menu svg{
    fill: #000 !important;
    color: #000 !important;
}

#mobile__menu__custom .cross__button svg{
    fill: #fff;
    --size-icon: 3rem;
    color: #fff;
}

.custom-collection-menu.active{
    display:block;
}
.menu__drawer_active .nav-drawer-big .wt-header__body {
    background-color: #271f19;
}
/* .nav-drawer-big .wt-header__body svg.svg-icon {
    fill: #ffffff !important;
    color: #ffffff !important;
} */
/* .nav-drawer-big .wt-header__body img.wt-header__logo__img {
    filter: invert(0) !important;
} */
 .custom-collection-item img {
    height: 75px !important;
    max-width: 100px;
    object-fit: contain;
}
.nav-drawer-big .custom-collection-grid {
    overflow: scroll;
    width: 100%;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 20px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.nav-drawer-big .custom-collection-grid .custom-collection-item {
    background: linear-gradient(to bottom, #312923, #31292300);
    flex: 0 0 auto;
    width: 140px;
    text-align: center;
    border-radius: 10px;
}
.nav-drawer-big .custom-collection-grid .custom-collection-item a.custom-collection-link {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    padding: 10px;
    aspect-ratio: 1;
}
.custom-collection-link img {
  width: 100%;
  height: 200px;        
  object-fit: cover;        
  border-radius: 8px;    
  display: block;
}

.custom-collection-item p {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
  white-space: nowrap; 
  overflow: hidden;         
  text-overflow: ellipsis; 
}
/* page-header#header {
    background-color: #271f19;
} */
.nav-drawer-big .custom-collection-grid .custom-collection-item a.custom-collection-link p {
    font-weight: 700;
    color: #d2a06a;
    display: flex;
    margin-top: 8px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 14px;
    text-transform: uppercase;
}
.nav-drawer-big  .custom-collection-menu.active {
    background-color: #271f19;
    border-top: 1px solid hsla(0, 0%, 100%, .08);
    padding-top: 20px;
    padding-bottom: 25px;
}
.nav-drawer-big  h3.custom-collection-title {
    color: #f8e6d3;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    padding-left: 20px;
    margin-top: 0px;
    padding-top: 10px;
}
.custom-collection-item img {
    height: 100px;
    width: 100%;
    max-width: 100px;
    object-fit: contain;
}
.nav-drawer-big .main_menu_mobile a.wt-page-nav-mega__link {
    font-size: 26px !important;
    line-height: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #f49e52 !important;
    cursor: pointer;
    font-family: Montserrat !important;
    font-weight: 700;
    letter-spacing: -1px !important;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 10px;
    text-transform: uppercase;
}
.menu__drawer_active .custom-collection-menu.active .custom-collection-products {
    padding-bottom: 20px;
}
.wt-page-nav-mega__item:not(:last-child):after {
    display: none;
}
.custom-mobile-menu {
    padding: 32px 20px;
    border-top: 1px solid hsla(0, 0%, 100%, .08);
}
.custom-mobile-menu ul.custom-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 30px;
}
.nav-drawer-big .main_menu_mobile li.wt-page-nav-mega__item {
    padding-top: 0px;
    padding-bottom: 6px;
}
.main_menu_mobile {
    border-top: 1px solid hsla(0, 0%, 100%, .08);
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu__drawer_active .custom-collection-menu.active {
    height: 100vh;
}
.custom-mobile-menu li.custom-menu-item a.custom-menu-link {
    font-size: 19px;
    line-height: 20px;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #f5e7d4;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width:810px){

    .mobile__menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }  

    .cross__button {
        display:none;
    }

    /* .mobile__menu.active .hambutton{
        display:none;
    } */

    .mobile__menu.active .cross__button{
        /* display:block; */
         display:none;
    }
     .menu__drawer_active .wt-header__body {
    background-color: #271f19;
    }
    .menu__drawer_active .wt-header__body svg.svg-icon {
        fill: #f5e7d4 !important;
    }
    .menu__drawer_active .sticky-enabled .wt-header__body .wt-header__logo-wrapper img.wt-header__logo__img {
    filter: invert(0) !important;
}
 .menu__drawer_active .page-header.sticky-enabled .wt-header__panel__item a.wt-header__panel__link.wt-icon svg path {
    fill: #f5e7d4 !important;
}
.menu__drawer_active .page-header-sticky .page-header.sticky-show.sticky-enabled .wt-header__panel__item a.wt-header__panel__link.wt-icon svg path {
    fill:  #271f19 !important;
}

/* .mobile__menu.active svg rect:last-child {
    transform: rotate(-45deg);
    x: -26;
    y: 26;
}
.mobile__menu.active svg rect:first-child {
    transform: rotate(45deg);
    y: 0;
    x: 9;
} */

.mobile__menu svg rect {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform-origin: center;
}

/* Active state */
.mobile__menu.active svg rect:first-child {
  transform: translateY(8px) rotate(45deg) !important;
}

.mobile__menu.active svg rect:nth-child(2) {
  opacity: 0;
}

.mobile__menu.active svg rect:last-child {
  transform: translateY(3px) rotate(-45deg) !important;
}



/* .mobile__menu.active svg {
  width: 40px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
}

.mobile__menu.active svg rect {
  fill: #f5e7d4;
  transition: all 0.4s ease;
}

.mobile__menu.active svg rect:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mobile__menu.active svg  rect:nth-child(2) {
  opacity: 0;
}

.mobile__menu.active svg .active rect:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
} */
}
/* End menu css ham button and cart drawer */

/* start cart drawer */

div#CartDrawer header.wt-cart__drawer__header div#CartDrawer-TotalQty {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* div#CartDrawer .wt-cart__drawer__body .wt-cart__drawer__content */
 div#CartDrawer .wt-cart__drawer__body .wt-cart__drawer__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    padding-top: 10px;
    padding-bottom: 18px;
}
cart-drawer.wt-cart.wt-cart--empty.cart__drawer_empty.is-empty .wt-cart__drawer__body .wt-cart__drawer__content {
    justify-content: flex-start !important;
}

.cart__drawer_empty #CartDrawer .wt-cart__drawer__body #CartDrawer-CartItems{
    justify-content: flex-start !important;
}

.custom-product-desc .product-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 10px;
    flex-wrap: wrap;
}
.custom-product-desc .product-box .product-image {
    flex: 0 0 calc(40% - 10px);
}
.custom-product-desc .product-box .product-info {
    flex: 0 0 calc(60% - 10px);
}
.custom-product-desc .product-box .button_below {
    width: 100%;
}
div#CartDrawer header.wt-cart__drawer__header .count_cross__main {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
div#CartDrawer header.wt-cart__drawer__header span.items__count_main {
    color: gray;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Montserrat';
}
div#CartDrawer header.wt-cart__drawer__header a.wt-cart__drawer__close svg.svg-icon {
    width: 24px;
    height: 24px;
    color: #808080;
}
.custom-product-desc .product-box {
    background-color: #f5e7d4;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
div#CartDrawer header.wt-cart__drawer__header .cart__title {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 24px;
}

/* cart drawer */

@font-face {
  font-family: 'Cinzel';
  src: url('/cdn/shop/files/Cinzel-Regular.otf?v=1758272888') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('/cdn/shop/files/Cinzel-Bold.otf?v=1758272888') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url('/cdn/shop/files/Cinzel-Black.otf?v=1758272888') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

 h2, h3, h4, h5, h6 {
  /* font-family: 'Cinzel', serif !important; */
   font-family: 'Montserrat' !important;
}
h1 {
  font-family: 'Cinzel', serif !important;
}
body {
    max-width: 100%;
}
announcement-bar.wt-announcement-bar div#wt-announcement__container {
    height: 64px;
    align-items: center;
}
announcement-bar.wt-announcement-bar div#wt-announcement__container .wt-announcement__body.wt-announcement__text {
    font-size: 15px;
    color: #f7ecdd;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
}.story-sec .hero.hero--video-background.hero--grid {
    border-radius: unset;
}
.home-banner-sec {
    margin-top: -85px;
}
.wt-header__panel__item.wt-header__panel__item--account a.wt-header__panel__link.wt-icon svg {
    padding: 3px;
}
header.page-header.sticky-enabled {
    background-color: #f5e7d4;
}
header.page-header.sticky-enabled li.wt-page-nav-mega__item a.wt-page-nav-mega__link {
    color: #000;
}
header.page-header.sticky-enabled .wt-header__panel__item a.wt-header__panel__link.wt-icon svg path {
    fill: #000 !important;
}
page-header#header search-drawer.wt-header__search {
    display: none;
}
page-header#header li.wt-page-nav-mega__item a.wt-page-nav-mega__link {
    font-size: 20px;
    font-family: "Source Sans Pro", sans-serif;
}
/* header.page-header .wt-header__panel__item a.wt-header__panel__link.wt-icon svg path {
    fill: #f5e7d4 !important;
} */
 body.page-header-sticky.menu__drawer_active li.wt-header__panel__item a svg path {
        fill: #f5e7d4 !important;
 }

body.page-header-sticky.menu__drawer_active .page-header.sticky-show li.wt-header__panel__item a svg path {
    fill: #f5e7d4 !important;
}
body.page-header-sticky.menu__drawer_active span.hambutton svg {
    fill: #fff;
}
body.page-header-sticky .page-header li.wt-header__panel__item svg path {
    fill: #000 !important;
}
.page-header-sticky .page-header.sticky-enabled.sticky-show a.wt-header__logo__link img {
    filter: invert(1);
}
.page-header-sticky .page-header.sticky-enabled.sticky-show svg {
    fill: #000;
}
.shop-prdouct-sec .card__container img.card__img {
    object-fit: contain;
    padding: 0px;
    /* background-color: #312923; */
    /* background: linear-gradient(to bottom, #312923, rgba(49, 41, 35, 0)); */
        transform: scale(0.95);
}
.shop-prdouct-sec .card__container picture.card__picture {
    background: linear-gradient(to bottom, #312923, #31292300);
    border-radius: 14px;
}
.shop-prdouct-sec .image__with_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 30px;
    margin-top: -20px; */
}
.shop-prdouct-sec .card__container h3.card__title {
    font-weight: bold;
    color: #d2a06a;
}
.shop-prdouct-sec .card .wt-rating__star {
    font-size: 14px;
    color: #e8a04c;
}
body.popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.story-sec .hero--grid img.hero__img {
    aspect-ratio: 1 / 1 !important;
    width: 100%;
    height: auto !important;
}
.hero__wrapper.story-sec {
    max-width: 1800px;
    margin: auto;
    padding: 0px;
    position: relative;
}
.hero__wrapper.story-sec h2.hero__title {
    font-weight: bold;
    font-family: 'Montserrat' !important;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0px;
    max-width: 450px;
}
.hero__wrapper.story-sec .hero__text {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 34px;
    font-family: 'Montserrat';
    font-weight: normal;
}
.story-sec a.hero__button--primary.hero__button {
    border: 2px solid #dca167;
    background-color: transparent;
    color: #dca167;
    max-width: 237px !important;
    width: 100% !important;
    height: 68px;
    font-size: 22px;
    letter-spacing: normal;
    font-family: 'Montserrat';
}
.story-sec a.hero__button--primary.hero__button:hover {
    border: 2px solid #dca167;
    background-color: #dca167;
    color: #fff;
}
.story-sec .hero__button--gap {
    max-width: 268px !important;
    width: 100% !important;
    justify-content: left;
    margin-top: 15px;
}
footer.wt-footer {
    background: #271f19;
}
footer.wt-footer .wt-footer__body {
    max-width: 1200px;
    padding: 0px;
}
footer.wt-footer .wt-footer__aside {
    max-width: 1200px;
    margin: auto;
}
li.wt-footer__list__item a {
    color: #f5e7d4 !important;
    font-size: 20px;
}
footer.wt-footer .wt-footer__title {
    line-height: 36px;
    color: #e3c39f;
    font-weight: bold;
    font-size: 32px;
    font-family: 'Montserrat';
    padding-bottom: 12px;
    padding-top: 0px;
}
.wt-header__panel__item--cart a#cart-icon-bubble span.wt-header__panel__counter {
    background-color: #e8a04c;
    color: #2d231a;
    top: -4px;
}
/* footer.wt-footer {
    padding-left: 20px;
    padding-right: 20px;
} */
 .faq-section .faq-heading {
    text-transform: uppercase;
}
.story-sec .hero.hero--grid .hero__overlay__content p {
    color: #f4ede3;
}
div#CartDrawer .wt-cart__drawer__inner.drawer__inner .drawer__contents p.wt-drawer__title__text {
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Montserrat';
    letter-spacing: normal;
}
div#CartDrawer .wt-cart__drawer__inner.drawer__inner .drawer__contents .hero__button.button--continue-shopping {
    text-transform: uppercase;
    padding: 14px 20px;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    font-size: 14px;
}
div#CartDrawer .wt-cart__drawer__inner.drawer__inner .drawer__contents .product-image {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}
.custom-product-desc .product-box .product-info h3.product-title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.custom-product-desc .product-box .product-info p.product-price {
    font-size: 14px;
}
.custom-product-desc .product-description li:before {
    content: '✔';
    font-size: 14px;
    color: #007f00;
    margin-right: 8px;
}
.custom-product-desc .product-box .button_below product-form.wt-product__add-to-cart {
    margin-top: 0px;
    margin-bottom: 0px;
}
.custom-product-desc .product-box .button_below product-form.wt-product__add-to-cart form#product__main_empty_cart {
    display: unset;
}
.custom-product-desc .product-box .button_below product-form.wt-product__add-to-cart form#product__main_empty_cart button#ProductSubmitButton- {
    font-size: 18px;
    letter-spacing: 0px;
}
.custom-product-desc .product-box .button_below product-form.wt-product__add-to-cart form#product__main_empty_cart button#ProductSubmitButton-
 {
    font-size: 18px;
    letter-spacing: 0px;
    padding: 16px 20px;
}
.custom-product-desc .product-box .button_below .wt-product__add-to-cart_form--wrapper {
    display: flex;
    gap: 16px;
    width: 100%;
}

cart-drawer.wt-cart li.cart-item .cart-item__name a.wt-cart__item__link {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 700;

}
cart-drawer.wt-cart li.cart-item .wt-cart__item__price-wrapper {
    font-family: 'Montserrat';
}
.wt-cart__drawer .wt-cart__item__thumb {
    width: 120px;
    height: 120px;
}
.wt-cart__drawer .wt-cart__item__thumb a.wt-cart__item__link {
    max-width: 120px;
    max-height: 120px;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1/1;
}
.wt-cart__drawer .wt-cart__item__thumb a.wt-cart__item__link img.card__img {
    max-width: 120px !important;
    max-height: 120px;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    aspect-ratio: 1/1;
}
div#CartDrawer .wt-free-shipping-bar {
    margin-top: 15px;
    margin-bottom: 0px;
}
div#CartDrawer .wt-free-shipping-bar p.wt-free-shipping-bar__text
 {
    padding: 0px 24px 6px;
    text-align: center;
}
div#CartDrawer header.wt-cart__drawer__header .wt-drawer__title__text {
    padding: 10px 0px;
}
div#CartDrawer .wt-cart__drawer__body .recommended-product-card .recommended-product-card__action {
    max-width: 110px !important;
    width: 100%;
    font-size: 14px;
    margin: auto;
}
div#CartDrawer .recommended-product-card .recommended-product-card__title
 {
    font-size: 14px;
    text-align: center;
}
div#CartDrawer .recommended-product-card .recommended-product-card__details h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
div#CartDrawer .recommended-product-card .recommended-product-card__image img {
    max-width: 120px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: contain;
    aspect-ratio: 1;
}
div#CartDrawer .recommended-product-card .recommended-product-card__content {
    align-items: unset;
}
div#CartDrawer .recommended-product-card__details .price {
    font-size: 13px;
    line-height: normal;
    text-align: left;
    color: #e8a04c;

}
div#CartDrawer button.recommended-add-btn {
    padding: 12px 14px;
    border-radius: 10px;
    background: #e8a04c;
    color: #000;
}
div#CartDrawer .wt-cart__item__price-wrapper .price--end-sale {
    color: #e8a04c;
}
div#CartDrawer  .item__details .counter-wrapper {
    border-radius: 0;
}
div#CartDrawer  .item__details .counter-wrapper .counter input {
        padding: 0px;
}
footer.wt-cart__drawer__footer .wt-footer__aside-block--payment {
    justify-content: center;
}
footer.wt-cart__drawer__footer .wt-footer__aside-block--payment ul.wt-footer__aside-list {
    padding-top: 18px;
}
footer.wt-cart__drawer__footer .wt-footer__aside-block--payment ul.wt-footer__aside-list li.wt-footer__aside-list__item {
    height: 2.5rem;
    width: 4.2rem;
}
footer.wt-cart__drawer__footer .wt-cart__subtotal span.text {
    color: gray;
    font-size: 16px !important;
}
footer.wt-cart__drawer__footer .wt-cart__subtotal .wt-cart__subtotal__value {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #000;
}
div#CartDrawer .wt-cart__drawer__form ul.wt-cart__list {
    overflow-x: hidden;
}
div#CartDrawer .wt-cart__drawer__body cart-drawer-items.wt-cart__drawer__items .recommended-product-card {
    margin: 6px 20px 0px;
}
div#CartDrawer .wt-cart__drawer__body cart-drawer-items.wt-cart__drawer__items ul.wt-cart__list li.cart-item {
    padding-left: 20px;
    padding-right: 20px;
    border-color: #cacaca;
}
div#CartDrawer .wt-cart__drawer__body {
    padding: 0px;
}
/* single product page */
.template-product .wt-header__body .wt-header__aside span.hambutton {
    display: flex;
    align-items: center;
}
.template-product .wt-header__body .wt-header__aside span.hambutton svg {
    fill: #000;
}
.wt-product .wt-product__name {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat' !important;
    padding: 0px 15px;
}
.product_short_description .metafield-rich_text_field ul li {
    position: relative;
    padding-left: 20px !important;
}
.product_short_description .metafield-rich_text_field ul li:after {
    content: "";
    color: #fff;
    font-size: 14px;
    background-image: url(/cdn/shop/files/check-mark.png?v=1758628014);
    width: 15px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
cart-drawer.wt-cart.wt-cart--empty.is-empty div#CartDrawer-CartItems {
    justify-content: unset;
}
cart-drawer.wt-cart.wt-cart--empty.is-empty div#CartDrawer-CartItems .custom-product-desc {
    padding: 0px 20px;
}
page-header#header {
    background-color: #f5e7d4;
    box-shadow: 1px 1px 10px -5px #6a6a6a;
}
.single-product-custom {
    max-width: 100%;
    padding: 0px;
    /* background-color: #f5e7d4; */
}
.single-product-custom .top-main-row {
    padding: 20px;
    /* background-color: #a7793a; */
     background-color: #f5e7d4;
    /* min-height: 190px; */
    min-height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    padding-top: 60px;
}
.single-product-custom .wt-product section.wt-product__main.rte .wt-product__add-to-cart_form form {
    max-width: 100%;
    gap: 0px;
}
.single-product-custom .top-main-row .product__title_main_desktop {
    /* color: #fff; */
    color: #271d16;
    font-size: 42px;
    line-height: 48px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-product-custom .top-main-row .page-width {
    max-width: 1400px;
    margin: auto;
    width: 100%;
    z-index: 1;
    /* margin-bottom: 0px; */
}
.single-product-custom .top-main-row .page-width .inner-row {
    width: calc(50% + 8px);
}
.single-product-custom .wt-product section.wt-product__main .appstle_input_wrapper {
    min-height: 90px;
}
.top-main-row:after {
    background-blend-mode: multiply;
    background-image: url(/cdn/shop/files/HS-Bull.min.png?v=1759926112);
    background-repeat: no-repeat;
    background-size: auto 300px;
    content: "";
    opacity: .15;
    position: absolute;
    height: 100%;
    right: 0;
    width: 100%;
    background-position: right -230px top 16px;
}
.single-product-custom .top-main-row .page-width .inner-row {
    width: 50%;
    float: right;
}
.single-product-custom .wt-product {
    max-width: 1220px;
    margin: auto;
     gap: 40px;
     padding: 0px 20px;
}
.single-product-custom .wt-product gallery-section.wt-product__gallery {
    width: 100%;
    max-width: 588px !important;
    /* margin-top: -165px; */
     margin-top: -118px;
    /* position: unset !important; */
    flex-direction: column;
}
.single-product-custom .wt-product section.wt-product__main.rte {
    width: 100%;
    max-width: 604px;
    padding-left: 20px;
    padding-top: 32px;
}
.single-product-custom .wt-product gallery-section.wt-product__gallery .wt-slider__container li {
    justify-content: center;
    /* width:100% !important; */
    aspect-ratio: 1;
}
.single-product-custom .wt-product gallery-section.wt-product__gallery .swiper.wt-slider__container {
    aspect-ratio: initial !important;
    width: 100%;
    margin: 0;
    height: auto;
}
.single-product-custom .wt-product gallery-section.wt-product__gallery .swiper.wt-slider__container ul.thumbs-list {
    width: auto;
    display: flex;
    flex-direction: row !important;
    column-gap: 10px;
}
.single-product-custom .wt-product gallery-section.wt-product__gallery .swiper.wt-slider__container ul.thumbs-list li.thumbs-list-item {
    width: 80px !important;
    height: 80px !important;
    border-radius: 8px;
}
 .single-product-custom .wt-product__gallery .wt-slider__container--thumbs .swiper-slide:before {
    border-radius: 8px;
}
.comparison-chart .bottom-row a.btn {
    display: inline-block;
    background-color: #dca167;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.3s 
ease;
    font-family: 'Montserrat';
    font-weight: 600;
}
.cart__drawer_empty #CartDrawer .custom-product-desc {
    padding: 0px 20px;
}
/* .single-product-custom gallery-section .wt-slider__container {
    width:100%;
} */
 .single-product-custom .wt-product gallery-section.wt-product__gallery .wt-slider__nav-btn {
    display: none;
}
.single-product-custom .wt-product section.wt-product__main.rte .product__image_mobile {
    display: none;
}
.single-product-custom .wt-product section.wt-product__main.rte .content_main ul li {
    font-size: 16px;
    font-family: 'Montserrat';
    list-style: none;
    margin-top: 10px;
    line-height: 24px;
}
.single-product-custom .wt-product section.wt-product__main.rte .wt-collapse__trigger svg {
    transition: transform 0.4s ease;
}

.single-product-custom .wt-product section.wt-product__main.rte .wt-collapse__trigger.wt-collapse__trigger--active svg {
    transform: rotate(180deg);
}
.single-product-custom .wt-product section.wt-product__main.rte .content_main ul li {
    position: relative;
}
.single-product-custom .wt-product section.wt-product__main.rte .content_main ul li:after {
    content: "";
    position: absolute;
    left: -34px;
    top: 4px;
    width: 24px;
    height: 24px;
    background-color: #271d16;
    background-image: url(/cdn/shop/files/Vector_17.png?v=1759989019);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    list-style: none;
}
.template-product .wt-header__body ul.wt-header__panel svg path {
    fill: #000 !important;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .wt-collapse__target__content {
    padding: 15px 10px;
    position: relative;
}
.single-product-custom .wt-product gallery-section.wt-product__gallery .wt-slider__container li img {
    aspect-ratio: 1;
    object-fit: contain;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px -2px #ffd7a8;
}
.single-product-custom .wt-product gallery-section.wt-product__gallery .wt-slider__container li a[data-pswp-width]
 {
    width: 100%;
    padding: 6px;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .wt-collapse__target__content ul li {
    /* list-style: disc; */
    position: relative;
    list-style: none;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__trigger {
    font-weight: 600;
    border-bottom: 1px solid black;
    border: 1px solid rgba(198, 198, 196, .6);
    border-radius: 30px;
    padding: 0 20px;
    background: #f1f0f0;
    position: relative;
    transition: 
ease .3s;
    margin-bottom: 0;
    margin-top: 10px;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__trigger span.wt-collapse__trigger__title {
    font-size: 14px;
    line-height: 42px;
    color: #000;
    font-family: 'Montserrat';
    margin: 0px;
    text-transform: capitalize;
}
.single-product-custom .wt-product .icon_with_text {
    display: flex;
    justify-content: space-between;;
    gap: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text p {
    margin: 0px;
}
.single-product-custom .wt-product .icon_with_text .icon_with_one {
    width: 33%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.single-product-custom .wt-product .icon_with_text .icon_with_one img.icon__main {
    max-width: 90px;
    margin: auto;
    width: auto;
    height: 90px;
}
.single-product-custom .wt-product .icon_with_text .icon_with_one .below_text {
    font-size: 15px;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.template-product.page-header-sticky .page-header.sticky-enabled.sticky-show a.wt-header__logo__link img {
    filter: invert(0);
}
footer.wt-cart__drawer__footer .wt-cart__subtotal {
    margin-bottom: 15px;
}
.single-product-custom .top-main-row .page-width .inner-row .product_review {
    color: #fff;
    font-size: 15px;
}
.single-product-custom .wt-product section.wt-product__main.rte product-form.wt-product__add-to-cart button.js-add-to-cart {
    /* background: #994e0c;
    color: #fff; */
    background: #dca167;
    color: #000;
    font-family: 'Montserrat';
    font-size: 18px;
    letter-spacing: 1px;
}
.single-product-custom .wt-product .wt-collapse__target .faq-timeline .faq-timeline-item.mobile-only {
    display: block !important;
    padding-top: 15px;
}
.single-product-custom .wt-product .wt-collapse__target .faq-timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: " ";
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: linear-gradient(to bottom, #d5d5d500, #2d231a 8% 92%, #d5d5d500);
    z-index: 0;
}
.single-product-custom .wt-product .wt-collapse__target .faq-timeline {
    position: relative;
}
.single-product-custom .wt-product .wt-collapse__target .faq-timeline .flag-wrapper {
    width: 100%;
    padding-bottom: 45px;
}
.single-product-custom .wt-product .wt-collapse__target  .faq-timeline li .faq-timeline-item .flag-wrapper {
        justify-content: center;
        display: flex;
        padding-bottom: 30px;
}
.single-product-custom .wt-product .wt-collapse__target  .faq-timeline span.flag {
    display: flex;
    border: 2px solid #2d231a;
    border-radius: 8px;
    padding: 6px 10px;
    margin-top: 36px;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .faq-timeline p {
    background-color: #fefefe !important;
    box-shadow: 0 0 1px #0000004d;
    border: 0px;
}
.single-product-custom .wt-product .wt-collapse__target  .faq-timeline span.hexa
 {
    left: calc(50% - 8px) !important;
    right: auto !important;
    top: 8px !important;
}
.single-product-custom .wt-product__info .appstle_widget_title {
    display: none;
}
.single-product-custom .wt-product__info .appstle_subscription_wrapper .appstle_subscription_wrapper_option {
    border-radius: 6px;
    font-family: 'Montserrat' !important;
}
 .has-review .wt-rating__star::before
 {
    background: none !important;
}
.has-review .wt-rating__star-fill:before {
    color: #dca167;
}
.single-product-custom .wt-product__info .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle-active-option {
    border-width: 2px !important;
}
.single-product-custom .wt-product__info .appstle_subscription_wrapper label.appstle_radio_label span.appstle_circle {
    border: 1px solid #3a3a3a;
}
.single-product-custom .wt-product__info product-form.wt-product__add-to-cart {
    margin-top: 0px;
    margin-bottom: 0px;
}
.single-product-custom .wt-product__info .button_below_text {
    text-align: center;
    font-size: 15px;
    padding-bottom: 8px;
}
.guarantee-text {
    text-align: center;
    padding-top: 10px;
}
.guarantee-text p img {
    width: 86px;
    padding-right: 8px;
}
.mobile__menu.active svg rect:first-child {
    transform: rotate(45deg);
}
.mobile__menu.active svg rect:last-child {
    transform: rotate(-45deg);
}
.mobile__menu.active svg rect:nth-child(2) {
    display: none;
}
span.appstle-save-badge {
    background-color: #E8A04CFF !important;
    border-radius: 5px !important;
    padding: 5px 8px !important;
}
main .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    border: none;
}
.single-product-custom .wt-product .appstleSellingPlanDescription ul li span {
    font-family: 'Montserrat' !important;
    background-color: transparent !important;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text p span br {
    display: none;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text p span {
    padding-bottom: 4px !important;
    /* display: flex; */
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .wt-collapse__target__content h3 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 4px;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .wt-collapse__target__content ul {
    margin-top: 0px;
    padding-left: 28px;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .wt-collapse__target__content ul li:after {
        content: "";
    position: absolute;
    left: -30px;
    top: 2px;
    width: 21px;
    height: 21px;
    background-color: #8b4d19;
    background-image: url(/cdn/shop/files/Vector_17.png?v=1759989019);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    list-style: none;
}
.no-review .wt-rating__star:before {
    color: #dca167;
}
.collection.collection-custom {
    background-color: #271f19;
    font-family: 'Montserrat';
    padding: 60px 15px;
}
.collection.collection-custom .collection__grid__item .card__container img.card__img {
    object-fit: contain;
    border-radius: 14px;
    background: linear-gradient(to bottom, #312923, #31292300);
    object-fit: contain;
    /* padding: 10px;
    transform: scale(.8); */
}
.collection.collection-custom .wt-product__add-to-cart_form button.hero__button--secondary {
    padding: 14px 20px;
    background: #dca167;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat';
    letter-spacing: normal;
     transition: all 0.3s ease;
}
.collection.collection-custom 
.wt-product__add-to-cart_form 
button.hero__button--secondary:hover {
    opacity: 0.9;
    color: #000;
}
/* button[disabled]:hover {
    opacity: .4;
} */
 .collection.collection-custom .wt-product__add-to-cart_form button.hero__button--secondary:hover[disabled] {
    opacity: 0.4;
}
.collection.collection-custom .card__picture-container {
    border-radius: 14px;
    background: linear-gradient(rgb(49, 41, 35), rgba(49, 41, 35, 0));
}
.collection.collection-custom .collection__sticky-header {
    background-color: #271f19;
    color: #fff;
    padding-bottom: 10px;
}
.collection.collection-custom .collection__toolbar {
    background-color: #271f19;
}
.collection.collection-custom .collection__grid__item .card__container h3.card__title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #d2a06a;
}
.collection-custom .price-item {
    font-family: Montserrat;
    font-weight: 400;
    color: #f5e7d4;
}
.collection-custom span.price-item.price-item--sale.price-item--last.wt-product__price__final {
    color: #f5e7d4;
    font-family: Montserrat;
    font-weight: 700;
}
.collection-custom .wt-rating__star:before {
    width: 16px !important;
    height: 18px !important;
    font-size: 14px;
}
 .wt-rating.wt-rating--center {
    padding-top: 4px;
    gap: 10px;
}
.no-review .wt-rating__star:before {
    background: none;
    content: "\e9d9";
}
.collection.collection-custom .collection__body {
    max-width: 1200px;
    margin: auto;
}
.collection-heading-sec h2.hero__title {
    color: #f5e7d4;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    padding-bottom: 0px;
}
.collection-heading-sec .hero__overlay {
    padding-bottom: 0px;
}
.collection.collection-custom .wt-rating__counter {
        font-size: 16px;
        color: #f5e7d4;
        /* padding-top: 5px; */
}
.collection.collection-custom .card__quick-add-container button {
    padding: 10px 20px;
    background: #e8a04c;
    border-radius: 12px;
    font-weight: 600;
    height: auto;
    font-size: 16px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
}
.mobile__menu span.hambutton {
    display: flex;
    align-items: center;
    padding-top: 2px;
}
.page-header-sticky .page-header.sticky-enabled.sticky-show .mobile__menu.active svg {
    fill: #fff !important;
}
body.page__index_main.page-header-sticky.menu__drawer_active img.wt-header__logo__img {
    filter: invert(1) !important;
}
.template-product.menu__drawer_active.page-header-sticky .page-header.sticky-enabled.sticky-show img.wt-header__logo__img {
    filter: invert(1) !important;
}
.page-header.sticky-show div.mobile__menu.active span.hambutton svg {
    fill: #f5e7d4;
}
.template-product .wt-header__body img.wt-header__logo__img {
    filter: invert(1) !important;
}
.template-product .wt-header__body li.wt-header__panel__item a.wt-icon svg path {
    fill: #f5e7d4 !important;
}
.template-product .wt-header__body img.wt-header__logo__img {
    filter: invert(0) !important;
}
.template-product .wt-header__body li.wt-header__panel__item a.wt-icon svg path {
    fill: #000 !important;
}
.template-product.menu__drawer_active .wt-header__body li.wt-header__panel__item a.wt-icon svg path {
    fill: #f5e7d4 !important;
}
body.page-header-sticky.menu__drawer_active img.wt-header__logo__img {
    filter: invert(1) !important;
}
body.page__index_main.menu__drawer_active .page-header.sticky-show a.wt-header__logo__link img {
    filter: invert(0) !important;
}
body.page__index_main.menu__drawer_active .page-header a.wt-header__logo__link img {
    filter: invert(0) !important;
}
body.page-header-sticky span.hambutton svg {
    fill: #000;
}
body.page-header-sticky li.wt-header__panel__item a svg path {
    fill: #000 !important;
}
body.page-header-sticky .sticky-enabled.sticky-show a.wt-header__logo__link img {
    filter: invert(0) !important;
}
body.page-header-sticky.menu__drawer_active .sticky-enabled.sticky-show a.wt-header__logo__link img {
    filter: invert(1) !important;
}
body.page__index_main.page-header-sticky span.hambutton svg {
    fill: #f5e7d4;
}
body.page__index_main.page-header-sticky li.wt-header__panel__item a svg path {
    fill: #f5e7d4 !important;
}
body.page__index_main.page-header-sticky .page-header.sticky-enabled.sticky-show a.wt-header__logo__link img {
    filter: invert(1) !important;
}
body.page__index_main.menu__drawer_active .page-header.sticky-show.sticky-enabled a.wt-header__logo__link img {
    filter: invert(0) !important;
}
.collection.collection-custom .collection__counter span#ProductCount {
    color: #fff;
}
.collection.collection-custom span.price-item--percent {
    background-color: #dca167 !important;
    color: #000 !important;
    font-family: 'Montserrat';
    position: absolute;
    top: 8px;
    right: 8px;
}
.collection.collection-custom .price__sale.visible {
    display: flex;
    flex-direction: row-reverse;
}
.collection.collection-custom .collection__filter-trigger {
    background-color: #e8a04c;
    padding: 0px 12px !important;
    border-radius: 8px !important;
    color: #000;
}
.collection.collection-custom custom-select.wt-options.collection__sort {
    background-color: #e8a04c;
    padding: 0px 12px !important;
    border-radius: 8px !important;
    color: #000;
}
collection-section.collection.collection-custom aside#wt-filters-drawer button.btn-checkout {
    padding: 14px 20px;
    background: #e8a04c;
    border-radius: 12px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
collection-section.collection.collection-custom aside#wt-filters-drawer {
    font-family: 'Montserrat';
}
collection-section.collection.collection-custom aside#wt-filters-drawer .f-current__list__item {
    background: #e8a04c;
    border-radius: 8px;
}
div#CartDrawer button#CartDrawer-Checkout {
    background: #e8a04c;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}
.single-product-custom .top-main-row .page-width .inner-row .product_review img.rating-icon {
    width: 95px;
    padding-right: 10px;
}
.single-product-custom .top-main-row .page-width .inner-row .product_review span {
    border: 1px solid #fff;
    padding: 0px 12px;
    border-radius: 10px;
    text-transform: uppercase;
    margin-left: 6px;
}
.jdgm-rev-widg__header h2.jdgm-rev-widg__title {
    font-size: 36px;
    font-family: Montserrat !important;
    font-weight: 700;
    padding-bottom: 40px;
    color: #f5e7d4;
}
div#judgeme_product_reviews {
    color: #f5e7d4 !important;
    padding-top: 20px;
    padding-bottom: 30px;
}
div#judgeme_product_reviews .jdgm-rev-widg__reviews {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding-bottom: 15px;
}
.jdgm-rev-widg__reviews .jdgm-rev {
    background-color: #312923;
    padding: 10px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    border-radius: 8px;
}
div#judgeme_product_reviews .jdgm-rev__pic-img.jdgm-rev__pic-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
.shop-prdouct-sec .wt-rating__stars .wt-rating__base .wt-rating__star::before {
    background: none;
}

.shop-prdouct-sec .wt-rating__value .wt-rating__star-fill::before {
    /* color: #ffa221; */
    color: #dca165;
}
.shop-prdouct-sec .wt-rating__value {
    padding-top: 5px;
    overflow: visible;
}
page-header#header {
    background-color: #f5e7d4;
    box-shadow: 1px 1px 10px -5px #6a6a6a;
}
.page__index_main page-header#header {
    background-color: transparent;
    box-shadow: none;
}
.page-header-sticky .page-header.sticky-enabled.sticky-show {
    box-shadow: 1px 1px 10px -5px #6a6a6a;
}
page-header#header {
    background-color: #f5e7d4;
}
/* .single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_subscription_wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0px;
} */
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_subscription_wrapper .appstle_input_wrapper label.appstle_widget_three {
    text-align: left !important;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
    font-size: 16px;
    position: relative;
    padding-left: 23px;
    align-items: flex-start;
    font-weight: bold;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_subscription_wrapper .appstle_input_wrapper label.appstle_widget_three:before {
    content: "";
    width: 15px;
    height: 15px;
    background-size: 15px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    left: 0px;
    top: 3px;
}
.appstle_input_wrapper.appstle-active-option label.appstle_widget_three::before {
    border: 4px solid #000 !important;
}
.appstleSelectedSellingPlanOptionDescription ul li:before {
        content: "";
    position: absolute;
    left: -18px;
    top: 2px;
    width: 13px;
    height: 13px;
    background-color: #8b4d19;
    /* background-color: #271d16; */
    background-image: url(/cdn/shop/files/Vector_17.png?v=1759989019);
    background-size: 6.5px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    list-style: none;
}
.single-product-custom .wt-product section.wt-product__main.rte .wt-product__info .metafield-rich_text_field {
    padding-left: 10px;
}
.single-product-custom .wt-product .appstleSelectedSellingPlanOptionDescription {
    font-size: 13px;
    margin-top: -25px;
    word-wrap: break-word;
    width: 80%;
}
.single-product-custom .wt-product .appstleSelectedSellingPlanOptionDescription ul br {
    display: none !important;
}
.single-product-custom .wt-product .appstleSelectedSellingPlanOptionDescription ul {
    margin-bottom: 10px;
    margin-top: 0px;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper {
    position: relative;
    padding: 16px 16px;
    border-radius: 0px;
    border: 1px solid #211F21FF;
    width: 100%;
    
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper.appstle-active-option {
    border: 1px solid #211F21FF;
    background-color: #FAF0E3;
}
.single-product-custom .wt-product section.wt-product__main .wt-product__text-block p {
    font-size: 14px;
}
.single-product-custom .wt-product section.wt-product__main button.js-add-to-cart.wt-product__sticky-buy__button {
    background: #e8a04c;
    color: #000;
    font-family: 'Montserrat' !important;
    font-size: 14px;
    letter-spacing: 0px;
}
/* .wt-rating__stars .wt-rating__base .wt-rating__star:before {
    background: none;
}
.card .wt-rating__star {
    font-size: 16px;
    color: #e8a04c;
}
 .wt-rating__value .wt-rating__star-fill:before {
    color: #e8a04c;
} */
 div#CartDrawer .wt-free-shipping-bar .wt-progress-bar {
    width: calc(100% - 40px);
    left: 20px;
}
.single-product-custom .top-main-row .wt-rating .wt-rating__counter {
    color: #271d16;
    font-size: 15px;
}
.single-product-custom .top-main-row .main-product-review {
    display: flex;
    align-items: center;
}
.single-product-custom .top-main-row .main-product-review span {
    border: 1px solid #271d16;
    padding: 0 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-left: 6px;
    color: #271d16;
    font-size: 14px;
    font-family: 'Montserrat';
}
.single-product-custom .top-main-row .main-product-review .wt-rating__base {
    display: none;
}
.single-product-custom .top-main-row .main-product-review .wt-rating__value {
    position: relative;
    padding-right: 2px;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_subscription_wrapper .appstle_input_wrapper .appstle_span_wrapper {
    display: flex;
    flex-direction: column-reverse;
    text-align: right;
}
.single-product-custom .top-main-row .main-product-review .wt-rating__star-fill {
    font-size: 15px;
    padding-right: 1px;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper .appstle_sellingPlan_price.appstle_discount_block {
    background-color: #dca167;
    border-radius: 6px;
    padding: 6px;
    margin-bottom: 8px;
    font-size: 12px;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper .appstle_sellingPlan_price.appstle_price_block {
    font-weight: bold;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper .appstle_sellingPlan_price.appstle_onetime_amount {
    font-weight: bold;
}
.appstleSelectedSellingPlanOptionDescription ul li {
    list-style: none;
    position: relative;
}
/* .appstleSelectedSellingPlanOptionDescription ul li:before {
    content: "✔";
    padding-right: 8px;
} */
.appstleSelectedSellingPlanOptionDescription ul {
    padding-left: 19px !important;

}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstleLoyaltyTable {
    display: none;
}
.no-review .wt-rating__star-fill:before {
    display: none;
}
/* .no-review .wt-rating__base {
    gap: 2px;
} */
 .single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_subscription_wrapper {
    /* display: grid;
    gap: 0px; */
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_subscription_wrapper .appstle_onetime {
    order: 1;
}
.no-review .wt-rating__base {
    column-gap: 2px;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_subscription_wrapper .appstle_onetime {
    /* border-radius: 0px 0px 5px 5px; */
    border-radius: 5px;
    display: none;
}
body .single-product-custom .wt-product  #appstle_subscription_widget0 .appstle_tooltip_wrapper {
    display: none !important;
}
.single-product-custom .wt-product .wt-product__add-to-cart_form.main-product__buy-buttons--container {
    gap: 0px;
    padding-bottom: 12px;
}
div#CartDrawer cart-drawer-items.wt-cart__drawer__items .recommended-product-card .recommended-products-wrapper h4.title {
    margin: 0px;
    text-align: center;
    padding-bottom: 12px;
    text-transform: capitalize;
    font-weight: 700;
}
.single-product-custom .wt-product .wt-product__add-to-cart_form.main-product__buy-buttons--container button#product_one_timesub {
    background-color: transparent;
    color: #000;
    padding: 15px 0px 0px;
    border: none;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: normal;
    text-decoration: underline;
    font-family: 'Montserrat';
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper:nth-child(2) {
    /* border-radius: 5px 5px 0px 0px; */
    border-radius: 4px;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper:last-child {
    /* border-top: none;
    border-bottom: none; */
    border-radius: 4px;
}
/* .jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-reviews .jdgm-star, .jdgm-gallery-popup .jdgm-star {
    color: #dca167 !important;
}
.jdgm-histogram .jdgm-star {
    color: #dca167;
} */
 .single-product-custom .wt-product .appstle_input_wrapper.appstle_subscription_option {
    display: flex;
    flex-direction: column;
}
/* .single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_subscription_wrapper .appstle_input_wrapper label.appstle_widget_three {
    align-items: center;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper.appstle-active-option label.appstle_widget_three {
    align-items: flex-start;
} */
 div#judgeme_product_reviews .jdgm-rev-widg .jdgm-widget-actions-wrapper a.jdgm-write-rev-link {
    background-color: #dca167;
    border-color: #dca167;
    color: #000;
    border-radius: 8px;
}
.shop-prdouct-sec span.price-item--percent {
    position: absolute;
    top: 8px;
    right: 8px;
}
.shop-prdouct-sec .price__sale.visible {
    display: flex;
    flex-direction: row-reverse;
}
.price-item.price-item--sale.price-item--last.wt-product__price__final {
    font-weight: 700;
}
.shop-prdouct-sec span.price-item.price-item--sale.price-item--last.wt-product__price__final {
    color: #f5e7d4;
    font-family: 'Montserrat';
    font-weight: 700;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper .meta-content {
    width: 85%;
    margin-top: -28px;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper .meta-content .metafield-rich_text_field p {
    font-size: 12px;
    margin: 0px;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper .meta-content .metafield-rich_text_field p strong {
    padding-bottom: 8px;
    display: flex;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper .meta-content .metafield-rich_text_field p br {
    display: none !important;
}
@media(min-width:768px){
    .single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__trigger span.wt-collapse__trigger__title {
    font-size: 16px;
    line-height: 42px;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .wt-collapse__target__content {
    font-size: 15px;
}
    .collection.collection-custom .card__container {
    padding-bottom: 32px;
}
.collection.collection-custom .card__quick-add-container--desktop button {
    display: none;
}
.collection.collection-custom .wt-product__add-to-cart_form button.hero__button--secondary {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    width: 80%;
    margin: auto;
    left: 10%;
}
    .wt-product__wrapper .wt-product .product_short_description {
    display: none;
}
/* .wt-product__wrapper .wt-product .wt-product__gallery h1.wt-product__name {
    display: none;
} */
    footer.wt-footer .wt-footer__block.wt-footer__block--icon_item:first-child {
    display: none;
}
.home-banner-sec .content .subheading {
    font-size: 18px;
    padding-top: 25px;
}
.home-banner-sec .content .subheading .subheading-icon {
    max-width: 105px;
}
.home-banner-sec .content a.btn {
    margin-top: 20px;
    max-width: 400px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .video-image-section .below-button {
    font-size: 16px;
} */
.video-image-section .men-benefits {
    max-width: 400px;
}
/* .video-image-section .men-benefit-item {
    font-size: 16px;
} */
header .wt-header__panel__item--cart a#cart-icon-bubble span.wt-header__panel__counter {
    top: -5px;
    background-color: #e8a04c;
    color: #000;
}
.shop-prdouct-sec h2.headline__title {
    color: #f5e7d4;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    padding-bottom: 36px;
}
.shop-prdouct-sec .wt-slider__container--featured {
    padding-bottom: 55px;
}
.faq-section .faq-heading {
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: 0;
}
.faq-questions .faq-item button.faq-toggle {
    font-size: 18px;
    line-height: 24px;
    /* font-weight: 400; */
}
.benefits-product-section h2.headline__title {
    font-size: 36px;
    font-weight: bold;
}
.benefits-product-section .wt-benefits-product__icon-texts h3 {
    font-size: 18px;
    font-weight: 600;
}
.customer-rating-sec .hero__overlay__content img.logo_setmain {
    max-width: 218px;
    width: 100%;
    padding-bottom: 20px;
}
.customer-rating-sec .hero__overlay__content h2.hero__title.hero {
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: bold;
}
.shop-prdouct-sec .card__container h3.card__title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    padding-bottom: 10px;
}
.wt-footer__block.wt-footer__block--icon_item .wt-footer__icons-list .wt-footer__aside-block--social a.social-link {
    color: #e3c39f;
}
footer.wt-footer .wt-footer__block--icon_item .wt-footer__icons-list .wt-footer__aside-block--social {
    padding-bottom: 20px;
    justify-content: right;
}
footer.wt-footer .wt-footer__block--icon_item .wt-footer__icons-list {
    text-align: right;
}
.wt-footer__block.wt-footer__block--icon_item .wt-footer__icons-list .wt-footer__aside-block--social a.social-link svg.svg-icon {
    height: 40px;
    width: auto;
}
footer.wt-footer .wt-footer__block--icon_item .wt-footer__icons-list a.alt-link {
    color: #e3c39f;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .13px;
    text-decoration: underline;
}
footer.wt-footer .copyright-text {
    color: #e3c39f;
    padding-bottom: 10px;
    font-size: 15px;
    padding-top: 10px;
}
footer.wt-footer .wt-footer__block.wt-footer__block--icon_item ul.footer-menu {
    color: #e3c39f;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    column-gap: 12px;
    text-decoration: underline;
    flex-wrap: wrap;
}
footer.wt-footer footer.wt-footer .wt-footer__body {
    margin-bottom: 0px;
}
footer.wt-footer .wt-footer__aside {
    margin-bottom: 0px;
    display: unset;
}
.wt-footer__aside__copy {
    margin: 0;
    text-align: center;
    font-size: 13px;
    opacity: .65;
    color: #e3c39f;
}
footer.wt-footer .main-bottom {
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
}
footer.wt-footer .wt-footer__body {
    padding-top: 20px;
    padding-bottom: 15px;
}
footer.wt-footer .wt-footer__block--icon_item .wt-footer__icons-list .Alt-text {
    padding-bottom: 20px;
}
.shop-prdouct-sec .wt-rating__counter {
    font-size: 16px;
    color: #f5e7d4;
    padding-top: 5px;
}
.shop-prdouct-sec  span.price-item.price-item--sale.price-item--last.wt-product__price__final {
    color: #f5e7d4;
    font-family: 'Montserrat';
    font-weight: normal;
}
.shop-prdouct-sec .price__sale.visible span {
    font-family: 'Montserrat';
}
.shop-prdouct-sec  span.price-item--percent {
    background-color: #dca167 !important;
    color: #000 !important;
}
.shop-prdouct-sec .wt-rating__star:before {
    width: 14px !important;
    height: 14px !important;
}
.shop-prdouct-sec .price__sale .price__sale__details-wrapper {
    font-family: 'Montserrat';
}
.shop-prdouct-sec .price-item.price-item--regular.price-item--lower.wt-product__price__compare {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #f5e7d4;
}
.shop-prdouct-sec .image__with_icon a.anchor__link.btn {
    margin-top: -8px;
}
.wt-footer__block.wt-footer__block--icon_item .wt-footer__icons-list .wt-footer__aside-block--social a.social-link svg.svg-icon.svg-icon--soc-fb {
    height: 47px;
}
.shop-prdouct-sec .wt-slider__container--featured {
    max-width: 1200px;
}
.shop-prdouct-sec .headline {
    max-width: 1200px;
}
.benefits-product-section .wt-benefits-product__wrapper .wt-benefits-product__icon-list .wt-benefits-product__icon-item-wrapper:nth-child(odd) {
     align-items: end;
}
.benefits-product-section .wt-benefits-product__wrapper .wt-benefits-product__icon-list .wt-benefits-product__icon-item:nth-child(even) {
    align-items: center;
}
.benefits-product-section .wt-benefits-product__wrapper .wt-benefits-product__icon-list .wt-benefits-product__icon-item:nth-child(odd) .wt-benefits-product__icon-texts h3.wt-benefits-product__icon-item-heading {
    text-align: right;
}
.benefits-product-section .wt-benefits-product__wrapper .wt-benefits-product__icon-list .wt-benefits-product__icon-item:nth-child(odd) .wt-benefits-product__icon-texts .wt-benefits-product__icon-item-text {
    text-align: right;
}
.benefits-product-section .wt-benefits-product__wrapper .wt-benefits-product__icon-list .wt-benefits-product__icon-item:nth-child(even) .wt-benefits-product__icon-item-wrapper {
    align-items: flex-start;
}
.benefits-product-section .wt-benefits-product__wrapper .wt-benefits-product__icon-list .wt-benefits-product__icon-item:nth-child(even) .wt-benefits-product__icon-item-wrapper h3.wt-benefits-product__icon-item-heading {
    text-align: left;
}
.benefits-product-section .wt-benefits-product__wrapper .wt-benefits-product__icon-list .wt-benefits-product__icon-item:nth-child(even) .wt-benefits-product__icon-item-wrapper .wt-benefits-product__icon-item-text {
    text-align: left;
}
.story-sec .hero.hero--grid .hero__overlay__content {
    max-width: 580px;
}
.hero__wrapper.story-sec .hero.hero--grid {
    align-items: center;
}
.story-sec .hero__overlay.hero__overlay--left {
    outline: none;
}
footer.wt-footer .wt-footer__body {
    padding: 0 20px;
}
.hero__wrapper.story-sec:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(/cdn/shop/files/bull.webp?v=1758894651);
    background-repeat: no-repeat;
    background-size: contain;
    width: 786px;
    height: 598px;
    transform: translate(25%, 15%);
    z-index: 9;
}
.section-image-with-text {
    overflow: hidden;
}
.health-newsletter__form button {
    max-width: 170px;
    width: 100%;
    padding: 10px;
}
.wt-benefits-product__icon-item {
    align-items: center;
}
}
@media(max-width:767px){
    .single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_subscription_wrapper .appstle_input_wrapper label.appstle_widget_three {
    font-size: 14px;
}
     div#judgeme_product_reviews .jdgm-rev-widg .jdgm-widget-actions-wrapper a.jdgm-write-rev-link {
     width: 70% !important;
    max-width: 100% !important;
}
.single-product-custom .wt-product .wt-product__add-to-cart_form.main-product__buy-buttons--container {
    padding-bottom: 6px;
}
.single-product-custom .wt-product section.wt-product__main div#appstle-widget-template .appstle_input_wrapper .meta-content {
    width: 80%;
    margin-top: -30px;
    padding-left: 22px;
}
    announcement-bar.wt-announcement-bar div#wt-announcement__container {
    height: 35px;
}
/* .single-product-custom .wt-product gallery-section.wt-product__gallery .swiper.wt-slider__container ul.swiper-wrapper {
    margin-bottom: 0px;
} */
.single-product-custom .wt-product section.wt-product__main.rte .wt-product__info .wt-product__text-block.rte {
    padding-bottom: 4px;
}
    div#judgeme_product_reviews .jdgm-rev-widg__reviews {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: calc(50% - 6px) calc(50% - 6px);
    gap: 12px;
}
  div#judgeme_product_reviews .jdgm-rev-widg .jdgm-row-stars .jdgm-rev-widg__summary .jdgm-star {
    font-size: 12px;
}
.wt-rating.has-review .wt-rating__star-fill {
    font-size: 10px !important;
}
div#judgeme_product_reviews .jdgm-rev-widg .jdgm-row-stars .jdgm-rev-widg__summary span.jdgm-rev-widg__summary-average {
    font-size: 14px;
}
.jdgm-rev-widg__header h2.jdgm-rev-widg__title {
    font-size: 22px;
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 15px;
}
div#judgeme_product_reviews .jdgm-rev-widg {
    padding: 24px 10px;
}
.jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content {
    font-size: 13px;
}
.jdgm-rev-widg__reviews .jdgm-rev span.jdgm-star.jdgm--on {
    font-size: 10px;
}
.jdgm-rev-widg__reviews .jdgm-rev .jdgm-row-profile span.jdgm-rev__author-wrapper span.jdgm-rev__author {
    font-size: 14px;
}
div#judgeme_product_reviews .jdgm-rev-widg a.jdgm-write-rev-link {
    font-size: 15px;
}
div#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev__header .jdgm-row-rating {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 4px;
}
div#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev__header span.jdgm-rev__rating {
    align-items: baseline;
    display: inline-flex;
}
/* single product page */
.single-product-custom .top-main-row .page-width .inner-row .product_review span {
    padding: 2px 12px;
}
.wt-product .wt-product__main h1.wt-product__name {
    display: none;
}
.single-product-custom .top-main-row .page-width .inner-row .product_review {
    font-size: 12px;
}
.single-product-custom .top-main-row .page-width .inner-row {
    width: 100%;
    float: left;
}
.single-product-custom .wt-product gallery-section.wt-product__gallery .wt-slider__container li a img.wt-product__img {
    object-fit: contain;
    aspect-ratio: 1;
}
.single-product-custom .wt-product gallery-section.wt-product__gallery {
    margin-top: -100px;
    /* aspect-ratio: 1; */
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.single-product-custom .top-main-row .product__title_main_desktop {
    /* font-size: 28px;
    line-height: 34px; */
    font-size: 20px;
    line-height: 26px;
}
.single-product-custom .top-main-row {
    padding-bottom: 105px;
    min-height: 190px;
    padding-top: 20px;
}
.single-product-custom .wt-product section.wt-product__main.rte .content_main ul li {
    font-size: 13px;
    line-height: 19px;
}
.single-product-custom .wt-product .icon_with_text .icon_with_one img.icon__main {
    max-width: 35px;
    margin: auto;
    width: auto;
    height: 35px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.single-product-custom .wt-product section.wt-product__main.rte {
    padding-left: 20px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 40px;
    margin-top: -10px;
}
.single-product-custom .wt-product section.wt-product__main.rte .content_main {
    padding-left: 20px;
}
.single-product-custom .wt-product .appstleSellingPlanDescription ul {
    padding-left: 0px;
}
.appstleSellingPlanDescription p:has(br) {
    display: none;
}
.single-product-custom .wt-product .icon_with_text .icon_with_one .below_text {
    font-size: 13px;
    margin: 0px;
    max-width: 85px;
}
.single-product-custom .wt-product .icon_with_text {
    gap: 15px;
    padding-top: 12px;
    padding-bottom: 8px;
}
.single-product-custom .wt-product {
    padding-bottom: 35px;
    padding: 0 0px;
    gap: 0px;
}
.single-product-custom .wt-product gallery-section.wt-product__gallery .wt-slider__container li a[data-pswp-width] {
    /* width: auto; */
    width: 100% !important;
    margin-left: 18px;
}
.single-product-custom .wt-product gallery-section.wt-product__gallery .wt-slider__container li:last-child a[data-pswp-width] {
    margin-left: 5px;
    margin-right: 15px;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .wt-collapse__target__content {
    font-size: 14px !important;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .wt-collapse__target__content h3 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .wt-collapse__target__content ul {
    margin-top: 0px;
    margin-bottom: 18px !important;
}
.single-product-custom .wt-product__info .button_below_text {
    font-size: 12px;
    padding-bottom: 6px;
}
.single-product-custom gallery-section.wt-product__gallery .swiper.wt-slider__container .swiper-pagination {
    background-color: transparent !important;
}
.single-product-custom .wt-product .gallery-section.wt-product__gallery .swiper.wt-slider__container {
    aspect-ratio: initial !important;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden !important;
}
.single-product-custom .wt-product .swiper-scrollbar.wt-slider__scrollbar {
    display: none;
}
.single-product-custom .wt-product section.wt-product__main.rte product-form.wt-product__add-to-cart button.js-add-to-cart {
    font-size: 16px;
    letter-spacing: 1px;
}
.single-product-custom .wt-product__add-to-cart_form--wrapper {
    gap: 10px;
}
.single-product-custom .wt-product section.wt-product__main.rte .content_main ul li:after {
    width: 16px;
    height: 16px;
    background-size: 8px;
    left: -24px;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .wt-collapse__target__content ul li:after {
    width: 17px;
    height: 17px;
    background-size: 8px;
    left: -24px;
}
.single-product-custom .wt-product section.wt-product__main.rte collapsible-section.wt-collapse .wt-collapse__target--text .wt-collapse__target__content ul {
    padding-left: 24px;
}
.single-product-custom .wt-product section.wt-product__main.rte .content_main ul {
    padding-left: 4px;
}
/* .single-product-custom .wt-product .gallery-section.wt-product__gallery .swiper.wt-slider__container::-webkit-scrollbar {
    display: none;
} */
/* single product page end */
.wt-cart__drawer__inner .custom-product-desc {
    padding: 20px;
}
cart-drawer.wt-cart.wt-cart--empty .wt-cart__drawer__body .wt-cart__drawer__content {
    justify-content: flex-start !important;
}

    .wt-cart__drawer .wt-cart__item__thumb a.wt-cart__item__link {
    max-width: 85px;
    max-height: 85px;
}
div#CartDrawer .wt-cart__drawer__body cart-drawer-items.wt-cart__drawer__items ul.wt-cart__list li.cart-item .counter button {
    height: 2.6rem;
    width: 2.6rem;
    padding: 5px;
}
div#CartDrawer .wt-cart__drawer__body cart-drawer-items.wt-cart__drawer__items ul.wt-cart__list li.cart-item .counter input {
    padding: 6px;
}
div#CartDrawer .wt-cart__drawer__body cart-drawer-items.wt-cart__drawer__items ul.wt-cart__list li.cart-item {
    padding-top: 10px;
    padding-bottom: 10px;
}
 .wt-cart__drawer .wt-cart__item__thumb {
    width: 85px !important;
    height: 85px !important;
}
.wt-cart__drawer .wt-cart__item__body {
    padding-left: 15px;
}
.wt-cart__drawer .wt-cart__item__thumb a.wt-cart__item__link img.card__img {
    max-width: 85px !important;
    max-height: 85px;
}
div#CartDrawer .wt-cart__drawer__body .recommended-product-card .recommended-product-card__action {
    max-width: 68px !important;
}
div#CartDrawer .wt-cart__drawer__body cart-drawer-items.wt-cart__drawer__items .recommended-product-card {
    margin: 6px 15px 0;
}
footer.wt-cart__drawer__footer .wt-cart__subtotal {
    margin-top: 0px;
    margin-bottom: 12px;
}
footer.wt-cart__drawer__footer .wt-footer__aside-block--payment ul.wt-footer__aside-list li.wt-footer__aside-list__item {
    height: 2rem;
    width: 3.7rem;
}
footer.wt-cart__drawer__footer .wt-footer__aside-block--payment ul.wt-footer__aside-list {
    padding-top: 15px;
    column-gap: 4px;
}

   /* header .wt-header__panel__item--cart a#cart-icon-bubble span.wt-header__panel__counter {
    top: -5px;
    background-color: #e8a04c;
    color: #000000;
} */
   footer li.wt-footer__list__item a {
    color: #f7ecde !important;
    font-size: 16px;
    padding-bottom: 0px;
}
footer .wt-footer__block.wt-footer__block--icon_item .wt-footer__icons-list .wt-footer__aside-block--social {
    justify-content: center;
}
footer .Alt-text {
    text-align: center;
    padding-top: 20px;
}
footer .Alt-text a.alt-link {
    color: #e3c39f;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .13px;
    text-decoration: underline;
}
.wt-footer__block.wt-footer__block--icon_item .wt-footer__icons-list .wt-footer__aside-block--social a.social-link {
    color: #e3c39f;
}
.wt-footer__block.wt-footer__block--icon_item .wt-footer__icons-list .wt-footer__aside-block--social a.social-link svg.svg-icon {
    width: 35px;
    height: 28px;
}
.wt-footer__block.wt-footer__block--icon_item .wt-footer__icons-list .wt-footer__aside-block--social a.social-link svg.svg-icon.svg-icon--soc-fb {
    height: 35px !important;
}
.wt-footer__block.wt-footer__block--icon_item .wt-footer__icons-list .wt-footer__aside-block--social svg.svg-icon.svg-icon--soc-pint {
    height: 34px !important;
}
.wt-footer__block.wt-footer__block--icon_item .wt-footer__icons-list .wt-footer__aside-block--social svg.svg-icon.svg-icon--soc-youtube {
    height: 40px !important;
}

footer.wt-footer .wt-footer__body {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.wt-footer__block.wt-footer__block--icon_item {
    width: 100% !important;
    flex: unset;
}
.wt-footer__block.wt-footer__block--menu {
    width: calc(50% - 10px);
    display: inline-flex;
    flex: unset;
    border-top: none;
    padding: 0px;
}
.wt-footer__block.wt-footer__block--menu .wt-footer__title .wt-footer__title__icon.wt-icon {
    display: none;
}
.wt-footer__aside p.wt-footer__aside__copy {
    margin-top: -10px;
    padding-bottom: 14px;
    color: #e3c39f;
}
.wt-footer__block.wt-footer__block--icon_item:last-child .wt-footer__aside-block--social {
    display: none;
}
.wt-footer__block.wt-footer__block--icon_item:last-child .Alt-text {
    display: none;
}
.wt-footer__block.wt-footer__block--icon_item:last-child .copyright-text {
    text-align: center;
}
.wt-footer__block.wt-footer__block--icon_item:last-child ul.footer-menu {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    text-decoration: underline;
}
footer.wt-footer .wt-footer__title {
    line-height: 30px;
    font-size: 24px;
    padding-bottom: 6px;
    padding-top: 0;
}
.wt-footer__block.wt-footer__block--icon_item:last-child .copyright-text {
    color: #e3c39f;
    padding-bottom: 10px;
    font-size: 14px;
}
.wt-footer__block.wt-footer__block--icon_item:last-child ul.footer-menu {
    color: #e3c39f;
    font-size: 12px;
}
.wt-footer__aside {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
}
.wt-footer__block.wt-footer__block--icon_item:last-child {
    border: none;
}
    .home-banner-sec {
    margin-top: -70px;
}
.shop-prdouct-sec .card .wt-rating__star {
    font-size: 10px;
}
.no-review .wt-rating__base {
    column-gap: 0px;
}
.shop-prdouct-sec div.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    row-gap: 20px;
}
.shop-prdouct-sec div.swiper-wrapper .swiper-slide {
    width: 100% !important;
    max-width: 100%;
}
.shop-prdouct-sec .wt-slider__card-wrapper {
    padding-bottom: 50px;
}
.shop-prdouct-sec .image__with_icon a.anchor__link.btn {
    padding: 8px 15px;
    /* margin-bottom: 56px; */
    font-size: 12px;
    position: absolute;
    bottom: 0;
    max-width: max-content;
}
.shop-prdouct-sec .card .wt-rating__star-fill {
    font-size: 10px;
}
.shop-prdouct-sec .wt-rating__value {
    padding-top: 2px;
}
.shop-prdouct-sec {
    padding-top: 20px;
    padding-bottom: 20px;
}
.shop-prdouct-sec h2.headline__title {
    color: #f5e7d4;
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 18px;
}
.shop-prdouct-sec .wt-slider__container--featured.swiper.wt-slider__container {
    padding-bottom: 0px;
}
.home-faq-sec {
    padding: 34px 15px;
}
.home-faq-sec h2 {
    font-size: 22px;
    max-width: 300px;
    margin: auto !important;
}
.shop-prdouct-sec {
    padding: 30px 0px 40px;
}
.home-faq-sec .wt-collapse__trigger__text {
    text-transform: capitalize;
}
.shop-prdouct-sec .price-item.price-item--sale.price-item--last.wt-product__price__final {
    color: #f5e7d4;
    font-family: 'Montserrat';
}
   .shop-prdouct-sec .price__sale .price-item--lower {
        color: #f5e7d4;
    }
.shop-prdouct-sec .price__sale .price-item--percent {
    background-color: #dca167;
    color: #000;
}
 .shop-prdouct-sec .card__container .wt-rating .wt-rating__counter {
    color: #f5e7d4;
}
.wt-benefits-product h2.headline__title {
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 18px;
}
.hero__wrapper.wt-benefits-product {
    padding-top: 30px;
    padding-bottom: 30px;
}
h2.hero__title.hero {
    font-size: 22px;
    font-weight: 900;
}
.wt-benefits-product__icon-list {
    gap: 20px;
}
.customer-rating-sec img.logo_setmain {
    padding-bottom: 14px;
    width: 130px;
}
.customer-rating-sec h2.hero__title.hero {
    font-size: 20px;
    font-weight: 900;
}
.story-sec .hero__overlay__content {
    width: 100%;
}
.hero__wrapper.story-sec h2.hero__title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1px;
}
.hero__wrapper.story-sec .hero__text {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
}
.story-sec .hero__button--gap {
    max-width: 100% !important;
    width: 100% !important;
}
.story-sec a.hero__button--primary.hero__button {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 16px;
    height: auto !important;
    padding: 16px 20px;
    border-radius: 6px;
}
footer.wt-footer {
    padding: 15px;
}
.story-sec picture.hero__pic {
    overflow: hidden;
}
.story-sec .hero--grid img.hero__img {
    transform: scale(1.1);
}
.shop-prdouct-sec .card__container h3.card__title {
    font-weight: 700;
    color: #d2a06a;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
.nav-drawer-big .custom-collection-grid .custom-collection-item a.custom-collection-link p {
    font-size: 12px;
}
announcement-bar.wt-announcement-bar div#wt-announcement__container .wt-announcement__body.wt-announcement__text {
    font-size: 14px;
}
.wt-header__panel__item.wt-header__panel__item--account a.wt-header__panel__link.wt-icon svg {
    width: 25px;
    height: 25px;
}
li.wt-header__panel__item.wt-header__panel__item--cart svg {
    width: 27px;
    height: 27px;
}
/* .single-product-custom .top-main-row .page-width .inner-row .product_review {
    padding-bottom: 10px;
} */
.collection.collection-custom .wt-product__add-to-cart_form button.hero__button--secondary {
    padding: 10px 14px;
    font-size: 14px;
    max-width: max-content;
    margin: auto;
}
.collection.collection-custom .collection__grid__item .card__container h3.card__title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
}
.collection-custom .wt-rating__star:before {
    width: 12px !important;
    height: 10px !important;'
    '
    font-size: 10px;
}
.wt-rating.wt-rating--center {
    padding-top: 4px;
    gap: 2px;
}
.collection.collection-custom .wt-rating__counter {
    font-size: 10px;
    padding-top: 3px;
}
.collection.collection-custom {
    padding: 35px 15px;
}
.collection.collection-custom .collection__counter.mobile {
    text-align: left;
    font-size: 15px;
}
    .card__quick-add-container {
    position: relative;
    padding-bottom: 10px;
}
    .collection.collection-custom .wt-product__add-to-cart_form button.hero__button--secondary {
        margin: auto;
        position: absolute;
        bottom: 0;
        width: 80%;
        max-width: 100%;
        left: 10%;
    }
    .single-product-custom .top-main-row .main-product-review span {
    font-size: 12px;
}
.card .wt-rating__star {
	display: flex;
	align-content: center;
}
button.js-add-to-cart.wt-product__sticky-buy__button.button {
    background-color: #dca167;
    color: #000;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    font-size: 14px;
}
.single-product-custom .wt-product section.wt-product__main.rte .wt-product__info .metafield-rich_text_field {
    padding-left: 0px;
}
}
@media(max-width:390px){
    .collection.collection-custom .wt-product__add-to-cart_form button.hero__button--secondary {
        padding: 10px 12px;
        font-size: 13px;
    }
}
@media(max-width:360px){
    .shop-prdouct-sec .image__with_icon a.anchor__link.btn {
    padding: 8px 16px;
}
}