:root{--cp-card-background: #fff;--cp-card-media-background: #f3efe9;--cp-card-text: #201d1a;--cp-card-muted: #77716b;--cp-card-border: rgba(32, 29, 26, .09);--cp-card-shadow: 0 10px 32px rgba(34, 27, 21, .07);--cp-card-shadow-hover: 0 18px 46px rgba(34, 27, 21, .12);--cp-card-radius: 16px;--cp-card-media-radius: 13px;--cp-card-gap: 10px;--cp-card-padding: 8px;--cp-card-image-ratio: 4 / 5;--cp-card-transition: transform .28s cubic-bezier(.22, 1, .36, 1), box-shadow .28s cubic-bezier(.22, 1, .36, 1), border-color .28s ease}.product-grid{--product-grid-gap: 12px;align-items:stretch}.product-grid__item{min-width:0;height:100%;border:0}.product-grid__item>product-card,.product-grid__item .product-card{width:100%;height:100%;min-width:0}.product-grid .product-card{position:relative;display:grid;height:100%;overflow:visible;border-radius:var(--cp-card-radius);background:var(--cp-card-background);border:1px solid var(--cp-card-border);box-shadow:none;isolation:isolate;transition:var(--cp-card-transition)}.card-hover-effect-lift .product-grid .product-card:hover,.card-hover-effect-scale .product-grid .product-card:hover,.card-hover-effect-subtle-zoom .product-grid .product-card:hover{transform:none}.product-grid .product-card__content{display:flex;flex-direction:column;align-items:stretch;gap:var(--cp-card-gap);height:100%;padding:var(--cp-card-padding);overflow:hidden;border-radius:inherit;background:transparent}.product-grid .product-card__link{z-index:2;border-radius:inherit}.product-grid .product-card :is(button,input,select,label,quick-add-component,add-to-cart-component,swatches-variant-picker-component,slideshow-arrows,slideshow-controls){position:relative;z-index:4}.product-grid .product-card .card-gallery{position:relative;width:100%;aspect-ratio:var(--cp-card-image-ratio);min-height:0;overflow:hidden;border-radius:var(--cp-card-media-radius);background:var(--cp-card-media-background);transform:translateZ(0)}.card-hover-effect-subtle-zoom .product-grid .product-card:hover .card-gallery{transform:none}.product-grid .product-card .card-gallery>*,.product-grid .product-card .card-gallery slideshow-component,.product-grid .product-card .card-gallery slideshow-container,.product-grid .product-card .card-gallery slideshow-slides,.product-grid .product-card .card-gallery slideshow-slide,.product-grid .product-card .card-gallery .product-card__image{width:100%;height:100%;min-height:0}.product-grid .product-card .card-gallery img,.product-grid .product-card .product-card__image img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center;transition:transform .65s cubic-bezier(.22,1,.36,1),opacity .26s ease}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.product-grid .product-card:hover .card-gallery img{transform:scale(1.035)}}.product-grid .product-card__content>:not(.card-gallery){margin-inline:4px}.product-grid .product-card__content>.group-block:has(.card-gallery){margin-inline:0}.product-grid .product-card :is(.group-block,.group-block-content,.text-block,product-price){min-width:0}.product-grid .product-card :is(.product-title,.product-card__title,h3,h4,.h3,.h4){margin:0;color:var(--cp-card-text);font-size:14px;font-weight:520;line-height:1.38;letter-spacing:-.01em}.product-grid .product-card :is(.product-title,.product-card__title,h3,h4,.h3,.h4){display:-webkit-box;min-height:2.76em;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-grid .product-card :is(.product-title,.product-card__title,h3,h4,.h3,.h4) a{color:inherit;text-decoration:none}.product-grid .product-card product-price{display:block;width:100%;color:var(--cp-card-text)}.product-grid .product-card product-price [ref=priceContainer]{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 7px}.product-grid .product-card :is(.price,.price-item,.price-item--regular,.price-item--sale){color:var(--cp-card-text);font-size:15px;font-weight:650;line-height:1.2;letter-spacing:-.015em}.product-grid .product-card .price-item--sale{font-weight:700}.product-grid .product-card .compare-at-price{color:var(--cp-card-muted);font-size:12px;font-weight:450;opacity:.8;text-decoration-thickness:1px}.product-grid .product-card :is(.unit-price,.tax-note,.volume-pricing-note){color:var(--cp-card-muted);font-size:11px;line-height:1.35}.product-grid .product-card :is(.product-badges,.product-card__badges){position:absolute;top:10px;left:10px;z-index:5;display:flex;flex-wrap:wrap;gap:6px;max-width:calc(100% - 20px);pointer-events:none}.product-grid .product-card :is(.product-badge,.product-badges__badge,.badge){display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:5px 9px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:#ffffffe6;color:#211d19;box-shadow:0 4px 15px #211d1914;font-size:10px;font-weight:650;line-height:1;letter-spacing:.035em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-grid .product-card swatches-variant-picker-component{width:100%}.product-grid .product-card overflow-list{gap:5px}.product-grid .product-card .swatch{transition:transform .18s ease,box-shadow .18s ease}@media(any-pointer:fine){.product-grid .product-card .swatch:hover{transform:translateY(-1px)}}.product-grid .product-card :is(.quick-add,quick-add-component,add-to-cart-component,.add-to-cart__button){width:100%}.product-grid .product-card :is(.quick-add__button,.add-to-cart-button,.add-to-cart__button button){width:100%;min-height:42px;padding:10px 13px;border:1px solid #26211d;border-radius:11px;background:#26211d;color:#fff;box-shadow:none;font-size:12px;font-weight:620;line-height:1.15;letter-spacing:.01em;transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .16s ease}.product-grid .product-card :is(.quick-add__button,.add-to-cart-button,.add-to-cart__button button):active{transform:scale(.98)}@media screen and (min-width:750px){.product-grid{--product-grid-gap: 20px}.product-grid .product-card{--cp-card-radius: 19px;--cp-card-media-radius: 15px;--cp-card-padding: 10px;--cp-card-gap: 12px}.product-grid .product-card :is(.product-title,.product-card__title,h3,h4,.h3,.h4){font-size:15px}.product-grid .product-card :is(.price,.price-item,.price-item--regular,.price-item--sale){font-size:16px}}@media(any-pointer:fine)and (min-width:750px){.product-grid .product-card:hover{transform:translateY(-4px);border-color:#201d1a24;box-shadow:var(--cp-card-shadow-hover)}.product-grid .product-card :is(.quick-add__button,.add-to-cart-button,.add-to-cart__button button):hover{border-color:#000;background:#000;color:#fff}}@media screen and (max-width:749px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 9px}.product-grid .product-card{--cp-card-radius: 13px;--cp-card-media-radius: 10px;--cp-card-padding: 6px;--cp-card-gap: 8px;border-color:#201d1a13}.product-grid .product-card__content>:not(.card-gallery){margin-inline:3px}.product-grid .product-card :is(.product-title,.product-card__title,h3,h4,.h3,.h4){min-height:2.7em;font-size:12.5px;line-height:1.35}.product-grid .product-card :is(.price,.price-item,.price-item--regular,.price-item--sale){font-size:13.5px}.product-grid .product-card .compare-at-price{font-size:10.5px}.product-grid .product-card :is(.quick-add__button,.add-to-cart-button,.add-to-cart__button button){min-height:38px;padding:8px;border-radius:9px;font-size:11px}.product-grid .product-card :is(.product-badges,.product-card__badges){top:7px;left:7px}.product-grid .product-card :is(.product-badge,.product-badges__badge,.badge){min-height:21px;padding:4px 7px;font-size:8.5px}}@media screen and (max-width:749px){.product-grid[product-grid-view=mobile-single],.product-grid.product-grid-mobile--large{grid-template-columns:1fr}.product-grid[product-grid-view=mobile-single] .product-card,.product-grid.product-grid-mobile--large .product-card{--cp-card-image-ratio: 4 / 5;--cp-card-padding: 9px}}.product-grid[product-grid-view=zoom-out] .product-card{border-radius:8px;box-shadow:none}.product-grid[product-grid-view=zoom-out] .product-card .card-gallery{border-radius:7px}.product-grid .product-card:has(:focus-visible){outline:2px solid currentColor;outline-offset:3px}@media(prefers-reduced-motion:reduce){.product-grid .product-card,.product-grid .product-card *,.product-grid .product-card *:before,.product-grid .product-card *:after{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}.product-badges,.product-card__badges,.product-badge,.badge--sale,.badge-sale,.badge[data-badge=sale]{display:none!important}.product-grid .jdgm-preview-badge{width:100%;margin:0 3px;line-height:1}.product-grid .jdgm-prev-badge__stars{display:inline-flex;align-items:center;line-height:1}.product-grid .jdgm-star{padding:0 1px 0 0!important;font-size:13px}.product-grid .jdgm-prev-badge__text{color:#77716b;font-size:11px;line-height:1.2}@media screen and (max-width:749px){.product-grid .jdgm-star{font-size:11px}.product-grid .jdgm-prev-badge__text{font-size:9.5px}}.product-grid .jdgm-preview-badge{display:block;width:100%;margin:0 3px;line-height:1}.product-grid .jdgm-prev-badge{display:flex!important;align-items:center;flex-wrap:wrap;gap:5px}.product-grid .jdgm-prev-badge__stars{display:inline-flex;align-items:center}.product-grid .jdgm-star{padding:0 1px 0 0!important;font-size:12px!important}.product-grid .jdgm-prev-badge__text{color:#77716b;font-size:10.5px;line-height:1.2}@media screen and (max-width:749px){.product-grid .jdgm-star{font-size:10.5px!important}.product-grid .jdgm-prev-badge__text{font-size:9px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/chaplex-product-card.css.map */
