.firstContainer{width:100%;min-height:500px;display:flex;gap:16px;justify-content:space-between;align-items:stretch}.firstContainer .left{width:25%}.firstContainer .left,.firstContainer .middle{min-height:500px;display:flex;flex-direction:column;gap:16px;justify-content:space-between}.firstContainer .middle{width:46%}.firstContainer .right{width:25%;min-height:500px;display:flex;flex-direction:column;gap:16px;justify-content:space-between}.left .top{height:25%}.left .bottom{height:70%}.middle .top{height:65%}.middle .bottom{height:30%}.right .bottom,.right .top{height:48%}.firstContainer section{width:100%}.secondContainer,.thirdContainer{width:100%;min-height:300px;display:flex;flex-direction:column;gap:12px}.thirdContainer{margin-top:50px}.productContainer{display:flex;align-items:stretch;justify-content:space-between;gap:14px;margin-top:12px}.product{width:180px;max-width:180px;flex:0 0 auto}.product img{width:100%;height:auto;display:block;border-radius:10px}.price{margin-top:8px}.description{font-size:13px;line-height:1.35}.thirdContainer .product{width:160px;max-width:160px}.thirdContainer .product img{width:100%}@media (max-width:1024px){.firstContainer{gap:12px}.firstContainer .left{width:28%}.firstContainer .middle{width:44%}.firstContainer .right{width:28%}}@media (max-width:768px){.firstContainer{flex-direction:column;min-height:auto}.firstContainer .left,.firstContainer .middle,.firstContainer .right{width:100%;min-height:auto}.left .bottom,.left .top,.middle .bottom,.middle .top,.right .bottom,.right .top{height:auto}.productContainer{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;justify-content:flex-start;padding-bottom:8px}.product{width:min(170px,70vw);max-width:none;scroll-snap-align:start}.thirdContainer .product{width:min(160px,65vw);max-width:none}.thirdContainer{margin-top:28px}}@media (max-width:420px){.product{width:78vw}.thirdContainer .product{width:76vw}.description{font-size:12.5px}}.sectionHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.sectionHeader h3{margin:0}.tileImage{object-fit:cover;display:block}.tileImage,.tilePlaceholder{width:100%;height:100%;border-radius:8px}.tilePlaceholder{min-height:120px;display:flex;align-items:center;justify-content:center;background:#f2f2f2;color:#777}.embla{width:100%;height:var(--hero-h,100%);overflow:hidden;border-radius:12px;border:1px solid var(--border);background:var(--card);position:relative}.embla__container{display:flex;height:100%}.embla__slide{flex:0 0 100%;height:100%}.embla__slide img{display:block;width:100%;height:100%;object-fit:cover}.embla__next,.embla__prev{position:absolute;top:50%;transform:translateY(-50%);border:1px solid var(--border);background:rgba(0,0,0,.25);color:var(--text);width:36px;height:36px;border-radius:999px;display:grid;place-items:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}:root[data-theme=light] .embla__next,:root[data-theme=light] .embla__prev{background:rgba(255,255,255,.6)}.embla__next:hover,.embla__prev:hover{background:rgba(0,0,0,.35)}:root[data-theme=light] .embla__next:hover,:root[data-theme=light] .embla__prev:hover{background:rgba(255,255,255,.8)}.embla__prev{left:12px}.embla__next{right:12px}.embla__dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:8px;padding:0 10px}.embla__dot{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.35);border:none;cursor:pointer;transition:transform .12s ease,background-color .12s ease,opacity .12s ease;opacity:.9}:root[data-theme=light] .embla__dot{background:rgba(0,0,0,.25)}.embla__dot.is-selected{transform:scale(1.25);background:grey;opacity:1}