.product-card{position:relative;display:flex;flex-direction:column;gap:8px}.product-card__media-link{position:relative;display:block;text-decoration:none;color:inherit}.product-card__media{position:relative;width:100%;aspect-ratio:329 / 362;border-radius:10px;overflow:hidden;background:var(--gradient-product-card, linear-gradient(to right, #EDE8E3, #D4CCC7))}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .15s ease}.product-card__media-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__media-hover{opacity:1}.product-card:hover .product-card__media-primary{opacity:0}.product-card__media--swipeable:hover .product-card__media-primary{opacity:1}.product-card__media--swipeable .product-card__media-hover{display:none}.product-card:has(.product-card__swatches) .product-card__media-hover{display:none!important;opacity:0!important}.product-card:has(.product-card__swatches):hover .product-card__media-primary{opacity:1!important}.product-card__media-track{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x;cursor:grab}.product-card__media-track::-webkit-scrollbar{display:none}.product-card__media-track.is-dragging{cursor:grabbing;scroll-snap-type:none}.product-card__media-slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start}.product-card__media-slide img,.product-card__media-slide video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-select:none;user-select:none}.product-card__tags{position:absolute;top:14px;inset-inline-start:14px;display:inline-flex;gap:6px;pointer-events:none;z-index:2}.product-card__icons{position:absolute;inset-inline:14px;bottom:14px;display:flex;align-items:center;justify-content:space-between;z-index:2;pointer-events:none}.product-card__icon-btn{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;padding:0;color:var(--ink, #101820);cursor:pointer;pointer-events:auto;transition:transform var(--dur-fast) var(--ease),opacity var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease);flex-shrink:0}.product-card[data-media-tone=dark] .product-card__icon-btn{color:#fff}.product-card[data-media-tone=light] .product-card__icon-btn{color:var(--ink, #101820)}.product-card__icon-btn:hover{transform:scale(1.06)}.product-card__icon-btn:active{opacity:.65;transform:scale(1)}.product-card__icon-btn svg{width:24px;height:24px;stroke:currentColor;filter:drop-shadow(0 0 1px rgba(0,0,0,.12))}.product-card[data-media-tone=dark] .product-card__icon-btn svg{filter:drop-shadow(0 0 1px rgba(0,0,0,.4))}.featured-collection .product-card__icon-btn svg{stroke-width:1}.product-card__icon-btn--wishlist.is-active{animation:wishlist-pop .35s ease}.product-card__icon-btn--wishlist.is-active svg{fill:currentColor}@keyframes wishlist-pop{0%{transform:scale(1)}45%{transform:scale(1.28)}to{transform:scale(1)}}.product-card__icon-btn[aria-busy=true]{opacity:.5;pointer-events:none}.product-card__swatch-fill{display:block;width:100%;height:100%;border-radius:50%}.product-card__swatch-fill--gold-vermeil,.product-card__swatch--gold-vermeil .product-card__swatch-fill,.product-card__swatch--gold .product-card__swatch-fill{background:var(--metal-swatch-gold)}.product-card__swatch-fill--sterling-silver,.product-card__swatch--sterling-silver .product-card__swatch-fill,.product-card__swatch--silver .product-card__swatch-fill{background:var(--metal-swatch-silver)}.product-card__swatch-fill--two-tone,.product-card__swatch--two-tone .product-card__swatch-fill{background:var(--metal-swatch-two-tone)}.product-card__tags:empty{display:none}.product-card__body{display:flex;flex-direction:column;gap:8px;padding-top:0}.product-card__title{font-family:var(--font-sans);font-weight:700;font-size:13px;line-height:18px;letter-spacing:0;text-transform:uppercase;color:#000;text-decoration:none;transition:color var(--dur-fast) var(--ease)}html[lang^=ar] .product-card__title,html[dir=rtl] .product-card__title,.locale-ar .product-card__title{text-transform:none;font-family:var(--font-arabic);letter-spacing:0}.product-card__title:active,.product-card:has(.product-card__title:active) .product-card__title{color:#737373}.product-card__vendor,.product-card__material{font-family:var(--font-sans);font-weight:400;font-size:12px;line-height:16px;color:#737373}html[lang^=ar] .product-card__material,html[dir=rtl] .product-card__material,.locale-ar .product-card__material{font-family:var(--font-arabic);font-size:12px;line-height:16px}.product-card__price{font-family:var(--font-sans);font-weight:700;font-size:13px;line-height:18px;color:var(--accent)}html[lang^=ar] .product-card__price,html[dir=rtl] .product-card__price,.locale-ar .product-card__price{font-family:var(--font-arabic)}.product-card__price del{color:#9a9a9a;font-weight:400;text-decoration:line-through;margin-inline-end:6px}.product-card__swatches{display:inline-flex;gap:8px;align-items:center;margin-top:0;direction:ltr;unicode-bidi:isolate}html[dir=rtl] .product-card__body .product-card__swatches{align-self:flex-start}.product-card__swatch{width:22px;height:22px;border-radius:50%;background:#d4ccc7;border:.5px solid rgba(0,0,0,.12);cursor:pointer;padding:2px;position:relative;overflow:hidden;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;transition:border-color var(--dur-fast) var(--ease),box-shadow var(--dur-fast) var(--ease)}.product-card__swatch .product-card__swatch-fill{width:100%;height:100%;border-radius:50%}.product-card__swatch img{width:100%;height:100%;object-fit:cover;border-radius:50%}.product-card__swatch[aria-pressed=true],.product-card__swatch[aria-current=true]{border:1px solid #000;padding:1px}.product-card__swatch[aria-pressed=false]:not([aria-current=true]):hover{border-color:#00000059}.product-card--home .product-card__price{color:#000}.featured-collection,.collection-grid{--fc-image-gap: 7px;--fc-body-gap: 5px;--fc-title-size: 12px;--fc-title-lh: 16px;--fc-title-track: .03em;--fc-material-size: 11px;--fc-material-lh: 14px;--fc-price-size: 12px;--fc-price-lh: 16px;--fc-tag-size: 7px;--fc-tag-height: 20px;--fc-tag-pad-x: 8px;--fc-tag-radius: 10px;--fc-tag-track: .5px;--fc-tag-inset: 10px;--fc-icon-size: 20px;--fc-icon-inset: 10px;--fc-swatch-size: 16px;--fc-swatch-gap: 6px;--fc-media-radius: 8px;--fc-media-ratio: 177 / 215}.featured-collection .product-card--home,.collection-grid .product-card--home{gap:var(--fc-image-gap)}.featured-collection .product-card--home .product-card__body,.collection-grid .product-card--home .product-card__body{gap:var(--fc-body-gap);min-width:0}.featured-collection .product-card--home .product-card__media,.collection-grid .product-card--home .product-card__media{aspect-ratio:var(--fc-media-ratio, 177 / 215);border-radius:var(--fc-media-radius);background:var(--ghalia-paper)}.featured-collection .product-card--home .product-card__title,.collection-grid .product-card--home .product-card__title{font-size:var(--fc-title-size);line-height:var(--fc-title-lh);letter-spacing:var(--fc-title-track);display:block;max-width:100%;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.featured-collection .product-card--home .product-card__material,.collection-grid .product-card--home .product-card__material{font-size:var(--fc-material-size);line-height:var(--fc-material-lh);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-collection .product-card--home .product-card__price,.collection-grid .product-card--home .product-card__price{font-size:var(--fc-price-size);line-height:var(--fc-price-lh);margin:0}.featured-collection .product-card--home .product-card__tags,.collection-grid .product-card--home .product-card__tags{top:var(--fc-tag-inset);inset-inline-start:var(--fc-tag-inset)}.featured-collection .product-card--home .product-card__icons,.collection-grid .product-card--home .product-card__icons{inset-inline:var(--fc-icon-inset);bottom:var(--fc-icon-inset)}.featured-collection .product-card--home .product-card__icon-btn,.collection-grid .product-card--home .product-card__icon-btn,.featured-collection .product-card--home .product-card__icon-btn svg,.collection-grid .product-card--home .product-card__icon-btn svg{width:var(--fc-icon-size);height:var(--fc-icon-size)}.featured-collection .product-card--home .product-card__swatches,.collection-grid .product-card--home .product-card__swatches{gap:var(--fc-swatch-gap);margin-top:2px}.featured-collection .product-card--home .product-card__swatch,.collection-grid .product-card--home .product-card__swatch{width:var(--fc-swatch-size);height:var(--fc-swatch-size);padding:1px}.featured-collection .product-card--home .tag,.collection-grid .product-card--home .tag{height:auto;min-height:var(--fc-tag-height);padding:0 var(--fc-tag-pad-x);border-radius:var(--fc-tag-radius);font-size:var(--fc-tag-size);font-weight:700;line-height:1;letter-spacing:var(--fc-tag-track)}@media(min-width:768px){.featured-collection,.collection-grid{--fc-image-gap: 8px;--fc-body-gap: 5px;--fc-title-size: 12px;--fc-title-lh: 16px;--fc-title-track: .02em;--fc-material-size: 11px;--fc-material-lh: 14px;--fc-price-size: 12px;--fc-price-lh: 16px;--fc-tag-size: 8px;--fc-tag-height: 22px;--fc-tag-pad-x: 10px;--fc-tag-radius: 11px;--fc-tag-track: .6px;--fc-tag-inset: 12px;--fc-icon-size: 22px;--fc-icon-inset: 12px;--fc-swatch-size: 18px;--fc-swatch-gap: 8px;--fc-media-radius: 10px}.featured-collection .product-card--home .product-card__media,.collection-grid .product-card--home .product-card__media{aspect-ratio:224 / 246}}@media(min-width:769px){.featured-collection,.collection-grid{--fc-image-gap: 8px;--fc-body-gap: 8px;--fc-title-size: 13px;--fc-title-lh: 18px;--fc-title-track: 0;--fc-material-size: 12px;--fc-material-lh: 16px;--fc-price-size: 13px;--fc-price-lh: 18px;--fc-tag-size: 9px;--fc-tag-height: 26px;--fc-tag-pad-x: 13.5px;--fc-tag-radius: 13px;--fc-tag-track: .8px;--fc-tag-inset: 14px;--fc-icon-size: 24px;--fc-icon-inset: 14px;--fc-swatch-size: 22px;--fc-swatch-gap: 8px;--fc-media-radius: 10px}.featured-collection .product-card--home .product-card__media,.collection-grid .product-card--home .product-card__media{aspect-ratio:329 / 362}.featured-collection .product-card--home .product-card__material,.collection-grid .product-card--home .product-card__material{white-space:normal;overflow:visible;text-overflow:unset}.featured-collection .product-card--home .product-card__swatch,.collection-grid .product-card--home .product-card__swatch{padding:2px}}html[lang^=ar] .featured-collection .product-card--home .product-card__title,html[lang^=ar] .collection-grid .product-card--home .product-card__title,html[dir=rtl] .featured-collection .product-card--home .product-card__title,html[dir=rtl] .collection-grid .product-card--home .product-card__title,.locale-ar .featured-collection .product-card--home .product-card__title,.locale-ar .collection-grid .product-card--home .product-card__title{font-family:var(--font-arabic);letter-spacing:0;line-height:1.45;text-transform:none}html[lang^=ar] .featured-collection .product-card--home .product-card__material,html[lang^=ar] .collection-grid .product-card--home .product-card__material,html[dir=rtl] .featured-collection .product-card--home .product-card__material,html[dir=rtl] .collection-grid .product-card--home .product-card__material,.locale-ar .featured-collection .product-card--home .product-card__material,.locale-ar .collection-grid .product-card--home .product-card__material,html[lang^=ar] .featured-collection .product-card--home .product-card__price,html[lang^=ar] .collection-grid .product-card--home .product-card__price,html[dir=rtl] .featured-collection .product-card--home .product-card__price,html[dir=rtl] .collection-grid .product-card--home .product-card__price,.locale-ar .featured-collection .product-card--home .product-card__price,.locale-ar .collection-grid .product-card--home .product-card__price{font-family:var(--font-arabic)}html[lang^=ar] .featured-collection .product-card--home .tag,html[lang^=ar] .collection-grid .product-card--home .tag,html[dir=rtl] .featured-collection .product-card--home .tag,html[dir=rtl] .collection-grid .product-card--home .tag,.locale-ar .featured-collection .product-card--home .tag,.locale-ar .collection-grid .product-card--home .tag{font-family:var(--font-arabic);letter-spacing:0;text-transform:none}@media(max-width:767px){.product-card--home .product-card__media{aspect-ratio:177 / 195}}@media(min-width:768px)and (max-width:768px){.product-card--home .product-card__media{aspect-ratio:224 / 246}}.product-card--compact .product-card__media{aspect-ratio:242 / 266}.product-card--compact .product-card__tags{top:8px;inset-inline-start:8px}.product-card--compact .product-card__icons,.product-card--compact .product-card__swatches{display:none}.product-card--compact .product-card__body,.product-card--mini{gap:6px}.product-card--mini .product-card__media{aspect-ratio:1 / 1}.product-card--mini .product-card__tags,.product-card--mini .product-card__swatches{display:none}.product-card--mini .product-card__title{font-size:11px;line-height:15px}.product-card--mini .product-card__vendor{display:none}.product-card--mini .product-card__price{font-size:12px}.product-card--mini .product-card__add{position:absolute;bottom:8px;inset-inline-end:8px;width:28px;height:28px;border-radius:50%;background:var(--ink);color:var(--paper);display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;padding:0;z-index:3;pointer-events:auto;transition:background var(--dur-fast) var(--ease)}.product-card--mini .product-card__add:hover{background:var(--accent)}.product-card--mini .product-card__add svg{width:14px;height:14px}.product-card--horizontal{flex-direction:row;align-items:center;gap:16px}.product-card--horizontal .product-card__media{aspect-ratio:1 / 1;width:96px;flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-card.css.map */
