.news-bg{position:absolute;top:0;left:0;width:100%;height:100vh;background:linear-gradient(to bottom,var(--secondary-color),var(--background-color));z-index:-1}.single-product-section{max-width:1200px;margin:0 auto;padding:6rem 2rem;color:var(--text-color)}.single-product-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;margin-bottom:3rem}.main-image-frame{width:100%;height:420px;background:rgba(255,255,255,0.05);border-radius:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.main-image{max-width:100%;max-height:100%;object-fit:contain}.thumb-grid{display:flex;gap:1rem;margin-top:1rem}.thumb-frame{width:90px;height:90px;background:rgba(255,255,255,0.05);border-radius:0.75rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.thumb-img{max-width:100%;max-height:100%;object-fit:contain}.title{font-size:2.2rem;margin-bottom:1rem}.price{font-size:1.6rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem}.add-to-cart-box{display:flex;align-items:center;gap:1.5rem;position:relative}.qty-input{width:80px;padding:0.6rem;text-align:center;border-radius:999px;border:1px solid rgba(255,255,255,0.2);background:rgba(255,255,255,0.05);color:var(--text-color)}.add-to-cart-btn{padding:0.7rem 1.8rem;border-radius:999px;border:1px solid var(--primary-color);background:var(--primary-color);color:#fff;cursor:pointer;transition:0.2s ease;font-weight:600}.add-to-cart-btn:hover{background:transparent;color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color)}.product-description-full{margin-top:3rem}.single-product-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product-gallery-area{max-width:520px;width:100%}.main-image-frame{width:100%;height:420px;background:rgba(255,255,255,0.05);border-radius:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.main-image{max-width:100%;max-height:100%;object-fit:contain}.thumb-grid{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:1rem;max-width:520px}.thumb-frame{width:80px;height:80px;background:rgba(255,255,255,0.05);border-radius:0.75rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.thumb-img{max-width:100%;max-height:100%;object-fit:contain;cursor:pointer;transition:0.2s}.thumb-img.active-thumb{outline:2px solid var(--primary-color);border-radius:0.75rem}.product-info{display:flex;flex-direction:column;justify-content:flex-start;gap:1.5rem}.qty-wrapper{display:flex;align-items:center;background:rgba(255,255,255,0.07);padding:0.3rem 1rem;border-radius:999px;gap:1rem}.qty-display{min-width:20px;text-align:center;font-size:1.1rem}.qty-btn{width:32px;height:32px;border-radius:999px;border:none;cursor:pointer;background:var(--primary-color);color:#fff;font-size:1.2rem;font-weight:700;transition:0.2s}.qty-btn:hover{background:transparent;color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color)}.add-to-cart-box{display:flex;align-items:center;gap:1.5rem}.stock-message{position:absolute;top:-40px;left:50%;transform:translateX(-50%) translateY(-5px);background:rgba(255,77,77,0.1);color:#ff4d4d;padding:0.4rem 0.8rem;border-radius:0.5rem;font-size:0.85rem;font-weight:500;opacity:0;transition:0.2s ease;pointer-events:none}.stock-message.active{opacity:1;transform:translateX(-50%) translateY(-10px)}@media (max-width:992px){.single-product-inner{grid-template-columns:1fr;gap:2rem}.product-gallery-area{max-width:100%;margin:0 auto}.main-image-frame{height:350px}.thumb-grid{justify-content:flex-start;flex-wrap:wrap;max-width:100%}.product-info{padding:0 0.5rem}.add-to-cart-box{flex-direction:row;flex-wrap:wrap;gap:1rem}.add-to-cart-btn{width:100%;text-align:center}}@media (max-width:600px){.main-image-frame{height:260px}.thumb-frame{width:65px;height:65px}.title{font-size:1.6rem;margin-bottom:0.5rem}.price{font-size:1.4rem}.qty-wrapper{width:100%;justify-content:center;gap:1.2rem;padding:0.4rem 0.8rem}.add-to-cart-box{flex-direction:column;width:100%}.add-to-cart-btn{width:100%}.product-description-full{margin-top:2rem}.related-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.related-item{text-align:center}.related-img-frame img{max-width:80%;margin:0 auto}}@media (max-width:420px){.main-image-frame{height:220px}.thumb-frame{width:55px;height:55px}.qty-btn{width:28px;height:28px;font-size:1rem}.qty-display{font-size:1rem}.title{font-size:1.4rem}}