.mobile-product-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.mobile-product-popup.active{display:flex;opacity:1}.mobile-product-popup__content{background:rgb(var(--color-background));border-radius:20px;width:100%;max-width:340px;max-height:85vh;overflow:hidden;position:relative;transform:scale(.8) translateY(40px);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 25px 50px #00000040,0 0 0 1px #ffffff1a}.mobile-product-popup.active .mobile-product-popup__content{transform:scale(1) translateY(0)}.mobile-product-popup__images{position:relative;width:100%;height:380px;overflow:hidden;border-radius:20px 20px 0 0;margin:0;padding:0}.mobile-product-popup__swiper{width:100%;height:100%;touch-action:pan-y pinch-zoom}.mobile-product-popup__slide{display:flex;align-items:center;justify-content:center;background:rgb(var(--color-background));-webkit-user-select:none;user-select:none;-webkit-user-drag:none;touch-action:pan-y pinch-zoom}.mobile-product-popup__slide img{width:100%;height:100%;object-fit:cover;border-radius:0;background:rgb(var(--color-background))}.mobile-product-popup__pagination{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:5}.mobile-product-popup__pagination .swiper-pagination-bullet{width:8px;height:8px;background:#64646499;border-radius:50%;cursor:pointer;transition:all .2s ease;opacity:1;border:1px solid rgba(255,255,255,.3)}.mobile-product-popup__pagination .swiper-pagination-bullet-active{background:#3c3c3ce6;transform:scale(1.2);border-color:#fff9}.mobile-product-popup__info{padding:16px 20px}.mobile-product-popup__title{font-size:1.95rem;font-weight:600;margin:0 0 8px;line-height:1.25;color:rgb(var(--color-foreground))}.mobile-product-popup__vendor{font-size:.875rem;color:rgba(var(--color-foreground),.7);margin:0 0 12px}.mobile-product-popup__price-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px}.mobile-product-popup__price{margin:0}.mobile-product-popup__price .price{font-size:1.4rem;font-weight:700}.mobile-product-popup__variants{margin:0;flex-shrink:0}.mobile-product-popup__variant-option{margin-bottom:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mobile-product-popup__variant-btn{padding:6px 12px;border:1px solid rgba(var(--color-border),.3);border-radius:16px;background:transparent;color:rgb(var(--color-foreground));font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;height:36px;display:flex;align-items:center}.mobile-product-popup__variant-btn:hover{border-color:rgb(var(--color-button));background:rgba(var(--color-button),.1)}.mobile-product-popup__variant-btn.active{border-color:rgb(var(--color-button));background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.mobile-product-popup__variant-select{min-width:120px;padding:8px 30px 8px 12px;border:2px solid rgba(var(--color-border),.2);border-radius:12px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:.875rem;font-weight:500;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23333' d='M4.427 6.427L8 10 11.573 6.427a.8.8 0 111.131 1.131l-4.131 4.131a.8.8 0 01-1.131 0L3.296 7.558a.8.8 0 011.131-1.131z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px;cursor:pointer;height:40px;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.mobile-product-popup__variant-select:hover{border-color:rgba(var(--color-button),.4);box-shadow:0 3px 8px #0000001a}.mobile-product-popup__variant-select:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 3px rgba(var(--color-button),.15)}.mobile-product-popup__actions{display:flex;gap:12px;align-items:center;margin-top:16px}.mobile-product-popup__atc{flex:1;padding:12px 18px;border:none;border-radius:20px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;height:48px;white-space:nowrap}.mobile-product-popup__atc:hover{background:rgba(var(--color-button),.9);transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--color-button),.3)}.mobile-product-popup__atc:disabled{opacity:.6;cursor:not-allowed;transform:none}.mobile-product-popup__wishlist{position:absolute;top:12px;right:12px;z-index:15;padding:10px;border:none;border-radius:0;background:transparent;color:#000;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:44px;height:44px}.mobile-product-popup__wishlist:hover{transform:scale(1.1)}.mobile-product-popup__wishlist.is-active .heart-outline{display:none}.mobile-product-popup__wishlist.is-active .heart-filled{display:block!important}.mobile-product-popup__wishlist svg{width:24px;height:24px;transition:all .2s ease}.mobile-product-popup__view-details{flex:1;padding:12px 18px;border:2px solid rgb(var(--color-button));border-radius:20px;background:transparent;color:rgb(var(--color-button));font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:flex;align-items:center;justify-content:center;height:48px}.mobile-product-popup__view-details:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text));transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--color-button),.3)}.mobile-product-popup__loading{display:none;align-items:center;justify-content:center;padding:40px}.mobile-product-popup__loading.active{display:flex}.mobile-product-popup__loading .loading-spinner{width:32px;height:32px}.mobile-product-popup__error{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(var(--color-background),.95);display:none;align-items:center;justify-content:center;z-index:10;border-radius:20px}.mobile-product-popup__error-message{text-align:center;padding:20px}.mobile-product-popup__error-message p{color:rgb(var(--color-foreground));font-size:1rem;margin:0}@media (min-width: 768px){.mobile-product-popup{display:none!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.mobile-product-popup.closing .mobile-product-popup__content{animation:fadeOutDown .3s ease forwards}.mobile-product-popup .swiper-slide{background:transparent}.mobile-product-popup .swiper-wrapper{align-items:center}.mobile-product-popup__content.loading .mobile-product-popup__info{opacity:.5;pointer-events:none}.mobile-product-popup__content.loading .mobile-product-popup__images:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border:3px solid rgba(var(--color-foreground),.3);border-top:3px solid rgb(var(--color-foreground));border-radius:50%;animation:spin 1s linear infinite;z-index:10}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/130/assets/mobile-product-popup.css.map */
