@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root,[data-theme=light]{--shop-bg:#f8fafc;--shop-surface:#fff;--shop-accent:var(--primary-color);--shop-accent-hover:var(--primary-hover);--shop-text-primary:var(--text-primary);--shop-text-secondary:#475569;--shop-border:#e2e8f0;--shop-rating:#f59e0b;--shop-radius:12px;--shop-shadow:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shop-shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -4px #0000000d}[data-theme=dark]{--shop-bg:#0f172a;--shop-surface:#1e293b;--shop-text-primary:#f8fafc;--shop-text-secondary:#94a3b8;--shop-border:#334155}.shop-layout{background-color:var(--shop-bg);color:var(--shop-text-primary);flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.shop-announcement{background:linear-gradient(90deg, var(--festival-from,var(--primary-color)), var(--festival-to,#ef4444), var(--festival-from,var(--primary-color)));color:#fff;text-shadow:0 1px 2px #00000026;z-index:50;background-size:200% 100%;padding:.55rem 1rem;font-size:.82rem;font-weight:600;animation:12s linear infinite festive-shimmer;position:relative;overflow:hidden}.shop-announcement-content{white-space:nowrap;justify-content:center;align-items:center;gap:.8rem;display:flex;overflow:hidden}.shop-announcement-divider{opacity:.55}.shop-announcement-emoji{font-size:1rem}.shop-announcement-tagline{opacity:.95;font-weight:500}.shop-announcement-countdown{letter-spacing:.02em;background:#fff3;border-radius:999px;padding:.12rem .6rem;font-size:.72rem;font-weight:700}@keyframes festive-shimmer{0%{background-position:0%}to{background-position:200%}}@media (max-width:640px){.shop-announcement-tagline,.shop-announcement-divider{display:none}}.shop-header{background-color:var(--shop-surface);border-bottom:1px solid var(--shop-border);z-index:40;box-shadow:var(--shop-shadow);position:sticky;top:0}.shop-header-inner{grid-template-columns:auto minmax(420px,1fr) auto;align-items:center;gap:1.5rem;max-width:1320px;margin:0 auto;padding:.85rem 1.5rem;display:grid}.shop-brand{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.shop-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.shop-logo-img{border:1px solid var(--shop-border);background:#fff;border-radius:6px;width:auto;height:38px;padding:2px}.shop-logo-text{white-space:nowrap;flex-direction:column;display:flex}.shop-logo-name{color:var(--shop-text-primary);letter-spacing:-.025em;font-size:1.2rem;font-weight:800;line-height:1.1}.shop-logo-tagline{color:var(--shop-text-secondary);font-size:.7rem;font-weight:500}.shop-search{width:100%;min-width:0;position:relative}.shop-search-form{background-color:var(--shop-bg);border:2px solid var(--shop-border);border-radius:999px;align-items:center;min-height:54px;padding:.3rem .35rem .3rem 1.4rem;transition:all .2s;display:flex}.shop-search-form:focus-within{border-color:var(--shop-accent);box-shadow:0 0 0 4px rgba(var(--primary-rgb), .15);background-color:var(--shop-surface)}.shop-search-icon{color:var(--shop-text-secondary);flex-shrink:0;margin-right:.8rem}.shop-search-input{min-width:0;color:var(--shop-text-primary);background:0 0;border:none;outline:none;flex:1;padding:.75rem 0;font-size:1.08rem}.shop-search-btn{background-color:var(--shop-accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;flex-shrink:0;padding:.7rem 1.7rem;font-size:.98rem;font-weight:700;transition:background-color .2s}.shop-search-btn:hover{background-color:var(--shop-accent-hover)}.shop-search-dropdown{background-color:var(--shop-surface);border:1px solid var(--shop-border);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow-lg);z-index:100;animation:.2s slideDown;position:absolute;top:105%;left:0;right:0;overflow:hidden}.shop-search-suggestion{color:var(--shop-text-primary);border-bottom:1px solid var(--shop-border);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;text-decoration:none;transition:background-color .2s;display:flex}.shop-search-suggestion:last-child{border-bottom:none}.shop-search-suggestion:hover{background-color:var(--shop-bg)}.suggestion-info{flex-direction:column;display:flex}.suggestion-name{font-size:.875rem;font-weight:500}.suggestion-meta{color:var(--shop-text-secondary);font-size:.75rem}.suggestion-price{color:var(--shop-accent);font-size:.9rem;font-weight:700}.shop-header-actions{align-items:center;gap:1.5rem;display:flex}.shop-header-action{color:var(--shop-text-primary);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex;position:relative}.shop-header-action:hover{color:var(--shop-accent)}.shop-header-action-label{white-space:nowrap;margin-top:.25rem;font-size:.7rem}.shop-cart-action{position:relative}.shop-cart-badge{background-color:var(--shop-accent);color:#fff;border:2px solid var(--shop-surface);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:2px}.shop-user-menu{position:relative}.shop-user-dropdown{background-color:var(--shop-surface);border:1px solid var(--shop-border);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow-lg);z-index:100;width:220px;animation:.2s slideDown;position:absolute;top:120%;right:0;overflow:hidden}.shop-user-dropdown-header{background-color:var(--shop-bg);border-bottom:1px solid var(--shop-border);flex-direction:column;padding:1rem;display:flex}.shop-user-dropdown-header strong{color:var(--shop-text-primary);font-size:.9rem}.shop-user-dropdown-header span{color:var(--shop-text-secondary);font-size:.75rem}.shop-user-dropdown-item{color:var(--shop-text-primary);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.85rem;text-decoration:none;transition:background-color .2s;display:flex}.shop-user-dropdown-item:hover{background-color:var(--shop-bg);color:var(--shop-accent)}.shop-user-dropdown-logout{color:var(--shop-accent);border-top:1px solid var(--shop-border)}.shop-nav{background-color:var(--shop-surface);background-image:linear-gradient(90deg, rgba(var(--primary-rgb), .07), rgba(var(--primary-rgb), .02));border-top:1px solid var(--shop-border);border-bottom:1px solid var(--shop-border)}.shop-nav-inner{scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:.25rem;max-width:1320px;margin:0 auto;padding:.3rem 1.5rem;display:flex;overflow-x:auto}.shop-nav-inner::-webkit-scrollbar{display:none}.shop-nav-deals{margin-left:auto}.shop-nav-link{white-space:nowrap;color:var(--shop-accent);border-radius:999px;flex:none;margin:.25rem 0;padding:.48rem .7rem;font-size:.83rem;font-weight:600;line-height:1.2;text-decoration:none;transition:color .25s,background-color .25s,transform .25s,box-shadow .25s;display:inline-block;position:relative}.shop-nav-link:after{content:"";transform-origin:0;background:currentColor;border-radius:2px;height:2px;transition:transform .3s cubic-bezier(.22,1,.36,1);position:absolute;bottom:.2rem;left:.75rem;right:.75rem;transform:scaleX(0)}.shop-nav-link:hover{color:var(--shop-accent);background-color:rgba(var(--primary-rgb), .1);box-shadow:0 4px 12px rgba(var(--primary-rgb), .18);transform:translateY(-2px)}.shop-nav-link:hover:after{transform:scaleX(1)}.shop-nav-link.active{background-color:var(--shop-accent);color:#fff;box-shadow:0 4px 12px rgba(var(--primary-rgb), .3)}.shop-nav-link.active:after{display:none}.shop-nav-deals{color:#fff;background-image:linear-gradient(135deg,#f97316,#dc2626);font-weight:700;animation:2.4s ease-in-out infinite deals-pulse;box-shadow:0 3px 10px #dc26264d}.shop-nav-deals:hover{color:#fff;background-image:linear-gradient(135deg,#ea580c,#b91c1c)}.shop-nav-deals:after{display:none}@keyframes deals-pulse{0%,to{box-shadow:0 3px 10px #dc26264d}50%{box-shadow:0 3px 18px #dc26268c}}.shop-mobile-toggle{display:none}.shop-main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:2rem 1.5rem}.shop-section{margin-bottom:3.5rem}.shop-section-header{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.shop-section-title{letter-spacing:-.02em;color:var(--shop-text-primary);font-size:1.5rem;font-weight:800}.shop-section-link{color:var(--shop-accent);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.shop-section-link:hover{color:var(--shop-accent-hover)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.product-detail-grid{grid-template-columns:minmax(350px,1fr) 1.2fr;gap:3rem;display:grid}@media (max-width:900px){.product-detail-grid{grid-template-columns:1fr;gap:1.5rem}}.product-card{background-color:var(--shop-surface);border:1px solid var(--shop-border);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);flex-direction:column;height:100%;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shop-shadow-lg);transform:translateY(-6px)}.product-card-image-wrap{background-color:#f1f5f9;padding-bottom:90%;position:relative;overflow:hidden}.product-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.product-card:hover .product-card-img{transform:scale(1.06)}.product-card-badge{background-color:var(--shop-accent);color:#fff;z-index:10;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:700;position:absolute;top:10px;left:10px}.product-card-wishlist{border:1px solid var(--shop-border);cursor:pointer;z-index:10;width:32px;height:32px;color:var(--shop-text-secondary);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.product-card-wishlist:hover{color:var(--shop-accent);transform:scale(1.1)}.product-card-wishlist.active{color:var(--shop-accent);background-color:rgba(var(--primary-rgb), .05);border-color:rgba(var(--primary-rgb), .2)}.product-card-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.product-card-brand{text-transform:uppercase;color:var(--shop-text-secondary);letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.product-card-title{color:var(--shop-text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.8rem;margin-bottom:.5rem;font-size:.95rem;font-weight:600;line-height:1.4;text-decoration:none;display:-webkit-box;overflow:hidden}.product-card-title:hover{color:var(--shop-accent)}.rating-stars{color:var(--shop-rating);align-items:center;gap:.15rem;margin-bottom:.75rem;display:flex}.rating-stars-count{color:var(--shop-text-secondary);margin-left:.25rem;font-size:.75rem}.product-card-price-row{align-items:baseline;gap:.5rem;margin-top:auto;margin-bottom:.75rem;display:flex}.price-current{color:var(--shop-text-primary);font-size:1.15rem;font-weight:800}.price-mrp{color:var(--shop-text-secondary);font-size:.85rem;text-decoration:line-through}.price-discount{color:var(--shop-accent);font-size:.75rem;font-weight:700}.product-card-btn{background-color:var(--shop-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.65rem;font-size:.85rem;font-weight:600;transition:background-color .2s;display:flex}.product-card-btn:hover{background-color:var(--shop-accent-hover)}.shop-category-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;display:grid}.category-card{background-color:var(--shop-surface);border:1px solid var(--shop-border);border-radius:var(--shop-radius);text-align:center;color:var(--shop-text-primary);box-shadow:var(--shop-shadow);flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.category-card:hover{border-color:var(--shop-accent);box-shadow:var(--shop-shadow-lg);background:linear-gradient(180deg, var(--shop-surface) 0%, rgba(var(--primary-rgb), .02) 100%);transform:translateY(-4px)}.category-card-icon{background-color:rgba(var(--primary-rgb), .05);width:48px;height:48px;color:var(--shop-accent);border-radius:50%;justify-content:center;align-items:center;display:flex}.category-card-name{font-size:.9rem;font-weight:600}.category-card-count{color:var(--shop-text-secondary);font-size:.75rem}.cat-tile-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1.25rem;display:grid}.cat-tile{background-color:var(--shop-surface);border:1px solid var(--shop-border);border-radius:var(--shop-radius);color:var(--shop-text-primary);box-shadow:var(--shop-shadow);flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.cat-tile:hover{border-color:var(--shop-accent);box-shadow:var(--shop-shadow-lg);transform:translateY(-4px)}.cat-tile-photo{border-bottom:1px solid var(--shop-border);background:#fff;justify-content:center;align-items:center;height:140px;padding:1rem;display:flex}.cat-tile-photo img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .25s}.cat-tile:hover .cat-tile-photo img{transform:scale(1.06)}.cat-tile-fallback{font-size:2.75rem;line-height:1}.cat-tile-body{flex-direction:column;gap:.2rem;padding:.85rem 1rem 1rem;display:flex}.cat-tile-name{font-size:.95rem;font-weight:700}.cat-tile-blurb{color:var(--shop-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.35;display:-webkit-box;overflow:hidden}.cat-tile-count{color:var(--shop-accent);margin-top:.15rem;font-size:.72rem;font-weight:700}.reviews-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;display:flex}.reviews-strip{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.review-card{scroll-snap-align:start;background:var(--shop-surface);border:1px solid var(--shop-border);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);text-align:center;flex-direction:column;flex:0 0 270px;align-items:center;gap:.4rem;margin:0;padding:1.35rem 1.25rem;display:flex}.review-avatar{background:linear-gradient(135deg, var(--shop-accent), #d97706);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.25rem;font-size:1.15rem;font-weight:700;display:flex}.review-author{font-size:.92rem;font-weight:700}.review-date{color:var(--shop-text-secondary);font-size:.75rem}.review-body{color:var(--shop-text-secondary);margin:.35rem 0 0;font-size:.86rem;line-height:1.55}@media (max-width:640px){.review-card{flex-basis:82%}}.blog-body{color:var(--shop-text-primary);font-size:1.02rem;line-height:1.75}.blog-body h2{margin:2rem 0 .75rem;font-size:1.4rem;font-weight:700;line-height:1.3}.blog-body h3{margin:1.5rem 0 .5rem;font-size:1.15rem;font-weight:700}.blog-body p{margin-bottom:1.1rem}.blog-body ul,.blog-body ol{margin:0 0 1.1rem 1.35rem}.blog-body li{margin-bottom:.45rem}.blog-body a{color:var(--shop-accent);text-decoration:underline}.blog-body img{border-radius:var(--shop-radius);max-width:100%;height:auto;margin:1.25rem 0}.blog-body blockquote{border-left:3px solid var(--shop-accent);background:rgba(var(--primary-rgb), .04);color:var(--shop-text-secondary);margin:1.25rem 0;padding:.75rem 1.25rem}.blog-body table{border-collapse:collapse;width:100%;margin:1.25rem 0;font-size:.92rem}.blog-body th,.blog-body td{border:1px solid var(--shop-border);text-align:left;padding:.55rem .75rem}.blog-body th{background:rgba(var(--primary-rgb), .05);font-weight:700}.blog-body code{background:#0000000d;border-radius:4px;padding:.1rem .35rem;font-size:.9em}.blog-body hr{border:none;border-top:1px solid var(--shop-border);margin:2rem 0}.breadcrumbs{color:var(--shop-text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem;display:flex}.breadcrumbs a{color:var(--shop-text-secondary);text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:var(--shop-accent)}.breadcrumbs-separator{opacity:.5}.breadcrumbs-current{color:var(--shop-text-primary);font-weight:500}.shop-footer{background-color:var(--shop-surface);color:var(--shop-text-secondary);border-top:1px solid var(--shop-border);margin-top:auto}.shop-footer-inner{grid-template-columns:1.7fr 1fr 1fr;gap:2.5rem;max-width:1280px;margin:0 auto;padding:4rem 1.5rem 3rem;display:grid}.shop-footer-col{flex-direction:column;gap:.85rem;display:flex}.shop-footer-logo{color:var(--shop-text-primary);align-items:center;gap:.75rem;font-size:1.2rem;display:flex}.shop-footer-desc{color:var(--shop-text-secondary);font-size:.85rem;line-height:1.6}.shop-footer-gst{color:var(--shop-text-secondary);opacity:.75;font-size:.75rem}.shop-footer-col h4{color:var(--shop-text-primary);border-bottom:2px solid var(--shop-accent);margin:0 0 .65rem;padding-bottom:.65rem;font-size:.95rem;font-weight:700;display:inline-block;position:relative}.shop-footer-col a{color:var(--shop-text-secondary);width:fit-content;font-size:.85rem;text-decoration:none;transition:color .2s}.shop-footer-col a:hover{color:var(--shop-accent)}.shop-footer-contact{color:var(--shop-text-secondary);align-items:center;gap:.75rem;font-size:.85rem;line-height:1.5;display:flex}.shop-footer-contact svg{color:var(--shop-accent);flex-shrink:0}.shop-footer-bottom{border-top:1px solid var(--shop-border);max-width:1280px;color:var(--shop-text-secondary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1.5rem;font-size:.8rem;display:flex}.shop-footer-badges{flex-wrap:wrap;gap:1.5rem;display:flex}.shop-footer-badges span{align-items:center;gap:.35rem;display:inline-flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@media (max-width:1024px){.shop-footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:768px){.shop-header-inner{gap:.75rem 1rem;padding:.75rem 1rem}.shop-header-actions{gap:.9rem}.shop-mobile-toggle{color:var(--shop-text-primary);cursor:pointer;background:0 0;border:none;display:flex}.shop-nav{display:none}.shop-nav-open{box-shadow:var(--shop-shadow-lg);border-bottom:1px solid var(--shop-border);display:block;position:absolute;top:100%;left:0;right:0}.shop-nav-inner{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.shop-nav-link{border-radius:10px;width:100%;margin:0;padding:.6rem .85rem}.shop-nav-link:hover{transform:none}.shop-footer-inner{grid-template-columns:1fr;padding:2.5rem 1rem}}.empty-state{text-align:center;background-color:var(--shop-surface);border:1px solid var(--shop-border);border-radius:var(--shop-radius);box-shadow:var(--shop-shadow);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.empty-state-icon{color:var(--shop-text-secondary);opacity:.3;margin-bottom:1.5rem}.empty-state h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.empty-state p{color:var(--shop-text-secondary);max-width:400px;margin-bottom:1.5rem;font-size:.9rem}.shop-btn{background-color:var(--shop-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.shop-btn:hover{background-color:var(--shop-accent-hover);box-shadow:0 4px 12px rgba(var(--primary-rgb), .2)}.shop-btn-outline{color:var(--shop-text-primary);border:1px solid var(--shop-border);cursor:pointer;background-color:#0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.shop-btn-outline:hover{background-color:var(--shop-bg);border-color:var(--shop-text-secondary)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite shimmer}@media print{.google-rating-badge,.festive-banner,.shop-announcement,.shop-header,.shop-nav,.shop-footer,.portal-sidebar,.toolbar-card,.no-print,button,a.shop-btn,a.shop-btn-outline{display:none!important}body,.shop-layout,.shop-main{color:#000!important;background-color:#fff!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.portal-layout{grid-template-columns:1fr!important;display:block!important}.invoice-container{box-shadow:none!important;border:none!important;width:100%!important;margin:0!important;padding:0!important}h1,h2,h3,span,td,th,strong,em{color:#000!important}}.shop-service-btn{background:var(--shop-accent);color:#fff;white-space:nowrap;box-shadow:0 2px 8px rgba(var(--primary-rgb), .35);border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex}.shop-service-btn:hover{color:#fff;filter:brightness(1.08);box-shadow:0 4px 12px rgba(var(--primary-rgb), .45);transform:translateY(-1px)}@media (max-width:768px){.shop-service-btn{border-radius:50%;padding:.5rem}.shop-service-btn-label{display:none}}.shop-seo-intro{text-align:center;max-width:900px;margin:0 auto;padding:.25rem 1rem 0}.shop-seo-intro h1{letter-spacing:-.01em;color:var(--shop-text-primary);margin:0 0 .5rem;font-size:1.35rem;font-weight:800;line-height:1.3}.shop-seo-intro p{color:var(--shop-text-secondary);margin:0;font-size:.92rem;line-height:1.6}@media (max-width:640px){.shop-seo-intro h1{font-size:1.1rem}.shop-seo-intro p{font-size:.85rem}}.shop-nav-guides{border:1.5px solid rgba(var(--primary-rgb), .4);background-color:var(--shop-surface);align-items:center;gap:.4rem;margin-left:.35rem;font-weight:700;display:inline-flex}.shop-nav-guides:after{display:none}.shop-nav-guides:hover,.shop-nav-guides.active{background-color:var(--shop-accent);border-color:var(--shop-accent);color:#fff}.shop-layout--festive .shop-nav-guides:hover,.shop-layout--festive .shop-nav-guides.active{background-image:linear-gradient(135deg, var(--festival-from), var(--festival-to));border-color:#0000}@media (max-width:768px){.shop-nav-guides{justify-content:center;margin-left:0}}.stats-strip{border-radius:var(--shop-radius);background:linear-gradient(135deg, rgba(var(--primary-rgb), .08), rgba(var(--primary-rgb), .02));border:1px solid rgba(var(--primary-rgb), .15);grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem;padding:1.5rem;display:grid}.stat-card{text-align:center;background:var(--shop-surface);border:1px solid var(--shop-border);color:var(--shop-text-primary);border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .5rem;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex}.stat-card:hover{box-shadow:var(--shop-shadow-lg);transform:translateY(-3px)}.stat-icon{width:44px;height:44px;color:var(--shop-accent);background:rgba(var(--primary-rgb), .1);border-radius:12px;justify-content:center;align-items:center;margin-bottom:.25rem;display:inline-flex}.stat-value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--shop-accent);font-size:1.75rem;font-weight:800;line-height:1.1}.stat-label{font-size:.85rem;font-weight:700}.stat-sub{color:var(--shop-text-secondary);font-size:.72rem}.stat-card-link .stat-icon,.stat-card-link .stat-value{color:#f59e0b}.stat-card-link .stat-icon{background:#f59e0b1f}.google-rating-badge{z-index:40;background:var(--shop-surface);border:1px solid var(--shop-border);width:66px;color:var(--shop-text-primary);border-right:none;border-radius:12px 0 0 12px;flex-direction:column;align-items:center;gap:.2rem;padding:.6rem .4rem .55rem;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%);box-shadow:-4px 0 16px #0000001f}.google-rating-badge:hover{transform:translateY(-50%)translate(-4px);box-shadow:-6px 0 22px #0000002e}.google-rating-badge-icon{background:#fff;border-radius:50%;padding:4px;display:inline-flex;box-shadow:0 1px 3px #00000026}.google-rating-badge-score{font-size:1.15rem;font-weight:800;line-height:1}.google-rating-badge-stars{color:#f59e0b;letter-spacing:1px;font-size:.68rem;line-height:1}.google-rating-badge-text{text-transform:uppercase;letter-spacing:.04em;text-align:center;color:var(--shop-text-secondary);font-size:.55rem;font-weight:700;line-height:1.15}@media (max-width:900px){.google-rating-badge{display:none}}.shop-layout--festive .shop-header:after{content:"";background:linear-gradient(90deg, var(--festival-from), var(--festival-to));height:3px;position:absolute;bottom:-1px;left:0;right:0}.shop-layout--festive .shop-btn:not(.shop-btn-outline),.shop-layout--festive .shop-service-btn,.shop-layout--festive .shop-nav-link.active{background-image:linear-gradient(135deg, var(--festival-from), var(--festival-to))}.shop-layout--festive .shop-footer{border-top:3px solid;border-image:linear-gradient(90deg, var(--festival-from), var(--festival-to)) 1}.shop-layout--festive .stats-strip{border-color:rgba(var(--primary-rgb), .3)}.festive-banner{border-radius:var(--shop-radius);background:linear-gradient(135deg, var(--festival-from), var(--festival-to));color:#fff;box-shadow:var(--shop-shadow-lg);flex-wrap:wrap;align-items:center;gap:1.25rem;padding:1.15rem 1.5rem;display:flex;position:relative;overflow:hidden}.festive-banner:before{content:"";pointer-events:none;background:radial-gradient(circle at 88% 15%,#ffffff4d,#0000 42%);position:absolute;inset:0}.festive-banner-emoji{filter:drop-shadow(0 4px 8px #0003);font-size:2.7rem;line-height:1;animation:3s ease-in-out infinite festive-bob}.festive-banner-text{flex:1;min-width:220px;position:relative}.festive-banner-eyebrow{letter-spacing:.08em;text-transform:uppercase;background:#ffffff38;border-radius:999px;margin-bottom:.4rem;padding:.15rem .6rem;font-size:.68rem;font-weight:700;display:inline-block}.festive-banner-title{margin:0;font-size:1.35rem;font-weight:800;line-height:1.2}.festive-banner-title span{opacity:.92;font-weight:500}.festive-banner-tagline{opacity:.95;margin:.3rem 0 0;font-size:.9rem}.shop-layout--festive .festive-banner .shop-btn{color:#111827;background-color:#fff;background-image:none;position:relative;box-shadow:0 4px 12px #0000002e}@keyframes festive-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.shop-delivery-pill{color:#166534;white-space:nowrap;background:#dcfce7;border:1px solid #86efac;border-radius:999px;flex-shrink:0;align-items:center;gap:.4rem;padding:.28rem .7rem;font-size:.72rem;line-height:1.2;display:inline-flex}.shop-delivery-pill strong{font-weight:800}[data-theme=dark] .shop-delivery-pill{color:#bbf7d0;background:#22c55e26;border-color:#22c55e66}.shop-footer-delivery{background:#22c55e14;border:1px solid #22c55e40;border-radius:10px;margin-top:.6rem;padding:.6rem .8rem;font-size:.82rem}.checkout-delivery-note{color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:10px;align-items:flex-start;gap:.6rem;padding:.8rem 1rem;font-size:.85rem;line-height:1.5;display:flex}[data-theme=dark] .checkout-delivery-note{color:#bbf7d0;background:#22c55e26;border-color:#22c55e66}.checkout-field-error{color:#dc2626;font-size:.78rem;font-weight:600}.checkout-field-hint{color:var(--shop-text-secondary);font-size:.74rem}@media (max-width:900px){.shop-delivery-pill span{display:none}.shop-delivery-pill{border-radius:50%;padding:.4rem}}.pd-lead{color:var(--shop-text-secondary);margin:0 0 .9rem;font-size:.98rem;line-height:1.65}.pd-lead:empty{display:none}.pd-highlights{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.9rem 1.25rem;margin:.25rem 0 .75rem;display:grid}.pd-highlight{background:rgba(var(--primary-rgb), .04);border:1px solid rgba(var(--primary-rgb), .12);border-radius:12px;padding:.85rem 1rem}.pd-highlight h3{letter-spacing:.04em;text-transform:uppercase;color:var(--shop-accent);margin:0 0 .5rem;font-size:.8rem;font-weight:800}.pd-highlight ul{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.pd-highlight li{color:var(--shop-text-primary);padding-left:1.15rem;font-size:.86rem;line-height:1.5;position:relative}.pd-highlight li:before{content:"✓";color:var(--shop-accent);font-weight:800;position:absolute;top:0;left:0}.pd-highlight li strong{font-weight:700}.shop-section-title{padding-bottom:.5rem;position:relative}.shop-section-title:after{content:"";background:linear-gradient(90deg, var(--festival-from,var(--shop-accent)), var(--festival-to,var(--shop-accent)));border-radius:3px;width:44px;height:3px;position:absolute;bottom:0;left:0}.shop-btn{transition:transform .2s,box-shadow .2s,background-color .2s,filter .2s}.shop-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.shop-layout a:focus-visible,.shop-layout button:focus-visible{outline:2px solid var(--shop-accent);outline-offset:2px;border-radius:6px}.blog-wrap{max-width:1180px;margin:0 auto;padding:2.25rem 1.25rem 3.5rem}.blog-hero{flex-direction:column;gap:.5rem;margin-bottom:1.6rem;display:flex}.blog-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--shop-accent);font-size:.72rem;font-weight:700}.blog-hero h1{letter-spacing:-.02em;margin:0;font-size:2.4rem;font-weight:800;line-height:1.15}.blog-hero p{color:var(--shop-text-secondary);max-width:640px;margin:0;font-size:1.02rem;line-height:1.6}.blog-meta-line{color:var(--shop-text-secondary);font-size:.8rem}.blog-filters{flex-wrap:wrap;gap:.4rem;margin-bottom:1.75rem;display:flex}.blog-chip{border:1px solid var(--shop-border);background:var(--shop-surface);color:var(--shop-text-primary);border-radius:999px;padding:.35rem .85rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s,background-color .2s}.blog-chip:hover{border-color:var(--shop-accent);color:var(--shop-accent)}.blog-chip.active{background:var(--shop-accent);border-color:var(--shop-accent);color:#fff}.blog-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:2.25rem;display:grid}.blog-featured{background:var(--shop-surface);border:1px solid var(--shop-border);box-shadow:var(--shop-shadow);color:inherit;border-radius:16px;grid-template-columns:1.15fr 1fr;margin-bottom:1.75rem;text-decoration:none;transition:transform .25s,box-shadow .25s;display:grid;overflow:hidden}.blog-featured:hover{box-shadow:var(--shop-shadow-lg);transform:translateY(-3px)}.blog-featured-media,.blog-card-media{aspect-ratio:16/10;background:#f1f5f9;overflow:hidden}.blog-featured-media img,.blog-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.blog-featured:hover img,.blog-card:hover img{transform:scale(1.04)}.blog-featured-body{flex-direction:column;justify-content:center;gap:.65rem;padding:1.6rem 1.75rem;display:flex}.blog-featured-body h2{margin:0;font-size:1.5rem;font-weight:800;line-height:1.25}.blog-featured-body p{color:var(--shop-text-secondary);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--shop-accent);background:rgba(var(--primary-rgb), .08);border-radius:999px;padding:.2rem .55rem;font-size:.66rem;font-weight:700;display:inline-block}.blog-badge-featured{color:#fff;background:linear-gradient(135deg, var(--festival-from,var(--shop-accent)), var(--festival-to,var(--shop-accent)))}.blog-tags{flex-wrap:wrap;gap:.35rem;display:flex}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:1.35rem;display:grid}.blog-card{background:var(--shop-surface);border:1px solid var(--shop-border);color:inherit;box-shadow:var(--shop-shadow);border-radius:14px;flex-direction:column;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shop-shadow-lg);transform:translateY(-4px)}.blog-card-body{flex-direction:column;flex:1;gap:.5rem;padding:1rem 1.15rem 1.2rem;display:flex}.blog-card-body h2,.blog-card-body h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:1.05rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.blog-card-body p{color:var(--shop-text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.86rem;line-height:1.55;display:-webkit-box;overflow:hidden}.blog-meta{color:var(--shop-text-secondary);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.75rem;display:flex}.blog-readmore{color:var(--shop-accent);font-size:.82rem;font-weight:700}.blog-sidebar{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:96px}.blog-widget{background:var(--shop-surface);border:1px solid var(--shop-border);border-radius:14px;padding:1.1rem 1.2rem}.blog-widget h3{letter-spacing:.08em;text-transform:uppercase;color:var(--shop-text-secondary);margin:0 0 .8rem;font-size:.78rem;font-weight:800}.blog-widget-list{flex-direction:column;gap:.65rem;display:flex}.blog-widget-list a{color:inherit;gap:.6rem;font-size:.88rem;font-weight:600;line-height:1.35;text-decoration:none;display:flex}.blog-widget-list a:hover{color:var(--shop-accent)}.blog-widget-num{color:var(--shop-accent);flex-shrink:0;font-weight:800}.blog-widget-sub{color:var(--shop-text-secondary);margin-top:.1rem;font-size:.74rem;font-weight:500;display:block}.blog-widget-cta{background:linear-gradient(135deg, rgba(var(--primary-rgb), .12), rgba(var(--primary-rgb), .04));border-color:rgba(var(--primary-rgb), .25)}.blog-widget-cta p{color:var(--shop-text-secondary);margin:0 0 .8rem;font-size:.86rem;line-height:1.5}.blog-empty{border:1px dashed var(--shop-border);border-radius:var(--shop-radius);text-align:center;color:var(--shop-text-secondary);padding:3rem 1.5rem}.post-wrap{max-width:780px;margin:0 auto;padding:2rem 1.25rem 3.5rem}.post-breadcrumb{color:var(--shop-text-secondary);flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.post-breadcrumb a{color:var(--shop-accent);font-weight:600;text-decoration:none}.post-title{letter-spacing:-.02em;text-wrap:balance;margin:.6rem 0 .9rem;font-size:2.35rem;font-weight:800;line-height:1.2}.post-meta{color:var(--shop-text-secondary);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.6rem;font-size:.85rem;display:flex}.post-avatar{color:#fff;background:linear-gradient(135deg, var(--festival-from,var(--shop-accent)), var(--festival-to,var(--shop-accent)));border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:.95rem;font-weight:800;display:inline-flex}.post-author{color:var(--shop-text-primary);font-weight:700}.post-meta-dot{opacity:.5}.post-cover{aspect-ratio:16/9;object-fit:cover;width:100%;box-shadow:var(--shop-shadow-lg);border-radius:16px;margin-bottom:2rem;display:block}.blog-body{font-size:1.06rem;line-height:1.8}.blog-body>p:first-of-type{font-size:1.12rem}.post-share{border-top:1px solid var(--shop-border);color:var(--shop-text-secondary);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1.75rem;padding-top:1.25rem;font-size:.82rem;display:flex}.post-share a{border:1px solid var(--shop-border);color:var(--shop-text-primary);border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.post-share a:hover{border-color:var(--shop-accent);color:var(--shop-accent)}.post-related{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}@media (max-width:1024px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static}}@media (max-width:1100px){.shop-header-inner{grid-template-columns:auto 1fr}.shop-header-actions{justify-self:end}.shop-search{grid-area:2/1/auto/-1}}@media (max-width:768px){.shop-nav-inner{flex-wrap:wrap;overflow:visible}.shop-nav-deals{margin-left:0}}@media (max-width:720px){.blog-featured{grid-template-columns:1fr}.blog-hero h1{font-size:1.8rem}.post-title{font-size:1.7rem}}@media (prefers-reduced-motion:reduce){.shop-nav-link,.shop-nav-link:after,.stat-card,.google-rating-badge,.shop-btn,.blog-card,.blog-featured{transition:none}.shop-nav-deals,.shop-announcement,.festive-banner-emoji{animation:none}}
