.kfo-combinations-wrapper{padding:2rem 1.5rem 4rem;max-width:var(--page-width, 1200px);margin:0 auto}@media (min-width: 750px){.kfo-combinations-wrapper{padding:2rem 2.5rem 4rem}}.kfo-combinations-header{text-align:center;margin-bottom:2rem}.kfo-combinations-title{font-size:1.75rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 .75rem;line-height:1.2}.kfo-combinations-description{font-size:1rem;color:rgb(var(--color-foreground) / .7);max-width:600px;margin:0 auto;line-height:1.6}.kfo-filter-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.kfo-filter-tab{font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;border:1px solid rgb(var(--color-border));background:transparent;color:rgb(var(--color-foreground));border-radius:var(--button-border-radius, 4px);cursor:pointer;transition:all .2s ease}.kfo-filter-tab:hover{border-color:rgb(var(--color-foreground))}.kfo-filter-tab.active{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.kfo-search-container{position:relative;max-width:320px;margin:0 auto 2rem}.kfo-search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;font-size:.875rem;border:1px solid rgb(var(--color-border));border-radius:var(--button-border-radius, 4px);background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:border-color .2s ease}.kfo-search-input:focus{outline:none;border-color:rgb(var(--color-foreground))}.kfo-search-input::placeholder{color:rgb(var(--color-foreground) / .5)}.kfo-search-icon{position:absolute;left:1.75rem;top:50%;transform:translateY(-50%);color:rgb(var(--color-foreground) / .5);pointer-events:none;width:18px;height:18px}.kfo-combinations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 750px){.kfo-combinations-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width: 990px){.kfo-combinations-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (min-width: 1200px){.kfo-combinations-grid{grid-template-columns:repeat(5,1fr)}}.kfo-grid-card{background:rgb(var(--color-background));border-radius:var(--card-corner-radius, 8px);overflow:hidden;transition:box-shadow .2s ease}.kfo-grid-card:hover{box-shadow:0 4px 20px #00000014}.kfo-grid-card.hidden{display:none}.kfo-grid-card.is-expanded{grid-column:1 / -1;display:grid;grid-template-columns:minmax(200px,280px) 1fr;grid-template-rows:auto auto;gap:0 1.5rem;padding:1rem;border:1px solid rgb(var(--color-border));box-shadow:0 4px 20px #0000000f}.kfo-grid-card.is-expanded .kfo-grid-card-image{grid-row:1 / 3;border-radius:var(--card-corner-radius, 6px);max-height:280px}.kfo-grid-card.is-expanded .kfo-grid-card-info{align-self:start;padding:0}.kfo-grid-card.is-expanded .kfo-grid-card-content{grid-column:2;max-height:none;border-top:none;padding-top:.75rem}@media (max-width: 749px){.kfo-grid-card.is-expanded{grid-template-columns:1fr;grid-template-rows:auto auto auto}.kfo-grid-card.is-expanded .kfo-grid-card-image{grid-row:auto;max-width:280px}.kfo-grid-card.is-expanded .kfo-grid-card-content{grid-column:1;border-top:1px solid rgb(var(--color-border))}}.kfo-grid-card-image{position:relative;aspect-ratio:1;overflow:hidden;cursor:pointer;background:rgb(var(--color-background-contrast, 245 245 245))}.kfo-grid-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.kfo-grid-card:hover .kfo-grid-card-image img{transform:scale(1.03)}.kfo-zoom-btn{position:absolute;top:.5rem;right:.5rem;width:36px;height:36px;background:rgb(var(--color-background));border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,transform .2s ease;box-shadow:0 2px 8px #0000001a;color:rgb(var(--color-foreground))}.kfo-grid-card:hover .kfo-zoom-btn{opacity:1}.kfo-zoom-btn:hover{transform:scale(1.1)}.kfo-grid-card-info{padding:.875rem}.kfo-grid-card-title{font-size:.9375rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 .375rem;line-height:1.3}.kfo-grid-card-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.625rem}.kfo-grid-card-badge{font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em;padding:.1875rem .5rem;background:rgb(var(--color-foreground) / .08);color:rgb(var(--color-foreground) / .7);border-radius:3px}.kfo-grid-card-count{font-size:.75rem;color:rgb(var(--color-foreground) / .5)}.kfo-grid-card-expand{display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.5rem;background:transparent;border:1px solid rgb(var(--color-border));border-radius:var(--button-border-radius, 4px);font-size:.8125rem;font-weight:500;color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease}.kfo-grid-card-expand:hover{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground) / .03)}.kfo-expand-icon{transition:transform .2s ease}.kfo-grid-card.is-expanded .kfo-expand-icon{transform:rotate(180deg)}.kfo-grid-card-content{max-height:0;overflow:hidden;transition:max-height .3s ease;border-top:0 solid rgb(var(--color-border))}.kfo-grid-card.is-expanded .kfo-grid-card-content{max-height:none;overflow:visible}.kfo-grid-card:not(.is-expanded) .kfo-grid-card-content{border-top-width:0}.kfo-expanded-header{padding:0 0 .5rem}.kfo-product-link{font-size:.8125rem;font-weight:500;color:rgb(var(--color-foreground) / .7);text-decoration:none;transition:color .2s ease}.kfo-product-link:hover{color:rgb(var(--color-foreground))}.kfo-matches-section{padding:.5rem 0 .75rem}.kfo-matches-title{font-size:.8125rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 .625rem}.kfo-matches-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 750px){.kfo-matches-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 990px){.kfo-matches-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1200px){.kfo-matches-grid{grid-template-columns:repeat(6,1fr)}}.kfo-match-item{display:flex;flex-direction:column}.kfo-match-image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--card-corner-radius, 6px);cursor:pointer;background:rgb(var(--color-background-contrast, 245 245 245))}.kfo-match-image-wrapper:hover{box-shadow:0 2px 8px #0000001a}.kfo-match-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.kfo-match-image-wrapper:hover .kfo-match-image{transform:scale(1.05)}.kfo-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;color:#fff}.kfo-match-image-wrapper:hover .kfo-image-overlay{opacity:1}.kfo-zoom-icon{margin-bottom:.25rem}.kfo-overlay-text{font-size:.75rem;font-weight:500}.kfo-match-info{padding:.375rem 0 0}.kfo-match-label{font-size:.625rem;color:rgb(var(--color-foreground) / .5);margin:0 0 .125rem;text-transform:uppercase;letter-spacing:.03em;font-weight:500}.kfo-match-name{font-size:.8125rem;font-weight:500;color:rgb(var(--color-foreground));margin:0 0 .25rem;line-height:1.2}.kfo-view-product-link{font-size:.75rem;color:rgb(var(--color-foreground) / .6);text-decoration:none;transition:color .2s ease}.kfo-view-product-link:hover{color:rgb(var(--color-foreground))}.kfo-add-to-cart-btn{font-size:.75rem;font-weight:500;padding:.375rem .625rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:var(--button-border-radius, 4px);cursor:pointer;transition:opacity .2s ease;display:inline-flex;align-items:center;gap:.25rem;margin-top:.375rem;width:100%;justify-content:center}.kfo-add-to-cart-btn:hover{opacity:.85}.kfo-add-to-cart-btn.adding{opacity:.6;cursor:wait}.kfo-add-to-cart-btn.added{background:#2e7d32}.kfo-contrasting-gallery{grid-column:1 / -1}.kfo-contrasting-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 750px){.kfo-contrasting-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width: 990px){.kfo-contrasting-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (min-width: 1200px){.kfo-contrasting-grid{grid-template-columns:repeat(5,1fr)}}.kfo-contrasting-item{display:flex;flex-direction:column}.kfo-contrasting-item.hidden{display:none}.kfo-contrasting-info{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:.5rem 0 0}.kfo-contrasting-variant{display:flex;flex-direction:column}.kfo-contrasting-variant .kfo-match-label{margin:0 0 .125rem}.kfo-contrasting-variant .kfo-match-name{margin:0 0 .25rem}.kfo-contrasting-variant .kfo-add-to-cart-btn{margin-top:auto}.kfo-empty-state{text-align:center;padding:3rem 1rem;grid-column:1 / -1}.kfo-empty-state p{font-size:1rem;color:rgb(var(--color-foreground) / .6);margin:0}.kfo-lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-background),.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:none;align-items:center;justify-content:center;animation:kfo-fade-in .2s ease}.kfo-lightbox-overlay.active{display:flex}@keyframes kfo-fade-in{0%{opacity:0}to{opacity:1}}.kfo-lightbox-close{position:fixed;top:1rem;right:1rem;width:48px;height:48px;background:rgb(var(--color-foreground));border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10002;transition:transform .2s ease;color:rgb(var(--color-background))}.kfo-lightbox-close:hover{transform:scale(1.1)}.kfo-lightbox-content{position:relative;max-width:90%;max-height:90vh;display:flex;align-items:center;justify-content:center}.kfo-lightbox-spinner{display:none;position:absolute;width:36px;height:36px;border:3px solid rgb(var(--color-foreground) / .15);border-top-color:rgb(var(--color-foreground) / .6);border-radius:50%;animation:kfo-spin .7s linear infinite}.kfo-lightbox-spinner.active{display:block}@keyframes kfo-spin{to{transform:rotate(360deg)}}.kfo-lightbox-image{max-width:100%;max-height:85vh;display:block;margin:0 auto;border-radius:var(--card-corner-radius, 8px);box-shadow:0 8px 32px #00000026;transition:opacity .15s ease}.kfo-lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);width:44px;height:44px;background:rgb(var(--color-foreground) / .8);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-background));transition:background .2s ease;z-index:10001}.kfo-lightbox-nav:hover{background:rgb(var(--color-foreground))}.kfo-lightbox-prev{left:1rem}.kfo-lightbox-next{right:1rem}.kfo-lightbox-nav:disabled{opacity:.3;cursor:not-allowed}@keyframes kfo-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.kfo-grid-card.kfo-fade-in{animation:kfo-card-fade .3s ease forwards}@keyframes kfo-card-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 749px){.kfo-combinations-wrapper{padding:1.5rem 0 3rem}.kfo-combinations-title{font-size:1.375rem}.kfo-filter-tabs{gap:.375rem}.kfo-filter-tab{padding:.5rem 1rem;font-size:.8125rem}.kfo-grid-card-info{padding:.75rem}.kfo-grid-card-title{font-size:.875rem}.kfo-matches-section{padding:.625rem .75rem}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/kfo-combinations.css.map */
