.intro-wrapper{color:#fff;padding:10px}.intro-wrapper h1{color:#fff}.product-detail-desc{color:#fff;padding-bottom:10px;padding-left:10px;padding-right:10px}.product-detail-desc p{color:#fff}@media (min-width:992px){.product-gallery .container{align-items:flex-start;display:grid;gap:20px;grid-template-columns:40% 60%}}.product-gallery__wrap{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start}.product-gallery__thumbs{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem;max-width:calc(480px + 2.5rem);overflow-x:auto;width:100%}.product-gallery__thumb{border:2px solid transparent;border-radius:4px;cursor:pointer;flex-shrink:0;overflow:hidden;transition:border-color .2s;width:80px}.product-gallery__thumb img{aspect-ratio:1/1;display:block;object-fit:contain;width:100%}.product-gallery__thumb:hover{border-color:#a0a0a0}.product-gallery__thumb.is-selected{border-color:#e77600}.product-gallery__main{position:relative;width:100%}.product-gallery__main img{display:block;height:400px;margin:0 auto;object-fit:contain;object-position:center;width:100%}.product-gallery__arrow{align-items:center;background:hsla(0,0%,100%,.85);border:1px solid #ccc;border-radius:50%;cursor:pointer;display:flex;height:2.5rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s;width:2.5rem}.product-gallery__arrow:hover{background:#fff}.product-gallery__arrow svg{height:1.2rem;width:1.2rem}.product-gallery__arrow--prev{left:.5rem}.product-gallery__arrow--next{right:.5rem}