.lookbook-categories{position:relative;padding:80px 0;background-color:#fff;font-family:var(--font-body-family);color:#000;overflow:hidden}.lookbook-categories__container{max-width:1200px;margin:0 auto;padding:0 30px;position:relative}.lookbook-categories__title{font-family:var(--font-heading-family);font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:40px;letter-spacing:-.02em;line-height:1.2}.lookbook-categories__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:20px}.lookbook-categories__debug{border:2px solid #ff5555;background:#fff8f8;padding:15px;margin-bottom:30px;border-radius:8px;font-family:monospace;font-size:14px;white-space:pre-wrap;overflow-x:auto}.lookbook-categories__debug ul{margin:10px 0;padding-left:20px}.lookbook-categories__debug li{margin-bottom:5px}.lookbook-categories__tabs{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:#000000 transparent;-webkit-overflow-scrolling:touch;position:relative;max-width:100%;padding-right:20px}.lookbook-categories__tabs::-webkit-scrollbar{height:4px}.lookbook-categories__tabs::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.lookbook-categories__tabs::-webkit-scrollbar-thumb{background:#000;border-radius:10px}.lookbook-categories__tabs .tab{background:transparent;border:1px solid #000000;color:#000;padding:10px 24px;border-radius:30px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.lookbook-categories__tabs .tab:hover{background:#0000000d}.lookbook-categories__tabs .tab--active{background:#000;color:#fff}.lookbook-categories__tabs:after{content:"";position:absolute;right:0;top:0;bottom:8px;width:30px;background:linear-gradient(to right,#fff0,#fff);pointer-events:none;z-index:1}.lookbook-categories__search{position:relative;width:250px;flex-shrink:0}.lookbook-categories__search .search-input{width:100%;padding:12px 40px 12px 20px;border:1px solid #000000;border-radius:30px;font-size:.9rem;transition:all .3s ease;color:#000;background:transparent;outline:none}.lookbook-categories__search .search-input:focus{box-shadow:0 0 0 2px #0000001a}.lookbook-categories__search .search-button{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:#000;display:flex;align-items:center;justify-content:center;padding:0}.lookbook-categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.lookbook-categories__card{opacity:0;transform:translateY(20px);animation:lc-fadeInUp .6s ease forwards}@media (min-width: 768px){.lookbook-categories__card[data-index="0"],.lookbook-categories__card[data-index="3"],.lookbook-categories__card[data-index="6"]{animation-delay:.1s}.lookbook-categories__card[data-index="1"],.lookbook-categories__card[data-index="4"],.lookbook-categories__card[data-index="7"]{animation-delay:.2s}.lookbook-categories__card[data-index="2"],.lookbook-categories__card[data-index="5"],.lookbook-categories__card[data-index="8"]{animation-delay:.3s}}.card__inner{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;height:100%;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.card__inner:hover{transform:translateY(-8px);box-shadow:0 8px 25px #0000001f}.card__image-container{position:relative;padding-top:66%;overflow:hidden}.card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.card__inner:hover .card__image{transform:scale(1.05)}.card__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.card__placeholder .placeholder-svg{width:50%;height:50%;opacity:.4}.card__content{padding:24px;display:flex;flex-direction:column;flex-grow:1}.card__meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;margin-bottom:12px}.card__category{background-color:#000;color:#fff;padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;font-weight:600;font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.card__date{color:#666}.card__title{font-family:var(--font-heading-family);font-size:1.2rem;font-weight:600;line-height:1.4;margin-bottom:12px;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__inner:hover .card__title{color:#333}.card__excerpt{font-size:.9rem;line-height:1.6;color:#555;margin-bottom:20px;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card__read-more{display:flex;align-items:center;gap:8px;font-weight:600;color:#000;text-decoration:none;font-size:.9rem;position:relative;align-self:flex-start}.card__read-more svg{transition:transform .3s ease}.card__read-more:hover svg{transform:translate(5px)}.card__read-more:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#000;transition:width .3s ease}.card__read-more:hover:before{width:calc(100% - 22px)}.lookbook-categories__empty,.lookbook-categories__no-results{text-align:center;padding:60px 0;grid-column:1 / -1}.lookbook-categories__empty p,.lookbook-categories__no-results p{font-size:1.2rem;color:#555}.lookbook-categories__load-more{margin-top:50px;text-align:center}.load-more-button{background-color:transparent;border:2px solid #000000;color:#000;padding:12px 40px;font-size:1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease}.load-more-button:hover{background-color:#000;color:#fff}@keyframes lc-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.lookbook-categories__title{font-size:2.2rem}.lookbook-categories__grid{grid-template-columns:repeat(2,1fr)}.card__title{font-size:1.1rem}}@media (max-width: 767px){.lookbook-categories{padding:60px 0}.lookbook-categories__title{font-size:1.8rem}.lookbook-categories__header{flex-direction:column;align-items:flex-start;gap:16px}.lookbook-categories__tabs,.lookbook-categories__search{width:100%}.lookbook-categories__grid{grid-template-columns:1fr}.lookbook-categories__card{animation-delay:.1s!important}}@media (max-width: 480px){.lookbook-categories__container{padding:0 20px}.card__content{padding:20px 16px}.card__excerpt{font-size:.85rem;-webkit-line-clamp:2}.card__category{max-width:120px}}@media (hover: hover){.card__inner:hover .card__image{transform:scale(1.05)}.card__inner:hover{transform:translateY(-8px)}.card__read-more:hover svg{transform:translate(5px)}.card__read-more:hover:before{width:calc(100% - 22px)}}@supports (-webkit-touch-callout: none){.card__inner{height:auto}.card__content{min-height:200px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/lookbook-categorie.css.map */
