custom-slideout-drawer{display:flex;flex-direction:row}.custom-slideout-drawer-container{position:relative;overflow:hidden}.custom-slideout-drawer{position:fixed;left:-100%;top:0;width:100vw;height:100%;background-color:transparent;z-index:1000}.custom-slideout-drawer__overlay{display:none!important;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:#00000080}.custom-slideout-drawer.open .custom-slideout-drawer__overlay{display:block!important}.custom-slideout-drawer__inner-container{position:relative;background-color:#fff;height:100%;width:100%;max-width:100%;max-height:calc(100% - var(--header-height) - 6rem);margin-top:calc(var(--header-height) + 6rem);padding:2rem;margin-bottom:6rem;transition:transform var(--duration-default) ease;transform:translate(-100%);z-index:2;overflow:hidden;display:flex;flex-direction:column;border-radius:8px 8px 0 0}.custom-slideout-drawer__header{position:sticky;display:flex;align-items:center;justify-content:space-between;padding-bottom:1.5rem;margin-bottom:0;border-bottom:.1rem solid #00000030;gap:1rem}@media screen and (min-width: 750px){.custom-slideout-drawer__header{padding-bottom:2.5rem;gap:2rem}}.custom-slideout-drawer__header h2{margin:0}.custom-slideout-drawer__close{display:flex;align-items:center;justify-content:center;padding:0;min-width:3.5rem;width:3.5rem;min-height:3.5rem;height:3.5rem;color:var(--gl-white);background-color:var(--gl-black);border-radius:50%;cursor:pointer}.custom-slideout-drawer__close svg{width:1.5rem;height:1.5rem;stroke:var(--gl-white)}.custom-slideout-drawer__main{overflow-x:hidden;overflow-y:scroll;padding:0 0 4rem;height:100%;-ms-overflow-style:none;scrollbar-width:none}.custom-slideout-drawer__main::-webkit-scrollbar{display:none}.custom-slideout-drawer__main.rte h3:first-child{margin:0 0 1rem}.custom-slideout-drawer__main.rte h3:not(:first-child){margin:3.5rem 0 1rem}.custom-slideout-drawer__main.rte h3+p,.custom-slideout-drawer__main.rte h3+ul{margin-top:.5rem}.custom-slideout-drawer__main.rte p{margin:0}.custom-slideout-drawer__main.rte ul{margin-top:0}.custom-slideout-drawer__main.rte p+ul,.custom-slideout-drawer__main.rte h3+ul{margin-top:1rem;margin-bottom:1rem}.custom-slideout-drawer__main.rte ul+p{margin-top:.5rem}.custom-slideout-drawer__main.rte hr{margin:2rem 0 -1rem;background-color:var(--gl-black)}.custom-slideout-drawer__main.rte h4{margin:1rem 0}.custom-slideout-drawer__footer{position:fixed;bottom:0;left:0;width:100%;text-align:center;padding:1.5rem 0 2.5rem;background-color:var(--gl-white);z-index:1}@media screen and (min-width: 750px){.custom-slideout-drawer__inner-container{max-width:50%;padding:3rem 4rem;border-radius:0;max-height:100%;margin-top:0}}@media screen and (min-width: 990px){.custom-slideout-drawer__inner-container{max-width:55%}.custom-slideout-drawer__main{padding-top:1.5rem}}.custom-slideout-drawer.open .custom-slideout-drawer__inner-container{transform:translate(0)}.custom-slideout-drawer__container{flex:4}.custom-slideout-drawer__trigger{display:flex;align-items:center;gap:.5rem;text-decoration:underline;text-underline-offset:.3rem;cursor:pointer}.custom-slideout-drawer__close--link{text-align:center;text-transform:uppercase;cursor:pointer;text-decoration:underline;text-underline-offset:.3rem}.custom-slideout-drawer__trigger:hover,.custom-slideout-drawer__close--link:hover{text-decoration-thickness:.2rem}.custom-slideout-drawer.open{left:0}.custom-slideout-drawer--right .custom-slideout-drawer{left:auto;right:-100%}.custom-slideout-drawer--right .custom-slideout-drawer__inner-container{transform:translate(100%)}.custom-slideout-drawer--right .custom-slideout-drawer.open .custom-slideout-drawer__inner-container{transform:translate(-100%)}#Content-CustomSlideoutDrawer-forboka-produkt .bevaka-form{background-color:var(--gl-black);color:var(--gl-white);border:.1rem solid var(--gl-black)}#Content-CustomSlideoutDrawer-forboka-produkt .bevaka-form-header,#Content-CustomSlideoutDrawer-forboka-produkt .bevaka-form__success{justify-content:center}#Content-CustomSlideoutDrawer-forboka-produkt .bevaka-form__field input{text-align:center;padding:1rem}#Content-CustomSlideoutDrawer-forboka-produkt .bevaka-form__msg{font-weight:500;gap:0;padding-left:2px;color:var(--gl-white);text-align:center}#Content-CustomSlideoutDrawer-forboka-produkt .bevaka-form__msg svg{display:none}#Content-CustomSlideoutDrawer-forboka-produkt .slideout-forboka-produkt__summary{display:flex;flex-direction:row;gap:1rem;align-items:flex-start;margin-top:1.5rem}.temp-slideout-forboka-product__list{padding-left:1rem!important;margin-top:.5rem!important}.temp-slideout-forboka-product__list li{margin-bottom:.25rem}#Content-CustomSlideoutDrawer-forboka-produkt .strapline-product-features,.temp-slideout-forboka-product__list li{font-size:1.4rem}#Content-CustomSlideoutDrawer-forboka-produkt .slideout-forboka-produkt__media{max-width:100px;width:100%;height:auto;box-sizing:border-box;background-color:var(--gl-grey);display:flex;align-items:center;justify-content:center;margin:0;padding:0;position:relative;overflow:hidden;border-radius:4px}#Content-CustomSlideoutDrawer-forboka-produkt .slideout-forboka-produkt__media-image{width:100%;height:auto;object-fit:cover;margin:0;padding:0}#Content-CustomSlideoutDrawer-forboka-produkt .strapline-product-features{flex-grow:1;margin:-4px 0 0}.slideout-forboka-produkt-pris{color:var(--gl-orange)}@media screen and (min-width: 990px){#Content-CustomSlideoutDrawer-forboka-produkt .slideout-forboka-produkt__media{max-width:150px}#Content-CustomSlideoutDrawer-forboka-produkt .strapline-product-features,.temp-slideout-forboka-product__list li{font-size:1.5rem}}.custom-slideout-drawer__nav-links{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:scroll;overflow-y:hidden;gap:.75rem;align-items:center;padding:1rem 0;-ms-overflow-style:none;scrollbar-width:none}.custom-slideout-drawer__nav-links::-webkit-scrollbar{display:none}.custom-slideout-drawer__nav-links a{background-color:var(--gl-grey);color:var(--gl-black);padding:.25rem 1rem;border-radius:4px;text-decoration:none;font-size:1.3rem;font-weight:700;border:.1rem solid rgba(var(--color-foreground),.2);transition:all var(--duration-short) ease;white-space:nowrap}.custom-slideout-drawer__nav-links a:hover{background-color:var(--gl-black);color:var(--gl-white)}.custom-slideout-drawer__main-block{border-bottom:.1rem solid #00000030;padding-bottom:1.5rem;margin-bottom:1.5rem;font-size:1.4rem}.custom-slideout-drawer__main-block a{color:var(--gl-orange)}@media screen and (max-width: 989px){.custom-slideout-drawer__main-block ul{padding-left:0}.custom-slideout-drawer__main-block{padding-bottom:2.5rem;margin-bottom:2.5rem}}@media screen and (min-width: 990px){.custom-slideout-drawer__nav-links{overflow:hidden;flex-wrap:wrap}.custom-slideout-drawer__main-block{font-size:1.5rem}}.slideout-slidebox-rte:first-child{padding-top:1.75rem}@media screen and (min-width: 1440px){.slideout-slidebox-rte:first-child{padding-top:4rem}}.slideout-slidebox-rte:after{clear:both;content:"";display:block}.slideout-slidebox-rte>*:first-child{margin-top:0}.slideout-slidebox-rte>*:last-child{margin-bottom:0}.slideout-slidebox-rte ul,.slideout-slidebox-rte ol{list-style-position:inside;padding-left:2rem}.slideout-slidebox-rte li{list-style:inherit;margin-bottom:.5rem}.slideout-slidebox-rte li:last-child{margin-bottom:0}.slideout-slidebox-rte a{color:currentColor;text-underline-offset:.3rem;text-decoration-thickness:.1rem;transition:text-decoration-thickness .1s ease}.slideout-slidebox-rte a:hover{color:currentColor;text-decoration-thickness:.2rem}.slideout-slidebox-rte blockquote{display:inline-flex}.slideout-slidebox-rte blockquote>*{margin:-.5rem 0}.slideout-slidebox-rte em strong{font-style:normal;border:1px solid transparent;border-radius:4px;display:inline-block;font-weight:700;letter-spacing:.02rem;line-height:1;padding:.2rem .6rem;text-align:center;background-color:var(--gl-red)!important;color:var(--gl-white)!important;word-break:break-word}.slideout-slidebox-rte a{color:var(--gl-orange)!important}
/*# sourceMappingURL=/cdn/shop/t/198/assets/custom-slideouts.css.map */
