.box{background:transparent;box-shadow:none}.box:first-child{align-items:start;display:grid;gap:8px;grid-template-columns:auto 1fr}.box:first-child>img{grid-column:1;grid-row:span 3}.box:first-child>:not(img){grid-column:2}.box:first-child>:not(img):first-of-type{margin-bottom:0}.lookbook-slider .show-all{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;text-align:right}.lookbook-list{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);max-height:160px;overflow:hidden;transition:max-height 1.5s ease-in-out}.lookbook-list.expanded,.lookbook-list.mobile-horizontal-scroller{max-height:none}@media(min-width:992px){.lookbook-list{grid-template-columns:repeat(6,1fr)}}.lookbook-card{text-align:center;text-decoration:none!important}.lookbook-card img{aspect-ratio:196/100;margin-bottom:20px;object-fit:cover;width:100%}