.mpgGeneral{padding-top:40px;padding-bottom:40px;background:#fff}.mpgGeneral,.mpgGeneral *{box-sizing:border-box}.mpgGeneral svg{fill:transparent;stroke:transparent}.mpgGeneral__inner{width:min(100%,1200px);margin:0 auto;padding:0 20px}.mpgGeneral__breadcrumb{display:flex;align-items:center;gap:6px;margin-bottom:20px;color:#8d9095;font-size:14px;line-height:normal}.mpgGeneral__breadcrumb a{color:inherit;text-decoration:none}.mpgGeneral__breadcrumbCurrent{color:#1e1e1e}.mpgGeneral__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:40px;align-items:stretch}.mpgGeneral__mediaArea,.mpgGeneral__infoArea,.mpgGeneral__block{min-width:0}.mpgGeneral__mediaArea{align-self:stretch}.mpgGeneral__infoArea{align-self:start}.mpgGeneral__mediaAreaInner{position:sticky;top:calc(var(--header-height, 0px) + 16px)}.mpgGeneral__mediaStage{position:relative;overflow:hidden}.mpgGeneral__swiper{width:100%;transition:opacity .2s ease,visibility .2s ease}.mpgGeneral__swiper.is-active{position:relative;opacity:1;visibility:visible}.mpgGeneral__swiper.is-hidden{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;pointer-events:none}.mpgGeneral__slide{display:flex;align-items:center;justify-content:center;min-height:560px;background:#fff}.mpgGeneral__slideImage,.mpgGeneral__slideVideo,.mpgGeneral__videoWrap iframe{display:block;width:100%;height:100%}.mpgGeneral__slideImage{object-fit:contain}.mpgGeneral__slide--image{cursor:zoom-in}.mpgGeneral__videoWrap{width:100%;aspect-ratio:1 / 1;background:#000}.mpgGeneral__nav{position:absolute;top:50%;z-index:3;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:999px;background:#0000001a;color:#fff;cursor:pointer;transform:translateY(-50%)}.mpgGeneral__nav svg{width:17px;height:17px}.mpgGeneral__nav--prev{left:16px}.mpgGeneral__nav--next{right:16px}.mpgGeneral__nav span{font-size:28px;line-height:1}.mpgGeneral__nav:disabled,.mpgGeneral__thumbScroll:disabled{opacity:.45;cursor:default}.mpgGeneral__mediaCounter{position:absolute;top:19px;right:24px;z-index:9;display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:40px;background:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-weight:700;font-size:12px}.mpgGeneral__mediaFooter{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;margin-top:20px}.mpgGeneralLightboxBodyLock{overflow:hidden}html.mpgGeneralLightboxBodyLock,body.mpgGeneralLightboxBodyLock{overflow:hidden;touch-action:none}.mpgGeneralLightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#000000e0;display:flex;align-items:center;justify-content:center;padding:24px}.mpgGeneralLightbox[hidden]{display:none!important}.mpgGeneralLightbox__swiper{width:min(100%,980px);height:min(88vh,980px)}.mpgGeneralLightbox__slide{display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}.mpgGeneralLightbox__image{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:#fff}.mpgGeneralLightbox__close,.mpgGeneralLightbox__nav{position:absolute;border:none;border-radius:999px;color:#fff;background:#ffffff2e;cursor:pointer;z-index:5}.mpgGeneralLightbox__close{top:20px;right:20px;width:40px;height:40px;font-size:30px;line-height:1}.mpgGeneralLightbox__nav{top:50%;transform:translateY(-50%);width:44px;height:44px;font-size:28px;line-height:1}.mpgGeneralLightbox__nav--prev{left:20px}.mpgGeneralLightbox__nav--next{right:20px}.mpgGeneral__trustBadges--desktop{display:block;margin-top:20px}.mpgGeneral__trustBadges--mobile{display:none}.mpgGeneral__trustBadgesList{display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:12px;background:#f5f6f7}.mpgGeneral__trustItem{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 0}.mpgGeneral__trustIcon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.mpgGeneral__trustIcon svg{width:32px;height:32px;fill:transparent;stroke:transparent}.mpgGeneral__trustText{display:flex;flex-direction:column;gap:2px;min-width:0}.mpgGeneral__trustTitle{color:#51545a;font-size:12px;font-weight:500}.mpgGeneral__mediaModeTabs{position:relative;width:fit-content;margin:0 auto;padding:4px;border-radius:999px;background:#f5f6f7;display:none;align-items:stretch;justify-content:center;gap:0;--mpg-media-tab-index: 0}.mpgGeneral__mediaModeTabs:before{content:"";position:absolute;top:4px;bottom:4px;left:4px;width:calc(50% - 4px);border-radius:999px;background:#111;transform:translate(calc(var(--mpg-media-tab-index) * 100%));transition:transform .26s cubic-bezier(.2,.8,.2,1)}.mpgGeneral__mediaModeTab{position:relative;z-index:1;flex:1 1 50%;min-width:0;border:none;border-radius:999px;background:transparent;color:#8d9095;padding:8px 24px;display:inline-flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:color .2s ease,opacity .2s ease}.mpgGeneral__mediaModeIcon{display:inline-flex;align-items:center;justify-content:center}.mpgGeneral__mediaModeIcon.video svg{width:14px;height:14px}.mpgGeneral__mediaModeIcon.photo svg{width:20px;height:20px}.mpgGeneral__mediaModeIcon svg path{fill:#8d9095}.mpgGeneral__mediaModeTab.is-active{color:#fff;font-weight:700}.mpgGeneral__mediaModeTab.is-active .photo svg path{fill:transparent}.mpgGeneral__mediaModeTab.is-active .video svg path{fill:#fff}.mpgGeneral__mediaModeTab:not(.is-active):hover{opacity:.9}.mpgGeneral__thumbsPanel{display:grid;grid-template-columns:16px minmax(0,1fr) 16px;gap:10px;align-items:center}.mpgGeneral__thumbScroll{width:16px;height:16px;border:none;background-color:transparent;color:#111;cursor:pointer}.mpgGeneral__thumbScroll svg{width:16px;height:16px;fill:transparent;stroke:transparent}.mpgGeneral__thumbRail{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.mpgGeneral__thumbRail::-webkit-scrollbar{display:none}.mpgGeneral__thumb{flex:0 0 64px;width:64px;height:64px;border:1px solid #EAEBED;border-radius:8px;background:#fff;overflow:hidden;cursor:pointer;opacity:.6}.mpgGeneral__thumb.is-active,.mpgGeneral__videoEntry.is-active{border-color:#0bb3fb;border-width:2px;opacity:1}.mpgGeneral__thumbImage,.mpgGeneral__videoEntryImage{width:100%;height:100%;object-fit:cover}.mpgGeneral__videoEntryPreviewVideo{width:100%;height:100%;object-fit:cover;display:block}.mpgGeneral__videoPanel{padding-left:28px;border-left:1px solid #BEC0C2}.mpgGeneral__videoEntries{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.mpgGeneral__videoEntries::-webkit-scrollbar{display:none}.mpgGeneral__videoEntry{width:64px;height:64px;border:1px solid #EAEBED;border-radius:8px;background:#fff;overflow:hidden;cursor:pointer;opacity:.6}.mpgGeneral__videoEntryThumb{position:relative;display:block;width:100%;height:100%}.mpgGeneral__videoEntryIcon{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#111111b8;color:#fff;font-size:12px}.mpgGeneral__block--title{margin-bottom:8px}.mpgGeneral__block--price,.mpgGeneral__block--installment{margin:16px 0}.mpgGeneral__block--description{margin:16px 0 32px}.mpgGeneral__block--variants,.mpgGeneral__block--purchase{margin:32px 0}.mpgGeneral__block--promo{margin-top:32px}.mpgGeneral__title{margin:0;color:#1e1e1e;font-size:32px;font-weight:700;line-height:normal}.mpgGeneral__priceWrap,.mpgGeneral__purchaseTotals{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.mpgGeneral__priceCurrent,.mpgGeneral__purchaseTotalCurrent{color:#1e1e1e;font-size:32px;font-weight:700;line-height:normal}.mpgGeneral__priceCompare,.mpgGeneral__purchaseTotalCompare{color:#8d9095;font-size:20px;font-weight:500;line-height:normal}.mpgGeneral__priceDiscount,.mpgGeneral__purchaseTotalDiscount{border-radius:999px;background:#f91d12;color:#fff;font-size:16px;font-weight:700;line-height:normal;padding:6px 12px}.mpgGeneral__descriptionCard{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:16px;background:#f5f6f7}.mpgGeneral__description{color:#51545a;font-size:14px;line-height:1.7;overflow:hidden}.mpgGeneral__description.is-collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-clamp:5}.mpgGeneral__descriptionToggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;align-self:center;border:none;background:transparent;color:#0bb3fb;font-size:16px;cursor:pointer}.mpgGeneral__descriptionToggleText{font-weight:500}.mpgGeneral__descriptionToggleIcon{transition:transform .25s ease}.mpgGeneral__descriptionToggleIcon svg{width:32px;height:32px;fill:transparent;stroke:transparent}.mpgGeneral__descriptionToggle[aria-expanded=true] .mpgGeneral__descriptionToggleIcon{transform:rotate(180deg)}.mpgGeneral__variantRadios{display:flex;flex-direction:column;gap:16px}.mpgGeneral__optionField{margin:0;padding:0;border:none}.mpgGeneral__optionLegend{margin-bottom:16px;color:#1e1e1e;font-size:20px;font-weight:700}.mpgGeneral__optionValues{display:grid;gap:16px}.mpgGeneral__optionValues--cols2{grid-template-columns:repeat(2,minmax(0,1fr))}.mpgGeneral__optionValues--cols3{grid-template-columns:repeat(3,minmax(0,1fr))}.mpgGeneral__optionInput{position:absolute;opacity:0;pointer-events:none}.mpgGeneral__optionValue{width:100%;min-height:44px;padding:12px 16px;border-radius:8px;background:#f5f6f7;color:#1e1e1e;font-weight:700;font-size:16px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mpgGeneral__optionInput:checked+.mpgGeneral__optionValue{border:2px solid #0bb3fb;background:#e4f7ff;color:#0bb3fb}.mpgGeneral__optionValue.soldout{opacity:.45}.mpgGeneral__purchaseCard{padding:24px;border-radius:16px;background:#f5f6f7;display:flex;flex-direction:column;gap:16px}.mpgGeneral__purchaseQtyRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.mpgGeneral__purchaseQtyLabel{color:#51545a;font-size:16px;font-weight:700}.mpgGeneral__quantityBox{display:inline-grid;grid-template-columns:32px 32px 32px;align-items:center;border:1px solid #EAEBED;border-radius:4px;overflow:hidden}.mpgGeneral__qtyButton,.mpgGeneral__quantityInput{width:32px;height:32px;border:none;background:#fff;padding:0}.mpgGeneral__qtyButton{display:flex;align-items:center;justify-content:center;color:#1e1e1e;cursor:pointer}.mpgGeneral__qtyButton svg{width:24px;height:24px}.mpgGeneral__quantityInput{text-align:center;text-align-last:center;font-size:14px;border-left:1px solid #EAEBED;border-right:1px solid #EAEBED;color:#8d9095;font-weight:700;outline:none;padding:0;line-height:32px;text-indent:0;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.mpgGeneral__quantityInput::-webkit-outer-spin-button,.mpgGeneral__quantityInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;opacity:0;pointer-events:none}.mpgGeneral__quantityInput[type=number]{appearance:textfield!important;-moz-appearance:textfield!important;-webkit-appearance:none!important;text-align:center!important}.mpgGeneral__quantityInput[type=number]::-webkit-outer-spin-button,.mpgGeneral__quantityInput[type=number]::-webkit-inner-spin-button{display:none!important}.mpgGeneral__purchaseButtons{display:flex;flex-direction:column;gap:12px}.mpgGeneral__purchaseActions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mpgGeneral__purchaseActions--single{grid-template-columns:1fr}.mpgGeneral__addToCart,.mpgGeneral__dynamicCheckout .shopify-payment-button__button{width:100%;height:48px;border-radius:44px}.mpgGeneral__addToCart{border:1px solid #0bb3fb;background:#0bb3fb;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,opacity .2s ease}.mpgGeneral__addToCart:hover:not(:disabled){background:#099fdf;border-color:#099fdf}.mpgGeneral__addToCart.is-loading{pointer-events:none;opacity:.8}.mpgGeneral__addToCart.is-loading:after{content:"";width:16px;height:16px;margin-left:8px;border-radius:50%;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;animation:mpgGeneralBtnSpinner .6s linear infinite;display:inline-flex;flex:0 0 auto}.mpgGeneral__dynamicCheckout shopify-accelerated-checkout{--shopify-accelerated-checkout-button-block-size: 48px;--shopify-accelerated-checkout-button-border-radius: 44px}.mpgGeneral__dynamicCheckout .shopify-payment-button__more-options,.mpgGeneral__dynamicCheckout more-payment-options-link{display:none!important}.mpgGeneral__notifyWrap{width:100%}.mpgGeneral__worryFree{display:flex;flex-wrap:wrap;align-items:center;color:#1e1e1e;font-size:14px}.mpgGeneral__worrySeelText{color:#635bff;font-weight:700;margin-left:4px}.mpgGeneral__worryFreeLink{color:#1a6df5;text-decoration:underline}.mpgGeneral__paymentIcons{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.mpgGeneral__paymentIcon svg{fill:transparent;stroke:transparent;width:38px;height:24px}.mpgGeneral__promoCard{display:flex;flex-direction:column;gap:8px;line-height:normal;padding:24px;border-radius:16px;border:1px solid #AEE6FE;background:linear-gradient(180deg,#fafdff,#e4f7ff)}.mpgGeneral__promoTitle{color:#0bb3fb;font-size:20px;font-weight:700}.mpgGeneral__promoDescription{color:#51545a;margin-bottom:8px}.mpgGeneral__promoCodes{display:flex;padding:12px 16px;border-radius:16px;background-color:#fff;flex-direction:column;gap:8px}.mpgGeneral__promoCodeItem{display:flex;align-items:center;justify-content:space-between}.mpgGeneral__promoCodeText{display:flex;flex-wrap:wrap;font-size:16px;gap:8px;align-items:center}.mpgGeneral__promoCodeLabel{color:#51545a;line-height:normal;font-weight:500}.mpgGeneral__promoCodeValue,.mpgGeneral__promoCodeOffer{color:#1e1e1e;line-height:normal;font-weight:500}.mpgGeneral__promoCopy{padding:8px 12px;border-radius:44px;background:#0bb3fb;color:#fff;white-space:nowrap;line-height:normal;font-size:14px;font-weight:700;cursor:pointer}.mpgGeneral__promoBanner{border-radius:18px;overflow:hidden;max-height:200px}.mpgGeneral__promoBannerLink{display:block}.mpgGeneral__promoBannerImage{display:block;width:100%;border-radius:18px;height:100%;object-fit:cover}.mpgGeneralSticky{position:fixed;left:0;right:0;bottom:0;z-index:65;background:#fff;border-top:1px solid #e9ebee;box-shadow:0 -6px 20px #00000014;padding:10px 20px;transform:translateY(120%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease}.mpgGeneralSticky.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.mpgGeneralSticky__inner{margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px}.mpgGeneralSticky__left{min-width:0}.mpgGeneralSticky__title{color:#1e1e1e;font-size:20px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mpgGeneralSticky__eta{margin-top:4px;color:#1e1e1e;font-size:14px;display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mpgGeneralSticky__eta svg{width:24px;height:24px;fill:transparent;stroke:transparent}.mpgGeneralSticky__etaRow{display:none;color:#8d9095;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mpgGeneralSticky__etaRow .mpgGeneralSticky__etaLabel{margin-right:6px}.mpgGeneralSticky__right{min-width:0;display:grid;grid-template-columns:minmax(150px,220px) minmax(200px,auto) auto;align-items:center;justify-content:end;justify-self:end;width:max-content;max-width:100%;gap:12px}.mpgGeneralSticky__variant{position:relative}.mpgGeneralSticky__variant:after{content:"";position:absolute;top:50%;right:14px;width:10px;height:6px;transform:translateY(-50%);pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%238D9095' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:10px 6px}.mpgGeneralSticky__variantSelect{width:100%;height:40px;border:1px solid #d9dde2;border-radius:8px;background:#fff;color:#1e1e1e;font-size:14px;cursor:pointer;padding:0 36px 0 12px;appearance:none;-webkit-appearance:none;-moz-appearance:none}.mpgGeneralSticky__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mpgGeneralSticky__priceCurrent{color:#111;font-size:24px;font-weight:700;line-height:normal}.mpgGeneralSticky__priceCompare{color:#8d9095;font-size:16px;font-weight:500}.mpgGeneralSticky__priceDiscount{border-radius:44px;background:#f91d12;color:#fff;font-size:14px;font-weight:700;padding:4px 8px}.mpgGeneralSticky__actions{display:inline-grid;grid-template-columns:repeat(2,minmax(140px,180px));gap:12px}.mpgGeneralSticky__addToCart,.mpgGeneralSticky__dynamicCheckout .shopify-payment-button__button{width:100%;height:44px;border-radius:999px}.mpgGeneralSticky__addToCart{border:1px solid #0bb3fb;background:#0bb3fb;color:#fff;font-size:16px;font-weight:700;transition:background-color .2s ease,border-color .2s ease,opacity .2s ease}.mpgGeneralSticky__addToCart:hover:not(:disabled){background:#099fdf;border-color:#099fdf}.mpgGeneralSticky__addToCart.is-loading{pointer-events:none;opacity:.8}.mpgGeneralSticky__addToCart.is-loading:after{content:"";width:14px;height:14px;margin-left:8px;border-radius:50%;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;animation:mpgGeneralBtnSpinner .6s linear infinite;display:inline-flex;flex:0 0 auto}.mpgGeneralSticky__dynamicCheckout shopify-accelerated-checkout{--shopify-accelerated-checkout-button-block-size: 44px;--shopify-accelerated-checkout-button-border-radius: 999px}.mpgGeneralSticky__dynamicCheckout .shopify-payment-button__more-options,.mpgGeneralSticky__dynamicCheckout more-payment-options-link{display:none!important}@keyframes mpgGeneralBtnSpinner{to{transform:rotate(360deg)}}@media(max-width:1024px){.mpgGeneral__layout{grid-template-columns:1fr;gap:28px}.mpgGeneral__mediaAreaInner{position:static}.mpgGeneral__title,.mpgGeneral__priceCurrent,.mpgGeneral__purchaseTotalCurrent{font-size:24px}}@media(max-width:768px){.mpgGeneral{padding-top:0;padding-bottom:24px}.mpgGeneralLightbox{padding:0}.mpgGeneralLightbox__swiper{width:100%;height:auto}.mpgGeneralLightbox__close{top:12px;right:12px;width:36px;height:36px;font-size:28px}.mpgGeneralLightbox__nav{width:38px;height:38px;font-size:24px}.mpgGeneralLightbox__nav--prev{left:8px}.mpgGeneralLightbox__nav--next{right:8px}.mpgGeneral__mediaAreaInner{top:calc(var(--s-header-m-height, 0px) + 12px)}.mpgGeneral__inner{padding:0}.mpgGeneral__breadcrumb{margin-bottom:16px;padding:0 24px;font-size:12px}.mpgGeneral__slide{min-height:260px}.mpgGeneral__mediaFooter{display:none}.mpgGeneral__nav{background:#0000001a}.mpgGeneral__mediaModeTabs{display:flex;margin-top:8px}.mpgGeneral__trustBadges--desktop{display:none}.mpgGeneral__trustBadges--mobile{display:block}.mpgGeneral__trustBadgesList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px;align-items:start}.mpgGeneral__trustItem{flex:initial;align-items:flex-start}.mpgGeneral__thumbsPanel{grid-template-columns:30px minmax(0,1fr) 30px;gap:8px}.mpgGeneral__thumb{flex-basis:60px;width:60px;height:60px;border-radius:10px}.mpgGeneral__videoEntries{overflow-x:auto;padding-bottom:2px}.mpgGeneral__infoArea{padding:0 24px}.mpgGeneral__block--description{margin:16px 0 24px}.mpgGeneral__block--variants,.mpgGeneral__block--purchase{margin:24px 0}.mpgGeneral__block--promo{margin-top:24px}.mpgGeneral__title{font-size:20px}.productInstallmentList__icon svg{width:24px;height:24px}.mpgGeneral__priceWrap,.mpgGeneral__purchaseTotals{gap:8px}.mpgGeneral__priceCurrent,.mpgGeneral__purchaseTotalCurrent{font-size:24px}.mpgGeneral__priceCompare,.mpgGeneral__purchaseTotalCompare{font-size:16px}.mpgGeneral__priceDiscount,.mpgGeneral__purchaseTotalDiscount{font-size:14px;padding:4px 8px}.mpgGeneral__descriptionToggle{font-size:14px}.mpgGeneral__descriptionToggleIcon svg{width:24px;height:24px}.mpgGeneral__optionLegend{font-size:16px;margin-bottom:8px}.mpgGeneral__optionValues{gap:8px}.mpgGeneral__optionValue{min-height:40px;padding:8px 12px}.mpgGeneral__optionValues,.mpgGeneral__optionValues--cols3,.mpgGeneral__optionValues--cols2{grid-template-columns:repeat(2,minmax(0,1fr))}.mpgGeneral__purchaseCard{padding:16px}.mpgGeneral__purchaseActions{grid-template-columns:1fr}.mpgGeneral__promoCard{padding:16px}.mpgGeneral__promoCodeText{font-size:14px;gap:4px}.mpgGeneral__promoBanner,.mpgGeneral__promoBannerImage{max-height:140px}.mpgGeneralSticky{padding:8px 24px}.mpgGeneralSticky__inner{grid-template-columns:1fr;gap:8px}.mpgGeneralSticky__left{display:none}.mpgGeneralSticky__right{grid-template-columns:1fr;gap:8px;width:100%;justify-self:center}.mpgGeneralSticky__variant{display:none}.mpgGeneralSticky__etaRow{display:block}.mpgGeneralSticky__priceCurrent{font-size:24px}.mpgGeneralSticky__priceCompare{font-size:18px}.mpgGeneralSticky__actions{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/main-product-general.css.map */
