.collection-grid{display:block;background-color:var(--bg-color,#fff);color:var(--color-heading,#172462);padding-top:var(--padding-top-mobile,54px);padding-bottom:var(--padding-bottom-mobile,62px)}@media only screen and (min-width:768px){.collection-grid{padding-top:var(--padding-top-desktop,88px);padding-bottom:var(--padding-bottom-desktop,102px)}}.collection-grid__inner{display:flex;flex-direction:column;gap:30px;padding:0 16px}@media only screen and (min-width:768px){.collection-grid__inner{gap:36px;padding:0 72px}}.collection-grid__header{display:flex;flex-direction:column;gap:8px}.collection-grid__overline{text-transform:uppercase}.collection-grid__heading{max-width:640px}.collection-grid__tabs-wrapper{display:flex;flex-direction:column;gap:12px;outline:0}@media only screen and (min-width:768px){.collection-grid__tabs-wrapper{gap:36px}}.collection-grid__nav{display:flex;flex-direction:column;gap:20px;border-top:1px solid var(--color-border,#d2d2d2);padding-top:13px}@media only screen and (min-width:768px){.collection-grid__nav{flex-direction:row;align-items:center;justify-content:space-between;gap:40px;padding-top:21px}}.collection-grid__controls{min-width:0}.collection-grid__tabs{display:flex;overflow-x:auto;scroll-behavior:smooth}.collection-grid__tab{flex-shrink:0;padding:0 12px 0 0;color:inherit;white-space:nowrap}.collection-grid__tab:first-child{padding-left:0}.collection-grid__tab:not(:first-child){padding-left:12px}@media only screen and (min-width:768px){.collection-grid__tab{padding:0 20px 0 0}.collection-grid__tab:not(:first-child){padding-left:20px}}.collection-grid__tab[aria-selected=true]{color:var(--color-link-text-hover,#0a49d1);text-decoration:underline;text-underline-offset:2px}@media only screen and (min-width:768px){.collection-grid__tab:hover{color:var(--color-link-text-hover,#0a49d1)}}.collection-grid__toolbars{width:100%}@media only screen and (min-width:768px){.collection-grid__toolbars{width:auto;flex-shrink:0}}.collection-grid__toolbar{display:none;align-items:center;justify-content:space-between;gap:20px;width:100%}@media only screen and (min-width:768px){.collection-grid__toolbar{justify-content:flex-end;width:auto;white-space:nowrap}}.collection-grid__toolbar[aria-hidden=false]{display:flex}.collection-grid__count{flex-shrink:0}.collection-grid__sort{margin-left:auto}@media only screen and (min-width:768px){.collection-grid__sort{margin-left:0}}.collection-grid__sort .form-select__btn{gap:7px}.collection-grid__panels{width:100%}.collection-grid__panel{display:none;width:100%}.collection-grid__panel[aria-hidden=false]{display:block}.collection-grid__grid{display:grid;width:100%;row-gap:20px;-moz-column-gap:12px;column-gap:12px;grid-template-columns:repeat(2,1fr)}@media only screen and (min-width:768px){.collection-grid__grid{grid-template-columns:repeat(4,1fr);row-gap:36px;-moz-column-gap:15px;column-gap:15px}}.collection-grid__item{display:flex;min-width:0}.collection-grid__item--hidden{display:none}.collection-grid__footer{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:24px;text-align:center}@media only screen and (min-width:768px){.collection-grid__footer{margin-top:36px}}.collection-grid__show-more[aria-hidden=true]{display:none}