.products-display{background-color:#d2be8c;background-color:var(--background-color,#d2be8c);background-image:var(--background-banner-image);background-position:top;background-repeat:no-repeat;background-size:cover;display:block;overflow:hidden;padding-top:var(--container-spacing);position:relative;z-index:0}@media screen and (min-width:768px){.products-display{padding-top:var(--container-spacing-md)}}.products-display [aria-hidden=true]{display:none}.products-display [aria-hidden=false]{display:block}.products-display .product-display__toggles{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.5);border-radius:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin-bottom:1rem;margin-left:auto;margin-right:auto;overflow:hidden;padding:.25rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.products-display .product-display__toggle{background-color:transparent;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:.875rem;letter-spacing:.5px;line-height:1.25rem;padding:.375rem 1rem;-webkit-transition:all .3s ease;transition:all .3s ease}.products-display .product-display__toggle.active,.products-display .product-display__toggle[aria-selected=true]{background-color:#fff;color:#2c282c}.products-display .product-display__headline{color:#fff}.products-display .product-display__header{margin-bottom:3rem}.products-display .product-display__image{position:relative;z-index:1}.products-display .product-display__image img{display:block;height:auto;margin:0 auto;max-width:100%}@media screen and (min-width:768px){.products-display .product-display__image img{margin-bottom:-80px}}.products-display .product-display__content{background-color:#f2f0eb;background-image:var(--background-image);background-repeat:repeat;background-size:50%;padding-bottom:var(--container-spacing);padding-top:var(--container-spacing)}@media screen and (min-width:768px){.products-display .product-display__content{padding-bottom:var(--container-spacing-md);padding-top:112px}}.products-display .product-display__description{font-size:1rem;line-height:1.25rem;margin:0 auto 1rem;max-width:420px}.products-display .product-display__features{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.875rem;gap:.5rem;justify-content:center;line-height:1.125rem;list-style:none;margin-bottom:1rem;margin-top:1rem;padding:0}.products-display .product-display__button{margin-top:2rem}