.kams-product-card{position:relative;display:flex;flex-direction:column}.kams-product-card-link{text-decoration:none;color:inherit;display:block}.kams-product-card-link--media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block}.kams-product-card-link--info{position:relative;z-index:1}.kams-product-card:not(.kams-product-card--collection){--kams-product-card-title-lines: 2;--kams-product-card-title-line-height: 1.35;--kams-product-card-price-height: 2.75em}.kams-product-card:not(.kams-product-card--collection) .kams-product-card-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--kams-product-card-title-lines);line-clamp:var(--kams-product-card-title-lines);overflow:hidden;margin:0 0 4px;min-height:calc(1em * var(--kams-product-card-title-line-height) * var(--kams-product-card-title-lines));max-height:calc(1em * var(--kams-product-card-title-line-height) * var(--kams-product-card-title-lines));line-height:var(--kams-product-card-title-line-height);text-overflow:ellipsis}.kams-product-card:not(.kams-product-card--collection) .kams-product-card-price{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:2px;min-height:var(--kams-product-card-price-height)}.kams-product-card:not(.kams-product-card--collection) .kams-product-card-image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;background-color:var(--kams-color-bg-muted);margin-bottom:var(--kams-space-sm);overflow:hidden}.kams-product-card:not(.kams-product-card--collection) .kams-product-card-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.kams-product-card:not(.kams-product-card--collection) .kams-product-card-image--secondary{opacity:0}.kams-product-card:not(.kams-product-card--collection) .kams-product-card-image-wrapper:hover .kams-product-card-image--primary{opacity:0}.kams-product-card:not(.kams-product-card--collection) .kams-product-card-image-wrapper:hover .kams-product-card-image--secondary{opacity:1}.kams-product-card--collection{--kams-product-card-title-lines: 2;--kams-product-card-title-line-height: 18px;--kams-product-card-title-height: calc( var(--kams-product-card-title-line-height) * var(--kams-product-card-title-lines) );--kams-product-card-title-gap: 16px;--kams-product-card-price-gap: 2px;--kams-product-card-price-compare-line-height: 18.2px;--kams-product-card-price-regular-line-height: 22px;--kams-product-card-price-height: calc( var(--kams-product-card-price-compare-line-height) + var(--kams-product-card-price-gap) + var(--kams-product-card-price-regular-line-height) );--kams-product-card-stack-gap: 25px;--kams-product-card-bag-gap: 16px;--kams-product-card-bag-height: 44px;width:100%;height:100%;display:flex;flex-direction:column;min-width:0}.kams-product-card--collection .kams-product-card__inner{position:relative;box-sizing:border-box;display:flex;flex-direction:column;flex:1 1 auto;width:100%;max-width:var(--kams-collection-card-width);height:100%;min-height:0;margin:0 auto;background:var(--kams-color-bg);border:var(--kams-border-card) solid transparent;padding:var(--kams-collection-card-padding-y) var(--kams-collection-card-padding-x);transition:border-color .3s ease-in}.kams-product-card--collection:hover .kams-product-card__inner,.kams-product-card--collection:focus-within .kams-product-card__inner{border-color:var(--kams-color-border-card)}.kams-product-card--collection .kams-product-card-link{display:block;text-decoration:none;color:inherit}.kams-product-card--collection .kams-product-card__content{display:flex;flex-direction:column;align-items:center;flex:0 0 auto;gap:var(--kams-product-card-stack-gap);width:100%;max-width:256px;margin:0 auto;min-height:0}.kams-product-card--collection .kams-product-card-image-wrapper{position:relative;width:100%;flex:0 0 auto;aspect-ratio:1 / 1;background-color:var(--kams-color-bg-muted);overflow:hidden;margin-bottom:0}.kams-product-card--collection .kams-product-card-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity var(--kams-duration-base) ease-in}.kams-product-card--collection .kams-product-card-image--secondary,.kams-product-card--collection .kams-product-card-link:hover .kams-product-card-image--primary,.kams-product-card--collection .kams-product-card-image-wrapper:hover .kams-product-card-image--primary{opacity:0}.kams-product-card--collection .kams-product-card-link:hover .kams-product-card-image--secondary,.kams-product-card--collection .kams-product-card-image-wrapper:hover .kams-product-card-image--secondary{opacity:1}.kams-product-card--collection .kams-product-card-link--info{width:100%;flex:0 0 auto}.kams-product-card--collection .kams-product-card-info{display:flex;flex-direction:column;align-items:center;gap:var(--kams-product-card-title-gap);text-align:center;padding:0;width:100%;flex:0 0 auto}.kams-product-card--collection .kams-product-card-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--kams-product-card-title-lines);line-clamp:var(--kams-product-card-title-lines);overflow:hidden;margin:0;width:100%;max-width:244px;height:var(--kams-product-card-title-height);min-height:var(--kams-product-card-title-height);max-height:var(--kams-product-card-title-height);font-family:var(--kams-font-body);font-size:var(--kams-font-size-body-sm);font-weight:var(--kams-font-weight-regular);line-height:var(--kams-product-card-title-line-height);letter-spacing:1.68px;text-transform:uppercase;color:var(--kams-color-text-heading);text-overflow:ellipsis;overflow-wrap:anywhere;word-break:break-word}.kams-product-card--collection .kams-product-card-price{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:var(--kams-product-card-price-gap);box-sizing:border-box;flex:0 0 auto;width:100%;height:var(--kams-product-card-price-height);min-height:var(--kams-product-card-price-height);max-height:var(--kams-product-card-price-height)}.kams-product-card--collection .kams-price--compare{display:block;flex:0 0 auto;margin:0;font-family:var(--kams-font-body);font-size:var(--kams-font-size-body-sm, 14px);font-weight:var(--kams-font-weight-regular, 400);line-height:var(--kams-product-card-price-compare-line-height);letter-spacing:.08em;text-decoration:line-through;color:var(--kams-color-text-muted, #78716c)}.kams-product-card--collection .kams-price--regular{display:block;flex:0 0 auto;margin:0;font-family:var(--kams-font-body);font-size:var(--kams-font-size-body);font-weight:700;line-height:var(--kams-product-card-price-regular-line-height);letter-spacing:1.92px;text-transform:uppercase;color:var(--kams-color-text-heading)}.kams-product-card--collection .kams-product-card-actions{position:static;left:auto;top:auto;display:flex;justify-content:center;align-items:center;box-sizing:border-box;flex:0 0 auto;width:100%;max-width:none;margin-top:auto;margin-inline:0;margin-bottom:0;padding-top:var(--kams-product-card-bag-gap);transform:translateY(8px);opacity:0;pointer-events:none;transition:opacity .3s ease-in,transform .3s ease-in}.kams-product-card--collection .kams-product-card-bag-form{display:block;width:100%;max-width:254px;margin:0}.kams-product-card--collection .kams-product-card-bag,.kams-product-card--collection .kams-product-card-bag-form .kams-product-card-bag{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;max-width:254px;min-height:var(--kams-button-height-mobile);padding:12px 18px;border:0;background-color:var(--kams-color-primary);color:var(--kams-color-text-inverse);font-family:var(--kams-font-body);font-size:var(--kams-font-size-body-sm);font-weight:500;line-height:1.5;text-decoration:none;text-transform:uppercase;cursor:pointer}.kams-product-card--collection .kams-product-card-bag.is-loading{opacity:.7;cursor:wait;pointer-events:none}.kams-product-card--collection .kams-product-card-bag.is-success{opacity:1;cursor:default}@media screen and (max-width:989px){.kams-product-card--collection{--kams-product-card-title-line-height: 16.226px;--kams-product-card-title-gap: 14.423px;--kams-product-card-stack-gap: 24px;--kams-product-card-bag-gap: 14.423px;--kams-product-card-price-compare-line-height: 18.75px;--kams-product-card-price-regular-line-height: 19.832px}.kams-product-card--collection .kams-product-card-title{max-width:100%;font-size:10.817px;letter-spacing:1.2981px}.kams-product-card--collection .kams-price--compare{font-size:12px}.kams-product-card--collection .kams-price--regular{font-size:14.423px;letter-spacing:1.7308px}.kams-product-card--collection .kams-product-card-actions{position:static;transform:none;opacity:1;pointer-events:auto;width:100%;max-width:none;margin-top:auto;padding-top:var(--kams-product-card-bag-gap)}.kams-product-card--collection .kams-product-card-bag,.kams-product-card--collection .kams-product-card-bag-form .kams-product-card-bag{max-width:min(254px,100%);font-size:12px;min-height:var(--kams-button-height-mobile);padding:14px 21px}}@media screen and (min-width:990px){.kams-product-card--collection:hover .kams-product-card-actions,.kams-product-card--collection:focus-within .kams-product-card-actions{opacity:1;pointer-events:auto;transform:translateY(0)}.kams-product-card--collection .kams-product-card-bag,.kams-product-card--collection .kams-product-card-bag-form .kams-product-card-bag{width:100%;max-width:254px;height:var(--kams-product-card-bag-height);min-height:var(--kams-product-card-bag-height);padding:12.188px 18.282px;font-size:14px;font-weight:500;line-height:1.5}}@media(hover:none)and (min-width:990px){.kams-product-card--collection .kams-product-card-actions{opacity:1;pointer-events:auto;transform:translateY(0)}}.kams-product-card .kams-product-card-wishlist-wrap{position:absolute;top:10px;right:10px;z-index:3;display:block;line-height:0;opacity:1}.kams-product-card .kams-product-card-wishlist{position:static;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:36px;height:36px;min-width:36px;min-height:36px;padding:0;border:0;border-radius:50%!important;background-color:#ffffffe0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 1px 3px #3f273a1f;color:var(--kams-color-primary);opacity:1;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.kams-product-card .kams-product-card-wishlist:hover,.kams-product-card .kams-product-card-wishlist:focus-visible{background-color:#fff;box-shadow:0 2px 8px #3f273a29;transform:translateY(-1px);outline:none}.kams-product-card .kams-product-card-wishlist:focus-visible{outline:2px solid var(--kams-color-primary);outline-offset:2px}.kams-product-card .kams-product-card-wishlist .kams-icon-heart,.kams-product-card .kams-product-card-wishlist .kams-icon,.kams-product-card .kams-product-card-wishlist .kams-icon svg{width:22px;height:20px;display:block;color:inherit;flex-shrink:0}.kams-product-card .kams-product-card-wishlist svg path{stroke:currentColor;stroke-width:1.5;fill:none;transition:fill .16s ease,stroke .16s ease}.kams-product-card wishlist-button.is-active .kams-product-card-wishlist{background-color:#ffffffeb;color:var(--kams-color-primary)}.kams-product-card wishlist-button.is-active .kams-product-card-wishlist svg path,.kams-product-card wishlist-button.is-active .kams-icon-heart{fill:currentColor;stroke:currentColor}.kams-product-card--collection .kams-product-card-bag:hover,.kams-product-card--collection .kams-product-card-bag-form .kams-product-card-bag:hover,.kams-product-card--collection .kams-product-card-bag:focus-visible,.kams-product-card--collection .kams-product-card-bag-form .kams-product-card-bag:focus-visible{background-color:var(--kams-color-primary);color:var(--kams-color-text-inverse)}.kams-product-card--collection .kams-product-card-bag--disabled{opacity:.5;cursor:not-allowed}@media screen and (max-width:359px){.kams-product-card--collection .kams-product-card__inner{width:100%;max-width:100%;padding-inline:8px}}.kams-product-badges{position:absolute;top:var(--kams-space-sm);left:var(--kams-space-sm);display:flex;flex-direction:column;gap:4px;z-index:2}.kams-badge{display:inline-block;padding:4px 8px;font-family:var(--kams-font-body);font-size:10px;text-transform:uppercase;letter-spacing:.05em;background-color:var(--kams-color-bg);color:var(--kams-color-text);border:1px solid var(--kams-color-border)}@media screen and (max-width:319px){.kams-product-card--collection .kams-product-card__inner{width:100%;max-width:100%}.kams-product-card--collection .kams-product-card-actions{max-width:100%}.kams-product-card .kams-product-card-wishlist-wrap{top:8px;right:8px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/kams-product-card.css.map */
