:root{--container-gutter: 18px;--container-width: calc(100vw - calc(var(--container-gutter) * 2));--announcement-bar: 0px;--header-bar: 56px;--header-position: sticky;--header-menu-top: var(--announcement-bar);--margin-main: calc(var(--header-bar) + var(--announcement-bar));--color-background: #FFF7E3;--color-text: #000000;--color-accent: #DBCFB9;--transition-duration: .3s;--transition-ease: ease-in-out;--font-sans: "Founders Grotesk", sans-serif;--font-mono: "Founders Grotesk Mono", monospace;--font-serif: "ITC Century STd", serif;--h1-font: var(--font-serif);--h1-size: 25px;--h1-line: 1.1;--h1-weight: 400;--h2-font: var(--font-serif);--h2-size: 20px;--h2-line: 1.1;--h2-weight: 400;--h3-font: var(--font-sans);--h3-size: 11px;--h3-line: 1;--h3-weight: 500;--body-sans-font: var(--font-sans);--body-sans-size: 14px;--body-sans-line: 1.3;--body-sans-weight: 400;--body-serif-font: var(--font-serif);--body-serif-size: 14px;--body-serif-line: 1.1;--body-serif-weight: 400;--button-font: var(--font-mono);--button-size: 11px;--button-line: 1;--button-weight: 500;--z-popup: 103;--z-cart: 102;--z-landing: 101;--z-announcement: 100;--z-header: 99;--z-menu: 98}@media (min-width: 1024px){:root{--header-bar: 72px;--container-gutter: 24px;--h1-size: 30px;--h2-size: 20px;--h3-size: 14px;--button-size: 14px;--body-serif-size: 16px}}@media (min-width: 1920px){:root{--container-width: calc(1920px - calc(var(--container-gutter) * 2))}}.h1{font-family:var(--h1-font);font-size:var(--h1-size);font-weight:var(--h1-weight);line-height:var(--h1-line)}.h2{font-family:var(--h2-font);font-size:var(--h2-size);font-weight:var(--h2-weight);line-height:var(--h2-line)}.h3{font-family:var(--h3-font);font-size:var(--h3-size);font-weight:var(--h3-weight);line-height:var(--h3-line);text-transform:uppercase;letter-spacing:.88px}.rte,.sans{font-family:var(--body-sans-font);font-size:var(--body-sans-size);font-weight:var(--body-sans-weight);line-height:var(--body-sans-line)}.serif{font-family:var(--body-serif-font);font-size:var(--body-serif-size);font-weight:var(--body-serif-weight);line-height:var(--body-serif-line)}.richtext,.rte,.metafield-rich_text_field{display:flex;flex-direction:column;gap:16px}.rte h1,.rte h2,.richtext h1,.richtext h2,.metafield-rich_text_field h1,.metafield-rich_text_field h2,.shopify-policy__title h1{font-family:var(--h1-font);font-size:var(--h1-size);font-weight:var(--h1-weight);line-height:var(--h1-line);text-align:left}.rte h1:not(:first-child),.rte h2:not(:first-child),.richtext h1:not(:first-child),.richtext h2:not(:first-child),.metafield-rich_text_field h1:not(:first-child),.metafield-rich_text_field h2:not(:first-child){margin-top:16px}.rte h3,.richtext h3,.rte th,.richtext th,.metafield-rich_text_field th{font-family:var(--button-font);font-size:var(--button-size);font-weight:var(--button-weight);line-height:var(--button-line);text-transform:uppercase;letter-spacing:.05em}.rte h3:not(:first-child),.richtext h3:not(:first-child),.metafield-rich_text_field h3:not(:first-child){margin-top:8px}.rte strong,.richtext strong,.metafield-rich_text_field strong{font-weight:500}.rte a,.richtext a,.metafield-rich_text_field a{text-decoration:underline}.rte ul,.richtext ul,.rte ol,.richtext ol,.metafield-rich_text_field ul,.metafield-rich_text_field ol{display:flex;flex-direction:column;gap:8px;padding-left:16px}.rte ul,.richtext ul,.metafield-rich_text_field ul{list-style:disc}.rte ol,.richtext ol,.metafield-rich_text_field ol{list-style:decimal}.rte table,.richtext table,.metafield-rich_text_field table{border:1px solid}.rte tr,.richtext tr,.metafield-rich_text_field tr{display:flex}.rte th,.richtext th,.metafield-rich_text_field th{border-bottom:1px solid}.rte th,.richtext th,.metafield-rich_text_field th,.rte td,.richtext td,.metafield-rich_text_field td{display:flex;flex-direction:column;align-items:center;width:100%;padding:8px}.rte th:not(:first-child),.richtext th:not(:first-child),.metafield-rich_text_field th:not(:first-child),.rte td:not(:first-child),.richtext td:not(:first-child),.metafield-rich_text_field td:not(:first-child){border-left:1px solid}.template-page,.shopify-policy__container{display:flex;flex-direction:column;gap:12px;border-top:1px solid;padding:16px 0 48px!important;max-width:unset!important}@media (min-width: 1024px){.template-page,.shopify-policy__container{flex-direction:row;justify-content:space-between}.template-page .richtext,.shopify-policy__body{width:50%;padding-right:72px;padding-bottom:95px}}.btn,.cta{font-family:var(--button-font);font-size:var(--button-size);font-weight:var(--button-weight);line-height:var(--button-line);text-transform:uppercase;letter-spacing:.05em}.btn{display:flex;align-items:center;justify-content:center;width:100%;height:35px;border:1px solid;border-radius:5px;transition-property:background-color,color,border-color;transition-duration:var(--transition-duration);transition-timing-function:var(--transition-ease);cursor:pointer}.btn:disabled{color:currentColor;opacity:.5;cursor:not-allowed}@media (min-width: 1024px){.btn{width:fit-content;min-width:200px;font-size:11px}.btn:hover{background-color:var(--color-text);border-color:var(--color-text);color:var(--color-background)}}.btn--close{display:flex;align-items:center;justify-content:center;cursor:pointer}.btn--close:after{content:"";display:block;width:14px;height:14px;background-color:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cline x1='14.1273' y1='0.360946' x2='0.346003' y2='13.5716' stroke='black'/%3E%3Cline x1='14.1273' y1='0.360946' x2='0.346003' y2='13.5716' stroke='black'/%3E%3Cline x1='13.6423' y1='13.56' x2='0.799112' y2='0.406649' stroke='black'/%3E%3Cline x1='13.6423' y1='13.56' x2='0.799112' y2='0.406649' stroke='black'/%3E%3C/svg%3E");-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cline x1='14.1273' y1='0.360946' x2='0.346003' y2='13.5716' stroke='black'/%3E%3Cline x1='14.1273' y1='0.360946' x2='0.346003' y2='13.5716' stroke='black'/%3E%3Cline x1='13.6423' y1='13.56' x2='0.799112' y2='0.406649' stroke='black'/%3E%3Cline x1='13.6423' y1='13.56' x2='0.799112' y2='0.406649' stroke='black'/%3E%3C/svg%3E")}.btn--swiper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer}.btn--swiper.prev:after{mask:url("data:image/svg+xml,%3Csvg width='19' height='7' viewBox='0 0 19 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.1501 6.3749C3.63343 5.75824 3.1001 5.2249 2.5501 4.7749C2.0001 4.3249 1.43343 3.95824 0.850098 3.6749V3.2249C2.0001 2.64157 3.1001 1.74157 4.1501 0.524902H5.0251C4.75843 1.09157 4.49176 1.59157 4.2251 2.0249C3.95843 2.44157 3.7001 2.79157 3.4501 3.0749V3.8249C3.7001 4.09157 3.95843 4.44157 4.2251 4.8749C4.49176 5.29157 4.75843 5.79157 5.0251 6.3749H4.1501ZM3.3251 3.9749V2.9249H18.1501V3.9749H3.3251Z' fill='black'/%3E%3C/svg%3E");-webkit-mask:url("data:image/svg+xml,%3Csvg width='19' height='7' viewBox='0 0 19 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.1501 6.3749C3.63343 5.75824 3.1001 5.2249 2.5501 4.7749C2.0001 4.3249 1.43343 3.95824 0.850098 3.6749V3.2249C2.0001 2.64157 3.1001 1.74157 4.1501 0.524902H5.0251C4.75843 1.09157 4.49176 1.59157 4.2251 2.0249C3.95843 2.44157 3.7001 2.79157 3.4501 3.0749V3.8249C3.7001 4.09157 3.95843 4.44157 4.2251 4.8749C4.49176 5.29157 4.75843 5.79157 5.0251 6.3749H4.1501ZM3.3251 3.9749V2.9249H18.1501V3.9749H3.3251Z' fill='black'/%3E%3C/svg%3E")}.btn--swiper.next:after{mask:url("data:image/svg+xml,%3Csvg width='18' height='7' viewBox='0 0 18 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5171 6.3749C13.7671 5.84157 14.0088 5.3749 14.2421 4.9749C14.4921 4.5749 14.7338 4.24157 14.9671 3.9749H0.39209V2.9249H14.9671C14.7338 2.64157 14.4921 2.2999 14.2421 1.8999C14.0088 1.4999 13.7671 1.04157 13.5171 0.524902H14.3921C15.4421 1.74157 16.5421 2.64157 17.6921 3.2249V3.6749C16.5421 4.24157 15.4421 5.14157 14.3921 6.3749H13.5171Z' fill='black'/%3E%3C/svg%3E");-webkit-mask:url("data:image/svg+xml,%3Csvg width='18' height='7' viewBox='0 0 18 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5171 6.3749C13.7671 5.84157 14.0088 5.3749 14.2421 4.9749C14.4921 4.5749 14.7338 4.24157 14.9671 3.9749H0.39209V2.9249H14.9671C14.7338 2.64157 14.4921 2.2999 14.2421 1.8999C14.0088 1.4999 13.7671 1.04157 13.5171 0.524902H14.3921C15.4421 1.74157 16.5421 2.64157 17.6921 3.2249V3.6749C16.5421 4.24157 15.4421 5.14157 14.3921 6.3749H13.5171Z' fill='black'/%3E%3C/svg%3E")}.btn--swiper:after{content:"";display:block;width:100%;height:100%;background-color:currentColor}.btn--swiper.next:after,.btn--swiper.prev:after{-webkit-mask-size:20px;mask-size:20px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
