@keyframes slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{from{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes pulse{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.7)}70%{box-shadow:0 0 0 15px hsla(0,0%,100%,0)}100%{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}.product-bottom-sheet{display:flex;justify-content:center;position:fixed;bottom:0;left:0;right:0;background:#333;color:#fff;border-radius:16px 16px 0 0;z-index:1000;box-shadow:0 -4px 15px rgba(0,0,0,.3);transform:translateY(100%);opacity:0;height:80vh;max-height:80vh;overflow:hidden;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.product-bottom-sheet.active{transform:translateY(0);opacity:1}.product-bottom-sheet.animate-up{animation:slideUp .3s forwards}.product-bottom-sheet.animate-down{animation:slideDown .3s forwards}.product-bottom-sheet.expanded{max-height:95vh}.product-bottom-sheet .close-btn{position:absolute;right:15px;top:15px;width:30px;height:30px;background:rgba(0,0,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .2s ease}.product-bottom-sheet .close-btn:hover{background:rgba(0,0,0,.5)}.product-bottom-sheet .close-btn span{color:#fff;font-size:14px;font-weight:bold}.product-bottom-sheet .drag-indicator{width:40px;height:4px;background:hsla(0,0%,100%,.3);border-radius:4px;margin:10px auto;transition:width .3s ease}.product-bottom-sheet-data{width:100%;max-width:800px;height:calc(100% - 40px);overflow-y:auto;overflow-x:hidden;padding:0 20px 20px;box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative;left:50%;right:50%;transform:translateX(-50%);padding-bottom:90px}.product-bottom-sheet-data::-webkit-scrollbar{display:none}.product-main{position:relative;background:#242424;height:300px;margin:0 -20px 20px;display:flex;align-items:center;justify-content:center}.product-main .product-image{width:100%;height:100%;object-fit:contain;padding:20px}.product-main .nav-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.3);color:#fff;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:background .2s ease}.product-main .nav-button:hover{background:rgba(0,0,0,.5)}.product-main .nav-button.prev{left:10px}.product-main .nav-button.next{right:10px}.product-main .nav-button span{font-size:20px;font-weight:bold}.price-display{display:flex;justify-content:space-between;align-items:center;padding:15px 0;margin-bottom:20px}.price-display:lang(ar){direction:rtl !important}.price-display .main-price{font-size:28px;font-weight:bold;color:#f7ca01}.price-display .original-price{color:#aaa;text-decoration:line-through;font-size:16px;margin-bottom:5px}.price-display .discount-badge{background:#f7ca01;color:#000;padding:5px 10px;border-radius:4px;font-weight:bold}.store-info{display:flex;align-items:center;padding:15px 0;border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1)}.store-info:lang(ar){direction:rtl}.store-info .store-logo{width:50px;height:50px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-right:15px;flex-shrink:0}.store-info .store-logo:lang(ar){margin-left:15px;margin-right:0}.store-info .store-logo img{width:40px;height:40px;object-fit:contain}.store-info .store-details h3{margin:0 0 5px 0;font-weight:bold;font-size:16px}.store-info .store-details p{margin:0;color:#aaa;font-size:14px}.related-products{margin-top:20px;padding:20px 0;position:relative}.related-products h2{margin:0 0 15px 0;font-size:20px;font-weight:bold;color:#fff}.related-products-nav{position:relative;width:40px;height:40px;min-width:40px;background:rgba(0,0,0,.7);border:none;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.3);color:#fff}.related-products-nav span{font-size:20px;line-height:1}@media(max-width: 768px){.related-products-nav{display:none !important}}.related-products-nav:not(:disabled):hover{background:rgba(0,0,0,.9);transform:scale(1.1)}.related-products-nav.nav-prev{order:0}.related-products-nav.nav-next{order:2}.related-products-wrapper .products-row{order:1}html[dir=rtl] .related-products-wrapper,:lang(ar) .related-products-wrapper{direction:rtl}.related-products-nav:disabled{opacity:.3;cursor:not-allowed}.related-products-nav:disabled:hover{transform:none;background:rgba(0,0,0,.7)}.related-products-wrapper{position:relative;display:flex;align-items:center;gap:10px}.products-row{display:flex;gap:15px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;max-height:none;padding:20px;flex:1;scrollbar-width:none}.products-row::-webkit-scrollbar{display:none}.products-row:lang(ar){direction:rtl}.products-row::-webkit-scrollbar{height:6px}.products-row::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:10px}.products-row::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:10px}a{text-decoration:none}.product-card{display:flex;flex-direction:column;background-color:#37243d;border-radius:10px;overflow:hidden;text-decoration:none;color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1);position:relative;min-width:180px;width:180px;height:200px;scroll-snap-align:start;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:scale(1.02);box-shadow:0 4px 8px rgba(0,0,0,.2)}.product-card .product-img{width:100%;height:130px;object-fit:contain;flex-shrink:0}.product-card .product-details{padding:10px;display:flex;flex-direction:column;justify-content:space-between;flex:1}.product-card .rel-store-info{width:100%}.product-card .store-info{padding:0;border:none;gap:10px}.product-card .store-logo{width:35px;height:35px;margin-right:10px}.product-card .store-logo img{width:30px;height:30px}.product-card .store-details h3{font-size:12px;margin-bottom:2px;color:#fff}.product-card .store-details p{font-size:11px;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;opacity:0;transition:opacity .3s ease;pointer-events:none}.product-overlay.active{opacity:1;pointer-events:auto}#bottom-sheet-loading{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1001}#bottom-sheet-loading .spinner{border:4px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width: 768px){.product-bottom-sheet{max-height:85vh;border-radius:16px 16px 0 0}.product-bottom-sheet-data{max-width:100%;height:calc(85vh - 40px)}.product-main{height:250px;margin:0 -15px 15px}.price-display{flex-direction:row;padding:10px 0}.price-display .main-price{font-size:24px}.products-row{gap:10px;padding:10px 0}.product-card{min-width:150px;width:150px;height:200px}.product-card .product-img{height:100px}.product-card .store-logo{width:30px;height:30px}.product-card .store-logo img{width:25px;height:25px}.product-card .store-details h3{font-size:11px}.product-card .store-details p{font-size:10px}.related-products{padding:15px 0}.related-products h2{font-size:18px;margin-bottom:10px}}.body-bottom{width:100%;justify-content:center}@media(max-width: 480px){.product-bottom-sheet{max-height:80vh}.product-card .store-info{gap:5px}.product-bottom-sheet-data{height:calc(80vh - 40px)}.product-main{height:200px}.price-display{gap:10px}.price-display .main-price{font-size:20px}.price-display .original-price{font-size:14px}.price-display .discount-badge{font-size:12px;padding:4px 8px}.product-card{min-width:140px;width:140px;height:180px}.product-card .product-img{height:90px}.store-info .store-details h3{font-size:12px}.store-info .store-details p{font-size:12px}}.store-locations{margin-top:30px;padding:20px 0;border-top:1px solid hsla(0,0%,100%,.1);color:#000}.store-locations h2{font-size:20px;font-weight:bold;color:#fff;margin-bottom:20px;display:flex;align-items:center;gap:10px}.store-locations h2:lang(ar){font-size:18px;justify-content:end}.store-locations h2::before{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFCC00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0}[dir=rtl] .store-locations h2::before,:lang(ar) .store-locations h2::before{content:none}[dir=rtl] .store-locations h2::after,:lang(ar) .store-locations h2::after{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFCC00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;margin-inline-start:.5em;flex-shrink:0}.locations-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:15px}.location-item{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:15px;transition:all .3s ease;position:relative;overflow:hidden}.location-item:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.location-item::before{content:"";position:absolute;top:-20px;right:-20px;width:80px;height:80px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none' stroke='%23FFCC00' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' opacity='0.1'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.1;transform:rotate(15deg)}.location-item h3{font-size:16px;font-weight:600;color:#f7ca01;margin:0 0 10px 0;display:flex;align-items:start;gap:8px;line-height:1.4;position:relative;z-index:1}.location-item h3::before{content:"";width:20px;height:20px;min-width:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFCC00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;margin-top:2px}.location-item p{font-size:14px;color:hsla(0,0%,100%,.8);margin:0;display:flex;align-items:center;gap:8px;position:relative;z-index:1}.location-item p::before{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23AAAAAA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.location-item p a{color:inherit;text-decoration:none;transition:color .2s ease}.location-item p a:hover{color:#f7ca01}html[dir=rtl] .store-locations h2::before,:lang(ar) .store-locations h2::before{margin-right:0;margin-left:10px}html[dir=rtl] .location-item h3,:lang(ar) .location-item h3{flex-direction:row-reverse}html[dir=rtl] .location-item h3::before,:lang(ar) .location-item h3::before{margin-right:0;margin-left:8px}html[dir=rtl] .location-item p,:lang(ar) .location-item p{flex-direction:row-reverse}html[dir=rtl] .location-item p::before,:lang(ar) .location-item p::before{margin-right:0;margin-left:8px}html[dir=rtl] .location-item::before,:lang(ar) .location-item::before{right:auto;left:-20px;transform:rotate(-15deg)}@media(max-width: 768px){.store-locations{padding:15px 0}.store-locations h2{font-size:18px;margin-bottom:15px}.locations-list{grid-template-columns:1fr;gap:12px}.location-item{padding:12px}.location-item h3{font-size:14px}.location-item p{font-size:13px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.location-item{animation:fadeInUp .4s ease-out backwards}.location-item:nth-child(1){animation-delay:.1s}.location-item:nth-child(2){animation-delay:.2s}.location-item:nth-child(3){animation-delay:.3s}.location-item:nth-child(4){animation-delay:.4s}.location-item.accent{border-left:3px solid #f7ca01;padding-left:20px}html[dir=rtl] .location-item.accent,:lang(ar) .location-item.accent{border-left:none;border-right:3px solid #f7ca01;padding-left:15px;padding-right:20px}.product-price{position:absolute;top:5px;right:5px;background:#f34c4c;color:#fff;padding:5px;border-radius:5px}h1.product-brand{font-size:18px;font-weight:bolder}.fullscreen-button{position:absolute;top:10px;right:10px;width:36px;height:36px;background:rgba(0,0,0,.7);border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;opacity:.8}.fullscreen-button:hover{background:rgba(0,0,0,.9);transform:scale(1.1);opacity:1}.fullscreen-button svg{width:20px;height:20px;fill:#fff}.expired-badge{position:absolute;top:10px;left:10px;background:rgba(255,0,0,.8);color:#fff !important;padding:5px 10px;border-radius:4px;font-size:14px;font-weight:bold;z-index:10;animation:pulse 2s infinite}.validity-pending-badge{position:absolute;top:10px;left:10px;background:#f7ca01;color:#000 !important;padding:5px 10px;border-radius:4px;font-size:14px;font-weight:bold;z-index:10;animation:pulse 2s infinite}.theme-light .product-bottom-sheet{background:#fff;color:#212529;box-shadow:0 -4px 15px rgba(0,0,0,.15)}.theme-light .product-bottom-sheet .close-btn{background:rgba(0,0,0,.1)}.theme-light .product-bottom-sheet .close-btn:hover{background:rgba(0,0,0,.2)}.theme-light .product-bottom-sheet .close-btn span{color:#212529}.theme-light .product-bottom-sheet .drag-indicator{background:rgba(0,0,0,.2)}.theme-light .product-main{background:#f5f5f5}.theme-light .product-main .nav-button{background:rgba(0,0,0,.1);color:#212529}.theme-light .product-main .nav-button:hover{background:rgba(0,0,0,.2)}.theme-light .price-display .main-price{color:#28a745}.theme-light .price-display .original-price{color:#6c757d}.theme-light .price-display .discount-badge{background:#f7ca01;color:#212529}.theme-light .store-info{border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.theme-light .store-info .store-logo{background:#f8f9fa;box-shadow:0 2px 8px rgba(0,0,0,.1)}.theme-light .store-info .store-details h3{color:#000}.theme-light .store-info .store-details p{color:#000}.theme-light .related-products h2{color:#212529}.theme-light .products-row::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.theme-light .products-row::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3)}.theme-light .product-card{background-color:#fff;color:#212529;box-shadow:0 2px 5px rgba(0,0,0,.1);border:1px solid #e9ecef}.theme-light .product-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}.theme-light .product-card .store-details h3{color:#212529}.theme-light .product-card .store-details p{color:#6c757d}.theme-light .product-overlay{background:rgba(0,0,0,.3)}.theme-light #bottom-sheet-loading .spinner{border:4px solid rgba(0,0,0,.1);border-top-color:#212529}.theme-light .store-locations{border-top:1px solid rgba(0,0,0,.1)}.theme-light .store-locations h2{color:#212529}.theme-light .location-item{background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.08)}.theme-light .location-item:hover{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.2);box-shadow:0 4px 12px rgba(0,0,0,.15)}.theme-light .location-item h3{color:#000}.theme-light .location-item p{color:#000}.theme-light .location-item p a:hover{color:#f7ca01}.theme-light .fullscreen-button{background:rgba(0,0,0,.1)}.theme-light .fullscreen-button:hover{background:rgba(0,0,0,.2)}.theme-light .fullscreen-button svg{fill:#212529}.theme-light .related-products-nav{background:rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1);color:#212529}.theme-light .related-products-nav:not(:disabled):hover{background:rgba(0,0,0,.2)}.theme-light .related-products-nav span{color:#212529}.theme-light .related-products-nav:disabled{opacity:.3;cursor:not-allowed}.theme-light .related-products-nav:disabled:hover{background:rgba(0,0,0,.1);transform:none}.theme-dark .product-bottom-sheet{background:#333;color:#fff;box-shadow:0 -4px 15px rgba(0,0,0,.3)}.theme-dark .product-bottom-sheet .close-btn{background:rgba(0,0,0,.3)}.theme-dark .product-bottom-sheet .close-btn:hover{background:rgba(0,0,0,.5)}.theme-dark .product-bottom-sheet .close-btn span{color:#fff}.theme-dark .product-bottom-sheet .drag-indicator{background:hsla(0,0%,100%,.3)}.theme-dark .product-main{background:#242424}.theme-dark .product-main .nav-button{background:rgba(0,0,0,.3);color:#fff}.theme-dark .product-main .nav-button:hover{background:rgba(0,0,0,.5)}.theme-dark .price-display .original-price{color:#aaa}.theme-dark .price-display .discount-badge{background:#f7ca01;color:#000}.theme-dark .store-info{border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1)}.theme-dark .store-info .store-logo{background:#fff}.theme-dark .store-info .store-details h3{color:#fff}.theme-dark .store-info .store-details p{color:#aaa}.theme-dark .related-products h2{color:#fff}.theme-dark .products-row::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}.theme-dark .products-row::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3)}.theme-dark .product-card{background-color:#37243d;color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1)}.theme-dark .product-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.2)}.theme-dark .product-card .store-details h3{color:#fff}.theme-dark .product-card .store-details p{color:#fff}.theme-dark .product-overlay{background:rgba(0,0,0,.5)}.theme-dark #bottom-sheet-loading .spinner{border:4px solid hsla(0,0%,100%,.3);border-top-color:#fff}.theme-dark .store-locations{border-top:1px solid hsla(0,0%,100%,.1)}.theme-dark .store-locations h2{color:#fff}.theme-dark .location-item{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}.theme-dark .location-item:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2);box-shadow:0 4px 12px rgba(0,0,0,.2)}.theme-dark .location-item h3{color:#f7ca01}.theme-dark .location-item p{color:hsla(0,0%,100%,.8)}.theme-dark .location-item p a:hover{color:#f7ca01}.theme-dark .fullscreen-button{background:rgba(0,0,0,.7)}.theme-dark .fullscreen-button:hover{background:rgba(0,0,0,.9)}.theme-dark .fullscreen-button svg{fill:#fff}.theme-dark .related-products-nav{background:rgba(0,0,0,.7);box-shadow:0 2px 8px rgba(0,0,0,.3);color:#fff}.theme-dark .related-products-nav:not(:disabled):hover{background:rgba(0,0,0,.9)}.theme-dark .related-products-nav span{color:#fff}.theme-dark .related-products-nav:disabled{opacity:.3;cursor:not-allowed}.theme-dark .related-products-nav:disabled:hover{background:rgba(0,0,0,.7);transform:none}.cover-bg{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(20,16,16,.7803921569);border-radius:16px 16px 0 0;display:flex}.product-image-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);z-index:2000;opacity:0;transition:opacity .3s ease;flex-direction:column}.product-image-modal.active{opacity:1}.modal-header{display:flex;justify-content:end;align-items:center;padding:20px;background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.1)}.modal-product-info h3{color:#fff;font-size:18px;margin:0 0 5px 0;font-weight:600}.modal-price{color:gold;font-size:20px;font-weight:bold}.modal-price .original-price{color:#999;text-decoration:line-through;font-size:16px;margin-right:10px}.modal-close{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff}.modal-close:hover{background:hsla(0,0%,100%,.2);transform:rotate(90deg)}.modal-content{flex:1;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.modal-image-container{max-width:90%;max-height:100%;display:flex;align-items:center;justify-content:center}#modal-product-image{max-width:100%;max-height:100%;object-fit:contain;display:none;box-shadow:0 0 30px rgba(0,0,0,.5);border-radius:8px;background:#fff}.modal-controls{padding:20px;background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:center}.zoom-controls{display:flex;align-items:center;gap:15px;background:rgba(0,0,0,.5);padding:10px 20px;border-radius:30px}.zoom-btn{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff}.zoom-btn:hover{background:hsla(0,0%,100%,.2);transform:scale(1.1)}.zoom-btn.reset{margin-left:10px}.zoom-level{color:#fff;font-size:14px;min-width:50px;text-align:center;font-weight:500}.modal-loading{position:absolute;display:none;align-items:center;justify-content:center;z-index:10}.modal-spinner{width:50px;height:50px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fullscreen-button{position:absolute;top:10px;right:10px;width:36px;height:36px;background:rgba(0,0,0,.7);border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;opacity:.8}.fullscreen-button:hover{background:rgba(0,0,0,.9);transform:scale(1.1);opacity:1}.fullscreen-button svg{width:20px;height:20px;fill:#fff}@media(max-width: 768px){.modal-header{padding:15px}.modal-product-info h3{font-size:16px}.modal-price{font-size:18px}.modal-content{padding:10px}.modal-controls{padding:15px}.zoom-controls{padding:8px 15px}.zoom-btn{width:32px;height:32px}}/*# sourceMappingURL=bottom-sheet.css.map */
