/* Happy Littles — shared site styles */
:root {
  --color-black: #111;
  --color-white: #fff;
  --color-text: #222;
  --color-muted: #6b7280;
  --color-border: #e7e7e7;
  --color-bg: #f8f8f6;
  --color-turquoise: #48b3b5;
  --color-turquoise-dark: #278b8d;
  --color-yellow: #ffd84d;
  --color-whatsapp: #25d366;
  --container: 1200px;
  --container-wide: 1380px;
  --mobile-bottom-nav-height: 64px;
  --shadow: 0 12px 34px rgba(0, 0, 0, .09);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
button, select { cursor: pointer; }
button { border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin-top: 0; }
.container, .container-wide { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 48px), var(--container-wide)); }
.section-padding { padding-top: 52px; padding-bottom: 72px; }

/* Headers */
.announcement-bar {
  display: flex; align-items: center; justify-content: center; gap: 34px;
  min-height: 34px; padding: 7px 20px; color: white; background: #111;
  font-size: 11px; font-weight: 700; letter-spacing: .5px;
}
.announcement-bar a { color: var(--color-yellow); text-decoration: underline; }
.site-header, .site-desktop-header {
  position: sticky; top: 0; z-index: 1000; width: 100%; background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--color-border); transition: box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-desktop-header.scrolled, .site-header.scrolled { box-shadow: 0 8px 28px rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.header-container, .header-inner {
  width: min(calc(100% - 48px), var(--container-wide)); height: 76px; margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.header-inner { width: 100%; }
.header-logo img { width: 154px; max-height: 52px; object-fit: contain; }
.nav-list, .desktop-nav-list { display: flex; align-items: center; gap: 34px; }
.nav-link {
  position: relative; display: inline-flex; padding: 27px 0 24px;
  font-size: 13px; font-weight: 750; letter-spacing: .35px;
}
.nav-link::after {
  content: ""; position: absolute; left: 50%; bottom: 18px; width: 0; height: 2px;
  background: var(--color-turquoise); transform: translateX(-50%); transition: width .22s ease;
}
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.header-icons, .header-actions { display: flex; align-items: center; gap: 8px; }
.header-icon-btn, .icon-action-btn {
  position: relative; width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 50%; transition: background .2s ease, transform .2s ease;
}
.header-icon-btn:hover, .icon-action-btn:hover { background: #f3f5f5; transform: translateY(-1px); }
.cart-badge-num, .cart-count-badge, .wishlist-count-badge {
  position: absolute; right: 1px; top: 0; min-width: 17px; height: 17px; padding: 0 4px;
  display: flex; align-items: center; justify-content: center; border-radius: 20px;
  background: var(--color-yellow); color: #111; font-size: 9px; font-weight: 800;
}
.site-mobile-header { display: none; position: sticky; top: 0; z-index: 1000; background: white; border-bottom: 1px solid var(--color-border); }
.mobile-header-top { height: 62px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; }
.mobile-logo img { width: 126px; max-height: 42px; }

/* Mobile drawer */
.mobile-nav-drawer {
  position: fixed; inset: 0; z-index: 3000; visibility: hidden; pointer-events: none;
  background: rgba(0,0,0,0); transition: background .3s ease, visibility .3s;
}
.mobile-nav-drawer.active { visibility: visible; pointer-events: auto; background: rgba(0,0,0,.45); }
.drawer-content {
  width: min(86vw, 360px); height: 100%; padding: 20px; background: white;
  transform: translateX(-102%); transition: transform .32s cubic-bezier(.22,.7,.3,1); box-shadow: var(--shadow);
}
.mobile-nav-drawer.active .drawer-content { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--color-border); }
.drawer-header button { width: 38px; height: 38px; font-size: 18px; }
.drawer-nav-list { padding-top: 10px; }
.drawer-link { display: flex; justify-content: space-between; padding: 15px 2px; border-bottom: 1px solid #f0f0f0; font-weight: 700; }

/* Home hero and campaign imagery */
.hero-slider-section { position: relative; width: 100%; overflow: hidden; background: #eee; }
.slider-track { display: flex; width: 100%; transition: transform .65s cubic-bezier(.4,0,.2,1); will-change: transform; }
.slide { flex: 0 0 100%; min-width: 100%; }
.slide img { width: 100%; height: clamp(430px, 51vw, 735px); object-fit: cover; }
.slider-btn {
  position: absolute; z-index: 2; top: 50%; width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(255,255,255,.9); box-shadow: 0 4px 18px rgba(0,0,0,.16);
  font-size: 34px; line-height: 1; transform: translateY(-50%); transition: transform .2s ease, background .2s;
}
.slider-btn:hover { background: white; transform: translateY(-50%) scale(1.06); }
.slider-btn.prev { left: 22px; } .slider-btn.next { right: 22px; }
.shop-now-overlay { position: absolute; z-index: 2; left: 50%; bottom: 9%; transform: translateX(-50%); }
.btn-shop-now, .btn-primary-action, .btn-secondary-action {
  min-height: 44px; padding: 12px 25px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid #111; border-radius: 3px; background: #111; color: white;
  font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
  transition: transform .2s ease, background .2s, color .2s, box-shadow .2s;
}
.btn-shop-now:hover, .btn-primary-action:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.campaign-banner-section { position: relative; height: clamp(390px, 50vw, 700px); overflow: hidden; }
.campaign-banner-section > img { width: 100%; height: 100%; object-fit: cover; }
.banner-content-centered {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 30px; text-align: center; color: white; background: linear-gradient(90deg, rgba(0,0,0,.22), transparent 55%);
}
.banner-title { margin-bottom: 4px; font-family: Georgia, serif; font-size: clamp(40px, 6vw, 86px); line-height: 1; text-shadow: 0 2px 18px rgba(0,0,0,.18); }
.banner-subtitle { margin-bottom: 22px; font-size: clamp(16px, 2vw, 24px); }

/* Sections */
.catalog-section { padding-top: 72px; padding-bottom: 28px; }
.section-header-row, .category-controls-bar, .section-header {
  display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px;
}
.section-title-main, .section-title { margin-bottom: 4px; font-size: clamp(25px, 2.5vw, 36px); line-height: 1.15; letter-spacing: -.5px; }
.section-subtitle-main, .page-category-desc { margin: 0; color: var(--color-muted); font-size: 14px; }
.section-subtitle { display: block; margin-bottom: 6px; color: var(--color-turquoise-dark); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; }
.view-all-btn { flex: none; color: var(--color-turquoise-dark); font-size: 13px; font-weight: 800; }
.sub-category-tabs, .filter-chips-group { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 25px; }
.tab-btn, .filter-chip {
  padding: 9px 15px; border: 1px solid var(--color-border); border-radius: 24px; background: white;
  font-size: 12px; font-weight: 700; transition: .2s ease;
}
.tab-btn:hover, .tab-btn.active, .filter-chip:hover, .filter-chip.active { border-color: #111; background: #111; color: white; }
.category-tiles-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.tile-card { position: relative; min-height: 350px; overflow: hidden; border-radius: 5px; background: #eee; }
.tile-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.tile-card:hover > img { transform: scale(1.035); }
.tile-content { position: absolute; inset: auto 0 0; padding: 70px 25px 28px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.64)); text-align: center; }
.tile-title { margin-bottom: 14px; font-size: clamp(22px, 3vw, 34px); }

/* Product cards */
.product-grid-4col { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--color-border); border-radius: 8px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card-media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: #f3f3f1; }
.product-img-link, .product-img-primary, .product-img-hover { width: 100%; height: 100%; }
.product-img-primary, .product-img-hover { position: absolute; inset: 0; object-fit: cover; transition: opacity .4s ease, transform .5s ease; }
.product-img-hover { opacity: 0; }
.product-card:hover .product-img-primary { opacity: 0; transform: scale(1.025); }
.product-card:hover .product-img-hover { opacity: 1; transform: scale(1.025); }
.product-badge, .product-discount-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 8px; border-radius: 3px;
  background: #111; color: white; font-size: 9px; font-weight: 800; letter-spacing: .7px;
}
.product-discount-tag { top: 43px; background: #f15b5b; }
.badge-new { background: var(--color-turquoise-dark); }
.btn-wishlist-toggle {
  position: absolute; z-index: 2; top: 10px; right: 10px; width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 3px 10px rgba(0,0,0,.09); transition: transform .2s;
}
.btn-wishlist-toggle:hover { transform: scale(1.08); }
.btn-quick-view {
  position: absolute; z-index: 2; right: 12px; bottom: 12px; left: 12px; padding: 10px;
  background: rgba(17,17,17,.92); color: white; border-radius: 4px; font-size: 11px; font-weight: 800;
  transform: translateY(58px); opacity: 0; transition: .25s ease;
}
.product-card:hover .btn-quick-view { transform: translateY(0); opacity: 1; }
.product-card-body { padding: 15px; }
.product-category-label { color: #888; font-size: 9px; font-weight: 800; letter-spacing: .6px; }
.product-card-title { margin: 5px 0 8px; min-height: 42px; font-size: 14px; line-height: 1.45; }
.product-card-title a:hover { color: var(--color-turquoise-dark); }
.product-card-sizes, .size-pills-row { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.size-chip { min-width: 25px; padding: 3px 5px; text-align: center; border: 1px solid #ddd; border-radius: 3px; color: #555; font-size: 9px; }
.product-card-price-row { min-height: 29px; margin-bottom: 12px; }
.price-wrapper, .detail-price-box, .qv-price { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.current-price, .product-price { font-size: 15px; font-weight: 850; }
.original-price, .detail-original-price { color: #999; font-size: 12px; text-decoration: line-through; }
.btn-add-cart {
  width: 100%; min-height: 39px; padding: 9px; display: flex; align-items: center; justify-content: center; gap: 7px;
  border-radius: 4px; background: #111; color: white; font-size: 10px; font-weight: 850; letter-spacing: .55px;
  transition: background .2s, transform .2s;
}
.btn-add-cart:hover { background: var(--color-turquoise-dark); transform: translateY(-1px); }
.btn-disabled { opacity: .55; cursor: not-allowed; }
.sold-out .product-card-media { filter: grayscale(.55); }

/* Page headers, controls and collection filters */
.page-header-banner { padding: 44px 0 34px; background: var(--color-bg); border-bottom: 1px solid var(--color-border); }
.product-breadcrumbs { margin-bottom: 12px; color: #777; font-size: 12px; }
.product-breadcrumbs a:hover { color: var(--color-turquoise-dark); }
.page-category-title { margin-bottom: 8px; font-size: clamp(30px, 4vw, 48px); line-height: 1.1; }
.category-controls-bar { align-items: center; margin: 22px 0; }
.sort-dropdown { min-width: 180px; padding: 10px 36px 10px 12px; border: 1px solid var(--color-border); border-radius: 5px; background: white; }
.collection-page-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 34px; margin-top: 28px; }
.filter-sidebar { position: sticky; top: 96px; height: fit-content; padding: 22px; border: 1px solid var(--color-border); border-radius: 8px; background: white; }
.filter-sidebar-header, .filter-group-header { display: flex; align-items: center; justify-content: space-between; }
.filter-sidebar-header { padding-bottom: 14px; margin-bottom: 18px; border-bottom: 1px solid var(--color-border); }
.filter-sidebar-title, .filter-group-title { margin: 0; font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .7px; }
.btn-clear-all { color: var(--color-turquoise-dark); font-size: 11px; font-weight: 750; text-decoration: underline; }
.filter-group { padding-bottom: 18px; margin-bottom: 20px; border-bottom: 1px solid var(--color-border); }
.filter-group:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
.filter-group-header { margin-bottom: 11px; }
.filter-checkbox-list { display: flex; flex-direction: column; gap: 9px; }
.filter-checkbox-label { display: flex; align-items: center; gap: 7px; color: #555; font-size: 12px; cursor: pointer; }
.filter-checkbox-label input { accent-color: var(--color-turquoise); }
.filter-count-badge { margin-left: auto; padding: 1px 6px; border-radius: 9px; background: #f1f1f1; color: #777; font-size: 10px; }
.price-range-inputs { display: flex; gap: 8px; margin-top: 9px; }
.price-input-field { display: flex; align-items: center; width: 100%; padding: 7px 9px; border: 1px solid var(--color-border); border-radius: 5px; background: #fafafa; }
.price-input-field input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; }

/* Testimonials, benefits and footer */
.testimonials-section { margin-top: 65px; padding: 70px 0; background: #f6f7f6; }
.testimonials-grid, .benefits-grid-3col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-box { padding: 28px; border: 1px solid var(--color-border); border-radius: 8px; background: white; }
.stars { margin-bottom: 13px; color: #f5ba22; letter-spacing: 2px; }
.review-text { color: #444; font-size: 14px; }
.reviewer-name { font-size: 12px; font-weight: 800; }
.benefits-section { padding-top: 55px; padding-bottom: 65px; }
.benefit-card-box, .benefit-card { display: flex; align-items: flex-start; gap: 15px; padding: 22px; border: 1px solid var(--color-border); border-radius: 7px; }
.benefit-icon-wrap, .benefit-icon { flex: none; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--color-turquoise-dark); background: #e9f7f7; }
.benefit-card-title, .benefit-title { margin-bottom: 3px; font-size: 14px; }
.benefit-card-text, .benefit-desc { margin: 0; color: #777; font-size: 12px; }
.site-footer { padding: 55px 0 0; color: #ddd; background: #111; }
.footer-grid, .footer-grid-4col { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 45px; padding-bottom: 42px; }
.footer-brand-title, .footer-brand-name { margin-bottom: 2px; color: white; font-size: 23px; letter-spacing: 1px; }
.footer-tagline, .footer-tagline-text { color: var(--color-turquoise); font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.footer-column-title, .footer-heading { margin-bottom: 15px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .7px; }
.footer-links-list, .footer-links { display: grid; gap: 9px; color: #aaa; font-size: 12px; }
.footer-links a:hover, .footer-links-list a:hover { color: white; }
.footer-bottom-bar, .footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid #303030; color: #888; font-size: 11px; }
.footer-bottom-bar p { margin: 0; }

/* Product details */
.product-detail-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 55px; }
.product-gallery { min-width: 0; }
.main-image-wrapper { position: relative; overflow: hidden; aspect-ratio: 4 / 5; border-radius: 8px; background: #f3f3f1; }
.main-image-wrapper > img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbnails { display: flex; gap: 10px; margin-top: 12px; }
.thumb-btn { width: 76px; aspect-ratio: 1; padding: 3px; overflow: hidden; border: 1px solid #ddd; border-radius: 5px; }
.thumb-btn.active { border: 2px solid var(--color-turquoise); }
.thumb-btn img { width: 100%; height: 100%; object-fit: cover; }
.product-info-panel { padding-top: 12px; }
.detail-product-title { margin-bottom: 14px; font-size: clamp(28px, 3.4vw, 46px); line-height: 1.1; }
.detail-current-price { font-size: 24px; font-weight: 850; }
.detail-discount-tag { padding: 4px 7px; border-radius: 3px; color: #c63d3d; background: #fff0f0; font-size: 11px; font-weight: 800; }
.size-selector-group { margin-top: 22px; }
.size-selector-header { display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.size-pill { min-width: 42px; padding: 8px 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 12px; font-weight: 750; }
.size-pill:hover, .size-pill.selected { border-color: #111; background: #111; color: white; }
.qty-stepper { display: flex; align-items: center; justify-content: space-between; height: 40px; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; }
.qty-stepper button { width: 38px; height: 100%; font-size: 18px; }
.qty-value { min-width: 32px; text-align: center; font-weight: 800; }
.purchase-actions-group { display: flex; margin-top: 22px; }
.btn-whatsapp-direct, .btn-whatsapp-checkout {
  width: 100%; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border-radius: 5px; color: white; background: var(--color-whatsapp); font-weight: 850; transition: transform .2s, filter .2s;
}
.btn-whatsapp-direct:hover, .btn-whatsapp-checkout:hover { transform: translateY(-1px); filter: brightness(.94); }
.btn-detail-wishlist { width: 50px; min-height: 44px; display: grid; place-items: center; border: 1px solid #ddd; border-radius: 5px; }
.btn-detail-wishlist.active { color: #e34c58; border-color: #e34c58; }

/* Cart and forms */
.cart-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: start; gap: 36px; }
.cart-item-card { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--color-border); }
.cart-item-img { width: 120px; height: 145px; object-fit: cover; border-radius: 6px; background: #eee; }
.cart-item-title { margin-bottom: 6px; font-size: 16px; }
.cart-item-meta, .cart-item-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.cart-item-meta { margin-bottom: 18px; color: #666; font-size: 12px; }
.btn-cart-remove { color: #d84d4d; }
.cart-item-total { font-weight: 850; }
.checkout-summary-card { position: sticky; top: 96px; padding: 25px; border: 1px solid var(--color-border); border-radius: 8px; background: #fafafa; }
.summary-title { margin-bottom: 20px; font-size: 20px; }
.customer-form-group { display: grid; gap: 6px; margin-bottom: 13px; }
.customer-form-group label { font-size: 11px; font-weight: 800; }
.customer-form-group input, .customer-form-group textarea {
  width: 100%; padding: 10px 11px; border: 1px solid #d9d9d9; border-radius: 5px; background: white; outline: 0;
}
.customer-form-group input:focus, .customer-form-group textarea:focus { border-color: var(--color-turquoise); box-shadow: 0 0 0 3px rgba(72,179,181,.12); }

/* Modal, search, quick view and toast */
.modal-overlay {
  position: fixed; inset: 0; z-index: 4000; padding: 28px; display: flex; align-items: flex-start; justify-content: center;
  visibility: hidden; opacity: 0; pointer-events: none; background: rgba(0,0,0,.55); transition: opacity .25s, visibility .25s;
}
.modal-overlay.active { visibility: visible; opacity: 1; pointer-events: auto; }
.search-drawer-container, .quick-view-card {
  width: min(760px, 100%); max-height: calc(100vh - 56px); margin-top: 4vh; overflow: auto;
  border-radius: 10px; background: white; box-shadow: var(--shadow); transform: translateY(-18px); transition: transform .25s;
}
.modal-overlay.active .search-drawer-container, .modal-overlay.active .quick-view-card { transform: translateY(0); }
.search-header-input-wrap { display: flex; gap: 10px; padding: 18px; border-bottom: 1px solid var(--color-border); }
.search-header-input-wrap input { flex: 1; padding: 11px 14px; border: 1px solid #ddd; border-radius: 6px; outline: 0; }
.search-header-input-wrap button { width: 42px; }
.search-results-list { padding: 18px; }
.search-results-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.search-result-item { display: grid; grid-template-columns: 76px 1fr; gap: 12px; padding: 9px; border: 1px solid var(--color-border); border-radius: 6px; }
.search-result-item img { width: 76px; height: 88px; object-fit: cover; }
.search-result-cat { color: #888; font-size: 9px; font-weight: 800; }
.search-result-title { margin: 3px 0; font-size: 13px; }
.search-result-price { font-weight: 850; }
.search-initial-state, .search-empty-state { padding: 35px 10px; color: #777; text-align: center; }
.quick-view-card { position: relative; width: min(880px, 100%); padding: 28px; }
.modal-close-btn { position: absolute; z-index: 3; top: 11px; right: 11px; width: 40px; height: 40px; border-radius: 50%; background: white; font-size: 18px; }
.quick-view-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.qv-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 6px; }
.qv-details { padding-top: 18px; }
.qv-cat { color: #777; font-size: 10px; font-weight: 800; }
.qv-title { margin: 5px 0 12px; font-size: 27px; }
.qv-desc { color: #666; font-size: 13px; }
.qv-actions { display: grid; gap: 8px; margin-top: 18px; }
.btn-secondary-action { border-color: #ddd; color: #111; background: white; }
.toast-notification {
  position: fixed; z-index: 5000; left: 50%; bottom: 28px; max-width: calc(100% - 30px); padding: 12px 18px;
  border-radius: 6px; color: white; background: #111; box-shadow: var(--shadow);
  transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: .28s ease;
}
.toast-notification.show { transform: translate(-50%, 0); opacity: 1; }

/* Editorial New Arrivals slider */
.new-arrivals-editorial {
  width: min(calc(100% - 88px), 1480px);
  margin-inline: auto;
  padding: 82px 0 92px;
  overflow: hidden;
  background: #fff;
}
.new-arrivals-editorial__header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 52px;
}
.new-arrivals-editorial__title {
  margin: 0;
  color: #050505;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 3.25vw, 55px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.3px;
  white-space: nowrap;
}
.new-arrivals-editorial__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4.2vw, 68px);
}
.new-arrivals-editorial__arrow {
  width: 72px;
  height: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050505;
  font-family: Arial, sans-serif;
  font-size: 57px;
  font-weight: 300;
  line-height: 1;
  transition: opacity .2s ease, transform .2s ease;
}
.new-arrivals-editorial__arrow:not(:disabled):hover { transform: translateX(-3px); }
.new-arrivals-editorial__arrow#new-arrivals-next:not(:disabled):hover { transform: translateX(3px); }
.new-arrivals-editorial__arrow:disabled { opacity: .22; cursor: default; }
.new-arrivals-editorial__pagination {
  min-width: 70px;
  color: #333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.new-arrivals-editorial__view-all {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #050505;
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .2px;
}
.new-arrivals-editorial__view-line {
  width: 58px;
  height: 2px;
  display: block;
  background: currentColor;
  transition: width .2s ease;
}
.new-arrivals-editorial__view-all:hover .new-arrivals-editorial__view-line { width: 72px; }
.new-arrivals-editorial__viewport {
  width: 100%;
  overflow: hidden;
}
.new-arrivals-editorial__track {
  display: flex;
  align-items: flex-start;
  transition: transform .58s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}
.new-arrivals-editorial__page {
  flex: 0 0 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 2.25vw, 38px);
}
.new-arrivals-editorial__card {
  min-width: 0;
  color: #050505;
  background: #fff;
}
.new-arrivals-editorial__image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 9px;
  background: #f2f2f0;
}
.new-arrivals-editorial__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-arrivals-editorial__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 15px;
  color: #fff;
  background: #071f32;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .5px;
}
.new-arrivals-editorial__product-title {
  margin: 19px 0 12px;
  min-height: 47px;
  display: -webkit-box;
  overflow: hidden;
  color: #050505;
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.2px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new-arrivals-editorial__price {
  margin: 0;
  color: #050505;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
}

/* Contact content and shared utility fallbacks */
.benefit-card-title + p { margin-bottom: 0; }
.section-title-wrap { min-width: 0; }
.mobile-bottom-nav, .mobile-bottom-bar { display: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
