.g-card-photo-link{position:relative;overflow:hidden}
.g-product-card .g-card-image .g-card-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 850ms ease,transform 900ms cubic-bezier(.2,.65,.3,1);pointer-events:none}
.g-product-card .g-card-image .g-card-photo.is-visible{opacity:1}
.g-product-card .g-card-image{isolation:isolate}
.g-product-card .g-card-image .g-tag,.g-product-card .g-heart-form{z-index:2}
.g-card-thumbs{display:flex;align-items:center;gap:7px;margin:11px 0 -3px;padding:3px 1px 6px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#ccc transparent}
.g-card-thumbs button{display:block;flex:0 0 44px;width:44px;height:44px;padding:2px;border:1px solid #deded8;background:#fff;opacity:.7;transition:border-color 180ms,opacity 180ms,transform 180ms;touch-action:manipulation}
.g-card-thumbs button img{width:100%;height:100%;object-fit:cover;pointer-events:none}
.g-card-thumbs button:hover,.g-card-thumbs button[aria-pressed=true]{opacity:1;border-color:#161616}
.g-card-thumbs button:hover{transform:translateY(-1px)}
.g-card-thumbs button:focus-visible{outline-offset:0}
.g-card-colors{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:10px}
.g-site .g-card-color{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:3px 1px;max-width:100%;border:0;background:none;color:#666;font-size:10px;line-height:1.6;text-align:left}
.g-card-color>span{overflow-wrap:anywhere}
.g-card-swatch{display:block;flex:0 0 15px;width:15px;height:15px;background:var(--card-color,#ddd);border:1px solid #0002;border-radius:50%;position:relative;transition:box-shadow 200ms,transform 200ms}
.g-card-swatch.is-unknown{background:linear-gradient(135deg,#eee 45%,#aaa 47%,#aaa 52%,#eee 54%)}
button.g-card-color:hover .g-card-swatch,button.g-card-color[aria-pressed=true] .g-card-swatch{box-shadow:0 0 0 2px #fff,0 0 0 3px #a3a39d}
button.g-card-color:hover .g-card-swatch{transform:scale(1.08)}
button.g-card-color[aria-pressed=true]{color:#111}
@media(max-width:560px){.g-card-thumbs{gap:6px;margin-top:8px}.g-card-thumbs button{flex-basis:40px;width:40px;height:40px}.g-card-colors{gap:5px 11px;margin-top:7px}.g-site .g-card-color{font-size:9px;min-height:40px;gap:6px}.g-card-swatch{flex-basis:13px;width:13px;height:13px}}
@media(prefers-reduced-motion:reduce){.g-product-card .g-card-image .g-card-photo,.g-card-thumbs button,.g-card-swatch{transition:none!important}}
