.lookbook{background-color:var(--base-100);width:100%;min-height:100svh;padding-top:15svh;padding-bottom:4rem;position:relative}.lookbook-header{text-align:center;margin-bottom:4rem}.lookbook-header h1{margin-bottom:1.5rem;font-size:2.5rem}.lookbook-header p{color:var(--base-500)}.gallery-container{max-width:2000px;margin:0 auto;padding:0 2rem}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.gallery-item{aspect-ratio:4/3;cursor:pointer;transform-origin:50%;will-change:transform,opacity;border-radius:1rem;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.1)}.gallery-item-overlay{opacity:1;background:linear-gradient(#0000,#000c);padding:1.5rem;transition:all .3s;position:absolute;bottom:0;left:0;right:0}.gallery-item:hover .gallery-item-overlay{background:linear-gradient(#0000,#000000e6);padding-bottom:2rem}.gallery-item-overlay p{color:#fff;font-family:var(--font-tajawal),sans-serif;font-size:1rem;font-weight:600}.gallery-item-overlay .category-icon{margin-bottom:.5rem;font-size:1.5rem;display:block}.gallery-item-overlay .product-count{color:#ffffffb3;margin-top:.25rem;font-size:.85rem;display:block}a.gallery-item{text-decoration:none}.lookbook-footer{text-align:center;margin-top:4rem}.lookbook-footer p{color:var(--base-500)}@media (max-width:1200px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gallery-grid{grid-template-columns:1fr;gap:1rem}.gallery-container{padding:0 1.5rem}.lookbook{padding-top:12svh}}
