.lookbook-wrapper{background-color:#f8f8f8;padding:60px 20px;min-height:100vh;margin-top:80px}.lookbook-container{max-width:1400px;margin:0 auto}.lookbook-title{font-size:2.75rem;font-weight:700;color:#ae0270;margin:0 0 20px;line-height:1.2}@media(max-width:768px){.lookbook-title{font-size:2rem}}.lookbook-subtitle{font-size:1.25rem;color:#666;text-align:left;margin-bottom:60px}.error-container,.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:20px;gap:20px}.error-container p,.loading-container p{font-size:18px;font-weight:500}.loading-container p{color:#333}.error-container p{color:#d32f2f}.loader-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top-color:#ae0270;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.category-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:200px;grid-gap:20px;gap:20px;margin-bottom:80px}.category-tile{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.category-tile:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.category-tile:hover .category-image{transform:scale(1.08)}.category-tile:hover .category-overlay{opacity:1}.category-tile:first-child{grid-column:1/8;grid-row:1/4}.category-tile:first-child .category-title{font-size:2.5rem}.category-tile:nth-child(2){grid-column:8/13;grid-row:1/4}.category-tile:nth-child(3){grid-column:1/6;grid-row:4/7}.category-tile:nth-child(4){grid-column:6/13;grid-row:4/7}.category-tile:nth-child(4) .category-title{font-size:2.5rem}.category-tile:nth-child(5){grid-column:1/5;grid-row:7/9}.category-tile:nth-child(6){grid-column:5/9;grid-row:7/9}.category-tile:nth-child(7){grid-column:9/13;grid-row:7/9}.category-tile:nth-child(8){grid-column:1/13;grid-row:9/12}.category-tile:nth-child(8) .category-title{font-size:2.5rem}.category-image-wrapper{width:100%;height:100%;position:relative}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hardcoded-tile{cursor:default}.hardcoded-tile .category-background{width:100%;height:100%;background:#f1abb7;position:absolute;top:0;left:0}.hardcoded-tile:hover{transform:none;box-shadow:0 4px 12px rgba(0,0,0,.08)}.hardcoded-tile:hover .category-background{transform:none}.hardcoded-tile .category-overlay{opacity:1;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;padding:28px}.hardcoded-tile .category-content{text-align:center}.hardcoded-tile .category-description,.hardcoded-tile .category-title{color:#000;text-shadow:none}.hardcoded-tile .category-button{display:none}.category-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.1));display:flex;align-items:flex-end;padding:28px;opacity:0;transition:opacity .3s ease}.category-title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:8px;text-transform:capitalize}.category-description{font-size:.9rem;color:rgba(255,255,255,.95);margin-bottom:16px;line-height:1.5}.category-button{background-color:#fff;color:#ae0270;border:none;padding:12px 24px;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.category-button:hover{background-color:#ae0270;color:#fff;transform:scale(1.05)}.cta-section{text-align:center;padding:60px 0;border-top:2px solid #e0e0e0}.map-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.map-image{width:100%;height:auto;display:block;border-radius:8px}.find-store-link{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;text-decoration:none}.find-store-button{display:flex;align-items:center;justify-content:center;gap:8px;background-color:#2d3e50;color:#fff;font-size:18px;font-weight:600;padding:12px 24px;border-radius:8px;cursor:pointer;border:none;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:transform .2s ease,background-color .2s ease}.find-store-button:hover{background-color:#1f2b38;transform:scale(1.05)}.find-store-button .icon{width:22px;height:22px}@media(max-width:768px){.find-store-link{top:50%}.find-store-button{font-size:16px;padding:10px 18px;border-radius:6px}.find-store-button .icon{width:16px;height:16px}}.sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.sidebar-overlay.show{opacity:1;visibility:visible;pointer-events:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-sidebar{position:fixed;top:0;right:0;width:550px;height:100%;background:#fff;z-index:1000;display:flex;flex-direction:column;padding:24px;overflow-y:auto;overflow-x:hidden;transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px rgba(0,0,0,.15)}.product-sidebar.open{transform:translateX(0)}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.sidebar-header h2{font-size:1.6rem;font-weight:400}.close-btn{background:none;border:none;font-size:22px;cursor:pointer;color:#333;transition:transform .2s ease,color .2s ease}.close-btn:hover{transform:scale(1.1);color:#ae0270}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;padding:0}.kol-product-card{text-align:left;padding:5px;cursor:pointer}.product-image-wrapper{width:120px;height:110px;overflow:hidden;border-radius:4px;display:flex;justify-content:center}.product-image-wrapper img{width:100%;height:100%;object-fit:cover}.kol-product-name{font-size:14px;font-weight:500!important;color:#333;line-height:1.4;margin-bottom:4px;padding-right:10px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.8em;max-height:2.8em;position:relative}.kol-product-price{font-size:15px;font-weight:700;color:#222;text-align:left}.product-name-tooltip{position:absolute;bottom:100%;left:0;background-color:rgba(0,0,0,.9);color:#fff;padding:8px 12px;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;max-width:250px;z-index:1000;margin-bottom:8px;opacity:0;pointer-events:none;transition:opacity .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.2)}.product-name-tooltip:after{content:"";position:absolute;top:100%;left:16px;border:6px solid rgba(0,0,0,0);border-top-color:rgba(0,0,0,.9)}.kol-product-name:hover .product-name-tooltip{opacity:1}.kol-product-price .currency{font-size:15px;font-weight:400;position:relative;margin-right:2px}.sidebar-footer{padding:20px;text-align:center}.sidebar-footer .explore-now-link{display:inline-block;color:#000;font-size:16px;font-weight:550;text-decoration:underline!important;cursor:pointer;transition:opacity .2s ease,color .2s ease}@media(max-width:1024px){.category-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:180px}.lookbook-title{font-size:2.5rem}.product-sidebar{width:650px}.products-grid{grid-template-columns:repeat(2,1fr)}.category-tile:nth-child(8){grid-column:1/7;grid-row:auto;min-height:240px}.hardcoded-tile .category-title{font-size:2rem!important}.hardcoded-tile .category-description{font-size:.95rem}}@media(max-width:768px){.lookbook-wrapper{padding:40px 16px}.lookbook-title{font-size:2rem}.lookbook-subtitle{font-size:1rem;margin-bottom:40px}.category-grid{grid-template-columns:1fr;grid-auto-rows:280px;gap:16px}.product-sidebar{width:100%}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px;justify-items:center}.find-store-button{font-size:18px;padding:10px 20px;border-radius:10px}.find-store-button .icon{width:14px;height:14px}.hardcoded-tile .category-title{font-size:1.8rem!important;color:#000}.hardcoded-tile .category-description{font-size:.9rem;color:#000}.hardcoded-tile .category-overlay{padding:24px;align-items:center;justify-content:center}.hardcoded-tile .category-content{text-align:center}.category-grid{display:flex;flex-direction:column;gap:16px}.category-tile{width:100%;height:auto;min-height:250px}.category-image{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.hardcoded-tile{min-height:250px;height:auto}.hardcoded-tile .category-image-wrapper{min-height:250px;height:auto;display:flex;align-items:center;justify-content:center}.hardcoded-tile .category-background{min-height:250px;height:100%}.hardcoded-tile .category-overlay{padding:24px 20px;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0}.hardcoded-tile .category-content{width:100%;max-width:100%;text-align:center}.hardcoded-tile .category-title{font-size:1.4rem!important;margin-bottom:10px;color:#262626;font-weight:700}.hardcoded-tile .category-description{font-size:.9rem;line-height:1.5;color:#262626;margin-bottom:0}.category-overlay{align-items:flex-end;padding:20px}.category-title{font-size:1.4rem}.category-description{font-size:.85rem}}