/* Product carousel and platform navigation */
.products{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:5px 2px 22px;scroll-padding-left:2px;scrollbar-width:thin;scrollbar-color:var(--gold) transparent}.products .card{flex:0 0 min(380px,86vw);scroll-snap-align:start}.product-menu{position:relative}.products-trigger{font:inherit;color:inherit;background:transparent;border:0;padding:7px 0;cursor:pointer}.products-trigger span{margin-left:4px;color:var(--goldlight)}.products-popover{position:absolute;top:calc(100% + 16px);left:-18px;z-index:30;width:240px;padding:8px;border:1px solid var(--line);border-radius:12px;background:rgba(16,19,27,.98);box-shadow:0 20px 44px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s}.product-menu.open .products-popover{visibility:visible;opacity:1;transform:none}.products-popover>a,.platform-trigger{display:flex;width:100%;justify-content:space-between;align-items:center;padding:11px 12px;border:0;border-radius:8px;background:transparent;color:#fff;font:inherit;text-align:left}.products-popover>a:hover,.platform-trigger:hover{background:rgba(212,175,55,.12);color:var(--goldlight)}.platform-row{position:relative}.platform-submenu{display:none;padding:3px 0 5px 13px}.platform-row.open .platform-submenu{display:block}.platform-submenu a{display:block;padding:8px 11px;border-radius:6px;color:#d7d7d7;font-size:13px}.platform-submenu a:hover{background:rgba(255,255,255,.07);color:var(--goldlight)}html[data-theme="light"] .products-popover{background:rgba(255,253,248,.98);border-color:rgba(114,84,17,.2)}html[data-theme="light"] .products-popover>a,html[data-theme="light"] .platform-trigger{color:#211d14}html[data-theme="light"] .platform-submenu a{color:#5e584b}@media(max-width:800px){.products{margin-right:-20px;padding-right:20px}.product-menu{width:100%}.products-popover{position:static;width:100%;margin-top:5px}.nav-links .product-menu{order:-1}.platform-submenu{padding-left:8px}}
