.m-eu-banner-collection__wrapper{display:grid;gap:var(--column-gap, 30px);align-items:stretch}.m-eu-banner-collection__wrapper--grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media screen and (min-width: 768px){.m-eu-banner-collection__wrapper--grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.m-eu-banner-collection__wrapper--grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:var(--column-gap-mobile, 16px);padding-left:var(--column-gap-mobile, 16px);padding-right:var(--column-gap-mobile, 16px)}.m-eu-banner-collection__wrapper--grid::-webkit-scrollbar{display:none}.m-eu-banner-collection__wrapper--grid .m-eu-banner-collection__item{flex:0 0 calc(66.67vw - 32px);max-width:calc(66.67vw - 32px);scroll-snap-align:start}}.m-eu-banner-collection__wrapper--masonry{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-auto-rows:masonry}@media screen and (min-width: 768px){.m-eu-banner-collection__wrapper--masonry{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.m-eu-banner-collection__wrapper--masonry{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:var(--column-gap-mobile, 16px);padding-left:var(--column-gap-mobile, 16px);padding-right:var(--column-gap-mobile, 16px)}.m-eu-banner-collection__wrapper--masonry::-webkit-scrollbar{display:none}.m-eu-banner-collection__wrapper--masonry .m-eu-banner-collection__item{flex:0 0 calc(66.67vw - 32px);max-width:calc(66.67vw - 32px);scroll-snap-align:start}}.m-eu-banner-collection__wrapper--slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.m-eu-banner-collection__wrapper--slider::-webkit-scrollbar{display:none}.m-eu-banner-collection__wrapper--slider .m-eu-banner-collection__item{flex:0 0 300px;scroll-snap-align:start}@media screen and (min-width: 768px){.m-eu-banner-collection__wrapper--slider .m-eu-banner-collection__item{flex:0 0 calc(33.333% - 20px)}}@media screen and (max-width: 767px){.m-eu-banner-collection__wrapper--slider{gap:var(--column-gap-mobile, 16px);padding-left:var(--column-gap-mobile, 16px);padding-right:var(--column-gap-mobile, 16px)}.m-eu-banner-collection__wrapper--slider .m-eu-banner-collection__item{flex:0 0 calc(66.67vw - 32px);max-width:calc(66.67vw - 32px)}}.m-eu-banner-collection__item{position:relative;height:100%}@media screen and (max-width: 767px){.m-eu-banner-collection__wrapper--grid .m-eu-banner-collection__item,.m-eu-banner-collection__wrapper--masonry .m-eu-banner-collection__item,.m-eu-banner-collection__wrapper--slider .m-eu-banner-collection__item{height:auto;min-height:300px}}.m-eu-banner-collection__card{height:100%;display:flex;flex-direction:column;border-radius:8px;overflow:hidden;background:#fff}.m-eu-banner-collection__link{display:block;text-decoration:none;color:inherit}.m-eu-banner-collection__image{position:relative;width:100%;aspect-ratio:var(--aspect-ratio, 1.2);overflow:hidden;background:#f5f5f5}@media screen and (max-width: 767px){.m-eu-banner-collection__image{aspect-ratio:var(--aspect-ratio-mobile, 1.2)}}.m-eu-banner-collection__image .m-media{width:100%;height:100%}.m-eu-banner-collection__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.m-eu-banner-collection__content{padding:24px 0;flex:1;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 767px){.m-eu-banner-collection__content{padding:16px 0}}.m-eu-banner-collection__subtitle{font-size:var(--banner-subtitle-font-size, 14px);line-height:1.4;margin:0 0 8px;font-weight:400;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.m-eu-banner-collection__title{font-size:var(--banner-title-font-size, 24px);line-height:1.3;margin:0 0 20px;font-weight:600;color:#000}@media screen and (max-width: 767px){.m-eu-banner-collection__title{margin-bottom:16px}}.m-eu-banner-collection__button{margin-top:auto}.m-eu-banner-collection__button .m-button{font-size:var(--banner-button-font-size, 14px);padding:12px 24px;border-radius:25px;font-weight:500;text-decoration:none;display:inline-block;transition:all .3s ease;border:1px solid transparent;min-width:180px;justify-content:space-between}@media screen and (max-width: 767px){.m-eu-banner-collection__button .m-button{padding:10px 20px;min-width:120px}}.m-eu-banner-collection__button .m-button:hover{color:#fff;background-color:#2e2649}.m-eu-banner-collection__button .button-with-icon{display:inline-flex;align-items:center;gap:8px}.m-eu-banner-collection__button .button-with-icon .text{display:inline-block}.m-eu-banner-collection__button .button-with-icon .icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease}.m-eu-banner-collection__button .button-with-icon .icon svg{width:14px;height:10px;fill:currentColor}.m-eu-banner-collection__button .button-with-icon:hover .icon{transform:translate(4px)}.m-eu-banner-collection__button .m-button__icon{transition:transform .3s ease;flex-shrink:0}.m-eu-banner-collection__button .m-button[style*=background-color]{background-color:#2e2649;color:#fff;border-color:#2e2649;box-shadow:none!important}.m-eu-banner-collection__button .m-button[style*=background-color]:hover{color:#3571bb!important;background-color:#f6f6f6!important;border-color:#f6f6f6!important}@media screen and (max-width: 1023px) and (min-width: 768px){.m-eu-banner-collection__wrapper--grid,.m-eu-banner-collection__wrapper--masonry{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.m-eu-banner-collection__wrapper--grid,.m-eu-banner-collection__wrapper--masonry,.m-eu-banner-collection__wrapper--slider{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.m-eu-banner-collection__wrapper--grid::-webkit-scrollbar,.m-eu-banner-collection__wrapper--masonry::-webkit-scrollbar,.m-eu-banner-collection__wrapper--slider::-webkit-scrollbar{display:none}.m-eu-banner-collection__wrapper--grid:after,.m-eu-banner-collection__wrapper--masonry:after,.m-eu-banner-collection__wrapper--slider:after{content:"";position:absolute;top:0;right:0;width:20px;height:100%;background:linear-gradient(to left,rgba(255,255,255,.8),transparent);pointer-events:none;z-index:1}.m-eu-banner-collection{position:relative}}.m-eu-banner-collection__item.m-scroll-trigger{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.m-eu-banner-collection__item.m-scroll-trigger.animate--fade-in,.m-eu-banner-collection__item.m-scroll-trigger.animate--fade-in-up{opacity:1;transform:translateY(0)}.m-eu-banner-collection__item.m-scroll-trigger.animate--fade-in-left,.m-eu-banner-collection__item.m-scroll-trigger.animate--fade-in-right{opacity:1;transform:translate(0)}.m-eu-banner-collection__image .m-placeholder-wrapper{display:flex;align-items:center;justify-content:center;background:#f8f8f8}.m-eu-banner-collection__image .m-placeholder-svg{opacity:.3}.m-eu-banner-collection__card.m-color-1,.m-eu-banner-collection__card.m-color-2{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.m-eu-banner-collection__image .m-media__wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.m-eu-banner-collection__image picture{display:block;width:100%;height:100%}.m-eu-banner-collection__link:focus,.m-eu-banner-collection__button .m-button:focus{outline:2px solid #4A90E2;outline-offset:2px}@media (prefers-contrast: high){.m-eu-banner-collection__card,.m-eu-banner-collection__button .m-button{border:2px solid currentColor}}@media (prefers-reduced-motion: reduce){.m-eu-banner-collection__card,.m-eu-banner-collection__image img,.m-eu-banner-collection__button .m-button{transition:none}.m-eu-banner-collection__card:hover,.m-eu-banner-collection__card:hover .m-eu-banner-collection__image img{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/eu-banner-collection.css.map */
