.tf-product{background:linear-gradient(180deg,#fff 0%,var(--product-gradient) 100%);min-height:100vh}.tf-product__wrapper{width:100%;display:flex;justify-content:center}.tf-product__container{width:100%;max-width:1500px;margin:0 auto;padding:var(--padding-top) 0 var(--padding-bottom)}.tf-product__card{display:block;background:var(--card-bg);border-radius:32px;padding:40px;box-shadow:0 8px 40px #0000001a}.tf-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.tf-product__media{display:block;position:sticky;top:40px}.tf-product__media-main{display:block;margin-bottom:16px}.tf-product__media-item--featured{display:block;aspect-ratio:1;border-radius:24px;overflow:hidden;background:linear-gradient(145deg,#f8f8f8,#f0f0f0)}.tf-product__featured-image{width:100%;height:100%;object-fit:cover}.tf-product__desktop-only{display:block}.tf-product__mobile-only{display:none}.tf-product__thumbnails{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tf-product__thumbnail{display:block;aspect-ratio:1;border-radius:12px;overflow:hidden;border:2px solid #e2e8f0;background:#f5f5f5}.tf-product__thumbnail img{width:100%;height:100%;object-fit:cover}.tf-product__carousel{position:relative;border-radius:16px;overflow:hidden;touch-action:pan-x}.tf-product__carousel-track{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x;overscroll-behavior:contain}.tf-product__carousel-track::-webkit-scrollbar{display:none}.tf-product__carousel-slide{display:block;flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always;aspect-ratio:1;background:linear-gradient(145deg,#f8f8f8,#f0f0f0)}.tf-product__carousel-image{width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.tf-product__carousel-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px}.tf-product__carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#0003;cursor:pointer;padding:0;transition:all .3s}.tf-product__carousel-dot--active{background:var(--accent);width:24px;border-radius:4px}.tf-product__info{display:flex;flex-direction:column;gap:20px}.tf-product__title-wrapper{display:block}.tf-product__title{font-size:clamp(28px,4vw,36px);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text-primary);margin:0}.tf-product__price-wrapper{display:flex;align-items:center;gap:12px}.tf-product__price-compare{font-size:18px;color:var(--text-secondary);text-decoration:line-through}.tf-product__price-current{font-size:24px;font-weight:700;color:var(--text-primary)}.tf-product__price-current--sale{color:var(--accent)}.tf-product__variants{display:flex;flex-direction:column;gap:20px}.tf-product__option{display:block}.tf-product__option-label{display:block;font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:10px}.tf-product__option-value{font-weight:400;color:var(--text-secondary)}.tf-product__option-values{display:flex;flex-wrap:wrap;gap:8px}.tf-product__option-btn{padding:10px 20px;border:2px solid #e2e8f0;border-radius:980px;font-size:14px;font-weight:500;color:var(--text-primary);background:#fff;cursor:pointer;transition:all .2s}.tf-product__option-btn:hover{border-color:var(--accent)}.tf-product__option-btn--active{border-color:var(--accent);background:var(--accent);color:#fff}.tf-product__sticky-atc{position:fixed;bottom:0;left:0;right:0;background:var(--card-bg);box-shadow:0 -4px 20px #0000001a;z-index:999;transform:translateY(100%);transition:transform .3s ease;display:block}.tf-product__sticky-atc--visible{transform:translateY(0)}.tf-product__sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1500px;margin:0 auto;padding:12px 20px}.tf-product__sticky-info{display:flex;flex-direction:column;gap:2px;min-width:0}.tf-product__sticky-title{font-size:14px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tf-product__sticky-price{display:flex;align-items:center;gap:8px}.tf-product__sticky-compare{font-size:13px;color:var(--text-secondary);text-decoration:line-through}.tf-product__sticky-current{font-size:15px;font-weight:700;color:var(--text-primary)}.tf-product__sticky-btn{flex-shrink:0;padding:14px 28px;background:var(--accent);color:#fff;border:none;border-radius:980px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s}.tf-product__sticky-btn:hover:not(:disabled){background:var(--text-primary)}.tf-product__sticky-btn:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 768px){.tf-product__sticky-inner{padding:10px 16px}.tf-product__sticky-title{font-size:13px}.tf-product__sticky-btn{padding:12px 20px;font-size:13px}}.tf-product__color-variants{display:block}.tf-product__color-swatches{display:flex;flex-wrap:wrap;gap:10px}.tf-product__color-swatch{display:block;width:36px;height:36px;border-radius:50%;border:2px solid #e2e8f0;padding:3px;cursor:pointer;transition:all .2s;text-decoration:none}.tf-product__color-swatch:hover{border-color:var(--accent);transform:scale(1.1)}.tf-product__color-swatch--active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent)}.tf-product__swatch-inner{display:block;width:100%;height:100%;border-radius:50%}.tf-product__version-toggle{display:block}.tf-product__version-buttons{display:flex;gap:8px}.tf-product__version-btn{padding:10px 20px;border:2px solid #e2e8f0;border-radius:980px;font-size:14px;font-weight:500;color:var(--text-primary);background:#fff;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center}.tf-product__version-btn:hover{border-color:var(--accent)}.tf-product__version-btn--active{border-color:var(--accent);background:var(--accent);color:#fff}.tf-product__quantity{display:block}.tf-product__quantity-label{display:block;font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:10px}.tf-product__quantity-wrapper{display:inline-flex;align-items:center;border:2px solid #e2e8f0;border-radius:980px}.tf-product__quantity-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--text-primary);transition:background .2s}.tf-product__quantity-btn:hover{background:#f7fafc}.tf-product__quantity-btn svg{width:18px;height:18px}.tf-product__quantity-input{width:50px;text-align:center;border:none;font-size:16px;font-weight:600;color:var(--text-primary);-moz-appearance:textfield}.tf-product__quantity-input::-webkit-outer-spin-button,.tf-product__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none}.tf-product__buttons{display:flex;flex-direction:column;gap:16px;margin-top:20px;margin-bottom:20px}.tf-product__atc{width:100%;padding:18px 32px;background:var(--accent);color:#fff;border:none;border-radius:980px;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:10px}.tf-product__atc:hover:not(:disabled){background:var(--text-primary);transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.tf-product__atc:disabled{background:#ccc;cursor:not-allowed}.tf-product__atc-loading{display:none}.tf-product__dynamic-checkout{display:block}.tf-product__dynamic-checkout .shopify-payment-button__button{border-radius:980px;min-height:54px}.tf-product__dynamic-checkout .shopify-payment-button__more-options{color:var(--accent)!important}.tf-product__dynamic-checkout .shopify-payment-button__more-options:hover{color:var(--text-primary)!important}.tf-product__payment-badges{display:flex;flex-direction:column;align-items:center;gap:10px}.tf-product__payment-label{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.tf-product__payment-icons{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.tf-product__payment-icons .tf-payment-icon{height:24px;width:auto}.tf-product__trust{display:flex;justify-content:space-evenly;padding-top:16px;border-top:1px solid #e2e8f0}.tf-product__trust-item{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary);text-align:center}.tf-product__trust-item svg{width:24px;height:24px;color:var(--accent)}.tf-product__accordions{display:flex;flex-direction:column;gap:12px;margin-top:8px}.tf-product__accordion{display:block;background:#fff9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000a;transition:box-shadow .3s}.tf-product__accordion:hover{box-shadow:0 8px 32px #00000014}.tf-product__accordion-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-size:15px;font-weight:600;color:var(--text-primary);cursor:pointer;background:none;border:none;text-align:left;transition:color .3s}.tf-product__accordion-trigger:hover{color:var(--accent)}.tf-product__accordion-trigger svg{width:20px;height:20px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.tf-product__accordion[data-open=true] .tf-product__accordion-trigger svg{transform:rotate(180deg)}.tf-product__accordion-body{display:block;overflow:hidden;transition:height .4s cubic-bezier(.4,0,.2,1)}.tf-product__accordion-content{display:block;padding:0 24px 20px;font-size:14px;line-height:1.7;color:var(--text-secondary)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 1540px){.tf-product__container{padding:var(--padding-top) 20px var(--padding-bottom)}}@media (max-width: 1024px){.tf-product__container{padding:30px 24px 60px}.tf-product__card{padding:30px;border-radius:24px}.tf-product__inner{gap:40px}}@media (max-width: 768px){.tf-product__container{padding:0 16px 60px}.tf-product__card{padding:20px;border-radius:20px}.tf-product__inner{grid-template-columns:1fr;gap:30px}.tf-product__media{position:static}.tf-product__desktop-only{display:none}.tf-product__mobile-only{display:block}.tf-product__title{font-size:24px}.tf-product__atc{padding:16px 24px;font-size:15px}}.tf-product__info-dot{display:flex;align-items:center;gap:10px}.tf-product__dot{width:10px;height:10px;border-radius:50%;position:relative}.tf-product__dot:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background:inherit;transform:translate(-50%,-50%) scale(1);animation:tf-ripple 2s ease-out infinite}.tf-product__dot--green{background:#22c55e}.tf-product__dot--orange{background:#f97316}.tf-product__dot--red{background:#ef4444}.tf-product__dot-text{font-size:14px;font-weight:500;color:var(--text-secondary)}@keyframes tf-ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:.7}to{transform:translate(-50%,-50%) scale(3.5);opacity:0}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/tf-main-product.css.map */
