:root{--color-lightpurple: #efefff;--color-mediumpurple: #B6B8DC;--color-purple: #837ba9;--color-darkpurple: #4C4184;--color-peach: #FFA38B;--color-lightpeach: #FFCCBF;--color-black: #1D252D;--color-green: #2DAB0A;--font-main: "Melbourne", sans-serif;--font-body: "Inter", sans-serif}.content-wrapper{max-width:1400px;margin:0 auto}h1{font-family:var(--font-main);font-size:32px;line-height:38px;font-weight:400;color:var(--color-black);margin:0 0 15px;text-wrap:balance;letter-spacing:-1px}@media(max-width:1024px){h1{font-size:26px;line-height:32px}}@media(max-width:768px){h1{font-size:22px;line-height:28px}}h2{font-family:var(--font-main);font-size:28px;line-height:34px;font-weight:400;color:var(--color-black);margin:0 0 15px;text-wrap:balance;letter-spacing:-1px}@media(max-width:1024px){h2{font-size:24px;line-height:30px}}@media(max-width:768px){h2{font-size:22px;line-height:26px;margin:0 0 7px;letter-spacing:.3px}}h3{font-family:var(--font-main);font-size:21px;line-height:27px;font-weight:400;color:var(--color-black);margin:0 0 15px;text-wrap:balance;letter-spacing:-.4px}@media(max-width:1024px){h3{font-size:20px;line-height:26px}}h4{font-family:var(--font-main);font-size:20px;line-height:26px;font-weight:400;color:var(--color-black);margin:0 0 15px;text-wrap:balance;letter-spacing:-.4px}@media(max-width:1024px){h4{font-size:18px;line-height:24px}}p{font-family:var(--font-body);font-size:16px;line-height:22px;margin:0 0 10px}p strong{font-weight:500}@media(max-width:768px){p{font-size:14px;line-height:18px}}a{font-family:var(--font-main)}a.btn{font-family:var(--font-body);background-color:var(--color-darkpurple);color:#fff;padding:15px 35px;border-radius:50px;text-decoration:none;font-size:16px;line-height:16px;font-weight:400;transition:.4s;white-space:nowrap}a.btn:hover{background-color:var(--color-mediumpurple);color:var(--color-darkpurple)}a.btn.btn-secondary{background-color:var(--color-lightpurple);color:var(--color-darkpurple)}a.btn.btn-secondary:hover{background-color:var(--color-purple);color:#fff}a.btn.btn-peach{background-color:var(--color-peach);color:var(--color-white)}a.btn.btn-peach:hover{background-color:var(--color-lightpurple);color:var(--color-darkpurple)}@media(max-width:480px){a.btn{padding:15px 35px}}ul li{font-family:var(--font-body);font-size:16px;line-height:22px}@media(max-width:768px){ul li{font-size:15px;line-height:22px}}.purple{color:var(--color-darkpurple)}.link-wrapper{margin-top:25px;display:flex;gap:10px}.dropdown-single{margin-bottom:15px}.dropdown-single .dropdown-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;padding-bottom:10px;display:flex;align-items:center;justify-content:space-between}.dropdown-single .dropdown-toggle h4{color:var(--color-darkpurple);margin:0}.dropdown-single .dropdown-toggle svg{transition:transform .25s ease;flex-shrink:0;width:30px;height:30px;border-radius:50px;background-color:var(--color-darkpurple);fill:#fff}.dropdown-single .dropdown-content{max-height:0;overflow:hidden}.dropdown-single.is-open .dropdown-toggle svg{transform:rotate(45deg)}.dropdown-single.is-open .dropdown-content{max-height:1200px;padding-top:10px}.header .header__row{background-color:#e0e0ff}.header#header-component{margin-top:0!important}header.header-section{z-index:101}.video-wrapper{position:relative}.video-wrapper .play-pause-toggle{position:absolute;bottom:25px;left:25px;cursor:pointer;display:flex;align-items:center;justify-content:center}.video-wrapper .play-pause-toggle svg{width:60px}.video-wrapper .play-pause-toggle svg[aria-label=Pause]{display:none}.video-wrapper .play-pause-toggle.is-playing svg[aria-label=Play]{display:none}.video-wrapper .play-pause-toggle.is-playing svg[aria-label=Pause]{display:flex}@media(max-width:1024px){.video-wrapper .play-pause-toggle{bottom:15px;left:15px}}@media(max-width:768px){.video-wrapper .play-pause-toggle{bottom:10px;left:10px}.video-wrapper .play-pause-toggle svg{width:40px}}.variant-option--buttons legend{width:100%;position:relative}.variant-option--buttons legend .size-guide{float:right;display:inline-block;cursor:pointer;text-decoration:underline;font-size:15px;font-weight:500}.variant-option--equal-width-buttons{display:flex;gap:5px}label.variant-option__button-label:not(.variant-option__button-label--has-swatch){color:var(--color-darkpurple);background-color:var(--color-lightpurple);border-radius:10px;border:none;padding:5px 10px;line-height:1;min-height:0;height:40px}label.variant-option__button-label:not(.variant-option__button-label--has-swatch):has(:checked){color:#fff}label.variant-option__button-label:not(.variant-option__button-label--has-swatch):hover{background-color:var(--color-peach);color:#fff}label.variant-option__button-label:not(.variant-option__button-label--has-swatch) span.variant-option__button-label__pill{background-color:var(--color-darkpurple)!important}label.variant-option__button-label:not(.variant-option__button-label--has-swatch) span.variant-option__button-label__text{font-size:13px;font-weight:400;letter-spacing:.5px}.size-guide-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9999;align-items:center;justify-content:center}.size-guide-overlay.is-open{display:flex}.size-guide-overlay .size-guide-modal{position:relative;width:600px;max-width:90vw;max-height:90vh;overflow-y:auto;background:#fff;padding:1rem;border-radius:35px}.size-guide-overlay .size-guide-modal .size-guide-modal__close{position:absolute;top:15px;right:12px;font-size:1.5rem;background:none;border:none;cursor:pointer}.size-guide-overlay .size-guide-modal .size-guide-modal__close svg{width:30px;transform:rotate(45deg);border-radius:50%;background-color:var(--color-darkpurple)}.size-guide-overlay .size-guide-modal .size-guide-modal__close svg path{fill:#fff}.size-guide-overlay .size-guide-modal img{display:block;max-width:100%}.announcement-marquee{overflow:hidden}.template-product .shopify-section .product-information{background-color:#f9f9ff;padding:65px 0}.template-product .shopify-section .product-information .product-information__grid{width:100%;max-width:1400px;margin:0 auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.template-product .shopify-section .product-information .product-information__grid .product-information__media,.template-product .shopify-section .product-information .product-information__grid .product-details{width:100%}.template-product .shopify-section .product-information .product-information__grid .product-details .product-reviews-loox .loox-rating-content span.loox-rating-label{position:relative;top:2px}.template-product .shopify-section .product-information .product-information__grid .product-details h1{font-weight:400;color:var(--color-darkpurple);margin-top:10px;font-family:var(--font-main)}.template-product .shopify-section .product-information .product-information__grid .product-details product-price span.price{font-size:28px;line-height:28px;color:var(--color-darkpurple)}.template-product .shopify-section .product-information .product-information__grid .product-details product-price span.compare-at-price{font-size:18px;color:var(--color-mediumpurple);margin-left:10px}.template-product .shopify-section .product-information .product-information__grid .product-details .variant-picker{margin:15px 0 0}.template-product .shopify-section .product-information .product-information__grid .product-details .variant-picker .variant-option--buttons legend{font-size:18px;font-family:var(--font-main);color:var(--color-darkpurple);font-weight:500}.template-product .shopify-section .product-information .product-information__grid .product-details .variant-picker .variant-option--buttons legend span.variant-option__swatch-value{color:var(--color-darkpurple);font-size:16px}.template-product .shopify-section .product-information .product-information__grid .product-details button.add-to-cart-button{border-radius:50px;background-color:var(--color-darkpurple)}.template-product .shopify-section .product-information .product-information__grid .product-details button.add-to-cart-button:hover{background-color:var(--color-mediumpurple);color:var(--color-darkpurple)}.template-product .shopify-section .product-information .product-information__grid .product-details button.add-to-cart-button .add-to-cart-icon{display:none}.template-product .shopify-section .product-information .product-information__grid .product-details button.add-to-cart-button span.add-to-cart-text{font-size:18px}.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__block-title{font-weight:500;font-size:16px}.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__bar label .kaching-bundles__bar-title{font-weight:500;font-size:18px}.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__bar label .kaching-bundles__bar-label{font-weight:500;font-size:15px;color:var(--color-peach)}.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__bar label .kaching-bundles__bar-subtitle{font-weight:500}.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__bar label .kaching-bundles__upsell{padding-left:20px}.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__bar label .kaching-bundles__upsell__text{font-weight:400;font-size:14px}.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__bar label .kaching-bundles__bar-price{font-size:18px;font-weight:500}.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__bar label .kaching-bundles__bar-full-price{font-size:16px;font-weight:500}.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__bar label .kaching-bundles__upsell__price,.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__bar label .kaching-bundles__upsell__full-price{font-weight:500}.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__bar label .kaching-bundles__bar-variant-names{font-size:14px;color:var(--color-darkpurple)}.template-product .shopify-section .product-information .product-information__grid .product-details .kaching-bundles .kaching-bundles__bar label select.kaching-bundles__bar-variant-select{min-width:200px;border-radius:10px;color:var(--color-darkpurple);background-color:#f7f7ff;font-weight:600;letter-spacing:.5px;height:35px}.template-product .shopify-section .media-gallery-testimonial{margin-top:15px}.template-product .shopify-section .media-gallery-testimonial .content-wrapper{background-color:var(--color-lightpurple);padding:25px;border-radius:25px}.template-product .shopify-section .media-gallery-testimonial .content-wrapper .star-wrapper{display:flex;gap:3px;position:relative;top:-2px;margin-bottom:10px}.template-product .shopify-section .media-gallery-testimonial .content-wrapper .star-wrapper svg{width:14px;height:14px}.template-product .shopify-section .media-gallery-testimonial .content-wrapper .testimonial-text{font-size:16px;line-height:20px;font-weight:200;margin-bottom:15px;color:var(--color-black)}.template-product .shopify-section .media-gallery-testimonial .content-wrapper .testimonial-author{display:flex;align-items:center;gap:15px}.template-product .shopify-section .media-gallery-testimonial .content-wrapper .testimonial-author h4{font-size:18px;font-weight:300;margin:0;letter-spacing:.3px}.template-product .shopify-section .media-gallery-testimonial .content-wrapper .testimonial-author .verified-customer{display:flex;align-items:center;gap:7px}.template-product .shopify-section .media-gallery-testimonial .content-wrapper .testimonial-author .verified-customer svg{width:15px;fill:var(--color-darkpurple)}.template-product .shopify-section .media-gallery-testimonial .content-wrapper .testimonial-author .verified-customer p{margin:0;color:var(--color-darkpurple)}.template-product .shopify-section .media-gallery-testimonial-mobile-wrapper{display:none}.template-product .alchemy-reset .alchemy-rte p{letter-spacing:.7px}.template-product .alchemy-reset .alchemy-rte p strong{font-weight:700}@media(max-width:1024px){.template-product .shopify-section .product-information{padding:45px 0}}@media(max-width:768px){.template-product .shopify-section .product-information{padding:15px 15px 0}.template-product .shopify-section .product-information .product-information__grid{display:flex;flex-direction:column;gap:0}.template-product .shopify-section .product-information .product-information__grid .product-information__media{position:relative;grid-column:2}.template-product .shopify-section .product-information .product-information__grid .product-information__media .media-gallery-testimonial{display:none}.template-product .shopify-section .product-information .product-information__grid .product-details h1{margin-top:5px;font-size:22px;line-height:28px;font-weight:400}.template-product .shopify-section .product-information .product-information__grid .product-details product-price{margin-top:-5px}.template-product .shopify-section .product-information .product-information__grid .product-details product-price span.price{font-size:20px}.template-product .shopify-section .product-information .product-information__grid .product-details .variant-picker{margin-top:10px}.template-product .shopify-section .product-information .product-information__grid .product-details .variant-picker .variant-option--buttons legend{font-size:16px}.template-product .shopify-section .media-gallery-testimonial-mobile-wrapper{display:block}.template-product .shopify-section .media-gallery-testimonial-mobile-wrapper .media-gallery-testimonial{margin-top:15px}}.ms-mega-menu{padding:55px 0 25px}.ms-mega-menu .content-wrapper{display:flex;gap:45px}.ms-mega-menu .content-wrapper h3{font-size:18px}.ms-mega-menu .content-wrapper .collections{width:66.66%}.ms-mega-menu .content-wrapper .collections .mega-menu-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:15px}.ms-mega-menu .content-wrapper .collections .mega-menu-grid a{aspect-ratio:2;background-size:cover;position:relative;border-radius:15px}.ms-mega-menu .content-wrapper .collections .mega-menu-grid a:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#3e3a51;opacity:.65;z-index:1;border-radius:15px;transition:.4s}.ms-mega-menu .content-wrapper .collections .mega-menu-grid a .content{width:100%;height:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2}.ms-mega-menu .content-wrapper .collections .mega-menu-grid a .content h3{position:relative;color:#fff;margin:0;transition:1.6s;font-size:18px;letter-spacing:.5px}.ms-mega-menu .content-wrapper .collections .mega-menu-grid a:hover:before{opacity:.7}.ms-mega-menu .content-wrapper .featured-products{width:33.33%;background-color:var(--color-lightpurple);border-radius:15px;padding:25px}.ms-mega-menu .content-wrapper .featured-products .products-wrapper a{display:flex;align-items:center;gap:20px;border-bottom:solid 1px var(--color-mediumpurple);margin-bottom:15px;padding-bottom:15px}.ms-mega-menu .content-wrapper .featured-products .products-wrapper a:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:0}.ms-mega-menu .content-wrapper .featured-products .products-wrapper a .image-wrapper{width:65px;min-width:65px;flex-shrink:0;border-radius:10px}.ms-mega-menu .content-wrapper .featured-products .products-wrapper a .image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:10px}.ms-mega-menu .content-wrapper .featured-products .products-wrapper a .details h4.title{font-weight:500;white-space:normal;font-size:16px;line-height:22px;margin-bottom:0}.ms-mega-menu .content-wrapper .featured-products .products-wrapper a .details .price-wrapper{display:flex;align-items:center;margin-top:5px}.ms-mega-menu .content-wrapper .featured-products .products-wrapper a .details .price-wrapper h4.price{font-size:16px;line-height:16px;margin-bottom:0}.ms-mega-menu .content-wrapper .featured-products .products-wrapper a .details .price-wrapper h4.compare-at-price{font-size:16px;line-height:16px;margin-left:10px;color:var(--color-darkpurple);opacity:.6;font-style:strikethrough;margin-bottom:0}@media(max-width:1200px){.ms-mega-menu .content-wrapper{gap:25px}.ms-mega-menu .content-wrapper .collections{width:60%}.ms-mega-menu .content-wrapper .collections .mega-menu-grid{gap:15px}.ms-mega-menu .content-wrapper .featured-products{width:40%}}@media(max-width:998px){.ms-mega-menu{padding:25px 0}.ms-mega-menu .content-wrapper{flex-direction:column;gap:20px}.ms-mega-menu .content-wrapper .collections{width:100%}.ms-mega-menu .content-wrapper .collections .mega-menu-grid a{aspect-ratio:2}.ms-mega-menu .content-wrapper .featured-products{width:100%;background-color:#fff;padding:25px 0}.ms-mega-menu .content-wrapper .featured-products .products-wrapper{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}.ms-mega-menu .content-wrapper .featured-products .products-wrapper a{margin-bottom:0;border:none;padding:20px;background-color:var(--color-lightpurple);border-radius:10px;min-height:135px}.ms-mega-menu .content-wrapper .featured-products .products-wrapper a:last-of-type{padding-bottom:20px}}.header-actions__action svg circle,.header-actions__action svg path{stroke:var(--color-darkpurple)}@keyframes cartBubblePulse{0%{width:100%;height:100%}50%{width:150%;height:150%}to{width:100%;height:100%}}.header-actions__cart-icon .cart-bubble .cart-bubble__background:before{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:1;border-radius:50px;background:var(--color-darkpurple);animation:cartBubblePulse 1.5s infinite;opacity:.5}.ms-menu-drawer.menu-drawer{background-color:var(--color-lightpurple);width:100%}.ms-menu-drawer.menu-drawer .mobile-drawer-logo{padding:0 20px;display:flex;justify-content:center;margin-bottom:15px}.ms-menu-drawer.menu-drawer .mobile-drawer-logo img{max-width:150px}.ms-menu-drawer.menu-drawer ul.menu-drawer__menu .menu-drawer__menu-item-text{color:var(--color-darkpurple);font-size:20px;font-family:var(--font-main);letter-spacing:-.5px}.ms-menu-drawer.menu-drawer ul.menu-drawer__menu ul.menu-drawer__menu--childlist{margin-left:15px}.ms-menu-drawer.menu-drawer .mobile-drawer-featured-products{padding:0 19px}.ms-menu-drawer.menu-drawer .mobile-drawer-featured-products .featured-products{background-color:var(--color-lightpurple);border-radius:15px}.ms-menu-drawer.menu-drawer .mobile-drawer-featured-products .featured-products .products-wrapper a{display:flex;align-items:center;gap:20px;border-bottom:solid 1px var(--color-mediumpurple);margin-bottom:15px;background-color:#fff;border-radius:10px;padding:10px}.ms-menu-drawer.menu-drawer .mobile-drawer-featured-products .featured-products .products-wrapper a .image-wrapper{width:65px;min-width:65px;flex-shrink:0;border-radius:10px}.ms-menu-drawer.menu-drawer .mobile-drawer-featured-products .featured-products .products-wrapper a .image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:10px}.ms-menu-drawer.menu-drawer .mobile-drawer-featured-products .featured-products .products-wrapper a .details h4.title{font-weight:500;white-space:normal;font-size:16px;line-height:22px;margin-bottom:0}.ms-menu-drawer.menu-drawer .mobile-drawer-featured-products .featured-products .products-wrapper a .details .price-wrapper{display:flex;align-items:center;margin-top:5px}.ms-menu-drawer.menu-drawer .mobile-drawer-featured-products .featured-products .products-wrapper a .details .price-wrapper h4.price{font-size:16px;line-height:16px;margin-bottom:0}.ms-menu-drawer.menu-drawer .mobile-drawer-featured-products .featured-products .products-wrapper a .details .price-wrapper h4.compare-at-price{font-size:16px;line-height:16px;margin-left:10px;color:var(--color-darkpurple);opacity:.6;font-style:strikethrough;margin-bottom:0}li.menu-list__list-item{padding:0 15px}li.menu-list__list-item a span{padding:0}#shopify-block-AMlczSDJBZk9qT04yZ__growi_creator_management_signup_form_CjFymE{width:100%}#shopify-block-AMlczSDJBZk9qT04yZ__growi_creator_management_signup_form_CjFymE iframe{height:100%;margin-bottom:35px}.template-collection .ms-product-grid{background-color:#fff;padding:45px 25px 65px}@media(max-width:768px){.template-collection{background-color:var(--color-lightpurple)}.template-collection .ms-product-grid{background-color:var(--color-lightpurple);padding:35px 15px 45px}}.predictive-search form.predictive-search-form h4.predictive-search-results__title{color:var(--color-darkpurple);font-size:16px;font-weight:400;letter-spacing:.5px}.predictive-search form.predictive-search-form .predictive-search-results__wrapper-products{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.predictive-search form.predictive-search-form button.predictive-search__search-button{border-radius:50px}.template-search ul.product-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:25px;max-width:1400px}.r-1e2zfeh{z-index:0!important}.swiper:not(.swiper-initialized) .swiper-slide{visibility:hidden}.product-information__grid .loop-widget-container{margin-bottom:20px}.slideshow-controls__thumbnails .slideshow-control{border-radius:0!important}.slideshow-controls__thumbnails .slideshow-control img{border-radius:5px!important}.upcart-public-rewards__message strong{font-weight:500!important}.template-collection .ms-collection-hero{background-color:#f9f9ff}@media(max-width:768px){.template-collection section.ms-product-grid .content-wrapper .product-grid .product-card .details-wrapper a.btn{display:none}}.termsLink a{font-weight:300!important;text-decoration:underline!important;color:var(--color-purple)!important}
/*# sourceMappingURL=/cdn/shop/t/42/assets/custom.css.map */
