.floating-custom-html{min-width:150px}.floating-featured-product{width:var(--card-width, 200px);flex-shrink:0}.floating-featured-product__link{display:block;text-decoration:none;color:inherit}.floating-featured-product__image{aspect-ratio:1;overflow:hidden;border-radius:var(--border-radius-main, 1.2rem);margin-bottom:1rem}.floating-featured-product__img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.floating-featured-product__link:hover .floating-featured-product__img{transform:scale(1.05)}.floating-featured-product__placeholder{width:100%;height:100%;background-color:rgba(var(--color-foreground),.05)}.floating-featured-product__vendor{display:block;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground),.6);margin-bottom:.2rem}.floating-featured-product__title{font-size:1.4rem;font-weight:500;margin:0 0 .4rem}.floating-featured-product__price{font-size:1.3rem}.floating-mega-menu{position:absolute;top:100%;left:0;right:0;width:100%;opacity:0;visibility:hidden;pointer-events:none;z-index:100;padding-top:.8rem}.floating-mega-menu:before{content:"";position:absolute;top:-2rem;left:0;right:0;height:2.8rem;background:transparent}.floating-mega-menu.is-active{opacity:1;visibility:visible;pointer-events:auto}.floating-mega-menu__panel{min-height:var(--floating-menu-height, 300px);max-height:calc(100vh - var(--header-height, 100px) - 14rem);background-color:rgb(var(--color-background));border-radius:var(--border-radius-main, 1.2rem);box-shadow:0 4px 24px rgba(var(--color-foreground),.08);transform:translateY(.8rem);transition:opacity .25s ease-out,transform .25s ease-out;overflow:hidden;display:flex;flex-direction:column}.floating-mega-menu.is-active .floating-mega-menu__panel{transform:translateY(0)}.floating-mega-menu__inner{display:grid;grid-template-columns:var(--sidebar-width, 200px) 1fr;grid-template-rows:1fr;width:100%;flex:1;min-height:0;position:relative;overflow:hidden}.floating-mega-menu__sidebar-wrapper{grid-column:1;grid-row:1;display:flex;flex-direction:column;border-right:1px solid rgba(var(--color-foreground),.08);padding:2.4rem 0;overflow-y:auto}.floating-mega-menu__content-wrapper{grid-column:2;grid-row:1;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;overflow-y:auto;overflow-x:hidden}.floating-mega-menu__content-wrapper>div{display:none}.floating-mega-menu__content-wrapper>div.is-active{display:block}.floating-mega-menu__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:4rem 2rem;text-align:center;color:rgba(var(--color-foreground),.6)}.floating-mega-menu__empty-state p{margin:0 0 .5rem;font-size:1.6rem}.floating-mega-menu__empty-state small{font-size:1.2rem;opacity:.7}.floating-mega-menu__mobile-header{display:none}@media screen and (max-width:999px){.floating-mega-menu{display:flex;flex-direction:column;position:fixed;top:50px;left:0;right:auto;bottom:0;width:100%;max-width:100%;--header-height: 0px;height:calc(100vh - var(--header-height, 0px));height:calc(var(--vh, 1vh) * 100 - var(--header-height, 0px));height:calc(100dvh - var(--header-height, 0px));padding:0;margin:0;background-color:rgb(var(--color-header-background, var(--color-background)));transform:translate(100%);transition:transform .3s ease-out,visibility 0s linear .3s;z-index:13;overflow:hidden;opacity:1;pointer-events:none;visibility:hidden}@media screen and (min-width:576px){.floating-mega-menu{max-width:50rem}}.floating-mega-menu:before{display:none}.floating-mega-menu.is-mobile-open{transform:translate(0);visibility:visible;pointer-events:auto;transition:transform .3s ease-out,visibility 0s linear 0s;padding:0}.floating-mega-menu__mobile-header{display:flex;align-items:center;gap:.6rem;opacity:.5;min-height:5rem;padding:.8rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.08);background-color:rgb(var(--color-header-background, var(--color-background)));flex-shrink:0}.floating-mega-menu__back{background:none;border:none;cursor:pointer;padding:.4rem 0;margin:0;display:inline-flex;align-items:center;gap:.8rem;color:rgb(var(--color-foreground));font:inherit;text-align:left}.floating-mega-menu__back:hover{background-color:transparent}.floating-mega-menu__back .icon-arrow-long{width:2.4rem;height:2.4rem;color:rgb(var(--color-foreground));flex-shrink:0;transform:rotate(180deg)}.floating-mega-menu__mobile-title{font-size:1.8rem;color:rgb(var(--color-foreground))}.floating-mega-menu__panel{min-height:0;max-height:none;flex:1 1 auto;background-color:transparent;border-radius:0;box-shadow:none;transform:none;transition:none;overflow-y:auto;overflow-x:hidden;display:block}.floating-mega-menu__inner{display:block;grid-template-columns:none;grid-template-rows:none;overflow:visible;height:auto}.floating-mega-menu__sidebar-wrapper{display:none}.floating-mega-menu__content-wrapper{display:block;grid-template-columns:none;grid-template-rows:none;overflow:visible}.floating-mega-menu__content-wrapper>div,.floating-mega-menu__content-wrapper>div.is-active{display:block}}.list-menu-item.has-floating-mega-menu>.header__submenu{display:none!important}.menu-drawer__menu-item.has-floating-mega-menu{position:relative}.menu-drawer__menu-item.has-floating-mega-menu>.icon-arrow,.menu-drawer__menu-item.has-floating-mega-menu>.menu-drawer__indicator{display:none}.menu-drawer__menu .icon-arrow-long{flex-shrink:0;margin-left:auto;width:2.4rem;height:2.4rem;color:rgb(var(--color-foreground));transition:transform .2s ease}.menu-drawer__indicator{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-left:auto;font-size:2.2rem;line-height:1;color:rgb(var(--color-foreground));flex-shrink:0}.menu-drawer__indicator:before{content:"+";display:block}.menu-drawer__menu details.menu-opening[open]>summary>.menu-drawer__indicator:before{content:"\2212"}.menu-drawer__menu-item.has-floating-mega-menu>.icon-arrow-long{transform:none}.menu-drawer__navigation>.menu-drawer__menu>li{border-bottom:1px solid rgba(var(--color-foreground),.08)}.menu-drawer__navigation>.menu-drawer__menu>li:last-child{border-bottom:none}.floating-menu-column{min-width:150px}.floating-menu-column__heading{font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.2rem;color:rgb(var(--color-foreground))}.floating-menu-column__list{margin:0;padding:0;display:flex;flex-direction:column;gap:.8rem}.floating-menu-column__item{list-style:none}.floating-menu-column__link{font-size:1.4rem;color:rgba(var(--color-foreground),.8);text-decoration:none;transition:color .2s ease}.floating-menu-column__link:hover{color:rgb(var(--color-foreground))}.floating-menu-column__section{margin-top:2rem}.floating-promo-card,.floating-promo-card__link-overlay{position:relative;border-radius:1.2rem;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;align-items:var(--content-alignment, center)}.floating-promo-card--has-image .floating-promo-card__image{aspect-ratio:var(--aspect-ratio, 4 / 5);height:100%;width:auto;background-color:#fff;border-radius:1.2rem}.floating-promo-card__img{width:100%;height:100%;object-fit:var(--object-fit, cover);border-radius:1.2rem}.floating-promo-card__content{padding:1.2rem 0}.floating-promo-card__heading{font-size:1.6rem;font-weight:600;margin:0 0 .4rem}.floating-promo-card__description{font-size:1.3rem;margin:0 0 .8rem;opacity:.9}.floating-promo-card__button{font-size:1.3rem;text-decoration:underline}.floating-section{display:contents}.floating-section__sidebar{position:relative}.floating-section__sidebar.is-active:after{content:"";position:absolute;top:0;right:-20%;width:20rem;pointer-events:auto;z-index:1;height:20rem;rotate:-45deg;transform:translate(50%)}.floating-section__trigger{display:block;width:100%;padding:.6rem 2.4rem;background:none;border:none;text-align:left;font-size:2rem;font-weight:400;color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease;text-decoration:none;font-family:var(--font-heading-family);text-transform:uppercase}.floating-section__trigger:hover,.floating-section__sidebar.is-active .floating-section__trigger{color:rgb(var(--color-foreground))}.floating-section__sidebar.is-active .floating-section__trigger--underline .floating-section__label{text-decoration:underline;text-underline-offset:.3rem}.floating-section__sidebar.is-active .floating-section__trigger--bold .floating-section__label{font-weight:600}.floating-section__content{grid-row:1;grid-column:1;padding:2.4rem;transition:opacity .2s ease,visibility .2s ease}.floating-section__content.is-active{visibility:visible;opacity:1}.floating-section__content-inner{display:grid;grid-template-columns:repeat(var(--columns, 4),1fr);gap:2.4rem;align-items:start}.floating-section__chevron{display:none}@media screen and (max-width:999px){.floating-section{display:block;border-bottom:1px solid rgba(var(--color-foreground),.08)}.floating-section__sidebar.is-active:after{display:none}.floating-section__trigger{display:flex;justify-content:space-between;align-items:center;gap:1.6rem;width:100%;min-height:5rem;padding:.8rem 2rem;font-size:1.8rem;font-weight:400;color:rgb(var(--color-foreground));letter-spacing:normal;text-transform:capitalize;text-decoration:none}.floating-section__trigger:hover{background-color:transparent}.floating-section__label{flex:1 1 auto}.floating-section__sidebar.is-active .floating-section__trigger--underline .floating-section__label,.floating-section__sidebar.is-active .floating-section__trigger--bold .floating-section__label{text-decoration:none;font-weight:400}.floating-section__chevron{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:2.2rem;line-height:1;color:rgb(var(--color-foreground));flex-shrink:0;transition:transform .2s ease}.floating-section__chevron:before{content:"+";display:block}.floating-section__sidebar.is-active .floating-section__chevron:before{content:"\2212"}.floating-section__content{display:none;padding:0 2rem 2rem;grid-row:auto;grid-column:auto;transition:none}.floating-section__sidebar.is-active+.floating-section__content{display:block}.floating-section__content-inner{grid-template-columns:repeat(2,1fr);gap:1.6rem}.floating-section__content-inner--limit{max-height:var(--mobile-max-height, 300px);overflow-y:auto;-webkit-mask-image:linear-gradient(to bottom,black calc(100% - 2.4rem),transparent);mask-image:linear-gradient(to bottom,black calc(100% - 2.4rem),transparent)}.floating-section__content.has-shown-all .floating-section__content-inner--limit{max-height:none;overflow-y:visible;-webkit-mask-image:none;mask-image:none}.floating-section__show-all{display:block;width:100%;margin:1.2rem 0 .4rem;padding:1rem 1.2rem;background:transparent;border:1px solid rgba(var(--color-foreground),.2);border-radius:.4rem;color:rgb(var(--color-foreground));font-family:inherit;font-size:1.3rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease}.floating-section__show-all:hover{background-color:rgba(var(--color-foreground),.04)}.floating-section__content.has-shown-all .floating-section__show-all{display:none}}bundle-variant-picker [hidden]{display:none!important}bundle-variant-picker{display:flex;flex-direction:column;gap:1.6rem;margin:2rem 0}.bundle-variant-picker__header{display:flex;flex-direction:column;gap:.4rem;padding-bottom:.8rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.bundle-variant-picker__header--left{align-items:flex-start;text-align:left}.bundle-variant-picker__header--center{align-items:center;text-align:center}.bundle-variant-picker__header--right{align-items:flex-end;text-align:right}.bundle-variant-picker__title{margin:0;font-size:1.8rem;line-height:1.3}.bundle-variant-picker__subtitle{margin:0;font-size:1.3rem;opacity:.7}.bundle-variant-picker__details{border:.1rem solid rgba(var(--color-foreground),.12);border-radius:var(--border-radius, .6rem);overflow:hidden;background-color:rgb(var(--color-background))}.bundle-variant-picker__details[open] .bundle-variant-picker__accordion-trigger{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.bundle-variant-picker__accordion-trigger{display:flex;align-items:center;gap:.8rem;padding:1.4rem 4.4rem 1.4rem 1.8rem;position:relative;cursor:pointer;list-style:none;font-weight:600;font-size:1.4rem;-webkit-user-select:none;user-select:none;transition:background-color .15s ease}.bundle-variant-picker__accordion-trigger:hover{background-color:rgba(var(--color-foreground),.03)}.bundle-variant-picker__accordion-trigger::-webkit-details-marker,.bundle-variant-picker__accordion-trigger::marker{display:none;content:""}.bundle-variant-picker__accordion-trigger:after{content:"";width:.9rem;height:.9rem;position:absolute;right:1.8rem;top:50%;border-right:.15rem solid currentColor;border-bottom:.15rem solid currentColor;transform:translateY(-75%) rotate(45deg);transform-origin:center;transition:transform .2s ease;opacity:.7}.bundle-variant-picker__details[open]>.bundle-variant-picker__accordion-trigger:after{transform:translateY(-25%) rotate(-135deg)}.bundle-variant-picker__customize-badge{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .9rem;border-radius:9999px;font-size:1.1rem;font-weight:600;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));white-space:nowrap;flex-shrink:0;margin-left:auto}.bundle-variant-picker__accordion-content{padding:1.6rem 1.8rem 1.8rem;display:flex;flex-direction:column}.bundle-variant-picker__accordion-content:empty{display:none}.bundle-variant-picker__accordion-content [data-sizes-container]:empty,.bundle-variant-picker__accordion-content [data-colors-container]:empty{display:none}.bundle-variant-picker__accordion-content [data-sizes-container],.bundle-variant-picker__accordion-content [data-colors-container]{display:flex;flex-direction:column;gap:1.6rem}[data-customize-container]{display:flex;flex-direction:column;gap:1.2rem}bundle-variant-picker .product-form__controls-group{justify-content:flex-end}bundle-variant-picker .product-form__group-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.4rem 0;border-top:.1rem solid rgb(var(--color-border));min-height:5rem}bundle-variant-picker [data-sizes-container] .product-form__controls:first-child .product-form__group-wrapper,bundle-variant-picker [data-colors-container]:first-child .product-form__controls:first-child .product-form__group-wrapper,bundle-variant-picker .bundle-variant-picker__item-pickers .product-form__controls:first-child .product-form__group-wrapper{border-top:0;padding-top:.4rem}bundle-variant-picker .bundle-variant-picker__item-pickers .product-form__group-wrapper{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.8rem;min-height:0;padding:1.2rem 0}bundle-variant-picker .bundle-variant-picker__item-pickers .product-form__controls-group{justify-content:flex-start}bundle-variant-picker .bundle-variant-picker__item-pickers .product-form__group-name{line-height:1.3}@media screen and (max-width:749px){bundle-variant-picker .product-form__group-wrapper{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.8rem;min-height:0;padding:1.2rem 0}bundle-variant-picker [data-sizes-container] .product-form__controls-group,bundle-variant-picker [data-colors-container] .product-form__controls-group,bundle-variant-picker .bundle-variant-picker__item-pickers .product-form__controls-group{justify-content:flex-start!important;width:100%}}.bundle-variant-picker__item-card{display:grid;grid-template-columns:var(--bundle-img-width-desktop) 1fr;gap:1.4rem;align-items:start;padding:1.4rem;border:.1rem solid rgba(var(--color-foreground),.08);border-radius:var(--border-radius, .6rem);background-color:rgba(var(--color-foreground),.015)}@media screen and (max-width:749px){.bundle-variant-picker__item-card{grid-template-columns:var(--bundle-img-width-mobile) 1fr;padding:1.2rem}}.bundle-variant-picker__item-image{width:var(--bundle-img-width-desktop);height:var(--bundle-img-height-desktop);object-fit:contain;background-color:rgb(var(--color-background));border-radius:calc(var(--border-radius, .6rem) * .75);display:block;flex-shrink:0}@media screen and (max-width:749px){.bundle-variant-picker__item-image{width:var(--bundle-img-width-mobile);height:var(--bundle-img-height-mobile)}}.bundle-variant-picker__item-image-placeholder{width:var(--bundle-img-width-desktop);height:var(--bundle-img-height-desktop);background-color:rgba(var(--color-foreground),.06);border-radius:calc(var(--border-radius, .6rem) * .75);flex-shrink:0}@media screen and (max-width:749px){.bundle-variant-picker__item-image-placeholder{width:var(--bundle-img-width-mobile);height:var(--bundle-img-height-mobile)}}.bundle-variant-picker__item-content{display:flex;flex-direction:column;gap:.6rem;min-width:0}.bundle-variant-picker__item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.bundle-variant-picker__item-title{font-weight:600;font-size:1.4rem;line-height:1.3;margin:0;flex:1;min-width:0}.bundle-variant-picker__item-selection-text{font-size:1.2rem;opacity:.65;margin:0}.bundle-variant-picker__item-selection-text:empty{display:none}.bundle-variant-picker__item-sub-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.bundle-variant-picker__item-customized-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:1.05rem;font-weight:600;padding:.3rem .9rem;border-radius:9999px;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));white-space:nowrap;flex-shrink:0}.bundle-variant-picker__item-sold-out-badge{display:inline-flex;align-items:center;font-size:1.05rem;font-weight:600;padding:.3rem .8rem;border-radius:9999px;background-color:#dc26261a;color:#b91c1c;white-space:nowrap;flex-shrink:0;align-self:flex-start;text-transform:uppercase;letter-spacing:.04em}.bundle-variant-picker__item-card--unavailable{opacity:.6}.bundle-variant-picker__item-card--unavailable .bundle-variant-picker__item-image,.bundle-variant-picker__item-card--unavailable .bundle-variant-picker__item-image-placeholder{filter:grayscale(100%)}.bundle-variant-picker__item-pickers{display:flex;flex-direction:column;margin-top:.4rem}.bundle-variant-picker__item-pickers:empty{display:none}.bundle-variant-picker__reset-button{background:none;border:none;padding:0 .2rem 0 0;cursor:pointer;font-size:1.2rem;text-decoration:underline;opacity:.65;color:inherit;text-align:right;white-space:nowrap;flex-shrink:0}.bundle-variant-picker__reset-button:hover{opacity:1}.bundle-variant-picker__global-picker{display:flex;flex-direction:column;gap:.8rem}.bundle-variant-picker__summary{padding:1.4rem 1.6rem;background-color:rgba(var(--color-foreground),.04);border-radius:var(--border-radius, .6rem)}.bundle-variant-picker__summary-title{margin:0 0 .8rem;font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;opacity:.85}.bundle-variant-picker__summary-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.bundle-variant-picker__summary-item{display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:1.3rem;padding-top:.6rem;border-top:.1rem solid rgba(var(--color-foreground),.06)}.bundle-variant-picker__summary-item:first-child{padding-top:0;border-top:0}.bundle-variant-picker__summary-product{font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.bundle-variant-picker__summary-variant{opacity:.7;text-align:right;font-size:1.2rem;white-space:nowrap}.bundle-form__row{display:flex;align-items:stretch;gap:1rem;flex-wrap:nowrap;width:100%}.bundle-form__quantity{flex-shrink:0}.bundle-form__row>.product-form__submit{flex:1;min-width:0}@media screen and (max-width:749px){.bundle-form__row{gap:.6rem}quantity-input.bundle-form__quantity{width:5.6rem!important;min-width:5.6rem!important;max-width:5.6rem!important;flex:0 0 5.6rem!important}quantity-input.bundle-form__quantity .quantity__button{display:none!important}quantity-input.bundle-form__quantity .quantity__input{width:100%!important;min-width:0!important;padding:0 .4rem!important;text-align:center!important;font-size:1.4rem!important}.bundle-form__row>.product-form__submit{flex:1 1 auto;white-space:nowrap;padding-left:1.2rem;padding-right:1.2rem}.bundle-form__row>.product-form__submit>span{white-space:nowrap}}
/*# sourceMappingURL=/cdn/shop/t/13/compiled_assets/styles.css.map */
