.buy-boxes{position:relative;background-color:#fff3f7;padding-top:30px;padding-bottom:30px;overflow:hidden}@media screen and (min-width:1024px){.buy-boxes{padding-top:60px}}.buy-boxes:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--buy-boxes-bg-desktop, none);background-size:cover;background-repeat:no-repeat;background-position:center;opacity:var(--buy-boxes-bg-opacity, 1);pointer-events:none;z-index:0}@media screen and (max-width:767px){.buy-boxes:before{background-image:var(--buy-boxes-bg-mobile, var(--buy-boxes-bg-desktop, none))}}.buy-boxes__wrapper{position:relative;z-index:1;max-width:1170px;margin:0 auto;padding:0 15px}.buy-boxes__heading{display:flex;flex-direction:column;gap:20px;text-align:center;margin-bottom:30px}.buy-boxes__title-row{display:flex;align-items:center;justify-content:center;gap:16px}.buy-boxes__title-arrow{display:none;flex-shrink:0;width:20px;height:20px;color:#2f0147;transform:rotate(90deg)}@media screen and (min-width:768px){.buy-boxes__title-arrow{display:inline-flex;width:26px;height:26px}}.buy-boxes__title{font-family:var(--font-body);color:#2f0147;font-size:27px;font-weight:800;line-height:1.26;margin:0}@media screen and (min-width:768px){.buy-boxes__title{font-size:45px;line-height:1.2}}@media screen and (min-width:1020px){.buy-boxes__title{font-size:52px;line-height:1.12}}.buy-boxes__promo-row{display:flex;align-items:center;justify-content:center;gap:10px}.buy-boxes__tag{position:relative;flex-shrink:0;width:80px}@media screen and (min-width:768px){.buy-boxes__tag{width:135px}}.buy-boxes__tag-bg,.buy-boxes__tag-bg:empty{display:block;position:relative;width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;background-color:#fa679c}.buy-boxes__tag-bg img{display:block;width:100%;height:100%;object-fit:cover}.buy-boxes__tag-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;display:flex;flex-direction:column;text-align:center;line-height:1.1}.buy-boxes__tag-line-1{color:#fff;font-size:10px;font-weight:400;letter-spacing:.6px}@media screen and (min-width:768px){.buy-boxes__tag-line-1{font-size:14px}}.buy-boxes__tag-line-2{color:#eff759;font-size:10px;font-weight:900}@media screen and (min-width:768px){.buy-boxes__tag-line-2{font-size:18px}}.buy-boxes__countdown{display:flex;align-items:center;justify-content:center;gap:2px;width:100%;max-width:170px}@media screen and (min-width:768px){.buy-boxes__countdown{gap:6px;max-width:382px}}.buy-boxes__countdown-item{flex:0 0 25%;max-width:45px;background-color:#2f0147;border-radius:4px;padding:5px 3px;text-align:center}@media screen and (min-width:768px){.buy-boxes__countdown-item{max-width:92px;border-radius:7px;padding:17px 6px}}.buy-boxes__countdown-number{display:block;font-size:14px;font-weight:500;color:#eff759}@media screen and (min-width:768px){.buy-boxes__countdown-number{font-size:22px}}.buy-boxes__countdown-label{display:block;font-size:10px;color:#eff759}@media screen and (min-width:768px){.buy-boxes__countdown-label{font-size:16px}}.buy-boxes__scarcity{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:4px;background-color:#ffffff52;border-radius:113px;padding:8px 14px;color:#4b265d;font-size:12px;margin:0}@media screen and (min-width:768px){.buy-boxes__scarcity{font-size:16px;padding:4px 14px}}.buy-boxes__scarcity p{display:inline;margin:0}.buy-boxes__scarcity strong{font-weight:700}.buy-boxes__scarcity-count{font-weight:700;text-decoration:underline}.buy-boxes__boxes{display:flex;flex-direction:column;align-items:center;gap:15px;max-width:900px;margin:0 auto}@media screen and (min-width:640px){.buy-boxes__boxes{flex-direction:row;align-items:stretch;justify-content:center}}@media screen and (min-width:1290px){.buy-boxes__boxes{gap:60px}}.buy-box{position:relative;width:100%;max-width:420px;height:100%;border:3px solid var(--buy-box-accent, #2f0147);border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.buy-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--buy-box-bg-image, none);background-size:cover;background-repeat:no-repeat;background-position:center;opacity:var(--buy-box-bg-opacity, 1);pointer-events:none;z-index:0}.buy-box__promotion{position:relative;z-index:1;background-color:#ffd200;color:#2f0147;display:flex;align-items:center;justify-content:center;text-align:center;height:66px;padding:0 15px}@media screen and (min-width:768px){.buy-box__promotion{height:76px}}.buy-box__promotion-spacer,.buy-box__promotion-spacer:empty{display:block;height:66px}@media screen and (min-width:768px){.buy-box__promotion-spacer{height:76px}}.buy-box__promotion-line-1{display:block;font-size:20px;line-height:1.15;font-weight:900}@media screen and (min-width:768px){.buy-box__promotion-line-1{font-size:24px}}.buy-box__promotion-line-2{display:block;font-size:20px;line-height:1.15;font-weight:400;margin-top:3px}@media screen and (min-width:768px){.buy-box__promotion-line-2{font-size:24px}}.buy-box__content{position:relative;z-index:1;background-color:var(--buy-box-bg, #ffdeea);color:var(--buy-box-text, #2f0147);height:100%;padding:15px;display:flex;flex-direction:column;gap:10px}.buy-box__title{font-family:var(--font-body);text-align:center;font-size:26px;line-height:1.25;font-weight:800;margin:0}@media screen and (min-width:1020px){.buy-box__title{font-size:32px;line-height:1.13}}.buy-box__gallery{display:flex;flex-direction:column;gap:10px}.buy-box__image{width:100%;border-radius:6px;overflow:hidden;background-color:#fff}.buy-box__thumbnails{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.buy-box__thumbnail{width:67px;height:67px;padding:0;border:2px solid transparent;border-radius:4px;overflow:hidden;background-color:#fff;cursor:pointer;flex-shrink:0}@media screen and (min-width:768px){.buy-box__thumbnail{width:70px;height:70px}}@media screen and (min-width:1020px){.buy-box__thumbnail{width:90px;height:90px}}.buy-box__thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.buy-box__thumbnail.is-active{border-color:var(--buy-box-accent, #2f0147)}.buy-box__list{display:flex;flex-direction:column}.buy-box__list-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--buy-box-accent, #2f0147)}.buy-box__list-item:last-child{border-bottom:none}.buy-box__list-item-text{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;line-height:1.4}@media screen and (min-width:1020px){.buy-box__list-item-text{font-size:16px}}.buy-box__list-item-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;border-radius:50%;background-color:#0fa770}.buy-box__list-item-icon svg{width:11px;height:8px;color:#fff}.buy-box__list-item-price{display:flex;align-items:center;gap:4px;flex-shrink:0;font-size:14px;font-weight:700;white-space:nowrap}@media screen and (min-width:1020px){.buy-box__list-item-price{font-size:16px}}.buy-box__list-item-compare{text-decoration:line-through;opacity:.7}.buy-box__quantity-label{display:block;font-size:14px;font-weight:700;margin-bottom:8px}@media screen and (min-width:1020px){.buy-box__quantity-label{font-size:16px}}.buy-box__price-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:8px}.buy-box__quantity-selector{display:flex;align-items:center;justify-content:space-around;width:140px;height:44px;border:1px solid #fff}@media screen and (min-width:1020px){.buy-box__quantity-selector{width:160px}}.buy-box__quantity-selector-button{display:flex;align-items:center;justify-content:center;width:40%;height:100%;background:transparent;border:none;color:inherit;cursor:pointer;padding:0}.buy-box__quantity-selector-button svg{width:14px;height:14px}.buy-box__quantity{width:20%;max-width:48px;text-align:center;font-size:16px;font-weight:700}.buy-box__prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;font-size:25px;font-weight:800;line-height:1.2}@media screen and (min-width:1020px){.buy-box__prices{font-size:32px}}.buy-box__compare-price{font-weight:400;opacity:.52;text-decoration:line-through}.buy-box__price{white-space:nowrap}.buy-box__add-to-cart{margin-top:20px}.buy-box__cta{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:50px;padding:2.5px 10px;background-color:#00ad21;color:#fff;font-weight:700;font-size:19px;text-transform:uppercase;letter-spacing:.6px;border:none;cursor:pointer;box-shadow:0 3px 3px 2px #0003;transition:background-color .3s cubic-bezier(.4,0,.2,1)}@media screen and (min-width:1020px){.buy-box__cta{height:60px;font-size:24px}}.buy-box__cta:hover{background-color:#00ae21}.buy-box__cta-icon{width:21px;height:21px;flex-shrink:0}.buy-box__cta-arrow{width:12px;height:14px;flex-shrink:0}.buy-box__checklist{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:6px 14px;font-size:13px}.buy-box__checklist-item{display:flex;align-items:center;gap:6px}.buy-box__divider{border:none;border-top:1px solid #e94480;margin:16px 0}.buy-box__ship-by{display:flex;justify-content:center;align-items:center;text-align:center;color:var(--buy-box-text, #2f0147);font-size:12px;padding:3px}@media screen and (min-width:1020px){.buy-box__ship-by{font-size:13px}}.buy-box__ship-by strong{font-weight:700}.buy-boxes__apps{margin-top:32px}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-buy-boxes.css.map */
