.smart-main-product{width:100%;font-family:var(--smart-product-font-family, inherit)}.smart-main-product__breadcrumbs{max-width:var(--smart-section-max-width, 1120px);margin:0 auto 1.25rem;display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;font-size:.78rem;font-weight:600;color:#1a1a1a}.smart-main-product__breadcrumbs a{color:inherit;text-decoration:none}.smart-main-product__breadcrumbs span:last-child{color:var(--smart-color-selected-border, #C02127)}.smart-main-product__container{display:grid;grid-template-columns:1fr;gap:2rem;max-width:var(--smart-section-max-width, 1120px)}.smart-main-product__review-badge{min-height:18px}.smart-main-product__review-badge .jdgm-prev-badge{display:inline-flex!important;align-items:center;gap:.35rem}@media screen and (min-width:750px){.smart-main-product__container{grid-template-columns:minmax(0,55%) minmax(320px,1fr);gap:clamp(1.5rem,3vw,3rem)}.smart-main-product--media-right .smart-main-product__media-wrapper{order:2}.smart-main-product--media-right .smart-main-product__info-wrapper{order:1}.smart-main-product--media-small .smart-main-product__container{grid-template-columns:minmax(0,45%) minmax(320px,1fr)}.smart-main-product--media-medium .smart-main-product__container{grid-template-columns:minmax(0,52%) minmax(320px,1fr)}.smart-main-product--media-large .smart-main-product__container{grid-template-columns:minmax(0,56%) minmax(320px,1fr)}}@media screen and (min-width:990px){.smart-main-product__container{gap:clamp(2rem,3vw,3rem)}}.smart-main-product__info-wrapper{display:flex;flex-direction:column;gap:var(--smart-info-text-gap, 8px)}.smart-main-product__info-wrapper--sticky{position:relative}@media screen and (min-width:750px){.smart-main-product__info-wrapper--sticky{position:sticky;top:3rem;align-self:start}}.smart-main-product__vendor{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#666;margin:0}.smart-main-product__title{font-size:1.5rem;font-weight:700;line-height:1.2;margin:0}@media screen and (min-width:750px){.smart-main-product__title{font-size:1.75rem}}.smart-main-product__series{font-size:.85rem;color:#666;margin:0}.smart-main-product__price{display:flex;align-items:baseline;gap:.75rem;margin-top:.25rem}.smart-main-product__price-value{font-size:1.5rem;font-weight:700}.smart-main-product__price-compare{font-size:1rem;color:#999;text-decoration:line-through}.smart-main-product__sold-as{font-size:.85rem;color:#666;margin:0 0 .5rem}.smart-main-product__buy-buttons{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;width:100%}.smart-main-product__subtotal{display:flex;align-items:center;justify-content:space-between;background:var(--smart-color-subtotal-bg, #1A1A1A);border:1.5px solid var(--smart-color-subtotal-bg, #1A1A1A);color:var(--smart-color-subtotal-text, #FFFFFF);padding:.6rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;width:100%}.smart-main-product__subtotal-price{font-weight:700}.smart-main-product__buy-row{display:flex;align-items:center;gap:.75rem;width:100%}.smart-main-product__add-to-cart{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--smart-color-add-to-cart-bg, #C02127);color:var(--smart-color-add-to-cart-text, #fff);border:none;padding:.75rem 1.5rem;border-radius:18px;font-size:13px;font-weight:700;cursor:pointer;transition:opacity .2s;white-space:nowrap;flex:1}.smart-main-product__add-to-cart:hover{opacity:.9}.smart-main-product__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.smart-main-product__cart-icon{width:20px;height:20px;flex-shrink:0}.smart-main-product__wishlist{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1.5px solid var(--smart-color-default-border, #E0E0E0);border-radius:50%;background:transparent;cursor:pointer;transition:border-color .2s;color:#666;flex-shrink:0}.smart-main-product__wishlist:hover{border-color:var(--smart-color-selected-border, #C02127);color:var(--smart-color-selected-border, #C02127)}.smart-gallery{position:relative;display:flex;gap:.75rem}.smart-gallery__share{position:absolute;top:.5rem;right:.5rem;z-index:2;background:transparent;border:none;cursor:pointer;color:#333;padding:.5rem}@media screen and (min-width:1100px){.smart-main-product__buy-buttons{flex-direction:row;align-items:center;gap:1rem}.smart-main-product__subtotal{min-width:210px;width:auto;flex:1 1 210px;padding:.55rem 1rem}.smart-main-product__buy-row{width:auto;flex:0 0 auto}.smart-main-product__add-to-cart{min-width:170px;flex:0 0 auto;padding:.7rem 1.55rem}}.smart-gallery__share svg{width:var(--smart-share-icon-size, 22px);height:var(--smart-share-icon-size, 22px)}.smart-gallery__share:hover{color:#000}.smart-gallery__thumbnails--desktop{display:none}@media screen and (min-width:750px){.smart-gallery__thumbnails--desktop{display:block;width:calc(var(--smart-thumb-size, 64px) + 10px);flex-shrink:0}.smart-gallery__thumbnails-scroll{display:flex;flex-direction:column;gap:.5rem;max-height:500px;overflow-y:auto;scrollbar-width:thin}}.smart-gallery__thumb{position:relative;display:block;width:var(--smart-thumb-size, 64px);height:var(--smart-thumb-size, 64px);border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;background:none;padding:0;transition:border-color .2s;flex-shrink:0}.smart-gallery__thumb img{width:100%;height:100%;object-fit:cover}.smart-gallery__media-badge{position:absolute;right:4px;bottom:4px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;color:#fff;background:#000000ad;box-shadow:0 1px 3px #00000040;pointer-events:none}.smart-gallery__media-badge svg{width:16px;height:16px}.smart-gallery__media-badge--model{font-size:.58rem;font-weight:700;letter-spacing:.02em}.smart-gallery__thumb--active,.smart-gallery__thumb:hover{border-color:var(--smart-color-selected-border, #C02127)}.smart-gallery__main{flex:1;min-width:0;overflow:hidden}.smart-gallery__main-slider{position:relative;width:100%}.smart-gallery__slide{display:none;width:100%}.smart-gallery__slide--active{display:block}.smart-gallery__slide img{width:100%;max-height:clamp(360px,36vw,440px);height:auto;object-fit:contain;display:block}@media screen and (min-width:1200px){.smart-main-product__title{font-size:1.55rem}.smart-main-product__price-value{font-size:1.25rem}}@media screen and (min-width:750px){.smart-main-product--gallery-stacked .smart-gallery{align-items:flex-start}.smart-main-product--gallery-stacked .smart-gallery__thumbnails--desktop,.smart-main-product--gallery-columns .smart-gallery__thumbnails--desktop{display:none}.smart-main-product--gallery-stacked .smart-gallery__main-slider{display:grid;gap:1rem}.smart-main-product--gallery-stacked .smart-gallery__slide,.smart-main-product--gallery-columns .smart-gallery__slide{display:block}.smart-main-product--gallery-columns .smart-gallery__main-slider{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.smart-gallery__video-wrapper{position:relative;width:100%;max-height:440px;padding-bottom:56.25%;overflow:hidden;background:#f7f7f7}.smart-gallery__video-wrapper iframe,.smart-gallery__video-wrapper video,.smart-gallery__video-wrapper model-viewer,.smart-gallery__model-wrapper model-viewer{position:absolute;top:0;left:0;width:100%;height:100%}.smart-gallery__model-wrapper{position:relative;width:100%;min-height:360px;max-height:440px;background:#f7f7f7}.smart-gallery__model-wrapper model-viewer{min-height:360px}.smart-gallery__thumbnails--mobile{display:block;margin-top:.75rem}@media screen and (min-width:750px){.smart-gallery__thumbnails--mobile{display:none}}.smart-gallery__thumbnails-carousel{display:flex;gap:.4rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:none;justify-content:flex-start}.smart-gallery__mobile-progress{display:none}.smart-gallery__thumbnails-carousel::-webkit-scrollbar{display:none}.smart-gallery__thumbnails-carousel .smart-gallery__thumb{width:56px;height:56px;scroll-snap-align:start;flex-shrink:0}.smart-gallery__thumbnails--hide{display:none}.smart-gallery__thumbnails--dots .smart-gallery__thumbnails-carousel{justify-content:center}.smart-gallery__thumbnails--dots .smart-gallery__thumb{width:10px;height:10px;border-radius:50%;background:var(--smart-color-default-border, #E0E0E0)}.smart-gallery__thumbnails--dots .smart-gallery__thumb img{display:none}.smart-gallery__thumbnails--dots .smart-gallery__thumb--active{background:var(--smart-color-selected-border, #C02127)}@media screen and (max-width:989px){.smart-main-product{padding-bottom:18px;overflow-x:clip}.smart-main-product__breadcrumbs{display:none}.smart-main-product__container{grid-template-columns:1fr;gap:12px;width:100%;max-width:100vw;padding-left:clamp(18px,6.6vw,28px);padding-right:clamp(18px,6.6vw,28px);overflow-x:clip;box-sizing:border-box}.smart-main-product--media-small .smart-main-product__container,.smart-main-product--media-medium .smart-main-product__container,.smart-main-product--media-large .smart-main-product__container,.smart-main-product--media-left .smart-main-product__container,.smart-main-product--media-right .smart-main-product__container{grid-template-columns:minmax(0,1fr)!important}.smart-main-product__media-wrapper{width:auto;max-width:none;margin-left:calc(clamp(18px,6.6vw,28px)*-1);margin-right:calc(clamp(18px,6.6vw,28px)*-1)}.smart-main-product__info-wrapper{width:100%!important;gap:3px;min-width:0;max-width:100%;overflow-x:clip}.smart-main-product__vendor{font-size:.68rem;line-height:1.1;letter-spacing:.08em;color:#8b9495}.smart-main-product__title{font-size:1.18rem;line-height:1.12}.smart-main-product__series{font-size:.76rem;line-height:1.15;color:#8b9495}.smart-main-product__review-badge{margin-top:4px}.smart-main-product__review-badge .jdgm-prev-badge__text,.smart-main-product__price{display:none}.smart-main-product__sold-as{margin:2px 0 8px;font-size:.82rem;font-weight:700;color:#7f9293}.smart-main-product__variant-grid-wrapper{margin-top:0;width:100%;max-width:100%;min-width:0;overflow:hidden}.smart-main-product__buy-buttons{display:flex;flex-direction:column;gap:9px;margin-top:12px;width:100%;min-width:0;max-width:100%;overflow:hidden}.smart-main-product__subtotal{width:100%;flex:0 0 auto;min-height:30px;padding:.38rem .75rem;border-color:#8fa0a0;border-radius:999px;font-size:10px;letter-spacing:.01em}.smart-main-product__subtotal-price{font-size:14px}.smart-main-product__buy-row{display:flex;width:100%;flex:0 0 auto;gap:10px}.smart-main-product__add-to-cart{flex:1 1 auto;width:auto;min-width:0;min-height:34px;padding:.45rem 1rem;border-radius:999px;font-size:11px;gap:6px}.smart-main-product__cart-icon{width:16px;height:16px}.smart-main-product__wishlist{flex:0 0 48px;width:48px;height:34px;border-color:#8fa0a0;border-radius:999px}.smart-gallery{flex-direction:column;gap:0}.smart-gallery__thumbnails--desktop{display:none}.smart-gallery__main{width:100%;height:clamp(270px,76vw,360px);min-height:0}.smart-gallery__share{top:10px;right:72px;color:#8fa0a0}.smart-gallery__slide{height:100%;background:#fff}.smart-gallery__slide img{width:100%;height:100%;min-height:0;max-height:none;object-fit:contain;object-position:center center}.smart-gallery__video-wrapper{height:100%;max-height:none;min-height:0;padding-bottom:0}.smart-gallery__model-wrapper,.smart-gallery__model-wrapper model-viewer{min-height:300px}.smart-gallery__thumbnails--mobile{display:block;margin-top:6px;padding-left:clamp(18px,6.6vw,28px);padding-right:0}.smart-gallery__thumbnails-carousel{gap:8px;padding-bottom:9px;scroll-snap-type:x proximity}.smart-gallery__thumbnails-carousel .smart-gallery__thumb{width:59px;height:47px;border-width:1.5px;border-radius:0}.smart-gallery__mobile-progress{display:block;width:112px;height:5px;margin-top:0;margin-left:0;overflow:hidden;border-radius:999px;background:#edf2f2}.smart-gallery__mobile-progress span{display:block;width:34px;height:100%;border-radius:inherit;background:#d5dddd;transition:width .15s ease,transform .15s ease}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/smart-main-product.css.map */
