.custom-product-grid{background-color:var(--color-background);width:100%}.custom-product-grid__container{max-width:1400px;margin:0 auto;padding:0 20px}.custom-product-grid__title{color:var(--color-text-primary);font-size:clamp(24px,4vw,36px);font-weight:700;text-align:center;margin:0 0 40px}.custom-product-grid__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media screen and (max-width:1100px){.custom-product-grid__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:749px){.custom-product-grid__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media screen and (max-width:480px){.custom-product-grid__grid{grid-template-columns:1fr;max-width:350px;margin:0 auto;gap:16px}.custom-product-grid__grid--mobile-2{grid-template-columns:repeat(2,1fr);max-width:100%;gap:12px}.custom-product-grid__grid--mobile-2 .custom-product-card__content{padding:12px}.custom-product-grid__grid--mobile-2 .custom-product-card__title{font-size:11px}.custom-product-grid__grid--mobile-2 .custom-product-card__price-sale{font-size:16px}.custom-product-grid__grid--mobile-2 .custom-product-card__price-compare{font-size:11px}.custom-product-grid__grid--mobile-2 .custom-product-card__buttons{flex-direction:column;gap:8px}.custom-product-grid__grid--mobile-2 .custom-product-card__cart-btn{width:100%!important;min-width:100%!important}.custom-product-grid__grid--mobile-2 .custom-product-card__access-btn{font-size:11px;padding:10px 12px}.custom-product-grid__grid--mobile-2 .custom-product-card__badge{font-size:8px;padding:4px 8px}}.custom-product-card{display:flex;flex-direction:column;background-color:var(--color-background-card);border:1px solid var(--color-border);border-radius:16px;overflow:hidden;transition:all .3s ease}.custom-product-card:hover{border-color:var(--color-accent);box-shadow:0 0 25px rgba(var(--color-accent-rgb),.15)}.custom-product-card__media{position:relative;width:100%;aspect-ratio:1 / 1;background-color:var(--color-background-secondary);overflow:hidden}.custom-product-card__media a{display:block;width:100%;height:100%}.custom-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.custom-product-card:hover .custom-product-card__media img{transform:scale(1.05)}.custom-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--color-background-secondary)}.custom-product-card__placeholder svg{width:60%;height:60%;fill:var(--color-border)}.custom-product-card__badge{position:absolute;bottom:12px;right:12px;background-color:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--color-accent);font-size:11px;font-weight:700;text-transform:uppercase;padding:6px 14px;border-radius:6px;letter-spacing:.5px;border:1px solid var(--color-accent)}.custom-product-card__best-seller-badge{position:absolute;top:14px;right:14px;z-index:3;padding:7px 14px;color:var(--color-text-primary, #ffffff);font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:999px;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff38;pointer-events:none}.custom-product-card__content{display:flex;flex-direction:column;padding:20px;flex-grow:1}.custom-product-card__title{margin:0 0 12px;font-size:14px;font-weight:700;line-height:1.3;text-transform:uppercase}.custom-product-card__title a{text-decoration:none;color:inherit}.custom-product-card__title-prefix,.custom-product-card__title-highlight{color:var(--color-accent)}.custom-product-card__title-text{color:var(--color-text-primary)}.custom-product-card:hover .custom-product-card__title a{color:var(--color-accent)}.custom-product-card__price{display:flex;align-items:center;gap:10px;margin-bottom:16px}.custom-product-card__price-sale{color:var(--color-accent);font-size:20px;font-weight:700}.custom-product-card__price-compare{color:var(--color-text-muted);font-size:14px;font-weight:400;text-decoration:line-through}.custom-product-card__buttons{display:flex;align-items:stretch;gap:8px;margin-top:auto}.custom-product-card__cart-form{display:flex;margin:0;padding:0}button.custom-product-card__cart-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:50px!important;min-width:50px!important;height:48px!important;padding:0!important;margin:0!important;color:var(--color-text-primary, #ffffff)!important;background:linear-gradient(180deg,#ffffff14,#ffffff05),#141414a6!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important;cursor:pointer!important;box-shadow:inset 0 1px #ffffff2e,inset 0 -1px #0006,0 2px 6px #00000059!important;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease!important;-webkit-appearance:none!important;appearance:none!important}button.custom-product-card__cart-btn svg{width:20px!important;height:20px!important;stroke:currentColor!important;fill:none!important;display:block!important}button.custom-product-card__cart-btn:hover{border-color:rgba(var(--color-accent-rgb),.5)!important;transform:translateY(-1px)!important;box-shadow:inset 0 1px #ffffff38,inset 0 -1px #0006,0 4px 10px #0006,0 0 0 1px rgba(var(--color-accent-rgb),.18)!important}button.custom-product-card__cart-btn:active{transform:translateY(0)!important;box-shadow:inset 0 2px 4px #00000080,inset 0 -1px #ffffff0d!important}.custom-product-card__access-btn{display:flex;align-items:center;justify-content:center;flex-grow:1;height:48px;color:var(--color-background, #0a0a0a);background:linear-gradient(180deg,rgba(var(--color-accent-rgb),1),rgba(var(--color-accent-rgb),.85));border:1px solid rgba(var(--color-accent-rgb),1);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px;text-decoration:none;padding:0 20px;border-radius:12px;box-shadow:inset 0 1px #ffffff73,inset 0 -2px #0000002e,0 4px 12px rgba(var(--color-accent-rgb),.35),0 1px 2px #0003;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.custom-product-card__access-btn:hover{color:var(--color-background, #0a0a0a);filter:brightness(1.05);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff8c,inset 0 -2px #0000002e,0 6px 16px rgba(var(--color-accent-rgb),.45),0 1px 2px #0003}.custom-product-card__access-btn:active{transform:translateY(0);box-shadow:inset 0 2px 4px #00000040,inset 0 -1px #ffffff26,0 1px 3px #00000040}@media screen and (max-width:749px){.custom-product-card__content{padding:16px}.custom-product-card__title{font-size:12px}.custom-product-card__price-sale{font-size:18px}.custom-product-card__price-compare{font-size:12px}.custom-product-card__cart-btn{width:44px;min-width:44px}.custom-product-card__access-btn{font-size:11px;padding:12px 14px}.custom-product-card__badge{font-size:9px;padding:4px 10px}.custom-product-card__best-seller-badge{top:10px;right:10px;padding:6px 10px;font-size:10px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-product-grid.css.map */
