.collection-hero{min-height:35rem;position:relative;overflow:hidden}@media screen and (min-width:990px){.collection-hero{min-height:50rem}}.collection-hero__media{position:absolute;inset:0}.collection-hero__media img{object-fit:cover;width:100%;height:100%}.collection-hero__content{z-index:2;min-height:inherit;align-items:flex-end;padding-top:6rem;padding-bottom:3rem;display:flex;position:relative}@media screen and (min-width:990px){.collection-hero__content{padding-bottom:4rem}}.collection-hero__inner{width:100%}.collection-hero__breadcrumbs ol{gap:.5rem;margin:0 0 1rem;padding:0;font-size:1.3rem;list-style:none;display:flex}.collection-hero__breadcrumbs li{align-items:center;gap:.5rem;display:flex}.collection-hero__breadcrumbs li:not(:last-child):after{content:"›";opacity:.6}.collection-hero__breadcrumbs a{color:rgba(var(--color-foreground), .7);text-decoration:none;transition:color .2s}.collection-hero__breadcrumbs a:hover,.collection-hero__breadcrumbs span{color:rgb(var(--color-foreground))}.collection-hero__title{font-size:calc(var(--font-heading-scale) * 4rem);margin:0}@media screen and (min-width:990px){.collection-hero__title{font-size:calc(var(--font-heading-scale) * 5.5rem)}}
.subcollection-slider{padding:2.4rem 0 0}.subcollection-slider__grid{gap:var(--grid-gap-desktop);grid-template-columns:repeat(3,1fr);display:grid}@media screen and (max-width:989px){.subcollection-slider__grid{gap:var(--grid-gap-mobile);grid-template-columns:1fr}}.subcollection-card{border-radius:var(--radius-media);color:rgb(var(--color-foreground));text-decoration:none;transition:transform .35s,box-shadow .35s;display:block;overflow:hidden}.subcollection-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.subcollection-card__media{aspect-ratio:16/9;overflow:hidden}.subcollection-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.subcollection-card:hover .subcollection-card__media img{transform:scale(1.05)}.subcollection-card__info{background:rgb(var(--color-background));padding:1.5rem 2rem}.subcollection-card__title{font-size:calc(var(--font-heading-scale) * 1.6rem);margin:0}
.collection-product-grid{padding:2rem 0 6rem}.product-grid{gap:var(--grid-gap-desktop);grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;display:grid}@media screen and (max-width:989px){.product-grid{gap:var(--grid-gap-mobile);grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr)}}.product-grid__item{opacity:0;animation:.5s forwards gridItemIn}@keyframes gridItemIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card-link{color:inherit;text-decoration:none;display:block}.product-card-v2{border-radius:var(--radius-media);background:rgb(var(--color-background));transition:box-shadow .35s,transform .35s;overflow:hidden}.product-card-v2:hover{transform:translateY(-4px);box-shadow:0 10px 40px #00000014}.product-card-v2__media{aspect-ratio:1;background:#f5f5f5;position:relative;overflow:hidden}.product-card-v2__img{object-fit:cover;width:100%;height:100%;transition:opacity .4s,transform .5s}.product-card-v2__img--hover{opacity:0;position:absolute;inset:0}.product-card-v2:hover .product-card-v2__img--primary{opacity:0}.product-card-v2:hover .product-card-v2__img--hover{opacity:1;transform:scale(1.05)}.product-card-v2__badges{z-index:2;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:1rem}.product-badge{border-radius:var(--badge-corner-radius,.6rem);text-transform:uppercase;letter-spacing:.04rem;padding:.3rem .8rem;font-size:1.1rem;font-weight:700;display:inline-block}.product-badge--sale{background:rgb(var(--color-base-accent-2,227, 241, 248));color:rgb(var(--color-foreground));position:absolute;right:1rem}.product-badge--new{background:rgb(var(--custom-badge-background,255, 253, 150));color:rgb(var(--custom-badge-color,29, 29, 29));position:absolute;left:1rem}.product-card-v2__actions{opacity:0;z-index:3;gap:.6rem;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)translateY(10px)}.product-card-v2:hover .product-card-v2__actions{opacity:1;transform:translate(-50%)translateY(0)}.product-action-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;transition:background .2s,transform .2s;display:flex}.product-action-btn svg{stroke-width:1.5px;width:1.8rem;height:1.8rem}.product-action-btn--view{background:rgb(var(--color-base-quick-add-button,255, 255, 255));color:rgb(var(--color-base-quick-add-button-labels,47, 61, 69))}.product-action-btn--add{background:rgb(var(--color-base-solid-button,200, 39, 61));color:rgb(var(--color-base-solid-button-labels,255, 255, 255))}.product-action-btn:hover{transform:scale(1.1)}.product-action-btn--view:hover{background:rgb(var(--color-base-quick-add-button-hover-background,225, 225, 225))}.product-action-btn--add:hover{filter:brightness(1.1)}.product-card-v2__info{text-align:center;padding:1.2rem 1rem 1.6rem}.product-card-v2__title{font-size:calc(var(--font-heading-scale) * 1.3rem);margin:0 0 .4rem}.product-card-v2__price-row{justify-content:center;align-items:center;gap:.6rem;font-size:1.4rem;display:flex}.product-card-v2__price{color:rgb(var(--color-foreground))}.product-card-v2__price.on-sale{color:#c8273d;font-weight:600}.product-card-v2__compare-price{color:rgba(var(--color-foreground), .5);font-size:1.2rem}
.shopify-cg{padding:2rem 0 6rem}.shopify-cg__toolbar{border-bottom:1px solid rgba(var(--color-foreground), .1);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:3rem;padding:1.2rem 0 2rem;display:flex}.shopify-cg__count{color:rgba(var(--color-foreground), .6);font-size:1.4rem}.shopify-cg__sort{align-items:center;gap:1rem;display:flex}.shopify-cg__sort label{color:rgba(var(--color-foreground), .6);white-space:nowrap;font-size:1.3rem}.shopify-cg__sort select{border:1px solid rgba(var(--color-foreground), .2);background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23666' d='M5 6L0 0h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:8px;border-radius:3rem;padding:.7rem 2.8rem .7rem 1.2rem;font-size:1.3rem}@keyframes skeleton-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-card{border-radius:var(--radius-media,1.2rem);overflow:hidden}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/800px 100%;border-radius:.4rem;animation:1.4s ease-in-out infinite skeleton-shimmer}.skeleton-image{aspect-ratio:1;border-radius:var(--radius-media,1.2rem) var(--radius-media,1.2rem) 0 0;width:100%}.skeleton-title{width:70%;height:1.4rem;margin:1.4rem auto .6rem}.skeleton-price{width:40%;height:1.2rem;margin:0 auto 1.6rem}.product-action-btn--add.is-loading{pointer-events:none}.product-action-btn--add.is-loading svg{animation:.6s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-action-btn--add.is-added{background:#3fa366!important}.shopify-cg__toast{background:rgb(var(--color-foreground));color:rgb(var(--color-background));white-space:nowrap;z-index:999;pointer-events:none;border-radius:3rem;padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:600;transition:transform .3s cubic-bezier(.34,1.56,.64,1);position:fixed;bottom:2.4rem;left:50%;transform:translate(-50%)translateY(120%)}.shopify-cg__toast.visible{transform:translate(-50%)translateY(0)}.shopify-cg__empty{text-align:center;color:rgba(var(--color-foreground), .5);padding:8rem 2rem;font-size:1.6rem}.shopify-cg__error{text-align:center;color:#c8273d;padding:4rem 2rem;font-size:1.5rem}.product-card-v2__sold-out{pointer-events:none;background:#ffffff80;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.product-card-v2__sold-out span{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#000000b3;border-radius:3rem;padding:.5rem 1.2rem;font-size:1.2rem;font-weight:700}.product-card-v2__price.on-sale{color:#c8273d;font-weight:600}
