.act-btn{--act-bg:rgb(var(--primary));--act-bg-hover:rgb(var(--primary-hover));--act-fg:rgb(var(--primary-foreground));--act-shirt-first-color:rgb(var(--primary));--act-shirt-first-logo:rgb(var(--primary-foreground));--act-shirt-second-color:rgb(var(--surface));--act-shirt-second-logo:rgb(var(--primary));--act-bg-scale:1;--act-text-o:1;--act-text-x:12px;--act-shirt-y:-16px;--act-shirt-scale:0;--act-shirt-second-y:24px;--act-cart-x:-48px;--act-cart-y:0px;--act-cart-rotate:0deg;--act-cart-scale:0.75;--act-cart-clip:0px;--act-cart-clip-x:0px;--act-cart-tick-offset:10px;-webkit-tap-highlight-color:transparent;appearance:none;outline:none;background:none;border:none;padding:.625rem 1.25rem;width:100%;margin:0;cursor:pointer;position:relative;font-family:inherit;border-radius:var(--radius,.5rem);user-select:none}.act-btn:before{content:"";display:block;position:absolute;inset:0;border-radius:inherit;transition:background .25s;background:var(--act-bg-dynamic,var(--act-bg));transform:scaleX(var(--act-bg-scale)) translateZ(0)}.act-btn:hover:not([disabled]){--act-bg-dynamic:var(--act-bg-hover)}.act-btn:focus-visible{outline:2px solid rgb(var(--primary));outline-offset:3px;box-shadow:0 0 0 4px rgba(var(--primary),.2)}.act-btn[disabled]{cursor:default}.act-btn__text{display:block;text-align:center;position:relative;z-index:1;font-size:.9375rem;font-weight:600;line-height:24px;color:var(--act-fg);opacity:var(--act-text-o);transform:translateX(var(--act-text-x)) translateZ(0)}.act-btn__morph{width:64px;height:13px;position:absolute;left:50%;top:-12px;margin-left:-32px;pointer-events:none;z-index:2}.act-btn__morph path{fill:var(--act-bg-dynamic,var(--act-bg));transition:fill .25s}.act-btn__shirt{pointer-events:none;position:absolute;left:50%;top:0;margin:-12px 0 0 -12px;width:24px;height:24px;transform-origin:50% 100%;transform:translateY(var(--act-shirt-y)) scale(var(--act-shirt-scale));z-index:3}.act-btn__shirt-first{display:block;width:24px;height:24px;position:relative}.act-btn__shirt-first>path{fill:var(--act-shirt-first-color)}.act-btn__shirt-first g path{fill:var(--act-shirt-first-logo)}.act-btn__shirt-second{display:block;width:24px;height:24px;position:absolute;left:0;top:0;clip-path:polygon(0 var(--act-shirt-second-y),24px var(--act-shirt-second-y),24px 24px,0 24px)}.act-btn__shirt-second>path{fill:var(--act-shirt-second-color)}.act-btn__shirt-second g path{fill:var(--act-shirt-second-logo)}.act-btn__cart{pointer-events:none;position:absolute;left:50%;top:10px;margin-left:-18px;transform:translate(var(--act-cart-x),var(--act-cart-y)) rotate(var(--act-cart-rotate)) scale(var(--act-cart-scale)) translateZ(0);z-index:4}.act-btn__cart:before{content:"";display:block;width:22px;height:12px;position:absolute;left:7px;top:7px;background:var(--act-fg);clip-path:polygon(0 0,22px 0,calc(22px - var(--act-cart-clip-x)) var(--act-cart-clip),var(--act-cart-clip-x) var(--act-cart-clip))}.act-btn__cart svg{display:block;width:36px;height:26px;position:relative;z-index:1}.act-btn__cart-shape,.act-btn__cart-wheel{fill:none;stroke:var(--act-fg);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.act-btn__cart-wheel{stroke-width:1.5}.act-btn__cart-tick{fill:none;stroke:rgb(var(--success,34 197 94));stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:10px;stroke-dashoffset:var(--act-cart-tick-offset)}[data-theme=dark] .act-btn,[data-theme=light] .act-btn{--act-shirt-second-color:rgb(var(--card));--act-shirt-second-logo:rgb(var(--primary))}@media (prefers-reduced-motion:reduce){.act-btn:before,.act-btn__cart,.act-btn__morph path,.act-btn__shirt,.act-btn__text{transition:none!important}}.product-card{display:block;text-decoration:none;color:inherit;border-radius:0;overflow:hidden;background:rgb(var(--card));border:1px solid rgb(var(--border));transition:all .3s ease;height:100%;position:relative}.product-card-link-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.product-card:hover{box-shadow:var(--shadow-lg);border-color:rgb(var(--border-hover));transform:translateY(-2px)}.product-card-container{display:flex;flex-direction:column;height:100%}.product-card-image-link{display:block;position:relative;z-index:4}.product-card-image-container{position:relative;width:100%;height:13em;overflow:hidden;background:rgb(var(--surface));border-bottom:1px solid rgb(var(--border));touch-action:pan-y;user-select:none;-webkit-user-select:none}.product-card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:1;transition:opacity .3s ease-in-out;pointer-events:none}.product-card-image.active{opacity:1;z-index:2;pointer-events:auto}.product-card-image-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;z-index:1;transition:opacity .3s ease-in-out;pointer-events:none}.product-card-image-layer.active{opacity:1;z-index:2;pointer-events:auto}.product-card-image-indicators{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:5;pointer-events:auto}.product-card-image-indicator{border:1px solid rgb(var(--border));width:3rem;height:.5rem;background:rgb(var(--text-primary)/.4);border-radius:1rem;transition:all .25s ease;backdrop-filter:blur(4px);cursor:pointer;padding:0;outline:none}.product-card-image-indicator:hover{background:rgb(var(--text-primary)/.7)}.product-card-image-indicator.active{background:rgb(var(--text-primary)/.9);box-shadow:var(--shadow-sm)}@media (hover:none){.product-card-image-container{cursor:grab}.product-card-image-container:active{cursor:grabbing}.product-card-image-indicator{width:3rem;height:.625rem;cursor:default}.product-card-image-indicator:active{background:rgb(var(--text-primary)/.7)}}.product-card-no-image{width:100%;height:100%;background:rgb(var(--surface));color:rgb(var(--text-muted))}.product-card-favorite,.product-card-no-image{display:flex;align-items:center;justify-content:center}.product-card-favorite{position:absolute;top:.75rem;right:.75rem;width:2.25rem;height:2.25rem;border:1px solid rgba(0,0,0,.15);border-radius:50%;background:rgba(var(--white),.9);color:rgb(var(--text-secondary));cursor:pointer;transition:all .2s ease;z-index:10;backdrop-filter:blur(4px);opacity:1;visibility:visible}.product-card-favorite:hover{background:rgba(var(--white),1);color:rgb(var(--danger));transform:scale(1.1);opacity:1;visibility:visible}.product-card-favorite.active{background:rgb(var(--danger));color:rgb(var(--white))}.product-card-favorite.active:hover{background:rgb(var(--danger-hover));color:rgb(var(--white))}.product-card-favorite .icon{opacity:1!important;visibility:visible!important;display:flex!important}.product-card-badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:6px;z-index:2}.product-card-discount-badge{background:rgb(var(--primary));color:rgb(var(--primary-foreground));padding:3px 8px;border-radius:0;font-family:var(--font-ibm-plex-mono),monospace;font-size:.7rem;font-weight:600;letter-spacing:.05em;width:fit-content}.product-card-new-badge{top:-.5rem;left:-.5rem;color:rgb(var(--white));width:65px;height:65px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:900;letter-spacing:.5px;position:relative;transform:rotate(-15deg);z-index:2}.product-card-new-badge:before{content:"✸";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:5rem;color:rgb(var(--danger));z-index:-1;line-height:1}.product-card-recommended-badge{background:rgb(var(--warning));color:rgb(var(--white));padding:4px 8px;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;width:fit-content}.product-card-content{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card-title{margin-bottom:4px}.product-card-name{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;min-height:4.2em}.product-card-price-container{display:flex;align-items:baseline;gap:8px;margin:8px 0}.product-card-current-price [class*=text-]{color:rgb(var(--text-primary))!important}.product-card-current-price{flex-shrink:0}.product-card-original-price .strikethrough{text-decoration:line-through}.product-card-brand{margin-top:auto}.product-card-colors{display:flex;align-items:center;gap:6px;margin-top:.25rem}.product-card-color-dot{width:1rem;height:1rem;border-radius:50%;border:1px solid rgb(var(--border));flex-shrink:0}.product-card-colors-more{margin-left:.25rem}.product-card-out-of-stock{margin-top:.25rem;color:rgb(var(--danger))}@media (max-width:768px){.product-card-content{padding:12px}.product-card-favorite{width:2rem;height:2rem;top:.5rem;right:.5rem}.product-card-badges{top:.5rem;left:.5rem;gap:4px}.product-card-discount-badge,.product-card-recommended-badge{padding:2px 6px;font-size:.7rem}.product-card-new-badge{width:50px;height:50px;font-size:.6rem}.product-card-new-badge:before{font-size:4rem}}@media (max-width:480px){.product-card-image-indicator{width:2rem}}