.ae-category-cards{--ae-cc-pt: var(--ae-cc-pt-mobile, 40px);--ae-cc-pb: var(--ae-cc-pb-mobile, 40px);--ae-cc-bg: var(--ae-cc-section-bg, #fffcf7);--ae-cc-text: var(--ae-cc-text-color, #004539);--ae-cc-card-radius: var(--ae-cc-card-radius-mobile, 16px);--ae-cc-arrow-bg: var(--ae-cc-arrow-bg-color, #fffcf7);--ae-cc-arrow-icon: var(--ae-cc-arrow-icon-color, #004539);--ae-cc-arrow-bg-hover: var(--ae-cc-arrow-bg-hover-color, #004539);--ae-cc-arrow-icon-hover: var(--ae-cc-arrow-icon-hover-color, #fffcf7);padding-top:var(--ae-cc-pt);padding-bottom:var(--ae-cc-pb);background:var(--ae-cc-bg);color:var(--ae-cc-text)}.ae-category-cards__inner{width:100%}.ae-category-cards__header{margin-bottom:28px}.ae-category-cards__heading{margin:0;color:var(--ae-cc-text);font-family:var(--heading-font);font-weight:600;font-size:clamp(2.25rem,1.5rem + 1.818vw,3rem);line-height:1.1;letter-spacing:-.3px;text-wrap:balance}.ae-category-cards__description{margin:8px 0 0;color:var(--ae-cc-text);font-family:var(--body-font);font-weight:400;font-size:clamp(1.125rem,1rem + .3vw,1.375rem);line-height:1.35}.ae-category-cards__grid{display:grid;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;grid-auto-columns:calc((100% - 16px)/2);gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.ae-category-cards__grid::-webkit-scrollbar{display:none}.ae-category-cards__card:nth-child(4n+1){scroll-snap-align:start}.ae-category-cards__card{position:relative;display:block;overflow:hidden;border-radius:var(--ae-cc-card-radius);background:var(--ae-card-bg, var(--color-tier-2-stone, #f6efdf));aspect-ratio:167 / 198;text-decoration:none;color:var(--ae-cc-text);transition:transform var(--duration-default, .25s) var(--ease-default, cubic-bezier(.4, 0, .2, 1))}@media(hover:hover){.ae-category-cards--enable-hover .ae-category-cards__card:hover,.ae-category-cards--enable-hover .ae-category-cards__card:focus-visible{transform:scale(1.02)}}.ae-category-cards__card-title{position:absolute;top:16px;left:10px;z-index:2;margin:0;max-width:calc(100% - 56px);font-family:Recoleta Alt,Georgia,Times New Roman,serif!important;font-weight:600;font-size:1.125rem;line-height:1;letter-spacing:-.1px;color:var(--ae-cc-text)}.ae-category-cards__card-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.ae-category-cards__card-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:30%;color:color-mix(in srgb,var(--ae-cc-text) 60%,transparent);font-size:14px;text-align:center}.ae-category-cards__card-arrow{position:absolute;bottom:10px;right:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--ae-cc-arrow-bg);color:var(--ae-cc-arrow-icon);transition:background var(--duration-fast, .15s) var(--ease-default, cubic-bezier(.4, 0, .2, 1)),color var(--duration-fast, .15s) var(--ease-default, cubic-bezier(.4, 0, .2, 1))}.ae-category-cards__card-arrow svg{width:14px;height:14px}@media(hover:hover){.ae-category-cards__card:hover .ae-category-cards__card-arrow,.ae-category-cards__card:focus-visible .ae-category-cards__card-arrow{background:var(--ae-cc-arrow-bg-hover);color:var(--ae-cc-arrow-icon-hover)}}.ae-category-cards__controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;width:100%}.ae-category-cards__nav-arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;padding:0;border:0;border-radius:50%;background:var(--ae-cc-arrow-bg-hover, #004539);color:var(--ae-cc-arrow-icon-hover, #fffcf7);cursor:pointer;transition:opacity .18s ease}.ae-category-cards__nav-arrow:disabled{opacity:.3;cursor:not-allowed}.ae-category-cards__nav-arrow svg{display:block}.ae-category-cards__nav-progress{position:relative;flex:1 1 auto;max-width:320px;height:6px;background:color-mix(in srgb,var(--ae-cc-text, #004539) 14%,transparent);border-radius:999px;overflow:hidden}.ae-category-cards__nav-progress-bar{display:block;width:10%;height:100%;background:var(--ae-cc-arrow-bg-hover, #004539);border-radius:999px;transition:width .35s var(--ease-default, ease)}.ae-category-cards__footer{display:flex;flex-direction:column;align-items:center;margin-top:24px;gap:16px}.ae-category-cards__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:349px;padding:14px 24px;border:0;border-radius:0 0 40px;background:var(--ae-cc-cta-bg, var(--color-cta-bg, #004539));color:var(--ae-cc-cta-text, var(--color-cta-text, #fffcf7));font-family:var(--body-font);font-weight:400;font-size:.9375rem;line-height:1.1;text-decoration:none;cursor:pointer;transition:background var(--duration-fast, .15s) var(--ease-default, cubic-bezier(.4, 0, .2, 1)),color var(--duration-fast, .15s) var(--ease-default, cubic-bezier(.4, 0, .2, 1))}.ae-category-cards__cta:hover,.ae-category-cards__cta:focus-visible{background:var(--color-cta-bg-hover, #00372e);color:var(--color-cta-text-hover, #fffcf7);outline:none}.ae-category-cards__note{display:flex;align-items:center;gap:6px}.ae-category-cards__note-icon{display:inline-flex;flex-shrink:0;width:16px;height:16px;color:var(--ae-cc-text)}.ae-category-cards__note-icon svg{width:100%;height:100%}.ae-category-cards__note-text{font-family:var(--body-font);font-weight:400;font-size:.875rem;line-height:1;color:var(--ae-cc-text)}.ae-category-cards__empty{margin:28px 0 0;color:color-mix(in srgb,var(--ae-cc-text) 65%,transparent);font-size:var(--body-md);text-align:center}@media(min-width:768px){.ae-category-cards__header{margin-bottom:32px;text-align:center}.ae-category-cards__description{margin-left:auto;margin-right:auto}.ae-category-cards__header:not(.ae-category-cards__header--center-tablet){text-align:left}.ae-category-cards__header:not(.ae-category-cards__header--center-tablet) .ae-category-cards__description{margin-left:0;margin-right:0}.ae-category-cards__grid{grid-template-rows:auto;grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;scroll-snap-type:none;gap:20px}.ae-category-cards__card:nth-child(4n+1){scroll-snap-align:none}.ae-category-cards__controls{display:none}.ae-category-cards__card{aspect-ratio:1 / .72}.ae-category-cards__card-title{top:18px;left:14px;font-size:1.25rem}.ae-category-cards__footer{margin-top:32px}}@media(min-width:990px){.ae-category-cards{--ae-cc-pt: var(--ae-cc-pt-desktop, 64px);--ae-cc-pb: var(--ae-cc-pb-desktop, 64px);--ae-cc-card-radius: var(--ae-cc-card-radius-desktop, 12px)}.ae-category-cards__header{margin-bottom:40px}.ae-category-cards__heading{line-height:1}.ae-category-cards__description{margin:12px auto 0;max-width:384px;font-size:22px;line-height:1.4}.ae-category-cards__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.ae-category-cards__card{aspect-ratio:282 / 215}.ae-category-cards__card-title{top:21px;left:17px;font-size:1.5rem;letter-spacing:-.2px}.ae-category-cards__card-arrow{bottom:17px;left:17px;right:auto;width:28px;height:28px}.ae-category-cards__footer{margin-top:40px}.ae-category-cards__cta{font-size:1.125rem}.ae-category-cards__note-text{font-size:1rem}}@media(prefers-reduced-motion:reduce){.ae-category-cards__card,.ae-category-cards__card-arrow,.ae-category-cards__cta{transition:none}.ae-category-cards--enable-hover .ae-category-cards__card:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/102/assets/ae-category-cards.css.map */
