.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.subcat-circles{display:flex;gap:20px;overflow-x:auto;padding:6px 2px 14px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.subcat-circles::-webkit-scrollbar{display:none}.subcat-circle{flex:0 0 auto;width:104px;text-align:center;text-decoration:none}.subcat-circle__media{width:104px;height:104px;border-radius:50%;overflow:hidden;background:#fff;border:1px solid rgba(16,16,16,.12);transition:border-color var(--t-fast) var(--ease),transform var(--t-fast) var(--ease)}.subcat-circle__media img{width:100%;height:100%;object-fit:contain;padding:10px}.subcat-circle:hover .subcat-circle__media{transform:translateY(-2px)}.subcat-circle--active .subcat-circle__media,.subcat-circle:hover .subcat-circle__media{border:2px solid #C6A14F}.subcat-circle__label{display:block;margin-top:8px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--n-800, #0D0D0D);line-height:1.35}@media(max-width:768px){.subcat-circle{width:84px}.subcat-circle__media{width:84px;height:84px}}.hero-card--circle{aspect-ratio:auto;border-radius:0;background:none;overflow:visible;text-align:center}.hero-card--circle .hero-card__media{position:relative;inset:auto;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;background:#fff;border:1px solid rgba(16,16,16,.12);transition:border-color var(--t-fast) var(--ease)}.hero-card--circle .hero-card__media img,.hero-card--circle .hero-card__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-card--circle:hover .hero-card__media{border:2px solid #C6A14F}.hero-card--circle:before,.hero-card--circle:after{display:none}.hero-card--circle .hero-card__inset{display:none}.hero-card--circle .hero-card__content{position:static;inset:auto;padding:12px 0 0}.hero-card--circle .hero-card__label{color:var(--n-800, #0D0D0D);text-shadow:none;font-size:15px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-top:2px;opacity:1!important;transform:none!important}.hero-card--circle .hero-card__desc{display:none}.product-card__spin{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity var(--t-fast) var(--ease);z-index:1}.product-card__media:hover .product-card__spin[data-spin-ready]{opacity:1}.product-card__spin-badge{position:absolute;right:8px;bottom:8px;z-index:2;font-size:9.5px;letter-spacing:.08em;padding:3px 8px;border-radius:999px;background:#1010108c;color:#fff;pointer-events:none}.product-card{position:relative;background:#fff;border-radius:var(--radius-s);display:flex;flex-direction:column;height:100%}.product-card__media{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-s);overflow:hidden;background:#fff}.product-card__media img,.product-card__media .placeholder-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform var(--t-slow) var(--ease),opacity var(--t-slow) var(--ease)}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.product-card__media .product-card__link:after{border-radius:var(--radius-s)}.product-card__badge{position:absolute;top:12px;left:12px;z-index:2;padding:4px 12px;background:var(--ink);color:#fff;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-pill)}.product-card--sold .product-card__media img{filter:grayscale(.4)}.product-card__ribbon{position:absolute;top:22px;right:-38px;z-index:2;transform:rotate(45deg);background:var(--ink);color:#fff;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:6px 48px;pointer-events:none}.product-card__info{padding:16px;display:flex;flex-direction:column;gap:6px;flex:1 1 auto}.product-card__swatches{display:flex;gap:8px;min-height:16px}.swatch{width:16px;height:16px;border-radius:var(--radius-pill);border:1px solid rgba(0,0,0,.12);padding:0;cursor:pointer;transition:box-shadow var(--t-fast) var(--ease),transform var(--t-fast) var(--ease)}.swatch--gold{background:var(--gold-swatch)}.swatch--white{background:var(--white-gold-swatch)}.swatch--rose{background:var(--rose-swatch)}.swatch--two-tone{background:linear-gradient(90deg,#d9b96a,#c6a14f 50%,#d8d8dc 50%,#ededed)}.swatch.is-active,.swatch:hover{box-shadow:0 0 0 2px #fff,0 0 0 3.5px var(--brand-500)}.swatch:active{transform:scale(.92)}.swatch--lg{width:28px;height:28px}.product-card__detail{font-size:12px;line-height:1.5;color:var(--muted);letter-spacing:.02em;min-height:18px}.product-card__title{margin:0;font-size:15px;line-height:1.45;font-weight:600;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{position:static;color:inherit}.product-card__title a:hover{color:var(--brand-600)}.product-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto;font-size:17px;font-weight:600;color:var(--ink)}.product-card__price .price--compare{font-size:14px;font-weight:400;color:var(--sale-strike);text-decoration:line-through}.product-card__price .price--sale{color:var(--sale)}.product-card__price .price--from{font-size:12px;font-weight:400;color:var(--muted)}.hero-card{position:relative;display:block;border-radius:var(--radius-s);overflow:hidden;aspect-ratio:4 / 5;background:var(--product-media-gradient);isolation:isolate}.hero-card__media,.hero-card__media img,.hero-card .placeholder-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#0000001a;transition:background var(--t-slow) var(--ease)}.hero-card:hover:before,.hero-card:focus-visible:before{background:#0009}.hero-card:after{content:"";position:absolute;inset:auto 0 0 0;height:45%;z-index:1;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55));pointer-events:none}.hero-card__inset{position:absolute;top:4px;right:4px;bottom:4px;left:4px;z-index:2;border:1px solid rgba(255,255,255,.2);border-radius:calc(var(--radius-s) - 2px);pointer-events:none}.hero-card__content{position:absolute;inset:auto 0 0 0;z-index:3;padding:24px 20px;text-align:center;color:#fff}.hero-card__label{margin:0;font-size:15px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#fff}.hero-card__desc{display:grid;grid-template-rows:0fr;transition:grid-template-rows .42s var(--ease),opacity .42s var(--ease);opacity:0}.hero-card__desc>span{overflow:hidden;display:block;font-size:13px;line-height:1.6;color:#ffffffd9}.hero-card__desc>span>span{display:block;padding-top:8px}.hero-card:hover .hero-card__desc,.hero-card:focus-visible .hero-card__desc{grid-template-rows:1fr;opacity:1}@media(hover:none){.hero-card__desc{display:none}}.product-card__media .product-card__link{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.product-card__img--swap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity var(--t-med) var(--ease);pointer-events:none}.product-card__link--has-swap:hover .product-card__img--swap,.product-card__link--has-swap.is-swapped .product-card__img--swap{opacity:1}.product-card__link--has-swap:hover .product-card__img--primary,.product-card__link--has-swap.is-swapped .product-card__img--primary{opacity:0;transition:opacity var(--t-med) var(--ease)}@media(prefers-reduced-motion:reduce){.product-card__img--swap,.product-card__img--primary{transition:none}}.hero-card__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}@media(prefers-reduced-motion:reduce){.hero-card__video{display:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/components.css.map */
