.product_card{height:100%}.product_card:focus-within,.product_card:has(:focus){border-radius:var(--global-border-rad);border:var(--global-border-width) solid var(--focus-outline)}.product_card .product_card--container{border-radius:var(--global-border-rad);display:flex;flex-direction:column;height:100%;gap:var(--base-2xs)}.product_card .product_card--container:has(a:hover) .product_card--title a{text-decoration-color:var(--heading-fill-dark)!important}.product_card .product_card--container .product_card--image{display:flex;background-color:rgba(0,0,0,.05);border-radius:var(--global-border-rad);position:relative;display:flex;align-items:center;justify-content:center;max-width:100%;aspect-ratio:4/5;overflow:hidden}.product_card .product_card--container .product_card--image picture{display:contents}.product_card .product_card--container .product_card--image.show-secondary:has(.secondary-image) .secondary-image{position:absolute;top:0;left:0;z-index:5;opacity:0;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.product_card .product_card--container .product_card--image.show-secondary:has(.secondary-image):focus .secondary-image,.product_card .product_card--container .product_card--image.show-secondary:has(.secondary-image):hover .secondary-image{opacity:1}.product_card .product_card--container .product_card--image.show-secondary:has(.secondary-image):focus .featured-image,.product_card .product_card--container .product_card--image.show-secondary:has(.secondary-image):hover .featured-image{opacity:0}.product_card .product_card--container .product_card--image.zoom-hover .featured-image{transition:transform .4s cubic-bezier(.4,0,.2,1)}.product_card .product_card--container .product_card--image.zoom-hover:focus .featured-image,.product_card .product_card--container .product_card--image.zoom-hover:hover .featured-image{transform:scale(1.05)}.product_card .product_card--container .product_card--image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:opacity .3s ease;mix-blend-mode:multiply}.product_card .product_card--container .swym-button.swym-add-to-wishlist-view-product{top:16px!important;left:16px!important;width:16px;height:16px;font-size:unset!important;z-index:500!important}.product_card .product_card--container .swym-button.swym-add-to-wishlist-view-product:focus{outline:1px solid var(--focus-outline)}.product_card .product_card--container .swym-button.swym-add-to-wishlist-view-product .icon-heart,.product_card .product_card--container .swym-button.swym-add-to-wishlist-view-product .icon-heart-empty{transition:opacity .3s ease;position:absolute;left:0;top:0}.product_card .product_card--container .swym-button.swym-add-to-wishlist-view-product.disabled .icon-heart-empty{opacity:0}.product_card .product_card--container .swym-button.swym-add-to-wishlist-view-product.disabled .icon-heart{opacity:1}.product_card .product_card--container .swym-button.swym-add-to-wishlist-view-product .icon-heart{opacity:0}.product_card .product_card--container .swym-button.swym-add-to-wishlist-view-product:hover .icon-heart-empty{opacity:0}.product_card .product_card--container .swym-button.swym-add-to-wishlist-view-product:hover .icon-heart{opacity:1}.product_card .product_card--container .swym-button.swym-add-to-wishlist-view-product:after{display:none}.product_card .product_card--container .swym-button.swym-add-to-wishlist-view-product svg{width:100%;height:100%;width:16px;height:16px}.product_card .product_card--container .card__badge{left:16px;bottom:16px;right:unset;line-height:unset;font-weight:unset;max-width:calc(100% - 32px);width:100%;top:unset;z-index:10;--snug-text-cap-height:0.7em;--snug-text-top:calc(0.35em - 0.5lh);--snug-text-bottom:calc(0.4em - 0.2lh);--snug-text-gap:calc(2lh - (2em - var(--snug-text-cap-height)));margin-top:var(--snug-text-top);margin-bottom:var(--snug-text-bottom);min-height:0;height:-moz-min-content;height:min-content}.product_card .product_card--container .card__badge .badge{font-family:var(--global-eyebrow-md-font-family);font-size:var(--global-eyebrow-md-font-size);font-style:var(--global-eyebrow-md-font-style);font-weight:var(--global-eyebrow-md-font-weight);letter-spacing:var(--global-eyebrow-md-letter-spacing);line-height:var(--global-eyebrow-md-line-height);gap:var(--global-eyebrow-md-paragraph-spacing);text-transform:var(--global-eyebrow-md-text-transform);background-color:rgba(0,0,0,.1);color:var(--heading-fill-dark);line-height:1}.product_card .product_card--container .card__badge .price-badge{border-radius:var(--global-border-rad);padding:6px}.product_card .product_card--container .card__badge .price-badge.price__badge-sale{color:var(--heading-fill-dark)!important;background-color:var(--primal-green)!important}.product_card .product_card--container .product_card--content--wrapper{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.product_card .product_card--container .product_card--content--wrapper .product_card--content{display:flex;flex-direction:column;gap:var(--base-2xs)}.product_card .product_card--container .product_card--content--wrapper .product_card--content .product_card--title a{color:var(--heading-fill-dark);text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .3s ease}.product_card .product_card--container .product_card--content--wrapper .product_card--content .price-item{color:var(--heading-fill-dark)}.product_card .product_card--container .product_card--content--wrapper .product_card--content .product_card--series{background-color:rgba(0,0,0,.1);color:var(--heading-fill-dark)}.product_card .product_card--container .product_card--content--wrapper .product_card--content p,.product_card .product_card--container .product_card--content--wrapper .product_card--content>*{margin:0}