.ez-blog-carousel-section{display:block;padding-block:48px}.ez-bc__head{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap;margin-bottom:24px}.ez-bc__heading{margin:0;color:var(--ez-color-heading, #2c2c2c);font-size:clamp(28px,3vw,40px);font-weight:500;line-height:1.2}.ez-bc__explore{margin-left:auto;display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--ez-color-primary, #1f60fc);text-decoration:none;white-space:nowrap}.ez-bc__explore:hover{text-decoration:underline}.ez-bc__explore .ez-icon{width:14px;height:14px}.ez-bc__tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.ez-bc__tab{padding:10px 22px;border:0;border-radius:var(--ez-radius-pill, 100px);background:var(--ez-color-bg-soft, #f7f7f7);color:var(--ez-color-text, #444);font:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.ez-bc__tab:hover{color:var(--ez-color-primary, #1f60fc)}.ez-bc__tab.is-active{background:var(--ez-color-primary, #1f60fc);color:#fff}.ez-bc__panel{display:none}.ez-bc__panel.is-active{display:block}.ez-bc__viewport{overflow:hidden;touch-action:pan-y}.ez-bc__carousel[data-draggable] .ez-bc__viewport{cursor:grab}.ez-bc__carousel[data-draggable] .ez-bc__viewport:active{cursor:grabbing}.ez-bc__track{display:flex;margin:0;padding:0;list-style:none;transition:transform .45s ease}.ez-bc__cell{flex:0 0 100%;max-width:100%;box-sizing:border-box;padding-inline:8px}.ez-bc__card{position:relative;display:block;height:var(--ez-bc-card-h, 440px);border-radius:14px;overflow:hidden;background:#fff;border:1px solid var(--ez-color-border, #ededed);text-decoration:none;color:inherit}.ez-bc__media{position:absolute;top:0;left:0;right:0;height:40%;overflow:hidden;background:var(--ez-color-bg-soft-2, #f2f2f2)}.ez-bc__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.22,1,.36,1)}.ez-bc__card:hover .ez-bc__img{transform:scale(1.05)}.ez-bc__body{position:absolute;left:0;right:0;bottom:0;top:40%;display:flex;flex-direction:column;padding:18px 20px;background:var(--ez-color-bg-soft, #f7f7f7);transition:top .5s cubic-bezier(.22,1,.36,1)}.ez-bc__card:hover .ez-bc__body,.ez-bc__card:focus-visible .ez-bc__body{top:0}.ez-bc__meta{display:flex;align-items:center;gap:8px;font-size:12px;line-height:1;color:var(--ez-color-text-secondary, #666)}.ez-bc__cat{font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--ez-color-text, #333)}.ez-bc__sep{color:var(--ez-color-border-2, #d6d6d6)}.ez-bc__divider{display:block;height:1px;margin:12px 0;background:var(--ez-color-border, #ededed)}.ez-bc__title{margin:0;color:var(--ez-color-heading, #2c2c2c);font-size:19px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ez-bc__excerpt{margin:12px 0 0;color:var(--ez-color-text-secondary, #666);font-size:14px;line-height:1.5;opacity:0;max-height:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;transition:opacity .35s ease,max-height .5s ease}.ez-bc__card:hover .ez-bc__excerpt,.ez-bc__card:focus-visible .ez-bc__excerpt{opacity:1;max-height:140px}.ez-bc__foot{margin-top:auto;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:14px}.ez-bc__rt{font-size:13px;font-weight:500;color:var(--ez-color-text-muted, #999);transition:color .3s ease}.ez-bc__arrow{display:inline-flex;align-items:center;justify-content:center;color:var(--ez-color-text-muted, #999);transition:color .3s ease,transform .3s ease}.ez-bc__arrow svg{width:16px;height:16px}.ez-bc__card:hover .ez-bc__rt,.ez-bc__card:focus-visible .ez-bc__rt,.ez-bc__card:hover .ez-bc__arrow,.ez-bc__card:focus-visible .ez-bc__arrow{color:var(--ez-color-primary, #1f60fc)}.ez-bc__card:hover .ez-bc__arrow,.ez-bc__card:focus-visible .ez-bc__arrow{transform:translate(2px,-2px)}.ez-bc__card--showcase{position:relative;display:block;height:var(--ez-bc-showcase-h, 360px);border-radius:14px;overflow:hidden;text-decoration:none;color:inherit}.ez-bc__card--showcase .ez-bc__media{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.ez-bc__card--showcase:hover .ez-bc__img{transform:scale(1.05)}.ez-bc__img--placeholder{object-fit:contain;background:var(--ez-color-bg-soft-2, #f2f2f2)}.ez-bc__bar{position:absolute;left:14px;right:14px;bottom:14px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-radius:14px;color:var(--ez-color-heading, #2c2c2c)}.ez-bc__bar-title{margin:0;font-size:clamp(17px,1.6vw,21px);font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.12)}.ez-bc__bar-arrow{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;overflow:hidden;color:var(--ez-color-heading, #2c2c2c)}.ez-bc__bar-arrow .ez-icon{width:20px;height:20px;will-change:transform,opacity}.ez-bc__card--showcase:hover .ez-bc__bar-arrow .ez-icon{animation:ez-bc-fly .6s ease}@keyframes ez-bc-fly{0%{transform:translate(0);opacity:1}40%{transform:translate(150%,-150%);opacity:0}41%{transform:translate(-150%,150%);opacity:0}to{transform:translate(0);opacity:1}}.ez-bc__controls{display:flex;align-items:center;gap:16px;margin-top:24px}.ez-bc__carousel.ez-carousel-fits .ez-bc__controls{display:none}.ez-bc__progress{flex:0 0 75%;max-width:75%;height:4px;border-radius:4px;background:#1f60fc2e;overflow:hidden}.ez-bc__progress-fill{display:block;height:100%;width:100%;background:var(--ez-color-primary, #1f60fc);transition:width .45s ease}.ez-bc__nav{flex:1;display:flex;justify-content:flex-end;gap:12px}.ez-bc__navbtn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:50%;background:var(--ez-color-bg-soft, #f7f7f7);color:var(--ez-color-primary, #1f60fc);cursor:pointer;opacity:.4;transition:opacity .2s ease,background-color .2s ease}.ez-bc__navbtn.is-available{opacity:1}.ez-bc__navbtn:not(.is-available){pointer-events:none;color:var(--ez-color-text-muted, #999)}@media(max-width:640px){.ez-bc__controls{gap:12px}.ez-bc__progress{flex:1 1 auto;max-width:none;min-width:0}.ez-bc__nav{flex:0 0 auto}}@media(min-width:641px){.ez-bc__carousel--cards .ez-bc__cell{flex-basis:50%;max-width:50%}}@media(min-width:961px){.ez-bc__carousel--cards .ez-bc__cell{flex-basis:calc(100% / var(--ez-bc-per, 3));max-width:calc(100% / var(--ez-bc-per, 3))}.ez-bc__carousel--showcase .ez-bc__cell{flex-basis:50%;max-width:50%}}@media(prefers-reduced-motion:reduce){.ez-bc__track,.ez-bc__progress-fill,.ez-bc__body,.ez-bc__img,.ez-bc__excerpt{transition:none}.ez-bc__card:hover .ez-bc__img,.ez-bc__card--showcase:hover .ez-bc__img{transform:none}.ez-bc__card--showcase:hover .ez-bc__bar-arrow .ez-icon{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ez-blog-carousel.css.map */
