.launch-offer{margin-top:12px;margin-bottom:36px}.launch-offer__wrapper{border-radius:6px;position:relative;background:#fff}.launch-offer__wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:6px;padding:2px;background:linear-gradient(133.54deg,var(--gradient-start, #8143C2) .54%,var(--gradient-end, #E64601) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.launch-offer__header{display:flex;gap:10px;align-items:center;justify-content:center;padding:6px 12px;background:linear-gradient(133.54deg,var(--gradient-start, #8143C2) .54%,var(--gradient-end, #E64601) 100%);border-radius:4px 4px 0 0}.launch-offer__title-wrapper{display:flex;gap:10px;align-items:center}.launch-offer__title,.launch-offer__separator{font-family:var(--font-family-paragraph, Switzer);font-weight:600;font-size:16px;line-height:120%;color:#fff;text-align:center}.launch-offer__countdown{display:flex;gap:4px;align-items:center}.launch-offer__countdown-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff3;border-radius:4px;padding:2px 4px 4px;width:40px;min-width:40px;box-sizing:border-box}.launch-offer__countdown-value{font-family:var(--font-family-paragraph, Switzer);font-weight:700;font-size:16px;line-height:16px;color:#fff;text-align:center}.launch-offer__countdown-label{font-family:var(--font-family-paragraph, Switzer);font-weight:400;font-size:10px;line-height:10px;color:#fff;text-align:center}.launch-offer__banner{background:var(--banner-bg, #F2EBFC);padding:12px 0;display:flex;align-items:center;justify-content:center}.launch-offer__description{font-family:var(--font-family-paragraph, Switzer);font-weight:600;font-size:14px;line-height:20px;color:#000;text-align:center;padding:0 12px;margin:0}.launch-offer__content{padding:12px;display:flex;flex-direction:column;gap:6px}.launch-offer__selector-header{display:flex;align-items:baseline;justify-content:space-between;gap:6px;padding:0 6px}.launch-offer__label{font-family:var(--font-family-paragraph, Switzer);font-weight:600;font-size:12px;line-height:18px;color:#000;flex:1}.launch-offer__price-wrapper{display:flex;gap:6px;align-items:center}.launch-offer__original-price{font-family:var(--font-family-paragraph, Switzer);font-weight:400;font-size:16px;line-height:22px;color:#00000080;text-decoration:line-through}.launch-offer__badge{background:#000;border-radius:3px;height:26px;display:flex;padding:0 6px;align-items:center;justify-content:center}.launch-offer__badge-text{font-family:var(--font-family-paragraph, Switzer);font-weight:600;font-size:16px;line-height:22px;color:#fff;text-align:center}.launch-offer__dropdown{position:relative}.launch-offer__dropdown-button{width:100%;border:1px solid rgba(0,0,0,.25);border-radius:4px;padding:6px 18px 6px 6px;background:transparent;display:flex;align-items:center;gap:10px;cursor:pointer;position:relative;transition:border-color .2s ease}.launch-offer__dropdown-button:hover{border-color:#0006}.launch-offer__dropdown-selected{display:flex;align-items:center;gap:10px;flex:1}.launch-offer__product-image{width:40px;height:40px;object-fit:cover;border-radius:3px;border:.787px solid rgba(0,0,0,.07);background:#f2ebe7}.launch-offer__product-name{font-family:var(--font-family-paragraph, Switzer);font-weight:600;font-size:16px;line-height:22px;color:#000;flex:1;text-align:left}.launch-offer__placeholder{font-family:var(--font-family-paragraph, Switzer);font-weight:600;font-size:16px;line-height:22px;color:#00000080;flex:1;text-align:left}.launch-offer__dropdown-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:10px;height:5px;color:#000;transition:transform .2s ease}.launch-offer__dropdown-button[aria-expanded=true] .launch-offer__dropdown-icon{transform:translateY(-50%) rotate(180deg)}.launch-offer__dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid rgba(0,0,0,.25);border-radius:4px;box-shadow:0 4px 12px #0000001a;z-index:100;max-height:300px;overflow-y:auto;opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility .2s}.launch-offer__dropdown-menu[hidden]{display:none;opacity:0;visibility:hidden;transform:translateY(-10px)}.launch-offer__dropdown-item{width:100%;border:none;background:transparent;padding:10px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background-color .2s ease;text-align:left}.launch-offer__dropdown-item:hover{background:#8143c20d}.launch-offer__dropdown-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.05)}@media only screen and (max-width: 750px){.launch-offer{margin-bottom:24px}.launch-offer__header{padding:4px 12px;gap:6px}.launch-offer__countdown{gap:2px}.launch-offer__countdown-item{width:40px;padding:2px 4px 6px}.launch-offer__countdown-value{font-size:14px;line-height:16px;margin-bottom:-2px}.launch-offer__countdown-label{font-size:10px;line-height:10px;margin-bottom:-2px}.launch-offer__banner{padding:8px 0}.launch-offer__content{padding:10px}.launch-offer__selector-header{padding:0 4px}.launch-offer__product-image{width:36px;height:36px}.launch-offer__badge-text,.launch-offer__title,.launch-offer__separator{font-size:14px}}.launch-offer__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000008c;border-radius:6px;z-index:10;pointer-events:all;cursor:not-allowed;display:flex;align-items:center;justify-content:center}.launch-offer__overlay-text{background:#8143c2;color:#fff;font-weight:700;font-family:var(--font-family-paragraph, Switzer);font-size:18px;line-height:24px;padding:12px 24px;border-radius:6px;text-align:center;box-shadow:0 4px 12px #00000026}.launch-offer__additional-text{margin-top:12px;text-align:center;background:var(--Secondary-Orange, #e64601);color:#fff;padding:5px}
/*# sourceMappingURL=/cdn/shop/t/16/assets/launch-offer.css.map */
