.categories-carousel{--arrow-size: 42px;--arrow-gap: 15px;--categories-carousel-card-count-desktop: 5;--categories-carousel-card-count-tablet: 3;--categories-carousel-card-count-mobile: 1;--categories-carousel-gap: var(--spacing-5xl);width:100%;display:flex;justify-content:center}.categories-carousel.archive{padding-bottom:var(--spacing-3xl)}.categories-carousel.archive h2{font-size:28px}.categories-carousel:not(.archive){padding:var(--side-padding)}.categories-carousel .content-width{width:100%}.categories-carousel h2{text-align:left;color:var(--brand-primary);font-family:var(--font-headline);font-size:var(--spacing-2xl);margin-bottom:10px;padding:0}.categories-carousel .categories-description{text-align:left;color:var(--base-black);font-size:.95rem;padding:0}.categories-carousel .heading-with-arrows{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-5xl)}.categories-carousel .heading-with-arrows .heading-text{width:100%}.categories-carousel .heading-with-arrows .arrow-controls{display:flex;gap:var(--arrow-gap);flex-shrink:0}.categories-carousel .carousel-container{display:grid;grid-template-columns:1fr;gap:1rem;position:relative}.categories-carousel .carousel-wrapper{grid-column:1/-1;grid-row:2;flex:1;overflow:hidden}.categories-carousel .categories-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc(100%/var(--categories-carousel-card-count-desktop) - var(--categories-carousel-gap)*(var(--categories-carousel-card-count-desktop) - 1)/var(--categories-carousel-card-count-desktop));gap:var(--categories-carousel-gap);scroll-snap-type:x mandatory;scroll-behavior:smooth;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.categories-carousel .categories-grid::-webkit-scrollbar{display:none}.categories-carousel .category-card{position:relative;border-radius:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-decoration:none;height:250px;scroll-snap-align:start;transition:transform .3s ease}.categories-carousel .category-card .category-image{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.categories-carousel .category-card .category-image img{width:100%;height:100%;object-fit:cover}.categories-carousel .category-card h3{position:relative;z-index:2;color:var(--base-white);font-size:1.25rem;font-weight:600;margin:0;padding:1.5rem;text-align:left;font-family:var(--font-body);transition:all .3s ease;text-shadow:#000 0px 4px 6px}.categories-carousel .carousel-arrow{flex-shrink:0;background-color:var(--base-white);border:1px solid var(--grey-color);width:var(--arrow-size);height:var(--arrow-size);border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .3s ease}.categories-carousel .carousel-arrow span{color:var(--brand-primary);font-size:1.25rem;line-height:1}.categories-carousel .carousel-arrow:hover{background-color:var(--brand-accent-old)}.categories-carousel .carousel-arrow:hover span{color:var(--base-white)}.categories-carousel .carousel-arrow:active{transform:scale(0.95)}@media screen and (max-width: 768px){.categories-carousel{padding:2rem 0}.categories-carousel .carousel-container{flex-direction:column;align-items:stretch;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;position:relative}.categories-carousel .carousel-wrapper{grid-column:1;grid-row:1}.categories-carousel .heading-with-arrows{flex-direction:column}.categories-carousel:not(.archive) .categories-grid{grid-auto-flow:row;grid-auto-columns:unset;grid-template-columns:1fr;overflow-y:auto;overflow-x:hidden}.categories-carousel.archive .categories-grid{grid-auto-flow:column;grid-auto-columns:calc(100%/var(--categories-carousel-card-count-mobile) - var(--categories-carousel-gap)*(var(--categories-carousel-card-count-mobile) - 1)/var(--categories-carousel-card-count-mobile));overflow-x:auto;overflow-y:hidden}.categories-carousel.archive .arrow-controls{display:none}.categories-carousel.archive .carousel-container .carousel-arrow{display:flex;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.categories-carousel.archive .carousel-container .carousel-arrow.left-arrow{left:.5rem}.categories-carousel.archive .carousel-container .carousel-arrow.right-arrow{right:.5rem}.categories-carousel .carousel-arrow{display:none}}@media screen and (min-width: 768px)and (max-width: 1400px){.categories-carousel.archive .carousel-container .carousel-arrow{display:none}.categories-carousel.archive .arrow-controls{display:flex}.categories-carousel .categories-grid{grid-auto-columns:calc(100%/var(--categories-carousel-card-count-tablet) - var(--categories-carousel-gap)*(var(--categories-carousel-card-count-tablet) - 1)/var(--categories-carousel-card-count-tablet))}}@media screen and (min-width: 1400px){.categories-carousel.archive .carousel-container .carousel-arrow{display:none}.categories-carousel.archive .arrow-controls{display:flex}.categories-carousel .categories-grid{grid-auto-columns:calc(100%/var(--categories-carousel-card-count-desktop) - var(--categories-carousel-gap)*(var(--categories-carousel-card-count-desktop) - 1)/var(--categories-carousel-card-count-desktop))}}/*# sourceMappingURL=categories-carousel.css.map */
