/** Shopify CDN: Minification failed

Line 4688:38 Unexpected "{"
Line 4688:47 Expected ":"
Line 4688:54 Unexpected "{"

**/
.announcement-bar .slider-button--prev,
.announcement-bar .slider-button--next {
  display: none !important;
}

.product__media-list .slider-button,
.thumbnail-list .slider-button {
  display: none !important;
}

/* ============================================================
   KAARIGAR — PREMIUM TYPOGRAPHY & CARD ENHANCEMENT
   ============================================================
   
   WHAT THIS BLOCK DOES
   --------------------
   1. Activates Cormorant Garamond on ALL headings site-wide
   2. Activates DM Sans on body, nav, buttons, captions explicitly
   3. Elevates product card typography — name, price, spacing
   4. Makes section headings editorial in scale and weight
   5. Refines button text treatment
   6. Polishes nav, announcement bar, footer with correct fonts
   7. Adds subtle micro-interactions on card hover

   NOTHING from sections 01–23 above is touched or duplicated.
   ============================================================ */


/* ============================================================
   T1. FONT TOKEN OVERRIDES
   Wire the Google Fonts we load in theme.liquid into the
   Shopify CSS variable system so every component inherits them.
   ============================================================ */

:root {
  --font-kaarigar-display: 'Cormorant Garamond', Georgia, serif;
  --font-kaarigar-body:    'DM Sans', system-ui, sans-serif;

  /* Typography scale tokens */
  --tk-heading-xs:   1.3rem;
  --tk-heading-sm:   1.6rem;
  --tk-heading-md:   2.2rem;
  --tk-heading-lg:   3.2rem;
  --tk-heading-xl:   4.4rem;
  --tk-heading-2xl:  5.8rem;

  --tk-body-xs:   1.1rem;
  --tk-body-sm:   1.3rem;
  --tk-body-base: 1.5rem;
  --tk-body-md:   1.6rem;
  --tk-body-lg:   1.8rem;

  --tk-tracking-tight:  -0.02em;
  --tk-tracking-normal:  0.01em;
  --tk-tracking-wide:    0.08em;
  --tk-tracking-wider:   0.14em;
  --tk-tracking-widest:  0.22em;

  --tk-leading-tight:  1.1;
  --tk-leading-snug:   1.25;
  --tk-leading-normal: 1.5;
  --tk-leading-loose:  1.75;
}


/* ============================================================
   T2. GLOBAL BODY & BASE TEXT
   ============================================================ */

body {
  font-family: var(--font-kaarigar-body) !important;
  font-size: var(--tk-body-base);
  line-height: var(--tk-leading-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'kern' 1, 'liga' 1;
}

p,
li,
span:not(.badge):not(.cart-count-bubble),
.rte p {
  font-family: var(--font-kaarigar-body) !important;
  line-height: var(--tk-leading-loose);
}

/* Selection highlight */
::selection {
  background-color: rgba(128, 54, 0, 0.12);
  color: var(--kaarigar-text);
}


/* ============================================================
   T3. ALL HEADINGS — Cormorant Garamond
   ============================================================ */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h0, .hxl, .hxxl,
.card__heading,
.card__heading.h5,
.title,
.collection-list-title,
.collection-hero__title,
.featured-collection .title,
.product__title h1,
.product__title,
.rich-text__heading,
.collapsible-content__heading,
.image-with-text__heading,
.footer-block__heading,
.timeline-title,
.value-card h3 {
  font-family: var(--font-kaarigar-display) !important;
  font-weight: 600 !important;
  -webkit-font-smoothing: antialiased;
  letter-spacing: var(--tk-tracking-tight) !important;
}


/* ============================================================
   T4. SECTION HEADINGS — Editorial Scale
   Overrides the conservative sizes in sections 06 & 07.
   ============================================================ */

/* Homepage / collection list section titles */
.featured-collection .title,
.featured-collection h2.inline-richtext,
.collection-list .title,
.collection-list h2.inline-richtext,
.collection-list-title {
  font-family: var(--font-kaarigar-display) !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: var(--tk-leading-tight) !important;
}

@media screen and (max-width: 749px) {
  .featured-collection .title,
  .featured-collection h2.inline-richtext,
  .collection-list .title,
  .collection-list h2.inline-richtext {
    font-size: 2.6rem !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .featured-collection .title,
  .featured-collection h2.inline-richtext,
  .collection-list .title,
  .collection-list h2.inline-richtext {
    font-size: 3.2rem !important;
  }
}

@media screen and (min-width: 990px) {
  .featured-collection .title,
  .featured-collection h2.inline-richtext,
  .collection-list .title,
  .collection-list h2.inline-richtext {
    font-size: 3.8rem !important;
  }
}

/* Collection hero page title */
.collection-hero__title {
  font-family: var(--font-kaarigar-display) !important;
  font-size: clamp(3.2rem, 6vw, 5.6rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: var(--tk-leading-tight) !important;
}

/* Rich text / about / contact headings */
.rich-text__heading {
  font-family: var(--font-kaarigar-display) !important;
  font-size: clamp(2.8rem, 5vw, 4.4rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.15 !important;
}

/* FAQ heading */
.collapsible-content__heading {
  font-family: var(--font-kaarigar-display) !important;
  font-size: clamp(2.6rem, 4.5vw, 4rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
}

/* About / story heading */
.image-with-text__heading {
  font-family: var(--font-kaarigar-display) !important;
  font-size: clamp(2.4rem, 4vw, 3.8rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
}

/* About value cards */
.value-card h3 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

/* Timeline */
.timeline-title {
  font-family: var(--font-kaarigar-display) !important;
  font-size: clamp(2.4rem, 4vw, 3.4rem) !important;
  font-weight: 500 !important;
}

.timeline-card h3 {
  font-family: var(--font-kaarigar-display) !important;
  font-size: 1.9rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}


/* ============================================================
   T5. PRODUCT CARD — Full Typography Overhaul
   ============================================================ */

/* Card wrapper breathing room */
.product-card-wrapper .card__information {
  padding: 1rem 0.4rem 0.8rem !important;
}

/* Product name — Cormorant, refined */
.card__heading,
.card__heading.h5,
.product-card-wrapper .card__heading {
  font-family: var(--font-kaarigar-display) !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  line-height: var(--tk-leading-snug) !important;
  color: #000000ff !important;
  margin-bottom: 0.35rem !important;
}

@media screen and (min-width: 750px) {
  .card__heading,
  .card__heading.h5,
  .product-card-wrapper .card__heading {
    font-size: 1.9rem !important;
  }
}

@media screen and (min-width: 990px) {
  .card__heading,
  .card__heading.h5,
  .product-card-wrapper .card__heading {
    font-size: 1.4rem !important;
  }
}

/* Card vendor label */
.product-card-wrapper .caption-with-letter-spacing {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: var(--tk-tracking-widest) !important;
  text-transform: uppercase !important;
  color: var(--kaarigar-muted) !important;
  margin-bottom: 0.3rem !important;
}

/* Price — DM Sans, clear hierarchy */
.product-card-wrapper .price,
.product-card-wrapper .price__regular,
.product-card-wrapper .price-item,
.product-card-wrapper .price-item--regular {
  font-family: var(--font-kaarigar-body) !important;
font-size: 1.2rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  color: #1a1a1a !important;
}

/* Compare-at / sale price */
.product-card-wrapper .price-item--sale {
  color: var(--kaarigar-brand) !important;
  font-weight: 600 !important;
}

.product-card-wrapper .price-item--regular.price-item--last {
  color: var(--kaarigar-muted) !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  font-size: 1.25rem !important;
}

/* Card info container spacing */
.product-card-wrapper .card-information {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.2rem !important;
  padding-top: 0.2rem !important;
}

/* Badge — DM Sans */
.badge {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  letter-spacing: var(--tk-tracking-wider) !important;
  text-transform: uppercase !important;
}

/* Quick add button on card */
.quick-add__submit {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  letter-spacing: var(--tk-tracking-wide) !important;
  text-transform: uppercase !important;
}

/* Card hover — subtle title color shift */
.card-wrapper:hover .card__heading a {
  color: var(--kaarigar-brand) !important;
  transition: color 0.25s ease !important;
}


/* ============================================================
   T6. PRODUCT PAGE TITLE
   ============================================================ */

.product__title h1,
h1.product__title {
  font-family: var(--font-kaarigar-display) !important;
  font-size: clamp(2.8rem, 5vw, 4rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  color: #111111 !important;
}

/* Product price on product page */
/*
.product__info-container .price,
.product__info-container .price__regular,
.product__info-container .price-item {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  color: #111111 !important;
}*/

.product__info-container .price-item--sale {
  color: var(--kaarigar-brand) !important;
  font-weight: 600 !important;
}

/* Product description body */
.product__description,
.product__description p,
.product__description li {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.5rem !important;
  line-height: var(--tk-leading-loose) !important;
  color: #3a3a3a !important;
}

/* Variant label */
.product-form__input .form__label,
.product__info-container .form__label {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  letter-spacing: var(--tk-tracking-wider) !important;
  text-transform: uppercase !important;
  color: #111111 !important;
}


/* ============================================================
   T7. NAVIGATION — Header Menu
   ============================================================ */

/* Desktop nav links */
.header__menu-item,
.header__menu-item span,
.header__inline-menu .header__menu-item,
.header__inline-menu .list-menu__item--link {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  letter-spacing: var(--tk-tracking-wider) !important;
  text-transform: uppercase !important;
}

/* Store name fallback text */
.header__heading-link .h2 {
  font-family: var(--font-kaarigar-display) !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

/* Mobile drawer nav */
/* ===== FIXED MOBILE MENU (NO JUMPING) ===== */

.menu-drawer .list-menu__item--link,
.menu-drawer a {
  font-family: var(--font-kaarigar-body);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

/* ============================================================
   T8. ANNOUNCEMENT BAR
   ============================================================ */

.announcement-bar__message,
p.announcement-bar__message,
.announcement-bar__message.h5 {
  font-family: var(--font-kaarigar-body) !important;
  font-weight: 500 !important;
  letter-spacing: var(--tk-tracking-widest) !important;
}


/* ============================================================
   T9. BUTTONS — All variants
   ============================================================ */

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.product-form__submit {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: var(--tk-tracking-wider) !important;
  text-transform: uppercase !important;
}



/* ============================================================
   T10. FORMS & INPUTS
   ============================================================ */

.field__input,
.select__select,
.customer .field input,
.customer select,
.field__label,
.customer .field label,
.form__label,
textarea {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.4rem !important;
}

.field__label,
.customer .field label {
  letter-spacing: var(--tk-tracking-wide) !important;
}


/* ============================================================
   T11. FOOTER — Typography
   ============================================================ */

.footer-block__heading {
  font-family: var(--font-kaarigar-display) !important;
  font-size: 1.9rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  color: var(--kaarigar-text) !important;
  margin-bottom: 16px !important;
}

.footer,
.footer p,
.footer span,
.footer li,
.footer a {
  font-family: var(--font-kaarigar-body) !important;
}

.footer__copyright {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.2rem !important;
  letter-spacing: var(--tk-tracking-wide) !important;
}


/* ============================================================
   T12. CART PAGE
   ============================================================ */

.cart__title,
h1.cart__title {
  font-family: var(--font-kaarigar-display) !important;
  font-size: clamp(2.8rem, 5vw, 4rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
}

.cart-item__name,
.cart-items .cart-item__name {
  font-family: var(--font-kaarigar-display) !important;
  font-size: 1.7rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}

.cart-item__details,
.cart-item__price-wrapper {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.35rem !important;
}

.cart-trust-info-refined {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.3rem !important;
  letter-spacing: var(--tk-tracking-wide) !important;
}


/* ============================================================
   T13. FAQ ACCORDION
   ============================================================ */

.collapsible-content summary,
.collapsible-content summary * {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}

.collapsible-content details[open] summary,
.collapsible-content details[open] summary * {
  font-family: var(--font-kaarigar-display) !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
}

.collapsible-content__content,
.collapsible-content__content p,
.collapsible-content__content li {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.45rem !important;
  line-height: var(--tk-leading-loose) !important;
  color: #4a4a4a !important;
}


/* ============================================================
   T14. CONTACT PAGE
   ============================================================ */

.rich-text__text.rte,
.rich-text__text.rte p {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.5rem !important;
  line-height: var(--tk-leading-loose) !important;
}

.multicolumn-card__info .inline-richtext {
  font-family: var(--font-kaarigar-display) !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

.multicolumn-card__info .rte,
.multicolumn-card__info .rte p {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.4rem !important;
  line-height: var(--tk-leading-loose) !important;
}

.contact .title {
  font-family: var(--font-kaarigar-display) !important;
  font-size: clamp(2.2rem, 4vw, 3rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
}


/* ============================================================
   T15. ABOUT PAGE — Value Cards & Timeline
   ============================================================ */

.value-card p {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.4rem !important;
  line-height: var(--tk-leading-loose) !important;
  color: #5a5a5a !important;
}

.timeline-card p {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.35rem !important;
  line-height: var(--tk-leading-normal) !important;
}

.image-with-text__text,
.image-with-text__text p {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.5rem !important;
  line-height: var(--tk-leading-loose) !important;
  color: #4a4a4a !important;
}


/* ============================================================
   T16. SUBTITLE & CAPTION CLASSES
   ============================================================ */

.subtitle,
.subtitle--small,
.subtitle--medium {
  font-family: var(--font-kaarigar-body) !important;
  font-weight: 400 !important;
  letter-spacing: var(--tk-tracking-wide) !important;
  color: var(--kaarigar-muted) !important;
}

.caption,
.caption-large,
.caption-with-letter-spacing,
.caption-with-letter-spacing--medium,
.caption-with-letter-spacing--large {
  font-family: var(--font-kaarigar-body) !important;
}


/* ============================================================
   T17. SPECS TABLE (Product Page)
   ============================================================ */

.kaarigar-table .label {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  letter-spacing: var(--tk-tracking-wide) !important;
  text-transform: uppercase !important;
}

.kaarigar-table .value {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}


/* ============================================================
   T18. ICON WITH TEXT (Trust badges)
   ============================================================ */

.icon-with-text .icon-with-text__body,
.icon-with-text p,
.icon-with-text span {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.3rem !important;
  line-height: var(--tk-leading-normal) !important;
}

.icon-with-text h3,
.icon-with-text .icon-with-text__heading {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  letter-spacing: var(--tk-tracking-wide) !important;
  text-transform: uppercase !important;
}


/* ============================================================
   T19. SEARCH & PREDICTIVE SEARCH
   ============================================================ */

.search-modal__form input,
.predictive-search__item-heading,
.predictive-search__item-vendor {
  font-family: var(--font-kaarigar-body) !important;
}

.predictive-search__item-heading {
  font-size: 1.45rem !important;
  font-weight: 500 !important;
}


/* ============================================================
   T20. COLLECTION HERO DESCRIPTION
   ============================================================ */

.collection-hero__description,
.collection-hero__description p {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.5rem !important;
  line-height: var(--tk-leading-loose) !important;
  color: var(--kaarigar-muted) !important;
  max-width: 56ch;
}


/* ============================================================
   T21. PAGINATION
   ============================================================ */

.pagination__item,
.pagination a,
.pagination .pagination__item {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  letter-spacing: var(--tk-tracking-wide) !important;
}


/* ============================================================
   T22. LOCALIZATION & UTILITY BAR TEXT
   ============================================================ */

.localization-form__select,
.localization-selector,
.disclosure__link {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.15rem !important;
  letter-spacing: var(--tk-tracking-wide) !important;
}


/* ============================================================
   T23. WhatsApp Popup Text
   ============================================================ */

/* FINAL COMPACT TEXT */
.wa-title {
  font-family: var(--font-kaarigar-display) !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin-bottom: 2px !important;
}

.wa-sub {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.1rem !important;
  line-height: 1.3 !important;
  margin-bottom: 6px !important;
}

.wa-cta {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  padding: 6px 8px !important;
  border-radius: 4px !important;
}

/* ============================================================
   T24. MICRO-INTERACTIONS & CARD POLISH
   ============================================================ */

/* Smooth image scale on card hover */
.card-wrapper .card__media img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  will-change: transform;
}

.card-wrapper:hover .card__media img {
  transform: scale(1.04) !important;
}

/* Subtle underline on product title hover */
.card__heading a {
  text-decoration: none !important;
  background-image: linear-gradient(var(--kaarigar-brand), var(--kaarigar-brand));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s ease, color 0.25s ease !important;
  padding-bottom: 1px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.card-wrapper:hover .card__heading a {
  background-size: 100% 1px !important;
}

/* Card info area slides up slightly on hover — premium feel */
.product-card-wrapper .card__information {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.product-card-wrapper:hover .card__information {
  transform: translateY(-2px) !important;
}


/* ============================================================
   T25. SECTION DIVIDER ACCENT LINE REFINEMENT
   The ::before accent lines in sections 06 & 07 already exist.
   This just ensures the color token is correct.
   ============================================================ */

.featured-collection .title-wrapper::before,
.featured-collection .title-wrapper--no-top-margin::before,
.featured-collection .title-wrapper-with-link::before,
.featured-collection .section-stack__intro::before,
.collection-list .title-wrapper::before,
.collection-list .title-wrapper--no-top-margin::before,
.collection-list .title-wrapper-with-link::before {
  background-color: var(--kaarigar-brand) !important;
  width: 32px !important;
  height: 2px !important;
  border-radius: 2px !important;
}



/* ============================================================
   F1. PRODUCT CARD — FIXED TITLE HEIGHT + 2-LINE CLAMP
   Best practice: reserve exactly 2 lines for title, clip with
   ellipsis. Price always sits at same vertical position.
   Works on homepage slider, collection grid, related slider.
   ============================================================ */

/* Title wrapper — fixed height for exactly 2 lines */
.card__heading,
.card__heading.h5,
.product-card-wrapper .card__heading {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: unset !important;
  max-height: unset !important;
  line-height: 1.25 !important;
  margin-bottom: 2px !important;
  word-break: break-word !important;
}

/* Price row — always consistent top margin from title */
.product-card-wrapper .price,
.product-card-wrapper .card-information .price {
  margin-top: 0.4rem !important;
}

/* Card information area — fixed min-height so all cards
   in a row have equal info zones */
.product-card-wrapper .card__information {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

/* Mobile — tighter clamp (F7 merged here) */

@media screen and (max-width: 749px) {
  .card__heading,
  .card__heading.h5,
  .product-card-wrapper .card__heading {
    font-size: 1.25rem !important;
    min-height: unset !important;
    max-height: unset !important;
    line-height: 1.3 !important;
  }

  .product-card-wrapper .card__information {
    padding: 0.7rem 0.3rem 0.6rem !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .card__heading,
  .card__heading.h5 {
    font-size: 1.3rem !important;
    min-height: unset !important;
    max-height: unset !important;
  }
}

/* ============================================================
   F3. WISHLIST ICON — TRUE CORNER POSITION ON PRODUCT CARDS
   The wishlist button (from wishlist hero app) sits slightly
   inside because the card__inner clips it. We target the
   wrapper level and pin it to the true top-right corner.
   ============================================================ */

/* The card-wrapper is position:relative — pin wishlist here */
.card-wrapper,
.product-card-wrapper {
  position: relative !important;
}

/* Wishlist app button — all known selectors */
.card-wrapper [data-wlh-id],
.card-wrapper .wishlist-hero-product-btn,
.card-wrapper [class*="wishlist-hero"],
.card-wrapper [id*="wishlist"],
.card-wrapper .swym-button,
.card-wrapper [data-swym-type],
.card-wrapper .wl-add-btn,
.card-wrapper .wishlist-btn {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 4 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 34px !important;
  height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255,255,255,0.82) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  border-radius: 50% !important;
  border: none !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12) !important;
  cursor: pointer !important;
}

/* The heart icon inside */
.card-wrapper [data-wlh-id] svg,
.card-wrapper .wishlist-hero-product-btn svg,
.card-wrapper [class*="wishlist-hero"] svg,
.card-wrapper .swym-button svg,
.card-wrapper .wl-add-btn svg {
  width: 16px !important;
  height: 16px !important;
  stroke: var(--kaarigar-brand) !important;
  fill: none !important;
}

/* Active / wishlisted state */
.card-wrapper [data-wlh-id].active svg,
.card-wrapper .wishlist-hero-product-btn.active svg,
.card-wrapper [class*="wishlisted"] svg {
  fill: var(--kaarigar-brand) !important;
}

/* Mobile — slightly smaller */
@media screen and (max-width: 749px) {
  .card-wrapper [data-wlh-id],
  .card-wrapper .wishlist-hero-product-btn,
  .card-wrapper [class*="wishlist-hero"],
  .card-wrapper .swym-button,
  .card-wrapper .wl-add-btn {
    top: 6px !important;
    right: 6px !important;
    width: 30px !important;
    height: 30px !important;
  }
}


/* ============================================================
   F4. PRODUCT PAGE — WISHLIST TO FAR RIGHT OF PRICE ROW
   Currently the wishlist icon sits inline next to price but
   not pushed to the right edge. Fix: flex row + margin-left auto.
   ============================================================ */

/* Price + wishlist row */
.product__info-container .price-wrapper,
.product__info-container .price__container,
.product__info-container > .price,
.product-form .price,
.product__info-wrapper .price {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  gap: 1rem !important;
}

/* Push product page wishlist to far right */
#wishlist-inline-target,
#wishlisthero-product-page-button-container,
.product__info-container [id*="wishlist"],
.product__info-container [class*="wishlist"],
.product__info-container .swym-button[data-swym-type] {
  margin-left: auto !important;
  flex-shrink: 0 !important;
}

/* Wishlist icon size on product page */
#wishlisthero-product-page-button-container svg,
#wishlist-inline-target svg {
  width: 22px !important;
  height: 22px !important;
  stroke: var(--kaarigar-brand) !important;
  fill: none !important;
}


/* ============================================================
   F6. MOBILE RELATED PRODUCTS SLIDER — ARROW VERTICAL CENTER
   Arrow was at top:40% of the full component height (which
   includes title text below). We need it centered on the
   image area only, not the full card.
   Fix: use the image aspect ratio to calculate correct position.
   ============================================================ */

@media screen and (max-width: 749px) {

  .related-products slider-component {
    position: relative !important;
    padding: 0 24px !important;
  }

  /* Position arrows relative to image area only
     Portrait ratio = 80% width → image takes ~80% of card height
     Card width on mobile ≈ 75vw, so image height ≈ 75vw × 1.25
     Arrow center = image_height / 2 from top of card */
  .related-products .slider-buttons {
    position: absolute !important;
    /* Center on the image: image is portrait (125% padding)
       so center is at 62.5% of card width from top */
    top: 31% !important;
    left: 0 !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    pointer-events: none !important;
    z-index: 10 !important;
    padding: 0 !important;
  }

  .related-products .slider-button--prev,
  .related-products .slider-button--next {
    pointer-events: auto !important;
    background: rgba(255,255,255,0.92) !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }

  .related-products .slider-button svg {
    width: 10px !important;
    height: 10px !important;
  }
}

/* Desktop — also ensure arrows are on image center */
@media screen and (min-width: 750px) {
  .related-products .slider-buttons {
    top: 30% !important;
    transform: translateY(-50%) !important;
  }
}


/* ============================================================
   F8. FEATURED COLLECTION SLIDER — Same arrow fix for homepage
   ============================================================ */

@media screen and (max-width: 749px) {
  .featured-collection .slider-buttons {
    top: 31% !important;
    transform: translateY(-50%) !important;
  }
}


/* ============================================================
   F9. COLLECTION PAGE CARDS — Same uniform height fix
   Already covered by F1 but scoping explicitly for safety
   ============================================================ */

body.template-collection .card__heading,
body.template-collection .card__heading.h5 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: unset !important;
  max-height: unset !important;
}

@media screen and (max-width: 749px) {
  body.template-collection .card__heading,
  body.template-collection .card__heading.h5 {
font-size: 1.2rem !important;
    min-height: unset !important;
    max-height: unset !important;
    line-height: 1.3 !important;
  }
}

/* Remove title text overlaid on card image */
.card--standard.card--media .card__inner .card__information {
  display: none !important;
}

.card--standard.card--media .card__inner .card__heading {
  display: none !important;
}

/* ============================================================
   HEADER — SLIMMER HEIGHT + SHARP LOGO
   ============================================================ */

/* Remove the foggy filter from logo */
.header__heading-logo img,
.header__heading-logo.motion-reduce {
  filter: none !important;
}

/* Reduce header padding to slim it down */
@media (max-width: 749px) {
  header.header--mobile-center {
    padding: 6px 12px !important;
  }

  /* Shrink logo size slightly */
  .header__heading-logo.motion-reduce {
    max-width: 105px !important;
  }

  /* Tighten icon sizes */
  .header__icon,
  .header__icon--cart {
    height: 38px !important;
    width: 38px !important;
  }

  .header__icon .svg-wrapper,
  .header__icon--cart .svg-wrapper {
    width: 38px !important;
    height: 38px !important;
  }
}

/* Desktop header slim too */
@media (min-width: 990px) {
  .header.page-width {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

/* ===============================
   PRODUCT CARD FINAL FIX v3
   =============================== */

/* Kill ALL forced heights on info zone */
.product-card-wrapper .card__information,
.card__information,
.card-information {
  min-height: unset !important;
  max-height: unset !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  padding: 8px 6px 8px !important;
  justify-content: flex-start !important;
}

/* Price must NOT be pushed down */
.card-information > *:last-child,
.product-card-wrapper .price,
.product-card-wrapper .card-information .price {
  margin-top: 0 !important;
}

/* Title bottom margin — keep it tight */
.card__heading,
.card__heading.h5,
.product-card-wrapper .card__heading {
  margin-bottom: 2px !important;
}

/* Grid items — scoped to cards only, not product media columns */
.product-card-wrapper,
.card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* FINAL MOBILE CARD FIX */
@media screen and (max-width: 749px) {
  .card__heading,
  .card__heading.h5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.25 !important;
  }

  .card__information,
  .card-information,
  .product-card-wrapper .card__information {
    min-height: unset !important;
    max-height: unset !important;
    height: auto !important;
    gap: 2px !important;
  }

  .product-card-wrapper .price,
  .card-information .price {
    margin-top: 2px !important;
  }
}

/* ============================================================
   CARD PRICE GAP — FINAL DEFINITIVE FIX
   ============================================================ */

/* Zero out ALL competing margins/gaps on card info */
.product-card-wrapper .card__information,
.card__information,
.card-information {
  padding: 6px 8px 8px !important;
  gap: 0 !important;
}

/* Title — zero bottom margin */
.card__heading,
.card__heading.h5,
.product-card-wrapper .card__heading {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/* Price — zero top margin */
.product-card-wrapper .price,
.product-card-wrapper .card-information .price,
.card-information .price,
.price {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}

/* Kill T5 padding override */
.product-card-wrapper .card-information {
  gap: 0 !important;
  padding-top: 0 !important;
}

/* ============================================================
   PRICE INTERNAL GAP FIX
   ============================================================ */

/* Remove space between compare-at and sale price */
.price .price__container,
.price__container {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
  row-gap: 0 !important;
}

/* On cards — stack vertically like competitor */
.product-card-wrapper .price .price__container,
.card-information .price .price__container {
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
}

/* Remove any margin between price items */
.price-item,
.price .price-item {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

/* Compare-at (strikethrough) */
.price-item--regular {
  line-height: 1.2 !important;
}

/* Sale price */
.price-item--sale {
  line-height: 1.3 !important;
}

/* ============================================================
   FINAL PRICE + SPACING FIXES
   ============================================================ */

/* 1. TITLE → PRICE: tighten further */
.card__heading,
.card__heading.h5,
.product-card-wrapper .card__heading {
  margin-bottom: 0 !important;
}

.product-card-wrapper .card__information,
.card__information,
.card-information {
  padding: 5px 8px 6px !important;
  gap: 0 !important;
}

/* 2. STRIKETHROUGH → SALE PRICE: stack tight */
.price__container {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.price-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

.price-item--regular {
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
}

.price-item--sale {
  line-height: 1.2 !important;
  margin-top: 0 !important;
}

/* 3. HOMEPAGE: VIEW ALL top padding reduce */
.featured-collection .collection__view-all,
.featured-collection .center.collection__view-all,
.featured-collection .section-stack__footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 4px !important;
}

.featured-collection ul.grid,
.featured-collection .slider.grid {
  margin-bottom: 0 !important;
}

/* ============================================================
   KAARIGAR — FIXES v5  (PASTE AT BOTTOM OF custom.css)
   ============================================================
   
   FIX 1: Product page images broken on desktop
   The sticky fix (F5) applied max-height + overflow-y:auto to
   .product__media-wrapper which collapsed the image gallery.
   Solution: Remove the overflow/max-height, keep only sticky
   positioning so images scroll with the right column naturally.

   FIX 2: "View All" gap too large
   Remove the excess section margin-bottom added in v4/v5.
   Tighten specifically the featured collection footer zone.

   FIX 3: Price container stacking on cards
   Ensure compare-at and sale price stack cleanly.
   ============================================================ */


/* ============================================================
   FIX 1 — RESTORE PRODUCT PAGE IMAGES (DESKTOP)
   
   The sticky + max-height + overflow-y:auto combination was
   collapsing the media wrapper. We need ONLY sticky positioning.
   The overflow and max-height must be removed entirely.
   ============================================================ */

@media screen and (min-width: 990px) {

  /* Reset the broken overflow from F5 */
  .product__media-wrapper,
  .product .product__media-list,
  .product-media-container,
  [class*="product__media-wrapper"],
  .product__column-sticky {
    /* Keep sticky — remove the overflow that broke images */
    position: sticky !important;
    top: calc(var(--header-height, 80px) + 20px) !important;
    align-self: flex-start !important;
    /* REMOVE these — they were collapsing the images: */
    max-height: none !important;
    overflow-y: visible !important;
    overflow-x: visible !important;
    overflow: visible !important;
  }

  /* Ensure product grid columns align from top */
  .product.grid,
  .product.page-width.grid {
    align-items: flex-start !important;
  }

  .product__info-container {
    align-self: flex-start !important;
  }
}


/* ============================================================
   FIX 2 — "VIEW ALL" GAP REDUCTION
   
   The gap between last product card row and VIEW ALL button
   is caused by section-stack__footer padding and the section
   margin-bottom we added. Tighten both.
   ============================================================ */

/* Featured collection footer — tight */
.featured-collection .section-stack__footer,
.featured-collection .collection__view-all,
.featured-collection .center.collection__view-all {
  margin-top: 0 !important;
  padding-top: 2px !important;
  padding-bottom: 8px !important;
}

/* Grid bottom margin — remove */
.featured-collection ul.grid,
.featured-collection .slider.grid,
.featured-collection .slider-component-desktop {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Section spacing — tighten back to reasonable */
.shopify-section.section {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 750px) {
  .shopify-section.section {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 990px) {
  .shopify-section.section {
    margin-bottom: 2.5rem !important;
  }
}

/* Featured collection section itself */
.featured-collection,
.featured-collection.section {
  padding-bottom: 8px !important;
}

@media screen and (min-width: 990px) {
  .featured-collection,
  .featured-collection.section {
    padding-bottom: 12px !important;
  }
}


/* ============================================================
   FIX 3 — CARD PRICE: CLEAN STACKING, NO EXTRA GAP
   
   Prices stack vertically: strikethrough on top, sale below.
   No gap between them. One authoritative rule wins.
   ============================================================ */

/* Price container — vertical stack */
.product-card-wrapper .price__container,
.card-information .price__container,
.price__container {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* Each price item — block, no margin */
.product-card-wrapper .price-item,
.card-information .price-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

/* Compare-at (strikethrough) */
.product-card-wrapper .price-item--regular:not(:only-child),
.card-information .price-item--regular:not(:only-child) {
  font-size: 1.15rem !important;
  color: var(--kaarigar-muted) !important;
  text-decoration: line-through !important;
  font-weight: 400 !important;
  opacity: 0.8 !important;
}

/* Sale price */
.product-card-wrapper .price-item--sale,
.card-information .price-item--sale {
  font-size: 1.3rem !important;
  color: var(--kaarigar-brand) !important;
  font-weight: 600 !important;
}

/* Single price (no sale) */
.product-card-wrapper .price-item--regular:only-child,
.card-information .price-item--regular:only-child {
  font-size: 1.3rem !important;
  color: #1a1a1a !important;
  font-weight: 500 !important;
}

/* Mobile — slightly smaller */
@media screen and (max-width: 749px) {
  .product-card-wrapper .price-item--sale,
  .card-information .price-item--sale {
    font-size: 1.2rem !important;
  }

  .product-card-wrapper .price-item--regular:not(:only-child),
  .card-information .price-item--regular:not(:only-child) {
    font-size: 1.05rem !important;
  }
}


/* ============================================================
   FIX 4 — CARD INFO FINAL SPACING
   One clean rule, overrides everything above.
   ============================================================ */

.card__information,
.product-card-wrapper .card__information {
  padding: 5px 8px 6px !important;
  gap: 0 !important;
  min-height: unset !important;
  max-height: unset !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

.card-information,
.product-card-wrapper .card-information {
  gap: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.card__heading,
.card__heading.h5,
.product-card-wrapper .card__heading {
  margin: 0 0 2px 0 !important;
}

.product-card-wrapper .price,
.card-information .price {
  margin-top: 0 !important;
}

/* ============================================================
   DEFINITIVE FIX — PRODUCT IMAGES + MENU + CARD GAP
   ============================================================ */

/* 1. COMPLETELY KILL THE STICKY IMAGE FIX — it's breaking layout */
.product__media-wrapper,
.product .product__media-list,
.product-media-container,
[class*="product__media-wrapper"],
.product__column-sticky {
  position: relative !important;
  top: auto !important;
  align-self: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-y: visible !important;
  overflow-x: visible !important;
  scrollbar-width: auto !important;
}

/* 2. RESTORE PROPER PRODUCT GRID ALIGNMENT */
.product.grid,
.product.page-width.grid {
  align-items: flex-start !important;
}

.product__info-container {
  align-self: flex-start !important;
}

/* 3. MOBILE MENU — kill huge gaps between links */
.menu-drawer .list-menu__item--link,
.menu-drawer__navigation .list-menu__item--link,
.menu-drawer a.list-menu__item--link {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 1.3 !important;
}

.menu-drawer__navigation .list-menu {
  gap: 0 !important;
}

.menu-drawer__navigation {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* 4. CARD GAP — tightest possible without breaking layout */
.card__information,
.product-card-wrapper .card__information {
  padding: 4px 8px 5px !important;
  gap: 0 !important;
}

.card-information,
.product-card-wrapper .card-information {
  gap: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.card__heading,
.card__heading.h5,
.product-card-wrapper .card__heading {
  margin: 0 0 1px 0 !important;
  line-height: 1.2 !important;
}

.product-card-wrapper .price,
.card-information .price {
  margin-top: 0 !important;
}

.price__container {
  gap: 0 !important;
}

.price-item {
  line-height: 1.15 !important;
  margin: 0 !important;
}

/* 5. VIEW ALL — reduce gap above it */
.featured-collection .section-stack__footer,
.featured-collection .collection__view-all {
  margin-top: 2px !important;
  padding-top: 0 !important;
  padding-bottom: 6px !important;
}

.featured-collection ul.grid,
.featured-collection .slider.grid {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* ============================================================
   PRODUCT PAGE — STICKY IMAGES (CORRECTED)
   Sticky yes, overflow/max-height removed — they broke images
   ============================================================ */

/* DESKTOP ONLY — sticky left column, no overflow clipping */
@media screen and (min-width: 990px) {
  .product__media-wrapper,
  .product .product__media-list,
  .product-media-container,
  [class*="product__media-wrapper"],
  .product__column-sticky {
    position: sticky !important;
    top: calc(var(--header-height, 80px) + 16px) !important;
    align-self: flex-start !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .product.grid,
  .product.page-width.grid {
    align-items: flex-start !important;
  }

  .product__info-container {
    align-self: flex-start !important;
  }
}

/* MOBILE — no sticky, fully natural flow */
@media screen and (max-width: 989px) {
  .product__media-wrapper,
  .product .product__media-list,
  .product-media-container,
  [class*="product__media-wrapper"],
  .product__column-sticky {
    position: relative !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

/* ============================================================
   DEFINITIVE FIX — IMAGES + FOOTER + MENU
   ============================================================ */

/* 1. PRODUCT IMAGES — reset everything, sticky only on wrapper */
.product__media-wrapper,
.product .product__media-list,
.product-media-container,
[class*="product__media-wrapper"],
.product__column-sticky {
  position: static !important;
  top: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-y: visible !important;
  overflow-x: visible !important;
  align-self: auto !important;
  scrollbar-width: auto !important;
}

/* Desktop: ONLY the outer wrapper column gets sticky */
@media screen and (min-width: 990px) {
  .product__media-wrapper {
    position: sticky !important;
    top: 100px !important;
    align-self: flex-start !important;
    overflow: visible !important;
  }

  .product.grid,
  .product.page-width.grid {
    align-items: flex-start !important;
  }

  .product__info-container {
    align-self: flex-start !important;
  }
}

/* Mobile: carousel must be untouched */
@media screen and (max-width: 989px) {
  .product__media-wrapper,
  .product .product__media-list {
    position: static !important;
    overflow: visible !important;
  }
}

/* 2. FOOTER LINKS — kill the T2 1.75 line-height on li */
.footer li,
.footer .list-menu li,
.footer .list-menu__item {
  line-height: 1.5 !important;
  margin-bottom: 4px !important;
}

.footer .list-menu__item--link {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  line-height: 1.5 !important;
  display: block !important;
}

/* 3. FOOTER HEADING — prevent merge with first link */
.footer-block__heading {
  display: block !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

/* ===== FINAL MOBILE MENU FIX ===== */

.menu-drawer .list-menu__item--link,
.menu-drawer__navigation .list-menu__item--link,
.menu-drawer a.list-menu__item--link {
  font-family: var(--font-kaarigar-body) !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;

  padding: 10px 0 !important;
  line-height: 1.4 !important;

  transform: none !important;
  transition: none !important;
}

.menu-drawer__navigation ul,
.menu-drawer__navigation .list-menu {
  gap: 0 !important;
}

/* ================================
 
/* ============================================================
   FIX: IMAGE-WITH-TEXT MEDIA — RESTORE IMAGE VISIBILITY
   The global-media-settings overflow:visible was preventing
   the absolutely-positioned image inside .media from rendering.
   ============================================================ */

.image-with-text__media.media {
  overflow: hidden !important;
}

.image-with-text__media.media > img,
.image-with-text__media.media > * {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}


/* ============================================================
   FIX: SEARCH MODAL — REVERT BROKEN OVERRIDE
   The earlier .search-modal fix was replacing Shopify's
   details[open] positioning with flex centering, breaking layout.
   ============================================================ */

.search-modal {
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
  padding-top: 0 !important;
}

.search-modal__content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 5rem 0 1rem !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

.search-modal__form {
  width: 100% !important;
  max-width: none !important;
  position: relative !important;
}

.search-modal__form .field__input {
  width: 100% !important;
  height: auto !important;
  padding: 1.5rem !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: inherit !important;
}

.search-modal__form .field {
  width: 100% !important;
}

@media screen and (min-width: 750px) {
  .search-modal__content {
    padding: 0 6rem !important;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem !important;
  }
}

/* ============================================================
   DEFINITIVE FIX v6 — SEARCH MODAL + IMAGE-WITH-TEXT
   ============================================================ */

/* FIX 1: IMAGE-WITH-TEXT — the outer .global-media-settings
   has overflow:visible from our earlier rule, which means the
   .media container's padding-bottom trick has no clipping box.
   We must set overflow:hidden on the MEDIA element itself,
   not on global-media-settings (which needs visible for shadows).
   ============================================================ */

.image-with-text__media,
.image-with-text__media.media,
.image-with-text__media.global-media-settings {
  overflow: hidden !important;
  position: relative !important;
}

.image-with-text__media img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}


/* FIX 2: SEARCH MODAL — stop hiding details-modal on mobile.
   The header search icon uses details-modal on the About page.
   Our mobile header rule was nuking it entirely.
   Instead, only hide it when it's INSIDE .header__icons.
   ============================================================ */

/* Remove the blanket hide of details-modal */
header.header--mobile-center > details-modal {
  display: block !important;
}

/* But keep it hidden if it's a cart/account modal inside icons */
header.header--mobile-center .header__icons details-modal {
  display: none !important;
}

/* Search modal must be full-width below header, not inline */
.search-modal {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 100 !important;
  background: rgb(var(--color-background)) !important;
  display: block !important;
  padding: 0 !important;
}

details[open] > .search-modal {
  opacity: 1 !important;
}

.search-modal__content {
  display: flex !important;
  align-items: center !important;
  padding: 0 1rem 0 1rem !important;
  width: 100% !important;
  height: 5.5rem !important;
  box-sizing: border-box !important;
}

@media screen and (min-width: 750px) {
  .search-modal__content {
    padding: 0 6rem !important;
    height: 6rem !important;
  }
}

.search-modal__form {
  width: 100% !important;
  max-width: none !important;
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem !important;
    margin: 0 auto !important;
  }
}

.search-modal__form .field__input {
  height: 4rem !important;
  padding: 0.8rem 1.5rem !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 1.4rem !important;
  background: transparent !important;
}

/* ============================================================
   FIX: IMAGE-WITH-TEXT MEDIA — FLEX COLLAPSE FIX
   Container collapses to 1.6px in flex parent because
   absolutely-positioned img gives it no intrinsic width.
   ============================================================ */

.image-with-text__media-item {
  width: 100% !important;
  min-width: 0 !important;
}

.image-with-text__media {
  width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
}

.image-with-text__media img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.image-with-text {
  padding-top: 10px !important;
}

/* ============================================================
   FIX: FOOTER MENU BLOCKS — VERTICAL LAYOUT
   Heading and links were in flex-row, drifting sideways.
   Force column layout for all footer menu blocks.
   ============================================================ */

.footer-block--menu {
  flex-direction: column !important;
  display: flex !important;
}

.footer-block--menu .footer-block__heading {
  width: 100% !important;
  display: block !important;
  margin-bottom: 10px !important;
}

.footer-block__details-content.list-unstyled,
.footer-block--menu ul,
.footer-block--menu .list-menu {
  flex-direction: column !important;
  display: flex !important;
  width: 100% !important;
  gap: 4px !important;
}

.footer-block--menu .list-menu__item,
.footer-block--menu li {
  width: 100% !important;
  display: block !important;
}

.footer-block--menu .list-menu__item--link {
  display: block !important;
  width: 100% !important;
  padding: 3px 0 !important;
  white-space: normal !important;
}

/* ============================================================
   FIX: IMAGE-WITH-TEXT — DESKTOP SIDE-BY-SIDE LAYOUT
   Our width:100% fix for mobile was overriding the desktop
   grid columns, causing stacked layout on all screen sizes.
   ============================================================ */

/* Restore the grid side-by-side on desktop */
@media screen and (min-width: 750px) {
  .image-with-text__grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: stretch !important;
  }

  /* Image item — let grid control width */
  .image-with-text__media-item {
    width: auto !important;
    min-width: 0 !important;
  }

  /* Text item */
  .image-with-text__text-item {
    width: auto !important;
    min-width: 0 !important;
  }

  /* Image still needs overflow hidden for aspect ratio trick */
  .image-with-text__media {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    position: relative !important;
  }
}

/* Mobile — keep stacked (image full width, text below) */
@media screen and (max-width: 749px) {
  .image-with-text__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .image-with-text__media-item {
    width: 100% !important;
  }
}

/* For "text_first" layout — text left, image right */
.image-with-text__grid--reverse {
  direction: rtl !important;
}

.image-with-text__grid--reverse > * {
  direction: ltr !important;
}

/* ============================================================
   FIX: SEARCH MODAL — CONTAINING BLOCK ESCAPE
   details-modal is 38px wide (header grid cell) + position:relative
   traps the absolutely-positioned search modal inside it.
   Setting it to position:static lets the modal use the header
   as its containing block and span full width correctly.
   ============================================================ */

/* Let the modal escape the tiny grid cell */
details-modal.header__search,
.header__search details-modal,
header details-modal {
  position: static !important;
}

/* The header itself must be the containing block */
.header-wrapper,
.header {
  position: relative !important;
}

/* Search modal — full width of header */
.search-modal {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 100 !important;
  background: rgb(var(--color-background)) !important;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08) !important;
  padding: 0 !important;
  /* Reset the height:5.5rem override that was squishing it */
  height: auto !important;
  min-height: auto !important;
}

.search-modal__content {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 5rem !important;
  padding: 0 1.5rem !important;
  box-sizing: border-box !important;
}

@media screen and (min-width: 750px) {
  .search-modal__content {
    padding: 0 5rem !important;
    height: 6rem !important;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem !important;
    margin: 0 auto !important;
  }
}

.search-modal__form {
  width: 100% !important;
}

.search-modal__form .field__input {
  height: 4rem !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* ============================================================
   SEARCH MODAL — FINAL DEFINITIVE FIX
   Based on DevTools AI diagnosis: modal trapped in 38px cell.
   Solution: viewport units + static positioning on parents.
   ============================================================ */

/* Step 1: Remove position constraint from parent containers */
details-modal.header__search,
details-modal.header__search details {
  position: static !important;
}

/* Step 2: Force modal full viewport width */
.search-modal,
.search-modal.modal__content {
  position: fixed !important;
  top: var(--header-height, 63px) !important;
  left: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  z-index: 200 !important;
  background: rgb(var(--color-background)) !important;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08) !important;
  height: auto !important;
  min-height: auto !important;
  padding: 0 !important;
}

/* Step 3: Overlay backdrop full width */
.modal-overlay {
  width: 100vw !important;
  left: 0 !important;
}

/* Step 4: Content inside modal */
.search-modal__content {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 5.5rem !important;
  padding: 0 1.5rem !important;
  box-sizing: border-box !important;
  position: relative !important;
}

@media screen and (min-width: 750px) {
  .search-modal__content {
    padding: 0 5rem !important;
    height: 6rem !important;
  }
}

.search-modal__form {
  width: 100% !important;
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem !important;
    margin: 0 auto !important;
  }
}

.search-modal__form .field__input {
  height: 4rem !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* ============================================================
   SEARCH MODAL — CLEAN FINAL FIX
   ============================================================ */

/* Reset all previous search modal positioning */
details-modal.header__search,
details-modal.header__search details,
.header__search,
.header__search details {
  position: static !important;
}

/* Full-width modal anchored directly below header */
.search-modal {
  position: fixed !important;
  top: var(--header-height, 63px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  z-index: 999 !important;
  background: rgb(var(--color-background)) !important;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08) !important;
  height: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
}

details[open] > .search-modal {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Content row */
.search-modal__content {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: var(--page-width) !important;
  margin: 0 auto !important;
  height: 6rem !important;
  padding: 0 1.5rem !important;
  box-sizing: border-box !important;
  position: relative !important;
  justify-content: unset !important;
}

@media screen and (min-width: 750px) {
  .search-modal__content {
    padding: 0 5rem !important;
  }
}

/* Form takes all remaining width */
.search-modal__form {
  width: 100% !important;
  flex: 1 !important;
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: none !important;
    margin: 0 !important;
  }
}

/* Input clean */
.search-modal__form .field__input {
  height: 4.5rem !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 1.5rem !important;
}

/* Overlay backdrop full width */
.modal-overlay {
  width: 100vw !important;
  left: 0 !important;
}

/* Close button position */
.search-modal__close-button {
  flex-shrink: 0 !important;
}

/* ============================================================
   PRODUCT MEDIA — DEFINITIVE FIX
   Based on Chrome DevTools diagnosis:
   
   PROBLEM 1 (Desktop): media-gallery flex item has no width,
   shrinks to content → tiny thumbnail grid appears.
   FIX: force media-gallery to fill its parent column (width:100%)
   
   PROBLEM 2 (Mobile): product__media-list has overflow-x:visible
   from our prior rules → carousel cannot scroll.
   FIX: restore overflow-x:auto + scroll-snap on the list
   
   PROBLEM 3 (Desktop sticky): product__media-wrapper needs
   sticky positioning, but ONLY the outer wrapper — nothing inside.
   All inner elements must keep their natural position/overflow.
   ============================================================ */

/* ── FIX 1: media-gallery must fill the wrapper column ─────
   This is the primary cause of "minute grid" on desktop.
   The selector targets Dawn's media gallery custom element
   and any element with an id starting with "MediaGallery-".
   ──────────────────────────────────────────────────────────── */
body.template-product media-gallery,
body.template-product [id^="MediaGallery-"] {
  width: 100% !important;
  display: block !important;
}

/* ── FIX 2: media-list must allow horizontal scroll ────────
   Our prior overflow:visible rules broke the carousel.
   Restore exactly what Dawn needs: relative positioning,
   overflow visible on the outer list (Dawn handles scroll
   on the inner slider), and overflow:hidden on each .media
   so the aspect-ratio trick works.
   ──────────────────────────────────────────────────────────── */
body.template-product .product__media-list {
  position: relative !important;
  overflow: visible !important;
  /* Do NOT set overflow-x:auto here — Dawn's JS controls scrolling */
}

/* The mobile slider component needs overflow-x:auto to scroll */
body.template-product slider-component.slider-mobile-gutter {
  overflow-x: auto !important;
  overflow-y: visible !important;
  display: block !important;
  width: 100% !important;
}

/* Each media item's .media box must clip its absolute img */
body.template-product .product__media-item .media,
body.template-product .product__media-item .global-media-settings {
  overflow: hidden !important;
  position: relative !important;
}

/* ── FIX 3: Reset ALL prior conflicting rules ───────────────
   Every prior block in custom2.css has set position:static,
   position:sticky, overflow:visible on these selectors in
   conflicting combinations. This single block overrides all.
   ──────────────────────────────────────────────────────────── */
body.template-product .product__media-wrapper {
  position: static !important;
  top: auto !important;
  max-height: none !important;
  overflow: visible !important;
  align-self: auto !important;
}

body.template-product .product-media-container {
  position: static !important;
  top: auto !important;
  max-height: none !important;
}

body.template-product .product__column-sticky {
  position: static !important;
  top: auto !important;
  overflow: visible !important;
}

body.template-product .product__media-item {
  position: static !important;
  overflow: visible !important;
}

/* ── FIX 4: Desktop sticky — outer wrapper ONLY ─────────────
   Only .product__media-wrapper (the grid column) is sticky.
   media-gallery, product__media-list, each media item — all
   untouched. They use natural flow inside the sticky column.
   ──────────────────────────────────────────────────────────── */
@media screen and (min-width: 990px) {
  body.template-product .product__media-wrapper {
    position: sticky !important;
    top: 90px !important;
    align-self: flex-start !important;
    overflow: visible !important;
    max-height: none !important;
  }

  body.template-product .product.grid,
  body.template-product .product.page-width.grid {
    align-items: flex-start !important;
  }

  body.template-product .product__info-container {
    align-self: flex-start !important;
  }
}

/* ── FIX 5: Mobile — ensure natural flow ───────────────────
   No sticky, no overflow constraints on wrapper.
   ──────────────────────────────────────────────────────────── */
@media screen and (max-width: 989px) {
  body.template-product .product__media-wrapper {
    position: static !important;
    top: auto !important;
    overflow: visible !important;
  }
}
/* ============================================================
   SEARCH MODAL — CANONICAL FINAL FIX (paste at very bottom)
   Overrides all conflicting blocks above.
   ============================================================ */

/* 1. Let the modal escape its tiny grid cell */
details-modal,
details-modal.header__search,
.header__search details-modal,
.header__search details {
  position: static !important;
}

/* 2. Full-viewport modal anchored below the full header group */
.search-modal {
  position: fixed !important;
  top: var(--full-header-height, var(--header-height, 70px)) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  min-height: auto !important;
  z-index: 9999 !important;
  background: rgb(var(--color-background)) !important;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08) !important;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07) !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.15s ease !important;
  transform: none !important;
}

details[open] > .search-modal {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* 3. Content row */
.search-modal__content {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 5.5rem !important;
  padding: 0.6rem 1.5rem !important;
  box-sizing: border-box !important;
  position: relative !important;
  gap: 0.8rem !important;
  justify-content: flex-start !important;
}

@media screen and (min-width: 750px) {
  .search-modal__content {
    height: 6.5rem !important;
    padding: 0.6rem 5rem !important;
  }
}

/* 4. Form */
.search-modal__form {
  flex: 1 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  position: relative !important;
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem !important;
    margin: 0 auto !important;
  }
}

/* 5. Field wrapper — single styled pill */
.search-modal__form .field {
  width: 100% !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 10px !important;
  background: rgba(var(--color-foreground), 0.04) !important;
  border: 1.5px solid rgba(var(--color-foreground), 0.13) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  overflow: hidden !important;
  /* Remove Dawn's default border approach */
  box-shadow: none !important;
}

.search-modal__form .field:focus-within {
  border-color: rgba(128, 54, 0, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(128, 54, 0, 0.08) !important;
}

/* Nuke Dawn's ::before ::after borders on the field */
.search-modal__form .field::before,
.search-modal__form .field::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

/* ============================================================
   FIX 1 — LABEL / PLACEHOLDER OVERLAP
   The floating label stays visible because our earlier CSS
   broke the float-up trigger. Solution: hide the label entirely
   in the search context and enable ::placeholder instead.
   ============================================================ */

.search-modal__form .field__label {
  display: none !important;
}

.search-modal__form .field__input::placeholder {
  opacity: 0.45 !important;
  color: rgba(var(--color-foreground), 0.55) !important;
}

/* Input: same padding in ALL states (no floating label offset) */
.search-modal__form .field__input,
.search-modal__form .field__input:focus,
.search-modal__form .field__input:not(:placeholder-shown),
.search-modal__form .field__input:-webkit-autofill {
  width: 100% !important;
  height: 4.6rem !important;
  padding: 0 9rem 0 1.6rem !important; /* right padding = room for 2 icon buttons */
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 1.5rem !important;
  color: rgb(var(--color-foreground)) !important;
  box-shadow: none !important;
  outline: none !important;
  box-sizing: border-box !important;
}

@media screen and (min-width: 750px) {
  .search-modal__form .field__input,
  .search-modal__form .field__input:focus,
  .search-modal__form .field__input:not(:placeholder-shown),
  .search-modal__form .field__input:-webkit-autofill {
    height: 5rem !important;
    font-size: 1.6rem !important;
  }
}

/* ============================================================
   FIX 2 — DOUBLE ICONS
   Reposition search submit button inside the pill on the right.
   Modal close button becomes a clean circle outside the pill.
   ============================================================ */

/* Search submit (magnifying glass) — inside the pill, rightmost */
.search-modal__form .field__button {
  position: absolute !important;
  right: 0.5rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: auto !important;
  bottom: auto !important;
  width: 3.4rem !important;
  height: 3.4rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--kaarigar-brand, #803600) !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 0 !important;
  cursor: pointer !important;
  z-index: 3 !important;
  color: #fff !important;
  transition: background 0.2s ease !important;
}

.search-modal__form .field__button:hover {
  background: var(--kaarigar-brand-dark, #5c2e08) !important;
}

.search-modal__form .field__button svg,
.search-modal__form .field__button .icon {
  width: 1.6rem !important;
  height: 1.6rem !important;
  fill: none !important;
  stroke: #fff !important;
}

/* Clear (×) button — sits just left of the search button */
.search-modal__form .field__button[type="reset"],
.search-modal__form [data-action="clear"],
.search-modal__form .reset {
  position: absolute !important;
  right: 4.5rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
  border: none !important;
  color: rgba(var(--color-foreground), 0.5) !important;
  z-index: 3 !important;
}

/* Modal close button — circle outside the pill */
.search-modal__close-button {
  flex-shrink: 0 !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 3.6rem !important;
  height: 3.6rem !important;
  min-width: 3.6rem !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(var(--color-foreground), 0.15) !important;
  background: transparent !important;
  cursor: pointer !important;
  color: rgb(var(--color-foreground)) !important;
  transition: all 0.2s ease !important;
  padding: 0 !important;
  margin: 0 !important;
}

.search-modal__close-button:hover {
  background: rgba(var(--color-foreground), 0.06) !important;
  border-color: rgba(var(--color-foreground), 0.3) !important;
}

.search-modal__close-button svg,
.search-modal__close-button .icon {
  width: 1.4rem !important;
  height: 1.4rem !important;
}

/* Prevent the inline header search icon from doubling up */
.header__icons details[open] .header__icon--search .icon-search,
.header__icons .header__icon--search.active .icon-search {
  display: none !important;
}

/* Predictive search results panel */
.predictive-search {
  border-top: 1px solid rgba(var(--color-foreground), 0.06) !important;
  max-height: 65vh !important;
  overflow-y: auto !important;
}

/* Overlay full width */
.modal-overlay {
  width: 100vw !important;
  left: 0 !important;
}

/* Mobile: slightly tighter */
@media screen and (max-width: 749px) {
  .search-modal__content {
    padding: 0.6rem 1.2rem !important;
    height: 5rem !important;
    gap: 0.5rem !important;
  }

  .search-modal__form .field__input,
  .search-modal__form .field__input:focus,
  .search-modal__form .field__input:not(:placeholder-shown) {
    height: 4.2rem !important;
    font-size: 1.4rem !important;
  }

  .search-modal__form .field__button {
    width: 3rem !important;
    height: 3rem !important;
    right: 0.4rem !important;
  }

  .search-modal__close-button {
    width: 3.2rem !important;
    height: 3.2rem !important;
    min-width: 3.2rem !important;
  }
}

/* ============================================================
   SEARCH UI POLISH + STICKY HEADER — FINAL TARGETED FIXES
   Paste at the VERY END of custom2.css
   ============================================================ */

/* ── FIX 1: STICKY HEADER (MOBILE + DESKTOP) ────────────────
   overflow-x: hidden creates a scroll container which silently
   breaks position: sticky. clip clips overflow identically
   but does NOT create a scroll container — sticky works again.
   ──────────────────────────────────────────────────────────── */

html,
body {
  overflow-x: clip !important; /* was: hidden — hidden breaks sticky */
}

/* Always-visible sticky header — never hides on scroll down */
.section-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

.section-header.shopify-section-header-hidden {
  top: 0 !important; /* Override the JS that slides header off-screen */
}

/* ── FIX 2: DESKTOP — ONE CLOSE BUTTON, NOT TWO ─────────────
   When search opens, the header search toggle shows an X icon
   (header__icon-close). Our modal already has its own close
   button. Hide the toggle X so only one X is visible.
   ──────────────────────────────────────────────────────────── */

@media screen and (min-width: 750px) {
  .header__search details[open] .header__icon-close,
  .header__search details[open] summary .header__icon-close {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* ── FIX 3: CLEAR BUTTON VISIBLE + POSITIONED CORRECTLY ─────
   Dawn's reset button shares class "field__button" with the
   submit button. Our broad .field__button rule was making BOTH
   brown, and both were stacked at right: 0.5rem — the clear X
   was hidden behind the submit button (or appearing white).
   
   Solution: scope brown styling to submit ONLY, give clear
   button a neutral visible style at a different position.
   ──────────────────────────────────────────────────────────── */

/* Submit button ONLY — magnifying glass → brand color */
.search-modal__form button[type="submit"].field__button,
.search-modal__form .field__button:not([type="reset"]):not(.reset__button) {
  position: absolute !important;
  right: 0.5rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: auto !important;
  bottom: auto !important;
  width: 3.4rem !important;
  height: 3.4rem !important;
  background: var(--kaarigar-brand, #803600) !important;
  color: #fff !important;
  border-radius: 8px !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 3 !important;
}

.search-modal__form button[type="submit"].field__button svg,
.search-modal__form .field__button:not([type="reset"]):not(.reset__button) svg {
  width: 1.6rem !important;
  height: 1.6rem !important;
  stroke: #fff !important;
  fill: none !important;
}

/* Clear/reset button — neutral gray circle, LEFT of submit button */
.search-modal__form button[type="reset"],
.search-modal__form .reset__button,
.search-modal__form .field__button[type="reset"] {
  position: absolute !important;
  right: 4.4rem !important;  /* left of the 3.4rem submit button */
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: auto !important;
  bottom: auto !important;
  width: 2.8rem !important;
  height: 2.8rem !important;
  background: rgba(var(--color-foreground), 0.1) !important;
  color: rgb(var(--color-foreground)) !important;
  border-radius: 50% !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 3 !important;
  padding: 0 !important;
}

.search-modal__form button[type="reset"] svg,
.search-modal__form .reset__button svg,
.search-modal__form .field__button[type="reset"] svg {
  width: 1.2rem !important;
  height: 1.2rem !important;
  stroke: rgb(var(--color-foreground)) !important;
  fill: none !important;
}

/* Expand input right padding to clear both buttons */
.search-modal__form .field__input,
.search-modal__form .field__input:focus,
.search-modal__form .field__input:not(:placeholder-shown),
.search-modal__form .field__input:-webkit-autofill {
  padding: 0 8.5rem 0 1.6rem !important;
}

@media screen and (max-width: 749px) {
  .search-modal__form .field__input,
  .search-modal__form .field__input:focus,
  .search-modal__form .field__input:not(:placeholder-shown) {
    padding: 0 8rem 0 1.4rem !important;
  }
}

/* ── FIX 4: SEARCH RESULTS PAGE — FLOATING LABEL OVERLAP ────
   Our global T10 rule forces field__label to 1.4rem !important.
   This overrides Dawn's rule that shrinks the label to 1rem
   when the input has a value (the "float up" effect).
   Result: "Search" label stays large, overlapping typed text.
   
   Fix: restore correct floating on the search results page.
   ──────────────────────────────────────────────────────────── */

body.template-search .field__input:not(:placeholder-shown) ~ .field__label,
body.template-search .field__input:focus ~ .field__label,
body.template-search .field__input:-webkit-autofill ~ .field__label {
  font-size: 1rem !important;        /* shrink: overrides our 1.4rem global */
  top: calc(var(--inputs-border-width) + 0.5rem) !important;
  left: calc(var(--inputs-border-width) + 2rem) !important;
  letter-spacing: 0.04rem !important;
  color: rgba(var(--color-foreground), 0.55) !important;
}

/* Expand input padding so text doesn't sit under the floated label */
body.template-search .field__input:not(:placeholder-shown),
body.template-search .field__input:focus,
body.template-search .field__input:-webkit-autofill {
  padding: 2.2rem 5rem 0.8rem 2rem !important;
  margin: var(--inputs-border-width) !important;
}

/* ── FIX 5: SEARCH RESULTS PAGE — IMPROVED BAR STYLING ──────
   Style the search bar on results page to match the modal's
   clean pill aesthetic. Also style clear X and search icon.
   ──────────────────────────────────────────────────────────── */

body.template-search .field {
  border-radius: 10px !important;
  border: 1.5px solid rgba(var(--color-foreground), 0.15) !important;
  background: rgba(var(--color-foreground), 0.02) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

body.template-search .field::before,
body.template-search .field::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

body.template-search .field:focus-within {
  border-color: rgba(128, 54, 0, 0.4) !important;
  box-shadow: 0 0 0 3px rgba(128, 54, 0, 0.07) !important;
}

/* Search submit icon on results page — brand color, transparent bg */
body.template-search .field__button:not([type="reset"]):not(.reset__button) {
  background: transparent !important;
  color: var(--kaarigar-brand, #803600) !important;
}

body.template-search .field__button:not([type="reset"]):not(.reset__button) svg {
  stroke: var(--kaarigar-brand, #803600) !important;
  width: 1.8rem !important;
  height: 1.8rem !important;
}

/* Clear button on results page — visible gray circle */
body.template-search button[type="reset"],
body.template-search .reset__button,
body.template-search .field__button[type="reset"] {
  background: rgba(var(--color-foreground), 0.09) !important;
  color: rgba(var(--color-foreground), 0.65) !important;
  border-radius: 50% !important;
  width: 2.6rem !important;
  height: 2.6rem !important;
  position: absolute !important;
  right: 4rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: auto !important;
  bottom: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: none !important;
  cursor: pointer !important;
}

body.template-search button[type="reset"] svg,
body.template-search .reset__button svg,
body.template-search .field__button[type="reset"] svg {
  stroke: rgba(var(--color-foreground), 0.65) !important;
  fill: none !important;
  width: 1.1rem !important;
  height: 1.1rem !important;
}

/* ── FIX 6: MOBILE MODAL — SAFE MINIMUM TOP ─────────────────
   If --full-header-height JS runs before full DOM layout,
   the modal may start too high. max() ensures it never
   starts above 75px from viewport top on mobile.
   ──────────────────────────────────────────────────────────── */

@media screen and (max-width: 749px) {
  .search-modal {
    top: max(var(--full-header-height, 80px), 75px) !important;
  }
}
/* ============================================================
   JUDGE.ME — FINAL COMPLETE REWRITE
   Show all cards in a grid. No arrows. No carousel JS fight.
   Hides: dates, product link, arrows, verified badge, count.
   ============================================================ */

/* ── 1. SECTION BACKGROUND ───────────────────────────────────── */

section.jdgm-widget.jdgm-carousel-widget,
.template-index section.jdgm-widget {
  background: #f5ede0 !important;
  padding: 40px 0 48px !important;  /* changed: was 64px 0 80px */
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* Fallback for older browsers without :has() */
.template-index section.jdgm-widget {
  background: #f5ede0 !important;
  padding: 64px 0 80px !important;
}

@media screen and (max-width: 749px) {
  section.jdgm-widget.jdgm-carousel-widget {
    padding: 48px 0 60px !important;
  }
}


/* ── 2. PAGE-WIDTH — remove padding that constrains layout ────── */

section.jdgm-carousel-widget .page-width,
section.jdgm-carousel-widget > div.page-width {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}


/* ── 3. HEADING ───────────────────────────────────────────────── */

.jdgm-carousel-widget__title,
h2.jdgm-carousel-widget__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2.8rem, 4vw, 4rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  color: #1a1a1a !important;
  text-align: center !important;
  margin-bottom: 6px !important;
  line-height: 1.2 !important;
}

.jdgm-carousel-widget__rating-summary {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 36px !important;
}


/* ── 4. REMOVE ARROWS COMPLETELY ────────────────────────────────
   User confirmed arrows don't work — remove entirely.
   ──────────────────────────────────────────────────────────── */

.jdgm-carousel__arrows,
.jdgm-carousel__prev-btn,
.jdgm-carousel__next-btn,
[class*="jdgm"][class*="arrow"],
[class*="jdgm"][class*="prev"],
[class*="jdgm"][class*="next"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}


/* ── 5. CAROUSEL WRAPPER — static, no overflow hidden ────────── */

.jdgm-carousel-wrapper {
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}


/* ── 6. CAROUSEL TRACK — override to CSS GRID ───────────────────
   This is the key fix: instead of fighting jdgm's horizontal
   scroll carousel, we convert it to a responsive CSS grid so
   all cards show at once with no JS needed.
   ──────────────────────────────────────────────────────────── */

.jdgm-carousel {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  overflow: visible !important;
  width: 100% !important;
  padding: 12px 4px 16px !important;
  box-sizing: border-box !important;
  /* Override jdgm's flex/scroll layout */
  flex-wrap: unset !important;
  scroll-snap-type: none !important;
  overflow-x: visible !important;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .jdgm-carousel {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
}

@media screen and (max-width: 749px) {
  .jdgm-carousel {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 8px 0 12px !important;
  }
}


/* ── 7. EACH CARD ITEM ───────────────────────────────────────── */

.jdgm-carousel-item,
.jdgm-carousel-item.jdgm--shop-review {
  /* Reset jdgm carousel item sizing */
  min-width: unset !important;
  max-width: unset !important;
  width: 100% !important;
  flex: unset !important;
  scroll-snap-align: unset !important;

  /* Card appearance */
  display: block !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(128, 54, 0, 0.10) !important;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.05),
    0 8px 24px rgba(0, 0, 0, 0.08) !important;
  padding: 28px 24px 24px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.jdgm-carousel-item:hover {
  transform: translateY(-4px) !important;
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.08),
    0 16px 40px rgba(0, 0, 0, 0.11) !important;
}

@media screen and (max-width: 749px) {
  .jdgm-carousel-item,
  .jdgm-carousel-item.jdgm--shop-review {
    padding: 22px 18px 18px !important;
  }
}


/* ── 8. INNER REVIEW DIV — transparent ───────────────────────── */

.jdgm-carousel-item__review {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
  max-height: none !important;
  overflow: visible !important;
}


/* ── 9. CARD TYPOGRAPHY ───────────────────────────────────────── */

/* Stars */
.jdgm-carousel-item .jdgm-star::after,
.jdgm-carousel-item span[class*="jdgm-star"]::after {
  font-size: 1.5rem !important;
}

/* Review title */
.jdgm-carousel-item .jdgm-rev__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.85rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin: 8px 0 6px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em !important;
  display: block !important;
}

/* Review body — show full text */
.jdgm-carousel-item .jdgm-rev__body,
.jdgm-carousel-item .jdgm-rev__body p,
.jdgm-carousel-item .jdgm-ellipsis {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 1.3rem !important;
  line-height: 1.7 !important;
  color: #4a4a4a !important;
  margin: 0 0 10px !important;
  max-height: none !important;
  overflow: visible !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  white-space: normal !important;
  text-overflow: unset !important;
}

/* Author name */
.jdgm-carousel-item .jdgm-rev__author,
.jdgm-carousel-item [class*="reviewer-name"],
.jdgm-carousel-item [class*="author"] {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #803600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-top: 10px !important;
  display: block !important;
}


/* ── 10. HIDE: DATE, PRODUCT LINK, VERIFIED, COUNT ───────────── */

/* Date — jdgm renders it as .jdgm-rev__timestamp or similar */
.jdgm-carousel-item .jdgm-rev__timestamp,
.jdgm-carousel-item [class*="timestamp"],
.jdgm-carousel-item [class*="date"],
.jdgm-carousel-item time,
.jdgm-carousel-item .jdgm-rev__date {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Product name link (e.g. "KAARIGAR") */
.jdgm-carousel-item .jdgm-rev__prod-link,
.jdgm-carousel-item [class*="prod-link"],
.jdgm-carousel-item [class*="product-link"],
.jdgm-carousel-item a[href*="/products/"] {
  display: none !important;
  visibility: hidden !important;
}

/* Verified badge */
.jdgm-carousel-item .jdgm-verified-buyer,
.jdgm-carousel-item .jdgm-verified-badge,
.jdgm-carousel-item [class*="verified"] {
  display: none !important;
}

/* Review count / write review link */
.jdgm-carousel-item .jdgm-all-reviews-text,
.jdgm-carousel-item .jdgm-all-reviews-count,
.jdgm-carousel-item a.jdgm-write-rev-link,
.jdgm-carousel-number-of-reviews,
span[class*="jdgm-carousel-number-of-reviews"] {
  display: none !important;
}

/* ============================================================
   JUDGE.ME — AUTO-SCROLL TICKER (replaces grid approach)
   All cards always visible. CSS animation scrolls them.
   No JS, no jdgm fighting. Clean and premium.
   ============================================================ */

/* ── 1. SECTION ─────────────────────────────────────────────── */

section.jdgm-widget.jdgm-carousel-widget,
.template-index section.jdgm-widget {
  background: #f5ede0 !important;
  padding: 40px 0 56px !important;
  margin: 0 0 2.5rem 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

@media screen and (max-width: 749px) {
  section.jdgm-widget.jdgm-carousel-widget {
    padding: 32px 0 40px !important;  /* changed: was 48px 0 64px */
  }
}

/* ── 2. PAGE WIDTH ───────────────────────────────────────────── */

section.jdgm-carousel-widget .page-width,
section.jdgm-carousel-widget > div.page-width {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

/* ── 3. HEADING ──────────────────────────────────────────────── */

.jdgm-carousel-widget__title,
h2.jdgm-carousel-widget__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2.8rem, 4vw, 4rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  color: #1a1a1a !important;
  text-align: center !important;
  margin-bottom: 6px !important;
  line-height: 1.2 !important;
}

.jdgm-carousel-widget__rating-summary {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 36px !important;
}

/* ── 4. HIDE ARROWS COMPLETELY ───────────────────────────────── */

.jdgm-carousel__arrows,
.jdgm-carousel__prev-btn,
.jdgm-carousel__next-btn,
[class*="jdgm"][class*="arrow"],
[class*="jdgm"][class*="prev"],
[class*="jdgm"][class*="next"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* ── 5. WRAPPER — clips the scrolling track ──────────────────── */

.jdgm-carousel-wrapper {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  /* Fade edges for premium feel */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  ) !important;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 6%,
    black 94%,
    transparent 100%
  ) !important;
}

/* ── 6. CAROUSEL TRACK — horizontal flex with animation ─────── */

.jdgm-carousel {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  overflow: visible !important;
  gap: 20px !important;
  padding: 16px 10px 20px !important;
  box-sizing: border-box !important;
  scroll-snap-type: none !important;
  /* Smooth infinite scroll animation */
  animation: jdgm-autoscroll 30s linear infinite !important;
}

/* Pause on hover */
.jdgm-carousel-wrapper:hover .jdgm-carousel {
  animation-play-state: paused !important;
}

/* The keyframe — scrolls left by 50% (because we duplicate cards below) */
@keyframes jdgm-autoscroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media screen and (max-width: 749px) {
  .jdgm-carousel {
    gap: 14px !important;
    animation-duration: 22s !important;
  }
}

/* ── 7. FORCE ALL ITEMS VISIBLE — beat jdgm JS ──────────────── */

.jdgm-carousel-item,
.jdgm-carousel-item.jdgm--shop-review {
  /* Beat any inline display:none from jdgm JS */
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;

  /* Fixed width cards */
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
  flex: 0 0 340px !important;

  /* Card appearance */
  background-color: #ffffff !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(128, 54, 0, 0.10) !important;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.05),
    0 8px 24px rgba(0, 0, 0, 0.08) !important;
  padding: 28px 24px 24px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  vertical-align: top !important;
}

.jdgm-carousel-item:hover {
  transform: translateY(-4px) !important;
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.08),
    0 16px 40px rgba(0, 0, 0, 0.11) !important;
}

@media screen and (max-width: 749px) {
  .jdgm-carousel-item,
  .jdgm-carousel-item.jdgm--shop-review {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    flex: 0 0 280px !important;
    padding: 22px 18px 18px !important;
  }
}

/* ── 8. INNER REVIEW — transparent, full text ───────────────── */

.jdgm-carousel-item__review {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
  max-height: none !important;
  overflow: visible !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ── 9. TYPOGRAPHY ───────────────────────────────────────────── */

.jdgm-carousel-item .jdgm-star::after,
.jdgm-carousel-item span[class*="jdgm-star"]::after {
  font-size: 1.5rem !important;
}

.jdgm-carousel-item .jdgm-rev__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.85rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin: 8px 0 6px !important;
  line-height: 1.3 !important;
  display: block !important;
  visibility: visible !important;
}

.jdgm-carousel-item .jdgm-rev__body,
.jdgm-carousel-item .jdgm-rev__body p,
.jdgm-carousel-item .jdgm-ellipsis {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 1.3rem !important;
  line-height: 1.7 !important;
  color: #4a4a4a !important;
  margin: 0 0 10px !important;
  max-height: none !important;
  overflow: visible !important;
  display: block !important;
  visibility: visible !important;
  -webkit-line-clamp: unset !important;
  white-space: normal !important;
}

.jdgm-carousel-item .jdgm-rev__author,
.jdgm-carousel-item [class*="reviewer-name"],
.jdgm-carousel-item [class*="author"] {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #803600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-top: 10px !important;
  display: block !important;
  visibility: visible !important;
}

/* ── 10. HIDE CLUTTER ────────────────────────────────────────── */

.jdgm-carousel-item .jdgm-rev__timestamp,
.jdgm-carousel-item [class*="timestamp"],
.jdgm-carousel-item time,
.jdgm-carousel-item .jdgm-rev__date {
  display: none !important;
}

.jdgm-carousel-item .jdgm-rev__prod-link,
.jdgm-carousel-item [class*="prod-link"],
.jdgm-carousel-item a[href*="/products/"] {
  display: none !important;
}

.jdgm-carousel-item .jdgm-verified-buyer,
.jdgm-carousel-item .jdgm-verified-badge,
.jdgm-carousel-item [class*="verified"] {
  display: none !important;
}

.jdgm-carousel-number-of-reviews,
span[class*="jdgm-carousel-number-of-reviews"] {
  display: none !important;
}
/* ============================================================
   JUDGE.ME TICKER — CORRECT CENTER FIX v2
   No display:flex on wrapper (breaks heading layout).
   The left-heavy issue is fixed by initial translateX offset
   on the carousel track itself, not padding on the wrapper.
   ============================================================ */


/* ============================================================
   KAARIGAR — FINAL POLISH: WISHLIST BADGE + CART Z-INDEX
   + SEARCH RESULTS PAGE AESTHETICS
   ============================================================ */

/* ── FIX 1: WISHLIST ICON BADGE NOT CLIPPED ─────────────────
   The .header__icons wrapper + .shopify-app-block both have
   overflow:hidden which clips the badge bubble. Fix: allow
   overflow visible specifically for the wishlist app block.
   ──────────────────────────────────────────────────────────── */

.header__icons {
  overflow: visible !important;
}

.header__icons .shopify-app-block {
  overflow: visible !important;
  max-width: none !important; /* Let badge extend outside */
  position: relative !important;
}

/* Wishlist count badge — ensure it renders above everything */
.header__icons [class*="wishlist"],
.header__icons [data-wlh-id],
.header__icons .wishlist-hero-product-btn {
  overflow: visible !important;
  position: relative !important;
  z-index: 5 !important;
}

/* Any count bubble from wishlist apps */
.header__icons [class*="wishlist"] [class*="count"],
.header__icons [class*="wishlist"] [class*="badge"],
.header__icons [class*="wishlist"] [class*="bubble"],
.header__icons [data-wlh-id] span,
.header__icons .wlh-count {
  position: absolute !important;
  z-index: 6 !important;
  overflow: visible !important;
  pointer-events: none !important;
}


/* ── FIX 2: CART DRAWER ABOVE STICKY HEADER ─────────────────
   The sticky header is z-index: 1000. Cart drawer (and its
   overlay) must sit above the header when open.
   ──────────────────────────────────────────────────────────── */

cart-drawer,
#CartDrawer,
.cart-drawer {
  z-index: 1001 !important;
}

cart-drawer-overlay,
.cart-drawer__overlay,
#CartDrawer-Overlay,
.drawer-overlay {
  z-index: 1000 !important;
}

/* When cart is active, header should sit under it */
body:has(cart-drawer[open]),
body:has(#CartDrawer.active) {
  /* Lower header while cart is open */
}

.section-header {
  z-index: 999 !important; /* Just below cart drawer's 1001 */
}

/* Restore search modal above header */
.search-modal {
  z-index: 9999 !important;
}

/* Mobile: when cart drawer is open, the overlay covers header */
@media screen and (max-width: 749px) {
  cart-drawer {
    z-index: 1001 !important;
  }

  .cart-drawer__overlay,
  cart-drawer-overlay {
    z-index: 1000 !important;
    /* Make overlay cover the sticky header too */
    top: 0 !important;
  }
}


/* ── FIX 3: SEARCH RESULTS PAGE — AESTHETIC UPGRADE ─────────
   Current: plain white page, bare input, no visual hierarchy.
   New: warm background, prominent heading, styled search bar,
   subtle filter bar, card grid with proper spacing.
   ──────────────────────────────────────────────────────────── */

/* Page background — warm off-white */
body.template-search main#MainContent {
  background: var(--kaarigar-sand, #faf7f4) !important;
}

/* ── Hero zone: "Search results" heading + search bar ── */
body.template-search .template-search__header,
body.template-search .search-results-heading-wrapper,
body.template-search .page-width:first-child {
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding-bottom: 24px !important;
  margin-bottom: 0 !important;
}

/* "Search results" heading */
body.template-search h1,
body.template-search .template-search__title,
body.template-search .search-results__heading {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2.4rem, 4vw, 3.6rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  color: #1a1a1a !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}

/* Search bar on results page — already styled but reinforce pill */
body.template-search .search-form,
body.template-search form[action="/search"] {
  max-width: 600px !important;
  margin: 0 auto !important;
}

body.template-search .field {
  border-radius: 50px !important;
  border: 1.5px solid rgba(var(--color-foreground), 0.18) !important;
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  overflow: hidden !important;
  transition: box-shadow 0.2s ease, border-color 0.2s ease !important;
}

body.template-search .field:focus-within {
  border-color: rgba(128, 54, 0, 0.4) !important;
  box-shadow: 0 4px 20px rgba(128, 54, 0, 0.1) !important;
}

body.template-search .field::before,
body.template-search .field::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
}

/* Input inside pill */
body.template-search .field__input,
body.template-search .field__input:focus,
body.template-search .field__input:not(:placeholder-shown),
body.template-search .field__input:-webkit-autofill {
  height: 5rem !important;
  padding: 2.2rem 5.5rem 0.8rem 2rem !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 1.5rem !important;
  color: #1a1a1a !important;
}

/* Label floats correctly */
body.template-search .field__label {
  left: 2rem !important;
  color: rgba(var(--color-foreground), 0.5) !important;
  font-size: 1.4rem !important;
}

body.template-search .field__input:focus ~ .field__label,
body.template-search .field__input:not(:placeholder-shown) ~ .field__label,
body.template-search .field__input:-webkit-autofill ~ .field__label {
  font-size: 1rem !important;
  top: calc(var(--inputs-border-width) + 0.5rem) !important;
  left: 2rem !important;
  letter-spacing: 0.04rem !important;
  color: rgba(var(--color-foreground), 0.45) !important;
}

/* Search submit icon — brand color */
body.template-search .field__button:not([type="reset"]):not(.reset__button) {
  right: 0.6rem !important;
  width: 3.6rem !important;
  height: 3.6rem !important;
  background: var(--kaarigar-brand, #803600) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: absolute !important;
  border: none !important;
}

body.template-search .field__button:not([type="reset"]):not(.reset__button) svg {
  stroke: #fff !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
}

/* Clear button — visible gray circle */
body.template-search button[type="reset"],
body.template-search .field__button[type="reset"] {
  right: 4.8rem !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  background: rgba(var(--color-foreground), 0.09) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
}

body.template-search button[type="reset"] svg,
body.template-search .field__button[type="reset"] svg {
  stroke: rgba(var(--color-foreground), 0.55) !important;
  width: 1rem !important;
  height: 1rem !important;
}

/* ── Filter bar ── */
body.template-search .facets-horizontal,
body.template-search .search-results__filters,
body.template-search .facets-container {
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding: 12px 0 !important;
  margin-bottom: 0 !important;
}

/* Results count */
body.template-search .product-count,
body.template-search [data-count],
body.template-search .results-count {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.3rem !important;
  color: var(--kaarigar-muted, #6a6a6a) !important;
  font-weight: 400 !important;
}

/* ── Product grid area ── */
body.template-search .search-results__products,
body.template-search #product-grid,
body.template-search .product-grid {
  padding-top: 20px !important;
  padding-bottom: 40px !important;
}

/* Mobile tighten */
@media screen and (max-width: 749px) {
  body.template-search .field__input,
  body.template-search .field__input:focus,
  body.template-search .field__input:not(:placeholder-shown) {
    height: 4.5rem !important;
    padding: 2rem 5rem 0.5rem 1.8rem !important;
    font-size: 1.4rem !important;
  }

  body.template-search .field__button:not([type="reset"]):not(.reset__button) {
    width: 3.2rem !important;
    height: 3.2rem !important;
    right: 0.5rem !important;
  }

  body.template-search button[type="reset"] {
    right: 4.3rem !important;
  }

  body.template-search h1,
  body.template-search .template-search__title {
    font-size: 2.2rem !important;
  }
}

/* ── No results state ── */
body.template-search .template-search__search--no-results {
  text-align: center !important;
  padding: 40px 20px !important;
  color: var(--kaarigar-muted) !important;
  font-size: 1.5rem !important;
}

/* ============================================================
   JUDGE.ME TICKER — DEFINITIVE FINAL (no more iterations)
   ============================================================ */

/* Section — one rule, no conflict */
section.jdgm-widget.jdgm-carousel-widget,
.template-index section.jdgm-widget,
.shopify-section:has(.jdgm-carousel-wrapper) {
  background: #f5ede0 !important;
  padding: 40px 0 56px !important;
  margin: 0 0 2.5rem 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

@media screen and (max-width: 749px) {
  section.jdgm-widget.jdgm-carousel-widget,
  .template-index section.jdgm-widget {
    padding: 32px 0 40px !important;
  }
}

/* Page width container */
section.jdgm-carousel-widget .page-width,
section.jdgm-carousel-widget > div.page-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

/* Heading centered */
.jdgm-carousel-widget__title,
h2.jdgm-carousel-widget__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2.8rem, 4vw, 4rem) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  color: #1a1a1a !important;
  text-align: center !important;
  margin-bottom: 6px !important;
  line-height: 1.2 !important;
}

.jdgm-carousel-widget__rating-summary {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 28px !important;
}

/* Hide arrows */
.jdgm-carousel__arrows,
.jdgm-carousel__prev-btn,
.jdgm-carousel__next-btn,
[class*="jdgm"][class*="arrow"],
[class*="jdgm"][class*="prev"],
[class*="jdgm"][class*="next"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Wrapper — clips and fades edges */
.jdgm-carousel-wrapper {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  ) !important;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  ) !important;
}

/* Track — simple left-to-right scroll, starts at 0 */
.jdgm-carousel {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  overflow: visible !important;
  gap: 20px !important;
  padding: 12px 0 16px !important;
  box-sizing: border-box !important;
  scroll-snap-type: none !important;
  transform: none !important;
  animation: jdgm-strip 30s linear infinite !important;
}

@keyframes jdgm-strip {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.jdgm-carousel-wrapper:hover .jdgm-carousel {
  animation-play-state: paused !important;
}

@media screen and (max-width: 749px) {
  .jdgm-carousel {
    gap: 14px !important;
    padding: 10px 0 14px !important;
    animation-duration: 22s !important;
    animation-name: jdgm-strip !important;
  }
}

/* Cards */
.jdgm-carousel-item,
.jdgm-carousel-item.jdgm--shop-review {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important;
  flex: 0 0 320px !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(128, 54, 0, 0.10) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05), 0 8px 24px rgba(0,0,0,0.08) !important;
  padding: 24px 20px 20px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  text-align: center !important;
  vertical-align: top !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.jdgm-carousel-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08), 0 16px 40px rgba(0,0,0,0.11) !important;
}

@media screen and (max-width: 749px) {
  .jdgm-carousel-item,
  .jdgm-carousel-item.jdgm--shop-review {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    flex: 0 0 300px !important;
    padding: 22px 20px 18px !important;
  }
}

/* Inner review */
.jdgm-carousel-item__review {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
  max-height: none !important;
  overflow: visible !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Stars */
.jdgm-carousel-item .jdgm-star::after,
.jdgm-carousel-item span[class*="jdgm-star"]::after {
  font-size: 1.5rem !important;
}

/* Title */
.jdgm-carousel-item .jdgm-rev__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.85rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin: 8px 0 6px !important;
  line-height: 1.3 !important;
  display: block !important;
  visibility: visible !important;
}

/* Body */
.jdgm-carousel-item .jdgm-rev__body,
.jdgm-carousel-item .jdgm-rev__body p,
.jdgm-carousel-item .jdgm-ellipsis {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 1.3rem !important;
  line-height: 1.7 !important;
  color: #4a4a4a !important;
  margin: 0 0 10px !important;
  max-height: none !important;
  overflow: visible !important;
  display: block !important;
  visibility: visible !important;
  -webkit-line-clamp: unset !important;
  white-space: normal !important;
}

/* Author */
.jdgm-carousel-item .jdgm-rev__author,
.jdgm-carousel-item [class*="reviewer-name"],
.jdgm-carousel-item [class*="author"] {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #803600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-top: 10px !important;
  display: block !important;
  visibility: visible !important;
}

/* Hide clutter */
.jdgm-carousel-item .jdgm-rev__timestamp,
.jdgm-carousel-item [class*="timestamp"],
.jdgm-carousel-item time,
.jdgm-carousel-item .jdgm-rev__date,
.jdgm-carousel-item .jdgm-rev__prod-link,
.jdgm-carousel-item [class*="prod-link"],
.jdgm-carousel-item a[href*="/products/"],
.jdgm-carousel-item .jdgm-verified-buyer,
.jdgm-carousel-item .jdgm-verified-badge,
.jdgm-carousel-item [class*="verified"],
.jdgm-carousel-number-of-reviews,
span[class*="jdgm-carousel-number-of-reviews"] {
  display: none !important;
}
/* ============================================================
   CART DRAWER — MINIMAL SAFE FIX
   Only adds scroll containment. Does NOT touch positioning,
   display, or touch-action (those broke button clicks).
   ============================================================ */

/* Stop scroll propagation when touching cart content */
.cart-drawer__scrollable,
cart-drawer .cart-drawer__scrollable {
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Body locked by Shopify's own class — just reinforce it */
body.overflow-hidden-mobile {
  overflow: hidden !important;
}

/* ============================================================
   MOBILE SEARCH — CLOSE BUTTON OVERLAP FIX
   On mobile the search modal close button sits at the right
   edge of .search-modal__content and overlaps the cart icon
   in the header. Fix: move close button to LEFT side on mobile
   so thumb can reach it without accidentally hitting cart.
   ============================================================ */

@media screen and (max-width: 749px) {
  /* Reverse the flex order: close button first, then form */
  .search-modal__content {
    flex-direction: row-reverse !important;
  }

  /* Close button — left side on mobile */
  .search-modal__close-button {
    flex-shrink: 0 !important;
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
  }

  /* Form still fills remaining space */
  .search-modal__form {
    flex: 1 !important;
  }
}

/* Desktop: close button stays on the right (default) */
@media screen and (min-width: 750px) {
  .search-modal__content {
    flex-direction: row !important;
  }

  .search-modal__close-button {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }
}
/* ============================================================
   CART DRAWER — THE ACTUAL CORRECT FIX
   Root cause of broken buttons: overlay was set to
   position:fixed + 100vw × 100vh, covering the entire drawer
   panel and swallowing all click events on buttons.
   Solution: let Dawn control the overlay's position/size.
   Only control z-indexes so stacking order is correct.
   ============================================================ */

/* 1. Cart-drawer above the sticky header */
cart-drawer {
  z-index: 1001 !important;
}

/* 2. Overlay — DO NOT set position/dimensions.
   It's a sibling of .drawer__inner inside cart-drawer.
   Keep z-index LOW so .drawer__inner buttons are on top. */
#CartDrawer-Overlay,
.cart-drawer__overlay,
cart-drawer-overlay {
  z-index: 1 !important;
}

/* 3. Drawer panel — above the overlay so buttons work */
cart-drawer .drawer__inner,
#CartDrawer .drawer__inner {
  position: relative !important;
  z-index: 2 !important;
}

/* 4. Header — below cart */
.section-header {
  z-index: 999 !important;
  position: sticky !important;
  top: 0 !important;
}

.section-header.shopify-section-header-hidden {
  top: 0 !important;
}

/* 5. Search modal — above header, below cart */
.search-modal {
  z-index: 500 !important;
}

/* 6. Body scroll lock */
body.overflow-hidden-mobile,
body.overflow-hidden-tablet {
  overflow: hidden !important;
}

/* 7. Cart scroll containment only */
.cart-drawer__scrollable,
cart-drawer .cart-drawer__scrollable {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-y: contain !important;
}

/* ============================================================
   PRODUCT PAGE — STICKY FIX (ABSOLUTE FINAL)
   This overrides all conflicting rules above.

   CORRECT Shopify Dawn behavior:
     • Image column = natural scroll (NOT sticky)
     • Info column (product__column-sticky) = sticky on desktop
   ============================================================ */

/* Image column: NOT sticky, natural scroll */
body.template-product .product__media-wrapper,
body.template-product .product-media-container,
body.template-product .product__media-list {
  position: static !important;
  top: auto !important;
  align-self: auto !important;
  max-height: none !important;
  overflow: visible !important;
  scrollbar-width: auto !important;
}

/* Info column: STICKY when enable_sticky_info = true */
@media screen and (min-width: 990px) {
  body.template-product .product__column-sticky {
    position: sticky !important;
    top: calc(var(--header-height, 80px) + 16px) !important;
    max-height: calc(var(--viewport-height, 100vh) - var(--header-height, 80px) - 32px) !important;
    overflow-y: auto !important;
    align-self: flex-start !important;
    scrollbar-width: none !important;
  }
  body.template-product .product__column-sticky::-webkit-scrollbar {
    display: none !important;
  }

  /* Both columns start at top */
  body.template-product .product.grid,
  body.template-product .product.page-width.grid {
    align-items: flex-start !important;
  }
  body.template-product .product__info-container {
    align-self: flex-start !important;
  }
}

/* Mobile/tablet: nothing sticky */
@media screen and (max-width: 989px) {
  body.template-product .product__media-wrapper,
  body.template-product .product__column-sticky {
    position: static !important;
    top: auto !important;
    overflow: visible !important;
    max-height: none !important;
  }
}

/* ============================================================
   PRODUCT PAGE — DESKTOP: STACKED IMAGES + STICKY
   MUST be the ABSOLUTE LAST block in custom2.css.
   Overrides all the earlier conflicting .product__column-sticky
   and .product__media-wrapper rules above.
   ============================================================ */

/* 1. Image column: NOT sticky, natural scroll */
body.template-product .product__media-wrapper,
body.template-product .product-media-container,
body.template-product .product__media-list {
  position: static !important;
  top: auto !important;
  align-self: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* 2. STACKED layout: all images full-width, uniform 4:5 ratio
      Overrides Dawn's .product--stacked .product__media-item:not(:first-child) { width:50%; float:left }
*/
@media screen and (min-width: 990px) {

  body.template-product .product--stacked .product__media-list {
    display: block !important;
    width: 100% !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.template-product .product--stacked .product__media-item {
    display: block !important;
    width: 100% !important;
    float: none !important;   /* overrides Dawn's float:left on non-first items */
    clear: none !important;
    margin-bottom: 8px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body.template-product .product--stacked .product-media-container {
    aspect-ratio: 4 / 5 !important;
    padding-top: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.template-product .product--stacked .product-media-container img,
  body.template-product .product--stacked .product-media-container video {
    position: absolute !important;
    top: 0 !important; left: 0 !important;
    width: 100% !important; height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  /* No slider arrows in desktop stacked */
  body.template-product .product--stacked .slider-buttons {
    display: none !important;
  }

  /* 3. INFO COLUMN: STICKY (Dawn's native behavior, restored) */
  body.template-product .product__column-sticky {
    position: sticky !important;
    top: calc(var(--header-height, 80px) + 16px) !important;
    align-self: flex-start !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* Both columns start at top */
  body.template-product .product.grid,
  body.template-product .product.page-width.grid {
    align-items: flex-start !important;
  }
  body.template-product .product__info-container {
    align-self: flex-start !important;
  }
}

/* 4. Mobile/tablet: nothing sticky, natural flow */
@media screen and (max-width: 989px) {
  body.template-product .product__media-wrapper,
  body.template-product .product__column-sticky {
    position: static !important;
    top: auto !important;
    overflow: visible !important;
    max-height: none !important;
  }
}
/* ============================================================
   KAARIGAR — FINAL STICKY + SEARCH + OVERLAY FIX
   This is the ONLY sticky/search block. Everything above that
   touched .section-header sticky is now overridden cleanly here.
   ============================================================ */

/* 1. SAFE OVERFLOW — clip does NOT break position:sticky */
html, body {
  overflow-x: clip !important;
}

/* 2. STICKY GROUP — makes announcement bar + header stick together.
      The section-header.liquid inline style already sets sticky.
      The GROUP wrapping both sections sticks the announcement bar too. */
.shopify-section-group-header-group {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  background: rgb(var(--color-background)) !important;
}

/* 3. SECTION-HEADER — let it be sticky (Liquid template sets this).
      ONLY prevent Dawn's "hide on scroll down" from hiding it.
      We NEVER set position:relative here — that was the bug. */
.section-header.shopify-section-header-hidden {
  top: 0 !important;
}
.section-header.shopify-section-header-sticky.shopify-section-header-hidden {
  top: 0 !important;
}

/* 4. SEARCH MODAL — above sticky group */
.search-modal {
  z-index: 9999 !important;
}

/* 5. FILTER DRAWER — above sticky group on mobile */
#MobileFiltersDialog,
.mobile-facets__wrapper,
.facets-container-drawer,
[id*="MobileFilters"] {
  z-index: 1010 !important;
}
.mobile-facets__overlay {
  z-index: 1009 !important;
}

/* 6. CART DRAWER — above everything, buttons must work */
cart-drawer, #CartDrawer           { z-index: 1020 !important; }
#CartDrawer-Overlay,
.cart-drawer__overlay,
cart-drawer-overlay                { z-index: 1 !important; }
cart-drawer .drawer__inner,
#CartDrawer .drawer__inner         { position: relative !important; z-index: 2 !important; }
cart-drawer .cart-drawer__scrollable,
#CartDrawer .cart-drawer__scrollable {
  overflow-y: auto !important;
  overscroll-behavior-y: contain !important;
}

/* 7. BODY SCROLL LOCK */
body.overflow-hidden-mobile,
body.overflow-hidden-tablet        { overflow: hidden !important; }

/* 8. MOBILE — hide cart/wishlist icons when search opens
      so search bar has full width with no overlap */
@media screen and (max-width: 749px) {
  .header:has(details[open]) .header__icons {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .search-modal__close-button {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  /* Hide "Filter and sort" text when search is open */
  body:has(details[open] > .search-modal) .facets-horizontal,
  body:has(details[open] > .search-modal) .facets-container {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

/* 9. DESKTOP — hide duplicate X icon on search toggle */
@media screen and (min-width: 750px) {
  .header__search details[open] .header__icon-close {
    display: none !important;
    pointer-events: none !important;
  }
}

/* 10. TABLET (750–989px) — search icon sits right of hamburger */
@media screen and (min-width: 750px) and (max-width: 989px) {
  header.header--mobile-center {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
  }
  header.header--mobile-center header-drawer {
    grid-column: 1 !important; grid-row: 1 !important;
    justify-self: start !important;
  }
  header.header--mobile-center > .header__search {
    display: inline-flex !important;
    grid-column: 1 !important; grid-row: 1 !important;
    justify-self: start !important;
    margin-left: 44px !important;
    z-index: 2 !important;
  }
  header.header--mobile-center .header__heading,
  header.header--mobile-center .header__heading-link {
    grid-column: 2 !important; grid-row: 1 !important;
    justify-self: center !important;
  }
  header.header--mobile-center .header__icons {
    grid-column: 3 !important; grid-row: 1 !important;
    justify-self: end !important;
  }
  header.header--mobile-center .header__inline-menu {
    display: none !important;
  }
}

/* 11. SEARCH RESULTS PAGE — fix "Search" label overlapping typed text */
body.template-search .field__input:not(:placeholder-shown) ~ .field__label,
body.template-search .field__input:focus ~ .field__label,
body.template-search .field__input:-webkit-autofill ~ .field__label {
  font-size: 1rem !important;
  top: calc(var(--inputs-border-width) + 0.5rem) !important;
  left: 2rem !important;
  letter-spacing: 0.04rem !important;
  color: rgba(var(--color-foreground), 0.55) !important;
}
body.template-search .field__input:not(:placeholder-shown),
body.template-search .field__input:focus,
body.template-search .field__input:-webkit-autofill {
  padding: 2.2rem 5rem 0.8rem 2rem !important;
  margin: var(--inputs-border-width) !important;
}

/* 12. PREDICTIVE SEARCH — above overlay */
.predictive-search {
  z-index: 10000 !important;
  position: relative !important;
}

/* ============================================================
   PRODUCT PAGE — INDUSTRY STANDARD: IMAGES SCROLL, INFO STICKY
   RIGHT info column = sticky (Myntra / Nykaa standard)
   LEFT image column = natural scroll with page
   Paste this at the ABSOLUTE BOTTOM of custom2.css
   ============================================================ */

/* 1. RESET everything on both columns first */
body.template-product .product__media-wrapper,
body.template-product .product-media-container,
body.template-product .product__media-list,
body.template-product .product__column-sticky {
  position: static !important;
  top: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-y: visible !important;
  align-self: auto !important;
  scrollbar-width: auto !important;
}

/* 2. DESKTOP: images scroll naturally (left), info column STICKY (right) */
@media screen and (min-width: 990px) {

  /* Grid: both columns anchor from top */
  body.template-product .product.grid,
  body.template-product .product.page-width.grid {
    align-items: flex-start !important;
  }

  /* LEFT — image wrapper: NOT sticky, flows with page */
  body.template-product .product__media-wrapper {
    position: static !important;
    top: auto !important;
    align-self: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* RIGHT — info column: STICKY at top of viewport */
  body.template-product .product__column-sticky {
    position: sticky !important;
    top: calc(var(--header-height, 80px) + 16px) !important;
    align-self: flex-start !important;
    max-height: none !important;        /* NO inner scroll box */
    overflow: visible !important;       /* NO clipping */
    overflow-y: visible !important;
  }

  body.template-product .product__info-container {
    align-self: flex-start !important;
  }

  /* Stacked images: all full-width, uniform 4:5 ratio */
  body.template-product .product--stacked .product__media-list {
    display: block !important;
    width: 100% !important;
    overflow: visible !important;
  }

  body.template-product .product--stacked .product__media-item {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 8px !important;
    box-sizing: border-box !important;
  }

  body.template-product .product--stacked .product-media-container {
    aspect-ratio: 4 / 5 !important;
    padding-top: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
  }

  body.template-product .product--stacked .product-media-container img,
  body.template-product .product--stacked .product-media-container video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  /* No slider arrows in stacked desktop layout */
  body.template-product .product--stacked .slider-buttons {
    display: none !important;
  }
}

/* 3. MOBILE/TABLET: nothing sticky, natural flow */
@media screen and (max-width: 989px) {
  body.template-product .product__media-wrapper,
  body.template-product .product__column-sticky {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}


/* ============================================================
   PRODUCT INFO SECTION — TIGHTEN VERTICAL SPACING
   The gaps between blocks (title → price → size → qty → CTA)
   were growing due to competing margin rules. One clean pass.
   ============================================================ */

/* Zero out all auto-margins on direct children of info container */
body.template-product .product__info-container > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Brand / vendor caption */
body.template-product .product__text.caption-with-letter-spacing {
  margin-bottom: 2px !important;
}

/* Product title */
body.template-product .product__title {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

body.template-product .product__title h1 {
  margin: 0 !important;
  line-height: 1.15 !important;
}

/* Price row (contains price + wishlist heart) */
body.template-product .no-js-hidden[id^="price-"] {
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}

/* Tax / shipping line */
body.template-product .product__tax {
  margin-top: 3px !important;
  margin-bottom: 0 !important;
  font-size: 1.2rem !important;
}

/* Inventory status */
body.template-product .product__inventory {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

/* Variant / size picker */
body.template-product .product-form__input {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

/* Size guide link */
body.template-product .product-form__input--pill ~ a,
body.template-product [href*="size"] {
  margin-top: 2px !important;
  display: inline-block !important;
}

/* Quantity selector */
body.template-product .product-form__quantity,
body.template-product #Quantity-Form-{{ section.id }} {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

/* Buy buttons */
body.template-product .product-form__buttons {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

/* Icon-with-text trust badges */
body.template-product .icon-with-text {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

/* Accordion tabs (Product Details, Care, etc.) */
body.template-product .product__accordion {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

/* App blocks wrapper */
body.template-product .app-block-wrapper {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

/* ============================================================
   PRODUCT INFO SPACING — DEFINITIVE CLEAN FIX
   Root cause: competing margins from T2 (line-height:1.75),
   browser defaults, and earlier !important rules all fighting.
   Solution: flex column with explicit gap, zero all margins.
   ============================================================ */

/* Make the info container a flex column with controlled gaps */
@media screen and (min-width: 990px) {
  body.template-product .product__info-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
  }
}

/* Zero out ALL margins on every direct child — no exceptions */
body.template-product .product__info-container > *,
body.template-product .product__info-container > div,
body.template-product .product__info-container > p,
body.template-product .product__info-container > section,
body.template-product .product__info-container > form,
body.template-product .product__info-container > .product__title,
body.template-product .product__info-container > .product__text,
body.template-product .product__info-container > .app-block-wrapper,
body.template-product .product__info-container > .product__accordion,
body.template-product .product__info-container > .product__inventory,
body.template-product .product__info-container > .product__tax,
body.template-product .product__info-container > .product__sku,
body.template-product .product__info-container > .product__description,
body.template-product .product__info-container > .product-form__input,
body.template-product .product__info-container > .product-form__quantity,
body.template-product .product__info-container > .rating-wrapper,
body.template-product .product__info-container > .icon-with-text,
body.template-product .product__info-container > .product-popup-modal__opener,
body.template-product .product__info-container > .share-button,
body.template-product .product__info-container > .installment {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Now add precise spacing back using margin-top on specific blocks */

/* Title: tight at top */
body.template-product .product__info-container .product__title {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}

body.template-product .product__title h1,
body.template-product h1.product__title {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.15 !important;
}

/* Brand / vendor text above title */
body.template-product .product__info-container .product__text.caption-with-letter-spacing {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

/* Price row — small gap after title */
body.template-product .product__info-container .no-js-hidden[id^="price-"],
body.template-product .product__info-container > div[style*="flex"] {
  margin-top: 8px !important;
}

/* Tax line */
body.template-product .product__info-container .product__tax {
  margin-top: 2px !important;
  font-size: 1.2rem !important;
  line-height: 1.4 !important;
}

/* Inventory */
body.template-product .product__info-container .product__inventory {
  margin-top: 4px !important;
}

/* Size/variant picker */
body.template-product .product__info-container .product-form__input {
  margin-top: 12px !important;
}

/* Quantity selector */
body.template-product .product__info-container .product-form__quantity,
body.template-product .product__info-container [id^="Quantity-Form-"] {
  margin-top: 10px !important;
}

/* Buy buttons */
body.template-product .product__info-container .product-form__buttons {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

/* Trust icons */
body.template-product .product__info-container .icon-with-text {
  margin-top: 14px !important;
}

/* Accordions (Product Details, Care) */
body.template-product .product__info-container .product__accordion {
  margin-top: 6px !important;
}

/* Rating */
body.template-product .product__info-container .rating-wrapper {
  margin-top: 6px !important;
}

/* App blocks (wishlist, etc.) */
body.template-product .product__info-container .app-block-wrapper {
  margin-top: 4px !important;
}



/* Share button */
body.template-product .product__info-container .share-button {
  margin-top: 6px !important;
}

/* Kill the T2 loose line-height ONLY inside product info container */
body.template-product .product__info-container p,
body.template-product .product__info-container li,
body.template-product .product__info-container span:not(.badge):not(.cart-count-bubble):not(.price-item) {
  line-height: 1.4 !important;
}

/* But restore normal line-height for description text */
body.template-product .product__description,
body.template-product .product__description p,
body.template-product .product__description li {
  line-height: 1.7 !important;
}

/* Price items — no extra spacing between strike and sale */
body.template-product .product__info-container .price__container {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

body.template-product .product__info-container .price-item {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

/* Accordion padding — tight */
body.template-product .product__accordion details summary {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Kill any section-level margin Dawn adds to .section blocks */
body.template-product .product__info-container .accordion {
  margin: 0 !important;
  padding: 0 !important;
}

/* installment / payment terms — hide gap */
body.template-product .product__info-container .installment {
  margin-top: 2px !important;
}

body.template-product .product__info-container .installment:empty {
  display: none !important;
}

/* ============================================================
   KAARIGAR — DEFINITIVE FIX v3
   PASTE AT ABSOLUTE BOTTOM. Overrides all prior blocks.
   ============================================================ */

html, body { overflow-x: clip !important; }

/* ── 1. STICKY GROUP (announcement bar + nav together) ─────── */
.shopify-section-group-header-group {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  background: rgb(var(--color-background)) !important;
}

/* ── 2. SECTION HEADER — within the sticky group ────────────
   position:relative lets it flow inside the sticky group.
   top:0 !important is CRITICAL — prevents Dawn's JS from
   applying top:-headerHeight which slides nav off-screen.    */
.section-header,
.section-header.shopify-section-header-sticky,
.section-header.shopify-section-header-hidden,
.section-header.animate {
  position: relative !important;
  top: 0 !important;   /* NOT auto — 0 blocks the negative-top slide */
  z-index: auto !important;
  transition: none !important;
}

/* ── 3. SEARCH MODAL — fixed below both sticky bars ─────────── */
.search-modal {
  position: fixed !important;
  top: var(--full-header-height, 120px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
  z-index: 9999 !important;
  background: rgb(var(--color-background)) !important;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07) !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.15s ease !important;
}

details[open] > .search-modal {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* ── 4. SEARCH CONTENT ROW ──────────────────────────────────── */
.search-modal__content {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 5.5rem !important;
  padding: 0.6rem 1.5rem !important;
  box-sizing: border-box !important;
  /* NOT position:relative here — predictive-search is the context */
  position: static !important;
  gap: 0.8rem !important;
  justify-content: flex-start !important;
  overflow: visible !important;
}

@media screen and (min-width: 750px) {
  .search-modal__content {
    height: 6rem !important;
    padding: 0.6rem 5rem !important;
  }
}

/* ── 5. PREDICTIVE SEARCH WRAPPER (custom element) ──────────
   Must be a flex item in NATURAL FLOW — NOT position:absolute.
   Absolute positioning was pushing it below the search bar
   causing the blank suggestions bug.                         */
predictive-search {
  position: relative !important; /* Containing block for .predictive-search dropdown */
  flex: 1 !important;
  width: 100% !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  overflow: visible !important;
}

/* ── 6. PREDICTIVE SEARCH RESULTS (the actual dropdown) ─────
   Positioned absolute within predictive-search (its relative parent).
   top:100% = directly below the form input. 
   DO NOT set display:block or visibility — let Dawn's JS control.  */
.predictive-search {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-height: 65vh !important;
  overflow-y: auto !important;
  z-index: 10001 !important;
  background: rgb(var(--color-background)) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12) !important;
  border-radius: 0 0 12px 12px !important;
  border: 1px solid rgba(var(--color-foreground), 0.08) !important;
  border-top: none !important;
  /* visibility and display left to Dawn's predictive-search.js */
}

/* Desktop: center-align with form */
@media screen and (min-width: 990px) {
  .predictive-search {
    width: min(74.2rem, 100vw) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
}

/* ── 7. SEARCH FORM ─────────────────────────────────────────── */
.search-modal__form {
  position: relative !important;
  width: 100% !important;
  flex: 1 !important;
}

/* ── 8. MODAL OVERLAY ─────────────────────────────────────────── */
.modal-overlay {
  width: 100vw !important;
  left: 0 !important;
}

/* ── 9. CART Z-INDEX ─────────────────────────────────────────── */
cart-drawer, #CartDrawer               { z-index: 1020 !important; }
#CartDrawer-Overlay, cart-drawer-overlay { z-index: 1 !important; }
cart-drawer .drawer__inner,
#CartDrawer .drawer__inner             { position: relative !important; z-index: 2 !important; }
cart-drawer .cart-drawer__scrollable,
#CartDrawer .cart-drawer__scrollable   {
  overflow-y: auto !important;
  overscroll-behavior-y: contain !important;
}

/* ── 10. FILTER DRAWER ─────────────────────────────────────────── */
#MobileFiltersDialog,
.mobile-facets__wrapper,
[id*="MobileFilters"]                  { z-index: 1010 !important; }
.mobile-facets__overlay                { z-index: 1009 !important; }

/* ── 11. BODY SCROLL LOCK ───────────────────────────────────────── */
body.overflow-hidden-mobile,
body.overflow-hidden-tablet            { overflow: hidden !important; }

/* ── 12. DESKTOP — hide duplicate X on search toggle ────────── */
@media screen and (min-width: 750px) {
  .header__search details[open] .header__icon-close {
    display: none !important;
    pointer-events: none !important;
  }
}

/* ── 13. MOBILE ADJUSTMENTS ─────────────────────────────────── */
@media screen and (max-width: 749px) {
  .search-modal {
    top: max(var(--full-header-height, 80px), 70px) !important;
  }

  .search-modal__content {
    flex-direction: row !important;
    padding: 0.5rem 1rem !important;
    height: 5rem !important;
    gap: 0.5rem !important;
  }

  .search-modal__close-button {
    order: -1 !important;
    flex-shrink: 0 !important;
  }

  predictive-search,
  .search-modal__form {
    flex: 1 !important;
    order: 0 !important;
  }

  .predictive-search {
    left: -1rem !important;
    right: -1rem !important;
    width: calc(100% + 2rem) !important;
    transform: none !important;
  }
}

/* ── 14. SEARCH RESULTS PAGE ────────────────────────────────── */
body.template-search .field__input:not(:placeholder-shown) ~ .field__label,
body.template-search .field__input:focus ~ .field__label,
body.template-search .field__input:-webkit-autofill ~ .field__label {
  font-size: 1rem !important;
  top: calc(var(--inputs-border-width) + 0.5rem) !important;
  left: 2rem !important;
  color: rgba(var(--color-foreground), 0.55) !important;
}
body.template-search .field__input:not(:placeholder-shown),
body.template-search .field__input:focus,
body.template-search .field__input:-webkit-autofill {
  padding: 2.2rem 5rem 0.8rem 2rem !important;
  margin: var(--inputs-border-width) !important;
}

/* ===== SHARE FIX ISOLATION ===== */
.product-media-container {
  position: relative;
}

.floating-share-wrapper {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3; /* lower than sliders */
}

/* prevent global overrides */
.product-media-container .floating-share-wrapper,
.product-media-container .main-share-btn,
.product-media-container .share-popup {
  all: unset;
}

/* reapply only needed styles */
.product-media-container .floating-share-wrapper {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
}

.product-media-container .main-share-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-media-container .share-popup {
  position: absolute;
  top: 45px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

.product-media-container .share-popup.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ============================================================
   KAARIGAR — PREMIUM SALE + NORMAL PRICE SYSTEM
   Restores red/brown sale + black strike
   ============================================================ */

/* -------------------------------
   NORMAL PRODUCT (NO SALE)
-------------------------------- */
.price:not(.price--on-sale) .price-item--regular {
  color: #111111 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  font-size: 1rem !important;
}

/* -------------------------------
   SALE PRODUCT
-------------------------------- */

/* SALE PRICE (your brand red/brown) */
.price--on-sale .price-item--sale {
  color: var(--kaarigar-brand) !important; /* your brown */
  font-weight: 600 !important;
  font-size: 1rem !important;
}

/* OLD PRICE (black/grey strike) */
.price--on-sale .price-item--regular.price-item--last {
  color: #111111 !important;
  opacity: 0.6 !important;
  text-decoration: line-through !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
}

/* -------------------------------
   FIX BUG: prevent wrong strike
-------------------------------- */
.price:not(.price--on-sale) .price-item--regular.price-item--last {
  text-decoration: none !important;
  color: #111111 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}
/* ============================================================
   VIEW ALL — SINGLE AUTHORITATIVE RULE (replaces ALL prior blocks)
   ============================================================ */

/* Base: both button types, identical appearance */
.collection__view-all a,
.collection__view-all .button,
.collection__view-all a.button,
.collection__view-all a.button.button--secondary,
.section-stack__footer a,
.section-stack__footer .button,
.section-stack__footer a.button,
a.pig-btn,
.pig-btn {
  /* Kill Shopify size constraints */
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;
  /* Compact sizing */
  display: inline-block !important;
  padding: 3px 10px !important;
  font-size: 0.8rem !important;
  line-height: 1.3 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-family: var(--font-kaarigar-body) !important;
  /* Outlined appearance */
  background: transparent !important;
  background-color: transparent !important;
  color: var(--kaarigar-brand) !important;
  border: 1.5px solid var(--kaarigar-brand) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  /* Smooth transition */
  transition: background-color 0.2s ease, color 0.2s ease !important;
  /* Kill margin */
  margin: 0 !important;
  /* Override inline-flex from previous rules */
  align-items: unset !important;
  justify-content: unset !important;
}

/* Kill ALL pseudo-elements that force height/width */
.collection__view-all a::before,
.collection__view-all a::after,
.collection__view-all .button::before,
.collection__view-all .button::after,
.collection__view-all a.button::before,
.collection__view-all a.button::after,
.collection__view-all a.button.button--secondary::before,
.collection__view-all a.button.button--secondary::after,
.section-stack__footer a::before,
.section-stack__footer a::after,
.section-stack__footer .button::before,
.section-stack__footer .button::after,
a.pig-btn::before,
a.pig-btn::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
  position: static !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

/* Hover: identical for both types — must also use !important to beat base */
.collection__view-all a:hover,
.collection__view-all .button:hover,
.collection__view-all a.button:hover,
.collection__view-all a.button.button--secondary:hover,
.section-stack__footer a:hover,
.section-stack__footer .button:hover,
.section-stack__footer a.button:hover,
a.pig-btn:hover,
.pig-btn:hover {
  background: var(--kaarigar-brand) !important;
  background-color: var(--kaarigar-brand) !important;
  color: #ffffff !important;
  border-color: var(--kaarigar-brand) !important;
  box-shadow: none !important;
}

/* Container spacing — compact */
.featured-collection .section-stack__footer,
.collection-list .section-stack__footer,
.featured-collection .collection__view-all,
.featured-collection .center.collection__view-all,
.pig-footer {
  margin-top: 4px !important;
  padding-top: 2px !important;
  padding-bottom: 6px !important;
  background: transparent !important;
}

.featured-collection ul.grid,
.featured-collection .slider.grid,
.featured-collection .slider-component-desktop {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* ============================================================
   VIEW ALL — MOBILE COMPACT + HOVER CONSISTENCY PATCH
   Targets the exact computed values from DevTools:
   77.54 × 21.11px → reduce to ~55 × 17px on mobile
   ============================================================ */

@media screen and (max-width: 749px) {
  .collection__view-all a,
  .collection__view-all .button,
  .collection__view-all a.button,
  .collection__view-all a.button.button--secondary,
  .section-stack__footer a,
  .section-stack__footer .button,
  .section-stack__footer a.button,
  a.pig-btn,
  .pig-btn {
    padding: 2px 7px !important;
    font-size: 0.65rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.05em !important;
  }
}

/* Hover consistency — force IDENTICAL transition on both element types */
.collection__view-all a,
.collection__view-all .button,
.collection__view-all a.button,
.collection__view-all a.button.button--secondary,
.section-stack__footer a,
.section-stack__footer .button,
.section-stack__footer a.button,
a.pig-btn,
.pig-btn {
  transition: background 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

.collection__view-all a:hover,
.collection__view-all .button:hover,
.collection__view-all a.button:hover,
.collection__view-all a.button.button--secondary:hover,
.section-stack__footer a:hover,
.section-stack__footer .button:hover,
.section-stack__footer a.button:hover,
a.pig-btn:hover,
.pig-btn:hover {
  background: var(--kaarigar-brand) !important;
  background-color: var(--kaarigar-brand) !important;
  color: #ffffff !important;
  border-color: var(--kaarigar-brand) !important;
}

/* ============================================================
   VIEW ALL — HOVER FIX FINAL
   Adds body prefix to beat the base !important rules
   ============================================================ */

body .collection__view-all a:hover,
body .collection__view-all .button:hover,
body .collection__view-all a.button:hover,
body .collection__view-all a.button.button--secondary:hover,
body .section-stack__footer a:hover,
body .section-stack__footer .button:hover,
body .section-stack__footer a.button:hover,
body a.pig-btn:hover,
body .pig-btn:hover {
  background: var(--kaarigar-brand) !important;
  background-color: var(--kaarigar-brand) !important;
  color: #ffffff !important;
  border-color: var(--kaarigar-brand) !important;
  box-shadow: none !important;
}


/* PRICE — restore big size (T6 was setting 1.4rem, killing it) */
product-info[data-section] .price--large .price-item--regular,
product-info[data-section] .price--large .price-item--sale,
product-info[data-section] .price--large .price-item {
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
  color: #111111 !important;
}

product-info[data-section] .price--large .price-item--sale {
  color: #803600 !important;
}

@media screen and (min-width: 990px) {
  product-info[data-section] .price--large .price-item--regular,
  product-info[data-section] .price--large .price-item--sale,
  product-info[data-section] .price--large .price-item {
    font-size: 2.6rem !important;
  }
}


/* ── 2. COLLECTION LIST SLIDER — HIDE COUNTER + ARROWS ────────
   Dawn renders .slider-buttons as a SIBLING of .collection-list
   (the <ul>), not inside it. The earlier rule used a descendant
   selector which never matched. Sibling combinator (~) fixes it.
   Does NOT affect featured-collection arrows (different context).
   ────────────────────────────────────────────────────────── */
.collection-list ~ .slider-buttons,
.collection-list ~ .slider-counter {
  display: none !important;
  visibility: hidden !important;
}

/* ============================================================
   STICKY HEADER ONLY — FINAL MINIMAL FIX
   Announcement bar scrolls away normally.
   Only the nav header sticks at top of viewport.
   ============================================================ */

/* Group must NOT be sticky — let the header handle it alone */
.shopify-section-group-header-group {
  position: static !important;
  top: auto !important;
}

/* Section-header: sticky, always at top:0.
   top:0 !important overrides the Liquid inline style top:auto.
   All modifier classes get the same treatment so Dawn's JS
   cannot slide it off-screen. */
.section-header,
.section-header.shopify-section-header-sticky,
.section-header.shopify-section-header-hidden,
.section-header.shopify-section-header-hidden.menu-open,
.section-header.animate {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  transition: none !important;
}

/* KAARIGAR — DRAWER: keep header pinned at top */
body:has(header-drawer details[open]) .section-header,
body:has(header-drawer details[open]) .section-header.shopify-section-header-hidden {
  top: 0 !important;
  position: sticky !important;
}

body:has(header-drawer details[open]) {
  overflow: hidden !important;
}

.skip-to-content-link {
  display: none !important;
}


