*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;background:#f8f9fa;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}header{color:#fff;z-index:100;background:#1a1a2e;padding:1rem 0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.logo{color:#fff;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:700;text-decoration:none;display:flex}.logo-img{border-radius:4px;width:auto;height:40px}nav{align-items:center;gap:1rem;display:flex}nav a{color:#ccc;font-size:.95rem;text-decoration:none}nav a:hover{color:#fff}.icon-btn{color:#ccc;cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex;position:relative}.icon-btn:hover{color:#fff}.header-avatar{color:#fff;letter-spacing:.02em;background:#16a085;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.badge{color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.badge.hidden{display:none}.cart-button{color:#fff;cursor:pointer;background:#16213e;border:1px solid #333;border-radius:6px;padding:.5rem 1rem;font-size:.95rem}.cart-button:hover{background:#0f3460}.search-bar{background:#16213e;border:1px solid #333;border-radius:6px;flex:0 280px;align-items:center;display:flex;position:relative;overflow:visible}.search-bar input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.45rem .75rem;font-size:.9rem}.search-bar input::placeholder{color:#888}.search-submit{color:#ccc;cursor:pointer;background:0 0;border:none;align-items:center;padding:.45rem .6rem;display:flex}.search-submit:hover{color:#fff}.search-results{z-index:300;background:#fff;border-radius:8px;max-height:300px;margin-top:.35rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 32px #0003}.search-results:empty{display:none}.search-result-item{color:#1a1a2e;border-bottom:1px solid #f5f5f5;align-items:center;gap:.75rem;padding:.6rem 1rem;text-decoration:none;display:flex}.search-result-item:hover{background:#f8f9fa}.search-result-item img{object-fit:cover;border-radius:4px;width:40px;height:40px}.search-thumb-empty{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.search-result-item div{flex:1}.search-result-item strong{font-size:.85rem;display:block}.search-result-item span{color:#0f3460;font-size:.8rem;font-weight:600}.search-view-all{text-align:center;color:#0f3460;border-top:1px solid #eee;padding:.75rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;display:block}.search-view-all:hover{background:#f8f9fa}.search-empty{text-align:center;color:#999;padding:1rem;font-size:.85rem}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 40%,#0f3460 100%);padding:4rem 1.5rem}.hero-inner{max-width:700px;margin:0 auto}.hero h1{letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.hero p{color:#b0b8c8;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.5}.hero-cta{color:#1a1a2e;background:#fff;border-radius:6px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}main{flex:1;width:100%;max-width:1200px;margin:2rem auto;padding:0 1.5rem}.loading{text-align:center;color:#666;padding:4rem;font-size:1.1rem}.breadcrumb{color:#999;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.breadcrumb a{color:#0f3460;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#ccc}.breadcrumb span:last-child{color:#666}.page-title{margin-bottom:1.5rem;font-size:2rem;font-weight:700}.sort-filter-bar{border-bottom:1px solid #eee;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem 0;display:flex}.filter-group{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.filter-group select{color:#1a1a2e;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.4rem .75rem;font-size:.85rem}.stock-filter{cursor:pointer;align-items:center;gap:.35rem;font-size:.85rem;display:flex}.result-count{color:#999;font-size:.85rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.product-card{background:#fff;border-radius:12px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.card-image-wrap{position:relative}.product-card img,.card-image-wrap img{object-fit:cover;background:#eee;width:100%;height:250px;display:block}.product-card .no-image,.card-image-wrap .no-image{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:250px;font-size:3rem;display:flex}.product-info{color:inherit;flex:1;padding:1rem 1.25rem;text-decoration:none;display:block}.product-info h3{margin-bottom:.4rem;font-size:1rem;line-height:1.3}.product-info .price{color:#0f3460;font-size:1.1rem;font-weight:700}.product-info .vendor{color:#888;margin-top:.2rem;font-size:.8rem}.wishlist-heart{cursor:pointer;z-index:2;background:#0000004d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;top:10px;right:10px}.wishlist-heart:hover{background:#00000080}.wishlist-heart.active{background:#e74c3c33}.add-to-cart-btn{color:#fff;cursor:pointer;text-align:center;background:#0f3460;border:none;width:100%;padding:.7rem;font-size:.95rem;text-decoration:none;transition:background .2s;display:block}.add-to-cart-btn:hover{background:#16213e}.add-to-cart-btn:disabled{cursor:not-allowed;background:#ccc}.cart-drawer{z-index:200;position:fixed;inset:0}.cart-drawer.hidden{display:none}.cart-drawer-overlay{background:#00000080;position:absolute;inset:0}.cart-drawer-content{background:#fff;flex-direction:column;width:min(420px,90vw);display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-4px 0 24px #00000026}.cart-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.cart-close{cursor:pointer;color:#666;background:0 0;border:none;font-size:2rem;line-height:1}.cart-items{flex:1;padding:1rem;overflow-y:auto}.empty-cart{text-align:center;color:#999;padding:3rem 1rem}.cart-line-item{border-bottom:1px solid #f0f0f0;gap:1rem;padding:1rem 0;display:flex}.cart-line-item img{object-fit:cover;background:#eee;border-radius:8px;width:64px;height:64px}.cart-line-details{flex:1}.cart-line-details h4{margin-bottom:.25rem;font-size:.95rem}.cart-line-details .variant{color:#888;font-size:.8rem}.cart-line-details .line-price{margin-top:.25rem;font-weight:600}.cart-line-actions{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.cart-line-actions button{cursor:pointer;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;display:flex}.cart-line-actions .qty{text-align:center;min-width:20px;font-weight:600}.remove-line{color:#e74c3c;cursor:pointer;margin-left:.5rem;background:0 0!important;border:none!important;width:auto!important;font-size:.8rem!important}.cart-footer{border-top:1px solid #eee;padding:1.25rem}.cart-footer.hidden{display:none}.cart-total{justify-content:space-between;margin-bottom:1rem;font-size:1.2rem;font-weight:700;display:flex}.checkout-btn{color:#fff;text-align:center;background:#27ae60;border-radius:8px;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.checkout-btn:hover{background:#219a52}.checkout-note{text-align:center;color:#999;margin-top:.75rem;font-size:.8rem}.pdp-container{max-width:1200px}.pdp-layout{grid-template-columns:1.2fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.pdp-main-image img{object-fit:cover;background:#eee;border-radius:12px;width:100%;max-height:550px}.pdp-no-image{border-radius:12px;height:400px}.pdp-thumbnails{gap:.5rem;margin-top:.75rem;display:flex}.pdp-thumbnails .thumb{object-fit:cover;cursor:pointer;opacity:.7;border:2px solid #0000;border-radius:8px;width:72px;height:72px;transition:all .2s}.pdp-thumbnails .thumb:hover{opacity:1}.pdp-thumbnails .thumb.active{opacity:1;border-color:#0f3460}.pdp-vendor{color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.85rem}.pdp-title{margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.pdp-rating{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.pdp-rating .stars{color:#f39c12;letter-spacing:.05em;font-size:1.1rem}.pdp-rating .review-count{color:#888;font-size:.85rem}.pdp-price{color:#0f3460;margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.pdp-option-group{margin-bottom:1rem}.pdp-option-group label{margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.option-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.option-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;transition:all .2s}.option-btn:hover{border-color:#0f3460}.option-btn.selected{color:#fff;background:#0f3460;border-color:#0f3460}.pdp-quantity{margin-bottom:1rem}.pdp-quantity label{margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.qty-selector{border:1px solid #ddd;border-radius:6px;align-items:center;display:inline-flex;overflow:hidden}.qty-selector button{cursor:pointer;background:#f5f5f5;border:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.qty-selector button:hover{background:#eee}.qty-selector span{text-align:center;min-width:40px;padding:0 1rem;font-weight:600}.pdp-availability{margin-bottom:1rem;font-size:.9rem;font-weight:600}.pdp-availability.in-stock{color:#27ae60}.pdp-availability.sold-out{color:#e74c3c}.pdp-actions{gap:.75rem;margin-bottom:1.5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#0f3460;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.btn-primary:hover{background:#16213e}.btn-primary:disabled{cursor:not-allowed;background:#ccc}.btn-outline{color:#1a1a2e;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block}.btn-outline:hover{color:#0f3460;border-color:#0f3460}.btn-outline.active{color:#e74c3c;border-color:#e74c3c}.btn-outline:disabled{opacity:.5;cursor:not-allowed}.btn-text{color:#0f3460;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:.85rem}.btn-text:hover{text-decoration:underline}.btn-text.danger{color:#e74c3c}.btn-text:disabled{opacity:.5;cursor:not-allowed}.pdp-description{color:#444;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.pdp-description p{margin-bottom:.75rem}.pdp-accordions{border-top:1px solid #eee}.pdp-accordions details{border-bottom:1px solid #eee}.pdp-accordions summary{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 0;font-size:.95rem;font-weight:600;list-style:none;display:flex}.pdp-accordions summary:after{content:"+";color:#888;font-size:1.2rem}.pdp-accordions details[open] summary:after{content:"−"}.pdp-accordions details p{color:#666;padding:0 0 1rem;font-size:.9rem;line-height:1.6}.collections-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.collection-card{color:inherit;background:#fff;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden;box-shadow:0 2px 8px #00000014}.collection-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.collection-card img{object-fit:cover;width:100%;height:200px}.collection-placeholder{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:200px;font-size:3rem;display:flex}.collection-info{padding:1.25rem}.collection-info h2{margin-bottom:.5rem;font-size:1.2rem}.collection-info p{color:#666;font-size:.9rem;line-height:1.4}.collection-header{margin-bottom:1rem}.collection-desc{color:#666;margin-top:.5rem;font-size:.95rem;line-height:1.5}.search-page-input{gap:.75rem;max-width:500px;margin-bottom:2rem;display:flex}.search-page-input input{border:1px solid #ddd;border-radius:8px;outline:none;flex:1;padding:.75rem 1rem;font-size:1rem}.search-page-input input:focus{border-color:#0f3460}.recently-viewed-section{margin-top:3rem}.section-title{margin-bottom:1rem;font-size:1.3rem;font-weight:700}.carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.carousel::-webkit-scrollbar{height:4px}.carousel::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.carousel-card{scroll-snap-align:start;color:inherit;background:#fff;border-radius:10px;flex:0 0 180px;text-decoration:none;transition:transform .2s;overflow:hidden;box-shadow:0 2px 6px #0000000f}.carousel-card:hover{transform:translateY(-2px)}.carousel-card img{object-fit:cover;width:100%;height:140px;display:block}.no-image-sm{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:140px;font-size:1.5rem;display:flex}.carousel-title{white-space:nowrap;text-overflow:ellipsis;padding:.5rem .75rem 0;font-size:.8rem;font-weight:600;overflow:hidden}.carousel-price{color:#0f3460;padding:.25rem .75rem .75rem;font-size:.8rem;font-weight:700}.rec-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.account-container{max-width:1000px}.account-layout{grid-template-columns:200px 1fr;gap:2rem;display:grid}.account-sidebar{flex-direction:column;gap:.25rem;display:flex}.account-tab{text-align:left;cursor:pointer;color:#444;background:0 0;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.account-tab:hover{background:#f0f0f0}.account-tab.active{color:#fff;background:#0f3460;font-weight:600}.account-section h2{margin-bottom:1.25rem;font-size:1.3rem}.profile-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.avatar{color:#fff;background:#0f3460;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.2rem;font-weight:700;display:flex}.loyalty-badge{color:#856404;background:#fef3cd;border-radius:12px;margin-top:.25rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.info-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.info-item label{color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.75rem;display:block}.info-item p{font-size:.95rem;font-weight:500}.order-list{flex-direction:column;gap:1rem;display:flex}.order-card{background:#fff;border:1px solid #eee;border-radius:10px;padding:1.25rem}.order-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.order-date{color:#888;margin-left:.75rem;font-size:.85rem}.status-badge{border-radius:12px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.status-delivered{color:#155724;background:#d4edda}.status-shipped{color:#004085;background:#cce5ff}.status-processing{color:#856404;background:#fff3cd}.order-items{color:#555;margin-bottom:.75rem;font-size:.9rem;line-height:1.4}.order-footer{justify-content:space-between;align-items:center;display:flex}.order-total{font-size:1rem;font-weight:700}.address-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.address-card{background:#fff;border:1px solid #eee;border-radius:10px;padding:1.25rem}.address-label{color:#0f3460;text-transform:uppercase;background:#e8f4fd;border-radius:4px;margin-bottom:.75rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.address-card p{font-size:.9rem;line-height:1.5}.address-actions{gap:.75rem;margin-top:.75rem;display:flex}.address-card.add-new{border-style:dashed;justify-content:center;align-items:center;min-height:180px;display:flex}.payment-list{flex-direction:column;gap:.75rem;display:flex}.payment-card{background:#fff;border:1px solid #eee;border-radius:10px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.card-brand{color:#fff;letter-spacing:.05em;background:#1a1a6c;border-radius:4px;justify-content:center;align-items:center;width:50px;height:32px;font-size:.6rem;font-weight:800;display:flex}.card-brand.amex{background:#006fcf}.card-details{flex:1}.card-details p{font-size:.9rem}.card-exp{color:#888;font-size:.8rem!important}.default-badge{color:#155724;background:#d4edda;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.pref-group{margin-bottom:1.5rem}.pref-group h3{color:#333;margin-bottom:.75rem;font-size:1rem}.toggle-row{color:#444;cursor:pointer;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.9rem;display:flex}.pref-group select{border:1px solid #ddd;border-radius:6px;padding:.5rem .75rem;font-size:.9rem}.wishlist-card .wishlist-actions{flex-direction:column;gap:.5rem;padding:0 1.25rem 1rem;display:flex}.wishlist-card .add-to-cart-btn{border-radius:6px}.empty-state{text-align:center;grid-column:1/-1;padding:4rem 1rem}.empty-state p{color:#888;margin-bottom:1.5rem;font-size:1.1rem}.empty-state .btn-primary{text-decoration:none;display:inline-block}footer{color:#aaa;background:#1a1a2e;margin-top:auto;padding:3rem 1.5rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-col h4{color:#fff;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.footer-col h4 .logo-img{height:28px}.footer-col p{font-size:.85rem;line-height:1.6}.footer-col a{color:#aaa;padding:.2rem 0;font-size:.85rem;text-decoration:none;display:block}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #2a2a4e;padding-top:1.5rem}.footer-bottom strong{color:#4ecdc4}.tech-stack{color:#666;margin-top:.5rem;font-size:.8rem}@media (width<=768px){.product-grid{grid-template-columns:1fr 1fr}.pdp-layout{grid-template-columns:1fr;gap:1.5rem}.account-layout{grid-template-columns:1fr}.account-sidebar{flex-direction:row;gap:.5rem;overflow-x:auto}.account-tab{white-space:nowrap;font-size:.85rem}.footer-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:1.75rem}.collections-grid{grid-template-columns:1fr}.search-bar{flex:100%;order:10}nav{flex-wrap:wrap}}@media (width<=480px){.product-grid{grid-template-columns:1fr}.header-inner{flex-wrap:wrap;gap:.5rem}.footer-grid{grid-template-columns:1fr}.pdp-actions{flex-direction:column}.info-grid{grid-template-columns:1fr}}#api-panel-toggle{z-index:9999;color:#27ae60;cursor:pointer;background:#1a1f2e;border:2px solid #27ae60;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 16px #0000004d}#api-panel-toggle:hover{color:#fff;background:#27ae60;transform:scale(1.1)}#api-panel-count{color:#fff;background:#e74c3c;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}#api-panel-drawer{z-index:9998;color:#c9d1d9;background:#0d1117;border-radius:12px 0 0;flex-direction:column;width:420px;max-height:70vh;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.8rem;transition:transform .3s,opacity .3s;display:flex;position:fixed;bottom:0;right:0;box-shadow:-4px -4px 24px #0006}#api-panel-drawer.api-panel-closed{opacity:0;pointer-events:none;transform:translate(110%)}.api-panel-header{border-bottom:1px solid #21262d;padding:1rem 1.25rem .75rem}.api-panel-header h3{color:#58a6ff;margin-bottom:.2rem;font-family:-apple-system,sans-serif;font-size:.95rem}.api-panel-sub{color:#666;font-size:.7rem}#api-panel-entries{flex:1;max-height:calc(70vh - 120px);padding:.5rem 0;overflow-y:auto}#api-panel-entries::-webkit-scrollbar{width:4px}#api-panel-entries::-webkit-scrollbar-thumb{background:#30363d;border-radius:2px}.api-entry{border-bottom:1px solid #161b22;padding:.6rem 1.25rem;transition:background .5s}.api-entry-new{background:#27ae6026}.api-entry:hover{background:#161b22}.api-entry-row1{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.api-method{text-transform:uppercase;color:#fff;background:#1f6feb;border-radius:3px;padding:.1rem .35rem;font-size:.65rem;font-weight:700}.api-entry .api-method{background:#1f6feb}.api-url{color:#79c0ff;flex:1;font-size:.75rem}.api-timing{color:#27ae60;font-size:.7rem;font-weight:600}.api-entry-row2{margin-bottom:.2rem}.api-flow{color:#8b949e;align-items:center;gap:.35rem;font-size:.7rem;display:flex}.api-arrow{color:#484f58}.api-entry-row3{color:#6e7681;justify-content:space-between;font-size:.7rem;display:flex}.api-time{color:#484f58}.api-panel-ref{border-top:1px solid #21262d;padding:.75rem 1.25rem}.api-ref-title{text-transform:uppercase;letter-spacing:.05em;color:#484f58;margin-bottom:.5rem;font-size:.65rem}.api-ref-item{color:#8b949e;align-items:center;gap:.5rem;margin-bottom:.15rem;font-size:.75rem;display:flex}.api-ref-badge{color:#8b949e;background:#30363d;border-radius:3px;padding:.1rem .35rem;font-size:.6rem;font-weight:700}.api-ref-detail{color:#484f58;margin-bottom:.5rem;margin-left:3.2rem;font-size:.65rem}.api-panel-legend{color:#6e7681;border-top:1px solid #21262d;gap:1.5rem;padding:.75rem 1.25rem;font-size:.7rem;display:flex}.legend-dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:.3rem;display:inline-block}.legend-harper{background:#7c3aed}.legend-shopify{background:#95bf47}.card-badges{z-index:2;pointer-events:none;flex-direction:column;gap:.3rem;display:flex;position:absolute;top:.6rem;left:.6rem}.badge-pill{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:700;line-height:1.2;display:inline-block;box-shadow:0 1px 3px #00000026}.badge-sale{color:#fff;background:#e74c3c}.badge-new{color:#fff;background:#27ae60}.badge-low{color:#1a1a1a;background:#f59e0b}.pdp-badges{flex-wrap:wrap;gap:.4rem;margin:.5rem 0 .75rem;display:flex}.pdp-compare-at{color:#999;margin-left:.5rem;font-size:.9rem;font-weight:400;text-decoration:line-through}.skeleton-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.sk{background:linear-gradient(90deg,#eee 0%,#f6f6f6 50%,#eee 100%) 0 0/200% 100%;border-radius:6px;animation:1.3s ease-in-out infinite sk-pulse}.sk-image{aspect-ratio:1;border-radius:0}.sk-title{width:70%;height:.9rem;margin:.9rem .9rem .4rem}.sk-price{width:30%;height:.8rem;margin:0 .9rem .9rem}.sk-btn{border-radius:6px;height:2.2rem;margin:0 .9rem .9rem}@keyframes sk-pulse{0%{background-position:100% 0}to{background-position:-100% 0}}.load-more-row{justify-content:center;margin:2rem 0 3rem;display:flex}.load-more-row .btn-outline{min-width:200px;padding:.75rem 2rem}.search-layout{grid-template-columns:240px 1fr;align-items:flex-start;gap:2rem;margin-top:1.5rem;display:grid}@media (width<=768px){.search-layout{grid-template-columns:1fr}}.facets{background:#fff;border:1px solid #eee;border-radius:12px;max-height:calc(100vh - 2rem);padding:1rem 1.1rem;position:sticky;top:1rem;overflow-y:auto}.facets-head{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.facets-head h3{margin:0;font-size:1rem}.facets-empty{color:#888;font-size:.85rem}.facet-group{border-bottom:1px solid #f0f0f0;margin-bottom:.75rem;padding-bottom:.5rem}.facet-group:last-child{border-bottom:none}.facet-group>summary{cursor:pointer;-webkit-user-select:none;user-select:none;padding:.4rem 0;font-size:.9rem;font-weight:600;list-style:none}.facet-group>summary::-webkit-details-marker{display:none}.facet-group>summary:after{content:"▾";float:right;color:#999;font-size:.7rem;transition:transform .15s}.facet-group[open]>summary:after{transform:rotate(180deg)}.facet-group ul{margin:0;padding:.4rem 0 0;list-style:none}.facet-group li{margin:.15rem 0}.facet-option{cursor:pointer;align-items:center;gap:.4rem;padding:.25rem 0;font-size:.85rem;display:flex}.facet-option:hover{color:#0096d6}.facet-option input[type=checkbox]{margin:0}.facet-label{flex:1}.facet-count{color:#999;font-size:.75rem}.search-results-col{min-width:0}.mega-wrap{display:inline-block;position:relative}.mega-trigger{align-items:center;gap:.25rem;padding:.4rem 0;display:inline-flex}.mega-caret{color:#999;font-size:.7rem}.mega-panel{z-index:50;background:#fff;border:1px solid #eee;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:1.25rem;min-width:620px;padding:1.25rem 1.5rem;display:grid;position:absolute;top:100%;left:0;box-shadow:0 8px 24px #00000014}.mega-col h4{text-transform:uppercase;letter-spacing:.08em;color:#888;margin:0 0 .5rem;font-size:.7rem}.mega-col ul{margin:0;padding:0;list-style:none}.mega-col li{margin-bottom:.3rem}.mega-col a{color:#333;font-size:.9rem}.mega-col a:hover{color:#0096d6}.mega-count{color:#999;margin-left:.25rem;font-size:.75rem}.mega-empty{color:#bbb;font-size:.8rem;font-style:italic}.mega-feature-link{color:#0096d6;padding:.4rem 0;font-weight:600;display:block}@media (width<=768px){.mega-panel{grid-template-columns:1fr 1fr;min-width:100%}}.card-image-wrap{display:block;position:relative}.collection-tiles-section{max-width:1280px;margin:2.5rem auto 3rem;padding:0 1rem}.collection-tiles-header{justify-content:space-between;align-items:baseline;margin-bottom:1.25rem;display:flex}.collection-tiles-header .section-title{margin:0}.collection-tiles-see-all{color:#0096d6;font-size:.85rem;font-weight:600}.collection-tiles-see-all:hover{text-decoration:underline}.collection-tiles{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.collection-tile{color:inherit;background:#fff;border-radius:14px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:block;overflow:hidden;box-shadow:0 1px 3px #0000000f}.collection-tile:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.collection-tile-image{aspect-ratio:4/3;background:#f0f2f5;position:relative;overflow:hidden}.collection-tile-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.collection-tile:hover .collection-tile-image img{transform:scale(1.04)}.collection-tile-placeholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.collection-tile-body{padding:.9rem 1rem 1rem}.collection-tile-body h3{color:#1a1a1a;margin:0 0 .3rem;font-size:1rem;font-weight:700}.collection-tile-body p{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.4;display:-webkit-box;overflow:hidden}.shop-all-heading{margin-top:2.5rem}.account-signin.svelte-1p3nwux{text-align:center;background:#fff;border-radius:12px;max-width:560px;margin:2rem auto;padding:2rem;box-shadow:0 2px 8px #0000000f}.account-signin.svelte-1p3nwux h2:where(.svelte-1p3nwux){margin-top:0}.account-signin.svelte-1p3nwux p:where(.svelte-1p3nwux){color:#555;margin-bottom:1.5rem;line-height:1.6}.signin-note.svelte-1p3nwux{color:#888;margin-top:1.25rem;font-size:.85rem}.api-note.svelte-1p3nwux{color:#888;margin-top:1.5rem;font-size:.85rem;font-style:italic}.account-tab.signout.svelte-1p3nwux{color:#c0392b;margin-top:1rem}.order-status-text.svelte-1p3nwux{color:#888;text-transform:capitalize;font-size:.85rem}.about-container.svelte-8kinj7{max-width:960px;margin:2rem auto;padding:0 2rem}.about-hero.svelte-8kinj7{text-align:center;margin-bottom:3rem}.about-hero.svelte-8kinj7 h1:where(.svelte-8kinj7){margin-bottom:.75rem;font-size:2.2rem}.about-hero.svelte-8kinj7 .subtitle:where(.svelte-8kinj7){color:#666;max-width:640px;margin:0 auto;font-size:1.1rem;line-height:1.6}.about-section.svelte-8kinj7{margin-bottom:3rem}.about-section.svelte-8kinj7 h2:where(.svelte-8kinj7){border-bottom:2px solid #eee;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.4rem}.about-section.svelte-8kinj7 p:where(.svelte-8kinj7){color:#444;margin-bottom:1rem;line-height:1.7}.arch-diagram.svelte-8kinj7{margin:1.5rem 0}.arch-diagram.svelte-8kinj7 svg:where(.svelte-8kinj7){border-radius:16px;width:100%;height:auto;display:block}.arch-diagram.svelte-8kinj7 figcaption:where(.svelte-8kinj7){color:#666;margin-top:.9rem;padding:0 .25rem;font-size:.88rem;line-height:1.55}.arch-subsection-title.svelte-8kinj7{color:#444;text-transform:uppercase;letter-spacing:.06em;margin:2rem 0 .75rem;font-size:1rem;font-weight:700}.arch-alt.svelte-8kinj7{flex-direction:column;gap:.5rem;margin:1rem 0 1.5rem;display:flex}.arch-alt-row.svelte-8kinj7{background:#f8f9fa;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.arch-alt-tag.svelte-8kinj7{letter-spacing:.08em;color:#c9d1d9;text-align:center;background:#1f2937;border-radius:3px;min-width:80px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.arch-alt-row.svelte-8kinj7 code:where(.svelte-8kinj7){color:#0096d6;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:.2rem .5rem;font-size:.85rem}.arch-alt-arrow.svelte-8kinj7{color:#9aa4b2;font-size:1.1rem}.arch-alt-node.svelte-8kinj7{color:#fff;white-space:nowrap;border-radius:6px;padding:.35rem .7rem;font-size:.82rem;font-weight:600}.arch-alt-akamai.svelte-8kinj7{background:#0096d6}.arch-alt-harper.svelte-8kinj7{background:#7c3aed}.arch-alt-cloudflare.svelte-8kinj7{background:#f38020}.arch-alt-shopify.svelte-8kinj7{background:#95bf47}.arch-steps.svelte-8kinj7{counter-reset:step;background:#f8f9fa;border-radius:12px;margin:1rem 0 1.5rem;padding:1.25rem 1.5rem;list-style:none}.arch-steps.svelte-8kinj7 li:where(.svelte-8kinj7){counter-increment:step;color:#444;border-bottom:1px dashed #e5e7eb;padding:.6rem 0 .6rem 2.25rem;font-size:.9rem;line-height:1.55;position:relative}.arch-steps.svelte-8kinj7 li:where(.svelte-8kinj7):last-child{border-bottom:none}.arch-steps.svelte-8kinj7 li:where(.svelte-8kinj7):before{content:counter(step);color:#fff;background:#0096d6;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:700;display:inline-flex;position:absolute;top:.7rem;left:0}.arch-steps.svelte-8kinj7 code{color:#1f2937;background:#e9ecef;border-radius:3px;padding:.1rem .35rem;font-size:.85rem}.arch-steps.svelte-8kinj7 strong{color:#0d1117}.arch-note-inline.svelte-8kinj7{color:#666;background:#eff6ff;border-left:3px solid #0096d6;border-radius:8px;margin:1rem 0;padding:.6rem 1rem;font-size:.85rem}.feature-grid.svelte-8kinj7{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin:1.5rem 0;display:grid}.feature-card.svelte-8kinj7{background:#f8f9fa;border-radius:12px;padding:1.5rem}.feature-card.svelte-8kinj7 h3:where(.svelte-8kinj7){align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1rem;display:flex}.feature-card.svelte-8kinj7 p:where(.svelte-8kinj7){color:#555;font-size:.9rem;line-height:1.6}.feature-icon.svelte-8kinj7{font-size:1.3rem}.stack-grid.svelte-8kinj7{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0;display:grid}.stack-item.svelte-8kinj7{text-align:center;background:#f8f9fa;border-radius:10px;padding:1.25rem}.stack-item.svelte-8kinj7 .stack-name:where(.svelte-8kinj7){margin-bottom:.25rem;font-size:1rem;font-weight:700}.stack-item.svelte-8kinj7 .stack-role:where(.svelte-8kinj7){color:#888;font-size:.8rem}.callout.svelte-8kinj7{background:#eff6ff;border-left:4px solid #0096d6;border-radius:0 10px 10px 0;margin:1.5rem 0;padding:1.25rem 1.5rem}.callout.svelte-8kinj7 strong{color:#0096d6}.callout.svelte-8kinj7 p:where(.svelte-8kinj7){color:#444;margin-bottom:0;line-height:1.6}.callout-green.svelte-8kinj7{background:#f0fdf4;border-left-color:#27ae60}.callout-green.svelte-8kinj7 strong{color:#27ae60}.checkout-comparison.svelte-8kinj7{grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0;display:grid}.comparison-card.svelte-8kinj7{border-radius:12px;padding:1.5rem}.comparison-card.svelte-8kinj7 h3:where(.svelte-8kinj7){margin-bottom:.75rem;font-size:1rem}.comparison-bad.svelte-8kinj7{background:#fef2f2;border:1px solid #fecaca}.comparison-bad.svelte-8kinj7 h3:where(.svelte-8kinj7){color:#dc2626}.comparison-good.svelte-8kinj7{background:#f0fdf4;border:1px solid #bbf7d0}.comparison-good.svelte-8kinj7 h3:where(.svelte-8kinj7){color:#16a34a}.comparison-card.svelte-8kinj7 ul:where(.svelte-8kinj7){color:#555;font-size:.9rem;line-height:1.8;list-style:none}.comparison-card.svelte-8kinj7 ul:where(.svelte-8kinj7) li:where(.svelte-8kinj7):before{content:"";vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:.5rem;display:inline-block}.comparison-bad.svelte-8kinj7 ul:where(.svelte-8kinj7) li:where(.svelte-8kinj7):before{background:#dc2626}.comparison-good.svelte-8kinj7 ul:where(.svelte-8kinj7) li:where(.svelte-8kinj7):before{background:#16a34a}.dns-table.svelte-8kinj7{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.9rem}.dns-table.svelte-8kinj7 th:where(.svelte-8kinj7){text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f1f5f9;padding:.75rem 1rem;font-size:.75rem}.dns-table.svelte-8kinj7 td:where(.svelte-8kinj7){border-bottom:1px solid #e2e8f0;padding:.75rem 1rem}.dns-table.svelte-8kinj7 code{background:#f1f5f9;border-radius:3px;padding:.15rem .4rem;font-size:.85rem}.badge-sm.svelte-8kinj7{border-radius:3px;padding:.1rem .4rem;font-size:.65rem;font-weight:600}.badge-sm-blue.svelte-8kinj7{color:#1d4ed8;background:#dbeafe}.badge-sm-green.svelte-8kinj7{color:#15803d;background:#dcfce7}.api-table.svelte-8kinj7{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.85rem}.api-table.svelte-8kinj7 th:where(.svelte-8kinj7){text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f1f5f9;padding:.6rem .75rem;font-size:.7rem}.api-table.svelte-8kinj7 td:where(.svelte-8kinj7){border-bottom:1px solid #e2e8f0;padding:.6rem .75rem}.api-table.svelte-8kinj7 code{background:#f1f5f9;border-radius:3px;padding:.1rem .3rem;font-size:.8rem}@media (width<=768px){.checkout-comparison.svelte-8kinj7{grid-template-columns:1fr}}.compare-container.svelte-h8minh{max-width:960px;margin:2rem auto;padding:0 2rem}.compare-hero.svelte-h8minh{text-align:center;margin-bottom:3rem}.compare-hero.svelte-h8minh h1:where(.svelte-h8minh){align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:2.4rem;display:inline-flex}.compare-hero.svelte-h8minh .vs:where(.svelte-h8minh){color:#999;text-transform:uppercase;letter-spacing:.08em;background:#f1f5f9;border-radius:999px;padding:.2rem .7rem;font-size:.9rem;font-weight:400}.compare-hero.svelte-h8minh .subtitle:where(.svelte-h8minh){color:#666;max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.6}.about-section.svelte-h8minh{margin-bottom:3rem}.about-section.svelte-h8minh h2:where(.svelte-h8minh){border-bottom:2px solid #eee;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.4rem}.about-section.svelte-h8minh p:where(.svelte-h8minh){color:#444;margin-bottom:1rem;line-height:1.7}.compare-diagram.svelte-h8minh{margin:1.5rem 0}.compare-diagram.svelte-h8minh svg:where(.svelte-h8minh){border-radius:16px;width:100%;height:auto;display:block}.compare-diagram.svelte-h8minh figcaption:where(.svelte-h8minh){color:#666;margin-top:.9rem;font-size:.88rem;line-height:1.55}.compare-table.svelte-h8minh{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.9rem}.compare-table.svelte-h8minh th:where(.svelte-h8minh),.compare-table.svelte-h8minh td:where(.svelte-h8minh){text-align:left;vertical-align:top;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.compare-table.svelte-h8minh th:where(.svelte-h8minh){text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f1f5f9;font-size:.78rem}.compare-table.svelte-h8minh th:where(.svelte-h8minh):nth-child(2){color:#7c3aed}.compare-table.svelte-h8minh th:where(.svelte-h8minh):nth-child(3){color:#0d1117}.compare-table.svelte-h8minh td:where(.svelte-h8minh):first-child{color:#1f2937;width:30%;font-weight:600}.compare-table.svelte-h8minh code{background:#f1f5f9;border-radius:3px;padding:.1rem .35rem;font-size:.82rem}.cell-good.svelte-h8minh{color:#16a34a}.cell-bad.svelte-h8minh{color:#dc2626}.compare-cards.svelte-h8minh{grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0;display:grid}.compare-card.svelte-h8minh{background:#f8f9fa;border-top:4px solid;border-radius:12px;padding:1.5rem}.compare-card-harper.svelte-h8minh{border-top-color:#7c3aed}.compare-card-vercel.svelte-h8minh{border-top-color:#0d1117}.compare-card.svelte-h8minh h3:where(.svelte-h8minh){margin-bottom:.75rem;font-size:1.05rem}.compare-card.svelte-h8minh ul:where(.svelte-h8minh){margin:0;padding:0;list-style:none}.compare-card.svelte-h8minh li:where(.svelte-h8minh){color:#444;border-bottom:1px dashed #e5e7eb;padding:.5rem 0 .5rem 1.25rem;font-size:.9rem;line-height:1.55;position:relative}.compare-card.svelte-h8minh li:where(.svelte-h8minh):last-child{border-bottom:none}.compare-card.svelte-h8minh li:where(.svelte-h8minh):before{content:"▸";color:#999;font-size:.8rem;position:absolute;top:.55rem;left:0}.compare-card.svelte-h8minh em:where(.svelte-h8minh){color:#1f2937;font-style:normal;font-weight:600}.akamai-callout.svelte-h8minh{background:linear-gradient(#eff6ff 0%,#f8fafc 100%);border-left:4px solid #0096d6;border-radius:0 12px 12px 0;padding:1.5rem 1.75rem}.akamai-callout.svelte-h8minh p:where(.svelte-h8minh){color:#334155;margin-bottom:1rem;line-height:1.65}.akamai-callout.svelte-h8minh p:where(.svelte-h8minh):last-child{margin-bottom:0}@media (width<=768px){.compare-cards.svelte-h8minh{grid-template-columns:1fr}.compare-table.svelte-h8minh th:where(.svelte-h8minh):first-child,.compare-table.svelte-h8minh td:where(.svelte-h8minh):first-child{width:auto}}.demo-container.svelte-nn2kv7{max-width:900px;margin:3rem auto;padding:0 2rem}.demo-title.svelte-nn2kv7{text-align:center;margin-bottom:2rem}.demo-title.svelte-nn2kv7 h1:where(.svelte-nn2kv7){margin-bottom:.5rem;font-size:1.8rem}.demo-title.svelte-nn2kv7 p:where(.svelte-nn2kv7){color:#999;font-size:1rem}.checkout-arch.svelte-nn2kv7{margin:1.5rem 0 2rem}.checkout-arch.svelte-nn2kv7 svg:where(.svelte-nn2kv7){border-radius:16px;width:100%;height:auto;display:block}.checkout-arch.svelte-nn2kv7 figcaption:where(.svelte-nn2kv7){color:#666;margin-top:.9rem;padding:0 .25rem;font-size:.88rem;line-height:1.55}.checkout-arch.svelte-nn2kv7 figcaption:where(.svelte-nn2kv7) strong{color:#0d1117}.checkout-arch.svelte-nn2kv7 figcaption:where(.svelte-nn2kv7) code{color:#0096d6;background:#f1f5f9;border-radius:3px;padding:.1rem .35rem;font-size:.82rem}.path-section.svelte-nn2kv7{margin-bottom:2rem}.path-section.svelte-nn2kv7 h3:where(.svelte-nn2kv7){align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;display:flex}.path-detail.svelte-nn2kv7{color:#444;background:#f8f9fa;border-radius:8px;padding:1.25rem;font-size:.9rem;line-height:1.6}.path-detail.svelte-nn2kv7 p:where(.svelte-nn2kv7){margin-bottom:.75rem}.path-detail.svelte-nn2kv7 p:where(.svelte-nn2kv7):last-child{margin-bottom:0}.path-detail.svelte-nn2kv7 strong{color:#1f2937}.path-detail.svelte-nn2kv7 code{background:#e9ecef;border-radius:4px;padding:.15rem .4rem;font-size:.85rem}.dns-record.svelte-nn2kv7{color:#95bf47;background:#1a1f2e;border-radius:4px;margin:.5rem 0;padding:.5rem .75rem;font-family:monospace;font-size:.85rem;display:block}.plan-note.svelte-nn2kv7{color:#5c4a1a;background:#fef7e6;border-left:3px solid #d4a83c;border-radius:0 4px 4px 0;margin:.75rem 0;padding:.6rem .85rem;font-size:.85rem}.plan-note.svelte-nn2kv7 strong{color:#856404}.plan-note.svelte-nn2kv7 code{color:#5c4a1a;background:#f4e6c4;border-radius:3px;padding:.1rem .35rem}.key-point.svelte-nn2kv7{color:#334155;background:#eff6ff;border-left:3px solid #0096d6;border-radius:0 8px 8px 0;margin-top:1.5rem;padding:1rem 1.25rem;font-size:.9rem;line-height:1.5}.key-point.svelte-nn2kv7 strong{color:#0096d6}.checkout-actions.svelte-nn2kv7{text-align:center;border-top:1px solid #eee;margin-top:2rem;padding-top:1.5rem}.checkout-actions.svelte-nn2kv7 a:where(.svelte-nn2kv7){border-radius:8px;margin:0 .5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.btn-shopify.svelte-nn2kv7{color:#fff;background:#95bf47}.btn-shopify.svelte-nn2kv7:hover{background:#7ea63d}.btn-back.svelte-nn2kv7{color:#333;background:#eee}.btn-back.svelte-nn2kv7:hover{background:#ddd}
