.ambra-banners{padding-top:var(--ambra-pt);padding-bottom:var(--ambra-pb);background:var(--ambra-bg)}.ambra-banners__wrap{width:100%;padding:0 16px}.ambra-banners--width-full .ambra-banners__wrap{padding:0}.ambra-banners__grid{width:100%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:var(--ambra-gap)}.ambra-banners--width-content .ambra-banners__grid{max-width:var(--ambra-max-width)}.ambra-banners__card{display:flex;flex-direction:column;overflow:hidden;text-decoration:none;cursor:pointer;border-radius:var(--ambra-radius)}.ambra-banners--width-full .ambra-banners__card{border-radius:0}.ambra-banners__card--light{background:#f8f6f2;color:#2d2d2d}.ambra-banners__card--dark{background:var(--primary-btn-bg-color);color:#fff}.ambra-banners__image{flex:0 0 auto;height:220px;overflow:hidden;background:linear-gradient(145deg,#ede6d4,#d8cab0)}.ambra-banners__card--dark .ambra-banners__image{background:#1a1616}.ambra-banners__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .65s cubic-bezier(.25,.46,.45,.94)}.ambra-banners__img.placeholder-svg{object-fit:contain;padding:32px;opacity:.4}.ambra-banners__card:hover .ambra-banners__img:not(.placeholder-svg){transform:scale(1.05)}.ambra-banners__content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:28px 22px}.ambra-banners__heading{margin:0 0 4px;font-family:var(--header-font-stack);font-size:28px;font-weight:900;line-height:1.05;letter-spacing:.04em;text-transform:uppercase;word-break:normal;-webkit-hyphens:none;hyphens:none}.ambra-banners__eyebrow{margin:0 0 18px;font-family:var(--header-font-stack);font-size:18px;font-weight:400;font-style:italic;line-height:1.2}.ambra-banners__sep{display:block;width:28px;height:1px;margin-bottom:16px}.ambra-banners__card--light .ambra-banners__sep{background-color:#2d2d2d}.ambra-banners__card--dark .ambra-banners__sep{background-color:#fff}.ambra-banners__specs{display:flex;flex-wrap:wrap;gap:0;margin-bottom:24px}.ambra-banners__spec{display:inline-block;padding:0 14px;background:transparent;color:#2d2d2d;border:0;border-radius:0;border-left:1px solid rgba(0,0,0,.2);font-family:var(--body-font-stack);font-size:11px;font-weight:700;line-height:1.3}.ambra-banners__card--dark .ambra-banners__spec{background:transparent;color:#fff;border-left-color:#ffffff4d}.ambra-banners__spec:first-child{padding-left:0;border-left:0}.ambra-banners__btn{display:block;width:100%;padding:13px 24px;background:var(--primary-btn-bg-color);color:var(--primary-btn-text-color);border:1.5px solid var(--primary-btn-bg-color);border-radius:10px;font-family:var(--body-font-stack);font-size:13.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;text-align:center;line-height:1.3;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.ambra-banners__card--dark .ambra-banners__btn{background:#fff;color:var(--primary-btn-bg-color);border-color:#fff}.ambra-banners__card:hover .ambra-banners__btn,.ambra-banners__card:focus-visible .ambra-banners__btn{background:var(--ambra-accent);border-color:var(--ambra-accent);color:#fff}@media(min-width:769px){.ambra-banners__wrap{padding:0 24px}.ambra-banners__grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.ambra-banners__card{flex-direction:row;align-items:stretch;height:var(--ambra-banner-height)}.ambra-banners__card--image-right{flex-direction:row-reverse}.ambra-banners__image{flex:1.1;height:100%}.ambra-banners__content{flex:1;padding:44px 38px}.ambra-banners__heading{font-size:36px}.ambra-banners__spec{font-size:13px;font-weight:400}}@media(min-width:1200px){.ambra-banners__wrap{padding:0 40px}.ambra-banners--width-full .ambra-banners__wrap{padding:0}}@media(prefers-reduced-motion:reduce){.ambra-banners__img,.ambra-banners__btn{transition:none}.ambra-banners__card:hover .ambra-banners__img{transform:none}}.ambra-headline{padding-top:var(--ambra-pt);padding-bottom:var(--ambra-pb);background:transparent}.ambra-headline__wrap{width:100%;padding:0 16px}.ambra-headline--width-full .ambra-headline__wrap{padding:0}.ambra-headline__card{width:100%;margin:0 auto;background:var(--ambra-bg);color:var(--ambra-text);border-radius:var(--ambra-radius);overflow:hidden}.ambra-headline--width-content .ambra-headline__card{max-width:var(--ambra-max-width)}.ambra-headline--width-full .ambra-headline__card{border-radius:0}.ambra-headline__inner{display:flex;flex-direction:column;padding:32px 24px;gap:24px}.ambra-headline__col-left{display:flex;flex-direction:column}.ambra-headline__eyebrow{display:flex;align-items:center;gap:8px;margin:0 0 18px;font-family:var(--body-font-stack);font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ambra-text);line-height:1}.ambra-headline__eyebrow:before{content:"";width:14px;height:1px;background:currentColor;flex-shrink:0}.ambra-headline__title{display:block;margin:0 0 2px;font-family:var(--header-font-stack);font-size:34px;font-weight:700;line-height:1.06;letter-spacing:-.01em;color:var(--ambra-text);text-transform:none;word-break:normal;-webkit-hyphens:none;hyphens:none}.ambra-headline__title--italic{font-weight:400;font-style:italic;color:var(--ambra-accent)}.ambra-headline__col-right{display:flex;flex-direction:column;gap:16px}.ambra-headline__ctas{display:flex;flex-direction:column;gap:9px;width:100%}.ambra-headline__btn{display:block;flex:1;padding:13px 18px;font-family:var(--body-font-stack);font-size:13.5px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;text-align:center;text-decoration:none;line-height:1.3;border-radius:10px;border:1.5px solid var(--primary-btn-bg-color);cursor:pointer;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.ambra-headline__btn--primary{background:var(--primary-btn-bg-color);color:var(--primary-btn-text-color)}.ambra-headline__btn--primary:hover,.ambra-headline__btn--primary:focus-visible{background:var(--ambra-accent);border-color:var(--ambra-accent);color:#fff}.ambra-headline__btn--secondary{background:var(--ambra-btn2-bg);color:var(--primary-btn-bg-color)}.ambra-headline__btn--secondary:hover,.ambra-headline__btn--secondary:focus-visible{background:var(--primary-btn-bg-color);color:var(--primary-btn-text-color)}.ambra-headline--dark .ambra-headline__btn{border-color:var(--ambra-text)}.ambra-headline--dark .ambra-headline__btn--primary{background:var(--ambra-text);color:var(--ambra-bg)}.ambra-headline--dark .ambra-headline__btn--secondary{color:var(--ambra-text)}.ambra-headline--dark .ambra-headline__btn--secondary:hover,.ambra-headline--dark .ambra-headline__btn--secondary:focus-visible{background:var(--ambra-text);color:var(--ambra-bg)}.ambra-headline__trust{display:flex;flex-direction:column;gap:16px;width:100%}.ambra-headline__chip{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:0;background:transparent;border:0;border-radius:0;min-height:0}.ambra-headline__chip-icon{display:inline-flex;flex-shrink:0}.ambra-headline__chip-icon svg{display:block;width:16px;height:16px;stroke:var(--ambra-accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ambra-headline__chip-text{font-family:var(--body-font-stack);font-size:13px;font-weight:700;color:var(--ambra-text);line-height:1.2}.ambra-headline--dark .ambra-headline__chip-text{color:var(--ambra-text)}@media(min-width:769px){.ambra-headline__wrap{padding:0 24px}.ambra-headline__inner{flex-direction:row;align-items:center;gap:0;padding:44px 52px}.ambra-headline__col-left{flex-shrink:0;width:38%;padding-right:24px}.ambra-headline__col-right{flex:1;gap:18px}.ambra-headline__title{font-size:46px}.ambra-headline__eyebrow{margin-bottom:22px}.ambra-headline__ctas{flex-direction:row;gap:9px}.ambra-headline__trust{flex-direction:row;gap:24px}.ambra-headline__chip{flex:1;justify-content:center;gap:9px}.ambra-headline__chip-text{font-size:12.5px;text-align:center}}@media(min-width:1200px){.ambra-headline__wrap{padding:0 40px}.ambra-headline--width-full .ambra-headline__wrap{padding:0}}@media(prefers-reduced-motion:reduce){.ambra-headline__btn{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/22/compiled_assets/styles.css.map */
