section{width:var(--contained-width);background-color:var(--wrap-background);color:var(--on-wrap-background)}section>*{height:100%}section.banner-and-widget{display:grid;grid-template-columns:3fr 1fr;grid-column-gap:1rem}section.five-widget-group{display:grid;grid-template-columns:3fr 1fr;align-items:start;grid-column-gap:.5rem}section.five-widget-group .widget-bottom{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:1rem;grid-column:1 / -1}section.four-widgets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:1rem}section.page-text-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:1rem}section.product-scroller{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}section.product-scroller>button{width:35px;aspect-ratio:1 / 2;background:transparent;flex-shrink:1}section.product-scroller>.scroller{display:flex;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;width:90%}section.product-scroller>.scroller>::-webkit-scrollbar{display:none}section.product-scroller>.scroller>*{scroll-snap-align:start}section.product-scroller>.scroller>.product{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:.25rem;gap:.5rem}section.product-scroller>.scroller>.product>img{display:block;width:100%;height:auto;max-height:9.5em;margin-inline:auto}section.text-banner-line h3{font-size:1.8em;line-height:1em;margin:0}section.three-widgets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:1rem}
