:root{--custom-button-radius: 999px;--custom-button-bg: #f4511e;--custom-button-hover-bg: #ff5a3d;--custom-button-shadow: 0 4px 15px rgba(244, 81, 30, .4);--custom-button-hover-shadow: 0 6px 20px rgba(244, 81, 30, .5);--custom-transition: all .3s cubic-bezier(.4, 0, .2, 1);--brand-color: #f4511e;--brand-color-hover: #ff5a3d;--text-dark: #1a1a1a;--text-medium: #333333;--text-light: #666666;--bg-light: #f2f2f2;--bg-white: #ffffff;--header-height: 90px;--announcement-height: 68px}.announcement-bar{background:#f2f2f2!important;min-height:66px!important;padding:0 44px!important;border-bottom:0!important;position:relative!important}.announcement-bar__slider{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:20px!important;max-width:1200px!important;margin:0 auto!important;padding:12px 0!important}.announcement-bar__slides{display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important;width:auto!important;max-width:none!important}.announcement-bar__slide{display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important}.announcement-bar__text,.announcement-bar p,.announcement-bar .text-block{color:var(--text-dark)!important;font-size:14px!important;line-height:1.4!important;text-align:center!important;margin:0!important}.announcement-bar__text strong,.announcement-bar strong{font-weight:700!important;color:var(--text-dark)!important}.announcement-bar__text span,.announcement-bar span{font-weight:400!important}.announcement-bar .button,.announcement-bar__button{background:var(--brand-color)!important;color:#fff!important;border-radius:999px!important;padding:10px 24px!important;font-size:13px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.5px!important;border:none!important;cursor:pointer!important;transition:var(--custom-transition)!important;white-space:nowrap!important}.announcement-bar .button:hover,.announcement-bar__button:hover{background:var(--brand-color-hover)!important;transform:translateY(-1px)!important}.announcement-bar__close{position:absolute!important;right:44px!important;top:50%!important;transform:translateY(-50%)!important;background:none!important;border:none!important;color:var(--text-medium)!important;font-size:20px!important;cursor:pointer!important;padding:8px!important;line-height:1!important;transition:color .2s ease!important}.announcement-bar__close:hover{color:var(--text-dark)!important}@media screen and (max-width:749px){.announcement-bar{padding:0 20px!important}.announcement-bar__close{right:20px!important}.announcement-bar .button{padding:8px 16px!important;font-size:12px!important}}.header,.header-section,.section--header{background:var(--bg-white)!important;border-bottom:0!important;position:relative!important;z-index:100!important}.header__wrapper,.header__inner{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;max-width:1400px!important;margin:0 auto!important;padding:0 44px!important;height:var(--header-height)!important}.header__menu{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:24px!important}.header__menu a,.header__menu-item,.header-menu a{color:var(--text-dark)!important;font-size:16px!important;font-weight:500!important;text-decoration:none!important;transition:color .2s ease!important}.header__menu a:hover,.header__menu-item:hover,.header-menu a:hover{color:var(--brand-color)!important}.header__logo,.header-logo{display:flex!important;align-items:center!important;justify-content:center!important}.header__logo img,.header-logo img{max-height:50px!important;width:auto!important}.header__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:22px!important}.header__action-button{background:var(--brand-color)!important;color:#fff!important;border-radius:999px!important;padding:10px 20px!important;font-size:13px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.5px!important;border:none!important;cursor:pointer!important;transition:var(--custom-transition)!important;white-space:nowrap!important}.header__action-button:hover{background:var(--brand-color-hover)!important;transform:translateY(-1px)!important}.header__icon,.header-icon{color:var(--text-dark)!important;width:24px!important;height:24px!important;cursor:pointer!important;transition:color .2s ease!important}.header__icon:hover,.header-icon:hover{color:var(--brand-color)!important}.header__icon svg,.header-icon svg{width:24px!important;height:24px!important;stroke:currentColor!important;fill:none!important;stroke-width:1.5!important}.header--sticky,.header[data-sticky=true]{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;box-shadow:0 2px 10px #0000000d!important}.header--transparent,.header[data-transparent=true]{background:var(--bg-white)!important}.header--transparent .header__menu a,.header--transparent .header__icon{color:var(--text-dark)!important}@media screen and (max-width:749px){.header__wrapper,.header__inner{padding:0 20px!important;height:70px!important}.header__menu{display:none!important}.header__action-button{padding:8px 14px!important;font-size:11px!important}.header__icon,.header-icon{width:22px!important;height:22px!important}}.hero,.slideshow,.hero-section{position:relative!important;margin-top:0!important}.hero__slide,.slideshow__slide{min-height:calc(100vh - var(--header-height) - var(--announcement-height))!important;display:flex!important;align-items:center!important;justify-content:center!important}.hero__content,.slideshow__content{text-align:center!important;z-index:10!important;padding:40px!important}.hero__heading,.slideshow__heading{font-size:3.5rem!important;font-weight:700!important;color:var(--text-dark)!important;margin-bottom:20px!important;line-height:1.1!important}.hero__subheading,.slideshow__subheading{font-size:1.25rem!important;color:var(--text-medium)!important;margin-bottom:30px!important;max-width:600px!important;margin-left:auto!important;margin-right:auto!important}@media screen and (max-width:749px){.hero__slide,.slideshow__slide{min-height:50vh!important}.hero__heading,.slideshow__heading{font-size:2rem!important}.hero__subheading,.slideshow__subheading{font-size:1rem!important}}.button{border-radius:var(--custom-button-radius)!important;background-color:var(--custom-button-bg)!important;color:#fff!important;border:none!important;padding:14px 32px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:1px!important;transition:var(--custom-transition)!important;box-shadow:var(--custom-button-shadow)!important;cursor:pointer!important;display:inline-block!important;text-decoration:none!important}.button:hover{background-color:var(--custom-button-hover-bg)!important;transform:translateY(-2px) scale(1.02)!important;box-shadow:var(--custom-button-hover-shadow)!important}.button:active{transform:translateY(0) scale(.98)!important}.button-secondary{border-radius:var(--custom-button-radius)!important;background-color:#fffffff2!important;color:var(--text-medium)!important;border:2px solid var(--custom-button-bg)!important;padding:12px 30px!important;font-weight:600!important;transition:var(--custom-transition)!important}.button-secondary:hover{background-color:#fff!important;color:var(--custom-button-bg)!important;transform:translateY(-2px)!important;box-shadow:var(--custom-button-shadow)!important}.product-list{padding:60px 0!important}.product-list__heading{font-size:2.5rem!important;font-weight:700!important;text-align:center!important;margin-bottom:10px!important;color:var(--text-dark)!important}.product-list__description{text-align:center!important;color:var(--text-light)!important;margin-bottom:40px!important;font-size:1.1rem!important}.product-grid{display:grid!important;gap:30px!important}.product-card{background:#fff!important;border-radius:12px!important;overflow:hidden!important;transition:transform .3s ease,box-shadow .3s ease!important}.product-card:hover{transform:translateY(-8px)!important;box-shadow:0 20px 40px #0000001a!important}.product-card__image{position:relative!important;overflow:hidden!important}.product-card__image img{width:100%!important;height:auto!important;transition:transform .5s ease!important}.product-card:hover .product-card__image img{transform:scale(1.05)!important}.product-badge{position:absolute!important;top:15px!important;left:15px!important;padding:6px 12px!important;font-size:.75rem!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.5px!important;border-radius:4px!important;z-index:5!important}.product-badge--new{background:var(--brand-color)!important;color:#fff!important}.product-badge--sale{background:#e74c3c!important;color:#fff!important}.product-badge--sold-out{background:#95a5a6!important;color:#fff!important}.product-badge--bestseller{background:#2c3e50!important;color:#fff!important}.media-with-content{display:flex!important;align-items:center!important;gap:60px!important;padding:80px 0!important}.media-with-content--reverse{flex-direction:row-reverse!important}.media-with-content__media{flex:1!important}.media-with-content__content{flex:1!important;padding:40px!important}.media-with-content__heading{font-size:2.5rem!important;font-weight:700!important;color:var(--text-dark)!important;margin-bottom:20px!important}.media-with-content__text{color:var(--text-medium)!important;line-height:1.8!important;margin-bottom:30px!important;font-size:1.1rem!important}@media screen and (max-width:749px){.media-with-content{flex-direction:column!important;gap:30px!important;padding:40px 0!important}.media-with-content__heading{font-size:1.75rem!important}}.icon-features-section{padding:60px 0!important;background:var(--bg-light)!important}.icon-features-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:40px!important;max-width:1200px!important;margin:0 auto!important;padding:0 20px!important}.icon-feature{text-align:center!important;padding:30px!important}.icon-feature__icon{width:80px!important;height:80px!important;margin:0 auto 20px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--brand-color)!important}.icon-feature__icon svg{width:48px!important;height:48px!important}.icon-feature__title{font-size:1.25rem!important;font-weight:600!important;color:var(--text-dark)!important;margin-bottom:10px!important;text-transform:uppercase!important;letter-spacing:1px!important}.icon-feature__text{color:var(--text-light)!important;font-size:.95rem!important;line-height:1.6!important}@media screen and (max-width:749px){.icon-features-grid{grid-template-columns:1fr!important;gap:30px!important}}.collection-list{padding:60px 0!important}.collection-list__heading{font-size:2rem!important;font-weight:700!important;text-align:center!important;margin-bottom:40px!important;color:var(--text-dark)!important;text-transform:uppercase!important;letter-spacing:2px!important}.collection-card{position:relative!important;overflow:hidden!important;border-radius:12px!important;aspect-ratio:3/4!important}.collection-card__image{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .5s ease!important}.collection-card:hover .collection-card__image{transform:scale(1.1)!important}.collection-card__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 50%)!important;display:flex!important;align-items:flex-end!important;padding:30px!important}.collection-card__title{color:#fff!important;font-size:1.5rem!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:1px!important}.rich-text-section{padding:80px 0!important;background:var(--text-dark)!important;color:#fff!important}.rich-text-content{max-width:800px!important;margin:0 auto!important;text-align:center!important;padding:0 20px!important}.rich-text__heading{font-size:2.5rem!important;font-weight:700!important;margin-bottom:30px!important;line-height:1.2!important}.rich-text__text{font-size:1.1rem!important;line-height:1.8!important;margin-bottom:40px!important;opacity:.9!important}.newsletter-section{padding:60px 0!important;background:var(--bg-light)!important}.newsletter-content{max-width:600px!important;margin:0 auto!important;text-align:center!important;padding:0 20px!important}.newsletter__heading{font-size:2rem!important;font-weight:700!important;color:var(--text-dark)!important;margin-bottom:15px!important}.newsletter__text{color:var(--text-light)!important;margin-bottom:30px!important}.newsletter-form{margin-bottom:30px!important}.newsletter-form__fields{display:flex!important;gap:15px!important;max-width:500px!important;margin:0 auto!important}.newsletter-form input[type=email]{flex:1!important;padding:14px 20px!important;border:2px solid #e0e0e0!important;border-radius:var(--custom-button-radius)!important;font-size:1rem!important;transition:border-color .3s ease!important}.newsletter-form input[type=email]:focus{border-color:var(--brand-color)!important;outline:none!important}.newsletter__social{display:flex!important;justify-content:center!important;gap:30px!important}.social-link{color:var(--text-light)!important;text-decoration:none!important;font-weight:500!important;transition:color .3s ease!important}.social-link:hover{color:var(--brand-color)!important}@media screen and (max-width:749px){.newsletter-form__fields{flex-direction:column!important}}.footer{background:var(--text-dark)!important;color:#fff!important;padding:60px 0 30px!important}.footer__grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:40px!important;max-width:1200px!important;margin:0 auto!important;padding:0 20px!important}.footer__column-title{font-size:1rem!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:1px!important;margin-bottom:20px!important;color:#fff!important}.footer__links{list-style:none!important;padding:0!important;margin:0!important}.footer__link{margin-bottom:12px!important}.footer__link a{color:#ffffffb3!important;text-decoration:none!important;font-size:.9rem!important;transition:color .3s ease!important}.footer__link a:hover{color:#fff!important}@media screen and (max-width:749px){.footer__grid{grid-template-columns:repeat(2,1fr)!important}}h1,.h1{font-family:Red Hat Text,Helvetica Neue,Arial,sans-serif!important;font-weight:700!important;letter-spacing:-.02em!important}h2,.h2,h3,.h3{font-family:Red Hat Text,Helvetica Neue,Arial,sans-serif!important;font-weight:600!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.hidden{display:none!important}.visible{display:block!important}.mega-menu-nav{display:flex;align-items:center}.mega-menu-nav__list{display:flex;align-items:center;gap:0;margin:0;padding:0}.mega-menu-nav__item{position:relative;list-style:none}.mega-menu-nav__link{display:flex;align-items:center;gap:6px;padding:10px 16px;color:var(--text-dark);font-size:16px;font-weight:500;text-decoration:none;transition:color .2s ease;position:relative}.mega-menu-nav__link:hover{color:var(--brand-color)}.mega-menu-nav__link:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:2px;background:var(--text-dark);transform:scaleX(0);transition:transform .2s ease}.mega-menu-nav__item--active .mega-menu-nav__link:after,.mega-menu-nav__link:hover:after{transform:scaleX(1)}.mega-menu-nav__link-icon{display:flex;align-items:center;transition:transform .2s ease}.mega-menu-nav__item--active .mega-menu-nav__link-icon{transform:rotate(180deg)}.mega-menu-nav__item--sale .mega-menu-nav__link{color:var(--brand-color);font-weight:600}.mega-menu-nav__item--sale .mega-menu-nav__link:hover{color:var(--brand-color-hover)}.mega-menu-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);width:100vw;max-width:1200px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 10px 40px #0000001a;opacity:0;visibility:hidden;transform:translate(-50%) translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:1000;pointer-events:none}.mega-menu-dropdown--active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);pointer-events:auto}.mega-menu-dropdown__inner{padding:30px 40px;display:flex;gap:40px}.mega-menu-dropdown__columns{display:flex;gap:40px;flex:1}.mega-menu-dropdown__column{min-width:150px}.mega-menu-dropdown__heading{display:block;margin-bottom:16px;color:var(--text-dark);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-decoration:none;border-bottom:1px solid #e0e0e0;padding-bottom:8px}.mega-menu-dropdown__heading:hover{color:var(--brand-color)}.mega-menu-dropdown__list{margin:0;padding:0}.mega-menu-dropdown__item{list-style:none;margin-bottom:10px}.mega-menu-dropdown__link{display:block;color:var(--text-medium);font-size:14px;text-decoration:none;padding:4px 0;transition:color .2s ease,padding-left .2s ease}.mega-menu-dropdown__link:hover{color:var(--brand-color);padding-left:6px}.mega-menu-dropdown__link--standalone{font-weight:500;color:var(--text-dark);margin-bottom:10px}.mega-menu-dropdown__featured{min-width:250px;border-left:1px solid #e0e0e0;padding-left:40px}.mega-menu-featured__label{display:block;margin-bottom:16px;color:var(--text-light);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.mega-menu-featured__list{margin:0;padding:0}.mega-menu-featured__item{list-style:none;margin-bottom:16px}.mega-menu-featured__link{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text-dark)}.mega-menu-featured__image{width:60px;height:60px;object-fit:cover;border-radius:6px}.mega-menu-featured__title{font-size:13px;font-weight:500;flex:1}.mega-menu-featured__price{font-size:13px;color:var(--text-light)}.mega-menu-mobile-toggle{display:none;background:none;border:none;padding:10px;cursor:pointer;color:var(--text-dark)}@media screen and (max-width:749px){.mega-menu-nav{display:none}.mega-menu-mobile-toggle{display:flex;align-items:center;justify-content:center}}.mega-menu-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none}.mega-menu-mobile-drawer[aria-hidden=false]{pointer-events:auto}.mega-menu-mobile-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease}.mega-menu-mobile-drawer[aria-hidden=false] .mega-menu-mobile-drawer__overlay{opacity:1}.mega-menu-mobile-drawer__content{position:absolute;top:0;right:0;bottom:0;width:85%;max-width:320px;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.mega-menu-mobile-drawer[aria-hidden=false] .mega-menu-mobile-drawer__content{transform:translate(0)}.mega-menu-mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e0e0e0}.mega-menu-mobile-drawer__title{font-size:18px;font-weight:600}.mega-menu-mobile-drawer__close{background:none;border:none;padding:8px;cursor:pointer;color:var(--text-dark)}.mega-menu-mobile-drawer__nav{flex:1;overflow-y:auto;padding:20px}.mega-menu-mobile-drawer__list{margin:0;padding:0}.mega-menu-mobile-drawer__item{list-style:none;margin-bottom:4px}.mega-menu-mobile-drawer__link{display:block;padding:12px 0;color:var(--text-dark);font-size:16px;font-weight:500;text-decoration:none;border-bottom:1px solid #f0f0f0}.mega-menu-mobile-drawer__link:hover,.mega-menu-mobile-drawer__item--sale .mega-menu-mobile-drawer__link{color:var(--brand-color)}.mega-menu-mobile-drawer__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 0;background:none;border:none;border-bottom:1px solid #f0f0f0;cursor:pointer;font-size:16px;font-weight:500;color:var(--text-dark);text-align:left}.mega-menu-mobile-drawer__trigger svg{transition:transform .2s ease}.mega-menu-mobile-drawer__trigger[aria-expanded=true] svg{transform:rotate(180deg)}.mega-menu-mobile-drawer__submenu{margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.mega-menu-mobile-drawer__submenu-item{list-style:none}.mega-menu-mobile-drawer__submenu-link{display:block;padding:10px 16px;color:var(--text-medium);font-size:14px;text-decoration:none}.mega-menu-mobile-drawer__submenu-link:hover{color:var(--brand-color);background:#f8f8f8}body.mobile-menu-open{overflow:hidden}.list-unstyled{list-style:none;margin:0;padding:0}.announcement-bar{background:#f2f2f2!important;min-height:68px!important}.announcement-bar .section-background{background:#f2f2f2!important}.header{background:#fff!important;position:relative!important;z-index:100!important}.header[transparent],.header__row{background:#fff!important}.header__columns{background:#fff!important;min-height:90px!important;padding:0 44px!important}.header__column--left{justify-content:flex-start!important}.header__column--center{justify-content:center!important}.header__column--right{justify-content:flex-end!important;gap:22px!important}.menu-list__link{color:#1a1a1a!important;font-size:16px!important;font-weight:500!important;text-decoration:none!important;padding:10px 16px!important;transition:color .2s ease!important}.menu-list__link:hover,.menu-list__link--active{color:#f4511e!important}.menu-list__list-item:hover .menu-list__link:after{content:""!important;position:absolute!important;bottom:0!important;left:16px!important;right:16px!important;height:2px!important;background:#1a1a1a!important}header-actions{display:flex!important;align-items:center!important;gap:22px!important}.header-actions__action{color:#1a1a1a!important;padding:8px!important;transition:color .2s ease!important}.header-actions__action:hover{color:#f451e1e!important}.menu-list__submenu{background:#fff!important;border:1px solid #e0e0e0!important;border-radius:8px!important;box-shadow:0 10px 40px #0000001a!important;padding:30px 40px!important;min-width:800px!important;max-width:1200px!important}.mega-menu__grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:40px!important;width:100%!important}.mega-menu__column{min-width:150px!important}.mega-menu__link{display:block!important;color:#333!important;font-size:14px!important;text-decoration:none!important;padding:6px 0!important;transition:color .2s ease,padding-left .2s ease!important}.mega-menu__link:hover{color:#f4511e!important;padding-left:6px!important}.mega-menu__link--parent{font-weight:700!important;font-size:14px!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#1a1a1a!important;border-bottom:1px solid #e0e0e0!important;padding-bottom:8px!important;margin-bottom:12px!important}.mega-menu__link[href*=sale],.mega-menu__link[href*=Sale]{color:#f4511e!important;font-weight:600!important}.header-logo img{max-height:50px!important;width:auto!important}@media screen and (max-width:749px){.header__columns{padding:0 20px!important;min-height:70px!important}.mega-menu__grid{grid-template-columns:1fr!important;gap:20px!important}.menu-list__submenu{min-width:100%!important;padding:20px!important}}.header[transparent=always],.header[transparent=not-sticky]{background:#fff!important}#header-component .header{background:#fff!important;border-bottom:0!important;box-shadow:none!important}#header-group,#header-component,#header-component .header,#header-component .header__row,#header-component .header__columns,#shopify-section-header_section,#shopify-section-announcement_bar,.announcement-bar,.header__row,.header__columns{border-top:0!important;border-bottom:0!important;box-shadow:none!important;--border-bottom-width: 0px !important}.skip-to-content-link:not(:focus):not(:focus-visible){position:absolute!important;left:-99999px!important;top:auto!important}.announcement-bar{min-height:58px!important;padding:0!important;background:#f1f1f1!important;border-bottom:0!important;position:relative!important}.announcement-bar__slider{min-height:58px!important;padding:0!important;max-width:none!important}.announcement-bar__slides{width:100%!important;max-width:none!important}.announcement-bar__content{min-height:58px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;padding:7px 52px!important}.announcement-bar__copy{gap:1px!important}.announcement-bar__heading{color:#000!important;font-size:16px!important;font-weight:800!important;line-height:1.12!important}.announcement-bar__subtext{color:#000!important;font-size:14px!important;font-weight:500!important;line-height:1.15!important}.announcement-bar__button{min-height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 16px!important;background:#ff5a2f!important;border-radius:999px!important;color:#fff!important;font-size:12px!important;font-weight:800!important;line-height:1!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important}.announcement-bar__close{right:18px!important;color:#4f5661!important}#header-component .dropdown-localization{display:none!important}.header__columns{min-height:88px!important;padding:0 52px!important;grid-template-columns:1fr auto 1fr!important}.header__column--right{gap:24px!important}.menu-list__link{font-size:18px!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important;padding:10px 14px!important}header-actions{gap:24px!important}.header-actions__action{padding:4px!important}.header-actions__action:hover{color:#f4511e!important}.header-actions__donate{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:0 19px!important;border-radius:999px!important;background:#f45f56!important;color:#fff!important;font-size:14px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;box-shadow:none!important;transition:background .2s ease,transform .2s ease!important}.header-actions__donate:hover{background:#ff6b61!important;transform:translateY(-1px)!important}.header-actions__search-inline{display:flex!important}.header-actions__action .svg-wrapper,.header-actions__action svg,.account-button__icon{width:24px!important;height:24px!important;color:#000!important;stroke-width:2.5px!important}.header-actions__cart-icon .cart-bubble{display:none!important}.header-logo img,.header-logo__image{max-width:150px!important;max-height:62px!important;width:auto!important;height:auto!important}.memorial-sale-hero{position:relative!important;min-height:clamp(560px,calc(100svh - var(--header-group-height, 146px)),760px)!important;overflow:hidden!important;background:#f8c6c5!important}.memorial-sale-hero__media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background-image:var(--memorial-sale-hero-image)!important;background-position:center center!important;background-size:cover!important;transform:none!important}.memorial-sale-hero__content{position:relative!important;z-index:1!important;display:flex!important;min-height:inherit!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:clamp(42px,6vw,80px) clamp(18px,5vw,80px) clamp(78px,9vw,118px)!important;text-align:center!important;transform:translateY(-1.4vw)!important}.memorial-sale-hero__eyebrow,.memorial-sale-hero__heading,.memorial-sale-hero__code{margin:0!important;font-family:var(--font-heading--family)!important;line-height:1.05!important;letter-spacing:0!important}.memorial-sale-hero__eyebrow{color:#e86d61!important;font-size:clamp(46px,6vw,104px)!important;font-weight:800!important;text-transform:uppercase!important}.memorial-sale-hero__heading{margin-top:clamp(12px,1.7vw,28px)!important;color:#000!important;font-size:clamp(44px,5.4vw,92px)!important;font-weight:900!important;text-transform:uppercase!important}.memorial-sale-hero__code{margin-top:clamp(16px,2vw,30px)!important;color:#000!important;font-size:clamp(28px,3.2vw,52px)!important;font-weight:500!important}.memorial-sale-hero__code strong{font-weight:900!important}.memorial-sale-hero__deadline{position:absolute!important;left:50%!important;bottom:clamp(18px,2.4vw,34px)!important;z-index:2!important;width:min(900px,calc(100% - 40px))!important;margin:0!important;transform:translate(-50%)!important;color:#000!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(24px,2.15vw,36px)!important;font-style:italic!important;font-weight:400!important;line-height:1.2!important;text-align:center!important}@media screen and (min-width:750px){#header-component[data-menu-style=menu] .search-action--hidden-on-drawer{display:none!important}}@media screen and (max-width:749px){.header__columns{min-height:72px!important;padding:0 18px!important}.header-actions__donate{display:none!important}header-actions{gap:14px!important}.memorial-sale-hero{min-height:72svh!important}.memorial-sale-hero__media{background-position:center top!important;opacity:.82!important}.memorial-sale-hero__content{min-height:72svh!important;justify-content:flex-end!important;padding-bottom:84px!important;transform:none!important;background:linear-gradient(to bottom,#fff0,#ffdcdac7 64%)!important}.memorial-sale-hero__deadline{bottom:24px!important;font-size:20px!important}}@media screen and (min-width:750px){#header-component .header-menu,#header-component .header-menu__inner,#header-component .menu-list,#header-component .menu-list__list,#header-component .menu-list__list-item{position:static!important}#header-component .menu-list__list-item:where(:not([slot=overflow]))>.menu-list__submenu{left:0!important;right:0!important;top:100%!important;width:100vw!important;max-width:none!important;min-width:0!important;padding:0!important;border:0!important;border-top:1px solid #efefef!important;border-radius:0!important;box-shadow:0 10px 18px #0000000a!important;background:#fff!important;clip-path:none!important;z-index:1200!important}#header-component .menu-list__submenu-inner{max-height:none!important;overflow:visible!important;transform:none!important;display:block!important;padding:0!important;background:#fff!important}#header-component .mega-menu{width:100%!important;max-width:none!important;padding:0!important}#header-component .mega-menu__grid{width:100%!important;max-width:none!important;display:block!important;padding:42px 62px 40px!important;background:#fff!important}#header-component .mega-menu__list{display:grid!important;grid-template-columns:1.05fr 1.05fr 1fr 1fr 1.05fr!important;column-gap:clamp(42px,6vw,124px)!important;row-gap:24px!important;width:100%!important;max-width:1880px!important;margin:0 auto!important}#header-component .mega-menu__column{display:block!important;min-width:0!important;grid-column:auto!important}#header-component .mega-menu__column>div{min-width:0!important}#header-component .mega-menu__link{display:block!important;padding:0!important;color:#000!important;text-decoration:none!important;font-family:var(--font-body--family)!important;font-size:20px!important;font-weight:500!important;line-height:1.45!important;letter-spacing:0!important;text-transform:none!important;transition:color .2s ease!important}#header-component .mega-menu__link:hover{color:#f4511e!important;padding-left:0!important}#header-component .mega-menu__link--parent{margin:0 0 28px!important;padding-top:0!important;padding-bottom:18px!important;border-bottom:1px solid #cfcfcf!important;color:#000!important;font-size:20px!important;font-weight:800!important;line-height:1.15!important;text-transform:uppercase!important}#header-component .mega-menu__column ul{display:grid!important;gap:10px!important;margin:0!important;padding:0!important;column-count:initial!important}#header-component .mega-menu__column li{margin:0!important;break-after:auto!important}#header-component .mega-menu__link[href*=sale],#header-component .mega-menu__link[href*=Sale]{color:#f15a4a!important}#header-component .mega-menu__column>div>.mega-menu__link:not(.mega-menu__link--parent){padding:0 0 18px!important;margin:0 0 28px!important;border-bottom:1px solid #cfcfcf!important;font-size:20px!important;font-weight:500!important;text-transform:uppercase!important}#header-component .mega-menu__column>div>.mega-menu__link:not(.mega-menu__link--parent)+ul{margin-top:0!important}}@media screen and (min-width:750px)and (max-width:1180px){#header-component .mega-menu__list{grid-template-columns:repeat(3,minmax(0,1fr))!important}}#header-component .menu-list__link:after,#header-component .menu-list__list-item:hover .menu-list__link:after,#header-component .menu-list__link[data-safety-box=true]:after{background:transparent!important;border:0!important;box-shadow:none!important;top:var(--header-padding)!important;bottom:auto!important;left:0!important;right:0!important;height:var(--box-height, 0px)!important}#header-component .menu-list__link:not([data-safety-box=true]):after{display:none!important}#header-group:before,#header-group:after,#header-component:before,#header-component:after,#header-component .header:before,#header-component .header:after,#header-component .header__row:before,#header-component .header__row:after,#header-component .header__columns:before,#header-component .header__columns:after,#shopify-section-header_section:before,#shopify-section-header_section:after,#shopify-section-announcement_bar:before,#shopify-section-announcement_bar:after,.announcement-bar:before,.announcement-bar:after,.mega-menu-nav__link:after{background:transparent!important;border:0!important;box-shadow:none!important;outline:0!important}#header-group *,#header-component *,.announcement-bar *{outline-color:transparent!important}#header-component .header__row,#header-component .header__columns,#header-component .section,#header-component .section--full-width-margin,.announcement-bar{border-block-start:0!important;border-block-end:0!important;outline:0!important}#header-component .header__underlay,#header-component .header__underlay:before,#header-component .header__underlay:after,#header-component .header__underlay-open,#header-component .header__underlay-open:before,#header-component .header__underlay-open:after,#header-component .header__underlay-closed,#header-component .header__underlay-closed:before,#header-component .header__underlay-closed:after{display:none!important;content:none!important;width:0!important;height:0!important;background:transparent!important;border:0!important;box-shadow:none!important;outline:0!important}#header-component .header__columns{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;grid-template-areas:"left center right"!important;align-items:center!important;min-height:88px!important;height:88px!important;padding:0 52px!important}#header-component .header__column{display:flex!important;align-items:center!important;min-width:0!important;width:auto!important;height:100%!important;max-height:88px!important;overflow:visible!important}#header-component .header__column--left{grid-area:left!important;justify-content:flex-start!important}#header-component .header__column--center{grid-area:center!important;justify-content:center!important}#header-component .header__column--right{grid-area:right!important;justify-content:flex-end!important}#header-component header-menu,#header-component .header-menu,#header-component .header-menu__inner,#header-component .menu-list,#header-component overflow-list,#header-component header-actions{height:100%!important;max-height:88px!important;align-items:center!important}#header-component .header__drawer,#header-component .header-drawer,#header-component .menu-drawer-container,#header-component .header__icon--menu{height:44px!important;min-height:44px!important;width:44px!important}#header-component .header__icon--menu{padding:0!important}#header-component .header__column--left header-menu{display:flex!important;width:100%!important;max-width:100%!important;overflow:hidden!important}#header-component .header__column--left .header-menu__inner,#header-component .header__column--left .menu-list,#header-component .header__column--left overflow-list{width:100%!important;max-width:100%!important}#header-component .menu-list__list-item[slot=overflow]{display:flex!important;visibility:visible!important;position:static!important;width:auto!important;height:100%!important}#header-component .menu-list__list-item[slot=overflow]>.menu-list__submenu{display:none!important}#header-component .menu-list__list-item[slot=more]{display:none!important}#header-component overflow-list::part(list){display:flex!important;flex-wrap:nowrap!important;align-items:center!important;height:88px!important;overflow:visible!important}#header-component overflow-list::part(more),#header-component overflow-list::part(placeholder),#header-component overflow-list::part(overflow),#header-component overflow-list::part(overflow-list){display:none!important}#header-component[data-menu-style=drawer] .header__column{display:flex!important}#header-component[data-menu-style=drawer] .header__drawer{display:none!important}@media screen and (max-width:749px){#header-component[data-menu-style=drawer] .header__drawer{display:flex!important}#header-component[data-menu-style=drawer] .header__column{max-height:72px!important}}#header-component header-actions{width:auto!important;flex:0 0 auto!important}#header-component .header-logo,#header-component .header-logo__link{display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important}#header-component .header-logo__image,#header-component .header-logo img{display:block!important;max-width:150px!important;max-height:62px!important;object-fit:contain!important}@media screen and (max-width:749px){#header-component .header__columns{grid-template-columns:auto 1fr auto!important;grid-template-areas:"left center right"!important;min-height:72px!important;height:72px!important;padding:0 18px!important}}.aruna-homepage{background:#fff;color:#000;overflow:hidden}.aruna-sale-hero{position:relative;display:grid;min-height:clamp(420px,calc(100svh - var(--header-group-height, 149px)),760px);overflow:hidden;background:#f7c9c7}.aruna-sale-hero__media,.aruna-sale-hero__media img,.aruna-sale-hero__fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.aruna-sale-hero__media img,.aruna-sale-hero__fallback{object-fit:cover;background-position:center center;background-size:cover}.aruna-sale-hero__content{position:relative;z-index:1;display:flex;min-height:inherit;flex-direction:column;align-items:center;justify-content:center;padding:clamp(44px,6vw,84px) 20px clamp(92px,10vw,136px);text-align:center}.aruna-sale-hero__eyebrow,.aruna-sale-hero h1,.aruna-sale-hero__code,.aruna-sale-hero__deadline{margin:0;letter-spacing:0}.aruna-sale-hero__eyebrow{color:#e86d61;font-family:var(--font-body--family);font-size:clamp(40px,5.5vw,92px);font-weight:800;line-height:1.04;text-transform:uppercase}.aruna-sale-hero h1{margin-top:clamp(8px,1.3vw,24px);color:#000;font-family:var(--font-body--family);font-size:clamp(38px,5vw,84px);font-weight:900;line-height:1.05;text-transform:uppercase}.aruna-sale-hero__code{margin-top:clamp(12px,1.7vw,28px);color:#000;font-size:clamp(22px,2.8vw,46px);font-weight:500;line-height:1.2}.aruna-sale-hero__code strong{font-weight:900}.aruna-sale-hero__deadline{position:absolute;left:50%;bottom:clamp(24px,3vw,44px);z-index:1;width:min(760px,calc(100% - 40px));transform:translate(-50%);color:#000;font-family:Georgia,Times New Roman,serif;font-size:clamp(18px,1.9vw,30px);font-style:italic;line-height:1.25;text-align:center}.aruna-featured-products{padding:clamp(32px,5vw,72px) clamp(18px,3vw,64px);overflow:hidden;background:#fff}.aruna-featured-products__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:clamp(26px,3vw,48px)}.aruna-featured-products__header h2{margin:0 0 8px;color:#000;font-family:var(--font-body--family);font-size:clamp(28px,2.55vw,44px);font-weight:600;line-height:1.08;letter-spacing:0}.aruna-featured-products__header p{margin:0;color:#000;font-size:clamp(16px,1.45vw,24px);line-height:1.35}.aruna-link-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border-radius:999px;background:#f45f56;color:#fff;font-size:16px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;transition:background .2s ease,transform .2s ease}.aruna-link-button:hover{background:#ff6f65;transform:translateY(-1px)}.aruna-featured-products__scroller{display:grid;grid-auto-columns:minmax(280px,31.4vw);grid-auto-flow:column;gap:clamp(24px,2.2vw,40px);margin-right:calc(clamp(18px,3vw,64px)*-1);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none}.aruna-featured-products__scroller::-webkit-scrollbar{display:none}.aruna-product-card{min-width:0;scroll-snap-align:start}.aruna-product-card__media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;overflow:hidden;background:#f4f4f4;color:#000;text-decoration:none}.aruna-product-card__media img,.aruna-product-card__media svg{width:100%;height:100%;object-fit:contain}.aruna-product-card__badge{position:absolute;top:14px;left:14px;z-index:1;display:inline-flex;align-items:center;min-height:32px;padding:0 18px;border-radius:999px;background:#1d1d1d;color:#fff;font-size:13px;font-weight:800;line-height:1;text-transform:uppercase}.aruna-product-card__info{padding:18px 10px 0;text-align:center}.aruna-product-card__info h3,.aruna-product-card__info p{margin:0;font-family:var(--font-body--family);letter-spacing:0}.aruna-product-card__info h3{font-size:clamp(16px,1.2vw,21px);font-weight:500;line-height:1.25}.aruna-product-card__info h3 a{color:inherit;text-decoration:none}.aruna-product-card__info p{margin-top:5px;font-size:clamp(14px,1vw,18px);line-height:1.25}.aruna-product-card__swatches{display:flex;align-items:center;justify-content:center;gap:8px;min-height:30px;margin-top:12px}.aruna-product-card__swatches>span,.aruna-product-card__swatch{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:3px;border:1px solid transparent;border-radius:50%;background:transparent;color:inherit;font:inherit;overflow:hidden;box-shadow:inset 0 0 0 1px #00000014}.aruna-product-card__swatch{appearance:none;-webkit-appearance:none;cursor:pointer}.aruna-product-card__swatch:hover,.aruna-product-card__swatch.is-active{border-color:#f45f56}.aruna-product-card__swatch:focus-visible{outline:2px solid #000000;outline-offset:2px}.aruna-product-card__swatches>span{background:var(--swatch-color)}.aruna-product-card__swatch-fill,.aruna-product-card__swatch .swatch{display:block;width:100%;height:100%;min-width:0;min-height:0;border-radius:inherit;background:var(--swatch-color, var(--swatch-background));background-position:center;background-size:cover}.aruna-story-panel{padding:clamp(44px,6vw,84px) clamp(18px,3vw,64px) 0;background:#fff}.aruna-story-panel__inner{display:grid;grid-template-columns:minmax(260px,.92fr) minmax(0,2.08fr);align-items:center;max-width:1780px;margin:0 auto;border-bottom:1px solid #f45f56}.aruna-story-panel__copy{padding:clamp(30px,5vw,86px) clamp(24px,4.8vw,104px) clamp(30px,5vw,86px) clamp(20px,4.2vw,84px)}.aruna-story-panel__copy h2{max-width:420px;margin:0;color:#000;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,3.6vw,62px);font-weight:700;line-height:1.12;letter-spacing:0}.aruna-story-panel__text{max-width:560px;margin-top:clamp(22px,2.6vw,42px);color:#000;font-size:clamp(17px,1.3vw,25px);font-weight:500;line-height:1.25}.aruna-story-panel__text p{margin:0}.aruna-outline-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;margin-top:clamp(26px,3vw,46px);padding:0 28px;border:1px solid #f45f56;border-radius:999px;color:#f45f56;font-size:15px;font-weight:700;line-height:1;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}.aruna-outline-button:hover{background:#f45f56;color:#fff;transform:translateY(-1px)}.aruna-story-panel__media{min-height:clamp(390px,44vw,720px);overflow:hidden;background:#f2f2f2}.aruna-story-panel__media img,.aruna-story-panel__media svg,.aruna-mission-panel__media img,.aruna-mission-panel__media svg{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover}.aruna-values{padding:clamp(40px,5vw,78px) clamp(18px,3vw,64px);background:#fff}.aruna-values__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,4vw,84px);max-width:1780px;margin:0 auto;padding-bottom:clamp(34px,4vw,70px);border-bottom:1px solid #f45f56}.aruna-values__item{text-align:center}.aruna-values__icon{width:56px;height:56px;margin:0 auto 14px;color:#646a73}.aruna-values__icon svg{width:100%;height:100%}.aruna-values h3{margin:0;color:#000;font-family:var(--font-body--family);font-size:clamp(22px,2vw,36px);font-weight:500;line-height:1.15;letter-spacing:0}.aruna-values p{max-width:520px;margin:16px auto 0;color:#000;font-size:clamp(15px,1.05vw,19px);line-height:1.28}.aruna-category-grid{padding:0 clamp(18px,3vw,64px) clamp(54px,6vw,96px);background:#fff}.aruna-category-grid h2{margin:0 0 clamp(34px,4vw,62px);color:#000;font-family:var(--font-body--family);font-size:clamp(30px,2.6vw,46px);font-weight:500;line-height:1.1;text-align:center;letter-spacing:0}.aruna-category-grid__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(28px,3vw,52px) clamp(26px,2.7vw,48px);max-width:1780px;margin:0 auto}.aruna-category-card{display:grid;gap:22px;color:#000;text-align:center;text-decoration:none}.aruna-category-card__media{display:block;aspect-ratio:1 / 1.3;overflow:hidden;background:#f3f3f3}.aruna-category-card__media img,.aruna-category-card__media svg{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.aruna-category-card:hover .aruna-category-card__media img,.aruna-category-card:hover .aruna-category-card__media svg{transform:scale(1.04)}.aruna-category-card__title{display:block;color:#000;font-size:clamp(15px,1.15vw,21px);font-weight:500;line-height:1.2;text-transform:uppercase}.aruna-manifesto{max-width:1500px;margin:0 auto;padding:clamp(48px,7vw,112px) clamp(20px,6vw,110px);background:#fff;text-align:center}.aruna-manifesto__eyebrow{margin:0 0 22px;color:#000;font-size:clamp(15px,1.1vw,20px);font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.aruna-manifesto__text{color:#000;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.35vw,var(--aruna-manifesto-text-size, 38px));font-weight:700;line-height:1.16;letter-spacing:0}.aruna-manifesto__text p{margin:0}.aruna-manifesto a{display:inline-block;margin-top:28px;color:#f45f56;font-size:16px;text-decoration:underline;text-underline-offset:4px}.aruna-mission-panel{padding:clamp(28px,4vw,68px) clamp(18px,3vw,64px) clamp(62px,7vw,114px);background:#fff}.aruna-mission-panel__inner{display:grid;grid-template-columns:minmax(260px,.86fr) minmax(0,2.14fr);align-items:center;max-width:1780px;margin:0 auto}.aruna-mission-panel__copy{padding:clamp(24px,4vw,72px) clamp(24px,4vw,82px) clamp(24px,4vw,72px) clamp(20px,4vw,82px)}.aruna-mission-panel__eyebrow{margin:0 0 24px;color:#000;font-size:clamp(15px,1.1vw,20px);font-weight:500;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.aruna-mission-panel h2{max-width:380px;margin:0;color:#000;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,3.6vw,64px);font-weight:700;line-height:1.08;letter-spacing:0}.aruna-mission-panel__text{max-width:520px;margin-top:26px;color:#000;font-size:clamp(17px,1.2vw,23px);line-height:1.28}.aruna-mission-panel__text p{margin:0 0 18px}.aruna-mission-panel__text p:last-child{margin-bottom:0}.aruna-mission-panel__media{min-height:clamp(420px,47vw,760px);overflow:hidden;background:#f2f2f2}.aruna-quote-band{position:relative;display:flex;min-height:clamp(250px,26vw,410px);align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 24px 24px,rgb(0 0 0 / .035) 1px,transparent 1.4px) 0 0 / 8px 8px,#f6f7f5;text-align:center}.aruna-quote-band__track{position:absolute;top:31%;left:50%;display:flex;gap:clamp(140px,18vw,360px);width:max-content;transform:translate(-50%);color:#f45f56;font-size:clamp(38px,4.3vw,76px);font-weight:300;letter-spacing:.28em;line-height:1;white-space:nowrap}.aruna-quote-band__quote{position:relative;z-index:1;max-width:980px;padding:70px 20px 32px;color:#000}.aruna-quote-band__quote p{margin:0;font-size:clamp(16px,1.35vw,24px);font-style:italic;font-weight:500;line-height:1.45}.aruna-quote-band__quote cite{display:block;margin-top:8px;color:#000;font-size:clamp(15px,1.2vw,22px);font-style:italic;font-weight:700;line-height:1.35}@media screen and (max-width:899px){.aruna-story-panel__inner,.aruna-mission-panel__inner{grid-template-columns:1fr}.aruna-story-panel__copy,.aruna-mission-panel__copy{padding-inline:0}.aruna-values__grid{grid-template-columns:1fr}.aruna-category-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.aruna-sale-hero{min-height:72svh}.aruna-sale-hero__media{opacity:.86}.aruna-sale-hero__content{justify-content:flex-end;padding-bottom:86px;background:linear-gradient(to bottom,#fff0 20%,#ffe2e0c7 70%)}.aruna-featured-products__header{align-items:flex-start;flex-direction:column}.aruna-featured-products__scroller{grid-auto-columns:minmax(240px,78vw)}.aruna-quote-band__track{top:22%;letter-spacing:.14em}}@media screen and (max-width:520px){.aruna-category-grid__items{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/custom-young-style.css.map */
