.fancy-font{font-family:"Shelma & Hugie",serif;font-size:40px;letter-spacing:3px}.normal-font{font-family:quicksand,sans-serif;font-size:26px}.drawer-product{position:fixed;right:-640px;top:0;width:100%;max-width:640px;background-color:#fff;z-index:999;height:100%;transition:right .25s linear;border-radius:32px 0 0 32px}.drawer-product .inner{height:100%;display:grid;grid-template-rows:auto 1fr auto}.drawer-product__header{position:relative;height:6em}.drawer-product__header__close{position:absolute;right:1.5em;top:1.5em;background-color:transparent;border:none;font:1em quicksand,sans-serif;width:3em;height:3em;min-width:3em;min-height:3em;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:auto;padding:0;color:#448b70}.drawer-product__header__close svg{width:2.75em;height:2.75em}.drawer-product__header__close svg circle .st0,.drawer-product__header__close svg line .st0{fill:none;stroke:#448b70;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1px}.drawer-product__header__close span{display:none}.drawer-product__content{overflow:hidden;overflow-y:auto;padding:0 3em}@media (max-width:768px){.drawer-product__content{padding:0 2em}}.drawer-product__content__metadata{padding-top:32px;display:flex;flex-direction:column;gap:32px}.drawer-product__content__metadata.hidden{display:none}.drawer-product__content__includes{display:flex;flex-direction:column;gap:16px}.drawer-product__content__include{display:grid;grid-template-columns:auto 1fr;gap:16px}.drawer-product__content__include__image{border-radius:8px;border:1px solid #448b70;overflow:hidden}.drawer-product__content__include__image img{width:100px;height:100px;display:block;line-height:1}.drawer-product__content__include__details{display:flex;flex-direction:column;justify-content:center}.drawer-product__content__include__details .title{font-size:20px;font-weight:500;color:#448b70;line-height:1.5}.drawer-product__content__include__details .detail{line-height:1;font-size:15px}.drawer-product__content .video-wrapper{position:relative;height:0;padding-bottom:56.25%;overflow:hidden}.drawer-product__content .video-wrapper iframe{position:absolute;left:0;top:0;width:100%;height:100%}.drawer-product__intro{display:grid;grid-template-rows:auto;gap:1em;margin-bottom:2em}.drawer-product__intro h3{margin:0}.drawer-product__intro p{font-size:1.25em;margin:0}.drawer-product__footer{position:relative;height:3em}.drawer-mask{position:fixed;left:0;top:0;width:100%;height:100%;z-index:998;background-color:rgba(0,0,0,.5);display:none}.drawer-open{overflow-y:hidden}.drawer-open .drawer-mask{display:block}.drawer-product-open .drawer-product{right:0}