/* BASIC css start */
.layout .a-container { max-width:100%; }

.a-lookbook { opacity:0; transition:opacity 0.2s; }
.a-lookbook.show { opacity:1; }
.a-lookbook ul { display:grid; grid-template-columns:repeat(3, 1fr); gap:7px; font-size:0; }
.a-lookbook img { width:100%; cursor:pointer; }
br:first-child + .a-lookbook { margin-top:calc(var(--line-height) * -1em); }

@media (max-width:1023px) {
    .layout .a-container { font-size:11.5px; }

    .a-lookbook ul { gap:3px; }
}
/* BASIC css end */

