.athos-category-carousels{display:block;color:rgb(var(--color-foreground))}.athos-category-carousels[aria-busy=true]{cursor:progress}.athos-category-carousels__header{display:grid;gap:1rem;margin-block-end:1.5rem}.athos-category-carousels__heading-row{display:flex;align-items:center;gap:1rem}.athos-category-carousels__heading,.athos-category-carousels__intro{margin:0}.athos-category-carousels__heading{min-width:0}.athos-category-carousels__heading{color:var(--athos-section-heading-color);font-family:var(--athos-section-heading-font-family);font-style:var(--athos-section-heading-font-style);font-weight:var(--athos-section-heading-font-weight);letter-spacing:var(--athos-section-heading-letter-spacing);line-height:var(--athos-section-heading-line-height);text-transform:var(--athos-section-heading-text-transform)}.athos-category-carousels__intro{max-width:72rem}.athos-category-carousels__toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-block-end:2rem}.athos-category-carousels__toolbar[hidden]{display:none}.athos-category-carousels__filters,.athos-category-carousels__toolbar-actions{display:flex;flex-wrap:wrap;gap:.5rem}.athos-category-carousels__filters{flex:1 1 auto}.athos-category-carousels__toolbar-actions{flex:0 0 auto}.athos-category-carousels__field{flex:1 1 10rem;min-width:9rem;max-width:13rem}.athos-category-carousels__field--sort{flex-grow:0;min-width:12rem;max-width:15rem}.athos-category-carousels__select{width:100%;min-height:3rem;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-border));border-radius:.75rem;font:inherit;font-size:.875rem;line-height:1.25rem}.athos-category-carousels__select{appearance:none;-webkit-appearance:none;padding:.75rem 2.25rem .75rem .875rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;background-size:.9rem;cursor:pointer;text-overflow:ellipsis}.athos-category-carousels__clear{flex:0 0 auto;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;color:rgb(var(--color-foreground) / .75);background:transparent;border:1px solid rgb(var(--color-border));border-radius:999px;cursor:pointer;font:inherit;font-size:.8125rem;font-weight:500;line-height:1;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease;animation:athos-clear-in .16s ease}.athos-category-carousels__clear[hidden]{display:none}.athos-category-carousels__clear .icon{width:.7em;height:.7em;flex-shrink:0}@media(hover:hover){.athos-category-carousels__clear:hover{color:rgb(var(--color-foreground));background-color:rgb(var(--color-foreground) / .06);border-color:rgb(var(--color-foreground) / .35)}}@keyframes athos-clear-in{0%{opacity:0;transform:translateY(-.25rem)}}.athos-category-carousels__select:focus-visible,.athos-category-carousels__clear:focus-visible,.athos-category-row__button:focus-visible,.athos-category-row__viewport:focus-visible,.athos-category-row__message button:focus-visible,.athos-category-card a:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.athos-category-carousels__rows{display:grid;gap:2rem}.athos-category-row{min-width:0;padding-block-end:2rem;border-block-end:1px solid rgb(var(--color-border-light));content-visibility:auto;contain-intrinsic-size:auto 30rem}.athos-category-row__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-block-end:1rem}.athos-category-row__heading-group{display:grid;gap:.25rem}.athos-category-row__title{display:inline-flex;align-items:center;width:fit-content;margin:0;color:var(--athos-row-heading-color);font-family:var(--athos-row-heading-font-family);font-size:1.125rem;font-style:var(--athos-row-heading-font-style);font-weight:var(--athos-row-heading-font-weight);letter-spacing:var(--athos-row-heading-letter-spacing);line-height:var(--athos-row-heading-line-height);text-transform:var(--athos-row-heading-text-transform);text-decoration:none}.athos-category-row__title .icon{width:1rem;height:1rem;margin-inline-start:.375rem;transition:transform .18s ease}.athos-category-row__title:hover{text-decoration:underline;text-underline-offset:.2em}.athos-category-row__title:hover .icon{transform:translate(.2rem)}.athos-category-row__description,.athos-category-row__count{margin:0;color:rgb(var(--color-foreground) / .65);font-size:.8125rem;line-height:1.4}.athos-category-row__count{flex:0 0 auto}.athos-category-row__body{position:relative;min-width:0}.athos-category-row__viewport{width:calc(100% - 6.5rem);margin-inline:auto;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none}.athos-category-row__viewport::-webkit-scrollbar{display:none}.athos-category-row__track{--athos-card-gap: .75rem;display:grid;grid-auto-columns:calc((100% - (var(--athos-card-gap) * 3)) / 4);grid-auto-flow:column;gap:var(--athos-card-gap);min-width:100%;margin:0;padding:0;list-style:none}.athos-category-card{min-width:0;scroll-snap-align:start}.athos-category-row__button{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:2.75rem;height:3.5rem;padding:0;color:rgb(var(--color-foreground));background:rgb(var(--color-background) / .96);border:1px solid rgb(var(--color-border));border-radius:999px;box-shadow:0 .25rem 1rem rgb(var(--color-foreground) / .08);cursor:pointer;transform:translateY(-50%)}.athos-category-row__button .icon{width:1.25rem;height:1.25rem}.athos-category-row__button--previous{inset-inline-start:0}.athos-category-row__button--next{inset-inline-end:0}.athos-category-row__button:disabled{opacity:.3;cursor:default}.athos-category-row__message{padding:1.5rem;color:rgb(var(--color-foreground) / .7);text-align:center}.athos-category-row__message button{margin-inline-start:.5rem;padding:0;color:inherit;background:none;border:0;cursor:pointer;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:.2em}.athos-category-carousels__empty{margin:0;padding:2rem;color:rgb(var(--color-foreground) / .7);background:rgb(var(--color-foreground) / .025);border:1px solid rgb(var(--color-border-light));border-radius:1rem;text-align:center}.athos-category-card--skeleton{min-height:21rem;padding:.875rem;overflow:hidden;background:rgb(var(--color-foreground) / .025);border:1px solid rgb(var(--color-border-light));border-radius:var(--card-radius);pointer-events:none}.athos-category-card--skeleton>*{display:block;background-image:linear-gradient(100deg,rgb(var(--color-foreground) / .045) 40%,rgb(var(--color-foreground) / .115) 63%,rgb(var(--color-foreground) / .045) 79%);background-position:100% 0;background-size:400% 100%;animation:athos-category-skeleton 1.4s ease infinite}.athos-category-card--skeleton .athos-category-card__media{display:block;width:100%;aspect-ratio:1 / 1;background-color:transparent}.athos-category-card__line{width:85%;height:.8rem;margin-block-start:.6rem;border-radius:999px}.athos-category-card__line--short{width:55%}.athos-category-carousels__noscript{padding:1rem;border:1px solid rgb(var(--color-border));border-radius:.75rem}.athos-category-carousels__seeking[hidden]{display:none}.athos-category-carousels__seeking{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:rgb(var(--color-foreground) / .65);font-size:.9375rem}.athos-category-carousels__seeking-spinner{width:1.25rem;height:1.25rem;border:2px solid rgb(var(--color-foreground) / .15);border-block-start-color:rgb(var(--color-foreground) / .75);border-radius:50%;animation:athos-seek-spin .8s linear infinite}@keyframes athos-seek-spin{to{transform:rotate(1turn)}}.athos-category-row--reveal{animation:athos-row-reveal .32s ease}@keyframes athos-row-reveal{0%{opacity:0;transform:translateY(.5rem)}}@media(prefers-reduced-motion:reduce){.athos-category-carousels__seeking-spinner,.athos-category-row--reveal,.athos-category-carousels__clear{animation:none}}@keyframes athos-category-skeleton{to{background-position:0 0}}@media screen and (max-width:989px){.athos-category-carousels__toolbar{flex-direction:column}.athos-category-carousels__filters,.athos-category-carousels__toolbar-actions{width:100%}.athos-category-carousels__toolbar-actions{justify-content:space-between}.athos-category-row__track{grid-auto-columns:calc((100% - var(--athos-card-gap)) / 2.25)}}@media screen and (max-width:749px){.athos-category-carousels__toolbar{margin-block-end:1.5rem}.athos-category-carousels__field{flex-basis:calc(50% - .25rem);max-width:none}.athos-category-carousels__field--sort{flex-grow:1;flex-basis:100%;max-width:none}.athos-category-carousels__rows{gap:1.5rem}.athos-category-row{padding-block-end:1.5rem}.athos-category-row__header{align-items:flex-start;flex-direction:column;gap:.25rem}.athos-category-row__viewport{width:100%}.athos-category-row__track{grid-auto-columns:82%}.athos-category-row__button{display:none}.athos-category-card--skeleton{min-height:20rem}}@media(prefers-reduced-motion:reduce){.athos-category-row__viewport{scroll-behavior:auto}.athos-category-row__title .icon{transition:none}.athos-category-card--skeleton>*{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/300/assets/athos-category-carousels.css.map */
