[data-shop-root]{--color-primary:#e8830a;--color-primary-deep:#b86008;--color-primary-light:#fef3c7;--color-primary-xlight:#fffbf0;--color-open:#16a34a;--color-open-bg:#dcfce7;--color-closed:#dc2626;--color-closed-bg:#fee2e2;--color-new-bg:#dbeafe;--color-new:#1d4ed8;--color-pop-bg:#fef3c7;--color-pop:#92400e;--color-text:#111827;--color-muted:#6b7280;--color-light:#9ca3af;--color-bg:#f8f7f4;--color-white:#fff;--color-border:#e5e7eb;--color-border-light:#f3f4f6;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 3px #00000014,0 1px 2px #0000000a;--shadow-md:0 4px 16px #0000001a,0 2px 4px #0000000a;--shadow-lg:0 8px 32px #00000024,0 2px 8px #0000000f;font-family:var(--font-jakarta),"DM Sans",system-ui,sans-serif;background:var(--color-bg);-webkit-font-smoothing:antialiased}[data-shop-root] .shop-page-container{background:var(--color-white);max-width:480px;min-height:100vh;margin:0 auto;position:relative;box-shadow:0 0 60px #00000014}[data-shop-root] .shop-hero{background:#1c1917;grid-template-columns:58% 42%;height:220px;display:grid;position:relative;overflow:hidden}[data-shop-root] .shop-hero-left{position:relative;overflow:hidden}[data-shop-root] .shop-hero-banner{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}[data-shop-root] .shop-hero-overlay-gradient{pointer-events:none;background:linear-gradient(#0000 0%,#00000080 100%);height:100px;position:absolute;bottom:0;left:0;right:0}[data-shop-root] .shop-hero-right{background:linear-gradient(160deg,#f97316 0%,#ea580c 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}[data-shop-root] .shop-hero-right-overlay{pointer-events:none;background:linear-gradient(90deg,#00000026 0%,#0000 40%);position:absolute;inset:0}[data-shop-root] .shop-hero-product-emoji{filter:drop-shadow(0 4px 12px #0000004d);z-index:1;font-size:80px;animation:3s ease-in-out infinite shopFloat;position:relative;transform:rotate(-8deg)}@keyframes shopFloat{0%,to{transform:rotate(-8deg)translateY(0)}50%{transform:rotate(-5deg)translateY(-6px)}}[data-shop-root] .shop-logo-wrap{background:var(--color-white);border:3.5px solid var(--color-white);width:72px;height:72px;box-shadow:var(--shadow-md);z-index:10;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-28px;left:16px;overflow:hidden}[data-shop-root] .shop-status-badge{letter-spacing:.3px;-webkit-backdrop-filter:blur(8px);z-index:10;border:1px solid #fff3;border-radius:20px;align-items:center;gap:5px;padding:5px 12px;font-size:11px;font-weight:700;display:flex;position:absolute;top:12px;right:12px}[data-shop-root] .shop-status-badge.open{color:#fff;background:#16a34ad9}[data-shop-root] .shop-status-badge.closed{color:#fff;background:#dc2626d9}[data-shop-root] .shop-status-dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s infinite shopPulse}@keyframes shopPulse{0%,to{opacity:1}50%{opacity:.5}}[data-shop-root] .shop-info-bar{background:var(--color-white);border-bottom:1px solid var(--color-border-light);padding:40px 16px 16px}[data-shop-root] .shop-name-display{font-family:var(--font-fraunces),"Fraunces",serif;color:var(--color-text);letter-spacing:-.5px;margin-bottom:6px;font-size:26px;font-weight:800}[data-shop-root] .shop-meta{color:var(--color-muted);flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:12px;font-size:13px;display:flex}[data-shop-root] .shop-share-row{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px;display:grid}[data-shop-root] .shop-share-btn{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);text-align:center;color:var(--color-muted);cursor:pointer;flex-direction:column;align-items:center;gap:3px;padding:9px 6px;font-size:11px;font-weight:600;transition:all .2s;display:flex}@media (hover:hover){[data-shop-root] .shop-share-btn:hover{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary-deep)}}[data-shop-root] .shop-promo-banner{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-deep)100%);color:#fff;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;display:flex}[data-shop-root] .shop-promo-cta{border-radius:var(--radius-sm);color:#fff;cursor:pointer;white-space:nowrap;background:#fff3;border:1.5px solid #ffffff59;flex-shrink:0;padding:8px 14px;font-size:12px;font-weight:700;transition:background .2s}[data-shop-root] .shop-quick-scroll{background:var(--color-white);scrollbar-width:none;border-bottom:1px solid var(--color-border-light);gap:10px;padding:14px 16px;display:flex;overflow-x:auto}[data-shop-root] .shop-quick-scroll::-webkit-scrollbar{display:none}[data-shop-root] .shop-quick-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-shrink:0;min-width:100px;padding:10px 12px}[data-shop-root] .shop-quick-card-icon{margin-bottom:4px;font-size:16px}[data-shop-root] .shop-quick-card-title{color:var(--color-text);font-size:12px;font-weight:700;line-height:1.2}[data-shop-root] .shop-quick-card-sub{color:var(--color-muted);margin-top:2px;font-size:10px}[data-shop-root] .shop-sticky-header{z-index:100;background:var(--color-white);border-bottom:1px solid var(--color-border-light);box-shadow:var(--shadow-sm);position:sticky;top:0}[data-shop-root] .shop-sticky-top{align-items:center;gap:10px;padding:10px 16px 8px;display:flex}[data-shop-root] .shop-sticky-logo{background:var(--color-primary);width:32px;height:32px;font-family:var(--font-fraunces),serif;color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex;overflow:hidden}[data-shop-root] .shop-search-bar{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);flex:1;align-items:center;gap:7px;min-width:0;padding:7px 12px;display:flex}[data-shop-root] .shop-search-bar input{color:var(--color-text);background:0 0;border:none;outline:none;width:100%;min-width:0;font-family:inherit;font-size:13px}[data-shop-root] .shop-search-bar input::placeholder{color:var(--color-light)}[data-shop-root] .shop-cart-icon-btn{background:var(--color-primary-xlight);border:1.5px solid var(--color-primary-light);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;position:relative}@media (hover:hover){[data-shop-root] .shop-cart-icon-btn:hover{background:var(--color-primary-light)}}[data-shop-root] .shop-cart-badge{background:var(--color-primary);color:#fff;border:2px solid var(--color-white);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:800;animation:.3s shopBadgePop;display:flex;position:absolute;top:-4px;right:-4px}@keyframes shopBadgePop{0%{transform:scale(0)}60%{transform:scale(1.3)}to{transform:scale(1)}}[data-shop-root] .shop-cat-tabs{scrollbar-width:none;border-top:1px solid var(--color-border-light);padding:0 16px;display:flex;overflow-x:auto}[data-shop-root] .shop-cat-tabs::-webkit-scrollbar{display:none}[data-shop-root] .shop-cat-tab{color:var(--color-muted);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:2.5px solid #0000;flex-shrink:0;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}[data-shop-root] .shop-cat-tab:hover{color:var(--color-text)}[data-shop-root] .shop-cat-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}[data-shop-root] .shop-divider{background:var(--color-bg);border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light);height:8px;margin:20px 0 0}[data-shop-root] .shop-section{background:var(--color-white);padding:20px 16px 0}[data-shop-root] .shop-section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}[data-shop-root] .shop-section-title{color:var(--color-text);align-items:center;gap:6px;font-size:18px;font-weight:800;display:flex}[data-shop-root] .shop-vedettes-carousel{scrollbar-width:none;gap:12px;margin:0 -16px;padding-bottom:4px;padding-left:16px;padding-right:16px;display:flex;overflow-x:auto}[data-shop-root] .shop-vedettes-carousel::-webkit-scrollbar{display:none}[data-shop-root] .shop-vedette-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;min-width:140px;max-width:140px;box-shadow:var(--shadow-sm);flex-shrink:0;transition:transform .2s,box-shadow .2s;overflow:hidden}@media (hover:hover){[data-shop-root] .shop-vedette-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}}[data-shop-root] .shop-vedette-img{background:linear-gradient(135deg,var(--color-primary-light),#fde68a);justify-content:center;align-items:center;width:100%;height:100px;font-size:40px;display:flex;position:relative;overflow:hidden}[data-shop-root] .shop-vedette-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:3px 7px;font-size:9px;font-weight:800;position:absolute;top:8px;left:8px}[data-shop-root] .shop-badge-top{background:var(--color-primary);color:#fff}[data-shop-root] .shop-badge-pop{color:#fff;background:#ef4444}[data-shop-root] .shop-badge-new{background:var(--color-new-bg);color:var(--color-new)}[data-shop-root] .shop-badge-coeur{background:var(--color-primary);color:#fff}[data-shop-root] .shop-vedette-body{padding:10px 10px 12px}[data-shop-root] .shop-vedette-name{margin-bottom:6px;font-size:13px;font-weight:700;line-height:1.2}[data-shop-root] .shop-vedette-price-row{justify-content:space-between;align-items:center;display:flex}[data-shop-root] .shop-vedette-price{color:var(--color-primary);font-size:14px;font-weight:800}[data-shop-root] .shop-vedette-add{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;line-height:1;transition:transform .15s,background .15s;display:flex}@media (hover:hover){[data-shop-root] .shop-vedette-add:hover{background:var(--color-primary-deep);transform:scale(1.1)}}[data-shop-root] .shop-vedette-add:active{transform:scale(.95)}[data-shop-root] .shop-catalog-section{background:var(--color-white);padding:0 16px}[data-shop-root] .shop-cat-section-header{border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:flex-start;margin-bottom:4px;padding:20px 0 4px;display:flex}[data-shop-root] .shop-cat-section-title{text-transform:uppercase;letter-spacing:.8px;color:var(--color-text);font-size:15px;font-weight:800}[data-shop-root] .shop-cat-section-desc{color:var(--color-muted);margin-top:2px;font-size:12px}[data-shop-root] .shop-view-toggle{gap:4px;display:flex}[data-shop-root] .shop-view-btn{border:1px solid var(--color-border);background:var(--color-white);cursor:pointer;width:28px;height:28px;color:var(--color-muted);border-radius:6px;justify-content:center;align-items:center;font-size:13px;transition:all .15s;display:flex}[data-shop-root] .shop-view-btn.active{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary-deep)}[data-shop-root] .shop-product-row{border-bottom:1px solid var(--color-border-light);cursor:pointer;align-items:flex-start;gap:14px;padding:16px 0;transition:background .15s;display:flex}[data-shop-root] .shop-product-row:last-child{border-bottom:none}@media (hover:hover){[data-shop-root] .shop-product-row:hover{background:var(--color-primary-xlight);margin:0 -16px;padding:16px}}[data-shop-root] .shop-product-info{flex:1;min-width:0}[data-shop-root] .shop-product-name{margin-bottom:4px;font-size:15px;font-weight:700;line-height:1.2}[data-shop-root] .shop-product-desc{color:var(--color-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}[data-shop-root] .shop-product-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}[data-shop-root] .shop-product-price{color:var(--color-primary);font-size:15px;font-weight:800}[data-shop-root] .shop-product-badge-sm{border-radius:4px;padding:2px 7px;font-size:10px;font-weight:700}[data-shop-root] .shop-badge-pop-sm{background:var(--color-pop-bg);color:var(--color-pop)}[data-shop-root] .shop-badge-new-sm{background:var(--color-new-bg);color:var(--color-new)}[data-shop-root] .shop-product-allergens{color:var(--color-light);margin-top:4px;font-size:10px}[data-shop-root] .shop-product-pts{color:var(--color-muted);font-size:10px}[data-shop-root] .shop-product-pts span{color:var(--color-primary);font-weight:700}[data-shop-root] .shop-product-img-wrap{flex-shrink:0;position:relative}[data-shop-root] .shop-product-img{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--color-primary-light),#fde68a);justify-content:center;align-items:center;width:88px;height:88px;font-size:36px;display:flex;overflow:hidden}[data-shop-root] .shop-product-add-btn{background:var(--color-primary);color:#fff;border:2.5px solid var(--color-white);cursor:pointer;width:32px;height:32px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:all .15s;display:flex;position:absolute;bottom:-10px;right:-6px}@media (hover:hover){[data-shop-root] .shop-product-add-btn:hover{background:var(--color-primary-deep);transform:scale(1.1)}}[data-shop-root] .shop-product-add-btn:active{transform:scale(.9)}[data-shop-root] .shop-about-section{background:var(--color-white);padding:20px 16px}[data-shop-root] .shop-about-img{border-radius:var(--radius-lg);background:linear-gradient(135deg,#1c1917 0%,#292524 100%);justify-content:center;align-items:center;width:100%;height:160px;margin-bottom:16px;font-size:60px;display:flex;position:relative;overflow:hidden}[data-shop-root] .shop-about-title{margin-bottom:8px;font-size:16px;font-weight:800}[data-shop-root] .shop-about-desc{color:var(--color-muted);margin-bottom:16px;font-size:13px;line-height:1.6}[data-shop-root] .shop-about-info-list{list-style:none}[data-shop-root] .shop-about-info-item{border-bottom:1px solid var(--color-border-light);align-items:center;gap:10px;padding:9px 0;font-size:13px;display:flex}[data-shop-root] .shop-about-info-item:last-child{border-bottom:none}[data-shop-root] .shop-about-icon{flex-shrink:0;width:20px;font-size:15px}[data-shop-root] .shop-about-social{gap:8px;margin-top:16px;display:flex}[data-shop-root] .shop-social-btn{border:1.5px solid var(--color-border);border-radius:var(--radius-md);text-align:center;color:var(--color-muted);cursor:pointer;background:0 0;flex:1;padding:10px;font-size:11px;font-weight:700;transition:all .15s}@media (hover:hover){[data-shop-root] .shop-social-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-xlight)}}[data-shop-root] .shop-cart-bar{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-deep)100%);color:#fff;width:100%;max-width:480px;padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom));cursor:pointer;z-index:150;justify-content:space-between;align-items:center;transition:transform .3s,opacity .3s;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -2px 20px #e8830a59}[data-shop-root] .shop-cart-bar.hidden{opacity:0;pointer-events:none;transform:translate(-50%)translateY(100%)}[data-shop-root] .shop-cart-bar-left{align-items:center;gap:12px;display:flex}[data-shop-root] .shop-cart-bar-count{background:#ffffff40;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:800;display:flex}[data-shop-root] .shop-cart-bar-text{font-size:15px;font-weight:700}[data-shop-root] .shop-cart-bar-sub{opacity:.8;font-size:11px}[data-shop-root] .shop-cart-bar-right{align-items:center;gap:8px;display:flex}[data-shop-root] .shop-cart-bar-total{font-size:17px;font-weight:800}.shop-toast{color:#fff;border-radius:var(--radius-xl,20px);z-index:300;white-space:nowrap;pointer-events:none;background:#1c1917;align-items:center;gap:8px;padding:12px 20px;font-size:13px;font-weight:600;transition:top .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:-80px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000024}.shop-toast.show{top:16px}[data-shop-root] .shop-modal-overlay{-webkit-backdrop-filter:blur(2px);z-index:200;background:#00000080;position:fixed;inset:0}[data-shop-root] .shop-product-modal{background:var(--color-white);z-index:201;border-radius:24px 24px 0 0;width:100%;max-width:480px;max-height:92vh;animation:.3s cubic-bezier(.16,1,.3,1) shopSlideUp;position:fixed;bottom:0;left:50%;overflow-y:auto;transform:translate(-50%)}@keyframes shopSlideUp{0%{opacity:0;transform:translate(-50%)translateY(100%)}to{opacity:1;transform:translate(-50%)translateY(0)}}[data-shop-root] .shop-modal-handle{background:var(--color-border);border-radius:2px;width:40px;height:4px;margin:12px auto 0}[data-shop-root] .shop-modal-hero-img{background:linear-gradient(135deg,var(--color-primary-light),#fde68a);justify-content:center;align-items:center;width:100%;height:260px;margin-top:8px;font-size:90px;display:flex;position:relative;overflow:hidden}[data-shop-root] .shop-modal-close{color:#fff;cursor:pointer;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:flex;position:absolute;top:12px;right:12px}[data-shop-root] .shop-modal-body{padding:16px 20px}[data-shop-root] .shop-modal-name{font-family:var(--font-fraunces),serif;font-size:22px;font-weight:800;line-height:1.1}[data-shop-root] .shop-modal-price{color:var(--color-primary);flex-shrink:0;font-size:22px;font-weight:800}[data-shop-root] .shop-modal-section-title{color:var(--color-text);align-items:center;gap:6px;margin-bottom:10px;font-size:14px;font-weight:800;display:flex}[data-shop-root] .shop-modal-section-title:after{content:"";background:var(--color-border-light);flex:1;height:1px;margin-left:8px}[data-shop-root] .shop-modal-footer{background:var(--color-white);border-top:1px solid var(--color-border-light);padding:14px 20px;padding-bottom:calc(14px + env(safe-area-inset-bottom));align-items:center;gap:12px;display:flex;position:sticky;bottom:0;box-shadow:0 -4px 16px #00000014}[data-shop-root] .shop-qty-control{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);align-items:center;gap:10px;padding:6px 4px;display:flex}[data-shop-root] .shop-qty-btn{background:var(--color-white);width:32px;height:32px;box-shadow:var(--shadow-sm);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:all .15s;display:flex}@media (hover:hover){[data-shop-root] .shop-qty-btn:hover{background:var(--color-primary-light)}}[data-shop-root] .shop-qty-val{text-align:center;min-width:20px;font-size:16px;font-weight:800}[data-shop-root] .shop-add-to-cart-btn{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-deep)100%);color:#fff;border-radius:var(--radius-xl);cursor:pointer;border:none;flex:1;justify-content:space-between;align-items:center;padding:14px 20px;font-family:inherit;font-size:15px;font-weight:800;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 14px #e8830a66}@media (hover:hover){[data-shop-root] .shop-add-to-cart-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #e8830a80}}[data-shop-root] .shop-add-to-cart-btn:active{transform:scale(.98)}[data-shop-root] .shop-closed-modal{background:var(--color-white);width:100%;max-width:480px;padding:24px;padding-bottom:calc(40px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;animation:.3s cubic-bezier(.16,1,.3,1) shopSlideUp}[data-shop-root] .shop-bottom-spacer{height:90px}[data-shop-root] .shop-crosssell-scroll{scrollbar-width:none;gap:10px;margin:0 -20px 18px;padding-bottom:4px;padding-left:20px;padding-right:20px;display:flex;overflow-x:auto}[data-shop-root] .shop-crosssell-scroll::-webkit-scrollbar{display:none}[data-shop-root] .shop-crosssell-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;flex-shrink:0;min-width:110px;overflow:hidden}[data-shop-root] .shop-crosssell-img{background:var(--color-primary-light);justify-content:center;align-items:center;height:65px;font-size:28px;display:flex}[data-shop-root] .shop-crosssell-name{padding:5px 8px 2px;font-size:11px;font-weight:700;line-height:1.2}[data-shop-root] .shop-crosssell-price{color:var(--color-primary);padding:0 8px 8px;font-size:12px;font-weight:800}[data-shop-root] .shop-option-chip{border:1.5px solid var(--color-border);border-radius:var(--radius-xl);cursor:pointer;color:var(--color-text);background:0 0;padding:8px 14px;font-size:13px;font-weight:600;transition:all .15s}@media (hover:hover){[data-shop-root] .shop-option-chip:hover{border-color:var(--color-primary);color:var(--color-primary)}}[data-shop-root] .shop-option-chip.selected{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary-deep)}
