/* ! Do not modify this file. Make changes via the "src" directory, then recompile. */.link-underlined{position:relative;display:inline-block;white-space:nowrap;transition:color var(--transition);will-change:color}.link-underlined::after{position:absolute;top:calc(100%);left:0;width:100%;border-bottom:1px solid;content:""}@media (hover: hover){.link-underlined:hover{color:var(--color-highlight);cursor:pointer}}.product-list{display:grid;grid-row-gap:2rem;grid-column-gap:2rem;grid-template-columns:repeat(4,1fr)}@media (min-width: 768px){.product-list{grid-row-gap:2rem;grid-column-gap:2rem;grid-template-columns:repeat(12,1fr)}}.product-list__item{grid-column:1/-1}@media (min-width: 1200px){.product-list__item{grid-column:span 4}}@media (min-width: 1200px){.product-list--per-row-2 .product-list__item{grid-column:span 6}}@media (min-width: 1200px){.product-list--per-row-4 .product-list__item{grid-column:span 3}}