:root{--color-lightpurple: #efefff;--color-mediumpurple: #B6B8DC;--color-purple: #837ba9;--color-darkpurple: #4C4184;--color-peach: #FFA38B;--color-lightpeach: #FFCCBF;--color-black: #1B2025;--color-green: #2DAB0A;--font-main: "MelbourneRegular", sans-serif;--font-main-medium: "MelbourneMedium", sans-serif;--font-body: "Inter", sans-serif}.content-wrapper{max-width:1400px;margin:0 auto}h1{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-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;color:var(--color-black)}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 .dropdown-content p{font-size:14px;line-height:20px}.dropdown-single .dropdown-content p strong{font-weight:600}.dropdown-single .dropdown-content ul{padding-left:15px}.dropdown-single .dropdown-content li{color:var(--color-black);font-size:14px;line-height:20px;margin-bottom:5px}.dropdown-single.is-open .dropdown-toggle svg{transform:rotate(45deg)}.dropdown-single.is-open .dropdown-content{max-height:1200px;padding-top:10px}.field:after{display:none}.header .header__row{background-color:#e0e0ff}.header a.list-menu__item{color:var(--color-darkpurple)}.header a.list-menu__item:hover span{text-decoration:none}.header a.list-menu__item span.header__active-menu-item{text-decoration:none;font-weight:600}.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}}.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 .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;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 #care-guide-close{transform:rotate(45deg)}.size-guide-overlay .size-guide-modal img{display:block;max-width:100%}.form__label-row{display:flex;justify-content:space-between;align-items:center;width:100%;min-width:0}.form__label-row>span:first-child{flex:1;min-width:0}variant-selects{position:relative}variant-selects button.size-guide{font-family:var(--font-body);display:inline-block;cursor:pointer;text-decoration:underline;text-underline-offset:3px;font-size:13px;font-weight:500;letter-spacing:.5px;background:none;border:none;padding:0;color:var(--color-black)}variant-selects button.size-guide.size-guide-absolute{position:absolute;right:0;top:4px}.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:#7882a0a6;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:min(500px,90vw);aspect-ratio:1;background:#fff;border-radius:15px;overflow:hidden}.size-guide-overlay .size-guide-modal .size-guide-modal__close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;padding:4px;line-height:0;z-index:1}.size-guide-overlay .size-guide-modal .size-guide-modal__close svg{width:28px;height:28px}.size-guide-overlay .size-guide-modal img{display:block;width:auto;height:100%;object-fit:contain}.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 .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}}.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-wrapper header.header{max-width:1430px}.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}variant-selects legend.form__label{width:100%;color:var(--color-darkpurple);font-size:14px;line-height:14px;font-weight:500;letter-spacing:.5px;margin-bottom:8px!important}variant-selects legend.form__label span[data-selected-value]{color:var(--color-black)}variant-selects label.swatch-input__label{width:37.5px;height:37.5px;margin-right:12px!important;margin-top:0!important;transition:none;outline:none!important;box-shadow:none!important;border:solid 2px var(--color-mediumpurple)}variant-selects label.swatch-input__label span.swatch{border:solid 2px white}variant-selects .swatch-input__input:checked+.swatch-input__label{border:none;transition:none;outline:none!important;box-shadow:none!important;border:solid 4px var(--color-mediumpurple)}variant-selects .swatch-input__input+.swatch-input__label:hover{transition:none;outline:none!important;box-shadow:none!important}variant-selects .product-form__input--pill input[type=radio]+label{font-family:var(--font-body);font-size:14px;font-weight:500;letter-spacing:.5px;border-radius:5px;padding:15px 10px;margin:7px 0 0;background-color:var(--color-lightpurple);border:none}@media(max-width:768px){variant-selects legend.form__label{margin-bottom:6px!important}variant-selects label.swatch-input__label{width:30px;height:30px;margin-right:9px!important}variant-selects .product-form__input--pill input[type=radio]+label{font-size:12px;line-height:12px;padding:11px 8px}}ig-progress-bar .ig-progress-bar{row-gap:0;padding:10px 30px 0}.loop-widget-container{margin-bottom:20px}.loop-widget-container .loop-widget-purchase-option-radio{width:24px}.loop-widget-container .loop-widget-purchase-option-radio svg.loop-widget-radio-svg{width:24px}.loop-widget-container .loop-widget-purchase-option-label{font-size:14px!important}.loop-widget-container .loop-widget-purchase-option{padding:10px;height:57px}.loop-widget-container .loop-widget-tooltip-label{font-size:15px!important}.loop-widget-container .loop-widget-tooltip-text{font-size:15px!important;background-color:#fff;border:solid 2px var(--color-darkpurple)}.loop-widget-container .loop-widget-container-arrow{display:none!important}@media(max-width:768px){.loop-widget-container .loop-widget-purchase-option-radio{width:20px}.loop-widget-container .loop-widget-purchase-option-radio svg.loop-widget-radio-svg{width:20px}.loop-widget-container .loop-widget-purchase-option-discount-badge{font-size:11px}.loop-widget-container .loop-widget-purchase-option-price{font-size:14px}}#hero-fourth-of-july:before{height:60%}#hero-fourth-of-july .reviews{margin-bottom:5px}#hero-fourth-of-july .reviews p{color:#24222f}#hero-fourth-of-july h1{color:var(--color-darkpurple);margin-bottom:0;font-weight:800;font-family:var(--font-main-medium)}#hero-fourth-of-july h2{color:var(--color-darkpurple);margin-bottom:5px;font-family:var(--font-main-medium);font-weight:800}#hero-fourth-of-july h2 strong{color:#fca189}#hero-fourth-of-july .subheading p{color:#24222f;font-size:14px;margin:0}#hero-fourth-of-july .link-wrapper{margin-top:20px}@media(max-width:480px){#hero-fourth-of-july h1{margin-bottom:0}#hero-fourth-of-july h2{text-align:center}#hero-fourth-of-july .subheading p{text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/65/assets/custom.css.map */
