@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}to{stroke-dashoffset:280;transform:rotate(450deg)}}.price{display:flex;flex-direction:row;gap:var(--card-gap)}.price.price--on-sale .price-item--old{color:var(--card-price-fill-old);text-decoration:line-through}.price.price--on-sale .price-item--current{color:var(--card-price-fill-current)}.price .price-item{color:var(--card-price-fill-current);font-family:var(--card-price-font-family);font-size:var(--card-price-font-size);font-style:var(--card-price-font-style);font-weight:var(--card-price-font-weight);letter-spacing:var(--card-price-letter-spacing);line-height:var(--card-price-line-height);gap:var(--card-price-paragraph-spacing);text-transform:var(--card-price-text-transform);margin:0}.product_card{min-height:440px;max-width:100%;height:100%}@media screen and (max-width:768px){.product_card{min-height:250px}}.product_card a{text-decoration:none}.product_card .product_card--container{border-radius:var(--card-border-rad);display:grid;height:100%;gap:var(--card-gap);position:relative}.product_card .product_card--container .product_card--image{position:absolute;height:100%;width:100%}.product_card .product_card--container .product_card--image:before{background:#0003;z-index:1;content:"";position:absolute;height:100%;width:100%;border-radius:var(--card-border-rad)}.product_card .product_card--container .product_card--image:hover:before{background:0 0}.product_card .product_card--container .product_card--image.show-secondary>picture:first-child{position:relative}.product_card .product_card--container .product_card--image.show-secondary>picture:first-child:before{border-radius:var(--card-border-rad);content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#000 0,#0000);pointer-events:none}.product_card .product_card--container .product_card--image.show-secondary .featured-image{transition:opacity .3s ease-in-out;opacity:1}.product_card .product_card--container .product_card--image.show-secondary .hover-image-container{transition:opacity .3s ease-in-out;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;z-index:2;opacity:0;height:100%;width:100%;border-radius:var(--card-border-rad)}.product_card .product_card--container .product_card--image.show-secondary .hover-image-container .secondary-image{transition:all .3s ease-in-out;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;background:0 0;border:none}.product_card .product_card--container .product_card--image.show-secondary .hover-image-container .secondary-image[src*=".png"]{position:absolute;top:calc(33px + var(--card-pad-sm));max-height:50%;max-width:50%;margin:auto;-o-object-fit:contain;object-fit:contain}.product_card .product_card--container .product_card--image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--card-border-rad)}.product_card .product_card--container .product_card--content{height:100%;position:relative;z-index:3;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:var(--card-pad-sm)}.product_card .product_card--container .product_card--content.title-only{justify-content:flex-end}.product_card .product_card--container .product_card--content .product_card--tags .tag{transition:all .3s;height:33px;background:0 0;color:var(--card-product-tag-text-fill-default);border-color:var(--card-product-tag-bg-stroke-default)}.product_card .product_card--container .product_card--content .product_card--details{display:flex;flex-direction:column;gap:var(--card-gap-sm)}.product_card .product_card--container .product_card--content .product_card--details .product_card--title-wrapper{display:flex;flex-direction:column;gap:12px}.product_card .product_card--container .product_card--content .product_card--details .product_card--title-wrapper .product_card--title{text-decoration:none;font-family:var(--global-title-lg-font-family);font-size:var(--global-title-lg-font-size);font-style:var(--global-title-lg-font-style);font-weight:var(--global-title-lg-font-weight);letter-spacing:var(--global-title-lg-letter-spacing);line-height:var(--global-title-lg-line-height);gap:var(--global-title-lg-paragraph-spacing);text-transform:var(--global-title-lg-text-transform);color:var(--card-product-title-fill-default)}.product_card .product_card--container .product_card--content .product_card--details .product_card--title-wrapper p{color:var(--card-product-title-fill-default);font-family:var(--global-subtitle-sm-font-family);font-size:var(--global-subtitle-sm-font-size);font-style:var(--global-subtitle-sm-font-style);font-weight:var(--global-subtitle-sm-font-weight);letter-spacing:var(--global-subtitle-sm-letter-spacing);line-height:var(--global-subtitle-sm-line-height);gap:var(--global-subtitle-sm-paragraph-spacing);text-transform:var(--global-subtitle-sm-text-transform)}.product_card .product_card--container .product_card--content .product_card--details p,.product_card .product_card--container .product_card--content .product_card--details>*{margin:0;color:var(--card-product-title-fill-default);font-family:var(--global-subtitle-sm-font-family);font-size:var(--global-subtitle-sm-font-size);font-style:var(--global-subtitle-sm-font-style);font-weight:var(--global-subtitle-sm-font-weight);letter-spacing:var(--global-subtitle-sm-letter-spacing);line-height:var(--global-subtitle-sm-line-height);gap:var(--global-subtitle-sm-paragraph-spacing);text-transform:var(--global-subtitle-sm-text-transform)}.product_card.product-default .product_card--container .product_card--image.show-secondary .hover-image-container .secondary-image[src*=".png"]{position:unset;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;max-height:100%;max-width:100%}.product_card:hover .text-hover-black .product_card--details>*,.product_card:hover .text-hover-black.product_card--container .product_card--content .product_card--details .product_card--title-wrapper .product_card--title,.product_card:hover .text-hover-black.product_card--container .product_card--content .product_card--details .product_card--title-wrapper p{transition:color .3s;color:var(--card-product-title-fill-hover-dark)}.product_card:hover .text-hover-white{color:var(--card-product-title-fill-hover-light)}.product_card:hover .product_card--container .product_card--image.show-secondary .hover-image-container{opacity:1}.product_card:hover .product_card--container .product_card--content .product_card--tags .tag{background:var(--card-product-tag-bg-fill-hover);color:var(--card-product-tag-text-fill-hover)}.product_card .product_card--details:has(.seatrees-plus-title){width:100%;align-items:center}.product_card .seatrees-plus-title{display:flex;flex-direction:column;gap:12px;align-items:center}.product_card .seatrees-plus-title.seatrees-plus-biodiversity{--seatrees-plus:#1ca6bc}.product_card .seatrees-plus-title.seatrees-plus-climate{--seatrees-plus:#f9643a}.product_card .seatrees-plus-title.seatrees-plus-science{--seatrees-plus:#3a713c}.product_card .seatrees-plus-title .product_card--title{text-align:center;font-size:36px!important}.product_card .seatrees-plus-title .pdp-plus-logo{max-width:200px;height:auto;-o-object-fit:contain;object-fit:contain}@media(max-width:540px){.product_card .seatrees-plus-title .pdp-plus-logo{max-width:100px}}.product_card .seatrees-plus-title .seatrees-plus-tag{display:flex;align-items:center;gap:5px}.product_card .seatrees-plus-title .seatrees-plus-tag .seatrees-plus-icon{color:var(--seatrees-plus)}.product_card .seatrees-plus-title .seatrees-plus-tag .seatrees-plus-tag-wrapper{background:var(--seatrees-plus);border-radius:var(--global-border-rad);display:flex;padding:10px}@media screen and (max-width:768px){.product_card .seatrees-plus-title .seatrees-plus-tag .seatrees-plus-tag-wrapper{padding:10px}}.product_card .seatrees-plus-title .seatrees-plus-tag .seatrees-plus-tag-wrapper .seatrees-plus-tag-text{color:var(--body-fill-secondary);padding-top:5px;font-size:26px}@media screen and (max-width:768px){.product_card .seatrees-plus-title .seatrees-plus-tag .seatrees-plus-tag-wrapper .seatrees-plus-tag-text{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/product-card.css.map?v=35156347188251381591762330370 */
