.product-details-page{min-height:100vh;background:#f8f9fa}.product-hero{background:linear-gradient(135deg,#6ca93a,#5a8a2e);position:relative;overflow:hidden;padding-top:8rem;padding-bottom:6rem}.product-hero:before{top:-50%;right:-10%;width:600px;height:600px;animation:productFloat 20s ease-in-out infinite}.product-hero:after,.product-hero:before{content:"";position:absolute;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);border-radius:50%}.product-hero:after{bottom:-50%;left:-10%;width:500px;height:500px;animation:productFloat 25s ease-in-out infinite reverse}@keyframes productFloat{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(40px,-40px) rotate(180deg)}}.product-hero__content{text-align:center;position:relative;z-index:2;max-width:900px;margin:0 auto}.product-hero__heading{font-size:6rem;font-weight:900;color:#fff;margin-bottom:2rem;letter-spacing:-.02em;line-height:1.1;animation:productFadeInDown .8s ease-out;text-shadow:0 4px 20px rgba(0,0,0,.2)}@keyframes productFadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.product-hero__description{font-size:2.2rem;color:hsla(0,0%,100%,.95);line-height:1.6;animation:productFadeInUp .8s ease-out .2s both}@keyframes productFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-content{padding:6rem 0}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:5rem;margin-bottom:6rem}.product-gallery__main{aspect-ratio:1;border-radius:24px;overflow:hidden;margin-bottom:1.5rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);position:relative;box-shadow:0 10px 40px rgba(0,0,0,.1)}.product-gallery__main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-gallery__thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-gallery__thumbnail{aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.product-gallery__thumbnail.active{border-color:#6ca93a}.product-gallery__thumbnail:hover{transform:scale(1.05)}.product-gallery__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-info__vendor{font-size:1.4rem;font-weight:600;color:#6ca93a;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.product-info__title{font-size:4.5rem;font-weight:900;color:#2d423d;margin-bottom:2rem;letter-spacing:-.02em;line-height:1.2}.product-info__price{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.product-info__price-current{font-size:3.5rem;font-weight:900;color:#6ca93a}.product-info__price-original{font-size:2.5rem;font-weight:500;color:#9ca3af;text-decoration:line-through}.product-info__stock{display:flex;align-items:center;gap:.8rem;margin-bottom:2.5rem;font-size:1.6rem;font-weight:600}.product-info__stock.in-stock{color:#10b981}.product-info__stock.out-of-stock{color:#dc2626}.product-info__variants{margin-bottom:2.5rem}.product-info__variants-label{font-size:1.6rem;font-weight:700;color:#2d423d;margin-bottom:1rem}.product-info__variants-list{display:flex;flex-direction:column;gap:1rem}.product-info__variant{padding:1.2rem 2rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;font-size:1.5rem;font-weight:600;color:#374151}.product-info__variant.active,.product-info__variant:hover{border-color:#6ca93a;color:#6ca93a}.product-info__variant.active{background:linear-gradient(135deg,rgba(108,169,58,.1),rgba(90,138,46,.1))}.product-info__quantity{margin-bottom:2.5rem}.product-info__quantity-label{font-size:1.6rem;font-weight:700;color:#2d423d;margin-bottom:1rem}.product-info__quantity-controls{display:flex;align-items:center;gap:1rem;border:2px solid #e5e7eb;border-radius:12px;padding:.5rem;width:-moz-fit-content;width:fit-content}.product-info__quantity-btn{width:48px;height:48px;border:none;background:#f9fafb;color:#6ca93a;font-size:2rem;font-weight:700;cursor:pointer;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.product-info__quantity-btn:hover{background:#6ca93a;color:#fff}.product-info__quantity-value{min-width:60px;text-align:center;font-size:2rem;font-weight:700;color:#2d423d}.product-info__buttons{display:flex;gap:1.5rem;margin-bottom:3rem}.product-info__button{flex:1;padding:1.8rem 4rem;font-size:1.8rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:1.5px;border:none;border-radius:50px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-info__button--primary{background:linear-gradient(135deg,#6ca93a,#5a8a2e);box-shadow:0 8px 25px rgba(108,169,58,.3)}.product-info__button--secondary{background:#fff;color:#6ca93a;border:2px solid #6ca93a;box-shadow:0 4px 15px rgba(108,169,58,.2)}.product-info__button:hover{transform:translateY(-3px) scale(1.02)}.product-info__button--primary:hover{box-shadow:0 12px 35px rgba(108,169,58,.4)}.product-info__button--secondary:hover{background:#6ca93a;color:#fff}.product-info__button:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-description{background:#fff;border-radius:24px;padding:4rem;margin-bottom:4rem;box-shadow:0 4px 20px rgba(0,0,0,.08)}.product-description__heading{font-size:3rem;font-weight:900;color:#2d423d;margin-bottom:2rem;letter-spacing:-.02em}.product-description__content{font-size:1.6rem;color:#4a5568;line-height:1.8}.product-description__content h3{font-size:2rem;font-weight:700;color:#2d423d;margin:2rem 0 1rem}.product-description__content p{margin-bottom:1.5rem}.product-description__content ul{margin:1rem 0 1.5rem 2rem;padding:0}.product-related{margin-top:6rem}.product-related__heading{font-size:4rem;font-weight:900;color:#2d423d;margin-bottom:4rem;text-align:center;letter-spacing:-.02em}.product-related__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:3rem}.cart-toast{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,#6ca93a,#5a8a2e);color:#fff;padding:1.5rem 2.5rem;border-radius:12px;box-shadow:0 10px 40px rgba(108,169,58,.4);z-index:9999;display:flex;align-items:center;gap:1rem;font-size:1.6rem;font-weight:600;animation:productSlideInUp .3s ease-out}.cart-toast__link{color:#fff;text-decoration:underline;margin-left:.5rem;cursor:pointer}@keyframes productSlideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:640px){.product-related__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.product-hero__heading{font-size:7rem}.product-hero__description{font-size:2.4rem}.product-related__grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1023px){.product-hero{padding-top:6rem;padding-bottom:4rem}.product-hero__heading{font-size:3.5rem}.product-hero__description{font-size:1.7rem}.product-content{padding:4rem 0}.product-main{grid-template-columns:1fr;gap:3rem}.product-info__title{font-size:3rem}.product-info__price-current{font-size:2.5rem}.product-info__buttons{flex-direction:column}.product-description{padding:2rem}}