.verified-badge{display:inline-block;background:var(--primary);color:white;font-size:.75rem;padding:.25rem .5rem;border-radius:12px;margin-top:.5rem;font-weight:500}.review-text{font-style:italic;color:var(--text-secondary);margin:.5rem 0}.review-header{margin-bottom:.5rem}.reviewer-name{color:var(--text-primary)}.review-rating{gap:.125rem}.review-rating .star-filled{color:var(--gold)}.review-rating .star-empty{color:var(--border)}.review-item{padding:1rem 0;border-bottom:1px solid var(--border)}.review-item:last-child{border-bottom:none}.reviews-list{margin-top:1.5rem}.overall-rating{margin-bottom:1rem}.rating-number{color:var(--text-primary)}.rating-stars .star-filled{color:var(--gold)}.rating-stars .star-empty{color:var(--border)}.total-reviews{color:var(--text-secondary);margin-left:.5rem}.product-details-page{width:100%;min-height:100vh;background:var(--background)}.product-details-section{padding:2rem 0}.product-details{max-width:1400px;margin:0 auto;padding:0 2rem}.product-breadcrumb{margin-bottom:2rem;font-size:.9rem;color:var(--textLight)}.breadcrumb-link,.product-breadcrumb{display:flex;align-items:center;gap:.5rem}.breadcrumb-link{color:var(--primary);text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{color:var(--flagship)}.breadcrumb-separator{color:var(--textLight)}.breadcrumb-current{color:var(--textDark);font-weight:500}.product-details-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;margin-bottom:4rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image-container{position:relative;width:100%;aspect-ratio:1;border-radius:20px;overflow:hidden;background:var(--surface);box-shadow:0 8px 32px rgba(0,0,0,.1)}.main-image-wrapper{width:100%;height:100%;position:relative}.main-product-image{width:100%;height:100%;object-fit:cover}.product-badge{left:1.5rem;padding:.5rem 1rem;background:var(--primary);color:white;font-size:.8rem;font-weight:600;border-radius:25px;text-transform:uppercase;letter-spacing:.5px}.product-badge,.wishlist-btn{position:absolute;top:1.5rem;z-index:2}.wishlist-btn{right:1.5rem;width:50px;height:50px;border:none;border-radius:50%;background:rgba(255,255,255,.9);color:var(--textLight);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wishlist-btn.liked,.wishlist-btn:hover{background:var(--accent);color:white;transform:scale(1.1)}.thumbnail-images{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 0}.thumbnail{flex-shrink:0;width:80px;height:80px;border-radius:12px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .2s ease;position:relative}.thumbnail.active{border-color:var(--primary);box-shadow:0 4px 12px rgba(0,163,108,.3)}.thumbnail:hover{transform:translateY(-2px)}.thumbnail.placeholder{background:var(--background);display:flex;align-items:center;justify-content:center;color:var(--textLight);font-weight:600;font-size:.9rem}.thumbnail-image{width:100%;height:100%;object-fit:cover}.product-info{padding:1rem 0}.product-header{margin-bottom:1.5rem}.product-title{font-size:2.5rem;font-weight:700;color:var(--textDark);margin-bottom:1rem;line-height:1.2}.product-rating{display:flex;align-items:center;gap:1rem}.stars{display:flex;gap:.25rem}.star-filled{color:var(--secondary)}.rating-text,.star-empty{color:var(--textLight)}.rating-text{font-size:.9rem}.product-price{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.current-price{font-size:2rem;font-weight:700;color:var(--primary)}.original-price{font-size:1.25rem;color:var(--textLight);text-decoration:line-through}.discount-badge{padding:.25rem .75rem;background:var(--accent);color:white;font-size:.8rem;font-weight:600;border-radius:15px;text-transform:uppercase}.product-short-description{margin-bottom:1.5rem}.product-short-description p{font-size:1.1rem;line-height:1.6;color:var(--textLight)}.product-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;padding:1.5rem;background:var(--personalBackground);border-radius:12px}.feature-item{display:flex;align-items:center;gap:.75rem;color:var(--textDark);font-weight:500}.feature-item svg{color:var(--primary);flex-shrink:0}.product-actions{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.quantity-selector{display:flex;flex-direction:column;gap:.5rem}.quantity-label{font-weight:600;color:var(--textDark)}.quantity-controls{display:flex;align-items:center;max-width:150px}.quantity-btn{width:40px;height:40px;border:2px solid var(--background);background:var(--surface);color:var(--textDark);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.quantity-btn:first-child{border-radius:8px 0 0 8px}.quantity-btn:last-child{border-radius:0 8px 8px 0}.quantity-btn:hover:not(:disabled){background:var(--primary);color:white;border-color:var(--primary)}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-input{width:60px;height:40px;border:2px solid var(--background);border-left:none;border-right:none;background:var(--surface);text-align:center;font-weight:600;color:var(--textDark);outline:none}.quantity-input:focus{border-color:var(--primary)}.add-to-cart-btn.primary{padding:1rem 2rem;background:var(--primary);color:white;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:56px}.add-to-cart-btn.primary:hover:not(:disabled){background:var(--flagship);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,77,64,.3)}.add-to-cart-btn.primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.add-to-cart-btn.loading{pointer-events:none}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.trust-badges{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--businessBackground);border-radius:12px}.trust-badge{display:flex;align-items:center;gap:1rem}.trust-badge svg{color:var(--primary);flex-shrink:0}.trust-badge div{display:flex;flex-direction:column}.trust-badge strong{color:var(--textDark);font-size:.95rem;margin-bottom:.25rem}.trust-badge span{color:var(--textLight);font-size:.85rem}.product-tabs{margin-bottom:4rem}.tab-navigation{display:flex;border-bottom:2px solid var(--background);margin-bottom:2rem;gap:0}.tab-btn{padding:1rem 2rem;background:transparent;color:var(--textLight);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;border-bottom:3px solid transparent;position:relative}.tab-btn:hover{color:var(--textDark);background:rgba(0,163,108,.05)}.tab-btn.active{color:var(--primary);border-bottom-color:var(--primary);background:rgba(0,163,108,.1)}.tab-content{background:var(--surface);border-radius:12px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.08);min-height:300px}.tab-panel h3{font-size:1.5rem;color:var(--textDark);margin-bottom:1rem}.tab-panel p{line-height:1.7;color:var(--textLight);margin-bottom:1.5rem}.tab-panel ul{list-style:none;padding:0}.tab-panel li{color:var(--textLight);position:relative;padding:.5rem 0 .5rem 1.5rem}.tab-panel li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.ingredients-list{display:flex;flex-direction:column;gap:1.5rem}.ingredient-item{padding:1rem;background:var(--background);border-radius:8px;border-left:4px solid var(--primary)}.ingredient-item strong{display:block;color:var(--textDark);margin-bottom:.5rem}.ingredient-item span{color:var(--textLight);font-size:.9rem;line-height:1.5}.reviews-summary{margin-bottom:2rem;padding:1.5rem;background:var(--background);border-radius:12px}.overall-rating{display:flex;align-items:center;gap:1rem}.rating-number{font-size:2rem;font-weight:700;color:var(--textDark)}.rating-stars{display:flex;gap:.25rem}.total-reviews{color:var(--textLight);font-size:.9rem}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-item{padding:1.5rem;background:var(--background);border-radius:12px}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reviewer-name{font-weight:600;color:var(--textDark)}.review-rating{display:flex;gap:.25rem}.review-text{color:var(--textLight);line-height:1.6;margin:0}.related-products{margin-top:4rem;padding-top:3rem;border-top:2px solid var(--background)}.related-products-header{text-align:center;margin-bottom:2rem}.related-products-title{font-size:2rem;font-weight:700;color:var(--textDark);margin-bottom:.5rem}.related-products-description{color:var(--textLight);font-size:1.1rem}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}@media (max-width:1024px){.product-details-container{grid-template-columns:1fr;gap:2rem}.product-title{font-size:2rem}.current-price{font-size:1.75rem}}@media (max-width:768px){.product-details{padding:0 1rem}.main-image-container{border-radius:16px}.product-badge{top:1rem;left:1rem;padding:.4rem .8rem;font-size:.7rem}.wishlist-btn{top:1rem;right:1rem;width:40px;height:40px}.product-title{font-size:1.75rem}.current-price{font-size:1.5rem}.product-features,.trust-badges{padding:1rem}.tab-navigation{flex-wrap:wrap}.tab-btn{padding:.75rem 1rem;font-size:.9rem}.tab-content{padding:1.5rem}.related-products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media (max-width:480px){.product-breadcrumb{font-size:.8rem}.breadcrumb-current{display:none}.product-title{font-size:1.5rem}.current-price{font-size:1.25rem}.product-price{flex-wrap:wrap;gap:.5rem}.product-actions{gap:1rem}.add-to-cart-btn.primary{padding:.75rem 1.5rem;font-size:1rem}.tab-btn{padding:.5rem .75rem;font-size:.85rem}.tab-content{padding:1rem}.related-products-grid{grid-template-columns:1fr}}