.product-preview-modal-wrapper{position:relative}.product-preview-modal-wrapper .product-preview-modal{display:block}.product-preview-modal{background:rgb(var(--color-background));border-radius:var(--popup-corner-radius) 0 0 var(--popup-corner-radius);border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);border-right:none;padding:2rem;position:fixed;top:0;right:0;transform:translate(100%);visibility:hidden;width:100%;max-width:42rem;height:100vh;overflow-y:auto;box-shadow:-.4rem 0 2rem rgba(var(--color-shadow),.3);z-index:1000;opacity:0}.product-preview-modal.focused{box-shadow:0 0 .2rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.product-preview-modal:focus-visible{box-shadow:0 0 .2rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.product-preview-modal.animate{transition:transform .3s cubic-bezier(.25,.46,.45,.94),visibility 0s .3s ease,opacity .3s ease}.product-preview-modal.active{transform:translate(0);transition:transform .3s cubic-bezier(.25,.46,.45,.94),visibility 0s,opacity .3s ease;visibility:visible;opacity:1}.product-preview-modal__header{align-items:center;display:flex;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1);position:sticky;top:0;background:rgb(var(--color-background));z-index:10}.product-preview-modal__heading{align-items:center;display:flex;flex-grow:1;margin-bottom:0;margin-top:0;color:rgb(var(--color-foreground))}.product-preview-modal__heading .icon-checkmark{color:rgb(var(--color-success, var(--color-foreground)));margin-right:1rem;width:1.6rem;height:1.6rem}.product-preview-modal__close{margin-top:-1rem;margin-right:-1rem;padding:1rem}.product-preview-modal__content{margin-bottom:1.5rem;flex:1}.product-preview-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:rgba(var(--color-foreground),.02);border-radius:var(--border-radius);border:.1rem solid rgba(var(--color-foreground),.08)}.product-preview-item__media{flex-shrink:0;width:8rem}.product-preview-item__image{border-radius:var(--border-radius);overflow:hidden;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);aspect-ratio:1}.product-preview-item__image img{width:100%;height:100%;object-fit:cover;display:block}.product-preview-item__details{flex:1;min-width:0}.product-preview-item__vendor{margin-bottom:.5rem;color:rgba(var(--color-foreground),.7)}.product-preview-item__title{margin-bottom:1rem;color:rgb(var(--color-foreground))}.product-preview-item__variant-info{margin-bottom:1rem}.product-option{display:flex;gap:.5rem;margin-bottom:.5rem}.product-option dt{font-weight:500;color:rgb(var(--color-foreground))}.product-option dd{color:rgba(var(--color-foreground),.8);margin:0}.product-preview-item__price{margin-bottom:1rem}.product-preview-item__discounted-prices{display:flex;gap:1rem;align-items:center;margin:0}.product-preview-item__discounted-prices dt{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-preview-item__discounted-prices dd{margin:0}.price{font-weight:600;color:rgb(var(--color-foreground))}.price--on-sale{color:rgb(var(--color-sale-text, var(--color-foreground)))}.price--compare{color:rgba(var(--color-foreground),.6);text-decoration:line-through}.product-preview-item__quantity{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem}.product-preview-item__quantity-label{font-weight:500;color:rgb(var(--color-foreground))}.product-preview-item__quantity-value{background:rgba(var(--color-foreground),.1);padding:.2rem .6rem;border-radius:var(--border-radius);font-weight:600;color:rgb(var(--color-foreground))}.product-preview-item__description{margin-bottom:1.5rem;color:rgba(var(--color-foreground),.8);line-height:1.5}.product-preview-item__actions{margin-top:1rem}.product-preview-modal__summary{padding:1.5rem;background:rgba(var(--color-foreground),.02);border-top:.1rem solid rgba(var(--color-foreground),.08);border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.cart-summary-item:last-child{margin-bottom:0;padding-top:.8rem;border-top:.1rem solid rgba(var(--color-foreground),.1);font-weight:600}.cart-summary-label{color:rgba(var(--color-foreground),.8)}.cart-summary-value{color:rgb(var(--color-foreground));font-weight:500}.cart-summary-item:last-child .cart-summary-label,.cart-summary-item:last-child .cart-summary-value{color:rgb(var(--color-foreground));font-weight:600}.product-preview-modal__actions{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-top:.1rem solid rgba(var(--color-foreground),.1);background:rgb(var(--color-background));position:sticky;bottom:0;margin-top:auto}.product-preview-modal__actions .button{width:100%;justify-content:center;min-height:4.4rem}.product-preview-continue{background:none;border:none;color:rgba(var(--color-foreground),.7);text-decoration:underline;cursor:pointer;padding:1rem;font-size:inherit;transition:color .2s ease}.product-preview-continue:hover{color:rgb(var(--color-foreground))}@media screen and (max-width: 749px){.product-preview-modal{width:100%;max-width:100%;padding:1.5rem;border-radius:0}.product-preview-item{flex-direction:column;gap:1rem;padding:1rem}.product-preview-item__media{width:6rem;align-self:center}.product-preview-modal__header{margin-bottom:1rem;padding-bottom:.8rem}.product-preview-modal__heading{font-size:1.4rem}.product-preview-modal__actions{padding:1rem}}@media screen and (min-width: 750px){.product-preview-modal{max-width:42rem}.product-preview-item__media{width:8rem}}.additional-items-section{margin-top:2rem;padding-top:1.5rem;border-top:.1rem solid rgba(var(--color-foreground),.1)}.additional-items-section h3{margin-bottom:1rem;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.additional-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;margin-bottom:.8rem;background:rgba(var(--color-foreground),.02);border-radius:var(--border-radius);border:.1rem solid rgba(var(--color-foreground),.05)}.additional-item__details{flex:1;min-width:0}.additional-item__title{font-weight:500;color:rgb(var(--color-foreground));margin-bottom:.3rem;font-size:1.3rem}.additional-item__description{color:rgba(var(--color-foreground),.7);font-size:1.2rem;line-height:1.4;margin-bottom:.5rem}.additional-item__meta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.additional-item__price{font-weight:600;color:rgb(var(--color-foreground));font-size:1.3rem}.additional-item__quantity{display:flex;align-items:center;gap:.3rem;color:rgba(var(--color-foreground),.7);font-size:1.2rem}.additional-item__quantity-label{font-weight:500}.additional-item__quantity-value{background:rgba(var(--color-foreground),.1);padding:.1rem .4rem;border-radius:calc(var(--border-radius) / 2);font-weight:600;color:rgb(var(--color-foreground))}@media screen and (min-width: 990px){.product-preview-modal{max-width:45rem}.product-preview-item,.product-preview-modal__actions{padding:2rem}.additional-items-section{margin-top:2.5rem;padding-top:2rem}.additional-item{padding:1.5rem}}body.overflow-hidden{overflow:hidden}body.overflow-hidden:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;animation:fadeIn var(--duration-default) ease forwards}@keyframes fadeIn{to{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/335/assets/component-product-preview-modal.css.map */
