.upsell-popup{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;z-index:-1;background:rgba(var(--color-foreground),.5);display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.upsell-popup[open]{opacity:1;visibility:visible;z-index:1010}.upsell-popup__content{position:relative;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));width:100%;max-width:46rem;max-height:calc(100vh - 4rem);overflow-y:auto;padding:3rem 2.5rem 2.5rem;box-sizing:border-box}.upsell-popup__close{position:absolute;top:1.2rem;right:1.2rem;background:transparent;border:none;cursor:pointer;color:rgb(var(--color-foreground));padding:.5rem}.upsell-popup__heading{margin:0 0 2rem;text-align:center;font-size:2rem}.upsell-popup__products{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media screen and (max-width:480px){.upsell-popup__products{grid-template-columns:1fr}}.upsell-popup__card{display:flex;flex-direction:column;text-align:center}.upsell-popup__card-media{margin-bottom:1rem}.upsell-popup__card-media-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.upsell-popup__card-media-scroll::-webkit-scrollbar{display:none}.upsell-popup__card-media-slide{flex:0 0 100%;scroll-snap-align:start;display:block}.upsell-popup__card-media-slide img{width:100%;height:auto;display:block}.upsell-popup__card-info{display:flex;flex-direction:column;gap:.7rem;flex:1}.upsell-popup__card-title{color:rgb(var(--color-foreground));text-decoration:none;font-size:1.4rem}.upsell-popup__card-title:hover{text-decoration:underline}.upsell-popup__card-price{font-weight:600}.upsell-popup__variant-select{width:100%;padding:.6rem;border:.1rem solid rgba(var(--color-foreground),.3);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.3rem}.upsell-popup__card-add{margin-top:auto;width:100%}
/*# sourceMappingURL=/cdn/shop/t/25/assets/component-upsell-popup.css.map */
