*{margin:0;padding:0;box-sizing:border-box;font-family:Merriweather,system-ui;font-weight:400;font-style:normal}html{overflow-x:hidden;overscroll-behavior:none}body{color:#fff;background-color:#000;overflow-x:hidden;overscroll-behavior:none;min-height:100vh}.container{padding:1rem 0;max-width:1200px;margin:0 auto}header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;position:sticky;top:0;background:#000;z-index:50;border-bottom:1px solid rgba(255,255,255,.1)}header img{max-width:120px;height:auto}main{padding:0}.category{margin:0;padding:1.5rem 0}.category:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.category h3{text-align:center;padding:0 1rem 1rem;font-size:1.25rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.products-swipe{display:flex;flex-direction:column;gap:2rem;padding:0 1rem}.product-card-swipe{width:100%}.product-carousel{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#1a1a1a;border-radius:4px}.carousel-track{display:flex;scroll-snap-type:x mandatory;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;height:100%;-webkit-overflow-scrolling:touch}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;background:#1a1a1a;height:100%;cursor:pointer;touch-action:pan-x pinch-zoom}.carousel-item img{width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%}.carousel-indicators{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.indicator{width:8px;height:8px;border-radius:50%;background:#fff6;transition:background .3s;cursor:pointer}.indicator.active{background:#fff}.product-name{text-align:center;padding:.75rem 0;font-size:.875rem;font-weight:400;color:#fff}.products-grid-container{display:flex;flex-direction:column;gap:2rem;padding:0 1rem}.product-card-grid{width:100%}.product-thumbs{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;background:#1a1a1a;border-radius:4px;overflow:hidden}.product-thumbs.single{grid-template-columns:1fr}.thumb-item{aspect-ratio:1;overflow:hidden;cursor:pointer;background:#1a1a1a}.thumb-item img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.thumb-item:active img{transform:scale(.98)}.products-dots{display:flex;flex-direction:column;gap:2rem;padding:0 1rem}.product-card-dots{width:100%}.product-main-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#1a1a1a;border-radius:4px;cursor:pointer}.product-main-image img{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.product-main-image img.loading{opacity:0}.dots-nav{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.dot{width:10px;height:10px;border-radius:50%;background:#fff6;border:none;padding:0;cursor:pointer;transition:all .3s ease}.dot.active{background:#fff;transform:scale(1.2)}.mosaic-grid{columns:2;column-gap:4px;padding:4px}.mosaic-item{break-inside:avoid;margin-bottom:4px;overflow:hidden;cursor:pointer;background:#1a1a1a;border-radius:2px;display:flex;align-items:center;justify-content:center}.mosaic-item:nth-child(11n+1){aspect-ratio:3/4}.mosaic-item:nth-child(11n+2){aspect-ratio:1/1}.mosaic-item:nth-child(11n+3){aspect-ratio:4/3}.mosaic-item:nth-child(11n+4){aspect-ratio:2/3}.mosaic-item:nth-child(11n+5){aspect-ratio:1/1}.mosaic-item:nth-child(11n+6){aspect-ratio:16/10}.mosaic-item:nth-child(11n+7){aspect-ratio:3/4}.mosaic-item:nth-child(11n+8){aspect-ratio:1/1}.mosaic-item:nth-child(11n+9){aspect-ratio:5/4}.mosaic-item:nth-child(11n+10){aspect-ratio:4/5}.mosaic-item:nth-child(11n){aspect-ratio:3/2}.mosaic-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease,opacity .3s ease}.mosaic-item:active img{transform:scale(.98);opacity:.9}.product-group{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:1rem}.mosaic-grouped-item{flex:0 0 auto;overflow:hidden;cursor:pointer;background:#1a1a1a;border-radius:2px;display:flex;align-items:center;justify-content:center;width:calc(50% - 2px)}.mosaic-grouped-item:nth-child(3n+1){aspect-ratio:2/3}.mosaic-grouped-item:nth-child(3n+2){aspect-ratio:1/1}.mosaic-grouped-item:nth-child(3n){aspect-ratio:4/3}.mosaic-grouped-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease,opacity .3s ease}.mosaic-grouped-item:active img{transform:scale(.98);opacity:.9}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:1000;display:none;flex-direction:column;align-items:center;justify-content:center}.lightbox.active{display:flex}.lightbox-close{position:absolute;top:16px;right:16px;width:44px;height:44px;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;z-index:1001;display:flex;align-items:center;justify-content:center;transition:background .3s}.lightbox-close:hover,.lightbox-close:active{background:#fff3}.lightbox-close svg{width:24px;height:24px;stroke:#fff;stroke-width:2}.lightbox-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none}.lightbox-image-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center;transition:transform .1s ease-out;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.lightbox-nav{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:1001}.lightbox-dot{width:10px;height:10px;border-radius:50%;background:#fff6;border:none;padding:0;cursor:pointer;transition:all .3s ease}.lightbox-dot.active{background:#fff;transform:scale(1.2)}.lightbox-arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 8px;pointer-events:none}.lightbox-arrow{width:44px;height:44px;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:auto;transition:background .3s}.lightbox-arrow:hover,.lightbox-arrow:active{background:#fff3}.lightbox-arrow svg{width:24px;height:24px;stroke:#fff;stroke-width:2}.lightbox-arrow:disabled{opacity:.3;cursor:default}.lightbox-hint{position:absolute;bottom:60px;left:50%;transform:translate(-50%);color:#fff9;font-size:.75rem;text-align:center;opacity:1;transition:opacity .5s ease;pointer-events:none}.lightbox-hint.hidden{opacity:0}@media(min-width:640px){.products-swipe,.products-grid-container,.products-dots{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 1.5rem}.mosaic-grid{columns:3;column-gap:6px;padding:6px}.mosaic-item{margin-bottom:6px}.mosaic-grouped-item{width:calc(33.333% - 3px)}.category h3{font-size:1.5rem}header img{max-width:140px}}@media(min-width:1024px){.products-swipe,.products-grid-container,.products-dots{grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 2rem}.mosaic-grid{columns:4;column-gap:8px;padding:8px}.mosaic-item{margin-bottom:8px}.mosaic-grouped-item{width:auto;max-width:300px}.category h3{font-size:1.75rem}.lightbox-arrows{padding:0 24px}}@media(min-width:1280px){.products-swipe,.products-grid-container,.products-dots{grid-template-columns:repeat(4,1fr)}.mosaic-grid{columns:5;column-gap:8px}}@media(max-width:639px){.lightbox-arrows{display:none}}
