.product_card{height:100%}.product_card a{text-decoration:none}.product_card .product_card--container{border-radius:var(--product-card-border-rad);display:flex;flex-direction:column;height:100%;border:var(--global-border-width) solid var(--global-border-stroke)}.product_card .product_card--container:has(:focus-visible){outline:2px solid var(--global-border-stroke);outline-offset:2px}.product_card .product_card--container .product_card--img-link{display:contents}.product_card .product_card--container .product_card--image{position:relative;border-radius:var(--product-card-border-rad) var(--product-card-border-rad) 0 0;background-color:var(--product-card-image-bg);border-bottom:var(--global-border-width) solid var(--global-border-stroke);display:flex;align-items:center;justify-content:center;height:300px}@media screen and (min-width:1921px){.product_card .product_card--container .product_card--image{height:700px}}@media screen and (min-width:1441px){.product_card .product_card--container .product_card--image{height:500px}}@media screen and (max-width:989px){.product_card .product_card--container .product_card--image{height:530px}}@media screen and (max-width:480px){.product_card .product_card--container .product_card--image{height:260px}}.product_card .product_card--container .product_card--image.show-secondary{position:relative}.product_card .product_card--container .product_card--image.show-secondary .secondary-image{position:absolute;top:50%;left:50%;z-index:5;opacity:0;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;transform:translate(-50%,-50%)}.product_card .product_card--container .product_card--image.show-secondary .secondary-image[src*=".png"]{max-height:67%;max-width:67%;margin:auto;-o-object-fit:contain;object-fit:contain}.product_card .product_card--container .product_card--image.show-secondary:hover .secondary-image{transition:opacity .3s ease-in-out;opacity:1}.product_card .product_card--container .product_card--image.show-secondary:hover .featured-image{transition:opacity .3s ease-in-out;opacity:0}.product_card .product_card--container .product_card--image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:9px 9px 0 0}.product_card .product_card--container .product_card--image img[src*=".png"]{max-height:67%;max-width:67%;margin:auto;-o-object-fit:contain;object-fit:contain}.product_card .product_card--container .product_card--image .product_card--tags{position:absolute;top:20px;right:20px}@media screen and (max-width:989px){.product_card .product_card--container .product_card--image .product_card--tags{top:10px;right:10px}}@media screen and (max-width:480px){.product_card .product_card--container .product_card--image .product_card--tags .badge .badge-background{max-width:50px;max-height:50px}}@media screen and (max-width:480px){.product_card .product_card--container .product_card--image .product_card--tags .badge .badge-text{font-size:16px}}.product_card .product_card--container .product_card--content{display:flex;flex-direction:column;gap:var(--product-card-gap);background-color:var(--product-card-bg);border-radius:0 0 var(--product-card-border-rad) var(--product-card-border-rad);flex-grow:1}.product_card .product_card--container .product_card--content .product_card--title{color:var(--heading-dark);text-decoration:none;padding:var(--product-card-gap) var(--product-card-gap) 0 var(--product-card-gap)}.product_card .product_card--container .product_card--content .product_card--type{font-family:var(--tag-md-font-family);font-size:var(--tag-md-font-size);font-style:var(--tag-md-font-style);font-weight:var(--tag-md-font-weight);letter-spacing:var(--tag-md-letter-spacing);line-height:var(--tag-md-line-height);gap:var(--tag-md-paragraph-spacing);text-transform:var(--tag-md-text-transform);padding:0 var(--product-card-gap)}.product_card .product_card--container .product_card--content p,.product_card .product_card--container .product_card--content>*{margin:0}.product_card .product_card--container .product_card--content .button{margin-top:auto;width:100%;--button-bg-fill-default:transparent;--button-bg-fill-hover:var(--primitive-red);--button-bg-stroke-default:transparent;--button-bg-stroke-hover:transparent;border-top:var(--global-border-width) solid var(--global-border-stroke);--button-border-rad:0;--button-text-fill-default:var(--primitive-red);--button-text-fill-hover:var(--primitive-white);padding:0;height:-moz-fit-content;height:fit-content;-webkit-text-size-adjust:100%}.product_card .product_card--container .product_card--content .button .button-text{-webkit-text-size-adjust:100%;padding:var(--button-pad)}@media screen and (max-width:768px){.product_card .product_card--container .product_card--content .button .button-text{padding:var(--primitive-250) var(--primitive-300)}}@media screen and (max-width:768px){.product_card .product_card--container .product_card--content .button .button-text{-webkit-text-size-adjust:100%;font-size:10px}}.product_card .product_card--container .product_card--content .button .arrow-btn-wrapper{width:50px;height:100%;display:flex;align-items:center;justify-content:center;background:var(--primitive-red);border-radius:0 0 10px 0}@media screen and (max-width:480px){.product_card .product_card--container .product_card--content .button .arrow-btn-wrapper{width:100px}}.product_card .product_card--container .product_card--content .button .arrow-btn-wrapper svg{color:var(--primitive-lime)}.product_card .product_card--container .product_card--content .button:hover{border-radius:0 0 10px 10px}.product_card .product_card--container .product_card--content .button:hover svg{color:var(--primitive-white)}