.bot-hero{background:var(--bot-bg-gradient, none),var(--bot-bg, transparent);position:relative;width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden}.bot-hero--fullscreen{min-height:100vh}.bot-hero--large{min-height:80vh}.bot-hero--medium{min-height:60vh}.bot-hero--small{min-height:40vh}.bot-hero--custom{min-height:var(--bot-hero-height, 500px)}.bot-hero__carousel{position:relative;width:100%;height:100%;min-height:inherit}.bot-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:inherit;z-index:0;pointer-events:none}.bot-hero--transition-fade .bot-hero__slide{opacity:0;transition:opacity .6s ease-in-out}.bot-hero--transition-fade .bot-hero__slide--active{opacity:1;z-index:1;pointer-events:auto}.bot-hero--transition-slide .bot-hero__slide{transform:translate(100%);transition:transform .6s ease-in-out}.bot-hero--transition-slide .bot-hero__slide--active{transform:translate(0);z-index:1;pointer-events:auto}.bot-hero--transition-slide .bot-hero__slide--exit-left{transform:translate(-100%);z-index:1}.bot-hero--transition-slide .bot-hero__slide--enter-right{transform:translate(100%)}.bot-hero--transition-slide .bot-hero__slide--exit-right{transform:translate(100%);z-index:1}.bot-hero--transition-slide .bot-hero__slide--enter-left{transform:translate(-100%)}.bot-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.bot-hero__image{width:100%;height:100%;object-fit:cover}.bot-hero__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.bot-hero__placeholder-svg{width:50%;max-width:400px;opacity:.3}.bot-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--slide-overlay-color, #000);opacity:var(--slide-overlay-opacity, .4);z-index:1}.bot-hero__text{position:absolute;z-index:2;padding:1rem 1.5rem;width:max-content;max-width:min(var(--slide-text-max-width, 700px),90%);left:var(--slide-text-x-dk, 50%);top:var(--slide-text-y-dk, 40%);transform:translate(calc(-1 * var(--slide-text-x-dk, 50%)),calc(-1 * var(--slide-text-y-dk, 40%)));text-align:var(--slide-text-align-dk, center)}.bot-hero__title{font-family:var(--slide-title-font, sans-serif);font-size:var(--slide-title-size, 56px);font-weight:var(--slide-title-weight, 700);color:var(--slide-title-color, #fff);text-transform:var(--slide-title-transform, none);text-shadow:var(--slide-title-shadow, 0 2px 8px rgba(0,0,0,.5));margin:0 0 .75rem;line-height:1.15}.bot-hero__subtitle{font-family:var(--slide-subtitle-font, sans-serif);font-size:var(--slide-subtitle-size, 20px);font-weight:var(--slide-subtitle-weight, 400);color:var(--slide-subtitle-color, #fff);margin:0;opacity:.95;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.25)}.bot-hero__actions{position:absolute;z-index:2;display:flex;gap:var(--slide-btn-gap, 16px);flex-wrap:wrap;justify-content:center;padding:1rem 1.5rem;margin-top:var(--slide-btn-margin-top, 0);left:var(--slide-btn-x-dk, 50%);top:var(--slide-btn-y-dk, 65%);transform:translate(-50%,-50%)}.bot-hero__btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:all .25s ease;white-space:nowrap;box-sizing:border-box}.bot-hero__btn--primary{font-size:var(--slide-btn1-font-size, 16px);font-weight:var(--slide-btn1-weight, 600);text-transform:var(--slide-btn1-transform, none);letter-spacing:var(--slide-btn1-letter-spacing, 0);padding:var(--slide-btn1-padding-y, 14px) var(--slide-btn1-padding-x, 32px);border-radius:var(--slide-btn1-radius, 4px);border:var(--slide-btn1-border-width, 2px) solid;width:var(--slide-btn1-width, auto);text-align:var(--slide-btn1-align, center);color:var(--slide-btn1-color, #fff);background-color:var(--slide-btn1-bg, #E67E22);border-color:var(--slide-btn1-border, #E67E22)}.bot-hero__btn--primary:hover{color:var(--slide-btn1-hover-color, #E67E22);background-color:var(--slide-btn1-hover-bg, transparent);border-color:var(--slide-btn1-hover-border, var(--slide-btn1-border, #E67E22))}.bot-hero__btn--secondary{font-size:var(--slide-btn2-font-size, 16px);font-weight:var(--slide-btn2-weight, 600);text-transform:var(--slide-btn2-transform, none);letter-spacing:var(--slide-btn2-letter-spacing, 0);padding:var(--slide-btn2-padding-y, 14px) var(--slide-btn2-padding-x, 32px);border-radius:var(--slide-btn2-radius, 4px);border:var(--slide-btn2-border-width, 2px) solid;width:var(--slide-btn2-width, auto);text-align:var(--slide-btn2-align, center);color:var(--slide-btn2-color, #fff);background-color:var(--slide-btn2-bg, transparent);border-color:var(--slide-btn2-border, #fff)}.bot-hero__btn--secondary:hover{color:var(--slide-btn2-hover-color, #333);background-color:var(--slide-btn2-hover-bg, #fff);border-color:var(--slide-btn2-hover-border, var(--slide-btn2-border, #fff))}.bot-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;border:none;cursor:pointer;color:var(--bot-hero-arrow-color, #fff);background-color:var(--bot-hero-arrow-bg, rgba(0,0,0,.3));font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease,background-color .25s ease;opacity:.7;padding:0}.bot-hero__arrow:hover{opacity:1}.bot-hero__arrow--prev{left:16px}.bot-hero__arrow--next{right:16px}.bot-hero__arrow--circle{width:48px;height:48px;border-radius:50%}.bot-hero__arrow--square{width:48px;height:48px;border-radius:6px}.bot-hero__arrow--minimal{width:auto;height:auto;background:transparent;font-size:44px;opacity:.6;text-shadow:0 2px 6px rgba(0,0,0,.4)}.bot-hero__arrow--minimal:hover{opacity:1}.bot-hero__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:10px;align-items:center}.bot-hero__dot{border:none;cursor:pointer;padding:0;transition:all .3s ease;background-color:var(--bot-hero-dot-color, #fff);opacity:.5}.bot-hero__dot--active{opacity:1;background-color:var(--bot-hero-dot-active-color, var(--bot-hero-dot-color, #fff))}.bot-hero__dot--circle{width:var(--bot-hero-dot-size, 10px);height:var(--bot-hero-dot-size, 10px);border-radius:50%}.bot-hero__dot--line{width:calc(var(--bot-hero-dot-size, 10px) * 3);height:calc(var(--bot-hero-dot-size, 10px) * .4);border-radius:3px;min-height:3px}.bot-hero__dot--square{width:var(--bot-hero-dot-size, 10px);height:var(--bot-hero-dot-size, 10px);border-radius:2px}@media(max-width:768px){.bot-hero--hide-mobile{display:none!important}}@media(min-width:769px)and (max-width:1024px){.bot-hero--hide-tablet{display:none!important}}@media(min-width:1025px){.bot-hero--hide-desktop{display:none!important}}@media(max-width:767px){.bot-hero--fullscreen{min-height:100vh}.bot-hero--large{min-height:65vh}.bot-hero--medium{min-height:50vh}.bot-hero--small{min-height:35vh}.bot-hero--custom{min-height:var(--bot-hero-height-mobile, 400px)}.bot-hero__text{left:var(--slide-text-x-mb, 50%);top:var(--slide-text-y-mb, 35%);transform:translate(calc(-1 * var(--slide-text-x-mb, 50%)),calc(-1 * var(--slide-text-y-mb, 35%)));text-align:var(--slide-text-align-mb, center);max-width:92%;padding:1rem}.bot-hero__title{font-size:var(--slide-title-size-mobile, 32px)}.bot-hero__subtitle{font-size:var(--slide-subtitle-size-mobile, 16px)}.bot-hero__actions{left:var(--slide-btn-x-mb, 50%);top:var(--slide-btn-y-mb, 70%);transform:translate(-50%,-50%);padding:1rem;width:90%;justify-content:center}.bot-hero__btn--primary{font-size:var(--slide-btn1-font-size-mb, 14px);padding:var(--slide-btn1-padding-y-mb, 12px) var(--slide-btn1-padding-x-mb, 24px)}.bot-hero__btn--secondary{font-size:var(--slide-btn2-font-size-mb, 14px);padding:var(--slide-btn2-padding-y-mb, 12px) var(--slide-btn2-padding-x-mb, 24px)}.bot-hero__arrow{display:none}.bot-hero__dots{bottom:12px;gap:8px}}.bot-hero__content{padding-left:var(--bot-content-padding-x, 0);padding-right:var(--bot-content-padding-x, 0)}
/*# sourceMappingURL=/cdn/shop/t/25/assets/bot-hero-banner.css.map */
