.section-card{position:relative;aspect-ratio:1;border:1px solid var(--color-grey-stroke);border-radius:var(--border-radius-base)}@media(max-width:767px){.section-card{aspect-ratio:104/158}.section-card--cardMode-1{aspect-ratio:164/170}}.section-card--no-radius{border-radius:0}.section-card--background .section-card__name{position:absolute;top:50%;transform:translateY(-50%);z-index:2;color:var(--color-white);font:var(--font-h3)}@media(hover:hover){.section-card:hover{cursor:pointer}.section-card:hover .section-card__name{color:var(--color-red)}.section-card--background:hover{cursor:pointer}.section-card--background:hover .section-card__name{color:var(--color-white)}.section-card--background:hover .section-card__background{opacity:.8}}.section-card__image{flex:1 1;aspect-ratio:1/1;max-width:100%;position:relative}@media(max-width:1199px){.section-card--cardMode-1 .section-card__image{width:78%;flex:0 0 auto}}.section-card__image img{max-width:100%;max-height:100%;object-fit:contain}.section-card__background{position:absolute;inset:0;transition:var(--trs-base)}.section-card__background img{width:100%;height:100%;object-fit:cover}.section-card__content{position:absolute;inset:0;padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px}@media(max-width:1199px){.section-card__content{padding:8px;gap:8px}}.section-card__name{flex:0 0 auto;width:100%;display:flex;transition:var(--trs-base);text-align:center;margin-top:auto;font:var(--font-h4);height:calc(var(--lh-h4)*2);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:767px){.section-card__name{font:var(--font-h5);-webkit-line-clamp:3;height:calc(var(--lh-h5)*3)}.section-card--cardMode-1 .section-card__name{font:var(--font-h5);-webkit-line-clamp:2;height:calc(var(--lh-h5)*2)}}.section-card--small .section-card__content{padding:8px}.section-card--small .section-card__name{font:var(--font-h5);height:calc(var(--lh-h5)*2)}.catalog-section{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}@media(max-width:1599px){.catalog-section{grid-template-columns:repeat(4,1fr)}}@media(max-width:1199px){.catalog-section{grid-template-columns:repeat(3,1fr);gap:8px}}.catalog-section--no-gap{gap:0}@media(max-width:767px){.catalog-section--no-gap{grid-template-columns:repeat(2,1fr)}}.catalog-section--small{grid-template-columns:repeat(8,1fr)}@media(max-width:1599px){.catalog-section--small{grid-template-columns:repeat(6,1fr)}}@media(max-width:1199px){.catalog-section--small{grid-template-columns:repeat(3,1fr)}}.catalog-section--three-per-column{grid-template-columns:repeat(3,1fr)}@media(max-width:1199px){.catalog-section--three-per-column{grid-template-columns:repeat(2,1fr)}}.catalog-section--no-gap>div{margin-top:-1px;margin-left:-1px}