.announcement { background: var(--bg-color, #b86373); color: var(--text-color, #fff); text-align:center; padding:1.1rem 16px; font-size:1.2rem; }
.announcement a { color: inherit; text-decoration:underline; }
.product__wrapper { display:grid; grid-template-columns:1.05fr .95fr; gap:40px; align-items:start; padding:24px 20px 64px; max-width:1440px; margin:0 auto; }
.product-media__slider .swiper-slide { display:none; }
.product-media__slider .swiper-slide.is-active { display:block; }
.product-media__slider img { width:100%; height:auto; display:block; }
.product-media__wrapper { position:relative; background:#f6f3ee; }
.hero-split__wrapper { position:relative; min-height:70vh; overflow:hidden; background:#5c7899; }
.hero-split__media img, .hero-split__media .absolute-img { width:100%; min-height:70vh; object-fit:cover; display:block; }
.hero-split__content-wrapper { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; text-align:center; color:#fff; padding:32px; }
.hero-split__title { font-size:clamp(3rem,8vw,7.5rem); line-height:1; margin:0; }
.hero-split__content-btn { background:#fff; color:#000418; }
.header__inner { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:16px; padding:12px 20px; }
.desktop-menu__main-menu { display:flex; gap:18px; list-style:none; margin:0; padding:0; }
.desktop-menu__main-menu li { position:relative; }
.desktop-submenu { display:none; position:absolute; left:0; top:100%; background:#fff; min-width:200px; padding:12px; box-shadow:0 8px 24px rgba(0,0,0,.08); z-index:20; list-style:none; }
.desktop-menu__main-menu li:hover .desktop-submenu { display:block; }
.header__right-menu-right { display:flex; gap:14px; justify-content:flex-end; list-style:none; margin:0; }
.header__logo svg { width:220px; height:18px; fill:currentColor; }
.hero-split { position:relative; min-height:70vh; background:#f4eee6; }
.hero-split img { width:100%; height:70vh; object-fit:cover; display:block; }
.hero-split__content { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end; padding:40px; color:#111; }
.product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; padding:32px 20px; }
.product-card img { width:100%; aspect-ratio:1; object-fit:cover; background:#f6f3ee; }
.product-card__title a { color:#111; text-decoration:none; }
.btn, .btn--atc, .btn--buy { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0 18px; background:#111; color:#fff; border:0; text-decoration:none; cursor:pointer; }
.btn--buy { background:#fff; color:#111; border:1px solid #111; margin-top:8px; width:100%; }
.btn--atc { width:100%; }
.product__layout { display:grid; grid-template-columns:1.1fr .9fr; gap:40px; padding:32px 0 64px; }
.product__gallery { position:relative; overflow:hidden; background:#f6f3ee; }
.product__slide { display:none; }
.product__slide.is-active { display:block; }
.product__slide img { width:100%; height:auto; display:block; }
.gallery-prev, .gallery-next { position:absolute; top:50%; transform:translateY(-50%); background:#fff; border:0; width:36px; height:36px; cursor:pointer; }
.gallery-prev { left:8px; } .gallery-next { right:8px; }
.gallery-dots { position:absolute; bottom:10px; left:0; right:0; text-align:center; }
.gallery-dots button { width:8px; height:8px; border-radius:50%; border:0; background:#ccc; margin:0 3px; }
.gallery-dots .is-active { background:#111; }
.opt-pills { display:flex; flex-wrap:wrap; gap:8px; margin:8px 0 16px; }
.opt-pill { border:1px solid #ccc; padding:8px 12px; text-decoration:none; color:#111; }
.opt-pill.is-on { border-color:#111; }
.product__price del { opacity:.5; margin-right:8px; }
.product__price ins { text-decoration:none; }
.page, .collection, .template-cart { max-width:1200px; margin:0 auto; padding:32px 20px 64px; }
.rte img { max-width:100%; height:auto; }
.pdp-extra img { max-width:100%; height:auto; }
.footer { background:#111; color:#fff; padding:48px 20px 24px; }
.footer a { color:#fff; }
.footer__menus { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.home-tiles { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; padding:24px 20px; }
.home-tiles a { display:block; background:#f4eee6; padding:32px; color:#111; text-decoration:none; min-height:180px; }
.home-perks { padding:48px 20px; }
.home-perks__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.checkout-layout { display:grid; grid-template-columns:1.15fr .85fr; gap:32px; max-width:1100px; margin:0 auto; padding:24px 16px 64px; }
.mobile-nav[hidden] { display:none !important; }
@media (max-width:900px) {
  .product-grid, .product__wrapper, .footer__menus, .home-tiles, .home-perks__grid, .header__inner, .checkout-layout { grid-template-columns:1fr; }
  .desktop-menu__main { display:none; }
}
