.bedrock-card{position:relative;isolation:isolate;display:flex;flex-direction:column;height:100%}.bedrock-card__media{position:relative;background:var(--bedrock-card-surface, #F4F3F0);border-radius:var(--bedrock-card-radius, 10px);overflow:hidden;aspect-ratio:var(--ratio, 1)}.bedrock-card__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity 1.2s ease,transform .85s cubic-bezier(.4,0,.2,1)}.bedrock-card__secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .3s ease}.bedrock-card__image--secondary{transform:scale(1.08)}.bedrock-card:hover .bedrock-card__secondary{opacity:1;visibility:visible}.bedrock-card:hover .bedrock-card__image--secondary{transform:scale(1)}.bedrock-card__media:has(.bedrock-card__secondary):hover .bedrock-card__image--primary{opacity:0}.bedrock-card__media:not(:has(.bedrock-card__secondary)):hover .bedrock-card__image--primary{transform:scale(1.08)}.bedrock-card__link{display:block;width:100%;height:100%}.bedrock-card__placeholder-svg{width:100%;height:100%;object-fit:cover}.bedrock-card__badges{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.bedrock-badge{font-size:11px;font-weight:500;line-height:1;padding:5px 10px;border-radius:999px;color:#fff}.bedrock-badge--sale{background:var(--bedrock-sale, #D63A1B)}.bedrock-badge--new{background:var(--bedrock-new, #2E7D4E)}.bedrock-badge--soldout{background:var(--bedrock-text-muted, #6E6E6E)}.bedrock-badge--fast{background:var(--bedrock-yellow, #ECF175);color:var(--bedrock-text, #141414)}.bedrock-card__actions{position:absolute;inset-inline:0;bottom:0;z-index:3;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:10px;background:#fff9;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.bedrock-card__actions:before{content:"";position:absolute;inset-inline:0;bottom:100%;height:36px;background:linear-gradient(180deg,#fff0,#ffffff73);pointer-events:none}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.bedrock-card__actions{background:#ffffffe0}}.bedrock-card__actions modal-opener,.bedrock-card__actions product-form,.bedrock-card__actions form{display:block;width:auto}.bedrock-card__atc{width:auto;min-width:auto;min-height:40px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--bedrock-text, #141414);border:0;border-radius:999px;color:#fff;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .3s ease,color .3s ease}.bedrock-card__atc:hover{background:#fff;color:var(--bedrock-text, #141414)}.bedrock-card__atc--disabled{background:var(--bedrock-text-muted, #6E6E6E);cursor:default}.bedrock-card__atc-text{overflow:hidden;text-overflow:ellipsis}.bedrock-card__atc-icon{order:-1;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;line-height:0}.bedrock-card__atc-icon svg{width:30px;height:30px;flex:none}.bedrock-card__atc .loading__spinner{line-height:0}.bedrock-card__atc .loading__spinner svg{width:16px;height:16px}@media screen and (max-width:749px){.bedrock-card__actions{inset-inline:auto 8px;bottom:8px;width:auto;padding:0;background:none;-webkit-backdrop-filter:none;backdrop-filter:none}.bedrock-card__actions:before{display:none}.bedrock-card__atc{width:36px;min-width:36px;height:36px;min-height:36px;padding:0;gap:0}.bedrock-card__atc-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.bedrock-card__actions--disabled{display:none}}.bedrock-card__info{padding:12px 2px 0;display:flex;flex-direction:column;gap:4px;flex:1 1 auto}.bedrock-card__category{margin:0;font-size:12px;line-height:20px;text-transform:uppercase;font-weight:700;color:rgba(var(--color-foreground),.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bedrock-card__category-link{color:inherit;text-decoration:none}.bedrock-card__category-link:hover{text-decoration:underline}.bedrock-card__heading{position:relative;margin:0;font-size:15px;line-height:1.3;min-height:2.6em}.bedrock-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:var(--bedrock-text, #141414);font-weight:600;font-size:inherit;line-height:inherit;text-decoration:none}.bedrock-card__title:hover{text-decoration:underline}.bedrock-card__title-full{position:absolute;z-index:4;left:-8px;bottom:-6px;width:calc(100% + 16px);padding:6px 8px;background:rgb(var(--color-background));border-radius:8px;box-shadow:0 4px 16px rgba(var(--color-shadow),.18);color:var(--bedrock-text, #141414);font-weight:600;font-size:inherit;line-height:1.3;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--duration-short) ease,visibility var(--duration-short) ease}@media(hover:hover)and (pointer:fine){.bedrock-card__heading--truncated:hover .bedrock-card__title-full,.bedrock-card__heading--truncated:focus-within .bedrock-card__title-full{opacity:1;visibility:visible}}.bedrock-card__info .price{font-size:15px;margin-top:2px}.bedrock-card__info .price .price-item--regular{color:var(--bedrock-text, #141414);font-weight:500}.bedrock-card__info .price--on-sale .price-item--sale{color:var(--bedrock-sale, #D63A1B);font-weight:500}.bedrock-card__info .price--on-sale .price-item--regular{color:var(--bedrock-text-muted, #6E6E6E);text-decoration:line-through;font-weight:400}.bedrock-card__swatches{display:flex;gap:6px;margin-top:4px}.bedrock-swatch{width:16px;height:16px;border-radius:4px;border:1px solid var(--bedrock-border, #E7E5E0);background-size:cover;background-position:center}.bedrock-swatch--more{width:auto;padding:0 6px;font-size:11px;color:var(--bedrock-text-muted, #6E6E6E);display:grid;place-items:center}.bedrock-card__list-actions{display:none}.bedrock-product-grid--list .bedrock-card{flex-direction:row;align-items:stretch;gap:2.4rem}.bedrock-product-grid--list .bedrock-card__media{flex:none;width:24.4rem;aspect-ratio:var(--ratio, 1)}.bedrock-product-grid--list .bedrock-card__info{flex:1 1 auto;justify-content:center;padding:0}.bedrock-product-grid--list .bedrock-card__actions{display:none}.bedrock-product-grid--list .bedrock-card__list-actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.6rem}.bedrock-card__list-atc,.bedrock-card__list-details{min-width:auto;min-height:4rem;padding:0 2rem;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;border-radius:999px;font-size:1.3rem;font-weight:700;line-height:1;white-space:nowrap}.bedrock-card__list-actions product-form,.bedrock-card__list-actions modal-opener,.bedrock-card__list-actions form{display:block;width:auto}.bedrock-card__list-atc .loading__spinner{line-height:0}.bedrock-card__list-atc .loading__spinner svg{width:1.6rem;height:1.6rem}.bedrock-product-grid--list .bedrock-card__heading{min-height:0;font-size:1.8rem}.bedrock-product-grid--list .bedrock-card__title-full{display:none}.bedrock-product-grid--list .bedrock-card__info .price{font-size:1.7rem}@media screen and (max-width:749px){.bedrock-product-grid--list .bedrock-card{gap:1.4rem}.bedrock-product-grid--list .bedrock-card__media{width:12rem}.bedrock-product-grid--list .bedrock-card__heading{font-size:1.5rem}.bedrock-product-grid--list .bedrock-card__list-actions{margin-top:1.2rem;gap:.8rem}.bedrock-card__list-atc,.bedrock-card__list-details{min-height:3.6rem;padding:0 1.4rem;font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-card-bedrock.css.map */
