#PBarNextFrameWrapper{display:none}:root{--header-height: 76px;--announcementHeight: 40px;--white: #fff;--black: #061b2d;--black10: rgba(6, 27, 45, .1);--black50: rgba(6, 27, 45, .5);--red: #a50050;--pink: #ff9ecd;--teal: #00b5ad;--teal15: #d9f4f3;--whiteBorder: rgba(255, 255, 255, .2);--blackBorder: rgba(6, 27, 45, .2);--lightGrayBg: #f4f4f4;--lightBlueBg: #f2fbfb;--tanBg: #f9f4f4;--purple: #8c4799;--orange: #f4633a;--font: "Poppins", sans-serif;--font2: "Swell", "Poppins", sans-serif;--fadeOff: left 0s .2s, opacity .2s;--fadeOn: left 0s, opacity .2s}@font-face{font-family:Poppins;src:url(./subset-Poppins-SemiBold.woff2) format("woff2"),url(./subset-Poppins-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(subset-Poppins-Regular.woff2) format("woff2"),url(subset-Poppins-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(subset-Poppins-Medium.woff2) format("woff2"),url(subset-Poppins-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(subset-Poppins-Bold.woff2) format("woff2"),url(subset-Poppins-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Swell;src:url(subset-Swell-Regular.woff2) format("woff2"),url(subset-Swell-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-size:16px;font-weight:400;line-height:1.3;background-color:var(--white);color:var(--black);font-family:var(--font);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.lock-scroll{overflow:hidden}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.2;font-size:16px}a{text-decoration:none}li{list-style:none}input,select,button,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;outline:none;font-family:var(--font);font-size:16px}input[type=email],input[type=text],input[type=password],input[type=search]{display:block;width:100%}a,button,label,input[type=submit],input[type=checkbox],input[type=radio]{cursor:pointer}img,svg,video{display:block;max-width:100%}.hidden{display:none}.width{max-width:1400px;margin:0 auto;width:calc(100% - 40px)}.button{line-height:52px;border:2px solid transparent;border-radius:40px;text-transform:uppercase;font-weight:400;display:inline-flex;gap:8px;align-items:center;justify-content:center;text-align:center;padding:0 32px;font-family:var(--font2);background-color:var(--white);transition:.2s transform,.2s box-shadow}.button:disabled{opacity:.5;pointer-events:none}.button:hover,.button-hover:hover .button{transform:translateY(7px);box-shadow:none}.button--full-width{display:flex;width:100%}.button--spread{justify-content:space-between}.button--red{background-color:var(--white);border-color:var(--red);color:var(--red);box-shadow:0 7px 0 var(--red)}.button--black{background-color:var(--white);border-color:var(--black);color:var(--black);box-shadow:0 7px 0 var(--black)}.button--teal{background-color:var(--white);border-color:var(--teal);color:var(--teal);box-shadow:0 7px 0 var(--teal)}.button--purple{background-color:var(--white);border-color:var(--purple);color:var(--purple);box-shadow:0 7px 0 var(--purple)}.modal{background:var(--black10);position:fixed;top:0;width:100%;height:100%;z-index:200;display:flex;padding:40px 0;left:-9999px;opacity:0;transition:var(--fadeOff)}.modal--active{left:0;opacity:1;transition:var(--fadeOn)}.modal__box{background-color:var(--white);width:calc(100% - 40px);max-width:700px;margin:auto;padding:0 24px 24px;max-height:calc(100vh - 80px);overflow-y:auto}.modal__box--small{max-width:500px}.modal__box--xsmall{max-width:360px}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px 0}.modal__close{color:var(--teal);width:32px;margin-left:auto}.rte>*+*{margin-top:20px}.rte strong,.rte b,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{font-weight:600}.rte h1 strong,.rte h2 strong,.rte h3 strong,.rte h4 strong,.rte h5 strong,.rte h6 strong,.rte h1 b,.rte h2 b,.rte h3 b,.rte h4 b,.rte h5 b,.rte h6 b{color:var(--teal)}.rte *+h1,.rte *+h2,.rte *+h3,.rte *+h4,.rte *+h5,.rte *+h6{margin-top:48px}.rte h1,.rte h2,.rte h3{font-size:21px}.rte a{text-decoration:underline;font-weight:500}.rte ul li{list-style-type:disc}.rte ol li{list-style:decimal}.rte li{margin-left:18px}.rte li+li{margin-top:5px}.faq-question{border-bottom:1px solid var(--blackBorder)}.faq-question__header{-webkit-user-select:none;user-select:none;cursor:pointer;align-items:center;justify-content:space-between;gap:24px;display:flex;padding:24px 0}.faq-question__header-heading{flex:1;font-weight:600}.faq-question__heading{font-weight:600}.faq-question__header svg{transition:.4s transform}.faq-question--active .faq-question__header svg{transform:rotate(180deg)}.faq-question__body{overflow:hidden;max-height:0;transition:.4s max-height}.faq-question__body-inner{padding-bottom:24px}.faq-question__body-inner>*+*{margin-top:20px}.shopify-policy__container{padding:64px 0}.shopify-policy__title{margin-bottom:32px}.shopify-policy__title h1{font-family:var(--font2);font-weight:400;line-height:.9;font-size:40px}.header-shop__section{padding:20px}.header-shop__heading{font-size:24px;font-weight:400;line-height:90%;font-family:var(--font2)}.header-shop-product{display:flex;align-items:center;gap:24px;border-bottom:1px solid var(--blackBorder);transition:.2s transform,.2s opacity}.header-shop-product:hover{transform:translate(10px);opacity:.7}.header-shop-product__image{display:flex;width:80px;height:80px;align-items:center;justify-content:center}.header-shop-product__image img{width:80%}.header-shop-product__main{flex:1;display:block}.header-shop-product__title{font-weight:600;color:var(--black);margin-bottom:5px}.header-shop-product__subtitle{color:var(--black50);font-size:12px}@media (min-width: 1000px){.rte{font-size:18px}.rte>*+*{margin-top:24px}.rte *+h1,.rte *+h2,.rte *+h3,.rte *+h4,.rte *+h5,.rte *+h6{margin-top:48px}.rte h1,.rte h2,.rte h3{font-size:24px}.modal__box{padding:0 48px 48px}.modal__box--small{max-width:550px}.modal__box--xsmall{max-width:410px}.modal__header{padding:24px 0}.modal__close{width:48px}.button{font-size:20px;padding:0 40px;line-height:60px}.shopify-policy__container{padding:128px 0}.shopify-policy__title h1{font-size:64px}.header-shop-product__image{width:100px;height:100px}.header-shop-product__subtitle{font-size:14px}}@media (min-width: 1240px){.width{width:calc(100% - 80px)}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/global.css.map */
