.mega-sale{position:relative;background-color:var(--background-color);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);overflow:hidden}.mega-sale .mega-sale-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:var(--section-title-bottom-space, 30px)}.mega-sale .mega-sale-head h2{margin:0;font-size:28px}.mega-sale .mega-sale-head .shop-all-link{flex:0 0 auto;color:var(--font-color-body);font-size:var(--font-size-body);font-weight:var(--subtitle-custom-font-weight-body);white-space:nowrap}.mega-sale .mega-sale-head .shop-all-link:hover{color:var(--font-color-link)}@media(max-width:1199px){.mega-sale .mega-sale-head h2{font-size:26px}}@media(max-width:767px){.mega-sale .mega-sale-head h2{font-size:20px}}.mega-sale .mega-sale-body{position:relative;display:grid;grid-template-columns:var(--banner-width, 38%) 1fr;gap:24px;padding-top:12px;align-items:stretch}.mega-sale .mega-sale-banner,.mega-sale .mega-sale-products{position:relative;z-index:2;min-width:0;padding-bottom:15px}.mega-sale .mega-sale-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:14px;overflow:hidden}.mega-sale .mega-sale-bg img{display:block;width:100%;height:100%;object-fit:cover}.mega-sale .mega-sale-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:14px;background-color:rgba(0,0,0,var(--banner-overlay-opacity, 0));background-image:var(--section-gradient, none)}.mega-sale .mega-sale-banner{position:relative;display:flex;min-height:100%;border-radius:14px;overflow:hidden;color:var(--banner-text-color, #ffffff);background-color:var(--banner-bg-color, #3a3a33)}.mega-sale .mega-sale-banner .banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.mega-sale .mega-sale-banner .banner-bg img{display:block;width:100%;height:100%;object-fit:cover}.mega-sale .mega-sale-banner .banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:rgba(0,0,0,var(--banner-overlay-opacity, 0));background-image:var(--section-gradient, none)}.mega-sale .mega-sale-body.has-bg-image .mega-sale-banner{background-color:transparent}.mega-sale .mega-sale-banner .banner-tint{display:none}.mega-sale .mega-sale-body.has-bg-image .banner-tint{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.mega-sale .mega-sale-banner .banner-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;padding:36px}.mega-sale .sale-circle{display:flex;flex-direction:column;align-items:center;justify-content:center;width:118px;height:118px;margin-bottom:22px;border-radius:50% 50% 50% 4px;text-align:center;line-height:1;color:var(--circle-text-color, #1a1a1a);background-color:var(--circle-bg-color, #ffd43b)}.mega-sale .sale-circle .sale-circle-text{font-size:14px;font-weight:600}.mega-sale .sale-circle .sale-circle-value{margin-top:4px;font-size:40px;font-weight:800}.mega-sale .banner-badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:16px;padding:5px 12px;border-radius:6px;font-size:12px;font-weight:600;line-height:1;color:var(--badge-text-color, #ffffff);background-color:var(--badge-bg-color, #e0322d)}.mega-sale .mega-sale-banner .banner-title{margin:0 0 12px;font-size:30px;font-weight:700;line-height:1.2;color:inherit}.mega-sale .mega-sale-banner .banner-subtitle{margin:0 0 24px;font-size:15px;line-height:1.5;opacity:.85;color:inherit}.mega-sale .banner-actions{display:flex;align-items:stretch;flex-wrap:wrap;gap:12px}.mega-sale .sale-coupon{position:relative;display:inline-flex;align-items:center;gap:10px;padding:0 8px 0 16px;min-height:46px;border-radius:8px;background-color:#fff;color:#1a1a1a;border:1px dashed rgba(26,26,26,.25)}.mega-sale .sale-coupon .sale-coupon-code{font-size:15px;font-weight:700;letter-spacing:.04em}.mega-sale .sale-coupon .sale-coupon-copy{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:6px;background-color:transparent;color:var(--font-color-body, #555);font-size:16px;cursor:pointer;transition:color .2s ease,background-color .2s ease}.mega-sale .sale-coupon .sale-coupon-copy:hover{color:var(--font-color-primary);background-color:#0000000d}.mega-sale .sale-coupon.is-copied:after{content:"Copied!";position:absolute;top:-10px;right:8px;transform:translateY(-100%);padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap;color:#fff;background-color:#1a1a1a}.mega-sale .sale-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 26px;border-radius:8px;font-size:15px;font-weight:700;color:var(--accent-text-color, #1a1a1a);background-color:var(--accent-color, #ffd43b);transition:opacity .2s ease}.mega-sale .sale-btn:hover{opacity:.88;color:var(--accent-text-color, #1a1a1a)}.mega-sale .mega-sale-products .swiper{position:static}.mega-sale .mega-sale-products .single-product-wrap{height:100%;padding:12px}.mega-sale .sale-arrow{position:absolute;top:40%;transform:translateY(-50%);z-index:5}.mega-sale .sale-arrow.arrow-prev{inset-inline-start:-10px}.mega-sale .sale-arrow.arrow-next{inset-inline-end:-10px}.mega-sale .sale-arrow button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:50%;background-color:#fff;color:var(--font-color-body);font-size:22px;cursor:pointer;box-shadow:0 4px 14px #0000001f;transition:background-color .3s ease,color .3s ease}.mega-sale .sale-arrow button:hover{background-color:var(--font-color-primary);color:var(--font-color-link)}.mega-sale .sale-arrow.swiper-button-disabled{opacity:0;pointer-events:none}.mega-sale .slider-dot{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px}[dir=rtl] .mega-sale .sale-arrow button i.feather-chevron-left:before{content:"\e92e"}[dir=rtl] .mega-sale .sale-arrow button i.feather-chevron-right:before{content:"\e92f"}@media(max-width:991px){.mega-sale .mega-sale-body{grid-template-columns:1fr}.mega-sale .mega-sale-banner{min-height:260px}}@media(max-width:767px){.mega-sale{padding-top:var(--padding-top-xs);padding-bottom:var(--padding-bottom-xs)}.mega-sale .mega-sale-banner .banner-inner{padding:26px}.mega-sale .sale-circle{width:100px;height:100px}.mega-sale .sale-circle .sale-circle-value{font-size:34px}.mega-sale .mega-sale-banner .banner-title{font-size:24px}.mega-sale .sale-arrow{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/mega-sale.css.map */
