.announcement-bar{position:fixed;top:0;left:0;right:0;z-index:9998;background:linear-gradient(90deg,#00c853,#13b75d 50%,#009d50);color:#fff;text-align:center;padding:.55rem 1rem;font-size:.88rem;font-weight:600;letter-spacing:.01em;display:flex;align-items:center;justify-content:center;gap:.5rem;overflow:hidden}.announcement-bar:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);animation:announcementShimmer 2.5s infinite}@keyframes announcementShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.announcement-bar span{position:relative;z-index:1}.announcement-bar .ann-emoji{font-size:1rem}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #00c853;--primary-dark: #00a342;--primary-light: #25d366;--header-height: 60px;--ann-height: 36px;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-700: #374151;--gray-900: #111827;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .15);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .2)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;background:var(--white);color:var(--gray-900);overflow-x:hidden;padding-top:calc(var(--ann-height) + var(--header-height))}header{position:fixed;top:var(--ann-height);left:0;right:0;z-index:100;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-100);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-md)}.logo{display:inline-flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:var(--primary);cursor:pointer;transition:all .3s ease;letter-spacing:-.5px;text-decoration:none}.logo:hover{transform:scale(1.05);text-shadow:0 0 20px rgba(0,200,83,.3)}.search-container{flex:1;max-width:400px;margin:0 2rem;position:relative}.search-input{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-200);border-radius:50px;background:var(--gray-50);transition:all .3s ease;font-size:.95rem}.search-input:focus{outline:none;border-color:var(--primary);background:var(--white);box-shadow:0 0 0 3px #00c8531a}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:var(--white);border-radius:12px;margin-top:.5rem;box-shadow:var(--shadow-lg);max-height:300px;overflow-y:auto;z-index:10;opacity:0;transform:translateY(10px) scale(.98);transform-origin:top center;pointer-events:none;visibility:hidden;transition:opacity .25s ease,transform .28s cubic-bezier(.4,0,.2,1),visibility .25s ease}.search-suggestions.active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;visibility:visible}.search-suggestion{padding:.75rem 1rem;cursor:pointer;transition:background .2s ease,color .2s ease,padding-left .22s ease;border-bottom:1px solid var(--gray-100)}.search-suggestion:hover,.search-suggestion.active{background:var(--gray-50);color:var(--primary);padding-left:1.25rem}.header-actions{display:flex;gap:1rem;align-items:center}.whatsapp-btn{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--white);border:none;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font:inherit;font-weight:600;transition:all .3s ease;box-shadow:var(--shadow-md)}.whatsapp-btn:hover{transform:translateY(-2px);box-shadow:0 0 30px #00c85366}.menu-toggle{display:none}.menu-toggle,.search-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-900)}.search-toggle svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.sidebar{position:fixed;left:0;top:calc(var(--ann-height) + var(--header-height));height:calc(100vh - var(--ann-height) - var(--header-height));width:80px;background:linear-gradient(180deg,#f4fff8f5,#fffffff0),radial-gradient(circle at top left,rgba(37,211,102,.16),transparent 42%);backdrop-filter:blur(16px);border-right:1px solid rgba(15,23,42,.06);padding:1rem .7rem;transition:width .4s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,background .3s ease;z-index:50;overflow:hidden;box-shadow:0 18px 45px #0f172a17}.sidebar:hover{width:250px;box-shadow:0 24px 52px #0f172a1f}.sidebar-backdrop{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:#0f172a52;backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:45}.sidebar-backdrop.active{opacity:1;pointer-events:auto}.sidebar-category{padding:.9rem .95rem;margin:.42rem 0;cursor:pointer;display:flex;align-items:center;gap:.9rem;transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease;color:#405061;white-space:nowrap;border-radius:18px;border-left:none;position:relative}.sidebar-category:after{content:"";position:absolute;inset:7px auto 7px 0;width:4px;border-radius:999px;background:transparent;transition:background .25s ease,opacity .25s ease;opacity:0}.sidebar-category:hover,.sidebar-category.active{color:var(--primary);background:linear-gradient(135deg,#00c8531f,#00c8530a);box-shadow:inset 0 0 0 1px #00c85314;transform:translate(2px)}.sidebar-category:hover:after,.sidebar-category.active:after{background:linear-gradient(180deg,var(--primary),#7bf1aa);opacity:1}.sidebar-icon{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;min-width:42px;text-align:center;background:#ffffffe0;box-shadow:0 10px 20px #0f172a14;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.sidebar-category:hover .sidebar-icon,.sidebar-category.active .sidebar-icon{background:linear-gradient(135deg,#00c8532e,#25d36614);box-shadow:0 12px 22px #00c85329;transform:scale(1.04)}.sidebar-label{opacity:0;transition:opacity .3s ease;font-size:.95rem;font-weight:600;letter-spacing:-.01em}.sidebar:hover .sidebar-label{opacity:1}.container{margin-left:80px;transition:margin-left .4s cubic-bezier(.4,0,.2,1);min-height:100vh;display:flex;flex-direction:column}.sidebar:hover~.container{margin-left:250px}.content{padding:3rem 2rem;flex:1}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--gray-900)}.section-lead{margin:-.9rem 0 2rem;color:var(--gray-700);line-height:1.7;max-width:720px}.featured-carousel{position:relative;margin-bottom:2.5rem;padding:1.6rem;border-radius:28px;background:radial-gradient(circle at top right,rgba(37,211,102,.16),transparent 28%),linear-gradient(135deg,#1118270a,#11182703),var(--white);border:1px solid rgba(17,24,39,.06);box-shadow:0 24px 50px #11182714;overflow:hidden}.featured-carousel.is-hidden{display:none}.featured-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.featured-title{font-size:1.6rem;font-weight:700;margin-bottom:.45rem}.featured-copy{color:var(--gray-700);line-height:1.6;max-width:620px}.featured-controls{display:flex;gap:.75rem;flex-shrink:0}.featured-nav{width:46px;height:46px;border-radius:50%;border:1px solid rgba(17,24,39,.08);background:var(--white);color:var(--gray-900);cursor:pointer;box-shadow:var(--shadow-md);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.featured-nav:hover{transform:translateY(-2px);background:var(--gray-50);box-shadow:0 16px 26px #1118271f}.featured-viewport{overflow:hidden;touch-action:pan-y;min-height:360px}.featured-track{display:grid;grid-template-columns:1fr 1.28fr 1fr;gap:1rem;align-items:stretch}.featured-card{position:relative;height:360px;min-height:360px;border-radius:24px;overflow:hidden;cursor:pointer;background:var(--gray-900);box-shadow:0 18px 38px #11182724;transition:transform .35s ease,opacity .35s ease,filter .35s ease}.featured-card img{width:100%;height:100%;object-fit:cover;position:relative;z-index:0;transition:transform .45s ease}.featured-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#11182714,#111827b8);z-index:1}.featured-card:hover img{transform:scale(1.05)}.featured-card.is-side{transform:scale(.92);opacity:.72;filter:blur(2px)}@media(max-width:768px){.featured-card.is-side{filter:none;opacity:.78}.image-preview-trigger,.featured-card .image-preview-trigger{backdrop-filter:none;background:#fffffff0}.media-watermark,.featured-card .media-watermark{backdrop-filter:none;background:#ffffffe6}}.featured-card.is-center{transform:scale(1);opacity:1;filter:none}.featured-content{position:absolute;inset:auto 0 0;z-index:3;padding:1.4rem;color:var(--white)}.featured-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.42rem .8rem;border-radius:999px;background:#ffffff29;backdrop-filter:blur(10px);font-size:.78rem;font-weight:700;margin-bottom:.9rem}.featured-name{font-size:1.05rem;font-weight:700;line-height:1.5;margin-bottom:.55rem}.featured-card.is-center .featured-name{font-size:1.2rem}.featured-price{font-size:1.35rem;font-weight:700;color:#b9f6ca;margin-bottom:.75rem}.featured-meta{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .9rem;border-radius:999px;background:#ffffff1f;backdrop-filter:blur(12px);font-size:.84rem}@media(min-width:1024px){.content{padding-top:2.25rem}.featured-carousel{margin-bottom:1.6rem;padding:1.1rem}.featured-header{margin-bottom:.9rem}.featured-title{font-size:1.34rem;margin-bottom:.3rem}.featured-copy{font-size:.94rem;line-height:1.45}.featured-track{grid-template-columns:.95fr 1.16fr .95fr;gap:.75rem}.featured-card{height:285px;min-height:285px;border-radius:20px}.featured-content{padding:1rem}.featured-badge{margin-bottom:.65rem}.featured-name{font-size:.96rem;line-height:1.35}.featured-card.is-center .featured-name{font-size:1.08rem}.featured-price{font-size:1.16rem;margin-bottom:.55rem}.featured-meta{padding:.48rem .78rem;font-size:.78rem}}.lang-ar{direction:rtl;unicode-bidi:isolate;display:inline-block;font-weight:600}.bilingual-inline{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap;justify-content:center}.bilingual-note{display:block;margin-top:.35rem;color:var(--gray-700);line-height:1.6}.category-seo-panel,.topic-cluster{background:var(--white);border:1px solid var(--gray-100);border-radius:16px;box-shadow:var(--shadow-md);margin-bottom:1.4rem;padding:1.1rem}.category-seo-panel h2,.topic-cluster h2{font-size:1.18rem;line-height:1.3;margin-bottom:.45rem;color:var(--gray-900)}.category-seo-panel p,.topic-cluster p{color:var(--gray-700);line-height:1.7;font-size:.95rem}.category-seo-panel p span{display:block}.category-seo-panel p span+span{margin-top:.65rem}.category-seo-links,.topic-grid{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.85rem}.category-seo-links a,.topic-card{border:1px solid rgba(0,200,83,.16);border-radius:999px;background:#00c85314;color:var(--primary-dark);font-weight:800;font-size:.86rem;padding:.62rem .82rem;text-decoration:none}.topic-card{border-radius:14px;flex:1 1 210px;background:var(--gray-50);color:var(--gray-900)}.topic-card strong{display:block;margin-bottom:.25rem;color:var(--primary-dark)}.topic-card span{display:block;color:var(--gray-700);font-weight:500;line-height:1.55}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.products-grid.is-switching{pointer-events:none}.product-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid var(--gray-100)}.product-card.reveal-pending{opacity:0;transform:translateY(28px)}.product-card:hover{transform:translateY(-8px);box-shadow:0 0 40px #00c85333}.product-image{width:100%;height:200px;background:var(--gray-100);overflow:hidden;position:relative;isolation:isolate;cursor:zoom-in}.product-image img{display:block;width:100%;height:100%;object-fit:contain;padding:.65rem;position:relative;z-index:0;transition:transform .35s ease;transform:scale(.92);background:linear-gradient(180deg,#fffffffa,#f3f4f6eb)}.product-card:hover .product-image img{transform:scale(.95)}.image-preview-trigger{position:absolute;top:.75rem;left:.75rem;width:38px;height:38px;border:none;border-radius:50%;background:#ffffffd1;color:var(--gray-900);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 12px 24px #0f172a2e;backdrop-filter:blur(8px);transition:transform .22s ease,background .22s ease,box-shadow .22s ease}.image-preview-trigger svg{width:18px;height:18px;fill:currentColor}.image-preview-trigger:hover{transform:translateY(-1px) scale(1.04);background:#fffffff5;box-shadow:0 16px 28px #0f172a33}.media-watermark{position:absolute;right:.75rem;bottom:.75rem;padding:.33rem .62rem;border-radius:999px;background:#ffffff52;color:#11182794;border:1px solid rgba(255,255,255,.3);font-size:.68rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;backdrop-filter:blur(8px);box-shadow:0 10px 20px #0f172a14;pointer-events:none;z-index:2}.featured-card .image-preview-trigger{z-index:3}.featured-card .media-watermark{z-index:2}.product-modal-thumbnail .media-watermark{right:.35rem;bottom:.35rem;padding:.18rem .34rem;font-size:.48rem;letter-spacing:.1em}.image-viewer-overlay{display:none;position:fixed;inset:0;z-index:10060;align-items:center;justify-content:center;padding:1.2rem;background:#030712d1;backdrop-filter:blur(10px)}.image-viewer-overlay.active{display:flex}.image-viewer{width:min(100%,1100px);max-height:calc(100vh - 2.4rem);display:flex;flex-direction:column;gap:1rem}.image-viewer-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.image-viewer-title{color:#ffffffeb;font-size:1rem;font-weight:600;line-height:1.4;max-width:70%}.image-viewer-controls{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:flex-end}.image-viewer-btn{min-width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff1f;color:var(--white);font-size:1rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0 .95rem;transition:transform .2s ease,background .2s ease,border-color .2s ease;backdrop-filter:blur(8px)}.image-viewer-btn:hover{transform:translateY(-1px);background:#ffffff2e;border-color:#ffffff47}.image-viewer-stage{position:relative;flex:1;min-height:320px;border-radius:28px;overflow:hidden;background:radial-gradient(circle at top,#25d3661f,#0f172aeb 45%);display:flex;align-items:center;justify-content:center;isolation:isolate;touch-action:none}.image-viewer-stage img{max-width:100%;max-height:calc(100vh - 13rem);object-fit:contain;transform-origin:center center;transition:transform .18s ease;position:relative;z-index:0;cursor:grab;user-select:none;-webkit-user-drag:none}.image-viewer-stage.is-panning img,.image-viewer-stage img:active{will-change:transform}.image-viewer-stage.is-panning img{transition:none;cursor:grabbing}.image-viewer-stage .media-watermark{right:1rem;bottom:1rem;font-size:.78rem;color:#ffffffb8;background:#11182738;border-color:#ffffff24;z-index:2}@media(max-width:480px){.image-preview-trigger{width:34px;height:34px;top:.65rem;left:.65rem}.media-watermark{right:.6rem;bottom:.6rem;font-size:.62rem;letter-spacing:.16em}.image-viewer{gap:.8rem}.image-viewer-topbar{align-items:flex-start;flex-direction:column}.image-viewer-title{max-width:100%;font-size:.95rem}.image-viewer-controls{width:100%;justify-content:space-between}.image-viewer-btn{min-width:38px;height:38px;padding:0 .8rem}.image-viewer-stage{min-height:260px;border-radius:20px}.image-viewer-stage img{max-height:calc(100vh - 15.5rem)}}.skeleton{animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-color:var(--gray-200)}50%{background-color:var(--gray-300)}to{background-color:var(--gray-200)}}.product-info{padding:1.5rem}.product-name{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--gray-900);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}.product-name a{color:inherit;text-decoration:none}.product-name a:hover{color:var(--primary)}.product-price{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.product-stock-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .8rem;border-radius:999px;font-size:.8rem;font-weight:700;margin-bottom:.95rem;background:#00c8531f;color:var(--primary-dark)}.product-stock-badge:before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px #00c8531f}.product-stock-badge.is-out-of-stock{background:#0f172a14;color:#475569}.product-stock-badge.is-out-of-stock:before{box-shadow:0 0 0 4px #94a3b82e}.product-free-delivery-badge,.modal-product-free-delivery{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .8rem;border-radius:999px;font-size:.8rem;font-weight:700;margin-bottom:.95rem;background:#00c8531a;color:var(--primary-dark)}.product-card.is-out-of-stock{border-color:#94a3b838;box-shadow:0 16px 30px #0f172a17}.product-card.is-out-of-stock .product-price{display:none}.product-buttons{display:flex;flex-direction:column;gap:.75rem}.btn-label{display:inline-flex;align-items:center;gap:.2rem}.btn{padding:.75rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .22s ease,background .3s ease,color .3s ease,border-color .3s ease,filter .22s ease;font-size:.9rem;-webkit-tap-highlight-color:transparent;will-change:transform}.btn:active{transform:translateY(1px) scale(.97)!important;filter:brightness(.98)}.btn-info{background:var(--gray-100);color:var(--gray-900);border:2px solid var(--primary)}.btn-info:hover{background:var(--primary);color:var(--white);transform:scale(1.02)}.btn-cart{background:#00c85314;color:var(--primary-dark);border:2px dashed rgba(0,200,83,.32)}.btn-cart:hover{background:#00c85324;border-color:#00c85385;transform:scale(1.02)}.btn-order{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--white)}.btn-order:hover{transform:scale(1.02);box-shadow:0 0 20px #00c85366}.btn-share{background:linear-gradient(135deg,#111827,#374151);color:var(--white);display:inline-flex;align-items:center;justify-content:center;gap:.6rem;border-radius:999px;box-shadow:var(--shadow-md)}.btn-share:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 14px 24px #1118272e}.btn-share svg{width:18px;height:18px;fill:currentColor;flex-shrink:0}.pagination{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;align-items:center;margin:0 auto 2.75rem}.pagination[hidden]{display:none}.pagination-btn{min-width:44px;height:44px;padding:0 .95rem;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:var(--white);color:var(--gray-900);font-weight:700;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.pagination-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.pagination-btn.active{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--white);border-color:transparent;box-shadow:0 14px 26px #00c85338}.pagination-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.share-sheet-overlay{display:none;position:fixed;inset:0;background:#11182780;backdrop-filter:blur(8px);z-index:10055;align-items:flex-start;justify-content:center;padding:max(.75rem,env(safe-area-inset-top,0px)) max(1rem,env(safe-area-inset-right,0px)) max(1.25rem,env(safe-area-inset-bottom,0px)) max(1rem,env(safe-area-inset-left,0px));overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.share-sheet-overlay.active{display:flex}.share-sheet{width:min(100%,540px);background:#fffffff2;border:1px solid rgba(255,255,255,.7);border-radius:28px;padding:3.5rem 1.5rem 1.5rem;box-shadow:0 30px 80px #11182738;position:relative;overflow:visible;margin:1rem auto 1.5rem;align-self:center;flex-shrink:0}.share-sheet:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(37,211,102,.2),transparent 34%),radial-gradient(circle at bottom left,rgba(17,24,39,.08),transparent 40%);pointer-events:none}.share-sheet>*{position:relative;z-index:1}.share-sheet-close{position:sticky;top:0;float:right;margin-bottom:-42px;margin-top:-2.5rem;margin-right:-.5rem;width:42px;height:42px;border:none;border-radius:50%;background:#f3f4f6f7;color:var(--gray-700);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease;z-index:10;box-shadow:0 2px 8px #0000001f;flex-shrink:0}.share-sheet-close:hover{background:var(--gray-900);color:var(--white);transform:rotate(90deg)}.share-sheet-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem;border-radius:999px;background:#00c8531a;color:var(--primary-dark);font-size:.8rem;font-weight:700;margin-bottom:1rem}.share-sheet-title{font-size:1.5rem;font-weight:700;line-height:1.35;margin-bottom:.65rem;padding-right:3.25rem}.share-sheet-text{color:var(--gray-700);margin-bottom:1.1rem;line-height:1.6}.share-sheet-link{display:flex;align-items:center;gap:.75rem;padding:.7rem .8rem;border-radius:18px;background:#f3f4f6eb;border:1px solid rgba(209,213,219,.9);margin-bottom:1.25rem;transition:background .24s ease,border-color .24s ease,box-shadow .24s ease,color .24s ease}.share-sheet-link-text{flex:1;padding:.9rem 1rem;color:var(--gray-700);font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0;min-width:0}.share-sheet-link.is-copied{background:#00c8531a;border-color:#00c85359;color:var(--primary-dark);box-shadow:0 0 0 5px #00c85314}.share-link-copy{flex-shrink:0;width:42px;height:42px;border:none;border-radius:14px;background:linear-gradient(135deg,#111827,#374151);color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .22s ease,box-shadow .22s ease,opacity .22s ease;box-shadow:var(--shadow-sm)}.share-link-copy:hover{transform:translateY(-2px);box-shadow:0 14px 24px #11182729}.share-link-copy svg{width:19px;height:19px;fill:currentColor}.share-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.share-option{border:none;border-radius:20px;padding:1rem;display:flex;align-items:center;gap:.9rem;cursor:pointer;text-align:left;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;box-shadow:var(--shadow-sm);background:#fffffff2}.share-option:hover{transform:translateY(-3px);box-shadow:0 16px 28px #1118271f}.share-option.is-success{box-shadow:0 0 0 4px #00c85324,0 18px 30px #00c85329}.share-option-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.share-option-icon svg{width:24px;height:24px;fill:currentColor}.share-option.facebook .share-option-icon{background:linear-gradient(135deg,#1877f2,#4d8df5)}.share-option.whatsapp .share-option-icon{background:linear-gradient(135deg,#00c853,#25d366)}.share-option.instagram .share-option-icon{background:linear-gradient(135deg,#fd1d1d,#fcb045 52%,#833ab4)}.share-option.copy .share-option-icon{background:linear-gradient(135deg,#111827,#4b5563)}.share-option strong{display:block;font-size:.96rem;color:var(--gray-900);margin-bottom:.2rem}.share-option span{display:block;color:var(--gray-700);font-size:.82rem;line-height:1.45}.share-toast{position:fixed;left:50%;bottom:max(2rem,env(safe-area-inset-bottom,0px));transform:translate(-50%) translateY(20px);background:#111827f5;color:var(--white);padding:.9rem 1.2rem;border-radius:999px;box-shadow:0 16px 30px #11182738;z-index:10070;opacity:0;pointer-events:none;font-size:.9rem;white-space:nowrap}.order-feedback-overlay{display:none;position:fixed;inset:0;background:#1118276b;backdrop-filter:blur(8px);z-index:10056;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.order-feedback-overlay.active{display:flex}.order-feedback{width:min(100%,460px);background:#fffffff7;border-radius:24px;padding:1.5rem;box-shadow:0 30px 70px #1118272e;text-align:center;position:relative}.order-feedback-icon{width:72px;height:72px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#00c8531f;color:var(--primary-dark)}.order-feedback-icon svg{width:34px;height:34px;fill:currentColor}.order-feedback h3{font-size:1.4rem;margin-bottom:.7rem;color:var(--gray-900)}.order-feedback p{color:var(--gray-700);line-height:1.7;margin-bottom:.75rem}.order-feedback-actions{display:flex;gap:.8rem;margin-top:1.2rem}.order-feedback-close{position:absolute;top:.9rem;right:.9rem;width:38px;height:38px;border:none;border-radius:50%;background:var(--gray-100);color:var(--gray-700);cursor:pointer;transition:all .25s ease}.order-feedback-close:hover{background:var(--gray-900);color:var(--white);transform:rotate(90deg)}.order-review-overlay{display:none;position:fixed;inset:0;background:#1118276b;backdrop-filter:blur(8px);z-index:10058;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.order-review-overlay.active{display:flex}.order-review-card{width:min(100%,440px);background:#fffffffa;border-radius:24px;padding:1.35rem;box-shadow:0 30px 70px #1118272e;position:relative}.order-review-close{position:absolute;top:.8rem;right:.8rem;width:38px;height:38px;border:none;border-radius:50%;background:var(--gray-100);color:var(--gray-700);cursor:pointer;transition:all .25s ease}.order-review-close:hover{background:var(--gray-900);color:var(--white);transform:rotate(90deg)}.order-review-card h3{font-size:1.25rem;color:var(--gray-900);margin-bottom:.35rem}.order-review-copy{color:var(--gray-700);line-height:1.6;font-size:.92rem;margin-bottom:1rem}.order-review-product{display:grid;grid-template-columns:72px minmax(0,1fr);gap:.85rem;align-items:center;padding:.85rem;border-radius:18px;background:#00c8530d;border:1px solid rgba(0,200,83,.14);margin-bottom:.95rem}.order-review-product img{width:72px;height:72px;object-fit:contain;border-radius:16px;background:#fff;padding:.35rem}.order-review-product strong{display:block;font-size:.98rem;color:var(--gray-900);margin-bottom:.22rem;line-height:1.45}.order-review-product span{display:block;color:var(--gray-700);font-size:.88rem}.order-review-lines{display:grid;gap:.55rem;margin-bottom:1rem}.order-review-line{display:flex;justify-content:space-between;gap:1rem;font-size:.92rem;color:var(--gray-700)}.order-review-line strong{color:var(--gray-900);text-align:right}.order-review-actions{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.order-review-confirm{min-height:48px}.stock-notice-toast{position:fixed;left:50%;bottom:1.35rem;transform:translate(-50%,22px);width:min(420px,calc(100vw - 1.35rem));padding:1rem 1.05rem;border-radius:22px;color:var(--white);background:radial-gradient(circle at top left,rgba(255,255,255,.18),transparent 34%),linear-gradient(135deg,#00c853,#13b75d 58%,#009d50);box-shadow:0 24px 48px #00843f47;z-index:9999;opacity:0;pointer-events:none}.stock-notice-toast strong{display:block;font-size:.92rem;margin-bottom:.32rem;letter-spacing:-.01em}.stock-notice-toast p{font-size:.82rem;line-height:1.55;margin:0}.stock-notice-toast .lang-ar{display:block;margin-top:.28rem;opacity:.96}.product-card.is-highlighted{animation:cardGlow 1.8s ease}@keyframes cardGlow{0%{box-shadow:0 0 #00c85300}35%{box-shadow:0 0 0 6px #25d3662e,0 0 40px #00c85340}to{box-shadow:var(--shadow-md)}}.modal-overlay{display:none;position:fixed;will-change:opacity;inset:0;background:#00000080;backdrop-filter:blur(5px);z-index:10050;align-items:flex-start;justify-content:center;padding:1.25rem;overflow-y:auto}.modal-overlay.active{display:flex}.modal{background:var(--white);border-radius:20px;padding:2rem;max-width:500px;width:90%;box-shadow:var(--shadow-xl);position:relative;max-height:calc(100vh - 2.5rem);overflow-y:auto;overscroll-behavior:contain;margin:auto 0}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--gray-900)}.modal-steps{background:#00c8530f;border:1px solid rgba(0,200,83,.12);border-radius:14px;padding:1rem 1rem .9rem;margin-bottom:1.25rem}.modal-steps p{font-size:.92rem;color:var(--gray-700);line-height:1.7;margin-bottom:.35rem}.modal-steps p:last-child{margin-bottom:0}.form-group{margin-bottom:1.5rem}.form-group.city-group{position:relative}.honeypot-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--gray-700);font-size:.95rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-200);border-radius:8px;font-size:.95rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #00c8531a}.phone-hint{margin-top:.45rem;font-size:.82rem;color:var(--gray-600, #64748b);line-height:1.5}.phone-hint strong{color:var(--primary-dark)}.delivery-fee-note{margin-top:.55rem;font-size:.9rem;color:var(--gray-700);line-height:1.55}.delivery-fee-note strong{color:var(--primary-dark)}.city-suggestions{position:absolute;top:calc(100% - .15rem);left:0;right:0;z-index:12;background:var(--white);border:1px solid var(--gray-200);border-radius:14px;box-shadow:var(--shadow-lg);max-height:220px;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.city-suggestions.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.city-suggestion{padding:.78rem .95rem;cursor:pointer;transition:background .2s ease,color .2s ease,padding-left .2s ease;border-bottom:1px solid var(--gray-100)}.city-suggestion:last-child{border-bottom:none}.city-suggestion:hover,.city-suggestion.active{background:var(--gray-50);color:var(--primary-dark);padding-left:1.15rem}.btn-negotiate{display:flex;align-items:center;justify-content:center;gap:.55rem;width:100%;padding:.78rem 1rem;margin-top:.75rem;margin-bottom:.5rem;border-radius:14px;border:2px solid #25d366;background:linear-gradient(135deg,#25d36612,#00c8530a);color:#128c4a;font-size:.95rem;font-weight:700;cursor:pointer;letter-spacing:.01em;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-decoration:none}.btn-negotiate:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#25d366,#128c4a);opacity:0;transition:opacity .25s ease}.btn-negotiate:hover:before{opacity:1}.btn-negotiate:hover{color:#fff;border-color:#128c4a;transform:translateY(-2px);box-shadow:0 8px 24px #25d36659}.btn-negotiate:active{transform:translateY(0)}.btn-negotiate svg,.btn-negotiate span{position:relative;z-index:1}.modal-actions{display:flex;gap:1rem;margin-top:.75rem}.quantity-group.is-hidden{display:none}.order-cart-summary{background:linear-gradient(180deg,#00c85314,#25d36608);border:1px solid rgba(0,200,83,.18);border-radius:16px;padding:1rem 1rem .85rem;margin-bottom:1rem}.order-cart-summary[hidden]{display:none}.order-cart-summary-title{font-size:.98rem;font-weight:700;color:var(--gray-900);margin-bottom:.7rem}.order-cart-summary-list{display:flex;flex-direction:column;gap:.6rem}.order-cart-summary-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.55rem 0;color:var(--gray-700);font-size:.92rem;line-height:1.5}.order-cart-summary-thumb{width:48px;height:48px;border-radius:12px;object-fit:cover;border:1px solid rgba(15,23,42,.08);background:#ffffffeb}.order-cart-summary-main{min-width:0;display:flex;flex-direction:column;gap:.18rem}.order-cart-summary-name{font-weight:700;color:var(--gray-900);min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-cart-summary-qty{font-size:.84rem;color:var(--gray-700)}.order-cart-summary-price{min-width:88px;text-align:right;font-weight:700;color:var(--primary-dark);white-space:nowrap}.order-cart-summary-total{margin-top:.85rem;padding-top:.75rem;border-top:1px solid rgba(0,200,83,.16);display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;color:var(--primary-dark)}.order-cart-summary-total-main{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;min-width:0;font-weight:800;color:var(--gray-900)}.order-cart-summary-total-separator{color:#00c853b3;font-weight:700}.order-cart-summary-total-count,.order-cart-summary-total-amount{font-weight:800;color:var(--primary-dark)}.order-cart-summary-total-amount{font-size:1rem;white-space:nowrap}.order-cart-summary-note{font-size:.83rem;color:var(--gray-700)}.order-subtotal-box{background:linear-gradient(135deg,#00c85314,#009d500f);border:1px solid rgba(0,200,83,.2);border-radius:12px;padding:.85rem 1rem;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.3rem}.order-subtotal-row{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;color:var(--gray-700)}.order-subtotal-row.total{font-size:1rem;font-weight:800;color:var(--primary-dark);border-top:1px solid rgba(0,200,83,.2);padding-top:.35rem;margin-top:.1rem}.order-subtotal-row span:last-child{font-weight:700}.btn-cancel{flex:1;background:var(--gray-100);color:var(--gray-900);padding:.75rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cancel:hover{background:var(--gray-200)}.btn-submit{flex:1;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--white);padding:.75rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:50px}.btn-submit:hover{transform:scale(1.02);box-shadow:0 0 20px #00c85366}.btn-submit:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none;pointer-events:none}.btn-submit.is-loading{transform:none;box-shadow:0 18px 34px #00c85338;background:linear-gradient(135deg,#00b85f,var(--primary))}.btn-submit.is-loading:hover{transform:none}.btn-submit-content{display:inline-flex;align-items:center;justify-content:center;gap:.65rem}.btn-spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.28);border-top-color:#fffffff5;border-right-color:#fffc;animation:buttonSpin .8s linear infinite;flex-shrink:0}@keyframes buttonSpin{to{transform:rotate(360deg)}}.cart-float{position:fixed;left:2rem;bottom:2rem;width:62px;height:62px;border:none;border-radius:50%;background:linear-gradient(135deg,var(--gray-900),#1f2937);color:var(--white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 24px 34px #0f172a38;z-index:155;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.cart-float:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 28px 42px #0f172a47}.cart-float svg{width:28px;height:28px;fill:currentColor}.cart-float.is-empty{background:linear-gradient(135deg,#334155,#1f2937)}.cart-badge{position:absolute;top:-4px;right:-4px;min-width:24px;height:24px;padding:0 .35rem;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--white);font-size:.78rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--white);box-shadow:0 10px 20px #00c85342}.cart-overlay{display:none;position:fixed;inset:0;background:#0f172a73;backdrop-filter:blur(6px);z-index:10050}.cart-overlay.active{display:block}.cart-drawer{position:absolute;top:0;left:0;width:min(420px,92vw);height:100%;background:#fffffff7;border-right:1px solid rgba(15,23,42,.08);box-shadow:24px 0 48px #0f172a2e;display:flex;flex-direction:column;padding:1.15rem 1rem;overflow:hidden}.cart-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.cart-title{font-size:1.18rem;font-weight:700;color:var(--gray-900)}.cart-close{width:40px;height:40px;border:none;border-radius:50%;background:var(--gray-100);color:var(--gray-900);font-size:1.3rem;cursor:pointer;transition:transform .22s ease,background .22s ease,color .22s ease}.cart-close:hover{transform:rotate(90deg);background:var(--gray-900);color:var(--white)}.cart-items{flex:1;overflow-y:auto;padding-right:.2rem;display:flex;flex-direction:column;gap:.9rem}.cart-item{background:linear-gradient(180deg,#f9fafbf2,#fffffffa);border:1px solid rgba(15,23,42,.06);border-radius:18px;padding:.95rem;box-shadow:0 14px 24px #0f172a0f}.cart-item-top{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:.8rem;margin-bottom:.85rem}.cart-item-thumb{width:58px;height:58px;border-radius:14px;object-fit:cover;border:1px solid rgba(15,23,42,.08);background:#fffffff2;box-shadow:0 8px 18px #0f172a14}.cart-item-main{min-width:0;display:flex;flex-direction:column;gap:.18rem}.cart-item-name{font-size:.94rem;font-weight:700;color:var(--gray-900);line-height:1.4;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-meta{font-size:.82rem;color:var(--gray-700)}.cart-item-price{color:var(--primary-dark);font-weight:700;min-width:88px;text-align:right;white-space:nowrap}.cart-item-controls{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cart-qty{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem;border-radius:999px;background:#0f172a0a}.cart-qty-btn{width:32px;height:32px;border:none;border-radius:50%;background:var(--white);color:var(--gray-900);font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 6px 14px #0f172a14}.cart-qty-input{width:48px;text-align:center;border:none;background:transparent;font-size:.95rem;font-weight:700;color:var(--gray-900)}.cart-remove{border:none;background:transparent;color:#dc2626;font-weight:700;cursor:pointer}.cart-empty{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--gray-700);padding:1.5rem;line-height:1.7}.cart-empty[hidden]{display:none}.cart-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;gap:.7rem}.cart-meta-row{display:flex;justify-content:space-between;gap:.8rem;color:var(--gray-700);font-size:.95rem}.cart-meta-row strong{color:var(--gray-900)}.cart-meta-row small{color:var(--gray-700);text-align:right}.cart-confirm{margin-top:.3rem;padding:.9rem 1rem;border:none;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--white);font-weight:700;font-size:.96rem;cursor:pointer;box-shadow:0 18px 28px #00c85338;transition:transform .22s ease,box-shadow .22s ease,opacity .22s ease}.cart-confirm:hover{transform:translateY(-2px);box-shadow:0 22px 34px #00c85347}.cart-confirm:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-xl);transition:all .3s ease;z-index:150;text-decoration:none;border:none;padding:0}.contact-action{border:0;padding:0;background:transparent;color:var(--primary);font:inherit;font-weight:700;cursor:pointer}.contact-action:hover{text-decoration:underline}.whatsapp-float:hover{transform:scale(1.15);box-shadow:0 0 40px #00c85380}.whatsapp-float svg{width:30px;height:30px;fill:var(--white)}@keyframes pulse{0%,to{box-shadow:0 0 #00c853b3}50%{box-shadow:0 0 0 10px #00c85300}}.whatsapp-float.pulse{animation:pulse 2s infinite}.reviews-section{margin-left:80px;padding:3rem 2rem;background:linear-gradient(180deg,#fff,#f8fafc)}.reviews-content{max-width:1200px;margin:0 auto}.reviews-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.reviews-title{font-size:clamp(1.8rem,3vw,2.5rem);color:var(--gray-900);margin-bottom:.35rem}.reviews-subtitle{color:var(--gray-600);line-height:1.6}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.review-card{background:var(--white);border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:1.25rem;box-shadow:0 12px 28px #0f172a14}.reviews-empty{grid-column:1 / -1;padding:1.5rem;border:1px dashed rgba(15,23,42,.16);border-radius:14px;background:var(--white);color:var(--gray-600);text-align:center;font-weight:700}.review-stars{color:#f59e0b;letter-spacing:.08em;margin-bottom:.75rem;font-size:1rem}.review-text{color:var(--gray-800);line-height:1.7;margin-bottom:1rem}.review-author{color:var(--gray-900);font-weight:700}.review-add-btn{border:none;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--white);padding:.9rem 1.25rem;font-weight:800;cursor:pointer;box-shadow:0 16px 30px #00c8532e;white-space:nowrap}.review-overlay{position:fixed;inset:0;z-index:10090;display:none;align-items:center;justify-content:center;padding:1rem;background:#0f172a7a;backdrop-filter:blur(8px)}.review-overlay.active{display:flex}.review-modal{width:min(100%,460px);background:var(--white);border-radius:22px;padding:1.25rem;box-shadow:0 30px 70px #0f172a38;position:relative}.review-modal h3{color:var(--gray-900);font-size:1.25rem;margin-bottom:.35rem}.review-modal p{color:var(--gray-600);line-height:1.6;margin-bottom:1rem}.review-close{position:absolute;top:.75rem;right:.75rem;width:38px;height:38px;border:none;border-radius:50%;background:#f1f5f9;color:var(--gray-700);cursor:pointer;font-size:1.2rem}.review-form{display:grid;gap:.85rem}.review-field label{display:block;color:var(--gray-800);font-weight:700;margin-bottom:.35rem}.review-field input,.review-field textarea{width:100%;border:1px solid rgba(15,23,42,.14);border-radius:12px;padding:.82rem .9rem;font:inherit;color:var(--gray-900);background:#f8fafc}.review-field textarea{min-height:110px;resize:vertical}.star-picker{display:inline-flex;flex-direction:row;gap:.25rem}.star-picker button{border:none;background:transparent;color:#cbd5e1;font-size:2rem;line-height:1;cursor:pointer;padding:.1rem}.star-picker button.active{color:#f59e0b}.review-reaction{min-height:1.3rem;color:var(--primary);font-weight:700;font-size:.92rem}.review-submit{border:none;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--white);padding:.9rem 1rem;font-weight:800;cursor:pointer}.review-thanks{display:none;margin-top:.8rem;padding:.85rem 1rem;border-radius:12px;background:#00c8531a;color:#008f3f;font-weight:800}footer{background:var(--gray-900);color:var(--white);padding:3rem 2rem;margin-left:80px}.footer-content{max-width:1200px;margin:auto}.footer-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary)}.delivery-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.delivery-item{background:#00c8531a;padding:1.5rem;border-radius:12px;border-left:3px solid var(--primary)}.delivery-item h3{margin-bottom:.5rem;font-weight:600}.trust-grid,.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:2rem 0}.trust-item,.contact-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.25rem}.trust-item h3,.contact-card h3{margin-bottom:.6rem;font-size:1rem}.trust-item p,.contact-card p{line-height:1.7;opacity:.92}.contact-card a{color:var(--white);text-decoration:none}.contact-card a:hover{color:#b9f6ca}@media(max-width:768px){header{display:grid;grid-template-columns:1fr;align-items:center;gap:.75rem;padding:.9rem 1rem;position:fixed}.logo{grid-column:1;justify-self:center;font-size:1.55rem}.header-actions{display:contents}.search-container{display:none;grid-column:1 / -1;order:3;max-width:100%;margin:0;width:100%}.search-container.mobile-active{display:block}.whatsapp-btn{display:none}.search-toggle,.menu-toggle{display:inline-flex;align-items:center;justify-content:center;position:absolute;z-index:65;width:44px;height:44px;border-radius:14px;background:var(--gray-100);box-shadow:var(--shadow-sm);top:.9rem}.menu-toggle{left:1rem}.search-toggle{right:1rem}.sidebar{display:none;left:0;width:min(82vw,280px);max-width:280px;transform:translateZ(0);opacity:1;visibility:visible;pointer-events:auto;transition:box-shadow .35s ease;border-radius:0 22px 22px 0;box-shadow:none;padding-top:.35rem;overflow-y:auto}.sidebar.active{display:block;box-shadow:var(--shadow-xl)}.sidebar:hover{width:min(82vw,280px)}.sidebar-label{opacity:1}body.sidebar-open{overflow:hidden}.container{margin-left:0}.sidebar:hover~.container{margin-left:0}.content{padding:2rem 1rem 3rem}.products-grid{grid-template-columns:1fr;gap:1rem}.product-card{width:100%;max-width:100%;box-shadow:0 8px 16px #11182714}.product-info{padding:1rem}.product-card.reveal-pending{opacity:1;transform:none}.product-card:hover{transform:none;box-shadow:0 8px 16px #11182714}.product-image img{transform:none;transition:none;background:#fff}.image-preview-trigger,.media-watermark{backdrop-filter:none}.product-name{font-size:.96rem;line-height:1.4;min-height:auto}.product-price{font-size:1.3rem;margin-bottom:.8rem}.product-buttons{gap:.55rem}.product-buttons .btn-info,.product-buttons .btn-cart,.product-buttons .btn-order{padding:.62rem .85rem;font-size:.84rem;border-radius:12px}.product-buttons .btn-share{width:44px;height:44px;padding:0;gap:0;align-self:flex-end;border-radius:14px}.product-buttons .btn-share .btn-label{display:none}.pagination{margin-bottom:2rem}.cart-float{left:1rem;bottom:1rem;width:56px;height:56px}.cart-float svg{width:24px;height:24px}.cart-drawer{width:min(100%,100vw);padding:1rem .9rem}.cart-item-top{grid-template-columns:52px minmax(0,1fr) auto;gap:.65rem}.cart-item-thumb,.order-cart-summary-thumb{width:52px;height:52px}.cart-item-price,.order-cart-summary-price{min-width:72px;font-size:.9rem}.cart-item-name,.order-cart-summary-name{font-size:.9rem}.featured-header{flex-direction:column}.featured-controls{align-self:flex-end}.featured-track{grid-template-columns:.82fr 1.12fr .82fr;gap:.6rem}.featured-card{height:280px;min-height:280px}.featured-card.is-side{transform:scale(.95);opacity:.62;filter:blur(1.5px)}.content{padding:2rem 1rem}footer,.reviews-section,footer .footer-content{margin-left:0}.reviews-header{align-items:stretch;flex-direction:column}.review-add-btn{width:100%}.whatsapp-float{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.whatsapp-float svg{width:24px;height:24px}}@media(max-width:480px){header{padding:1rem}.logo{font-size:1.25rem}.products-grid{grid-template-columns:1fr}.section-title{font-size:1.5rem}.featured-carousel{padding:1rem;border-radius:22px}.featured-title{font-size:1.25rem}.featured-copy{font-size:.92rem}.featured-track{grid-template-columns:.78fr 1.08fr .78fr;gap:.5rem}.featured-card{height:220px;min-height:220px;border-radius:18px}.featured-content{padding:1rem}.featured-name{font-size:.9rem}.featured-card.is-center .featured-name{font-size:.98rem}.featured-price{font-size:1.05rem}.modal{width:95%;padding:1rem;border-radius:16px;max-height:min(88vh,720px);overflow-y:auto}.modal-title{font-size:1.2rem;margin-bottom:.9rem;line-height:1.35}.modal-steps{padding:.75rem .85rem;margin-bottom:.9rem;border-radius:12px}.modal-steps p{font-size:.84rem;line-height:1.55}.form-group{margin-bottom:.85rem}.form-group label{margin-bottom:.32rem;font-size:.88rem}.form-group input,.form-group select{padding:.68rem .85rem;font-size:.9rem}.modal-actions{gap:.7rem;margin-top:1rem;flex-direction:column}.btn-cancel,.btn-submit{padding:.72rem .85rem;font-size:.92rem}.share-sheet{padding:1.25rem;border-radius:24px}.share-options{grid-template-columns:1fr}.share-toast{width:calc(100% - 2rem);text-align:center;white-space:normal}.order-feedback{padding:1.15rem;border-radius:18px}.order-feedback h3{font-size:1.18rem}.order-feedback-actions{flex-direction:column}}
