.background-section{position:relative;overflow:hidden;background-color:rgb(var(--color-background))}.background-section__inner{position:relative;display:grid;grid-template-columns:1fr;align-items:center;min-height:var(--section-min-height, 400px)}.background-section__content{position:relative;z-index:2;max-width:600px}.background-section__overlay-image,.background-section__overlay-video{margin-bottom:2rem;max-width:var(--overlay-image-width, 400px)}.background-section__overlay-image img,.background-section__overlay-video .background-section__video-element{width:100%;height:auto;display:block;transform:scale(var(--overlay-image-scale, 1));transition:transform .3s ease}.background-section__overlay-video .background-section__video-element{border-radius:8px;object-fit:cover}.background-section__heading{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 2rem;color:rgb(var(--color-foreground))}.background-section__features{list-style:none;padding:0;margin:0}.background-section__feature{font-size:1.125rem;line-height:1.8;margin-bottom:.75rem;color:rgb(var(--color-foreground))}.background-section__bg-image{position:absolute;top:0;right:0;width:50%;height:100%;z-index:1;opacity:var(--bg-image-opacity, .3);pointer-events:none}.background-section__bg-image img{width:100%;height:100%;object-fit:var(--bg-image-fit, contain);object-position:right center}.background-section--fill-container .background-section__bg-image{width:100%;left:0}.background-section--fill-container .background-section__bg-image img{object-fit:cover;object-position:center}.background-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;opacity:var(--pattern-opacity, 0)}.background-section--pattern-dots:before{background-image:radial-gradient(circle,rgba(var(--color-foreground),.15) 1px,transparent 1px);background-size:var(--pattern-size, 20px) var(--pattern-size, 20px)}.background-section--pattern-grid:before{background-image:linear-gradient(rgba(var(--color-foreground),.1) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--color-foreground),.1) 1px,transparent 1px);background-size:var(--pattern-size, 30px) var(--pattern-size, 30px)}.background-section--pattern-lines:before{background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(var(--color-foreground),.05) 10px,rgba(var(--color-foreground),.05) 20px)}.background-section--pattern-noise:before{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:calc(var(--pattern-opacity, 0) * .15)}.background-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,rgba(var(--overlay-color, var(--color-background)),var(--overlay-opacity, .8)) 0%,rgba(var(--overlay-color, var(--color-background)),calc(var(--overlay-opacity, .8) * .5)) 50%,transparent 100%);z-index:1;pointer-events:none}@media screen and (max-width: 749px){.background-section__heading{font-size:2rem;margin-bottom:1.5rem}.background-section__feature{font-size:1rem}.background-section__bg-image{width:100%;left:0;opacity:calc(var(--bg-image-opacity, .3) * .5)}}@media screen and (min-width: 750px){.background-section__inner{grid-template-columns:1fr 1fr;gap:4rem;position:relative}.background-section__content{max-width:none;position:static}.background-section__overlay-image,.background-section__overlay-video{position:absolute;right:var(--page-width-margin, 2rem);top:50%;transform:translateY(-50%) scale(var(--overlay-image-scale, 1));margin-bottom:0;z-index:3;pointer-events:none}}.background-section--align-center .background-section__content{text-align:center;margin:0 auto}.background-section--align-center .background-section__overlay-image,.background-section--align-center .background-section__overlay-video{margin-left:auto;margin-right:auto}.background-section--align-right .background-section__content{text-align:right;margin-left:auto}.background-section--align-right .background-section__overlay-image,.background-section--align-right .background-section__overlay-video{margin-left:auto}@media screen and (max-width: 749px){.background-section--mobile-align-center .background-section__content{text-align:center}.background-section--mobile-align-center .background-section__overlay-image,.background-section--mobile-align-center .background-section__overlay-video{margin-left:auto;margin-right:auto}.background-section--mobile-align-right .background-section__content{text-align:right}.background-section--mobile-align-right .background-section__overlay-image,.background-section--mobile-align-right .background-section__overlay-video{margin-left:auto}.background-section--mobile-align-left .background-section__content{text-align:left}.background-section--mobile-align-left .background-section__overlay-image,.background-section--mobile-align-left .background-section__overlay-video{margin-left:0;margin-right:auto}}.background-section--height-small{--section-min-height: 300px}.background-section--height-medium{--section-min-height: 500px}.background-section--height-large{--section-min-height: 700px}.background-section--height-full{--section-min-height: 100vh}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-background-section.css.map */
