.main-content{margin-top:var(--header-height)}.breadcrumb{background-color:var(--color-surface);padding:var(--spacing-lg) 0}.breadcrumb__list{display:flex;align-items:center;gap:var(--spacing-sm);font-size:var(--font-size-sm)}.breadcrumb__item{display:flex;align-items:center;gap:var(--spacing-sm)}.breadcrumb__item:not(:last-child):after{content:"/";color:var(--color-text-muted)}.breadcrumb__link{color:var(--color-text-secondary);transition:color var(--transition-fast)}.breadcrumb__link:hover{color:#ff6a3d}.breadcrumb__item--current{color:var(--color-text-primary);font-weight:var(--font-weight-medium)}.tp-page{--tp-navy-900: #0b1f3a;--tp-navy-800: #122a4d;--tp-navy-700: #1b3a66;--tp-orange-500: #ff6a3d;--tp-orange-600: #e8511f;--tp-bg-light: #f5f7fb;--tp-white: #ffffff;--tp-text-dark: #101826;--tp-text-muted: #5b6b82;--tp-border: #e3e8f0;--tp-radius: 14px;--tp-shadow: 0 8px 24px rgba(11, 31, 58, .08);font-family:var(--font-primary);background-color:var(--tp-bg-light)}.tp-container{max-width:1180px;margin:0 auto;padding:0 24px}.tp-hero{padding:32px 0}.tp-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:start}.tp-gallery{position:sticky;top:calc(var(--header-height) + 24px)}.tp-main-image{position:relative;background:var(--tp-navy-900);border-radius:var(--tp-radius);aspect-ratio:1/1;overflow:hidden;box-shadow:var(--tp-shadow)}.tp-image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.tp-main-image:hover .tp-image{transform:scale(1.04)}.tp-badge{position:absolute;top:16px;left:16px;z-index:2;background:var(--tp-orange-500);color:var(--tp-white);font-size:12px;font-weight:700;padding:6px 12px;border-radius:20px}.tp-zoom-btn{position:absolute;top:16px;right:16px;z-index:2;width:38px;height:38px;border:none;border-radius:50%;background:#ffffffeb;color:var(--tp-navy-900);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.tp-zoom-btn:hover{background:var(--tp-white);color:var(--tp-orange-600);transform:scale(1.08)}.tp-thumbs{display:flex;gap:10px;margin-top:12px}.tp-thumb{width:64px;height:64px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:var(--tp-navy-700);opacity:.6;cursor:pointer;padding:0;transition:all .2s ease}.tp-thumb img{width:100%;height:100%;object-fit:cover;display:block}.tp-thumb.active,.tp-thumb:hover{opacity:1;border-color:var(--tp-orange-500)}.tp-info{display:flex;flex-direction:column}.tp-info form.shopify-product-form{display:contents}.tp-title{font-family:var(--font-primary);font-size:26px;font-weight:800;line-height:1.25;color:var(--tp-navy-900);margin:0 0 8px;order:1;text-align:center}.tp-rating{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--tp-orange-500);font-size:14px;margin-bottom:14px;order:2}.tp-rating-count{color:var(--tp-text-muted)}.tp-price-row{display:flex;align-items:baseline;justify-content:center;gap:12px;margin-bottom:6px;order:3}.tp-price-now{font-size:32px;font-weight:800;color:var(--tp-navy-900)}.tp-price-old{font-size:17px;color:var(--tp-text-muted);text-decoration:line-through}.tp-save-badge{order:4;display:inline-flex;align-self:center;align-items:center;gap:6px;background:#cbdaf7;color:var(--tp-navy-700);font-weight:700;font-size:13px;padding:5px 10px;border-radius:8px;margin-bottom:14px}.tp-installments{order:5;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--tp-navy-900);padding-top:14px;margin-bottom:18px;border-top:1px solid var(--tp-border)}.tp-installments-icon{display:flex;flex-shrink:0;color:var(--tp-orange-500)}.tp-trust-row{order:7;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding-bottom:20px;margin-bottom:18px;border-bottom:1px solid var(--tp-border)}.tp-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.tp-trust-icon{display:flex;align-items:center;justify-content:center;color:var(--tp-navy-900)}.tp-trust-label{font-size:12px;font-weight:600;line-height:1.3;color:var(--tp-navy-900)}.tp-timer{order:8;background:var(--tp-navy-900);border-radius:var(--tp-radius);padding:10px 16px;color:var(--tp-white);margin-bottom:18px}.tp-timer-label{font-size:10.5px;letter-spacing:1px;text-transform:uppercase;color:#aec1e0;text-align:center;margin-bottom:6px;font-weight:700}.tp-timer-units{display:flex;align-items:baseline;justify-content:center;gap:6px}.tp-timer-unit{background:transparent;border-radius:0;padding:0;text-align:center;min-width:30px}.tp-timer-unit .tp-num{font-weight:700;font-size:15px;display:block;color:var(--tp-white)}.tp-timer-unit .tp-lbl{font-size:8px;opacity:.75;letter-spacing:.5px}.tp-timer-sep{align-self:flex-start;font-weight:700;font-size:14px;color:var(--tp-orange-500)}.tp-options{order:9;display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.tp-option-label{display:block;font-size:13px;font-weight:600;color:var(--tp-navy-900);margin-bottom:8px}.tp-color-options{display:flex;gap:10px}.tp-size-options{display:flex;gap:8px;flex-wrap:wrap}.product__size-option{padding:8px 16px;background:var(--tp-white);border:1px solid var(--tp-border);border-radius:8px;font-size:13px;color:var(--tp-navy-900);cursor:pointer;transition:all .2s ease}.product__size-option:hover{border-color:var(--tp-orange-500)}.product__size-option.active{background:var(--tp-navy-900);border-color:var(--tp-navy-900);color:var(--tp-white)}.product__color-option{width:36px;height:36px;border-radius:50%;border:2px solid var(--tp-border);cursor:pointer;transition:all .2s ease}.product__color-option.active{border-color:var(--tp-orange-500);transform:scale(1.1)}.tp-qty-row{order:10;display:flex;align-items:center;gap:14px;margin-bottom:16px}.tp-qty-selector{display:flex;align-items:center;border:1px solid var(--tp-border);border-radius:10px;overflow:hidden}.tp-qty-btn{background:var(--tp-bg-light);border:none;width:36px;height:36px;font-size:16px;font-weight:700;cursor:pointer;color:var(--tp-navy-900)}.tp-qty-btn:hover{background:var(--tp-border)}.tp-qty-value{width:44px;height:36px;border:none;text-align:center;font-weight:700;font-size:14px;-moz-appearance:textfield}.tp-qty-value::-webkit-outer-spin-button,.tp-qty-value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tp-wish-btn{width:40px;height:40px;border-radius:10px;border:1px solid var(--tp-border);background:var(--tp-white);color:var(--tp-orange-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.tp-wish-btn:hover,.tp-wish-btn.active{background:#ffede6;border-color:var(--tp-orange-500)}.tp-btn{order:11;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px;border-radius:10px;font-weight:700;font-size:15px;font-family:var(--font-primary);cursor:pointer;border:none;margin-bottom:12px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.tp-btn:hover{transform:translateY(-1px)}.tp-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.tp-btn-primary{order:11;background:var(--tp-orange-500);color:var(--tp-white);border:2px solid #04101f;box-shadow:0 6px 16px #ff6a3d59}.tp-btn-primary:hover{background:var(--tp-orange-600)}.tp-btn-primary small{display:block;font-weight:500;font-size:11px;opacity:.9}.tp-btn-secondary{order:12;background:var(--tp-white);color:var(--tp-navy-900);border:2px solid #04101f}.tp-btn-secondary:hover{background:var(--tp-navy-900);color:var(--tp-white)}.tp-info #_rsi-buy-now-button{order:12;width:100%;margin-top:2px;margin-bottom:12px}.tp-teaser-card{order:13;background:var(--tp-navy-900);border-radius:var(--tp-radius);padding:28px 26px 26px;margin-bottom:14px;text-align:center}.tp-teaser-badge{display:inline-block;background:var(--tp-orange-500);color:var(--tp-white);font-size:12px;font-weight:700;padding:5px 12px;border-radius:20px;margin-bottom:14px}.tp-teaser-price-row{display:flex;align-items:baseline;justify-content:center;gap:10px;margin-bottom:14px}.tp-teaser-price-now{font-size:26px;font-weight:800;color:var(--tp-white)}.tp-teaser-price-old{font-size:15px;color:#aec1e0;text-decoration:line-through}.tp-teaser-title{color:var(--tp-white);font-size:20px;font-weight:800;line-height:1.35;margin:0 0 14px}.tp-teaser-sub{color:#aec1e0;font-size:14.5px;line-height:1.75;margin:0;text-align:left}.tp-teaser-sub p{margin:0 0 14px}.tp-teaser-sub p:last-child{margin-bottom:0}.tp-teaser-sub ul,.tp-teaser-sub ol{margin:0 0 14px;padding-left:20px}.tp-teaser-sub li{margin-bottom:6px}.tp-chips-row{order:14;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.tp-chip{background:var(--tp-white);border:1px solid var(--tp-border);border-radius:10px;padding:12px 8px;text-align:center}.tp-chip-ic{display:block;font-size:18px;margin-bottom:6px}.tp-chip strong{display:block;font-size:12.5px;color:var(--tp-navy-900);font-weight:700}.tp-chip span{display:block;font-size:11px;color:var(--tp-text-muted);margin-top:2px}.tp-story{padding:40px 0}.tp-story-title{text-align:center;font-size:26px;font-weight:800;margin:0 0 8px;color:var(--tp-navy-900)}.tp-story-sub{text-align:center;color:var(--tp-text-muted);max-width:620px;margin:0 auto 32px;font-size:15px;line-height:1.6}.tp-media-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px}.tp-media-item{background:var(--tp-navy-800);border-radius:var(--tp-radius);overflow:hidden;box-shadow:var(--tp-shadow);display:flex;align-items:center;justify-content:center}.tp-media-item img{width:100%;height:100%;object-fit:contain;display:block}.tp-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.tp-benefit-card{background:var(--tp-white);border-radius:var(--tp-radius);padding:20px;box-shadow:var(--tp-shadow);display:flex;gap:14px}.tp-benefit-ic{width:44px;height:44px;border-radius:10px;background:var(--tp-navy-900);color:var(--tp-orange-500);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.tp-benefit-card h3{font-size:15px;margin:0 0 4px;color:var(--tp-navy-900);font-weight:700}.tp-benefit-card p{font-size:13px;color:var(--tp-text-muted);margin:0;line-height:1.5}.tp-note{text-align:center;font-size:12px;color:var(--tp-text-muted);font-style:italic;margin:24px 0 8px}.tp-closing{text-align:center;font-size:15px;font-weight:700;color:var(--tp-navy-900);margin:0}.tp-steps-wrap{background:var(--tp-navy-900)}.tp-steps-wrap .tp-container{padding:44px 24px}.tp-steps-title{color:var(--tp-white);text-align:center;font-size:24px;margin:0 0 32px;font-weight:800}.tp-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tp-step-card{background:var(--tp-navy-800);border-radius:var(--tp-radius);padding:24px 20px;text-align:center}.tp-step-ic{font-size:34px;margin-bottom:10px}.tp-step-num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--tp-orange-500);color:var(--tp-white);font-weight:800;font-size:12px;margin-bottom:10px}.tp-step-card h3{color:var(--tp-white);font-size:15px;margin:0 0 8px;font-weight:700}.tp-step-card p{color:#aec1e0;font-size:13px;line-height:1.5;margin:0}.tp-social-proof{background:#ffede6;border-radius:var(--tp-radius);padding:18px 24px;text-align:center;font-weight:700;color:var(--tp-orange-600);font-size:14px;max-width:1180px;margin:32px auto}.zoom-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:var(--z-modal);display:none;align-items:center;justify-content:center}.zoom-modal.active{display:flex}.zoom-modal__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000e6;cursor:pointer}.zoom-modal__content{position:relative;max-width:90vw;max-height:90vh;z-index:var(--z-modal)}.zoom-modal__close{position:absolute;top:var(--spacing-lg);right:var(--spacing-lg);width:40px;height:40px;background-color:#ffffffe6;border:none;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--color-text-primary);cursor:pointer;transition:background-color var(--transition-normal);z-index:var(--z-modal)}.zoom-modal__close:hover{background-color:#fff}.zoom-modal__image{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--radius-lg)}.recommended-section{max-width:1180px;margin:0 auto;padding:40px 24px 60px}.recommended-section .section-title{text-align:center;font-size:24px;font-weight:800;color:var(--color-text-primary);margin-bottom:28px}.related-products__grid,.recommended-section .products-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--spacing-xl)}.product-card{background-color:var(--color-background);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-normal);position:relative;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background-color:var(--color-surface)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__wishlist{position:absolute;top:var(--spacing-md);right:var(--spacing-md);width:40px;height:40px;padding:8px;background-color:#fffffff2;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;opacity:0;transition:all var(--transition-normal);z-index:2;cursor:pointer;border:none;color:var(--color-text-secondary)}.product-card__wishlist svg{width:100%;height:100%;overflow:visible;stroke-width:2}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist:hover{background-color:#ff6a3d;color:#fff}.product-card__content{padding:var(--spacing-lg);flex:1;display:flex;flex-direction:column}.product-card__title{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-text-primary);margin-bottom:var(--spacing-sm);line-height:var(--line-height-tight);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:var(--spacing-sm)}.product-card__price--original{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-text-muted);text-decoration:line-through;margin-left:var(--spacing-xs)}.product-card__rating{display:flex;align-items:center;gap:var(--spacing-xs);margin-bottom:var(--spacing-lg)}.product-card__stars{display:flex;gap:2px}.product-card__star{width:14px;height:14px;color:#ff6a3d}.product-card__star--empty{color:var(--color-neutral-300)}.product-card__rating-text{font-size:var(--font-size-sm);color:var(--color-text-muted)}.product-card__actions{display:flex;gap:var(--spacing-sm);margin-top:auto}.product-card__add-to-cart{flex:1;padding:var(--spacing-sm) var(--spacing-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);background-color:#0b1f3a;color:#fff;border:none;border-radius:var(--radius-md);transition:all var(--transition-normal)}.product-card__add-to-cart:hover{background-color:#ff6a3d;transform:translateY(-1px)}.product-card__quick-view{padding:var(--spacing-sm);background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-secondary);transition:all var(--transition-normal);display:flex;align-items:center;justify-content:center;min-width:40px;cursor:pointer}.product-card__quick-view:hover{color:#ff6a3d;border-color:#ff6a3d;transform:translateY(-1px)}@media(max-width:1200px){.related-products__grid,.recommended-section .products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.related-products__grid,.recommended-section .products-grid{grid-template-columns:repeat(3,1fr)}.tp-steps-grid{grid-template-columns:repeat(3,1fr);gap:14px}}@media(max-width:860px){.tp-grid{grid-template-columns:1fr;gap:20px}.tp-gallery{position:static}.tp-hero{padding:20px 0 8px}.tp-container{padding:0 16px}.tp-info{display:flex;flex-direction:column}.tp-title{font-size:20px;order:1}.tp-price-row{order:2;margin-top:4px}.tp-save-badge{order:3}.tp-qty-row{order:4;margin-top:6px}.tp-btn-primary{order:5}.tp-btn-secondary{order:6}.tp-info #_rsi-buy-now-button{order:6;margin-top:2px;margin-bottom:10px}.tp-rating{order:7;margin-top:4px}.tp-installments{order:8}.tp-trust-row{order:9;gap:10px;padding-bottom:14px;margin-bottom:14px}.tp-trust-icon svg{width:22px;height:22px}.tp-trust-label{font-size:10.5px}.tp-timer{order:10;padding:10px 14px;margin-bottom:14px}.tp-timer-unit{min-width:26px;padding:0}.tp-timer-unit .tp-num{font-size:13.5px}.tp-options{order:11}.tp-teaser-card{order:13;padding:22px 18px 20px;margin-top:14px}.tp-teaser-price-now{font-size:22px}.tp-teaser-price-old{font-size:13.5px}.tp-teaser-title{font-size:16.5px}.tp-teaser-sub{font-size:13px;line-height:1.65}.tp-chips-row{order:14;gap:8px;margin-bottom:16px}.tp-chip{padding:10px 6px}.tp-story{padding:28px 0}.tp-story-title{font-size:20px}.tp-story-sub{font-size:13.5px}.tp-media-gallery{grid-template-columns:1fr;gap:10px;margin-bottom:22px}.tp-benefits-grid{grid-template-columns:1fr;gap:12px}.tp-benefit-card{padding:14px}.tp-steps-wrap .tp-container{padding:28px 16px}.tp-steps-title{font-size:19px;margin-bottom:20px}.tp-steps-grid{grid-template-columns:1fr;gap:12px}.tp-social-proof{font-size:12.5px;padding:14px 18px;margin:22px auto}.related-products__grid,.recommended-section .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.tp-thumbs{flex-wrap:wrap}.tp-thumb{width:56px;height:56px}.related-products__grid,.recommended-section .products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.breadcrumb__list{flex-wrap:wrap}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/product.css.map */
