.ta-product{background:radial-gradient(circle at top left,rgba(230,29,47,.08),transparent 30%),#0b1320;color:#fff;padding:72px 0}.ta-product__hero{width:min(1480px,92%);margin:0 auto;display:grid;grid-template-columns:1.12fr .88fr;gap:56px;align-items:center}.ta-product__gallery{position:relative;min-height:680px;display:grid;grid-template-columns:92px 1fr;gap:28px;align-items:center;padding:38px;border-radius:34px;background:radial-gradient(circle at center,rgba(255,255,255,.08),transparent 58%),#13264d;border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 80px #00000057}.ta-product__stage{min-height:590px;display:flex;align-items:center;justify-content:center;overflow:hidden}.ta-product__image{width:100%;max-width:560px;max-height:560px;object-fit:contain;display:block;filter:drop-shadow(0 30px 48px rgba(0,0,0,.34));transition:opacity .16s ease,transform .28s ease}.ta-product__stage:hover .ta-product__image{transform:scale(1.045)}.ta-product__thumbs{display:flex;flex-direction:column;gap:12px}.ta-product__thumb{width:92px;height:92px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#0b13207a;padding:8px;cursor:pointer;overflow:hidden;transition:border-color .18s ease,transform .18s ease,background .18s ease}.ta-product__thumb:hover,.ta-product__thumb.is-active{border-color:#ff3045;background:#ffffff14;transform:translateY(-2px)}.ta-product__thumb-image{width:100%;height:100%;object-fit:contain;display:block}.ta-product__badge{position:absolute;top:26px;left:26px;z-index:4;padding:9px 15px;border-radius:999px;font-size:1.05rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 14px 34px #00000042}.ta-product__badge--sold{background:#ffffff24;color:#d8dee8}.ta-product__badge--preorder{background:linear-gradient(135deg,#d6a640,#ffdf7a);color:#241500}.ta-product__info{max-width:580px}.ta-product__kicker{margin:0 0 12px;color:#ff3045;font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;font-weight:900}.ta-product__title{margin:0;color:#fff;font-size:clamp(3.3rem,5vw,6.6rem);line-height:.96;letter-spacing:-.055em;font-weight:950}.ta-product__price{margin-top:28px;color:#fff;font-size:clamp(2.9rem,4vw,4.9rem);font-weight:950;letter-spacing:-.04em}.ta-product__stock{display:inline-flex;margin:16px 0 0;padding:7px 13px;border-radius:999px;background:#2dd46b1f;color:#7cff9b;font-size:1.2rem;font-weight:900}.ta-product__stock--sold{background:#ffffff14;color:#b7c0cd}.ta-product form{margin-top:28px}.ta-qty{display:flex;align-items:center;gap:14px;margin:28px 0 18px}.ta-qty-btn{width:46px;height:46px;border-radius:50%;border:0;background:#16284d;color:#fff;font-size:2.4rem;line-height:1;cursor:pointer;transition:transform .18s ease,background .18s ease}.ta-qty-btn:hover{background:#e61d2f;transform:scale(1.05)}.ta-qty-input{width:74px;height:46px;text-align:center;background:#0f1c33;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;font-size:1.8rem;font-weight:900}.ta-qty-input::-webkit-inner-spin-button,.ta-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.ta-qty-input[type=number]{-moz-appearance:textfield}.ta-product__button{width:100%;min-height:58px;border:0;border-radius:16px;background:#e61d2f;color:#fff;font-size:1.55rem;font-weight:950;cursor:pointer;box-shadow:0 20px 54px #e61d2f52;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.ta-product__button:hover{transform:translateY(-2px);background:#ff3045;box-shadow:0 24px 64px #ff304561}.ta-product__button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.shopify-payment-button{margin-top:14px}.shopify-payment-button__button{min-height:56px!important;border-radius:16px!important;font-size:1.45rem!important;font-weight:900!important;overflow:hidden!important}.ta-product__trust{display:grid;gap:10px;margin-top:24px;color:#d8dee8;font-size:1.35rem;font-weight:700}.ta-product__trust p{margin:0}.ta-product__features{width:min(1480px,92%);margin:76px auto 0}.ta-product__features-head{margin-bottom:24px}.ta-product__features-kicker{margin:0 0 8px;color:#ff3045;font-size:1.05rem;letter-spacing:.22em;text-transform:uppercase;font-weight:900}.ta-product__features-head h2{margin:0;color:#fff;font-size:clamp(2.4rem,3vw,4rem);font-weight:950;letter-spacing:-.04em}.ta-product__features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ta-feature-card{background:#13264dd1;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:24px;min-height:150px;box-shadow:0 18px 48px #0003}.ta-feature-card span{display:block;font-size:2.4rem;margin-bottom:18px}.ta-feature-card small{display:block;color:#9fb3c8;font-size:1.1rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.ta-feature-card strong{display:block;color:#fff;font-size:1.5rem;line-height:1.35;font-weight:900}@media screen and (max-width:849px){.ta-product{padding:42px 0 56px}.ta-product__hero{width:calc(100% - 32px);grid-template-columns:1fr;gap:32px}.ta-product__gallery{min-height:430px;display:flex;flex-direction:column;gap:18px;padding:26px;border-radius:24px}.ta-product__stage{min-height:320px;width:100%;order:1}.ta-product__image{max-width:340px;max-height:340px}.ta-product__thumbs{order:2;width:100%;flex-direction:row;overflow-x:auto;gap:10px;padding-bottom:4px;scrollbar-width:none}.ta-product__thumbs::-webkit-scrollbar{display:none}.ta-product__thumb{flex:0 0 72px;width:72px;height:72px;border-radius:14px}.ta-product__badge{top:16px;left:16px;font-size:.92rem}.ta-product__title{font-size:clamp(3.1rem,12vw,5rem)}.ta-product__price{margin-top:22px;font-size:3.2rem}.ta-product__button{min-height:54px}.ta-qty{margin:24px 0 16px}.ta-product__features{width:calc(100% - 32px);margin-top:48px}.ta-product__features-grid{grid-template-columns:1fr;gap:14px}.ta-feature-card{min-height:auto;padding:20px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ta-product.css.map */
