.curated-forms{display:flex;flex-direction:column;gap:var(--stack-lg)}.curated-forms__header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:var(--stack-sm);border-bottom:1px solid rgb(var(--color-outline-variant));padding-bottom:var(--stack-md)}.curated-forms__header-content{display:flex;flex-direction:column;gap:var(--stack-xs)}.curated-forms__heading{font-family:var(--font-heading);font-size:var(--font-size-headline-lg);font-weight:700;line-height:1.17;letter-spacing:-.01em;text-transform:uppercase;color:rgb(var(--color-foreground))}.curated-forms__description{font-family:var(--font-body);font-size:var(--font-size-body-md);font-weight:400;line-height:1.5;color:rgb(var(--color-on-surface-variant));max-width:640px}.curated-forms__view-all{display:inline-flex;align-items:center;gap:var(--stack-xs);font-family:var(--font-label);font-size:var(--font-size-label-md);font-weight:600;line-height:1.43;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-foreground));text-decoration:none;border-bottom:1px solid rgb(var(--color-foreground));padding-bottom:2px;transition:opacity .2s}.curated-forms__view-all:hover{opacity:.7}.curated-forms__view-all .svg-wrapper{flex-shrink:0;width:20px;height:20px}.curated-forms__grid{display:grid;grid-template-columns:1fr;gap:var(--gutter)}@media screen and (min-width:768px){.curated-forms__grid{grid-template-columns:repeat(3,1fr)}}.curated-forms__card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border:1px solid transparent;transition:border-color .2s}.curated-forms__card:hover{border-color:rgb(var(--color-outline-variant))}.curated-forms__image-wrapper{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:rgb(var(--color-surface-variant))}.curated-forms__image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.curated-forms__card:hover .curated-forms__image{transform:scale(1.05)}.curated-forms__content{display:flex;justify-content:space-between;align-items:flex-start;padding-top:var(--stack-sm);gap:var(--stack-sm)}.curated-forms__title{font-family:var(--font-body);font-size:var(--font-size-body-md);font-weight:500;line-height:1.5;color:rgb(var(--color-foreground))}.curated-forms__description{font-family:var(--font-label);font-size:var(--font-size-label-sm);font-weight:500;line-height:1.33;letter-spacing:.05em;text-transform:uppercase;color:rgb(var(--color-on-surface-variant))}.featured-collection__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--stack-lg, 4rem)}.featured-collection__view-all{text-decoration:none;text-transform:uppercase;letter-spacing:.05em}.featured-collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gutter, 1.5rem)}@media screen and (max-width:989px){.featured-collection__grid{grid-template-columns:repeat(2,1fr)}}.card-wrapper{display:block}.card{display:block;text-decoration:none}.card--product{position:relative}.card__inner{position:relative;display:block;overflow:hidden;aspect-ratio:3 / 4;background-color:var(--color-background-secondary, #f5f5f5)}.card__media{width:100%;height:100%}.card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.card__inner:hover .card__media img{transform:scale(1.05)}.card__hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;display:flex;align-items:flex-end;justify-content:center;padding-bottom:var(--stack-md, 1.5rem);transition:background .3s ease;pointer-events:none}.card__inner:hover .card__hover-overlay{background:#00000080}.card__hover-overlay .label-sm{color:#fff;opacity:0;transition:opacity .3s ease}.card__inner:hover .card__hover-overlay .label-sm{opacity:1}.card__content{padding-top:.75rem}.card__heading{margin:0}.card__heading a{text-decoration:none;color:inherit}.card__heading a:hover{text-decoration:underline}.card__vendor{margin:.125rem 0 0;opacity:.6}.card__price{margin:.25rem 0 0}.card__price--sale{color:var(--color-sale, #000)}.card__price s{opacity:.5;margin-left:.25rem}.placeholder-svg{display:block;width:100%;height:100%}.hamr-cart-footer{display:flex;flex-direction:column;gap:var(--stack-lg)}.hamr-order-summary{border:1px solid rgb(var(--color-outline-variant));background:rgb(var(--color-surface-container));padding:var(--stack-lg);display:flex;flex-direction:column;gap:var(--stack-md)}.hamr-order-summary__title{margin:0;text-transform:uppercase;padding-bottom:var(--stack-md);border-bottom:1px solid rgb(var(--color-outline-variant))}.hamr-order-summary__line{display:flex;justify-content:space-between;align-items:center}.hamr-order-summary__line-value{text-align:right}.hamr-order-summary__total{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-headline-md);font-size:clamp(2.4rem,3vw,3.2rem);font-weight:600;line-height:1.25;padding-top:var(--stack-md);border-top:1px solid rgb(var(--color-outline-variant))}.hamr-order-summary__total-value{font-weight:700;text-align:right}.hamr-order-summary__actions{display:flex;flex-direction:column;gap:var(--stack-sm);padding-top:var(--stack-md);border-top:1px solid rgb(var(--color-outline-variant))}.hamr-cart-note{display:flex;flex-direction:column;gap:var(--stack-xs)}.hamr-cart-note textarea{min-height:10rem;resize:vertical}.hamr-cart-note .field__input{font-family:var(--font-body-md)}.hamr-secure-checkout{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:var(--stack-xs);color:rgb(var(--color-on-surface-variant))}.hamr-secure-checkout svg{width:1.4rem;height:1.4rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.tax-note{display:block;margin-top:var(--stack-sm);color:rgb(var(--color-on-surface-variant))}.cart__dynamic-checkout-buttons{margin-top:var(--stack-md)}.cart__dynamic-checkout-buttons [data-shopify-buttoncontainer]{display:flex;flex-direction:column;gap:.8rem}#cart-errors{font-family:var(--font-label-sm);font-size:1.2rem;color:rgb(var(--color-error))}.discounts{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--stack-xs)}.discounts__discount{display:flex;align-items:center;gap:.4rem;font-family:var(--font-body-md);font-size:1.4rem;color:rgb(var(--color-primary))}.discounts__discount svg{width:1.2rem;height:1.2rem}cart-items{display:block}.hamr-cart{display:flex;flex-direction:column;gap:var(--stack-lg)}@media(min-width:990px){.hamr-cart{flex-direction:row;align-items:flex-start}.hamr-cart__items{flex:1;min-width:0}.hamr-cart__summary{width:380px;flex-shrink:0;position:sticky;top:2rem}}.hamr-cart__summary-inner{background:rgb(var(--color-surface-container));border:1px solid rgba(var(--color-foreground),.15);padding:2.4rem;display:flex;flex-direction:column;gap:1.6rem}.hamr-cart__summary-title{font-family:var(--font-label-md);font-size:1.4rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-foreground));margin:0;padding-bottom:1.6rem;border-bottom:1px solid rgba(var(--color-foreground),.15)}.hamr-cart__summary-line{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-body-md);font-size:1.4rem;color:rgb(var(--color-foreground))}.hamr-cart__summary-line--total{font-family:var(--font-headline-md);font-size:clamp(2.4rem,3vw,3.2rem);font-weight:600;padding-top:1.6rem;border-top:1px solid rgba(var(--color-foreground),.15);margin-top:.8rem}.hamr-cart__summary-line--total .hamr-cart__summary-value{font-family:var(--font-headline-md);font-size:clamp(2.4rem,3vw,3.2rem);font-weight:600}.hamr-cart__checkout-btn{display:flex;width:100%;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 3rem;font-family:var(--font-label-md);font-size:1.4rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:1px solid rgb(var(--color-button));background:rgb(var(--color-button));color:rgb(var(--color-button-text));transition:background .3s,color .3s,border-color .3s;-webkit-appearance:none;appearance:none}.hamr-cart__checkout-btn:hover{background:rgb(var(--color-background));color:rgb(var(--color-button))}.hamr-cart__checkout-btn:disabled{opacity:.4;cursor:not-allowed}.hamr-cart__secure-text{font-family:var(--font-label-sm);font-size:1.2rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);text-align:center;display:flex;align-items:center;justify-content:center;gap:.4rem}.hamr-cart__secure-text .icon{width:1.2rem;height:1.2rem}.hamr-cart__note-field{display:flex;flex-direction:column;gap:.8rem}.hamr-cart__note-field label{font-family:var(--font-label-sm);font-size:1.2rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(var(--color-foreground),.75)}.hamr-cart__note-field textarea{width:100%;padding:1.2rem 0;font-family:var(--font-body-md);font-size:1.4rem;color:rgb(var(--color-foreground));background:transparent;border:none;border-bottom:1px solid rgb(var(--color-foreground));border-radius:0;outline:none;min-height:6rem;resize:vertical;-webkit-appearance:none;appearance:none}.hamr-cart__note-field textarea::placeholder{color:rgba(var(--color-foreground),.4);text-transform:uppercase;font-family:var(--font-label-md);font-size:1.2rem;letter-spacing:.1em}.hamr-cart__empty{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;gap:1.6rem;min-height:60vh;background:rgb(var(--color-surface-container-lowest))}cart-items.is-empty .hamr-cart__empty{display:flex}cart-items.is-empty .hamr-cart__items,cart-items.is-empty .hamr-cart__summary{display:none}.hamr-cart__empty-title{font-family:var(--font-headline-lg);font-size:clamp(2.4rem,3vw,3.2rem);font-weight:700;line-height:1.25;letter-spacing:-.01em;text-transform:uppercase;color:rgb(var(--color-foreground));margin:0}.hamr-cart__empty-text{font-family:var(--font-body-md);font-size:1.6rem;line-height:1.5;color:rgba(var(--color-foreground),.55);margin:0;max-width:48rem}.hamr-cart__empty-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 3rem;font-family:var(--font-label-md);font-size:1.4rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:1px solid rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background));transition:background .3s,color .3s,border-color .3s;-webkit-appearance:none;appearance:none;max-width:32rem;width:100%}.hamr-cart__empty-btn:hover{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.hamr-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.2rem 3rem;font-family:var(--font-label-md);font-size:1.4rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:1px solid rgb(var(--color-primary));background:rgb(var(--color-primary));color:rgb(var(--color-surface-container-lowest));transition:background .3s,color .3s;-webkit-appearance:none;appearance:none}.hamr-btn:hover{background:rgb(var(--color-surface-container-lowest));color:rgb(var(--color-primary))}.hamr-btn:disabled{opacity:.4;cursor:not-allowed}.hamr-cart__error{display:flex;align-items:center;gap:.4rem;font-family:var(--font-label-sm);font-size:1.2rem;color:rgb(var(--color-error));margin-top:.4rem}.hamr-cart__item-error{display:flex;align-items:center;gap:.4rem;font-family:var(--font-label-sm);font-size:1.2rem;color:rgb(var(--color-error));margin-top:.8rem;padding:.8rem 1.2rem;background:rgb(var(--color-error-container));border:1px solid rgb(var(--color-error))}.hamr-cart__item-error .icon{width:1.2rem;height:1.2rem;flex-shrink:0}.hamr-cart__top-error{display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;background:rgb(var(--color-error-container));border:1px solid rgb(var(--color-error));font-family:var(--font-label-sm);font-size:1.2rem;color:rgb(var(--color-error));margin-bottom:1.6rem}.hamr-cart__top-error .icon{width:1.4rem;height:1.4rem;flex-shrink:0}.hamr-cart__table{width:100%;border-collapse:collapse}.hamr-cart__table th{font-family:var(--font-label-sm);font-size:1.2rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);text-align:left;padding:0 0 1.2rem;border-bottom:1px solid rgba(var(--color-foreground),.15)}.hamr-cart__table th:last-child{text-align:right}.hamr-cart__item{border-bottom:1px solid rgba(var(--color-foreground),.08)}.hamr-cart__item td{padding:2rem 0;vertical-align:top}.hamr-cart__item-media{width:100px;padding-right:2rem}.hamr-cart__item-image{width:100px;height:auto;display:block;mix-blend-mode:multiply}.hamr-cart__item-image-container{position:relative;overflow:hidden}.hamr-cart__item-details{padding-right:2rem}.hamr-cart__item-title{font-family:var(--font-headline-md);font-size:clamp(2.4rem,3vw,3.2rem);font-weight:600;line-height:1.25;color:rgb(var(--color-foreground));text-decoration:none;display:inline-block;margin:0 0 .4rem}.hamr-cart__item-title:hover{opacity:.75}.hamr-cart__item-variant{font-family:var(--font-label-sm);font-size:1.2rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgb(var(--color-outline));margin:0 0 .4rem}.hamr-cart__item-variant dt,.hamr-cart__item-variant dd{display:inline;margin:0}.hamr-cart__item-variant dd+dt:before{content:", "}.hamr-cart__item-price{font-family:var(--font-body-lg);font-size:1.8rem;font-weight:400;line-height:1.55;color:rgb(var(--color-foreground));margin:0}.hamr-cart__item-old-price{font-family:var(--font-body-md);font-size:1.4rem;color:rgba(var(--color-foreground),.55);text-decoration:line-through;margin-right:.4rem}.hamr-cart__item-sale-price{color:rgb(var(--color-error))}.hamr-cart__item-property{font-family:var(--font-label-sm);font-size:1.2rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgb(var(--color-outline));margin:.2rem 0}.hamr-cart__item-property dt,.hamr-cart__item-property dd{display:inline;margin:0}.hamr-cart__item-discounts{list-style:none;margin:.4rem 0 0;padding:0}.hamr-cart__item-discount{font-family:var(--font-label-sm);font-size:1.2rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgb(var(--color-foreground));display:flex;align-items:center;gap:.4rem}.hamr-cart__item-discount .icon{width:1.2rem;height:1.2rem}.hamr-cart__item-quantity{width:140px;text-align:right}.hamr-cart__qty{display:inline-flex;align-items:center;border:1px solid rgb(var(--color-foreground));height:3.6rem}.hamr-cart__qty-btn{width:3.6rem;height:100%;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-label-md);font-size:1.6rem;cursor:pointer;transition:background .2s,color .2s}.hamr-cart__qty-btn:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.hamr-cart__qty-btn:disabled{opacity:.3;cursor:not-allowed}.hamr-cart__qty-btn:disabled:hover{background:transparent;color:rgb(var(--color-foreground))}.hamr-cart__qty-input{width:4.4rem;height:100%;text-align:center;border:none;border-left:1px solid rgba(var(--color-foreground),.2);border-right:1px solid rgba(var(--color-foreground),.2);background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-label-md);font-size:1.4rem;-moz-appearance:textfield}.hamr-cart__qty-input::-webkit-inner-spin-button,.hamr-cart__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hamr-cart__item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.8rem;margin-top:.8rem}.hamr-cart__remove-btn{font-family:var(--font-label-sm);font-size:1.2rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);background:transparent;border:none;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:.2rem;transition:color .2s}.hamr-cart__remove-btn:hover{color:rgb(var(--color-error))}.hamr-cart__item-total{font-family:var(--font-body-lg);font-size:1.8rem;font-weight:400;line-height:1.55;color:rgb(var(--color-foreground));text-align:right;white-space:nowrap}.hamr-cart__item-total-old{font-family:var(--font-body-md);font-size:1.4rem;color:rgba(var(--color-foreground),.55);text-decoration:line-through;margin-right:.4rem}.hamr-cart__summary-discounts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.hamr-cart__summary-discount{font-family:var(--font-label-sm);font-size:1.2rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;display:flex;justify-content:space-between;color:rgb(var(--color-foreground))}.hamr-cart__summary-discount .icon{width:1.2rem;height:1.2rem}.hamr-cart__error{display:flex;align-items:center;gap:.4rem;font-family:var(--font-body-md);font-size:1.2rem;color:rgb(var(--color-error));margin-top:.4rem}.hamr-cart__error .icon{width:1.2rem;height:1.2rem;flex-shrink:0}.hamr-cart__dynamic-checkout{display:flex;flex-direction:column;gap:1rem}.hamr-cart__dynamic-checkout .shopify-payment-button{margin-top:0}@media(max-width:989px){.hamr-cart__item td{padding:1.6rem 0}.hamr-cart__item-media{width:80px;padding-right:1.2rem}.hamr-cart__item-image{width:80px}.hamr-cart__item-quantity{width:auto;text-align:left}.hamr-cart__table thead{display:none}.hamr-cart__item-row{display:grid;grid-template-columns:80px 1fr;gap:1.2rem}.hamr-cart__item-details{padding-right:0}.hamr-cart__item-mobile-row{display:flex;justify-content:space-between;align-items:flex-start;margin-top:1.2rem}.hamr-cart__table td.hamr-cart__item-media,.hamr-cart__table td.hamr-cart__item-details,.hamr-cart__table td.hamr-cart__item-quantity{display:table-cell}.hamr-cart__section-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.2rem;border-bottom:1px solid rgba(var(--color-foreground),.15);margin-bottom:0}.hamr-cart__section-header a{font-family:var(--font-label-sm);font-size:1.2rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(var(--color-foreground),.55)}}@media(max-width:749px){.hamr-cart__item td{display:block;padding:.8rem 0;width:100%}.hamr-cart__item td.hamr-cart__item-media{width:80px;padding-right:0}.hamr-cart__item td.hamr-cart__item-quantity{width:auto}}.collection-section{--gap: 1.5rem;--stack-sm: .5rem;--stack-md: 1.5rem;--stack-lg: 4rem}.collection__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:var(--stack-lg);padding-bottom:var(--stack-md);border-bottom:1px solid rgb(var(--color-foreground))}.collection__desc{margin-top:.8rem;max-width:64rem}.collection__count{flex-shrink:0}.collection__count .label-sm{display:inline-block;padding:.4rem 1.2rem;border:1px solid rgba(var(--color-foreground),.3)}.collection__layout{display:flex;gap:var(--gap)}.collection__sidebar{width:250px;flex-shrink:0;display:none;border-right:1px solid rgba(var(--color-foreground),.15);padding-right:var(--stack-md)}.collection-product-grid{display:grid;gap:var(--gap)}@media(min-width:990px){.collection__sidebar{display:block}}.collection__grid{flex:1;min-width:0}.collection__empty{text-align:center;padding:var(--stack-lg) 0}.card__badges{position:absolute;top:.8rem;left:.8rem;display:flex;flex-direction:column;gap:.4rem;z-index:2;pointer-events:none}.card__badges .badge{display:inline-block;padding:.4rem .8rem;font-family:var(--font-label-sm);font-size:1rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;line-height:1}.collection__sidebar .facets-container{display:block}.collection__sidebar .facets__form-vertical{display:flex;flex-direction:column}.collection__sidebar .facets-wrapper{padding:0}.collection__sidebar .facets__disclosure-vertical{border:none;margin:0;padding:0}.collection__sidebar .facets__summary{border-top:1px solid rgba(var(--color-foreground),.15);padding:1.6rem 0;font-family:var(--font-label-md);font-size:1.4rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.collection__sidebar .facets__display-vertical{padding-bottom:1.6rem}.collection__sidebar .facets__list--vertical{display:flex;flex-direction:column;gap:.8rem;padding:0;margin:.8rem 0 0;list-style:none}.collection__sidebar .facets__item{padding:0}.collection__sidebar .facets__label{display:flex;align-items:center;gap:.8rem;font-family:var(--font-body-md);font-size:1.4rem;color:rgba(var(--color-foreground),.75);cursor:pointer;padding:.4rem 0}.collection__sidebar .facets__label.active{color:rgb(var(--color-foreground));font-weight:600}.collection__sidebar .facets__label.disabled{opacity:.4;cursor:not-allowed}.collection__sidebar .facets__label input[type=checkbox]{-webkit-appearance:none;appearance:none;width:1.6rem;height:1.6rem;border:1px solid rgba(var(--color-foreground),.3);flex-shrink:0;cursor:pointer;position:relative}.collection__sidebar .facets__label input[type=checkbox]:checked{border-color:rgb(var(--color-foreground))}.collection__sidebar .facets__label input[type=checkbox]:checked:after{content:"";position:absolute;top:.2rem;right:.2rem;bottom:.2rem;left:.2rem;background:rgb(var(--color-foreground))}.collection__sidebar .active-facets-desktop{padding:0 0 .8rem}.collection__sidebar .active-facets-vertical-filter{display:flex;justify-content:space-between;align-items:center;padding-bottom:.8rem}.collection__sidebar .facets__heading--vertical{font-family:var(--font-label-md);font-size:1.4rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin:0}.collection__sidebar .active-facets__button-remove{font-family:var(--font-label-sm);font-size:1.2rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(var(--color-foreground),.6)}.collection__sidebar .active-facets__button{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border:1px solid rgba(var(--color-foreground),.2);font-family:var(--font-label-sm);font-size:1.2rem;text-transform:uppercase;text-decoration:none;color:rgb(var(--color-foreground))}.collection__sidebar .active-facets__button .svg-wrapper{width:1.2rem;height:1.2rem}.collection__sidebar .facets-layout-list{display:flex;flex-direction:column;gap:.4rem;list-style:none;padding:0;margin:0}.collection__sidebar .facet-checkbox__text-label{font-family:var(--font-body-md);font-size:1.4rem}.collection__sidebar .facets__summary .icon-caret,.collection__sidebar .facets__summary .svg-wrapper{display:none}@media(max-width:989px){.collection__sidebar .facets-container .small-hide{display:none!important}}.collection__grid .pagination-wrapper{margin-top:var(--stack-lg);padding-top:var(--stack-md);border-top:1px solid rgba(var(--color-foreground),.15)}.collection__grid .pagination{display:flex;justify-content:center}.collection__grid .pagination__list{display:flex;gap:0;list-style:none;padding:0;margin:0}.collection__grid .pagination__item{display:inline-flex;align-items:center;justify-content:center;min-width:4rem;height:4rem;font-family:var(--font-body-md);font-size:1.4rem;color:rgba(var(--color-foreground),.6);text-decoration:none;border:1px solid transparent;transition:border-color .2s,color .2s}.collection__grid .pagination__item:hover{color:rgb(var(--color-foreground));border-color:rgba(var(--color-foreground),.3)}.collection__grid .pagination__item--current{color:rgb(var(--color-foreground));font-weight:600;border-color:rgb(var(--color-foreground))}.collection__grid .pagination__item-arrow .svg-wrapper{width:1.6rem;height:1.6rem}.collection__grid .pagination__item-arrow{background:transparent}.product__title h1{font-family:var(--font-heading-family);font-size:clamp(2rem,4vw,3.2rem)!important;font-weight:700!important;text-transform:uppercase;letter-spacing:-.01em;line-height:1.1;margin:0}.product__title-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.product__wishlist-btn{background:none;border:none;cursor:pointer;padding:0;color:#000;display:flex;align-items:center;justify-content:center;width:44px;height:44px;transition:transform .2s ease,opacity .2s ease}.product__wishlist-btn:hover{transform:scale(1.1);opacity:.7}.product__wishlist-btn svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5}.price-item--regular,.price-item--sale{font-family:var(--font-body-family);font-size:2rem!important;font-weight:600!important;letter-spacing:.02em}.price__sale .price-item--regular{font-size:1.4rem!important;font-weight:400!important;opacity:.5;margin-right:.5rem}.product__description{font-family:var(--font-body-family);font-size:1.4rem;line-height:1.6;color:#333;margin-bottom:2rem}fieldset.product-form__input .form__label{font-family:var(--font-body-family);font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:1.2rem;color:#000}.product-form__input input[type=radio]+label{border-radius:0!important;border:1px solid #e5e5e5;background-color:transparent;color:#000;font-family:var(--font-body-family);font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:1rem 2rem;transition:all .2s ease}.product-form__input input[type=radio]:checked+label{border-color:#000;background-color:#000;color:#fff}.product-form__input input[type=radio]+label.color-swatch{width:32px;height:32px;border-radius:50%!important;padding:0}.product-form__submit{border-radius:0!important;background-color:#000!important;color:#fff!important;font-family:var(--font-body-family);font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:1.5rem;border:1px solid #000!important;transition:all .2s ease;width:100%}.product-form__submit:hover{background-color:transparent!important;color:#000!important}.global-media-settings{border-radius:0!important;border:none!important}.product__media-list .product__media-item img{border-radius:0!important}.product__media-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;scrollbar-width:none}.product__media-grid::-webkit-scrollbar{display:none}.product__media-item{flex:0 0 100%;scroll-snap-align:start;overflow:hidden;position:relative}.product__media-item img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0!important;transition:transform .4s ease}.product__media-item:hover img{transform:scale(1.05)}@media screen and (min-width:990px){.product__media-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;overflow-x:visible}.product__grid{display:grid!important;grid-template-columns:2fr 1fr!important;gap:6rem!important;align-items:start}.product__media-wrapper{width:100%!important;max-width:100%!important}.product__info-wrapper{width:100%!important;max-width:100%!important;padding-left:0!important;position:sticky;top:3rem;align-self:start}.product-container-wide{max-width:95%!important;padding-left:2rem!important;padding-right:2rem!important}}.delivery-checker-wrapper{margin-top:2rem;margin-bottom:2rem;background:rgba(var(--color-foreground),.03);padding:1.5rem 2rem;border-radius:6px;border:1px solid rgba(var(--color-foreground),.08)}.delivery-checker-title{display:flex;align-items:center;gap:.8rem;font-size:1rem;letter-spacing:.15em;margin-bottom:1.2rem;text-transform:uppercase;font-weight:700;color:rgb(var(--color-foreground))}.delivery-checker-title svg{width:1.6rem;height:1.6rem}.delivery-checker-form{display:flex;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;overflow:hidden;transition:border-color .3s ease}.delivery-checker-form:focus-within{border-color:rgb(var(--color-foreground))}.delivery-checker-input{flex:1;border:none;padding:1.2rem;font-family:inherit;font-size:1.2rem;background:transparent;color:rgb(var(--color-foreground))}.delivery-checker-input:focus{outline:none}.delivery-checker-btn{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;padding:0 2rem;font-family:inherit;cursor:pointer;font-weight:700;font-size:1.1rem;letter-spacing:.1em;transition:opacity .3s}.delivery-checker-btn:hover{opacity:.85}.product__accordions{border-top:1px solid rgba(var(--color-foreground),.2)}.product__accordions details{border-bottom:1px solid rgba(var(--color-foreground),.2)}.product__accordions summary{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;cursor:pointer;list-style:none}.product__accordions summary::-webkit-details-marker{display:none}.product__accordions summary h2{margin:0;font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500}.accordion-icon{font-size:2rem;font-weight:300;line-height:1;color:#d36c18}.accordion-icon.minus{display:none}details[open] .accordion-icon.plus{display:none}details[open] .accordion-icon.minus{display:block}.accordion-content{padding-bottom:1.5rem;font-size:1.3rem;color:rgba(var(--color-foreground),.7);line-height:1.6}.custom-share-block{display:flex;align-items:center;margin-top:2.5rem;margin-bottom:2.5rem;gap:2rem}.custom-share-block .share-label{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:rgba(var(--color-foreground),.7)}.custom-share-icons{display:flex;gap:1.2rem;align-items:center}.share-icon-link{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;color:rgb(var(--color-foreground));transition:all .3s ease}.share-icon-link:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.share-icon-link svg{width:1.6rem;height:1.6rem}.product__description{transition:max-height .3s ease}.product__description.is-truncated:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:60px;background:linear-gradient(to bottom,rgba(var(--color-background),0),rgba(var(--color-background),1));pointer-events:none}.read-more-btn{background:none;border:none;padding:0;margin-top:1rem;font-size:1rem;font-family:inherit;text-transform:uppercase;letter-spacing:.15em;font-weight:600;color:rgba(var(--color-foreground),.7);cursor:pointer;transition:color .3s}.read-more-btn:hover{color:rgb(var(--color-foreground))}.product__grid{display:grid;grid-template-columns:1fr;gap:var(--gutter)}@media(min-width:1024px){.product__grid{grid-template-columns:7fr 5fr}}.product__media-wrapper{display:flex;flex-direction:column;gap:1.6rem;overflow:hidden}@media(min-width:768px){.product__media-wrapper{flex-direction:row}}.product__media-thumbnails{display:none;flex-direction:column;gap:1.6rem;width:8rem;flex-shrink:0}@media(min-width:768px){.product__media-thumbnails{display:flex}}.product__media-thumb{aspect-ratio:3 / 4;width:100%;overflow:hidden;border:1px solid rgba(var(--color-foreground),.2);cursor:pointer;transition:opacity .2s,border-color .2s}.product__media-thumb:hover,.product__media-thumb--active{border-color:rgb(var(--color-foreground));opacity:1}.product__media-thumb:not(.product__media-thumb--active){opacity:.6}.product__media-main{flex:1;position:relative;overflow:hidden;background:rgb(var(--color-surface-container-low));aspect-ratio:3 / 4}@media(min-width:768px){.product__media-main{aspect-ratio:auto;min-height:80vh}}.product__media-main img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product__media-main:hover img{transform:scale(1.05)}.product__media-dots{position:absolute;bottom:1.6rem;left:0;right:0;display:flex;justify-content:center;gap:.8rem}@media(min-width:768px){.product__media-dots{display:none}}.product__media-dot{width:.8rem;height:.8rem;border-radius:50%;background:rgba(var(--color-foreground),.2)}.product__media-dot--active{background:rgb(var(--color-foreground))}@media(min-width:768px){.product__info-wrapper{position:sticky;top:12rem;align-self:start}}.product__info-container{display:flex;flex-direction:column;gap:2.4rem}.product__title{display:flex;justify-content:space-between;align-items:flex-start}.product__title h1{margin:0}.product__title a{display:none}.product__price{display:flex;flex-direction:column;gap:.4rem}.product__description{color:rgba(var(--color-foreground),.75)}.product__trust-row{display:flex;justify-content:space-between;align-items:center;padding:1.2rem .8rem;background:rgb(var(--color-surface-container-low));gap:.8rem}.product__trust-item{display:flex;align-items:center;gap:.8rem}.product__accordions{border-top:1px solid rgba(var(--color-foreground),.15)}.product-form__input{flex:none}.product-form__input--size{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.product-form__buttons{display:flex;flex-direction:column;gap:1.2rem;padding-top:1.6rem;border-top:1px solid rgba(var(--color-foreground),.15)}.product__complementary{border-top:1px solid rgba(var(--color-foreground),.15);padding-top:1.6rem}.product__complementary .complementary-slider{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gutter)}@media(min-width:768px){.product__complementary .complementary-slider{grid-template-columns:repeat(4,1fr)}}.product__complementary .slider-buttons{display:flex;justify-content:center;gap:1.6rem;margin-top:1.6rem}.product__inventory{display:flex;align-items:center;gap:.8rem}.product__sku{color:rgba(var(--color-foreground),.6)}.product__view-details{display:flex;align-items:center;gap:.8rem;margin-top:1.6rem}.product-popup-modal__button{font-family:var(--font-label-md);font-size:1.4rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:underline;text-underline-offset:.3rem;color:rgb(var(--color-foreground));background:transparent;border:none;cursor:pointer;padding:0}.product-popup-modal__button:hover{opacity:.7}product-info .price-per-item{margin-top:.8rem}product-info .volume-pricing-note{font-family:var(--font-label-sm);font-size:1.2rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(var(--color-foreground),.6)}.product__tax{font-family:var(--font-label-sm);font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.product-form__quantity{margin-bottom:0}.product-form__quantity .quantity__rules-cart{margin-left:.8rem}.quantity__rules{margin-top:.4rem}.quantity__rules .divider{font-family:var(--font-label-sm);font-size:1.2rem;color:rgba(var(--color-foreground),.6)}@media(min-width:768px){.product__media-thumbnails-scroll{max-height:80vh;overflow-y:auto;position:sticky;top:12rem}}product-info .complementary-products .card-wrapper{max-width:100%}.breadcrumbs{color:rgba(var(--color-foreground),.6);text-transform:lowercase;font-size:1.2rem;letter-spacing:.05em}.breadcrumbs a{color:rgba(var(--color-foreground),.6);text-decoration:none}.breadcrumbs a:hover{color:rgb(var(--color-foreground))}.breadcrumbs span[aria-hidden=true]{margin:0 .4rem}.product__title-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:1.6rem}.product__wishlist-btn{display:flex;align-items:center;justify-content:center;background:none;border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;width:4rem;height:4rem;padding:0;margin:0 1.5rem;cursor:pointer;flex-shrink:0;transition:border-color .2s;color:rgb(var(--color-foreground))}.product__wishlist-btn:hover{border-color:rgb(var(--color-foreground))}.product__wishlist-btn svg{width:2rem;height:2rem}.product__reviews{background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:3.2rem 2.4rem;margin:0 -1.6rem;width:calc(100% + 3.2rem)}.product__reviews-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2.4rem;margin-bottom:2.4rem}@media(max-width:767px){.product__reviews-header{flex-direction:column}}.product__reviews-summary{display:flex;flex-direction:column;gap:.8rem}.product__reviews-rating{font-size:6.4rem;line-height:1;font-weight:600;font-family:var(--font-heading)}.product__reviews-stars{display:flex;gap:.4rem}.product__reviews-stars svg{width:2rem;height:2rem}.product__reviews-count{color:rgba(var(--color-background),.7)}.product__reviews-action{flex-shrink:0}.product__reviews-action .button--secondary{color:rgb(var(--color-background));border-color:rgb(var(--color-background))}.product__reviews-action .button--secondary:hover{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.product__reviews-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}@media(max-width:1023px){.product__reviews-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.product__reviews-cards{grid-template-columns:1fr}}.product__reviews-card{display:flex;flex-direction:column;gap:.8rem;padding:1.6rem;border:1px solid rgba(var(--color-background),.2)}.product__reviews-card-stars{display:flex;gap:.2rem}.product__reviews-card-stars svg{width:1.4rem;height:1.4rem}.product__reviews-card-date{color:rgba(var(--color-background),.6)}.product__reviews-card-title{margin:0;font-family:var(--font-heading);font-size:1.6rem;font-weight:600}.product__reviews-card-text{margin:0;color:rgba(var(--color-background),.75);line-height:1.5}.product__reviews-card-footer{display:flex;align-items:center;gap:1.2rem;margin-top:auto;padding-top:.8rem}.product__reviews-card-name{font-weight:600}.product__reviews-card-badge{padding:.2rem .8rem;background:rgba(var(--color-background),.1);font-size:1rem;text-transform:uppercase;letter-spacing:.05em}.product__cross-sell{border-top:1px solid rgba(var(--color-foreground),.15);padding-top:1.6rem}.product__cross-sell-heading{margin-bottom:1.6rem}.product__cross-sell-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gutter)}@media(min-width:1024px){.product__cross-sell-grid{grid-template-columns:repeat(4,1fr)}}.product__cross-sell-footer{margin-top:1.6rem;text-align:center}.rating-wrapper{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.rating-stars{display:flex;align-items:center;gap:.2rem}.rating-stars svg{width:1.6rem;height:1.6rem}.rating-stars .star-empty{color:rgba(var(--color-foreground),.2)}.product__trust-badges{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.6rem;background:rgb(var(--color-surface-container-low));border-radius:.8rem;gap:1.6rem}.product__trust-badge-item{display:flex;align-items:center;gap:.8rem;color:rgba(var(--color-foreground),.6);text-transform:uppercase;font-size:1rem;letter-spacing:.08em;font-weight:600}.product__trust-badge-item svg{width:1.8rem;height:1.8rem;flex-shrink:0}@media(max-width:767px){.product__trust-badges{flex-direction:column;gap:.8rem;align-items:flex-start}}.product__sold-out-badge{position:absolute;top:1.6rem;left:1.6rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:.4rem 1.2rem;font-size:1.2rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;z-index:2}.product__unavailable-text{color:rgb(var(--color-error));text-transform:uppercase;font-size:1.2rem;font-weight:600}.product-form__input--pill input[type=radio]:disabled+label{opacity:.4;cursor:not-allowed;position:relative;overflow:hidden}.product-form__input--pill input[type=radio]:disabled+label:after{content:"";position:absolute;left:50%;top:50%;width:141%;height:1px;background:rgba(var(--color-foreground),.4);transform:translate(-50%,-50%) rotate(-45deg);pointer-events:none}.highlights-grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width:768px){.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.highlights-grid{grid-template-columns:repeat(3,1fr)}}.highlights-grid__item{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:2.4rem 1.6rem;background:rgb(var(--color-surface-container-low));border-radius:1.2rem;text-align:center}.highlights-grid__item svg{width:3.2rem;height:3.2rem}.highlights-grid__item h3{margin:0;font-size:1.4rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.highlights-grid__item p{margin:0;font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.highlights-grid__heading{text-align:center}.product__size-guide-wrapper{display:flex;align-items:center;justify-content:space-between}.product__sticky-cart{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.15);padding:1.2rem 1.6rem;box-shadow:0 -.4rem 2rem #00000014}@media(max-width:767px){.product__sticky-cart{display:flex;align-items:center;justify-content:space-between;gap:1.2rem}}.product__sticky-cart-price{font-size:1.8rem;font-weight:600}.product__sticky-cart .button{flex:1;max-width:50%}share-for-discount{display:none}.share-for-discount__modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:var(--margin-mobile);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.share-for-discount__modal.is-open{opacity:1;visibility:visible}.share-for-discount__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.share-for-discount__dialog{position:relative;z-index:2;width:100%;max-width:480px;background:#fff;border:1px solid #000000;padding:var(--margin-mobile);transform:scale(.95);transition:transform .3s ease}.share-for-discount__modal.is-open .share-for-discount__dialog{transform:scale(1)}.share-for-discount__close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:var(--color-on-surface);opacity:.7;transition:opacity .2s ease}.share-for-discount__close:hover{opacity:1}.share-for-discount__close .svg-wrapper{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.share-for-discount__close .svg-wrapper svg{width:24px;height:24px}.share-for-discount__heading{font-family:Playfair Display,serif;font-size:32px;line-height:40px;font-weight:600;text-transform:uppercase;letter-spacing:-.02em;color:var(--color-on-surface);text-align:center;margin:0 0 16px}.share-for-discount__subtext{font-family:Hanken Grotesk,sans-serif;font-size:16px;line-height:24px;font-weight:400;color:var(--color-on-surface-variant);text-align:center;max-width:320px;margin:0 auto 32px}.share-for-discount__share-row{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}@media screen and (min-width:750px){.share-for-discount__share-row{flex-direction:row}}.share-for-discount__share-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 24px;background:#fff;border:1px solid #000000;font-family:Hanken Grotesk,sans-serif;font-size:14px;line-height:20px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-on-surface);cursor:pointer;transition:background-color .2s ease,color .2s ease}@media screen and (min-width:750px){.share-for-discount__share-btn{width:auto;flex:1}}.share-for-discount__share-btn:hover{background:#000;color:#fff}.share-for-discount__share-btn .svg-wrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.share-for-discount__share-btn .svg-wrapper svg{width:20px;height:20px}.share-for-discount__email-prompt{font-family:Hanken Grotesk,sans-serif;font-size:12px;line-height:16px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--color-on-surface-variant);text-align:center;margin:0 0 16px}.share-for-discount__email-form{display:flex;flex-direction:column;gap:12px}@media screen and (min-width:750px){.share-for-discount__email-form{flex-direction:row}}.share-for-discount__email-input{flex:1;padding:12px 16px;border:1px solid var(--color-outline);background:transparent;font-family:Hanken Grotesk,sans-serif;font-size:14px;line-height:20px;color:var(--color-on-surface)}.share-for-discount__email-input::placeholder{color:var(--color-on-surface-variant)}.share-for-discount__email-input:focus{outline:none;border-color:var(--color-on-surface)}.share-for-discount__email-submit{padding:12px 24px;background:#000;border:1px solid #000000;font-family:Hanken Grotesk,sans-serif;font-size:14px;line-height:20px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;white-space:nowrap}.share-for-discount__email-submit:hover{background:var(--color-on-surface-variant);border-color:var(--color-on-surface-variant)}.share-for-discount__toast{position:fixed;bottom:var(--margin-mobile);left:50%;transform:translate(-50%) translateY(100px);padding:12px 24px;background:#000;color:#fff;font-family:Hanken Grotesk,sans-serif;font-size:14px;line-height:20px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;z-index:10000;opacity:0;transition:transform .3s ease,opacity .3s ease}.share-for-discount__toast--visible{transform:translate(-50%) translateY(0);opacity:1}.share-for-discount__discount-code{display:none;margin-top:24px;padding:16px;border:1px solid #000000;background:var(--color-surface-variant)}.share-for-discount__discount-code--visible{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.share-for-discount__code-label{display:block;font-family:Hanken Grotesk,sans-serif;font-size:12px;line-height:16px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--color-on-surface-variant);margin-bottom:8px}.share-for-discount__code-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.share-for-discount__code{font-family:Playfair Display,serif;font-size:24px;line-height:32px;font-weight:600;letter-spacing:.2em;color:var(--color-on-surface)}.share-for-discount__copy-btn{padding:8px 16px;background:#000;border:1px solid #000000;font-family:Hanken Grotesk,sans-serif;font-size:12px;line-height:16px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;white-space:nowrap}.share-for-discount__copy-btn:hover,.share-for-discount__copy-btn--copied{background:var(--color-on-surface-variant);border-color:var(--color-on-surface-variant)}cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:9999;visibility:hidden}cart-drawer.is-empty .drawer__footer{display:none}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:9999}.cart-drawer__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:1}.drawer__inner{position:fixed;top:0;right:-100%;width:100%;max-width:480px;height:100%;background:#fff;border-left:1px solid var(--color-outline-variant);z-index:2;display:flex;flex-direction:column;transition:right .3s ease}cart-drawer[open] .drawer__inner{right:0}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--gutter);border-bottom:1px solid var(--color-outline-variant)}.drawer__close{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:var(--color-on-surface)}.drawer__close .svg-wrapper{width:24px;height:24px;display:flex;align-items:center}.drawer__close .svg-wrapper svg{width:24px;height:24px}cart-drawer-items{flex:1;overflow-y:auto;padding:var(--gutter)}.drawer__inner-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--gutter);text-align:center;gap:var(--stack-md)}.cart-items{width:100%;border-collapse:collapse}.cart-items thead{display:none}.cart-item{display:flex;gap:var(--stack-sm);padding:var(--stack-md) 0;border-bottom:1px solid var(--color-outline-variant)}.cart-item:last-child{border-bottom:none}.cart-item__media{flex-shrink:0}.cart-item__image{width:100px;height:100px;object-fit:cover;display:block}.cart-item__link{display:none}.cart-item__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.cart-item__title a{text-decoration:none;text-transform:uppercase;color:var(--color-on-surface)}.cart-item__title a:hover{text-decoration:underline}.product-option{color:var(--color-outline)}.product-option dt,.product-option dd{display:inline}.cart-item__totals{display:none}.cart-item__quantity{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-item__quantity-wrapper{display:flex;align-items:center;gap:8px}.quantity{display:inline-flex;align-items:center;border:1px solid var(--color-outline);border-radius:0}.quantity__button{background:none;border:none;cursor:pointer;padding:8px 12px;display:flex;align-items:center;justify-content:center;color:var(--color-on-surface)}.quantity__button:disabled{opacity:.5;cursor:not-allowed}.quantity__button .svg-wrapper{width:12px;height:12px;display:flex;align-items:center}.quantity__button .svg-wrapper svg{width:12px;height:12px}.quantity__input{width:40px;text-align:center;border:none;border-left:1px solid var(--color-outline);border-right:1px solid var(--color-outline);padding:8px 4px;font-family:Hanken Grotesk,sans-serif;font-size:.875rem;color:var(--color-on-surface);-moz-appearance:textfield;background:transparent;border-radius:0}.quantity__input::-webkit-inner-spin-button,.quantity__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}cart-remove-button{display:flex}.cart-item__remove-link{background:none;border:none;padding:0;font-family:Hanken Grotesk,sans-serif;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:underline;color:var(--color-on-surface-variant);cursor:pointer;white-space:nowrap}.cart-item__remove-link:hover{color:var(--color-error)}.discounts{list-style:none;margin:0;padding:0}.discounts__discount{display:flex;align-items:center;gap:4px;color:var(--color-error)}.discounts__discount .svg-wrapper{width:12px;height:12px;display:flex;align-items:center}.drawer__footer{border-top:1px solid var(--color-outline-variant);padding:var(--gutter);display:flex;flex-direction:column;gap:var(--stack-sm)}.cart-drawer__footer{display:flex;flex-direction:column;gap:var(--stack-sm)}.totals{display:flex;justify-content:space-between;align-items:center}.tax-note{color:var(--color-on-surface-variant)}.cart__ctas{display:flex;flex-direction:column;gap:var(--stack-sm)}.cart__note{display:flex;flex-direction:column;gap:8px}.cart__note textarea{width:100%;min-height:80px;padding:12px;border:1px solid var(--color-outline);border-radius:0;font-family:Hanken Grotesk,sans-serif;font-size:.875rem;color:var(--color-on-surface);background:transparent;resize:vertical}#Details-CartDrawer summary{cursor:pointer;display:flex;align-items:center;gap:4px;list-style:none}#Details-CartDrawer summary::-webkit-details-marker{display:none}#Details-CartDrawer summary .svg-wrapper{width:12px;height:12px;display:flex;align-items:center;transition:transform .2s ease}#Details-CartDrawer[open] summary .svg-wrapper{transform:rotate(180deg)}quantity-popover{position:relative}.quantity-popover__info-button{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:4px;padding:4px 0;color:var(--color-on-surface-variant)}.quantity-popover__info-button .svg-wrapper{width:14px;height:14px;display:flex;align-items:center}.quantity-popover__info{position:absolute;right:0;top:100%;background:#fff;border:1px solid var(--color-outline-variant);padding:var(--stack-sm);z-index:10;min-width:220px}.quantity__rules{display:flex;flex-direction:column;gap:4px}.volume-pricing-label{font-weight:600}.volume-pricing ul{list-style:none;padding:0;margin:0}.volume-pricing li{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid var(--color-outline-variant)}.volume-pricing li:last-child{border-bottom:none}.button-close{background:none;border:none;cursor:pointer;padding:4px;margin-top:8px;display:flex;align-items:center}.button-close .svg-wrapper{width:16px;height:16px;display:flex;align-items:center}.cart-item__error{display:flex;align-items:center;gap:4px;color:var(--color-error)}.cart-item__error .svg-wrapper{width:14px;height:14px;display:flex;align-items:center;flex-shrink:0}.hamr-cart__item-error{display:flex;align-items:center;gap:.4rem;font-family:var(--font-label-sm);font-size:1.2rem;color:rgb(var(--color-error))}.hamr-cart__item-error .svg-wrapper{width:1.2rem;height:1.2rem;flex-shrink:0}.cart-drawer__global-errors{font-family:var(--font-label-sm);font-size:1.2rem;color:rgb(var(--color-error))}.cart-drawer__global-errors .hamr-cart__item-error{display:flex}.drawer__inner-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--gutter);text-align:center;gap:var(--stack-md);height:100%}.cart-drawer__empty-content{display:flex;flex-direction:column;align-items:center;gap:var(--stack-md)}.cart-drawer__empty-content .headline-md{margin:0;text-transform:uppercase}.cart-drawer__empty-content .body-md{margin:0;color:var(--color-on-surface-variant)}.cart-drawer__empty-content .hamr-btn{max-width:320px;width:100%}.hidden{display:none!important}.visually-hidden:not(:focus):not(:active){position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}cart-drawer-items::-webkit-scrollbar{width:4px}cart-drawer-items::-webkit-scrollbar-track{background:transparent}cart-drawer-items::-webkit-scrollbar-thumb{background:var(--color-outline-variant)}.cart-notification{display:none;position:absolute;top:100%;right:var(--gutter);z-index:100;width:400px;max-width:calc(100vw - var(--gutter) * 2);background:rgb(var(--color-surface-container-lowest));border:1px solid rgb(var(--color-outline));padding:var(--stack-md)}.cart-notification.active{display:block;animation:cartNotificationSlideIn .3s ease-out}@keyframes cartNotificationSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.cart-notification-wrapper{position:relative}.cart-notification__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--stack-md)}.cart-notification__heading{display:flex;align-items:center;gap:.8rem}.cart-notification__heading .icon-checkmark{width:1.6rem;height:1.6rem;color:rgb(var(--color-primary))}.cart-notification__close{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:1px solid rgb(var(--color-outline-variant));background:none;cursor:pointer;color:rgb(var(--color-on-surface));transition:background .2s;-webkit-appearance:none;appearance:none}.cart-notification__close:hover{background:rgb(var(--color-surface-container))}.cart-notification__close .icon-close{width:1.4rem;height:1.4rem}.cart-notification__count{display:flex;align-items:center;gap:.4rem;padding:var(--stack-sm) 0;border-top:1px solid rgb(var(--color-outline-variant));margin-bottom:var(--stack-md)}.cart-notification__count-number{font-weight:600}.cart-notification-product .cart-item{display:flex;gap:var(--stack-md);align-items:flex-start;padding-bottom:var(--stack-md);margin-bottom:var(--stack-md);border-bottom:1px solid rgb(var(--color-outline-variant))}.cart-notification-product__image{width:60px;height:60px;flex-shrink:0;overflow:hidden;border:1px solid rgb(var(--color-outline-variant))}.cart-notification-product__image img{width:100%;height:100%;object-fit:cover;display:block}.cart-notification-product__title{margin-bottom:.4rem}.cart-notification-product__name{font-family:var(--font-body-md);font-size:1.4rem;font-weight:400;line-height:1.4;margin:0;color:rgb(var(--color-on-surface))}.cart-notification-product .product-option{font-family:var(--font-label-sm);font-size:1.1rem;color:rgb(var(--color-on-surface-variant));margin:.2rem 0}.cart-notification__links{display:flex;flex-direction:column;gap:var(--stack-sm)}.cart-notification__continue{display:block;width:100%;text-align:center;text-decoration:underline;text-underline-offset:2px;border:none;background:none;cursor:pointer;padding:.8rem;color:rgb(var(--color-on-surface));transition:opacity .2s;-webkit-appearance:none;appearance:none}.cart-notification__continue:hover{opacity:.7}.cart-notification__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--stack-lg) var(--stack-md);gap:var(--stack-md)}.cart-notification__empty .headline-md{margin:0;text-transform:uppercase}.cart-notification__empty .body-md{margin:0;color:rgb(var(--color-on-surface-variant))}.cart-notification__empty .hamr-btn{max-width:320px;width:100%}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
