.product-page{width:100%;padding:6rem 1rem 2rem;min-height:70vh;background-color:transparent}.product-page-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.product-page-gallery{width:100%}.product-page-info{display:flex;flex-direction:column;gap:1.5rem}.product-page-title{font-size:2rem;font-weight:700;margin:0;color:#f97316}.product-page-collection{font-size:.95rem;color:#999;margin:0;text-transform:uppercase;letter-spacing:.5px}.product-page-price-section{padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);text-align:center}.product-page-price-section.with-presale{display:flex;justify-content:space-between;align-items:center;text-align:left}.product-page-price{font-size:2rem;font-weight:700;color:#f97316;margin:0;text-align:center}.product-page-price-section.with-presale .product-page-price{text-align:right}.product-page-stock{margin:.5rem 0}.product-page-stock-badge{display:inline-block;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500}.product-page-price-section .product-page-stock-badge.presale{padding:.6rem 1.2rem;font-size:.95rem}.product-page-stock-badge.in-stock{background-color:#d4edda;color:#155724}.product-page-stock-badge.out-of-stock{background-color:#f8d7da;color:#721c24}.product-page-stock-badge.presale{background-color:#fff3cd;color:#856404}.product-page-dimensions{padding:1rem;background-color:rgba(255,255,255,.05);border-radius:8px;border:1px solid rgba(255,255,255,.1)}.product-page-dimensions h3{font-size:1.1rem;margin:0 0 .75rem;color:#fff}.product-page-dimensions ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:.5rem;gap:.5rem}.product-page-dimensions li{font-size:.95rem;color:#ccc}.product-page-cart-section{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.product-page-quantity{display:flex;flex-direction:column;gap:.5rem}.product-page-quantity label{font-size:.95rem;font-weight:500;color:#fff}.quantity-selector{display:flex;align-items:center;gap:0;width:-moz-fit-content;width:fit-content;border:2px solid rgba(255,255,255,.2);border-radius:8px;overflow:hidden;background-color:rgba(255,255,255,.05)}.quantity-selector button{width:40px;height:40px;border:none;background-color:rgba(255,255,255,.1);color:#fff;font-size:1.2rem;cursor:pointer;transition:all .2s ease}.quantity-selector button:hover:not(:disabled){background-color:#f97316;color:white}.quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.quantity-selector input{width:60px;height:40px;border:1px solid rgba(255,255,255,.2);border-top:none;border-bottom:none;text-align:center;font-size:1rem;font-weight:500;outline:none;background-color:transparent;color:#fff}.quantity-selector input::-webkit-inner-spin-button,.quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-page-add-to-cart{width:100%;padding:1rem 2rem;background-color:#e67e22;color:white;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.product-page-add-to-cart:hover:not(:disabled){background-color:#d35400}.product-page-add-to-cart:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.product-page-description{max-width:1200px;margin:2rem auto 0;padding:2rem;background-color:rgba(255,255,255,.05);border-radius:8px;border:1px solid rgba(255,255,255,.1)}.product-page-description h3{font-size:1.5rem;margin:0 0 1.5rem;color:#fff;font-weight:600}.product-page-description-content{color:#ccc;line-height:1.7}.product-page-description-content p{margin:0 0 1rem}.product-page-description-content h1,.product-page-description-content h2,.product-page-description-content h3,.product-page-description-content h4{margin:1.5rem 0 1rem;color:#fff}.product-page-description-content ol,.product-page-description-content ul{margin:1rem 0;padding-left:1.5rem}.product-page-description-content li{margin:.5rem 0}@media (max-width:768px){.product-page-price-section.with-presale{flex-direction:column-reverse;align-items:center;gap:1rem}}@media (min-width:768px){.product-page{padding:7rem 2rem 3rem}.product-page-container{grid-template-columns:1fr 1fr;gap:3rem}.product-page-title{font-size:2.5rem}.product-page-cart-section{flex-direction:row;align-items:flex-end;gap:1.5rem}.product-page-quantity{flex:0 0 auto}.product-page-add-to-cart{flex:1 1}}@media (min-width:1024px){.product-page{padding:8rem 2rem 4rem}.product-page-container{gap:4rem}}@media (prefers-color-scheme:light){.product-page-title{color:#f97316}.product-page-collection{color:#666}.product-page-price-section{border-top:1px solid #eee;border-bottom:1px solid #eee}.product-page-price{color:#f97316}.product-page-dimensions{background-color:#f9f9f9;border:1px solid #eee}.product-page-dimensions h3{color:#333}.product-page-dimensions li{color:#666}.product-page-cart-section{border-top:1px solid #eee}.product-page-quantity label{color:#333}.quantity-selector{border:2px solid #ddd;background-color:#fff}.quantity-selector button{background-color:#f5f5f5;color:#333}.quantity-selector button:hover:not(:disabled){background-color:#f97316;color:white}.quantity-selector input{border-left:1px solid #ddd;border-right:1px solid #ddd;background-color:#fff;color:#333}.product-page-description{background-color:#f9f9f9;border:1px solid #eee}.product-page-description h3{color:#333}.product-page-description-content{color:#555}.product-page-description-content h1,.product-page-description-content h2,.product-page-description-content h3,.product-page-description-content h4{color:#333}}.product-gallery{display:flex;flex-direction:column;gap:1rem;width:100%}.product-gallery-main,.product-gallery-main-image{width:100%;position:relative}.product-gallery-main-image{aspect-ratio:1/1;background-color:rgba(255,255,255,.05);border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.product-image{object-fit:cover;transition:transform .3s ease}.product-gallery-main-image.zoomed .product-image{transform:scale(2)}.product-gallery-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.product-gallery-thumbnail{position:relative;width:80px;height:80px;min-width:80px;min-height:80px;border:2px solid rgba(255,255,255,.2);border-radius:4px;overflow:hidden;cursor:pointer;background-color:rgba(255,255,255,.05);transition:border-color .3s ease,box-shadow .3s ease;padding:0}.product-gallery-thumbnail.active,.product-gallery-thumbnail:hover{border-color:#f97316;box-shadow:0 0 0 2px #f97316}.thumbnail-image{object-fit:cover}.product-gallery-empty{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.05);border-radius:8px;border:1px solid rgba(255,255,255,.1);color:#999}.product-gallery-thumbnails::-webkit-scrollbar{height:4px}.product-gallery-thumbnails::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:4px}.product-gallery-thumbnails::-webkit-scrollbar-thumb{background:#f97316;border-radius:4px}.product-gallery-thumbnails::-webkit-scrollbar-thumb:hover{background:#d35400}@media (max-width:767px){.product-gallery-main-image.zoomed .product-image{transform:scale(1)}}@media (min-width:768px){.product-gallery-thumbnail{width:100px;height:100px;min-width:100px;min-height:100px}}@media (prefers-color-scheme:light){.product-gallery-main-image{background-color:#f5f5f5;border:1px solid #eee}.product-gallery-thumbnail{border:2px solid #ddd;background-color:#f5f5f5}.product-gallery-thumbnail.active,.product-gallery-thumbnail:hover{border-color:#f97316;box-shadow:0 0 0 2px #f97316}.product-gallery-empty{background-color:#f5f5f5;border:1px solid #eee;color:#999}.product-gallery-thumbnails::-webkit-scrollbar-track{background:#f1f1f1}.product-gallery-thumbnails::-webkit-scrollbar-thumb{background:#f97316}.product-gallery-thumbnails::-webkit-scrollbar-thumb:hover{background:#d35400}}