.product-card{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;padding:1rem 1rem 2rem;background:var(--sky-blue);border-radius:var(--text-boxes-radius);overflow:hidden}@media screen and (min-width: 750px){.product-card{flex-direction:row;padding:2rem 3rem 2rem 1rem}}@media screen and (min-width: 990px){.product-card{flex-direction:row;padding:1rem;background:rgb(var(--color-secondary-button-text))}.product-card--reverse{flex-direction:row-reverse}}.product-card>*:not([class*=__certifications]):not([class*=__accent]){position:relative;z-index:2}.product-card-large{flex-direction:column;background:transparent;border-radius:var(--text-boxes-radius);padding:2rem;transition:transform .2s ease,box-shadow .2s ease}@media screen and (min-width: 990px){.product-card-large{flex-direction:row}}.product-card-large:hover{box-shadow:0 6px 12px #0000001f}.product-card-large:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:var(--text-boxes-radius);z-index:0;pointer-events:none}.product-card-large:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;pointer-events:none;background:var(--curve-color, var(--sky-blue));border-radius:var(--text-boxes-radius);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L70,0 Q2,15 0,40 L0,100 Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L70,0 Q2,15 0,40 L0,100 Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (min-width: 990px){.product-card-large:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L20,0 Q12,70 35,100 L0,100 Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L20,0 Q12,70 35,100 L0,100 Z' fill='white'/%3E%3C/svg%3E")}}.product-card-large__certifications{position:absolute;top:3rem;right:2rem;z-index:20}.product-card__certifications{padding:0 2rem}@media screen and (max-width: 989px){.product-card__certifications{display:none}}.certification-icon-set{display:flex;align-items:center;gap:1rem;padding:1rem 0}.certification-icon-set--small{gap:.8rem;flex-wrap:wrap;justify-content:flex-end;padding:0}.certification-icon-set--small .certification-icon img{height:3rem;width:auto;max-width:100%;object-fit:contain}@media screen and (min-width: 990px){.certification-icon-set--small .certification-icon img{height:4rem}}.certification-icon{height:2rem;width:auto;display:flex;align-items:center;justify-content:center}.certification-icon svg{fill:rgb(var(--color-foreground))}.product-card__image{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem}@media screen and (min-width: 990px){.product-card__image{flex:0 0 60%;max-width:60%;height:100%}}.product-card__image-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}.product-card__image:has(.product-card-large__image){padding-inline:0}.product-card-large__image{position:relative;z-index:10;width:100%;height:20rem;background:transparent}@media screen and (min-width: 750px){.product-card-large__image{max-width:35rem}}@media screen and (min-width: 990px){.product-card-large__image{width:100%;height:100%;min-height:unset;max-width:none}}.product-card-large__image img,.product-card-large__image svg{width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.product-card__media{overflow:hidden;border-radius:var(--media-radius);width:100%;display:flex;align-items:center;justify-content:center;min-height:20rem;background:transparent}@media screen and (max-width: 749px){.product-card__media{margin:1rem;min-height:10rem;width:90%}}@media screen and (min-width: 750px) and (max-width: 989px){.product-card__media{height:100%;width:85%}}.product-card__media img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:inherit}.product-card-large__accent{position:absolute;bottom:-2rem;left:1rem;z-index:20;width:12rem;height:12rem}@media screen and (min-width: 750px){.product-card-large__accent{width:20rem;height:20rem;bottom:-3rem;left:2rem}}.product-card-large__accent img{width:100%;height:100%;object-fit:contain}.product-card__content{display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width: 990px){.product-card__content{flex:0 0 40%;max-width:40%;padding:1.8rem 2rem 0}}.product-card-large .product-card__content{align-items:center;justify-content:flex-start;text-align:center;gap:2rem;width:100%;padding-top:3rem}@media screen and (max-width: 400px){.product-card-large .product-card__content{margin-bottom:4rem}}@media screen and (min-width: 990px){.product-card-large .product-card__content{align-items:center;justify-content:flex-start;box-sizing:border-box;height:55rem;margin-bottom:2rem;padding-bottom:2rem}}.product-card-large__certifications~.product-card__image~.product-card__content{padding-top:3rem}@media screen and (min-width: 990px){.product-card-large__certifications~.product-card__image~.product-card__content{padding-top:10rem}}.product-card__text{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 1rem;text-align:center}@media screen and (min-width: 990px){.product-card__text{padding:0 2rem 1rem;align-items:flex-start;text-align:left}}.product-card__title,.product-card__title a{color:var(--dark-blue);margin:0;text-decoration:none}@media screen and (min-width: 990px){.product-card__title,.product-card__title a{color:rgb(var(--color-foreground))}}.product-card-large__title{margin:0 0 1rem;color:var(--dark-blue);line-height:1;text-transform:uppercase}.product-card-large__title a{font-size:2.8rem;text-decoration:none;color:inherit}@media screen and (min-width: 750px){.product-card-large__title a{font-size:3.6rem}}.product-card-large__title a:hover{text-decoration:underline}.product-card-large__rating{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}@media screen and (min-width: 990px){.product-card-large__rating{justify-content:center}}.product-card-large__rating .rating-count{font-size:1.4rem;color:var(--dark-blue)}.rating--small{font-size:.9em}.product-card__description{margin:0;font-size:1.6rem}@media screen and (max-width: 989px){.product-card__description{display:none}}.product-card-large__benefits{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:1rem;text-align:left}.product-card-large__benefit{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;line-height:1;color:var(--dark-blue)}.product-card-large__benefit img{width:3rem;height:3rem;flex-shrink:0;object-fit:contain}.product-card-large__buttons{margin-top:auto;display:flex;flex-direction:column;gap:1rem;width:fit-content}.product-card-large__buttons .button{width:100%}.product-card-large__buy-now{font-family:var(--font-heading-family);font-size:1.8rem;text-decoration:underline;text-underline-offset:.3rem;text-transform:uppercase;color:var(--dark-blue);cursor:pointer;transition:opacity .2s ease}.product-card-large__buy-now:hover{opacity:.7}@media (prefers-reduced-motion: reduce){.product-card-large{transition:none}.product-card-large:hover{transform:none;box-shadow:0 4px 6px #0000000d}}.product-card__content [data-bv-show=rating_summary]{display:flex;justify-content:center;margin-bottom:1.5rem}.product-card__content [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:var(--dark-blue)!important;font-family:var(--font-body-family)!important}.product-card__content [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,.product-card__content [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist{display:none!important}.product-card__content [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text,.product-card__content [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,.product-card__content [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist{color:var(--dark-blue)!important;font-family:var(--font-body-family)!important}.product-card__content .button.button--arrow{background-color:var(--yellow)!important;color:var(--dark-blue)!important}.product-card__content .rating-wrapper span{color:var(--dark-blue)!important}.product-card__content [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex{display:none!important}.product-card__content [data-bv-show=rating_summary] .bv_main_container button.bv_ratings_summary{padding:0!important;margin:0!important}.product-form__input--pill input:checked+label{border-color:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/135/assets/component-product-card.css.map */
