.product-card-lg{position:relative;display:grid;grid-template-rows:auto auto 1fr auto;gap:var(--spacer);height:100%;padding:var(--padding);border-radius:var(--border-radius);color:var(--color-foreground);background:var(--color-background);letter-spacing:normal}.product-card-lg__header{display:grid;gap:1rem}.product-card-lg__header a{position:relative;color:var(--color-foreground)}.product-card-lg__header a::after{content:"";position:absolute;display:block;width:100%;height:.2rem;background-color:var(--color-foreground);transform:scaleX(0);transform-origin:0;transition:var(--transition-base)}.product-card-lg__header a:hover::after{transform:scaleX(1)}.product-card-lg__header .badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);border-width:2px;box-shadow:none;font-weight:var(--font-weight-bold)}.product-card-lg__heading{font-size:2.4rem}.product-card-lg__gallery{overflow:hidden;border:.1rem solid rgb(var(--color-rgb-body), 0.1);border-radius:1rem;background-color:#fff;color:#000}.product-card-lg__media-wrapper:not(.keen-slider){display:flex;flex-flow:row nowrap;scroll-snap-type:x mandatory;overflow:auto}.product-card-lg__media{position:relative;scroll-snap-align:start;flex:0 0 33.3333333333%}.product-card-lg__media img{width:100%;margin-bottom:1rem;object-fit:contain}.product-card-lg__media strong{position:absolute;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.5);font-size:1.2rem;font-weight:normal;text-align:center;color:rgba(0,0,0,.5)}.product-card-lg__gallery-info{display:grid;grid-template-columns:1fr auto auto;align-items:center;padding-left:1.1rem;border-top:.1rem solid rgb(var(--color-rgb-body), 0.1);font-size:1.4rem}.product-card-lg__gallery-info p{line-height:4rem}.product-card-lg__gallery__button{display:none;padding:1.1rem;border:0;background-color:rgba(0,0,0,0)}.product-card-lg__gallery__button[disabled]{color:rgb(var(--color-rgb-button-fg-1), 0.2)}.keen-slider+.product-card-lg__gallery-info .product-card-lg__gallery__button{display:block}.product-card-lg__description{font-size:1.5rem}.product-card-lg__description:empty{display:none}.product-card-lg__footer{display:grid;grid-template-columns:auto auto;gap:var(--spacer);align-items:center}.product-card-lg__footer .btn{padding:1rem 2rem}.product-card-lg__footer .btn::before,.product-card-lg__footer .btn::after{background-color:var(--color-button-text);filter:none}.product-card-lg__footer .btn--solid{border-color:var(--color-button-background);background-color:var(--color-button-background);color:var(--color-button-text);font-weight:var(--font-weight-bold)}.product-card-lg__footer .btn--outline{border-color:var(--color-button-background);color:var(--color-button-background)}.product-card-lg__price{grid-column:1/-1;font-size:2.4rem;font-weight:var(--font-weight-bold);line-height:1}.product-card-lg__price .price__regular{white-space:nowrap;font-size:1.6rem}.product-card-lg .yotpo-reviews-star-ratings-widget{margin-bottom:0 !important}.product-card-lg .yotpo-sr-bottom-line-text{font-size:1.4rem !important}@media(hover: hover){.product-card-lg__footer .btn--solid:hover{border-color:var(--color-button-background);background-color:var(--color-button-background);color:var(--color-button-background)}}@media screen and (min-width: 768px){.product-card-lg__media{flex-basis:16.6666666667%}}@media screen and (min-width: 1024px){.product-card-lg__media{flex-basis:25%}}@media screen and (min-width: 1280px){.product-card-lg__header{grid-template-columns:1fr auto;align-items:center;padding-inline:1.1rem}.product-card-lg__description,.product-card-lg__footer{padding-inline:1.1rem}.product-card-lg__footer{grid-template-columns:1fr auto auto}.product-card-lg__price{grid-column:auto}}
