.shinzo-image-frame{display:grid;position:relative;box-sizing:border-box;width:100%;padding-inline-end:var(--shinzo-image-frame-shadow-offset, 6px);padding-block-end:var(--shinzo-image-frame-shadow-offset, 6px);overflow:visible}.shinzo-image-frame:before{content:"";grid-area:1 / 1;z-index:0;width:100%;height:100%;box-sizing:border-box;transform:translate(var(--shinzo-image-frame-shadow-offset, 6px),var(--shinzo-image-frame-shadow-offset, 6px));border:var(--shinzo-image-frame-border-width, 2px) solid #000;border-radius:var(--shinzo-image-frame-radius, 8px);background:#000;pointer-events:none}.shinzo-image-frame__surface{grid-area:1 / 1;z-index:1;position:relative;border:var(--shinzo-image-frame-border-width, 2px) solid #000;border-radius:var(--shinzo-image-frame-radius, 8px);overflow:hidden;isolation:isolate;background:var(--color-background, #f6f2eb)}.shinzo-image-frame__surface img,.shinzo-image-frame__surface .shinzo-product-card__placeholder,.shinzo-image-frame__surface .shinzo-flavor-showcase__media-placeholder{display:block;width:100%;height:100%;border-radius:calc(var(--shinzo-image-frame-radius, 8px) - var(--shinzo-image-frame-border-width, 2px))}.shinzo-product-card{position:relative;width:100%;display:flex;flex-direction:column;--shinzo-card-shadow-offset: 6px}.shinzo-product-card__box{position:relative;width:100%}.shinzo-product-card__accent{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(var(--shinzo-card-shadow-offset),var(--shinzo-card-shadow-offset));background:#000;z-index:0;opacity:0;transition:opacity .2s ease;pointer-events:none;border-radius:0}.shinzo-product-card__surface{position:relative;z-index:1;display:flex;flex-direction:column;background:var(--color-background);border:var(--shinzo-border);border-radius:0;overflow:hidden}.shinzo-product-card__box:hover .shinzo-product-card__accent,.shinzo-product-card__box:focus-within .shinzo-product-card__accent{opacity:1}@media(prefers-reduced-motion:reduce){.shinzo-product-card__accent{transition:none}}.shinzo-product-card__link{display:flex;flex:1 1 auto;flex-direction:column;position:relative;z-index:1;text-decoration:none;color:#000;background:var(--color-background)}.shinzo-product-card__media{position:relative;width:100%;aspect-ratio:var(--shinzo-product-card-media-ratio, 1);background:var(--color-background);overflow:hidden}.shinzo-product-card__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.shinzo-product-card__placeholder{display:block;width:100%;height:100%;background:var(--color-background)}.shinzo-product-card__details{padding:1rem 1.1rem 1.15rem;border-top:var(--shinzo-border)}.shinzo-product-card__title{margin:0 0 .35rem;font-family:var(--shinzo-font-ui, var(--font-subheading--family));font-weight:500;font-size:clamp(1rem,2.2vw,1.125rem);line-height:1.3;text-decoration:underline;text-underline-offset:.15em}.shinzo-product-card__price{margin:0;font-family:var(--shinzo-font-body, var(--font-body--family));font-weight:400;font-size:.9375rem;line-height:1.4}.shinzo-product-card__link:hover .shinzo-product-card__title{text-decoration-thickness:2px}.shinzo-product-card__actions{position:relative;z-index:1;width:100%;padding-inline-end:var(--shinzo-btn-offset, 6px);padding-block-end:var(--shinzo-btn-offset, 6px)}.shinzo-product-card--with-atc{gap:.65rem}.shinzo-product-card__form,.shinzo-product-card__form .shopify-product-form,.shinzo-product-card__atc{width:100%}.shinzo-product-card__atc .shinzo-btn__face{justify-content:center;padding:.7rem 1rem;font-size:.875rem;letter-spacing:normal;text-transform:none}.shinzo-product-card__atc-link{text-decoration:none;color:#000}.shinzo-product-card-grid--featured{--shinzo-product-card-grid-gap: clamp(.75rem, 2vw, 1.25rem);--shinzo-product-card-grid-scale: .8;--shinzo-product-card-grid-row-gap: clamp(1.5rem, 3vw, 2.25rem);display:flex;flex-wrap:wrap;justify-content:center;align-items:start;gap:var(--shinzo-product-card-grid-gap);row-gap:var(--shinzo-product-card-grid-row-gap);margin:0;padding:0;list-style:none}.shinzo-product-card-grid--featured>li{flex:0 0 calc(100% * var(--shinzo-product-card-grid-scale));max-width:calc(100% * var(--shinzo-product-card-grid-scale));min-width:0}@media screen and (max-width:749px){.shinzo-product-card-grid--featured{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-padding-inline:calc((100% - 100% * var(--shinzo-product-card-grid-scale)) / 2);padding-inline:calc((100% - 100% * var(--shinzo-product-card-grid-scale)) / 2);scrollbar-width:none}.shinzo-product-card-grid--featured::-webkit-scrollbar{display:none}.shinzo-product-card-grid--featured>li{scroll-snap-align:center}}@media screen and (min-width:750px){.shinzo-product-card-grid--featured>li{flex:0 0 calc(((100% - 2 * var(--shinzo-product-card-grid-gap)) / 3) * var(--shinzo-product-card-grid-scale));max-width:calc(((100% - 2 * var(--shinzo-product-card-grid-gap)) / 3) * var(--shinzo-product-card-grid-scale))}}.shinzo-product-card-grid--collection{--shinzo-product-card-grid-gap: clamp(.5rem, 1.5vw, .75rem);--shinzo-product-card-grid-row-gap: clamp(1.75rem, 3.5vw, 2.75rem);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--shinzo-product-card-grid-gap);row-gap:var(--shinzo-product-card-grid-row-gap);width:100%;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.shinzo-product-card-grid--collection{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:990px){.shinzo-product-card-grid--collection{grid-template-columns:repeat(4,minmax(0,1fr))}}.shinzo-collection-grid__pagination{margin-top:clamp(2rem,5vw,3rem)}.shinzo-product-card--collection{--shinzo-card-shadow-offset: var(--shinzo-image-frame-shadow-offset, 6px)}.shinzo-product-card--collection .shinzo-product-card__link{display:flex;flex-direction:column;align-items:stretch;background:transparent;text-decoration:none;color:#000}.shinzo-product-card--collection .shinzo-product-card__media.shinzo-image-frame__surface{width:100%;aspect-ratio:var(--shinzo-product-card-media-ratio, 1);border:var(--shinzo-image-frame-border-width, 2px) solid #000;border-radius:var(--shinzo-image-frame-radius, 8px);overflow:hidden;background:var(--color-background, #f6f2eb)}.shinzo-product-card--collection .shinzo-product-card__image{object-fit:cover;object-position:center;transition:opacity .25s ease}.shinzo-product-card--collection .shinzo-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}@media(hover:hover){.shinzo-product-card--collection .shinzo-product-card__link:hover .shinzo-product-card__media--has-hover .shinzo-product-card__image--primary,.shinzo-product-card--collection .shinzo-product-card__link:focus-visible .shinzo-product-card__media--has-hover .shinzo-product-card__image--primary{opacity:0}.shinzo-product-card--collection .shinzo-product-card__link:hover .shinzo-product-card__media--has-hover .shinzo-product-card__image--secondary,.shinzo-product-card--collection .shinzo-product-card__link:focus-visible .shinzo-product-card__media--has-hover .shinzo-product-card__image--secondary{opacity:1}}@media(prefers-reduced-motion:reduce){.shinzo-product-card--collection .shinzo-product-card__image{transition:none}}.shinzo-product-card--collection .shinzo-product-card__details{padding:.85rem 0 0;border:none;text-align:center}.shinzo-product-card--collection .shinzo-product-card__title{margin:0 0 .35rem;text-align:center;text-decoration:none}.shinzo-product-card--collection .shinzo-product-card__price{text-align:center}.shinzo-product-card--collection .shinzo-product-card__link:hover .shinzo-product-card__title,.shinzo-product-card--collection .shinzo-product-card__link:focus-visible .shinzo-product-card__title{text-decoration:underline;text-underline-offset:.15em}.shinzo-product-card--collection .shinzo-product-card__badge{position:absolute;top:clamp(.5rem,2.5vw,.75rem);left:clamp(.5rem,2.5vw,.75rem);z-index:2;display:inline-flex;align-items:center;max-width:calc(100% - 1rem);padding:6px 12px;border-radius:999px;background:var(--shinzo-badge-peach);color:var(--shinzo-badge-ink);font-family:var(--shinzo-font-ui, var(--font-subheading--family));font-size:.8125rem;font-weight:500;line-height:1.2;letter-spacing:normal;pointer-events:none}.shinzo-whisk-stamp{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;border-radius:50%;background:var(--shinzo-whisk-stamp-bg, #ffeace);color:var(--shinzo-badge-ink);font-family:var(--shinzo-font-ui, var(--font-subheading--family));font-weight:700;line-height:1.05;text-align:center;letter-spacing:-.01em;transform:rotate(10deg);pointer-events:none}.shinzo-whisk-stamp__line{display:block}.shinzo-whisk-stamp--card{position:absolute;top:clamp(.9rem,4vw,1.25rem);right:clamp(1.15rem,5vw,1.55rem);z-index:2;width:clamp(4.25rem,18vw,5.5rem);height:clamp(4.25rem,18vw,5.5rem);padding:.3rem;font-size:clamp(.5625rem,2.2vw,.6875rem);transition:opacity .25s ease}@media screen and (max-width:749px){.shinzo-whisk-stamp--card{top:clamp(.5rem,2.5vw,.75rem);right:clamp(.75rem,4vw,1.1rem);width:clamp(3.25rem,14vw,4rem);height:clamp(3.25rem,14vw,4rem);padding:.22rem;font-size:clamp(.5rem,1.75vw,.5625rem)}}@media(hover:hover){.shinzo-product-card--collection .shinzo-product-card__link:hover .shinzo-product-card__frame:has(.shinzo-product-card__media--has-hover) .shinzo-whisk-stamp--card,.shinzo-product-card--collection .shinzo-product-card__link:focus-visible .shinzo-product-card__frame:has(.shinzo-product-card__media--has-hover) .shinzo-whisk-stamp--card{opacity:0}}@media(prefers-reduced-motion:reduce){.shinzo-whisk-stamp--card{transition:none}.shinzo-whisk-stamp{transform:none}}.shinzo-product-card--collection.shinzo-product-card--with-atc{gap:.65rem}.shinzo-product-card--collection .shinzo-product-card__actions{padding-inline-end:var(--shinzo-btn-offset, 6px);padding-block-end:var(--shinzo-btn-offset, 6px)}
/*# sourceMappingURL=/cdn/shop/t/11/assets/shinzo-product-card.css.map */
