.featured-collections-tabs{--fct-tab-active-bg:#003327;--fct-tab-active-color:#fff;--fct-tab-bg:#fff;--fct-tab-color:#003327;--fct-tab-border:#d8dfdc;--fct-tab-radius:100px;--fct-tabs-gap:8px;--fct-content-gap:32px;contain:layout style}
.featured-collections-tabs.featured-collections-tabs--has-palette{background-color:var(--section-bg)!important;color:var(--section-text,inherit)}
.featured-collections-tabs.featured-collections-tabs--has-palette[style*="--section-bg-gradient"]{background-image:var(--section-bg-gradient)!important}
.featured-collections-tabs.featured-collections-tabs--has-palette .section-title{color:var(--section-heading,var(--section-text,inherit))}
.featured-collections-tabs.featured-collections-tabs--has-palette .section-description,.featured-collections-tabs.featured-collections-tabs--has-palette .section-description p,.featured-collections-tabs.featured-collections-tabs--has-palette .section-description li{color:var(--section-text,inherit)}
.featured-collections-tabs.featured-collections-tabs--has-palette .section-description.subdued-text{opacity:1}
.featured-collections-tabs.featured-collections-tabs--has-palette .featured-collections-tabs__empty{color:var(--section-text,inherit);border-color:var(--section-border,var(--fct-tab-border))}
.featured-collections-tabs .section-header-wrapper{margin-bottom:24px}
.featured-collections-tabs__container{display:block}
.featured-collections-tabs__nav{display:flex;flex-wrap:wrap;gap:var(--fct-tabs-gap);margin:0 0 var(--fct-content-gap)}
.featured-collections-tabs__nav--align-left{justify-content:flex-start}
.featured-collections-tabs__nav--align-center{justify-content:center}
.featured-collections-tabs__nav--align-right{justify-content:flex-end}
.featured-collections-tabs__tab{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;min-height:40px;font-family:inherit;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.01em;color:var(--fct-tab-color);background-color:var(--fct-tab-bg);border:1px solid var(--fct-tab-border);border-radius:var(--fct-tab-radius);cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap;-webkit-tap-highlight-color:transparent}
.featured-collections-tabs__tab:hover{border-color:var(--fct-tab-active-bg)}
.featured-collections-tabs__tab:focus-visible{outline:2px solid var(--fct-tab-active-bg);outline-offset:2px}
.featured-collections-tabs__tab.is-active{background-color:var(--fct-tab-active-bg);color:var(--fct-tab-active-color);border-color:var(--fct-tab-active-bg)}
.featured-collections-tabs__panels{position:relative}
.featured-collections-tabs__panel{display:none}
.featured-collections-tabs__panel.is-active{display:block;animation:fct-fade-in .25s ease-out}
.featured-collections-tabs__empty{padding:40px 16px;text-align:center;color:var(--text-color,#53655e);border:1px dashed var(--fct-tab-border);border-radius:12px}
.featured-collections-tabs .grid-uniform.product-grid--wrapper{justify-content:center}
@keyframes fct-fade-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media (max-width:767px){.featured-collections-tabs .section-header-wrapper{margin-bottom:18px}
.featured-collections-tabs__nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;justify-content:flex-start}
.featured-collections-tabs__nav::-webkit-scrollbar{display:none}
.featured-collections-tabs__tab{flex:0 0 auto;padding:10px 18px;font-size:13px}}
@media (prefers-reduced-motion:reduce){.featured-collections-tabs__panel.is-active{animation:none}
.featured-collections-tabs__tab{transition:none}}
