/** Shopify CDN: Minification failed

Line 44:0 Unexpected "}"
Line 54:35 Unterminated string token

**/
/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');



@font-face {
  font-family:Brewery;
  src: url(/cdn/shop/files/LinotypeBrewery-Regular.ttf);
  font-weight: 400;
}


/* @font-face {
  font-family:FreightBig;
  src: url(/cdn/shop/files/Freight_Big_Pro_Medium.otf?v=1752759316);
  font-weight: 400;
} */

@font-face {
  font-family:FreightBig;
  src: url(/cdn/shop/files/Freight_Big_Pro_Light.otf?v=1752760159);
  font-weight: 300;
}

@font-face {
  font-family:Futura;
  src: url(/cdn/shop/files/FuturaCyrillicMedium.ttf?v=1752759772);
  font-weight: 400;
}


/* @font-face {
  font-family:Brewery;
    src: url(/cdn/shop/files/LinotypeBrewery-Light.ttf?v=1751021506);
    font-weight: 300;
   */
}


html {
    scroll-behavior: smooth;
}

body{
   padding-top:0px !important;
   /* font-family: "Karla", sans-serif !important; */
   font-family: "Futura !important;
   letter-spacing:normal;
 }

p, span, a, button, strong, input, label, em, li, b{
 /* font-family: "Karla", sans-serif !important;  */
  font-family: Futura !important; 
}


h1,h2,h3,h4,h5,h6{
  /* font-family: "Josefin Sans", sans-serif !important; */
  /* font-family:Brewery !important; */
 font-family:FreightBig !important;
  
  font-weight: 400;
}

body .header__icon:hover .icon,
body .modal__close-button:hover .icon {
    transform: none;
}

.free-shipping-bar{
   /* display: none;  */
}
 
body .free-shipping-bar {
    position: static!important;
    background-color: #832729 !important;
    padding: 5px 0;
    font-size: 14px;
}

.announcement-bar {
    background-color: transparent;
    border: 0;
}
.announcement-bar p{
   /* font-size: 14px; */
   font-size: 12px;
   padding: 5px 0;
   font-weight: 400;
   letter-spacing:normal;
}

#shopify-section-announcement-bar {
    background-color: #832729 !important;
    overflow: hidden;
}
.announcement-bar-main{
    will-change: transform;
    white-space: nowrap;
    display:flex;
    justify-content: center;
   column-gap: 40px;
}

.contact__info .contact-phone a, .contact__info .email-address a {
    color: #121212 !important;
    text-decoration: none;
}

 
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.announcement-bar:after{
  display: none;
}


  .announcement-bar-main>div:not(:first-child) {
      display: none;
  }
 


@media (max-width:767px){
  .announcement-bar-main{
    will-change: transform;
    white-space: nowrap;
    /* animation: marquee 120s linear infinite; */
    display: flex;
    justify-content: center;
   column-gap: 40px;
}

 
}

.announcement-bar {
    display: flex;
}
.announcement-bar:after{
    content: '';
    border-right: 1px solid rgb(255 255 255 / 80%);
    padding-right: 40px;
    position: relative;
    top: 4px;
    height: 15px;
}


div[data-essential-upsell-element="navigation"] {
    display: none !important;
}
/* div[data-essential-upsell-element="header"] + div {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}
 */

.loox-rating .loox-rating-content {
    font-size: 14px;
}



@media screen and (min-width: 990px) {
  body  .header {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}


nav.header__inline-menu .list-menu--inline>li>a {
    font-size:14px;
}

@media screen and (min-width: 750px) {
  
body .section-template--18671405695147__16562994919dd7a067-padding,
body .section-template--18671405891755__main-padding{
    padding-top: 10px;
}
  
}



@media screen and (min-width: 990px){
  
  .header--middle-left{
      grid-template-columns: auto auto auto !important;
  }
  .header__inline-menu{
      display: flex !important;
      justify-content: center;
  }
  
}


body .featured-product .product__media-item:not(:first-child) {
    display: block;
}
.slider-thumbs.product__media-thumbnails {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.slider-thumbs ul.slick-dots {
    display: none !important;
}
.slider-thumbs .slick-track {
    display: flex !important;
    column-gap: 10px;
    width: 100% !important;
}
.slider-thumbs .slick-slide {
    width: 82px !important;
    height: 70px !important;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 3px;
    border: 1px solid #CFCFCF;
    background-color: #fff;
    cursor: pointer;
}
.slider-thumbs .slick-slide.slick-current{
    border-color: #832729;
}
.slider-thumbs .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* min-width: 82px; */
}
.slider-thumbs .slick-arrow {
    font-size: 0;
    border: 0;
    background-color: transparent;
    line-height: 0;
    position: relative;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-thumbs .slick-arrow:before {
    content: '';
    border-bottom: 1px solid rgb(18 18 18 / 30%);
    border-left: 1px solid rgb(18 18 18 / 30%);
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
.slider-thumbs .slick-arrow:hover:before {
    border-color: #000;
}
.slider-thumbs button.slick-next.slick-arrow:before {
    transform: rotate(-136deg);
}

@media (max-width:767px){
  .slider-thumbs.product__media-thumbnails {
     column-gap: 0;
  }
  .slider-thumbs .slick-slide{
     height: 50px !important;
     min-width: 58px;
  }
  .slider-thumbs .slick-track {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: -5px;
}
  
}

#volume-pricing-box {
    border-top: 1px solid #CFCFCF;
    margin-top: 5px;
}
#volume-pricing-box p {
    margin: 0;
    padding: 10px 0 0;
    color: #121212;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 12px;
}
#volume-pricing-box button.volume-option{
    border-color: #B4B4B4;
    border-radius: 6px;
    padding: 18px 10px;
    background-color: #F9F9F9;
    position: relative;
    font-size: 12px;
}
#volume-pricing-box .volume-option.active {
    border-color: #832729;
    background-color: #FEF2F2;
}
#volume-pricing-box button.volume-option small{
    background-color: #000;
    color: #fff;
}
#volume-pricing-box button.volume-option small {
    background-color: #000;
    color: #fff;
    padding: 4px;
    font-size: 8px;
    font-weight: 500;
    border-radius: 0 5px 0 8px;
    position: absolute;
    top: 0;
    right: 0;
}
#volume-pricing-box .volume-option strong{
    font-size: 14px;
    color: #832729;
    font-weight: 600;
    margin: 5px 0;
    display: inline-block;
}
#volume-pricing-box .volume-option s{
    color: #737373;
    font-weight: 500;
}

@media (min-width:767px){
  section#MainProduct-template--18671405891755__main .product-tabs-sec {
      margin-top: 47px;
  }
}


.swym-button.swym-add-to-wishlist-view-product{
    font-family: swym-font!important;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 11;
    background-color: #fff  !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 4px;
    opacity: 1 !important;
}
body .swym-add-to-wishlist-view-product:after,
body .swym-added.swym-add-to-wishlist-view-product:after{
    color: #D7443E !important;
}

.grid__item.product__media-wrapper .swym-button.swym-add-to-wishlist-view-product {
    top: 16px;
    right:55px;
    border-radius: 100px;
    width: 30px !important;
    height: 30px !important;
}
body .grid__item.product__media-wrapper .swym-add-to-wishlist-view-product:after,
body .grid__item.product__media-wrapper .swym-added.swym-add-to-wishlist-view-product:after {
    color: #000000 !important;
}


div#CartDrawer .quantity .quantity__input{
    height:34px;
}
div#CartDrawer quantity-input.quantity{
    width: 110px;
    height: 34px;
}
div#CartDrawer button.quantity__button{
    width: 30px;
}

@media screen and (min-width: 750px) {
   body .cart-item cart-remove-button {
        margin: 0 0 0 1.5rem;
    }
}
.cart-drawer .cart__checkout-button:before,
.cart-drawer .cart__checkout-button:after,
.cart-drawer__empty-content a.button:before,
.cart-drawer__empty-content a.button:after{
    display: none;
}
.cart-drawer .cart__checkout-button,
.cart-drawer__empty-content a.button{
    background-color: #832729;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: normal;
}

div#swym-anchor {
    display: none !important;
}
.cart-button-row div#swym-atw-button-container {
    display: none;
}


#cart-icon-bubble svg {
    width: 20px;
}
.header__heading-link {
    padding: 0;
    margin: 0;
}



.prd-sku{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.prd-sku *{
    color: #737373;
    font-size: 12px;
    line-height: 16px;
    font-family: Futura !important;
    letter-spacing: normal;
}
.prd-sku span{
    color: #000;
}
.prd-brands{
    display: flex;
    column-gap: 6px;
}


.product__title{
    color: #121212;
    font-weight: 400;
    font-size:21px;
    line-height:normal;
    margin: 0 0 5px !important;
}
.prd_brands{
    color: #121212;
    font-size:12px;
    font-family: Futura !important;
}
.prd-brands{
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.prd-reviews img{
  margin-right: 5px;
}
.in-stock{
    color: #107634;
}
.prd-reviews{
    font-size:12px;
    color: #949494;
}
.prd-reviews img {
    height: 11px;
    width: auto;
}
.price__container span.price-item.price-item--sale {
    color: #832729;
    font-weight: 600;
    font-size:18px;
    letter-spacing: normal;
}

.price__container s.price-item.price-item--regular{
    color: #8B8B8B;
    font-size:14px !important;
  font-weight: 300;
}

 .product-slide img {
  width: 100%;
  height:131px;
  object-fit: cover;
}
.product-slider .slick-track{
   display: flex;
   column-gap: 6px;
}
ul.slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  column-gap: 5px;
  padding: 0px;
}
ul.slick-dots button {
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: none;
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color:#000;
    border-radius: 100px;
    display: inline-block;
    line-height: 0;
    min-width: 10px;
    min-height: 10px;
    cursor: pointer;
    opacity: 0.2;
}
ul.slick-dots li.slick-active button {
  opacity: 1;
}
.stock-status {
    font-size: 12px;
    font-family: Futura !important;
}
.satisfied-users{
  margin-top:15px !important;
  font-family: Futura !important;
}
.short-description,
.product__text,
.satisfied-users{
    letter-spacing: normal;
    margin-bottom: 10px;
    border-top: 1px solid #CFCFCF;
    padding-top: 10px;
    margin-top:0px;
}
.short-description p,
.product__text{
    margin: 0;
    font-size: 12px;
    color: #555;
}
.product__text{
  font-weight: 700;
  font-size: 16px;
}
.satisfied-users img {
  width: 82px;
  margin-right: 5px;
}
h4.var-heading {
    font-size: 12px;
    border-top: 1px solid #CFCFCF;
    padding-top: 10px;
    margin-top: 5px;
    font-weight:600;
    margin-bottom: 5px;
}

div#price-template--18671405695147__16562994919dd7a067 + div {
    display: none;
}
div#price-template--18671405695147__16562994919dd7a067 {
    /* border-bottom: 1px solid #ccc;
    margin-bottom: 0; */
}
body .product__info-container>*+* {
    margin: 0rem 0;
}
body .product-form__buttons {
    max-width: 100%;
}
.cart-button-row {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.product__info-wrapper variant-radios fieldset + fieldset {
    padding-bottom: 0px;
}
.product-form__buttons button.product-form__submit {
    background-color: #832729;
    border-radius: 5px;
}
.product-form__buttons button.product-form__submit:before,
.product-form__buttons button.product-form__submit:after {
    display: none;
}
.product-form__buttons button.product-form__submit {
    background-color: #832729;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: uppercase;
}
.visit-similar-btn{
    background-color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 452px;
    z-index: 10;
    left: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    color: #000;
    font-size:12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

@media screen and (min-width: 990px) {
  
  body  .featured-product:not(.product--no-media)>.product__info-wrapper{
      padding: 0 0 0 5rem;
  }
  
}


.custom-price-contain{
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.custom-price-contain .product-form__input {
   flex: 0;
   display: none;
}

quantity-input.quantity:before,
quantity-input.quantity:after {
    display: none;
}
quantity-input.quantity {
  border: 1px solid #CFCFCF !important;
  min-height: inherit;
  width: 150px;
}
.quantity .quantity__input {
    outline: none;
    border: 0;
    box-shadow: none;
    height:47px;
}
button.quantity__button {
    background-color: #F2F2F2 !important;
    width:40px;
      margin: 0 !important;
}
body .product-form__input{
    flex: 0;
    max-width: 100%;
    margin: 0;
}
body .product-form__submit{
    margin-bottom: 0;
}
.cart-button-row form {
    width: 100%;
}

.price__container .price__sale {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center;
}
.tab-main-box {  
    letter-spacing: normal;
}
.tab-menu ul{
    list-style: none;
    padding: 0;
    display: flex;
} 
.tab-menu ul>li>a{
    text-decoration: none;
    color: #000;
    padding: 5px 18px;
    font-size:14px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    border-left: 1px solid #ccc;
    border-top: 1px solid transparent;
}
.tab-menu ul>li>a.active{
    border-top: 1px solid #ccc;
    border-bottom-color: transparent;
}
.tab-menu ul>li:first-child>a {
    border-left-color: transparent;
}
.tab-menu ul>li:first-child>a.active {
    border-left-color: #ccc;
}
.tab-menu ul>li:last-child>a {
     border-right: 1px solid transparent;
}
.tab-menu ul>li:last-child>a.active {
    border-right-color: #ccc;
}
.tab-main-box .tab-box h2,
.tab-main-box .tab-box h3,
.tab-main-box .tab-box h4{
    font-size:14px;
    line-height: 18px;
    font-weight: 600;
}

.tab-main-box p {
    font-size: 12px;
    line-height: 22px;
}
.tab-box * {
    font-size: 12px;
}

.tab-main-box .testimonial-title {
    margin-top: 24px;
}

/* .tab-main-box p img {
    width: 100%;
    max-width: 100%;
} */
.block-title>div {
    font-weight: 700;
    color: #000;
}
.reviews-card {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.accordion__title {
    font-weight: 400;
    font-size: 14px;
    color: #121212;
    line-height:26px;

}
.accordion__content p {
    color: #555555;
    font-size:12px;
    line-height: 22px;

}
.accordion details {
    padding: 0 20px; 
}
.accordion details[open] {
    background-color: #FEF2F2;
    padding-bottom: 10px;
}	
.accordion__content {
    padding: 0 !important;
}
.collapsible-content summary:hover {
    background: transparent !important;
}
.collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
}
body .accordion summary { 
    padding: 1rem 0;
}

body .collapsible-content-wrapper-narrow {
    max-width: 1140px;
}
body .newsletter__subheading.rte p {
    font-size: 14px;
}
body .field__label,
body .customer .field label {
    font-size: 12px;
    top: 14px;
}


#shopify-section-template--18671405695147__165630070565054c9f .newsletter__wrapper,
#shopify-section-template--18671405891755__newsletter_dbnWXC .newsletter__wrapper,
#shopify-section-template--18671405793451__newsletter_JLMBbF .newsletter__wrapper {
    background-color: #EDE6D4;
    padding: 80px 0;
}
#shopify-section-template--18671405695147__165630070565054c9f .newsletter__wrapper h2,
#shopify-section-template--18671405891755__newsletter_dbnWXC .newsletter__wrapper h2,
#shopify-section-template--18671405793451__newsletter_JLMBbF .newsletter__wrapper h2{
  font-size:20px;
}
#shopify-section-template--18671405695147__165630070565054c9f .newsletter__subheading p,
#shopify-section-template--18671405891755__newsletter_dbnWXC .newsletter__subheading p,
#shopify-section-template--18671405793451__newsletter_JLMBbF .newsletter__subheading p{
    letter-spacing: normal;
    color: #555555;
}
#shopify-section-template--18671405695147__165630070565054c9f .newsletter-form__field-wrapper .field__input,
#shopify-section-template--18671405891755__newsletter_dbnWXC .newsletter-form__field-wrapper .field__input,
#shopify-section-template--18671405793451__newsletter_JLMBbF .newsletter-form__field-wrapper .field__input{
    background-color: transparent;  
    font-size: 12px;
}

#shopify-section-template--18671405695147__165630070565054c9f .newsletter-form__field-wrapper  label.field__label,
#shopify-section-template--18671405891755__newsletter_dbnWXC .newsletter-form__field-wrapper  label.field__label,
#shopify-section-template--18671405793451__newsletter_JLMBbF .newsletter-form__field-wrapper  label.field__label{  
    font-weight: 500;
    color: #000;
}
#shopify-section-template--18671405695147__165630070565054c9f .newsletter__wrapper>*+*,
#shopify-section-template--18671405891755__newsletter_dbnWXC .newsletter__wrapper>*+*,
#shopify-section-template--18671405793451__newsletter_JLMBbF .newsletter__wrapper>*+*{
    margin-top: 16px;
}


/* 20-06-2025 */

.product__info-wrapper variant-radios fieldset {
    display: flex;
    justify-content: left;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom:0px;
}
.product__info-wrapper variant-radios fieldset .variant-with-image label {
    /* padding: 0;
    margin: 0;
    border: 0px solid #E5E5E5;
    overflow: hidden;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    outline: 1px solid #000;
    outline-offset: 3px;
    font-size: 0; */
}
.product__info-wrapper variant-radios fieldset .variant-with-image label {
    padding: 0;
    margin: 0;
    border: 0px solid #E5E5E5 !important;
    overflow: hidden;
    border-radius: 100px;
    width: 20px !important;
    height: 20px !important;
    outline: 0px solid #000;
    outline-offset: 3px;
    font-size: 0;
}
.product__info-wrapper variant-radios fieldset .variant-with-image.active label{
  outline:2px solid #832729;
}
.product__info-wrapper fieldset.js.product-form__input + fieldset.js  .variant-with-image label{
   outline: 0 !important;
   position: relative;
   top: -3px;
   border: 1px solid #D6D0CB !important;
   border-radius: 0;
   padding: 3px 13px;
}
.product__info-wrapper variant-radios fieldset .variant-with-image label img.variant-thumb {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.product__info-wrapper variant-radios fieldset + fieldset.js.product-form__input .variant-with-image label {
    width: auto !important;
    height: auto !important;
    border: none;
    overflow: visible;
    font-size:12px;
    padding: 0;
    background: transparent;
    color: #555555;
    line-height:normal;
    text-decoration: none;
}
.product__info-wrapper variant-radios fieldset + fieldset.js.product-form__input .variant-with-image label:hover,
.product__info-wrapper variant-radios fieldset + fieldset.js.product-form__input .variant-with-image.active label{
  color:#832729;
  border: 1px solid #832729;
  text-decoration: none;
}
.variant-with-image {
    /* border-right: 1px solid #DDDDDD;
    padding-right: 10px;
    line-height: normal; */
}
.variant-with-image:last-child {
    border: 0;
}
fieldset.js.product-form__input + fieldset.js.product-form__input {
    column-gap: 6px;
}
shopify-payment-terms {
    letter-spacing: normal;
    color: #555;
}
.product__info-wrapper variant-radios fieldset legend.form__label {
    font-weight: 500!important;
    color: #121212;
    font-size: 12px!important;
    font-family: Futura !important;
    letter-spacing: normal;
}
.product__info-wrapper variant-radios fieldset{
    position: relative;
    padding-left:55px;
}
.product__info-wrapper variant-radios fieldset legend.form__label{
    position: absolute;
    left: 0;
    top:2px;
    z-index: 1;
} 

.product__info-container .price__container span.price-item.price-item--regular {
    display: none;
}

.grid__item.product__media-wrapper, .product__info-wrapper.grid__item {
    /* width: 100%;
    max-width: 100%; */
  /* margin: auto; */
}

.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width h2.title.h1 {
    font-size: 20px;
    font-weight: 600;   
    margin: 0;
}
h2.collapsible-content__heading.h1 {  
    font-style: normal;
    font-weight: 600;
    font-size:18px;
    line-height:normal;
    color: #000000;
    margin:20px 0 0;
   letter-spacing: .03rem;
}
.collapsible-content__header p.caption-with-letter-spacing {
    letter-spacing: normal;
    color: #000;
    text-transform: unset;
    font-size: 18px;
    font-family:FreightBig !important;
    margin-bottom: 15px;
}

.x106a9eq:not(#\#):not(#\#):not(#\#) {
    padding-inline-start: 0 !important;
}



body .product__media-toggle {
    /* display: none; */
}
span.product__media-icon {
    /* display: none; */
}

footer.footer.color-inverse {
    background-color: #303135;
}
body .list-social {
    justify-content: flex-start;
}
.footer-info>div {
    display: flex;
    column-gap: 15px;
    margin-bottom: 8px;
}

footer ul.footer-block__details-content>li>a{
  /* font-size: 16px !important; */
  color: #fff !important;
  text-decoration: none !important;
}
.footer-info>div{
    color: #fff;
}

.footer-info .phone-number, .footer-info .email, .footer-info .address, .contact__info .contact-phone, .contact__info .email-address, .contact__info .contact-address  {
    font-family: Futura !important;
}

.footer-info .phone-number a, .footer-info .email a {
    color: #fff !important;
    text-decoration: none;
}

.footer-block.grid__item.footer-block--menu {
    padding-left: 100px;
}
.footer-block__details-content.rte p {
    color: #fff;
    font-weight: 400 !important;
}
body .footer__content-bottom{
    border-top-color: rgb(255 255 255 / 30%);
}
body .footer__copyright {
    margin-top: 0;
}
.privacy-links a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left:60px;
}
small.copyright__content {
    color: #fff;
    font-family: Futura !important;
    font-size: 16px;
    font-weight: 400;
}
.footer__copyright{
    text-align: unset;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

body .footer__list-social>li>a {
    background-color: #fff;
    border-radius: 100px;
    color: #000;
    margin-right:7px;
    padding: 6px;
}

body .list-social__item .icon {
    height: 1.4rem;
    width: 1.4rem;
}
body .footer {
    margin-top: 0;
}

body .section-footer-padding{
    padding: 60px 0;
}
#shopify-section-template--18671405695147__collapsible_content_RjYnMA,
#shopify-section-template--18671405891755__collapsible_content_ihEcHf{
    padding-bottom: 50px;
}
footer ul.footer-block__details-content>li>a:before {
    content: '';
    background-color: #fff;
    width: 12px;
    display: inline-block;
    height: 2px;
    vertical-align: middle;
    margin-right: 5px;
}


.grid__item.product__media-wrapper .thumbnail-slider {
    /* display: none; */
}

button.share-button__button svg{
    display: none;
}
button.share-button__button {
    font-size: 0;
    position: absolute;
    top: 15px;
    z-index: 10;
    right: 10px;
}
button.share-button__button:before{
    content: '';
    background-image: url('/cdn/shop/files/share-icon.svg?v=1750747257');
    width: 30px;
    height: 30px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 100px;    
}
.grid__item.product__media-wrapper {
    position: relative;
}
.grid__item.product-card {
    position: relative;
}

span.discount-badge:after{
    content: '';
    background-image: url('/cdn/shop/files/arrow-tingle.png?v=1750748530');
    width: 100%;
    height: 7px;
    background-size: auto;
    background-repeat: repeat-x;
    display: inline-block;
    position: absolute;
    left: 0;
    top:34px;
}
span.discount-badge {
    font-size: 14px;
}
span.discount-badge{
    font-family: Outfit;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    background-color: #832729;
    color: #fff;
    text-align: center;
    line-height: normal;
    padding: 4px;
}



.grid__item.product__media-wrapper .product__media-list{
    margin-bottom: 5px;
}
.grid__item.product__media-wrapper .product__media-list>li:not(:first-child) {
    /* display: none; */
}
.grid__item.product__media-wrapper .product__media{
    padding-top: 91% !important;
}

body .grid__item.product__media-wrapper,
body .product__info-wrapper.grid__item {
    max-width: 50% !important;
    width: 100% !important;
} 

.product-recommendations ul.grid.product-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px !important;
}
.product-recommendations ul.grid.product-grid>li {
    width: 100% !important;
    max-width: 100%  !important;
    margin: 0 !important;
    padding: 0 !important;
}
 
.product-recommendations .card__inner.ratio:before {
    height: 240px !important;
    padding: 0 !important;
}
body .card-wrapper:hover .media.media--hover-effect>img+img{
    opacity: 0 !important;
    transform: none !important;
}
body .card-wrapper:hover .media.media--hover-effect>img{
    opacity: 1 !important;
}

body .thumbnail{
    border-radius: 3px;
    border: 1px solid #CFCFCF;
    padding: 4px;
    opacity: 1 !important;
    height: 70px;
    outline: none !important;
    box-shadow: none !important;
}
body .thumbnail[aria-current]{
    box-shadow: none;
    border-color: #832729;
}
body .thumbnail-list__item:before {
    content: "";
    display: block;
    padding-bottom:0;
}
body .thumbnail {
    position: static;
}
body .thumbnail--wide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
body .thumbnail--narrow img{
    width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 749px) {
   body .thumbnail-list__item.slider__slide {
        width: calc(24% - .6rem);
    }
  body .thumbnail{
    height:50px;
  }
}

/* Custom recommendations */

.recommed-product-wrapper .grid__item.product-card {
    width: 100%;
    max-width: 100%;
}
.recommed-product-wrapper {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.recommed-product-wrapper .grid__item.product-card {
    width: 100%;
    max-width: 100%;
}
.recommed-product-wrapper .recommed-product-image {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.recommed-product-wrapper .recommed-product-image img {
    height:240px;
    width: 100%;
    vertical-align: bottom;
    object-fit: cover;
}
.recommed-product-wrapper .recommed-product-cnts h3,
.card__information .full-unstyled-link{
    font-weight: 600;
    font-size:16px;
    line-height: 20px;
    color: #121212;
    margin:10px 0;
   text-decoration: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
product-recommendations .card__information{
    padding: 0;
}
product-recommendations .card__badge{
    display: none;
}
product-recommendations .card .media img{
    border-radius: 5px;
}
product-recommendations .card__heading a:after{
  display: none;
}
.recommed-product-wrapper .recommed-product-cnts p,
product-recommendations .price__container span.price-item.price-item--sale{
    font-weight: 600;
    font-size:14px;
    line-height: 20px;
    color: #832729;
    margin: 0;
    margin-right: 8px !important;
}
.recommed-product-wrapper .star-rating,
.product-recommendations .star-rating{
    color: #FFCB2B;
    font-size:20px;
    margin: 0 !important;
}
.addtocard-recommed button.btn.add-to-cart {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding:10px 0;
    gap: 10px;
    background: #832729;
    border-radius: 5px;
    width: 100%;
    font-weight:500;
    font-size:14px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    cursor:pointer;
    text-transform: uppercase;
}
.recommed-product-wrapper .recommed-product-image .wishlist-btn-wrapper {
    position: absolute;
    right: 5px;
    z-index: 9;
    top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 3px;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 3px;
    width: 24px;
    height: 22px;
}
.recommed-product-wrapper .recommed-product-image .wishlist-btn-wrapper button.wishlist-btn {
    padding: 0;
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.custom-recommendations h2.section-title,
h2.product-recommendations__heading{
    font-style: normal;
    font-weight:600;
    font-size:18px;
    line-height: normal;
    color: #000000;
    margin:20px 0;
    letter-spacing: .03rem;
}
section.custom-recommendations button.wishlist-btn{
    cursor: pointer;
}
  
section.custom-recommendations {
    padding: 50px 0;
}

  
 

/* Custom recommendations END*/


.tab-box { display:none; }


body .htusb-ui-prod-boost-generic-pricing {
    display: none;
}
body form#product-form-installment-template--18671405891755__main {
    display: none;
}
body .htusb-ui-prod-boost-generic-under-form,
body .htusb-ui-prod-boost-trust-wrapper{
    display: none !important;
}

.product-form__quantity .form__label {
    display: none;
}

.footer-block__heading {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 18px;
}

@media screen and (min-width: 750px){
  body  .footer-block__details-content .list-menu__item--link {
       font-size: inherit;
  }  
}

footer.footer * {
    font-size: 12px;
}
.footer-block__heading {
    font-size: 14px !important;
    font-weight: 600;
  letter-spacing: 0.03rem;
}


/* Blog page css */

.main-blog h1.title--primary {
    text-align: center;
}
.blog-articles .article:first-child {
    grid-column: 1/-1;
}
.blog-articles .article:first-child h3.card__heading.h2 a {
    text-align: center;
    letter-spacing: normal;
    font-family: Brewery !important;
}
.blog-articles .article h3.card__heading.h2 a {
    font-size: 18px;
    letter-spacing: normal;
    font-family: Brewery !important;
}
.blog-articles .article:first-child .article-card__excerpt {
    text-align: center;
}
.article-card__excerpt {
    font-size: 14px; 
}
.blog-articles .article:first-child .article-card__info {
    text-align: center;
}
.blog-articles .article:first-child .article-card__excerpt {
    text-align: center;
    font-size: 14px;
}
.blog-articles .article:first-child  .article-card__image--medium .ratio:before {
    padding-bottom: 45rem;
}
.blog-articles .card .card__inner .card__media {
    border-radius: 10px 10px 0 0;
}
.blog-articles {
    gap: 40px !important;
}
.blog-articles .article-card__excerpt {
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-articles .card__content{
    padding: 0 20px !important;
}
.blog-articles .article {
    border: 1px solid #ddd;
    border-radius: 10px;
}

body .article-template__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem !important;
}
body .article-template button.share-button__button{
  display: none; 
}
body .article-template__hero-container .article-template__hero-adapt{
    height: 400px;
    padding-bottom: 0 !important;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 10px;
}
h1.article-template__title {
    font-size: 22px;
    font-weight: 600;
}
.article-template__content {
    font-size: 12px;
    color: #555;
}
.article-template__link {
    font-size: 14px;
}
body .article-template header {
    margin-top: 0;
}
body .swym-cc-action-btn-container.swym-cc-sfl-popup-desktop button.swym-button.swym-button-1.swym-is-button.swym-sfl-popup-save-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    background: #832729 !important;
    border-radius: 5px !important;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 0;
    outline: 0;
    letter-spacing: normal;
    min-height: inherit;
    opacity: 1 !important;
}
body button.swym-button.swym-sfl-popup-cancel.swym-is-button {
   border-radius: 5px !important;
}


/* Blog page css END */


body .swym-ui-component .swym-sfl-popup-dialog.swym-control-centre-mode .swym-cc-sfl-popup-action-container>div figure {
    height: 142px; 
}


@media (max-width:991px){
.page-width {
    padding: 0 20px;
}
body .grid__item.product__media-wrapper, body .product__info-wrapper.grid__item {
    max-width: 100%!important;
    width: 100%!important;
}
.footer-block.grid__item.footer-block--menu{
    padding-left: 50px;
}
.recommed-product-wrapper .recommed-product-image img{
    height: 150px;
}
.product-recommendations .card__inner.ratio:before {
    height: 150px!important;
} 
.recommed-product-wrapper .recommed-product-cnts h3, .card__information .full-unstyled-link {
    font-size: 16px;  
   font-weight: 600;
}  
.recommed-product-wrapper .recommed-product-cnts p,
product-recommendations .price__container span.price-item.price-item--sale,
product-recommendations .price__container s.price-item.price-item--regular {
    font-size: 13px!important;
    line-height: 18px!important;
}  
.product__info-wrapper{
    padding-left: 0 !important;
}
.visit-similar-btn{
  top:555px;
}
#shopify-section-template--18671405695147__collapsible_content_RjYnMA,
#shopify-section-template--18671405891755__collapsible_content_ihEcHf{
    padding: 0 0px 50px;
}
  
#shopify-section-header {
    z-index: 50;
}

  .contact .contact-page-wrapper {
    flex-direction: column;
    gap: 30px;
}

  .contact .contact-info {
    width: 100%;
}

.contact #storeify-formbuilder-view-19681 {
    margin: 0px !important;
}

.contact #storeify_content_formbuilder_19681 {
    padding: 0px !important;
}

  #shopify-section-template--18671405760683__form .contact{
    padding: 0 20px !important;
}

  .contact .contact-info {
    padding-top: 0px !important;
}

  #storeify_form_action_19681 .storeify-body-frm   .storeify-frm-group {
    padding: 0px !important;
}
  #storeify_form_action_19681 .storeify-foooter-frm .storeify-submit-frm {
    margin: 0px !important;
}

  
}

@media (max-width:767px){

.price__container span.price-item.price-item--sale {
    font-size: 16px;
}
.in-stock {
    color: #107634;
    text-align: right;
}
  
body .header__heading-logo {
    max-width:120px;
}
.header__icon--menu svg {
    height: 1.5rem !important;
}  
body .header__icon--menu {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    margin-left: 12px;
} 
.announcement-bar p {
    font-size: 12px;
}
body .header__icon, 
body .header__icon--cart .icon {
    height: 3.4rem;
    width: 3.4rem;
    padding: 0;
}
.short-description.description_two {
    margin-top: 20px;
}  
.visit-similar-btn{
  top:255px;
}
.product-slide img{
  height: 20vw;
}
.product__title {
  font-size: 18px;
  line-height: 26px;
}
.footer-block.grid__item.footer-block--menu{
  padding-left: 0;
}
ul.slick-dots {
    margin-top: 0;
}
.prd-brands{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.prd-brands>div:first-child {
    grid-column: 1/-1;
}
.product__info-wrapper variant-radios fieldset {
    gap: 8px;
}
.product__info-wrapper variant-radios fieldset .variant-with-image label{
  border: 1px solid #E5E5E5;
}  
.product-form__input input[type=radio]+label:hover {
    border-color:#832729;
}
h4.var-heading {
    margin-bottom: 10px;
}
.product__info-wrapper variant-radios fieldset+fieldset.js.product-form__input .variant-with-image label{
  font-size:14px;
}  
fieldset.js.product-form__input + fieldset.js.product-form__input .variant-with-image {
    /* border-right: 1px solid #ddd;
    line-height: 0;
    padding-right: 7px; */
    margin-top: 5px;
}
fieldset.js.product-form__input + fieldset.js.product-form__input .variant-with-image:last-child{
   border-right: 0px solid #ddd; 
}
variant-radios.no-js-hidden {
    border-bottom: 0px solid #CFCFCF;
    margin-bottom: 3px;
}
.short-description {
    color: #555;
    font-size: 14px;
    line-height: 24px;
}
.section-template--18671405695147__16562994919dd7a067-padding {
  padding-bottom:0 !important;
  padding-top: 15px !important;
}
.tab-menu ul>li>a{
  padding: 0px 18px;
}
.reviews-card{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
product-form.product-form {
    margin: 10px 0 !important;
}
.product-form__buttons button.product-form__submit{
  /* font-size:16px; */
} 
.prd-sku>div:first-child:after {
    content: '';
    /* border-right: 1px solid #ddd; */
    padding-right: 24px;
}  
.quantity .quantity__input {
    height: 45px;
}  
.custom-recommendations>div {
    border-top: 1px solid #ddd;
}
.custom-recommendations {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}
.recommed-product-wrapper .recommed-product-image img {
    height: 140px;
}
.addtocard-recommed button.btn.add-to-cart{
   padding:7px 0;
}
span.discount-badge {
    font-size: 8px;  
    left: 6px;  
}
span.discount-badge:after{
  top:26px;
} 
#shopify-section-template--18671405695147__collapsible_content_RjYnMA,
#shopify-section-template--18671405891755__collapsible_content_ihEcHf{
    padding: 0 0;
}
.accordion summary {
    padding: 10px 0;
}  
.accordion__title{
  font-size: 14px;
  line-height: 22px;
}
.accordion__content p{
  font-size: 12px;
  line-height: 22px;
} 
body .section-template--18671405695147__collapsible_content_RjYnMA-padding,
body .section-template--18671405891755__collapsible_content_ihEcHf-padding{
    padding-bottom: 50px;
}
  
.tab-teaser{
    max-width: 546px;
    margin: auto;
}
body .collapsible-content-wrapper-narrow {
    max-width: 576px;
}
ul#Slider-template--18671405695147__featured_collection_qjKYrc {
    max-width: 546px;
    margin: auto;
}
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
    max-width: 546px;
    text-align: left;
    padding: 0;
}
  .featured-product.product.grid.grid--1-col.gradient.color-background-1.isolate.grid--2-col-tablet {
    flex-direction: column;
}
  .tab-main-box p {
    font-size: 14px;
    line-height: 22px;
}
  h2.collapsible-content__heading.h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
}

#shopify-section-template--18671405695147__165630070565054c9f .newsletter__wrapper h2,
#shopify-section-template--18671405891755__newsletter_dbnWXC .newsletter__wrapper h2,
#shopify-section-template--18671405793451__newsletter_JLMBbF .newsletter__wrapper h2{
    font-family: Outfit,sans-serif;
    font-size: 20px;
    text-align: left;
}
#shopify-section-template--18671405695147__165630070565054c9f .newsletter__subheading p,
#shopify-section-template--18671405891755__newsletter_dbnWXC .newsletter__subheading p,
#shopify-section-template--18671405793451__newsletter_JLMBbF .newsletter__subheading p{
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}
#shopify-section-template--18671405695147__165630070565054c9f .newsletter__wrapper,
#shopify-section-template--18671405891755__newsletter_dbnWXC .newsletter__wrapper,
#shopify-section-template--18671405793451__newsletter_JLMBbF .newsletter__wrapper{
    padding: 30px 20px;
}  
#shopify-section-template--18671405695147__165630070565054c9f .newsletter__wrapper>*+*,
#shopify-section-template--18671405891755__newsletter_dbnWXC .newsletter__wrapper>*+*,
#shopify-section-template--18671405793451__newsletter_JLMBbF .newsletter__wrapper>*+*{
    margin-top: 10px;
}
.footer .grid {
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
}
.footer-block.grid__item:first-child {
    grid-column: 1/-1;
    margin-bottom: 0;
} 
.footer__content-top.page-width {
    padding: 0 20px;
}  
body .footer__list-social.list-social {
    justify-content: left;
}
body .footer-block__details-content {
    margin-bottom: 0;
}
.footer-block__details-content.rte p {
    font-size: 12px;
    line-height: 18px;
}
.footer-block__heading {
    margin-bottom: 16px;
}
body .footer-block__details-content .list-menu__item--link {
    padding-top: 0;
}  
footer ul.footer-block__details-content>li>a {
    /* font-size: 14px!important;   */
}
.footer-info>div{
    /* font-size: 14px; */
    line-height: normal;
    margin-bottom: 18px;
}
.footer-info>div:last-child {
    margin-bottom: 0;
}
body .footer-block.grid__item {
    margin-bottom: 0;
}  
.footer__copyright.caption {
    display: block;
    text-align: left;
}
small.copyright__content {
    /* font-size: 14px; */
}
.footer__column.footer__column--info {
    padding: 0;
}
.privacy-links a {
    margin-left: 0;
    margin-right: 12px;
    margin-top: 10px;
    display: inline-block;
}
body .footer__content-bottom {
    border-top-color: #ffffff7a;
}
footer ul.footer-block__details-content>li>a:before{
  height: 1px;
}  

body .section-template--18671405891755__main-padding {
    padding-top: 10px;
}
body .slider-buttons {
    display: none;
}

.recommed-product-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
.recommed-product-wrapper .recommed-product-cnts h3,
.card__information .full-unstyled-link{
    font-size: 14px;
    margin-bottom: 5px;
 }
.recommed-product-wrapper .recommed-product-cnts p,
product-recommendations .price__container span.price-item.price-item--sale,
product-recommendations .price__container s.price-item.price-item--regular{
  font-size: 13px !important;
  line-height: 18px !important;
}

product-recommendations .price__container span.price-item.price-item--sale,
product-recommendations .price__container s.price-item.price-item--regular{
  font-size: 12px !important;
} 
  
product-recommendations .price__container span.price-item.price-item--sale {
    margin-right: 4px!important;
}  
section.custom-recommendations h2.section-title,
h2.product-recommendations__heading{
  /* font-size: 20px; */
  line-height: 25px;
}
.product-recommendations ul.grid.product-grid {
    grid-template-columns: repeat(2,1fr);
}
.price__container .price__sale {
    flex-wrap: nowrap !important;
}
product-recommendations.product-recommendations {
    border-top: 1px solid #ddd;
    padding-top: 0;
    margin-top: 30px;
}
.product-recommendations .card__inner.ratio:before {
    height:140px !important;
}  
body .section-template--18671405891755__collapsible_content_ihEcHf-padding {
    padding-top: 0; 
}
.product-tabs-sec {
    margin-top: 50px;
}
.cart-button-row form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 0px 20px rgb(0 0 0 / 20%);
}

   .collapsible-content__header p.caption-with-letter-spacing {
    font-size: 16px;
  }

  #shopify-section-template--18671405760683__form .contact {
    padding: 0 20px !important;
}

  #storeify_content_formbuilder_19681 .storeifyapps-form{
    padding: 0px !important;
}

  
}


section#shopify-section-template--18671405793451__rich_text_qdeCDn .rich-text__blocks {
    max-width: 100%;
    font-size: 14px;
    color: #555;
}








