/** Shopify CDN: Minification failed

Line 31:3 Unexpected ";"

**/
/* ==========================================================================
   SS Featured Collection Tabs Redesign Stylesheet
   Luxury / Premium Minimalist Style - Mobile First Approach
   ========================================================================== */

.header .menu-drawer-container {
    display: flex;
    overflow: auto;
    height:100vh;
    /* top: 58px; */
    padding:0.5rem 1rem;
}
.header__heading-logo{
  max-width:100px;
}
.menu-drawer-container{
  background:#FEFCF8 !important;
}
   .template-collection{
  background:#FEFCF8;
}

   .header-wrapper .header{
    background:#FEFCF8 !important;
    overflow:hidden;
  };
  .ss-featured-tabs{
    background: #FEFCF8;
  }
/* Parent Wrapper Specificity Override */
.ss-featured-tabs {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  background-color: #FEFCF8;
  padding-top: 4rem;
  padding-bottom: 4rem;
    overflow:hidden !important;

}

/* 1. Header Section Styles */
.ss-featured-tabs .ss-section-header {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}

.slideshow__controls{
display:none;

}

.ss-featured-tabs .ss-title {
  font-family: var(--font-heading-family), serif;
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  color: #2E221C;
  margin: 0 0 0.8rem 0;
  text-transform: none;
}

.ss-featured-tabs .ss-subheading {
  font-family: var(--font-body-family), sans-serif;
  font-size: 1.3rem;
  color: #6a6a6a;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: 0.02em;
}

/* 2. Tabs Navigation */
.ss-featured-tabs .collection_tabs_top {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(46, 34, 28, 0.12);
}

.ss-featured-tabs .tab-collection_wrapper .tab-collection .product_item {
  padding-top: 10px;
}

.ss-featured-tabs .ss-tabs-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0.8rem 1.5rem; /* Added vertical padding to prevent clipping of borders & hover transform effects */
  margin: 0 auto;
  gap: 2.5rem;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  justify-content: center;
  scrollbar-width: none; /* Hide scrollbar Firefox */
  -ms-overflow-style: none;  /* Hide scrollbar IE/Edge */
  box-sizing: border-box;
}

.ss-featured-tabs .ss-tabs-list::-webkit-scrollbar {
  display: none; /* Hide scrollbar Chrome/Safari/Opera */
}

.ss-featured-tabs .ss-tab-item {
  flex: 0 0 auto;
  display: inline-flex;
  white-space: nowrap;
}

.ss-featured-tabs .col-tab-link {
  font-family: var(--font-body-family), sans-serif;
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.15em; /* Static letter spacing to prevent layout shifts */
  color: #000000; /* Warm slate gray for inactive tab text */
  padding: 0.9rem 1.8rem;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  box-shadow: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  bottom: -1px;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  transform: translateY(0);
}

.ss-featured-tabs .col-tab-link:hover {
  color: #2E221C;
  background: rgba(46, 34, 28, 0.08); /* Semi-transparent #2E221C glass background */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-color: rgba(46, 34, 28, 0.15);
  box-shadow: 0 6px 16px rgba(46, 34, 28, 0.06);
  transform: translateY(-2px); /* Premium float lift effect without layout reflow */
}

.ss-featured-tabs .col-tab-link.active {
  color: #F4EDDD; /* Elegant cream text matching section background */
  font-weight: 600;
  background: #2E221C; /* Solid dark brown background */
  border-color: #2E221C;
  box-shadow: 0 4px 15px rgba(46, 34, 28, 0.15);
  transform: translateY(0);
}

/* 3. Product Slider / Grid Layout */
.ss-featured-tabs .collection_tabs_container {
  position: relative;
  margin-top: 1rem;
  width: 100%;
}

.ss-featured-tabs .tab-collection {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 1.5rem;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  list-style: none;
  margin: 0;
  padding: 0 1.5rem 1.5rem 1.5rem;
  scrollbar-width: none;
  box-sizing: border-box;
  width: 100%;
}

.ss-featured-tabs .tab-collection::-webkit-scrollbar {
  display: none;
}

/* Product Item Spacing */
.ss-featured-tabs .product_item {
  flex: 0 0 calc(50% - 0.75rem) !important; /* Mobile: show exactly 2 cards side-by-side */
  width: calc(50% - 0.75rem) !important;
  max-width: calc(50% - 0.75rem) !important;
  scroll-snap-align: start;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Hide Default Liquid link button overlaying slider */
.ss-featured-tabs .coll_btn {
  display: none;
}

/* 4. Luxury Navigation Arrows (Desktop base styling) */
.ss-featured-tabs .snap_nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0 0.5rem;
  box-sizing: border-box;
}

.ss-featured-tabs .snap_nav button.btn {
  pointer-events: auto !important;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #121212 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
  top: auto !important;
  transform: none !important; /* Overrides the 45deg rotation from custom-style.css */
}

.ss-featured-tabs .snap_nav button.btn svg {
  width: 20px !important;
  height: 20px !important;
  stroke-width: 1.5 !important;
  transform: none !important; /* Overrides any inherited rotation on SVG */
}

.ss-featured-tabs .snap_nav button.btn:hover {
  background: #2E221C !important; /* Matching premium brown theme color */
  color: #ffffff !important;
  border-color: #2E221C !important;
  transform: scale(1.08) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}

.ss-featured-tabs .snap_nav button.btn.disabled {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: scale(0.9) !important;
}

/* Tab display toggles */
.ss-featured-tabs .ss-hidden {
  display: none;
}

/* ==========================================================================
   5. Luxury Product Card Redesign
   ========================================================================== */
 .product-card-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
  background: transparent;
}
 .card {
  background: transparent;
  border: none;
  box-shadow: none;
}

/* Image container styling */
 .card__inner {
  aspect-ratio: 3 / 4 !important; /* Uniform luxury portrait aspect ratio to make all cards equal height */
  height: auto !important;
  border: 1px solid rgba(46, 34, 28, 0.05); /* Subtle upscale border */
  border-radius: 12px; /* Elegant rounded corner */
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(46, 34, 28, 0.02);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

 .product-card-wrapper:hover .card__inner {
  box-shadow: 0 4px 8px rgba(46, 34, 28, 0.12); /* More pronounced luxury shadow */
  transform: translateY(-4px); /* Higher card lift */
}

/* Smooth zoom on image hover */
 .card__inner .card__media img {
  object-fit: cover !important;
  height: 100% !important;
  width: 100% !important;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  object-position: top;
}

 .product-card-wrapper:hover .card__inner .card__media img {
  transform: scale(1.07); /* More noticeable premium zoom */
}

/* Vendor styling */
 .card-information .caption-with-letter-spacing {
  text-transform: uppercase;
  font-size: 11px; /* Mobile first: smaller, elegant vendor tag */
  letter-spacing: 0.18em;
  color: black; /* Rich Dark Brown, highly legible on #F4EDDD background */
  margin-bottom: 0.4rem;
  font-weight: 700; /* Bolder for readability */
  text-align: center;
}

/* Card Heading / Title styling */
 .card__heading {
  text-align: center;
  font-size: 14px; /* Mobile first: clean, scaled-down title size */
  line-height: 1.4;
  margin: 0.5rem 0 0.3rem 0;
  min-height: auto;
  font-weight: 700; /* Bold for upscale/luxury aesthetic */
}

 .card__heading a {
  color: #2E221C;
  text-decoration: none;
  transition: all 0.3s ease;
}

 .product-card-wrapper:hover .card__information .card__heading a {
  color: #4A362D; /* Elegant golden bronze tint on hover (non-dull!) */
  text-decoration: none;
}

/* Price layout styling */
 .card__information .price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 16px; /* Mobile first: clean, scaled-down price */
  letter-spacing: 0.02em;
}

 .card__information .price .price-item {
  font-weight: 600; /* Bold price value */
  color: #2E221C;
}

/* On-Sale Price Highlight */
 .card__information .price--on-sale .price-item--sale {
  color: #A33A22; /* Deep luxury red/crimson color for sale price */
  font-weight: 700;
}

.card__information .price--on-sale .price-item--regular {
  color: #9c9088;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 1.2rem;
  margin-right: 0.8rem;
}

/* Subtle gradient vignette overlay on card hover for depth */
 .card__inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(46, 34, 28, 0) 65%, rgba(46, 34, 28, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

 .product-card-wrapper:hover .card__inner::after {
  opacity: 1;
}

/* Redesigned Minimalist Luxury Badges */
 .card__badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
}

 .card__badge .badge {
  border: 1px solid #2E221C;
  background-color: #2E221C;
  color: #F4EDDD;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 0px; /* Minimal sharp edges */
  box-shadow: 0 4px 10px rgba(46, 34, 28, 0.08);
}

/* Sold Out Badge styling */
.ss-featured-tabs .card__badge .badge.color-badge-sold-out,
.ss-featured-tabs .card__badge .badge:contains("Sold") {
  background-color: #7A706A;
  border-color: #7A706A;
  color: #ffffff;
}

/* Premium wish-list / Swym heart button glassmorphism overlay */
 .product-card-wrapper button.swym-button {
  position: absolute;
  top: 15px;
  right: 15px;
  left: auto;
  z-index: 99;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 0;
  opacity: 0; /* Hide by default for cleaner display */
  transform: scale(0.8) translateY(5px); /* Luxury entrance */
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

 .product-card-wrapper:hover button.swym-button {
  opacity: 1; /* Reveal on card hover */
  transform: scale(1) translateY(0);
}

 .product-card-wrapper button.swym-button::after {
  font-size: 16px;
}

 .product-card-wrapper button.swym-button:hover {
  background: #ffffff;
  transform: scale(1.1) translateY(0); /* Scale up only the heart on hover */
  box-shadow: 0 6px 16px rgba(46, 34, 28, 0.12);
}

/* Quick Add button styling overrides (if visible) */
.ss-featured-tabs .quick-add {
  margin-top: 1rem;
}

.ss-featured-tabs .quick-add__submit {
  border-radius: 30px;
  font-family: var(--font-body-family), sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  color: #2E221C;
  border: 1px solid #2E221C;
  transition: all 0.35s ease;
}

.ss-featured-tabs .quick-add__submit:hover {
  background: #2E221C;
  color: #F4EDDD;
}


/* collection page */

#main-collection-filters{
  position:sticky;
  top:0;
  left:0;
  height:100%;
  z-index:2;
}
.HeaderMenu_item{
  z-index:4;
}

  .facet-filters__field .select {
    width: 100%;
  }

  .facet-filters__field select {
    width: 100%;
    min-width: 380px;
  }
  
 .facets-vertical-sort .facet-filters__field .select .facet-filters__sort{
  padding-inline:14px;
 }
.facets-vertical-sort .facet-filters__field .select .facet-filters__sort:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.collection-hero{
  max-width:1440px;
  margin:0 auto;
  background-color:#F8F2EA;
  padding:40px 20px !important;
  border-radius:18px;
   box-shadow: 0 0px 6px rgba(0, 0, 0, 0.08);
   margin-bottom:40px;

}
.ss-collections-list{
  background:#F8F2EA;
}
.collections-list_item .image_wrap img {
    transition: transform 0.8s ease;
    will-change: transform;
}
.collections-list_item:hover .image_wrap img{
  transform:scale(1.1);
}


.shopify-section-group-header-group{
  z-index:3;
}
.ProductMedia_item{
  border-radius:18px;
  overflow:hidden;
}
.ProductMedia_item img,
.ProductMedia_item video{
      transition: transform 0.8s ease;
    will-change: transform;
}
.ProductMedia_item img:hover{
  transform:scale(1.06);
}






/* ==========================================================================
   6. Consolidated Media Queries (Descending Order)
   ========================================================================== */

/* ==========================================================================
   6. Consolidated Media Queries (Descending Order)
   ========================================================================== */

/* A. Desktop Layout & Spacing (min-width: 990px) */
@media screen and (min-width: 990px) {
  .ss-featured-tabs .product_item {
    flex: 0 0 calc(25% - 1.125rem) !important; /* Show 4 cards on desktop */
    width: calc(25% - 1.125rem) !important;
    max-width: calc(25% - 1.125rem) !important;
  }

  .ss-featured-tabs .tab-collection {
    gap: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .ss-featured-tabs .snap_nav {
    left: -24px;
    right: -24px;
    width: calc(100% + 48px);
    padding: 0;
  }

  /* single product page */
  /* single product page */
.product__info-wrapper {
    padding: 0 0 0 4rem !important;  
  }
}

/* B. Max Width 989px (Mobile and Tablet Flex Spacers) */
@media screen and (max-width: 989px) {
  .ss-featured-tabs .tab-collection::before {
    content: '' !important;
    display: block !important;
    flex: 0 0 1.5rem !important;
    width: 1.5rem !important;
    min-width: 1.5rem !important;
    height: 1px !important;
  }
  .ss-featured-tabs .tab-collection::after {
    content: '' !important;
    display: block !important;
    flex: 0 0 1.5rem !important;
    width: 1.5rem !important;
    min-width: 1.5rem !important;
    height: 1px !important;
  }
}

/* C. Tablet & Smaller Desktop Screens (min-width: 768px and max-width: 989px) */
@media screen and (min-width: 768px) and (max-width: 989px) {
  .ss-featured-tabs .product_item {
    flex: 0 0 calc(33.333% - 1rem) !important; /* Show 3 cards on tablets */
    width: calc(33.333% - 1rem) !important;
    max-width: calc(33.333% - 1rem) !important;
  }
}

/* General Tablet & Desktop Font and Header Scaling (min-width: 768px) */
@media screen and (min-width: 768px) {
  .ss-featured-tabs .ss-section-header {
    margin-bottom: 2.5rem;
  }
   .product_title{
  font-size:20px !important;
  font-weight:600;
  font-style:italic;
}
  .ss-featured-tabs .ss-title {
    font-size: 2.8rem;
  }

  .ss-featured-tabs .ss-subheading {
    font-size: 1.4rem;
  }

  .ss-featured-tabs .ss-tabs-list {
    justify-content: center;
    gap: 3rem;
  }

  .ss-featured-tabs .col-tab-link {
    font-size: 1.2rem;
  }

  .ss-featured-tabs .snap_nav {
    padding: 0 1rem;
  }
  
  .ss-featured-tabs .snap_nav button.btn {
    width: 48px;
    height: 48px;
  }
}

/* D. Mobile Viewports (max-width: 767px) */
@media screen and (max-width: 767px) {
  .ss-featured-tabs .ss-tabs-list {
    justify-content: flex-start;
    gap: 12px !important; /* Reduced spacing between tab buttons on mobile */
    padding: 0.5rem 1rem !important;
  }

  .ss-featured-tabs .col-tab-link {
    font-size: 10px !important; /* 10px tab font size on mobile */
    padding: 6px 12px !important; /* Reduced padding inside tab buttons */
    letter-spacing: 0.1em !important;
  }

  .ss-featured-tabs .snap_nav {
    display: none !important; /* Hide navigation arrows on mobile */
  }

  /* Compact Card Typography for Mobile */
  .ss-featured-tabs .card-information .caption-with-letter-spacing {
    font-size: 9px !important; /* Elegant smaller vendor tag */
    margin-bottom: 0.2rem !important;
  }

  .ss-featured-tabs .card__heading {
    font-size: 12px !important; /* Clean, compact title font size */
    margin: 0.3rem 0 0.2rem 0 !important;
  }

  .ss-featured-tabs .card__information .price {
    font-size: 13px !important; /* Scale down price for mobile */
    margin-top: 0.3rem !important;
  }
  .facets-container{
    margin:10px 0px 
 }
 #main-collection-filters{
  background:#FEFCF8;
 }
.collection-hero{

  border-radius:0px;
  padding: 20px 0px !important;
  

}
.ss-breadcrumbs{
  padding-top:30px !important;
}


}

/* ==========================================================================
   7. SS Collage Boxes Redesign Stylesheet
   Luxury / High-Fashion Aesthetic - Mobile First Approach
   ========================================================================== */

/* Parent Container */
.ss-collage-section {
  position: relative;
  box-sizing: border-box;
  padding-inline:10px;
}
.ss-logo-slider .logoSlider_navigation{
  display:none;
}
/* Image Wrappers and Scaling */
.ss-collage-main-item,
.ss-collage-grid-item {
  border-radius: 8px; /* Clean luxury rounded corners */
  overflow: hidden;
  position: relative;
  background-color: #000;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Add elegant dark overlay to items */
.ss-collage-main-item::before,
.ss-collage-grid-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

/* Image scaling animations */
.ss-collage-main-img,
.ss-collage-img {
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Desktop Hover Interaction (Applied for devices supporting hover) */
@media (hover: hover) {
  .ss-collage-main-item:hover,
  .ss-collage-grid-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  }
  
  .ss-collage-main-item:hover .ss-collage-main-img,
  .ss-collage-grid-item:hover .ss-collage-img {
    transform: scale(1.05); /* Soft, luxury-brand zoom */
  }
  
  .ss-collage-main-item:hover::before,
  .ss-collage-grid-item:hover::before {
    opacity: 0.85; /* Subtle darkening on hover for better button contrast */
  }
}

/* Premium Main CTA Button */
.ss-collage-main-btn {
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  font-weight: 600 !important;
  font-family: var(--font-body-family), sans-serif;
  border-width: 1px !important;
  border-color: #ffffff !important;
  background: transparent !important;
  color: #ffffff !important;
  border-radius: 0px !important; /* Luxury sharp edge */
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
}

.ss-collage-main-btn:hover {
  background: #FEFCF8 !important;
  color: #000000 !important;
  letter-spacing: 0.25em !important;
}

/* Block Buttons & Links */
.ss-collage-block-link {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.ss-collage-btn-wrapper {
  z-index: 3;
}

.ss-collage-btn {
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  font-size: 1.2rem !important;
  color: #ffffff !important;
  position: relative;
  transition: color 0.4s ease, letter-spacing 0.4s ease !important;
  border-bottom: none !important; /* Remove native underline */
}

/* Underline Animation (Luxury drawer line effect) */
.ss-collage-btn::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 40px; /* Default underline width */
  height: 1px;
  background-color: #ffffff;
  transform: translateX(-50%);
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s ease;
}

@media (hover: hover) {
  .ss-collage-grid-item:hover .ss-collage-btn {
    color: #f6ebd6 !important; /* Soft warm gold/beige hint */
    letter-spacing: 0.2em !important;
  }
  
  .ss-collage-grid-item:hover .ss-collage-btn::after {
    width: 100%; /* Expands to full text width */
    background-color: #f6ebd6;
  }
}


.product-form .cta_container{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
}
.product-form__submit{
  margin:0 !important;
}
.product-form form .product-form__buttons{
  width:100%;
  justify-content:center;
}
.product-form .shoppay{
    margin:20px auto;
    max-width:430px;
    width:100%;
    padding:14px 18px;
    border:1px solid #E9E9E9;
    border-radius:12px;
    background:#F7F7F5;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
}

 .product-form .custom-buy-now{
  color:white;
 } 

 .block_icon-group{
    display:flex;
    gap:10px;
    margin-top:28px;
}

.block_icon-group .icon-group_item{
    flex:1;
    background:#F9F8F5;
    border:1px solid #E8E3D9;
    border-radius:14px;
    padding:10px 4px;
    transition:.35s ease;
}

.block_icon-group .icon-group_item:hover{
    transform:translateY(-4px);
    box-shadow:0 0px 5px rgba(0,0,0,.08);
    border-color:#D6C5A4;
}

.block_icon-group .icon-group_item img{
    width:34px;
    height:34px;
    margin-bottom:10px;
}

.block_icon-group .icon-group_item span{
    font-size:12px;
    font-weight:600;
    color:#222;
    letter-spacing:.3px;
}


.product_description{
    margin-top:20px;
    padding:24px;
    background:#FAFAF8;
    border:1px solid #ECE7DF;
    border-radius:12px;
}

.product_description p{
    font-size:15px;
    line-height:2;
    color:#333;
    margin:0;
}

.product_description br{
    display:block;
    content:"";
    margin:12px 0;
}
/* single product page */
.title{
  margin-top:0;
}
.section-recently-viewed{
  background:#FEFCF8;
}
.page-width.prod-sugg {
    min-height: 350px !important;
}

.prod_navigation .btn{
    width:42px !important;
    height:42px !important;
    border-radius:50%;

    background:rgba(255,255,255,0.9);
    backdrop-filter:blur(4px);
    box-shadow:0 0px 5px rgba(0,0,0,.15);
    transition:all .3s ease;
    cursor:pointer;
}

.prod_navigation .btn:hover{
    background:#000;
    transform:scale(1.08);
}

.prod_navigation .btn:hover::before{
    border-right-color:#fff !important;
    border-top-color:#fff !important;
}

.snap_nav {

    .btn{
        display:flex !important;
        justify-content:center;
        align-items:center;
        width:3.5rem;
        height:3.5rem;
        border-radius:50%;
        background:#fff;
        border:none;
        cursor:pointer;
        position:absolute;
        top:40%;
        margin-inline:10px;
        z-index:2;
        box-shadow:0 0px 10px rgba(0,0,0,.12);
        transition:.3s ease;
    }

    /* Arrow */
    .btn::before{
        content:"";
        width:12px;
        height:12px;
        border-top:2px solid #000;
        border-right:2px solid #000;
        transition:.3s ease;
    }

    /* Left Arrow */
    .button-prev::before{
        transform:rotate(-135deg);
        margin-left:4px;
    }

    /* Right Arrow */
    .button-next::before{
        transform:rotate(45deg);
        margin-right:4px;
    }

    /* Hover */
    .btn:hover{
        background:#000;
        transform:scale(1.08);
    }

    .btn:hover::before{
        border-top-color:#fff;
        border-right-color:#fff;
    }

    .button-prev{
        left:2rem;
    }

    .button-next{
        right:2rem;
    }

    .btn.disabled{
        opacity:.35;
        pointer-events:none;
    }
}

.recently-viewed_navigation{
    padding:0 20px !important;
    z-index:10;
}

.recently-viewed_navigation .button-prev,
.recently-viewed_navigation .button-next{
    width:50px !important;
    height:50px !important;
    background:#fff;
    border:none !important;
    border-radius:50%;
    display:flex !important;
    justify-content:center;
    align-items:center;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
    transition:all .3s ease;
    cursor:pointer;
    transform:none !important;
    position:relative;
}

/* Arrow */
.recently-viewed_navigation .button-prev::before,
.recently-viewed_navigation .button-next::before{
    content:"";
    width:12px;
    height:12px;
    border-top:2px solid #000;
    border-right:2px solid #000;
    transition:.3s;
}

/* Left Arrow */
.recently-viewed_navigation .button-prev::before{
    transform:rotate(-135deg);
    margin-left:4px;
}

/* Right Arrow */
.recently-viewed_navigation .button-next::before{
    transform:rotate(45deg);
    margin-right:4px;
}

/* Hover */
.recently-viewed_navigation .button-prev:hover,
.recently-viewed_navigation .button-next:hover{
    background:#000;
    transform:scale(1.08) !important;
}

.recently-viewed_navigation .button-prev:hover::before,
.recently-viewed_navigation .button-next:hover::before{
    border-top-color:#fff;
    border-right-color:#fff;
}
.review-box{
  border-radius:18px;
  overflow:hidden;
}
 .review-box ,
 .review-content-box{
  background:#F8F2EA !important;
}
 .ss-collections-list .ss-relative .h2{
    font-size:20px;
  }

/* Mobile responsive adjustments */
@media screen and (max-width: 749px) {

  .product__info-wrapper variant-selects .product-form__input:nth-child(2) label {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
  .ss-collections-list .ss-relative .h2{
    font-size:14px;
  }
  .CollectionsList_navigation .button-prev,
  .CollectionsList_navigation .button-next{
    width:10px;
    height:10px;
  }

  .recently-viewed_navigation .button-prev,
.recently-viewed_navigation .button-next{
    width:32px !important;
    height:32px !important;
}
.section-recently-viewed .h2{
  font-size:14px;
}
  .prod-sugg ul.product-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding-bottom:10px;
}

.prod-sugg ul.product-grid::-webkit-scrollbar{
    display:none;
}

.prod-sugg ul.product-grid > li{
    flex:0 0 58%;
    max-width:58%;
    scroll-snap-align:start;
}

  .prod-sugg .title {
    font-size: 14px !important;
}

  .ss-collage-section {
    padding-left: 10px;
    padding-right: 10px;
    gap: 8px !important;
  }
     .product_title{
  font-size:20px;
  font-weight:600;
  font-style:italic;
}
  .product-form .shoppay {
   
    padding: 14px 10px;
   margin:16px auto;
    gap: 2px;
}
.block_icon-group .icon-group_item span {
    font-size: 10px;
  
}
.product-form form .product-form__buttons button{
  font-size:12px;
  
}
.block_icon-group .icon-group_item {
   
    border-radius: 8px;
   
}
  
  .ss-collage-grid-col {
    gap: 8px !important;
  }

  .ss-collage-main-item,
  .ss-collage-grid-item {
    border-radius: 6px; /* Slightly smaller border radius on mobile */
  }

  .ss-collage-main-btn {
    bottom: 2.5rem !important;
    padding: 0.7rem 2rem !important;
    font-size: 1rem !important;
    letter-spacing: 0.15em !important;
  }
  
  .ss-collage-btn {
    font-size: 1rem !important;
    letter-spacing: 0.1em !important;
  }

  .ss-collage-btn::after {
    width: 30px;
    bottom: -2px;
  }

  .ProductMedia_item{
  border-radius:0px;
}
}

