/** Shopify CDN: Minification failed

Line 1334:4 Expected ":"
Line 1482:4 Expected ":"

**/


span.price {
    text-decoration: line-through;
}
/* ---------------------heading------------------------ */
.cs-coll-title{
  display: none;
}
/* ---------------- */
.my-cs-swiper-class {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden !important;
}
#third-page-products, #first-page-products, #second-page-products, #second-page-products{
  width: 1207px;
}
.collection-by-variant{
  width: 1080px;
}
.collection-by-variant-in{
  width: 100%;
  max-width: 666px;
  margin: 0 auto;
}
.popup-content {
  width: 100%;
  /* max-width: 1207px; */
   max-width: fit-content;
  /* margin: 2% auto; */
   background-color: #fff;
  padding: 0; 
  border-radius: 10px;
  position: relative;
  max-height: 90vh;
  overflow: hidden; 
  display: flex;
  flex-direction: column;
}

.popup-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.popup-maincontent {
    overflow-y: auto;
    flex-grow: 1;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.popup-maincontent::-webkit-scrollbar {
  display: none; 
}


button#backToColor {
    background-color: transparent;
    border: none;
}
svg.cstm-back-arrow-svg {
    width: 24px;
    height: 24px;
}
.cstm-mf-collection-card {
    /* width: 100%;
    height: 240px; */
    position: relative;
    border-radius: 6.32px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s ease;
    /* background-color: #f7e6e6; */
}

.cstm-mf-collection-card:hover {
  transform: scale(1.02);
  background-color: #b97a7a; /* background on hover (match your image) */
}

.cstm-mf-collection-img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Image styles */
.cstm-mf-collection-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay: Centered text, no background, no shadow */
.cstm-mf-collection-overlay {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #000; /* default black text */
  padding: 10px 22px;
  pointer-events: none;
  transition: color 0.3s ease;
}
.cstm-mf-collection-overlay h3 {
    font-family: var(--font-family-new) !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  margin: 0;
}
.cstm-mf-collection-overlay p {
    font-family: var(--font-family-new) !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
}


/* Text turns white on hover */
.cstm-mf-collection-card:hover .cstm-mf-collection-overlay h3,
.cstm-mf-collection-card:hover .cstm-mf-collection-overlay p {
  color: #fff;
}

.cstm-mf-collection-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(193, 76, 64, 0.3), #5B241E);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none; /* Allows clicks to pass through */
}


.cstm-mf-collection-card:hover .cstm-mf-collection-img-wrapper::after {
  opacity: 1;
}




.cstm-mf-collection-grid {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    /* margin-top: 30px; */
    justify-content: center;
    /* margin-bottom: 20px; */
}
/* ---------------------------- */
.cs-popup-close-butt{
  position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* box-sizing: border-box; */
    flex-direction: row-reverse;
  line-height: 0;
}
/* .swiper-cs-pagination{
  top: unset !important;

  bottom: 0px;
  z-index: 1;
  border-radius: 5px;
} */
.csswiper .swiper-cs-pagination{
  bottom: -30px;
}
.my-swiper-custom-class .swiper-cs-pagination{
  /* bottom: 18px; */
  bottom: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #C14C40;
}
.popup-item-ime-text {
    display: flex;
    align-items: center;
}
.popup-item-main {
    width: 100%;
}



  
  /* ------------------ Base Layout ------------------ */
.popup-overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); /* Dim background */
  z-index: 9999;
}

.popup-overlay.show {
  display: block;
}

 .popup-content {
  width: 100%;
  /* margin: 2% auto; */
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 
.popup-content::-webkit-scrollbar{
      display: none;
    }

.close-btn {
  /* position: absolute; */
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  line-height: 0;
  margin-top: 12px;
}
.cs-coll-title{
      font-family: Plus Jakarta Sans !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #030303;

}


/* ------------------ Popup Heading & Subtext ------------------ */
h2.cstm-popup-heading {
  font-family: var(--font-family-new) !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}

p.cstm-para {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}

/* ------------------ Variant Grid ------------------ */
.variant-color-grid {
  display: flex;
  gap: 37.89px;
  /* flex-wrap: wrap; */
  justify-content: center;
  /* margin-top: 30px; */
  width: 777px;
}

.color-variant-box {
  width: 45%;
  max-width: 203px;
  text-align: center;
  cursor: pointer;
  border: 1.26px solid #EAEAEA;
  border-radius: 6.32px;
  background: #fff;
}

.color-variant-box img {
  width: 100%;
  border-top-left-radius: 6.32px;
  border-top-right-radius: 6.32px;
}

p.cstm-pop-var-txt {
  font-family: var(--font-family-new) !important;
  font-weight: 500;
  font-size: 17.68px;
  line-height: 25.26px;
  text-align: center;
  padding: 5px 0;
  background: #F8F8F8;
  border-bottom-left-radius: 6.32px;
  border-bottom-right-radius: 6.32px;
}

/* ------------------ Progress Tracker ------------------ */
.cstm-progress-tracker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 30px;
  max-width: 523px;
}

.cstm-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  color: #ccc;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cstm-step::before {
  content: '';
  position: absolute;
  top: 14px;
  left: -50%;
  width: 100%;
  height: 4px;
  background-color: #d2d2d2;
  z-index: 1;
}

.cstm-step:first-child::before {
  content: none;
}

.cstm-step .cstm-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.cstm-step .cstm-circle svg {
  width: 24px;
  height: 24px;
}

.cstm-step .cstm-circle svg path {
  fill: #ffffff;
}

.cstm-step p {
  margin-top: 10px;
  font-family: var(--font-family-new) !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.02px;
  letter-spacing: 0.15px;
  text-align: center;
}

/* ------------------ Active Step ------------------ */
.cstm-step.active .cstm-circle {
  border-color: #000000;
  background-color: #ffffff;
}

.cstm-step.active .cstm-circle svg path {
  fill: #000000;
}

.cstm-step.active p {
  color: black;
}


/* 3rd page */
.cstm-product-grid {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}







/* Price Section */
.price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.price-row p {
  margin: 0;
  font-size: 14px;
}

.price-row .price {
  font-weight: bold;
  color: #000;
}

.price-row .compare-price {
  text-decoration: line-through;
  color: #888;
}

.price-row .discount {
  background: #d00;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}

/* Button */


/* Arrows positioning */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
  top: 45%;
  transform: translateY(-50%);
}

.swiper-button-prev,
.swiper-button-next {
  color: #000; 
  width: 24px;
  height: 24px;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
      border: 1px solid #000000;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 12px;
  font-weight: bold;
  color: #000000 !important; /* Force icon color */
  display: inline-block;
}

.cstm-prod-pr{
  display: flex;
      justify-content: space-between;
    align-items: center;
}
.cstm-prod-pr span{
  background: #77030D;
  border-radius: 2.67px;
  padding: 3px 6px;
  font-family: Poppins;
font-weight: 400;
font-size: 11px;
line-height: 11.58px;
letter-spacing: 0%;
vertical-align: middle;
color: #fff;
}
p.product-notes-para {
    font-family: Plus Jakarta Sans;
    font-weight: 300 !important;
    font-size: 11px;
    line-height: 17.09px;
    letter-spacing: 0px;
    /* vertical-align: middle; */
      text-align: left;
    display: flex;
    gap: 10px;
  color: #000;
}
p.product-notes-para strong {
    font-family: Plus Jakarta Sans;
    font-weight: 400 !important;
    font-size: 11px;
    line-height: 17.09px;
    letter-spacing: 0px;
    /* vertical-align: middle; */
      text-align: left;
      min-width: 60px;
  color: #000;
}
.product-notes {
    padding: 4px 0;
    text-align: left;

  justify-content: space-between;
  align-items: center;
}
.size-selector-wrapper {
  position: relative;
  margin-top: 10px;
}

.select-size-btn {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #aaa;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease;
}

.select-size-btn.open {
  transform: translateY(-100%);
  z-index: 2;
}

.arrow {
  float: right;
  transition: transform 0.3s ease;
}

.select-size-btn.open .arrow {
  transform: rotate(180deg);
}

.size-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select-size-btn,
.add-to-cart-btn {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  border: 1px solid #a00;
  background: #fff;
  color: #a00;
  cursor: pointer;
}

.size-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 10px; /* shows above button */
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  /* display: none; */
  animation: slideUp 0.3s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.variant-option {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.variant-option:hover {
  background: #f5f5f5;
}





.popup-container {
  display: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 850px;
  margin: auto;
}

.popup-card {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    max-width: 615px;
    margin: 0 auto;
}

/* Shared styles for both variant & product items */
.popup-item {
  display: flex;
      width: 100%;
  align-items: center;
  border: 2px solid #77030D;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}

.popup-item:last-of-type {
  /* border-bottom: none; */
}

.popup-product-image,
.popup-product-image1 {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 3px;
  margin-right: 17px;
  background-color: #f0f0f0;
}

.popup-text {
  flex: 1;
}

.popup-variant-title,
.popup-product-title {
  margin: 0 0 10px;
  font-family: Plus Jakarta Sans !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #222;
}

.popup-variant-price,
.popup-product-price {
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 0;
  color: #000;
}

/* Button styling */
.add-to-cart-btn {
    width: 100%;
    font-family: var(--font-family-new) !important;
    margin-top: 10px;
    padding: 8px;
    background-color: #fffff;
    color: #a00;
    border: 1px solid  #a00;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.add-to-cart-btn:hover {
  background-color: #a00000;
  color: #fff !important;
}


  .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #77030D;
  height: 30px;
}

input:focus + .slider {
  box-shadow: 0 0 1px #77030D;
  /* height: 30px; */
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
   height: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

  .subscribe-section {
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    padding: 16px;
}

  /* Style for the bullet points */
  .subscribe-text {
    list-style-type: disc;
    /* padding-left: 20px; */
    margin: 0;
    font-size: 16px;
  }

  .subscribe-text li {
    margin-bottom: 5px;
  }
.subscribe-text p{
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.6px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #333132;
  display: flex;
  align-items: center;
  gap: 5px;
}
.subscribe-text p span{
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.6px;
  vertical-align: middle;
  text-transform: capitalize;
color: #77030D;
}
.subscribe-text-check::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 8px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'><path d='M10.7643 0.235294C10.45 -0.0784314 9.97857 -0.0784314 9.66428 0.235294L3.77143 6.11765L1.33571 3.68628C1.02143 3.37255 0.55 3.37255 0.235714 3.68628C-0.0785714 4 -0.0785714 4.47059 0.235714 4.78431L3.22143 7.76471C3.37857 7.92157 3.53571 8 3.77143 8C4.00714 8 4.16429 7.92157 4.32143 7.76471L10.7643 1.33333C11.0786 1.01961 11.0786 0.54902 10.7643 0.235294Z' fill='%2377030D'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px; /* adjust spacing between icon and text */
  vertical-align: middle;
}
.subscribe-text-check{
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.6px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #333132;
  padding-bottom: 6px;
}
.popup-cs-cart-button .btn--full{
  width: 100%;
  background: #77030D;
  border-radius: 6px;
}
.popup-cs-cart-button{
  width: 100%;
}
 @media (max-width: 768px) {
   p.product-notes-para strong {
     font-size: 10px;
   }
   p.product-notes-para{
     font-size: 10px;
   }
   /* .my-swiper-custom-class .swiper-cs-pagination {
    bottom: 35px;
} */
   .popup-card{
     margin-top: 15px;
     gap: 15px;
   }
  .csswiper  .swiper-cs-pagination {
    bottom: -18px;
   }
   /* .swiper-cs-pagination {
    bottom: 70px;
   } */
.cstm-mf-collection-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}
  .cstm-mf-collection-img-wrapper {
    justify-content: flex-start;
}
  .cstm-mf-collection-card {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 6.32px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s ease;
}
  .cstm-mf-collection-img-wrapper img {
    /* display: none; */
  }

 .cstm-mf-collection-card {
    /* background-color: #F8F8F8;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 4px #0000000d;
    border: 1px solid #EAEAEA; */
}
.cstm-mf-collection-overlay {
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #000;
    padding: 11px 45px;
    pointer-events: none;
    transition: color .3s ease;
}
  .cstm-mf-collection-overlay {
    /* position: static;
    padding: 0;
    color: #000;
    text-align: left; */
  }

.cstm-mf-collection-overlay h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center
}

.cstm-mf-collection-overlay p {
    font-family: var(--font-family-new)!important;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
}

  /* Remove gradient overlay on mobile */
  .cstm-mf-collection-img-wrapper::after {
    display: none;
  }
   /* ------------------ Mobile View ------------------ */
   /* Base hidden state */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  overflow-y: auto;
}

.popup-overlay.show {
  display: block;
}

.popup-content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: revert;
  /* top: 55%; */
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  border-radius: 20px 20px 0 0;
  background: #fff;
  z-index: 1001;
  padding: 20px 20px 20px;
  /* max-height: 90vh; */
  overflow-y: auto;
max-width: initial;
  /* height: fit-content; */
}

.popup-overlay.show .popup-content {
  transform: translateY(0);
}

/* Prevent background scroll when popup is open */
body.popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

  /* .popup-content {
    width: 100%;
    height: fit-content;
    margin: 0;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    transition: bottom 0.3s ease;
    overflow-y: auto;
    padding: 20px 20px 40px;
  } */

 
   .close-btn{
         /* margin-top: 8px; */
     position: relative;
        left: 15px;
        top: 0px;
   }
  h2.cstm-popup-heading {
    font-family: var(--font-family-new) !important;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 0px;
}
  p.cstm-para {
    font-family: 'Plus Jakarta Sans' sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    padding-top: 8px;
}
  .cstm-step p {
    margin-top: 5px;
    font-family: var(--font-family-new) !important;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 0.15px;
    text-align: center;
}
  p.cstm-pop-var-txt {
    font-family: var(--font-family-new) !important;
    font-weight: 500;
    font-size: 14.29px !important;
    line-height: 20.42px !important;
    text-align: center;
    padding: 5px 0;
    background: #F8F8F8;
    border-bottom-left-radius: 6.32px;
    border-bottom-right-radius: 6.32px;
}
  .color-variant-box {
    width: 50% !important;
    max-width: 175px !important;
    text-align: center;
    cursor: pointer;
    border: 1.26px solid #EAEAEA;
    border-radius: 6.32px;
    background: #fff;
}
  .variant-color-grid {
    display: flex;
    gap: 10px !important;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-top: 30px;
    overflow: auto;
    width: 100%;
}
   .popup-variant-title, .popup-product-title{
      font-size: 14px;
      line-height: 20px;
     margin: 0 0 5px 0;
   }
   .popup-variant-price, .popup-product-price{
     font-size: 14px;
      line-height: 20px;
   }
   .slider:before {
    height: 20px;
    width: 20px;
    bottom: 3px;
     left: 2px;
   }
   input:checked+.slider {
    height: 26px;
}
   .popup-product-image{
      margin-right: 14px;
   }
   .subscribe-text p{
     font-size: 16px;
      line-height: 22px;
     margin-bottom: 8px;
   }
   .subscribe-text p span{
     font-size: 16px;
      line-height: 22px;
   }
   .subscribe-text-check{
     font-size: 14px;
   }
   .subscribe-text{
     padding: 0;
   }
   .slider.round{
     height: 26px;
     max-width: 49px;
     margin: 0;
     width: 100%;
     margin-left: auto;
   }
   .cstm-progress-tracker{
         margin: 20px auto 15px;
   }
   .cs-popup-close-butt{
     top: -15px;
     left: -14px;
   }
   .cstm-mf-collection-grid{
     /* padding-right: 20px; */
   }
   .popup-header{
     padding-right: 20px;
   }
   .product-notes{
     /* min-height: 77px; */
   }
   
   .cs-coll-title{
     font-size: 16px;
     line-height: 23px;
     padding-top: 15px;
   }
   #third-page-products, #first-page-products, #second-page-products, #second-page-products{
  width: 100%;
}
.collection-by-variant{
  width: 100%;
}
   .popup-container{
     width: 100%;
   }
   /* .close-btn{
     margin-right: -9px;
   }
   svg.cstm-back-arrow-svg{
     margin-left: -18px;
   } */
   .swiper-button-next, .swiper-button-prev{
     display: none;
   }
 }
/*  ----------------------------------------------*/
.cstm-progress-tracker .cstm-step:has(+ .active) p,
.cstm-progress-tracker .cstm-step:has(+ .cstm-step + .active) p,
.cstm-progress-tracker .cstm-step:has(+ .cstm-step + .cstm-step + .active) p {
  color: #77030D;
}

.cstm-progress-tracker .cstm-step:has(+ .active)::before,
.cstm-progress-tracker .cstm-step:has(+ .cstm-step + .active)::before,
.cstm-progress-tracker .cstm-step:has(+ .cstm-step + .cstm-step + .active)::before {
  background-color: #77030D;
}

.cstm-progress-tracker .cstm-step:has(+ .active) .cstm-circle,
.cstm-progress-tracker .cstm-step:has(+ .cstm-step + .active) .cstm-circle,
.cstm-progress-tracker .cstm-step:has(+ .cstm-step + .cstm-step + .active) .cstm-circle {
  background: #77030D;
  border: 1px solid #77030D;
}
/* ------------------------------------------------------- */




.quantity-selector {
    display: flex!important;
    align-items: center;
    background: #f1f1f1;
    border-radius: 40px;
    padding: 5px 10px;
    width: 100%;
    gap: 30px;
    justify-content: center;
}
 button .qty-btn {
    margin-top: 0px !important;
    /* width: 100%; */
    padding: 8px 12px;
    border: none !important;
    background: none;
    color: #77030d !important;
    border-radius: 4px;
    cursor: pointer;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.qty-value {
  background: #6c000b; /* deep red circle */
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}


h2.cstm-select-head {
    font-family: font-family: var(--font-family-new) !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    /* text-align: center; */
    vertical-align: middle;
}
.cstm0-title-popup{
font-family: font-family: var(--font-family-new) !important;
font-weight: 500;
font-size: 16px;
line-height: 29.7px;
letter-spacing: 0px;
vertical-align: middle;
}


/* .cs-cstm-mf-product-card {
    width: 100% !important;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
} */
.cs-cstm-mf-product-card {
    width: 100%!important;
    border: none !important;
    padding: 0px !important;
    text-align: center;
    border-radius: 10px;
    box-shadow: none !important;
}
.variant-option.selected {
    background: #eeee;
    border-radius: 6px;
}


    .popup-price-wrapper {
      display: flex;
    }
  .product-tag.product-tag--absolute.Productsale {
    padding: 7px 13px;
    border-radius: 20px;
    font-size: 14px;
    position: absolute;
    top: 7px;
    z-index: 1;
    line-height: 1;
    /* left: 6px; */
}
.cstm-product-price-wrapper {
    display: flex !important;
    justify-content: start;
    gap: 12px;
    flex-direction: row-reverse;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 10px;
}
  p.cstm-compare-at-price {
    text-decoration: line-through;
}
h4.cstm-prod-title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
  /* min-height: 40px; */
}
#tab-diffuser-oil-bundles h4.cstm-prod-title {
    min-height: 40px !important;
}
  .cstm-mf-product-card-container {
    display: inline-block;
    width: 24% !important;
    margin-right: 10px;
    margin-bottom: 20px;
}
.product-list.desktop-grid {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    overflow-y: auto;
    max-height: 100vh;
    position: relative;
    top: 65px;
}
 /* Customizing the scroll on mobile */
  .desktop-grid::-webkit-scrollbar {
    width: 3px; /* Width of the scrollbar */
  }

  .desktop-grid::-webkit-scrollbar-thumb {
    background-color: #c14c40; /* Scrollbar thumb color */
    border-radius: 10px; /* Rounded corners for the scrollbar thumb */
  }

  .desktop-grid::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Track color */
    border-radius: 10px;
  }
/* Swiper visible only on desktop */
.desktop-swiper {
  display: block;
}

.mobile-grid {
  display: none;
  overflow-x: auto;
  white-space: nowrap;
}

.cstm-mf-product-card-container {
  display: inline-block;
  width: 48%; /* Adjust as needed */
  margin-right: 10px; /* Space between items */
  margin-bottom: 20px; /* Space below */
}

/* Global Keyframe Animation for Slide In (Left to Right) */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); /* Start off-screen from the left */
    opacity: 0;
  }
  50% {
    transform: translateX(10%); /* Move a little bit from the left */
    opacity: 0.5;
  }
  100% {
    transform: translateX(0); /* Final position */
    opacity: 1;
  }
}


/* Mobile Grid Layout */
/* Mobile Grid Layout */
@media (max-width: 768px) {
  .cstm-mf-product-card-container {
    animation: none !important;
    opacity: 1 !important;
  }
  .product-list.desktop-grid {
    display: none !important;
}
  .cstm-mf-product-card-container {
    width: 100% !important;
}
  /* Hide Swiper on mobile and display grid layout */
  .desktop-swiper {
    display: none; /* Hide Swiper on mobile */
  }
.add-to-cart-btn {
    padding: 9px;
}
.mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  padding: 2px;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden; /* ✅ prevent horizontal scroll */
  box-sizing: border-box; /* ✅ make padding not overflow */
  position: relative;
        top: 55px;
}

  .cstm-mf-product-card-container {
    width: 100%; /* Each product takes full width of its grid cell */
    opacity: 0;
    animation: slideInFromLeft 1s forwards;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

.cstm-mf-product-card h4 {
    white-space: normal;
    word-wrap: break-word;
    margin-top: 8px;
    text-align: left;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.02px;
    letter-spacing: 0px;
    max-height: 40px;
    vertical-align: middle;
}

  /* Product Notes and Other Content */
  .cstm-mf-product-card .product-notes p,
  .cstm-mf-product-card .size-wrapper,
  .cstm-mf-product-card button {
    font-size: 12px; /* Set content size for mobile */
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    margin-top: 0px;
  }

  p.product-notes-para {
    font-size: 11px;
    gap: 5px;
  }

  p.product-notes-para strong, p.product-notes-para {
    font-size: 11px !important;
    margin-bottom: 0px;
  }

  .product-notes {
    padding: 5px 0;
    /* min-height: 45px; */
  }

  /* Variant options */
  .variant-option {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
  }

  /* Product card content wrapping */
  .cstm-mf-product-card {
    word-wrap: break-word;
    hyphens: auto;
  }

 
   /* Customizing the scroll on mobile */
  .mobile-grid::-webkit-scrollbar {
    width: 3px; /* Width of the scrollbar */
  }

  .mobile-grid::-webkit-scrollbar-thumb {
    background-color: #c14c40; /* Scrollbar thumb color */
    border-radius: 10px; /* Rounded corners for the scrollbar thumb */
  }

  .mobile-grid::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Track color */
    border-radius: 10px;
  }

}








.collection-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    position: fixed;
    /* max-height: 90px; */
    background: #ffff;
    z-index: 9999;
}
.tab {
    padding: 10px 20px;
    border: none;
    background: #e0e0e0;
    cursor: pointer;
    border-radius: 5px;
    font-family: var(--font-family-new)!important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.tab.active {
  background: #77030d;
  color: #ffff !important;
}

.collection-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cstm-mf-product-card {
  width: 250px;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.cstm-mf-product-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

 @media (max-width: 768px) {
   .cstm-product-price-wrapper {
    display: flex !important;
    justify-content: start;
    gap: 12px;
    flex-direction: row-reverse;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* .collection-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
} */
   .collection-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
    position: fixed;
    max-height: 191px;
    background: white;
    z-index: 999;
    padding: 0 0 10px 0 !important;
}

.tab {
    padding: 8px 8px;
    border: none;
    background: #e0e0e0;
    cursor: pointer;
    border-radius: 5px;
    font-family: var(--font-family-new)!important;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
}
   #tab-floral-fragrance-oils .cstm-meta {
    min-height: 43px  !important;
}
 #tab-designer-fragrance-oils  .cstm-meta-1 {
    min-height: 45px;
}
#tab-hotel-collection-fragrance-oils .cstm-meta {
    min-height: 43px !important;
    margin-bottom: 0px !important;
}
   #tab-hotel-collection-fragrance-oils .cstm-meta-1 {
    min-height: 43px !important;
    
}
#tab-diffuser-oil-bundles .cstm-meta-1 {
    min-height: 43px !important;
}
#tab-diffuser-oil-bundles .cstm-mf-product-card h4 {
    min-height: 30px !important;
}
   #tab-fresh-fragrance-oils .cstm-meta {
    min-height: 36px !important;
}
   .csmt-price-ptod.Productsale {
    position: absolute;
    top: -70px !important;
    left: 5px !important;
    background-color: #eb4d55;
    padding: 7px 10px;
    border-radius: 20px;
    font-size: 12px !important;
    color: #ffff;
    line-height: 1;
}
   .cstm-product-tag-topright {
    position: absolute;
    top: -70px !important;
    right: 5px !important;
    padding: 7px 13px;
    line-height: 1;
    font-size: 10px !important;
    color: #000000;
    background-color: #ffff;
    border-radius: 20px;
    font-weight: 600;
}
 }
.cstm-prod-title{
  font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.02px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;
    max-height: 50px;
    margin-bottom: 0px;
}

#tab-hotel-collection-fragrance-oils .cstm-meta {
    min-height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#tab-designer-fragrance-oils .cstm-meta {
    min-height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#tab-diffuser-oil-bundles .cstm-meta {
     margin-top: 10px;
}
#tab-floral-fragrance-oils .cstm-meta {
    min-height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#tab-fresh-fragrance-oils .cstm-meta {
    min-height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
span.discounted-price {
    color: #77030d;
}
span.cstm-prodprice {
    color: #77030d;
}


/* Prevent Swiper from applying fixed widths */
.collection-swiper.swiper {
  width: 100% !important;
}

.collection-swiper .swiper-wrapper {
  width: 100% !important;
  display: flex !important;
}

.collection-swiper .swiper-slide {
  width: auto !important; /* Make each slide fit its content */
  flex-shrink: 0;
}
.collection-tabs {
  opacity: 0;
  transform: translateX(-20px);
  animation: slideInFromLeft 0.6s ease-out forwards;
}

@keyframes slideInFromLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



a.cstm-prod-card{
  position: relative;
}
.csmt-price-ptod.Productsale {
    position: absolute;
    top: -108px;
    left: 11px;
    background-color: #eb4d55;
    padding: 7px 10px;
    border-radius: 20px;
    font-size: 14px;
    color: #ffff;
    line-height: 1;
}

.cstm-product-tag-topright {
    position: absolute;
    top: -108px;
    right: 10px;
    padding: 7px 13px;
    line-height: 1;
    font-size: 14px;
    color: #000000;
    background-color: #ffff;
    border-radius: 20px;
    font-weight: 600;
}