:root{--wine:#6f211b;--coral:#f26b4c;--teal:#2f898d;--ink:#351b18;--cream:#fbf7f1;--line:#ead8cf;--soft:#fffaf6;--shadow:0 14px 34px rgba(91,45,34,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,"Noto Sans Hebrew",sans-serif;line-height:1.45;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.announcement{background:#f4ecdf;color:var(--wine);font-weight:800;text-align:center;padding:8px 16px;font-size:14px}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-row{min-height:112px;display:grid;grid-template-columns:210px 1fr auto;gap:24px;align-items:center}.brand img{width:190px;height:82px;object-fit:contain}.main-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.nav-pill{padding:13px 25px;border:1px solid #dfc9c2;border-radius:999px;font-weight:900;color:var(--wine);background:#fff}.nav-pill:hover,.nav-pill.active{background:var(--coral);border-color:var(--coral);color:#fff}.header-actions{display:flex;gap:10px;align-items:center}.round-btn{border:0;border-radius:999px;padding:13px 17px;font-weight:900;cursor:pointer;color:#fff;background:var(--teal)}.cart-btn{background:var(--wine)}.cart-count{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:50%;margin-inline-start:5px;background:rgba(255,255,255,.2)}
.hero{background:linear-gradient(120deg,#fff 42%,#f8eee8);padding:72px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.eyebrow{color:var(--teal);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:13px}.hero h1,.page-hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:14px 0 20px;color:var(--wine);letter-spacing:-.04em}.hero p,.page-hero p{font-size:19px;color:#684b43;max-width:760px}.hero-art{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.hero-art img{width:100%;aspect-ratio:4/3;object-fit:cover}.cta{display:inline-block;margin-top:15px;padding:14px 22px;border-radius:999px;background:var(--teal);color:#fff;font-weight:900}
.section{padding:68px 0}.section.alt{background:var(--cream)}.section-title{text-align:center;max-width:760px;margin:0 auto 34px}.section-title h2{font-size:clamp(30px,4vw,48px);line-height:1.05;color:var(--wine);margin:8px 0 12px}.section-title p{color:#6c5148}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.category-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);transition:.2s transform}.category-card:hover{transform:translateY(-4px)}.category-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#fff}.category-card .copy{padding:24px;text-align:center}.category-card h3{font-size:25px;color:var(--wine);margin:0 0 6px}.category-card p{margin:0;color:#75584e}.arrow{margin:16px auto 0;display:grid;place-items:center;width:42px;height:42px;background:var(--teal);color:#fff;border-radius:50%;font-size:22px}
.page-hero{text-align:center;padding:58px 0 38px;background:linear-gradient(#fff,#fdf8f4)}.page-hero h1{font-size:clamp(40px,5.5vw,68px);margin-bottom:14px}.crumbs{color:#80645c;font-size:14px;margin-bottom:12px}.subnav{display:flex;gap:9px;flex-wrap:wrap;justify-content:center;margin:26px auto 4px}.subnav a{border:1px solid var(--line);border-radius:999px;background:#fff;padding:9px 14px;font-weight:800;color:var(--wine)}.subnav a:hover{background:var(--wine);color:#fff}.product-section{padding:42px 0;border-top:1px solid #f1e4dd}.product-section:nth-child(even){background:var(--soft)}.product-section h2{text-align:center;color:var(--wine);font-size:34px;margin:0 0 26px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;display:flex;flex-direction:column;min-width:0}.product-card .image{padding:12px;background:#fff}.product-card img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff}.product-copy{padding:15px 16px 17px;display:flex;flex-direction:column;flex:1}.product-copy h3{font-size:16px;line-height:1.25;margin:0 0 8px;color:var(--wine);overflow-wrap:anywhere}.price{font-size:20px;font-weight:900;margin-top:auto}.unit{font-size:13px;color:#80645c}.add-btn{border:0;border-radius:999px;padding:11px 14px;margin-top:12px;background:var(--teal);color:#fff;font-weight:900;cursor:pointer}.add-btn:hover{background:#227276}
.site-footer{background:var(--wine);color:#fff;padding:46px 0}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:40px}.site-footer img{width:190px;filter:brightness(0) invert(1);margin-bottom:15px}.site-footer p{margin:5px 0;color:#f6ded8}
.drawer-overlay{position:fixed;inset:0;background:rgba(34,18,16,.45);z-index:49;opacity:0;visibility:hidden;transition:.2s}.drawer-overlay.open{opacity:1;visibility:visible}.drawer{position:fixed;z-index:50;top:0;bottom:0;right:0;width:min(470px,100%);background:#fff;box-shadow:-15px 0 44px rgba(0,0,0,.18);transform:translateX(105%);transition:.25s;display:flex;flex-direction:column}.drawer.open{transform:none}html[dir=rtl] .drawer{right:auto;left:0;transform:translateX(-105%);box-shadow:15px 0 44px rgba(0,0,0,.18)}html[dir=rtl] .drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--line)}.drawer-head h2{margin:0;color:var(--wine)}.drawer-close{border:0;background:none;font-size:28px;cursor:pointer}.drawer-scroll{padding:18px 22px;overflow:auto}.cart-item{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #eee}.cart-item strong,.cart-item small{display:block}.cart-item small{color:#7c625a;margin-top:4px}.qty{display:flex;align-items:center;gap:8px}.qty button{width:30px;height:30px;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer}.empty-cart{padding:25px 0;color:#7e655d}.checkout-fields{display:grid;gap:10px;margin-top:18px}.checkout-fields label{font-size:13px;font-weight:800}.checkout-fields input,.checkout-fields select,.checkout-fields textarea{width:100%;border:1px solid #d9c6be;border-radius:10px;padding:11px;background:#fff}.cart-summary{margin-top:18px;padding:15px;background:var(--cream);border-radius:12px}.cart-summary dl{display:grid;grid-template-columns:1fr auto;gap:7px;margin:0}.cart-summary dt,.cart-summary dd{margin:0}.cart-summary .grand{font-size:18px;font-weight:900;color:var(--wine);border-top:1px solid var(--line);padding-top:8px}.cart-warning{color:#9a3f2f;font-weight:800}.submit-order{width:100%;border:0;border-radius:999px;padding:14px;background:var(--coral);color:#fff;font-weight:900;cursor:pointer;margin-top:12px}
html[dir=rtl] body{font-family:"Noto Sans Hebrew",Arial,sans-serif}html[dir=rtl] .header-row,html[dir=rtl] .hero-grid,html[dir=rtl] .footer-grid{direction:rtl}html[dir=rtl] .main-nav,html[dir=rtl] .header-actions,html[dir=rtl] .subnav{direction:rtl}html[dir=rtl] .product-copy,html[dir=rtl] .category-card .copy{text-align:center}

/* Sitewide customer-facing alignment */
.hero-grid>div:first-child,.page-hero,.section-title,.category-card .copy,.product-copy,.product-section h2,.site-footer{text-align:center}
.hero p,.page-hero p{margin-inline:auto}
.hero .cta{margin-inline:auto}
.product-copy{align-items:center}
.add-btn{width:100%}
.footer-grid{align-items:center;text-align:center}
.site-footer img{margin-inline:auto}

/* Keep products visible in the first viewport on catalog pages. */
body:has(.product-section) .page-hero{padding:18px 0 12px}
body:has(.product-section) .page-hero .crumbs{margin-bottom:4px}
body:has(.product-section) .page-hero .eyebrow{font-size:12px}
body:has(.product-section) .page-hero h1{font-size:clamp(30px,3.5vw,44px);margin:4px 0 6px}
body:has(.product-section) .page-hero p{font-size:15px;margin-block:4px 8px}
body:has(.product-section) .subnav{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;max-width:100%;margin:8px auto 0;padding:2px 2px 7px;scrollbar-width:thin;overscroll-behavior-inline:contain}
body:has(.product-section) .subnav a{flex:0 0 auto;padding:7px 12px;font-size:13px;white-space:nowrap}
body:has(.product-section) .subnav .filter-chip{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:#fff;padding:7px 12px;color:var(--wine);font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer}
body:has(.product-section) .subnav .filter-chip:hover,body:has(.product-section) .subnav .filter-chip.active{background:var(--wine);border-color:var(--wine);color:#fff}
.product-card[hidden]{display:none}
body:has(.product-section) .product-section{padding:22px 0}
body:has(.product-section) .product-section h2{font-size:27px;margin-bottom:16px}
@media(max-width:900px){.header-row{grid-template-columns:1fr auto;min-height:auto;padding:10px 0}.brand img{width:150px;height:64px}.main-nav{grid-column:1/-1;order:3;padding-bottom:10px}.nav-pill{padding:9px 14px;font-size:13px}.hero-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.container{width:min(100% - 22px,1180px)}.announcement{font-size:12px}.header-actions{gap:6px}.round-btn{padding:10px 12px;font-size:13px}.main-nav{gap:6px;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start}.nav-pill{white-space:nowrap}.hero{padding:42px 0}.hero h1,.page-hero h1{font-size:40px}.hero p,.page-hero p{font-size:16px}.category-grid{grid-template-columns:1fr}.section{padding:46px 0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card .image{padding:7px}.product-copy{padding:11px}.product-copy h3{font-size:14px}.product-section h2{font-size:27px}.footer-grid{grid-template-columns:1fr}.drawer-scroll{padding:16px}.brand img{width:130px}.page-hero{padding:36px 0 24px}}
