.product-upsell{margin:2rem 0;padding:2rem 0;border-top:1px solid rgb(var(--color-border))}.product-upsell__title{margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.product-upsell-card{display:flex;flex-direction:row;background:#f5f5f5;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.product-upsell-card__image{width:140px;height:140px;flex-shrink:0}.product-upsell-card__img{width:100%;height:100%;object-fit:contain;display:block}.product-upsell-card__placeholder{width:100%;height:100%;background:rgb(var(--color-background-2));display:flex;align-items:center;justify-content:center}.product-upsell-card__content{padding:1.5rem;display:flex;flex-direction:column;flex:1;justify-content:space-between}.product-upsell-card__header{display:flex;flex-direction:column}.product-upsell-card__block-title{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.product-upsell-card__subtitle{font-size:1.4rem;color:#488a3a;text-transform:uppercase;font-weight:500;letter-spacing:0;margin:0}.product-upsell-card__title{font-size:1.8rem;font-weight:600;margin:0;color:#000}.product-upsell-card__price{display:flex;flex-direction:column;align-items:flex-end;text-align:right;white-space:nowrap}.product-upsell-card__price .price__compare{font-size:1.4rem;color:#939393;text-decoration:line-through;display:block;font-weight:600}.product-upsell-card__price .price__current{font-size:1.8rem;font-weight:600;color:#4d8430}.product-upsell-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:auto}.product-upsell-card__details-btn{padding:1rem;font-size:1.4rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s ease;background:#d3dece;border:none;color:#4d8430;width:100%}.product-upsell-card__details-btn:hover{opacity:.9}.product-upsell-card__add-btn{padding:1rem;font-size:1.4rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s ease;background:#4d8430;border:none;color:#fff;width:100%}.product-upsell-card__add-btn:hover{opacity:.9}.product-upsell-card__add-btn[aria-disabled=true]{background:#939393;cursor:not-allowed}.product-upsell-card__form{display:contents}.product-upsell__grid{display:flex;flex-direction:column;gap:1rem}.product-upsell-drawer{position:fixed;top:0;right:0;width:100%;height:100vh;z-index:1000;visibility:hidden;opacity:0;transition:all .3s ease}.product-upsell-drawer.drawer--open{visibility:visible;opacity:1}.drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.drawer__content{position:absolute;top:0;right:0;width:100%;max-width:500px;height:100%;background:rgb(var(--color-background));box-shadow:-2px 0 20px #0000001a;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;z-index:2;overflow:hidden}.product-upsell-drawer.drawer--open .drawer__content{transform:translate(0)}.drawer__header{display:none}.drawer__body{flex:1;overflow:hidden;padding:0}.product-upsell-details{display:flex;flex-direction:column;height:100%;position:relative}.product-upsell-details__header{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.1)}.product-upsell-details__header-title{color:#000;font-size:2.4rem;font-weight:600;margin:0}.product-upsell-details__close{background:none;border:none;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease}.product-upsell-details__close:hover{opacity:.7}.product-upsell-details__close svg{width:16px;height:16px;color:#666}.product-upsell-details__image-container{width:100%;position:relative;background:#f8f8f8;margin-top:48px}.product-upsell-details__hero-image{width:100%;object-fit:contain;display:block}.product-upsell-details__placeholder{width:100%;height:250px;background:rgb(var(--color-background-2));display:flex;align-items:center;justify-content:center}.product-upsell-details__content{padding:2rem;flex:1;overflow-y:auto}.product-upsell-details__badge{display:inline-block;background:#4d843033;color:#4d8430;padding:.5rem 1rem;border-radius:20px;border:1px solid #4D843033;font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.product-upsell-details__title{margin:0 0 1.5rem;font-size:2.2rem;font-weight:700;line-height:1.2;color:rgb(var(--color-foreground))}.product-upsell-details__whats-included{margin-bottom:2rem}.product-upsell-details__whats-included h4{margin:0 0 1rem;font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground))}.product-upsell-details__whats-included-content{color:rgb(var(--color-foreground-75));line-height:1.6}.product-upsell-details__whats-included-content iframe{width:100%;height:100%;border:none}.product-upsell-details__whats-included-content ul{margin:0;padding-left:1.5rem}.product-upsell-details__whats-included-content li{margin-bottom:.5rem}.product-upsell-details__footer{border-top:1px solid #EDEDED;padding:1.5rem;background:rgb(var(--color-background));margin-top:auto}.product-upsell-details__footer-product{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:start;margin-bottom:1.5rem}.product-upsell-details__footer-image{width:60px;height:60px}.product-upsell-details__footer-img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.product-upsell-details__footer-details{display:flex;flex-direction:column;gap:.4rem}.product-upsell-details__footer-title{font-weight:500;font-size:1.4rem;color:rgb(var(--color-foreground))}.product-upsell-details__footer-qty{font-size:1.2rem;color:rgb(var(--color-foreground-75))}.product-upsell-details__footer-price{text-align:right}.product-upsell-details__footer-price .price__regular,.product-upsell-details__footer-price .price__sale{display:flex;flex-direction:column;align-items:flex-end}.product-upsell-details__footer-price .price-item--regular{font-size:1.8rem;font-weight:600;color:rgb(var(--color-foreground))}.product-upsell-details__footer-price .price--on-sale .price__sale{display:flex;flex-direction:column;align-items:flex-end}.product-upsell-details__footer-price .price--on-sale .price__sale s.price-item--regular{font-size:1.4rem;color:#939393;font-weight:400}.product-upsell-details__footer-price .price--on-sale .price__sale .price-item--sale{font-size:1.8rem;font-weight:600;color:rgb(var(--color-foreground))}.product-upsell-details__footer-price .price--on-sale .price__regular{display:none}.product-upsell-details__footer-price .price:not(.price--on-sale) .price__sale{display:none}.product-upsell-details__add-btn{width:100%;padding:1.5rem;background:#4d8430;color:#fff;border:none;font-size:1.6rem;font-weight:500;cursor:pointer;border-color:#4d8430}.product-upsell-details__add-btn[aria-disabled=true]{background:#999;cursor:not-allowed}.product-upsell-details__footer-form{display:contents}.product-upsell-details__guarantees{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:1.5rem;color:#666;font-size:1.4rem}.product-upsell-details__guarantee-item{display:flex;align-items:center;gap:.5rem}.product-upsell-details__guarantee-divider{width:6px;height:6px;border-radius:50%;background-color:#4d8430}@media screen and (max-width: 749px){.drawer__content{max-width:none;width:100%}.product-upsell-details__header-title{font-size:1.8rem}.product-upsell-details__content,.product-upsell-details__footer{padding:1.5rem}.product-upsell-details__title{font-size:1.8rem}.product-upsell-card__image{width:100px;height:100px}.product-upsell-card__actions{justify-content:center}.product-upsell-card__content{padding:1rem}.product-upsell-card__actions{width:100%;justify-content:stretch}.product-upsell-card__details-btn,.product-upsell-card__add-btn{flex:1}.product-upsell-card__header{flex-direction:column;align-items:flex-start}.product-upsell-card__price{align-items:flex-start}.product-upsell-details__guarantee-divider{display:none}.product-upsell-details__guarantees{padding-top:1.5rem;color:#666;font-size:1.2rem}.product-upsell-card__subtitle{font-size:1.2rem;line-height:1.2;display:block;margin-bottom:.4rem}.product-upsell-card__title,.product-upsell-card__price .price__current{font-size:1.4rem}}.drawer-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/502/assets/component-product-upsell.css.map */
