.smooth-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.smooth-drawer-overlay.active{opacity:1;visibility:visible}.smooth-drawer{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:rgb(var(--color-background));border-radius:24px 24px 0 0;box-shadow:0 -10px 40px #0003;max-width:600px;margin:0 auto;padding:2.4rem;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .4s cubic-bezier(.32,.72,0,1),opacity .4s cubic-bezier(.32,.72,0,1),visibility .4s cubic-bezier(.32,.72,0,1);will-change:transform,opacity}.smooth-drawer.active{transform:translateY(0);opacity:1;visibility:visible}.smooth-drawer__handle{width:48px;height:4px;background:rgba(var(--color-foreground),.3);border-radius:2px;margin:0 auto 2rem;cursor:grab}.smooth-drawer__close-btn{position:absolute;top:2rem;right:2rem;width:36px;height:36px;border:none;background:rgba(var(--color-foreground),.08);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.smooth-drawer__close-btn:hover{background:rgba(var(--color-foreground),.15);transform:rotate(90deg)}.smooth-drawer__close-btn svg{width:18px;height:18px;stroke:rgb(var(--color-foreground));stroke-width:2}.smooth-drawer__content{max-height:70vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.2) transparent}.smooth-drawer__content::-webkit-scrollbar{width:6px}.smooth-drawer__content::-webkit-scrollbar-track{background:transparent}.smooth-drawer__content::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:3px}.smooth-drawer__header{display:flex;align-items:flex-start;gap:1.2rem;margin-bottom:2rem;animation:slideUp .5s cubic-bezier(.32,.72,0,1) .1s backwards}.smooth-drawer__image{flex-shrink:0;width:80px;height:80px;border-radius:16px;overflow:hidden;background:rgba(var(--color-foreground),.05);box-shadow:0 2px 8px #0000001a}.smooth-drawer__image img{width:100%;height:100%;object-fit:cover}.smooth-drawer__title-wrapper{flex:1;min-width:0}.smooth-drawer__title{font-size:2rem;font-weight:600;margin:0 0 .5rem;line-height:1.2;letter-spacing:-.02em}.smooth-drawer__vendor{font-size:1.3rem;color:rgba(var(--color-foreground),.6);margin:0}.smooth-drawer__description{font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.7);margin-bottom:2rem;animation:slideUp .5s cubic-bezier(.32,.72,0,1) .2s backwards}.smooth-drawer__price-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.6rem;background:linear-gradient(135deg,rgba(var(--color-foreground),.03),rgba(var(--color-foreground),.01));border-radius:16px;margin-bottom:2rem;animation:slideUp .5s cubic-bezier(.32,.72,0,1) .3s backwards}.smooth-drawer__price{display:flex;align-items:baseline;gap:1rem}.smooth-drawer__price-current{font-size:2.4rem;font-weight:700;color:rgb(var(--color-foreground));letter-spacing:-.02em}.smooth-drawer__price-compare{font-size:1.4rem;text-decoration:line-through;color:rgba(var(--color-foreground),.5)}.smooth-drawer__price-badge{font-size:1.2rem;font-weight:600;padding:.6rem 1.2rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:8px;white-space:nowrap}.smooth-drawer__variants{margin-bottom:2rem;animation:slideUp .5s cubic-bezier(.32,.72,0,1) .4s backwards}.smooth-drawer__variant-label{font-size:1.4rem;font-weight:600;margin-bottom:1rem;display:block}.smooth-drawer__variant-options{display:flex;flex-wrap:wrap;gap:1rem}.smooth-drawer__variant-option{position:relative}.smooth-drawer__variant-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.smooth-drawer__variant-option label{display:block;padding:1rem 1.6rem;border:2px solid rgba(var(--color-foreground),.2);border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:1.4rem;font-weight:500;-webkit-user-select:none;user-select:none}.smooth-drawer__variant-option input[type=radio]:checked+label{border-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.05)}.smooth-drawer__variant-option input[type=radio]:disabled+label{opacity:.4;cursor:not-allowed;text-decoration:line-through}.smooth-drawer__variant-option label:hover:not(:has(input:disabled)){border-color:rgb(var(--color-foreground));transform:translateY(-2px)}.smooth-drawer__quantity{margin-bottom:2rem;animation:slideUp .5s cubic-bezier(.32,.72,0,1) .5s backwards}.smooth-drawer__quantity .quantity__label{font-size:1.4rem;margin-bottom:1rem;display:block}.smooth-drawer__quantity .quantity{max-width:200px}.smooth-drawer__footer{display:flex;flex-direction:column;gap:1rem;animation:slideUp .5s cubic-bezier(.32,.72,0,1) .6s backwards}.smooth-drawer__add-to-cart,.smooth-drawer__buy-now{position:relative;overflow:hidden;width:100%;height:50px;border:none;border-radius:12px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.smooth-drawer__add-to-cart{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 16px #ef44444d}.smooth-drawer__add-to-cart:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ef444466}.smooth-drawer__buy-now{background:rgb(var(--color-foreground));color:rgb(var(--color-background));box-shadow:0 4px 16px #00000026}.smooth-drawer__buy-now:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000040}.smooth-drawer__add-to-cart:active,.smooth-drawer__buy-now:active{transform:translateY(0)}.smooth-drawer__add-to-cart:disabled,.smooth-drawer__buy-now:disabled{opacity:.5;cursor:not-allowed;transform:none}.smooth-drawer__add-to-cart:before,.smooth-drawer__buy-now:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.smooth-drawer__add-to-cart:hover:before,.smooth-drawer__buy-now:hover:before{left:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 749px){.smooth-drawer{max-width:100%;border-radius:20px 20px 0 0;padding:2rem 1.6rem}.smooth-drawer__close-btn{top:1.5rem;right:1.5rem}.smooth-drawer__title{font-size:1.8rem}.smooth-drawer__price-current{font-size:2rem}.smooth-drawer__content{max-height:60vh}}.smooth-drawer__add-to-cart.loading,.smooth-drawer__buy-now.loading{pointer-events:none}.smooth-drawer__add-to-cart.loading:after,.smooth-drawer__buy-now.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.smooth-drawer__add-to-cart.loading span,.smooth-drawer__buy-now.loading span{opacity:0}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-smooth-drawer.css.map */
