.utilities{width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--gap);text-wrap:nowrap;border-top:var(--border-width) solid var(--color-border);color:var(--color-foreground-muted)}@media screen and (min-width:750px){.utilities{display:grid;grid-template-columns:1fr auto 1fr;justify-content:center;gap:var(--gap);align-items:center;text-align:left}}.utilities a{color:var(--color-foreground-muted)}.utilities>*{text-align:center}@media screen and (min-width:750px){.utilities>*{text-align:left}}@media screen and (min-width:750px){.utilities{position:relative}.utilities>*{order:0;margin-left:0;margin-right:0;position:static}.utilities:has(.footer-utilities__text:nth-child(1)+.footer-utilities__text:nth-child(2)+.footer-utilities__icons:nth-child(3)){grid-template-columns:auto auto 1fr}.utilities:has(.footer-utilities__text:nth-child(1)+.footer-utilities__text:nth-child(2)+.footer-utilities__icons:nth-child(3)) .footer-utilities__icons:nth-child(3){justify-content:end}.utilities:has(.footer-utilities__text:nth-child(1)+.footer-utilities__icons:nth-child(2)+.footer-utilities__text:nth-child(3)){grid-template-columns:1fr auto 1fr}.utilities:has(.footer-utilities__text:nth-child(1)+.footer-utilities__icons:nth-child(2)+.footer-utilities__text:nth-child(3)) .footer-utilities__icons:nth-child(2){justify-self:center}.utilities:has(.footer-utilities__text:nth-child(1)+.footer-utilities__icons:nth-child(2)+.footer-utilities__text:nth-child(3)) .footer-utilities__text:nth-child(3){justify-self:end}.utilities:has(.footer-utilities__icons:nth-child(1)+.footer-utilities__text:nth-child(2)+.footer-utilities__text:nth-child(3)){grid-template-columns:1fr auto auto}.utilities:has(.footer-utilities__icons:nth-child(1)+.footer-utilities__text:nth-child(2)+.footer-utilities__text:nth-child(3)) .footer-utilities__text:nth-child(3){justify-content:end}.utilities:has(.footer-utilities__text:first-child:nth-last-child(2)+.footer-utilities__text:last-child){grid-template-columns:auto auto;justify-content:space-between}.utilities:has(.footer-utilities__text:first-child:nth-last-child(2)+.footer-utilities__text:last-child) .footer-utilities__text:nth-child(2){justify-self:end}.utilities:has(.footer-utilities__icons:first-child:nth-last-child(2)+.footer-utilities__text:last-child){grid-template-columns:1fr 1fr}.utilities:has(.footer-utilities__icons:first-child:nth-last-child(2)+.footer-utilities__text:last-child) .footer-utilities__text:nth-child(2){justify-self:end}.utilities:has(.footer-utilities__text:first-child:nth-last-child(2)+.footer-utilities__icons:last-child){grid-template-columns:1fr 1fr}.utilities:has(.footer-utilities__text:first-child:nth-last-child(2)+.footer-utilities__icons:last-child) .footer-utilities__icons:nth-child(2){justify-self:end}.utilities:has(.footer-utilities__text:first-child:nth-last-child(1)){grid-template-columns:1fr;justify-content:start}.utilities:has(.footer-utilities__text:first-child:nth-last-child(1)) .footer-utilities__text:nth-child(1){justify-self:start}.utilities:has(.footer-utilities__icons:first-child:nth-last-child(1)){grid-template-columns:1fr;justify-content:start}.utilities:has(.footer-utilities__icons:first-child:nth-last-child(1)) .footer-utilities__icons:nth-child(1){justify-self:start}}.footer-content{display:grid;grid-template-columns:1fr;gap:var(--footer-gap)}@media screen and (min-width:750px)and (max-width:989px){.footer-content{grid-template-columns:repeat(min(var(--grid-columns),3),1fr);grid-auto-flow:row}.footer-content--isolated-grid-item-tablet>:last-child{grid-column:1 / -1}}@media screen and (min-width:990px){.footer-content{grid-template-columns:repeat(var(--grid-columns),1fr)}.footer-content[style*="--grid-columns: 1"]{justify-items:center}.footer-content--isolated-grid-item-desktop>:last-child{grid-column:1 / -1}}.announcement-bar{border-block-end:var(--border-bottom-width) solid var(--color-border);background:var(--color-card-gradient)!important;color:var(--color-gradient-text)!important;overflow:hidden}.announcement-bar a,.announcement-bar .button-unstyled{color:var(--color-gradient-text)!important}.announcement-bar__slider{display:flex;flex-direction:row;align-items:center;position:relative}@media screen and (max-width:749px){.announcement-bar__slider{grid-column:1 / -1}}.announcement-bar__slides{display:grid;grid:[stack] auto / [stack] auto;flex:1;width:calc(100% - var(--button-size) * 2);max-width:100%;min-width:0;margin-inline:auto}.announcement-bar__slides--no-controls{width:100%}.announcement-bar__slides>*{grid-area:stack}.announcement-bar__slide{transition:opacity .5s ease-in-out,visibility .5s ease-in-out}.announcement-bar__slide[aria-hidden=true]{opacity:0;visibility:hidden}.announcement-bar__slider slideshow-arrows{padding:0;mix-blend-mode:normal}.announcement-bar__slider slideshow-arrows .slideshow-control{color:var(--color-foreground)}.announcement-bar__slider .slideshow-control{display:flex;padding:0;width:var(--button-size);height:var(--button-size);align-items:center;justify-content:center;opacity:1;animation:none}@media screen and (min-width:750px){.announcement-bar__slider .slideshow-control{--slideshow-control-offset: calc((var(--button-size) - var(--icon-size-xs)) / 2)}.section--page-width :is(.announcement-bar__slider .slideshow-control).slideshow-control--previous{transform:translate(var(--slideshow-control-offset))}}.announcement-bar__slider .slideshow-control .svg-wrapper{width:var(--icon-size-xs);height:var(--icon-size-xs)}.announcement-bar__slide{place-content:center}.announcement-bar__text:first-child{margin:0}.announcement-bar__marquee{overflow:hidden;width:100%;min-width:0}.announcement-bar__marquee-track{display:block;width:max-content;padding-inline-start:100%;animation:announcement-marquee-scroll linear infinite;animation-duration:var(--announcement-marquee-duration, 20s);will-change:transform}.announcement-bar__marquee:hover .announcement-bar__marquee-track,.announcement-bar__slide[aria-hidden=true] .announcement-bar__marquee-track{animation-play-state:paused}.announcement-bar__marquee-text{margin:0;white-space:nowrap;display:inline-block}@keyframes announcement-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@media(prefers-reduced-motion:reduce){.announcement-bar__marquee-track{animation:none;transform:none;padding-inline-start:0;width:100%;text-align:center}.announcement-bar__marquee-text{white-space:normal}}.announcement-bar__link{position:absolute;top:0;right:0;bottom:0;left:0}body{--header-height: 0px;--header-group-height: var(--header-height);--transparent-header-offset-boolean: 0}body:has(>#header-group>header){--header-height: 60px}body:has(>#header-group:empty){--header-group-height: 0px}.header[transparent]{--language-button-background-color: transparent;--language-button-border-color: transparent;--header-bg-color: transparent;--header-logo-display: none;--header-logo-inverse-display: block;position:absolute;top:0;left:0;right:0;background-color:transparent;z-index:var(--layer-overlay)}.header[transparent][transparent=not-sticky][data-sticky-state=active],.header[transparent]:has(.mega-menu__list:hover),.header[transparent]:has(.menu-list__link[aria-haspopup]:is(:hover,[aria-expanded=true],[data-animating])),.header[transparent]:has(.menu-list__list-item[slot=overflow] .menu-list__link:is(:hover,[aria-expanded=true],[data-animating])){--header-logo-display: unset;--header-logo-inverse-display: unset;--header-bg-color: unset;--color-foreground: inherit;--color-foreground-rgb: inherit;--color-background: inherit;--color-background-rgb: inherit;--color-border: inherit;--color-border-rgb: inherit}:is(.header[transparent][transparent=not-sticky][data-sticky-state=active],.header[transparent]:has(.mega-menu__list:hover),.header[transparent]:has(.menu-list__link[aria-haspopup]:is(:hover,[aria-expanded=true],[data-animating])),.header[transparent]:has(.menu-list__list-item[slot=overflow] .menu-list__link:is(:hover,[aria-expanded=true],[data-animating]))) .header__row{transition:color var(--animation-values-fast),border-color var(--animation-values-fast),background-color var(--animation-values-fast)}.header[transparent] .header__row{transition:color var(--animation-values-slow),border-color var(--animation-values-slow),background-color var(--animation-values-slow)}:is(.header[transparent]:not([data-sticky-state=active]),.header[transparent=always][data-sticky-state=active]) .header__row:not(:has(.mega-menu__list:hover,.menu-list__link[aria-haspopup]:is(:hover,[aria-expanded=true],[data-animating]),.menu-list__list-item[slot=overflow] .menu-list__link:is(:hover,[aria-expanded=true],[data-animating]))){--color-foreground: inherit;--color-foreground-rgb: inherit;--color-border: inherit;--color-border-rgb: inherit;--color-primary-button-background: inherit;--color-primary-button-text: inherit}.header--inherit-color-scheme-on-menu-open:has(.mega-menu__list:hover) .header__row,.header--inherit-color-scheme-on-menu-open:has(.menu-list__link[aria-haspopup]:is(:hover,[aria-expanded=true],[data-animating])) .header__row,.header--inherit-color-scheme-on-menu-open:has(.menu-list__list-item[slot=overflow] .menu-list__link:is(:hover,[aria-expanded=true],[data-animating])) .header__row{--color-foreground: inherit;--color-foreground-rgb: inherit;--color-background: inherit;--color-background-rgb: inherit;--color-border: inherit;--color-border-rgb: inherit}.header-section{position:relative}#header-group:has(#header-component[sticky]){display:contents}.header-section:has(>#header-component[sticky=always]),.header-section:has(>#header-component[sticky=scroll-up][data-sticky-state=active]){position:sticky;top:-1px;z-index:var(--layer-sticky)}.header[data-sticky-state]{transition:opacity var(--animation-speed) var(--animation-easing);opacity:1}.header[data-sticky-state=active]{view-transition-name:sticky-header}.header[data-sticky-state=idle],.header[data-sticky-state=active][data-animating]{opacity:0}.header__row{position:relative;background-color:var(--header-bg-color, var(--color-background))}.header__row--top:not(.divider--page-width),.header__row--top.divider--page-width .header__columns,.header__row--bottom{border-bottom:var(--border-bottom-width) solid var(--color-border)}@media screen and (max-width:749px){.header__row--top:not(.divider--page-width),.header__row--top.divider--page-width .header__columns{border-bottom-width:var(--border-bottom-width-mobile)}}@media screen and (min-width:750px){.header__row.divider--page-width:not(.section--page-width) .header__columns{padding-inline-start:0;padding-inline-end:0;margin-inline-start:var(--page-margin);margin-inline-end:var(--page-margin)}}.header__column{display:flex;align-items:center}@media screen and (max-width:749px){.header__column{display:contents}}.header__column--left,.header__column--center{gap:var(--gap-xl);grid-area:left}.header__column--center{justify-content:center;grid-area:center}.header__column--center header-menu:only-child .overflow-menu::part(list){justify-content:center}.header__column--right{gap:var(--gap-xl);justify-content:flex-end;grid-area:right}.header__column--right .overflow-menu::part(list){justify-content:flex-end}.header__columns{--header-left: 1fr;--header-center: auto;--header-right: 1fr;--header-template-columns: var(--header-left) var(--header-center) var(--header-right);--header-mobile-bookend: 44px;display:grid;grid-template-areas:"left center right";grid-gap:var(--gap-xl);grid-template-columns:var(--header-template-columns)}.header__columns:has(.header__column--center header-menu){--header-center: auto;--header-left: minmax(max-content, 1fr);--header-right: minmax(max-content, 1fr)}@media screen and (min-width:750px){.header__columns:where(:not(:has(.header__column--center))){--header-template-columns: var(--header-left) var(--header-right);grid-template-areas:"left right"}}.header__columns:where(:not(:has(.header__column--center))):has(.header__column--right header-menu){--header-right: auto;--header-left: minmax(max-content, 1fr)}.header__columns:where(:not(:has(.header__column--center))):has(.header__column--left header-menu){--header-left: auto;--header-right: minmax(max-content, 1fr)}@media screen and (max-width:749px){.header__columns{--header-template-columns: var(--header-mobile-bookend) var(--header-mobile-bookend) 1fr var(--header-mobile-bookend) var(--header-mobile-bookend);grid-template-areas:"leftA leftB center rightA rightB";grid-column:span 3;column-gap:0;align-items:center;padding-block:0;padding-inline:0 var(--padding-3xs)}.header__columns .header-logo{grid-area:center}.header__columns:not(:has(header-actions)) .search-action{grid-area:leftB}.header__columns:not(:has(.account-actions)) .search-action{grid-area:rightA}.header__columns .search-action{grid-area:leftB}.header__columns header-actions{grid-area:rightB}}.header__columns:not(:has(.header__column)){grid-template-columns:1fr}@media(hover:hover){:is(.header__column:has(header-menu:hover),.header__column:has(.header-actions__action:hover),.header__column:has(.dropdown-localization__button:hover),.header__column:has(.header__icon--menu:hover)) header-menu:not(:hover),:is(.header__column:has(header-menu:hover),.header__column:has(.header-actions__action:hover),.header__column:has(.dropdown-localization__button:hover),.header__column:has(.header__icon--menu:hover)) .header-actions__action:not(:hover),:is(.header__column:has(header-menu:hover),.header__column:has(.header-actions__action:hover),.header__column:has(.dropdown-localization__button:hover),.header__column:has(.header__icon--menu:hover)) .dropdown-localization__button:not(:hover),:is(.header__column:has(header-menu:hover),.header__column:has(.header-actions__action:hover),.header__column:has(.dropdown-localization__button:hover),.header__column:has(.header__icon--menu:hover)) .header__icon--menu:not(:hover){opacity:var(--opacity-subdued-text);transition:opacity var(--animation-speed) var(--animation-easing)}}header-menu,.header-actions__action,.dropdown-localization__button,.header__icon--menu{transition:opacity var(--animation-speed) var(--animation-easing)}.menu-list__list-item:where(:not([slot=overflow]))>.menu-list__link[aria-haspopup],.menu-list__list-item:where(:not([slot=overflow]))>.menu-list__link,.menu-list__list-item:where(:not([slot=overflow]))>button.menu-list__link{margin-block:calc(-2 * var(--header-padding));padding-block:calc(2 * var(--header-padding));margin-inline:calc(-1 * var(--gap-xl) / 2);padding-inline:calc(var(--gap-xl) / 2)}.header{--header-padding: var(--padding-sm);--font-paragraph--line-height: 1}.header.header--compact{--header-padding: var(--padding-2xs)}.header__columns{--padding-block-start: var(--header-padding);--padding-block-end: var(--header-padding)}.header:not(.header--compact) .header__row--bottom{--header-padding: var(--padding-xs)}.header--collapse-row-paddings .header__row--top .header__columns{--padding-block-end: 0px}.header--collapse-row-paddings .header__row--bottom .header__columns{--padding-block-start: 0px}.header-section:has(.header[transparent])+.shopify-section{margin-top:var(--header-height)}main>.shopify-section:first-child .section:not(.disable-section-top-offset).spacing-style,main>.shopify-section:first-child .section:not(.disable-section-top-offset) .spacing-style{--section-top-offset: calc(var(--header-height) * var(--transparent-header-offset-boolean))}:is(main>.shopify-section:first-child .section:not(.disable-section-top-offset).spacing-style,main>.shopify-section:first-child .section:not(.disable-section-top-offset) .spacing-style) :is(.spacing-style,.inherit-spacing){--section-top-offset: 0px}main>.shopify-section:first-child .section:not(.disable-section-top-offset) .sticky-content{margin-top:calc(var(--header-height) * var(--transparent-header-offset-boolean) * -1)}header-component[data-header-style=editorial-luxe] .header__row{--border-bottom-width: 1px;--border-bottom-width-mobile: 1px;border-bottom:1px solid rgba(0,0,0,.1)}header-component[data-header-style=editorial-luxe][transparent=always] .header__row{border-bottom-color:#ffffff2e}:is(header-component[data-header-style=editorial-luxe][transparent]:not([data-sticky-state=active]),header-component[data-header-style=editorial-luxe][transparent=always][data-sticky-state=active]) .header__row:not(:has(.mega-menu__list:hover,.menu-list__link[aria-haspopup]:is(:hover,[aria-expanded=true],[data-animating]),.menu-list__list-item[slot=overflow] .menu-list__link:is(:hover,[aria-expanded=true],[data-animating]))) :is(a,button,svg,.header__heading-logo,.header__heading-logo-link,.header__logo,.header-menu__item-link,[data-header-menu] a){color:#fff;mix-blend-mode:difference}:is(header-component[data-header-style=editorial-luxe][transparent]:not([data-sticky-state=active]),header-component[data-header-style=editorial-luxe][transparent=always][data-sticky-state=active]) .header__row:before,:is(header-component[data-header-style=editorial-luxe][transparent]:not([data-sticky-state=active]),header-component[data-header-style=editorial-luxe][transparent=always][data-sticky-state=active]) .header__row:after{mix-blend-mode:normal}@media(prefers-reduced-transparency:reduce){:is(header-component[data-header-style=editorial-luxe][transparent]:not([data-sticky-state=active]),header-component[data-header-style=editorial-luxe][transparent=always][data-sticky-state=active]) .header__row :is(a,button,svg,.header__heading-logo,.header__heading-logo-link,.header__logo,.header-menu__item-link,[data-header-menu] a){mix-blend-mode:normal;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.45)}}header-component[data-header-style=editorial-luxe] .header-menu__item-link,header-component[data-header-style=editorial-luxe] .header__menu a,header-component[data-header-style=editorial-luxe] [data-header-menu] a{text-transform:uppercase;letter-spacing:.18em;font-weight:500;font-size:.6875rem;position:relative;transition:opacity .2s ease}header-component[data-header-style=editorial-luxe] .header-menu__item-link:after,header-component[data-header-style=editorial-luxe] .header__menu a:after,header-component[data-header-style=editorial-luxe] [data-header-menu] a:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform-origin:center;transform:scaleX(0);transition:transform .25s ease}header-component[data-header-style=editorial-luxe] .header-menu__item-link:hover:after,header-component[data-header-style=editorial-luxe] .header__menu a:hover:after,header-component[data-header-style=editorial-luxe] [data-header-menu] a:hover:after,header-component[data-header-style=editorial-luxe] .header-menu__item-link:focus-visible:after,header-component[data-header-style=editorial-luxe] .header__menu a:focus-visible:after,header-component[data-header-style=editorial-luxe] [data-header-menu] a:focus-visible:after{transform:scaleX(1)}header-component[data-header-style=editorial-luxe] .header__row--top .header__columns,header-component[data-header-style=editorial-luxe] .header__row--bottom .header__columns{padding-block:18px}@media screen and (max-width:749px){header-component[data-header-style=editorial-luxe] .header-menu__item-link,header-component[data-header-style=editorial-luxe] .header__menu a,header-component[data-header-style=editorial-luxe] [data-header-menu] a{letter-spacing:.14em;font-size:.75rem}}@media(prefers-reduced-motion:reduce){header-component[data-header-style=editorial-luxe] .header-menu__item-link:after,header-component[data-header-style=editorial-luxe] .header__menu a:after,header-component[data-header-style=editorial-luxe] [data-header-menu] a:after{transition:none}}.icon-with-text{display:flex;align-items:center;gap:var(--icon-text-gap);justify-content:var(--justify-content)}.icon-with-text__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:var(--icon-size);height:var(--icon-size);color:var(--icon-color)}.icon-with-text__icon svg{width:100%;height:100%;fill:currentColor}.icon-with-text__image{width:100%;height:100%;object-fit:contain}.icon-with-text__text{color:var(--text-color);font-size:var(--text-size);line-height:1.4}.icon-with-text__text p{margin:0;font-size:inherit;line-height:inherit}.placeholder-image{position:relative;aspect-ratio:var(--ratio);overflow:hidden}placeholder-image img{width:100%;height:100%;aspect-ratio:var(--ratio)}.image-block{display:flex;justify-content:var(--horizontal-alignment, "inline-start")}.image-block--height-fill .image-block__image{height:100%}.image-block__image{width:100%;object-fit:cover;aspect-ratio:var(--ratio)}image-bounce-block{display:block}@keyframes gentle-bounce-subtle{0%,to{transform:translateY(0)}20%{transform:translateY(-4px)}40%{transform:translateY(2px)}60%{transform:translateY(-2px)}80%{transform:translateY(1px)}}@keyframes gentle-bounce-normal{0%,to{transform:translateY(0)}20%{transform:translateY(-8px)}40%{transform:translateY(4px)}60%{transform:translateY(-4px)}80%{transform:translateY(2px)}}@keyframes gentle-bounce-pronounced{0%,to{transform:translateY(0)}20%{transform:translateY(-12px)}40%{transform:translateY(6px)}60%{transform:translateY(-6px)}80%{transform:translateY(3px)}}image-bounce-block.bouncing[data-bounce-speed=slow][data-bounce-intensity=subtle]{animation:gentle-bounce-subtle .6s ease-out}image-bounce-block.bouncing[data-bounce-speed=slow][data-bounce-intensity=normal]{animation:gentle-bounce-normal .6s ease-out}image-bounce-block.bouncing[data-bounce-speed=slow][data-bounce-intensity=pronounced]{animation:gentle-bounce-pronounced .6s ease-out}image-bounce-block.bouncing[data-bounce-speed=normal][data-bounce-intensity=subtle]{animation:gentle-bounce-subtle .4s ease-out}image-bounce-block.bouncing[data-bounce-speed=normal][data-bounce-intensity=normal]{animation:gentle-bounce-normal .4s ease-out}image-bounce-block.bouncing[data-bounce-speed=normal][data-bounce-intensity=pronounced]{animation:gentle-bounce-pronounced .4s ease-out}image-bounce-block.bouncing[data-bounce-speed=fast][data-bounce-intensity=subtle]{animation:gentle-bounce-subtle .25s ease-out}image-bounce-block.bouncing[data-bounce-speed=fast][data-bounce-intensity=normal]{animation:gentle-bounce-normal .25s ease-out}image-bounce-block.bouncing[data-bounce-speed=fast][data-bounce-intensity=pronounced]{animation:gentle-bounce-pronounced .25s ease-out}.urgency-timer{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px;background:linear-gradient(135deg,var(--urgency-bg-1) 0%,var(--urgency-bg-2) 100%);border-radius:var(--style-border-radius-global);color:var(--urgency-text)}.urgency-timer__icon{flex-shrink:0}.urgency-timer__icon svg{width:32px;height:32px;stroke:var(--urgency-icon);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.urgency-timer__content{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.urgency-timer__message{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.urgency-timer__text{font-size:14px;opacity:.9}.urgency-timer__countdown{display:flex;align-items:center;gap:8px;margin-top:4px}.urgency-timer__time{display:flex;flex-direction:column;align-items:center;gap:4px}.urgency-timer__number{font-size:28px;font-weight:700;line-height:1;min-width:48px;padding:8px 12px;background:#ffffff26;border-radius:var(--style-border-radius-global);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.urgency-timer__label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.urgency-timer__separator{font-size:24px;font-weight:700;opacity:.6;margin:0 4px;animation:blink 1s ease-in-out infinite}@keyframes blink{0%,to{opacity:.6}50%{opacity:.2}}@media(max-width:749px){.urgency-timer{flex-direction:column;gap:12px}.urgency-timer__number{font-size:24px;min-width:40px;padding:6px 10px}.urgency-timer__message{font-size:14px}.urgency-timer__countdown{gap:4px}}.link{text-decoration:none;text-decoration-color:currentcolor}.link:hover{color:var(--color-primary-hover);text-decoration-color:transparent}.card-gallery{overflow:hidden;container-type:inline-size;container-name:card-gallery-container}.card-gallery__placeholder svg{height:100%;width:100%}.card-gallery svg{aspect-ratio:var(--gallery-aspect-ratio, var(--ratio))}.product-card-gallery__title-placeholder{padding:var(--padding-md);font-size:var(--font-size--2xl);line-height:var(--line-height--display-loose);word-break:break-word;color:var(--color-foreground);background-color:rgb(var(--color-foreground-rgb) / var(--opacity-5));aspect-ratio:var(--gallery-aspect-ratio);border-radius:var(--product-corner-radius);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card-gallery__title-placeholder a{color:var(--color-foreground)}@media screen and (min-width:750px){.product-grid[data-product-card-size=extra-large] .product-card-gallery__title-placeholder{padding:var(--padding-3xl);font-size:var(--font-size--3xl)}.product-grid[data-product-card-size=large] .product-card-gallery__title-placeholder{padding:var(--padding-2xl);font-size:var(--font-size--2xl)}.product-grid[data-product-card-size=medium] .product-card-gallery__title-placeholder{padding:var(--padding-xl);font-size:var(--font-size--xl)}.product-grid[data-product-card-size=small] .product-card-gallery__title-placeholder{padding:var(--padding-sm);font-size:var(--font-size--lg)}.product-grid[data-product-card-size=extra-large] .card-gallery:has(.product-badges--top-right .product-badges__badge) .product-card-gallery__title-placeholder{padding-right:calc(var(--padding-3xl) + 50px)}.product-grid[data-product-card-size=large] .card-gallery:has(.product-badges--top-right .product-badges__badge) .product-card-gallery__title-placeholder{padding-right:calc(var(--padding-2xl) + 50px)}.product-grid[data-product-card-size=medium] .card-gallery:has(.product-badges--top-right .product-badges__badge) .product-card-gallery__title-placeholder{padding-right:calc(var(--padding-xl) + 50px)}.product-grid[data-product-card-size=small] .card-gallery:has(.product-badges--top-right .product-badges__badge) .product-card-gallery__title-placeholder{padding-right:calc(var(--padding-sm) + 50px)}.product-grid[data-product-card-size=extra-large] .card-gallery:has(.product-badges--top-left .product-badges__badge) .product-card-gallery__title-placeholder{padding-top:calc(var(--padding-3xl) + 40px)}.product-grid[data-product-card-size=large] .card-gallery:has(.product-badges--top-left .product-badges__badge) .product-card-gallery__title-placeholder{padding-top:calc(var(--padding-2xl) + 40px)}.product-grid[data-product-card-size=medium] .card-gallery:has(.product-badges--top-left .product-badges__badge) .product-card-gallery__title-placeholder{padding-top:calc(var(--padding-xl) + 40px)}.product-grid[data-product-card-size=small] .card-gallery:has(.product-badges--top-left .product-badges__badge) .product-card-gallery__title-placeholder{padding-top:calc(var(--padding-sm) + 40px)}.product-grid[data-product-card-size=extra-large] .card-gallery:has(.product-badges--bottom-left .product-badges__badge) .product-card-gallery__title-placeholder{padding-bottom:calc(var(--padding-3xl) + 40px)}.product-grid[data-product-card-size=large] .card-gallery:has(.product-badges--bottom-left .product-badges__badge) .product-card-gallery__title-placeholder{padding-bottom:calc(var(--padding-2xl) + 40px)}.product-grid[data-product-card-size=medium] .card-gallery:has(.product-badges--bottom-left .product-badges__badge) .product-card-gallery__title-placeholder{padding-bottom:calc(var(--padding-xl) + 40px)}.product-grid[data-product-card-size=small] .card-gallery:has(.product-badges--bottom-left .product-badges__badge) .product-card-gallery__title-placeholder{padding-bottom:calc(var(--padding-sm) + 40px)}}@media screen and (max-width:749px){.product-card-gallery__title-placeholder{font-size:var(--font-size--xl);padding:var(--padding-md)}.product-grid[data-product-card-size] .card-gallery:has(.product-badges--top-right .product-badges__badge) .product-card-gallery__title-placeholder{padding-right:calc(var(--padding-sm) + 50px)}.product-grid[data-product-card-size] .card-gallery:has(.product-badges--top-left .product-badges__badge) .product-card-gallery__title-placeholder{padding-top:calc(var(--padding-sm) + 40px)}.product-grid[data-product-card-size] .card-gallery:has(.product-badges--bottom-left .product-badges__badge) .product-card-gallery__title-placeholder{padding-bottom:calc(var(--padding-sm) + 40px)}}[product-grid-view=zoom-out] .card-gallery .product-card-gallery__title-placeholder{padding:var(--padding-xs)!important;font-size:var(--font-size--xs)}.cart-discount__input{--color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));--color-input-hover-background: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));--color-input-text: var(--color-foreground);--color-input-border: rgb(var(--color-foreground-rgb) / var(--opacity-35-55));background-color:var(--color-input-background);color:var(--color-input-text);border-width:var(--style-border-width-inputs);border-color:var(--color-input-border);border-style:solid;border-radius:var(--style-border-radius-inputs);padding:var(--padding-sm) var(--padding-md);height:100%;flex-grow:1;min-width:0}.cart-discount__input::placeholder{color:rgb(var(--color-input-text-rgb) / var(--opacity-subdued-text))}.cart-discount__pill-code{overflow:hidden;max-width:100px;text-overflow:ellipsis;white-space:nowrap;margin:0}.cart-discount{width:100%}.cart-discount__codes{display:none;gap:var(--padding-xs);flex-wrap:wrap;list-style:none;padding-inline:0;margin:0}.cart-discount__codes:has(.cart-discount__pill){display:flex}.cart-discount__button{height:100%}.cart-discount__content{height:calc(var(--button-size) + var(--padding-2xs) + var(--padding-sm))}.cart-discount__pill{display:flex;color:var(--color-foreground);gap:var(--padding-xs);align-items:center;padding:var(--padding-xs) var(--padding-sm);border-radius:var(--style-border-radius-pills);background-color:rgb(var(--color-foreground-rgb) / var(--opacity-5-15));text-transform:uppercase}.cart-discount__form{display:flex;gap:var(--padding-md);align-items:center;height:100%;padding-block:var(--padding-2xs) var(--padding-sm)}:is(.cart-discount__pill-remove,.cart-discount__pill-remove:hover){--close-icon-opacity: .4;color:var(--color-foreground);background-color:transparent;pointer-events:all;cursor:pointer;height:100%}.cart-discount__error{display:flex;align-items:center;width:100%;padding-block:var(--padding-2xs) var(--padding-sm)}.cart-discount__error .svg-wrapper{flex-shrink:0;width:var(--icon-size-xs);height:var(--icon-size-xs);margin-inline:var(--margin-3xs) var(--margin-xs)}.cart-discount__error-text{margin-block-start:var(--margin-3xs)}.collection-card{--fixed-card-height: var(--height-small);--border-radius: var(--style-border-radius-global, 0px);flex:1 1 var(--card-width-small);width:100%;position:relative;border-radius:var(--border-radius);overflow:hidden}.collection-card>svg{height:100%;width:100%;aspect-ratio:var(--ratio)}.collection-card__inner{width:100%;overflow:hidden;position:relative;gap:var(--collection-card-gap);display:flex;flex-direction:column}.collection-card--image-bg .collection-card__inner{height:100%}.collection-card__inner{z-index:var(--layer-flat);pointer-events:none}.collection-card__inner a,.collection-card__inner button,.shopify-design-mode .collection-card__content *{pointer-events:auto}.collection-card__content{position:relative;display:flex;height:100%;width:100%;max-width:100%;gap:var(--collection-card-gap);flex-direction:column;align-items:var(--horizontal-alignment);justify-content:var(--vertical-alignment)}.collection-card__link{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--border-radius)}.collection-card.collection-card--image-bg{aspect-ratio:var(--ratio)}.collection-card.collection-card--image-bg .collection-card__content{padding:var(--padding-lg)}.collection-card--image-height-fixed .collection-card__image{height:var(--fixed-card-height);width:100%}.collection-card--image-height-fixed.collection-card--image-bg{height:var(--fixed-card-height);aspect-ratio:unset}.collection-card__image .image-block__image{object-fit:cover;width:100%;height:100%;max-width:100%}.collection-card--image-bg .collection-card__image{position:absolute;width:100%;height:100%}.collection-card__image svg{height:100%;width:100%}.resource-list:not(.hidden--desktop) .collection-card--flexible-aspect-ratio.collection-card.collection-card--image-bg,.resource-list:not(.hidden--desktop) .collection-card--flexible-aspect-ratio.collection-card .placeholder-svg{aspect-ratio:99}.resource-list:not(.hidden--desktop) .collection-card--flexible-aspect-ratio .collection-card__image{aspect-ratio:99;height:100%}.resource-list:not(.hidden--desktop) .collection-card--flexible-aspect-ratio .collection-card__inner{display:flex;flex-direction:column;height:100%}.resource-list:not(.hidden--desktop) .collection-card--flexible-aspect-ratio .collection-card__content{flex-shrink:0}.resource-list:not(.hidden--desktop) .collection-card--flexible-aspect-ratio:not(.collection-card--image-bg) .collection-card__content{height:auto}.resource-card{--resource-card-secondary-image-opacity: 0;--resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));display:flex;flex-direction:column;row-gap:var(--padding-xs);position:relative;text-decoration:none;height:100%;min-width:0;opacity:0;animation:fadeIn var(--animation-speed-medium) var(--animation-timing-fade-in) forwards}.resource-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.resource-card__content{display:flex;flex-direction:column;color:var(--color-foreground);gap:var(--padding-3xs)}.resource-card__content .price{font-weight:500}.resource-card[data-resource-type=article] .resource-card__content,.resource-card[data-resource-type=page] .resource-card__content{gap:var(--padding-xs)}.resource-card__media{position:relative;width:100%;max-width:100%;overflow:hidden}.resource-card__image{display:block;width:100%;max-width:100%;aspect-ratio:var(--resource-card-aspect-ratio, auto);object-fit:cover;border-radius:var(--resource-card-corner-radius);opacity:var(--resource-card-primary-image-opacity)}.resource-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;aspect-ratio:unset;object-fit:cover;opacity:var(--resource-card-secondary-image-opacity);border-radius:var(--resource-card-corner-radius)}.resource-card__media:empty{display:none}.resource-card__image-placeholder{padding:var(--padding-sm);font-size:var(--font-size--lg);line-height:var(--line-height--display-loose);word-break:break-word;background-color:rgb(var(--color-foreground-rgb) / var(--opacity-5));aspect-ratio:var(--resource-card-aspect-ratio, auto);border-radius:var(--resource-card-corner-radius);color:var(--color-foreground)}.resource-card__title{margin-block:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.3}.resource-card__title.paragraph{line-height:1.3}.resource-card--overlay{height:100%}.resource-card--overlay:before{content:"";position:absolute;top:50%;right:0;bottom:0;left:0;background:var(--gradient-image-overlay);border-radius:var(--resource-card-corner-radius);pointer-events:none;z-index:var(--layer-flat)}.resource-card--overlay .resource-card__image{height:100%}.resource-card--overlay .resource-card__content{position:absolute;inset:auto 0 0;padding:var(--padding-lg) var(--padding-lg) var(--padding-sm);z-index:var(--layer-raised)}.resource-card--overlay .resource-card__title{color:var(--color-white)}.resource-card__image-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap-2xs)}.resource-card__collection-image{display:block;width:100%;max-width:100%;min-width:0;aspect-ratio:1 / 1;object-fit:cover;border-radius:calc(var(--card-corner-radius) - (var(--padding-xs) / 2))}.resource-card__subtext{color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));margin-block-start:0}.resource-card__subtext.paragraph{font-size:var(--font-size--body-sm);line-height:var(--line-height--body-tight);color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.resource-card:has(.resource-card__image--secondary):hover,.resource-card:has(.resource-card__image--secondary):focus{--resource-card-secondary-image-opacity: 1}.resource-image{position:relative;display:flex;width:100%;height:100%;z-index:var(--layer-base);overflow:hidden;max-width:100%;max-height:100%;aspect-ratio:var(--ratio)}.resource-image .image-block__image{object-fit:cover;width:100%;height:100%}.resource-image--placeholder{width:100%;height:100%}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAAAwDAAAAAAAAAAAAAAAABAAAMAAAAAAAAAAgAQAAEAB4AGABAYADAAAAAQID */
