.scroll-fade:nth-child(1){transition-delay:0s}.scroll-fade:nth-child(2){transition-delay:.08s}.scroll-fade:nth-child(3){transition-delay:.16s}.scroll-fade:nth-child(4){transition-delay:.24s}.scroll-fade:nth-child(5){transition-delay:.32s}.scroll-fade:nth-child(6){transition-delay:.4s}.image-wrapper{position:relative;overflow:hidden;background:rgb(var(--color-secondary-bg))}.image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.image-wrapper:hover img{transform:scale(1.04)}.product-card{cursor:pointer}.product-card__images{position:relative;display:block;overflow:hidden;background:rgb(var(--color-secondary-bg));aspect-ratio:3 / 4}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity var(--transition-slow)}.product-card__image--primary{position:relative;z-index:1}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__badge{position:absolute;top:var(--spacing-sm);left:var(--spacing-sm);padding:5px 10px;font-size:10px;font-weight:var(--font-weight-semibold);letter-spacing:.12em;text-transform:uppercase;background:rgb(var(--color-background));color:rgb(var(--color-text));z-index:3}.product-card__badge--sale{background:rgb(var(--color-text));color:rgb(var(--color-background))}.product-card__info{padding-top:var(--spacing-sm);text-align:left}.product-card__vendor{font-size:10px;font-weight:var(--font-weight-semibold);letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-muted));margin-bottom:4px}.product-card__title{font-size:13px;font-weight:var(--font-weight-medium);letter-spacing:.02em;line-height:1.5;margin-bottom:6px}.product-card__title a:hover{opacity:.6}.product-card__price{font-size:13px;font-weight:var(--font-weight-semibold);letter-spacing:.02em}.product-card__price--compare{font-size:12px;font-weight:var(--font-weight-normal);text-decoration:line-through;color:rgb(var(--color-muted));margin-left:6px}.product-card__price--sale{color:rgb(var(--color-text))}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--grid-gap)}@media(max-width:999px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:740px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:var(--spacing-sm)}}.form-field{margin-bottom:var(--spacing-md)}.form-label{display:block;font-size:11px;font-weight:var(--font-weight-semibold);letter-spacing:.12em;text-transform:uppercase;margin-bottom:var(--spacing-xs);color:rgb(var(--color-text))}.form-input,.form-textarea,.form-select{width:100%;height:var(--button-height);padding:0 var(--spacing-md);font-size:14px;font-family:var(--font-body);letter-spacing:.02em;border:1px solid rgb(var(--color-border));background:rgb(var(--color-background));color:rgb(var(--color-text));transition:border-color var(--transition-fast);-webkit-appearance:none;appearance:none;border-radius:0}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:rgb(var(--color-text))}.form-textarea{min-height:120px;padding:var(--spacing-md);resize:vertical;height:auto}.form-error{display:block;margin-top:var(--spacing-xs);font-size:12px;letter-spacing:.02em;color:#c00}.announcement-bar{background:rgb(var(--color-text));color:rgb(var(--color-background));text-align:center;padding:10px var(--container-gutter)}.announcement-bar__text{font-size:11px;font-weight:var(--font-weight-medium);letter-spacing:.12em;text-transform:uppercase}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffeb;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base)}.loading-overlay.active{opacity:1;visibility:visible}.loading-overlay .loading-spinner{width:36px;height:36px;border-width:2px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:var(--z-modal);opacity:0;visibility:hidden;transition:opacity var(--transition-base),visibility var(--transition-base)}.modal-overlay.active{opacity:1;visibility:visible}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.96);max-width:580px;width:calc(100% - 40px);max-height:90vh;overflow-y:auto;background:rgb(var(--color-background));padding:var(--spacing-2xl);z-index:calc(var(--z-modal) + 1);opacity:0;visibility:hidden;transition:all var(--transition-base)}.modal.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.modal__close{position:absolute;top:var(--spacing-md);right:var(--spacing-md);width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;border:none}.modal__close:before,.modal__close:after{content:"";position:absolute;width:18px;height:1px;background:rgb(var(--color-text))}.modal__close:before{transform:rotate(45deg)}.modal__close:after{transform:rotate(-45deg)}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:var(--spacing-xs);font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--spacing-lg);color:rgb(var(--color-muted))}.breadcrumbs a{color:rgb(var(--color-muted))}.breadcrumbs a:hover{color:rgb(var(--color-text));opacity:1}.breadcrumbs__separator{color:rgb(var(--color-border))}.pagination{display:flex;justify-content:center;align-items:center;gap:var(--spacing-xs);margin-top:var(--spacing-3xl)}.pagination__item{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 var(--spacing-sm);font-size:12px;font-weight:var(--font-weight-medium);letter-spacing:.05em;border:1px solid rgb(var(--color-border));transition:all var(--transition-fast);color:rgb(var(--color-text))}.pagination__item:hover{border-color:rgb(var(--color-text));opacity:1}.pagination__item--current{background:rgb(var(--color-text));color:rgb(var(--color-background));border-color:rgb(var(--color-text))}.cart-badge{position:absolute;top:-6px;right:-6px;display:flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:var(--font-weight-bold);background:rgb(var(--color-text));color:rgb(var(--color-background));border-radius:8px}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-wrapper iframe,.video-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.placeholder-svg{background:rgb(var(--color-secondary-bg));fill:rgb(var(--color-border))}.section-header{margin-bottom:var(--spacing-3xl)}.section-header--center{text-align:center}.section-header__eyebrow{display:block;font-size:10px;font-weight:var(--font-weight-semibold);letter-spacing:.2em;text-transform:uppercase;color:rgb(var(--color-muted));margin-bottom:var(--spacing-sm)}.section-header__title{font-size:clamp(28px,4vw,var(--heading-h2));font-weight:var(--font-weight-heavy);letter-spacing:.03em;line-height:1.3}.section-header__body{margin-top:var(--spacing-sm);font-size:14px;line-height:1.8;letter-spacing:.03em;color:rgb(var(--color-muted))}@media print{.site-header,.site-footer,.btn{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
