.product-information__section{position:relative}.product-information__button{align-items:center;background-color:#fff;border:1px solid #fff;border-radius:13px;display:flex;font:1.25rem var(--primaryFont);justify-content:space-between;padding:1em;position:relative;z-index:10}.product-information__button:before{border-radius:13px;box-shadow:var(--boxShadow01);content:"";height:100%;left:0;opacity:1;position:absolute;top:0;transition:opacity .3s ease;width:100%}.product-information__button span{display:block;margin-top:.5rem;opacity:.6}.product-information__button[aria-expanded=true]:before{opacity:1}.product-information__dropdown{background-color:#fff;border-radius:0 0 13px 13px;color:#0b1012;max-height:0;overflow:hidden;position:relative;top:-.5em;transition:max-height .3s ease}.product-information__dropdown[aria-hidden=false]{max-height:50rem}.product-information__dropdown>div{padding:2em 1.5em 1.5em}