/** Shopify CDN: Minification failed

Line 1384:31 Unexpected "{"
Line 1384:40 Expected ":"
Line 1384:47 Unexpected "{"
Line 1385:4 Unexpected "{"
Line 1386:11 Expected ":"
Line 1390:2 Unexpected "{"

**/
:root {
  /* === Color System - "Fresh Petal" Palette === */
  /* Primary Accent Colors */
  --color-brand-accent: #E88B7F;
  --color-accent-dark: ##F6E62;
  --color-accent-light: #FFB4A8;

  /* Secondary & Neutral Colors */
  --color-brand-secondary: #2F4858;
  --color-bg-ivory: #FFFBF8;
  --color-bg-white: #FFFFFF;
  --color-text-primary: #1A1A1A;
  --color-text-body: #4A4A4A;
  --color-text-muted: #8B8B8B;
  --color-border-sand: #EBEBEB;

  /* === Alert Colors === */
  --color-error-bg: #fde8e8;
  --color-error-border: #eac6c6;
  --color-error-text: #a13d3d;
  --color-warning-bg: #fff8e1;
  --color-warning-border: #ffecb3;
  --color-warning-text: #8d6e00;

  /* === Typography - "Modern Romance" System === */
  --font-family-heading: 'Nunito', serif;  
  --font-family-body: 'Nunito', sans-serif;

  /* Fluid Type Scale - Optimized for Mobile */
  --fs-h1: clamp(2.8rem, 6vw + 1rem, 4.2rem);
  --fs-h2: clamp(2.2rem, 4.5vw + 1rem, 3.2rem);
  --fs-h3: clamp(1.8rem, 3.5vw + 0.8rem, 2.4rem);
  --fs-body: clamp(1.05rem, 1.2vw + 0.8rem, 1.15rem);
  --fs-small: clamp(0.9rem, 0.8vw + 0.6rem, 1rem);

  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;

  /* Improved Line Heights for Readability */
  --line-height-body: 1.7;
  --line-height-heading: 1.25;

  /* === Spacing === */
  --space-s: clamp(0.75rem, 1vw + 0.5rem, 1rem);
  --space-m: clamp(1.25rem, 2vw + 0.75rem, 1.75rem);
  --space-l: clamp(2rem, 4vw + 1rem, 3rem);
  --space-xl: clamp(3rem, 5vw + 1.5rem, 4.5rem);

  /* === Visual Effects === */
  --radius-card: 12px;
  --shadow-soft: 0 2px 12px rgba(0, 0, 0, 0.06);
  --shadow-hover: 0 12px 32px rgba(0, 0, 0, 0.12);
  --shadow-glow: 0 8px 20px rgba(232, 139, 127, 0.3);
  --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  --container-max: 1200px;
  --container-padding: var(--space-s);
}


/* ==================================================
   🪶 GLOBAL RESET
   ================================================== */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: var(--font-family-body);
  background-color: var(--color-bg-ivory);
  background: var(--color-bg-ivory);
  line-height: var(--line-height-body);
  font-size: 16px;
  color: var(--color-text-body);
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;

}

.global-media-settings {
  border-radius: var(--radius-card);
}

.color-background-1,
.gradient {
  background-color: #ffffff;
  background-image: none;
}

.rte p,
.rte li {
  font-family: var(--font-family-body);
  line-height: var(--line-height-body);
  font-size: 15px;
  margin: 0px;
  max-width: 65ch;
  color: var(--color-text-body);
}

/* === 🪶 TYPOGRAPHY SYSTEM === */
body,
.text-body,
p,
a,
span,
div,
li,
input,
textarea,
select {
  font-family: var(--font-family-body);
  letter-spacing: 0.01em;
  font-size: 15px;
}

/* === Headings === */
h1,
h2,
h3 {
  font-family: var(--font-family-heading);
  line-height: var(--line-height-heading);
  letter-spacing: 0.02em;

}

h1 {
  font-size: var(--fs-h1);
  font-weight: var(--fw-bold);
}

h2 {
  font-size: var(--fs-h2);
  font-weight: var(--fw-semibold);
}

h3,
h4,
h5,
h6 {
  font-size: var(--fs-h3);
  font-weight: var(--fw-regular);
}

.page-width,
.container {
  max-width: var(--container-max);
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  margin: 0 auto;
}




/* 🔹 Universal section padding (EXCLUDES header and announcement bar) */

.badge-section,
.footer__content-top {
  padding-top: var(--space-s);
  padding-bottom: var(--space-s);
}

.footer {
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
  background-color: #F7EAE3;
}

.shopify-section-group-header-group,
.announcement-bar-section,
header,
.top-info-bar, 
.top-info-bar1, .sbo-section {
  padding-top: 0 !important;
  padding-bottom: 0px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.top-info-bar,
.top-info-bar1 {
  padding-bottom: 0 !important;
}

/* ==================================================
   🌅 HERO / IMAGE BANNER
   ================================================== */
.image-banner,
.banner,
.hero {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  background-color: #f2eceb;
}

/* Enhanced gradient overlay for better text contrast */
.image-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.35) 100%);
  opacity: 0.6;
  pointer-events: none;
  /* Allows clicking through the overlay */
}

.banner__content,
.image-banner__content {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--color-bg-white);

}

.banner__heading,
.image-banner__heading {
  font-family: var(--font-family-heading);
  font-size: var(--fs-h1);
  font-weight: var(--fw-bold);
  color: var(--color-bg-white);
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.02em;
}

/* FIXED: Typo .image-banner__tex -> .image-banner__text */
.banner__text,
.image-banner__text,
div.banner_text.rte.subtitle {
  font-size: var(--fs-body);
  margin-top: var(--space-s);
  color: var(--color-bg-white);
  text-align: left;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* Enhanced CTA Button with Micro-Animations */
.image-banner__buttons .button {
  margin-top: var(--space-m);
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: var(--fw-semibold);
  background-color: var(--color-brand-accent);
  border-radius: var(--radius-card);
  transition: var(--transition-base);
  box-shadow: 0 4px 12px rgba(232, 139, 127, 0.2);
}

.image-banner__buttons .button:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: var(--shadow-glow);
  background-color: var(--color-accent-dark);
}

.image-banner__buttons .button:active {
  transform: translateY(-1px) scale(1.01);
}

/* Mobile Height Optimization - 15% reduction */
@media screen and (max-width: 767px) {

  .image-banner,
  .banner {
    min-height: 510px !important;
    max-height: 510px;
  }

  .banner__content,
  .image-banner__content {
    bottom: 80px;
    /* Ensure CTA is above fold */
  }

  .image-banner__buttons .button {
    min-width: 200px;
    padding: 0.9rem 2rem;
  }
}


/* ==================================================
   🛍 PRODUCT CARD STYLING
   ================================================== */


.full-unstyled-link {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* ===============================
   🌷 Product Description Preview
   =============================== */
.description-preview {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 130px;
  transition: max-height 0.8s ease;
}

.description-preview.expanded {
  -webkit-line-clamp: unset;
  max-height: 1000px;
}

.description-preview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  /* Check JS - if this should be visible, height needs to be >0px e.g. 40px */

  pointer-events: none;
  transition: opacity 0.3s ease;
}

.description-preview.expanded::after {
  opacity: 0;
}

/* ===============================
   🌼 "Show More" / "Show Less" Button
   =============================== */
#toggleDescBtn,
.button#toggleDescBtn {
  font-family: var(--font-family-body);
  font-weight: 600;
  font-size: 16px;
  color: #ba8a7f;
  background: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
  margin-left: -5px;
  letter-spacing: 0px;

  opacity: 0.9;
  /* FIXED: Added semicolon */
}




/* ==================================================
 * === V3.1 Testimonials (Third-Party App) Styling ===
 * ==================================================
*/


div.VtlsTestimonialBlock__Content {
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-border-sand);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.VtlsTestimonialBlock:hover div.VtlsTestimonialBlock__Content {
  box-shadow: var(--shadow-hover) !important;
  transform: translateY(-4px);
}

.VtlsTestimonialBlockStarShape svg path {
  fill: var(--color-brand-accent) !important;
}

vtls-expandable-text-testimonials.VtlsTestimonialBlockText {
  font-family: var(--font-family-body) !important;
  font-style: italic;
  color: var(--color-text-body) !important;
  line-height: var(--line-height-body);
  font-weight: var(--fw-regular);
  font-size: var(--fs-small);
}

div.VtlsTestimonialBlockAuthor__AuthorName {
  font-family: var(--font-family-body) !important;
  font-weight: var(--fw-semibold);
  font-size: var(--fs-small) !important;
  color: var(--color-text-primary) !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}





/* Mobile-first: Default styles for mobile */
/* --- UPDATED TRUST SIGNALS (Mobile & Desktop Balanced) --- */
/* ==================================================
   MOBILE TRUST SIGNALS (FINAL & CLEAN)
   Target: Mobile only (max-width: 767px)
   Result: Compact Rows, Icon Left, Text Right
   ================================================== */




/* =========================
   BUTTON SYSTEM
   ========================= */
.button,
.shopify-payment-button__button,
input[type="submit"],
button[type="submit"],
.cart__checkout-button,
.product-form__submit {
  background-color: var(--color-brand-accent, #ba8a7f);
  color: var(--color-bg-white, #ffffff);
  border: none;
  border-radius: var(--radius-card, 12px);
  padding: var(--space-s, 0.75rem) var(--space-m, 1.25rem);
  font-family: var(--font-family-body, 'Nunito', sans-serif);
  font-weight: var(--fw-semibold, 600);
  font-size: var(--fs-body, 1rem);
  transition: var(--transition-base, all 0.3s ease);
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0.3px;
}

.button:hover,
.shopify-payment-button__button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.cart__checkout-button:hover,
.product-form__submit:hover {
  background-color: var(--color-accent-dark, #b18c85);
  box-shadow: var(--shadow-hover, 0 8px 25px rgba(0, 0, 0, 0.08));
  transform: translateY(-2px);
}

.button:active,
.shopify-payment-button__button:active,
input[type="submit"]:active,
button[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.button:disabled,
.button[disabled],
input[type="submit"]:disabled,
button[type="submit"]:disabled {
  background-color: #EDE6E4;
  color: #9b9b9b;
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* === Secondary Button === */
button.button.button--secondary {
  background-color: transparent;
  color: var(--color-brand-accent, #ba8a7f);
  border: 2px solid var(--color-brand-accent, #ba8a7f);
  border-radius: var(--radius-card, 12px) !important;
  padding: calc(var(--space-s, 0.75rem) - 2px) calc(var(--space-m, 1.25rem) - 2px);
  font-family: var(--font-family-body, 'Nunito', sans-serif);
  font-weight: var(--fw-semibold, 600);
  font-size: var(--fs-body, 1rem);
  transition: var(--transition-base, all 0.3s ease);
  cursor: pointer;
  letter-spacing: 0.3px;
  margin-top: var(--space-s);
  /* consolidated */
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  /* consolidated */
}

button.button.button--secondary:hover {
  background-color: var(--color-brand-accent, #ba8a7f);
  color: var(--color-bg-white, #ffffff);
  border-color: var(--color-brand-accent, #ba8a7f);
  box-shadow: var(--shadow-hover, 0 8px 25px rgba(0, 0, 0, 0.08));
  transform: translateY(-2px);
}

button.button.button--secondary:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

button.button.button--secondary:disabled,
button.button.button--secondary[disabled] {
  background-color: transparent;
  color: var(--color-text-muted, #555555);
  border-color: var(--color-text-muted, #555555);
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.star-rating {
  color: #f6c100;
  font-size: 12px;
}

.top-info-bar1,
.info-item1 {
  font-size: 10px;
}

/* === Top info bar === */
.top-info-bar1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  padding: 8px 0;
  flex-wrap: wrap;
}

.top-info-bar1,
.info-item1 {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-text-muted);
  font-family: var(--font-family-body);
  font-weight: var(--fw-regular);
  font-size: 10px;
}

@media (max-width: 768px) {
  .top-info-bar1 {
    font-size: 10px;
  }
}

/* --- Header/Cart --- */
.header-wrapper {
  box-shadow: 0px 7px 13px -11px;
  position: relative;
  z-index: 20;
  background: #fff;
}






.utility-bar {
     background: #987777 !important;
  max-width: 100%;
  width: 100%;

}


.icon_icon-caret {
  display: none;
}

/* MOBILE TESTIMONIAL UPDATE: MAGAZINE OVERLAY (REFINED) */
@media screen and (max-width: 767px) {
  .VtlsCarousel {
    padding-bottom: 0 !important;
    /* This pulls the next section upwards. 
         If space remains, increase to -80px or -100px */
    margin-bottom: -100px !important;
    min-height: 0 !important;
  }

  /* 1. Constrain the Image Height */
  .VtlsTestimonialBlock__Media {
    height: 320px !important;
    overflow: hidden !important;
    border-radius: 12px 12px 0 0;
  }

  .VtlsTestimonialBlock__Media img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  /* 2. Pull the Text Box Up & Fix Spacing */
  .VtlsTestimonialBlock__Content {
    position: relative;
    z-index: 2;

    /* Positioning: Pulls box up over image */
    margin-top: -50px !important;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;

    /* Visual Polish */
    background-color: #ffffff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid var(--color-border-sand, #e5e5e5) !important;
    /* Fallback color added */
    border-radius: 8px !important;
    /* Adds slight curve to text box corners */

    /* --- SPACING ADJUSTMENTS --- */
    height: auto !important;
    /* Forces box to shrink to fit text */
    min-height: unset !important;
    /* Removes any minimum height forcing gaps */
    padding: 1.5rem !important;

    /* Flexbox to control gap between Stars, Text, and Author */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 0.75rem !important;
  }

  /* 3. Text Clean up */
  .VtlsTestimonialBlockText {
    margin-bottom: 0 !important;
  }
}

/* ==================================================
   FOOTER BOTTOM: COMPACT & CLEAN
   ================================================== */
@media screen and (max-width: 767px) {

  /* 1. Tighten the Container */
  .footer__content-bottom {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    border-top: 1px solid rgba(186, 138, 127, 0.15) !important;
    /* Subtle rose gold line separator */
  }

  .footer__content-bottom-wrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    /* Space between Social icons and Copyright */
  }

  /* 2. Fix the Policy Links (Privacy, Terms, etc.) */
  /* This forces the vertical list to become a horizontal cluster */
  .footer__content-bottom .policies,
  .footer__content-bottom ul {
    display: flex !important;
    flex-wrap: wrap !important;
    /* Allows items to wrap nicely to the next line */
    justify-content: center !important;
    align-items: center !important;
    gap: 10px 15px !important;
    /* 10px vertical gap, 15px horizontal gap */
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  /* 3. Target the specific list items */
  .footer__content-bottom li {
    display: inline-block !important;
    width: auto !important;
    /* Stops them from taking full width */
    margin: 0 !important;
    padding: 0;
  }

  /* 4. Style the Links (Make them neat and accessible) */
  .footer__content-bottom a {
    font-family: 'Nunito', sans-serif !important;
    font-size: 13px !important;
    /* Increased for readability */
    color: #555555 !important;
    text-transform: capitalize !important;
    /* Easier to read than uppercase */
    letter-spacing: 0.3px !important;
    text-decoration: none !important;
    opacity: 1;
    padding: 8px 10px !important;
    /* Larger tap targets */
    display: inline-block !important;
    /* Required for padding to work */
  }

  /* 5. Hide those awkward stacking dots */
  /* If the dots are created by pseudo-elements, this hides them */
  .footer__content-bottom li::before,
  .footer__content-bottom li::after {
    display: none !important;
  }

  /* 6. Copyright Text Polish */
  .footer__copyright {
    margin-top: 0 !important;
    font-size: 12px !important;
    color: #594951 !important;
    /* Your brand secondary color */
    padding: 0;
  }
}

/* ==================================================
   FOOTER: TIGHTEN VERTICAL GAPS
   ================================================== */
@media screen and (max-width: 767px) {
  .footer__content-top {
    padding-bottom: 0 !important;
    /* Reduces space below the main links */
  }

  .footer__list-social {
    margin-bottom: 15px !important;
    /* Pulls the divider line closer to icons */
    padding: 0;
  }

  .footer__content-bottom {
    padding-top: 15px !important;
    /* Pulls the copyright closer to the line */
    padding: 0;
  }
}




/* Prevent horizontal shaking on mobile */
html,
body {
  overflow-x: hidden !important;
  position: relative;
}

svg.icon.icon-remove {
  color: #999999;
}

/* ==============================================
   🚀 CRO UPDATE: PRODUCT PAGE ADD-TO-CART
   Priority: High | Device: Mobile First
   ============================================== */

/* 1. BRAND COLORS (High Contrast) */
:root {
  --color-brand-accent: #9B5A4F !important;
  /* Rosewood: W3C Compliant Contrast */
  --color-accent-dark: #8C4E43 !important;
  /* Hover State */
}

/* 2. BUTTON DIMENSIONS & TYPOGRAPHY */
.product-form__submit,
.cart__checkout-button {
  width: 100% !important;
  /* Full width of container for max visibility */
  max-width: 400px;
  /* Prevents it from looking huge on desktop */
  height: 54px !important;
  /* Optimal touch target size (48px+) */
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  /* Boldest weight */
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  /* Increases urgency */
  border-radius: 10px !important;
  transition: none !important;
  /* Instant interaction, no lag */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  /* Subtle lift */
}

/* --- ADD-ONS SECTION CLEANUP --- */

/* * MOD: Tighten the spacing and normalize typography for a cleaner, faster read.
 * Reduces the visual weight of the add-on title and clarifies its purpose.
 */
h3.inline-richtext {
  font-size: 14px !important;
  /* Smaller, less intrusive heading */
  color: var(--color-text-body) !important;
  margin-bottom: 8px !important;
}


/* ==============================================
   💎 CRO UPDATE: PREMIUM SVG TOGGLE
   Style: Text Link + SVG Chevron Icon
   ============================================== */

#toggleDescBtn,
.button#toggleDescBtn {
  /* 1. TEXT STYLING */
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 12px !important;

  color: var(--color-brand-accent) !important;
  font-family: var(--font-family-body) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: capitalize !important;

  /* Editorial Underline Style */
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1.5px !important;

  /* Flexbox para pantay ang Text at Icon */
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  /* Space between text and arrow */
  cursor: pointer !important;
}

/* 2. THE SVG ICON (Encoded in CSS) */
#toggleDescBtn::after {
  content: "" !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;

  /* SVG Code: Chevron Down (Color: #9B5A4F) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239B5A4F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;

  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;

  /* Animation setup */
  transition: transform 0.2s ease !important;
}

/* 3. MICRO-INTERACTION (Hover Animation) */
#toggleDescBtn:hover {
  color: var(--color-accent-dark) !important;
  text-decoration-thickness: 2px !important;
}

#toggleDescBtn:hover::after {
  transform: translateY(3px) !important;
  /* Gumagalaw pababa ang arrow pag tinutok */
}

/* ==================================================
   SOLID "SHOW MORE" BUTTON
   Goal: Increase click-through rate by making the CTA pop
   ================================================== */

/* Target the specific element for Show More */
collection-show-more .button,
/* Target generic secondary buttons that usually look like outlines */
.button.button--secondary {
  background-color: var(--color-brand-accent) !important;
  /* Rose Gold Background */
  color: #ffffff !important;
  /* White Text */
  border: none !important;
  /* Alisin ang outline border */

  font-weight: 700 !important;
  /* Bold text */
  letter-spacing: 0px;
  text-transform: uppercase;

  /* Lagyan ng konting shadow para umangat */
  box-shadow: 0 4px 10px rgba(186, 138, 127, 0.3) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover Effect (Optional for Desktop) */
collection-show-more .button:hover,
.button.button--secondary:hover {
  background-color: var(--color-accent-dark) !important;
  /* Mas dark pag tinutok */
  transform: translateY(-2px);
  /* Aangat ng konti */
  box-shadow: 0 6px 14px rgba(186, 138, 127, 0.4) !important;
}

/* ==================================================
   TRUST SIGNALS / MULTICOLUMN OVERRIDE (FRESH START)
   ================================================== */

/* --- 1. GLOBAL CARD STYLE (Applies to both Mobile & Desktop) --- */
.multicolumn-card,
div.multicolumn-card {
  /* Gawing magkatabi ang Icon at Text (Row) */
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  /* Gitna ang vertical alignment */
  justify-content: flex-start !important;
  text-align: center !important;

  /* Gaya ng nasa image (Light Gray Background & Rounded) */

  border: none !important;
  /* Walang border base sa image */
  border-radius: 12px !important;
  /* Mas rounded na corners */
  padding: 20px !important;
  box-shadow: none !important;
  /* Walang shadow o very subtle lang */
  margin-bottom: 0 !important;
  height: 100% !important;
  /* Pantay ang height */


}


/* --- 2. ICON STYLING (Fixed Size & Left Side) --- */
.multicolumn-card__image-wrapper {
  width: 80px !important;
  /* Fixed size ng icon */
  flex: 0 0 80px !important;
  /* Huwag hayaang lumaki o lumit */
  margin: 0 20px 0 0 !important;
  /* Space sa kanan ng icon */
}

.multicolumn-card__image-wrapper img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* --- 3. TEXT STYLING --- */
.multicolumn-card__info {
  padding: 0 !important;
  flex: 1 !important;
  /* Sakupin ang natitirang space */
}

/* Title (e.g., Fast Delivery) */
.multicolumn-card__info h3.inline-richtext {
  display: block !important;
  /* Siguraduhing nakikita */
  font-size: 16px !important;
  font-weight: 700 !important;
  /* Bold */
  margin: 0 0 4px 0 !important;
  /* Konting space sa baba */
  color: #121212 !important;
  /* Dark text */
  letter-spacing: 0 !important;

}

/* Description text */
.multicolumn-card__info p,
.multicolumn-card__info .rte {
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  color: #594951 !important;
  /* Grayish text para sa description */
  width: 100%;
}

/* --- 4. LAYOUT ADJUSTMENTS --- */
/* Siguraduhing vertical stack ang itsura sa list kung gusto mo dikit-dikit (Optional) */
.multicolumn-list {
  gap: 16px !important;
  /* Space between cards */
}

/* Siguraduhin na pantay ang lapad ng cards */
.multicolumn-list__item,
.multicolumn-card {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Ayusin ang padding para hindi dikit masyado sa gilid pero pantay */
.multicolumn-card__info {
  padding-right: 16px !important;
  /* Space sa kanan para hindi sagad */
  text-align: left !important;
  /* Standard clean reading style */
}

/* --- GLOBAL STYLES (Mobile & Desktop) --- */

/* 1. Base Card Style */
.card-wrapper {
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  /* Tamang curve */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  /* Light shadow */
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  /* Smooth transition */
}

/* 2. Compact Spacing (Para wala masyadong puti sa ilalim) */
.card__content {
  padding: 10px !important;
  /* Siksik pero malinis */
  text-align: center;
}

/* 3. Typography */
.card__heading {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #2a2a2a !important;
  margin-bottom: 4px !important;
  /* Dikit sa price */
  line-height: 1.3;
}

.price-item,
.price {
  font-weight: 600 !important;
  color: #3f3f3f !important;
  /* Rose/Red theme */
  font-size: 14px !important;
}

/* Tanggalin ang extra space sa ilalim ng price */
.card-information {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* --- DESKTOP ONLY (Min-width: 768px) --- */
/* Dito lang gagana ang Hover/Animation para hindi magulo sa cellphone */
@media screen and (min-width: 768px) {
  .card-wrapper:hover {
    transform: translateY(-4px) !important;
    /* Aangat lang sa computer */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    border-color: #ba8a7f !important;
  }
}

/* --- MOBILE ONLY ADJUSTMENTS (Max-width: 767px) --- */
@media screen and (max-width: 767px) {
  .card__content {
    padding: 8px !important;
    /* Mas maliit na padding sa cellphone para maximize ang screen */
  }

  .card__heading {
    font-size: 14px !important;
    /* Slightly smaller text para di sumakop ng 2 lines */
  }
}

s.price-item--regular,
.price__sale s.price-item--regular {
  color: #9d9b9d !important;
  /* Gray: Para background info lang siya */
  font-size: 13px !important;
  text-decoration: line-through !important;
  opacity: 0.7;
}

.price-item--sale {
  font-size: 16px !important;
  /* Lakihan ng konti */
  color: var(--color-brand-accent, #ba8a7f) !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}

.price__regular .price-item--regular {
  font-size: 16px !important;
  /* Lakihan ng konti */
  color: var(--color-brand-accent, #ba8a7f) !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}

/* === CRO: Description Spacing Fix === */
.product-description strong,
.rte strong {
  display: block;
  /* Forces the bold text to own its line */
  margin-top: 24px;
  /* Adds breathing room above headers like 'Size:' */
  margin-bottom: 8px;
  /* Slight space between header and content */
  color: var(--color-text-primary);
  font-weight: 700;
}

.product-description ul,
.rte ul {
  margin-bottom: 16px;
  /* Consistent spacing after lists */
  padding-left: 20px;
  /* Ensures standard indentation */
}

/* Fix for paragraph text size */
.product-description p,
.rte p {
  margin-bottom: 12px;
  font-size: 16px;
  /* Optimal mobile reading size */
  line-height: 1.6;
  /* Better scanability */
}

/* General section spacing - conversion optimized */
 
@media screen and (min-width: 750px) {
  .multicolumn-list {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 2rem !important;
  }

  .multicolumn-list__item {
    flex: 0 1 auto !important;
    max-width: 300px !important;
  }
}

/* --- Mobile View Optimization (flowercart.store) --- */

@media screen and (max-width: 768px) {

  /* 1. Hero Banner Optimization */
  [id*="image_banner"] .banner__media::before,
  [id*="image_banner"] .banner__content::before {
    padding-bottom: 80% !important;
    /* Reduced height from typical square/portrait */
  }

  [id*="image_banner"] .banner__content {
    padding-bottom: 2rem;
    /* Ensure CTA is visible */
  }

  /* 2. Product / Category Flow */
  /* Remove spacing between Hero and Featured Collection */
  [id*="image_banner"] {
    margin-bottom: 0 !important;
  }


}

/* Mobile Layout & Typography Overrides (Revised) */
/* Breakdown:
   1. Typography Hierarchy: Uses rem units for responsiveness.
   2. Buttons: 44px+ touch targets using rem.
   3. Spacing: 24px global section padding, tighter for dense grids.
   4. Readability: Scoped word-break fixes.
*/

@media screen and (max-width: 768px) {

  /* -------------------------
     1. Global Typography (rem based)
     ------------------------- */

  /* Body text base size: 16px (approx 16px) */
  body,
  .body,
  .rte {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  /* Headings Hierarchy */
  h1,
  .h1,
  .banner__heading {
    font-size: 28px !important;
    /* ~28px */
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
    /* ~12px */
  }

  h2,
  .h2,
  .title
  {
    font-size: 24px !important;
    /* ~24px */
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
    /* ~16px */
  }

  h3,
  .h3,
  .card__heading {
    font-size: 18px !important;
    /* ~18px */
    line-height: 1.4 !important;
  }

  /* -------------------------
     2. Buttons & Inputs
     ------------------------- */

  .button,
  .btn,
  .shopify-payment-button__button {
    min-height: 48px !important;
    /* ~48px */
    font-size: 16px !important;
    padding: 12px 24px !important;
    /* ~12px 24px */
  }





  /* Hero/Banner optimizations */
  .banner__content {
    padding: 40px 16px !important;
    /* ~40px 16px */
    min-height: auto !important;
  }

  .banner__media {
    min-height: 250px !important;
    /* ~250px */
  }

  /* -------------------------
     4. Product Grid
     ------------------------- */



  .card-wrapper {
    margin-bottom: 0 !important;
  }

  /* Price styling for readability */
  .price {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  /* -------------------------
     5. Specific Readability Fixes
     ------------------------- */

  /* Fix testimonial text wrapping - Scoped strictly */
  .testimonial-card__text,
  .quote-text,
  .multicolumn-card__info .rte {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
    max-width: 100% !important;
  }

  /* Footer mobile toggle spacing */
  .footer-block__heading {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}





[id*="image_banner"] .banner__media::before,
[id*="image_banner"] .banner__content::before {
  padding-bottom: 80% !important;
}





/* === Hero Banner Updates === */
.banner__buttons .button--primary {
  background-color: var(--color-brand-secondary) !important;
  /* Dark Brown/Purple */
  color: #ffffff !important;
  border: none !important;
  border-radius: var(--radius-card, 12px) !important;
  font-weight: 700 !important;
  padding: 12px 32px !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner__buttons .button--primary:hover {
  background-color: var(--color-brand-accent) !important;
  /* Lighter Accent */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.banner__heading {
  color: var(--color-brand-secondary) !important;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.5);
  /* Halo effect for readability */
}

.banner__text {
  color: var(--color-text-primary) !important;
  font-weight: 600 !important;
  font-size: 1.2em !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

/* Improve mobile readability for product cards */
@media screen and (max-width: 749px) {

  /* Make product titles more prominent */
  .card__heading {
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
  }

  /* Emphasize the Sale Price */
  .price-item--sale {
    color: #b05d5d !important;
    /* A soft floral red/pink */
    font-weight: 700 !important;
    font-size: 1.2rem;
  }

  /* Reduce excessive padding to show more product */
  .card__content {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
  }
}

div#gift-finder-template--18453732196539__gift_finder_JU8gHe,
#gift-finder-,   #gift-finder-{{ section.id }} {
    {
    section.id
  }
}

  {
  padding: 0rem !important;
  margin: 0px !important;

}

.gf-button {
  border: 0.8px solid;
  border-radius: 50px;
  padding: 5px !important;
}

@media screen and (max-width: 749px) {

  /* Make product titles more prominent - ALL COLLECTIONS */
  .card__heading {
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
  }

  /* Emphasize the Sale Price - ALL COLLECTIONS */
  .price-item--sale {
    color: #b05d5d !important;
    /* Soft floral red/pink */
    font-weight: 700 !important;
    font-size: 1.2rem !important;
  }

  /* Reduce excessive padding - ALL COLLECTIONS */
  .card__content {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
  }

  /* Optional: Regular price styling for consistency */
  .price-item--regular {
    font-size: 1rem !important;
    opacity: 0.8 !important;
  }
}

@media screen and (max-width: 749px) {

  /* Reduce Featured Collection section padding */
  .section-template--18453732196539__featured_collection_E8wYd7 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /* Reduce container padding inside */
  .featured-collection .page-width {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}
  :root {
    /* === Color System === */
    --color-brand-accent:  #9F6E62;
    --color-accent-dark:  #8f6358;
    --color-brand-secondary: #594951;
    --color-bg-ivory: #fff9f8;
    --color-bg-white: #ffffff;
    --color-text-primary: #2f2f2f;
    --color-text-body: #3b3b3b;
    --color-text-muted: #7b7b7b;
    --color-border-sand: rgb(235, 235, 235);

    /* === Alert Colors === */
    --color-error-bg: #fde8e8;
    --color-error-border: #eac6c6;
    --color-error-text: #a13d3d;
    --color-warning-bg: #fff8e1;
    --color-warning-border: #ffecb3;
    --color-warning-text: #8d6e00;

    /* === Typography === */
    --font-family-heading: 'Nunito', serif;
    --font-family-body: 'Nunito', sans-serif;

    --fs-h1: clamp(2.4rem, 5vw + 1rem, 3.4rem);
    --fs-h2: clamp(1.9rem, 4vw + 1rem, 2.6rem);
    --fs-h3: clamp(1.5rem, 3vw + 0.8rem, 1.9rem);
    --fs-body: clamp(1rem, 1vw + 0.75rem, 1.125rem);
    --fs-small: clamp(0.875rem, 0.5vw + 0.5rem, 0.95rem);

    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;

    --line-height-body: 1.6;
    --line-height-heading: 1.25;

    /* === Spacing === */
    --space-s: clamp(0.75rem, 1vw + 0.5rem, 1rem);
    --space-m: clamp(1.25rem, 2vw + 0.75rem, 1.75rem);
    --space-l: clamp(2rem, 4vw + 1rem, 3rem);
    --space-xl: clamp(3rem, 5vw + 1.5rem, 4.5rem);
    /* Added for footer usage */

    --radius-card: 8px;
    --shadow-soft: 0 4px 12px rgba(0, 0, 0, 0.05);
    /* Added definition used in code */
    --shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.08);
    --transition-base: all 0.3s ease;

    --container-max: 1200px;
    --container-padding: var(--space-s);
  }


  /* ==================================================
   🪶 GLOBAL RESET
   ================================================== */
  html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
  }

  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }

  body {
    margin: 0;
    font-family: var(--font-family-body);
    background-color: var(--color-bg-ivory);
    background: var(--color-bg-ivory);
    line-height: var(--line-height-body);
    font-size: 16px;
    color: var(--color-text-body);
    letter-spacing: 0.3px;
    -webkit-font-smoothing: antialiased;

  }

  .global-media-settings {
    border-radius: var(--radius-card);
  }

  .color-background-1,
  .gradient {
    background-color: #ffffff;
    background-image: none;
  }

  .rte p,
  .rte li {
    font-family: var(--font-family-body);
    line-height: var(--line-height-body);
    font-size: 15px;
    margin: 0px;
    max-width: 65ch;
    color: var(--color-text-body);
  }

  /* === 🪶 TYPOGRAPHY SYSTEM === */
  body,
  .text-body,
  p,
  a,
  span,
  div,
  li,
  input,
  textarea,
  select {
    font-family: var(--font-family-body);
    letter-spacing: 0.01em;
    font-size: 15px;
  }

  /* === Headings === */
  h1,
  h2,
  h3 {
    font-family: var(--font-family-heading);
    line-height: var(--line-height-heading);
    letter-spacing: 0.02em;

  }

  h1 {
    font-size: var(--fs-h1);
    font-weight: var(--fw-bold);
  }

  h2 {
    font-size: var(--fs-h2);
    font-weight: var(--fw-semibold);
  }

  h3,
  h4,
  h5,
  h6 {
    font-size: var(--fs-h3);
    font-weight: var(--fw-regular);
  }

  .page-width,
  .container {
    max-width: var(--container-max);
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    margin: 0 auto;
  }




  /* 🔹 Universal section padding (EXCLUDES header and announcement bar) */

  .badge-section,
  .footer__content-top {
    padding-top: var(--space-s);
    padding-bottom: var(--space-s);
  }

  .footer {
    padding-top: var(--space-l);
    padding-bottom: var(--space-l);
    background-color: #F7EAE3;
  }

  .shopify-section-group-header-group,
  .announcement-bar-section,
  header,
  .top-info-bar,
  .top-info-bar1 {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .top-info-bar,
  .top-info-bar1 {
    padding-bottom: 0 !important;
  }

  /* ==================================================
   🌅 HERO / IMAGE BANNER
   ================================================== */
  .image-banner,
  .banner,
  .hero {
    position: relative;
    border-radius: var(--radius-card);
    overflow: hidden;
    background-color: #f2eceb;
  }

  .image-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.1) 100%);
    opacity: 0.3;
    pointer-events: none;
    /* Allows clicking through the overlay */
  }

  .banner__content,
  .image-banner__content {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--color-bg-white);

  }

  .banner__heading,
  .image-banner__heading {
    font-family: var(--font-family-heading);
    font-size: var(--fs-h1);
    font-weight: var(--fw-medium);
    color: var(--color-bg-white);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  }

  /* FIXED: Typo .image-banner__tex -> .image-banner__text */
  .banner__text,
  .image-banner__text,
  div.banner_text.rte.subtitle {
    font-size: var(--fs-body);
    margin-top: var(--space-s);
    color: var(--color-bg-white);
    text-align: left;
  }


  .image-banner__buttons .button {
    margin-top: var(--space-m);
  }


  /* ==================================================
   🛍 PRODUCT CARD STYLING
   ================================================== */


  .full-unstyled-link {
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  /* ===============================
   🌷 Product Description Preview
   =============================== */
  .description-preview {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 150px;
    transition: max-height 0.8s ease;
  }

  .description-preview.expanded {
    -webkit-line-clamp: unset;
    max-height: 1000px;
  }

  .description-preview::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    /* Check JS - if this should be visible, height needs to be >0px e.g. 40px */

    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .description-preview.expanded::after {
    opacity: 0;
  }

  /* ===============================
   🌼 "Show More" / "Show Less" Button
   =============================== */
  #toggleDescBtn,
  .button#toggleDescBtn {
    font-family: var(--font-family-body);
    font-weight: 600;
    font-size: 13px;
    color: #E89DB1 !important;
    background: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s ease;
    margin-left: -1px;
    letter-spacing: 0px;
 margin-bottom: 8px ;
    opacity: 0.9;
    /* FIXED: Added semicolon */
  }




  /* ==================================================
 * === V3.1 Testimonials (Third-Party App) Styling ===
 * ==================================================
*/


  div.VtlsTestimonialBlock__Content {
    background-color: var(--color-bg-white);
    border: 1px solid var(--color-border-sand);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-soft);
  }

  .VtlsTestimonialBlock:hover div.VtlsTestimonialBlock__Content {
    box-shadow: var(--shadow-hover) !important;
    transform: translateY(-4px);
  }

  .VtlsTestimonialBlockStarShape svg path {
    fill: var(--color-brand-accent) !important;
  }

  vtls-expandable-text-testimonials.VtlsTestimonialBlockText {
    font-family: var(--font-family-body) !important;
    font-style: italic;
    color: var(--color-text-body) !important;
    line-height: var(--line-height-body);
    font-weight: var(--fw-regular);
    font-size: var(--fs-small);
  }

  div.VtlsTestimonialBlockAuthor__AuthorName {
    font-family: var(--font-family-body) !important;
    font-weight: var(--fw-semibold);
    font-size: var(--fs-small) !important;
    color: var(--color-text-primary) !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }





  /* Mobile-first: Default styles for mobile */
  /* --- UPDATED TRUST SIGNALS (Mobile & Desktop Balanced) --- */
  /* ==================================================
   MOBILE TRUST SIGNALS (FINAL & CLEAN)
   Target: Mobile only (max-width: 767px)
   Result: Compact Rows, Icon Left, Text Right
   ================================================== */




  /* =========================
   BUTTON SYSTEM
   ========================= */
  .button,
  .shopify-payment-button__button,
  input[type="submit"],
  button[type="submit"],
  .cart__checkout-button,
  .product-form__submit {
    background-color: var(--color-brand-accent, #ba8a7f);
    color: var(--color-bg-white, #ffffff);
    border: none;
    border-radius: var(--radius-card, 12px);
    padding: var(--space-s, 0.75rem) var(--space-m, 1.25rem);
    font-family: var(--font-family-body, 'Nunito', sans-serif);
    font-weight: var(--fw-semibold, 600);
    font-size: var(--fs-body, 1rem);
    transition: var(--transition-base, all 0.3s ease);
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0.3px;
  }

  .button:hover,
  .shopify-payment-button__button:hover,
  input[type="submit"]:hover,
  button[type="submit"]:hover,
  .cart__checkout-button:hover,
  .product-form__submit:hover {
    background-color: var(--color-accent-dark, #b18c85);
    box-shadow: var(--shadow-hover, 0 8px 25px rgba(0, 0, 0, 0.08));
    transform: translateY(-2px);
  }

  .button:active,
  .shopify-payment-button__button:active,
  input[type="submit"]:active,
  button[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  }

  .button:disabled,
  .button[disabled],
  input[type="submit"]:disabled,
  button[type="submit"]:disabled {
    background-color: #EDE6E4;
    color: #9b9b9b;
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
  }

  /* === Secondary Button === */
  button.button.button--secondary {
    background-color: transparent;
    color: var(--color-brand-accent, #ba8a7f);
    border: 2px solid var(--color-brand-accent, #ba8a7f);
    border-radius: var(--radius-card, 12px) !important;
    padding: calc(var(--space-s, 0.75rem) - 2px) calc(var(--space-m, 1.25rem) - 2px);
    font-family: var(--font-family-body, 'Nunito', sans-serif);
    font-weight: var(--fw-semibold, 600);
    font-size: var(--fs-body, 1rem);
    transition: var(--transition-base, all 0.3s ease);
    cursor: pointer;
    letter-spacing: 0.3px;
    margin-top: var(--space-s);
    /* consolidated */
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    /* consolidated */
  }

  button.button.button--secondary:hover {
    background-color: var(--color-brand-accent, #ba8a7f);
    color: var(--color-bg-white, #ffffff);
    border-color: var(--color-brand-accent, #ba8a7f);
    box-shadow: var(--shadow-hover, 0 8px 25px rgba(0, 0, 0, 0.08));
    transform: translateY(-2px);
  }

  button.button.button--secondary:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  }

  button.button.button--secondary:disabled,
  button.button.button--secondary[disabled] {
    background-color: transparent;
    color: var(--color-text-muted, #555555);
    border-color: var(--color-text-muted, #555555);
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
  }

  .star-rating {
    color: #f6c100;
    font-size: 12px;
  }

  .top-info-bar1,
  .info-item1 {
    font-size: 10px;
  }

  /* === Top info bar === */
  .top-info-bar1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    padding: 8px 0;
    flex-wrap: wrap;
  }

  .top-info-bar1,
  .info-item1 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-text-muted);
    font-family: var(--font-family-body);
    font-weight: var(--fw-regular);
    font-size: 10px;
  }

  @media (max-width: 768px) {
    .top-info-bar1 {
      font-size: 10px;
    }
  }

  /* --- Header/Cart --- */
  .header-wrapper {
    box-shadow: 0px 7px 13px -11px;
    position: relative;
    z-index: 20;
    background: #fff;
  }

 



  .utility-bar {
    background:  #987777  !important;
    max-width: 100%;
    width: 100%;
  }

  .icon_icon-caret {
    display: none;
  }

  /* MOBILE TESTIMONIAL UPDATE: MAGAZINE OVERLAY (REFINED) */
  @media screen and (max-width: 767px) {
    .VtlsCarousel {
      padding-bottom: 0 !important;
      /* This pulls the next section upwards. 
         If space remains, increase to -80px or -100px */
      margin-bottom: -100px !important;
      min-height: 0 !important;
    }

    /* 1. Constrain the Image Height */
    .VtlsTestimonialBlock__Media {
      height: 320px !important;
      overflow: hidden !important;
      border-radius: 12px 12px 0 0;
    }

    .VtlsTestimonialBlock__Media img {
      height: 100% !important;
      width: 100% !important;
      object-fit: cover !important;
    }

    /* 2. Pull the Text Box Up & Fix Spacing */
    .VtlsTestimonialBlock__Content {
      position: relative;
      z-index: 2;

      /* Positioning: Pulls box up over image */
      margin-top: -50px !important;
      width: 90% !important;
      margin-left: auto !important;
      margin-right: auto !important;

      /* Visual Polish */
      background-color: #ffffff !important;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
      border: 1px solid var(--color-border-sand, #e5e5e5) !important;
      /* Fallback color added */
      border-radius: 8px !important;
      /* Adds slight curve to text box corners */

      /* --- SPACING ADJUSTMENTS --- */
      height: auto !important;
      /* Forces box to shrink to fit text */
      min-height: unset !important;
      /* Removes any minimum height forcing gaps */
      padding: 1.5rem !important;

      /* Flexbox to control gap between Stars, Text, and Author */
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      gap: 0.75rem !important;
    }

    /* 3. Text Clean up */
    .VtlsTestimonialBlockText {
      margin-bottom: 0 !important;
    }
  }

  /* ==================================================
   FOOTER BOTTOM: COMPACT & CLEAN
   ================================================== */
  @media screen and (max-width: 767px) {

    /* 1. Tighten the Container */
    .footer__content-bottom {
      padding-top: 20px !important;
      padding-bottom: 30px !important;
      border-top: 1px solid rgba(186, 138, 127, 0.15) !important;
      /* Subtle rose gold line separator */
    }

    .footer__content-bottom-wrapper {
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      gap: 15px !important;
      /* Space between Social icons and Copyright */
    }

    /* 2. Fix the Policy Links (Privacy, Terms, etc.) */
    /* This forces the vertical list to become a horizontal cluster */
    .footer__content-bottom .policies,
    .footer__content-bottom ul {
      display: flex !important;
      flex-wrap: wrap !important;
      /* Allows items to wrap nicely to the next line */
      justify-content: center !important;
      align-items: center !important;
      gap: 10px 15px !important;
      /* 10px vertical gap, 15px horizontal gap */
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
    }

    /* 3. Target the specific list items */
    .footer__content-bottom li {
      display: inline-block !important;
      width: auto !important;
      /* Stops them from taking full width */
      margin: 0 !important;
      padding: 0;
    }

    /* 4. Style the Links (Make them neat and accessible) */
    .footer__content-bottom a {
      font-family: 'Nunito', sans-serif !important;
      font-size: 13px !important;
      /* Increased for readability */
      color: #555555 !important;
      text-transform: capitalize !important;
      /* Easier to read than uppercase */
      letter-spacing: 0.3px !important;
      text-decoration: none !important;
      opacity: 1;
      padding: 8px 10px !important;
      /* Larger tap targets */
      display: inline-block !important;
      /* Required for padding to work */
    }

    /* 5. Hide those awkward stacking dots */
    /* If the dots are created by pseudo-elements, this hides them */
    .footer__content-bottom li::before,
    .footer__content-bottom li::after {
      display: none !important;
    }

    /* 6. Copyright Text Polish */
    .footer__copyright {
      margin-top: 0 !important;
      font-size: 12px !important;
      color: #594951 !important;
      /* Your brand secondary color */
      padding: 0;
    }
  }

  /* ==================================================
   FOOTER: TIGHTEN VERTICAL GAPS
   ================================================== */
  @media screen and (max-width: 767px) {
    .footer__content-top {
      padding-bottom: 0 !important;
      /* Reduces space below the main links */
    }

    .footer__list-social {
      margin-bottom: 15px !important;
      /* Pulls the divider line closer to icons */
      padding: 0;
    }

    .footer__content-bottom {
      padding-top: 15px !important;
      /* Pulls the copyright closer to the line */
      padding: 0;
    }
  }



/* Prevent horizontal shaking on mobile */
html,
body {
  overflow-x: hidden !important;
  position: relative;
}

svg.icon.icon-remove {
  color: #999999;
}

/* ==============================================
   🚀 CRO UPDATE: PRODUCT PAGE ADD-TO-CART
   Priority: High | Device: Mobile First
   ============================================== */

/* 1. BRAND COLORS (High Contrast) */
:root {
  --color-brand-accent: #9F6E62 !important;
  /* Rosewood: W3C Compliant Contrast */
  --color-accent-dark: #8C4E43 !important;
  /* Hover State */
}

/* 2. BUTTON DIMENSIONS & TYPOGRAPHY */
.product-form__submit,
.cart__checkout-button {
  width: 100% !important;
  /* Full width of container for max visibility */
  max-width: 400px;
  /* Prevents it from looking huge on desktop */
  height: 54px !important;
  /* Optimal touch target size (48px+) */
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  /* Boldest weight */
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  /* Increases urgency */
  border-radius: 10px !important;
  transition: none !important;
  /* Instant interaction, no lag */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  /* Subtle lift */
}

/* --- ADD-ONS SECTION CLEANUP --- */

/* * MOD: Tighten the spacing and normalize typography for a cleaner, faster read.
 * Reduces the visual weight of the add-on title and clarifies its purpose.
 */
h3.inline-richtext {
  font-size: 14px !important;
  /* Smaller, less intrusive heading */
  color: var(--color-text-body) !important;
  margin-bottom: 8px !important;
}



/* ==============================================
   💎 CRO UPDATE: PREMIUM SVG TOGGLE
   Style: Text Link + SVG Chevron Icon
   ============================================== */

#toggleDescBtn,
.button#toggleDescBtn {
  /* 1. TEXT STYLING */
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 5px !important;
letter-spacing: 0 !important;
  color: #9F6E62 !important;
  font-family: var(--font-family-body) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: capitalize !important;

  /* Editorial Underline Style */
  text-decoration: none !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: .5px !important;
  
  

  /* Flexbox para pantay ang Text at Icon */
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  /* Space between text and arrow */
  cursor: pointer !important;
}

/* 2. THE SVG ICON (Encoded in CSS) */
#toggleDescBtn::after {
  content: "" !important;
  display: block !important;
  width: 12px !important;
  height: 12px !important;

  /* SVG Code: Chevron Down (Color: #9B5A4F) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239B5A4F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;

  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;

  /* Animation setup */
  transition: transform 0.2s ease !important;
}

/* 3. MICRO-INTERACTION (Hover Animation) */
#toggleDescBtn:hover {
  color: var(--color-accent-dark) !important;
  text-decoration-thickness: 2px !important;
}

#toggleDescBtn:hover::after {
  transform: translateY(3px) !important;
  /* Gumagalaw pababa ang arrow pag tinutok */
}

/* ==================================================
   SOLID "SHOW MORE" BUTTON
   Goal: Increase click-through rate by making the CTA pop
   ================================================== */

/* Target the specific element for Show More */
collection-show-more .button,
/* Target generic secondary buttons that usually look like outlines */
.button.button--secondary {
  background-color: var(--color-brand-accent) !important;
  /* Rose Gold Background */
  color: #ffffff !important;
  /* White Text */
  border: none !important;
  /* Alisin ang outline border */

  font-weight: 700 !important;
  /* Bold text */
  letter-spacing: 0px;
  text-transform: uppercase;

  /* Lagyan ng konting shadow para umangat */
  box-shadow: 0 4px 10px rgba(186, 138, 127, 0.3) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover Effect (Optional for Desktop) */
collection-show-more .button:hover,
.button.button--secondary:hover {
  background-color: var(--color-accent-dark) !important;
  /* Mas dark pag tinutok */
  transform: translateY(-2px);
  /* Aangat ng konti */
  box-shadow: 0 6px 14px rgba(186, 138, 127, 0.4) !important;
}

/* ==================================================
   TRUST SIGNALS / MULTICOLUMN OVERRIDE (FRESH START)
   ================================================== */

/* --- 1. GLOBAL CARD STYLE (Applies to both Mobile & Desktop) --- */
.multicolumn-card,
div.multicolumn-card {
  /* Gawing magkatabi ang Icon at Text (Row) */
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  /* Gitna ang vertical alignment */
  justify-content: flex-start !important;
  text-align: center !important;

  /* Gaya ng nasa image (Light Gray Background & Rounded) */

  border: none !important;
  /* Walang border base sa image */
  border-radius: 12px !important;
  /* Mas rounded na corners */
  padding: 20px !important;
  box-shadow: none !important;
  /* Walang shadow o very subtle lang */
  margin-bottom: 0 !important;
  height: 100% !important;
  /* Pantay ang height */


}


/* --- 2. ICON STYLING (Fixed Size & Left Side) --- */
.multicolumn-card__image-wrapper {
  width: 80px !important;
  /* Fixed size ng icon */
  flex: 0 0 80px !important;
  /* Huwag hayaang lumaki o lumit */
  margin: 0 20px 0 0 !important;
  /* Space sa kanan ng icon */
}

.multicolumn-card__image-wrapper img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* --- 3. TEXT STYLING --- */
.multicolumn-card__info {
  padding: 0 !important;
  flex: 1 !important;
  /* Sakupin ang natitirang space */
}

/* Title (e.g., Fast Delivery) */
.multicolumn-card__info h3.inline-richtext {
  display: block !important;
  /* Siguraduhing nakikita */
  font-size: 16px !important;
  font-weight: 700 !important;
  /* Bold */
  margin: 0 0 4px 0 !important;
  /* Konting space sa baba */
  color: #121212 !important;
  /* Dark text */
  letter-spacing: 0 !important;

}

/* Description text */
.multicolumn-card__info p,
.multicolumn-card__info .rte {
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  color: #594951 !important;
  /* Grayish text para sa description */
  width: 100%;
}

/* --- 4. LAYOUT ADJUSTMENTS --- */
/* Siguraduhing vertical stack ang itsura sa list kung gusto mo dikit-dikit (Optional) */
.multicolumn-list {
  gap: 16px !important;
  /* Space between cards */
}

/* Siguraduhin na pantay ang lapad ng cards */
.multicolumn-list__item,
.multicolumn-card {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Ayusin ang padding para hindi dikit masyado sa gilid pero pantay */
.multicolumn-card__info {
  padding-right: 16px !important;
  /* Space sa kanan para hindi sagad */
  text-align: left !important;
  /* Standard clean reading style */
}

/* --- GLOBAL STYLES (Mobile & Desktop) --- */

/* 1. Base Card Style */
.card-wrapper {
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  /* Tamang curve */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  /* Light shadow */
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  /* Smooth transition */
}

/* 2. Compact Spacing (Para wala masyadong puti sa ilalim) */
.card__content {
  padding: 10px !important;
  /* Siksik pero malinis */
  text-align: center;
}

/* 3. Typography */
.card__heading {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #2a2a2a !important;
  margin-bottom: 4px !important;
  /* Dikit sa price */
  line-height: 1.3;
}

.price-item,
.price {
  font-weight: 600 !important;
  color: #a65e5e !important;
  /* Rose/Red theme */
  font-size: 14px !important;
}

/* Tanggalin ang extra space sa ilalim ng price */
.card-information {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* --- DESKTOP ONLY (Min-width: 768px) --- */
/* Dito lang gagana ang Hover/Animation para hindi magulo sa cellphone */
@media screen and (min-width: 768px) {
  .card-wrapper:hover {
    transform: translateY(-4px) !important;
    /* Aangat lang sa computer */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    border-color: #ba8a7f !important;
  }
}



@media screen and (min-width: 750px) {
  .multicolumn-list {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 1rem !important;
  }

  .multicolumn-list__item {
    flex: 0 1 auto !important;
    max-width: 300px !important;
  }
}

/* --- Mobile View Optimization (flowercart.store) --- */

@media screen and (max-width: 768px) {

  /* 1. Hero Banner Optimization */
  [id*="image_banner"] .banner__media::before,
  [id*="image_banner"] .banner__content::before {
    padding-bottom: 80% !important;
    /* Reduced height from typical square/portrait */
  }

  [id*="image_banner"] .banner__content {
    padding-bottom: 2rem;
    /* Ensure CTA is visible */
  }

  /* 2. Product / Category Flow */
  /* Remove spacing between Hero and Featured Collection */
  [id*="image_banner"] {
    margin-bottom: 0 !important;
  }

}
  

/* Mobile Layout & Typography Overrides (Revised) */
/* Breakdown:
   1. Typography Hierarchy: Uses rem units for responsiveness.
   2. Buttons: 44px+ touch targets using rem.
   3. Spacing: 24px global section padding, tighter for dense grids.
   4. Readability: Scoped word-break fixes.
*/

@media screen and (max-width: 768px) {

  /* -------------------------
     1. Global Typography (rem based)
     ------------------------- */

  /* Body text base size: 16px (approx 16px) */
  body,
  .body,
  .rte {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  /* Headings Hierarchy */
  h1,
  .h1,
  .banner__heading {
    font-size: 28px !important;
    /* ~28px */
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
    /* ~12px */
  }

  h2,
  .h2,
  .title {
    font-size: 24px !important;
    /* ~24px */
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
    /* ~16px */
  }

  h3,
  .h3,
  .card__heading {
    font-size: 18px !important;
    /* ~18px */
    line-height: 1.4 !important;
  }

  /* -------------------------
     2. Buttons & Inputs
     ------------------------- */

  .button,
  .btn,
  .shopify-payment-button__button {
    min-height: 48px !important;
    /* ~48px */
    font-size: 16px !important;
    padding: 12px 24px !important;
    /* ~12px 24px */
  }





  /* Hero/Banner optimizations */
  .banner__content {
    padding: 40px 16px !important;
    /* ~40px 16px */
    min-height: auto !important;
  }

  .banner__media {
    min-height: 250px !important;
    /* ~250px */
  }

  /* -------------------------
     4. Product Grid
     ------------------------- */



  .card-wrapper {
    margin-bottom: 0 !important;
  }

  /* Price styling for readability */
  .price {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  /* -------------------------
     5. Specific Readability Fixes
     ------------------------- */

  /* Fix testimonial text wrapping - Scoped strictly */
  .testimonial-card__text,
  .quote-text,
  .multicolumn-card__info .rte {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
    max-width: 100% !important;
  }

  /* Footer mobile toggle spacing */
  .footer-block__heading {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}



[id*="image_banner"] .banner__media::before,
[id*="image_banner"] .banner__content::before {
  padding-bottom: 80% !important;
}


/* === Hero Banner Updates === */
.banner__buttons .button--primary {
  background-color: var(--color-brand-secondary) !important;
  /* Dark Brown/Purple */
  color: #ffffff !important;
  border: none !important;
  border-radius: var(--radius-card, 12px) !important;
  font-weight: 700 !important;
  padding: 12px 32px !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner__buttons .button--primary:hover {
  background-color: var(--color-brand-accent) !important;
  /* Lighter Accent */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.banner__heading {
  color: var(--color-brand-secondary) !important;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.5);
  /* Halo effect for readability */
}

.banner__text {
  color: var(--color-text-primary) !important;
  font-weight: 600 !important;
  font-size: 1.2em !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

/* Improve mobile readability for product cards */
@media screen and (max-width: 749px) {

  /* Make product titles more prominent */
  .card__heading {
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
  }

  /* Emphasize the Sale Price */
  .price-item--sale {
    color: #7A4A40 !important;
    /* A soft floral red/pink */
    font-weight: 700 !important;
    font-size: 1.2rem;
  }

  /* Reduce excessive padding to show more product */
  .card__content {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
  }
}

div#gift-finder-template--18453732196539__gift_finder_JU8gHe {
  padding: 0rem !important;
  margin: 0px !important;

}

.gf-button {
  border: 0.8px solid;
  border-radius: 50px;
  padding: 5px !important;
}

@media screen and (max-width: 749px) {

  /* Make product titles more prominent - ALL COLLECTIONS */
  .card__heading {
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
  }

  /* Emphasize the Sale Price - ALL COLLECTIONS */
  .price-item--sale {
    color: #7A4A40 !important;
    /* Soft floral red/pink */
    font-weight: 700 !important;
    font-size: 1.2rem !important;
  }

  /* Reduce excessive padding - ALL COLLECTIONS */
  .card__content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* Optional: Regular price styling for consistency */
  .price-item--regular {
    font-size: 1rem !important;
    opacity: 0.8 !important;
  }
}

@media screen and (max-width: 749px) {

  /* Reduce Featured Collection section padding */
  .section-template--18453732196539__featured_collection_E8wYd7 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

}



/* =========================
   ✨ NEW CONVERSION ELEMENTS
   ========================= */

/* --- Trust Signals (Header) --- */
.product__trust-signals-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;

}

.rating-badge {
  display: flex;
  align-items: center;
  gap: 4px;
}

.star-icon {
  color: #ffc107;
  /* Gold */
  font-size: 14px;
}

.product__trust-signals-header,.rating-count {
  font-size: 12px !important;
  color: var(--color-text-muted);

}

.freshness-badge {
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 10px !important;
  border-radius: 4px;
  font-weight: 600;
}

/* --- Benefit Text (Hero) --- */
.product__benefit-text {
  font-family: var(--font-family-body);
  color: var(--color-brand-secondary);
  font-style: italic;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 6px;
  line-height: 1.4;
}

/* --- Benefit Bullets (Below Price) --- */
.product__benefit-bullets {
  margin: 15px 0;
  padding: 12px;
  background: var(--color-bg-ivory);
  border: 1px solid var(--color-border-sand);
  border-radius: 8px;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.4;
  color: var(--color-text-body);
}

.check-icon {
  color: #d8aba0;
}

/* Your brand accent */
p .benefit-list li:last-child {
  margin-bottom: 0;
}

/* --- Delivery Timer --- */
.product__delivery-timer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  padding: 10px 12px;
  background-color: #fff4e5;
  /* Soft orange/alert bg */
  border-left: 4px solid #ff9800;
  border-radius: 4px;
}

.timer-icon {
  font-size: 18px;
}

.timer-text {
  font-size: 13px;
  color: #663c00;
  font-weight: 500;
}

.countdown-timer {
  font-weight: 700;
  color: #e65100;
}

/* --- Perfect For Badges --- */
.product__perfect-for {
  margin: 20px 0;
}

.perfect-for-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}

.perfect-for-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.perfect-for-tag {
  background: #f5f5f5;
  color: var(--color-text-body);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.2s;
}

.perfect-for-tag:hover {
  border-color: var(--color-brand-accent);
  background: #fff;
}

/* =========================
   🛒 STICKY ADD TO CART (MOBILE)
   ========================= */
   
   

/* =========================
   ⚡ MICRO-OPTIMIZATIONS
   ========================= */

/* 1. Urgency Pulse Animation */
@keyframes pulse-orange {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.4);
  }

  70% {
    box-shadow: 0 0 0 6px rgba(255, 152, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
  }
}

.product__delivery-timer {
  animation: pulse-orange 2s infinite;
}



/* 3. Perfect For Hover Lift */
.perfect-for-tag {
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.2s ease, border-color 0.2s ease;
}

.perfect-for-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  background-color: #fff0f0;
  /* Subtle pink tint */
  border-color: var(--color-brand-accent);
}

@media screen and (max-width: 768px) {
  product-info .product__title h1 {
    font-size: 24px !important;
    margin-bottom: 5px !important;
    line-height: 1.2 !important;
  }


  /* 2. Price Visuals - Scoped to Large Price (Main Product) */
  .price--large .price-item--regular {
    font-weight: 700 !important;
       color:  #7A4A40 !important;
    font-size: 25px !important;
  }
}
  @media screen and (max-width: 749px) {
      .price--large .price-item--regular   {
     color:  #7A4A40 !important;
     font-size: 20px !important;
  }

  .price--large .price-item--sale {
    color: #7A4A40 !important;
    font-weight: 700 !important;
  }
}

@media screen and (min-width: 750px) {
  .banner__media {
    aspect-ratio: 3 / 1 !important;
    /* 1500:500 ratio */
    overflow: hidden !important;
  }

  .banner__media img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
  }
}



/* --- 3. TRUST & DELIVERY SIGNALS --- */
/* Modern "Safe" Badge Style for the Header */
.product__trust-signals-header {
  background-color: rgba(238, 148, 65, 0.1);
  /* Soft Orange Intent */
  border: 1px solid rgba(238, 148, 65, 0.3);
  border-radius: 8px;


  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

/* Green Text for "Freshness Guaranteed" */
.freshness-badge {
  font-weight: 600;
  color: #2e7d32;
  font-size: 13px;
}

/* Delivery Timer Box: Standardizes look with brand secondary color */
.product__delivery-timer {
  background-color: #f7eae3 !important;
  /* Soft Rose */
  border-left: 3px solid #ba8a7f;
  /* Strong Accent Left Border */
  padding: 10px 12px;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Timer Countdown Text */
.countdown-timer {
  font-weight: 700;
  color: #ba8a7f;
}

/* ==================================================
   MOBILE COLLECTION BANNER OPTIMIZATION
   ================================================== */
@media screen and (max-width: 749px) {

  /* Restrict banner height on mobile to prevent scroll fatigue */
  .collection-hero__image-container {
    max-height: 35vh !important;
    min-height: 220px !important;
    overflow: hidden !important;
  }

  .collection-hero__image-container img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  /* Ensure header text doesn't take up too much vertical space */
  .collection-hero__title {
    font-size: 2rem !important;
    margin-bottom: 0.5rem !important;
  }

  .collection-hero__description {
    font-size: 1.4rem !important;
    margin-top: 0 !important;
  }
}

/* ==================================================
   ? CSS-FIRST ANIMATIONS - " The Bloom Edit\
 Premium Micro-Interactions Without JavaScript
 ================================================== */

/* Fade In Up Animation for Product Cards */

/* Enhanced Card Hover Effect */
.card-wrapper:hover .card,
.product-card-wrapper:hover .card {
 transform: translateY(-6px);
 box-shadow: var(--shadow-hover);
 transition: var(--transition-base);
}

/* Image Zoom on Hover */
.card__media img,
.media img {
 transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.card:hover .card__media img,
.card:hover .media img {
 transform: scale(1.08) !important;
}

/* Sale Badge Pulse */
.badge--bottom-left,
.badge {
 animation: gentlePulse 2s ease-in-out infinite;
}

/* Smooth Button Transitions */
.button,
.shopify-payment-button__button {
 transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover,
.shopify-payment-button__button:hover {
 transform: translateY(-2px) scale(1.02) !important;
}

/* Price Highlight Animation */
.price__sale .price-item--sale {
 color: #8C3F34 !important;
 font-weight: var(--fw-bold) !important;
 font-size: 16px !important;
}

.price-item--regular {
  color: #8C3F34 !important;
 font-weight: var(--fw-bold) !important;
 transition: color 0.3s ease;
}

/* Reduce Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
 *,
 *::before,
 *::after {
 animation-duration: 0.01ms !important;
 animation-iteration-count: 1 !important;
 transition-duration: 0.01ms !important;
 }
}

/* ==================================================
 END OF \THE BLOOM EDIT\ REDESIGN
 ================================================== */



/* ==================================================
   Ag-4: UX REFINEMENTS & 8PX GRID IMPLEMENTATION (RESPONSIBLE)
   Validated by: Agent 3 | Fixed for Mobile
   ================================================= */

:root {
  /* 1. Token Definitions */
  --space-1: 8px !important;
  --space-2: 16px !important;
  --space-3: 24px !important;
  --space-4: 32px !important;
  --space-10: 80px !important;
}

/* 2. Product Card Rhythm (Global)
   Fix: Title & Price disconnected */
.card__heading {
  margin-bottom: var(--space-1) !important;
}

/* 4. Sidebar Widget Separation (Global)
   Fix: Visual competition with filters */
div[id*='gift_finder'] {
  border-bottom: 1px solid var(--color-border-sand) !important;
  padding-bottom: var(--space-4) !important;
  margin-bottom: var(--space-4) !important;
}

/* ==================================================
   📱 MOBILE SETTINGS (Default: Compact & Fast)
   Screen width < 750px
   ================================================== */




/* ==================================================
   💻 DESKTOP SETTINGS (Override: Airy & Premium)
   Screen width >= 750px
   ================================================== */

/* --- 3.3 DESCRIPTION FORMATTING --- */

/* Highlight key info in description */
.product__description strong  {

  font-weight: 700;
  line-height: 1.6;
  margin: 0px !important;
  padding: 0px !important;

}

.product__media-list {
    gap: 0 !important;
}
/* Reduce spacing above/below titles, price, description */
.product__title,
.product__price,
.product__description {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* --- 8px Grid System & Typography Override --- */

.quantity__label.form__label {
  display: none;
}
@media screen and (min-width: 750px) {
  .price__container .price-item--regular,
  .price__container .price-item--sale {
    font-size: 24px !important;
    color: #8f6e62 !important;
  }
}
@media screen and (min-width: 749px) {
  .price__container .price-item--regular,
  .price__container .price-item--sale {
    color: #8f6e62 !important;
      font-size: 20px !important;
  }
}
@media screen and (min-width: 749px) {
s.price-item--regular,
.price__sale s.price-item--regular {
  color: #9d9b9d !important;
  font-size: 13px !important;
}
}
@media screen and (min-width: 749px) {
  .product__info-container > * + * {
  margin-top: 8px !important;
}
}







/* =========================================================
Cart PAge
   ========================================================= */
 @media screen and (max-width: 749px) {
  /* Quantity input */
  .quantity__input {
    width: 30px !important; 
    height: 28px !important;
    min-width: 25px !important;
    max-width: 30px !important;
    font-size: 12px !important; 
    padding: 0 !important;
    margin: 0 !important; 
    line-height: 28px !important;
    text-align: center !important;
  }

  /* Remove button styling */
  .button--tertiary {
    background-color: transparent;
    color: rgba(58, 58, 58, 0.75);
  }

  /* Remove button size */
  .cart-item__details cart-remove-button .button {
    min-height: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    width: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Quantity wrapper alignment */
  .cart-item__quantity-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
  }

  /* Quantity buttons */
  .quantity__button {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  /* Quantity button icons */
  .quantity__button svg {
    width: 10px !important;
    height: 10px !important;
  }
}
#MainContent #shopify-section-template--18602458808507__shop_by_occasion_list_mFJmf4 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ==============================
   GLOBAL TYPOGRAPHY & PRICE CSS
   Ready for Antigravity Injection
   ============================== */
/* 1. CSS Variables */
:root {
    /* Price Colors */
    --price-color-regular: #8E5659;
    --price-color-sale: #8E5659;
    /* Font Family */
    --font-stack-base: 'Nunito', sans-serif;
    /* Body & Heading Sizes */
    --font-size-body: 16px;
    --line-height-body: 1.45;
    --font-weight-body: 400;
    --font-weight-heading: 600;

      --space-1: 8px !important;
  --space-2: 16px !important;
  --space-3: 24px !important;
  --space-4: 32px !important;
  --space-10: 80px !important;


        --container-max-width: 1440px;
    --container-gutter: max(5vw, 20px);
}
/* 2. Global Body & Inputs */
body,
p,
li,
label,
input,
textarea,
select,
button,
.body {
    font-family: var(--font-stack-base) !important;
    font-size: var(--font-size-body) !important;
    line-height: var(--line-height-body) !important;
    font-weight: var(--font-weight-body) !important;
    color: #222222 !important;
    /* Primary text */
}
/* 3. Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-stack-base) !important;
    font-weight: var(--font-weight-heading) !important;
    line-height: 1.2 !important;
    color: #111111 !important;
}
/* 4. Price Styling */
.price,
.money,
.product__price,
.total-price,
[data-price],
.price-item,
.price-item--regular,
.totals__total-value,
.cart-item__price,
.cart-item__total,
.line-item-price {
    color: var(--price-color-regular) !important;
    font-family: var(--font-stack-base) !important;
    font-weight: 700 !important;
}
.price-item--sale,
.price--on-sale .price-item--sale,
.price__sale .price-item--sale,
.product-price--sale,
.badge--sale {
    color: var(--price-color-sale) !important;
    font-weight: 700 !important;
}
.price__sale .price-item--regular,
.compare-price,
s.price-item,
.price__compare,
.product-price__compare,
.cart-item__original-price,
.original-price {
    color: var(--price-color-sale) !important;
    font-weight: 700 !important;
    opacity: 0.7;
    /* subtle distinction for crossed-out price */
}
/* 5. Buttons & CTAs */
button,
.btn,
.product-form__submit {
    font-family: var(--font-stack-base) !important;
    font-weight: 700 !important;
    font-size: var(--font-size-body) !important;
    line-height: var(--line-height-body) !important;
 
}

/* 6. Third-Party App & Widget Overrides */
/* 7. Responsive Adjustments */
@media screen and (max-width: 768px) {
    body,
    p,
    li,
    label,
    input,
    textarea,
    select,
    button,
    .body {
        font-size: 15px !important;
        line-height: 1.45 !important;
    }
    h1 {
        font-size: 28px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    h3 {
        font-size: 22px !important; 
    }
    h4 {
        font-size: 20px !important; 
    }
    h5 {
        font-size: 18px !important;
    }
    h6 {
        font-size: 16px !important;
    }
button#ProductSubmitButton-template--18556573384891__main, .sticky-add-btn, button#CartDrawer-Checkout {
    color: #ffffff !important;
}
}

#additional-details label {
  display: none;
}


/* Specific Inputs Placeholder Date picker */
.neo-input input::placeholder,
.neo-input textarea::placeholder {
  font-family: var(--font-stack-base) !important;

}
  .upsell-add-btn {
    color: #825a63  !important;
  }

  @media screen and (max-width: 767px) {
.utility-bar {
    background: #987777 !important;
}
  .utility-bar {
    background:  #987777  !important;
  }
.announcement-bar__message {
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #2f2d3c !important;
}
  }
  .announcement-bar__message {
      color: #fff !important;
  }




.announcement-bar__message, .utility-bar  {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
    min-height: 1rem !important;
}
   


/* Mobile Header Polish & Reorder */
@media screen and (max-width: 989px) {
  .header {
    padding-left: 1.5rem !important; /* Reduce large 3rem default padding */
    padding-right: 1.5rem !important;
    display: flex !important;
    align-items: center;
  }
  /* 1. Logo */
  .header__heading {
    order: 1;
    margin-right: auto; /* Push icons to right */
    margin-bottom: 0; /* Fix vertical alignment issue */
    width: auto;
  }
  /* 2. Icons (Search, Messenger, Cart) */
  .header__icons {
    order: 2;
    display: flex;
    align-items: center;
    margin-right: 1rem; /* Small gap before hamburger */
  }
   }
  /* 3. Menu */
  header-drawer {
    order: 3;
    margin-left: 0;
  }


/* Professional Mobile Header Polish */
@media screen and (max-width: 989px) {
  .header {
    padding: 10px 15px !important; /* Balanced padding top/bottom/sides */
    display: flex !important;
    align-items: center !important; /* Ensures vertical center */
    justify-content: space-between !important; /* Logo left, Icons right */
    height: auto !important;
    min-height: 60px; /* Standard mobile header height */
  }

  /* 1. Logo - Relaxed spacing */
  .header__heading {
    margin: 0 !important;
    flex-shrink: 0; /* Prevents logo from squishing */
    line-height: 1; /* Tighter line height for better alignment */
    display: flex;
    align-items: center;
  }
  
  /* Logo Image Fix */
  .header__heading-logo {
    height: auto;
    max-height: 40px; /* Control max height just in case */
    width: auto;
  }

  /* 2. Unified Right Side (Icons + Menu) */
  /* Gumawa tayo ng container behavior gamit ang flex properties */
  
  /* Icons (Search, Messenger, Cart) */
  .header__icons {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important; /* Consistent gap between ALL icons */
    margin: 0 !important;
    padding-right: 16px; /* Gap before the Hamburger menu */
  }

  /* Fix for Messenger Icon Alignment specifically */
  .header__icons a, 
  .header__icons button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 3. Menu (Hamburger) */
  .header-drawer {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
  }

  /* Specific fix for the Menu Icon itself to be clickable */
  .header__icon--menu {
    height: 44px; /* Minimum touch target size for mobile */
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* Force Messenger Icon to be Black */
.icon-messenger {
  fill: #000000 !important; /* O kaya 'currentColor' para sumunod sa theme color */
  color: #000000 !important;
}

h3.product-description-title {
  font-size: 14px !important;
       text-transform: uppercase;
       font-weight: 700 !important;
}

body,
html {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* Override all heading elements to use Nunito */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

/* ===== MOBILE BODY TEXT READABILITY FIX ===== */
p,
.product__description,
.rte,
.text-body,
body {
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
    color: #222222 !important;
}

@media (max-width: 768px) {
  p,
  .product__description,
  .rte,
  .text-body,
  body {
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
     color: #222222 !important;
  }
}

/* ===== HEADING HIERARCHY ===== */
h1 {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

@media (min-width: 769px) {
  h1 { font-size: 40px !important; }
}

@media (max-width: 768px) {
  h1 { font-size: 28px !important; }
}

h2 {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

@media (min-width: 769px) {
  h2 { font-size: 30px !important; }
}

@media (max-width: 768px) {
  h2 { font-size: 20px !important; }
}

h3 {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  font-size: 20px !important;
}

@media (max-width: 768px) {
  h3 { font-size: 18px !important; }
}

/* ===== PRODUCT TITLES ===== */
.card__heading,
.product-card__title,
.product__title,
h2.product-title {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;

}

@media (min-width: 769px) {
  .card__heading,
  .product-card__title { font-size: 17px !important; }

  .product__title,
  h1.product__title { font-size: 42px !important; font-weight: 700 !important; }
}

@media (max-width: 768px) {
  .card__heading,
  .product-card__title { font-size: 15px !important; }

  .product__title,
  h1.product__title { font-size: 28px !important; font-weight: 700 !important; }
}

/* ===== BUTTONS ===== */
button,
.button,
a.button,
input[type="button"],
input[type="submit"] {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

@media (max-width: 768px) {
  button,
  .button,
  a.button,
  input[type="button"],
  input[type="submit"] { font-size: 16px !important; }
}

/* ===== FORM INPUTS ===== */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
select {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

/* ===== PRICE ===== */
.price,
.product__price,
.price-item {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 600 !important;
}

@media (min-width: 769px) {
  .price,
  .product__price { font-size: 17px !important; }
}

@media (max-width: 768px) {
  .price,
  .product__price { font-size: 17px !important; }
}

/* ===== NAVIGATION ===== */
nav,
.navigation,
.header__menu,
.menu,
.menu__item {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

/* ===== FOOTER ===== */
footer,
.footer {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

footer h2,
footer h3,
.footer h2,
.footer h3 {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 600 !important;
}

/* ===== LABELS & SMALL TEXT ===== */
label,
.label {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

small,
.text-small {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

/* ===== BREADCRUMBS ===== */
.breadcrumbs,
.breadcrumb {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* ===== TESTIMONIALS & REVIEWS ===== */
.testimonial,
.review,
.customer-quote {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

.testimonial__author,
.review__author {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 600 !important;
}

/* ===== STRONG / ITALIC / LINKS ===== */
strong,
b {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 600 !important;
}

em,
i {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-style: italic !important;
}

a {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* ===== SPECIAL ELEMENTS ===== */
.badge,
.sale-badge,
.badge-sale {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

.product-meta,
.product-info {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.cart,
.checkout {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

/* ===== PRINT STYLES ===== */
@media print {
  body {
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  }
}



/* ===== CSS VARIABLES ===== */
:root {
  --font-primary: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  --font-size-base: 16px !important;
  --font-size-small: 14px !important;
  --font-size-large: 18px !important;
  --font-size-heading: 28px !important;
  --font-weight-light: 300 !important;
  --font-weight-normal: 400 !important;
  --font-weight-medium: 500 !important;
  --font-weight-semibold: 600 !important;
  --font-weight-bold: 700 !important;
  --line-height-base: 1.6 !important;
  --line-height-heading: 1.3 !important;
}

/* Remove gap/spacing on product page */
#shopify-section-template--19094092447931__main {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove spacing between sections */
.shopify-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Remove gap above product information */
.product {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove any section spacing */
.section-template--19094092447931__main-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
