.custom-header{background:rgb(var(--custom-header-background));color:rgb(var(--custom-header-text-color));border-bottom:1px solid rgba(var(--custom-header-text-color),.1);width:100%}.custom-header__wrapper{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;max-width:var(--container-max-width);margin:0 auto;position:relative}.custom-header__mobile-menu-toggle{background:none;border:none;padding:8px;cursor:pointer;color:rgb(var(--custom-header-text-color))}.custom-header__hamburger{display:flex;flex-direction:column;width:24px;height:18px;justify-content:space-between}.custom-header__hamburger-line{width:100%;height:2px;background:currentColor;transition:all .3s ease}.custom-header__center-items,.custom-header__text-item{display:none}.custom-header__badge{font-size:8px;font-weight:500;text-transform:uppercase;color:#fff;background-color:#c25ca3;padding:1.5px 3.75px;border-radius:20px;margin-left:.25rem}.custom-header__logo{flex:0 0 auto}.custom-header__logo--centered{position:absolute;left:50%;transform:translate(-50%);text-align:center}.custom-header__logo-link{display:inline-block;text-decoration:none}.custom-header__logo-image{width:auto;vertical-align:middle;height:30px}.custom-header__logo-text{font-size:24px;font-weight:700;color:rgb(var(--custom-header-text-color));text-decoration:none}.custom-header__right-items{display:flex;align-items:center;justify-content:flex-end}.custom-header__cart-toggle{background:none;border:none;padding:8px;cursor:pointer;color:rgb(var(--custom-header-text-color));position:relative;display:flex;align-items:center;gap:8px}.custom-header__cart-icon{width:24px;height:24px}.custom-header__cart-count{background:rgb(var(--custom-header-text-color));color:rgb(var(--custom-header-background));border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;position:absolute;top:-2px;right:-2px;min-width:20px}.custom-header__mobile-menu{position:fixed;top:0;left:0;width:100%;height:100dvh;z-index:9999;visibility:hidden;opacity:0;transition:all .3s ease}.custom-header__mobile-menu.active{visibility:visible;opacity:1}.custom-header__mobile-menu-overlay{position:absolute;top:0;left:0;width:100%;height:100dvh;background:#00000080}.custom-header__mobile-menu-content{position:absolute;top:0;left:0;width:100%;height:100dvh;background:rgb(var(--custom-header-background));transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column}@media screen and (min-width: 741px){.custom-header__mobile-menu-content{width:80%;max-width:400px}}.custom-header__mobile-menu.active .custom-header__mobile-menu-content{transform:translate(0)}.custom-header__mobile-menu-header{padding:20px 20px 0;border-bottom:1px solid rgba(var(--custom-header-text-color),.1);display:flex;justify-content:flex-end;flex-shrink:0}.custom-header__mobile-menu-close{background:none;border:none;padding:8px;cursor:pointer;color:rgb(var(--custom-header-text-color))}.custom-header__mobile-menu-scrollable-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.custom-header__mobile-nav{padding:0 24px 20px}.custom-header__mobile-nav-link,.custom-header__mobile-text-item{display:block;padding:12px 0;color:rgb(var(--custom-header-text-color));text-decoration:none;text-transform:capitalize;font-family:Pangram;font-size:18px;font-weight:400;border-bottom:1px solid rgba(var(--custom-header-text-color),.1)}.custom-header__mobile-text-item{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.7;display:flex;align-items:center}.custom-header__featured-product{margin:0 20px;display:flex;flex-direction:column;gap:15px}.custom-header__product-top{display:flex;align-items:flex-start;gap:10px}.custom-header__product-image{flex:0 0 auto;width:93px;height:88px;border-radius:5px;overflow:hidden;background:#ffffff1a}.custom-header__product-image img{width:100%;height:100%;object-fit:cover}.custom-header__product-content{flex:1;display:flex;flex-direction:column;gap:12px}.custom-header__product-tags{display:flex;gap:4px}.custom-header__product-tag{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:0 10px;border-radius:12px;white-space:nowrap}.custom-header__product-title{font-size:22px;font-weight:500;font-family:var(--heading-font-family);line-height:24px;color:#2f0147;margin:0}.custom-header__buy-button{display:block;width:100%;background:#00c466;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:12px 20px;border-radius:8px;text-decoration:none;text-align:center;transition:all .3s ease;box-shadow:0 3px 10px #00c8534d;box-sizing:border-box}.custom-header__buy-button:hover{background:#c25ca3;box-shadow:0 5px 15px #00c85366}.custom-header__mobile-reviews-section{margin:auto 0 0;padding:0;background:#cfc2dd;position:relative;flex-shrink:0}.custom-header__mobile-reviews-header{width:100%;background:#c25ca3;color:#fff;font-size:14px;font-weight:400;text-align:center;padding:6px 0;margin:0}.custom-header__mobile-reviews-carousel{position:relative;overflow:hidden;padding:10px}.custom-header__mobile-reviews-track{position:relative;width:100%;height:auto}.custom-header__mobile-review-slide{display:none;opacity:0;transition:opacity .5s ease-in-out}.custom-header__mobile-review-slide.active{display:block;opacity:1}.custom-header__mobile-review{background:transparent}.custom-header__mobile-review-content{display:flex;align-items:flex-start;gap:15px}.custom-header__mobile-review-image{flex:0 0 auto;width:80px;height:80px;border-radius:5px;overflow:hidden}.custom-header__mobile-review-image img{width:100%;height:100%;object-fit:cover}.custom-header__mobile-review-text{flex:1;display:flex;flex-direction:column;gap:8px}.custom-header__mobile-review-quote{font-size:14px;font-weight:400;color:#2f0147;line-height:1.4;margin:0}.custom-header__mobile-review-author{display:flex;align-items:center;gap:8px}.custom-header__mobile-review-stars{display:flex;align-items:center}.custom-header__mobile-review-stars .star{color:#ddd;font-size:14px;transition:color .3s ease}.custom-header__mobile-review-stars .star.filled{color:#c25ca3}.custom-header__mobile-review-name{font-size:12px;font-weight:400;color:#2f0147;margin:0}.custom-header__mobile-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:8px}.custom-header__mobile-dot{width:12px;height:8px;border-radius:50%;border:none;background:#ffffffb3;cursor:pointer;transition:all .3s ease}.custom-header__mobile-dot.active{width:24px;height:8px;border-radius:6px;background:#2f0147}.custom-header__mobile-dot:hover{background:#fff}.custom-header__desktop-mega-menu{position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 4px 20px #0000001a;border-top:1px solid #E5E5E5;z-index:999;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.custom-header__desktop-mega-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.custom-header__desktop-mega-menu .container{padding-inline:15px}.custom-header__mega-menu-inner{padding:40px 0}.custom-header__mega-menu-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:var(--container-max-width);margin:0 auto}.custom-header__mega-column{display:flex;flex-direction:column;gap:8px}.custom-header__mega-column-title{font-size:18px;font-weight:600;color:#2f0147;margin:0;padding-bottom:0}.custom-header__mega-reviews-carousel{position:relative;overflow:hidden}.custom-header__mega-reviews-track{position:relative;width:100%;height:auto}.custom-header__mega-review-slide{display:none;opacity:0;transition:opacity .5s ease-in-out}.custom-header__mega-review-slide.active{display:block;opacity:1}.custom-header__mega-review{border-radius:15px}.custom-header__mega-review-content{display:flex;align-items:flex-start;gap:15px}.custom-header__mega-review-image{flex:0 0 auto;width:80px;height:80px;border-radius:5px;overflow:hidden}.custom-header__mega-review-image img{width:100%;height:100%;object-fit:cover}.custom-header__mega-review-text{flex:1;display:flex;flex-direction:column;gap:4px}.custom-header__mega-review-quote{font-size:14px;font-weight:400;color:#2f0147;line-height:1.5;margin:0;font-style:normal}.custom-header__mega-review-author{display:flex;gap:4px;align-items:center}.custom-header__mega-review-stars{display:flex;align-items:center}.custom-header__mega-review-stars .star{color:#ddd;font-size:16px;transition:color .3s ease}.custom-header__mega-review-stars .star.filled{color:#c25ca3}.custom-header__mega-review-name{font-size:12px;font-weight:300;color:#2f0147;margin:0}.custom-header__mega-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:15px}.custom-header__mega-dot{width:10px;height:10px;border-radius:50%;border:none;background:#2f01474d;cursor:pointer;transition:all .3s ease}.custom-header__mega-dot.active{width:20px;height:10px;border-radius:5px;background:#2f0147}.custom-header__mega-dot:hover{background:#2f014799}.custom-header__mega-menu-list{list-style:none;margin:0;padding:0}.custom-header__mega-menu-item{margin-bottom:8px}.custom-header__mega-menu-link{color:#2f0147;text-decoration:none;font-size:18px;transition:color .3s ease}.custom-header__mega-menu-link:hover{color:#e066b7}.custom-header__mega-featured-product{display:flex;flex-direction:column;gap:15px}.custom-header__mega-product-top{display:flex;align-items:flex-start;gap:12px}.custom-header__mega-product-image{flex:0 0 auto;width:80px;height:80px;border-radius:5px;overflow:hidden}.custom-header__mega-product-image img{width:100%;height:100%;object-fit:cover}.custom-header__mega-product-content{flex:1;display:flex;flex-direction:column;gap:6px}.custom-header__mega-product-tags{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:4px}.custom-header__mega-product-tag{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;padding:2px 6px;border-radius:8px;white-space:nowrap}.custom-header__mega-product-title{font-size:22px;font-family:var(--heading-font-family);font-weight:500;color:#2f0147;line-height:24px;margin:0}.custom-header__mega-buy-button{width:100%;background:#00c466;color:#fff;font-size:24px;line-height:28px;font-weight:500;text-transform:uppercase;padding:10px 16px;border-radius:8px;text-decoration:none;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #00c4664d;box-sizing:border-box;margin-top:8px;min-height:60px;display:flex;align-items:center;justify-content:center}.custom-header__mega-buy-button:hover{background:#c25ca3;transform:translateY(-1px);box-shadow:0 4px 12px #c25ca366}@media screen and (max-width: 740px){.custom-header__desktop-mega-menu{display:none}}@media screen and (min-width: 741px){.custom-header__logo-image{max-height:60px}}@media screen and (min-width: 1024px){.custom-header__logo-image{max-height:70px}}.custom-header__mobile-menu.active .custom-header__hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.custom-header__mobile-menu.active .custom-header__hamburger-line:nth-child(2){opacity:0}.custom-header__mobile-menu.active .custom-header__hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.custom-header__mobile-menu-toggle:focus,.custom-header__cart-toggle:focus,.custom-header__mobile-menu-close:focus{outline:2px solid rgb(var(--custom-header-text-color));outline-offset:2px}.custom-header__shop-all:focus,.custom-header__mobile-nav-link:focus{outline:2px solid rgb(var(--custom-header-text-color));outline-offset:2px}.custom-header+.cart-notification{top:var(--custom-header-height, 80px)}
/*# sourceMappingURL=/cdn/shop/t/24/assets/custom-header.css.map */
