.banner-overlay{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;background:var(--color-accent);color:#fff;padding:30px}.banner-overlay .banner-overlay__image-on_top{position:absolute;bottom:10%;left:min(50px,10%)}@media screen and (max-width:1440px){.banner-overlay .banner-overlay__image-on_top{left:0%;max-width:500px}}@media screen and (max-width:768px){.banner-overlay .banner-overlay__image-on_top{display:none}}@media screen and (min-width:1279px){.banner-overlay{padding-left:calc((100% - 1200px)/2);padding-right:calc((100% - 1200px)/2)}}.banner-overlay.top-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.banner-overlay.top-center{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.banner-overlay.top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.banner-overlay.middle-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.banner-overlay.middle-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.banner-overlay.middle-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.banner-overlay.bottom-left{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.banner-overlay.bottom-center{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.banner-overlay.bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:768px){.banner-overlay--mobile-bottom-box{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important;padding:0;width:100%}.banner-overlay--mobile-bottom-box .banner-overlay__text{max-width:100%;width:100%;background:var(--bg-body);border-radius:14px 14px 0 0;border-bottom:2px solid var(--color-border);text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:38em){.banner-overlay{padding:0}.banner-overlay.middle-left,.banner-overlay.middle-center,.banner-overlay.middle-right,.banner-overlay.bottom-left,.banner-overlay.bottom-center,.banner-overlay.bottom-right{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.banner-overlay:before{left:0}}.banner-overlay__text{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:var(--max-width);width:-webkit-fill-available;width:-moz-available;width:fill-available}.banner-overlay__text--background{background:var(--color-overlay);border-radius:14px;-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.1);box-shadow:0 0 5px #0000001a;padding:30px}@media screen and (max-width:38em){.banner-overlay__text{width:100%;padding:20px;max-width:100%}}@media screen and (max-width:400px){.banner-overlay__text{padding:15px}}.banner-overlay__text__title{font-weight:600}@media screen and (max-width:38em){.banner-overlay__text__title{margin-bottom:16px}}.banner-overlay__text__title--outside{position:absolute;top:50px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);text-shadow:0 0 2px rgba(0,0,0,.5)}@media screen and (max-width:768px){.banner-overlay__text__title--outside{width:80%}}.banner-overlay__text__subtitle p{font-size:20px;font-weight:600;color:#4f4f4f}@media screen and (max-width:38em){.banner-overlay__text__subtitle p{font-size:18px;margin-bottom:15px}}.banner-overlay__text__btn-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:38em){.banner-overlay__text__btn-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;width:100%}}.banner-overlay__text.center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.banner-overlay__text.left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.banner-overlay__text.right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (max-width:38em){.banner-overlay__text.center,.banner-overlay__text.left,.banner-overlay__text.right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.banner-overlay__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.banner-overlay__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:768px){.banner-overlay__image img{-o-object-position:var(--mobile-position);object-position:var(--mobile-position)}}.banner-overlay__image--shrink-left img{-o-object-fit:contain;object-fit:contain;-o-object-position:left bottom;object-position:left bottom;max-width:var(--shrink-width)}.banner-overlay__image--shrink-right img{-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom;max-width:var(--shrink-width)}@media screen and (max-width:768px){.banner-overlay__image--shrink-left img,.banner-overlay__image--shrink-right img{max-width:80%}}.banner-overlay--bg-img{background:unset;background-image:var(--bg-img);background-size:cover;background-position:center;background-repeat:no-repeat}body.usa .banner-overlay .btn-canada,body.canada .banner-overlay .btn-usa{display:none}
/*# sourceMappingURL=/cdn/shop/t/36/assets/component-banner-overlay.css.map */
