:root {
  --primary: #0f766e;
  --primary-dark: #0a5c56;
  --accent: #14b8a6;
  --background: #f8fafc;
  --surface: #ffffff;
  --ink: #102a2a;
  --muted: #64748b;
  --line: #e2e8f0;
  --shadow: 0 18px 45px rgba(15, 118, 110, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--background); font-family: "Manrope", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.container { width: min(100% - 28px, 1280px); margin-inline: auto; }

.cart-header { position: relative; z-index: 50; background: var(--surface); box-shadow: 0 1px 0 rgba(15, 23, 42, .06); }
.announcement { color: #dffbf7; background: var(--primary-dark); font-size: 10px; font-weight: 600; }
.announcement__inner { min-height: 27px; display: flex; align-items: center; justify-content: center; }
.announcement p { margin: 0; }
.announcement__inner > div { display: none; align-items: center; gap: 12px; }
.announcement i { width: 3px; height: 3px; background: var(--accent); border-radius: 50%; }
.header-main__inner { min-height: 62px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; }
.brand { display: inline-flex; align-items: center; gap: 8px; justify-self: start; }
.brand__mark { width: 35px; height: 35px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--accent), var(--primary)); border-radius: 11px 11px 11px 4px; box-shadow: 0 8px 18px rgba(15, 118, 110, .2); }
.brand__mark svg { width: 25px; }
.brand__name { color: var(--ink); font-size: 21px; font-weight: 800; letter-spacing: -.06em; }
.brand__name span { color: var(--primary); }
.icon-button, .action { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; color: #334155; background: var(--background); border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.icon-button svg, .action svg { width: 19px; }
.header-search { display: none; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.action--account, .action--wishlist, .language { display: none; }
.action { position: relative; transition: color 180ms ease, background 180ms ease, border-color 180ms ease; }
.action:hover, .action.is-active { color: var(--primary); background: #f0fdfa; border-color: #99f6e4; }
.action--cart > span { position: absolute; top: -7px; right: -6px; min-width: 18px; height: 18px; display: grid; place-items: center; color: #fff; background: var(--accent); border: 2px solid #fff; border-radius: 50%; font-size: 9px; font-weight: 800; }
.language { position: relative; }
.language__menu { position: absolute; z-index: 70; top: calc(100% + 8px); right: 0; width: 145px; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: 160ms ease; }
.language__menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.language__menu button { width: 100%; display: flex; justify-content: space-between; padding: 9px 10px; color: #475569; background: transparent; border: 0; border-radius: 7px; cursor: pointer; font-size: 11px; font-weight: 700; }
.language__menu button:hover, .language__menu button.is-active { color: var(--primary); background: #f0fdfa; }
.main-nav { display: none; }
.mobile-menu { position: fixed; z-index: 90; inset: 0; visibility: hidden; pointer-events: none; }
.mobile-menu.is-open { visibility: visible; pointer-events: auto; }
.mobile-menu__backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .48); border: 0; opacity: 0; transition: opacity 200ms ease; }
.mobile-menu.is-open .mobile-menu__backdrop { opacity: 1; }
.mobile-menu__panel { position: absolute; inset-block: 0; inset-inline-start: 0; width: min(84vw, 330px); display: flex; flex-direction: column; gap: 3px; padding: 20px; background: #fff; box-shadow: var(--shadow); transform: translateX(-102%); transition: transform 220ms ease; }
.mobile-menu.is-open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.mobile-menu__panel > a { padding: 12px; color: #475569; border-radius: 9px; font-size: 13px; font-weight: 700; }
.mobile-menu__panel > a:hover { color: var(--primary); background: #f0fdfa; }

.breadcrumb { min-height: 52px; display: flex; align-items: center; gap: 7px; color: #64748b; font-size: 10px; font-weight: 600; }
.breadcrumb svg { width: 12px; }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb span { color: #334155; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin: 9px 0 22px; }
.page-heading__eyebrow { color: var(--primary); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.page-heading h1 { margin: 5px 0 4px; font-size: clamp(25px, 5vw, 36px); letter-spacing: -.035em; }
.page-heading p { margin: 0; color: var(--muted); font-size: 10px; font-weight: 600; }
.page-heading > a { display: none; align-items: center; gap: 6px; color: var(--primary); font-size: 11px; font-weight: 800; }
.page-heading > a svg { width: 15px; }
.cart-layout { display: grid; gap: 18px; padding-bottom: 105px; }
.cart-products, .order-summary, .cart-empty { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 32px rgba(15, 118, 110, .07); }
.cart-products { overflow: hidden; }
.cart-products__header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px; border-bottom: 1px solid var(--line); }
.cart-products__header h2 { margin: 0 0 3px; font-size: 16px; }
.cart-products__header p { margin: 0; color: var(--muted); font-size: 9px; font-weight: 600; }
.clear-cart { color: #b91c1c; background: #fff7f7; border: 1px solid #fecaca; border-radius: 7px; padding: 7px 9px; cursor: pointer; font-size: 9px; font-weight: 800; }
.cart-item { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 13px; padding: 16px; border-bottom: 1px solid var(--line); transition: opacity 240ms ease, transform 240ms ease, background 180ms ease; }
.cart-item:hover { background: #fcfffe; }
.cart-item.is-removing { opacity: 0; transform: translateX(-20px); }
.cart-item.is-updating { animation: itemPulse 360ms ease; }
@keyframes itemPulse { 50% { background: #f0fdfa; } }
.cart-item__image { position: relative; height: 104px; display: grid; place-items: center; color: var(--primary); background: linear-gradient(145deg, #f8fffd, #ecfdf9); border: 1px solid #edf7f5; border-radius: 12px; }
.cart-item__image > span { position: absolute; top: 7px; left: 7px; padding: 4px 5px; color: #fff; background: #dc2626; border-radius: 5px; font-size: 7px; font-weight: 800; }
.cart-item__image svg { width: 84%; height: 84%; stroke-width: 2; }
.cart-item__content { min-width: 0; }
.cart-item__title { display: grid; gap: 8px; }
.cart-item__title > div > span { color: var(--primary); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cart-item h3 { margin: 4px 0 5px; font-size: 12px; line-height: 1.45; }
.cart-item h3 a:hover { color: var(--primary); }
.cart-item__title p { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 0; color: #64748b; font-size: 8px; font-weight: 600; }
.cart-item__title p i { width: 3px; height: 3px; background: #cbd5e1; border-radius: 50%; }
.cart-item__title > strong { color: var(--primary); font-size: 17px; white-space: nowrap; }
.cart-item__title > strong small { font-size: 7px; }
.cart-item__badges { display: flex; flex-wrap: wrap; gap: 5px; margin: 9px 0 11px; }
.cart-item__badges span, .cart-item__badges em { min-height: 21px; display: inline-flex; align-items: center; padding: 0 6px; border-radius: 5px; font-size: 7px; font-style: normal; font-weight: 800; }
.cart-item__badges span { color: var(--primary-dark); background: #f0fdfa; border: 1px solid #ccfbf1; }
.cart-item__badges em { color: #15803d; background: #f0fdf4; border: 1px solid #bbf7d0; }
.cart-item__footer { display: grid; gap: 10px; }
.quantity { width: 108px; height: 36px; display: grid; grid-template-columns: 34px 1fr 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.quantity button { color: var(--primary); background: #f8fafc; border: 0; cursor: pointer; font-size: 16px; font-weight: 700; }
.quantity input { width: 100%; color: var(--ink); background: #fff; border: 0; outline: 0; text-align: center; font-size: 10px; font-weight: 800; -moz-appearance: textfield; }
.quantity input::-webkit-inner-spin-button { display: none; }
.cart-item__actions { display: flex; flex-wrap: wrap; gap: 9px; }
.cart-item__actions button { display: inline-flex; align-items: center; gap: 5px; padding: 4px 0; color: #64748b; background: transparent; border: 0; cursor: pointer; font-size: 8px; font-weight: 700; }
.cart-item__actions button:hover { color: var(--primary); }
.cart-item__actions .remove-item:hover { color: #dc2626; }
.cart-item__actions svg { width: 13px; }
.cart-help { display: none; align-items: center; gap: 11px; margin: 16px; padding: 13px; background: #f8fafc; border: 1px solid var(--line); border-radius: 11px; }
.cart-help > svg { width: 22px; flex: 0 0 22px; color: var(--primary); }
.cart-help div { min-width: 0; }
.cart-help strong { font-size: 10px; }
.cart-help p { margin: 2px 0 0; color: var(--muted); font-size: 8px; }
.cart-help a { margin-left: auto; color: var(--primary); font-size: 8px; font-weight: 800; white-space: nowrap; }

.order-summary { padding: 19px; }
.order-summary__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.order-summary__head h2 { margin: 0; font-size: 17px; }
.order-summary__head span { color: #94a3b8; font-size: 8px; font-weight: 600; }
.coupon { padding: 17px 0; border-bottom: 1px solid var(--line); }
.coupon label { display: block; margin-bottom: 8px; color: #475569; font-size: 9px; font-weight: 700; }
.coupon > div { display: grid; grid-template-columns: 1fr auto; gap: 7px; }
.coupon input { min-width: 0; height: 42px; padding: 0 12px; color: var(--ink); background: #f8fafc; border: 1px solid var(--line); border-radius: 8px; outline: 0; font-size: 10px; }
.coupon input:focus { background: #fff; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(20, 184, 166, .1); }
.coupon button { padding: 0 15px; color: var(--primary); background: #f0fdfa; border: 1px solid var(--accent); border-radius: 8px; cursor: pointer; font-size: 9px; font-weight: 800; }
.coupon button:disabled { opacity: .65; cursor: wait; }
.coupon__message { min-height: 14px; margin: 6px 0 -5px; color: #15803d; font-size: 8px; font-weight: 700; }
.coupon__message.is-error { color: #dc2626; }
.summary-lines { display: grid; gap: 13px; margin: 18px 0; }
.summary-lines > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.summary-lines dt { color: #64748b; font-size: 10px; font-weight: 600; }
.summary-lines dd { margin: 0; color: #334155; font-size: 11px; font-weight: 800; }
.summary-lines dd small { font-size: 7px; }
.summary-lines .shipping-value { color: #15803d; font-size: 9px; }
.summary-lines .discount-value { color: #dc2626; }
.summary-total { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 0; border-top: 1px dashed #cbd5e1; }
.summary-total > div { display: grid; gap: 2px; }
.summary-total > div span { font-size: 13px; font-weight: 800; }
.summary-total > div small { color: #94a3b8; font-size: 8px; font-weight: 600; }
.summary-total > strong { color: var(--primary); font-size: 25px; letter-spacing: -.03em; }
.summary-total > strong small { font-size: 9px; }
.checkout-button, .continue-button { width: 100%; min-height: 47px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 10px; font-size: 10px; font-weight: 800; }
.checkout-button { color: #fff; background: var(--primary); box-shadow: 0 8px 20px rgba(15, 118, 110, .2); transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.checkout-button:hover { background: var(--primary-dark); box-shadow: 0 12px 25px rgba(15, 118, 110, .26); transform: translateY(-2px); }
.checkout-button svg { width: 15px; }
.continue-button { min-height: 41px; margin-top: 8px; color: var(--primary); background: #f8fafc; border: 1px solid var(--line); }
.trust-area { display: grid; gap: 12px; margin-top: 19px; padding-top: 17px; border-top: 1px solid var(--line); }
.trust-area > div { display: flex; align-items: center; gap: 10px; }
.trust-area > div > span { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: var(--primary); background: #f0fdfa; border: 1px solid #ccfbf1; border-radius: 9px; }
.trust-area svg { width: 17px; }
.trust-area p { display: grid; gap: 2px; margin: 0; }
.trust-area strong { font-size: 9px; }
.trust-area small { color: #64748b; font-size: 7px; font-weight: 600; }

.cart-empty { padding: 52px 20px; text-align: center; }
.cart-empty__icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 17px; color: var(--primary); background: #f0fdfa; border: 1px solid #ccfbf1; border-radius: 50%; }
.cart-empty__icon svg { width: 34px; }
.cart-empty h2 { margin: 0 0 8px; font-size: 21px; }
.cart-empty p { max-width: 390px; margin: 0 auto 20px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.cart-empty > a { min-height: 43px; display: inline-flex; align-items: center; padding: 0 22px; color: #fff; background: var(--primary); border-radius: 9px; font-size: 10px; font-weight: 800; }
.cart-loading { display: none; gap: 12px; margin-bottom: 18px; }
body.is-loading .cart-loading { display: grid; }
body.is-loading .cart-layout, body.is-loading .page-heading { display: none; }
.loading-card { display: grid; grid-template-columns: 90px 1fr; gap: 14px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.loading-card i, .loading-card b { display: block; background: linear-gradient(90deg, #eef2f7 25%, #f8fafc 50%, #eef2f7 75%); background-size: 200% 100%; animation: shimmer 1.2s infinite; border-radius: 8px; }
.loading-card i { height: 90px; }
.loading-card div { display: grid; align-content: center; gap: 10px; }
.loading-card b { height: 12px; }
.loading-card b:nth-child(2) { width: 72%; }
.loading-card b:nth-child(3) { width: 45%; }
@keyframes shimmer { to { background-position: -200% 0; } }

.mobile-checkout { position: fixed; z-index: 45; inset-inline: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .96); border-top: 1px solid var(--line); box-shadow: 0 -9px 25px rgba(15, 23, 42, .09); backdrop-filter: blur(12px); }
.mobile-checkout > div { display: grid; gap: 1px; }
.mobile-checkout > div > span { color: #64748b; font-size: 8px; font-weight: 600; }
.mobile-checkout strong { color: var(--primary); font-size: 19px; }
.mobile-checkout strong small { font-size: 7px; }
.mobile-checkout a { min-height: 45px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--primary); border-radius: 9px; font-size: 10px; font-weight: 800; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 78px; max-width: calc(100% - 30px); padding: 11px 16px; color: #fff; background: #102a2a; border-radius: 9px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity 180ms ease, transform 180ms ease; font-size: 10px; font-weight: 700; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 620px) {
  .container { width: min(100% - 40px, 1280px); }
  .announcement__inner { justify-content: space-between; }
  .announcement__inner > div { display: flex; }
  .header-main__inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: none; }
  .action--account, .action--wishlist, .language { display: block; }
  .page-heading > a { display: inline-flex; }
  .cart-item { grid-template-columns: 130px minmax(0, 1fr); gap: 18px; padding: 20px; }
  .cart-item__image { height: 136px; }
  .cart-item__title { grid-template-columns: 1fr auto; align-items: start; }
  .cart-item h3 { font-size: 14px; }
  .cart-item__footer { grid-template-columns: auto 1fr; align-items: center; }
  .cart-item__actions { justify-content: flex-end; }
  .cart-help { display: flex; }
  .order-summary { padding: 23px; }
}

@media (min-width: 850px) {
  .header-main__inner { grid-template-columns: minmax(155px, 1fr) minmax(380px, 650px) minmax(220px, 1fr); gap: 24px; }
  .header-search { height: 42px; display: flex; align-items: center; color: var(--muted); background: var(--background); border: 1px solid #dce6e5; border-radius: 10px; }
  .header-search:focus-within { background: #fff; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(20, 184, 166, .1); }
  .header-search > svg { width: 19px; margin: 0 10px 0 15px; }
  .header-search input { min-width: 0; height: 100%; flex: 1; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 12px; }
  .header-search button { height: 32px; margin: 4px; padding: 0 15px; color: #fff; background: var(--primary); border: 0; border-radius: 7px; cursor: pointer; font-size: 11px; font-weight: 700; }
  .main-nav { display: block; border-top: 1px solid #f1f5f9; border-bottom: 1px solid var(--line); }
  .main-nav__inner { position: relative; height: 42px; display: flex; align-items: center; }
  .categories-toggle { min-width: 190px; height: 34px; display: flex; align-items: center; gap: 9px; padding: 0 13px; color: #fff; background: var(--primary); border: 0; border-radius: 8px; cursor: pointer; font-size: 12px; font-weight: 800; }
  .categories-toggle svg { width: 15px; }
  .categories-toggle svg:last-child { width: 12px; margin-left: auto; }
  .categories-menu { position: absolute; z-index: 60; top: calc(100% + 8px); left: 0; width: 210px; display: grid; padding: 7px; background: #fff; border: 1px solid var(--line); border-radius: 11px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: 180ms ease; }
  .categories-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .categories-menu a { padding: 10px; border-radius: 7px; font-size: 11px; font-weight: 600; }
  .categories-menu a:hover { color: var(--primary); background: #f0fdfa; }
  .nav-links { height: 100%; display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); padding: 0 28px; }
  .nav-link { height: 100%; display: inline-flex; align-items: center; color: #475569; border-bottom: 2px solid transparent; font-size: 11px; font-weight: 800; white-space: nowrap; }
  .nav-link:hover { color: var(--primary); border-bottom-color: var(--accent); }
  .nav-link--deal { color: var(--primary); }
  .delivery-note { display: none; }
  .cart-layout { grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 22px; padding-bottom: 60px; }
  .order-summary { position: sticky; top: 18px; }
  .mobile-checkout { display: none; }
  .toast { bottom: 24px; }
}

@media (min-width: 1120px) {
  .delivery-note { margin-left: auto; display: flex; align-items: center; gap: 6px; color: #64748b; font-size: 9px; font-weight: 600; white-space: nowrap; }
  .delivery-note svg { width: 15px; color: var(--primary); }
  .cart-layout { grid-template-columns: minmax(0, 1fr) 370px; gap: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
