.brand-showcase{background-color:var(--bg-color, #f5f3ef);width:100%;padding-top:var(--padding-top, 100px);padding-bottom:var(--padding-bottom, 100px);padding-left:var(--padding-left, 4rem);padding-right:var(--padding-right, 4rem);position:relative}.brand-showcase__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay-color, rgba(0,0,0,0));opacity:var(--overlay-opacity, 0);pointer-events:none;z-index:1}.brand-showcase>.brand-showcase__container{position:relative;z-index:2}.brand-showcase__container{max-width:var(--container-max-width, 1200px);margin:0 auto}.brand-showcase__top{display:flex;align-items:var(--vertical-align, center);gap:var(--column-gap, 6rem);margin-bottom:var(--bottom-spacing, 8rem)}.brand-showcase__logo-column{flex:0 0 var(--left-width, 40%);display:flex;justify-content:var(--logo-align, center);align-items:center}.brand-showcase__logo-wrapper{max-width:var(--logo-max-width, 400px);width:100%}.brand-showcase__brand-name{font-size:var(--brand-name-size, 4.8rem);font-weight:var(--brand-name-weight, 700);color:var(--brand-name-color, #1a1a1a);line-height:1.1;margin:0;text-align:var(--logo-align, center)}.brand-showcase__logo{display:block;width:100%;height:auto;object-fit:contain}.brand-showcase__divider{flex:0 0 var(--divider-width, 1px);background:var(--divider-color, #d4d0c8);align-self:stretch;min-height:var(--divider-height, 0)}.brand-showcase__content-column{flex:1;min-width:0}.brand-showcase__content{max-width:var(--content-max-width, 560px)}.brand-showcase__content--align-left{margin-right:auto}.brand-showcase__content--align-center{margin-left:auto;margin-right:auto;text-align:center}.brand-showcase__content--align-right{margin-left:auto}.brand-showcase__text{font-size:var(--text-font-size, 1.8rem);font-weight:var(--text-font-weight, 400);color:var(--text-color, #444);line-height:var(--text-line-height, 1.8);margin:0}.brand-showcase__text p{margin:0 0 var(--paragraph-spacing, 2rem)}.brand-showcase__text p:last-child{margin-bottom:0}.brand-showcase__text a{color:inherit;text-decoration:underline;text-underline-offset:3px}.brand-showcase__link{display:inline-flex;align-items:center;gap:1rem;margin-top:var(--link-spacing, 3rem);font-size:var(--link-font-size, 1.4rem);font-weight:var(--link-font-weight, 600);color:var(--link-color, #1a1a1a);text-decoration:none;text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid var(--link-color, #1a1a1a);padding-bottom:4px;transition:opacity .3s ease}.brand-showcase__link:hover{opacity:.6}.brand-showcase__link svg{transition:transform .3s ease}.brand-showcase__link:hover svg{transform:translate(4px)}.brand-showcase__product{width:100%;border-radius:var(--product-radius, 0px);overflow:hidden}.brand-showcase__product-image{display:block;width:100%;height:auto;object-fit:var(--product-fit, cover);max-height:700px}@media screen and (max-width:989px){.brand-showcase{padding-left:var(--padding-left-tablet, 3rem);padding-right:var(--padding-right-tablet, 3rem);padding-top:var(--padding-top-tablet, 80px);padding-bottom:var(--padding-bottom-tablet, 80px)}.brand-showcase__top{gap:4rem;margin-bottom:6rem}.brand-showcase__logo-column{flex:0 0 var(--left-width-tablet, 40%)}.brand-showcase__brand-name{font-size:3.6rem}.brand-showcase__product-image{max-height:500px}}@media screen and (max-width:749px){.brand-showcase{padding-left:var(--padding-left-mobile, 2rem);padding-right:var(--padding-right-mobile, 2rem);padding-top:var(--padding-top-mobile, 60px);padding-bottom:var(--padding-bottom-mobile, 60px)}.brand-showcase__top{flex-direction:column;gap:var(--column-gap-mobile, 3rem);margin-bottom:5rem}.brand-showcase__divider{width:var(--divider-width-mobile, 40px);height:1px;flex:none;align-self:center;min-height:0}.brand-showcase__logo-column{flex:none;width:100%}.brand-showcase__logo-wrapper{max-width:var(--logo-max-width-mobile, 280px)}.brand-showcase__brand-name{font-size:3.2rem}.brand-showcase__content-column{width:100%}.brand-showcase__content{max-width:none}.brand-showcase__product-image{max-height:350px}}@keyframes brand-showcase-fade-in{0%{opacity:0}to{opacity:1}}@keyframes brand-showcase-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes brand-showcase-slide-down{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.brand-showcase[data-animation=fade-in] .brand-showcase__top,.brand-showcase[data-animation=fade-in] .brand-showcase__product{animation:brand-showcase-fade-in var(--animation-duration, .8s) var(--animation-delay, 0s) ease both}.brand-showcase[data-animation=slide-up] .brand-showcase__top,.brand-showcase[data-animation=slide-up] .brand-showcase__product{animation:brand-showcase-slide-up var(--animation-duration, .8s) var(--animation-delay, 0s) ease both}.brand-showcase[data-animation=slide-down] .brand-showcase__top,.brand-showcase[data-animation=slide-down] .brand-showcase__product{animation:brand-showcase-slide-down var(--animation-duration, .8s) var(--animation-delay, 0s) ease both}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-brand-showcase.css.map */
