.modular-card-grid-section{--mcg-accent: #43c5e4;--mcg-accent-soft: rgba(67, 197, 228, .22);--mcg-accent-hover: rgba(67, 197, 228, .45);--mcg-dot-height: 4px}.modular-card-grid-section .mcg{box-sizing:border-box;width:100%;background-color:var(--mcg-bg, #ecf4fe);padding:var(--mcg-padding-y) var(--mcg-padding-x);display:flex;flex-direction:column;gap:clamp(20px,2.5vw,30px)}.modular-card-grid-section .mcg__intro{display:flex;flex-direction:column;align-items:center;gap:15px;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;box-sizing:border-box;color:var(--mcg-intro-color, #2b2727);text-align:center}.modular-card-grid-section .mcg__intro-subcopy{margin:0;width:100%;text-transform:uppercase;font-weight:700;font-size:18px;line-height:1.2;letter-spacing:0;color:inherit}.modular-card-grid-section .mcg__intro-header{margin:0;width:100%;text-transform:uppercase;font-weight:700;font-size:clamp(28px,3.4vw + 12px,60px);line-height:1.1;letter-spacing:0;color:inherit}@media only screen and (min-width:768px){.modular-card-grid-section .mcg__intro-subcopy{font-size:33px;line-height:1.2}}.modular-card-grid-section .mcg__grid{align-items:start;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}@media only screen and (max-width:767px){.modular-card-grid-section .mcg{overflow:hidden}.modular-card-grid-section .mcg:has(.mcg__grid--stack){overflow:visible}.modular-card-grid-section .mcg__grid--stack{display:flex;flex-direction:column;gap:16px}.modular-card-grid-section .mcg__grid--stack.mcg__grid--compact{gap:16px}.modular-card-grid-section .mcg__grid.slider .slick-slide{width:clamp(200px,calc((100vw - 2rem) / 1.14),360px)!important}.modular-card-grid-section .mcg__grid.slider .slick-slide>.mcg__cell{width:100%}.modular-card-grid-section .mcg__grid--no-scrollbar.slider .slick-dots{display:none!important}.modular-card-grid-section .mcg__grid.slider .slick-dots{--peek-progress-scale: 0;position:relative;z-index:2;isolation:isolate;display:flex;flex-wrap:nowrap;align-items:stretch;gap:0;width:100%!important;justify-content:left;max-width:90%;margin:16px 0 0 -1px;padding:0;list-style:none;cursor:pointer;touch-action:manipulation;overflow:hidden;border-radius:3px;background-color:var(--mcg-accent-soft)}.modular-card-grid-section .mcg__grid.slider .slick-dots:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;border-radius:inherit;pointer-events:none;background-color:var(--mcg-accent);transform:scaleX(var(--peek-progress-scale, 0));transform-origin:left center;transition:transform .42s cubic-bezier(.22,1,.36,1)}.modular-card-grid-section .mcg__grid.slider .slick-dots li{position:relative;z-index:1;flex:1 1 0;min-width:0;width:auto!important;height:var(--mcg-dot-height);margin:0!important;padding:0;cursor:pointer;touch-action:manipulation;background:transparent}.modular-card-grid-section .mcg__grid.slider .slick-dots li button{position:relative;width:100%;height:var(--mcg-dot-height);padding:0;border:none;cursor:pointer;touch-action:manipulation;background:transparent;outline:none;-webkit-tap-highlight-color:transparent}.modular-card-grid-section .mcg__grid.slider .slick-dots li button:focus-visible{z-index:2;outline:2px solid var(--mcg-accent);outline-offset:2px}.modular-card-grid-section .mcg__grid.slider .slick-dots li button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:var(--mcg-dot-height);line-height:var(--mcg-dot-height);border-radius:0;opacity:1;cursor:pointer;color:transparent;background-color:transparent;box-shadow:none}.modular-card-grid-section .mcg__grid.slider .slick-dots li.slick-dot--past button:before,.modular-card-grid-section .mcg__grid.slider .slick-dots li.slick-active.slick-dot--past button:before,.modular-card-grid-section .mcg__grid.slider .slick-dots li.slick-dot--past button:active:before,.modular-card-grid-section .mcg__grid.slider .slick-dots li.slick-active.slick-dot--past button:active:before{color:transparent;background-color:transparent}.modular-card-grid-section .mcg__grid.slider .slick-dots li:not(.slick-dot--past) button:hover:before,.modular-card-grid-section .mcg__grid.slider .slick-dots li:not(.slick-dot--past) button:focus-visible:before{background-color:var(--mcg-accent-hover)}}@media(prefers-reduced-motion:reduce){.modular-card-grid-section .mcg__grid.slider .slick-dots:after{transition:none}}@media only screen and (min-width:768px){.modular-card-grid-section .mcg__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(8px,2.6vw,35px)}.modular-card-grid-section .mcg__grid.mcg__grid--compact{gap:clamp(8px,1.5vw,12px)}.modular-card-grid-section .mcg__grid:has(>:only-child){grid-template-columns:minmax(0,1fr)}.modular-card-grid-section .mcg__grid:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.modular-card-grid-section .mcg__grid:has(>:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}.modular-card-grid-section .mcg__grid:has(>:nth-child(5):last-child){grid-template-columns:repeat(5,minmax(0,1fr))}}.modular-card-grid-section .mcg__cell{display:flex!important;flex-direction:column;align-items:stretch;box-sizing:border-box;width:100%;height:auto;justify-content:flex-end;padding:15px 0;border-radius:var(--mcg-radius-mobile, 4px);background-color:var(--mcg-card-bg, #fff);text-decoration:none}.modular-card-grid-section .mcg__cell:not(.mcg__cell--full-bleed){gap:16px}@media only screen and (min-width:768px){.modular-card-grid-section .mcg__cell:not(.mcg__cell--full-bleed){gap:53px}}.modular-card-grid-section .mcg__cell--no-padding:not(.mcg__cell--full-bleed){padding:0;background-color:transparent}.modular-card-grid-section .mcg__cell--v-top{justify-content:flex-start}.modular-card-grid-section .mcg__cell--v-middle{justify-content:center}.modular-card-grid-section .mcg__cell--v-bottom{justify-content:flex-end}.modular-card-grid-section .mcg__cell--v-top:not(.mcg__cell--full-bleed) .mcg__copy{order:-1}@media only screen and (min-width:768px){.modular-card-grid-section .mcg__cell{padding:25px;border-radius:var(--mcg-radius-desktop, 8px)}.modular-card-grid-section .mcg__cell--no-padding:not(.mcg__cell--full-bleed){padding:0}}.modular-card-grid-section a.mcg__cell{cursor:pointer;transition:opacity .2s ease}.modular-card-grid-section a.mcg__cell:hover,.modular-card-grid-section a.mcg__cell:focus-visible{opacity:.92}.modular-card-grid-section a.mcg__cell:focus-visible{outline:2px solid currentColor;outline-offset:2px}.modular-card-grid-section .mcg__media{display:flex;flex:0 1 auto;align-items:center;justify-content:center;width:100%;min-height:0;pointer-events:none}.modular-card-grid-section .mcg__cell:not(.mcg__cell--full-bleed) .mcg__media{overflow:hidden;border-radius:var(--mcg-img-radius-mobile, 0)}.modular-card-grid-section .mcg__cell:not(.mcg__cell--full-bleed) .mcg__img,.modular-card-grid-section .mcg__cell:not(.mcg__cell--full-bleed) .mcg__img--mobile,.modular-card-grid-section .mcg__cell:not(.mcg__cell--full-bleed) .mcg__img--desktop{border-radius:var(--mcg-img-radius-mobile, 0)}@media only screen and (min-width:768px){.modular-card-grid-section .mcg__cell:not(.mcg__cell--full-bleed) .mcg__media{border-radius:var(--mcg-img-radius-desktop, 0)}.modular-card-grid-section .mcg__cell:not(.mcg__cell--full-bleed) .mcg__img,.modular-card-grid-section .mcg__cell:not(.mcg__cell--full-bleed) .mcg__img--mobile,.modular-card-grid-section .mcg__cell:not(.mcg__cell--full-bleed) .mcg__img--desktop{border-radius:var(--mcg-img-radius-desktop, 0)}}@media only screen and (max-width:767px){.modular-card-grid-section .mcg__cell:has(.mcg__media):not(.mcg__cell--full-bleed):not(.mcg__cell--no-padding){padding:15px}.modular-card-grid-section .mcg__cell:has(.mcg__media):not(.mcg__cell--full-bleed) .mcg__copy{padding-left:0;padding-right:0}.modular-card-grid-section .mcg__media{flex:0 0 auto;width:100%;height:auto;min-height:0}.modular-card-grid-section .mcg__img,.modular-card-grid-section .mcg__img--mobile{width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center center}}.modular-card-grid-section .mcg__img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center center}.modular-card-grid-section .mcg__img--desktop{display:none}.modular-card-grid-section .mcg__img--mobile{display:block}@media only screen and (min-width:768px){.modular-card-grid-section .mcg__media{flex:0 0 auto;width:100%;height:auto}.modular-card-grid-section .mcg__img,.modular-card-grid-section .mcg__img--desktop{width:100%;height:auto;max-height:none;object-fit:contain;object-position:center center}.modular-card-grid-section .mcg__img--desktop{display:block}.modular-card-grid-section .mcg__img--mobile{display:none}}.modular-card-grid-section .mcg__cell--full-bleed{position:relative;overflow:hidden;padding:0}.modular-card-grid-section .mcg__cell--full-bleed .mcg__media,.modular-card-grid-section .mcg__media--fill{flex:0 0 auto;width:100%;min-height:0}.modular-card-grid-section .mcg__cell--full-bleed .mcg__img,.modular-card-grid-section .mcg__cell--full-bleed .mcg__img--mobile,.modular-card-grid-section .mcg__cell--full-bleed .mcg__img--desktop{width:100%;height:auto;max-width:none;max-height:none;object-fit:cover;object-position:center center}.modular-card-grid-section .mcg__cell--full-bleed .mcg__copy{position:absolute;z-index:1;top:15px;right:15px;bottom:15px;left:15px;width:auto;max-width:none;height:fit-content;margin:0}.modular-card-grid-section .mcg__cell--full-bleed.mcg__cell--v-top .mcg__copy{margin-top:0;margin-bottom:auto}.modular-card-grid-section .mcg__cell--full-bleed.mcg__cell--v-middle .mcg__copy{margin-top:auto;margin-bottom:auto}.modular-card-grid-section .mcg__cell--full-bleed.mcg__cell--v-bottom .mcg__copy{margin-top:auto;margin-bottom:0}@media only screen and (min-width:768px){.modular-card-grid-section .mcg__cell--full-bleed{padding:0}.modular-card-grid-section .mcg__cell--full-bleed .mcg__copy{top:25px;right:25px;bottom:25px;left:25px}}.modular-card-grid-section .mcg__copy{display:flex;flex-direction:column;flex-shrink:0;align-items:flex-start;gap:4px;box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0;text-align:left}.modular-card-grid-section .mcg__title{box-sizing:border-box;flex-shrink:0;margin:0;width:100%;max-width:100%;font-weight:700;font-style:normal;font-size:var(--mcg-title-size-mobile, 1.1rem);line-height:1;letter-spacing:0;color:inherit;word-break:break-word;padding:0;-webkit-text-stroke:var(--mcg-title-stroke-width, 0) var(--mcg-title-stroke, transparent);paint-order:stroke fill}.modular-card-grid-section .mcg__subcopy{box-sizing:border-box;flex-shrink:0;margin:0;width:100%;max-width:var(--mcg-subcopy-max-chars-per-line, 23ch);font-weight:400;font-style:normal;font-size:var(--mcg-subcopy-size-mobile, .9rem);line-height:1.3;letter-spacing:0;color:inherit;word-break:break-word;padding:0}.modular-card-grid-section .mcg__cell--h-left .mcg__copy{align-items:flex-start;text-align:left}.modular-card-grid-section .mcg__cell--h-center .mcg__copy{align-items:center;text-align:center}.modular-card-grid-section .mcg__cell--h-right .mcg__copy{align-items:flex-end;text-align:right}@media only screen and (min-width:768px){.modular-card-grid-section .mcg__title{font-size:var(--mcg-title-size-desktop, 1.5rem)}.modular-card-grid-section .mcg__subcopy{font-size:var(--mcg-subcopy-size-desktop, 1rem)}}
/*# sourceMappingURL=/cdn/shop/t/147/assets/section-modular-card-grid.css.map */
