.product-hero{padding:3rem 0;background:var(--white);background-image:url(/_astro/white-bg-with-noise.CYtZrHRZ.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;background-blend-mode:multiply}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{position:sticky;top:100px}.image-gallery,.single-image,.no-image{width:100%}.main-image{position:relative;margin-bottom:1rem;background:var(--white);border-radius:10px;overflow:hidden;box-shadow:0 10px 30px var(--shadow)}.main-product-image{width:100%;height:500px;object-fit:cover;transition:transform .3s ease}.main-product-image:hover{transform:scale(1.05)}.main-product-image.placeholder{display:flex;align-items:center;justify-content:center;background:var(--light-gray);border:2px dashed var(--gray);color:var(--gray)}.placeholder-content{text-align:center;padding:2rem}.placeholder-content i{font-size:4rem;margin-bottom:1rem;opacity:.5}.placeholder-content span{display:block;font-size:1.1rem;font-weight:600;opacity:.7}.sale-badge{position:absolute;top:15px;right:15px;background:var(--primary-yellow);color:var(--black);padding:8px 12px;border-radius:4px;font-weight:700;font-size:1.2rem;z-index:2;box-shadow:0 2px 10px #e74c3c4d}.thumbnail-gallery{display:flex;gap:.8rem;overflow-x:auto;padding:1rem 0;margin-top:1rem;scrollbar-width:thin;scrollbar-color:var(--primary-yellow) var(--light-gray)}.thumbnail-gallery::-webkit-scrollbar{height:6px}.thumbnail-gallery::-webkit-scrollbar-track{background:var(--light-gray);border-radius:3px}.thumbnail-gallery::-webkit-scrollbar-thumb{background:var(--primary-yellow);border-radius:3px}.thumbnail{width:100px;height:100px;object-fit:cover;border-radius:8px;cursor:pointer;transition:all .3s ease;border:3px solid transparent;box-shadow:0 4px 12px #0000001a;flex-shrink:0}.thumbnail:hover,.thumbnail.active{margin-left:1rem;border-color:var(--primary-yellow);transform:scale(1.1)}.gallery-counter{position:absolute;bottom:1rem;right:1rem;background:#000000b3;color:var(--white);padding:.5rem .8rem;border-radius:20px;font-size:.9rem;font-weight:600;backdrop-filter:blur(10px);z-index:3}.product-details{padding:1rem 0}.product-meta{display:flex;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap}.category-tag{background:var(--primary-yellow);color:var(--black);padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.product-hero .product-title{font-size:2.5rem;font-weight:900;color:var(--black);margin-bottom:1.5rem;line-height:1.2}.product-price{font-size:2rem;color:var(--primary-yellow);font-weight:700}.current-price,.sale-price,.variable-price{font-size:2rem;font-weight:700;color:var(--primary-yellow)}.regular-price{font-size:1.5rem;color:var(--gray);text-decoration:line-through;margin-left:1rem}.product-description{margin-bottom:2rem;line-height:1.6}.content{line-height:1.6}.product-description p,.product-description ul,.content p,.content ul{margin-bottom:1.25rem}.product-description ul,.content ul{list-style:disc;padding-left:1.75rem}.product-description>*:last-child,.content>*:last-child{margin-bottom:0}.product-attributes{margin-bottom:2rem;padding:1.5rem;background:var(--light-gray);border-radius:10px}.product-attributes h3{margin-bottom:1rem;color:var(--black)}.attributes-list{list-style:none;margin:0;padding:0}.attributes-list li{padding:.5rem 0;border-bottom:1px solid #eee}.attributes-list li:last-child{border-bottom:none}.product-variations{margin-bottom:2rem}.variation-group{margin-bottom:1.5rem}.variation-label{display:block;font-weight:600;color:var(--black);margin-bottom:.8rem;font-size:1.1rem}.color-options{display:flex;gap:.8rem;flex-wrap:wrap}.color-option{width:45px;height:45px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.color-option:hover{transform:scale(1.1);border-color:var(--primary-yellow)}.color-option.selected{border-color:var(--primary-yellow);transform:scale(1.1)}.color-option[style*=ffffff]{border:3px solid #ddd}.color-option[style*=ffffff]:hover,.color-option[style*=ffffff].selected{border-color:var(--primary-yellow)}.color-name{position:absolute;bottom:-25px;left:50%;transform:translate(-50%);font-size:.8rem;color:var(--gray);white-space:nowrap;opacity:0;transition:opacity .3s ease}.color-option:hover .color-name{opacity:1}.size-options{display:flex;gap:.8rem;flex-wrap:wrap}.size-option{background:var(--white);border:2px solid var(--gray);color:var(--black);padding:10px 16px;border-radius:5px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;min-width:50px;text-align:center}.size-option:hover{border-color:var(--primary-yellow);background:var(--primary-yellow);transform:translateY(-2px)}.size-option.selected{background:var(--black);border-color:var(--black);color:var(--white)}.size-option.selected:hover{background:var(--primary-yellow);border-color:var(--primary-yellow);color:var(--black)}.variation-select{width:100%;background:var(--white);border:2px solid var(--gray);padding:12px 15px;border-radius:5px;font-weight:600;color:var(--black);cursor:pointer;transition:border-color .3s ease}.variation-select:focus{border-color:var(--primary-yellow);outline:none}.selection-message{margin-top:1rem;padding:1rem;background:#ffeaa7;border-left:4px solid var(--primary-yellow);border-radius:5px;color:var(--black);font-weight:600;display:none}.selection-message.show{display:block}.product-actions{display:flex;gap:1rem;align-items:center;margin-bottom:2rem}.quantity-selector{display:flex;align-items:center;overflow:hidden}.qty-btn{background:var(--white);border:none;width:40px;height:40px;cursor:pointer;font-weight:700;transition:background .3s ease}.qty-btn:hover{background:var(--primary-yellow)}.qty-input{border:none;width:60px;height:40px;text-align:center;font-weight:600}.btn-add-to-cart{background:var(--primary-yellow);color:var(--black);border:none;padding:12px 30px;border-radius:5px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:1px}.btn-add-to-cart:hover{background:var(--black);color:var(--primary-yellow);transform:translateY(-2px);box-shadow:0 5px 15px #f4d03f66}.product-info-extra{border-top:1px solid #eee;padding-top:2rem}.info-item{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--gray);font-size:.9rem}.info-item i{color:var(--primary-yellow);width:20px}.product-tabs{padding:4rem 0;background:var(--black);background-image:url(/_astro/black-bg-with-noise.CyXFN6r3.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;background-blend-mode:multiply}.tabs-navigation{display:flex;gap:1rem;margin-bottom:3rem;justify-content:center}.tab-btn{background:transparent;border:2px solid var(--gray);color:var(--white);padding:12px 24px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.tab-btn:hover,.tab-btn.active{background:var(--primary-yellow);border-color:var(--primary-yellow);color:var(--black)}.tabs-content{max-width:800px;margin:0 auto}.tab-panel{display:none;background:var(--white);padding:2rem;border-radius:10px;color:var(--black)}.tab-panel.active{display:block}.details-grid{display:grid;gap:1rem}.detail-item{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #eee}.detail-item:last-child{border-bottom:none}.related-products{padding:4rem 0;background:var(--white);background-image:url(/_astro/white-bg-with-noise.CYtZrHRZ.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;background-blend-mode:multiply}.section-title{text-align:center;font-size:2.5rem;font-weight:900;color:var(--black);margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--primary-yellow)}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.related-products product-card{display:block}@media (max-width: 768px){.product-main{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.main-product-image{height:300px}.product-hero .product-title{font-size:2rem}.product-actions{flex-direction:column;align-items:stretch}.tabs-navigation{flex-direction:column;align-items:center}.related-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width: 1200px){.container{max-width:1400px}.product-main{gap:5rem}.main-product-image{height:600px}}@media (max-width: 1024px){.container{padding:0 20px}.product-main{gap:3rem}.main-product-image{height:450px}.thumbnail{width:90px;height:90px}.product-title{font-size:2.2rem}.related-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){.container{padding:0 10px}.product-hero{padding:1rem 0}.product-main{gap:1.5rem;padding:.5rem}.main-product-image{height:300px}.thumbnail{width:70px;height:70px}.thumbnail-gallery{gap:.4rem;padding:.6rem 0}.gallery-counter{font-size:.7rem;padding:.3rem .5rem}.sale-badge{font-size:.8rem;padding:.4rem .8rem}.product-hero .product-title{font-size:1.6rem;line-height:1.3;text-align:center}.product-price{text-align:center;margin-bottom:2rem}.product-price .current-price,.product-price .sale-price{font-size:1.8rem}.product-actions{flex-direction:column;gap:1rem;align-items:stretch}.quantity-selector{justify-self:center;max-width:180px;margin:0 auto}.qty-input{width:50px;font-size:.9rem}.btn-add-to-cart{width:100%;padding:12px;font-size:.9rem}.variation-group{margin-bottom:1.5rem;text-align:center}.variation-label{font-size:.9rem;margin-bottom:1rem}.size-options,.color-options{gap:.6rem;justify-content:center}.size-option,.color-option{min-width:40px;height:40px;font-size:.8rem}.product-info-extra{grid-template-columns:1fr;gap:.8rem;text-align:center}.product-info-extra .info-item{font-size:.8rem;padding:.8rem}.product-tabs{padding:2rem 0}.tabs-navigation{flex-direction:column;align-items:stretch}.tab-btn{width:100%;margin-bottom:.3rem;padding:12px;font-size:.9rem}.tabs-content{max-width:100%}.tab-panel{padding:1rem}.detail-item{flex-direction:column;gap:.5rem;padding:.8rem 0;font-size:.9rem}.related-products{padding:2rem 0}.related-title{font-size:1.8rem}.related-grid{grid-template-columns:1fr;gap:1rem}.selection-message{font-size:.9rem;padding:.8rem}}@media (max-width: 320px){.product-hero .product-title{font-size:1.4rem}.main-product-image{height:280px}.thumbnail{width:60px;height:60px}.size-option,.color-option{min-width:35px;height:35px;font-size:.7rem}.qty-input{width:45px}}
