.ic-fc{--ic-fc-accent: #1a2340;--ic-fc-cols: 4;--ic-fc-cols-m: 1;--ic-fc-gap: 10px;--ic-fc-card-radius: 8px;--ic-fc-border: #e5e7eb;--ic-fc-text: #1a2340;--ic-fc-vendor: #9ca3af;--ic-fc-bg: #ffffff;--ic-fc-pad-top: 48px;--ic-fc-pad-bottom: 48px;--ic-fc-pad-top-m: 32px;--ic-fc-pad-bottom-m: 32px;background:var(--ic-fc-bg);padding-top:var(--ic-fc-pad-top);padding-bottom:var(--ic-fc-pad-bottom);padding-left:24px;padding-right:24px;font-family:inherit;box-sizing:border-box}.ic-fc__seo-nav{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ic-fc__seo-link{display:inline;color:inherit}.ic-fc__heading{text-align:center;font-size:clamp(20px,2.5vw,28px);font-weight:800;color:var(--ic-fc-text);margin:0 0 24px;letter-spacing:-.02em}.ic-fc__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px}.ic-fc__tab{cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;line-height:1;white-space:nowrap;transition:background .18s,color .18s,border-color .18s,box-shadow .18s;outline:none}.ic-fc__tab:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--ic-fc-accent) 30%,transparent)}.ic-fc__tab{background:#fff;color:var(--ic-fc-accent);border:1.5px solid #d1d5db;border-radius:999px;padding:7px 18px}.ic-fc__tab.is-active{border-color:var(--ic-fc-accent);box-shadow:0 0 0 1px var(--ic-fc-accent)}.ic-fc__tab:hover:not(.is-active){border-color:var(--ic-fc-accent)}.ic-fc[data-tab-style=underline] .ic-fc__tab{background:transparent;border:none;border-bottom:2px solid transparent;border-radius:0;padding:6px 14px;color:#6b7280;box-shadow:none}.ic-fc[data-tab-style=underline] .ic-fc__tab.is-active{border-bottom-color:var(--ic-fc-accent);color:var(--ic-fc-accent)}.ic-fc[data-tab-style=underline] .ic-fc__tab:hover:not(.is-active){color:var(--ic-fc-accent);border-bottom-color:color-mix(in srgb,var(--ic-fc-accent) 40%,transparent)}.ic-fc[data-tab-style=solid] .ic-fc__tab{background:#f3f4f6;border:none;border-radius:6px;padding:7px 18px;color:#4b5563;box-shadow:none}.ic-fc[data-tab-style=solid] .ic-fc__tab.is-active{background:var(--ic-fc-accent);color:#fff}.ic-fc[data-tab-style=solid] .ic-fc__tab:hover:not(.is-active){background:#e5e7eb;color:var(--ic-fc-accent)}.ic-fc__panel[hidden],.ic-fc__panel.ic-fc--panel-hidden{display:none!important}.ic-fc__panel.is-active{animation:ic-fc-fade .22s ease both}@keyframes ic-fc-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ic-fc__empty{color:#9ca3af;font-size:14px;padding:24px 0;text-align:center;grid-column:1 / -1}.ic-fc__grid{display:grid;grid-template-columns:repeat(var(--ic-fc-cols),1fr);gap:var(--ic-fc-gap)}.ic-fc-card.ic-fc-card--folded{display:none!important}@media(max-width:600px){.ic-fc-card[data-mobile-hidden=true]{display:none!important}}.ic-fc__more-wrap{display:flex;justify-content:center;margin-top:20px}.ic-fc__more-btn{cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;color:var(--ic-fc-accent);background:transparent;border:1.5px solid var(--ic-fc-accent);border-radius:999px;padding:9px 28px;transition:background .18s,color .18s;outline:none}.ic-fc__more-btn:hover{background:var(--ic-fc-accent);color:#fff}.ic-fc__more-btn:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--ic-fc-accent) 30%,transparent)}.ic-fc-card{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--ic-fc-border);border-radius:var(--ic-fc-card-radius);background:#fff;text-decoration:none;color:inherit;transition:border-color .18s,box-shadow .18s,transform .15s;box-sizing:border-box;min-height:72px}.ic-fc-card:hover{border-color:var(--ic-fc-accent);box-shadow:0 2px 12px #00000012;transform:translateY(-1px)}.ic-fc-card__img-wrap{flex:0 0 60px;width:60px;height:60px;border-radius:5px;overflow:hidden;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.ic-fc-card__img{width:100%;height:100%;object-fit:cover;display:block}.ic-fc-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ic-fc-card__svg{width:40px;height:40px;opacity:.3}.ic-fc-card__body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:2px}.ic-fc-card__vendor{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ic-fc-vendor);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ic-fc-card__title{font-size:13px;font-weight:700;color:var(--ic-fc-text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ic-fc-card__price-wrap{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:2px;margin-left:8px}.ic-fc-card__price{font-size:14px;font-weight:800;color:var(--ic-fc-text);white-space:nowrap}.ic-fc-card__price.is-sale{color:#dc2626}.ic-fc-card__compare{font-size:11px;font-weight:500;color:#9ca3af;text-decoration:line-through;white-space:nowrap}.ic-fc-card--tile{flex-direction:column;align-items:flex-start;padding:0;overflow:hidden;min-height:0}.ic-fc-card--tile .ic-fc-card__img-wrap{flex:0 0 auto;width:100%;height:180px;border-radius:0}.ic-fc-card--tile .ic-fc-card__body{padding:12px 14px 4px;width:100%;box-sizing:border-box}.ic-fc-card--tile .ic-fc-card__price-wrap{padding:0 14px 14px;margin-left:0;align-items:flex-start;width:100%;box-sizing:border-box}.ic-fc-card--minimal{gap:8px}.ic-fc-card--minimal .ic-fc-card__img-wrap{display:none}@media(max-width:900px){.ic-fc__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ic-fc{padding-top:var(--ic-fc-pad-top-m);padding-bottom:var(--ic-fc-pad-bottom-m);padding-left:16px;padding-right:16px}.ic-fc__grid{grid-template-columns:repeat(var(--ic-fc-cols-m),1fr)}.ic-fc__tab{font-size:12px;padding:6px 14px}.ic-fc-card--tile .ic-fc-card__img-wrap{height:140px}}.ic-fc[data-cols-desktop="2"] .ic-fc__grid{grid-template-columns:repeat(2,1fr)}.ic-fc[data-cols-desktop="3"] .ic-fc__grid{grid-template-columns:repeat(3,1fr)}.ic-fc[data-cols-desktop="4"] .ic-fc__grid{grid-template-columns:repeat(4,1fr)}.ic-fc[data-cols-desktop="5"] .ic-fc__grid{grid-template-columns:repeat(5,1fr)}@media(max-width:900px){.ic-fc[data-cols-desktop="2"] .ic-fc__grid,.ic-fc[data-cols-desktop="3"] .ic-fc__grid,.ic-fc[data-cols-desktop="4"] .ic-fc__grid,.ic-fc[data-cols-desktop="5"] .ic-fc__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ic-fc[data-cols-mobile="1"] .ic-fc__grid{grid-template-columns:1fr}.ic-fc[data-cols-mobile="2"] .ic-fc__grid{grid-template-columns:repeat(2,1fr)}.ic-fc[data-cols-mobile="3"] .ic-fc__grid{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/ic-featured-collection.css.map */
