.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:transparent;transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible;background-color:rgba(var(--color-foreground),.5)}.drawer__inner{height:100%;width:40rem;max-width:calc(100vw - 3rem);padding:0 1.5rem;border-right:0;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.drawer__inner-empty{height:100%;padding:0 1.5rem;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;background-color:rgb(var(--color-background));padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}.drawer__heading{margin:0 0 1rem}.drawer__close{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:10px;right:-10px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close svg{height:2.4rem;width:2.4rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{background-color:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.2);padding:1.5rem 0}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer__footer>details{margin-top:-1.5rem;border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1.5rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:1.5rem}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%;position:sticky;top:0;z-index:2;background-color:rgb(var(--color-base-background-1))}cart-drawer-items{overflow:auto;flex:1}@media screen and (max-height: 650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1.5rem;margin-bottom:0}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__media{grid-row:1 / 3}.cart-drawer .cart-item__image{max-width:100%}.cart-drawer .cart-items thead{margin-bottom:.5rem}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item:last-child{margin-bottom:1.5rem}.cart-drawer .cart-item .loading-overlay{right:5px;padding-top:2.5rem}.cart-drawer .cart-items td{padding-top:2rem}.cart-drawer .cart-item>td+td{padding-left:1rem}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.6rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 5;position:relative}@media screen and (max-width: 749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:1.2rem 0 1rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{max-width:none}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.5rem -.5rem 0 0!important;gap:.5rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.5rem!important}@media screen and (min-width: 750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .5rem)!important}}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{--color-foreground: var(--wc-color-brand-primary);background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}.cart-items td,.cart-items th{padding:0;border:none}.cart-items th{text-align:left;padding-bottom:1.8rem;opacity:.85;font-weight:400}.cart-item__quantity-wrapper{display:flex;position:relative;top:9px}.cart-item__totals{position:relative}.cart-items *.right{text-align:right}.cart-item__image-container{display:inline-flex;align-items:flex-start;width:10rem}.cart-item__image-container:after{content:none}.cart-item__image{height:auto;max-width:calc(10rem / var(--font-body-scale))}@media screen and (min-width: 750px){.cart-item__image{max-width:100%}}.cart-item__details{font-size:1.6rem;line-height:calc(1 + .4 / var(--font-body-scale))}.cart-item__details>*{margin:0;max-width:30rem}.cart-item__details>*+*{margin-top:.6rem}.cart-item__media{position:relative}.cart-item__link{display:block;bottom:0;left:0;position:absolute;right:0;top:0;width:100%;height:100%}.cart-item__name{text-decoration:none;display:block}.cart-item__name:hover{text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:.2rem}.cart-item__price-wrapper>*{display:block;margin:0;padding:0}.cart-item__discounted-prices dd{margin:0}.cart-item__discounted-prices .cart-item__old-price{font-size:1.4rem}.cart-item__old-price{opacity:.7}.cart-item__final-price{font-weight:400}.product-option{font-size:1.4rem;word-break:break-all;line-height:calc(1 + .5 / var(--font-body-scale))}.cart-item cart-remove-button{display:flex;margin-left:1rem}@media screen and (min-width: 750px) and (max-width: 989px){.cart-item cart-remove-button{width:4.5rem;height:4.5rem}}cart-remove-button .button{background:none;min-width:calc(4.5rem / var(--font-body-scale));min-height:4.5rem;padding:0;margin:0 .1rem .1rem 0}cart-remove-button .button:before,cart-remove-button .button:after{content:none}cart-remove-button .button:not([disabled]):hover{color:rgb(var(--color-foreground))}@media screen and (min-width: 750px){cart-remove-button .button{min-width:3.5rem;min-height:3.5rem}}cart-remove-button .icon-remove{height:1.5rem;width:1.5rem}.cart-item .loading-overlay{top:0;left:auto;right:auto;bottom:0;padding:0}@media screen and (min-width: 750px){.cart-item .loading-overlay{right:0;padding-top:4.5rem;bottom:auto}}.cart-item .loading-overlay:not(.hidden)~*{visibility:hidden}.cart-item__error{display:flex;align-items:flex-start;margin-top:1rem}.cart-item__error-text{font-size:1.2rem;order:1}.cart-item__error-text+svg{flex-shrink:0;width:1.2rem;margin-right:.7rem}.cart-item__error-text:empty+svg{display:none}.product-option+.product-option{margin-top:.4rem}.product-option *{display:inline;margin:0}.cart-items thead th{text-transform:uppercase}@media screen and (max-width: 749px){.cart-items,.cart-items thead,.cart-items tbody{display:block;width:100%}.cart-items thead tr{display:flex;justify-content:space-between;border-bottom:.1rem solid rgba(var(--color-foreground),.2);margin-bottom:4rem}.cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1.5rem;margin-bottom:3.5rem}.cart-item:last-child{margin-bottom:0}.cart-item__media{grid-row:1 / 3}.cart-item__details{grid-column:2 / 4}.cart-item__quantity{grid-column:2 / 5}.cart-item__quantity-wrapper{flex-wrap:wrap}.cart-item__totals{display:flex;align-items:flex-start;justify-content:flex-end}}.cart-item__error-text+svg{margin-top:.4rem}@media screen and (min-width: 750px){.cart-items{border-spacing:0;border-collapse:separate;box-shadow:none;width:100%;display:table}.cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-items thead th:first-child{width:50%}.cart-items th+th{padding-left:4rem}.cart-items td{vertical-align:top;padding-top:4rem}.cart-item{display:table-row}.cart-item>td+td{padding-left:4rem}.cart-item__details{width:35rem}.cart-item__media{width:10rem}.cart-item cart-remove-button{justify-content:flex-end;margin:0;width:100%}.cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices){margin-top:1rem}}@media screen and (min-width: 990px){.cart-item .cart-item__quantity,.cart-items .cart-items__heading--wide{padding-left:6rem}.cart-item__details{width:50rem}.cart-items thead th:first-child{width:60%}}.header__icon--menu{position:initial}.js menu-drawer>details>summary:before,.js menu-drawer>details[open]:not(.menu-opening)>summary:before{content:"";position:absolute;cursor:default;width:100%;height:calc(100vh - 100%);height:calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));top:100%;left:0;background:rgba(var(--color-foreground),.5);opacity:0;visibility:hidden;z-index:2;transition:opacity 0s,visibility 0s}menu-drawer>details[open]>summary:before{visibility:visible;opacity:1;transition:opacity var(--duration-default) ease,visibility var(--duration-default) ease}.menu-drawer{position:absolute;transform:translate(-100%);visibility:hidden;z-index:3;left:0;top:100%;width:calc(100vw - 4rem);padding:0;border-width:0 var(--drawer-border-width) 0 0;background-color:rgb(var(--color-background));overflow-x:hidden;border-style:solid;border-color:rgba(var(--color-foreground),var(--drawer-border-opacity));filter:drop-shadow(var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-shadow),var(--drawer-shadow-opacity)))}.js .menu-drawer{height:calc(100vh - 100%);height:calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)))}.js details[open]>.menu-drawer,.js details[open]>.menu-drawer__submenu{transition:transform var(--duration-default) ease,visibility var(--duration-default) ease}.no-js details[open]>.menu-drawer,.js details[open].menu-opening>.menu-drawer,details[open].menu-opening>.menu-drawer__submenu{transform:translate(0);visibility:visible}.js .menu-drawer__navigation .submenu-open{visibility:hidden}@media screen and (min-width: 750px){.menu-drawer{width:40rem}.no-js .menu-drawer{height:auto}}.menu-drawer__inner-container{position:relative;height:100%}.menu-drawer__navigation-container{display:grid;grid-template-rows:1fr auto;align-content:space-between;overflow-y:auto;height:100%}.menu-drawer__navigation{padding:5.6rem 0}.menu-drawer__inner-submenu{height:100%;overflow-x:hidden;overflow-y:auto}.no-js .menu-drawer__navigation{padding:0}.no-js .menu-drawer__navigation>ul>li{border-bottom:.1rem solid rgba(var(--color-foreground),.04)}.no-js .menu-drawer__submenu ul>li{border-top:.1rem solid rgba(var(--color-foreground),.04)}.js .menu-drawer__menu li{margin-bottom:.2rem}.menu-drawer__menu-item{padding:1.1rem 3.2rem;text-decoration:none;font-size:1.8rem}.no-js .menu-drawer__menu-item{font-size:1.6rem}.no-js .menu-drawer__submenu .menu-drawer__menu-item{padding:1.2rem 5.2rem 1.2rem 6rem}.no-js .menu-drawer__submenu .menu-drawer__submenu .menu-drawer__menu-item{padding-left:9rem}.menu-drawer summary.menu-drawer__menu-item{padding-right:5.2rem}.no-js .menu-drawer__menu-item .icon-caret{right:3rem}.menu-drawer__menu-item--active,.menu-drawer__menu-item:focus,.menu-drawer__close-button:focus,.menu-drawer__menu-item:hover,.menu-drawer__close-button:hover{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04)}.menu-drawer__menu-item--active:hover{background-color:rgba(var(--color-foreground),.08)}.js .menu-drawer__menu-item .icon-caret,.no-js .menu-drawer .icon-arrow{display:none}.menu-drawer__menu-item>.icon-arrow{position:absolute;right:2.5rem;top:50%;transform:translateY(-50%)}.js .menu-drawer__submenu{position:absolute;top:0;width:100%;bottom:0;left:0;background-color:rgb(var(--color-background));border-left:.1rem solid rgba(var(--color-foreground),.2);z-index:1;transform:translate(100%);visibility:hidden}.js .menu-drawer__submenu .menu-drawer__submenu{overflow-y:auto}.menu-drawer__close-button{margin-top:1.5rem;padding:1.2rem 2.6rem;text-decoration:none;display:flex;align-items:center;font-size:1.4rem;width:100%;background-color:transparent;font-family:var(--font-body-family);font-style:var(--font-body-style);text-align:left}.no-js .menu-drawer__close-button{display:none}.menu-drawer__close-button .icon-arrow{transform:rotate(180deg);margin-right:1rem}.menu-drawer__utility-links{padding:2rem;background-color:rgba(var(--color-foreground),.03)}.menu-drawer__account{display:inline-flex;align-items:center;text-decoration:none;padding:1.2rem;margin-left:-1.2rem;font-size:1.4rem;color:rgb(var(--color-foreground))}.menu-drawer__account .icon-account{height:2rem;width:2rem;margin-right:1rem}.menu-drawer__account:hover .icon-account{transform:scale(1.07)}.menu-drawer .list-social{justify-content:flex-start;margin-left:-1.25rem;margin-top:2rem}.menu-drawer .list-social:empty{display:none}.menu-drawer .list-social__link{padding:1.3rem 1.25rem}.wc-header__left{display:flex;align-items:center}.wc .shopify-section-header-hidden.menu-open{transform:unset}.wc #menu-drawer{max-width:100%;position:fixed;top:0;height:100%;min-height:100%}@media screen and (min-width: 450px){.wc #menu-drawer{max-width:38rem}}.wc .menu-drawer__close-button{height:6rem}.wc .menu-drawer__navigation,.wc-menu-drawer__menu-and-images{display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 6rem);padding:0}.gz .wc-menu-drawer__menu-and-images{justify-content:flex-start;gap:var(--wc-spacer-medium)}.wc .menu-drawer__navigation .menu-drawer__menu--1{flex-grow:1}.wc-menu-tabs{display:block;position:relative;margin-bottom:var(--wc-spacer-medium);margin-left:calc(-1 * var(--wc-page-width-padding-mobile));margin-right:calc(-1 * var(--wc-page-width-padding-mobile))}.gz .wc-menu-tabs__tabs-container{display:flex;gap:var(--wc-spacer-small-medium);overflow-x:auto;overflow-y:hidden;margin-bottom:var(--wc-spacer-medium);padding:0 var(--wc-page-width-padding-mobile) .2rem;scroll-snap-type:x mandatory;scroll-behavior:smooth}.wc-menu-tabs:before,.wc-menu-tabs:after{content:"";display:block;position:absolute;z-index:1;height:1rem;width:var(--wc-page-width-padding-mobile);bottom:-.9rem;background:rgb(var(--color-background));left:0}.wc-menu-tabs:after{left:unset;right:0}.gz .wc-menu-tabs .wc-section-tabs__option{text-decoration:none;white-space:nowrap;text-transform:uppercase;font-weight:var(--wc-font-weight-strong)}.wc-menu-tabs .wc-section-tabs__option.wc-active{color:rgb(var(--wc-color-brand-primary))}.gz .wc-menu-drawer__inner-submenu__title{margin-bottom:3.2rem;font-size:var(--wc-body-font-size);text-transform:uppercase}.wc .menu-drawer__close-button{background:rgb(var(--color-background))}.wc .menu-drawer__navigation-container>.menu-drawer__close-button .icon-caret,.wc .menu-drawer__header__title{display:none}.wc #menu-drawer .menu-drawer__header.menu-drawer__close-button{padding-left:var(--wc-spacer-small)}.wc-header-drawer__menus,.wc-menu-drawer__menu-and-images{padding:0 var(--wc-spacer-small-x2)}.wc-header-drawer__menus .menu-drawer__menu-item{padding:0}.wc-header-drawer__menus .menu-drawer__menu-item:hover{background-color:rgba(var(--color-foreground),.04)}.gz .wc-header-drawer__menus .menu-drawer__menu li,.gz .wc-header-drawer__menus .menu-drawer__menu-item.link{font-size:var(--wc-h2-font-size);margin-bottom:.8rem;min-height:3.8rem}.gz .wc-header-drawer__menus summary.menu-drawer__menu-item.link{margin-bottom:0}.gz .wc-header-drawer__menus .menu-drawer__menu .wc-menu-drawer__menu-images span{font-size:var(--wc-h5-font-size);font-weight:var(--wc-font-weight-heavy)}.wc .menu-drawer__menu-item--active{background:rgb(var(--color-background))}.wc-menu-drawer__menu-images{display:flex;gap:1rem;padding-bottom:var(--wc-spacer-small)}.wc-menu-drawer__menu-images .wc-menu-image-container{display:flex;flex-direction:column;flex-grow:1;flex-basis:0;text-decoration:none;color:rgb(var(--color-foreground))}.wc-menu-image-container__image{width:100%;height:0;padding-top:100%;position:relative}.wc-menu-image-container__image img{display:block;-o-object-fit:cover;object-fit:cover;max-width:100%;position:absolute;top:0;left:0;height:100%;width:100%}.wc-menu-image-container span{padding-top:.5rem}.wc-header-drawer-footer-menu{padding-top:5rem}.wc-header-drawer-footer-menu>ul>li{height:5rem;padding-left:var(--wc-spacer-small-x2)}.wc-header-drawer-footer-menu>ul>li.wc-accordion__standalone-link{display:flex}.wc-header-drawer-footer-menu ul>li.wc-accordion__standalone-link a{width:100%}.wc-header-drawer-footer-menu .wc-accordion__title__icon{display:flex;align-items:center;width:3rem}.wc-header-drawer-footer-menu .wc-accordion__content .fostr-accordion-menu__content{padding:var(--wc-spacer-small-x2) 0}.wc-header-drawer-footer-menu .wc-accordion__content .fostr-accordion-menu__content a{padding:.5rem 0}.wc-header-drawer-footer-menu .wc-accordion__content .fostr-accordion-menu__content a:hover{text-decoration:underline}.wc .wc-header-drawer-footer-menu .currency_picker{width:100%}.wc .wc-header-drawer-footer-menu .currency_picker__container{height:5rem;display:flex;align-items:center;width:100%}.wc .wc-header-drawer-footer-menu .currency_picker__container details{width:100%}.wc .wc-header-drawer-footer-menu .header__country_button{padding:0;width:100%;font-size:var(--wc-body-font-size)}.wc-header-drawer-footer-menu .wc-menu-drawer__inner{width:100%}.wc .wc-header-drawer-footer-menu .wc-open-localization-menu{width:100%;display:flex;align-items:center}.wc .wc-header-drawer-footer-menu .localization-selector{margin:0;padding:0;font-size:var(--wc-body-font-size)}.wc .wc-header-drawer-footer-menu .localization-selector:after{display:none}@media screen and (max-width: 474px){#menu-drawer{width:100%}}.gz #menu-drawer .menu-drawer__menu-item .icon-caret{color:rgb(var(--wc-color-brand-primary));display:block;height:1.4rem;width:2.2rem;right:0;transform:rotate(270deg) translate(.3rem)}.wc #menu-drawer .icon-caret path{fill:var(--fostr-color-brand-primary)}.wc .fostr-header #menu-drawer .list-menu__item{padding:0;margin:1rem 0 0;height:50px;font-size:var(--fostr-typography-text-size-4xl)}.wc #menu-drawer .menu-drawer__menu .list-menu li{margin-top:1rem}.wc .menu-drawer__menu-item-thumbnail{height:var(--wc-menu-thumbnail-size);width:var(--wc-menu-thumbnail-size);margin-right:2rem;background:rgb(245,245,245)}.wc .menu-drawer__menu-item-thumbnail img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.wc #menu-drawer .menu-drawer__header{display:grid;align-items:center;padding:2rem 2.6rem;grid-template-columns:3rem 1fr 3rem;position:relative}.wc #menu-drawer .menu-drawer__header__title{font-size:var(--fostr-typography-text-size-2xl);color:var(--fostr-color-brand-primary);font-family:var(--fostr-typography-font-header);text-transform:none}.gz #menu-drawer .menu-drawer__header .icon-caret{transform:rotate(90deg) translateY(.25rem);color:rgb(var(--wc-color-brand-primary));height:1.4rem;width:2.2rem}.wc #menu-drawer .menu-drawer__header .menu-drawer__menu-close-button,.wc #menu-drawer .menu-drawer__header .menu-drawer__menu-close-button .icon{width:2rem;height:2rem;color:rgb(var(--wc-color-brand-primary));margin-left:0;right:2rem}.wc #menu-drawer .menu-drawer__utility-links{display:none}.wc #menu-drawer .menu-drawer__close-button{margin-top:0}.wc #menu-drawer fostr-menu-carousel-component.fostr-mega-menu-submenu-slides fostr-menu-slide-component{margin-right:1rem}.wc #menu-drawer fostr-menu-carousel-component.fostr-mega-menu-submenu-slides fostr-menu-slide-component .fostr-mega-menu__submenu__block__link{margin:0}.wc #menu-drawer .fostr-mega-menu__submenu__grid{padding:0}.wc #menu-drawer fostr-menu-carousel-component.fostr-mega-menu-submenu-slides fostr-menu-slide-component{width:24%;min-width:114px}.wc #menu-drawer .fostr-mega-menu__submenu__block__title{font-size:var(--fostr-typography-text-size-2xl)}.wc #menu-drawer .menu-drawer__navigation-container{display:block}.wc #menu-drawer .fostr-mega-menu__submenu__grid__block_wrap,.wc #menu-drawer .fostr-mega-menu__submenu__grid{width:100%}@media screen and (max-width: 989px){.wc #menu-drawer .menu-drawer__menu-item.list-menu__header{font-size:var(--fostr-typography-text-size-lg);padding:var(--fostr-layout-space-4);padding-left:var(--fostr-layout-space-4);padding-bottom:0;margin-top:var(--fostr-layout-space-4);margin-bottom:var(--fostr-layout-space-4);height:auto;position:relative}.wc #menu-drawer .menu-drawer__menu-item.list-menu__header:hover,.wc #menu-drawer .menu-drawer__menu-item.list-menu__header:focus{background-color:var(--fostr-color-white)}.wc #menu-drawer .menu-drawer__menu-item.list-menu__header.list-menu__header--top{margin-top:0}.wc #menu-drawer .menu-drawer__menu-item.list-menu__header.list-menu__header--divide{padding-top:0}.wc #menu-drawer .menu-drawer__menu-item.list-menu__header:before{border-top:.1rem solid var(--fostr-color-gray-200);content:"";height:auto;width:100%;display:block;top:0;left:0;position:absolute}}.gz .section--announcement-bar,.gz .announcement-bar{background:rgb(var(--gz-color-burgundy))}.gz .announcement-bar a{color:#fff}.gz .header-wrapper.color-background-1,.gz .header{background:rgb(var(--gz-color-soft-pink))}.gz .header__icons{gap:1rem}.gz .header__icon .icon{height:2.4rem;width:2.4rem}.gz .header__icon .icon.icon-hamburger{width:2.8rem;height:1rem}.gz .header__icon .icon.icon-search{width:2.2rem;height:2.2rem}@media screen and (max-width: 749px){.gz .header__icon .icon.icon-favourite{height:1.7rem;width:1.9rem}}.wc .wc-header-menu,.wc .wc-header-menu>.list-menu,.wc .wc-header-menu .header__menu-item{height:100%;--wc-submenu-height: 6.8rem;--slide-in-speed: .2s;--slide-out-delay: .2s}.wc .header__menu-item{padding:0 2.4rem 0 0}.gz .wc-header-menu>.list-menu>li>.header__menu-item>a span,.gz .wc-header-menu>.list-menu>li>a span{font-weight:var(--wc-font-weight-strong);text-transform:uppercase}.wc .header__menu-item span,.wc.wc .menu-child-links__child-link .link,.wc .header__menu-item:hover .menu-child-links__child-link span,.wc.wc.wc.wc.wc .wc-menu-image-container span{color:rgb(var(--color-foreground));text-decoration-color:rgb(var(--wc-color-brand-primary))}.wc .header__menu-item>a,.wc .header__menu-item:hover .menu-child-links__child-link,.wc .header__menu-item:hover .menu-child-links__child-link>span,.wc .header__menu-item:hover .menu-child-links__child-link>a>span{text-decoration:none}.wc .header__menu-item:hover .menu-child-links__child-link:hover>span{text-decoration:underline;text-decoration-color:rgb(var(--wc-color-brand-primary))}.wc .header__menu-item:first-child{padding-left:var(--wc-spacer-small-x2)}.wc .header__menu-item:hover .header__active-menu-item,.wc-header-menu .menu-child-links__child-link:hover,.wc-header-menu .menu-child-links__child-link:hover>span{text-decoration-thickness:.1rem}.wc-header-menu__menu-child-links>.wc-menu-child-links__content{width:100%;height:var(--wc-submenu-height);background:rgb(var(--color-background));border-bottom:solid .1rem rgba(var(--color-foreground),.08)}.wc-header-menu__menu-child-links{pointer-events:all;display:flex;position:absolute;bottom:-1px;left:0;translate:0 100%;width:100%;height:0;clip-path:polygon(0% 0%,100% 0%,1000% 100%,0% 70rem)}.wc .header__menu-item:hover .wc-header-menu__menu-child-links{pointer-events:all}.wc-menu-child-links__content{translate:0% -100%;transition:translate var(--slide-in-speed) ease var(--slide-out-delay)}.wc-menu-parent:hover .wc-menu-child-links__content,.wc-menu-parent:hover .wc-header-menu__menu-child-links>.wc-header-submenu{translate:0% 0;transition:translate var(--slide-in-speed) ease 0s}.wc-menu-parent a{text-decoration:none}.gz .wc-header-menu .menu-child-links__child-link{display:inline-block;text-decoration:none;padding:var(--wc-spacer-small-medium) var(--wc-spacer-medium) var(--wc-spacer-small-medium) 0;line-height:21px;letter-spacing:var(--wc-letter-spacing-small)}.wc-header-menu .menu-child-links__child-link:first-child{padding-left:0}.wc-header-menu .menu-child-links__child-link>a{text-decoration:none}.wc-header-menu .menu-child-links__child-link:hover>a{text-decoration:underline}.wc-header-menu .menu-child-links__child-link:hover,.wc-header-menu .menu-child-links__child-link:hover>span{text-decoration:underline}.wc-header-menu__submenu-wrapper{pointer-events:none;height:0;width:100%;position:absolute;top:calc(var(--wc-submenu-height) - .2rem);padding-top:1rem;left:0;clip-path:polygon(0% 0%,100% 0%,1000% 100%,0% 70rem)}.wc .menu-child-links__child-link:hover .wc-header-menu__submenu-wrapper{pointer-events:all}.wc-header-submenu{display:block;position:absolute;left:0;top:0;translate:0 100%;width:100%;max-height:46rem;background:rgb(var(--color-background));border-top:solid .1rem rgba(var(--color-foreground),.08);border-bottom:solid .1rem rgba(var(--color-foreground),.08);overflow:hidden;translate:0% -100%;transition:translate var(--slide-in-speed) ease var(--slide-out-delay)}.wc .menu-child-links__child-link:hover .wc-header-submenu,.wc-header-submenu:hover{translate:0% 0;transition:translate var(--slide-in-speed) ease 0s}.wc-header-submenu .page-width{grid-template-columns:30rem 1fr;display:grid}.gz .wc-header-submenu__links{width:30rem;max-height:46rem;overflow:auto;padding:var(--wc-spacer-small-medium) 0 var(--wc-spacer-medium-large)}.wc-header-submenu__links li+li a{margin-top:var(--wc-spacer-medium)}.gz .wc-header-submenu__links .link{padding:0;font-family:var(--wc-font-heading-family);font-size:var(--wc-h2-font-size);line-height:27px}.gz .wc-header-submenu__links .link:hover{text-decoration:underline;background:none}.gz .wc-header-submenu .wc-menu-drawer__menu-images-container{width:100%;padding:var(--wc-spacer-small-medium) 0;margin:0 auto}.wc-header-submenu .menu-images__heading{margin:1rem 0}.gz .wc-header-submenu .wc-menu-drawer__menu-images{--column-gap-reduce: calc(calc(var(--wc-spacer-small) * calc(var(--column-number) - 1)) / var(--column-number));--column-width: calc(calc(100% / var(--column-number)) - var(--column-gap-reduce));gap:var(--wc-spacer-small);padding:0;width:100%;display:grid;grid-template-columns:repeat(var(--column-number),var(--column-width))}.wc-header-submenu .menu-images__heading+.wc-menu-drawer__menu-images{padding-top:0}.wc .header__menu-item .wc-menu-image-container span{font-size:var(--wc-h4-font-size);font-family:var(--wc-font-body-family);font-weight:var(--wc-font-weight-heavy);padding-top:var(--wc-spacer-small-x3);line-height:21px}.wc .header__menu-item:hover .wc-menu-image-container span{text-decoration:none}.wc .header__menu-item:hover a.wc-menu-image-container:hover span{text-decoration:underline}.wc .disclosure__button.header__country_button{padding:.1rem 3rem 0 1.5rem}.wc filter-list .field{margin-bottom:10px}.wc filter-list .disclosure__list{padding-top:0;width:100%;max-width:none;display:flex;flex-direction:column}.wc filter-list .disclosure__list li{border-bottom:1px solid #E7E7E7}.wc .disclosure__link{padding:1rem 2.2rem 1rem 0}.wc .disclosure__link:hover{background:#eaeaea}.wc .disclosure__link.disclosure__link--active{padding:1rem 2.2rem;position:relative}.wc .disclosure__link.disclosure__link--active svg{position:absolute;left:0;width:20px}.wc .localization-form{padding:0}.wc .header__icon--cart{position:relative;width:auto;margin-right:-.5rem;padding-left:.6rem;text-decoration:none}.wc .icon-cart-empty{margin-right:.2rem}.wc .header__icon--cart .cart-count-bubble{--color-button: var(--wc-color-brand-primary);position:relative;bottom:.2rem;left:-.8rem}.header__icons .currency_picker .disclosure__button{font-size:var(--wc-body-font-size);height:3.5rem}.header__icons .currency_picker .disclosure__button .icon{right:calc(var(--inputs-border-width) + 1.2rem)}.wc .currency_picker .wc-menu-drawer__inner{overflow-y:auto}.wc .currency_picker .disclosure__list{max-height:none}.wc .currency_picker .disclosure__link--active{padding-top:var(--wc-spacer-small-x2);padding-bottom:var(--wc-spacer-small);padding-left:3rem}.wc .disclosure__link.disclosure__link--active svg{top:2rem}.wc .currency_picker .disclosure__link--active span{font-weight:var(--wc-font-weight-strong)}.totals{display:flex;justify-content:center;align-items:flex-end}.totals>*{font-size:1.6rem;margin:0}.totals>h2{font-size:calc(var(--font-heading-scale) * 1.6rem)}.totals *{line-height:1}.totals>*+*{margin-left:2rem}.totals__subtotal-value{font-size:1.8rem}.cart__ctas+.totals{margin-top:2rem}@media all and (min-width: 750px){.totals{justify-content:flex-end}}.price{font-size:1.6rem;letter-spacing:.1rem;line-height:calc(1 + .5 / var(--font-body-scale));color:rgb(var(--color-foreground))}.price>*{display:inline-block;vertical-align:top}.price.price--unavailable{visibility:hidden}.price--end{text-align:right}.price .price-item{display:inline-block;margin:0 1rem 0 0}.price__regular .price-item--regular{margin-right:0}.price:not(.price--show-badge) .price-item--last:last-of-type{margin:0}@media screen and (min-width: 750px){.price{margin-bottom:0}}.price--small{font-size:1.4rem}.price--large{font-size:1.6rem;line-height:calc(1 + .5 / var(--font-body-scale));letter-spacing:.13rem}@media screen and (min-width: 750px){.price--small{font-size:1.4rem}.price--large{font-size:1.8rem}}.price--sold-out .price__availability,.price__regular{display:block}.price__sale,.price__availability,.price .price__badge-sale,.price .price__badge-sold-out,.price--on-sale .price__regular,.price--on-sale .price__availability{display:none}.price--sold-out .price__badge-sold-out,.price--on-sale .price__badge-sale{display:inline-block}.price--on-sale .price__sale{display:flex;flex-direction:row;flex-wrap:wrap}.price--center{display:initial;justify-content:center}.price--on-sale .price-item--regular{text-decoration:line-through;color:rgba(var(--color-foreground),.75);font-size:1.3rem}.unit-price{display:block;font-size:1.1rem;letter-spacing:.04rem;line-height:calc(1 + .2 / var(--font-body-scale));margin-top:.2rem;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}.discounts{font-size:1.2rem}.discounts__discount{display:flex;align-items:center;line-height:calc(1 + .5 / var(--font-body-scale))}.discounts__discount svg{color:rgba(var(--color-button),var(--alpha-button-background))}.discounts__discount--position{justify-content:center}@media screen and (min-width: 750px){.discounts__discount--position{justify-content:flex-end}}.discounts__discount>.icon{color:rgb(var(--color-foreground));width:1.2rem;height:1.2rem;margin-right:.7rem}.loading-overlay{position:absolute;z-index:1;width:1.8rem}@media screen and (max-width: 749px){.loading-overlay{top:0;right:0}}@media screen and (min-width: 750px){.loading-overlay{left:0}}.loading-overlay__spinner{width:1.8rem;display:inline-block}.spinner{animation:rotator 1.4s linear infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;stroke:rgb(var(--color-foreground));animation:dash 1.4s ease-in-out infinite}@media screen and (forced-colors: active){.path{stroke:CanvasText}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}to{stroke-dashoffset:280;transform:rotate(450deg)}}.loading-overlay:not(.hidden)+.cart-item__price-wrapper,.loading-overlay:not(.hidden)~cart-remove-button{opacity:50%}.loading-overlay:not(.hidden)~cart-remove-button{pointer-events:none;cursor:default}.quick-add{position:relative;grid-row-start:4;margin:0 0 1rem;z-index:1}.card--card .quick-add{margin:0 1.3rem 1rem}@media screen and (min-width: 750px){quick-add-modal .quick-add-modal__toggle{top:2rem;right:2rem}}@media screen and (min-width: 990px){.quick-add-modal__content{width:70%}}.quick-add-modal__content img{max-width:100%}.quick-add-modal__content-info{padding-right:4.4rem;display:flex;overflow-y:auto;padding:2.5rem;height:100%}.quick-add-modal__content-info>*{height:auto;margin:0 auto;max-width:100%;width:100%}@media screen and (max-width: 749px){quick-add-modal .slider .product__media-item.grid__item{margin-left:1.5rem;margin-right:1.5rem}.quick-add-modal__content{bottom:3.2rem}.quick-add-modal__content-info>*{max-height:100%}quick-add-modal .product--mobile-columns .product__media-item{width:calc(100% - 3rem - var(--grid-mobile-horizontal-spacing))}}.quick-add-modal__toggle{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgba(var(--color-foreground),1);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:1.2rem;z-index:5;width:4rem;position:fixed;top:1.5rem;right:1.5rem}.quick-add-modal__toggle:hover{color:rgba(var(--color-foreground),.75)}.quick-add-modal__toggle .icon{height:auto;margin:0;width:2.2rem}quick-add-modal .product:not(.featured-product) .product__view-details{display:block}quick-add-modal .quick-add-hidden,quick-add-modal .product__modal-opener:not(.product__modal-opener--image),quick-add-modal .product__media-item:not(:first-child){display:none!important}quick-add-modal .slider.slider--mobile{overflow:visible}quick-add-modal .product__media-gallery .product__media-list{margin-bottom:0}quick-add-modal .product__media-list .deferred-media{display:block;width:100%}quick-add-modal .product--thumbnail .product__media-gallery,quick-add-modal .product--thumbnail_slider .product__media-gallery,quick-add-modal .product--stacked .product__info-container--sticky,quick-add-modal .product--columns .product__info-container--sticky{top:0;position:relative}@media screen and (min-width: 750px){quick-add-modal .product:not(.product--no-media) .product__media-wrapper{max-width:45%;width:calc(45% - var(--grid-desktop-horizontal-spacing) / 2)}quick-add-modal .product:not(.product--no-media) .product__info-wrapper{padding-left:4rem;max-width:54%;width:calc(54% - var(--grid-desktop-horizontal-spacing) / 2)}quick-add-modal .product--columns .product__media-item:not(.product__media-item--single):not(:only-child){max-width:100%;width:100%}quick-add-modal .thumbnail-slider .thumbnail-list.slider--tablet-up{display:none}}quick-add-modal .page-width{padding:0}quick-add-modal .product__title>h1{display:none}quick-add-modal .product__title>a{display:block;text-decoration:none}quick-add-modal .product__title>a:hover{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.2rem;text-decoration-thickness:.3rem}quick-add-modal .product-form__buttons{max-width:initial}.quick-add__submit{padding:.8rem;min-width:100%;box-sizing:border-box}.sc-featured-collection{display:block;position:relative;padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile);background:var(--section-background-color)}.sc-featured-collection .sc-featured-collection__content-slider{display:flex;gap:16px;overflow:hidden}.sc-featured-collection swiper-container::part(container){overflow:visible}.sc-featured-collection__heading{margin:0;color:var(--maroon);font-family:var(--font-family-fields);font-size:30px;font-style:normal;font-weight:500;line-height:27px;text-align:center}.sc-featured-collection__tabs-title::-webkit-scrollbar{display:none}.sc-featured-collection__content-slider{display:flex;padding-top:24px}.sc-featured-collection swiper-slide{width:284px;padding-left:16px}.sc-featured-collection swiper-slide:last-child{padding-right:16px}.sc-featured-collection__content-inner{padding:0 16px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;flex-direction:row;justify-content:space-between}.sc-featured-collection__button:hover{color:var(--dark-pink);border-color:var(--dark-pink)}.sc-featured-collection__button{padding:18px 24px;line-height:12px;border-radius:40px;height:-moz-fit-content;height:fit-content;text-decoration:none;border:1px solid var(--maroon)}.sc-featured-collection__cta-buttons{width:100%;display:flex;justify-content:space-between;align-items:center}.sc-featured-collection__cta-buttons.button-hidden{width:auto}.sc-featured-collection__control-buttons{display:flex;gap:12px}.sc-featured-collection__prev-button,.sc-featured-collection__next-button{display:flex;padding:12px;border-radius:40px;border:1px solid var(--hot-pink);cursor:pointer;transition:all var(--wc-transition-very-short)}.sc-featured-collection__prev-button:not([aria-disabled=true]):hover,.sc-featured-collection__next-button:not([aria-disabled=true]):hover{border-color:var(--dark-pink)}.sc-featured-collection-icon path{transition:all var(--wc-transition-very-short)}.sc-featured-collection__prev-button[aria-disabled=true],.sc-featured-collection__next-button[aria-disabled=true]{cursor:not-allowed;opacity:.3}.sc-featured-collection__prev-button:not([aria-disabled=true]):hover .sc-featured-collection-icon path,.sc-featured-collection__next-button:not([aria-disabled=true]):hover .sc-featured-collection-icon path{stroke:var(--dark-pink)}.sc-featured-collection-icon{width:24px;height:24px}@media screen and (min-width: 750px){.sc-featured-collection{padding-top:var(--padding-top-desktop);padding-bottom:var(--padding-bottom-desktop)}.sc-featured-collection__content-inner{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;padding:0 32px}.sc-featured-collection__cta-buttons{width:50%;display:flex;align-items:center;justify-content:flex-end;gap:24px}.sc-featured-collection swiper-container::part(container){padding:0 32px;overflow:hidden}.sc-featured-collection swiper-slide{width:332px}.sc-featured-collection swiper-slide:first-child{padding-left:0}.sc-featured-collection swiper-slide:last-child{padding-right:0}.sc-featured-collection .sc-card.sc-product-card-standard{width:332px}.sc-featured-collection__content-slider{padding-top:32px}.sc-featured-collection__heading{font-size:60px;font-weight:500;line-height:54px;letter-spacing:-1px}.sc-featured-collection__title{font-size:40px;text-align:left;padding-left:64px;font-weight:900;line-height:44px;margin-bottom:12px;letter-spacing:-1px;text-transform:uppercase}}component-tabs{position:relative}tab-title{position:relative;display:inline-flex;align-self:center;color:#323e48;text-align:center;font-family:var(--font-family-cera);font-size:18px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:2px;text-transform:uppercase;cursor:pointer;white-space:nowrap}tab-title:last-child{margin-right:0}tab-title.active,tab-title:hover{color:#000}tab-title:after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1px;background-color:#b0008e;transition:all .3s ease}tab-title.active:after{width:100%}tab-content{opacity:0;filter:blur(10px);transform:scale(.9);position:absolute;top:0;left:0;right:0;bottom:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,filter .3s ease;pointer-events:none}tab-content.active{opacity:1;pointer-events:auto;position:relative;filter:blur(0);transform:scale(1);visibility:visible}@media screen and (min-width: 768px){tab-title{position:relative;display:inline-flex;align-self:center;color:#323e48;text-align:center;font-family:var(--font-family-cera);font-size:18px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:2px;text-transform:uppercase;cursor:pointer;white-space:nowrap}}.cart{position:relative;display:block}.cart__empty-text,.is-empty .cart__contents,cart-items.is-empty .title-wrapper-with-link,.is-empty .cart__footer{display:none}.is-empty .cart__empty-text,.is-empty .cart__warnings{display:block}.cart__warnings{display:none;text-align:center;padding:3rem 0 1rem}.cart__empty-text{margin:4.5rem 0 2rem}.cart__contents>*+*{margin-top:2.5rem}.cart__login-title{margin:5.5rem 0 .5rem}.cart__login-paragraph{margin-top:.8rem}.cart__login-paragraph a{font-size:inherit}@media screen and (min-width: 990px){.cart__warnings{padding:7rem 0 1rem}.cart__empty-text{margin:0 0 3rem}}cart-items{display:block}.cart__items{position:relative;padding-bottom:3rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart__items--disabled{pointer-events:none}.cart__footer{padding:4rem 0 0}.cart__footer-wrapper:last-child .cart__footer{padding-bottom:5rem}.cart__footer>div:only-child{margin-left:auto}.cart__footer>*+*{margin-top:4rem}.cart__footer .discounts{margin-top:1rem}.cart__note{height:-moz-fit-content;height:fit-content}.cart__note label{display:flex;align-items:flex-end;position:absolute;line-height:1;height:1.8rem;top:-3rem;color:rgba(var(--color-foreground),.75)}.cart__note .field__input{height:100%;position:relative;border-radius:var(--inputs-radius);padding:1rem 2rem}.cart__note .text-area{resize:vertical}.cart__note:after,.cart__note:hover.cart__note:after,.cart__note:before,.cart__note:hover.cart__note:before,.cart__note .field__input:focus,.cart__note .field__input{border-bottom-right-radius:0}@media screen and (min-width: 750px){.cart__items{grid-column-start:1;grid-column-end:3;padding-bottom:4rem}.cart__contents>*+*{margin-top:0}.cart__items+.cart__footer{grid-column:2}.cart__footer{display:flex;justify-content:space-between;border:0}.cart__footer-wrapper:last-child{padding-top:0}.cart__footer>*{width:35rem}.cart__footer>*+*{margin-left:4rem;margin-top:0}}.cart__ctas button{width:100%}.cart__ctas>*:not(noscript:first-child)+*{margin-top:1rem}.cart__update-button{margin-bottom:1rem}.cart__dynamic-checkout-buttons{max-width:36rem;margin:0 auto}.cart__blocks>*+*{margin-top:1rem}.cart__dynamic-checkout-buttons div[role=button]{border-radius:var(--buttons-radius-outset)!important}.cart-note__label{display:inline-block;margin-bottom:1rem;line-height:calc(1 + 1 / var(--font-body-scale))}.tax-note{margin:2.2rem 0 1.6rem auto;text-align:center;display:block}.cart__checkout-button{max-width:36rem}.cart__ctas{text-align:center}@media screen and (min-width: 750px){.cart-note{max-width:35rem}.cart__update-button{margin-bottom:0;margin-right:.8rem}.tax-note{margin-bottom:2.2rem;text-align:right}[data-shopify-buttoncontainer]{justify-content:flex-end}.cart__ctas{display:flex;gap:1rem}#main-cart-footer .cart__ctas{flex-direction:row;justify-content:flex-end}}.gz #main-cart-items .quantity__input{width:3rem}.card-wrapper{color:inherit;height:100%;position:relative;text-decoration:none}.card{text-decoration:none;text-align:var(--text-alignment)}.card:not(.ratio){display:flex;flex-direction:column;height:100%}.card.card--horizontal{--text-alignment: left;--image-padding: 0rem;flex-direction:row;align-items:flex-start;gap:1.5rem}.card--horizontal.ratio:before{padding-bottom:0}.card--card.card--horizontal{padding:1.2rem}.card--card.card--horizontal.card--text{-moz-column-gap:0;column-gap:0}.card--card{height:100%}.card--card,.card--standard .card__inner{position:relative;box-sizing:border-box;border-radius:var(--border-radius);border:var(--border-width) solid rgba(var(--color-foreground),var(--border-opacity))}.card--card:after,.card--standard .card__inner:after{content:"";position:absolute;z-index:-1;width:calc(var(--border-width) * 2 + 100%);height:calc(var(--border-width) * 2 + 100%);top:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1);border-radius:var(--border-radius);box-shadow:var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow),var(--shadow-opacity))}.card .card__inner .card__media{overflow:hidden;z-index:0;border-radius:calc(var(--border-radius) - var(--border-width) - var(--image-padding))}.card--card .card__inner .card__media{border-bottom-right-radius:0;border-bottom-left-radius:0}.card--standard.card--text{background-color:transparent}.card-information{text-align:var(--text-alignment)}.card__media,.card .media{bottom:0;position:absolute;top:0}.card .media{width:100%}.card__media{margin:var(--image-padding);width:calc(100% - 2 * var(--image-padding))}.card--standard .card__media{margin:var(--image-padding)}.card__inner{width:100%}.card--media .card__inner .card__content{position:relative;padding:calc(var(--image-padding) + 1rem)}.card__content{display:grid;grid-template-rows:minmax(0,1fr) max-content minmax(0,1fr);padding:1rem;width:100%;flex-grow:1}.card__content--auto-margins{grid-template-rows:minmax(0,auto) max-content minmax(0,auto)}.card__information{grid-row-start:2;padding:1.2rem 1rem}.card:not(.ratio)>.card__content{grid-template-rows:max-content minmax(0,1fr) max-content auto}.card:not(.ratio)>.card__content{padding-right:1.6rem}@media screen and (min-width: 750px){.card:not(.ratio)>.card__content{padding-right:3.2rem}.card__information{padding-bottom:1.2rem;padding-top:1.2rem}}.card__badge{align-self:flex-end;grid-row-start:3;justify-self:flex-start}.card__badge.top{align-self:flex-start;grid-row-start:1}.card__badge.right{justify-self:flex-end}.card:not(.card--horizontal)>.card__content>.card__badge{margin:1.3rem}.card__media .media img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%;transition:all .3s ease-in-out}.card__inner:not(.ratio)>.card__content{height:100%}.card__heading{margin-top:0;margin-bottom:0}.card__heading:last-child{margin-bottom:0}.card--card.card--media>.card__content{margin-top:calc(0rem - var(--image-padding))}.card--standard.card--text a:after,.card--card .card__heading a:after{bottom:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1);right:calc(var(--border-width) * -1);top:calc(var(--border-width) * -1)}.card__heading a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.card__heading a:after{outline-offset:.3rem}.card__heading a:focus:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.card__heading a:focus-visible:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.card__heading a:focus:not(:focus-visible):after{box-shadow:none;outline:0}.card__heading a:focus{box-shadow:none;outline:0}@media screen and (min-width: 990px){.card .media.media--hover-effect>img:only-child,.card-wrapper .media.media--hover-effect>img:only-child{transition:transform var(--duration-long) ease}.card:hover .media.media--hover-effect>img:first-child:only-child,.card-wrapper:hover .media.media--hover-effect>img:first-child:only-child{transform:scale(1.03)}.card-wrapper:hover .media.media--hover-effect>img+img{opacity:1;transition:transform var(--duration-long) ease}.underline-links-hover:hover a{text-decoration:none;text-underline-offset:.3rem}}.card--standard.card--media .card__inner .card__information,.card--standard.card--text:not(.card--horizontal)>.card__content .card__heading,.card--standard:not(.card--horizontal)>.card__content .card__badge,.card--standard.card--text.article-card>.card__content .card__information,.card--standard>.card__content .card__caption{display:none}.card--standard>.card__content{padding:0}.card--standard>.card__content .card__information{padding-left:0;padding-right:0}.card--card.card--media .card__inner .card__information,.card--card.card--text .card__inner,.card--card.card--media>.card__content .card__badge{display:none}.card--horizontal .card__badge,.card--horizontal.card--text .card__inner{display:none}.card--extend-height{height:100%}.card--extend-height.card--standard.card--text,.card--extend-height.card--media{display:flex;flex-direction:column}.card--extend-height.card--standard.card--text .card__inner,.card--extend-height.card--media .card__inner{flex-grow:1}.card .icon-wrap{margin-left:.8rem;white-space:nowrap;transition:transform var(--duration-short) ease;overflow:hidden}.card-information>*+*{margin-top:0}.card-information{width:100%}.card-information>*{line-height:calc(1 + .4 / var(--font-body-scale));color:rgb(var(--color-foreground))}.card-information>.price{color:rgb(var(--color-foreground))}.card-information>.rating{margin-top:0}.card-information>*:not(.visually-hidden:first-child)+*:not(.rating){margin-top:0}.card-information>*:not(.visually-hidden:first-child)+*:not(.price){margin-bottom:1.2rem}.card-information .caption{letter-spacing:.07rem}.card-article-info{margin-top:1rem}.wc-product-card .wc-product-badges{--color-badge-background: 255, 255, 255;position:absolute;left:var(--wc-spacer-small-x2);top:var(--wc-spacer-small-x2);z-index:1}.wc-product-card .card__content>.card__badge{text-align:right;width:100%}.wc-product-card .card__content>.card__badge span{border-radius:0;padding:.5rem .8rem .6rem}.wc-product-card .card__heading,.wc .card__heading{font-family:var(--wc-font-body-family);font-size:var(--wc-h4-font-size);font-weight:var(--wc-font-weight-heavy);margin-bottom:var(--wc-spacer-small-x3)}@media screen and (min-width: 750px){.wc-product-card .card__heading,.wc .card__heading{font-size:var(--wc-h3-font-size)}}.gz .card-information__subheading{display:block}.wc-product-card .card-information .caption-large,.wc .card-information .caption-large{display:inline-block;font-size:var(--wc-caption-font-size);opacity:1;margin-bottom:1rem}.wc-product-card .price{font-size:var(--wc-body-font-size);font-weight:var(--wc-font-weight-strong)}.gz .card-information__bottom .wc-yotpo-star-rating .yotpo-bottomline{flex-wrap:wrap;align-items:center;gap:0 .7rem}.gz .card-information__bottom .wc-yotpo-star-rating .text-m{margin:.7rem 0}.wc-product-card .wc-product-info-bottom{grid-row-start:4;display:flex;align-items:center;justify-content:left}.wc-product-card .quick-add modal-opener{display:block}.wc-product-card .quick-add{width:4rem;height:4rem;margin-right:1.5rem;margin-bottom:0}.wc .wc-product-card .quick-add .button{background:var(--button-secondary);padding:0;min-height:unset;height:4rem}.wc.wc.wc .wc-product-card .quick-add .button:before,.wc.wc.wc .wc-product-card .quick-add .button:after{box-shadow:none}.wc-product-card .quick-add .button .icon{color:rgb(var(--color-background));z-index:2;margin:0;transform:translate(-2%)}.wc-product-card .quick-add .icon-favrouite{color:rgb(var(--color-foreground))}.wc .wc-product-card .card .media,.wc .wc-product-card .card__media{background:#F8F8F8}.wc .wc-product-card .card__media .media img.scaled{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;width:100%}.wc .section__product-grid:not(.wc-second-product-image) .wc-product-card .card__media--third-image .media.media--hover-effect img:nth-child(2),.wc .wc-second-product-image .wc-product-card .card__media--third-image .media.media--hover-effect img:nth-child(1){opacity:0}.wc .wc-product-card .card__media--third-image .media.media--hover-effect img:nth-child(3){opacity:0}.wc .wc-product-card:hover .card__media--third-image .media.media--hover-effect img:nth-child(3){opacity:1}.gz .wc-product-card__swatches{display:none;position:absolute;z-index:100;bottom:0;left:0rem;bottom:0rem}.cart-drawer .wc-adjecent-product__swatch:not(:first-child){display:none}@media screen and (max-width: 749px){.section__product-grid:not(.wc-single-column-mobile) .wc-adjecent-product__swatch:not(:first-child){display:none}.wc .predictive-search__result-list .wc-adjecent-product__swatch:not(:first-child){display:none}}.wc-product-card .wc-adjecent-products,.wc-product-card .wc-adjacent-products--placeholder{display:flex;gap:.8rem;padding:.7rem}.wc-adjecent-product__swatch,.wc-adjecent-product__swatch--placeholder{cursor:pointer;position:relative;display:block;height:0;width:0;padding:1.65rem;border-radius:50%;background-position:center!important;background-size:cover!important}.wc-product-form .wc-adjecent-product__label{display:none}.wc-product-card .wc-adjecent-product__amount{height:auto;display:flex;align-items:center;font-family:var(--wc-font-body-family)}.wc-adjecent-product__swatch--placeholder{cursor:auto;background:rgb(var(--color-foreground));opacity:.3}.wc-adjecent-product__swatch--placeholder:nth-child(2){opacity:.2}.wc-adjecent-product__swatch--placeholder:nth-child(3){opacity:.1}.wc-selected .wc-adjecent-product__swatch:before{content:"";position:absolute;display:block;top:50%;left:50%;transform:translate(-50%,-50%);height:0;width:0;padding:1.5rem;border-radius:50%;border:solid .1rem rgb(var(--wc-color-brand-primary))}.wc-adjecent-product--new .wc-adjecent-product__swatch:after{position:absolute;z-index:1;top:0;left:75%;content:"";display:block;height:0;width:0;padding:.36rem;border-radius:50%;background:rgb(var(--color-foreground));outline:solid .1rem rgb(var(--color-background))}.wc input[type=radio]:checked+.wc-product-option{font-weight:var(--wc-font-weight-strong)}.gz .wc-product-option__shadefinder-and-low-stock{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.wc .wc-product-option .button--link{text-decoration-thickness:.1rem;text-underline-offset:var(--wc-underline-offet)}.gz .price__regular .price-item--regular{font-size:1.6rem;font-weight:var(--wc-font-weight-heavy);line-height:21px}.wc .card__badge.bottom.left{display:none}.wc .grid__item.feature__item>.card__link{z-index:1}.gz .grid__item.feature__item .button--secondary:after{border-color:rgb(var(--color-foreground))}.wc .grid__item.feature__item{position:relative}.wc .grid__item.feature__item .video-section,.wc .grid__item.feature__item .video-section .video-section__media{position:absolute;width:100%;top:0;left:0}@media screen and (max-width: 749px){.gz .grid__item.feature__item>.card__link{position:absolute;width:100%;top:0;left:0}}@media screen and (min-width: 990px){.wc .wc-content-slider--small-cards .wc-product-card .card__content{padding-right:0}.wc .wc-content-slider--small-cards .wc-product-card .card__content .card__information{min-width:100%}.wc .wc-content-slider--small-cards .wc-product-card .card__heading a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}@media screen and (max-width: 749px){.wc .grid__item.feature__item{width:100%;max-width:100%}.wc .grid__item.feature__item .card__link{min-height:calc(140vw - (var(--wc-page-width-padding) * 2))}}.wc .feature__item .card__content{padding-bottom:var(--wc-spacer-medium)}.wc .feature__item .card__content .card__information{padding-bottom:0}.wc .feature__item .card__content .card__information,.wc .feature__item .card__content .card__information .caption-large{--color-foreground: 255, 255, 255}.wc .feature__item .card__content .card__information .caption-large{text-transform:uppercase}.wc .feature__item .card__content .card__information .card__heading{margin-top:var(--wc-spacer-small-x2);margin-bottom:var(--wc-spacer-small-medium);font-size:var(--wc-h1-font-size-mobile)}@media screen and (min-width: 750px){.wc .feature__item .card__content .card__information .card__heading{font-size:var(--wc-h1-font-size-mobile)}}.sc-product-card{position:relative}.sc-product-card .sc-card-link-overlay{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.sc-card .card__information--inner-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0}.card__information--title-block{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;width:100%}.card__information--price-block .price{display:flex}.sc-card__content{display:flex;flex-direction:column;gap:12px;margin:12px;border-radius:12px;position:absolute;right:0;left:0;bottom:0;background:white;z-index:10}.sc-card.card--standard .card__inner,.sc-card.card--small .card__inner{height:100%;border-radius:24px}.sc-product-card .card__information{padding:10px 10px 0!important;display:flex;flex-direction:column;gap:8px}.sc-product-card .card__information--description{color:var(--text-primary);font-family:var(--font-family-cera);font-size:11px;font-style:normal;font-weight:400;line-height:16px;text-align:left}.sc-product-card .card__information--description p{margin:0}.sc-card .media{height:100%;border-radius:24px}.sc-card .card__media--hover-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0}.sc-product-card.card-wrapper:hover .sc-card .card__media--hover-image{opacity:1}.sc-card .hover-image-state .card__media--hover-image{opacity:1!important}.sc-card .card__media{width:100%}.sc-card .card__media--main-show{opacity:1!important}.sc-card .card__media--main-image{position:relative;z-index:9;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:all .3s ease-in-out}.media.media--transparent.media--hover-effect:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#FCD9D6 0%,#FDF3F1 100%);transition:opacity .3s ease-in-out}.sc-product-card .sc-card .card__information .card-information{display:flex;flex-direction:column;gap:12px;margin:0!important;padding:0!important}.sc-product-card .sc-card .card__heading{margin:0;color:var(--text-primary);font-family:var(--font-family-cera);font-size:14px;font-style:normal;font-weight:700;line-height:16px;text-transform:capitalize;letter-spacing:0;text-align:left}.sc-product-card .sc-card .card-information__subheading{color:var(--text-primary);font-family:var(--font-family-cera);font-size:14px;font-style:normal;font-weight:400;line-height:16px;text-transform:capitalize}.sc-product-card .sc-card .yotpo-reviews-star-ratings-widget .yotpo-sr-bottom-line-text{padding-top:0!important;line-height:1!important}.sc-product-card .sc-card .wc-yotpo-star-rating .yotpo-sr-star-half svg,.sc-product-card .sc-card .wc-yotpo-star-rating .yotpo-sr-star-full svg,.sc-product-card .sc-card .wc-yotpo-star-rating .yotpo-sr-star-empty svg{width:14px;height:14px}.sc-product-card .sc-card .yotpo-sr-bottom-line-right-panel{margin-left:0!important;margin-right:0!important}.sc-product-card .sc-card .yotpo-reviews-star-ratings-widget{margin:0!important}.sc-product-card .sc-card .yotpo-sr-bottom-line-summary div .star-container{padding:0!important;align-items:center!important;margin-right:2px!important}.sc-product-card .sc-card .yotpo-sr-bottom-line-summary>div{height:16px!important;margin-right:0!important}.sc-product-card .sc-card .yotpo-sr-bottom-line-summary{flex-wrap:wrap!important;gap:2px!important}.sc-product-card .sc-card .price__regular{display:flex}.sc-product-card .sc-card .price:not(.price--on-sale) .price__regular .price-item--regular{color:var(--text-primary);font-family:var(--font-family-cera);font-size:14px;font-style:normal;font-weight:700;line-height:16px}.sc-product-card .sc-card .price.price--on-sale .price__sale{align-items:center}.sc-product-card .sc-card .price.price--on-sale .price__sale .price-item.price-item--sale{color:var(--hot-pink);font-family:var(--font-family-cera);font-size:14px;font-style:normal;font-weight:700;line-height:16px}.sc-product-card .sc-card .price.price--on-sale .price__sale .price-item.price-item--regular{margin-right:4px;color:var(--text-primary);font-family:var(--font-family-cera);font-size:11px;font-style:normal;font-weight:400;line-height:16px;text-decoration:line-through}.sc-product-card .sc-card .price.price--on-sale .price__regular{display:none}.sc-product-badges .wc-badge,.sc-product-badges .card-information__subheading-detail{padding:0 4px;color:var(--text-primary);font-family:var(--font-family-cera);font-size:9px;font-style:normal;font-weight:700;line-height:16px;letter-spacing:.5px;text-transform:uppercase;border-radius:2px;background:var(--super-gloss-pink);display:inline-flex;flex-direction:column;justify-content:center;align-items:center}.sc-product-badges .wc-badge:after{display:none}.sc-product-badges{display:flex;margin:0!important;gap:4px}.sc-product-card .sc-card .sc-product-info-bottom{padding:0 10px}.sc-product-card .sc-card .quick-add__submit.loading>.loading-overlay__spinner .path{stroke:var(--text-primary)}.sc-product-card .sc-card .quick-add__submit.loading{color:var(--text-white);pointer-events:none}.sc-product-card .sc-card .quick-add__submit{background:transparent;color:var(--text-primary)}.sc-product-card .sc-card .quick-add__submit.button-main{line-height:12px;padding:7px 0;min-height:unset}.sc-product-card .sc-card .quick-add__submit:hover{color:var(--virgin-blue);background:transparent;border-color:var(--virgin-blue)}.sc-card.sc-product-card-small .sc-description-extra-short,.sc-card.sc-product-card-small .sc-description-long{display:none}.sc-card.sc-product-card-small .sc-description-short{display:block}.sc-card.sc-product-card-standard .sc-description-extra-short,.sc-card.sc-product-card-standard .sc-description-short{display:none}.sc-card.sc-product-card-standard.sc-product-card-in-collection .sc-description-extra-short{display:block}.sc-card.sc-product-card-standard.sc-product-card-in-collection .sc-description-long,.sc-card.sc-product-card-standard.sc-product-card-in-collection .sc-description-short{display:none}.sc-card.sc-product-card-standard{position:relative;border-radius:24px;height:560px;width:284px}.sc-card.sc-product-card-standard.sc-product-card-in-collection{height:388px;width:100%}.sc-card.sc-product-card-small{position:relative;border-radius:24px;height:388px;width:100%}.sc-card.sc-product-card-in-collection .card__media .media .main-card-media,.sc-card.sc-product-card-small .card__media .media .main-card-media{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top;width:100%;transition:all .3s ease-in-out}.sc-product-card-placeholder-svg{background:linear-gradient(180deg,var(--medium-pink) 0%,var(--lightest-pink) 100%)}.sc-product-card.card-wrapper:hover .media.media--transparent.media--hover-effect:after{opacity:0}.template-landing-page-sc .sc-product-card.card-wrapper .media.media--transparent.media--hover-effect:after{opacity:0}@media screen and (min-width: 390px){.sc-card.sc-product-card-standard.sc-product-card-in-collection{width:100%}.sc-card.sc-product-card-standard.sc-product-card-in-collection .sc-description-extra-short{display:none}.sc-card.sc-product-card-standard.sc-product-card-in-collection .sc-description-short{display:block}}@media screen and (min-width: 540px){.sc-card.sc-product-card-standard.sc-product-card-in-collection,.sc-card.sc-product-card-small{width:100%}.sc-product-card .sc-card .sc-product-info-bottom{padding:0 12px}.sc-product-card .sc-card .quick-add__submit.button-main{padding:13px 0}.card__information--title-block{flex-wrap:nowrap;gap:12px}.sc-product-badges .wc-badge,.sc-product-badges .card-information__subheading-detail{padding:4px 8px}.sc-product-card .sc-card .wc-yotpo-star-rating .yotpo-sr-star-half svg,.sc-product-card .sc-card .wc-yotpo-star-rating .yotpo-sr-star-full svg,.sc-product-card .sc-card .wc-yotpo-star-rating .yotpo-sr-star-empty svg{width:16px;height:16px}}@media screen and (min-width: 750px){.sc-card.sc-product-card-standard{height:560px;width:332px}.sc-card.sc-product-card-standard.sc-product-card-in-collection .sc-description-short{display:none}.sc-card.sc-product-card-standard.sc-product-card-in-collection .sc-description-long{display:block}.sc-card.sc-product-card-in-collection .card__media .media .main-card-media{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.sc-card.sc-product-card-standard.sc-product-card-in-collection{height:560px;width:100%}}.rating{display:inline-block;margin:0}.product .rating-star{--letter-spacing: .8;--font-size: 1.7}.card-wrapper .rating-star{--letter-spacing: .7;--font-size: 1.4}.rating-star{--percent: calc( ( var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size))) ) * 100% );letter-spacing:calc(var(--letter-spacing) * 1rem);font-size:calc(var(--font-size) * 1rem);line-height:1;display:inline-block;font-family:Times;margin:0}.rating-star:before{content:"★★★★★";background:linear-gradient(90deg,var(--color-icon) var(--percent),rgba(var(--color-foreground),.15) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.rating-text{display:none}.rating-count{display:inline-block;margin:0}@media (forced-colors: active){.rating{display:none}.rating-text{display:block}}.yotpo-reviews__section{overflow:hidden}.yotpo-reviews__section .yotpo-reviews-carousel-widget-container{margin:22px 0!important;width:100%!important;position:relative!important}.yotpo-reviews__section .yotpo-reviews-carousel-header-container{justify-content:space-between!important;width:auto!important;padding:0 16px}.yotpo-reviews__section .yotpo-reviews-carousel-bottomline-seo{margin-bottom:20px}.yotpo-reviews__section .yotpo-reviews-carousel-bottomline-container{padding:0 16px!important}@media (min-width: 990px){.yotpo-reviews__section .yotpo-reviews-carousel-bottomline-container,.yotpo-reviews__section .yotpo-reviews-carousel-header-container{padding:0 32px!important}.yotpo-reviews__section .yotpo-reviews-carousel-header{font-family:var(--font-family-fields)!important;font-size:34px!important;line-height:32px!important;letter-spacing:-1px!important;max-width:450px!important}}.yotpo-reviews__section .yotpo-reviews-carousel-header{color:var(--text-primary);font-family:var(--font-family-fields)!important;font-size:24px;font-style:normal;font-weight:500;line-height:22px}@media (max-width: 768px){.yotpo-reviews__section .yotpo-reviews-carousel-header{max-width:250px!important}}.reviews-carousel-card-container{border-radius:24px!important}.yotpo-reviews__section .glide__arrows{display:block!important}.yotpo-reviews__section .glide__arrow{top:24px!important;transform:none!important;display:flex!important;padding:12px!important;border-radius:40px!important;border:1px solid var(--hot-pink)!important;cursor:pointer!important;transition:all var(--wc-transition-very-short)!important;width:50px!important;height:50px!important;box-shadow:none!important}.yotpo-reviews__section .glide{position:unset!important}.yotpo-reviews__section .glide__arrow:hover{border-color:var(--dark-pink)!important}.yotpo-reviews__section .glide__arrow:hover:after{background-color:var(--dark-pink)!important}.yotpo-reviews__section .glide__arrow svg{display:none!important}.yotpo-reviews__section .glide__arrow--right{right:32px}.yotpo-reviews__section .glide__arrow--left{right:100px!important;left:auto}@media (max-width: 768px){.yotpo-reviews__section .glide__arrow{top:32px!important}.yotpo-reviews__section .glide__arrow--right{right:16px}.yotpo-reviews__section .glide__arrow--left{right:80px!important;left:auto}}.yotpo-reviews__section .glide__arrow:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;background-color:var(--hot-pink);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.yotpo-reviews__section .glide__arrow--left:after{mask-image:url("data:image/svg+xml,%3Csvg class='sc-featured-collection-icon' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 17L6 12M6 12L11 7M6 12L18 12' stroke='%23EA6171'%3E%3C/path%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg class='sc-featured-collection-icon' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 17L6 12M6 12L11 7M6 12L18 12' stroke='%23EA6171'%3E%3C/path%3E%3C/svg%3E")}.yotpo-reviews__section .glide__arrow--right:after{mask-image:url("data:image/svg+xml,%3Csvg class='sc-featured-collection-icon' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7L18 12M18 12L13 17M18 12H6' stroke='%23EA6171'%3E%3C/path%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg class='sc-featured-collection-icon' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7L18 12M18 12L13 17M18 12H6' stroke='%23EA6171'%3E%3C/path%3E%3C/svg%3E")}
