.product-grid{display:grid;gap:var(--grid-gap-md)}@media screen and (max-width:749px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-gap-sm)}}@media screen and (max-width:389px){.product-grid{grid-template-columns:1fr;gap:var(--mobile-card-gap)}}@media screen and (min-width:750px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1200px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{display:flex;flex-direction:column;height:100%;overflow:hidden;border:var(--border-subtle);border-radius:0;background:linear-gradient(180deg,rgba(var(--color-surface),.95),rgba(var(--color-surface),.84)),var(--overlay-soft);box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.product-card:hover{border-color:rgba(var(--color-text),.14);box-shadow:none}.product-card__media-shell,.product-card__media{display:block;overflow:hidden;aspect-ratio:4/5;background:rgb(var(--color-surface));border-bottom:1px solid var(--line-soft)}.product-card__media-shell{position:relative;isolation:isolate;border-radius:0;touch-action:pan-y}.product-card__media-shell .product-card__media{position:absolute;top:0;right:0;bottom:0;left:0;border-bottom:0;aspect-ratio:auto}@media screen and (max-width:749px){.collections-overview__grid .product-card__media-shell,.collections-overview__grid .product-card__media{aspect-ratio:4/3}.collections-overview__grid .product-card__content{gap:.7rem;padding:var(--space-sm)}.collections-overview__grid .product-card__title,.collections-overview__grid .product-card__description,.collections-overview__grid .product-card__footer{text-align:center;justify-content:center}.collections-overview__grid .product-card__description{display:none}}@media screen and (max-width:749px){.product-grid .product-card__content{--card-mobile-gap: .25rem}.product-grid .product-card__media-shell,.product-grid .product-card__media{aspect-ratio:4 / 5;border-radius:0}.product-grid .product-card__media img,.product-grid .product-card__media svg{border-radius:0}.product-grid .product-card__content{gap:var(--space-xs);padding:var(--space-sm) var(--space-sm) var(--space-md)}.product-grid .product-card__description{min-height:auto;margin-top:.22rem;font-size:.76rem;line-height:1.42}.product-grid .product-card__footer{gap:var(--space-2xs);align-items:center}.product-grid .product-card__footer--product{align-items:start;justify-items:start}.product-grid .product-card__footer .btn{min-height:2.2rem;padding:.34rem .62rem;font-size:.64rem;letter-spacing:.12em}}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:filter .18s ease}.product-card__media .media-frame{border-radius:0;border:0;background:rgb(var(--color-surface));box-shadow:none}.product-card__gallery-slide{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;transform:translate(102%);transition:transform .26s ease;visibility:hidden;will-change:transform}.product-card__gallery-slide.is-active{transform:translate(0);visibility:visible}.product-card__gallery-slide.is-transitioning{visibility:visible}.product-card__gallery-slide.is-before{transform:translate(-102%)}.product-card__gallery-slide.is-after{transform:translate(102%)}.product-card__gallery-slide .media-frame,.product-card__gallery-slide img,.product-card__gallery-slide svg{width:100%;height:100%;object-fit:cover;border-radius:0}.product-card__gallery-slide .media-frame{border:0;background:rgb(var(--color-surface));box-shadow:none}.product-card__gallery-arrow{position:absolute;top:50%;z-index:3;display:grid;place-items:center;width:clamp(2rem,3vw,2.4rem);height:clamp(2rem,3vw,2.4rem);padding:0;border:1px solid rgba(var(--color-text),.12);border-radius:999px;background:rgba(var(--color-surface),.86);color:rgb(var(--color-text));box-shadow:var(--shadow-xs);cursor:pointer;opacity:0;transform:translateY(-50%) scale(.96);transition:opacity .16s ease,transform .16s ease,background-color .16s ease,border-color .16s ease}.product-card__gallery-arrow--prev{left:.65rem}.product-card__gallery-arrow--next{right:.65rem}.product-card__gallery-arrow span{display:block;font-size:1.45rem;line-height:1;transform:translateY(-.04em)}.product-card__gallery-arrow:hover,.product-card__gallery-arrow:focus-visible{border-color:rgba(var(--color-text),.22);background:rgba(var(--color-surface),.96);transform:translateY(-50%) scale(1)}.product-card__media-shell:hover .product-card__gallery-arrow,.product-card__media-shell:focus-within .product-card__gallery-arrow{opacity:1;transform:translateY(-50%) scale(1)}.product-card__gallery-dots{display:none}@media screen and (max-width:749px){.product-card__gallery-arrow{display:none}.product-card__gallery-dots{position:absolute;inset-inline:0;bottom:.58rem;z-index:4;display:flex;justify-content:center;align-items:center;gap:.28rem;pointer-events:none}.product-card__gallery-dot{width:.32rem;height:.32rem;border-radius:999px;background:rgba(var(--color-surface),.84);opacity:.58;transition:width .18s ease,opacity .18s ease,background-color .18s ease}.product-card__gallery-dot.is-active{width:.86rem;background:rgba(var(--color-surface),.96);opacity:.92}.product-card__media-shell.is-swipe-hinted .product-card__gallery-slide.is-active{animation:product-card-mobile-swipe-hint .92s cubic-bezier(.22,1,.36,1) both}}.product-card:hover .product-card__media img{filter:saturate(1.02) contrast(1.01)}.product-card__content{display:flex;flex:1;flex-direction:column;gap:var(--space-xs);padding:var(--space-md)}.product-card__meta{display:flex;justify-content:flex-start;align-items:center;gap:.75rem;min-height:1.25rem;color:rgba(var(--color-text),.52)}.product-card__body{display:grid;gap:var(--space-2xs)}.product-card__title{font-size:var(--text-lg);line-height:1.12;letter-spacing:var(--tracking-tight);font-weight:var(--weight-semibold);overflow-wrap:anywhere;text-wrap:balance;max-width:17ch}.product-card__title a{transition:color .18s ease}.product-card:hover .product-card__title a{color:rgba(var(--color-text),.84)}.product-card__description{margin-top:var(--space-2xs);color:rgba(var(--color-text),.56);font-size:var(--text-sm);line-height:1.58;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.45rem}.product-card__footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:var(--cluster-gap);padding-top:var(--space-2xs);font-family:var(--font-ui-family)}.product-card__footer--product{margin-top:var(--space-xs);display:grid;justify-items:start;gap:var(--space-2xs);padding-top:0}.product-card__price-wrap{min-width:0}.product-card__price-wrap .price{font-size:.84rem;color:rgba(var(--color-text),.72)}.product-card__cta{display:inline-flex;width:fit-content;margin-top:var(--space-2xs);padding-bottom:.18rem;border-bottom:1px solid currentColor;color:rgb(var(--color-text));font-family:var(--font-ui-family);font-size:.74rem;letter-spacing:.12em;line-height:1.2;text-transform:uppercase;transition:color .18s ease,border-color .18s ease}.product-card__cta:hover,.product-card__cta:focus-visible{color:rgba(var(--color-text),.68)}@media screen and (max-width:420px){.product-card__title{font-size:var(--type-h4);max-width:none}.product-card__footer--product{justify-items:start}.product-card__cta{min-height:var(--mobile-touch-target);align-items:center}}@keyframes product-card-mobile-swipe-hint{0%,to{transform:translate(0)}34%{transform:translate(-.72rem)}58%{transform:translate(.34rem)}}@media(prefers-reduced-motion:reduce){.product-card__media-shell.is-swipe-hinted .product-card__gallery-slide.is-active{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/component-product-card.css.map */
