.hallway__collection_scroll{display:block;position:relative;width:100%;padding:1rem 17px 2rem}@media only screen and (min-width:769px){.hallway__collection_scroll{padding-left:40px;padding-right:40px}}.hallway__collection_scroll:after{content:"";position:absolute;top:0;right:0;bottom:0;width:60px;background:linear-gradient(to right,rgba(255,255,255,0),var(--page-background) 50%);pointer-events:none;z-index:2}.hallway__collection_scroll{margin:0 auto;max-width:1500px}.hallway__collection_scroll__scroll-container{display:flex;gap:1.25rem;overflow-x:auto;list-style:none;margin:0 0 -20px;padding:.5rem 3rem .5rem 0;scroll-snap-type:x mandatory}.hallway__collection_scroll__item-wrapper{flex-shrink:0;scroll-snap-align:start;display:flex}.hallway__collection_scroll__item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;color:var(--hallway-collection-scroll--text-color);background-color:var(--hallway-collection-scroll--background-color);border:1px solid var(--hallway-collection-scroll--border-color);border-radius:var(--hallway-collection-scroll--border-radius);font-weight:var(--hallway-collection-scroll--font-weight);padding:.75rem;text-align:center}.hallway__collection_scroll__item:hover{color:var(--hallway-collection-scroll--text_color-hover)}[data-hallway-collection-list-scroller--hover-animations=true] .hallway__collection_scroll__item{transition:transform .2s ease-out}[data-hallway-collection-list-scroller--hover-animations=true] .hallway__collection_scroll__item:hover{transform:translateY(-3px);transition:color .3s}.hallway__collection_scroll__image-container{height:var(--hallway-collection-scroll--image-height);aspect-ratio:var(--hallway-collection-scroll--image-aspect-ratio);border-radius:var(--hallway-collection-scroll--image-border-radius);overflow:hidden;flex-shrink:0}.hallway__collection_scroll__image{display:block;width:100%;height:100%;object-fit:var(--hallway-collection-scroll--image-fit)}.hallway__collection_scroll__title{white-space:nowrap;margin-top:auto;padding:0 .75rem}.hw__custom-scroller-item{position:relative}@media only screen and (min-width:769px){[data-hallway-custom-scroller-desktop-scrollable=true] .grid-overflow-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}[data-hallway-custom-scroller-desktop-scrollable=true] .grid{display:flex;flex-wrap:nowrap}[data-hallway-custom-scroller-desktop-scrollable=true] .grid__item{float:none;flex:0 0 var(--hw-item-width);max-width:var(--hw-item-width)}}.hw-cts{--hw-cts-gap-mobile: 17px;--hw-cts-gap-desktop: 22px;--hw-cts-peek-ratio: .2}.hw-cts__tab-radio{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;padding:0;margin:-1px}.hw-cts .hw-cts__blocks{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:0}.hw-cts .hw-cts__blocks>*{display:contents}.hw-cts .hw-cts__blocks:after{content:"";order:1;flex:0 0 100%;border-top:1px solid #d4d4d4;margin-bottom:1.5rem}.hw-cts__tab{padding:.75rem 1.25rem;cursor:pointer;border-bottom:3px solid transparent;font-size:inherit;font-family:inherit;color:inherit;transition:border-color .15s ease;margin-bottom:-1px;white-space:nowrap;position:relative;z-index:1}.hw-cts .hw-cts__tab{order:1;flex:0 0 auto}.hw-cts .hw-cts__panel{order:2;flex:0 0 100%}.hw-cts__group{display:contents}.hw-cts .hw-cts__panel{display:none}.hw-cts .hw-cts__group:has(.hw-cts__tab-radio:checked) .hw-cts__panel{display:block}.hw-cts .hw-cts__group:has(.hw-cts__tab-radio:checked) .hw-cts__tab,.hw-cts:not(:has(.hw-cts__tab-radio:checked)) .hw-cts__blocks>*:has(.hw-cts__tab-radio):not(*:has(.hw-cts__tab-radio)~*) .hw-cts__tab,.hw-cts__tab:hover{font-weight:700;border-bottom-color:currentColor}.hw-cts:not(:has(.hw-cts__tab-radio:checked)) .hw-cts__blocks>*:has(.hw-cts__tab-radio):not(*:has(.hw-cts__tab-radio)~*) .hw-cts__panel{display:block}.hw-cts__tab:focus-visible{outline:2px solid currentColor;outline-offset:-2px}.hw-cts__card-text{margin-top:.25rem;font-size:.875em;line-height:1.5}.hw-cts[data-hw-cts-text-align=left] .grid-product__meta{text-align:left}.hw-cts[data-hw-cts-text-align=center] .grid-product__meta{text-align:center}.hw-cts[data-hw-cts-text-align=right] .grid-product__meta{text-align:right}.hw-cts__item .image-wrap .placeholder-svg{position:absolute;top:0;left:0;right:0;bottom:0;padding:0}.hw-cts[data-hw-cts-header-font=true] .grid-product__title{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);text-transform:uppercase}.hw-cts[data-hw-cts-image-shape]:not([data-hw-cts-image-shape=natural]) .grid-product__image{object-fit:cover;height:100%;width:100%}.hw-cts__grid{display:grid;grid-template-columns:repeat(var(--hw-cts-per-row-mobile, 2),1fr);gap:var(--hw-cts-gap-mobile)}@media only screen and (min-width:769px){.hw-cts__grid{grid-template-columns:repeat(var(--hw-cts-per-row-desktop, 4),1fr);gap:var(--hw-cts-gap-desktop)}}@media only screen and (max-width:768px){.hw-cts[data-hw-cts-mobile-scroll=true] .hw-cts__grid-overflow{overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;margin-left:-17px;margin-right:-17px}.hw-cts[data-hw-cts-mobile-scroll=true] .hw-cts__grid{display:flex;flex-wrap:nowrap;gap:var(--hw-cts-gap-mobile);padding-left:17px;padding-right:17px}.hw-cts[data-hw-cts-mobile-scroll=true] .hw-cts__grid>*{flex:1 0 calc((100% - var(--hw-cts-per-row-mobile) * var(--hw-cts-gap-mobile)) / (var(--hw-cts-per-row-mobile) + var(--hw-cts-peek-ratio)))}}@media only screen and (min-width:769px){.hw-cts[data-hw-cts-desktop-scroll=true] .hw-cts__grid-overflow{overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;margin-left:-40px;margin-right:-40px}.hw-cts[data-hw-cts-desktop-scroll=true] .hw-cts__grid{display:flex;flex-wrap:nowrap;gap:var(--hw-cts-gap-desktop);padding-left:40px;padding-right:40px}.hw-cts[data-hw-cts-desktop-scroll=true] .hw-cts__grid>*{flex:1 0 calc((100% - var(--hw-cts-per-row-desktop) * var(--hw-cts-gap-desktop)) / (var(--hw-cts-per-row-desktop) + var(--hw-cts-peek-ratio)))}}.hw__related_link_scroller{display:block;position:relative;width:100%;padding:1rem 17px 2rem}@media only screen and (min-width:769px){.hw__related_link_scroller{padding-left:40px;padding-right:40px}}.hw__related_link_scroller:after{content:"";position:absolute;top:0;right:0;bottom:0;width:60px;background:linear-gradient(to right,rgba(255,255,255,0),var(--hw__related_link_scroller--page-background) 50%);pointer-events:none;z-index:2}.hw__related_link_scroller{margin:0 auto;max-width:1500px}.hw__related_link_scroller__scroll-container{display:flex;gap:var(--hw__related_link_scroller--item-gap);overflow-x:auto;list-style:none;margin:0 0 -20px;padding:.5rem 3rem .5rem 0;scroll-snap-type:x mandatory}.hw__related_link_scroller__item-wrapper{flex-shrink:0;scroll-snap-align:start;display:flex}.hw__related_link_scroller__item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;text-align:center}[data-hw-use-default-styles=true] .hw__related_link_scroller__item{color:var(--hw__related_link_scroller--text-color);background-color:var(--hw__related_link_scroller--background-color);border:1px solid var(--hw__related_link_scroller--border-color);border-radius:var(--hw__related_link_scroller--border-radius);font-weight:var(--hw__related_link_scroller--font-weight);font-size:var(--hw__related_link_scroller--font-size);text-transform:var(--hw__related_link_scroller--text-transform);padding:.75rem}[data-hw-use-default-styles=true][data-hw-animations=true] .hw__related_link_scroller__item{transition:transform .2s ease-out}[data-hw-use-default-styles=true][data-hw-animations=true] .hw__related_link_scroller__item:hover{transform:translateY(-3px);transition:color .3s}[data-hw-use-default-styles=true] .hw__related_link_scroller__item:hover{color:var(--hw__related_link_scroller--text-color-hover);background-color:var(--hw__related_link_scroller--background-color-hover);border-color:var(--hw__related_link_scroller--border-color-hover)}.hw__related_link_scroller__image-container{height:var(--hw__related_link_scroller--image-height);aspect-ratio:var(--hw__related_link_scroller--image-aspect-ratio);border-radius:var(--hw__related_link_scroller--image-border-radius);overflow:hidden;flex-shrink:0}.hw__related_link_scroller__image{display:block;width:100%;height:100%;object-fit:var(--hw__related_link_scroller--image-fit)}hallway-countdown{display:inline-block}@media only screen and (min-width:769px){*+hallway-countdown{margin-left:5px}}hallway-countdown[data-bold=true]{font-weight:700}hallway-countdown[data-use-custom-colour=true]{color:var(--hw-countdown-color)}hallway-countdown[data-use-custom-bg-colour=true]{background-color:var(--hw-countdown-bg-color);padding:2px 8px;border-radius:var(--hw-countdown-border-radius)}.hallway-description-toggle{position:relative;max-width:100%}.hallway-description-toggle--open-state{display:none}.hallway-description-toggle--content{position:relative;overflow:hidden;max-height:160px;transition:max-height .3s ease;will-change:max-height}.hallway-description-toggle--open-state:checked~.hallway-description-toggle--content{max-height:3000px;transition:max-height .7s ease}.hallway-description-toggle--fade{content:"";position:absolute;bottom:0;left:0;right:0;height:4rem;background:linear-gradient(to bottom,#fff0,#fff);transition:opacity .3s ease;pointer-events:none}.hallway-description-toggle--open-state:checked~.hallway-description-toggle--content .hallway-description-toggle--fade{opacity:0}.hallway-description-toggle--label{display:inline-block;margin-top:.5rem;color:var(--hallway-description-toggle--col_btn_txt);font-weight:700;cursor:pointer;letter-spacing:.1em!important;padding:1em;background:var(--hallway-description-toggle--col_btn_col)}.hallway-description-toggle--label:before{content:var(--hallway-description-toggle--label_open)}.hallway-description-toggle--open-state:checked~.hallway-description-toggle--label:before{content:var(--hallway-description-toggle--label_close)}.hw__megamenu_image{display:block;background-repeat:no-repeat;background-position:top;background-size:cover;height:0;padding-bottom:46%;margin-bottom:20px;transition:background-image .2s ease-in-out}.grid--uniform:has(.hw__promo-tile){display:flex;flex-wrap:wrap}.grid--uniform:has(.hw__promo-tile)>.grid__item{float:none}.hw__promo-tile{display:flex}.hw__promo-tile__inner{display:flex;flex-direction:column;position:relative;flex:1;background-color:var(--hw-promo-background-color);color:var(--hw-promo-text-color);overflow:hidden}.hw__promo-tile--overlay .hw__promo-tile__inner{min-height:300px}.hw__promo-tile--overlay .hw__promo-tile__inner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--hw-promo-scrim-color);opacity:var(--hw-promo-scrim-opacity);z-index:1;pointer-events:none}.hw__promo-tile__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.hw__promo-tile__image{width:100%;height:100%;object-fit:cover}.hw__promo-tile__content{position:relative;width:100%;flex-grow:1;z-index:2;padding:var(--grid-gutter);display:flex;flex-direction:column}.hw__promo-tile__content--top{justify-content:flex-start}.hw__promo-tile__content--middle{justify-content:center}.hw__promo-tile__content--bottom{justify-content:flex-end}.hw__promo-tile__content--left{align-items:flex-start;text-align:left}.hw__promo-tile__content--center{align-items:center;text-align:center}.hw__promo-tile__content--right{align-items:flex-end;text-align:right}.hw__promo-tile__heading{margin:0 0 .5em;color:inherit}.hw__promo-tile__text{margin:0 0 1em;color:inherit}.hw__promo-tile__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.hw__promo-tile__content--stacked{position:static;z-index:auto;padding:10px;flex-grow:0;align-items:center;text-align:center}.hw__promo-tile__heading--stacked{font-size:1em;font-weight:700;margin:0 0 .25em}.hw__promo-tile__text--stacked{margin:0 0 .25em}hallway-banner-countdown{display:inline-block;margin-top:4px}hallway-banner-countdown[data-bold=true]{font-weight:700}hallway-banner-countdown[data-use-custom-colour=true]{color:var(--hw-banner-countdown-color)}hallway-banner-countdown[data-use-custom-bg-colour=true]{background-color:var(--hw-banner-countdown-bg-color);padding:2px 8px;border-radius:var(--hw-banner-countdown-border-radius)}.hw__banner-body{display:block}.hw__banner-sub-content{margin-top:4px}.hw__product-banner__description p{margin:0}.hw__product-banner__description p+p{margin-top:4px}.hw__banner-icon-and-text~.hw__banner-sub-content{padding-left:35px}@media only screen and (max-width:768px){.hw__banner-icon-and-text{justify-content:center}.hw__banner-icon-and-text~.hw__banner-sub-content{padding-left:0;text-align:center}}.hw__related-products{margin-top:15px;margin-bottom:15px}.hw__related-products-group{margin-bottom:10px}.hw__related-products-group-label{text-transform:uppercase;font-size:.8em;letter-spacing:.1em;margin-bottom:8px;display:block}.hw__related-products-list{display:flex;flex-wrap:wrap;gap:var(--hw-related-products-item-gap);align-items:center}.hw__related-item{display:inline-flex;align-items:center;justify-content:center;padding:var(--hw-related-products-item-padding);border-style:solid;border-width:var(--hw-related-products-border-width);border-color:var(--hw-related-products-border-color);background-color:var(--hw-related-products-bg-color);border-radius:var(--hw-related-products-border-radius);text-decoration:none;color:var(--hw-related-products-label-color);transition:border-color .2s ease,background-color .2s ease;position:relative;overflow:hidden}.hw__related-products[data-hw-hover-enable=true] .hw__related-item:hover{background-color:var(--hw-related-products-hover-bg-color);border-color:var(--hw-related-products-hover-border-color)}.hw__related-item--no-box{border:none;background:transparent;padding:0}.hw__related-products[data-hw-hover-enable=true] .hw__related-item--no-box:hover{border:none;background-color:transparent}.hw__related-item--no-box.hw__is-selected{background:transparent;border:none}.hw__related-item--no-box.hw__is-selected .hw__related-item__swatch{box-shadow:0 0 0 var(--hw-related-products-selected-border-width) var(--hw-related-products-selected-border-color)}.hw__related-item--row{flex-direction:row;gap:var(--hw-related-products-item-gap)}.hw__related-item--row .hw__related-item__image-wrapper{width:var(--hw-related-products-image-size)}.hw__related-item--row .hw__related-item__swatch{flex-shrink:0}.hw__related-item--row .hw__related-item__label{white-space:nowrap}.hw__related-item--column{flex-direction:column;gap:var(--hw-related-products-item-gap);width:auto;align-items:center}.hw__related-item--column .hw__related-item__image-wrapper{width:var(--hw-related-products-image-size)}.hw__related-item--column .hw__related-item__swatch{margin-bottom:4px}.hw__related-item--column .hw__related-item__label{white-space:nowrap;text-align:center}.hw__related-item__swatch{display:block;width:var(--hw-related-products-swatch-size);height:var(--hw-related-products-swatch-size);border-radius:var(--hw-related-products-swatch-shape);border:1px solid rgba(0,0,0,.1);background-color:var(--hw-related-products-swatch-color, #ccc);background-image:var(--hw-related-products-swatch-image-url);background-size:cover;background-position:center;flex-shrink:0}.hw__related-item__image-wrapper{position:relative;width:100%;overflow:hidden;display:block}.hw__related-item__image-wrapper--natural{aspect-ratio:var(--hw-related-products-image-aspect-ratio-natural)}.hw__related-item__image-wrapper--shape{aspect-ratio:var(--hw-related-products-image-aspect-ratio-shape);border-radius:var(--hw-related-products-image-border-radius)}.hw__related-item__image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hw__related-item__label{font-size:var(--hw-related-products-label-font-size);line-height:1.2;font-weight:var(--hw-related-products-label-font-weight);color:var(--hw-related-products-label-color)}.hw__related-products[data-hw-compact-enable=true] .hw__related-item:not(.hw__related-item--no-box){padding:0}.hw__related-products[data-hw-compact-enable=true] .hw__related-item:not(.hw__related-item--no-box) .hw__related-item__label:first-child{padding:4px}.hw__related-products[data-hw-compact-enable=true] .hw__related-item--row:not(.hw__related-item--no-box) .hw__related-item__label:not(:first-child){padding:4px 4px 4px 0}.hw__related-products[data-hw-compact-enable=true] .hw__related-item--column:not(.hw__related-item--no-box) .hw__related-item__label:not(:first-child){padding:0 4px 4px}.hw__related-item.hw__is-selected{border-color:var(--hw-related-products-selected-border-color);background-color:var(--hw-related-products-selected-bg-color);border-width:var(--hw-related-products-selected-border-width)}.hw__related-item.hw__is-selected .hw__related-item__swatch{box-shadow:0 0 0 1px var(--hw-related-products-selected-border-color)}.hw__related-item.hw__is-sold-out{opacity:.5}.hw__related-item.hw__is-sold-out .hw__sold-out-line{display:block;position:absolute;top:50%;left:50%;width:120%;height:1px;background-color:red;transform:translate(-50%,-50%) rotate(-45deg);z-index:1}.hw__related-products-view-all{font-size:.9em;text-decoration:underline;padding:8px;color:var(--hw-related-products-label-color);flex-shrink:0}.hw__related-products-view-all:hover{color:#000}@media screen and (max-width:768px){.hw__related-products[data-hw-mobile-scroller-enable=false] .hw__related-products-list{flex-wrap:wrap}.hw__related-products[data-hw-mobile-scroller-enable=false][data-hw-mobile-center-enable=true] .hw__related-products-list{justify-content:center}.hw__related-products[data-hw-mobile-scroller-enable=false][data-hw-mobile-center-enable=false] .hw__related-products-list{justify-content:flex-start}.hw__related-products[data-hw-mobile-scroller-enable=true] .hw__related-products-list{flex-wrap:nowrap;overflow-x:auto;padding-bottom:10px;justify-content:flex-start}.hw__related-products[data-hw-mobile-scroller-enable=true] .hw__related-item{flex-shrink:0}.hw__related-products[data-hw-mobile-scroller-enable=true][data-hw-mobile-center-enable=true] .hw__related-products-group{text-align:center}.hw__related-products[data-hw-mobile-scroller-enable=true][data-hw-mobile-center-enable=true] .hw__related-products-list{display:inline-flex;max-width:100%}.hw__related-products[data-hw-mobile-scroller-enable=true][data-hw-mobile-scrollbar-hide=true] .hw__related-products-list{scrollbar-width:none;padding-bottom:0}.hw__related-products[data-hw-mobile-scroller-enable=true][data-hw-mobile-scrollbar-hide=true] .hw__related-products-list::-webkit-scrollbar{display:none}}.tool-tip-trigger__title{margin:0;padding:0;border:0;background:none;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;text-align:inherit;cursor:pointer}.size-chart__standalone .tool-tip-trigger__title{text-transform:uppercase}.variant__label-info .tool-tip-trigger{padding-left:10px}a.tool-tip-trigger__title{text-decoration:none}.hw__product-label{top:10px;z-index:10}.hw__product-label--left{left:10px;right:auto}.hw__product-label--right{right:10px;left:auto}
/*# sourceMappingURL=/cdn/shop/t/31/compiled_assets/styles.css.map */
