/** Shopify CDN: Minification failed

Line 3114:9 Expected ":"

**/
header.header .header__icons .header__icon--account, header.header .header__icons .header__icon--cart,
body .custom-product-card .product-price-wrapper, 
body .interactive-price-grid,
body #ExplorerProductPrice,
body .product .product__info-container .pri_sec .price__container,
body .custom-product-card .custom-product-swatches
{
    display: none;
}
.custom-product-card .card__badge {
    display: none;
}


.shopify-section-header-sticky.scrolled-past-header {  
  z-index: 10;
}
.header-wrapper header.header nav.header__inline-menu {

  margin-top: 0;

}
header.header 

{
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

.rivyo-floating-tab-btn 

{
  display : none !important;
}

body .header-localization .disclosure .localization-form__select:hover {
    text-decoration:none;
}

[data-template=index] .header-wrapper  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

[data-template=index] .section-header.shopify-section-header-stickys .header-wrapper 
{
   -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #40534cd9;
}

.section-header.shopify-section-header-sticky .header-wrapper 
{
   /* background: #40534cd9; */
    background : #213639;
}
/*
[data-template=index] .section-header.shopify-section-header-sticky .header-wrapper .list-menu li span {
    color: #000;
}*/
/*
.header__inline-menu ul li {
    margin: 10px 6px;
}*/

.header__inline-menu ul li a,  .header__inline-menu ul li header-menu summary 
{
  font-size: 16px;
  font-family: 'Grift';
  color :#fff;
  padding: 10px 4px;
}

.header__inline-menu ul li header-menu summary span.header__active-menu-item 
{
  text-decoration: none;
  border-bottom: 2px solid #d6bd98;
}

.header__inline-menu ul li a span.header__active-menu-item {
  /* 
      background: #d6bd98;
      padding: 10px 16px;
      border-radius: 4px;
      color: #6B7B69;
     */
      text-decoration: none;
      border-bottom: 2px solid #d6bd98;
}
.header__inline-menu ul li header-menu  details[open]>.header__menu-item {text-decoration: none;}
.header__inline-menu ul li a  span, .header__inline-menu ul li header-menu summary span 
{
  color: #fff;
  padding: 6px 18px;
}
.header__inline-menu ul li a:hover span, .header__inline-menu ul li header-menu summary:hover span 
 {
    text-decoration: none;
 /*   background: #d6bd98;
    border-radius: 4px;*/
     border-bottom: 2px solid #d6bd98;
}

.search-modal
{
    background:rgba(248,247,244,.78);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    animation:searchFade .3s ease;
}

@keyframes searchFade
{
    from {opacity:0;}
    to {opacity:1;}
}

.search-modal__content .search__input + label 
{
    position: absolute;
    left: 40px;
    top: 12px;
}

.search-modal__content .search__input:focus + label {
    display: none;
}

.search-modal__content .predictive-search.predictive-search--header 
{
    background: #4e5e58;
    /* padding: 0 44px 0 44px; */
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
    border-radius: 4px;
    height: 400px;
}

.predictive-search::-webkit-scrollbar
{
    width:6px;
}

.predictive-search::-webkit-scrollbar-thumb{
    background:#d7d7d7;
    border-radius:20px;
}

.search-modal__content 

{
    max-width: 740px;
    margin: 80px auto 0;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.search-modal .field,  predictive-search .field {
    border-radius: 4px;
    overflow: hidden;
    transition: .35s;
}

.search-modal__content .search__input, predictive-search .search__input {
    height: 46px ;
    background: #4e5e58;
    padding: 0 44px 0 44px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none ;
}
.template-search__header p {

  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px 16px;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
}

#predictive-search-results div#predictive-search-results-groups-wrapper .predictive-search__result-group:first-child {
    display: none;
}
.predictive-search.predictive-search--header button {
    display: none;
}
.search-modal .field button.reset__button.field__button {
    right: 0px;
}
.predictive-search__item:hover{
    background:#faf8f5;
    transform:translateX(6px);
}
.search-modal .search__button {
    position: absolute;
    left: 0px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    transition: .3s;
}
.search-modal .search-modal__close-button {
    position: absolute;
    right: 0px;
    top: -32px;
    width: 34px;
    height: 34px;
    background: #4e5e58 ;
    border-radius: 50%;
    transition: .3s;
}
 .custom-product-grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}
.custom-slider-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}
.custom-slider-prev,
.custom-slider-next {
/*width: 44px;*/
width :52px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #213639;
   /* background: #d5bd98; */
    background: transparent;
    cursor: pointer;
    /* font-size: 20px; 
     box-shadow: 0px 0px 2px rgba(0, 0, 0, .1);
    */
    transition: .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
       
}
.custom-slider-prev svg, .custom-slider-next svg {
  
  /*  fill: #6B7B69;*/
    fill : #d5bd98;
}
/*
.custom-slider-prev:hover,
.custom-slider-next:hover {
  background: #577b6a;
}
*/
.custom-slider-prev:hover svg, .custom-slider-next:hover svg {
    fill: #fff;
}

.custom-product-slider {
  overflow: hidden;
}

.custom-product-card {
  height: auto;
  transition: all .35s ease;
}

.custom-product-card:hover
 {
    transform: translateY(-4px);
}

.video-testimonials-section .splide__pagination__page {width: 12px; height : 12px;}
.video-testimonials-section .splide__pagination__page,
.video-testimonials-section .splide__pagination__page.is-active
{
      background: #577b6a;
}
/* SPLIDE */
.custom-product-slider .splide__track {
  overflow: visible;
}
 .custom-product-card {
   /* height: auto;
      background: #fff;
    border: 1px solid #E4DCCD;
   border-radius: 18px;
   border-radius : 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(26, 54, 54, 0.07);
    padding: 0 0px;
    display : flex;
    flex-direction :column;
    justify-content: space-between;
*/
    height: auto;
    background: #213639;
    border: 1px solid #E4DCCD;
    border-radius: 12px;    
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(26, 54, 54, 0.07);
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom-product-grid {
  padding: 60px 0 50px 0;
  background: #213639;
}
.custom-product-grid-header {
  margin-bottom: 45px;
}
.custom-product-card .swatches_grid {
    margin: 16px 0 0 0;
}
.custom-product-grid-header h2 {
     margin: 0;
    font-size: 38px;
    /* font-weight: 700; */
    color: #d9b998;
}
#ProductGridContainer .collection #product-grid .card-information {
position : unset;
}
#ProductGridContainer .collection #product-grid .card-information .caption-with-letter-spacing {color  :#fff;}
#ProductGridContainer .collection #product-grid .card-information .custom-product-cards .swatches_grid {
    position: relative;
    z-index: 9;
}
.product-link span.product-saving-badge {
   /* position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
    font-weight: 700;
    */
    background: #577b6a;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 16px;
}
/*
.custom-product-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 25px;
}
*/
.custom-product-card {
  position: relative;
}
.custom-product-card  .product-link {
  text-decoration: none;
  color: inherit; 
  display: block;    
}
#product-grid li > .custom-product-card  .product-link {
    padding: 20px 14px ;
}
#product-grid li.grid__item {
    margin: 0 0 10px 0;
}
.custom-product-card .custom-product-image {
  position: relative;
  overflow: hidden;
 /* aspect-ratio: 1 / 1.2; */
  background: #f7f7f7;
  margin-bottom: 14px;
}
.custom-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  transition: .4s ease;
}
.custom-product-card:hover img {
  transform: scale(1.04);
}
.custom-product-card  .custom-product-info {
  margin-bottom: 10px;
  text-align: left;
  padding: 0 14px;
}
.custom-product-card .product-title {
margin: 0 0 10px;
font-size: 18px;
color: #fff;
}
.custom-product-card  .product-price-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;  
  /* justify-content : center; */
}
.product-card-wrapper.custom-product-card  .product-price-wrapper,
.product-card-wrapper.custom-product-card .custom-product-swatches
{
  justify-content : left;
}
.custom-product-card  .product-price {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.custom-product-card  .product-compare-price {
     font-size: 16px;
   /* color: #af1a31;*/
    color:  #ff6969;
    /* font-weight: 600; */
    text-decoration: line-through;
}
.header__icon .cart-count-bubble {
    background: #d6bd98;
   /* color: #ffffff; */
    color: #6B7B69;
}
.header-localization .list-social li a {
    color: #000;
}
p.announcement-bar__message {
    color: #000;
}
.localization-wrapper form span, .header-localization:not(.menu-drawer__localization) .localization-form__select .icon-caret {color: #000;}
/* SWATCHES */
 .custom-product-card  .custom-product-swatches {
  display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    /* justify-content: center; */
    padding: 0px 14px 20px 14px;
    transition: transform .35s ease;
}
.custom-product-card:hover .custom-product-swatches {
    transform: translateY(-2px);
}
.custom-product-card  .variant-swatch {
  width: 26px;
  height: 26px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  position : relative;
}
.custom-product-card  .swatch-image,
.custom-product-card  .swatch-color {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ececec;
  background-size: cover;
  background-position: center;
  transition: .25s ease;
}
.custom-product-card  .variant-swatch.active .swatch-image,
.custom-product-card  .variant-swatch.active .swatch-color { 
  box-shadow: 0 0 0 1px rgba(0,0,0,.12);
}
.custom-product-card  .variant-swatch:hover .swatch-image,
.custom-product-card  .variant-swatch:hover .swatch-color {
  transform: scale(1.08);
}
.custom-product-card a.pro_link 
{
   /* background: #577b6a;
    background : #213639;
*/
    background: #6b7b68;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: .35s ease;
    padding: 8px 14px;
    border-radius: 6px;
    /* width: 100%; */
    display: inline-block;
    text-align: center;
      transform: translateY(6px);
    margin: 0 20px 20px 20px;
    /* box-sizing: border-box; */
} 
#product-grid .custom-product-card a.pro_link {
    width: 100%;
    margin: 0;
}
#product-grid li.grid__item .card-wrapper:hover a.pro_link {
    text-decoration: none;
}
#product-grid .custom-product-card .custom-product-swatches {
    padding: 0px 14px 20px 0px;
}
.custom-product-card:hover .pro_link {
    opacity: 1;
    transform: translateY(0);
}
.card-information {
    position: relative;
    z-index: 9;
}
.collection-custom-banner {
      width: 100%;
    /*height: 500px; */
    padding: 40px 0;
    position: relative;
    background: #edebde;
    border-bottom: 1px solid #d9d3d3;
}
.collection-custom-banner img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}
body[data-template="collection"] .shopify-section:nth-child(2) {
    margin: 0;
}
.pagination-wrapper ul.pagination__list li {
    margin: 0;
}
.collection .pagination-wrapper {
        margin-top: 3rem;
}
[data-template="collection"] .facets__form-vertical details summary span {
    font-weight: 600;
    font-size: 16px;
    color :#000;
}
[data-template="collection"] .facets__form-vertical h2 {
    font-size: 20px;
    font-weight: 600;
}
[data-template="collection"] .facets__form-vertical details summary:hover span {
    text-decoration: none;
}
[data-template="collection"] .facets__form-vertical details ul.facets-layout li label input + svg {/* gap: 12px; */padding: 8px 8px;border: 1px solid #577b6a;/*border-radius: 14px;  cursor:pointer; *//* transition:all .3s ease; */background: #ffffff;overflow: hidden;}
[data-template="collection"] .facets__form-vertical details ul.facets-layout li label input + svg + .svg-wrapper {
    top: 12px;
    color: #000;
}
[data-template="collection"] .facets__form-vertical details ul.facets-layout li label {
    padding: 6px 0;
    transition: all .3s ease;
}
[data-template="collection"] .facets__form-vertical details ul.facets-layout li label:hover {
    /*padding-left: 4px;*/
}
[data-template="collection"] .facets__form-vertical details ul.facets-layout li .facet-checkbox__text span.facet-checkbox__text-label {
    max-width: 180px;
    width: 100%;
}
[data-template="collection"] .facets__form-vertical details ul.facets-layout li  .facet-checkbox__text {

  font-size : 16px;
  display : flex;
  justify-content : space-between; 
  width: 100%;
}
[data-template="collection"] .facets__form-vertical details ul.facets-layout li label.active input + svg {
    background: #577b6a;
}
[data-template="collection"] .facets__form-vertical details ul.facets-layout li label.active input + svg + .svg-wrapper {
    color: #fff;
}
[data-template="collection"] .facets__form-vertical details ul.facets-layout li .facet-checkbox__text span.total_count {
    color: #577b6a;
}
[data-template="collection"] .facets__form-vertical details .facets__price .field {
    border: 1px solid #586963;
}
[data-template="collection"] .facets__form-vertical .active-facets-vertical-filter ~ facet-remove a > span {
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    /* padding: 8px 16px; */
    border:1px solid #e5e5e5;
    border-radius: 6px;
    background:#fff;
    color:#111;
    font-size:14px;
    font-weight:500;
    transition:all .3s ease;
    align-items: flex-start;
}
[data-template="collection"] .facets__form-vertical .active-facets-vertical-filter ~ facet-remove a > span .svg-wrapper {
    position: absolute;
    top: -4px;
    right: -8px;
    margin: 0;
    background: #577b6a;
    transform: translateY(-50%);
    border-radius: 40px;
    width: 18px;
    height: 18px;
}

[data-template="collection"] .facets__form-vertical .active-facets-vertical-filter ~ facet-remove a > span:hover {
    /* border-color: #111; */
    /* background:#111; */
    /* color:#fff; */
    /* transform:translateY(-2px); */
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

[data-template="collection"] .facets__form-vertical .active-facets-vertical-filter ~ facet-remove a > span .svg-wrapper svg {
    width: 12px;
    height: 12px;
    transition:transform .3s ease;
    color: #fff;
}

[data-template="collection"] .facets__form-vertical .active-facets-vertical-filter ~ facet-remove a > span:hover svg {}

[data-template="collection"] .facets__form-vertical .active-facets-vertical-filter ~ facet-remove a {
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 4px 8px 0;
}
[data-template="collection"] .facets__form-vertical .active-facets-vertical-filter ~ facet-remove a > span > span:first-child {color: #7b7a7a;font-size: 12px;}
[data-template="collection"] .facets__form-vertical .active-facets-vertical-filter ~ facet-remove a > span > span:first-child + span {font-size: 12px;margin: 4px 0 0 0;}
[data-template="collection"] .facets__form-vertical .active-facets__button-remove {display: inline-flex;align-items:center;justify-content:center;padding: 4px 14px;border:1px solid #e5e5e5;border-radius: 40px;background:#fff;color: #577b6a;text-decoration: none;transition:all .3s ease;}
[data-template="collection"] .facets__form-vertical .active-facets__button-remove span {
    font-size: 12px;
}
[data-template="collection"] .facets__form-vertical .active-facets__button-remove:hover {
    border-color: #111;
    color:#111;
    background:#fafafa;
    border: 1px solid rgb(87 123 106);
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
[data-template="collection"] .facets__form-vertical details .facets__header-vertical
 {
    padding: 0 0 8px 0;
    text-transform: capitalize;
}
.pagination-wrapper ul.pagination__list li a {
    background: #577b6a;
    color: #fff;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    /* text-decoration: none; */
}
.pagination-wrapper ul.pagination__list li a::after {
    width: 0;
}
/*
.collection-hero__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}*/
.collection-hero__text-wrapper h1.collection-hero__title {
   margin: 6px 0;
    font-size: 34px;
    color :#000;
}
/*
.collection-hero__text-wrapper {
   position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
    */
.collection-hero__text-wrapper p {
        color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 22px;
}
.product .product__info-container p.product__text.inline-richtext.caption-with-letter-spacing {
    font-size: 14px;
}
.product .product__info-container .product__title h1 {
/*
    font-size: 28px;
    margin: 10px 0 0 0;
    letter-spacing: 0;
    line-height: 34px;
*/
    font-size: 28px;
    margin: 10px 0 10px 0;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 600;
}
.product .product__info-container  .pri_sec {
  margin: 10px 0 10px 0;
}
.product .product__info-container .pri_sec .price__container {
    margin: 0;
    letter-spacing : 0;
}
.product .product__info-container #shopify-block-AOUdVZ1BYTnQ0bEMrR__rivyo_reviews_loyalty_wc_product_review_badge_PJCagG {
    margin: 0;
}
.product .product__info-container .product__title {
    margin: 0 0 4px 0px;
}
.product .product__info-container .rivyoReviewWidget span.rivyoReviewAverage {
    font-size: 12px;
    letter-spacing: 0px;
    color: #000;
}
.product .product__info-container  .rivyoReviewWidget .rivyoReviewRatingIcon svg {
    width: 14px;
    height: 14px;
}
.product .product__info-container .price__container .price__sale > .price-item,
.product .product__info-container .price__container .price__regular > .price-item
 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
.product .product__info-container .price__container .price__sale > span > .price-item {
   font-size: 18px;
    color: #af1a31;
    /* font-weight: 600; */
    text-decoration: line-through;
}
.product .product__info-container .price__container .price__sale > span > .price-saving {
  background: #577b6a;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
}
.color-swatch-image {
    padding: 0 !important;
    border: 0 !important;
    background-color: #fff;
    width: 30px;
    height: 30px;
}
.color-swatch-image img {
   width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    border: 0;
    box-shadow: none;
    padding: 2px;
}
.product .product__info-container variant-selects .form__label,
.product .product__info-container  .quantity__label  {

font-size: 18px;
color: #000;
}
.product .product__info-container .quantity__label span.quantity__rules-cart > span {
    font-size: 14px;
}
.product .product-form__quantity .quantity {
    border: 1px solid #d6bd98;
    border-radius : 50px;
    width: 120px;
}
.product variant-selects .product-form__input--pill input[type=radio]:checked+label.color-swatch-image{background-color : transparent;
}
.product  variant-selects  .product-form__input--pill input[type=radio]:checked+label > img {
    border: 1px solid #d6bd98;
     /*padding: 2px;
    border-color: rgb(131 131 131 / 1); 
    background-clip: padding-box;*/
}
.product variant-selects .product-form__input--pill input[type=radio]+label:not(.color-swatch-image)
{
    /*
    background-color: #d5bd98;
    border: 1px solid #d5bd98;
    border-radius : 0;
    color : #fff;
*/
    border: 1px solid #d5bd98;
    border-radius: 0;
    /* color: #fff; */
    font-size: 16px;
    padding: 10px 15px;
    min-width: 50px;
}

.product variant-selects .product-form__input--pill input[type=radio]:checked+label:not(.color-swatch-image) {
  /*  border: 1px solid #ececec;
    background: #5c6c66;
*/
    border: 1px solid #ececec;
    background: #5c6c66;
}
.product .product__info-container variant-selects {
    margin: 0;
}
.product .product__info-container variant-selects fieldset {
    margin: 0px 0 10px 0;
}
.product__info-container .price__container + .badge.price__badge-sale {
    display: none;
}
body .product .product__info-container quantity-input .quantity__input:focus-visible {   
    outline: 0;
    outline-offset: unset;
    box-shadow: none;
}
.product .product__info-container product-form button.product-form__submit {
    background: #213639;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 100px;
}
.q_b_Wrap {
    display: flex;
}
.q_b_Wrap .product-form__quantity {
    max-width: fit-content;
}
.q_b_Wrap product-form.product-form {
    margin: 30px 0 0 20px;
}
.product .product__info-wrapper ul.icon-with-text {margin: 0;padding: 0 0 10px 0;}
.product .product__info-wrapper ul.icon-with-text li.icon-with-text__item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product .product__info-wrapper .product__description h3 {
    display: none;
}
.product .product__info-wrapper .product__description {
    margin: 0;
    min-height : 140px;
    overflow :hidden;
}
.product .product__info-wrapper ul.icon-with-text li.icon-with-text__item img {
    margin: 0 12px 0 0;
}
.product .product__info-wrapper ul.icon-with-text li.icon-with-text__item span {
    font-weight: 100;
    font-size: 12px;
}
.product .product__info-container product-form button.product-form__submit:hover:after {display :none;}
.product .product__info-container product-form .shopify-payment-button {
    display: none;
}
span.var_title_tooltip {
    position: absolute;
    bottom:calc(100% + 10px);
    left:50%;
    transform:translateX(-50%) translateY(8px);
    background:#111;
    color:#fff;
    font-size:12px;
    line-height:1;
    padding:8px 10px;
    border-radius:6px;
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    transition:all .25s ease;
    pointer-events:none;
    z-index:10;
}
span.var_title_tooltip:after {
    content: '';
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    border-width:5px;
    border-style:solid;
    border-color:#111 transparent transparent transparent;
}
.color-swatch-image:hover .var_title_tooltip, .custom-product-card .variant-swatch:hover .var_title_tooltip  {
    opacity: 1;
    visibility:visible;
    transform:translateX(-50%) translateY(0);
}
.product .product__info-container .product__description ul {
      margin: 12px 0 6px 0;
    padding: 0;
    list-style: none;
}
.product .product__info-container .product__description ul li {
    align-items: flex-start;
    display: flex;
}
.product .product__info-container .product__description ul li::before {
    content: '';
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
    position: relative;
    top: 8px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
    background-color: #5c6c66;
}


.product .product__info-container span.badge.price__badge-sale {
    display: none;
}
.product .product__info-wrapper .product__description  p{
  margin:0;
}
.read-more-trigger{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0;
  background:none;
  border:none;
  color:#111;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  position:relative;
}
.read-more-trigger::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-4px;
  width:100%;
  height:1px;
  background:currentColor;
  transform-origin:left;
  transition:transform .3s ease;
}
 
.read-more-trigger svg{
  transition:transform .3s ease;
}

.read-more-trigger:hover svg{
  transform:rotate(90deg);
}

.read-more-trigger:hover::after{
  transform:scaleX(.7);
}

/*cart drawer */
.cart-drawer .drawer__inner {
  width: 50rem;
}
.cart-drawer .drawer__inner h2.drawer__heading {
    font-weight: 100;
    font-size: 22px;
}
.cart-drawer .drawer__inner  .drawer__heading span {
    font-size: 16px;
}
.cart-drawer .drawer__inner .drawer__header {
    position: relative;
    padding: 14px 0;
}
.cart-drawer .drawer__inner .cart-drawer .cart-items, cart-drawer .drawer__inner .cart-drawer tbody { 
    background: #fcfaf6;
    padding: 0;
}
.cart-drawer .cart-items thead {
    margin-bottom: 0!important;
    padding: 14px 0;
}
.cart-drawer .drawer__inner button.drawer__close {
    background: #d6bd98;
    border-radius: 55px;
    color: #fff;
    top: 16px;
    min-width: 2.8rem;
    min-height: 2.8rem;
}
.cart-items .cart-item quantity-input.quantity.cart-quantity {
       border: 1px solid #d6bd98;
    /* border-radius: 50px; */
    width: 80px;
    min-height: 34px;
    border-radius: 4px;
}
 .cart-items .cart-item span.price-saving {
    background: #577b6a;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
}
.cart-items .cart-item a.cart-item__name:hover {
    text-decoration: none;
}
 .cart-items .cart-item a.cart-item__link + img {
    border-radius: 10px;
    padding: 4px;
    box-shadow: 0 2px 8px rgba(26, 54, 54, 0.07);
}
 .cart-items .cart-item .base_cost {
    font-size: 14px;
    color: #af1a31;
    text-decoration: line-through;
    opacity : 1;
}
.cart-items .cart-item ul.discounts li.discounts__discount {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    margin-right: 14px;
    background: #D4832E;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    line-height: 1;
    border-radius: 4px 0 0 4px;
}
 .cart-items .cart-item ul.discounts li.discounts__discount svg {
    fill: #fff;
    color: #fff;
    width: 10px;
    height: 10px;
}
.cart-drawer .cart-items .cart-item td.cart-item__quantity {
    display: flex;
    justify-content: flex-end;
}
 .cart-items .cart-item td.cart-item__quantity .quantity.cart-quantity button, .cart-drawer .cart-items .cart-item td.cart-item__quantity .quantity.cart-quantity .quantity__input {
    width: 24px;
    font-size: 12px;
}
.cart-drawer .drawer__inner button.drawer__close span.svg-wrapper {
    width: 12px !important;
    height: 12px !important;
    position: relative;
    top: 2px;
    left: 0px;
}
.cart-drawer .cart-items .cart-item {
    border-bottom: 1px solid #ececec;
    padding: 0 18px;
    background: #f6f3eb;
    margin: 0 0 10px 0;
}
/* Product Meta Data Details */
 .drawer__footer .totals {
    margin: 0;
}
.drawer__footer .totals .totals__total-value {
    font-size: 16px;
}
 .drawer__footer .tax-note {
    margin: 10px 0px;
}
.drawer__footer .tax-note {
    margin: 10px 0px;
}
.drawer__footer .cart__ctas button {
    background: #5c6c66;
    color: #fff;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 16px;
}
 .drawer__footer .cart__ctas button:hover:after {
    box-shadow: none;
}

/* Cart page */
.cart-page-loading #MainContent{
    opacity:0;
    visibility:hidden;
}
.cart-page-ready #MainContent{
    opacity:1;
    visibility:visible;
    transition:opacity .25s ease;
}

/* =========================================
   CART PAGE
========================================= */

.cart-page{
    background:#fcfaf6;
    padding:60px 0 80px;
}
.cart-page .cart-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 500px;
    gap:36px;
    align-items:start;
}

/* =========================================
   CART ITEMS
========================================= */
.cart-page cart-items .page-width {
    padding: 0;
}
.cart-page .cart-items{
    width:100%;
    border-collapse:separate;
    border-spacing:0 18px;
}

.cart-page .cart-items thead{
    display:none;
}

.cart-page .cart-items tbody tr{
   /* background:#fff;*/
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
    overflow:hidden;
}
.cart-page .cart-item td{
    padding:20px 20px;
    vertical-align:middle;
    border:none !important;
}

.cart-page .cart-item td.cart-item__totals.small-hide .loading__spinner {
    right: 50px;
    top: 16px;
}

.cart-page .cart-item__media{
    width:150px;
}

.cart-page .cart-item__image-container{
    width:100px;
    height:100px;
    border-radius:14px;
    overflow:hidden;
    background:#fafafa;
    border:1px solid #ececec;
    transition:.35s;
}
.cart-page .cart-item:hover .cart-item__image-container{
    transform:scale(1.03);
}
.cart-page .cart-item__image{
      padding: 6px;
    border-radius: 14px;
}
/* =========================================
   PRODUCT INFO
========================================= */
.cart-page .cart-item__name{
    font-size:16px;
    text-decoration:none;
     transition:.25s;
}
.cart-page .cart-item__name:hover{
    color:#C7852B;
}
.cart-page .caption-with-letter-spacing{ 
    display : none;  
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#9b9b9b;
    margin-bottom:8px;
}
.cart-page .cart-items .cart-item span.price-saving {
    display: inline;
    margin: 0 0 0 2px;
}
.cart-page .product-option{
    font-size:14px;
    color:#000;
    margin-top:6px;
}

/* =========================================
   PRICE
========================================= */

.cart-page .cart-item__discounted-prices{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:0;
}
.cart-page .cart-item td .cart-item__price-wrapper > span {
    font-size: 18px;
}
.cart-page .cart-item__old-price{
    color:#999;
    font-size:15px;
}
.cart-page .cart-item__final-price,  .product-option .price_sec .sale_cost, .cart-items .cart-item .cart-item__discounted-prices .cart-item__final-price{
    color:#000;
    font-size:18px;
    font-weight:700;
}
.cart-page cart-items a.underlined-link {
    background: #577b6a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: .3s ease;
    padding: 12px 28px;
    border-radius: 44px;
}

.cart-page .price--end{
    font-size:22px;
    font-weight:700;
}

/* =========================================
   QUANTITY
========================================= */

.cart-page .cart-items .cart-item quantity-input.quantity.cart-quantity{
  
    padding:4px;
    overflow:hidden;
    width: 100px;
    border-radius: 4px;
}
.cart-page .cart-items .cart-item cart-remove-button { margin-left: 6px; align-items: center;}
.cart-page .quantity__button{
    width:42px;
    height:42px;
    border-radius:50%;
    transition:.25s;
}
/*
.cart-page .quantity__button:hover{
    background:#C7852B;
    color:#fff;
}
*/
.cart-page .quantity__input{
    font-size:17px;
    font-weight:600;
}

/* =========================================
   REMOVE BUTTON
========================================= */

.cart-page cart-remove-button .button {
    width:32px;
    height:32px;
    border-radius:50%;
    background:#5c6d67;
    border:1px solid #ececec;
    transition:.3s;
}
.cart-page cart-remove-button .button .svg-wrapper {
    width: 16px;
    height: 16px;
    color: #fff;
}
.cart-page cart-remove-button .button:hover{
    background:#ef4444;
    color:#fff;
    border-color:#ef4444;
}
/* =========================================
   DISCOUNT BADGE
========================================= */

.cart-page .discounts{
    margin-top:14px;
}

.cart-page .discounts__discount{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 12px;
    border-radius:999px;
    background:#fff5e9;
    color:#b36a00;
    font-size:13px;
    font-weight:600;
}

/* =========================================
   SUMMARY
========================================= */

.cart-page .cart-right .cart__footer{
    background:#5c6d67;
    border-radius:20px;
    padding:26px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.cart-page .cart-right .cart__blocks{
    margin:0;
}
.cart-page .cart-right .totals{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 0 20px;
    border-bottom:1px solid #eee;
}

.cart-page .cart-right .totals__total{
    font-size:18px;
   color :#fff;
   text-transform : capitalize;
}
.cart-page .cart__checkout-button:hover:after {
    box-shadow: none;
}
.cart-page .cart-right .totals__total-value{
  font-size: 22px;
    font-weight: 700;
    color: #fff;
}
/* =========================================
   DISCOUNT ROW
========================================= */

.cart-page .cart-right .discounts{
    margin-bottom:20px;
}
.cart-page .cart-right .discounts__discount{
    display:flex;
    justify-content:space-between;
    width:100%;
    background:#f9fafb;
    border-radius:12px;
    padding:12px 16px;
}

/* =========================================
   CHECKOUT
========================================= */

.cart-page .cart__checkout-button{
    border-radius: 50px;
    font-size: 18px;
    transition: .35s;
    box-shadow: 0 12px 25px rgba(199, 133, 43, .25);
    background: #d6bd98;
    color: #fff;
    text-transform: uppercase;
}
.cart-page .cart__checkout-button:hover{
    transform:translateY(-2px);
}

/* =========================================
   TAX NOTE
========================================= */

.cart-page .tax-note{
    margin: 12px 0;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}

/* =========================================
   DYNAMIC BUTTONS
========================================= */

.cart-page .additional-checkout-buttons{
    margin-top:18px;
}

/* =========================================
   STICKY SUMMARY
========================================= */

.cart-page .cart-right{
    position:sticky;
    top:84px;
}
.promo-banner-section{
  padding:80px 0;
  background:#f7f4ef;
}
.promo-banner{
  display:grid;
  grid-template-columns:minmax(0,2.2fr) minmax(320px,0.9fr);
  gap:28px;
  align-items:stretch;
}

/* LEFT SIDE */

.promo-banner__left{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  min-height:520px;
  display:flex;
  align-items:center;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.promo-banner__left::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
      90deg,
      rgba(0,0,0,.52) 0%,
      rgba(0,0,0,.25) 38%,
      rgba(0,0,0,.08) 100%
  );
  transition:.4s;
}

.promo-banner__left:hover::before{
  background:linear-gradient(
      90deg,
      rgba(0,0,0,.46) 0%,
      rgba(0,0,0,.18) 45%,
      rgba(0,0,0,.05) 100%
  );
}

.promo-banner__left::after{
  content:"";
  position:absolute;
  inset:0;
  background:inherit;
  z-index:0;
  transform:scale(1);
  transition:transform .8s ease;
}

.promo-banner__left:hover::after{
  transform:scale(1.05);
}

.promo-banner__overlay{
  position:absolute;
  inset:0;
  z-index:1;
}

.promo-banner__content{
  position:relative;
  z-index:2;
  max-width:470px;
  padding:60px;
  color:#fff;
}
.promo-banner__heading{
  font-size:56px;
  line-height:1.08;
  font-weight:500;
  margin:0 0 18px;
  color:#fff;
}
.promo-banner__heading strong{
  display:block;
}
.promo-banner__description{
  font-size:17px;
  line-height:1.7;
  opacity:.9;
  margin-bottom:35px;
}
.promo-banner__buttons{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
}

/* PRIMARY BUTTON */

.promo-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 34px;
  border-radius:999px;
  background:#7d8b57;
  color:#fff;
  text-decoration:none;
  overflow:hidden;
  transition:.35s;
}
.promo-btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:#111;
  transform:translateX(-100%);
  transition:.35s;
}
.promo-btn span,
.promo-btn{
  position:relative;
  z-index:2;
}

.promo-btn:hover::before{
  transform:translateX(0);
}

.promo-btn:hover{
  color:#fff;
}

/* SECONDARY LINK */

.promo-link{
  color:#fff;
  text-decoration:none;
  position:relative;
  font-weight:500;
}
.promo-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:100%;
  height:1px;
  background:#fff;
  transition:.3s;
}

.promo-link:hover::after{
  width:40%;
}

/* RIGHT SIDE */

.promo-banner__right{
  display:flex;
  flex-direction:column;
  gap:22px;
}

/* SALE CARD */

.promo-sale-card{
  background:linear-gradient(135deg,#b85d32,#cb7748);
  color:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
}
.promo-sale-label{
  display:block;
  letter-spacing:2px;
  font-size:14px;
  text-transform:uppercase;
  opacity:.9;
}
.promo-sale-discount{
  margin:12px 0 28px;
  font-size:54px;
  line-height:1;
  font-weight:700;
}
.promo-countdown{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.separator{
  color:#fff;
  font-size:26px;
  font-weight:bold;
}
.count-item{
  width:68px;
  height:78px;
  border-radius:14px;
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  color:#111;
}
.count-value{
  font-size:24px;
  font-weight:700;
  line-height:1;
}
.count-label{
  margin-top:6px;
  text-transform:uppercase;
  font-size:10px;
  letter-spacing:1px;
  color:#666;
}

/* FEATURES */

.promo-feature-list{
  background:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 18px 45px rgba(0,0,0,.06);
}
.promo-feature{
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:18px 0;
}
.promo-feature:not(:last-child){
  border-bottom:1px solid #ececec;
}
.promo-feature-icon{
  width:48px;
  flex:0 0 48px;
}
.promo-feature-icon img{
  width:100%;
  display:block;
}
.promo-feature h4{
  margin:0 0 5px;
  font-size:18px;
}
.promo-feature p{
  margin:0;
  color:#777;
  line-height:1.6;
  font-size:14px;
}
/* HOVER */

.promo-sale-card,
.promo-feature-list{
  transition:.35s;
}
.promo-sale-card:hover,
.promo-feature-list:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 70px rgba(0,0,0,.12);
}

/* Interative Show case */

/* ===========================================
   Interactive Showcase
=========================================== */

.interactive-showcase{
  padding:50px 0;
  overflow:hidden;
  background:#fff;
}
.interactive-showcase *{
  box-sizing:border-box;
}
.interactive-showcase__wrapper{
  display:grid;
  /*grid-template-columns:minmax(0,1.9fr) minmax(340px,430px);
*/  
    align-items:center;
    gap: 48px;
    align-items: center;
    grid-template-columns: 1fr 440px;
}

/* ===========================================
   Left Image
=========================================== */

.interactive-showcase__image-wrapper{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  background:#f6f6f6;
}
.interactive-showcase__image{
  display:block;
  width:100%;
  height:auto;
  transition:transform .8s ease;
}
.interactive-showcase__image-wrapper:hover
.interactive-showcase__image{
  transform:scale(1.03);
}

/* ===========================================
   Hotspots
=========================================== */

.interactive-hotspot{
    position:absolute;
    transform:translate(-50%, -50%);
    z-index:8;
}

.interactive-price-grid {
    display: flex;
    align-items: center;
    margin: 12px 0 0 0;
}

.interactive-price-grid span.product-compare-price {
    margin: 0 0 0px 10px;
    font-size: 16px;
    color: #af1a31;
    text-decoration: line-through;
    font-weight : 400;
}
.interactive-hotspot__button{
    position:relative;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#fff;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 24px rgba(0,0,0,.18);
    transition:all .35s ease;
}

.interactive-hotspot__button:hover{
  transform:scale(1.12);
}
.interactive-hotspot__button span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#d6d6d6;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.interactive-hotspot__button::before{
    content:"";
    width:16px;
    height:16px;
    border-radius:50%;
    background:#d9d9d9;
}
.interactive-hotspot__button::after{
    content:"";
    position:absolute;
    inset:-8px;
    border-radius:50%;
    border:2px solid rgba(255,255,255,.75);
    animation:hotspotPulse 2s infinite;
}
.interactive-hotspot.active .interactive-hotspot__button,
.interactive-hotspot:hover .interactive-hotspot__button{
    transform:scale(1.08);
}
@keyframes hotspotPulse{
    0%{
        transform:scale(.8);
        opacity:1;
    }

    100%{
        transform:scale(1.7);
        opacity:0;
    }
}

/* ===========================================
   Floating Card
=========================================== */

.interactive-hotspot__card{

    position:absolute;
    top:100px;
    left:-120px;
    transform:translateY(-50%) translateX(-12px);
    width:300px;
    background:#fff;
    border-radius:12px;
    padding:10px;
    display:flex;
    align-items:center;
    box-shadow:0 18px 50px rgba(0,0,0,.18);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:
        opacity .35s ease,
        transform .35s ease,
        visibility .35s ease;
}

.interactive-hotspot.active .interactive-hotspot__card,
.interactive-hotspot:hover .interactive-hotspot__card{

    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(-50%) translateX(0);
}
.interactive-hotspot__product{

    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#000;
    width:100%;
}
.interactive-hotspot__product-image{

    width:56px;
    height:56px;
    flex:0 0 56px;
    border-radius:8px;
    background:#f6f6f6;
    overflow:hidden;
}
.interactive-hotspot__product-image img{

    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    transition:transform .35s ease;
}

.interactive-hotspot__product:hover
.interactive-hotspot__product-image img{

    transform:scale(1.08);

}

.interactive-hotspot__product-content{

    flex:1;
}

.interactive-hotspot__product-content h4{

    margin:0;
    font-size:14px;
    color:#000;
}

.interactive-hotspot__product-content span{
    display: block;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #000;

}

/* ===========================================
   Right Content
=========================================== */

.interactive-showcase__content-column{
  display:flex;
  flex-direction:column;
}

.interactive-showcase__subheading{
 font-size: 16px;
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
}

.interactive-showcase__heading{  
     font-size: 30px;
    line-height: 32px;
    margin: 0 0 20px 0;
    position: relative;
    color: #000;
  }

.interactive-showcase__heading-highlight{
  width:170px;
  height:18px;
  margin-top:-10px;
  background:linear-gradient(
      90deg,
      rgba(255,184,108,.5),
      rgba(255,209,153,.3)
  );
  border-radius:30px;
}

/* ===========================================
   Slider
=========================================== */

.interactive-showcase__slider{
  margin-top:0;
}

.interactive-showcase__track{
  display:flex;
  gap:24px;
}

/* ===========================================
   Product Card
=========================================== */

.interactive-product-card{
 /* width:100%; */
  background:#f7f3ea;
  border-radius:24px;
  overflow:hidden;
 /*box-shadow:
      0 12px 40px rgba(0,0,0,.08);
*/
  transition:.4s;
}
.interactive-showcase__content-column .splide__pagination__page.is-active {
    background: #364042;
    transform: scale(1.4);
    z-index: 1;
}
.interactive-product-card:hover{
  transform:translateY(-2px);
  /*box-shadow:
      0 25px 70px rgba(0,0,0,.12);
      */
}

.interactive-product-card__image{
  padding:0 0px 0;
}

.interactive-product-card__image img{
  display: block;
    width: 100%;
    transition: transform .45s ease;
  
}

.interactive-product-card:hover
.interactive-product-card__image img{
  transform:scale(1.05);
}

.interactive-product-card__content{
  padding:28px;
}

.interactive-product-card__vendor{
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#999;
  margin-bottom:8px;
}

.interactive-product-card__content h3{
  margin:0;
  font-size:20px;

}

.interactive-product-card__content h3 a{
  text-decoration:none;
  color:#000;
}

.interactive-product-card__price{
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.interactive-product-card__variants{
  display:flex;
  gap:10px;
  margin-top:22px;
}

.interactive-product-card__variants span{
  width:24px;
  height:24px;
  border-radius:50%;
  border:2px solid #d9d9d9;
  background:#fff;
  cursor:pointer;
  transition:.25s;
}

.interactive-product-card__variants span:hover{
  border-color:#111;
  transform:scale(1.1);
}

/* ===========================================
   Pagination
=========================================== */

.interactive-showcase__pagination{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:32px;
}

.interactive-showcase__pagination button{
  width:10px;
  height:10px;
  border-radius:50%;
  border:none;
  background:#d4d4d4;
  cursor:pointer;
  transition:.3s;
}

.interactive-showcase__pagination button.is-active{
  background:#111;
  transform:scale(1.3);
}

/* ===========================================
   Animations
=========================================== */

.interactive-product-card,
.interactive-hotspot__card{
  animation:fadeUp .5s ease;
}

@keyframes fadeUp{

  from{
    opacity:0;
    transform:translateY(18px);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }

}

/* Video Testimonials */

.video-testimonials-section {
  padding: 40px 0 40px 0;
  overflow: hidden;
 background-color : rgb(187 187 187 / 8%);
}

.video-testimonials-heading {
  text-align: center;
  margin-bottom: 50px;
  
}

.video-testimonials-heading h2 {
  margin: 0;
  font-size: 40px;

  color: #000;
}

/* SLIDER */
.video-testimonials-slider {
  overflow: hidden;
}

.video-testimonials-slider .splide__track {
  overflow: visible;
}

/* CARD */
.video-testimonial-card {
  height: auto;
}

.video-testimonial-inner {
  cursor: pointer;
}

/* VIDEO THUMB */
.video-testimonial-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 9 / 16;
  background: #f5f5f5;
}

.testimonial-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .4s ease;
}

.video-testimonial-inner:hover .testimonial-thumb-image {
  transform: scale(1.04);
}

/* OVERLAY */
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.45),
    rgba(0,0,0,.05)
  );
}

/* PLAY BUTTON */
.video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.95);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s ease;
  z-index: 2;
}

.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

/* CONTENT */
.video-testimonial-content {
  padding-top: 18px;
}

.video-testimonial-content h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.video-testimonial-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* POPUP */
.video-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.88);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  padding: 20px;

}                   

.video-popup.active {
  opacity: 1;
  visibility: visible;
}

.video-popup-inner {
  position: relative;
 /* width: 100%;*/
  max-width: 420px;
}

.popup-video {
  width: 100%;
  height: 80vh;
  object-fit: contain;
  border-radius: 20px;
  background: #000;
}

/* CLOSE */
.video-popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  z-index: 5;
}

.video-testimonials-section ul.splide__pagination {
    bottom: 0px;
}
.video-testimonials-slider {
    overflow: hidden;
    padding-bottom: 30px;
}
/* SPLIDE ARROWS */
.video-testimonials-slider .splide__arrows {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.video-testimonials-slider .splide__arrow {

  position: relative;
  inset: unset;
  transform: unset;
  width: 54px;
  height: 54px;
  background: #fff;
  border: 1px solid #ddd;
  opacity: 1;

}


.video-testimonials-slider .splide__arrow svg {
  fill: #000;
}

.video-testimonials-slider .splide__arrow:hover {

  background: #000;

}

.video-testimonials-slider .splide__arrow:hover svg {

  fill: #fff;

}

.about-counter .counter-grid  {

grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* ===========================================
   Responsive
=========================================== */

@media screen and (max-width:1200px){

.interactive-showcase__wrapper{
  gap:40px;
}

.interactive-showcase__heading{
  font-size:44px;
}

}

@media screen and (max-width:989px){
#menu-drawer .menu-drawer__account.link {
    display: none;
}
.interactive-showcase{
  padding:60px 0;
}

.interactive-showcase__wrapper{
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.interactive-showcase__image-column, .interactive-showcase__content-column {
    width: 100%;
}
.interactive-showcase__heading-highlight{
  margin-left:auto;
  margin-right:auto;
}
.interactive-product-card {
  
    /* max-width: min-content; */
    background: #f7f3ea;
    border-radius: 24px;
    overflow: hidden;
    /* box-shadow: 0 12px 40px rgba(0, 0, 0, .08); */
    transition: .4s;
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 12px;
    border-radius: 18px;
    /* min-height: 170px; */
    justify-content: space-between;
}

.interactive-product-card > a {
    width: 150px;
    display: block;
}
.interactive-product-card__image img {
    display: block;  
    transition: transform .45s ease;
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
}

}

@media screen and (max-width:768px){

.interactive-showcase{
  padding:40px 0;
}

.interactive-showcase__heading{
    font-size: 28px;
    max-width: 300px;
    line-height: 34px;
}

.interactive-hotspot__button{
  width:34px;
  height:34px;
}

.interactive-hotspot__card{
  width:180px;
  left:42px;
}

.interactive-product-card__content{
  padding:20px;
  width: 100%;
}

.interactive-product-card__content h3{
  font-size:20px;
}

.interactive-hotspot.active .interactive-hotspot__card,
.interactive-hotspot:hover .interactive-hotspot__card

{
  opacity : 0;
}

.video-testimonials-section {
    padding: 30px 0;
  }

  .video-testimonials-heading {
    margin-bottom: 35px;
  }

  .video-testimonials-heading h2 {
    font-size: 24px;
  }

  .video-play-btn {
    width: 64px;
    height: 64px;
  }

  .video-testimonial-content h3 {
    font-size: 20px;
  }

  .popup-video {
    height: 72vh;
  }


footer.footer .footer-block {
    margin: 0;
}

footer.footer ul.footer-block__details-content {
    margin: 0 0 18px 0;
}

footer.footer .footer-block h2 {
    margin: 0 0 10px 0;
}

footer.footer ul.footer-block__details-content li a {
    padding: 4px 0 4px 0;
}


}

/* TABLET */

@media(max-width:991px){

  .promo-banner{
    grid-template-columns:1fr;
  }

  .promo-banner__left{
    min-height:480px;
  }

  .promo-banner__heading{
    font-size:42px;
  }

}

/* MOBILE */

@media(max-width:768px){

  .promo-banner-section{
    padding:50px 0;
  }
  .promo-banner{
    gap:20px;
  }
  .promo-banner__left{
    min-height:420px;
    border-radius:20px;
  }
  .promo-banner__content{
    padding:32px;
  }
  .promo-banner__heading{
    font-size:34px;
  }
  .promo-banner__description{
    font-size:15px;
  }
  .promo-banner__buttons{
    flex-direction:column;
    align-items:stretch;
  }
  .promo-btn{
    width:100%;
  }
  .promo-link{
    text-align:center;
  }
  .promo-sale-card{
    padding:22px;
    border-radius:20px;
  }
  .promo-sale-discount{
    font-size:40px;
  }
  .promo-countdown{
    gap:6px;
  }
  .count-item{
    width:58px;
    height:70px;
  }
  .count-value{
    font-size:20px;
  }
  .separator{
    display:none;
  }
  .promo-feature-list{
    padding:22px;
    border-radius:20px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width:990px){

    .cart-page .cart-layout{
        grid-template-columns:1fr;
    }
    .cart-page .cart-right{
        position:static;
    }
    .cart-page .cart-item td{
        padding:18px;
    }
    .cart-page .cart-item__image-container{
        width:90px;
        height:90px;
    }
    .cart-page .cart-item__name{
        font-size:18px;
    }

}

@media (max-width:768px) {

 body  .search-modal .search-modal__close-button {
    right: 10px;
    }
body .category-tabs-products .section-desc p {
    margin: 14px 0;
    font-size: 18px;
}

body .custom-product-card .custom-product-image {
    margin-bottom: 8px;
}
body .custom-product-card .custom-product-info {
    margin-bottom: 10px;
    padding: 0 12px;
}
body .custom-product-card .product-price {
    font-size: 16px;
}
body .custom-product-card .custom-product-swatches {
    gap: 8px;
    padding: 2px 14px 8px 14px;
}
body .product-link span.product-saving-badge {
    font-size: 12px;
    padding: 2px 12px;
    /* border-radius: 4px; */
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
}
body .custom-product-card a.pro_link {
    font-size: 14px;
    padding: 6px 10px;   
    text-align: center;
     margin: 0 20px 14px 20px;
    /* box-sizing: border-box; 
    border-radius: 44px;
    */
}
body .round-collection-card {
    text-align: left;}

 body .round-collection-card h3 svg {
    width: 32px;
    height: 32px;
}

body .custom-slider-prev, body .custom-slider-next {
    width: 40px;
    height: 40px;    
}
body .custom-slider-arrows {
    gap: 6px;
}
body .custom-product-card .product-title {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 18px;
}
body .product-collage-section {
    padding: 40px 0 0 0;  
}
body .side-product-card {
    padding: 2px 14px;
    margin: 0 0 40px 0;  
}
body .banner-content h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
}
body .interactive-explorer {
    padding: 40px 0;
}
body .product .product__info-container .product__title h1 {
    font-size: 24px;
    margin: 10px 0 10px 0;
}
 body .product .product__info-container .price__container .price__sale > .price-item,
 body .product .product__info-container .price__container .price__regular > .price-item {
    font-size: 26px;
    margin: 0;
}
body .product .product__info-container variant-selects .form__label, 
body .product .product__info-container .quantity__label {
    font-size: 20px;
    font-weight: 600;
}
body .color-swatch-image img {
    width: 40px;
    height: 40px;
   }
body .product .product-form__quantity .quantity {
    width: 150px;
}
body  .product .product__info-wrapper .product__description p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
body .q_b_Wrap {
    flex-direction: column;
}
body .q_b_Wrap product-form.product-form {
    margin: 4px 0 0 0px;
}
body .product .product__info-container product-form button.product-form__submit {
     padding: 0 0; 
     letter-spacing: 0;               
}

body .product .product__info-wrapper ul.icon-with-text {
    margin: 0;
    padding: 0 0 10px 0;
    flex-direction: column;
}

body .product .product__info-wrapper ul.icon-with-text li.icon-with-text__item {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0 0 10px 0;
}
body .product .product__info-wrapper ul.icon-with-text li.icon-with-text__item span {
    font-size: 16px;
}

body .pc-wrapper {
    padding: 0px 0 30px 0;
}

body .pc-tabs-nav {
    gap: 12px;
    margin-bottom: 20px;
    border-radius: 4px;
}
body .pc-tab-btn.active {
    border-bottom: 4px solid #af5a3c;
}
.pc-tab-btn {
    padding: 16px 12px;
    font-size: 16px;
}
body #product-static-desc p {
    font-size: 16px;
    line-height: 24px;
}
body .pc-accordion-btn {
   padding: 20px 0px;   
}
body .pc-accordion.active .pc-accordion-content {
    padding: 0 0px;
}
body .pc-table th, body .pc-table td {
    padding: 12px 0px;
     font-size: 16px;  
}
body .pc-video-list {
    grid-template-columns: repeat(2, 1fr);
}
body #product-grid li.grid__item {
    margin: 0 0 10px 0;
    width: calc(100% / 2 - 10px);
}
body #product-grid li > .custom-product-card .product-link {
    padding: 12px 10px;
}
body #product-grid .custom-product-card .product-price-wrapper {
    gap: 10px;
}
body #product-grid .custom-product-card .swatches_grid {
    margin: 10px 0 0 0;
}
body ul#product-grid {    column-gap: 12px;} 
body #product-grid li  span.product-saving-badge {
        width: auto;
        text-align: center;
        position: relative;
}
body #product-grid .custom-product-card .custom-product-swatches {
padding: 2px 0px 4px 0px;
}
body .collection-hero__text-wrapper h1.collection-hero__title {
    font-size: 28px;
}
body .facets-container {
    margin: 0 0 20px 0;
}
body .mobile-facets__disclosure span.mobile-facets__open {
    border: 1px solid;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 700;
}
body .facets-container .product-count h2 {
    font-weight: 800;
    font-size: 16px;
}
body .drawer__footer .totals .totals__total-value {
   font-weight : 600;
  
}
body .mobile-facets button {
    background: #577b6a;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
}
#menu-drawer ul li a {
    font-size: 20px;
}
body .product__media-wrapper media-gallery {
    flex-direction: column;
}
body .product--thumbnail_slider .grid__item.product__media-wrapper .thumbnail-slider {
  display: flex;
        margin: 0 auto;
        max-width: 360px;
        width: 100%;
}
body .product .product__info-container product-form .product-form__buttons {
    max-width: 100%;
}
body .product__media-wrapper .thumbnail-slider .slider-button--prev,
body .product__media-wrapper .thumbnail-slider .slider-button--next
{
    transform: none;
}
body .product__media-wrapper .thumbnail-slider .slider-button--next,
body .product__media-wrapper .thumbnail-slider .slider-button--prev
{
    width: 28px;
    height: 28px;
}
body .product--thumbnail_slider .grid__item.product__media-wrapper .thumbnail-slider .thumbnail-list {
        flex-direction: row;
        margin: 0 10px 0 10px;
        justify-content: center;
        align-items: center;
        max-width: 240px;
}
body .cart-page .cart-layout {
    gap : 0;
}
body #cart .cart__items   {
    padding-bottom: 1rem;
}

body .cart-page .cart-right .cart__footer {
      padding-bottom: 2rem;
}
body #cart .cart__items .cart-items .cart-item  {
    align-items : center;
}

body #cart .cart__items .cart-items .cart-item .cart-item__media {
        grid-row: 2 / 3;
}
body #cart .cart__items .cart-items .cart-item  {
        gap: 0;
        margin-bottom: 2rem;
}
body .cart-page .cart-items .cart-item span.price-saving {
    display: inline-block;
    margin: 8px 0 0 2px;
}
body .cart-page .price--end {
    font-size: 18px;  
}
body #cart .cart__items .cart-items .cart-item  .cart-item__quantity {
        grid-column: 2 / 5;
}
body #cart .cart__items .cart-items .cart-item  .cart-item__quantity    .cart-item__quantity-wrapper {
        flex-wrap: nowrap;
        justify-content: flex-end;
}
body #cart .cart__items .cart-items .cart-item   .cart-item__details {
        grid-column: 1 / 4;
}

body .policy_pages h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

body .policy_pages .policy-content h2 {
    font-size: 22px;
    font-weight: 600;
}

body .policy_pages .policy-content h3 {
    font-size: 20px;
    font-weight: 800;
}
body .faq-list {
    width: 100%;
    margin: 16px 0 0 0;
}

body .faq-section {
    padding: 30px 0;
}
body .faq-heading {
    font-size: 24px;
    text-align  :left;
}
body .faq-description {
    margin: 0 auto 0px; 
}
body .faq-description p {
    margin: 8px 0 0 0;
    font-size : 16px;
     text-align  :left;
}
body .faq-answer p {
    font-size: 16px;
}
body .faq-question h3 {
    font-size: 18px;
    margin : 0;
}
body .faq-question {
    padding: 12px 0;
}

body .ask-question-description p {
    font-size: 16px;
    margin: 10px 0;
}
body .ask-question-heading {
    margin: 0 0 20px;
    font-size: 24px;

}
body .ask-question-header {
    margin: 0 auto 30px;
}
body .ask-question-section-heading {
    font-size: 24px;
}
body .page-header {
    width: 100%;
    padding: 40px 10px;
    text-align: center;
}
body .page-header__title {
    margin: 0;
    font-size: 24px;
}
body .group-links-section {
padding: 40px 0;
}
body .about-content-text h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
}
body .counter-header {
    margin: 0 auto 20px;
}
body .counter-header h2 { 
    margin: 0;
    font-size: 24px;
}
}

.aplus-grid img{
  width:100%;
  display:block;
  margin-bottom:20px;
}
.tabs-nav{
  display:flex;
  gap:20px;
  list-style:none;
  padding:0;
  margin:40px 0;
  color : #000;
}
.tabs-nav li{
  cursor:pointer;
  font-weight:600;
}
.tab-pane{
  display:none;
}
.tab-pane.active{
  display:block;
}
.spec-row,
.desc-row{
  display:flex;
  border-bottom:1px solid #e5e5e5;
}
.spec-label,
.spec-value,
.desc-row > div{
  width:50%;
  padding:12px;
  color  :#000;
}
.video-layout{
  display:flex;
  gap:20px;
}
.main-video{
  flex:2;
}
.video-list{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:15px;
}
video{
  width:100%;
}
.custom-accordion{
  border:1px solid #e5e5e5;
  margin-bottom:12px;
}
.accordion-trigger{
  width:100%;
  display:flex;
  justify-content:space-between;
  padding:15px 20px;
  cursor:pointer;
  background:none;
  border:none;
  font-size:16px;
  font-weight:600;
}
.accordion-content{
  display:none;
}
.custom-accordion.active .accordion-content{
  display:block;
}
.desc-row{
  display:flex;
  border-top:1px solid #e5e5e5;
}
.desc-label{
  width:35%;
  padding:12px 16px;
  font-weight:600;
  background:#fafafa;
}
.desc-value{
  width:65%;
  padding:12px 16px;
}

 /* Main gallery wrapper */
  .product__media-wrapper media-gallery {
   /* display: grid;
    grid-template-columns: 540px 1fr;
    gap: 20px;
    align-items: start;
*/
    display: flex;
    flex-direction: row-reverse;
  }
  .product__media-wrapper media-gallery > .slider-mobile-gutter:nth-child(2) {
    width: 100%;
}
.product--thumbnail_slider .grid__item.product__media-wrapper .thumbnail-slider {
        display: block;
}
.product--thumbnail_slider .grid__item.product__media-wrapper .thumbnail-slider .thumbnail-list {
    flex-direction: column;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 60px;
    margin : 16px 0 16px 0;
}
.product--thumbnail_slider .grid__item.product__media-wrapper .thumbnail-slider .thumbnail-list .thumbnail-list__item {
    width: 50px;
}
.product--thumbnail_slider .grid__item.product__media-wrapper .thumbnail-slider .thumbnail-list li > button {
    border: 0;
    border-radius: 40px;
    box-shadow: unset;
}
.product__media-wrapper .thumbnail-slider  .slider-button svg {   
  color : #fff;
}
 /* Rotate arrows for vertical direction */
  .product__media-wrapper .thumbnail-slider .slider-button--prev {
    transform: rotate(90deg);
    color: #000;
    background: #d6bd98;
    border-radius: 26px;
    width: 24px;
    height: 24px;
    margin: 0 auto;
  }

  .product__media-wrapper .thumbnail-slider .slider-button--next {
    transform: rotate(90deg);
    color: #000;
    background: #d6bd98;
    border-radius: 26px;
    width: 24px;
    height: 24px;
    margin: 0 auto;
  }
  /* Main image on right 
  .product__media-wrapper #GalleryViewer-template--,
  .product__media-wrapper .slider-mobile-gutter {
    order: 2;
    width: 100%;
  }
*/
  /* Vertical thumbnails 
  .product__media-wrapper .thumbnail-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    
  }
  .product__media-wrapper .thumbnail-list__item {
    width: 100% !important;
    max-width: 90px;
  }
  .product__media-wrapper .thumbnail {
    width: 100%;
  }
*/
.policy_pages .policy-content {
    color: #000;
}
.policy_pages .policy-content h2, .policy_pages h1,
.policy_pages .policy-content h3 {
    color: #000;
}
.policy_pages {
    padding: 40px 0;
}
.policy_pages h1 {
    font-size: 38px;
    font-weight: 600;
    text-align : center;
}
.policy_pages .policy-content h2 {
    font-size: 24px;
    font-weight: 600;
}
.policy_pages .policy-content h3 {
    font-size: 20px;
    font-weight: 800;
}
.newsletter-form__field-wrapper, .newsletter-form__field-wrapper label {
    color,: #000;
    color: #000;
    font-size: 14px;
}
.swatch-container {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.swatch-label {
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 2px;
  border-radius: 4px;
  display  : none;
}
.swatch-label input[type="radio"] {
  display: none;
}
.swatch-image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.swatch-label input[type="radio"]:checked + .swatch-image {
  border: 2px solid #000;
}
.footer-block__details-content.rte p {
    margin: 0;
}
footer.footer .footer__blocks-wrapper .footer-block {
    padding: 0 10px 0 0;
}
.footer-block__newsletter .newsletter-form__field-wrapper input {
    background: #fff;
}
.footer-block__newsletter .newsletter-form__field-wrapper input {
    color: #000;
}