.product-page-container{max-width:1440px;min-height:80vh;margin:8rem auto 0;padding:4rem 2rem}.breadcrumb{color:#888;margin-bottom:2rem;font-size:.9rem}.breadcrumb a{color:#666;font-weight:500;text-decoration:none}.breadcrumb a:hover{color:#6ec1e4}.product-main{background:#fff;border-radius:30px;grid-template-columns:1.2fr 1fr;gap:4rem;padding:3rem;display:grid;box-shadow:0 10px 40px #00000008}.gallery-container{flex-direction:column;gap:1rem;display:flex}.main-image-wrapper{border-radius:20px;width:100%;height:500px;position:relative;overflow:hidden}.main-image{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;transition:transform .3s}.main-image:hover{transform:scale(1.05)}.thumbnails{gap:1rem;margin-top:20px;padding-bottom:5px;display:flex;overflow-x:auto}.thumb-btn{cursor:pointer;opacity:.7;border:2px solid #0000;border-radius:12px;width:90px;height:90px;transition:all .2s;overflow:hidden}.thumb-btn.active{opacity:1;border-color:#6ec1e4}.thumb-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.product-info{flex-direction:column;display:flex}.brand-badge{color:#ff8c94;background-color:#fff7eb;border-radius:20px;width:fit-content;margin-bottom:1rem;padding:5px 15px;font-size:.9rem;font-weight:700;display:inline-block}.product-title{color:#2e1d21;margin-bottom:.5rem;font-size:2.5rem;line-height:1.2}.product-ref{color:#999;margin-bottom:1.5rem;font-size:.9rem}.rating-stars{color:gold;align-items:center;gap:5px;margin-bottom:1.5rem;display:flex}.price-block{color:#6ec1e4;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.price-period{color:#2e1d21;font-size:1rem;font-weight:400}.description{margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.tags-container{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.tag{color:#fff;background:#88d4ab;border-radius:8px;padding:5px 12px;font-size:.85rem}.actions{gap:1rem;margin-bottom:3rem;display:flex}.add-to-cart-btn{color:#fff;cursor:pointer;background-color:#6ec1e4;border:none;border-radius:50px;flex:1;justify-content:center;align-items:center;gap:10px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:transform .2s,background-color .2s;display:flex}.add-to-cart-btn:hover{background-color:#5bb3d6;transform:translateY(-2px)}.manual-btn{color:#ff8c94;cursor:pointer;background:#fff;border:2px solid #ff8c94;border-radius:50px;align-items:center;gap:8px;padding:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.manual-btn:hover{color:#fff;background:#ff8c94}.specs-grid{background:#fdfdfd;border:1px solid #f0f0f0;border-radius:20px;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem;display:grid}.spec-item{align-items:center;gap:10px;display:flex}.spec-icon{color:#88d4ab}.spec-label{color:#88d4ab;font-size:.85rem;display:block}.spec-value{color:#2e1d21;font-weight:600}@media (max-width:1100px){.product-main{grid-template-columns:1fr;gap:3rem;padding:2.5rem}}@media (max-width:900px){.product-page-container{margin-top:6rem;padding:2rem 1rem}.product-main{grid-template-columns:1fr;gap:3rem;padding:2rem}.main-image-wrapper{height:400px}.product-title{font-size:2rem}.product-info{padding:0 auto}}@media (max-width:700px){.main-image-wrapper{height:350px}.thumb-btn{width:60px;height:60px}}@media (max-width:480px){.product-page-container{margin-top:5rem;padding:1rem}.product-main{border-radius:20px;padding:1.5rem;box-shadow:0 5px 20px #0000000d}.breadcrumb{white-space:nowrap;text-overflow:ellipsis;margin-bottom:1rem;font-size:.8rem;overflow:hidden}.main-image-wrapper{border-radius:15px;height:280px}.main-image{-o-object-fit:contain;object-fit:contain}.out-of-stock-overlay{width:90%;padding:1rem!important;font-size:1rem!important}.thumbnails{justify-content:flex-start;padding-bottom:10px}.thumb-btn{width:40px;height:40px}.brand-badge{font-size:.8rem}.product-title{font-size:1.6rem;line-height:1.2}.price-block{font-size:1.3rem}.price-period{margin-top:5px;font-size:.9rem;display:block}.description{font-size:1rem;line-height:1.6}.tags-container{gap:8px}.tag{font-size:.8rem}.actions{flex-direction:column;gap:10px}.add-to-cart-btn,.manual-btn{justify-content:center;width:100%;padding:.5rem 0;font-size:1rem}.specs-grid{grid-template-columns:1fr;gap:1rem;padding:1.5rem}.spec-item{border-bottom:1px dashed #eee;padding-bottom:10px}.spec-item:last-child{border-bottom:none}}@media (max-width:370px){.thumb-btn{width:30px;height:30px}.thumbnails{margin-top:0}}.product-rating-detail{align-items:center;gap:10px;margin-bottom:15px;display:flex}.product-rating-detail .review-count{color:#666;font-size:.95rem;font-weight:500}.product-reviews-section{background-color:#fff;border-radius:25px;margin-top:60px;padding:3rem}.product-reviews-section h2{color:#2e1d21;text-align:center;margin-bottom:30px;font-size:1.8rem;font-weight:700}.reviews-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px;display:grid}.toy-review-card{background-color:#fff7eb;border:2px solid #0000;border-radius:25px;padding:25px;transition:transform .3s,border-color .3s;box-shadow:0 4px 15px #2e1d210d}.toy-review-card:hover{border-color:#dff1f9;transform:translateY(-5px)}.toy-review-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.toy-review-author{color:#2e1d21;font-size:1.1rem;font-weight:700}.toy-review-stars{gap:2px;display:flex}.toy-review-comment{color:#2e1d21;margin:0;font-size:.95rem;font-style:italic;line-height:1.6}
