.product-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;overflow:hidden;overscroll-behavior:contain}.product-modal-overlay .product-modal{position:relative;width:1020px;max-width:calc(100vw - 40px);height:560px;max-height:90vh;background:#fff;border-radius:24px;overflow:hidden;display:flex}.product-modal-overlay .product-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:none;color:#101010;font-size:18px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.product-modal-overlay .product-modal-close:hover{background:rgba(0,0,0,.1)}.product-modal-overlay .product-modal-gallery{flex:1;background:#f5f7f8;position:relative;min-height:500px;max-width:520px;overflow:hidden}.product-modal-overlay .product-modal-gallery .gallery-container{position:relative;width:100%;height:100%;min-height:500px}.product-modal-overlay .product-modal-gallery .gallery-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.product-modal-overlay .product-modal-gallery .gallery-slide.active{opacity:1;pointer-events:auto}.product-modal-overlay .product-modal-gallery .gallery-img{width:100%;height:auto;object-fit:contain}.product-modal-overlay .product-modal-gallery .gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(16,16,16,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;z-index:5;color:#fff}.product-modal-overlay .product-modal-gallery .gallery-nav:hover{background:rgba(16,16,16,.5);box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-modal-overlay .product-modal-gallery .gallery-nav.gallery-prev{left:16px}.product-modal-overlay .product-modal-gallery .gallery-nav.gallery-next{right:16px}.product-modal-overlay .product-modal-gallery .gallery-counter{font-weight:400;position:absolute;top:20px;right:20px;font-size:16px;color:#000}.product-modal-overlay .product-modal-info{flex-shrink:0;width:50%;padding:32px;display:flex;flex-direction:column;overflow-y:auto}.product-modal-overlay .product-modal-name{font-size:26px;line-height:31px;color:#101010;margin:0 0 20px}.product-modal-overlay .product-modal-price{margin-bottom:24px;display:flex;align-items:center;justify-content:flex-start;gap:12px}.product-modal-overlay .product-modal-price .price-loading{font-size:23px;color:rgba(16,16,16,.3)}.product-modal-overlay .product-modal-price .price-group{display:flex;align-items:baseline;gap:12px}.product-modal-overlay .product-modal-price .price-group .price-discount{font-size:32px;font-weight:700;color:#101010}.product-modal-overlay .product-modal-price .price-group .price-original{font-size:18px;color:rgba(16,16,16,.35);text-decoration:line-through}.product-modal-overlay .product-modal-price .price-single{font-size:23px;font-weight:500;color:#101010;line-height:28px}.product-modal-overlay .product-modal-price .price-note{font-size:12px;color:#757575;line-height:14px}.product-modal-overlay .product-modal-features{list-style:none;padding:0;margin:0 0 28px}.product-modal-overlay .product-modal-features .feature-item{display:flex;align-items:flex-start;gap:16px;font-size:14px;line-height:20px;color:#101010;margin-bottom:20px;padding:0}.product-modal-overlay .product-modal-features .feature-item .feature-bullet{color:#101010;flex-shrink:0;display:inline-block;width:4px;height:4px;border-radius:100%}.product-modal-overlay .product-modal-colors{display:flex;gap:12px;margin-bottom:28px}.product-modal-overlay .product-modal-colors .color-dot-wrapper{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.product-modal-overlay .product-modal-colors .color-dot-wrapper.active{border:1.5px solid;border-color:inherit}.product-modal-overlay .product-modal-colors .color-dot-wrapper .color-dot{width:20px;height:20px;border-radius:50%;border:none;padding:0}.product-modal-overlay .product-modal-colors .color-dot-wrapper:hover .color-dot{transform:scale(1.1)}.product-modal-overlay .product-modal-shop-btn{width:100%;height:52px;background:#101010;color:#fff;border:none;border-radius:16px;font-size:16px;cursor:pointer;margin-top:auto;transition:background .2s ease,color .2s ease}.product-modal-overlay .product-modal-shop-btn:hover{background:linear-gradient(180deg,#101010,#01484F);box-shadow:0 7px 24px -3px rgba(0,146,154,.2)}@media(max-width:1200px){.product-modal-overlay .product-modal{width:100%}.product-modal-overlay .product-modal .gallery-container .gallery-img{height:100%;object-fit:cover}.product-modal-overlay .product-modal .product-modal-features .feature-item{margin-bottom:16px}}@media(max-width:768px){.product-modal-overlay{padding:0}.product-modal-overlay .product-modal{flex-direction:column;max-height:100vh;border-radius:0;height:100vh;overflow-y:scroll}.product-modal-overlay .product-modal .product-modal-gallery{min-height:370px}.product-modal-overlay .product-modal .product-modal-gallery .gallery-counter{left:20px;right:auto;max-width:100%}.product-modal-overlay .product-modal .gallery-container{min-height:100%}.product-modal-overlay .product-modal .gallery-container .gallery-img{height:auto;object-fit:contain}.product-modal-overlay .product-modal .product-modal-info{width:100%;padding:24px 20px}}