/** Shopify CDN: Minification failed

Line 2320:0 Unexpected "}"

**/
/* ============================================
   PAKIKI CUSTOM THEME STYLES
   Premium kids' clothing — Dawn overrides
   ============================================ */

/* ----------------------------------------
   @font-face — Custom Brand Fonts
   ---------------------------------------- */
@font-face {
  font-family: 'Lucida Fax';
  src: url('lucida-fax-demibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display Custom';
  src: url('PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ----------------------------------------
   CSS Custom Properties — Pakiki Brand
   ---------------------------------------- */
:root {
  /* Brand Colors */
  --pakiki-cream: #FAF8F2;
  --pakiki-dark: #030213;
  --pakiki-green: #2D5A27;
  --pakiki-green-light: #3a7233;
  --pakiki-border: rgba(0, 0, 0, 0.06);
  --pakiki-muted: #8a8a9a;
  --pakiki-warm-white: #FFFFFF;

  /* Fonts — Lucida Fax Demibold for titles, Playfair Display Medium for paragraphs */
  --pakiki-font-heading: var(--pakiki-font-body);
  --pakiki-font-body: 'Playfair Display Custom', var(--pakiki-font-heading);

  /* Spacing */
  --pakiki-section-gap: 0;
}


/* ----------------------------------------
   AGGRESSIVE Dawn Override — Kill Generic Feel
   ---------------------------------------- */

/* Remove Dawn default border-radius on cards, buttons, etc. */
.card,
.card__inner,
.card-wrapper,
.button:not(.pakiki-footer__newsletter-btn),
.shopify-challenge__button {
  border-radius: 0 !important;
}

/* Kill Dawn's default section spacing */
.shopify-section + .shopify-section {
  margin-top: 0;
}

/* Remove Dawn's default borders that look cheap */
.header-wrapper,
.footer,
.announcement-bar,
.cart-drawer,
.predictive-search,
.menu-drawer,
details[open] > summary + * {
  border: none !important;
}

/* Force consistent backgrounds */
.color-scheme-1,
.color-background-1,
[class*="color-scheme-1"] {
  background-color: var(--pakiki-cream) !important;
}

/* ----------------------------------------
   Global Typography — Premium Feel
   ---------------------------------------- */
body,
.shopify-section,
button,
input,
select,
textarea {
  font-family: var(--pakiki-font-body) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5,
.title,
.card__heading,
.product__title {
  font-family: var(--pakiki-font-heading) !important;
  letter-spacing: -0.01em;
}

/* Utility class for Playfair */
.pakiki-serif {
  font-family: var(--pakiki-font-heading) !important;
  letter-spacing: -0.01em;
}

/* Body */
body {
  background-color: var(--pakiki-cream);
  color: var(--pakiki-dark);
  overflow-x: hidden;
  font-size: var(--pakiki-fs-body);
  line-height: 1.6;
}

/* Headings — refined sizes with proper hierarchy */
h1, .h1, .h0 {
  font-size: var(--pakiki-fs-page-heading);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h2, .h2 {
  font-size: var(--pakiki-fs-section-heading);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

h3, .h3 {
  font-size: var(--pakiki-fs-body);
  font-weight: 500;
  line-height: 1.4;
}

/* Links — subtle, refined */
a {
  color: var(--pakiki-dark);
  text-decoration: none;
  transition: color 0.25s ease;
}

a:hover {
  color: var(--pakiki-green);
  opacity: 1;
}

/* Selection color */
::selection {
  background-color: rgba(45, 90, 39, 0.15);
  color: var(--pakiki-dark);
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}


/* ----------------------------------------
   Announcement Bar — Full-Width End-to-End, Clean
   ---------------------------------------- */
.announcement-bar-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-bottom: none !important;
  position: relative !important;
  z-index: 60 !important;
  background-color: var(--pakiki-cream, #FAF8F2) !important;
}

.utility-bar {
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--pakiki-cream, #FAF8F2) !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.utility-bar--bottom-border,
.utility-bar--bottom-border-social-only {
  border-bottom: none !important;
}

.utility-bar .page-width,
.utility-bar__grid,
.utility-bar__grid.page-width,
body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width,
body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.announcement-bar {
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--pakiki-cream, #FAF8F2) !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  min-height: 38px;
  position: relative !important;
}

.announcement-bar-slider {
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px;
}

.announcement-bar-slider .slider-button {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  color: var(--pakiki-dark) !important;
  opacity: 0.6;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.2s ease;
}

.announcement-bar-slider .slider-button:hover {
  opacity: 1;
}

.announcement-bar-slider .slider-button--prev {
  left: 1rem !important;
}

.announcement-bar-slider .slider-button--next {
  right: 1rem !important;
}

.announcement-bar__message {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small) !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  color: var(--pakiki-dark) !important;
  text-align: center;
  padding: 0.5rem 2.5rem !important;
  margin: 0 !important;
}

/* ----------------------------------------
   Header Overrides
   ---------------------------------------- */
.header-wrapper {
  background: var(--pakiki-cream, #FAF8F2) !important;
  background-color: var(--pakiki-cream, #FAF8F2) !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
  z-index: 50 !important;
}

/* Transparent header ONLY on homepage when at top of page */
body.template-index .header-wrapper--transparent {
  background: transparent !important;
  background-color: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

/* Make header solid when mega menu is open so hero image doesn't bleed through */
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) {
  background: var(--pakiki-cream, #FAF8F2) !important;
  background-color: var(--pakiki-cream, #FAF8F2) !important;
  border-bottom-color: rgba(0, 0, 0, 0.06) !important;
}

/* When mega menu open: logo back to dark */
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__heading-logo,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__heading img,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__heading-logo-wrapper img,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) img.header__heading-logo {
  filter: none !important;
  -webkit-filter: none !important;
}

/* When mega menu open: text/icons to dark */
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__heading-link,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__heading-link span,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__heading .h2,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__heading,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__icon,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__menu-item,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .list-menu__item,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .pakiki-nav-link {
  color: var(--pakiki-dark, #000000) !important;
}

/* When mega menu open: SVG icons to dark */
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__icon svg path,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__icon svg line,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__icon svg circle,
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .header__icon path {
  fill: currentColor !important;
}

/* When mega menu open: cart bubble to dark */
body.template-index .header-wrapper--transparent:has(.pakiki-nav-item:hover .pakiki-mega-dropdown) .cart-count-bubble {
  background-color: var(--pakiki-dark, #000000) !important;
  color: #FFFFFF !important;
}

/* White logo on homepage transparent header */
body.template-index .header-wrapper--transparent .header__heading-logo,
body.template-index .header-wrapper--transparent .header__heading img,
body.template-index .header-wrapper--transparent .header__heading-logo-wrapper img,
body.template-index .header-wrapper--transparent .header__heading svg,
body.template-index .header-wrapper--transparent img.header__heading-logo {
  filter: brightness(0) invert(1) !important;
  -webkit-filter: brightness(0) invert(1) !important;
  transition: filter 0.3s ease;
}

body.template-index .header-wrapper--transparent .header__heading-link,
body.template-index .header-wrapper--transparent .header__heading-link span,
body.template-index .header-wrapper--transparent .header__heading .h2,
body.template-index .header-wrapper--transparent .header__heading,
body.template-index .header-wrapper--transparent .header__icon,
body.template-index .header-wrapper--transparent .header__menu-item,
body.template-index .header-wrapper--transparent .list-menu__item,
body.template-index .header-wrapper--transparent .pakiki-nav-link {
  color: #FFFFFF !important;
}

body.template-index .header-wrapper--transparent .header__icon svg path,
body.template-index .header-wrapper--transparent .header__icon svg line,
body.template-index .header-wrapper--transparent .header__icon svg circle,
body.template-index .header-wrapper--transparent .header__icon path {
  fill: #FFFFFF !important;
  stroke: none !important;
  stroke-width: 0 !important;
}

body.template-index .header-wrapper--transparent .cart-count-bubble {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

/* Scrolled state (homepage after scroll, and all subpages when scrolled) */
.header-wrapper--scrolled {
  background: var(--pakiki-cream, #FAF8F2) !important;
  background-color: var(--pakiki-cream, #FAF8F2) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.header-wrapper--scrolled .header__heading-logo,
.header-wrapper--scrolled .header__heading img,
.header-wrapper--scrolled .header__heading-logo-wrapper img {
  filter: none !important;
  -webkit-filter: none !important;
}

.header-wrapper--scrolled .header__heading-link,
.header-wrapper--scrolled .header__heading-link span,
.header-wrapper--scrolled .header__heading .h2,
.header-wrapper--scrolled .header__icon,
.header-wrapper--scrolled .header__menu-item,
.header-wrapper--scrolled .list-menu__item,
.header-wrapper--scrolled .pakiki-nav-link {
  color: var(--pakiki-dark) !important;
}

/* Keep header icons crisp and thin - never add bold outline stroke */
.header-wrapper--scrolled .header__icon svg path,
.header-wrapper--scrolled .header__icon svg line,
.header-wrapper--scrolled .header__icon svg circle {
  stroke: none !important;
  stroke-width: 0 !important;
  fill: currentColor !important;
}

/* On all non-homepages, header is always solid cream */
body:not(.template-index) .header-wrapper {
  background: var(--pakiki-cream, #FAF8F2) !important;
  background-color: var(--pakiki-cream, #FAF8F2) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* Header layout — center logo */
.header {
  padding: 0 1rem;
  max-width: 2560px;
  margin: 0 auto;
}

@media (min-width: 990px) {
  .header {
    padding: 0 3rem;
  }
}

/* Navigation items — matches original Pakiki serif */
.header__menu-item {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-nav) !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.header__menu-item:hover {
  color: var(--pakiki-green) !important;
  opacity: 1;
}

/* Header icons — always thin and crisp */
.header__icon {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--pakiki-dark) !important;
}

.header__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: none !important;
  stroke-width: 0 !important;
}

.header__icon svg path,
.header__icon svg line,
.header__icon svg circle,
.header__icon svg rect {
  stroke: none !important;
  stroke-width: 0 !important;
}

/* Cart count badge */
.cart-count-bubble {
  background-color: var(--pakiki-dark);
  color: #FFFFFF;
  font-size: 0.9rem;
  width: 1.7rem;
  height: 1.7rem;
  min-width: 1.7rem;
  border-radius: 50%;
}

/* ----------------------------------------
   Buttons — Premium, Tall, Clean
   ---------------------------------------- */
.button,
.shopify-challenge__button,
.customer button {
  font-family: var(--pakiki-font-body) !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.6875rem;
  padding: 1rem 2.5rem;
  border-radius: 0 !important;
  transition: all 0.3s ease;
  min-height: 3rem;
}

.button--primary {
  background-color: var(--pakiki-dark);
  color: #FFFFFF;
  border: 1px solid var(--pakiki-dark);
}

.button--primary:hover {
  background-color: var(--pakiki-green);
  border-color: var(--pakiki-green);
}

.button--secondary {
  background-color: transparent;
  color: var(--pakiki-dark);
  border: 1px solid var(--pakiki-dark);
}

.button--secondary:hover {
  background-color: var(--pakiki-dark);
  color: #FFFFFF;
}

/* Form inputs — refined */
.field__input,
input[type="email"],
input[type="text"],
input[type="password"],
textarea {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  padding: 0.875rem 1rem !important;
  font-size: var(--pakiki-fs-card-title) !important;
  background-color: #FFFFFF !important;
  transition: border-color 0.2s ease;
}

.field__input:focus,
input:focus {
  border-color: var(--pakiki-dark) !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ----------------------------------------
   Product Cards
   ---------------------------------------- */
/* ----------------------------------------
   Product Cards — Clean, No Borders
   ---------------------------------------- */
/* Grid items must have min-width:0 to prevent text overflow in CSS Grid */
.product-grid .grid__item,
.product-grid > li {
  min-width: 0 !important;
  overflow: hidden !important;
}

.card-wrapper {
  border-radius: 0 !important;
  overflow: hidden !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.card {
  border-radius: 0 !important;
  background: transparent;
  border: none !important;
  box-shadow: none !important;
}

.card__media {
  border-radius: 0 !important;
  overflow: hidden;
}

.card__inner {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.card__content {
  padding: 0.75rem 0 0 0;
  overflow: hidden !important;
}

.card-information {
  padding: 0;
  overflow: hidden !important;
  min-width: 0 !important;
}

.card-information__wrapper {
  padding: 0;
  overflow: hidden !important;
  min-width: 0 !important;
}

.card__media img {
  transition: transform 0.3s ease;
}

.card-wrapper:hover .card__media img {
  transform: scale(1.05);
}

.card__heading {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-card-title) !important;
  font-weight: 400 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  max-width: 100% !important;
}

.card__heading a {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  display: block !important;
}

.card-information__wrapper .price {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-card-price);
  color: rgba(3, 2, 19, 0.7);
}

/* Quick add button on product cards */
.quick-add__submit {
  background-color: var(--pakiki-dark) !important;
  color: #FFFFFF !important;
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small) !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ----------------------------------------
   Product Page
   ---------------------------------------- */
.product__title {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-product-title) !important;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 750px) {
  .product__title {
    font-size: var(--pakiki-fs-product-title) !important;
  }
}

.product__text {
  font-family: var(--pakiki-font-body) !important;
}

/* Price on product page */
.price-item--regular {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-product-price) !important;
  font-weight: 700;
}

/* Variant picker (size buttons) */
.product-form__input label {
  font-family: var(--pakiki-font-body) !important;
  font-weight: 700;
}

variant-selects .product-form__input input[type="radio"] + label {
  border-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: var(--pakiki-font-body) !important;
  transition: all 0.2s ease;
}

variant-selects .product-form__input input[type="radio"]:checked + label {
  border-color: var(--pakiki-dark);
  background-color: rgba(0, 0, 0, 0.03);
}

/* Add to cart button on product page */
.product-form__submit {
  background-color: #222222 !important;
  color: #FFFFFF !important;
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body) !important;
  font-weight: 600 !important;
  font-size: var(--pakiki-fs-body) !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  min-height: 3.5rem;
}

.product-form__submit:hover {
  background-color: #000000 !important;
}

/* ----------------------------------------
   Collection Page
   ---------------------------------------- */
.collection-hero__title {
  font-family: var(--pakiki-font-heading) !important;
}

/* Filter / sort bar */
.facets__summary {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-body);
}

/* ----------------------------------------
   Cart Drawer
   ---------------------------------------- */
.cart-drawer__head {
  border-bottom: 1px solid var(--pakiki-border);
}

.cart-drawer h2,
.drawer__heading {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-section-heading) !important;
  font-weight: 400;
}

.cart-item__name {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-body);
  font-weight: 500;
  color: var(--pakiki-green-light);
}

.cart-item__details .price {
  font-family: var(--pakiki-font-body) !important;
}

/* Cart totals */
.totals {
  font-family: var(--pakiki-font-body) !important;
}

/* Checkout button in cart */
.cart__ctas button[name="checkout"],
.cart__ctas a[name="checkout"] {
  background-color: var(--pakiki-dark) !important;
  color: #FFFFFF !important;
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body) !important;
  font-weight: 700 !important;
  font-size: var(--pakiki-fs-small) !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ----------------------------------------
   Footer
   ---------------------------------------- */
.footer {
  background-color: var(--pakiki-cream);
  border-top: 1px solid var(--pakiki-border);
}

.footer__content-top {
  border-bottom: 1px solid var(--pakiki-border);
}

.footer-block__heading {
  font-family: var(--pakiki-font-body) !important;
  font-weight: 600;
  font-size: var(--pakiki-fs-small);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-block__details-content a {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small);
}

/* Newsletter in footer */
.footer__newsletter .newsletter-form__field-wrapper {
  border-radius: 0;
}

.footer__newsletter .newsletter-form__button {
  background-color: var(--pakiki-dark);
  color: #FFFFFF;
  border-radius: 0;
}

/* ----------------------------------------
   Utility Classes
   ---------------------------------------- */
.pakiki-serif {
  font-family: var(--pakiki-font-heading) !important;
}

.pakiki-sans {
  font-family: var(--pakiki-font-body) !important;
}

.pakiki-green {
  color: var(--pakiki-green) !important;
}

/* Max width container */
.page-width {
  max-width: 1600px;
}

/* Remove Dawn's default shadows and rounded corners */
.card,
.card-wrapper,
.card__media,
.button,
input,
select,
textarea,
.field__input {
  border-radius: 0 !important;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* ----------------------------------------
   Predictive Search Overrides
   ---------------------------------------- */
.predictive-search {
  background-color: var(--pakiki-cream);
  border: 1px solid var(--pakiki-border);
  font-family: var(--pakiki-font-body) !important;
}

.predictive-search__heading {
  font-family: var(--pakiki-font-body) !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: var(--pakiki-fs-small);
  font-weight: 600;
}

/* ----------------------------------------
   Free Delivery Progress Bar (Cart)
   ---------------------------------------- */
.pakiki-delivery-bar {
  background-color: #f5f2eb;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}

.pakiki-delivery-bar__text {
  font-size: var(--pakiki-fs-body);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.pakiki-delivery-bar__text svg {
  color: var(--pakiki-green-light);
  flex-shrink: 0;
}

.pakiki-delivery-bar__track {
  width: 100%;
  height: 6px;
  background-color: #d1d5db;
  border-radius: 9999px;
  overflow: hidden;
}

.pakiki-delivery-bar__progress {
  height: 100%;
  background-color: var(--pakiki-green-light);
  border-radius: 9999px;
  transition: width 0.3s ease;
}

/* ----------------------------------------
   Mobile Overrides
   ---------------------------------------- */
@media (max-width: 749px) {
  h1, .h1 {
    font-size: var(--pakiki-fs-page-heading);
  }

  h2, .h2 {
    font-size: var(--pakiki-fs-section-heading);
  }

  .product__title {
    font-size: var(--pakiki-fs-product-title);
  }

  /* Prevent iOS zoom on input focus */
  input[type="email"],
  input[type="text"],
  input[type="tel"],
  input[type="search"],
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* ----------------------------------------
   Animations
   ---------------------------------------- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pakiki-animate-in {
  animation: fadeInUp 0.4s ease-out forwards;
}

/* ----------------------------------------
   Hero Banner Overrides (Homepage)
   Fill exact viewport height (accounting for announcement bar)
   ---------------------------------------- */
.banner--adapt,
.banner--large,
.banner--medium,
#Banner-pakiki_hero {
  height: calc(100vh - var(--announcement-bar-height, 38px)) !important;
  height: calc(100dvh - var(--announcement-bar-height, 38px)) !important;
  min-height: calc(100vh - var(--announcement-bar-height, 38px)) !important;
  max-height: calc(100vh - var(--announcement-bar-height, 38px)) !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Cancel oversized aspect-ratio padding on adapt banners */
.banner--adapt::before,
.banner--adapt .banner__media::before,
#Banner-pakiki_hero::before,
#Banner-pakiki_hero .banner__media::before {
  padding-bottom: 0 !important;
  display: none !important;
}

.banner--adapt .banner__media,
#Banner-pakiki_hero .banner__media {
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

.banner--adapt .banner__media img,
#Banner-pakiki_hero .banner__media img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center 30% !important;
}

.banner--adapt .banner__content,
#Banner-pakiki_hero .banner__content {
  min-height: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.banner .banner__heading {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-page-heading) !important;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 749px) {
  .banner .banner__heading {
    font-size: var(--pakiki-fs-page-heading) !important;
  }

  .banner--adapt,
  .banner--large,
  .banner--medium,
  #Banner-pakiki_hero {
    height: calc(100vh - var(--announcement-bar-height, 38px)) !important;
    height: calc(100dvh - var(--announcement-bar-height, 38px)) !important;
    min-height: calc(100vh - var(--announcement-bar-height, 38px)) !important;
    max-height: calc(100vh - var(--announcement-bar-height, 38px)) !important;
  }
}

.banner .banner__box {
  background: transparent !important;
}

/* ----------------------------------------
   Shop Now Button on Hero Banner — No Borders
   ---------------------------------------- */
.banner .banner__buttons .button,
.banner .banner__buttons .button--secondary,
.banner .banner__buttons .button--primary,
.banner .button--secondary,
.banner .button--primary,
.banner .button,
.banner a.button {
  background: transparent !important;
  background-color: transparent !important;
  color: #FFFFFF !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-button) !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 0.75rem 1.5rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: opacity 0.25s ease, transform 0.25s ease !important;
}

.banner .banner__buttons .button::after,
.banner .banner__buttons .button::before,
.banner .banner__buttons .button--secondary::after,
.banner .banner__buttons .button--secondary::before,
.banner .button::after,
.banner .button::before,
.banner .button--secondary::after,
.banner .button--secondary::before {
  display: none !important;
  content: none !important;
  border: none !important;
  box-shadow: none !important;
}

.banner .banner__buttons .button:hover,
.banner .banner__buttons .button--secondary:hover,
.banner .button:hover,
.banner .button--secondary:hover,
.banner a.button:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: #FFFFFF !important;
  opacity: 0.75 !important;
  transform: translateY(-2px) !important;
  border: none !important;
  box-shadow: none !important;
}

/* ----------------------------------------
   Product Page — Collapsible Tabs
   ---------------------------------------- */
.product .accordion {
  border-bottom: none;
}

.product .accordion .accordion__content {
  font-size: var(--pakiki-fs-body);
  line-height: 1.6;
  color: var(--pakiki-muted);
  padding-bottom: 1rem;
}

/* Product page thumbnail gallery */
.product__media-list .product__media-item {
  border-radius: 0 !important;
}

.thumbnail-list .thumbnail {
  border-radius: 0 !important;
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.thumbnail-list .thumbnail.is-active,
.thumbnail-list .thumbnail:hover {
  border-color: var(--pakiki-dark);
}

/* Product page sticky info scroll */
.product__info-wrapper {
  padding-top: 0;
}

@media (min-width: 990px) {
  .product__info-wrapper {
    padding-top: 2rem;
  }
}

/* ----------------------------------------
   Collection Page Refinements
   ---------------------------------------- */
.collection-hero {
  background-color: var(--pakiki-cream);
  padding: 3rem 0;
}

.collection-hero__title {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-page-heading) !important;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 750px) {
  .collection-hero__title {
    font-size: var(--pakiki-fs-page-heading) !important;
  }
}

.collection-hero__description {
  text-align: center;
  font-size: var(--pakiki-fs-body);
  color: var(--pakiki-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* Collection product count */
.collection-product-count {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small);
  color: var(--pakiki-muted);
}

/* Active filter pills */
.active-facets__button {
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small);
}

/* ----------------------------------------
   Cart Drawer Enhancements
   ---------------------------------------- */
.cart-drawer {
  background-color: var(--pakiki-cream) !important;
}

.cart-drawer .drawer__inner {
  background-color: var(--pakiki-cream);
}

.cart-drawer .cart-item__name a {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-body);
  font-weight: 500;
  color: var(--pakiki-dark);
  text-decoration: none;
}

.cart-drawer .quantity__button {
  border-radius: 4px;
}

/* Cart drawer empty state */
.cart-drawer .is-empty p {
  font-family: var(--pakiki-font-body) !important;
}

.cart-drawer .is-empty .button {
  background-color: var(--pakiki-dark);
  color: #FFFFFF;
  border-radius: 0;
}

/* ----------------------------------------
   Newsletter Section
   ---------------------------------------- */
.newsletter {
  text-align: center;
}

.newsletter__heading {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-page-heading) !important;
  font-weight: 400;
}

.newsletter .field__input {
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body) !important;
}

.newsletter .newsletter__button {
  border-radius: 0 !important;
  background-color: var(--pakiki-dark) !important;
  color: #FFFFFF !important;
}

/* ----------------------------------------
   Page Styles (About, Policies, etc.)
   ---------------------------------------- */
.section-main-page .page-width {
  max-width: 900px;
}

.section-main-page h1 {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-page-heading) !important;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
}

.section-main-page .rte {
  font-size: var(--pakiki-fs-body);
  line-height: 1.8;
  color: rgba(3, 2, 19, 0.75);
}

/* ----------------------------------------
   Contact Form
   ---------------------------------------- */
.contact .field__label {
  font-family: var(--pakiki-font-body) !important;
}

.contact .field__input,
.contact textarea {
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body) !important;
}

/* ----------------------------------------
   404 Page
   ---------------------------------------- */
.shopify-section--404 h1 {
  font-family: var(--pakiki-font-heading) !important;
}

/* ----------------------------------------
   Loading / Transition States
   ---------------------------------------- */
.loading__spinner circle {
  stroke: var(--pakiki-dark);
}

/* ----------------------------------------
   Accessibility Improvements
   ---------------------------------------- */
*:focus-visible {
  outline: 2px solid var(--pakiki-dark);
  outline-offset: 2px;
}

/* Skip to content */
.skip-to-content-link:focus {
  background-color: var(--pakiki-dark);
  color: #FFFFFF;
  border-radius: 0;
}

/* ----------------------------------------
   Free Delivery Progress Bar (Cart Drawer)
   ---------------------------------------- */
.pakiki-delivery-bar {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.pakiki-delivery-bar__text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--pakiki-font-body);
  font-size: var(--pakiki-fs-small);
  color: #030213;
  margin-bottom: 0.5rem;
}

.pakiki-delivery-bar__text svg {
  flex-shrink: 0;
  color: #2D5A27;
}

.pakiki-delivery-bar__text strong {
  font-weight: 600;
}

.pakiki-delivery-bar__track {
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.pakiki-delivery-bar__progress {
  height: 100%;
  background-color: #2D5A27;
  border-radius: 2px;
  transition: width 0.4s ease;
  min-width: 2%;
}

/* ----------------------------------------
   Product Card Hover Effects
   ---------------------------------------- */
.card--media .card__inner {
  border-radius: 0 !important;
  overflow: hidden;
}

.card--media .card__inner .media img {
  transition: transform 0.4s ease !important;
}

.card--media:hover .card__inner .media img {
  transform: scale(1.05);
}

/* Quick add button styling */
.quick-add__submit {
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small) !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Product card title */
.card__heading a {
  font-family: var(--pakiki-font-body);
  font-size: var(--pakiki-fs-card-title);
  font-weight: 500;
  color: #030213;
  text-decoration: none;
}

.card__heading a:hover {
  color: #2D5A27;
}

/* Product card price */
.card-information .price {
  font-family: var(--pakiki-font-body);
  font-size: var(--pakiki-fs-card-price);
  color: #717182;
}

.card-information .price .price-item--sale {
  color: #030213;
  font-weight: 600;
}

.card-information .price .price-item--regular.price-item--last {
  text-decoration: line-through;
  color: #717182;
  font-weight: 400;
}

/* Card badge (Sale, Sold Out) */
.card__badge .badge {
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body);
  font-size: var(--pakiki-fs-card-price);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
}

/* ----------------------------------------
   Announcement Bar & Header Separation Overrides
   ---------------------------------------- */
.announcement-bar {
  border: none !important;
  border-bottom: none !important;
}

/* Remove separator between announcement bar and header */
.section-header {
  border-top: none !important;
  border-bottom: none !important;
}

.header-wrapper {
  border-top: none !important;
  border-bottom: none !important;
}

/* ----------------------------------------
   Predictive Search Overrides
   ---------------------------------------- */
.predictive-search {
  background-color: #FAF8F2 !important;
  border-radius: 0 !important;
}

.predictive-search__result-group .predictive-search__heading {
  font-family: var(--pakiki-font-body);
  font-size: var(--pakiki-fs-small);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.predictive-search__item-heading {
  font-family: var(--pakiki-font-body);
}

/* ----------------------------------------
   Scroll-to-Top (optional enhancement)
   ---------------------------------------- */
.pakiki-scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  background-color: var(--pakiki-dark);
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
}

.pakiki-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.pakiki-scroll-top:hover {
  background-color: #2D5A27;
}

/* ----------------------------------------
   Main Content Offset for Fixed Header on Subpages
   ---------------------------------------- */
body:not(.template-index) #MainContent {
  padding-top: var(--header-height, 90px);
}

/* ----------------------------------------
   Full Cart Page
   ---------------------------------------- */
.cart__contents {
  background-color: var(--pakiki-cream, #FAF8F2);
}

.cart .title {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-page-heading) !important;
  font-weight: 400;
  text-align: center;
}

.cart .cart-items th {
  font-family: var(--pakiki-font-body);
  font-size: var(--pakiki-fs-small);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cart .cart-item__name a {
  font-family: var(--pakiki-font-body);
  font-size: var(--pakiki-fs-body);
  font-weight: 500;
  color: #030213;
  text-decoration: none;
}

.cart .cart-item__name a:hover {
  color: #2D5A27;
}

.cart .quantity__button {
  border-radius: 0 !important;
}

.cart .cart__ctas .button {
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body) !important;
  letter-spacing: 0.05em;
}

.cart .cart__ctas .button--primary {
  background-color: #030213 !important;
  color: #FFFFFF !important;
}

.cart .totals__subtotal-value {
  font-family: var(--pakiki-font-body);
  font-weight: 600;
}

/* Cart note */
.cart__note label {
  font-family: var(--pakiki-font-body);
  font-size: var(--pakiki-fs-small);
  font-weight: 500;
}

.cart__note textarea {
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body);
}

/* ----------------------------------------
   Customer Account Pages
   ---------------------------------------- */
.customer .field__input,
.customer .field__label {
  font-family: var(--pakiki-font-body);
}

.customer .field__input {
  border-radius: 0 !important;
}

.customer h1 {
  font-family: var(--pakiki-font-heading) !important;
  font-weight: 400;
}

.customer .button {
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body);
  letter-spacing: 0.05em;
}

.customer .button--primary {
  background-color: #030213;
  color: #FFFFFF;
}

/* Order history table */
.customer table th {
  font-family: var(--pakiki-font-body);
  font-size: var(--pakiki-fs-small);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.customer table td {
  font-family: var(--pakiki-font-body);
  font-size: var(--pakiki-fs-body);
}

/* ----------------------------------------
   Search Results Page
   ---------------------------------------- */
.template-search .search__heading {
  font-family: var(--pakiki-font-heading) !important;
  font-weight: 400;
}

.template-search .search .field__input {
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body);
}

.template-search .search .search__button {
  border-radius: 0 !important;
}

/* ----------------------------------------
   Blog & Article Pages
   ---------------------------------------- */
.blog-articles .blog-articles__article h2 a {
  font-family: var(--pakiki-font-heading) !important;
  font-weight: 400;
  color: #030213;
  text-decoration: none;
}

.blog-articles .blog-articles__article h2 a:hover {
  color: #2D5A27;
}

.article-template .article-template__hero-container h1 {
  font-family: var(--pakiki-font-heading) !important;
  font-weight: 400;
}

.article-template .article-template__content .rte {
  font-family: var(--pakiki-font-body);
  font-size: var(--pakiki-fs-body);
  line-height: 1.8;
}

/* ----------------------------------------
   Pagination
   ---------------------------------------- */
.pagination__list .pagination__item a,
.pagination__list .pagination__item span {
  font-family: var(--pakiki-font-body);
  border-radius: 0 !important;
}

.pagination__list .pagination__item--current {
  background-color: #030213;
  color: #FFFFFF;
  border-radius: 0 !important;
}

/* ----------------------------------------
   Gift Card Page
   ---------------------------------------- */
.gift-card h1 {
  font-family: var(--pakiki-font-heading) !important;
  font-weight: 400;
}

.gift-card .gift-card__number {
  font-family: var(--pakiki-font-body);
  letter-spacing: 0.1em;
}

/* ----------------------------------------
   Password Page
   ---------------------------------------- */
.password-header__heading {
  font-family: var(--pakiki-font-heading) !important;
}

.password-content .field__input {
  border-radius: 0 !important;
  font-family: var(--pakiki-font-body);
}

.password-content .button {
  border-radius: 0 !important;
}

/* ============================================
   PREMIUM POLISH — Visual Refinements
   ============================================ */

/* ----------------------------------------
   Product Page — Elevated Feel
   ---------------------------------------- */
.product__title {
  font-size: var(--pakiki-fs-page-heading) !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.product__text {
  font-size: var(--pakiki-fs-body);
  color: var(--pakiki-muted);
  line-height: 1.6;
}

/* Price styling */
.price-item--regular,
.price__regular .price-item {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-product-price) !important;
  font-weight: 500;
  color: var(--pakiki-dark);
}

.price-item--sale {
  color: #c0392b !important;
}

.price-item--last s {
  color: var(--pakiki-muted);
  font-size: var(--pakiki-fs-body);
}

/* Variant picker — pill buttons */
.product-form__input label {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small) !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.variant-input .variant-input__label {
  border-color: rgba(0, 0, 0, 0.15) !important;
  transition: all 0.2s ease;
}

.variant-input .variant-input__label:hover {
  border-color: var(--pakiki-dark) !important;
}

.variant-input input:checked + .variant-input__label {
  border-color: var(--pakiki-dark) !important;
  background-color: var(--pakiki-dark) !important;
  color: #FFFFFF !important;
}

/* Add to Cart button — larger, bolder */
.product-form__submit {
  min-height: 3.25rem !important;
  font-size: var(--pakiki-fs-small) !important;
  letter-spacing: 0.12em !important;
}

/* Collapsible tabs — refined */
.product__accordion summary {
  padding: 1.15rem 0 !important;
  border-bottom: none !important;
}

.product__accordion .accordion__title {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-body) !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}

/* ----------------------------------------
   Collection Page — Clean Grid
   ---------------------------------------- */
.collection-hero__title {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-page-heading) !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em;
}

/* Filter labels */
.facets__label {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small) !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Sort by */
.facet-filters__sort select {
  font-family: var(--pakiki-font-body) !important;
  font-size: 13px !important;
}

/* Filter button: remove border/outline, make bold, match sort */
.mobile-facets__open,
.facets__open {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0.5rem 0 !important;
  gap: 0.5rem !important;
}

.mobile-facets__open .svg-wrapper,
.facets__open .svg-wrapper {
  width: 1.4rem !important;
  height: 1.4rem !important;
}

.mobile-facets__open-label,
.facets__open-label,
.mobile-facets__open span:not(.svg-wrapper),
.facets__open span:not(.svg-wrapper) {
  font-family: var(--pakiki-font-body) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

/* Sort by label: match filter style */
.facet-filters__label,
.facet-filters__label label {
  font-family: var(--pakiki-font-body) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

/* Sort dropdown value */
.facet-filters__sort,
.facet-filters__sort.select__select,
.facet-filters__sort option {
  font-family: var(--pakiki-font-body) !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  color: #555 !important;
}

/* Facet summary (desktop filter): remove border */
.facet-filters__summary {
  border: none !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

/* Product count - hidden */
.facets__product-count,
.product-count {
  display: none !important;
}

/* Show sort bar on mobile */
@media screen and (max-width: 749px) {
  facet-filters-form.facets.small-hide,
  facet-filters-form.facets-vertical-sort.small-hide {
    display: block !important;
  }

  facet-filters-form.facets.small-hide .facets__form,
  facet-filters-form.facets-vertical-sort .facets-vertical-form {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 0 1.25rem !important;
  }

  facet-filters-form.facets.small-hide .facet-filters.sorting,
  facet-filters-form.facets-vertical-sort .facet-filters.sorting {
    padding-left: 0 !important;
    width: auto !important;
  }
}

/* ----------------------------------------
   Card Titles & Prices
   ---------------------------------------- */
.card__heading a {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small) !important;
  font-weight: 400;
  color: var(--pakiki-dark);
  letter-spacing: 0.01em;
}

.card__heading a:hover {
  color: var(--pakiki-green);
}

.price .money {
  font-family: var(--pakiki-font-body) !important;
  font-weight: 500;
}

/* Quick add button */
.quick-add__submit {
  font-size: 0.625rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}

/* ----------------------------------------
   Footer — Dark Option
   ---------------------------------------- */
.footer {
  background-color: var(--pakiki-cream) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding-top: 3rem;
}

.footer__content-top {
  border-bottom: none !important;
}

.footer-block__heading {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-body) !important;
  font-weight: 700 !important;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}

.footer-block__details-content a {
  font-size: var(--pakiki-fs-small);
  color: var(--pakiki-dark);
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.footer-block__details-content a:hover {
  opacity: 1;
  color: var(--pakiki-dark);
}

/* Footer newsletter */
.footer__newsletter .field__input {
  min-height: 2.75rem;
}

.footer__newsletter .newsletter-form__button {
  min-height: 2.75rem;
  background-color: var(--pakiki-dark) !important;
  color: #FFFFFF !important;
}

/* Copyright */
.copyright {
  font-size: var(--pakiki-fs-small);
  color: var(--pakiki-muted);
}

/* Social icons */
.footer__list-social .list-social__link svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* ----------------------------------------
   Newsletter Section — Matches Original
   ---------------------------------------- */
.newsletter__heading {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-section-heading) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.newsletter__wrapper .rte {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-body);
  color: var(--pakiki-muted);
}

.newsletter__subheading {
  font-size: var(--pakiki-fs-body);
  color: var(--pakiki-muted);
  max-width: 500px;
  margin: 0 auto;
}

/* ----------------------------------------
   Predictive Search — Refined
   ---------------------------------------- */
.predictive-search {
  background-color: #FFFFFF !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
}

.predictive-search__item-heading {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small);
}

/* ----------------------------------------
   404 Page — Styled
   ---------------------------------------- */
.shopify-section--404 h1 {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-page-heading);
  font-weight: 400;
}

/* ----------------------------------------
   Badges — Subtle Premium Style
   ---------------------------------------- */
.badge {
  font-family: var(--pakiki-font-body) !important;
  font-size: 0.5625rem !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
  background-color: var(--pakiki-dark) !important;
  color: #FFFFFF !important;
}

.badge--sale {
  background-color: #c0392b !important;
}

/* ----------------------------------------
   Loading Spinner — Branded
   ---------------------------------------- */
.loading__spinner circle {
  stroke: var(--pakiki-dark);
}

/* ----------------------------------------
   Breadcrumbs
   ---------------------------------------- */
.breadcrumbs a,
.breadcrumbs span {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pakiki-muted);
}

.breadcrumbs a:hover {
  color: var(--pakiki-dark);
}

/* ----------------------------------------
   Section Dividers — Subtle
   ---------------------------------------- */
hr {
  border-color: rgba(0, 0, 0, 0.04);
}

/* ----------------------------------------
   Image Treatment — Consistent Aspect Ratios
   ---------------------------------------- */
.media--portrait {
  padding-bottom: 133.33% !important;
}

/* Remove Dawn's default image borders */
.media {
  border: none !important;
}

/* ----------------------------------------
   Curiously Picked / Featured Collection Heading
   ---------------------------------------- */
/* Mobile product page: left-align all text, negative space on right */
@media screen and (max-width: 749px) {
  .section-main-product .page-width,
  .section-main-product product-component > .page-width {
    padding-left: 1.25rem !important;
    padding-right: 3rem !important;
    margin: 0 !important;
  }

  .product__info-container,
  .product__info-container > *,
  .product__info-container .product__title,
  .product__info-container .product__title h1,
  .product__info-container .product__title .h1,
  .product__info-container .price,
  .product__info-container .product__description,
  .product__info-container .product__text,
  .product__info-container .product__tax,
  .product__info-container shopify-payment-terms,
  .product__info-container .product-form__quantity,
  .product__info-container .share-button {
    text-align: left !important;
  }

  .product__info-container .product-form__quantity,
  .product__info-container .share-button {
    justify-content: flex-start !important;
  }

  .product__info-wrapper {
    padding-left: 0 !important;
    padding-right: 2rem !important;
  }
}

.collection__title .title,
.featured-collection__heading,
.section-pakiki-curiously-picked .pakiki-curiously-picked__title {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-section-heading) !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  text-align: center !important;
  color: #000000 !important;
}

@media (min-width: 768px) {
  .collection__title .title,
  .featured-collection__heading,
  .section-pakiki-curiously-picked .pakiki-curiously-picked__title {
    font-size: var(--pakiki-fs-section-heading) !important;
  }
}

/* Hide oversized quick-add buttons in collection grid / featured collection */
.quick-add,
.card__content .quick-add,
.collection .quick-add,
.product-grid .quick-add,
.section-featured-collection .quick-add {
  display: none !important;
}

/* ============================================
   Pakiki Custom Product Page Redesign
   Matching screenshot & React reference site
   ============================================ */

/* Product page container width & alignment - left-aligned with negative space right */
.section-main-product .page-width,
.section-main-product > product-info > .page-width,
.section-main-product product-component > .page-width,
.section-main-product > product-info > product-component > .page-width {
  max-width: 1360px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  margin: 0 auto 0 0 !important;
}

@media screen and (min-width: 1200px) {
  .section-main-product .page-width,
  .section-main-product > product-info > .page-width,
  .section-main-product product-component > .page-width,
  .section-main-product > product-info > product-component > .page-width {
    max-width: 1380px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

/* Product Section 2-Column Layout on Desktop & Tablet */
@media screen and (min-width: 750px) {
  .product.grid {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 2.75rem !important;
    width: auto !important;
    max-width: none !important;
    margin-bottom: 3.5rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex-wrap: nowrap !important;
  }

  .product__media-wrapper {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 620px !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
  }

  .product__info-wrapper {
    flex: 0 0 400px !important;
    width: 400px !important;
    max-width: 400px !important;
    padding: 0 !important;
    margin: 0 !important;
    align-self: flex-start !important;
    min-width: 0 !important;
  }

  .product__info-container {
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 !important;
    padding-top: 0 !important;
    position: sticky !important;
    top: 100px !important;
    align-self: flex-start !important;
  }
}

@media screen and (min-width: 1100px) {
  .product.grid {
    gap: 3rem !important;
  }

  .product__media-wrapper {
    max-width: 700px !important;
  }

  .product__info-wrapper {
    flex: 0 0 420px !important;
    width: 420px !important;
    max-width: 420px !important;
  }

  .product__info-container {
    max-width: 420px !important;
  }
}

/* Product info sticky positioning */
.product__column-sticky {
  position: sticky !important;
  top: 100px !important;
  z-index: 1 !important;
  align-self: flex-start !important;
}

.product__media-wrapper media-gallery {
  position: relative !important;
  top: auto !important;
  z-index: 1 !important;
}

/* Image gallery sizing & left-column vertical thumbnails */
.product__media-wrapper .product__media-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.product__media-wrapper .product__media-item {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.product__media-wrapper .media,
.product__media-wrapper .product-media-container .media {
  aspect-ratio: 3 / 4 !important;
  height: auto !important;
  max-height: 780px !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background-color: #f3f0e8 !important;
  padding-top: 0 !important;
  position: relative !important;
  width: 100% !important;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-wrapper .media,
  .product__media-wrapper .product-media-container .media {
    max-height: 580px !important;
  }
}

.product__media-wrapper .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: relative !important;
}

/* Vertical Thumbnails on Left of Main Image (Desktop) */
@media screen and (min-width: 750px) {
  .product__media-wrapper media-gallery {
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 16px !important;
    align-items: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
  }

  .product__media-wrapper [id^="GalleryViewer-"] {
    width: 560px !important;
    max-width: 560px !important;
    flex: 0 0 560px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
  }

  .product__media-wrapper [id^="GalleryThumbnails-"] {
    width: 68px !important;
    flex: 0 0 68px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }
}

@media screen and (min-width: 1100px) {
  .product__media-wrapper [id^="GalleryViewer-"] {
    width: 580px !important;
    max-width: 580px !important;
    flex: 0 0 580px !important;
  }
}

  .product__media-wrapper [id^="Slider-Thumbnails-"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow: visible !important;
  }

  .product__media-wrapper .thumbnail-list__item {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 88px !important;
    flex: 0 0 88px !important;
    padding: 0 !important;
  }

  .product__media-wrapper .thumbnail-list__item button.thumbnail {
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background-color: #f3f0e8 !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: border-color 0.2s ease !important;
  }

  .product__media-wrapper .thumbnail-list__item button.thumbnail[aria-current="true"] {
    border: 1.5px solid #111111 !important;
  }

  .product__media-wrapper .thumbnail-list__item button.thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .product__media-wrapper .thumbnail-slider .slider-button {
    display: none !important;
  }
}

/* Completely remove the magnifying glass / zoom tool per user request */
.product__modal-opener .product__media-icon,
.product__media-icon,
.product__modal-opener::after,
.product__media-toggle {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Product Title & Price Side-by-Side Row */
/* Product Title */
.product__info-container > .product__title,
.product__title {
  margin: 0 0 0.25rem 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.product__title h1,
.product__title .h1 {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-section-heading) !important;
  font-weight: 600 !important;
  color: #030213 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .product__title h1,
  .product__title .h1 {
    font-size: var(--pakiki-fs-page-heading) !important;
  }
}

@media (min-width: 1100px) {
  .product__title h1,
  .product__title .h1 {
    font-size: var(--pakiki-fs-page-heading) !important;
  }
}

/* Materials / Subtitle Text Box directly below product name */
.product__materials-wrapper {
  margin: 0.25rem 0 0.85rem 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.product__materials-text {
  font-family: var(--pakiki-font-body), 'Poppins', -apple-system, sans-serif !important;
  font-size: var(--pakiki-fs-body) !important;
  font-weight: 400 !important;
  color: #4b5563 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.01em !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Product Price block directly below materials */
.product__price-block,
div[id^="price-"] {
  margin: 0 0 1rem 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.product__price-block .price,
div[id^="price-"] .price,
.product__price-block .price .price-item--regular,
.product__price-block .price .price-item--sale,
div[id^="price-"] .price .price-item--regular,
div[id^="price-"] .price .price-item--sale {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-product-price) !important;
  font-weight: 700 !important;
  color: #030213 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

.product__price-block .price dl,
div[id^="price-"] .price dl,
.product__price-block .price__container,
div[id^="price-"] .price__container {
  margin: 0 !important;
}


/* Hide sold out badge beside price */
.price .price__badge-sold-out,
.product__info-container .price__badge-sold-out,
.price--sold-out .badge {
  display: none !important;
}

/* Secondary price elements stay full-width below */
.product__info-container > .product__tax,
.product__info-container > .volume-pricing-note,
.product__info-container > form.installment {
  width: 100% !important;
}

/* Product Description */
.product__description {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-body) !important;
  line-height: 1.55 !important;
  color: #1f2937 !important;
  margin-bottom: 1.5rem !important;
}

/* Size / Variant Picker - Premium, Compact, Unstretched */
.product-form__input--pill {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 1.25rem 0 !important;
  width: 100% !important;
}

.pakiki-size-header-row {
  width: 100% !important;
  flex: 0 0 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 0.65rem !important;
}

.pakiki-size-header-row .form__label {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-button) !important;
  font-weight: 700 !important;
  color: #030213 !important;
  margin: 0 !important;
  letter-spacing: -0.01em !important;
}

.pakiki-size-guide-btn {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-button) !important;
  font-weight: 700 !important;
  color: #030213 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  cursor: pointer !important;
  transition: color 0.2s ease !important;
}

.pakiki-size-guide-btn:hover {
  color: #555555 !important;
}

.product-form__input--pill input[type='radio'] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

.product-form__input--pill input[type='radio'] + label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 22px !important;
  min-width: 88px !important;
  border: 1px solid #dcdad5 !important;
  background-color: #ffffff !important;
  color: #030213 !important;
  border-radius: 2px !important;
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-button) !important;
  font-weight: 500 !important;
  text-transform: none !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
  text-align: center !important;
  margin: 0 !important;
  min-height: 40px !important;
  letter-spacing: 0 !important;
}

.product-form__input--pill input[type='radio'] + label:before {
  display: none !important;
}

.product-form__input--pill input[type='radio'] + label:hover {
  border-color: #030213 !important;
}

.product-form__input--pill input[type='radio']:checked + label {
  border: 1.5px solid #030213 !important;
  background-color: #ffffff !important;
  color: #030213 !important;
  font-weight: 700 !important;
}

/* Hide out-of-stock / disabled sizes to match target reference image */
.product-form__input--pill input[type='radio'].disabled,
.product-form__input--pill input[type='radio'].disabled + label {
  display: none !important;
}

/* Size pulse when button clicked without size selection */
@keyframes pakikiShake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-4px); }
  40%, 80% { transform: translateX(4px); }
}

.pakiki-size-pulse {
  animation: pakikiShake 0.4s ease !important;
  outline: 2px solid #807e7b !important;
  border-radius: 4px !important;
  padding: 4px !important;
}

/* Add to Bag & Wishlist Button Row */
.pakiki-buy-buttons-wrapper {
  margin: 0 0 1.25rem 0 !important;
}

.pakiki-buy-buttons-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 8px !important;
  height: 48px !important;
  width: 100% !important;
}

.pakiki-product-add-btn {
  flex: 1 !important;
  height: 100% !important;
  min-height: 48px !important;
  background-color: #222222 !important;
  color: #ffffff !important;
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-body) !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  border: none !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color 0.2s ease !important;
  padding: 0 1.5rem !important;
}

.pakiki-product-add-btn:hover {
  background-color: #000000 !important;
}

/* Initial "Select size" button state matching target reference */
.pakiki-product-add-btn.pakiki-select-size-btn {
  background-color: #807e7b !important;
  color: #ffffff !important;
}

.pakiki-product-add-btn.pakiki-select-size-btn:hover {
  background-color: #6a6865 !important;
}

.pakiki-product-wishlist-btn {
  width: 48px !important;
  height: 100% !important;
  min-height: 48px !important;
  min-width: 48px !important;
  background-color: #ffffff !important;
  border: 1px solid #dcdad5 !important;
  border-radius: 2px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  color: #111827 !important;
  transition: all 0.2s ease !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
}

.pakiki-product-wishlist-btn:hover {
  border-color: #9ca3af !important;
  background-color: #f9fafb !important;
}

.pakiki-product-wishlist-btn.is-wishlisted svg,
.pakiki-card-wishlist-btn.is-wishlisted svg {
  fill: #000000 !important;
  stroke: #000000 !important;
}

/* Delivery Info */
.pakiki-delivery-info {
  text-align: center !important;
  margin: 1.25rem 0 1.5rem 0 !important;
}

.pakiki-delivery-info__line1,
.pakiki-delivery-info__line2 {
  font-family: var(--pakiki-font-heading) !important;
  font-weight: 700 !important;
  color: #030213 !important;
  font-size: var(--pakiki-fs-button) !important;
  margin: 0 0 0.35rem 0 !important;
  letter-spacing: -0.01em !important;
}

.pakiki-delivery-info__line2 {
  margin-bottom: 0.5rem !important;
}

.pakiki-delivery-info__links {
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small) !important;
  color: #4b5563 !important;
  margin: 0 !important;
}

.pakiki-delivery-info__links a {
  color: #4b5563 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.pakiki-delivery-info__links a:hover {
  color: #030213 !important;
  text-decoration: underline !important;
}

.pakiki-delivery-info__divider {
  margin: 0 0.5rem !important;
  color: #d1d5db !important;
}

/* Why We Love It Block (using actual graphic from PSD) - positioned above accordions */
.pakiki-why-we-love-it-block {
  margin: 1.5rem 0 1.25rem 0 !important;
  padding: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
}

.pakiki-why-we-love-it-img {
  width: 100% !important;
  max-width: 390px !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  pointer-events: none !important;
}

@media screen and (min-width: 1100px) {
  .pakiki-why-we-love-it-img {
    max-width: 400px !important;
  }
}

@media (max-width: 749px) {
  .pakiki-why-we-love-it-img {
    max-width: 340px !important;
  }
}

/* Product Accordions (Fit & size, Fabric & care) - Clean Delicate Line Icons & Premium Playfair Typography */
.product .product__accordion,
.product__accordion {
  border: none !important;
  border-top: 1px solid #e7e5df !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 390px !important;
}

@media screen and (min-width: 1100px) {
  .product .product__accordion,
  .product__accordion {
    max-width: 400px !important;
  }
}

@media (max-width: 749px) {
  .product .product__accordion,
  .product__accordion {
    max-width: 340px !important;
  }
}

.product .product__accordion:last-of-type,
.product__accordion:last-of-type {
  border-bottom: 1px solid #e7e5df !important;
}

.product__accordion details {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product__accordion details summary,
.product .product__accordion summary {
  padding: 1.15rem 0 !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
  list-style: none !important;
}

.product__accordion details summary::-webkit-details-marker {
  display: none !important;
}

.product__accordion .summary__title {
  display: flex !important;
  align-items: center !important;
  gap: 0.875rem !important;
  margin: 0 !important;
}

.product__accordion .summary__title .svg-wrapper {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  fill: none !important;
  stroke: none !important;
  flex-shrink: 0 !important;
}

.product__accordion .summary__title svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  fill: none !important;
  stroke: #030213 !important;
  stroke-width: 1.4px !important;
  color: #030213 !important;
  flex-shrink: 0 !important;
}

.product__accordion .summary__title svg path,
.product__accordion .summary__title svg rect,
.product__accordion .summary__title svg line {
  fill: none !important;
  stroke: #030213 !important;
  stroke-width: 1.4px !important;
}

.product__accordion .accordion__title {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-body) !important;
  font-weight: 700 !important;
  color: #030213 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.product__accordion summary .icon-caret {
  width: 11px !important;
  height: 7px !important;
  color: #8e8e93 !important;
  fill: currentColor !important;
  stroke: none !important;
  margin: 0 !important;
  margin-left: auto !important;
  flex-shrink: 0 !important;
  transition: transform 0.2s ease !important;
}

.product__accordion details[open] summary .icon-caret {
  transform: rotate(180deg) !important;
}

.product__accordion .accordion__content {
  font-family: var(--pakiki-font-body), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: var(--pakiki-fs-button) !important;
  line-height: 1.6 !important;
  color: #4b5563 !important;
  padding-bottom: 1.15rem !important;
}

/* ============================================
   "You May Also Like" - STRICTLY ONE ROW OF CLOTHES
   ============================================ */
.related-products {
  border-top: 1px solid #e5e7eb !important;
  padding-top: 3.5rem !important;
  margin-top: 3rem !important;
  clear: both !important;
  position: relative !important;
  z-index: 1 !important;
}

.related-products__heading {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-section-heading) !important;
  font-weight: 400 !important;
  text-align: left !important;
  color: #030213 !important;
  margin: 0 0 1.75rem 0 !important;
  letter-spacing: -0.01em !important;
}

@media (min-width: 768px) {
  .related-products__heading {
    font-size: var(--pakiki-fs-section-heading) !important;
  }
}

/* Force exactly ONE single horizontal row - 6 cards on desktop */
.related-products .product-grid,
.related-products .grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 0 8px 0 !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  list-style: none !important;
}

.related-products .product-grid::-webkit-scrollbar,
.related-products .grid::-webkit-scrollbar {
  display: none !important;
}

.related-products .product-grid .grid__item,
.related-products .grid .grid__item {
  width: calc(16.666% - 11.7px) !important;
  max-width: none !important;
  flex: 0 0 calc(16.666% - 11.7px) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 1100px) {
  .related-products .product-grid .grid__item,
  .related-products .grid .grid__item {
    width: 180px !important;
    flex: 0 0 180px !important;
  }
}

@media (max-width: 640px) {
  .related-products .product-grid .grid__item,
  .related-products .grid .grid__item {
    width: 155px !important;
    flex: 0 0 155px !important;
  }
}

/* Card Wishlist Button & Inset ATC Button */
.card__inner {
  position: relative !important;
}

.related-products .card__content {
  padding: 0.4rem 0 0 0 !important;
  overflow: hidden !important;
}

.pakiki-card-wishlist-btn {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 10 !important;
  color: #030213 !important;
  transition: transform 0.15s ease !important;
  padding: 0 !important;
  pointer-events: auto !important;
}

.pakiki-card-wishlist-btn:hover {
  transform: scale(1.12) !important;
  background-color: transparent !important;
}

/* Overlay "Add to Cart" Button at bottom of image - invisible by default, pops up on hover */
.pakiki-card-atc-btn {
  position: absolute !important;
  bottom: 8px !important;
  left: 8px !important;
  right: 8px !important;
  height: 36px !important;
  background-color: #030213 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 3px !important;
  font-family: var(--pakiki-font-body), sans-serif !important;
  font-size: var(--pakiki-fs-small) !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 5 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(6px) !important;
  pointer-events: none !important;
  transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.2s ease, visibility 0.22s ease !important;
  text-transform: none !important;
  text-decoration: none !important;
  padding: 0 6px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
  box-sizing: border-box !important;
}

/* Pop up on card hover or focus */
.card-wrapper:hover .pakiki-card-atc-btn,
.card:hover .pakiki-card-atc-btn,
.card__inner:hover .pakiki-card-atc-btn,
.grid__item:hover .pakiki-card-atc-btn,
.pakiki-recently-viewed__card:hover .pakiki-card-atc-btn,
.pakiki-recently-viewed__image-wrapper:hover .pakiki-card-atc-btn,
.pakiki-card-atc-btn:focus,
.pakiki-card-atc-btn:focus-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.pakiki-card-atc-btn:hover {
  background-color: #1f1f2e !important;
}

.pakiki-card-atc-btn:active {
  transform: scale(0.98) !important;
}

.pakiki-card-atc-btn:disabled {
  background-color: #6b7280 !important;
  cursor: not-allowed !important;
  opacity: 0.85 !important;
}

/* Hide category tag to match reference design */
.pakiki-card-category {
  display: none !important;
}

.card__information {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Title & Price on a single baseline row */
.pakiki-card-meta-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  gap: 2px !important;
  margin-top: 4px !important;
  padding: 0 !important;
  overflow: hidden !important;
  min-width: 0 !important;
}

.pakiki-card-meta-row .card__heading,
.pakiki-card-meta-row .pakiki-recently-viewed__title {
  font-family: var(--pakiki-font-heading) !important;
  font-size: var(--pakiki-fs-small) !important;
  font-weight: 700 !important;
  color: #030213 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  width: 100% !important;
  max-width: 100% !important;
  line-height: 1.3 !important;
  letter-spacing: normal !important;
}

.pakiki-card-meta-row .card__heading a,
.pakiki-card-meta-row .pakiki-recently-viewed__title-link {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  max-width: 100% !important;
}

.pakiki-card-meta-row .price,
.pakiki-card-meta-row .pakiki-recently-viewed__price {
  font-family: var(--pakiki-font-body), sans-serif !important;
  font-size: var(--pakiki-fs-small) !important;
  font-weight: 600 !important;
  color: #030213 !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

.pakiki-card-meta-row .price .price__container {
  margin: 0 !important;
}

.pakiki-card-meta-row .price .price-item {
  font-family: var(--pakiki-font-body), sans-serif !important;
  font-size: var(--pakiki-fs-small) !important;
  font-weight: 600 !important;
  color: #030213 !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
}

.pakiki-card-meta-row .price .price__sale,
.pakiki-card-meta-row .price .price__regular {
  margin: 0 !important;
}

/* Ensure sale / sold-out badges sit at top-left away from Add to Cart button */
.card__badge,
.card__badge.badge--bottom-left {
  top: 10px !important;
  left: 10px !important;
  bottom: auto !important;
  right: auto !important;
  z-index: 4 !important;
}




/* ============================================
   PAKIKI FILTER DRAWER — Vertical Side Panel
   ============================================ */

/* ── Trigger button ── */
.facets-container-drawer .mobile-facets__open {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--pakiki-font-body) !important;
  font-size: var(--pakiki-fs-small) !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pakiki-dark) !important;
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--pakiki-dark);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.facets-container-drawer .mobile-facets__open:hover {
  background: var(--pakiki-dark);
  color: #fff !important;
}
.facets-container-drawer .mobile-facets__open line,
.facets-container-drawer .mobile-facets__open circle { stroke: currentColor !important; }
.facets-container-drawer .mobile-facets__open svg { width: 1.6rem; height: 1.6rem; }

/* ── Overlay backdrop ── */
.facets-container-drawer .mobile-facets { background-color: rgba(3,2,19,0.45) !important; }

/* ── Drawer panel slides from LEFT ── */
.facets-container-drawer .mobile-facets__inner {
  background-color: var(--pakiki-cream, #FAF8F2) !important;
  width: 36rem !important;
  max-width: 90vw !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  border-left: none !important;
  border-right: 1px solid rgba(3,2,19,0.1) !important;
  border-width: 0 1px 0 0 !important;
}
.js .facets-container-drawer .disclosure-has-popup:not(.menu-opening) .mobile-facets__inner {
  transform: translateX(-105vw) !important;
}
.facets-container-drawer .menu-opening .mobile-facets__inner { transform: translateX(0) !important; }

/* ── Close button: summary cross is hidden completely since close is now in header ── */
.facets-container-drawer summary .mobile-facets__close,
.facets-container-drawer .mobile-facets__close {
  display: none !important;
}

/* ── Drawer Header ── */
.facets-container-drawer .mobile-facets__header {
  padding: 2.2rem 2.4rem 1.8rem !important;
  border-bottom: 1px solid rgba(3,2,19,0.1) !important;
  background-color: var(--pakiki-cream, #FAF8F2) !important;
  text-align: left !important;
  position: sticky;
  top: 0;
  z-index: 10;
}
.facets-container-drawer .mobile-facets__header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.facets-container-drawer .mobile-facets__heading {
  font-family: var(--pakiki-font-demi, 'Playfair Display Custom', serif) !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--pakiki-dark) !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.facets-container-drawer .mobile-facets__close-header {
  background: transparent !important;
  border: none !important;
  padding: 0.6rem !important;
  margin-right: -0.6rem !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--pakiki-dark) !important;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.facets-container-drawer .mobile-facets__close-header:hover {
  opacity: 0.6 !important;
  transform: scale(1.08);
}
.facets-container-drawer .mobile-facets__close-header .svg-wrapper,
.facets-container-drawer .mobile-facets__close-header svg {
  width: 1.6rem !important;
  height: 1.6rem !important;
  display: block;
  stroke: currentColor;
}
.facets-container-drawer .mobile-facets__count { display: none !important; }

/* ── Main content area ── */
.facets-container-drawer .mobile-facets__main {
  padding: 0 !important;
  overflow-y: auto !important;
  flex-grow: 1 !important;
}

/* ── Each filter section ── */
.facets-container-drawer .mobile-facets__details {
  border-bottom: 1px solid rgba(3,2,19,0.1) !important;
}
.facets-container-drawer .mobile-facets__summary {
  padding: 1.8rem 2.4rem !important;
  cursor: pointer !important;
  list-style: none !important;
  user-select: none;
  background: none !important;
}
.facets-container-drawer .mobile-facets__summary::-webkit-details-marker { display: none !important; }
.facets-container-drawer .mobile-facets__summary > div {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.facets-container-drawer .mobile-facets__summary > div > span:first-child {
  font-family: var(--pakiki-font-body) !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--pakiki-dark) !important;
}
.facets-container-drawer .mobile-facets__summary .mobile-facets__arrow,
.facets-container-drawer .mobile-facets__summary .icon-caret,
.facets-container-drawer .mobile-facets__summary .icon-arrow {
  color: var(--pakiki-dark) !important;
  margin-left: auto !important;
  flex-shrink: 0 !important;
  width: 1.2rem !important;
  height: 1.2rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.25s ease !important;
  transform: rotate(0deg) !important;
}
.facets-container-drawer .mobile-facets__summary .icon-caret svg,
.facets-container-drawer .mobile-facets__summary .mobile-facets__arrow svg {
  width: 1.1rem !important;
  height: 0.7rem !important;
  display: block;
}
/* When open, chevron rotates 180deg to point up ^ */
.facets-container-drawer .mobile-facets__details[open] .mobile-facets__summary .mobile-facets__arrow,
.facets-container-drawer .mobile-facets__details[open] .mobile-facets__summary .icon-caret {
  transform: rotate(180deg) !important;
}

/* ── Submenu: inline accordion (hidden when details closed, flex when open) ── */
.facets-container-drawer .mobile-facets__details:not([open]) > .mobile-facets__submenu,
.facets-container-drawer .mobile-facets__details:not([open]) .mobile-facets__submenu {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.facets-container-drawer .mobile-facets__details[open] > .mobile-facets__submenu,
.facets-container-drawer .mobile-facets__details[open] .mobile-facets__submenu {
  position: static !important;
  transform: none !important;
  visibility: visible !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: visible !important;
  transition: none !important;
  background-color: var(--pakiki-cream, #FAF8F2) !important;
}

/* Prevent Dawn drill-down submenu-open from ever hiding drawer content in accordion layout */
.facets-container-drawer .mobile-facets .submenu-open,
.facets-container-drawer #FacetsWrapperMobile.submenu-open,
.facets-container-drawer .mobile-facets__main.submenu-open {
  visibility: visible !important;
}

/* ── Checkbox items (Style & Size) ── */
.facets-container-drawer .mobile-facets__list {
  padding: 0.4rem 2.4rem 2rem !important;
  overflow: visible !important;
  margin: 0 !important;
}
.facets-container-drawer .mobile-facets__item { border: none !important; }
.facets-container-drawer .mobile-facets__label {
  padding: 0.7rem 0 !important;
  font-family: var(--pakiki-font-body) !important;
  font-size: 1.45rem !important;
  font-weight: 400 !important;
  color: rgba(3,2,19,0.85) !important;
  display: flex !important;
  align-items: center !important;
  gap: 1.2rem !important;
  cursor: pointer !important;
  width: 100% !important;
  background: transparent !important;
  transition: color 0.15s ease;
}
.facets-container-drawer .mobile-facets__label:hover { color: var(--pakiki-dark) !important; }
.facets-container-drawer .mobile-facets__label > svg:first-of-type {
  flex-shrink: 0 !important;
  width: 1.7rem !important;
  height: 1.7rem !important;
  border: 1px solid rgba(3,2,19,0.35) !important;
  background: transparent !important;
  border-radius: 4px !important;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.facets-container-drawer .mobile-facets__label.active > svg:first-of-type,
.facets-container-drawer .mobile-facets__label:has(input:checked) > svg:first-of-type {
  background: var(--pakiki-dark) !important;
  border-color: var(--pakiki-dark) !important;
}
.facets-container-drawer input.mobile-facets__checkbox {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none !important;
}
.facets-container-drawer .mobile-facets__label .icon-checkmark {
  position: static !important;
  visibility: visible !important;
  width: 1.1rem !important;
  height: 0.9rem !important;
  color: #fff !important;
  margin-left: -2.4rem !important;
  opacity: 0;
  transition: opacity 0.1s ease;
  pointer-events: none;
}
.facets-container-drawer .mobile-facets__label:has(input:checked) .icon-checkmark { opacity: 1 !important; }
.facets-container-drawer .facet-checkbox__text {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  font-family: var(--pakiki-font-body) !important;
  font-size: 1.45rem !important;
  line-height: 1.3 !important;
  color: inherit !important;
}
.facets-container-drawer .mobile-facets__highlight { display: none !important; }
.facets-container-drawer .mobile-facets__close-button { display: none !important; }
.facets-container-drawer .mobile-facets__details .mobile-facets__footer { display: none !important; }

/* ── Colour swatch boxes ── */
.facets-container-drawer .pakiki-color-swatches {
  display: flex !important;
  align-items: center !important;
  gap: 1.2rem !important;
  padding: 0.8rem 2.4rem 2.2rem !important;
  flex-wrap: wrap !important;
}
.facets-container-drawer .pakiki-color-swatch {
  position: relative !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.facets-container-drawer .pakiki-color-swatch__input {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  pointer-events: none !important;
}
.facets-container-drawer .pakiki-color-swatch__box {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 3.4rem !important;
  height: 3.4rem !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 3px rgba(3,2,19,0.08) !important;
  transition: transform 0.15s ease, outline 0.15s ease, box-shadow 0.15s ease !important;
}
.facets-container-drawer .pakiki-color-swatch:hover .pakiki-color-swatch__box {
  transform: scale(1.08) !important;
  box-shadow: 0 3px 8px rgba(3,2,19,0.15) !important;
}
.facets-container-drawer .pakiki-color-swatch:has(.pakiki-color-swatch__input:checked) .pakiki-color-swatch__box,
.facets-container-drawer .pakiki-color-swatch.is-active .pakiki-color-swatch__box {
  outline: 2px solid var(--pakiki-dark, #030213) !important;
  outline-offset: 2px !important;
}
.facets-container-drawer .pakiki-color-swatch__check {
  width: 1.2rem !important;
  height: 1.0rem !important;
  opacity: 0 !important;
  transition: opacity 0.15s ease !important;
}
.facets-container-drawer .pakiki-color-swatch:has(.pakiki-color-swatch__input:checked) .pakiki-color-swatch__check,
.facets-container-drawer .pakiki-color-swatch.is-active .pakiki-color-swatch__check {
  opacity: 1 !important;
}

/* ── Global sticky footer (Clear All + View Results) ── */
.facets-container-drawer .mobile-facets__main > .mobile-facets__footer {
  display: flex !important;
  gap: 1.2rem !important;
  padding: 1.6rem 2.4rem !important;
  border-top: 1px solid rgba(3,2,19,0.1) !important;
  background-color: var(--pakiki-cream, #FAF8F2) !important;
  position: sticky !important;
  bottom: 0 !important;
  z-index: 10 !important;
  margin-top: auto !important;
}
.facets-container-drawer .mobile-facets__main > .mobile-facets__footer > * {
  width: 50% !important;
  flex: 1 !important;
}
.facets-container-drawer .mobile-facets__clear-wrapper .mobile-facets__clear {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 4.8rem !important;
  font-family: var(--pakiki-font-body) !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  color: var(--pakiki-dark) !important;
  border: 1px solid rgba(3,2,19,0.25) !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.facets-container-drawer .mobile-facets__clear-wrapper .mobile-facets__clear:hover {
  border-color: var(--pakiki-dark) !important;
  background: rgba(3,2,19,0.04) !important;
}
.facets-container-drawer .mobile-facets__main > .mobile-facets__footer > button.button--primary {
  background-color: var(--pakiki-dark) !important;
  color: #fff !important;
  border: 1px solid var(--pakiki-dark) !important;
  border-radius: 4px !important;
  height: 4.8rem !important;
  font-family: var(--pakiki-font-body) !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease;
  min-height: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.facets-container-drawer .mobile-facets__main > .mobile-facets__footer > button.button--primary::before,
.facets-container-drawer .mobile-facets__main > .mobile-facets__footer > button.button--primary::after {
  display: none !important;
}
.facets-container-drawer .mobile-facets__main > .mobile-facets__footer > button.button--primary:hover {
  opacity: 0.85 !important;
}

/* ── Mobile breakpoint ── */
@media (max-width: 749px) {
  .facets-container-drawer .mobile-facets__inner {
    width: 85vw !important;
    max-width: 36rem !important;
  }
}

/* ==========================================================================
   Pakiki Liked Products (Wishlist) Header Icon & Slide-out Drawer
   ========================================================================== */

/* Header Wishlist Button — identical flex container to search, profile, cart */
.header__icons {
  gap: 0.8rem !important;
  align-items: center !important;
}

.header__icons .header__icon,
.header__icons button.header__icon,
.header__icons a.header__icon,
button.header__icon--wishlist {
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}

/* Ensure search close button (X) is hidden unless search modal is open */
details:not([open]) .header__icon-close,
.header__icon--search:not([aria-expanded="true"]) .header__icon-close,
.header__icon-close:not(details[open] *) {
  display: none !important;
}

.header__icons .header__icon .svg-wrapper:not(.header__icon-close),
button.header__icon--wishlist .svg-wrapper {
  width: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Search, Account, Wishlist icons: 22px */
.header__icon--search svg,
.header__icon--account svg,
button.header__icon--wishlist svg,
button.header__icon--wishlist .icon-heart {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Cart icon: scale up to visually match other icons */
.header__icon--cart .icon,
.header__icon--cart svg {
  width: 22px !important;
  height: 22px !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  margin: 0 auto !important;
  transform: scale(1.35) !important;
  transform-origin: center !important;
}

button.header__icon--wishlist:hover .icon,
button.header__icon--wishlist:hover svg {
  transform: scale(1.07);
}

/* Badges in header — small number on top-right, no circle */
.cart-count-bubble.pakiki-wishlist-count,
.header__icon--wishlist .cart-count-bubble,
.header__icon--cart .cart-count-bubble {
  position: absolute !important;
  top: -4px !important;
  right: -4px !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  font-family: var(--pakiki-font-body) !important;
  line-height: 1 !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  color: inherit !important;
}

/* Hide count bubble when value is 0 or empty */
.cart-count-bubble:empty,
.cart-count-bubble.pakiki-wishlist-count[style*="display: none"] {
  display: none !important;
}

/* Badge colors */
body.template-index .header-wrapper--transparent .cart-count-bubble.pakiki-wishlist-count,
body.template-index .header-wrapper--transparent .header__icon--wishlist .cart-count-bubble,
body.template-index .header-wrapper--transparent .header__icon--cart .cart-count-bubble {
  color: inherit !important;
  background-color: transparent !important;
}

.header-wrapper--scrolled .cart-count-bubble.pakiki-wishlist-count,
.header-wrapper--scrolled .header__icon--wishlist .cart-count-bubble,
.header-wrapper--scrolled .header__icon--cart .cart-count-bubble,
body:not(.template-index) .cart-count-bubble.pakiki-wishlist-count,
body:not(.template-index) .header__icon--wishlist .cart-count-bubble,
body:not(.template-index) .header__icon--cart .cart-count-bubble {
  background-color: transparent !important;
  color: inherit !important;
}

/* Drawer Container */
.pakiki-wishlist-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pakiki-wishlist-drawer.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* Backdrop Overlay */
.pakiki-wishlist-drawer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 2, 19, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Slide-out Panel */
.pakiki-wishlist-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44rem;
  max-width: 92vw;
  height: 100%;
  background-color: var(--pakiki-cream, #FAF8F2);
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}

.pakiki-wishlist-drawer.is-active .pakiki-wishlist-drawer__panel {
  transform: translateX(0);
}

/* Drawer Header */
.pakiki-wishlist-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2rem 2.4rem;
  border-bottom: 1px solid rgba(3, 2, 19, 0.08);
  background-color: var(--pakiki-cream, #FAF8F2);
}

.pakiki-wishlist-drawer__title {
  margin: 0;
  font-family: var(--pakiki-font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--pakiki-dark);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.pakiki-wishlist-drawer__count {
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(3, 2, 19, 0.6);
}

.pakiki-wishlist-drawer__close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pakiki-dark);
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.pakiki-wishlist-drawer__close:hover {
  background-color: rgba(3, 2, 19, 0.06);
  transform: scale(1.05);
}

.pakiki-wishlist-drawer__close svg {
  width: 1.4rem;
  height: 1.4rem;
}

/* Drawer Body */
.pakiki-wishlist-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 2rem 2.4rem;
  display: flex;
  flex-direction: column;
}

/* Loading State */
.pakiki-wishlist-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  gap: 1.4rem;
  color: rgba(3, 2, 19, 0.6);
  font-size: 1.3rem;
}

.pakiki-wishlist-spinner {
  width: 2.8rem;
  height: 2.8rem;
  border: 2px solid rgba(3, 2, 19, 0.15);
  border-top-color: var(--pakiki-dark);
  border-radius: 50%;
  animation: pakikiSpin 0.7s linear infinite;
}

@keyframes pakikiSpin {
  to { transform: rotate(360deg); }
}

/* Empty State */
.pakiki-wishlist-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 2rem;
  margin: auto 0;
}

.pakiki-wishlist-empty__icon {
  margin-bottom: 2rem;
  color: rgba(3, 2, 19, 0.3);
}

.pakiki-wishlist-empty__heading {
  font-family: var(--pakiki-font-heading);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--pakiki-dark);
  margin: 0 0 1rem;
}

.pakiki-wishlist-empty__text {
  font-family: var(--pakiki-font-body);
  font-size: 1.4rem;
  color: rgba(3, 2, 19, 0.65);
  margin: 0 0 2.5rem;
  max-width: 26rem;
  line-height: 1.5;
}

.pakiki-wishlist-empty__btn {
  min-width: 18rem;
  background-color: var(--pakiki-dark) !important;
  color: #fff !important;
  border: 1px solid var(--pakiki-dark) !important;
  border-radius: 4px !important;
  padding: 1.2rem 2.4rem !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.pakiki-wishlist-empty__btn:hover {
  opacity: 0.85;
}

/* Product Items List */
.pakiki-wishlist-items {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.pakiki-wishlist-item {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(3, 2, 19, 0.08);
}

.pakiki-wishlist-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pakiki-wishlist-item__media-link {
  flex-shrink: 0;
  display: block;
  width: 7.5rem;
  height: 9.5rem;
  border-radius: 4px;
  overflow: hidden;
  background: #f4efe6;
  border: 1px solid rgba(3, 2, 19, 0.06);
}

.pakiki-wishlist-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.pakiki-wishlist-item__media-link:hover .pakiki-wishlist-item__image {
  transform: scale(1.05);
}

.pakiki-wishlist-item__no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #999;
}

.pakiki-wishlist-item__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.pakiki-wishlist-item__title {
  font-family: var(--pakiki-font-heading);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--pakiki-dark);
  text-decoration: none;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.15s ease;
}

.pakiki-wishlist-item__title:hover {
  color: rgba(3, 2, 19, 0.7);
}

.pakiki-wishlist-item__price {
  font-family: var(--pakiki-font-body);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--pakiki-dark);
}

.pakiki-wishlist-item__actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 0.6rem;
  flex-wrap: wrap;
}

.pakiki-wishlist-item__atc-btn {
  background-color: var(--pakiki-dark) !important;
  color: #fff !important;
  border: 1px solid var(--pakiki-dark) !important;
  border-radius: 4px !important;
  padding: 0.6rem 1.4rem !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease;
  min-height: unset !important;
}

.pakiki-wishlist-item__atc-btn::before,
.pakiki-wishlist-item__atc-btn::after {
  display: none !important;
}

.pakiki-wishlist-item__atc-btn:hover {
  opacity: 0.85 !important;
}

.pakiki-wishlist-item__sold-out {
  font-size: 1.2rem;
  color: #888;
  font-style: italic;
}

.pakiki-wishlist-item__remove-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.4rem 0.6rem;
  font-size: 1.2rem;
  color: rgba(3, 2, 19, 0.5);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.15s ease;
}

.pakiki-wishlist-item__remove-btn:hover {
  color: #c34b38;
}

/* Drawer Footer */
.pakiki-wishlist-footer {
  padding: 1.8rem 2.4rem;
  border-top: 1px solid rgba(3, 2, 19, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  background-color: var(--pakiki-cream, #FAF8F2);
}

.pakiki-wishlist-clear-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.6rem 0;
  font-size: 1.25rem;
  color: rgba(3, 2, 19, 0.6);
  text-decoration: underline;
  transition: color 0.15s ease;
}

.pakiki-wishlist-clear-btn:hover {
  color: #c34b38;
}

.pakiki-wishlist-continue-btn {
  background-color: var(--pakiki-dark) !important;
  color: #fff !important;
  border: 1px solid var(--pakiki-dark) !important;
  border-radius: 4px !important;
  padding: 0.8rem 1.8rem !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease;
  min-height: unset !important;
}

.pakiki-wishlist-continue-btn::before,
.pakiki-wishlist-continue-btn::after {
  display: none !important;
}

.pakiki-wishlist-continue-btn:hover {
  opacity: 0.85 !important;
}


@media screen and (max-width: 749px) {
  /* Left-align product descriptions on mobile */
  .product__info-wrapper,
  .product__info-container {
    align-items: flex-start !important;
    text-align: left !important;
  }
  
  .product__info-container > * {
    text-align: left !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    align-self: flex-start !important;
  }

  .product__description,
  .product__description.rte,
  .product__description *,
  .product__info-container .product__description,
  .product__info-container .product__description * {
    text-align: left !important;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 989px) {
  /* Perfectly center the logo on mobile */
  .header {
    position: relative !important;
  }
  .header__heading {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 2;
  }
}
