:root{font-family:Raleway,Arial,sans-serif;color:#245666;background:#fffaf4;font-synthesis:none}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px}
button,input,select{font:inherit}
button{cursor:pointer}
a{color:inherit}
.store-header{background:#fccac8;border-bottom:1px solid #edaaa7}
.store-header__inner{max-width:1280px;margin:auto;padding:16px 32px;display:flex;align-items:center;gap:32px}
.store-logo{display:inline-flex;flex:none}
.store-logo img{display:block;width:155px;height:auto}
.store-nav{display:flex;align-items:center;gap:30px;margin-left:auto}
.store-nav a{text-decoration:none;font-weight:600;color:#33798a;white-space:nowrap}
.store-nav a:hover,.store-nav a[aria-current=page]{color:#963333;text-decoration:underline;text-underline-offset:6px}
.cart-shortcut{background:#33798a;color:white;border-radius:999px;padding:10px 18px;text-decoration:none;font-weight:700;white-space:nowrap}
.cart-shortcut span{display:inline-grid;place-items:center;margin-left:6px;width:25px;height:25px;background:#f5dd9f;color:#245666;border-radius:50%;font-size:.85rem}
.store-hero{position:relative;overflow:hidden;background:#fccac8;min-height:330px;display:flex;align-items:center}
.store-hero__inner{position:relative;z-index:1;max-width:1280px;width:100%;margin:auto;padding:45px 32px 58px}
.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:.76rem;font-weight:700;color:#963333;margin:0 0 12px}
.store-hero h1{font:700 clamp(2.5rem,5vw,4.7rem)/1.05 Roboto,Arial,sans-serif;letter-spacing:-.035em;color:#33798a;margin:0 0 18px}
.store-hero p:last-child{max-width:480px;font-size:1.12rem;line-height:1.5;margin:0;color:#533d45}
.order-complete__message{max-width:480px;font-size:1.12rem;line-height:1.5;margin:0 0 18px;color:#533d45}
.order-complete__link{color:#33798a;font-weight:700}
.store-hero__art{position:absolute;right:6%;bottom:-80px;width:340px;height:340px;border-radius:50%;background:#f5dd9f}
.store-hero__art span:first-child{position:absolute;left:65px;top:45px;width:210px;height:190px;background:#f86059;border-radius:25% 25% 46% 46%}
.store-hero__art span:nth-child(2){position:absolute;left:123px;top:18px;width:94px;height:40px;background:#f86059;border-radius:12px 12px 2px 2px}
.store-hero__art span:last-child{position:absolute;left:38px;top:195px;width:265px;height:20px;background:#33798a;border-radius:50%}
.store-layout{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px;padding:52px 32px 86px;align-items:start}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:24px}
h2{font:700 clamp(1.8rem,3vw,2.45rem)/1.1 Roboto,Arial,sans-serif;color:#33798a;margin:0}
.text-button{border:0;background:none;color:#a83e3c;text-decoration:underline;text-underline-offset:4px;padding:8px 0;white-space:nowrap}
.status{margin:0 0 20px;color:#5b6266}
.status:empty{display:none}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.product-card{background:white;border:1px solid #efdfd6;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #654a4510;display:flex;flex-direction:column}
.product-image{height:270px;background:#f5dd9f;display:grid;place-items:center;overflow:hidden}
.product-image img{display:block;width:100%;height:100%;object-fit:cover}
.product-image--empty{position:relative;background:#f8e9dc;color:#947478;font-weight:600;font-size:.88rem;letter-spacing:.03em}
.product-image--empty:before{content:"";position:absolute;top:56px;width:92px;height:135px;background:#f6a09b;border-radius:35% 35% 43% 43%;box-shadow:inset 0 12px #e68581}
.product-image--empty:after{content:"";position:absolute;top:190px;width:140px;height:12px;background:#33798a;border-radius:50%}
.product-image--empty span{position:absolute;bottom:15px}
.product-card__body{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}
.product-card h3{font:700 1.45rem/1.15 Roboto,Arial,sans-serif;color:#33798a;margin:0}
.product-description{color:#606267;line-height:1.5;margin:0;min-height:1.5em}
.product-price{font-size:1.2rem;color:#963333;font-weight:700;margin:0}
.product-fields{display:grid;grid-template-columns:1fr 90px;gap:12px}
.product-fields label,.cart-line label{display:grid;gap:5px;color:#4b6064;font-size:.83rem;font-weight:700}
.product-fields select,.product-fields input,.cart-line input{width:100%;min-height:42px;border:1px solid #adc6c7;border-radius:8px;padding:8px;background:white;color:#294e57}
.stock-note{font-size:.86rem;margin:0;color:#397566}
.stock-note--out{color:#a83e3c}
.primary-button{border:0;background:#33798a;color:white;border-radius:8px;padding:12px 18px;font-weight:700;width:100%;margin-top:auto}
.primary-button:hover:not(:disabled){background:#285f6d}
.primary-button:disabled{background:#b5c2c3;cursor:not-allowed}
.cart-panel{background:#fff;border:1px solid #efdfd6;border-radius:18px;padding:24px;position:sticky;top:20px;box-shadow:0 8px 24px #654a4510}
.cart-panel__heading{display:flex;align-items:end;justify-content:space-between;gap:10px;padding-bottom:18px;border-bottom:1px solid #eddad5}
.cart-panel h2{font-size:1.7rem}
.cart-count-label{font-size:.85rem;color:#69787b}
.cart-notice{background:#fff2dd;border-radius:8px;padding:10px;color:#79552b;line-height:1.4}
.cart-empty{color:#687477;line-height:1.5;padding:18px 0}
.cart-line{padding:17px 0;border-bottom:1px solid #eee3de}
.cart-line__top{display:flex;justify-content:space-between;gap:8px}
.cart-line strong{color:#245666}
.cart-line small{display:block;color:#66777b;margin-top:3px}
.cart-line__controls{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:12px}
.cart-line input{width:80px}
.cart-line__warning{color:#a83e3c;font-size:.8rem;margin:8px 0 0}
.remove-button{border:0;background:none;color:#a83e3c;text-decoration:underline;padding:8px 0}
.cart-summary{padding:18px 0 0;color:#245666;font-weight:700}
.cart-summary p{display:flex;justify-content:space-between;margin:0 0 8px}
.checkout-button{margin-top:16px}
.cart-policy{color:#245666;font-size:.85rem;line-height:1.5;margin:14px 0 0}
.cart-help{color:#69787b;font-size:.78rem;line-height:1.5;margin:18px 0 0}
.store-footer{background:#33798a;color:white;padding:30px 32px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.store-footer p{margin:0}
.store-footer a{text-underline-offset:4px}
@media(max-width:1040px){.store-layout{grid-template-columns:1fr}.cart-panel{position:static}.store-hero__art{right:-70px;opacity:.55}}
@media(max-width:690px){.store-header__inner{padding:14px 18px;flex-wrap:wrap;gap:12px}.store-logo img{width:116px}.store-nav{order:3;width:100%;margin:0;gap:16px;overflow-x:auto;padding:6px 0}.store-nav a{font-size:.88rem}.cart-shortcut{margin-left:auto;padding:7px 11px}.store-hero{min-height:280px}.store-hero__inner{padding:42px 20px}.store-hero__art{right:-190px}.store-hero h1{font-size:2.6rem}.store-hero p:last-child{font-size:1rem;max-width:280px}.store-layout{padding:35px 18px 60px;gap:32px}.product-grid{grid-template-columns:1fr}.product-image{height:240px}.section-heading{align-items:center}.store-footer{padding:26px 20px;display:block}.store-footer a{display:inline-block;margin-top:12px}}
