dialog.mtp-modal,dialog.mtp-drawer,dialog.mtp-quickview{border:none!important;padding:0!important;background:transparent!important;max-width:none!important;max-height:none!important;width:100%!important;height:100%!important;margin:0!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important}dialog.mtp-modal:not([open]),dialog.mtp-drawer:not([open]),dialog.mtp-quickview:not([open]){display:none!important}.mtp-modal{display:flex!important;align-items:center!important;justify-content:center!important;padding:2rem!important;box-sizing:border-box!important;z-index:90!important}.mtp-modal__panel{background-color:var(--mtp-white)!important;border-radius:var(--radius-block)!important;width:100%!important;max-width:1200px!important;max-height:88vh!important;max-height:88dvh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.mtp-modal__header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:1.2rem 1.5rem!important;border-bottom:2px solid var(--mtp-black)!important}.mtp-modal__close{border:none!important;background:var(--mtp-gray-light)!important;width:2.2rem!important;height:2.2rem!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.mtp-modal__close svg{width:1rem!important;height:1rem!important;stroke:var(--mtp-black)!important}.mtp-modal__body{padding:1.5rem!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important}.mtp-product-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:1.2rem!important}.mtp-drawer{z-index:95!important;display:flex!important;justify-content:flex-end!important}.mtp-drawer__panel{background-color:var(--mtp-white)!important;width:100%!important;max-width:26rem!important;height:100%!important;display:flex!important;flex-direction:column!important;box-shadow:-10px 0 30px #0003!important}.mtp-drawer__header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:1.2rem 1.4rem!important;border-bottom:2px solid var(--mtp-black)!important}.mtp-drawer__body{flex:1 1 auto!important;overflow-y:auto!important;padding:1rem 1.4rem!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important}.mtp-drawer__footer{padding:1.2rem 1.4rem 1.6rem!important;border-top:2px solid var(--mtp-black)!important}.mtp-cart-line{display:grid!important;grid-template-columns:4.5rem 1fr auto!important;gap:.8rem!important;align-items:center!important;padding:.9rem 0!important;border-bottom:1px solid var(--mtp-gray-light)!important}.mtp-cart-line img{width:4.5rem!important;height:4.5rem!important;object-fit:cover!important;border-radius:10px!important;background-color:var(--mtp-gray-light)!important}.mtp-cart-line__title{font-family:var(--font-primary--family)!important;font-weight:700!important;font-size:.85rem!important;margin:0 0 .3rem!important}.mtp-cart-line__variant{font-size:.75rem!important;color:var(--mtp-gray-dark)!important;margin:0 0 .4rem!important}.mtp-cart-line__remove{background:none!important;border:none!important;color:var(--mtp-red)!important;font-size:.72rem!important;text-decoration:underline!important;cursor:pointer!important;padding:0!important}.mtp-cart-empty{text-align:center!important;padding:2rem 1rem!important;color:var(--mtp-gray-dark)!important}.mtp-drawer__subtotal{display:flex!important;justify-content:space-between!important;font-family:var(--font-primary--family)!important;font-weight:800!important;font-size:1.05rem!important;margin-bottom:.8rem!important}.mtp-quantity{display:inline-flex!important;align-items:center!important;border:2px solid var(--mtp-black)!important;border-radius:var(--radius-pill)!important;overflow:hidden!important}.mtp-quantity button{width:2.1rem!important;height:2.1rem!important;border:none!important;background-color:var(--mtp-white)!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important}.mtp-quantity button svg{width:.85rem!important;height:.85rem!important;stroke:var(--mtp-black)!important}.mtp-quantity input{width:2.4rem!important;border:none!important;text-align:center!important;font-family:var(--font-primary--family)!important;font-weight:700!important;-webkit-appearance:textfield!important;appearance:textfield!important;-moz-appearance:textfield!important}.mtp-quantity input::-webkit-inner-spin-button,.mtp-quantity input::-webkit-outer-spin-button{-webkit-appearance:none!important;appearance:none!important;margin:0!important}.mtp-qv__accordion summary{list-style:none!important}.mtp-qv__accordion summary::-webkit-details-marker{display:none!important}.mtp-qv__accordion summary::marker{content:""!important}.mtp-quickview{display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;box-sizing:border-box!important;z-index:92!important}.mtp-quickview__panel{background-color:var(--mtp-white)!important;border-radius:20px!important;border:1px solid var(--mtp-gray-light)!important;box-shadow:0 30px 80px #11111159!important;width:100%!important;max-width:1180px!important;max-height:calc(100vh - 48px)!important;max-height:calc(100dvh - 48px)!important;overflow:hidden!important;position:relative!important;display:flex!important;flex-direction:column!important}.mtp-quickview__scroll{overflow-y:auto!important;overflow-x:hidden!important;flex:1 1 auto!important;min-height:0!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important}.mtp-quickview__close{position:absolute!important;top:1rem!important;right:1rem!important;border:none!important;background:var(--mtp-white)!important;box-shadow:0 4px 14px #1111112e!important;width:2.4rem!important;height:2.4rem!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:20!important}.mtp-quickview__close svg{width:1rem!important;height:1rem!important;stroke:var(--mtp-black)!important}.mtp-qv{display:block!important;position:relative!important}.mtp-qv__eyebrow-row{display:flex!important;align-items:center!important;gap:.7rem!important;padding:1.2rem 3.6rem 0 1.6rem!important}.mtp-qv__seal{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:2rem!important;height:2rem!important;border-radius:50%!important;background-color:var(--mtp-black)!important;color:var(--mtp-white)!important;font-family:var(--font-header--family)!important;font-size:.7rem!important;flex-shrink:0!important}.mtp-qv__tagline{font-family:var(--font-subheader--family)!important;font-style:italic!important;font-weight:800!important;text-transform:uppercase!important;font-size:.78rem!important;color:var(--mtp-red)!important}.mtp-qv__main{display:grid!important;grid-template-columns:minmax(0,42%) minmax(0,58%)!important;gap:1.8rem!important;padding:1rem 1.6rem 1.6rem!important}.mtp-qv__gallery-stage{position:relative!important;background-color:var(--mtp-gray-light)!important;border-radius:14px!important;aspect-ratio:1 / 1!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;cursor:zoom-in!important}.mtp-qv__gallery-stage img{max-width:88%!important;max-height:88%!important;object-fit:contain!important;transition:transform .3s ease!important}.mtp-qv__gallery-stage.is-zoomed{cursor:zoom-out!important}.mtp-qv__gallery-stage.is-zoomed img{transform:scale(1.6)!important}.mtp-qv__gallery-nav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:2.2rem!important;height:2.2rem!important;border-radius:50%!important;border:none!important;background-color:var(--mtp-white)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:3!important;box-shadow:0 4px 10px #11111129!important}.mtp-qv__gallery-nav--prev{left:.7rem!important}.mtp-qv__gallery-nav--next{right:.7rem!important}.mtp-qv__gallery-nav svg{width:1rem!important;height:1rem!important;stroke:var(--mtp-black)!important}.mtp-qv__zoom-btn{position:absolute!important;bottom:.7rem!important;right:.7rem!important;width:2rem!important;height:2rem!important;border-radius:50%!important;border:none!important;background-color:var(--mtp-white)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:3!important}.mtp-qv__zoom-btn svg{width:.85rem!important;height:.85rem!important;stroke:var(--mtp-black)!important}.mtp-qv__thumbs{display:flex!important;gap:.5rem!important;margin-top:.6rem!important;overflow-x:auto!important}.mtp-qv__thumb{flex:0 0 auto!important;width:3.6rem!important;height:3.6rem!important;border-radius:10px!important;border:2px solid transparent!important;background-color:var(--mtp-gray-light)!important;padding:.2rem!important;cursor:pointer!important;overflow:hidden!important}.mtp-qv__thumb.is-active{border-color:var(--mtp-red)!important}.mtp-qv__thumb img{width:100%!important;height:100%!important;object-fit:contain!important}.mtp-qv__info{display:flex!important;flex-direction:column!important;min-width:0!important}.mtp-qv__title{font-family:var(--font-header--family)!important;font-size:clamp(1.4rem,2vw,1.9rem)!important;text-transform:uppercase!important;margin:0!important;line-height:1!important}.mtp-qv__subtitle{font-family:var(--font-primary--family)!important;font-size:.82rem!important;color:var(--mtp-gray-dark)!important;margin:.3rem 0 0!important}.mtp-qv__rating-row{display:flex!important;align-items:center!important;gap:.5rem!important;margin-top:.6rem!important;flex-wrap:wrap!important}.mtp-qv__stars{display:inline-flex!important;gap:.1rem!important}.mtp-qv__stars .mtp-star svg{width:.9rem!important;height:.9rem!important}.mtp-qv__rating-value{font-weight:800!important;font-size:.85rem!important}.mtp-qv__rating-value--lg{font-family:var(--font-header--family)!important;font-size:2.2rem!important}.mtp-qv__rating-count{font-size:.78rem!important;color:var(--mtp-gray-dark)!important}.mtp-qv__badge{margin-left:.3rem!important}.mtp-qv__price-row{display:flex!important;align-items:center!important;gap:.6rem!important;margin-top:.7rem!important;flex-wrap:wrap!important}.mtp-qv__price-row .mtp-price__current{font-size:1.5rem!important}.mtp-qv__intro{font-family:var(--font-primary--family)!important;font-size:.85rem!important;color:var(--mtp-gray-dark)!important;margin:.7rem 0 0!important;line-height:1.5!important}.mtp-qv__highlights{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))!important;gap:.5rem!important;margin-top:.9rem!important;width:100%!important;min-width:0!important}.mtp-highlight{min-width:0!important}.mtp-highlight{display:flex!important;align-items:center!important;gap:.5rem!important;background-color:var(--mtp-gray-light)!important;border-radius:10px!important;padding:.5rem .6rem!important}.mtp-highlight__icon svg{width:1.1rem!important;height:1.1rem!important;stroke:var(--mtp-red)!important}.mtp-highlight__value{display:block!important;font-weight:800!important;font-size:.82rem!important;color:var(--mtp-black)!important}.mtp-highlight__label{display:block!important;font-size:.7rem!important;color:var(--mtp-gray-dark)!important;line-height:1.15!important}.mtp-qv__tabs{display:flex!important;gap:1.3rem!important;margin-top:1.2rem!important;border-bottom:2px solid var(--mtp-gray-light)!important;overflow-x:auto!important;width:100%!important;min-width:0!important}.mtp-qv__tab{border:none!important;background:none!important;padding:.6rem .1rem!important;font-family:var(--font-primary--family)!important;font-weight:700!important;font-size:.78rem!important;text-transform:uppercase!important;letter-spacing:.01em!important;color:var(--mtp-gray-dark)!important;cursor:pointer!important;white-space:nowrap!important;border-bottom:2px solid transparent!important;margin-bottom:-2px!important;transition:color .2s ease,border-color .2s ease!important}.mtp-qv__tab.is-active{color:var(--mtp-red)!important;border-bottom-color:var(--mtp-red)!important}.mtp-qv__tab-panels{padding:.9rem 0!important;min-height:6rem!important}.mtp-qv__tab-panel{animation:mtpFadeUp .25s ease!important}.mtp-qv__panel-label{font-family:var(--font-primary--family)!important;font-weight:800!important;font-size:.78rem!important;text-transform:uppercase!important;color:var(--mtp-black)!important;margin:.8rem 0 .4rem!important}.mtp-qv__bullet-list{list-style:none!important;margin:.8rem 0 0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:.5rem!important}.mtp-qv__bullet-list li{display:flex!important;align-items:flex-start!important;gap:.5rem!important;font-size:.85rem!important;color:var(--mtp-gray-dark)!important}.mtp-qv__bullet-list li svg{width:1rem!important;height:1rem!important;stroke:var(--mtp-red)!important;flex-shrink:0!important;margin-top:.15rem!important}.mtp-qv__benefit-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.8rem!important}.mtp-benefit-card{background-color:var(--mtp-gray-light)!important;border-radius:12px!important;padding:.9rem!important}.mtp-benefit-card .mtp-icon-circle{width:2rem!important;height:2rem!important;margin-bottom:.5rem!important}.mtp-benefit-card .mtp-icon-circle svg{width:1rem!important;height:1rem!important}.mtp-benefit-card__title{font-weight:800!important;font-size:.82rem!important;margin:0 0 .2rem!important;color:var(--mtp-black)!important}.mtp-benefit-card__desc{font-size:.76rem!important;color:var(--mtp-gray-dark)!important;margin:0!important;line-height:1.35!important}.mtp-qv__ideal-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.6rem!important}.mtp-ideal-card{display:flex!important;align-items:center!important;gap:.5rem!important;background-color:var(--mtp-gray-light)!important;border-radius:10px!important;padding:.6rem .7rem!important;font-size:.8rem!important;color:var(--mtp-black)!important;font-weight:600!important}.mtp-ideal-card svg{width:1rem!important;height:1rem!important;stroke:var(--mtp-red)!important;flex-shrink:0!important}.mtp-qv__allergens{color:var(--mtp-red)!important;font-weight:600!important}.mtp-qv__accordion{margin-top:.9rem!important;border-top:1px solid var(--mtp-gray-light)!important;padding-top:.7rem!important}.mtp-qv__accordion summary{cursor:pointer!important;font-weight:700!important;font-size:.82rem!important;display:flex!important;align-items:center!important;gap:.4rem!important}.mtp-qv__accordion summary svg{width:.9rem!important;height:.9rem!important;stroke:var(--mtp-black)!important}.mtp-qv__nutrition-table{width:100%!important;border-collapse:collapse!important;margin-top:.6rem!important;font-size:.78rem!important}.mtp-qv__nutrition-table td{padding:.4rem .3rem!important;border-bottom:1px solid var(--mtp-gray-light)!important}.mtp-qv__usage-steps{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))!important;gap:.8rem!important;width:100%!important;min-width:0!important}.mtp-usage-step{position:relative!important;background-color:var(--mtp-gray-light)!important;border-radius:12px!important;padding:1rem .8rem!important;text-align:center!important}.mtp-usage-step__number{position:absolute!important;top:.5rem!important;left:.6rem!important;font-family:var(--font-header--family)!important;font-size:.75rem!important;color:var(--mtp-red)!important}.mtp-usage-step .mtp-icon-circle{margin:0 auto .5rem!important;width:2.2rem!important;height:2.2rem!important}.mtp-usage-step p{font-size:.78rem!important;color:var(--mtp-black)!important;margin:0!important;line-height:1.3!important}.mtp-qv__purchase{display:flex!important;flex-direction:column!important;gap:.9rem!important;margin-top:1.1rem!important;padding-top:1.1rem!important;border-top:1px solid var(--mtp-gray-light)!important}.mtp-option{display:flex!important;flex-direction:column!important;gap:.5rem!important}.mtp-option__label{font-family:var(--font-primary--family)!important;font-weight:700!important;font-size:.74rem!important;text-transform:uppercase!important;letter-spacing:.02em!important;color:var(--mtp-gray-dark)!important}.mtp-option__values{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important}.mtp-option__value{min-height:2.5rem!important;padding:.5rem 1.05rem!important;border:2px solid var(--mtp-gray-light)!important;border-radius:var(--radius-pill)!important;background-color:var(--mtp-white)!important;color:var(--mtp-black)!important;font-family:var(--font-primary--family)!important;font-weight:700!important;font-size:.8rem!important;cursor:pointer!important;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease!important}.mtp-option__value:hover:not(:disabled){border-color:var(--mtp-black)!important;transform:translateY(-1px)!important}.mtp-option__value.is-selected{border-color:var(--mtp-red)!important;background-color:var(--mtp-red)!important;color:var(--mtp-white)!important}.mtp-option__value:disabled{opacity:.4!important;cursor:not-allowed!important;text-decoration:line-through!important;transform:none!important}.mtp-qv__row{display:flex!important;align-items:center!important;gap:1rem!important;flex-wrap:wrap!important}.mtp-qv__actions{display:flex!important;gap:.7rem!important;flex-wrap:wrap!important}.mtp-qv__actions .mtp-btn{flex:1 1 auto!important;min-width:10rem!important}.mtp-qv__stock{font-size:.8rem!important;font-weight:700!important;color:var(--mtp-red)!important}.mtp-qv__reviews{margin:.4rem 1.6rem 1rem!important;padding:1rem 1.2rem!important;background-color:var(--mtp-gray-light)!important;border-radius:14px!important;position:relative!important}.mtp-qv__reviews-summary{display:flex!important;align-items:center!important;gap:.9rem!important;margin-bottom:.7rem!important}.mtp-qv__reviews-track{position:relative!important;display:block!important;width:100%!important;min-width:0!important;overflow:hidden!important}.mtp-qv__review-card{display:none!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;padding-right:2.4rem!important;animation:mtpFadeUp .3s ease!important}.mtp-qv__review-card.is-active{display:block!important}.mtp-qv__reviews-track:not(:has(.is-active)) .mtp-qv__review-card:first-child{display:block!important}.mtp-qv__review-comment{font-size:.82rem!important;color:var(--mtp-black)!important;margin:0 0 .3rem!important;line-height:1.4!important}.mtp-qv__review-author{font-size:.75rem!important;font-weight:700!important;color:var(--mtp-gray-dark)!important;margin:0!important}.mtp-qv__verified{font-weight:500!important;color:var(--mtp-red)!important;margin-left:.4rem!important}.mtp-qv__reviews-footer{display:flex!important;align-items:center!important;justify-content:center!important;gap:1rem!important;margin-top:.6rem!important;position:relative!important}.mtp-qv__reviews-dots{display:flex!important;gap:.4rem!important}.mtp-qv__reviews-dots button{width:.5rem!important;height:.5rem!important;border-radius:50%!important;border:none!important;background-color:var(--mtp-gray-dark)!important;opacity:.3!important;padding:0!important;cursor:pointer!important}.mtp-qv__reviews-dots button.is-active{opacity:1!important;background-color:var(--mtp-red)!important}.mtp-qv__reviews-nav{display:flex!important;gap:.4rem!important;position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important}.mtp-qv__reviews-nav button{width:1.8rem!important;height:1.8rem!important;border-radius:50%!important;border:none!important;background-color:var(--mtp-white)!important;box-shadow:0 2px 6px #11111126!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.mtp-qv__reviews-nav svg{width:.8rem!important;height:.8rem!important;stroke:var(--mtp-black)!important}.mtp-qv__trustbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;padding:.9rem 1.6rem!important;border-top:1px solid var(--mtp-gray-light)!important;flex-wrap:wrap!important}.mtp-qv__trust-items{display:flex!important;gap:1.1rem!important;flex-wrap:wrap!important}.mtp-qv__trust-items span{display:inline-flex!important;align-items:center!important;gap:.35rem!important;font-size:.72rem!important;font-weight:600!important;color:var(--mtp-gray-dark)!important}.mtp-qv__trust-items svg{width:.9rem!important;height:.9rem!important;stroke:var(--mtp-red)!important}.mtp-qv__trust-actions{display:flex!important;gap:.5rem!important}.mtp-qv__trust-actions button{width:2.1rem!important;height:2.1rem!important;border-radius:50%!important;border:1px solid var(--mtp-gray-light)!important;background-color:var(--mtp-white)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.mtp-qv__trust-actions svg{width:1rem!important;height:1rem!important;stroke:var(--mtp-black)!important}.mtp-qv__trust-actions button.is-active svg{fill:var(--mtp-red)!important;stroke:var(--mtp-red)!important}.mtp-qv-skeleton[hidden]{display:none!important}.mtp-qv-skeleton{display:grid!important;grid-template-columns:42% 58%!important;gap:1.2rem!important;padding:1.2rem 1.6rem!important}.mtp-qv-skeleton__gallery{aspect-ratio:1 / 1!important;max-height:60vh!important;max-height:60dvh!important;border-radius:14px!important;background:linear-gradient(90deg,var(--mtp-gray-light) 25%,#e6e6e6 37%,var(--mtp-gray-light) 63%)!important;background-size:400% 100%!important;animation:mtpSkeleton 1.4s ease infinite!important}.mtp-qv-skeleton__info{display:flex!important;flex-direction:column!important;gap:.9rem!important}.mtp-qv-skeleton__line{height:.9rem!important;border-radius:6px!important;background:linear-gradient(90deg,var(--mtp-gray-light) 25%,#e6e6e6 37%,var(--mtp-gray-light) 63%)!important;background-size:400% 100%!important;animation:mtpSkeleton 1.4s ease infinite!important}.mtp-qv-error{padding:3rem 1.6rem!important;text-align:center!important}.mtp-quickview__mobile-cta{display:none!important}@media screen and (max-width:860px){.mtp-modal{padding:0!important}.mtp-modal__panel{max-height:100vh!important;max-height:100dvh!important;height:100%!important;border-radius:0!important}.mtp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mtp-quickview{padding:0!important;align-items:flex-end!important}.mtp-quickview__panel{width:100%!important;max-height:calc(100vh - 12px)!important;max-height:calc(100dvh - 12px)!important;height:calc(100vh - 12px)!important;height:calc(100dvh - 12px)!important;border-radius:20px 20px 0 0!important;padding-bottom:4.6rem!important}.mtp-qv__main{grid-template-columns:minmax(0,1fr)!important;padding-top:3.4rem!important}.mtp-qv__eyebrow-row{position:absolute!important;top:1.2rem!important;left:1rem!important;right:4.2rem!important;padding:.3rem .6rem .3rem .3rem!important;z-index:5!important;background-color:#ffffffeb!important;border-radius:var(--radius-pill)!important;box-shadow:0 2px 10px #11111126!important}.mtp-qv__tagline{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mtp-qv__benefit-grid,.mtp-qv__ideal-grid{grid-template-columns:minmax(0,1fr)!important}.mtp-qv__reviews{margin:.4rem 1rem 1rem!important}.mtp-qv__reviews-nav{display:none!important}.mtp-qv__reviews-footer{justify-content:center!important}.mtp-qv__review-card{padding-right:0!important;touch-action:pan-y!important}.mtp-qv__trustbar{padding:.9rem 1rem!important}.mtp-qv__actions{display:none!important}.mtp-quickview__mobile-cta{display:flex!important;gap:.5rem!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;padding:.7rem max(.7rem,env(safe-area-inset-right)) calc(.7rem + env(safe-area-inset-bottom)) max(.7rem,env(safe-area-inset-left))!important;background-color:var(--mtp-white)!important;border-top:1px solid var(--mtp-gray-light)!important;z-index:15!important;box-sizing:border-box!important;width:100%!important}.mtp-quickview__mobile-cta .mtp-btn{flex:1 1 0!important;min-width:0!important;padding:.75rem .4rem!important;font-size:.68rem!important;letter-spacing:.01em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mtp-qv-skeleton{grid-template-columns:minmax(0,1fr)!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/modals.css.map */
