.product-hero{background:#000;color:#fff;padding:60px 20px}.product-hero__container{max-width:1400px;margin:0 auto}.product-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-hero__media{min-width:0}.product-media{position:relative;min-width:0}.product-media__main{background:transparent;border-radius:0;margin-bottom:20px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.product-media__image{width:100%;height:100%;display:block;border-radius:0;object-fit:cover;transition:opacity .15s ease-in-out}.product-media__thumbs{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;width:100%;touch-action:pan-x;will-change:scroll-position;scroll-behavior:smooth;padding-right:40px;padding-bottom:12px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.5) transparent}.product-media__thumbs::-webkit-scrollbar{height:4px}.product-media__thumbs::-webkit-scrollbar-track{background:transparent}.product-media__thumbs::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:2px}.product-media__thumbs::-webkit-scrollbar-thumb:hover{background:#fffc}.product-media__thumb{flex:0 0 auto;width:80px;background:transparent;border:none;border-radius:10px;padding:0;cursor:pointer;transition:all .3s;scroll-snap-align:start}.product-media__thumb.active{border:3px solid #fff;box-shadow:0 0 10px #ffffff80}.product-media__thumb img{width:100%;display:block;border-radius:8px}.product-media:after{content:"";position:absolute;bottom:0;right:0;width:80px;height:110px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.7) 40%,rgba(0,0,0,.95) 100%);pointer-events:none;z-index:2}.product-hero__info{min-width:0}.product-title{font-size:20px;font-weight:700;text-transform:uppercase;margin-bottom:15px;letter-spacing:1px;background:linear-gradient(135deg,#999,#fff,#ccc,#fff,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-reviews{margin-bottom:15px}.product-reviews .jdgm-preview-badge{display:flex;align-items:center;gap:8px}.product-price{display:flex;align-items:center;gap:15px;margin-bottom:20px}.product-price__sale{background:#ff2800;color:#fff;font-size:22px;font-weight:700;padding:8px 18px;border-radius:6px}.product-price__compare{color:#999;font-size:20px;text-decoration:line-through}.sale-pill{display:inline-block;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:20px;margin-top:8px;line-height:1.4;text-transform:uppercase;letter-spacing:.5px}.product-promo{background:#2996ff;border-radius:12px;padding:20px;margin-bottom:25px}.product-promo__badge{font-size:16px;font-weight:700;margin-bottom:8px;text-transform:uppercase}.product-promo__text{font-size:14px}.promo-highlight{color:#3cff00;font-weight:700}.product-features-heading{font-size:14px;font-weight:700;margin-bottom:15px;text-transform:uppercase}.product-features-grid{display:flex;gap:20px;margin-bottom:25px;overflow-x:auto;-webkit-overflow-scrolling:touch}.feature-item{flex:0 0 auto;text-align:center;min-width:80px}.feature-icon-wrapper{width:60px;height:60px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%}.feature-icon{width:40px;height:40px;object-fit:contain}.feature-label{font-size:10px;text-transform:uppercase;font-weight:600;line-height:1.3}.product-variants{margin-bottom:20px}.variant-selector{margin-bottom:15px}.variant-label{display:block;font-size:12px;font-weight:700;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.variant-select{width:100%;background:#fff;color:#000;border:none;border-radius:8px;padding:14px 50px 14px 20px;font-size:15px;font-weight:500;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center}.variant-select:focus{outline:2px solid #2996FF;outline-offset:2px}.magsafe-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.magsafe-radio{display:none}.magsafe-option{background:#fff;border:3px solid #ddd;border-radius:8px;padding:10px 14px;cursor:pointer;transition:all .3s;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;text-align:left;min-height:50px;position:relative;z-index:1;overflow:hidden}.magsafe-radio:checked+.magsafe-option{background:#2996ff;border-color:transparent;transform:scale(1.02);box-shadow:0 4px 12px #2996ff66}.magsafe-radio:checked+.magsafe-option:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:conic-gradient(from 0deg,transparent 0deg,transparent 70deg,rgba(255,255,255,.3) 80deg,rgba(255,255,255,1) 90deg,rgba(255,255,255,.3) 100deg,transparent 110deg,transparent 360deg);border-radius:6px;animation:borderRotate 2s linear infinite;filter:blur(3px);pointer-events:none}.magsafe-radio:checked+.magsafe-option:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:#2996ff;border-radius:5px;z-index:0}@keyframes borderRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.magsafe-option:hover{border-color:#999}.magsafe-option__icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:10}.magsafe-option__icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0);transition:filter .3s}.magsafe-radio:checked+.magsafe-option .magsafe-option__icon img{filter:brightness(0) invert(1)}.magsafe-option__icon svg{width:26px;height:26px;color:#666;transition:color .3s}.magsafe-radio:checked+.magsafe-option .magsafe-option__icon svg{color:#fff}.magsafe-option__content{display:flex;flex-direction:column;gap:2px;position:relative;z-index:10}.magsafe-option__label{font-size:12px;font-weight:700;color:#000;line-height:1.3;transition:color .3s}.magsafe-radio:checked+.magsafe-option .magsafe-option__label{color:#fff}.magsafe-option__price{font-size:11px;color:#666;font-weight:500;transition:color .3s}.magsafe-radio:checked+.magsafe-option .magsafe-option__price{color:#fff}.product-description{color:#ddd}.product-description h1,.product-description h2,.product-description h3,.product-description h4,.product-description h5,.product-description h6{font-size:var(--heading-size, inherit)!important;line-height:var(--heading-line-height, inherit)!important;font-weight:var(--heading-weight, inherit)!important;margin:0 0 15px}.product-description *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:var(--paragraph-size, 14px)!important;line-height:var(--paragraph-line-height, 1.6)!important}.product-description p{font-weight:400!important;margin:0 0 10px;color:#ddd}.product-description ul,.product-description ol{margin:0 0 10px;padding-left:20px}.product-description li{font-weight:400!important;color:#ddd!important}.gradient-description h1,.gradient-description h2,.gradient-description h3,.gradient-description h4,.gradient-description h5,.gradient-description h6{background:linear-gradient(135deg,silver,#fff,silver);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-actions{display:flex;gap:15px;margin-bottom:20px}.product-quantity{display:flex;align-items:center;background:transparent;border:1px solid #444;border-radius:8px}.qty-btn{background:transparent;color:#fff;border:none;width:45px;height:50px;font-size:18px;cursor:pointer;transition:background .2s}.qty-btn:hover{background:#ffffff1a}.qty-input{background:transparent;color:#fff;border:none;width:60px;height:50px;text-align:center;font-size:16px;font-weight:600}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{display:none}.product-atc{flex:1;background:#fff;color:#000;border:none;border-radius:50px;padding:16px 32px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.product-atc:hover:not(:disabled){background:#f0f0f0;transform:translateY(-2px)}.product-atc:disabled{opacity:.5;cursor:not-allowed}.product-shipping{display:flex;align-items:center;gap:10px;font-size:13px;color:#999}.product-shipping svg{width:18px;height:18px;flex-shrink:0}.product-dynamic-checkout{margin-top:15px}.product-dynamic-checkout .shopify-payment-button{margin:0}.product-dynamic-checkout .shopify-payment-button__button{border-radius:50px;font-size:15px;font-weight:600;min-height:50px}.product-dynamic-checkout .shopify-payment-button__more-options{margin-top:12px;font-size:14px;color:#999;text-align:center}@media (max-width: 768px){.product-hero{padding:40px 16px}.product-hero__grid{grid-template-columns:1fr;gap:30px}.product-title{font-size:18px}.product-price__sale{font-size:20px;padding:6px 14px}.product-price__compare{font-size:18px}.product-media__thumb{width:70px}.product-media:after{width:100px}.product-media__thumbs{padding-right:60px}.product-features-grid{gap:15px}.feature-item{min-width:70px}.feature-icon-wrapper{width:50px;height:50px}.feature-icon{width:30px;height:30px}.feature-label{font-size:9px}.product-actions{flex-direction:row;gap:10px}.product-quantity{flex:0 0 auto}.product-atc{flex:1}.magsafe-options{gap:10px}.magsafe-option{padding:8px 12px;min-height:48px;gap:8px}.magsafe-option__icon{width:24px;height:24px}.magsafe-option__icon svg{width:22px;height:22px}.magsafe-option__label{font-size:11px}.magsafe-option__price{font-size:10px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/product-forged.css.map */
