.large-product-card{width:100%;background-color:rgb(var(--card-background, var(--color-background)));border-radius:var(--card-border-radius, 12px);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;position:relative}.large-product-card__overlay-link{display:block!important}.large-product-card:hover{transform:translateY(-2px);box-shadow:var(--card-shadow-offset-x, 0px) calc(var(--card-shadow-offset-y, 4px) + 2px) calc(var(--card-shadow-blur, 20px) + 5px) rgba(0,0,0,calc(var(--card-shadow-opacity, .1) + .05))}.large-product-card__content{display:grid;grid-template-columns:1fr 1fr;align-items:center}@media screen and (max-width:749px){.large-product-card__content{grid-template-columns:1fr;gap:1.5rem}}.large-product-card__info{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}@media screen and (max-width:749px){.large-product-card__info{padding-right:0;order:2}.large-product-card--mobile-landscape .large-product-card__info{order:1}}.large-product-card--mobile-landscape .large-product-card__content{grid-template-columns:1fr 1fr}@media screen and (max-width:749px){.large-product-card--mobile-landscape .large-product-card__content{grid-template-columns:1fr 1fr;gap:1rem}.large-product-card--mobile-landscape .large-product-card__title{font-size:1.8rem}.large-product-card--mobile-landscape .large-product-card__description,.large-product-card--mobile-landscape .large-product-card__secondary-description{font-size:1rem}.large-product-card--mobile-landscape .large-product-card__price{font-size:2.4rem}.large-product-card--mobile-landscape .large-product-card__actions{flex-direction:row;gap:.5rem}.large-product-card--mobile-landscape .large-product-card__button{font-size:1.2rem;padding:1rem 1.5rem;min-width:auto}.large-product-card--mobile-landscape .large-product-card__link{font-size:1.2rem}.large-product-card--mobile-landscape .large-product-card__media{order:2}}.large-product-card__title{font-size:3.2rem;line-height:1.2;font-weight:600;margin:0}@media screen and (max-width:450px){.large-product-card__title{font-size:1.4rem!important}}.large-product-card__title a{color:rgb(var(--color-foreground));text-decoration:none}.large-product-card__rating{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.large-product-card__rating .rating{display:flex;align-items:center;gap:.5rem}.large-product-card__rating .rating-star{--percent: calc(var(--rating) / var(--rating-max) * 100%);display:inline-block;font-size:1.6rem;line-height:1;color:#ffc107}.large-product-card__rating .rating-star:before{content:"\2605\2605\2605\2605\2605";letter-spacing:3px;background:linear-gradient(90deg,#ffc107 var(--percent),rgba(var(--color-foreground),.2) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.large-product-card__rating .rating-count{font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.large-product-card__description{font-size:1.6rem;line-height:1.6;color:var(--color-foreground)}.large-product-card__secondary-description,.large-product-card__ingredients{font-size:1.4rem;line-height:1.8;color:rgba(var(--color-foreground),.75)}.large-product-card__ingredients-list{list-style:none;padding:0;margin:0}.large-product-card__price{font-size:2.4rem;font-weight:700;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.large-product-card__price{font-size:3.2rem}}.large-product-card__price--has-sale{flex-direction:row-reverse;justify-content:flex-end;display:flex;align-items:baseline;gap:1rem}.large-product-card__price-original{font-size:1.8rem;font-weight:400;color:rgba(var(--color-foreground),.6);text-decoration:line-through}.large-product-card__price-sale{font-size:2.4rem;font-weight:700;color:#dc2626}@media screen and (max-width:749px){.large-product-card__price-original{font-size:2rem}.large-product-card__price-sale{font-size:2.4rem}}.large-product-card__actions{display:flex;gap:1.5rem;align-items:center;margin-top:1rem}@media screen and (max-width:749px){.large-product-card__actions{flex-direction:column;width:100%}}.large-product-card__link{font-size:1.6rem;color:rgba(var(--color-foreground),.8);text-decoration:none;border-bottom:1px solid rgba(var(--color-foreground),.3);padding-bottom:.2rem;transition:all .2s ease}.large-product-card__link:hover{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.large-product-card__link--hide-mobile{display:none}}.large-product-card__button{font-size:1.6rem;padding:1.4rem 3rem;border-radius:.6rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;cursor:pointer;transition:all .2s ease;font-weight:600;min-width:200px}@media screen and (max-width:749px){.large-product-card__button{width:100%}}.large-product-card__button:hover{background-color:rgba(var(--color-button),.9);transform:translateY(-1px)}.large-product-card__button:disabled{background-color:rgba(var(--color-foreground),.2);cursor:not-allowed;transform:none}.large-product-card__media{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(var(--media-gradient-angle, 135deg),rgba(var(--media-gradient-start, var(--color-foreground)),var(--media-gradient-start-opacity, .05)) 0%,rgba(var(--media-gradient-end, var(--color-foreground)),var(--media-gradient-end-opacity, .02)) 100%);border-top-right-radius:calc(var(--card-border-radius, 12px) * .5);border-bottom-right-radius:calc(var(--card-border-radius, 12px) * .5);padding:1rem;height:100%}@media screen and (min-width:749px){.large-product-card__image img{padding:50px}}@media screen and (max-width:749px){.large-product-card__media{order:1}.large-product-card__image img{padding:10px}}.large-product-card__badge{position:absolute;top:2rem;right:2rem;background-color:rgba(var(--color-foreground),.8);color:rgb(var(--color-background));padding:.8rem 1.6rem;border-radius:2rem;font-size:1.4rem;font-weight:600;z-index:1}@media screen and (max-width:749px){.large-product-card__badge{top:1rem;right:1rem;font-size:1rem;padding:.6rem 1.2rem}}.large-product-card__image{width:100%;height:auto}.large-product-card__image img{width:100%;max-height:400px;height:auto;display:block;object-fit:contain;filter:drop-shadow(0px 20px 30px rgba(0,0,0,.2))}.large-product-card__image--contain img{object-fit:contain!important}.large-product-card__image--cover img{object-fit:cover!important}.large-product-card__image--scale-down img{object-fit:scale-down!important}.large-product-card__button:after{box-shadow:none!important}.large-product-card__button--in-image{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:calc(100% - 4rem);max-width:300px;opacity:0;transition:opacity .3s ease,transform .3s ease;z-index:2}.large-product-card--button-in-image:hover .large-product-card__button--in-image{opacity:1}.large-product-card--button-in-image .large-product-card__actions{justify-content:flex-start}@media screen and (max-width:749px){.large-product-card__button--in-image{opacity:1;position:static;transform:none;width:100%;max-width:none;margin-top:1rem}}.large-product-card__overlay-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden}.large-product-card--clickable .large-product-card__title a,.large-product-card--clickable .large-product-card__link,.large-product-card--clickable .large-product-card__button{position:relative;z-index:2}.large-product-card--clickable{cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-large-product-card.css.map */
