.mpa{display:block}product-info.mpa{background:#f5f5f5}.mpa *{box-sizing:border-box}.mpa__inner{--mpa-font: "FT Terra", var(--font-body-family, system-ui), -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;display:flex;align-items:flex-start;gap:48px;max-width:1344px;margin:0 auto;padding-inline:clamp(16px,4vw,48px);font-family:var(--mpa-font);color:#000}.mpa__gallery{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:16px}.mpa__main{aspect-ratio:756 / 520;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.mpa__main-img{height:100%;width:auto;max-width:100%;aspect-ratio:1 / 1;object-fit:contain}.mpa__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mpa__cell{position:relative;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:#fff}.mpa__cell-img{width:100%;height:100%;object-fit:cover;display:block}.mpa__more{position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;justify-content:center;padding:4px 20px;border-radius:20px;background:#1a1a1a99;color:#fff;font-size:14px;line-height:20px;font-weight:500;letter-spacing:.28px}.mpa__info{flex:0 0 540px;max-width:540px;display:flex;flex-direction:column;gap:20px}.mpa__card{background:#fff}.mpa__card--main{border-radius:24px;padding:28px 32px;display:flex;flex-direction:column;gap:40px}.mpa__product-form,.mpa__form{display:contents}.mpa__head{display:flex;flex-direction:column;gap:24px}.mpa__title-block{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.mpa__badge{display:inline-flex;align-items:center;padding:5px 12px;border-radius:24px;color:#fff;font-size:14px;line-height:20px;font-weight:500;letter-spacing:.28px}.mpa__title{margin:0;font-size:32px;line-height:36px;font-weight:500;letter-spacing:.32px;color:#000;word-break:break-word}.mpa__price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.mpa__prices{display:flex;align-items:baseline;gap:8px}.mpa__price{font-size:24px;line-height:31px;font-weight:500;letter-spacing:.24px;color:#000}.mpa__price--was{font-size:20px;line-height:28px;font-weight:400;letter-spacing:.4px;color:#00000480;text-decoration:line-through}.mpa__rating{display:inline-flex;align-items:center;gap:4px}.mpa__stars{position:relative;display:inline-block;font-size:20px;line-height:1;letter-spacing:-1px;font-family:Times,Times New Roman,serif}.mpa__stars:before{content:"\2605\2605\2605\2605\2605";background:linear-gradient(90deg,#ff6a00 calc(var(--rating, 5) / 5 * 100%),#ff6a0040 calc(var(--rating, 5) / 5 * 100%));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.mpa__reviews{font-size:14px;line-height:20px;font-weight:500;letter-spacing:.28px;color:#00000499}.mpa__variants{display:flex;flex-direction:column;gap:24px;border:0}.mpa__opt{border:0;margin:0;padding:0;min-width:0;display:flex;flex-direction:column;gap:12px}.mpa__opt-label{padding:0;font-size:16px;line-height:22px;font-weight:500;letter-spacing:.32px;color:#000406}.mpa__opt-name{text-transform:uppercase}.mpa__swatches{display:flex;flex-wrap:wrap;gap:12px}.mpa__swatch-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.mpa__swatch{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:4px;border-radius:50%;border:1px solid transparent;cursor:pointer;transition:border-color .15s ease}.mpa__swatch-dot{display:block;width:100%;height:100%;border-radius:50%;background:#eee;box-shadow:inset 0 0 0 1px #0000000f}.mpa__swatch-input:checked+.mpa__swatch{border-color:#000}.mpa__swatch-input:focus-visible+.mpa__swatch{outline:2px solid #41a0ff;outline-offset:2px}.mpa__swatch--soldout .mpa__swatch-dot{opacity:.4}.mpa__qty{display:flex;flex-direction:column;gap:12px}.mpa__qty-label{font-size:16px;line-height:22px;font-weight:500;letter-spacing:.32px;color:#000406;text-transform:uppercase}.mpa__qty-input{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;width:116px;height:42px;padding:8px 12px;border:.5px solid rgba(0,0,0,.2);border-radius:8px;background:#fff}.mpa__qty-btn{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:0;background:none;cursor:pointer;color:#222326}.mpa__qty-value{flex:1;min-width:0;border:0;background:none;text-align:center;font-size:16px;line-height:26px;font-weight:600;letter-spacing:-.16px;color:#000;-moz-appearance:textfield}.mpa__qty-value::-webkit-outer-spin-button,.mpa__qty-value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mpa__buy{display:flex;flex-direction:column;gap:20px}.mpa__summary{display:flex;flex-direction:column;gap:4px}.mpa__discount-row,.mpa__total-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.mpa__discount-label,.mpa__discount-val{font-size:16px;line-height:22px;font-weight:400;letter-spacing:.32px;color:#ff5b00}.mpa__items,.mpa__total{font-size:18px;line-height:23px;font-weight:500;letter-spacing:.18px;color:#242526}.mpa__actions{display:flex;gap:12px}.mpa__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;height:52px;padding:11px 20px;border:0;border-radius:26px;cursor:pointer;font-size:16px;line-height:22px;font-weight:700;letter-spacing:.32px;color:#fff;transition:opacity .15s ease,transform .05s ease}.mpa__btn:active{transform:translateY(1px)}.mpa__btn:hover{opacity:.92}.mpa__btn--cart{background:#ff5b00}.mpa__btn--buy{background:#000004}.mpa__btn[disabled]{opacity:.45;cursor:not-allowed}.mpa__btn--loading{opacity:.7;pointer-events:none}.mpa__btn .loading-overlay__spinner{width:18px;height:18px;margin-left:8px}.mpa__btn .loading-overlay__spinner.hidden{display:none}.mpa__btn .spinner{width:18px;height:18px;animation:mpa-rotate .7s linear infinite}.mpa__btn .spinner .path{stroke:#fff;stroke-dasharray:120;stroke-dashoffset:90;stroke-linecap:round}@keyframes mpa-rotate{to{transform:rotate(360deg)}}.mpa__error{display:flex;align-items:center;gap:8px;color:#d72c0d;font-size:14px;line-height:20px}.mpa__error .icon-error{width:13px;height:13px;flex:0 0 auto}.mpa__error[hidden]{display:none}.mpa__card--trust{border-radius:16px;padding:20px 16px 16px;display:flex;flex-direction:column;gap:16px}.mpa__trust-row{display:flex;align-items:center;gap:12px}.mpa__trust-row--col{align-items:flex-start}.mpa__trust-icon{width:20px;height:20px;flex:0 0 auto;object-fit:contain}.mpa__trust-text{font-size:14px;line-height:20px;font-weight:500;letter-spacing:.28px;color:#26272a}.mpa__trust-stack{display:flex;flex-direction:column;gap:10px}.mpa__trust-graphic{height:24px;width:auto;display:block}.mpa__flags{display:flex;align-items:center;flex-wrap:wrap;gap:9.6px}.mpa__flag{width:24px;height:24px;flex:0 0 auto;border-radius:50%;overflow:hidden;box-shadow:0 0 0 1.2px #fff}.mpa__flag-img{width:100%;height:100%;object-fit:cover;display:block}.mpa__hr{height:1px;background:#f4f5f5}.mpa__card--details{border-radius:16px;overflow:hidden}.mpa__details-head{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:24px 32px;cursor:pointer}.mpa__details-head::-webkit-details-marker{display:none}.mpa__details-title{font-size:18px;line-height:25px;font-weight:500;letter-spacing:.36px;color:#000004}.mpa__details-icon{position:relative;width:16px;height:16px;flex:0 0 auto}.mpa__details-icon:before,.mpa__details-icon:after{content:"";position:absolute;background:#000004cc;border-radius:2px}.mpa__details-icon:before{top:50%;left:3px;right:3px;height:1.5px;transform:translateY(-50%)}.mpa__details-icon:after{left:50%;top:3px;bottom:3px;width:1.5px;transform:translate(-50%)}.mpa__card--details[open] .mpa__details-icon:after{opacity:0}.mpa__details-body{padding:0 32px 28px;display:flex;flex-direction:column;gap:20px}.mpa__details-text{font-size:14px;line-height:17px;font-weight:400;letter-spacing:.28px;color:#000004cc;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.mpa__details-text.is-expanded{-webkit-line-clamp:unset;overflow:visible}.mpa__details-text p{margin:0 0 8px}.mpa__details-text p:last-child{margin-bottom:0}.mpa__show-more{align-self:flex-start;display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:none;cursor:pointer;color:#ff5b00;font-size:14px;line-height:20px;font-weight:500;letter-spacing:.28px}.mpa__show-more svg{transition:transform .15s ease}.mpa__show-more.is-open svg{transform:rotate(180deg)}@media screen and (max-width:1100px){.mpa__inner{gap:32px}.mpa__info{flex-basis:460px;max-width:460px}}@media screen and (max-width:990px){.mpa__inner{flex-direction:column;gap:24px}.mpa__gallery,.mpa__info{flex:1 1 auto;max-width:100%;width:100%}.mpa__main{aspect-ratio:1 / 1}}@media screen and (max-width:600px){.mpa__card--main{padding:20px;border-radius:16px;gap:28px}.mpa__title{font-size:24px;line-height:30px}.mpa__details-head{padding:20px}.mpa__details-body{padding:0 20px 20px}.mpa__actions{flex-wrap:wrap}}.yg-popup-box{position:fixed;top:0;right:0;bottom:0;left:0;display:none;justify-content:center;align-items:center;z-index:9999;background-color:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.yg-popup-box .yg-popup-box-content{position:relative;max-width:min(980px,calc(100% - 40px));width:100%}.yg-popup-box .yg-popup-box-content :is(iframe,video,img){width:100%;max-height:calc(100vh - 200px);aspect-ratio:var(--aspect-ratio, 16 / 9);border:none;outline:none;background-color:transparent}.yg-popup-box .yg-popup-box-content img{object-fit:contain}.yg-popup-box .yg-popup-box-content .yg-popup-box-close{position:absolute;top:-60px;left:50%;width:40px;height:40px;padding:10px;transform:translate(-50%);border-radius:50%;background-color:#fff;cursor:pointer;z-index:999}.yg-popup-box .yg-popup-box-content .yg-popup-box-close svg{width:100%;height:100%;pointer-events:none}.yg-popup-template{display:none!important}@media(max-width:699px){.yg-popup-box .yg-popup-box-content :is(iframe,video,img){aspect-ratio:var(--aspect-ratio-mobile, var(--aspect-ratio), 16 / 9);max-height:calc(100vh - 200px)}}.yg-video-box{position:relative;z-index:1;display:block;width:100%;height:100%;aspect-ratio:var(--aspect-ratio)}.yg-video-box .yg-play-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;cursor:pointer;transition:transform .3s ease-in-out}.yg-video-box .yg-play-video:hover{transform:translate(-50%,-50%) scale(1.1)}.yg-video-box .yg-video-placeholder{height:100%;z-index:1;position:relative}.yg-video-box .yg-video-placeholder.active{z-index:0}.yg-video-box .yg-video-iframe-container{height:100%;position:absolute;top:0;left:0;width:100%;z-index:0}.yg-video-box .yg-video-iframe-container.active{z-index:1}.yg-video-box .yg-video-iframe{display:block;width:100%;height:100%;object-fit:cover;border:none}@media(max-width:699px){.yg-video-box{aspect-ratio:var(--aspect-ratio-mobile, var(--aspect-ratio))}}.yg-image-box,.yg-loading-image{display:flex;width:100%;aspect-ratio:var(--aspect-ratio)}.yg-image-box .yg-image,.yg-loading-image .placeholder,.yg-loading-image .yg-image{width:100%;height:100%;object-fit:cover}@media(max-width:699px){.yg-image-box,.yg-loading-image{width:100%;aspect-ratio:var(--aspect-ratio-mobile)}}
/*# sourceMappingURL=/cdn/shop/t/29/compiled_assets/styles.css.map */
