/** Shopify CDN: Minification failed

Line 1724:11 Unexpected "/"

**/
.responsive-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

/* Image Banner Clickable Theme Is Refresh starts end */

.slideshow__slide.grid__item  {
  position: relative;
}

.slideshow__link-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block !important;
    z-index: 2;
}

.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient.slideshow__text--center.slideshow__text-mobile--center{
  display:none
}
/*Image Banner Clickable Theme Is Refresh end */


.header__inline-menu {
  margin-top: 0 !important;
}

.banner .banner__box  {
    opacity: 0.6;
}

.pagination__item-arrow {
border: 4px solid red;
border-radius: 25px;
}

/* ============================================================
   SAMPRADAYA DESIGNER STUDIO: ELITE MASTER ARCHITECTURE
   ============================================================ */

:root {
  --sp-gold: #b8860b;
  --sp-gold-gradient: linear-gradient(90deg, #b8860b, #d4af37, #b8860b);
  --sp-text: #1a1a1a;
  --sp-body: #444444;
  --sp-muted: #888;
  --sp-border: #f4f4f4;
  --sp-bg-light: #fafafa;
  --sp-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  --sp-blush: #fdf5f5;
  /* === SHADOW SYSTEM === */
--sp-shadow-light: 0 2px 4px rgba(0,0,0,0.01),
                   0 10px 20px rgba(0,0,0,0.03),
                   0 25px 50px rgba(0,0,0,0.04);

--sp-shadow-hover: 0 5px 10px rgba(0,0,0,0.02),
                   0 25px 55px rgba(0,0,0,0.07);

--sp-shadow-deep: 0 4px 8px rgba(0,0,0,0.02),
                  0 20px 40px rgba(0,0,0,0.06),
                  0 45px 80px rgba(0,0,0,0.08);
}

/* 1. BRAND SELECTION COLOR (The Elite Touch) */
::selection { background: #fdf5e6; color: var(--sp-gold); }

/* 2. GLOBAL TYPOGRAPHY (Main Content) */
main#MainContent h1, main#MainContent h2, main#MainContent h3,
main#MainContent .h1, main#MainContent .h2, main#MainContent .h3,
main#MainContent .sp-heading {
  font-family: serif !important;
  color: var(--sp-text) !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  text-align: left !important; 
  /*margin-top: 3.5rem;
  margin-bottom: 1.5rem;*/
}

main#MainContent p, main#MainContent li, 
main#MainContent .rte p, main#MainContent .rte li,
main#MainContent .sp-sub-heading {
  line-height: 1.9 !important;
  color: var(--sp-body) !important;
  font-size: 15.5px !important;
  text-align: left !important;
  font-style: normal !important;
}

/* 3. BOUTIQUE COMPONENTS & INTERACTIVITY */



/* 3. ULTRA-ELEVATED BOUTIQUE COMPONENTS */

/* This rule handles the main outer containers (The "Pedestal") */
.sp-luxury-container, .sp-section-container {
  background-color: #ffffff;
  border: 1px solid var(--sp-border);
  padding: 25px 15px;
  border-radius: 4px;
  margin: 40px 0;
  transition: var(--sp-transition);
  
  /* Luxury Triple-Layer Shadow for depth */
  box-shadow: 
    0 2px 4px rgba(0,0,0,0.01), 
    0 10px 20px rgba(0,0,0,0.03), 
    0 25px 50px rgba(0,0,0,0.04);
}

/*.sp-luxury-container:hover {
  transform: translateY(-6px);
  border-color: var(--sp-gold) !important; 
  box-shadow: 0 5px 15px rgba(0,0,0,0.02), 0 30px 60px rgba(0,0,0,0.07);
}

.sp-section-container:hover {
  transform: translateY(-6px);
  border-color: var(--sp-gold) !important; 
  box-shadow: 0 5px 15px rgba(0,0,0,0.02), 0 30px 60px rgba(0,0,0,0.07);
}*/

.sp-luxury-container:hover,
.sp-section-container:hover {
  transform: translateY(-6px);
  border-color: var(--sp-gold) !important;
  box-shadow: var(--sp-shadow-hover);
}

/* SEAMLESS OVERVIEW FIX (Removes box-in-box) */
.sp-overview-box {
  background-color: transparent !important; /* Transparent background */
  border: none !important;                 /* Removes all 4 borders */
  border-top: 1px solid var(--sp-border) !important;    /* Adds subtle top line */
  border-bottom: 1px solid var(--sp-border) !important; /* Adds subtle bottom line */
  padding: 35px 0 !important;              /* Spacing above and below text */
  margin: 40px 0 !important;
  box-shadow: none !important;             /* Removes the inner shadow */
}

.sp-section-grid, .sp-pillar-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 25px 40px;
}

.sp-pillar-title {
  letter-spacing:1px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
  background: var(--sp-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 4. CONVERSION (WhatsApp & Buttons) */
.sp-whatsapp-btn, main#MainContent .button--primary {
  display: inline-block;
  background-color: var(--sp-gold) !important;
  color: #ffffff !important;
  padding: 14px 28px;
  border-radius: 4px !important; /* Straighter edges = more luxury */
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  text-decoration: none;
  font-weight: 600;
  transition: var(--sp-transition);
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.2);
}

.sp-whatsapp-btn { background-color: #25d366 !important; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2); }
.sp-whatsapp-btn:hover, main#MainContent .button--primary:hover { transform: scale(1.02); opacity: 0.9; }

/* 5. TECHNICAL SPECIFICATION TABLES (Refined) */
main#MainContent table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 30px 0 !important;
  border: 1px solid var(--sp-border);
}

main#MainContent table th {
  background-color: var(--sp-bg-light);
  padding: 18px;
  text-align: left !important;
  text-transform: uppercase;
  color: var(--sp-muted);
  font-size: 11px;
  letter-spacing: 1px;
  border-bottom: 2px solid var(--sp-border);
}

main#MainContent table td {
  padding: 18px;
  border-bottom: 1px solid var(--sp-border);
  color: var(--sp-body);
}

/* Bold the attribute labels for contrast */
main#MainContent table td:first-child {
  font-weight: 600;
  color: var(--sp-text);
  width: 35%;
}

/* 6. SECTION DIVIDER ORNAMENT */
.sp-section-container:not(:last-child)::after {
  content: "•"; /* Subtle dot divider */
  display: block;
  text-align: center;
  color: #eaeaea;
  font-size: 20px;
  /*margin: 50px auto 0; */
  letter-spacing: 10px;
}



/* 8. LIST & BULLET REFINEMENT */
/* This kills the default browser bullets and aligns the Gold Tick */
main#MainContent .sp-list-reset, 
main#MainContent .sp-quick-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

main#MainContent .sp-quick-list li {
  display: flex !important;
  align-items: flex-start !important;
  list-style-type: none !important; /* Double-safety to hide dots */
  margin-bottom: 12px !important;
}

main#MainContent .sp-check {
  color: var(--sp-gold) !important;
  margin-right: 12px !important;
  font-weight: 700 !important;
  flex-shrink: 0; /* Keeps the tick from squishing on long lines */
}

.sp-styling-card {
  background-color: var(--sp-blush) ;
  padding: 25px;
  border: 1px solid #f0e6e6;
  border-radius: 4px;
  margin-bottom: 40px;
  text-align: center;
}





/* 7. PILLAR CONTENT & ATELIER REFINEMENTS */
.sp-pillar-item p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: var(--sp-body) !important;
}

.sp-trust-meta {
  display: block;
  margin-top: 8px;
  color: var(--sp-text);
  font-weight: 600;
  font-style: italic;
}

.sp-link-underlined {
  color: var(--sp-body);
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}

.sp-link-underlined:hover {
  color: var(--sp-gold);
}

/* 6. SECTION ORNAMENTS & FOOTERS */
/* Added main#MainContent to override the global 'p' tag rule */
main#MainContent .sp-section-footer {
  margin-top: 30px !important;
  font-size: 13px !important;
  color: var(--sp-muted) !important;
  font-style: italic !important;
  border-top: 1px solid var(--sp-border) !important;
  padding-top: 15px !important;
  display: block !important;
  line-height: 1.6 !important; /* Slightly tighter for a footer look */
}

.sp-divider-line {
  border: 0;
  border-top: 1px solid var(--sp-border);
  margin: 45px 0;
}


/* --- 11. THE "HUGGING" QUOTE FIX (Refined & Abstracted) --- */

.sp-emotion-text {
  text-align: center !important;
  margin: 10px 0 20px 0 !important;
  display: block !important;
  width: 100% !important;
  /* Typography abstracted from inline style */
  font-family: 'Playfair Display', serif !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: var(--sp-text, #2c2c2c) !important;
  background-color: #fcf9f2;
  border-left: 3px solid #d4af37;
}

.sp-emotion-text span {
  display: inline-block !important;
  position: relative;
  padding: 0 35px !important; /* Increased padding for better "quote breathing" */
  font-style: italic !important;
  font-family: 'Playfair Display', serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #333 !important;
}

/* Opening Quote - Pinned to the Span start */
.sp-emotion-text span::before {
  content: "“";
  color: var(--sp-gold, #D4AF37);
  font-size: 38px; /* Slightly larger for luxury impact */
  position: absolute;
  left: 0;
  top: -12px;
  opacity: 0.5;
  font-family: serif;
}

/* Closing Quote - Pinned to the Span end */
.sp-emotion-text span::after {
  content: "”";
  color: var(--sp-gold, #D4AF37);
  font-size: 38px;
  position: absolute;
  right: 0;
  bottom: -20px; 
  opacity: 0.5;
  font-family: serif;
}


/* 12. COMPACT TRUST BAR (Atelier Standard) */
main#MainContent .sp-trust-bar {
  display: flex !important;
  justify-content: space-around !important;
  align-items: flex-start !important;
  padding: 15px 10px !important;
  background: var(--sp-bg-light);
  border-top: 1px solid var(--sp-border);
  border-bottom: 1px solid var(--sp-border);
  margin: 15px 0 !important;
  gap: 10px;
}

.sp-trust-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  stroke-width: 1.3;
}

.sp-trust-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  fill: var(--sp-gold);
}

.sp-trust-label {
  font-family: serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: var(--sp-text) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px;
  line-height: 1.2;
}

.sp-trust-sub {
  font-size: 9px !important;
  color: var(--sp-muted);
  display: block;
  margin-top: 2px;
}


/* 1. THE AUTHORITY: Serif for Headings */
main#MainContent h1, 
main#MainContent h2, 
main#MainContent h3, 
main#MainContent .sp-heading {
  font-family: "Playfair Display", serif !important; /* Elegant & Traditional */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* 2. THE MODERN LUXURY: Sans-Serif for Body & Grid */
main#MainContent p, 
main#MainContent li, 
main#MainContent .sp-sub-heading,
.sp-pillar-item p {
  font-family: "Montserrat", "Lato", sans-serif !important; /* Modern & Clean */
  font-size: 15px !important;
  line-height: 1.8 !important;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* 3. THE ACCENT: Bold Sans-Serif for Labels */
main#MainContent .sp-pillar-title, 
main#MainContent .sp-check {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 1.2px !important;
  font-size: 13px !important;
}

/* --- SAMPRADAYA MASTER ACCORDION --- */

/* 1. The Container (Merged & Standardized) */
details.sp-accordion,
.sp-details {
  /* border-bottom: 1px solid #e5e5e5; */
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
}

/* 2. The Header Row (Ensuring the Flex toggle) */
summary.sp-summary,
summary {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  list-style: none !important;
  outline: none; /* Removes blue box on click */
  -webkit-tap-highlight-color: transparent; /* Clean mobile tap */
  padding: 15px 0;
}

/* 3. Global Reset: Hide ALL default browser arrows/markers */
summary::-webkit-details-marker,
summary::marker,
summary::before {
  display: none !important;
}

/* 4. The Icon - Default State (+) */
.sp-accordion-icon::before {
  content: '+' !important;
  font-family: 'Montserrat', sans-serif;
  color: var(--sp-gold, #D4AF37);
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* 5. The Toggle Logic - Open State (Minus) */
/* The ">" ensures only the icon in the header you just clicked changes */
details[open] > summary .sp-accordion-icon::before,
.sp-details[open] > summary .sp-accordion-icon::before {
  content: '−' !important; /* Premium mathematical minus */
  transform: rotate(180deg); /* Smooth luxury transition */
}




/* 6. Content Appearance & Animation */
.sp-accordion-content {
  padding: 10px 0 30px 0;
  animation: sp-fade-down 0.4s ease-out;
}

@keyframes sp-fade-down {
  from { 
    opacity: 0; 
    transform: translateY(-10px); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

/* 7. Bonus: Hover Effect for Luxury Feel */
summary.sp-summary:hover .sp-heading {
  color: var(--sp-gold, #D4AF37);
  transition: 0.3s;
}


/* Styling for the Technical Table */
.sp-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif; /* Clean Sans-Serif for data */
}

.sp-spec-table td {
  padding: 12px 0;
  border-bottom: 1px solid #f9f9f9;
  font-size: 14px;
  color: var(--sp-body);
}

.sp-spec-table td:first-child {
  width: 40%;
  color: var(--sp-text);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.product__tax {
display:none !important;
}

/* --- PRODUCT GRID TITLE ALIGNMENT --- */

.card__heading {
  display: block !important;
  max-width: 100%;
  margin-bottom: 5px;
}



/* Ensure the parent information box doesn't expand */
.card__information {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


/* --- SAMPRADAYA BOUTIQUE PRODUCT BOX (TRIPLE-SHADOW EDITION) --- */

.product-card-wrapper {
  background-color: #ffffff !important;
  border: 1px solid #f2f2f2 !important;
  border-radius: 4px;
  padding: 15px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  
  /* Your Triple-Layer Shadow (The "Resting" State) */
  box-shadow: 
    0 2px 4px rgba(0,0,0,0.01), 
    0 10px 20px rgba(0,0,0,0.03), 
    0 25px 50px rgba(0,0,0,0.04) !important;
}

/* 2. Hover Elevation (The "Ethereal Lift") */
.product-card-wrapper:hover {
  transform: translateY(-12px); /* Slightly more lift to match the deep shadow */
  border-color: #D4AF37 !important;
  
  /* Even Deeper Triple-Shadow on Hover */
  box-shadow: 
    0 4px 8px rgba(0,0,0,0.02), 
    0 20px 40px rgba(0,0,0,0.06), 
    0 45px 80px rgba(0,0,0,0.08) !important;
  z-index: 10;
}

/* Ensure the rest of the styles remain intact */
.card__heading a {
  display: block !important;
  /*width: 100%;*/
  white-space: nowrap !important;   /* No wrapping to second line */
  overflow: hidden !important;      /* Hide what doesn't fit */
  text-overflow: ellipsis !important; /* Add the ... */
  color: #2c2c2c !important;
  text-decoration: none !important;
   font-family: 'Montserrat', sans-serif;
     letter-spacing: 1.2px !important; /* Adds "Air" to the title */
  text-transform: uppercase;
  font-size: 13px !important;
}


/* 4. Align Price to the Bottom */
.card-information {
  margin-top: auto !important; 
  padding-top: 10px;
}

/* 5. Gold Badge Refinement */
.badge {
  background-color: #D4AF37 !important; /* Sampradaya Gold */
  color: #ffffff !important;
  border: none !important;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 5px 10px;
  border-radius: 2px;
}

/* Mobile Tweak */
@media screen and (max-width: 749px) {
  .product-card-wrapper {
    padding: 10px;
  }
}


/* --- SAMPRADAYA LUXURY PRICING STYLES --- */

/* 1. Original (Strikethrough) Price */
.price-item--regular {
  color: #959595 !important; /* Muted Slate */
  text-decoration: line-through;
  font-weight: 400;
  font-size: 0.9em;
  margin-right: 8px;
}

/* 2. New Sale Price (The Hero) */
.price-item--sale {
  color: #8B0000 !important; /* Deep Garnet - Premium Wine Red */
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 0.5px;
}

/* 3. Ensuring no "Red" on the default regular price */
/* (This fixes the issue where the non-sale price was red) */
.price:not(.price--on-sale) .price-item--regular {
  color: #1A1A1A !important; /* Rich Onyx Black */
  text-decoration: none;
  font-weight: 700;
}




.price-item {
  letter-spacing: 1px !important;
  font-family: 'Montserrat', sans-serif;
}

/* --- LUXURY GOLD SILK SCROLLBAR --- */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f9f9f9; /* Near-white silk background */
}

::-webkit-scrollbar-thumb {
  background: #D4AF37; /* Sampradaya Gold */
  border-radius: 10px;
  border: 2px solid #f9f9f9; /* Creates a "Floating" thread effect */
}

::-webkit-scrollbar-thumb:hover {
  background: #B8860B; /* Deepens on interaction */
}


/* --- CINEMATIC IMAGE TRANSITION --- */
.media--hover-effect > img + img {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), 
              transform 1.2s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.card-wrapper:hover .media--hover-effect > img + img {
  opacity: 1;
  transform: scale(1.05); /* Soft zoom into the fabric detail */
}



/* --- SAMPRADAYA GRID SPACING REFINEMENT --- */

/* 1. Increase Horizontal and Vertical Gap */
#product-grid {
  column-gap: 40px !important; /* Spacing between columns */
  row-gap: 60px !important;    /* Spacing between rows - gives room for the shadow */
}

/* 2. Adjust Grid Item Width for the New Spacing */
/* This ensures the grid stays centered and doesn't break on desktop */
@media screen and (min-width: 990px) {
  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - (40px * 2 / 3)) !important;
  }
}

/* 3. Mobile Spacing (Keep it clean but not too wide) */
@media screen and (max-width: 749px) {
  #product-grid {
    column-gap: 15px !important;
    row-gap: 30px !important;
  }
}


/* --- SAMPRADAYA MASTER TRUST: SIDE-BY-SIDE OPTIMIZED --- */

.sp-master-trust-card {
  /*background-color: #FCFCFA !important;*/
  border: 1px solid #e8e8e1;
  border-radius: 4px;
  padding: 10px 25px !important;
  margin: 00px auto !important;
  max-width: 1000px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03), 0 20px 40px rgba(0,0,0,0.04);
}

.sp-master-trust-card:hover {
  transform: translateY(-12px); /* Slightly more lift to match the deep shadow */
  border-color: #D4AF37 !important;
  
  /* Even Deeper Triple-Shadow on Hover */
  box-shadow: 
    0 4px 8px rgba(0,0,0,0.02), 
    0 20px 40px rgba(0,0,0,0.06), 
    0 45px 80px rgba(0,0,0,0.08) !important;
  z-index: 10;
}

.sp-trust-row { margin-bottom: 10px; width: 100%; }

/* 1. Payments & Labels */
.sp-payment-group { display: flex; justify-content: center; align-items: center; gap: 18px; margin-bottom: 12px; }
.sp-payment-group svg { height: 32px; width: auto; }
.sp-upi-badge { border: 1px solid #e5e5e5; background: white; padding: 4px 10px; border-radius: 3px; font-family: sans-serif; font-size: 9px; font-weight: 700; color: #5f259f; }

/* FIX: Overriding the #MainContent p rule (15px) */
.sp-master-trust-card .sp-label-tiny {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important; /* Now it will apply */
  color: #666 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

/* 2. Pillars Grid */
.sp-pillars-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 10px 0;
 /*  gap: 10px; */
}

.sp-trust-item svg {
  width: 54px !important;
  height: 54px !important;
  stroke: #000000 !important;
  stroke-width: 2.2px !important;
  margin-bottom: 18px;
}

.sp-pillar-label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  color: #222 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
}

/* 3. Review Typography */
.sp-stars-gold {
  color: #D4AF37;
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 0px !important; /* Tightens space before headline */
}
.sp-rating-headline {
  font-family: 'Playfair Display', serif !important;
  font-size: 18px !important;
  color: #1a1a1a !important;
  margin-top: 0 !important;      /* THE PRECISE FIX: Removes top gap */
  margin-bottom: 5px !important; /* Tightens space before sub-details */
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sp-rating-details {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  color: #666 !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important; /* Space before buttons */
  letter-spacing: 0.5px;
}

/* 4. SIDE-BY-SIDE BUTTON LOGIC */
.sp-review-btns { 
  display: flex !important; 
  flex-direction: row; /* Forces side-by-side */
  justify-content: center; 
  align-items: center;
  gap: 12px; 
  flex-wrap: nowrap; /* Keeps them on one line on desktop */
}

.sp-trust-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 14px 20px !important; /* Slightly tighter padding for side-by-side */
  min-width: 220px; /* Reduced to ensure they fit side-by-side */
  
  border: 1.5px solid #D4AF37 !important;
  color: #D4AF37 !important;
  background: transparent !important;
  
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  border-radius: 2px !important;
  transition: all 0.3s ease-in-out !important;
}

.sp-trust-btn:hover {
  background-color: #D4AF37 !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2) !important;
}

/* --- MOBILE: FORCING SIDE-BY-SIDE BUTTONS --- */

@media (max-width: 749px) {
  /* 1. Ensure pillars stay in 1 row */
  .sp-pillars-row { 
    grid-template-columns: repeat(3, 1fr) !important; 
    gap: 5px !important;
  }
  
  /* 2. Force buttons to stay in 1 row on mobile */
  .sp-review-btns { 
    flex-direction: row !important; /* Forces side-by-side */
    justify-content: center !important;
    gap: 8px !important; /* Tight gap for mobile width */
    flex-wrap: nowrap !important; /* Prevents wrapping to next line */
  }

  .sp-trust-btn { 
    width: 48% !important; /* Each button takes half the width */
    min-width: unset !important; /* Remove desktop width restriction */
    padding: 10px 5px !important; /* Tighter padding for mobile */
    font-size: 8.5px !important; /* Micro-text for mobile fit */
    letter-spacing: 0.5px !important;
    margin: 0 !important;
  }

  /* Shrink Icons for mobile */
  .sp-trust-item svg { 
    width: 32px !important; 
    height: 32px !important; 
    stroke-width: 2.2px !important; 
  }

  main#MainContent .sp-blog-article p,
main#MainContent .sp-blog-article li {
  font-size: 16px !important;
}

 main#MainContent .sp-blog-article {
    /*padding-left: 15px;
    padding-right: 15px;*/
  }

main#MainContent .sp-blog-article h2 {
  font-size: 24px !important;
}

main#MainContent .sp-blog-article h3 {
  font-size: 20px !important;
}

.sp-review-section-inline {
    gap: 10px !important;
    padding: 15px 5px !important;
  }

  
  
  .sp-rating-headline-inline {
    font-size: 12px !important;
  }
  
  .sp-stars-gold-inline {
    font-size: 14px;
  }
  
  .sp-btn-verified-compact {
    padding: 6px 10px !important;
    font-size: 8px !important;
  }

    .sp-pillars-row { grid-template-columns: repeat(3, 1fr) !important; padding: 20px 0 !important; }
  .sp-trust-item svg { width: 32px !important; height: 32px !important; }
  .sp-review-btns { flex-direction: row !important; gap: 8px; }
  .sp-btn-verified, .sp-btn-google { min-width: 140px; font-size: 8px !important; }

    .sp-section-grid, .sp-pillar-grid { grid-template-columns: 1fr !important; }
  .sp-luxury-container { padding: 35px 20px !important; }
  main#MainContent h1, main#MainContent h2 { font-size: 24px !important; }

    main#MainContent .sp-trust-bar {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 20px 10px !important;
  }
  

    .sp-modal-content {
    width: 95%;
  }

.sp-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 28px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}


}


/* ======================================
   MOBILE TYPOGRAPHY OPTIMIZATION
====================================== */

.sp-review-section {
  margin-top: 0px !important; /* Pulls the whole review block up */
}

.sp-btn-verified {
  background-color: #1a1a1a !important; /* Rich Onyx */
  color: #ffffff !important;
  border: 1px solid #1a1a1a !important;
  padding: 10px 20px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  min-width: 190px;
  transition: all 0.3s ease;
}

/* Secondary Button: Gold Outline */
.sp-btn-google {
  background-color: transparent !important;
  color: #D4AF37 !important; /* Luxury Gold */
  border: 1px solid #D4AF37 !important;
  padding: 10px 20px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  min-width: 190px;
  transition: all 0.3s ease;
}

/* Subtle Hover Effects */
.sp-btn-verified:hover {
  background-color: #333 !important;
 /*  transform: translateY(-2px);*/
}

.sp-btn-google:hover {
  background-color: #D4AF37 !important;
  color: #fff !important;
 /*  transform: translateY(-2px);*/
}





/* --- SAMPRADAYA SINGLE-LINE REVIEW RIBBON --- */

.sp-review-section-inline {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important; /* Space between the stars, text, and button */
  padding: 10px 0 !important;
  margin-top: 10px !important;
}

.sp-stars-gold-inline {
  color: #D4AF37;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}

.sp-rating-headline-inline {
  font-family: 'Playfair Display', serif !important;
  font-size: 16px !important;
  color: #1a1a1a !important;
  margin: 0 !important; /* Forces vertical compression */
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap; /* Prevents text from breaking into 2 lines */
}

.sp-btn-verified-compact {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border: 1px solid #1a1a1a !important;
  padding: 8px 16px !important; /* Thinner button for single line */
  font-family: 'Montserrat', sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 2px;
  transition: 0.3s;
  white-space: nowrap;
}


.sp-review-btns-inline { display: flex; gap: 8px; }

.sp-signature {
  margin-top: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #666;
}

/* ======================================
   SAMPRADAYA BLOG EDITORIAL SYSTEM
====================================== */

.sp-blog-article {
  max-width: 780px;
  margin: auto;
  scroll-behavior: smooth;
}

/* Anchor Scroll Offset */
.sp-blog-article h2,
.sp-blog-article h3 {
  scroll-margin-top: 90px !important;
}

/* Paragraph Spacing */
.sp-blog-article p {
  margin-bottom: 18px !important;
}

/* Heading Spacing */
.sp-blog-article h2 {
  margin-top: 50px !important;
}

.sp-blog-article h3 {
  margin-top: 35px !important;
}

/* Section Container Spacing */
.sp-blog-article .sp-section-container + .sp-section-container {
  margin-top: 45px;
}

/* Elegant Editorial Links */
.sp-blog-article .sp-link-underlined {
  text-decoration: none;
  border-bottom: 1px solid rgba(184,134,11,0.3);
  transition: all 0.25s ease;
}

.sp-blog-article .sp-link-underlined:hover {
  color: var(--sp-gold);
  border-bottom: 1px solid var(--sp-gold);
}


/* ======================================
   SAMPRADAYA BLOG EDITORIAL TYPOGRAPHY
====================================== */


main#MainContent .sp-blog-article p,
main#MainContent .sp-blog-article li {
  font-size: 17px !important;
  line-height: 1.9 !important;
}

main#MainContent .sp-blog-article h2 {
  font-size: 30px !important;
}

main#MainContent .sp-blog-article h3 {
  font-size: 22px !important;
}





/* Ensure image container allows absolute positioning */
.media--hover-effect{
  position: relative;
}

/* Wishlist button container */
.wishlist-btn,
.sp-zoom-btn,
.sp-add-to-cart-btn{
  /*position:absolute;*/
  top:12px;
  right:12px;

  width:38px;
  height:38px;
  padding: 0;

  display:flex !important;
  align-items:center;
  justify-content:center;

  background:rgba(255,255,255,0.92);
  backdrop-filter:blur(8px);

  border-radius:50%;
  border:1px solid rgba(0,0,0,0.08);

  box-shadow:0 6px 18px rgba(0,0,0,0.12);

  cursor:pointer;

  opacity:1 !important;

  transition:all .25s ease;

  z-index:50;

  font-size: 0;
}

/* heart icon */
.wishlist-heart{
  font-size:20px;
  color:#c9a24c;
  transition:transform .2s ease;
  
}

/* hover effect */
.wishlist-btn:hover,
.sp-zoom-btn:hover,
.sp-add-to-cart-btn:hover{
  transform:scale(1.05);
  box-shadow:0 4px 12px rgba(0,0,0,0.12);
}


/* Prevent button expanding */
.wishlist-btn span{
  font-size: 18px;
  line-height: 1;
}

/* stop price taking full width */
.price-wishlist-row .price{
  display:inline-flex;
}

/* circle 
.wishlist-circle{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;

  background:#ffffffeb;
  border-radius:50%;
  border:1px solid rgba(0,0,0,0.08);

  backdrop-filter:blur(4px);
  box-shadow:0 2px 6px rgba(0,0,0,0.08);
} */

.wishlist-bounce{
 animation:wishlistBounce .4s ease;
}

@keyframes wishlistBounce{
 0%{transform:scale(1)}
 50%{transform:scale(1.4)}
 100%{transform:scale(1)}
}

.wishlist-card img{
 width:100%;
}

.wishlist-drawer{
  position:fixed;
  top:0;
  right:0;

  width:360px;
  height:100dvh;

  background:white;
  box-shadow:-3px 0 10px rgba(0,0,0,.1);

  transform:translateX(100%);
 transition:transform .3s ease;

  z-index:9999;

  display:grid;
  grid-template-rows:auto 1fr auto;

  overflow:hidden;
}

.wishlist-drawer.open{
 transform:translateX(0);
}

.wishlist-drawer-items{
  /*flex:1;
  min-height:0;
  max-height:calc(100dvh - 120px);*/
  overflow-y:auto;

  padding:16px;

  -webkit-overflow-scrolling:touch;
}


/* nice scrollbar */
.wishlist-drawer-items::-webkit-scrollbar{
  width:6px;
}

.wishlist-drawer-items::-webkit-scrollbar-thumb{
  background:#ccc;
  border-radius:6px;
}


.wishlist-drawer-header{
 display:flex;
 justify-content:space-between;
 margin-bottom:20px;
}

.wishlist-drawer-item{
 display:flex;
 align-items:center;
 gap:12px;
 margin-bottom:15px;
  transition:all .3s ease;
}

.wishlist-drawer-info{
 flex:1;
}

.wishlist-remove{
 border:none;
 background:none;
 font-size:18px;
 cursor:pointer;
 color:#888;
}

.wishlist-remove:hover{
 color:#c4002f;
}

.wishlist-drawer-item img{
 width:70px;
}

.wishlist-view-all{
 display:block;
 margin-top:20px;
 text-align:center;
}



/* PRICE + WISHLIST INLINE LAYOUT */
.price-wishlist-row{
  display:flex;
  align-items:center;
  gap:12px;
}

/* Override collection button behaviour on product page */
.price-wishlist-row .wishlist-btn{
  position:relative;
  top:auto;
  right:auto;

  width:36px;
  height:36px;

  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;
}

.wishlist-btn.saved .wishlist-heart{
  color:#c4002f !important;
  transform:scale(1.2);
}

.wishlist-grid{
 display:grid;
 grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
 gap:24px;
}

.wishlist-card img{
 width:100%;
 border-radius:6px;
}

.wishlist-card h3{
 font-size:16px;
 margin-top:8px;
}





.wishlist-drawer-footer{
 padding:16px;
 /*padding-bottom:calc(16px + env(safe-area-inset-bottom)); */
 border-top:1px solid #eee;
 bottom:0;
 background:white;

  flex-shrink:0;
  position:relative;
}

.wishlist-view-all-btn{
 display:block;
 width:100%;
 padding:12px;
 text-align:center;

 background: var(--sp-gold) !important;
 color:white;

 padding:14px 16px;
 border-radius:6px;

 font-weight:600;
 text-decoration:none;

 transition:.2s ease;
}

@media (max-width:768px){

 .wishlist-drawer{
   width:85%;
   max-width:360px;
 }

}

.wishlist-overlay{
  position:fixed;
  top:0;
  left:0;

  width:100%;
  height:100vh;

  background:rgba(0,0,0,0.4);

  opacity:0;
  visibility:hidden;

  pointer-events:none;

  transition:opacity .3s ease;

  z-index:9998;
}

.wishlist-overlay.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}


/* --- WISHLIST SPECIFIC LUXURY OVERRIDE --- */

.wishlist-card.product-card-wrapper {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03), 
              0 10px 30px rgba(0,0,0,0.02) !important;
  border: 1px solid #f2f2f2;
}

.wishlist-card.product-card-wrapper:hover {
  transform: translateY(-12px) !important;
  box-shadow: 0 30px 60px rgba(0,0,0,0.1) !important;
}

.wishlist-card .card__heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important; /* Slightly smaller for a "squeezed" look */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.wishlist-card img:hover {
  transform: scale(1.05); /* Subtle zoom effect inside the card */
}

.wishlist-drawer-footer{
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
}

/* drawer item entry animation */
.wishlist-drawer-item{
 opacity:0;
 transform:translateY(12px);
 animation:wishlistItemEnter .35s ease forwards;
}

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

.wishlist-drawer-item{
  position:relative;
  padding:10px 0;
}

/* Luxury separator */
.wishlist-drawer-item:not(:last-child)::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;

  width:100%;
  height:1px;

  background:linear-gradient(
    to right,
    transparent,
    rgba(0,0,0,0.08),
    transparent
  );
}

.wishlist-drawer-header{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:18px 16px;
  border-bottom:1px solid rgba(0,0,0,0.06);
}

/* Title */
.wishlist-drawer-header h3{
  margin:0;

  font-family:'Montserrat', sans-serif;
  font-size:15px;
  font-weight:600;

  letter-spacing:1.2px;
  text-transform:uppercase;

  color:#222;
}

/* Close button positioned right */
.wishlist-close-btn{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);

  border:none;
  background:none;

  font-size:20px;
  cursor:pointer;

  color:#888;
  transition:color .2s ease;
}

.wishlist-close-btn:hover{
  color:#000;
}

.product-card-wrapper,
.sp-luxury-container,
.wishlist-card {
  will-change: transform;
}

.product-card-wrapper:hover {
  transform: translateY(-12px) translateZ(0);
}

/* MODAL */
.sp-image-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.sp-image-modal.active {
  display: block;
}

.sp-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
}

.sp-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.sp-modal-content img {
  width: 100%;
  opacity: 0;
  transform: scale(0.96);
  transition: all 0.4s ease;
}

.sp-modal-content img.loaded {
  opacity: 1;
  transform: scale(1);
}

.sp-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 28px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

/* GLOBAL LOADER */
#sp-global-loader-wrapper {
  position: fixed;
  inset: 0;

  background: rgba(0,0,0,0.55);

  /* 🔥 BLUR EFFECT */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  z-index: 2147483646;

  display: none;
}

#sp-global-loader-wrapper.active {
  display: block;
}

.sp-loader-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
}

/* .sp-global-loader {
  position: fixed;
  top: 50%;
  left: 50%;

  width: 80px;
  height: 80px;

  margin-top: -40px;
  margin-left: -40px;

  border-radius: 50%;

  border: 5px solid rgba(255,255,255,0.2);
  border-top: 5px solid #D4AF37;

  animation: sp-spin 0.9s linear infinite;

  z-index: 2147483647;
  border-top: 6px solid #FFD700;
} 


.sp-global-loader::after {
  content: "";
  position: absolute;
  inset: 0;

  border-radius: 50%;

  box-shadow: 0 0 0 0 rgba(212,175,55,0.6);

  animation: sp-pulse 1.8s ease-out infinite !important;
}*/


@keyframes sp-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes sp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(212,175,55,0.6); }
  70%  { box-shadow: 0 0 0 30px rgba(212,175,55,0); }
  100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); }
}

#sp-global-loader-wrapper.active {
  display: block;
}


* OVERLAY */
#sp-global-loader-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);

  z-index: 2147483646;
  display: none;
}

#sp-global-loader-wrapper.active {
  display: block;
}

#sp-global-spinner {
  position: fixed;
  top: 50%;
  left: 50%;

  width: 80px;
  height: 80px;

  margin-top: -40px;
  margin-left: -40px;

  border-radius: 50%;

  border: 6px solid rgba(255,255,255,0.2);
  border-top: 6px solid #D4AF37;

  z-index: 2147483647;

  display: none;
}

/* ACTIVE STATE */
#sp-global-spinner.active {
  display: block;

  animation: sp-spin 0.9s linear infinite;

  /* 🔥 GOLD GLOW */
  box-shadow:
    0 0 15px rgba(212,175,55,0.6),
    0 0 30px rgba(212,175,55,0.4),
    0 0 60px rgba(212,175,55,0.2);
}







.sp-zoom-container {
  position: relative;
  overflow: hidden;  
}

.sp-zoom-container img {
  width: 100%;
  display: block;
  transition: transform 0.15s ease-out;
  transform-origin: center;
  cursor: zoom-in;
  user-select: none;
  touch-action: none;
}

.sp-card-actions {
  position: absolute;
  top: 12px;
  right: 12px;

  display: flex;
  gap: 10px;
}

.sp-icon {
  width: 18px;
  height: 18px;

  stroke: #c9a24c; /* gold */
  stroke-width: 1.5;

  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: all 0.25s ease;

    stroke-linecap: round;
  stroke-linejoin: round;
}

/* 🔥 specifically reduce check icon slightly */
.sp-icon-check .sp-icon {
  transform: scale(0.85);
}


.sp-icon-check {
  position: absolute;
  opacity: 0;
  transform: scale(0.5);
}

.sp-add-to-cart-btn.added .sp-icon-cart {
  opacity: 0;
  transform: scale(0.5);
}

.sp-add-to-cart-btn.added .sp-icon-check {
  opacity: 1;
  transform: scale(1);
}

.sp-add-to-cart-btn.added {
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}


/* loader hidden by default */
.sp-icon-loader {
  position: absolute;
  opacity: 0;
}

/* spinner animation */
.sp-icon-loader svg {
  width: 18px;
  height: 18px;

  stroke: #c9a24c;
  stroke-width: 3;
  fill: none;

  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

/* loading state */
.sp-add-to-cart-btn.loading .sp-icon-cart,
.sp-add-to-cart-btn.loading .sp-icon-check {
  opacity: 0;
}

.sp-add-to-cart-btn.loading .sp-icon-loader {
  opacity: 1;
}

/* added state already exists */

.sp-icon-cart,
.sp-icon-check,
.sp-icon-loader {
  position: absolute;
}

.sp-add-to-cart-btn span {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
}


.facets-container {
  border: 1px solid rgba(212, 175, 55, 0.25); /* soft gold */
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.6); /* very subtle lift */
}

.facets__heading {
  margin-bottom: 8px;
  font-weight: 500;
  color: #444;
}

.facets__disclosure {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 8px 0;
}


.sp-zoom-container,
.sp-zoom-container img {
  touch-action: none;   /* 🔥 disables browser zoom/scroll */
}

.sp-zoom-container,
#sp-modal-img {
  touch-action: none;
}




.sp-silkmark {
  font-style: italic;
  color: #c5a253;
  font-weight: 500;
  letter-spacing: 0.2px;
}