.shop-main{min-height:60vh;padding-top:60px;padding-bottom:70px}.shop-main h1{font-size:48px;margin-bottom:30px}.shop-main h2{font-size:26px;margin:18px 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px}.product-image{width:100%;height:auto;margin-bottom:20px}.product-description{margin-bottom:30px}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin:35px 0}.shop-grid img{width:100%;height:280px;object-fit:contain}.cart-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px;align-items:center;border-bottom:1px solid #ccc;padding:20px 0}.cart-row img{max-height:110px;width:auto}.rich-text{max-width:850px}.rich-text img{max-width:100%;height:auto}.shop-main .dark{margin-top:15px}button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:760px){.product-layout,.shop-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:1fr 1fr}.shop-main h1{font-size:36px}}