.kik-product-showcase{color:rgb(var(--color-foreground))}.kik-product-showcase__heading{max-width:720px;margin:0 0 32px;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:50px;font-weight:var(--font-heading-weight);letter-spacing:-.04em;line-height:1.02}.kik-product-showcase__tabs-wrap{position:relative;margin-bottom:30px}.kik-product-showcase__tabs-wrap:after{position:absolute;inset-block:0;inset-inline-end:0;width:48px;background:linear-gradient(to right,transparent,rgb(var(--color-background)));content:"";pointer-events:none}.kik-product-showcase__tabs{display:flex;gap:12px;overflow-x:auto;padding:0 36px 4px 0;scrollbar-width:none;scroll-snap-type:x proximity}.kik-product-showcase__tabs::-webkit-scrollbar{display:none}.kik-product-showcase__tab{position:relative;isolation:isolate;flex:0 0 auto;min-height:44px;overflow:hidden;border:1px solid transparent;border-radius:999px!important;padding:10px 24px;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));font:inherit;font-size:14px;font-weight:500;line-height:1.2;cursor:pointer;scroll-snap-align:start;transition:border-color .5s cubic-bezier(.25,.74,.22,.99),color .5s cubic-bezier(.25,.74,.22,.99)}.kik-product-showcase__tab:hover{border-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.kik-product-showcase__tab.is-active{border-color:rgb(var(--color-button));background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.kik-product-showcase__buy:hover{border-color:rgb(var(--color-secondary-button));color:rgb(var(--color-secondary-button-text))}.kik-product-showcase__tab>span,.kik-product-showcase__buy>span,.kik-product-showcase__view-more>span{position:relative;z-index:1;transition:transform .5s cubic-bezier(.25,.74,.22,.99)}.kik-product-showcase__tab:before,.kik-product-showcase__buy:before,.kik-product-showcase__view-more:before{position:absolute;z-index:0;top:100%;left:50%;width:102%;height:0;border-radius:50% 50% 0 0;padding-top:102%;background:rgb(var(--color-button));content:"";transform:translate(-50%);transition:top .5s cubic-bezier(.25,.74,.22,.99) 50ms,height .5s cubic-bezier(.25,.74,.22,.99) 50ms,padding-top .5s cubic-bezier(.25,.74,.22,.99) 50ms,border-radius .5s cubic-bezier(.25,.74,.22,.99) .22s}.kik-product-showcase__tab.is-active:before,.kik-product-showcase__buy:before{background:rgb(var(--color-secondary-button))}.kik-product-showcase__tab:not(.is-active):hover:before,.kik-product-showcase__buy:hover:before,.kik-product-showcase__view-more:hover:before{top:0;height:102%;border-radius:0;padding-top:0}.kik-product-showcase__tab:not(.is-active):hover>span,.kik-product-showcase__buy:hover>span,.kik-product-showcase__view-more:hover>span{transform:translateY(-1px)}.kik-product-showcase__tab:focus-visible,.kik-product-showcase__learn:focus-visible,.kik-product-showcase__buy:focus-visible,.kik-product-showcase__view-more:focus-visible,.kik-product-showcase__title a:focus-visible,.kik-product-showcase__media:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:3px}.kik-product-showcase__panel[hidden],.kik-product-showcase__card[hidden]{display:none}.kik-product-showcase__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.kik-product-showcase__card{display:grid;grid-template-rows:auto minmax(200px,1fr) auto;min-width:0;min-height:400px;overflow:hidden;border-radius:var(--showcase-card-radius, 20px);background:var(--showcase-card-background, #f7f7f7)}.kik-product-showcase__card-head{min-height:126px;padding:40px 28px 8px;text-align:center;position:relative}.kik-product-showcase__badge{display:block;margin-bottom:8px;color:rgb(var(--color-button));font-size:16px;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase;position:absolute;transform:translate(-50%);left:50%;top:20px}.kik-product-showcase__title{margin:0;font-family:var(--font-heading-family);font-size:24px;font-weight:var(--font-heading-weight);line-height:1.12}.kik-product-showcase__title a{color:inherit;text-decoration:none}.kik-product-showcase__subtitle{margin:6px 0 0;color:rgba(var(--color-foreground),.62);font-size:16px;line-height:1.35}.kik-product-showcase__media{display:flex;min-height:0;align-items:center;justify-content:center;padding:8px 28px 20px;overflow:hidden;max-height:240px}.kik-product-showcase__image,.kik-product-showcase__placeholder{width:100%;object-fit:contain;transition:transform .3s ease}.kik-product-showcase__card:hover .kik-product-showcase__image{transform:scale(1.04)}.kik-product-showcase__placeholder{opacity:.25}.kik-product-showcase__actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 28px 28px}.kik-product-showcase__actions--buy-only{justify-content:flex-end}.kik-product-showcase__learn,.kik-product-showcase__buy{font-size:14px;font-weight:600;line-height:1.2;text-decoration:none}.kik-product-showcase__learn{position:relative;color:rgb(var(--color-foreground))}.kik-product-showcase__learn:after{position:absolute;inset-inline:0;inset-block-end:-4px;height:2px;background:rgb(var(--color-button));content:"";transform:scaleX(0);transform-origin:right;transition:transform .2s ease}.kik-product-showcase__learn:hover:after{transform:scaleX(1);transform-origin:left}.kik-product-showcase__buy{position:relative;isolation:isolate;display:inline-flex;min-height:44px;overflow:hidden;align-items:center;justify-content:center;border:1px solid rgb(var(--color-button));border-radius:12px;padding:10px 22px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));transition:border-color .5s cubic-bezier(.25,.74,.22,.99),color .5s cubic-bezier(.25,.74,.22,.99)}.kik-product-showcase__buy.is-disabled{opacity:.45;pointer-events:none}.kik-product-showcase__more{display:flex;justify-content:center;margin-top:32px}.kik-product-showcase__more[hidden]{display:none}.kik-product-showcase__view-more{position:relative;isolation:isolate;display:inline-flex;min-width:150px;min-height:46px;overflow:hidden;align-items:center;justify-content:center;border:1px solid #000000;border-radius:12px;padding:10px 28px;background:transparent;color:rgb(var(--color-foreground));font:inherit;font-size:14px;font-weight:600;line-height:1.2;cursor:pointer;transition:all .3s ease}.kik-product-showcase__view-more:hover{color:rgb(var(--color-button-text));border:1px solid rgb(250,200,50)}@media(max-width:1100px){.kik-product-showcase__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.kik-product-showcase__heading{margin-bottom:24px;font-size:clamp(32px,10vw,46px)}.kik-product-showcase__tabs-wrap{margin-inline-end:calc(var(--xo-container-gap, 20px) * -1);margin-bottom:20px}.kik-product-showcase__tabs{gap:8px;padding-inline-end:44px}.kik-product-showcase__tab{min-height:40px;padding:9px 18px;font-size:13px}.kik-product-showcase--mobile-slider .kik-product-showcase__cards{display:flex;gap:14px;margin-inline-end:calc(var(--xo-container-gap, 20px) * -1);overflow-x:auto;padding-inline-end:var(--xo-container-gap, 20px);padding-bottom:6px;scrollbar-width:none;scroll-snap-type:x mandatory}.kik-product-showcase--mobile-slider .kik-product-showcase__cards::-webkit-scrollbar{display:none}.kik-product-showcase--mobile-slider .kik-product-showcase__card{flex:0 0 min(84vw,360px);min-height:470px;scroll-snap-align:start}.kik-product-showcase--mobile-stack .kik-product-showcase__cards{grid-template-columns:minmax(0,1fr);gap:16px}.kik-product-showcase--mobile-stack .kik-product-showcase__card{min-height:360px;grid-template-rows:auto minmax(180px,1fr) auto}.kik-product-showcase__card-head{min-height:112px;padding:40px 20px 6px}.kik-product-showcase__title{font-size:23px}.kik-product-showcase__subtitle{font-size:14px}.kik-product-showcase__media{padding:6px 20px 14px;max-height:180px}.kik-product-showcase__actions{padding:16px 20px 22px}}@media(prefers-reduced-motion:reduce){.kik-product-showcase__tab,.kik-product-showcase__image,.kik-product-showcase__learn:after,.kik-product-showcase__buy,.kik-product-showcase__view-more,.kik-product-showcase__tab:before,.kik-product-showcase__buy:before,.kik-product-showcase__view-more:before{transition:none}}@media(min-width:480px)and (max-width:767px){.kik-product-showcase__image,.kik-product-showcase__placeholder{width:60%;object-fit:contain;transition:transform .3s ease}}
/*# sourceMappingURL=/cdn/shop/t/121/assets/section-kik-product-showcase.css.map */
