.product-page{padding:2rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.breadcrumb{margin-bottom:2rem;font-size:.875rem;color:#666}.breadcrumb a{color:#333;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 768px){.product-layout{grid-template-columns:1fr;gap:2rem}}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;aspect-ratio:1;background:#f8f9fa;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.main-image img{width:100%;height:100%;object-fit:contain}.image-thumbnails{display:flex;gap:.5rem}.thumbnail{width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:none;padding:0}.thumbnail:hover,.thumbnail:focus{border-color:#333}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-details{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2rem;font-weight:700;color:#333;margin:0}.product-rating{display:flex;align-items:center;gap:.5rem}.stars{color:#fbbf24;font-size:1.125rem}.review-count{color:#666;font-size:.875rem}.product-price{display:flex;align-items:baseline;gap:1rem;font-size:1.5rem;font-weight:700}.current-price{color:#333}.original-price{color:#999;text-decoration:line-through;font-size:1.25rem}.savings{color:#16a34a;font-size:1rem}.product-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.product-features li{font-size:.95rem;color:#555}.product-form{display:flex;flex-direction:column;gap:1.5rem}.variant-selector label,.quantity-selector label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.variant-selector select{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff}.variant-selector select:focus{outline:none;border-color:#333}.quantity-controls{display:flex;align-items:center;border:2px solid #e5e7eb;border-radius:8px;width:fit-content}.quantity-controls button{width:40px;height:40px;border:none;background:none;font-size:1.25rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-controls button:hover{background:#f3f4f6}.quantity-controls input{width:60px;text-align:center;border:none;padding:.5rem;font-size:1rem}.quantity-controls input:focus{outline:none}.add-to-cart-btn{width:100%;padding:1rem 2rem;background:#333;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s}.add-to-cart-btn:hover:not(:disabled){background:#111}.add-to-cart-btn:disabled{background:#9ca3af;cursor:not-allowed}.trust-badges{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:#666}.product-content{margin-top:4rem}.product-content section{margin-bottom:4rem;padding:2rem 0}.product-content h2{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#333;text-align:center}.product-description{background:#f8f9fa;padding:3rem 2rem;border-radius:16px}.description-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.description-text .lead{font-size:1.25rem;font-weight:500;color:#555;margin-bottom:2rem;line-height:1.6}.description-text h3{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;color:#333}.benefit-list{list-style:none;padding:0;margin:0 0 2rem}.benefit-list li{padding:.75rem 0;border-bottom:1px solid #e5e7eb;font-size:1rem;line-height:1.5}.benefit-list li:last-child{border-bottom:none}.stats-row{display:flex;gap:2rem;margin-top:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#333;line-height:1}.stat-label{font-size:.875rem;color:#666;font-weight:500}.benefit-showcase{display:flex;flex-direction:column;gap:1.5rem}.showcase-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.showcase-icon{font-size:2rem;display:block;margin-bottom:.5rem}.showcase-item h4{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:#333}.showcase-item p{font-size:.875rem;color:#666;margin:0;line-height:1.4}.results-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;margin:4rem 0;border-radius:20px}.results-section h2{text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.results-subtitle{text-align:center;font-size:1.2rem;opacity:.9;margin-bottom:3rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.result-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2rem;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.result-card:hover{transform:translateY(-5px)}.result-header{display:flex;align-items:center;margin-bottom:1.5rem}.result-avatar{width:50px;height:50px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1rem}.result-info h4{font-size:1.2rem;font-weight:600;margin:0}.result-achievement{font-size:.9rem;color:gold;font-weight:500}.result-card blockquote{font-style:italic;line-height:1.6;margin:1.5rem 0;font-size:1.05rem;position:relative}.result-card blockquote:before{content:'"';font-size:3rem;color:#ffffff4d;position:absolute;left:-10px;top:-10px}.result-benefits{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.benefit-tag{background:#fff3;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.result-rating{display:flex;align-items:center;justify-content:space-between}.result-rating .stars{color:gold;font-size:1.1rem}.verified{font-size:.8rem;color:#ffffffb3}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step{text-align:center;padding:2rem 1rem}.step-number{width:60px;height:60px;background:#333;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#333}.step p{color:#666;line-height:1.5;margin:0}.specifications{background:#f8f9fa;padding:3rem 2rem;border-radius:16px}.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.spec-group h3{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#333}.spec-group ul{list-style:none;padding:0;margin:0}.spec-group li{padding:.5rem 0;color:#666;font-size:.9rem;border-bottom:1px solid #e5e7eb}.spec-group li:last-child{border-bottom:none}.faq-section{padding:4rem 2rem;max-width:900px;margin:0 auto}.faq-section h2{text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:700;color:#1f2937}.faq-subtitle{text-align:center;font-size:1.1rem;color:#6b7280;margin-bottom:3rem}.faq-container{display:grid;gap:1rem}.faq-item{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 4px 12px #0000001a}.faq-question{width:100%;text-align:left;background:none;border:none;padding:1.5rem 2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:#1f2937;transition:background-color .3s ease}.faq-question:hover{background-color:#f9fafb}.faq-question.active{background-color:#f3f4f6}.faq-icon{font-size:1.5rem;font-weight:300;color:#6366f1;transition:transform .3s ease}.faq-question.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:200px;padding:0 2rem 1.5rem}.faq-answer p{color:#6b7280;line-height:1.7;margin:0}.guarantee-section{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;padding:3rem 2rem;border-radius:16px;text-align:center}.guarantee-content{max-width:600px;margin:0 auto}.guarantee-badge{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.guarantee-icon{font-size:3rem}.guarantee-text h3{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.guarantee-text p{font-size:1rem;opacity:.9;margin:0;line-height:1.5}.guarantee-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.guarantee-feature{display:flex;align-items:center;gap:.5rem;font-weight:500}@media (max-width: 768px){.description-grid,.results-grid,.steps-grid,.specs-grid,.faq-grid{grid-template-columns:1fr;gap:1.5rem}.stats-row{justify-content:center;gap:1rem}.guarantee-features{flex-direction:column;gap:1rem}.product-content section{padding:1.5rem 1rem}.product-description,.results-section,.specifications,.guarantee-section{padding:2rem 1rem}}.included-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.included-item{text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:12px}.included-item .icon{font-size:2rem;display:block;margin-bottom:1rem}.included-item h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#333}.included-item p{color:#666;font-size:.875rem;margin:0}
/*# sourceMappingURL=/cdn/shop/t/28/assets/product-page.css.map */
