.price-calculator{display:flex;flex-direction:column;gap:8px}.price-calculator-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.price-calculator-label{font-size:13px;color:#a3a3a3}.price-calculator-value{font-size:14px;font-weight:500;color:#fff}.price-calculator-quantity{display:flex;align-items:center;gap:4px;background:#ffffff1a;border-radius:8px;padding:2px}.price-calculator-qty-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:all .15s ease}.price-calculator-qty-btn:hover{background:#ffffff26}.price-calculator-qty-btn:active{background:#fff3}.price-calculator-qty-btn svg{width:14px;height:14px}.price-calculator-input{width:48px;height:28px;background:transparent;border:none;text-align:center;font-size:14px;font-weight:500;color:#fff;outline:none;-moz-appearance:textfield}.price-calculator-input::-webkit-outer-spin-button,.price-calculator-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.price-calculator-divider{height:1px;background:#ffffff1a;margin:4px 0}.price-calculator-row.total{padding-top:4px}.price-calculator-total{font-size:18px;font-weight:700;color:#fff}@media(max-width:768px){.price-calculator{gap:12px}.price-calculator-total{font-size:20px}}.product-modal-overlay{position:fixed;inset:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem;backdrop-filter:blur(4px)}.product-modal-container{position:relative;width:100%;max-width:600px;perspective:1000px}.product-modal-container.mobile{max-width:100%;height:100%;display:flex;flex-direction:column}.product-modal-close{position:absolute;top:-48px;right:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;z-index:110}.product-modal-close:hover{background:#fff3;transform:scale(1.1)}.product-modal-close svg{width:20px;height:20px}.product-modal-container.mobile .product-modal-close{top:16px;right:16px;background:#00000080}.product-modal-card{background:#171717;border-radius:20px;overflow:hidden;border:1px solid #262626;transform-style:preserve-3d}.product-modal-container.mobile .product-modal-card{border-radius:0;border:none;height:100%;display:flex;flex-direction:column}.product-modal-image{position:relative;aspect-ratio:1/1;background:#0a0a0a;overflow:hidden}.product-modal-container.mobile .product-modal-image{aspect-ratio:auto;flex:1;min-height:300px}.product-modal-image img{width:100%;height:100%;object-fit:cover}.product-modal-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#262626,#171717);color:#525252}.product-modal-placeholder svg{width:80px;height:80px}.product-modal-name-overlay{position:absolute;top:0;left:0;right:0;padding:24px;background:linear-gradient(to bottom,rgba(0,0,0,.8) 0%,transparent 100%);z-index:10}.product-modal-name{margin:0;font-size:24px;font-weight:700;color:#fff;line-height:1.2}.product-modal-category{display:inline-block;margin-top:8px;padding:4px 12px;background:#ffffff26;border-radius:20px;font-size:12px;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.5px}.product-modal-bottom-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 50%,transparent 100%);display:flex;align-items:flex-end;justify-content:space-between;gap:16px;z-index:10}.product-modal-price-section{flex:1}.product-modal-contact-text{margin:0;font-size:14px;color:#a3a3a3}.product-modal-whatsapp{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#25d366;color:#fff;font-size:14px;font-weight:600;border-radius:50px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.product-modal-whatsapp:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 4px 20px #25d3664d}.product-modal-whatsapp svg{width:20px;height:20px}.product-modal-description{padding:20px 24px;border-top:1px solid #262626}.product-modal-description p{margin:0;font-size:14px;line-height:1.6;color:#a3a3a3}@media(max-width:768px){.product-modal-overlay{padding:0}.product-modal-container.mobile{max-height:100vh;max-height:100dvh}.product-modal-name{font-size:20px}.product-modal-bottom-overlay{flex-direction:column;align-items:stretch}.product-modal-whatsapp{width:100%;justify-content:center;padding:16px 24px;font-size:16px}}
