.category-nav{display:flex;gap:1rem;overflow-x:auto;padding:1.5rem 0 2rem;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;justify-content:center;-webkit-overflow-scrolling:touch;position:relative}.category-nav::-webkit-scrollbar{display:none}.category-nav__pill{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.8rem;border-radius:50px;border:1.5px solid var(--color-border, #e0d5c7);background:transparent;color:var(--color-heading, #333);font-size:1.3rem;font-weight:var(--heading-weight, 600);letter-spacing:.03em;white-space:nowrap;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);text-decoration:none;flex-shrink:0}.category-nav__pill:hover{background:var(--color-heading, #333);color:var(--color-background, #fff);border-color:var(--color-heading, #333);transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.category-nav__pill.active{background:var(--color-heading, #333);color:var(--color-background, #fff);border-color:var(--color-heading, #333)}.category-nav__pill-icon{font-size:1.4rem;line-height:1}.category-nav__pill-count{font-size:1.1rem;opacity:.6;font-weight:400}.category-section{margin-bottom:4rem;opacity:0;transform:translateY(20px);animation:categoryFadeIn .6s ease forwards}.category-section:nth-child(1){animation-delay:.1s}.category-section:nth-child(2){animation-delay:.2s}.category-section:nth-child(3){animation-delay:.3s}.category-section:nth-child(4){animation-delay:.4s}.category-section:nth-child(5){animation-delay:.5s}.category-section:nth-child(6){animation-delay:.6s}.category-section:nth-child(7){animation-delay:.7s}.category-section:nth-child(8){animation-delay:.8s}.category-section:nth-child(9){animation-delay:.9s}.category-section:nth-child(10){animation-delay:1s}@keyframes categoryFadeIn{to{opacity:1;transform:translateY(0)}}.category-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border, #e0d5c7);position:relative;gap:1rem}.category-header:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:60px;height:2px;background:var(--color-heading, #333);transition:width .4s ease}.category-section:hover .category-header:after{width:120px}.category-header__left{display:flex;align-items:center;justify-content:center;gap:1.2rem}.category-header__icon{font-size:2.4rem;line-height:1}.category-header__title{font-size:2rem;font-weight:var(--heading-weight, 600);color:var(--color-heading, #333);margin:0;letter-spacing:.02em}.category-header__count{font-size:1.3rem;color:var(--color-text, #666);opacity:.7;font-weight:400;margin-left:.5rem}.category-header__link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.3rem;color:var(--color-heading, #333);text-decoration:none;font-weight:var(--heading-weight, 600);letter-spacing:.03em;text-transform:uppercase;transition:all .3s ease;padding:.6rem 1.2rem;border-radius:4px}.category-header__link:hover{background:var(--color-heading, #333);color:var(--color-background, #fff)}.category-header__link svg{width:14px;height:14px;transition:transform .3s ease}.category-header__link:hover svg{transform:translate(4px)}.category-products-scroll{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:1rem;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;justify-content:center}.category-products-scroll::-webkit-scrollbar{display:none}.category-products-scroll .product-item{scroll-snap-align:start;flex:0 0 calc(25% - 1.5rem);min-width:220px}.category-products-wrapper{position:relative}.category-products-wrapper:after{content:"";position:absolute;right:0;top:0;bottom:1rem;width:60px;background:linear-gradient(to right,transparent,var(--color-background, #fff));pointer-events:none;z-index:1;opacity:.8}.category-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.category-empty{display:none}.catalog-view-toggle{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.catalog-view-btn{padding:.6rem 1.5rem;border:1px solid var(--color-border, #e0d5c7);border-radius:6px;background:transparent;cursor:pointer;font-size:1.3rem;font-weight:500;color:var(--color-heading, #333);transition:all .3s ease}.catalog-view-btn:hover,.catalog-view-btn.active{background:var(--color-heading, #333);color:var(--color-background, #fff);border-color:var(--color-heading, #333)}.category-divider{width:100%;height:1px;background:linear-gradient(to right,transparent,var(--color-border, #e0d5c7),transparent);margin:1rem 0 3rem}@media screen and (max-width:1024px){.category-products-scroll .product-item{flex:0 0 calc(33.333% - 1.33rem);min-width:200px}.category-products-grid{grid-template-columns:repeat(3,1fr)}.category-header__title{font-size:1.8rem}}@media screen and (max-width:768px){.category-products-scroll .product-item{flex:0 0 calc(50% - 1rem);min-width:160px}.category-products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.category-header{flex-wrap:wrap;gap:1rem}.category-header__title{font-size:1.6rem}.category-nav__pill{padding:.6rem 1.4rem;font-size:1.2rem}.category-section{margin-bottom:3rem}.category-nav{padding:1rem 0 1.5rem}}@media screen and (max-width:480px){.category-products-scroll .product-item{flex:0 0 calc(65% - 1rem);min-width:150px}.category-header__link{font-size:1.1rem;padding:.4rem .8rem}}.size-variants-pills{display:flex;flex-direction:row;gap:.5rem;justify-content:center;align-items:center;flex-wrap:nowrap;margin-top:.8rem;padding-top:.6rem;border-top:1px solid var(--color-border, #eee)}.size-pill{display:inline-flex;align-items:center;padding:.3rem .8rem;border-radius:20px;border:1px solid var(--color-border, #ddd);background:transparent;color:var(--color-text, #666);font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;white-space:nowrap}.size-pill:hover{border-color:var(--color-heading, #333);color:var(--color-heading, #333)}.size-pill.active{background:var(--color-heading, #333);color:var(--color-background, #fff);border-color:var(--color-heading, #333)}.category-product-actions{display:flex;flex-direction:row;gap:.5rem;margin-top:1rem;width:100%}.category-product-actions>*{flex:1 1 0;min-width:0}.category-product-actions product-form,.category-product-actions product-form form{display:flex;width:100%}.cat-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1rem;border-radius:6px;font-size:1.2rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .25s ease;border:1.5px solid var(--color-heading, #333);white-space:nowrap;width:100%;text-align:center}.cat-btn--add-cart{background:#314f87;color:#fff;border-color:#314f87;flex:1}.cat-btn--add-cart:hover{background:#263f6e;transform:translateY(-1px)}.cat-btn--buy-now{background:transparent;color:#149191;border-color:#149191;flex:1}.cat-btn--buy-now:hover{background:#149191;color:#fff;transform:translateY(-1px)}.cat-btn--sold-out{background:var(--color-border, #ddd);color:var(--color-text, #999);border-color:var(--color-border, #ddd);cursor:not-allowed;width:100%;opacity:.7}.product-item-wrap{scroll-snap-align:start;flex:0 0 calc(25% - 1.5rem);min-width:220px}@media screen and (max-width:1024px){.product-item-wrap{flex:0 0 calc(33.333% - 1.33rem);min-width:200px}}@media screen and (max-width:768px){.product-item-wrap{flex:0 0 calc(50% - 1rem);min-width:160px}.cat-btn{font-size:1.1rem;padding:.6rem}}@media screen and (max-width:480px){.product-item-wrap{flex:0 0 calc(65% - 1rem);min-width:150px}.category-product-actions{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/collection-categories.css.map */
