﻿:root{--green:#4f8b44;--deep:#1d3525;--soft:#f4f7ef;--wood:#c18752;--line:rgba(29,53,37,.1)}
*{box-sizing:border-box}
body{margin:0;font-family:Manrope,Cairo,sans-serif;background:linear-gradient(180deg,#fff,#f4f7ef);color:var(--deep)}

.store-shell{max-width:1560px;margin:0 auto;padding:28px 24px 40px}
.store-topbar{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px;padding-right:235px}
.store-layout{padding-right:235px}
.eyebrow{color:var(--green);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;margin:0 0 6px}
h1,h2,h3,p{margin:0}
.intro-copy{max-width:56ch;color:#6b7c70;line-height:1.8;margin-top:12px}
.header-links{display:flex;gap:12px;flex-wrap:wrap}
.header-links a,.hero-button,.checkout-btn,.add-btn,.cart-view-btn{background:linear-gradient(135deg,#6da64f,#2f5d2d);color:#fff;text-decoration:none;border:none;border-radius:999px;padding:12px 18px;font:inherit;font-weight:800;cursor:pointer}
.header-links a:last-child{background:#fff;color:var(--deep);box-shadow:inset 0 0 0 1px var(--line)}

.hero-panel{display:grid;grid-template-columns:1fr;align-items:end;gap:20px;padding:32px;border-radius:30px;background:#fff;box-shadow:0 24px 50px rgba(35,58,45,.08);margin-bottom:20px;min-height:300px}
.hero-panel-banner{background-size:cover;background-position:center;color:#fff}
.hero-copy-banner{max-width:700px;position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start}
.hero-kicker{display:inline-flex;padding:9px 14px;border-radius:999px;margin-bottom:14px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.36);color:#fff;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;backdrop-filter:blur(6px)}
.hero-title{font-size:clamp(2.1rem,3.4vw,4rem);line-height:1.02;margin-bottom:12px;color:#fff !important;font-weight:900;text-shadow:0 4px 18px rgba(0,0,0,.45),0 0 0 1px rgba(11,24,13,.42)}
.hero-text{color:#fff !important;line-height:1.7;max-width:54ch;margin-bottom:20px;font-size:1rem;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.45)}
.hero-button{box-shadow:0 16px 28px rgba(0,0,0,.22);border:2px solid rgba(255,255,255,.55)}

.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}

.cart-widget{position:fixed;top:18px;right:18px;z-index:1100}
.cart-widget-enhanced{width:252px;background:rgba(255,255,255,.97);border-radius:26px;padding:12px 12px 11px;border:1px solid rgba(79,139,68,.16);box-shadow:0 16px 34px rgba(49,81,36,.18);display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:flex-start;backdrop-filter:blur(4px)}
.cart-basket{position:relative}
.cart-basket-large{width:176px;height:138px;background-image:url('assets/basket-realistic.png');background-size:contain;background-repeat:no-repeat;background-position:center;transform-origin:center;transition:transform .35s ease}
.cart-basket-handle{display:none}
.cart-basket-wide{position:absolute;inset:0;display:block;background:transparent;pointer-events:none}
.cart-basket-wide::before{display:none}
.cart-basket-wide::after{display:none}
.cart-items-preview{position:absolute;inset:48px 16px 12px 16px;z-index:4}
.cart-piece{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%) rotate(var(--r));display:flex;flex-direction:column;align-items:center;gap:1px;pointer-events:none}
.cart-piece-image{width:34px;height:30px;background-size:cover;background-position:center;box-shadow:0 5px 10px rgba(0,0,0,.16),inset 0 0 0 1px rgba(255,255,255,.6);border-radius:58% 42% 55% 45% / 45% 56% 44% 55%}
.cart-piece:nth-child(2n) .cart-piece-image{border-radius:46% 54% 42% 58% / 57% 43% 57% 43%}
.cart-piece:nth-child(3n) .cart-piece-image{border-radius:62% 38% 53% 47% / 41% 58% 42% 59%}
.cart-piece-tag{max-width:62px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgba(255,255,255,.93);border-radius:999px;padding:1px 4px;font-size:.46rem;font-weight:800;color:#2a3b30;box-shadow:0 4px 8px rgba(0,0,0,.10)}

.cart-copy{display:flex;flex-direction:column;gap:6px;padding-right:0;width:100%;text-align:center}
.cart-title{font-size:1.5rem;line-height:1.02;font-weight:700;color:#4f5f58}
.cart-summary-line{display:flex;align-items:center;gap:6px;color:#65756e;font-size:1.08rem;font-weight:700}
.cart-mini-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}
#cartTotal{display:inline-flex;align-items:flex-end;gap:3px;color:#24392b;font-size:1.2rem;font-weight:900;background:#f2f8ed;border:1px solid rgba(79,139,68,.22);padding:6px 10px;border-radius:999px}
.cart-view-btn{width:40px;height:40px;padding:0;display:inline-grid;place-items:center;font-size:1.08rem;border-radius:50%;line-height:1}
.cart-widget:hover .cart-basket-large{transform:scale(1.45)}

.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.product-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 22px rgba(35,58,45,.07);border:1px solid rgba(29,53,37,.08);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;position:relative}
.product-card::before{content:'';position:absolute;inset:0;border-radius:18px;padding:1px;background:linear-gradient(125deg,rgba(79,139,68,.55),rgba(79,139,68,.05),rgba(79,139,68,.55));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.35;transition:opacity .22s ease;pointer-events:none}
.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(35,58,45,.12)}
.product-card:hover::before{opacity:1}
.product-image{height:140px;background-size:contain;background-repeat:no-repeat;background-position:center}
.product-content{padding:10px 12px 12px}
.product-category{display:block;color:#75867a;font-size:.78rem;font-weight:700;margin-bottom:4px}
.product-content h3{font-size:1.02rem;line-height:1.25;min-height:42px;margin-bottom:8px}
.product-content p{display:none}
.product-footer{display:flex;justify-content:space-between;align-items:end;margin-top:8px}
.product-footer strong{font-size:1.35rem;line-height:1}
.product-footer span{color:#6c7e72;font-weight:700;font-size:.8rem}
.add-btn{padding:9px 16px}

.cart-modal[hidden]{display:none}
.cart-modal{position:fixed;inset:0;z-index:1200}
.cart-modal-backdrop{position:absolute;inset:0;background:rgba(18,32,21,.42);backdrop-filter:blur(4px)}
.cart-modal-panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(560px,calc(100vw - 28px));max-height:min(78vh,720px);overflow:auto;background:#fff;border-radius:30px;padding:24px;box-shadow:0 30px 70px rgba(18,32,21,.28)}
.cart-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px}
.cart-modal-head h3{font-size:1.8rem}
.cart-modal-head p{color:#6c7e72;margin-top:4px}
.cart-modal-close{width:42px;height:42px;border-radius:50%;border:none;background:#eff5ea;color:#213628;font-weight:900;cursor:pointer}
.cart-modal-items{display:grid;gap:12px}
.cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:12px;border:1px solid rgba(29,53,37,.09);border-radius:22px;background:#fbfdf8}
.cart-line-thumb{width:72px;height:72px;border-radius:18px;background-size:cover;background-position:center}
.cart-line h4{margin:0 0 6px;font-size:1.05rem}
.cart-line p{margin:0;color:#66786c;font-weight:700}
.cart-remove-btn{border:none;background:#f7e5e5;color:#a24343;padding:10px 14px;border-radius:999px;font-weight:800;cursor:pointer}
.cart-empty{padding:22px;border-radius:22px;background:#f6faf2;color:#6b7d71;text-align:center}
.cart-modal-foot{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(29,53,37,.1)}
.cart-modal-foot span{display:block;color:#6c7e72}
.cart-modal-foot strong{font-size:1.8rem}
.modal-checkout-btn{padding-inline:22px}
.basket-preview-modal[hidden]{display:none}
.basket-preview-modal{position:fixed;inset:0;z-index:1300}
.basket-preview-backdrop{position:absolute;inset:0;background:rgba(10,18,12,.58);backdrop-filter:blur(4px)}
.basket-preview-panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(1200px,96vw);max-height:90vh;background:transparent !important;border-radius:0;padding:0;box-shadow:none;display:grid;place-items:center}
.basket-preview-image{width:100%;height:auto;max-height:80vh;object-fit:contain;border-radius:0}
.basket-preview-close{position:absolute;top:12px;right:12px;width:44px;height:44px;border-radius:50%;border:none;background:#eff5ea;color:#1f3325;font-size:1.5rem;font-weight:900;cursor:pointer;line-height:1}
html[dir="rtl"] .basket-preview-close{right:auto;left:12px}
.basket-preview-items{position:absolute;left:50%;top:56%;transform:translate(-50%,-50%);width:min(72vw,900px);height:min(48vw,560px);max-height:70vh;pointer-events:auto;z-index:2}
.basket-preview-items .cart-piece{pointer-events:auto}
.basket-preview-items .cart-piece-image{width:110px;height:95px;box-shadow:0 14px 28px rgba(0,0,0,.22),inset 0 0 0 1px rgba(255,255,255,.7)}
.basket-preview-items .cart-piece-tag{max-width:150px;padding:4px 10px;font-size:.86rem;box-shadow:0 10px 18px rgba(0,0,0,.16)}
.cart-line-qty{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:28px;padding:0 10px;border-radius:999px;background:#eef6e8;color:#2d4b35;font-weight:900;margin-top:6px}
.basket-preview-items .cart-piece-image,.basket-preview-items .cart-piece-tag{pointer-events:none}
.cart-piece-remove{position:absolute;top:-8px;right:-8px;width:20px;height:20px;border:none;border-radius:50%;background:#ffffff;color:#7f2d2d;font-size:.82rem;font-weight:900;line-height:1;display:grid;place-items:center;box-shadow:0 4px 10px rgba(0,0,0,.2);cursor:pointer;pointer-events:auto}
html[dir="rtl"] .cart-piece-remove{right:auto;left:-8px}
.basket-preview-actions{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;justify-content:center;width:max-content;z-index:3}
.basket-preview-checkout{padding:12px 28px;font-size:1.02rem;box-shadow:0 12px 20px rgba(20,48,23,.25)}
@media(max-width:720px){
    .cart-piece-remove{width:18px;height:18px;top:-7px;right:-7px;font-size:.74rem}
    html[dir="rtl"] .cart-piece-remove{right:auto;left:-7px}
    .basket-preview-actions{bottom:10px}
    .basket-preview-checkout{padding:10px 20px;font-size:.92rem}
}
@media(max-width:720px){`r`n    .basket-preview-items{top:54%;width:min(92vw,640px);height:min(56vw,360px);max-height:56vh}
    .basket-preview-items .cart-piece-image{width:72px;height:62px}
    .basket-preview-items .cart-piece-tag{max-width:96px;padding:3px 7px;font-size:.66rem}
}

.flying-item{position:fixed;z-index:1000;width:56px;height:56px;border-radius:50%;background-size:cover;background-position:center;box-shadow:0 12px 24px rgba(0,0,0,.18);transition:transform .7s cubic-bezier(.2,.75,.2,1),opacity .7s ease}

html[dir="rtl"] .store-topbar{padding-right:0;padding-left:235px}
html[dir="rtl"] .store-layout{padding-right:0;padding-left:235px}
html[dir="rtl"] .cart-widget{right:auto;left:18px}
html[dir="rtl"] .cart-copy{text-align:center;padding-right:0;padding-left:0}
html[dir="rtl"] .cart-modal-panel{direction:rtl}

@media(max-width:1100px){
    .store-shell{padding-top:20px}
    .store-topbar{padding-right:0}
    .store-layout{padding-right:0}
    html[dir="rtl"] .store-topbar{padding-left:0}
    html[dir="rtl"] .store-layout{padding-left:0}

    .cart-widget{top:12px;right:12px}
    html[dir="rtl"] .cart-widget{left:12px;right:auto}
    .cart-widget-enhanced{width:252px;padding:12px 12px 11px;display:flex;flex-direction:column;gap:8px;align-items:center}
    .cart-basket-large{width:176px;height:138px}
    .cart-items-preview{inset:48px 16px 12px 16px}
    .cart-piece-image{width:32px;height:28px}
    .cart-piece-tag{font-size:.5rem;max-width:64px}
}

@media(max-width:720px){
    .store-shell{padding-inline:16px;padding-top:18px}
    .store-topbar,.hero-panel{grid-template-columns:1fr;display:grid}
    .hero-panel{min-height:250px;padding:24px}
    .hero-title{font-size:2rem}
    .hero-text{font-size:.94rem}

    .cart-widget{position:sticky;top:8px;right:auto;left:auto;z-index:900;margin-bottom:10px}
    html[dir="rtl"] .cart-widget{left:auto;right:auto}
    .cart-widget-enhanced{width:100%;display:grid;grid-template-columns:86px 1fr;border-radius:16px;padding:9px 10px;gap:8px;align-items:center}
    .cart-basket-large{width:86px;height:68px}
    .cart-items-preview{inset:22px 7px 8px 7px}
    .cart-piece-image{width:24px;height:20px}
    .cart-piece-tag{display:none}

    .cart-title{font-size:1.06rem}
    .cart-summary-line{font-size:.76rem;line-height:1.2}
    #cartTotal{font-size:.78rem;padding:4px 6px}
    .cart-view-btn{width:30px;height:30px;font-size:.86rem}
    .cart-widget:hover .cart-basket-large{transform:none}

    .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;gap:10px}
    .product-image{height:112px}
    .product-content{padding:9px 10px 10px}
    .product-footer strong{font-size:1.1rem}

    .cart-modal-panel{width:calc(100vw - 20px);padding:18px}
    .cart-line{grid-template-columns:58px 1fr}
    .cart-line-thumb{width:58px;height:58px}
    .cart-remove-btn{grid-column:1 / -1}
}




























