.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}}[data-theme=light] .product-gallery-main-image{background-color:#f5f5f5;border:1px solid #eee}[data-theme=light] .product-gallery-thumbnail{border:2px solid #ddd;background-color:#f5f5f5}[data-theme=light] .product-gallery-thumbnail.active,[data-theme=light] .product-gallery-thumbnail:hover{border-color:#f97316;box-shadow:0 0 0 2px #f97316}[data-theme=light] .product-gallery-empty{background-color:#f5f5f5;border:1px solid #eee;color:#999}[data-theme=light] .product-gallery-thumbnails::-webkit-scrollbar-track{background:#f1f1f1}[data-theme=light] .product-gallery-thumbnails::-webkit-scrollbar-thumb{background:#f97316}[data-theme=light] .product-gallery-thumbnails::-webkit-scrollbar-thumb:hover{background:#d35400}.related-products-carousel{max-width:1200px;width:100%;margin:3rem auto;padding:2rem;background-color:rgba(255,255,255,.05);border-radius:8px;border:1px solid rgba(255,255,255,.1)}.related-products-carousel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.related-products-carousel__separator{width:100%;height:1px;background-color:rgba(255,255,255,.1);margin-bottom:2rem}.related-products-carousel__title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;color:inherit;margin:0}.related-products-carousel__navigation{display:flex;gap:.5rem}.related-products-carousel__nav-button{width:40px;height:40px;border-radius:50%;border:2px solid rgba(249,115,22,.3);background:transparent;color:#f97316;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.related-products-carousel__nav-button:hover:not(:disabled){background:#f97316;color:#fff;border-color:#f97316;transform:scale(1.05)}.related-products-carousel__nav-button:disabled{opacity:.3;cursor:not-allowed}.related-products-carousel__wrapper{width:100%;overflow:hidden;padding:0}.related-products-carousel__track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);gap:0;margin:0 -.5rem}.related-products-carousel__item{padding:0 .5rem;box-sizing:border-box;min-width:0}@media (max-width:768px){.related-products-carousel{margin:2rem auto;padding:1.5rem 1rem}.related-products-carousel__header{flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.related-products-carousel__title{font-size:1.1rem}.related-products-carousel__navigation{align-self:flex-end}.related-products-carousel__nav-button{width:36px;height:36px}.related-products-carousel__track{gap:0;margin:0 -.375rem}.related-products-carousel__item{padding:0 .375rem}.related-products-carousel__separator{margin-bottom:1.5rem}}@media (prefers-color-scheme:light){.related-products-carousel{background-color:#f9f9f9;border:1px solid #eee}.related-products-carousel__title{color:#333}.related-products-carousel__separator{background-color:#eee}.related-products-carousel__nav-button{border-color:rgba(236,111,26,.3);color:#ec6f1a}.related-products-carousel__nav-button:hover:not(:disabled){background:#ec6f1a;border-color:#ec6f1a;color:#fff}}[data-theme=light] .related-products-carousel{background-color:#f9f9f9;border:1px solid #eee}[data-theme=light] .related-products-carousel__title{color:#333}[data-theme=light] .related-products-carousel__separator{background-color:#eee}[data-theme=light] .related-products-carousel__nav-button{border-color:rgba(236,111,26,.3);color:#ec6f1a}[data-theme=light] .related-products-carousel__nav-button:hover:not(:disabled){background:#ec6f1a;border-color:#ec6f1a;color:#fff}