.template-lumin{--template-primary:#111;--template-accent:#707070;--template-background:#fafafa;--template-foreground:#111;--template-card:#fff;--template-muted:#f3f3f3;--template-border:#e8e8e8;--lumin-primary:var(--custom-primary,var(--template-primary));--lumin-accent:var(--custom-accent,var(--template-accent));--lumin-background:var(--custom-background,var(--template-background));--lumin-foreground:var(--custom-foreground,var(--template-foreground));--lumin-card:var(--custom-card,var(--template-card));--lumin-muted:var(--custom-muted,var(--template-muted));--lumin-border:var(--custom-border,var(--template-border));color:var(--lumin-foreground);background:radial-gradient(circle at 50% -20%, #00000009, transparent 34%), var(--lumin-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.template-lumin .product-card{isolation:isolate;background:linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--lumin-card) 97%, var(--lumin-muted)) 100%);border:1px solid var(--lumin-border);border-radius:var(--custom-border-radius,16px);flex-direction:column;transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s cubic-bezier(.22,1,.36,1),border-color .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000006,0 4px 16px #00000006}.template-lumin .product-card:before{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--lumin-primary) 20%, transparent), transparent);opacity:0;height:1px;transition:opacity .24s,left .4s cubic-bezier(.22,1,.36,1),right .4s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:12%;right:12%}@media (hover:hover) and (pointer:fine){.template-lumin .product-card:hover{border-color:color-mix(in srgb, var(--lumin-primary) 18%, var(--lumin-border));transform:translateY(-5px);box-shadow:0 12px 30px #00000012,0 2px 5px #00000009}.template-lumin .product-card:hover:before{opacity:1;left:22%;right:22%}}.template-lumin .product-card .product-image{background:linear-gradient(145deg, #f7f7f7, var(--lumin-muted));border-radius:max(0px, calc(var(--custom-border-radius,16px) - 5px));isolation:isolate;flex-shrink:0;position:relative;overflow:hidden}.template-lumin .product-card img{object-fit:cover;filter:saturate(.92)contrast(1.01);width:100%;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .45s;display:block;transform:scale(1)}@media (hover:hover) and (pointer:fine){.template-lumin .product-card:hover img{filter:saturate()contrast(1.025);transform:scale(1.045)}}.template-lumin .product-card .product-image:after{content:"";z-index:1;opacity:.7;pointer-events:none;background:linear-gradient(#ffffff14,#0000 30% 72%,#00000006);transition:opacity .3s;position:absolute;inset:0}@media (hover:hover) and (pointer:fine){.template-lumin .product-card:hover .product-image:after{opacity:.45}}.template-lumin .product-card>.product-info,.template-lumin .product-card .product-info{flex-direction:column;flex:1;min-height:0;padding:16px 16px 15px;display:flex}.template-lumin .product-card h1,.template-lumin .product-card h2,.template-lumin .product-card h3,.template-lumin .product-card h4{color:var(--lumin-foreground);letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:15px;font-weight:600;line-height:1.2}.template-lumin .product-card p{color:color-mix(in srgb, var(--lumin-foreground) 55%, transparent);letter-spacing:-.005em;margin-top:6px;font-size:12px;line-height:1.5}.template-lumin .product-card .price{color:var(--lumin-foreground);letter-spacing:-.04em;margin-top:9px;font-size:17px;font-weight:700;line-height:1;display:block}.template-lumin .product-card .price-row{justify-content:space-between;align-items:baseline;gap:10px;margin-top:10px;display:flex}.template-lumin .product-card .badge{background:var(--lumin-muted);border:1px solid var(--lumin-border);width:fit-content;min-height:22px;color:var(--lumin-accent);letter-spacing:.01em;border-radius:999px;align-items:center;padding:4px 8px;font-size:10px;font-weight:650;line-height:1;transition:background-color .18s,color .18s,border-color .18s;display:inline-flex}.template-lumin .product-card button{background:var(--lumin-primary);width:100%;min-height:44px;color:var(--custom-background,#fff);border:1px solid var(--lumin-primary);border-radius:calc(var(--custom-border-radius,16px) - 3px);letter-spacing:-.015em;cursor:pointer;justify-content:center;align-items:center;margin-top:14px;padding:11px 16px;font-size:13px;font-weight:650;line-height:1;transition:transform .18s cubic-bezier(.22,1,.36,1),background-color .18s,color .18s,border-color .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000014}.template-lumin .product-card button:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff2e,#0000);width:45%;transition:left .5s cubic-bezier(.22,1,.36,1);position:absolute;top:0;bottom:0;left:-70%;transform:skew(-18deg)}@media (hover:hover) and (pointer:fine){.template-lumin .product-card button:hover{background:color-mix(in srgb, var(--lumin-primary) 88%, #fff);border-color:color-mix(in srgb, var(--lumin-primary) 88%, #fff);transform:translateY(-1px);box-shadow:0 6px 16px #0000001c}.template-lumin .product-card button:hover:before{left:125%}}.template-lumin .product-card button:active{transform:scale(.975);box-shadow:0 2px 6px #00000014}.template-lumin .product-card button.secondary{color:var(--lumin-primary);border-color:var(--lumin-border);box-shadow:none;background:0 0}@media (hover:hover) and (pointer:fine){.template-lumin .product-card button.secondary:hover{background:var(--lumin-muted);border-color:color-mix(in srgb, var(--lumin-primary) 20%, var(--lumin-border));box-shadow:none}}.template-lumin .product-card .muted{background:var(--lumin-muted);border:1px solid var(--lumin-border);color:color-mix(in srgb, var(--lumin-foreground) 58%, transparent)}.template-lumin .product-card hr,.template-lumin .product-card .divider{background:var(--lumin-border);border:0;height:1px;margin:12px 0}.template-lumin .product-card:focus-within{border-color:color-mix(in srgb, var(--lumin-primary) 28%, var(--lumin-border))}.template-lumin .product-card button:focus-visible,.template-lumin .product-card a:focus-visible{outline:2px solid var(--lumin-primary);outline-offset:3px}@media (hover:none){.template-lumin .product-card:hover,.template-lumin .product-card:hover img{transform:none}.template-lumin .product-card button:active{transform:scale(.975)}}@media (max-width:640px){.template-lumin{background:var(--lumin-background)}.template-lumin .product-card{border-radius:var(--custom-border-radius,14px);box-shadow:0 1px 2px #00000006,0 5px 18px #00000009}.template-lumin .product-card>.product-info,.template-lumin .product-card .product-info{padding:14px}.template-lumin .product-card h1,.template-lumin .product-card h2,.template-lumin .product-card h3,.template-lumin .product-card h4{font-size:14px}.template-lumin .product-card .price{font-size:16px}.template-lumin .product-card button{border-radius:calc(var(--custom-border-radius,14px) - 2px);min-height:44px;margin-top:12px}}@media (prefers-reduced-motion:reduce){.template-lumin .product-card,.template-lumin .product-card img,.template-lumin .product-card:before,.template-lumin .product-card:after,.template-lumin .product-card button,.template-lumin .product-card button:before{transition:none;animation:none}.template-lumin .product-card:hover,.template-lumin .product-card:hover img{transform:none}}
.template-aurora{--template-primary:#00e887;--template-accent:#00c8ff;--template-background:#070b0a;--template-foreground:#f5fffb;--template-card:#0d1311;--template-muted:#111916;--template-border:#ffffff14;--aurora-primary:var(--custom-primary,var(--template-primary));--aurora-accent:var(--custom-accent,var(--template-accent));--aurora-background:var(--custom-background,var(--template-background));--aurora-foreground:var(--custom-foreground,var(--template-foreground));--aurora-card:var(--custom-card,var(--template-card));--aurora-muted:var(--custom-muted,var(--template-muted));--aurora-border:var(--custom-border,var(--template-border));--aurora-radius:var(--custom-border-radius,18px);--aurora-radius-sm:calc(var(--aurora-radius) - 6px);--aurora-ease:cubic-bezier(.22, 1, .36, 1);--aurora-fast:.16s var(--aurora-ease);--aurora-medium:.26s var(--aurora-ease);color:var(--aurora-foreground);background:radial-gradient(900px circle at 0% -10%, color-mix(in srgb, var(--aurora-primary) 7%, transparent), transparent 60%), radial-gradient(800px circle at 100% 0%, color-mix(in srgb, var(--aurora-accent) 6%, transparent), transparent 60%), var(--aurora-background);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}.template-aurora .product-card{isolation:isolate;background:linear-gradient(180deg, color-mix(in srgb, var(--aurora-card) 98%, white), var(--aurora-card));border:1px solid var(--aurora-border);border-radius:var(--aurora-radius);transition:transform var(--aurora-medium), border-color var(--aurora-medium), box-shadow var(--aurora-medium);flex-direction:column;display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 1px 1px #00000026,0 8px 24px #0000001a}.template-aurora .product-card:before{content:"";z-index:-1;border-radius:inherit;background:radial-gradient(500px circle at 0% 0%, color-mix(in srgb, var(--aurora-primary) 10%, transparent), transparent 55%);opacity:0;pointer-events:none;transition:opacity .3s var(--aurora-ease);position:absolute;inset:0}.template-aurora .product-card .product-image{aspect-ratio:1;background:linear-gradient(145deg, var(--aurora-muted), color-mix(in srgb, var(--aurora-muted) 80%, black));border-radius:var(--aurora-radius-sm);position:relative;overflow:hidden}.template-aurora .product-card img{object-fit:cover;filter:saturate(1.02)contrast(1.01);width:100%;height:100%;transition:transform .6s var(--aurora-ease), filter .4s ease;display:block;transform:scale(1)}.template-aurora .product-card .product-image:after{content:"";pointer-events:none;opacity:.45;transition:opacity var(--aurora-medium);background:linear-gradient(#0000 55%,#0000001f);position:absolute;inset:0}@media (hover:hover) and (pointer:fine){.template-aurora .product-card:hover img{filter:saturate(1.06)contrast(1.025);transform:scale(1.035)}.template-aurora .product-card:hover .product-image:after{opacity:.25}.template-aurora .product-card:hover{border-color:color-mix(in srgb, var(--aurora-primary) 28%, var(--aurora-border));transform:translateY(-4px);box-shadow:0 2px 4px #00000029,0 18px 42px #0000002e}.template-aurora .product-card:hover:before{opacity:1}}.template-aurora .product-card>*{min-width:0}.template-aurora .product-card h1,.template-aurora .product-card h2,.template-aurora .product-card h3,.template-aurora .product-card h4{color:var(--aurora-foreground);letter-spacing:-.025em;text-wrap:balance;margin:0;font-weight:650;line-height:1.2}.template-aurora .product-card p{color:color-mix(in srgb, var(--aurora-foreground) 64%, transparent);line-height:1.5}.template-aurora .product-card .product-name{color:var(--aurora-foreground);letter-spacing:-.015em;font-size:15px;font-weight:600;line-height:1.3}.template-aurora .product-card .description{color:color-mix(in srgb, var(--aurora-foreground) 58%, transparent);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.template-aurora .product-card .price{color:var(--aurora-primary);letter-spacing:-.025em;font-size:17px;font-weight:700;line-height:1.2}.template-aurora .product-card .old-price{color:color-mix(in srgb, var(--aurora-foreground) 38%, transparent);font-size:12px;text-decoration:line-through}.template-aurora .product-card button{border:1px solid color-mix(in srgb, var(--aurora-primary) 42%, transparent);border-radius:max(12px, calc(var(--aurora-radius) - 4px));background:color-mix(in srgb, var(--aurora-primary) 9%, var(--aurora-card));width:100%;min-height:44px;color:var(--aurora-primary);letter-spacing:-.01em;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color var(--aurora-fast), color var(--aurora-fast), border-color var(--aurora-fast), box-shadow var(--aurora-fast), transform var(--aurora-fast);justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:650;display:inline-flex;position:relative}@media (hover:hover) and (pointer:fine){.template-aurora .product-card button:hover{background:var(--aurora-primary);border-color:var(--aurora-primary);color:color-mix(in srgb, var(--aurora-background) 88%, black);box-shadow:0 8px 22px color-mix(in srgb, var(--aurora-primary) 18%, transparent)}}.template-aurora .product-card button:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--aurora-primary) 20%, transparent);outline:none}.template-aurora .product-card button:active{transform:scale(.975)}.template-aurora .product-card button svg{transition:transform var(--aurora-fast);flex-shrink:0}@media (hover:hover) and (pointer:fine){.template-aurora .product-card button:hover svg{transform:translate(1px)}}.template-aurora .product-card button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.template-aurora .product-card .muted{background:color-mix(in srgb, var(--aurora-muted) 90%, transparent);border:1px solid var(--aurora-border);color:color-mix(in srgb, var(--aurora-foreground) 58%, transparent)}.template-aurora .product-card .badge{background:color-mix(in srgb, var(--aurora-primary) 10%, var(--aurora-card));border:1px solid color-mix(in srgb, var(--aurora-primary) 20%, transparent);min-height:26px;color:var(--aurora-primary);border-radius:999px;justify-content:center;align-items:center;padding:4px 9px;font-size:11px;font-weight:650;line-height:1;display:inline-flex}.template-aurora .product-card a{color:var(--aurora-primary);transition:color var(--aurora-fast), opacity var(--aurora-fast);text-decoration:none}.template-aurora .product-card a:hover{color:color-mix(in srgb, var(--aurora-primary) 82%, white)}.template-aurora .product-card hr{background:var(--aurora-border);border:0;height:1px;margin:0}.template-aurora ::selection{background:color-mix(in srgb, var(--aurora-primary) 28%, transparent);color:var(--aurora-foreground)}@media (max-width:640px){.template-aurora{--aurora-radius:var(--custom-border-radius,16px)}.template-aurora .product-card{border-radius:var(--aurora-radius);box-shadow:0 1px 2px #00000024,0 8px 24px #0000001a}.template-aurora .product-card .product-image{border-radius:calc(var(--aurora-radius) - 5px)}.template-aurora .product-card .product-name{font-size:14px}.template-aurora .product-card .price{font-size:16px}.template-aurora .product-card button{border-radius:13px;min-height:44px}.template-aurora .product-card:before{opacity:0}.template-aurora .product-card:active{transform:scale(.985)}}@media (min-width:641px) and (max-width:1024px){.template-aurora .product-card{border-radius:17px}}@media (min-width:1280px){.template-aurora .product-card{box-shadow:0 1px 2px #00000024,0 12px 30px #0000001a}@media (hover:hover) and (pointer:fine){.template-aurora .product-card:hover{transform:translateY(-5px);box-shadow:0 2px 5px #00000026,0 22px 50px #0000002e}}}@media (hover:none){.template-aurora .product-card{transition:transform .18s var(--aurora-ease), box-shadow .18s ease}.template-aurora .product-card:active{transform:scale(.985)}.template-aurora .product-card img{transition:none}}@media (prefers-reduced-motion:reduce){.template-aurora *,.template-aurora :before,.template-aurora :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.template-aurora .product-card:hover,.template-aurora .product-card:active,.template-aurora .product-card:hover img{transform:none}}
.template-crystal{--template-primary:#fff;--template-accent:#e8efff;--template-background:#667eea;--template-foreground:#101322;--template-card:#ffffff25;--template-muted:#ffffff18;--template-border:#fff4;--crystal-primary:var(--custom-primary,var(--template-primary));--crystal-accent:var(--custom-accent,var(--template-accent));--crystal-background:var(--custom-background,var(--template-background));--crystal-foreground:var(--custom-foreground,var(--template-foreground));--crystal-card:var(--custom-card,var(--template-card));--crystal-muted:var(--custom-muted,var(--template-muted));--crystal-border:var(--custom-border,var(--template-border));--crystal-radius:var(--custom-border-radius,22px);--crystal-image-radius:max(0px, calc(var(--crystal-radius) - 5px));--crystal-blur:28px;--crystal-saturation:145%;--crystal-shadow:0 1px 2px #10182809, 0 8px 24px #1018280e, 0 24px 60px #10182813;--crystal-shadow-hover:0 2px 4px #1018280a, 0 12px 30px #10182813, 0 28px 70px #10182818;isolation:isolate;color:var(--crystal-foreground);background:radial-gradient(900px circle at 5% -10%, #ffffff47, transparent 48%), radial-gradient(700px circle at 100% 15%, #dce7ff3d, transparent 52%), radial-gradient(800px circle at 50% 110%, #ffffff1a, transparent 55%), var(--crystal-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-attachment:scroll;position:relative}.template-crystal:before{content:"";z-index:-2;pointer-events:none;opacity:.9;background:linear-gradient(120deg,#fff1,#0000 32%,#ffffff09 70%,#0000);position:absolute;inset:0}.template-crystal:after{content:"";z-index:-3;pointer-events:none;filter:blur(60px);opacity:.7;background:radial-gradient(circle at 20% 20%,#ffffff14,#0000 25%),radial-gradient(circle at 80% 75%,#ffffff0d,#0000 28%);position:absolute;inset:0}.template-crystal .product-card{isolation:isolate;background:linear-gradient(145deg, #ffffff38 0%, #ffffff1d 32%, #ffffff13 65%, #ffffff1b 100%), var(--crystal-card);border:1px solid var(--crystal-border);border-radius:var(--crystal-radius);box-shadow:var(--crystal-shadow), inset 0 1px 0 #ffffff7a, inset 0 0 0 .5px #ffffff1a;-webkit-backdrop-filter:blur(var(--crystal-blur)) saturate(var(--crystal-saturation)) brightness(1.04);flex-direction:column;transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s cubic-bezier(.22,1,.36,1),border-color .22s;display:flex;position:relative;overflow:hidden}.template-crystal .product-card:before{content:"";z-index:-1;border-radius:inherit;pointer-events:none;opacity:.82;mix-blend-mode:screen;background:radial-gradient(120% 80% at 0 0,#ffffff52,#0000 42%),radial-gradient(80% 100% at 100% 100%,#ffffff17,#0000 55%),linear-gradient(135deg,#ffffff29,#0000 28% 72%,#ffffff0f);transition:opacity .4s,transform .7s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:translate(0,0)}.template-crystal .product-card:after{content:"";border-radius:inherit;pointer-events:none;opacity:.9;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff94,inset 1px 0 #ffffff29,inset -1px 0 #ffffff12,inset 0 -1px #ffffff0f}@media (hover:hover) and (pointer:fine){.template-crystal .product-card:hover{border-color:color-mix(in srgb, var(--crystal-primary) 46%, #fff3);box-shadow:var(--crystal-shadow-hover), inset 0 1px 0 #ffffff94, inset 0 0 0 .5px #ffffff21;transform:translateY(-5px)}.template-crystal .product-card:hover:before{opacity:1;transform:translate(1%,-1%)scale(1.015)}}.template-crystal .product-card:focus-within{border-color:color-mix(in srgb, var(--crystal-primary) 50%, transparent);box-shadow:var(--crystal-shadow), 0 0 0 3px color-mix(in srgb, var(--crystal-primary) 12%, transparent), inset 0 1px 0 #ffffff80}.template-crystal .product-card .product-image{isolation:isolate;border-radius:var(--crystal-image-radius);background:linear-gradient(145deg,#ffffff2e,#ffffff0f);flex-shrink:0;position:relative;overflow:hidden}.template-crystal .product-card img{object-fit:cover;filter:brightness(1.02)saturate(1.04)contrast(1.01);width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1),filter .4s;display:block;transform:scale(1)}.template-crystal .product-card .product-image:before{content:"";z-index:1;pointer-events:none;opacity:.8;background:linear-gradient(145deg,#ffffff2e,#0000 30% 70%,#ffffff0d);position:absolute;inset:0}.template-crystal .product-card .product-image:after{content:"";z-index:2;pointer-events:none;opacity:.7;background:linear-gradient(#0000,#141c461a);height:38%;position:absolute;inset:auto 0 0}@media (hover:hover) and (pointer:fine){.template-crystal .product-card:hover img{filter:brightness(1.05)saturate(1.07)contrast(1.02);transform:scale(1.035)}}.template-crystal .product-card h1,.template-crystal .product-card h2,.template-crystal .product-card h3,.template-crystal .product-card h4{color:var(--crystal-foreground);letter-spacing:-.025em;text-wrap:balance;font-weight:650;line-height:1.15}.template-crystal .product-card p{color:color-mix(in srgb, var(--crystal-foreground) 68%, transparent);line-height:1.5}.template-crystal .product-card .product-title{color:var(--crystal-foreground);letter-spacing:-.02em;text-wrap:balance;font-size:15px;font-weight:650;line-height:1.3}.template-crystal .product-card .price{color:var(--crystal-foreground);letter-spacing:-.025em;font-variant-numeric:tabular-nums;font-size:17px;font-weight:750}.template-crystal .product-card button{cursor:pointer;width:100%;min-height:44px;color:var(--crystal-foreground);border-radius:var(--crystal-radius);-webkit-backdrop-filter:blur(16px)saturate(135%);letter-spacing:-.01em;background:linear-gradient(#ffffff3d,#ffffff1f);border:1px solid #ffffff57;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:650;transition:transform .18s cubic-bezier(.22,1,.36,1),background .18s,border-color .18s,box-shadow .18s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #1418460f,inset 0 1px #ffffff5c}.template-crystal .product-card button:before{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 20%,#fff3 50%,#0000 80%);transition:transform .55s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:translate(-120%)}@media (hover:hover) and (pointer:fine){.template-crystal .product-card button:hover{background:linear-gradient(#ffffff57,#ffffff2e);border-color:#ffffff85;box-shadow:0 6px 20px #1418461a,inset 0 1px #ffffff80}.template-crystal .product-card button:hover:before{transform:translate(120%)}}.template-crystal .product-card button:active{transform:scale(.975)}.template-crystal .product-card button:focus-visible,.template-crystal .product-card a:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--crystal-primary) 22%, transparent), 0 6px 20px #1418461a;outline:none}.template-crystal .product-card button.secondary,.template-crystal .product-card .button-secondary{color:var(--crystal-foreground);background:#ffffff13;border-color:#ffffff38;box-shadow:inset 0 1px #ffffff38}@media (hover:hover) and (pointer:fine){.template-crystal .product-card button.secondary:hover,.template-crystal .product-card .button-secondary:hover{background:#ffffff24;border-color:#ffffff61}}.template-crystal .product-card .badge{min-height:25px;color:var(--crystal-foreground);-webkit-backdrop-filter:blur(12px);background:#ffffff2b;border:1px solid #ffffff4d;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:4px 9px;font-size:11px;font-weight:650;line-height:1;display:inline-flex;box-shadow:inset 0 1px #ffffff4d}.template-crystal .product-card .muted{color:color-mix(in srgb, var(--crystal-foreground) 62%, transparent);-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff2e;box-shadow:inset 0 1px #ffffff2e}.template-crystal .product-card hr,.template-crystal .product-card .divider{background:linear-gradient(90deg,#0000,#ffffff3d,#0000);border:0;height:1px;margin:0}.template-crystal .product-card a{color:inherit;-webkit-text-decoration-color:color-mix(in srgb, var(--crystal-foreground) 30%, transparent);text-decoration-color:color-mix(in srgb, var(--crystal-foreground) 30%, transparent);text-underline-offset:3px;text-decoration-thickness:1px;transition:color .16s,text-decoration-color .16s}@media (hover:hover) and (pointer:fine){.template-crystal .product-card a:hover{-webkit-text-decoration-color:color-mix(in srgb, var(--crystal-foreground) 70%, transparent);text-decoration-color:color-mix(in srgb, var(--crystal-foreground) 70%, transparent)}}.template-crystal ::selection{background:color-mix(in srgb, var(--crystal-primary) 30%, transparent);color:var(--crystal-foreground)}@media (max-width:640px){.template-crystal{--crystal-radius:var(--custom-border-radius,18px);--crystal-image-radius:max(0px, calc(var(--crystal-radius) - 4px));--crystal-blur:20px;--crystal-saturation:130%;background-attachment:scroll}.template-crystal .product-card{border-radius:var(--crystal-radius);-webkit-backdrop-filter:blur(var(--crystal-blur)) saturate(var(--crystal-saturation)) brightness(1.03);box-shadow:0 1px 2px #1418460d,0 8px 24px #14184617,inset 0 1px #ffffff57}.template-crystal .product-card button{min-height:44px;padding-inline:14px}.template-crystal .product-card .product-image{border-radius:var(--crystal-image-radius)}}@media (max-width:380px){.template-crystal{--crystal-radius:16px}.template-crystal .product-card button{min-height:43px;font-size:13px}.template-crystal .product-card .price{font-size:16px}}@media (hover:none){.template-crystal .product-card{transition:box-shadow .2s,border-color .2s}.template-crystal .product-card:hover{transform:none}.template-crystal .product-card:active{transform:scale(.995);box-shadow:0 4px 18px #1418461a}.template-crystal .product-card:hover img{transform:none}.template-crystal .product-card button:active{transform:scale(.97)}}@supports not ((-webkit-backdrop-filter:blur(10px)
) or (backdrop-filter:blur(10px)
)){.template-crystal .product-card{background:linear-gradient(145deg,#ffffffeb,#ffffffd1);box-shadow:0 8px 30px #1418461f,inset 0 1px #ffffffa6}.template-crystal .product-card button{-webkit-backdrop-filter:none;background:#ffffffeb}.template-crystal .product-card .badge,.template-crystal .product-card .muted{-webkit-backdrop-filter:none;background:#ffffffd1}}@media (prefers-contrast:more){.template-crystal .product-card{border-color:#ffffff75;box-shadow:0 8px 28px #0a0f2829,inset 0 1px #ffffff9e}.template-crystal .product-card p{color:var(--crystal-foreground)}.template-crystal .product-card .badge{border-color:#ffffff75}}@media (prefers-reduced-motion:reduce){.template-crystal .product-card,.template-crystal .product-card img,.template-crystal .product-card:before,.template-crystal .product-card button,.template-crystal .product-card button:before,.template-crystal .product-card a{transition:none!important;animation:none!important}.template-crystal .product-card:hover,.template-crystal .product-card:hover img,.template-crystal .product-card button:active{transform:none!important}}
.template-sunset{--template-primary:#d94f27;--template-accent:#f3a447;--template-background:#fff8f0;--template-foreground:#321812;--template-card:#fffdf9;--template-muted:#fff0e3;--template-border:#efd2bd;--sunset-primary:var(--custom-primary,var(--template-primary));--sunset-accent:var(--custom-accent,var(--template-accent));--sunset-background:var(--custom-background,var(--template-background));--sunset-foreground:var(--custom-foreground,var(--template-foreground));--sunset-card:var(--custom-card,var(--template-card));--sunset-muted:var(--custom-muted,var(--template-muted));--sunset-border:var(--custom-border,var(--template-border));--sunset-radius:var(--custom-border-radius,16px);color:var(--sunset-foreground);background:radial-gradient(circle at 8% -5%, color-mix(in srgb, var(--sunset-accent) 15%, transparent), transparent 30%), radial-gradient(circle at 100% 75%, color-mix(in srgb, var(--sunset-primary) 8%, transparent), transparent 34%), linear-gradient(180deg, var(--sunset-background), color-mix(in srgb, var(--sunset-background) 94%, var(--sunset-accent)));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;isolation:isolate;position:relative}.template-sunset:before{content:"";z-index:-1;pointer-events:none;opacity:.34;background-image:radial-gradient(circle at 1px 1px, color-mix(in srgb, var(--sunset-foreground) 10%, transparent) .6px, transparent .7px);background-size:18px 18px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 75%);mask-image:linear-gradient(#000,#0000 75%)}.template-sunset .product-card{isolation:isolate;background:linear-gradient(145deg, color-mix(in srgb, var(--sunset-card) 96%, var(--sunset-accent)), var(--sunset-card));border:1px solid var(--sunset-border);border-radius:var(--sunset-radius);box-shadow:0 1px 1px #3e1b100a, 0 7px 18px #3e1b100e, 3px 3px 0 color-mix(in srgb, var(--sunset-primary) 17%, transparent);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s,border-color .22s,background .22s;position:relative;overflow:hidden;transform:translateZ(0)}.template-sunset .product-card:before{content:"";z-index:5;background:linear-gradient(90deg, transparent 0%, var(--sunset-primary) 18%, var(--sunset-accent) 50%, var(--sunset-primary) 82%, transparent 100%);opacity:.85;pointer-events:none;border-radius:0 0 999px 999px;height:2px;transition:left .3s,right .3s,opacity .22s;position:absolute;top:0;left:9%;right:9%}.template-sunset .product-card:after{content:"01";z-index:4;color:color-mix(in srgb, var(--sunset-primary) 38%, transparent);letter-spacing:.12em;opacity:.55;pointer-events:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;font-weight:700;transition:color .22s,opacity .22s,transform .3s cubic-bezier(.22,1,.36,1);position:absolute;bottom:10px;right:12px}@media (hover:hover) and (pointer:fine){.template-sunset .product-card:hover{border-color:color-mix(in srgb, var(--sunset-primary) 48%, var(--sunset-border));box-shadow:0 2px 4px #3e1b100d, 0 18px 38px #3e1b1017, 5px 5px 0 color-mix(in srgb, var(--sunset-primary) 28%, transparent), 0 0 30px color-mix(in srgb, var(--sunset-accent) 9%, transparent);transform:translate(-2px,-5px)}.template-sunset .product-card:hover:before{opacity:1;left:5%;right:5%}.template-sunset .product-card:hover:after{color:var(--sunset-primary);opacity:.8;transform:translate(-2px,-2px)}}.template-sunset .product-card .product-image{isolation:isolate;background:linear-gradient(135deg, var(--sunset-muted), color-mix(in srgb, var(--sunset-muted) 88%, var(--sunset-accent)));border-radius:max(0px, calc(var(--sunset-radius) - 6px));position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff59}.template-sunset .product-card .product-image:before{content:"";z-index:2;pointer-events:none;mix-blend-mode:soft-light;opacity:.8;background:radial-gradient(circle at 0 0,#ffd69f38,#0000 34%),linear-gradient(145deg,#ffffff1a,#0000 42%);transition:opacity .3s;position:absolute;inset:0}.template-sunset .product-card .product-image:after{content:"";z-index:3;pointer-events:none;opacity:.7;background:linear-gradient(#ffffff14,#0000 28% 72%,#43190b14);transition:opacity .3s;position:absolute;inset:0}.template-sunset .product-card img{object-fit:cover;filter:saturate(1.035)contrast(1.025)brightness(1.015);width:100%;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .45s;display:block;transform:scale(1.001)}@media (hover:hover) and (pointer:fine){.template-sunset .product-card:hover img{filter:saturate(1.09)contrast(1.045)brightness(1.025);transform:scale(1.045)}.template-sunset .product-card:hover .product-image:before{opacity:1}.template-sunset .product-card:hover .product-image:after{opacity:.45}}.template-sunset .product-card>*{position:relative}.template-sunset .product-card h1,.template-sunset .product-card h2,.template-sunset .product-card h3,.template-sunset .product-card h4{color:var(--sunset-foreground);letter-spacing:-.035em;text-wrap:balance;font-weight:680;line-height:1.12}.template-sunset .product-card p{color:color-mix(in srgb, var(--sunset-foreground) 62%, transparent);line-height:1.5}.template-sunset .product-card .price{color:var(--sunset-primary);letter-spacing:-.035em;font-variant-numeric:tabular-nums;text-shadow:0 1px #ffffff80;font-weight:800;display:inline-block;position:relative}.template-sunset .product-card .price:after{content:"";background:linear-gradient(90deg, var(--sunset-accent), transparent);opacity:.55;height:1px;position:absolute;bottom:-3px;left:0;right:20%}.template-sunset .product-card button{isolation:isolate;background:linear-gradient(135deg, var(--sunset-primary), color-mix(in srgb, var(--sunset-primary) 78%, var(--sunset-accent)));color:#fff;border:1px solid color-mix(in srgb, var(--sunset-primary) 88%, #000);border-radius:max(10px, calc(var(--sunset-radius) - 4px));letter-spacing:-.015em;width:100%;min-height:44px;box-shadow:0 4px 10px color-mix(in srgb, var(--sunset-primary) 20%, transparent), 2px 2px 0 color-mix(in srgb, var(--sunset-foreground) 12%, transparent);padding:10px 18px;font-family:inherit;font-size:14px;font-weight:720;transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s,filter .18s;position:relative;overflow:hidden;transform:translateZ(0)}.template-sunset .product-card button:before{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#ffffff3d,#0000);width:40%;transition:left .5s cubic-bezier(.22,1,.36,1);position:absolute;top:0;bottom:0;left:-60%;transform:skew(-18deg)}@media (hover:hover) and (pointer:fine){.template-sunset .product-card button:hover{filter:brightness(1.04)saturate(1.05);box-shadow:0 7px 18px color-mix(in srgb, var(--sunset-primary) 26%, transparent), 3px 3px 0 color-mix(in srgb, var(--sunset-foreground) 15%, transparent);transform:translate(-1px,-1px)}.template-sunset .product-card button:hover:before{left:120%}}.template-sunset .product-card button:active{box-shadow:1px 1px 0 color-mix(in srgb, var(--sunset-foreground) 14%, transparent);transform:translate(1px,1px)}.template-sunset .product-card button.secondary,.template-sunset .product-card .button-secondary{background:color-mix(in srgb, var(--sunset-accent) 10%, transparent);color:var(--sunset-primary);border-color:color-mix(in srgb, var(--sunset-primary) 22%, var(--sunset-border));box-shadow:none}@media (hover:hover) and (pointer:fine){.template-sunset .product-card button.secondary:hover,.template-sunset .product-card .button-secondary:hover{background:color-mix(in srgb, var(--sunset-primary) 10%, var(--sunset-muted));color:var(--sunset-primary);box-shadow:0 5px 14px color-mix(in srgb, var(--sunset-primary) 10%, transparent)}}.template-sunset .product-card .badge{background:linear-gradient(135deg, color-mix(in srgb, var(--sunset-accent) 16%, transparent), color-mix(in srgb, var(--sunset-primary) 7%, transparent));min-height:24px;color:var(--sunset-primary);border:1px solid color-mix(in srgb, var(--sunset-primary) 20%, var(--sunset-border));letter-spacing:.025em;border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:10px;font-weight:750;display:inline-flex;box-shadow:inset 0 1px #ffffff73}.template-sunset .product-card .muted{background:color-mix(in srgb, var(--sunset-muted) 88%, var(--sunset-card));border:1px solid var(--sunset-border);color:color-mix(in srgb, var(--sunset-foreground) 62%, transparent)}.template-sunset .product-card hr,.template-sunset .product-card .divider{background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--sunset-border) 90%, var(--sunset-accent)), transparent);border:0;height:1px;margin:0}.template-sunset .product-card button:focus-visible,.template-sunset .product-card a:focus-visible{outline:2px solid var(--sunset-primary);outline-offset:3px;box-shadow:0 0 0 5px color-mix(in srgb, var(--sunset-primary) 13%, transparent)}.template-sunset .product-card ::selection{background:var(--sunset-accent);color:var(--sunset-foreground)}@media (max-width:640px){.template-sunset{background:radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--sunset-accent) 10%, transparent), transparent 34%), var(--sunset-background)}.template-sunset .product-card{border-radius:var(--custom-border-radius,13px);box-shadow:0 1px 2px #3e1b100a, 0 7px 18px #3e1b100e, 2px 2px 0 color-mix(in srgb, var(--sunset-primary) 17%, transparent)}.template-sunset .product-card button{min-height:44px}.template-sunset .product-card:before{left:12%;right:12%}.template-sunset .product-card:after{font-size:7px;bottom:8px;right:9px}.template-sunset .product-card .product-image{border-radius:max(0px, calc(var(--custom-border-radius,13px) - 5px))}}@media (hover:none){.template-sunset .product-card:hover,.template-sunset .product-card:hover img{transform:none}.template-sunset .product-card:hover:before{left:9%;right:9%}.template-sunset .product-card:hover:after{color:color-mix(in srgb, var(--sunset-primary) 38%, transparent);opacity:.55;transform:none}}@media (prefers-reduced-motion:reduce){.template-sunset .product-card,.template-sunset .product-card img,.template-sunset .product-card button,.template-sunset .product-card button:before,.template-sunset .product-card:before,.template-sunset .product-card:after,.template-sunset .product-card .product-image:before,.template-sunset .product-card .product-image:after{transition:none;animation:none}.template-sunset .product-card:hover,.template-sunset .product-card:hover img{transform:none}}@media (prefers-contrast:more){.template-sunset .product-card{border-color:var(--sunset-primary);box-shadow:3px 3px 0 var(--sunset-primary)}.template-sunset .product-card button{border-color:var(--sunset-foreground)}}
.template-ocean{--template-primary:#0077b6;--template-accent:#00d4ff;--template-background:#f1fbfe;--template-foreground:#063b57;--template-card:#fff;--template-muted:#e8f8fc;--template-border:#cdebf3;--ocean-primary:var(--custom-primary,var(--template-primary));--ocean-accent:var(--custom-accent,var(--template-accent));--ocean-background:var(--custom-background,var(--template-background));--ocean-foreground:var(--custom-foreground,var(--template-foreground));--ocean-card:var(--custom-card,var(--template-card));--ocean-muted:var(--custom-muted,var(--template-muted));--ocean-border:var(--custom-border,var(--template-border));color:var(--ocean-foreground);background:radial-gradient(ellipse 70% 55% at 0% 0%, #00d4ff26, transparent 65%), radial-gradient(ellipse 65% 55% at 100% 100%, #0077b61f, transparent 65%), radial-gradient(circle at 50% 45%, #fffc, transparent 38%), var(--ocean-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;isolation:isolate;position:relative}.template-ocean:before{content:"";z-index:-2;pointer-events:none;filter:blur(10px);background:radial-gradient(circle at 20% 25%,#00d4ff0e,#0000 22%),radial-gradient(circle at 80% 70%,#0077b60b,#0000 25%);position:absolute;inset:0}.template-ocean:after{content:"";z-index:-1;pointer-events:none;opacity:.22;background:repeating-radial-gradient(at 50% 0,#00b4d809 0 1px,#0000 1px 15px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 75%);mask-image:linear-gradient(#000,#0000 75%)}.template-ocean .product-card{isolation:isolate;background:linear-gradient(145deg, #fffffff0, #ffffffc2 38%, var(--ocean-card) 72%);border:1px solid var(--ocean-border);border-radius:var(--custom-border-radius,19px);transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s,border-color .3s,background .3s;position:relative;overflow:hidden;box-shadow:0 1px 2px #004b6e09,0 8px 22px #0077b612,0 24px 55px #0077b60e,inset 0 1px #ffffffe6}.template-ocean .product-card:before{content:"";z-index:-1;opacity:.72;pointer-events:none;background:radial-gradient(at 15% 10%,#00d4ff26,#0000 32%) 50%/100% 100%,radial-gradient(at 85% 90%,#0077b61a,#0000 35%) 50%/100% 100%,linear-gradient(115deg,#0000 30%,#ffffff8c 48%,#0000 65%) 120% 0/240% 100%;transition:opacity .4s,transform .7s cubic-bezier(.22,1,.36,1),background-position .8s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:rotate(0)}.template-ocean .product-card:after{content:"";background:linear-gradient(90deg, transparent, #00d4ff26 10%, var(--ocean-accent) 35%, #fff 50%, var(--ocean-primary) 68%, #00d4ff26 90%, transparent);opacity:.72;pointer-events:none;border-radius:999px;height:2px;transition:left .35s,right .35s,opacity .35s;position:absolute;top:0;left:9%;right:9%;box-shadow:0 0 8px #00d4ff38,0 0 20px #00b4d814}@media (hover:hover) and (pointer:fine){.template-ocean .product-card:hover{border-color:color-mix(in srgb, var(--ocean-accent) 48%, var(--ocean-border));background:linear-gradient(145deg, #fffffffa, #ffffffd1 38%, var(--ocean-card) 72%);transform:translateY(-6px)scale(1.008);box-shadow:0 2px 4px #004b6e0a,0 18px 42px #0077b621,0 0 30px #00d4ff13,0 0 70px #0077b60b,inset 0 1px #fff}.template-ocean .product-card:hover:before{opacity:1;background-position:50%,50%,-25% 0;transform:rotate(-2deg)translate(2%)}.template-ocean .product-card:hover:after{opacity:1;left:16%;right:16%}}.template-ocean .product-card .product-image{background:radial-gradient(circle at 30% 20%, #00d4ff21, transparent 45%), radial-gradient(circle at 75% 80%, #0077b614, transparent 45%), var(--ocean-muted);border-radius:max(0px, calc(var(--custom-border-radius,19px) - 6px));position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff8c,inset 0 -20px 40px #0077b60b}.template-ocean .product-card img{object-fit:cover;filter:brightness(1.015)contrast(1.015)saturate(1.055);width:100%;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .5s;display:block}.template-ocean .product-card .product-image:after{content:"";mix-blend-mode:screen;pointer-events:none;background:linear-gradient(135deg,#fff3,#0000 24% 56%,#00d4ff13),linear-gradient(#ffffff14,#0000 34%,#0077b612);position:absolute;inset:0}.template-ocean .product-card .product-image:before{content:"";z-index:2;opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:38%;height:120%;transition:left .7s cubic-bezier(.22,1,.36,1),opacity .3s;position:absolute;top:-10%;left:-65%;transform:skew(-18deg)}@media (hover:hover) and (pointer:fine){.template-ocean .product-card:hover img{filter:brightness(1.045)contrast(1.025)saturate(1.11);transform:scale(1.045)}.template-ocean .product-card:hover .product-image:before{opacity:1;left:125%}}.template-ocean .product-card h1,.template-ocean .product-card h2,.template-ocean .product-card h3,.template-ocean .product-card h4{color:var(--ocean-foreground);letter-spacing:-.035em;font-weight:650;line-height:1.13}.template-ocean .product-card p{color:color-mix(in srgb, var(--ocean-foreground) 58%, transparent);line-height:1.5}.template-ocean .product-card .price{color:var(--ocean-primary);letter-spacing:-.035em;text-shadow:0 2px 12px #0077b61f;font-weight:750}.template-ocean .product-card button{background:linear-gradient(110deg, var(--ocean-primary), #009dca 42%, var(--ocean-accent));color:#fff;border-radius:var(--custom-border-radius,14px);letter-spacing:-.015em;border:1px solid #ffffff4d;width:100%;min-height:44px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .18s,filter .2s,box-shadow .22s,background .22s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0077b629,0 8px 24px #00b4d814,inset 0 1px #ffffff52}.template-ocean .product-card button:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff61,#0000);width:42%;transition:left .6s cubic-bezier(.22,1,.36,1);position:absolute;top:0;bottom:0;left:-70%;transform:skew(-20deg)}@media (hover:hover) and (pointer:fine){.template-ocean .product-card button:hover{filter:brightness(1.055);box-shadow:0 7px 18px #0077b633,0 0 22px #00d4ff1a,inset 0 1px #fff6}.template-ocean .product-card button:hover:before{left:130%}}.template-ocean .product-card button:active{transform:scale(.975)}.template-ocean .product-card .button-secondary{color:var(--ocean-primary);border:1px solid var(--ocean-border);background:linear-gradient(135deg,#00d4ff14,#ffffff80);box-shadow:inset 0 1px #ffffffa6}@media (hover:hover) and (pointer:fine){.template-ocean .product-card .button-secondary:hover{border-color:color-mix(in srgb, var(--ocean-accent) 38%, var(--ocean-border));background:linear-gradient(135deg,#00d4ff24,#ffffffbf);box-shadow:0 6px 16px #0077b612}}.template-ocean .product-card .badge{min-height:24px;color:var(--ocean-primary);background:linear-gradient(135deg,#00d4ff1c,#0077b60f);border:1px solid #00b4d838;border-radius:999px;align-items:center;padding:4px 9px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #0077b60b,inset 0 1px #fff9}.template-ocean .product-card .muted{border:1px solid var(--ocean-border);color:color-mix(in srgb, var(--ocean-foreground) 58%, transparent);background:linear-gradient(135deg,#00d4ff11,#fff9);box-shadow:inset 0 1px #ffffffa6}.template-ocean .product-card hr,.template-ocean .product-card .divider{background:linear-gradient(90deg,#0000,#00b4d833,#0077b629,#0000);border:0;height:1px}.template-ocean .product-card button:focus-visible,.template-ocean .product-card a:focus-visible{outline:2px solid var(--ocean-accent);outline-offset:3px;box-shadow:0 0 0 5px #00d4ff1a,0 0 22px #00d4ff1f}@media (max-width:640px){.template-ocean .product-card{border-radius:var(--custom-border-radius,14px);box-shadow:0 1px 2px #004d730a,0 8px 20px #0077b611,inset 0 1px #fffc}.template-ocean .product-card button{min-height:44px}.template-ocean .product-card:before{opacity:.5}.template-ocean .product-card:after{left:15%;right:15%}}@media (hover:none){.template-ocean .product-card:hover,.template-ocean .product-card:hover img{transform:none}.template-ocean .product-card:hover .product-image:before{opacity:0}}@media (prefers-reduced-motion:reduce){.template-ocean .product-card,.template-ocean .product-card img,.template-ocean .product-card button,.template-ocean .product-card:before,.template-ocean .product-card:after,.template-ocean .product-card .product-image:before{transition:none!important;animation:none!important}.template-ocean .product-card:hover,.template-ocean .product-card:hover img{transform:none}}
.template-midnight{--template-primary:#ff2bd6;--template-accent:#22e7ff;--template-background:#05060a;--template-foreground:#f7f8ff;--template-card:#0d1018;--template-muted:#151924;--template-border:#22e7ff38;--midnight-primary:var(--custom-primary,var(--template-primary));--midnight-accent:var(--custom-accent,var(--template-accent));--midnight-background:var(--custom-background,var(--template-background));--midnight-foreground:var(--custom-foreground,var(--template-foreground));--midnight-card:var(--custom-card,var(--template-card));--midnight-muted:var(--custom-muted,var(--template-muted));--midnight-border:var(--custom-border,var(--template-border));color:var(--midnight-foreground);background:radial-gradient(ellipse 70% 45% at 0% -10%, color-mix(in srgb, var(--midnight-primary) 14%, transparent), transparent 65%), radial-gradient(ellipse 65% 50% at 100% 105%, color-mix(in srgb, var(--midnight-accent) 13%, transparent), transparent 65%), radial-gradient(circle at 50% 50%, #ffffff05, transparent 45%), var(--midnight-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;isolation:isolate;position:relative}.template-midnight:before{content:"";z-index:-2;pointer-events:none;opacity:.55;background-color:#0000;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:42px 42px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 0%,#000000b3 45%,#0000 85%);mask-image:radial-gradient(#000 0%,#000000b3 45%,#0000 85%)}.template-midnight:after{content:"";z-index:-1;pointer-events:none;opacity:.035;mix-blend-mode:screen;background-image:radial-gradient(#ffffffe6 .5px,#0000 .5px);background-size:5px 5px;position:absolute;inset:0}.template-midnight .product-card{isolation:isolate;background:linear-gradient(145deg, #ffffff0b 0%, #ffffff03 32%, var(--midnight-card) 70%);border:1px solid var(--midnight-border);border-radius:var(--custom-border-radius,16px);transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .3s,box-shadow .32s,background .3s;position:relative;overflow:hidden;box-shadow:0 1px 1px #00000080,0 8px 24px #00000047,0 24px 60px #0000002e,inset 0 1px #ffffff0b}.template-midnight .product-card:before{content:"";z-index:-1;border-radius:inherit;opacity:.7;pointer-events:none;background:linear-gradient(115deg,#22e7ff1f 0%,#0000 20% 52%,#ff2bd61a 82%,#0000 100%);transition:opacity .4s,transform .6s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.template-midnight .product-card:after{content:"";background:linear-gradient(90deg, transparent, var(--midnight-accent) 28%, var(--midnight-primary) 72%, transparent);height:1px;box-shadow:0 0 8px color-mix(in srgb, var(--midnight-accent) 55%, transparent);opacity:.65;pointer-events:none;transition:left .35s,right .35s,opacity .35s;position:absolute;top:0;left:7%;right:7%}.template-midnight .product-card{background-image:linear-gradient(145deg,#ffffff0b,#ffffff03 35%,#0000 70%),linear-gradient(90deg,#22e7ff06 1px,#0000 1px),linear-gradient(#ff2bd606 1px,#0000 1px);background-size:auto,24px 24px,24px 24px}@media (hover:hover) and (pointer:fine){.template-midnight .product-card:hover{border-color:color-mix(in srgb, var(--midnight-accent) 65%, var(--midnight-primary));background:linear-gradient(145deg, #fff1, #ffffff05 35%, var(--midnight-card));box-shadow:0 2px 5px #00000073, 0 18px 42px #00000061, 0 0 30px color-mix(in srgb, var(--midnight-accent) 10%, transparent), 0 0 55px color-mix(in srgb, var(--midnight-primary) 6%, transparent), inset 0 1px 0 #ffffff13;transform:translateY(-6px)scale(1.008)}.template-midnight .product-card:hover:before{opacity:1;transform:translate(2%)translateY(-1%)}.template-midnight .product-card:hover:after{opacity:1;left:14%;right:14%}}.template-midnight .product-card .product-image{background:radial-gradient(circle at 30% 20%, #22e7ff14, transparent 45%), radial-gradient(circle at 75% 80%, #ff2bd614, transparent 45%), var(--midnight-muted);border-radius:max(0px, calc(var(--custom-border-radius,16px) - 5px));position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff09,inset 0 -20px 40px #0000001a}.template-midnight .product-card img{object-fit:cover;filter:brightness(.92)contrast(1.08)saturate(1.08);width:100%;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .5s;display:block}.template-midnight .product-card .product-image:after{content:"";mix-blend-mode:screen;pointer-events:none;background:linear-gradient(135deg,#22e7ff17,#0000 30% 58%,#ff2bd614),linear-gradient(#00000005,#0000 45%,#00000029);position:absolute;inset:0}.template-midnight .product-card .product-image:before{content:"";z-index:2;background:linear-gradient(90deg, transparent, var(--midnight-accent), var(--midnight-primary), transparent);height:1px;box-shadow:0 0 10px color-mix(in srgb, var(--midnight-accent) 70%, transparent);opacity:0;pointer-events:none;position:absolute;top:-20%;left:0;right:0}@media (hover:hover) and (pointer:fine){.template-midnight .product-card:hover img{filter:brightness()contrast(1.1)saturate(1.16);transform:scale(1.045)}.template-midnight .product-card:hover .product-image:before{opacity:.7;animation:1.8s cubic-bezier(.4,0,.2,1) infinite midnight-scan}}@keyframes midnight-scan{0%{top:-5%}to{top:105%}}.template-midnight .product-card h1,.template-midnight .product-card h2,.template-midnight .product-card h3,.template-midnight .product-card h4{color:var(--midnight-foreground);letter-spacing:-.035em;text-shadow:0 1px 14px #ffffff0a;font-weight:650;line-height:1.12}.template-midnight .product-card p{color:color-mix(in srgb, var(--midnight-foreground) 58%, transparent);line-height:1.5}.template-midnight .product-card .price{color:var(--midnight-accent);letter-spacing:-.035em;text-shadow:0 0 14px color-mix(in srgb, var(--midnight-accent) 38%, transparent);font-weight:750}.template-midnight .product-card button{background:linear-gradient(105deg, color-mix(in srgb, var(--midnight-accent) 14%, transparent), color-mix(in srgb, var(--midnight-primary) 13%, transparent));width:100%;min-height:42px;color:var(--midnight-accent);border:1px solid color-mix(in srgb, var(--midnight-accent) 48%, transparent);border-radius:var(--custom-border-radius,14px);letter-spacing:-.015em;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .18s,background .22s,border-color .22s,box-shadow .22s,color .22s;position:relative;overflow:hidden;box-shadow:0 0 0 1px #22e7ff06,inset 0 1px #ffffff12,0 4px 14px #0000002e}.template-midnight .product-card button:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff2e,#0000);width:45%;transition:left .5s cubic-bezier(.22,1,.36,1);position:absolute;top:0;bottom:0;left:-70%;transform:skew(-20deg)}@media (hover:hover) and (pointer:fine){.template-midnight .product-card button:hover{color:#fff;background:linear-gradient(105deg, color-mix(in srgb, var(--midnight-accent) 28%, transparent), color-mix(in srgb, var(--midnight-primary) 24%, transparent));border-color:var(--midnight-accent);box-shadow:0 0 22px color-mix(in srgb, var(--midnight-accent) 17%, transparent), 0 0 42px color-mix(in srgb, var(--midnight-primary) 8%, transparent), inset 0 1px 0 #ffffff1f}.template-midnight .product-card button:hover:before{left:130%}}.template-midnight .product-card button:active{transform:scale(.975)}.template-midnight .product-card .badge{min-height:24px;color:var(--midnight-accent);background:linear-gradient(135deg,#22e7ff1c,#ff2bd612);border:1px solid #22e7ff3d;border-radius:999px;align-items:center;padding:4px 9px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 0 12px #22e7ff0f,inset 0 1px #ffffff0d}.template-midnight .product-card .muted{color:color-mix(in srgb, var(--midnight-foreground) 58%, transparent);background:linear-gradient(135deg,#22e7ff0e,#ffffff05);border:1px solid #ffffff0e;box-shadow:inset 0 1px #ffffff06}.template-midnight .product-card hr,.template-midnight .product-card .divider{background:linear-gradient(90deg,#0000,#22e7ff33,#ff2bd629,#0000);border:0;height:1px}.template-midnight .product-card button:focus-visible,.template-midnight .product-card a:focus-visible{outline:2px solid var(--midnight-accent);outline-offset:3px;box-shadow:0 0 0 5px color-mix(in srgb, var(--midnight-accent) 13%, transparent), 0 0 22px color-mix(in srgb, var(--midnight-accent) 14%, transparent)}@media (max-width:640px){.template-midnight{background-attachment:scroll}.template-midnight .product-card{border-radius:var(--custom-border-radius,13px);box-shadow:0 1px 2px #00000059,0 8px 22px #00000038,inset 0 1px #ffffff09}.template-midnight .product-card button{min-height:44px}.template-midnight .product-card{background-size:auto,20px 20px,20px 20px}}@media (hover:none){.template-midnight .product-card:hover,.template-midnight .product-card:hover img{transform:none}.template-midnight .product-card:hover:before{opacity:.7}.template-midnight .product-card:hover .product-image:before{opacity:0;animation:none}}@media (prefers-reduced-motion:reduce){.template-midnight .product-card,.template-midnight .product-card img,.template-midnight .product-card:before,.template-midnight .product-card:after,.template-midnight .product-card button,.template-midnight .product-card button:before{transition:none!important;animation:none!important}.template-midnight .product-card:hover,.template-midnight .product-card:hover img{transform:none}}
.template-bloom{--template-primary:#d81b60;--template-accent:#f06292;--template-background:#fff8fb;--template-foreground:#3d1728;--template-card:#fff;--template-muted:#fdf0f5;--template-border:#f3d8e2;--bloom-primary:var(--custom-primary,var(--template-primary));--bloom-accent:var(--custom-accent,var(--template-accent));--bloom-background:var(--custom-background,var(--template-background));--bloom-foreground:var(--custom-foreground,var(--template-foreground));--bloom-card:var(--custom-card,var(--template-card));--bloom-muted:var(--custom-muted,var(--template-muted));--bloom-border:var(--custom-border,var(--template-border));--bloom-radius:var(--custom-border-radius,20px);color:var(--bloom-foreground);background:radial-gradient(900px circle at -10% -10%, color-mix(in srgb, var(--bloom-accent) 13%, transparent), transparent 55%), radial-gradient(800px circle at 110% 100%, color-mix(in srgb, var(--bloom-primary) 8%, transparent), transparent 55%), var(--bloom-background);min-height:100%}.template-bloom .product-card{isolation:isolate;background:linear-gradient(180deg, color-mix(in srgb, var(--bloom-card) 99%, var(--bloom-accent)), var(--bloom-card));border:1px solid var(--bloom-border);border-radius:var(--bloom-radius);flex-direction:column;min-width:0;transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s cubic-bezier(.22,1,.36,1),border-color .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #3d172809,0 6px 18px #3d17280b}.template-bloom .product-card:before{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--bloom-accent) 15%, transparent) 0%, transparent 68%);pointer-events:none;opacity:.75;border-radius:50%;width:220px;height:220px;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .35s;position:absolute;top:-100px;right:-100px}.template-bloom .product-card:after{content:"✦";z-index:4;color:var(--bloom-primary);opacity:.28;pointer-events:none;font-family:ui-serif,Georgia,serif;font-size:12px;line-height:1;transition:opacity .25s,transform .35s cubic-bezier(.22,1,.36,1);position:absolute;top:12px;right:14px}@media (hover:hover) and (pointer:fine){.template-bloom .product-card:hover{border-color:color-mix(in srgb, var(--bloom-primary) 28%, var(--bloom-border));box-shadow:0 2px 4px #3d17280a, 0 18px 40px #3d172816, 0 0 35px color-mix(in srgb, var(--bloom-accent) 7%, transparent);transform:translateY(-5px)}.template-bloom .product-card:hover:before{opacity:1;transform:scale(1.18)}.template-bloom .product-card:hover:after{opacity:.62;transform:rotate(10deg)scale(1.15)}}.template-bloom .product-card .product-image{background:linear-gradient(135deg, var(--bloom-muted), color-mix(in srgb, var(--bloom-muted) 75%, white));border-radius:calc(var(--bloom-radius) - 5px);flex:none;position:relative;overflow:hidden}.template-bloom .product-card .product-image img{object-fit:cover;filter:brightness(1.01)saturate(1.035)contrast(1.01);width:100%;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .45s;display:block;transform:scale(1.001)}.template-bloom .product-card .product-image:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#ffffff14 0%,#0000 32% 72%,#3d172809 100%);position:absolute;inset:0}.template-bloom .product-card .product-image:after{content:"";z-index:2;background:linear-gradient(135deg, color-mix(in srgb, var(--bloom-accent) 5%, transparent), transparent 55%);opacity:.65;pointer-events:none;position:absolute;inset:0}@media (hover:hover) and (pointer:fine){.template-bloom .product-card:hover .product-image img{filter:brightness(1.025)saturate(1.075)contrast(1.015);transform:scale(1.045)}}.template-bloom .product-card .product-content{flex-direction:column;flex:1;min-width:0;padding:14px 15px 15px;display:flex}.template-bloom .product-card h1,.template-bloom .product-card h2,.template-bloom .product-card h3,.template-bloom .product-card h4{color:var(--bloom-foreground);letter-spacing:-.025em;text-wrap:balance;margin:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;font-weight:650;line-height:1.16}.template-bloom .product-card p{color:color-mix(in srgb, var(--bloom-foreground) 62%, transparent);line-height:1.5}.template-bloom .product-card .price{color:var(--bloom-primary);letter-spacing:-.035em;align-items:baseline;margin-top:5px;font-size:1.05em;font-weight:750;line-height:1.1;display:inline-flex}.template-bloom .product-card .muted{background:var(--bloom-muted);border:1px solid var(--bloom-border);color:color-mix(in srgb, var(--bloom-foreground) 62%, transparent);border-radius:12px}.template-bloom .product-card button{border:1px solid color-mix(in srgb, var(--bloom-primary) 25%, transparent);border-radius:calc(var(--bloom-radius) - 5px);background:color-mix(in srgb, var(--bloom-primary) 8%, transparent);width:100%;min-height:44px;color:var(--bloom-primary);letter-spacing:-.012em;box-shadow:0 1px 2px color-mix(in srgb, var(--bloom-primary) 5%, transparent);justify-content:center;align-items:center;margin-top:11px;padding:10px 16px;font-size:13px;font-weight:700;transition:background-color .18s,color .18s,border-color .18s,box-shadow .18s,transform .16s;display:inline-flex;position:relative;overflow:hidden}.template-bloom .product-card button:before{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 20%,#ffffff38 50%,#0000 80%);transition:transform .5s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:translate(-120%)}@media (hover:hover) and (pointer:fine){.template-bloom .product-card button:hover{background:var(--bloom-primary);border-color:var(--bloom-primary);color:#fff;box-shadow:0 8px 20px color-mix(in srgb, var(--bloom-primary) 19%, transparent);transform:translateY(-1px)}.template-bloom .product-card button:hover:before{transform:translate(120%)}}.template-bloom .product-card button:active{transform:scale(.975)}.template-bloom .product-card .badge{background:color-mix(in srgb, var(--bloom-primary) 7%, white);border:1px solid color-mix(in srgb, var(--bloom-primary) 17%, transparent);min-height:25px;color:var(--bloom-primary);letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;padding:4px 9px;font-size:10px;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #3d172806}.template-bloom .product-card button:focus-visible,.template-bloom .product-card a:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--bloom-primary) 18%, transparent), 0 0 0 1px var(--bloom-primary);outline:none}@media (min-width:641px) and (max-width:1024px){.template-bloom .product-card{border-radius:var(--custom-border-radius,18px)}.template-bloom .product-card .product-content{padding:13px 14px 14px}.template-bloom .product-card button{min-height:43px}}@media (max-width:640px){.template-bloom .product-card{border-radius:var(--custom-border-radius,16px);box-shadow:0 1px 2px #3d172809,0 6px 18px #3d17280d}.template-bloom .product-card .product-content{padding:12px 12px 13px}.template-bloom .product-card button{border-radius:calc(var(--custom-border-radius,16px) - 4px);min-height:43px;margin-top:9px}.template-bloom .product-card:before{width:145px;height:145px;top:-65px;right:-65px}.template-bloom .product-card:after{font-size:10px;top:11px;right:12px}}@media (max-width:380px){.template-bloom .product-card{border-radius:14px}.template-bloom .product-card .product-content{padding:10px}.template-bloom .product-card h3,.template-bloom .product-card h4{letter-spacing:-.018em}.template-bloom .product-card .price{font-size:.98em}.template-bloom .product-card button{min-height:41px;padding-inline:12px;font-size:12px}}@media (prefers-reduced-motion:reduce){.template-bloom .product-card,.template-bloom .product-card img,.template-bloom .product-card:before,.template-bloom .product-card:after,.template-bloom .product-card button,.template-bloom .product-card button:before{transition:none!important;animation:none!important}.template-bloom .product-card:hover,.template-bloom .product-card:hover img,.template-bloom .product-card button:hover{transform:none}}
.template-gold{--template-primary:#d4af37;--template-accent:#f4e4bc;--template-background:#1a1612;--template-foreground:#faf8f5;--template-card:#25201a;--template-muted:#2d2620;--template-border:#3d352d;--gold-primary:var(--custom-primary,var(--template-primary));--gold-accent:var(--custom-accent,var(--template-accent));--gold-background:var(--custom-background,var(--template-background));--gold-foreground:var(--custom-foreground,var(--template-foreground));--gold-card:var(--custom-card,var(--template-card));--gold-muted:var(--custom-muted,var(--template-muted));--gold-border:var(--custom-border,var(--template-border));--gold-radius:var(--custom-border-radius,22px);--gold-radius-inner:max(12px, calc(var(--gold-radius) - 6px));--gold-black:#0f0c0a;--gold-shadow:0 5px 0 #0000004d, 0 14px 30px #00000038;--gold-shadow-hover:0 8px 0 #0000004d, 0 22px 45px #00000047;--gold-ease:cubic-bezier(.22, 1, .36, 1);color:var(--gold-foreground);background:radial-gradient(600px circle at 5% 0%, #d4af3729, transparent 60%), radial-gradient(600px circle at 95% 10%, #f4e4bc24, transparent 58%), radial-gradient(500px circle at 50% 100%, #d4af3714, transparent 65%), var(--gold-background);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;isolation:isolate;position:relative;overflow:hidden}.template-gold:before{content:"";z-index:-2;filter:blur(12px);pointer-events:none;background:radial-gradient(circle,#d4af374d,#d4af3714 45%,#0000 72%);border-radius:50%;width:280px;height:280px;animation:8s ease-in-out infinite gold-float-one;position:absolute;top:-100px;left:-80px}.template-gold:after{content:"";z-index:-2;filter:blur(10px);pointer-events:none;background:radial-gradient(circle,#f4e4bc3d,#f4e4bc0f 48%,#0000 72%);border-radius:42% 58% 65% 35%;width:260px;height:260px;animation:10s ease-in-out infinite gold-float-two;position:absolute;bottom:-80px;right:-90px}.template-gold .product-card{isolation:isolate;background:linear-gradient(145deg, #172720 0%, var(--gold-card) 42%, #0b1511 100%);border:2px solid var(--gold-border);border-radius:var(--gold-radius);box-shadow:var(--gold-shadow);will-change:transform, box-shadow;transition:transform .26s var(--gold-ease), box-shadow .26s var(--gold-ease), border-color .22s ease;-webkit-tap-highlight-color:transparent;flex-direction:column;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.template-gold .product-card:before{content:"";z-index:3;border-radius:inherit;pointer-events:none;opacity:1;transition:opacity .25s ease, transform .5s var(--gold-ease);background:linear-gradient(125deg,#ffffff24,#0000 22% 60%,#00e88712);position:absolute;inset:0}.template-gold .product-card:after{content:"";z-index:5;background:linear-gradient(90deg, var(--gold-primary), var(--gold-accent));pointer-events:none;height:4px;transition:left .25s var(--gold-ease), right .25s var(--gold-ease);border-radius:0 0 999px 999px;position:absolute;top:0;left:18%;right:18%;box-shadow:0 0 12px #00e88759}@media (hover:hover) and (pointer:fine){.template-gold .product-card:hover{border-color:color-mix(in srgb, var(--gold-primary) 65%, white 5%);box-shadow:var(--gold-shadow-hover), 0 0 0 3px #00e88712, 0 0 35px #00e8871a;transform:translateY(-8px)rotate(-.35deg)}.template-gold .product-card:hover:before{transform:translate(3%,-2%)scale(1.04)}.template-gold .product-card:hover:after{left:10%;right:10%}}.template-gold .product-card .product-image{isolation:isolate;aspect-ratio:1;background:linear-gradient(145deg, var(--gold-muted), #0a1510);border-radius:var(--gold-radius-inner);border:1px solid #ffffff14;flex-shrink:0;position:relative;overflow:hidden}.template-gold .product-card img{object-fit:cover;filter:saturate(1.05)contrast(1.03)brightness(1.02);width:100%;height:100%;transition:transform .6s var(--gold-ease), filter .35s ease;display:block;transform:scale(1)}.template-gold .product-card .product-image:before{content:"";z-index:2;pointer-events:none;mix-blend-mode:screen;opacity:.75;background:linear-gradient(135deg,#ffffff2b,#0000 25% 65%,#00e8871a);position:absolute;inset:0}.template-gold .product-card .product-image:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(#0000,#0000004d);height:42%;position:absolute;bottom:0;left:0;right:0}@media (hover:hover) and (pointer:fine){.template-gold .product-card:hover img{filter:saturate(1.12)contrast(1.06)brightness(1.06);transform:scale(1.08)rotate(.8deg)}}.template-gold .product-card>*{min-width:0}.template-gold .product-card h1,.template-gold .product-card h2,.template-gold .product-card h3,.template-gold .product-card h4{color:var(--gold-foreground);letter-spacing:-.035em;text-wrap:balance;margin:0;font-weight:750;line-height:1.15}.template-gold .product-card .product-name{color:var(--gold-foreground);letter-spacing:-.025em;transition:color .18s ease, transform .18s var(--gold-ease);font-size:16px;font-weight:750;line-height:1.25}@media (hover:hover) and (pointer:fine){.template-gold .product-card:hover .product-name{color:var(--gold-primary);transform:translate(2px)}}.template-gold .product-card p,.template-gold .product-card .description{color:color-mix(in srgb, var(--gold-foreground) 62%, transparent);line-height:1.5}.template-gold .product-card .price{color:var(--gold-primary);letter-spacing:-.04em;font-variant-numeric:tabular-nums;text-shadow:0 0 18px #00e88729;transition:transform .2s var(--gold-ease);font-size:19px;font-weight:850;line-height:1.1}@media (hover:hover) and (pointer:fine){.template-gold .product-card:hover .price{transform:scale(1.04)}}.template-gold .product-card .old-price{color:color-mix(in srgb, var(--gold-foreground) 38%, transparent);font-size:12px;text-decoration:line-through}.template-gold .product-card button{border:2px solid var(--gold-primary);border-radius:max(13px, calc(var(--gold-radius) - 7px));background:linear-gradient(135deg, var(--gold-primary), color-mix(in srgb, var(--gold-primary) 72%, var(--gold-accent)));color:#03100b;letter-spacing:-.015em;cursor:pointer;width:100%;min-height:46px;box-shadow:0 4px 0 color-mix(in srgb, var(--gold-primary) 55%, #000), 0 8px 18px #00e88729;transition:transform .14s var(--gold-ease), box-shadow .14s ease, filter .18s ease;justify-content:center;align-items:center;padding:0 18px;font-family:inherit;font-size:14px;font-weight:800;display:inline-flex;position:relative;overflow:hidden;transform:translateY(0)}.template-gold .product-card button:before{content:"";width:35%;height:300%;transition:transform .65s var(--gold-ease);pointer-events:none;background:#ffffff61;position:absolute;top:-100%;left:-35%;transform:rotate(25deg)translate(-250%)}@media (hover:hover) and (pointer:fine){.template-gold .product-card button:hover{filter:brightness(1.08)saturate(1.08);box-shadow:0 6px 0 color-mix(in srgb, var(--gold-primary) 55%, #000), 0 14px 28px #00e8873d;transform:translateY(-2px)}.template-gold .product-card button:hover:before{transform:rotate(25deg)translate(700%)}}.template-gold .product-card button:active{box-shadow:0 1px 0 color-mix(in srgb, var(--gold-primary) 55%, #000), 0 4px 10px #00e8871f;transform:translateY(3px)scale(.985)}.template-gold .product-card button:focus-visible{outline-offset:4px;outline:3px solid #00e88759}.template-gold .product-card button svg{transition:transform .18s var(--gold-ease);flex-shrink:0}@media (hover:hover) and (pointer:fine){.template-gold .product-card button:hover svg{transform:translate(4px)scale(1.08)}}.template-gold .product-card .badge{border:2px solid color-mix(in srgb, var(--gold-primary) 45%, transparent);background:color-mix(in srgb, var(--gold-primary) 13%, var(--gold-card));min-height:27px;color:var(--gold-primary);transition:transform .18s var(--gold-ease), background .18s ease;border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:11px;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 3px #00000029}@media (hover:hover) and (pointer:fine){.template-gold .product-card:hover .badge{background:color-mix(in srgb, var(--gold-primary) 20%, var(--gold-card));transform:rotate(-2deg)translateY(-2px)}}.template-gold .product-card .muted{background:var(--gold-muted);border:1px solid var(--gold-border);color:color-mix(in srgb, var(--gold-foreground) 60%, transparent)}.template-gold .product-card a{color:var(--gold-primary);transition:color .16s ease, transform .16s var(--gold-ease);text-decoration:none}@media (hover:hover) and (pointer:fine){.template-gold .product-card a:hover{color:var(--gold-accent)}}.template-gold .product-card hr,.template-gold .product-card .divider{background:linear-gradient(90deg, transparent, var(--gold-border), transparent);border:0;height:2px;margin:0}.template-gold .product-card{animation:gold-card-enter .5s var(--gold-ease) both}@keyframes gold-card-enter{0%{opacity:0;transform:translateY(18px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes gold-float-one{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(45px,30px)scale(1.12)}}@keyframes gold-float-two{0%,to{transform:translate(0,0)rotate(0)}50%{transform:translate(-35px,-25px)rotate(12deg)}}@media (max-width:640px){.template-gold{--gold-radius:var(--custom-border-radius,18px)}.template-gold .product-card{border-width:2px;box-shadow:0 4px #00000047,0 10px 24px #0003}.template-gold .product-card .product-image{border-radius:calc(var(--gold-radius) - 6px)}.template-gold .product-card .product-name{font-size:15px}.template-gold .product-card .price{font-size:17px}.template-gold .product-card button{min-height:46px}}@media (hover:none){.template-gold .product-card{animation:none}.template-gold .product-card:active{transform:scale(.975)}.template-gold .product-card img{transition:none}}@media (prefers-reduced-motion:reduce){.template-gold:before,.template-gold:after,.template-gold .product-card{animation:none!important}.template-gold .product-card,.template-gold .product-card img,.template-gold .product-card button,.template-gold .product-card:before,.template-gold .product-card:after{transition:none!important}.template-gold .product-card:hover,.template-gold .product-card:active,.template-gold .product-card:hover img{transform:none!important}}