.islander-product-card{position:relative;display:flex;min-width:0;height:100%;flex-direction:column;overflow:hidden;border:1px solid var(--islander-border);border-radius:1.2rem;background:var(--islander-surface-soft);box-shadow:0 .7rem #32483812;color:var(--islander-ink);font-family:var(--islander-font-ui);transition:box-shadow var(--islander-duration-standard) var(--islander-ease),transform var(--islander-duration-standard) var(--islander-ease)}.islander-product-card:focus-within{box-shadow:var(--islander-depth-2);outline:2px solid var(--islander-moss);outline-offset:.3rem}.islander-product-card__media{aspect-ratio:var(--islander-card-ratio, 4 / 5);border-bottom:1px solid var(--islander-border);background:#fff}.islander-product-card__media-link{position:relative;display:block;width:100%;height:100%;overflow:hidden}.islander-product-card__media img,.islander-product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:clamp(1.2rem,2vw,2.4rem);transition:opacity var(--islander-duration-standard) var(--islander-ease),transform var(--islander-duration-standard) var(--islander-ease)}.islander-product-card__image--secondary,.islander-product-card__image--swatch-preview{opacity:0}.islander-product-card--has-secondary:focus-within .islander-product-card__image:not(.islander-product-card__image--secondary):not(.islander-product-card__image--swatch-preview){opacity:0}.islander-product-card--has-secondary:focus-within .islander-product-card__image--secondary{opacity:1}.islander-product-card__badges{position:absolute;z-index:1;top:1.2rem;left:1.2rem;display:flex;gap:.6rem;pointer-events:none}.islander-product-card__badge{border:1px solid var(--islander-ink);padding:.5rem .8rem;background:var(--islander-surface-raised);color:var(--islander-ink);font-size:1rem;font-weight:600;letter-spacing:.09em;line-height:1;text-transform:uppercase}.islander-product-card__badge--sale{border-color:var(--islander-moss);background:var(--islander-moss);color:#fff}.islander-product-card__content{display:flex;flex:1;flex-direction:column;padding:clamp(1.4rem,2vw,2rem)}.islander-product-card__vendor{margin:0 0 .6rem;color:var(--islander-ink-muted);font-size:1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.islander-product-card__title{margin:0;font-family:var(--islander-font-display);font-size:clamp(1.8rem,2vw,2.2rem);font-weight:var(--font-heading-weight);line-height:1.15}.islander-product-card__title a{color:inherit;text-decoration:none}.islander-product-card__title a:after{position:absolute;content:"";top:0;right:0;bottom:0;left:0}.islander-product-card__price{position:relative;z-index:1;margin-top:.8rem;color:var(--islander-ink);font-size:1.3rem}.islander-product-card__swatches{position:relative;z-index:2;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:1.2rem}.islander-product-card__swatch{display:inline-flex;width:3.2rem;height:3.2rem;flex:0 0 3.2rem;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--islander-border);border-radius:.2rem;background:#fff;color:inherit;text-decoration:none;touch-action:manipulation;transition:border-color var(--islander-duration-fast) ease,transform var(--islander-duration-fast) ease}.islander-product-card__swatch[aria-current=true]{border-color:var(--islander-moss);box-shadow:0 0 0 .2rem var(--islander-surface-soft),0 0 0 .4rem var(--islander-moss)}.islander-product-card__swatch:hover,.islander-product-card__swatch:focus-visible{border-color:var(--islander-moss);outline:2px solid var(--islander-moss);outline-offset:.2rem;transform:scale(1.08)}.islander-product-card__swatch .swatch,.islander-product-card__swatch-media{display:block;width:100%;height:100%}.islander-product-card__swatch-media{background-position:center;background-size:cover}.islander-product-card__swatch-count{color:var(--islander-ink-muted);font-size:1.1rem;line-height:1}.islander-product-card__swatch-count--mobile{display:none}.islander-product-card__rating{position:relative;z-index:1;display:flex;align-items:center;gap:.4rem;margin-top:.8rem;color:var(--islander-ink-muted);font-size:1.1rem}.islander-product-card__rating>span:first-child{color:var(--islander-moss)}.islander-product-card__action{position:relative;z-index:2;margin-top:auto;padding-top:1.6rem}.islander-product-card__button{display:flex;width:100%;min-height:4.6rem;align-items:center;justify-content:center;gap:.8rem;border:1px solid var(--islander-moss);padding:.8rem 1.2rem;background:var(--islander-moss);color:#fff;cursor:pointer;font:600 1.1rem / 1 var(--islander-font-ui);letter-spacing:.08em;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color var(--islander-duration-fast) ease,color var(--islander-duration-fast) ease}.islander-product-card__button:hover{background:var(--islander-teal)}.islander-product-card__button:disabled{border-color:var(--islander-border);background:transparent;color:var(--islander-ink-muted);cursor:not-allowed}.islander-product-card__button svg{width:1.4rem;height:1.4rem}@media(hover:hover)and (pointer:fine){.islander-product-card:hover{box-shadow:var(--islander-depth-2);transform:perspective(120rem) translateY(-.4rem) rotateX(.6deg)}.islander-product-card:hover .islander-product-card__image{transform:scale(1.015)}.islander-product-card--has-secondary:hover .islander-product-card__image:not(.islander-product-card__image--secondary):not(.islander-product-card__image--swatch-preview){opacity:0}.islander-product-card--has-secondary:hover .islander-product-card__image--secondary{opacity:1}}.islander-product-card.islander-product-card--swatch-previewing .islander-product-card__image:not(.islander-product-card__image--swatch-preview){opacity:0}.islander-product-card.islander-product-card--swatch-previewing .islander-product-card__image--swatch-preview{opacity:1}@media screen and (max-width:749px){.islander-product-card__swatch{width:2.8rem;height:2.8rem;flex-basis:2.8rem}.islander-product-card__swatch--mobile-hidden,.islander-product-card__swatch-count--desktop{display:none}.islander-product-card__swatch-count--mobile{display:inline-flex}}@media(prefers-reduced-motion:reduce){.islander-product-card,.islander-product-card__image,.islander-product-card__button{transition-duration:1ms}.islander-product-card:hover,.islander-product-card:hover .islander-product-card__image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/islander-product-card.css.map */
