:root{--theme-color-dark-gray:#635436;--theme-color-alert-error:#FC4F4F;--theme-body-font-size:clamp(.875rem, 3.5vw, 1rem);--theme-body-font-size-small:clamp(.75rem, 3vw, .875rem);--theme-body-font-size-large:clamp(1rem, 4vw, 1.125rem);--theme-body-font-size-x-large:clamp(1.125rem, 4.5vw, 1.25rem);--theme-body-letter-spacing:.01em;--theme-body-line-height:1.6;--theme-heading-font-size-h1:1.75rem;--theme-heading-font-size-h2:1.5rem;--theme-heading-font-size-h3:1.375rem;--theme-heading-font-size-h4:1.25rem;--theme-heading-font-size-h5:1.125rem;--theme-heading-font-size-h6:1rem;--theme-heading-font-size-special-small:clamp(1.625rem, 6vw, 2rem);--theme-heading-font-size-special-normal:clamp(1.75rem, 7vw, 2.25rem);--theme-heading-font-size-special-large:clamp(2.4rem, 10vw, 3rem);--theme-heading-letter-spacing:-.02em;--theme-heading-line-height:1.4;--theme-special-letter-spacing:-.02em;--theme-special-line-height:1.2;--theme-layout-margin:clamp(var(--theme-layout-margin-mobile), 5vw, var(--theme-layout-margin-desktop));--theme-button-line-height:1.2;--theme-button-padding-level-1:calc(var(--theme-button-padding-base) * 2/3) calc(var(--theme-button-padding-base) * 4/3);--theme-button-padding-level-2:var(--theme-button-padding-base) calc(var(--theme-button-padding-base) * 2);--theme-button-padding-level-3:calc(var(--theme-button-padding-base) * 4/3) calc(var(--theme-button-padding-base) * 8/3);--theme-spacing-level-1:calc(var(--theme-spacing-base, 6vh) * .5);--theme-spacing-level-2:calc(var(--theme-spacing-base, 6vh) * .75);--theme-spacing-level-3:var(--theme-spacing-base, 6vh);--theme-spacing-level-4:calc(var(--theme-spacing-base, 6vh) * 1.25);--theme-spacing-level-5:calc(var(--theme-spacing-base, 6vh) * 1.5);--theme-gap-level-1:clamp(calc(var(--theme-gap-base, var(--theme-gap-base, var(--theme-gap-base, 2rem))) * .25), 5vw, calc(var(--theme-gap-base, var(--theme-gap-base, 2rem)) * .25));--theme-gap-level-2:clamp(calc(var(--theme-gap-base, var(--theme-gap-base, 2rem)) * .375), 5vw, calc(var(--theme-gap-base, var(--theme-gap-base, 2rem)) * .5));--theme-gap-level-3:clamp(calc(var(--theme-gap-base, var(--theme-gap-base, 2rem)) * .5), 5vw, calc(var(--theme-gap-base, var(--theme-gap-base, 2rem)) * .75));--theme-gap-level-4:clamp(calc(var(--theme-gap-base, var(--theme-gap-base, 2rem)) * .625), 5vw, var(--theme-gap-base, var(--theme-gap-base, 2rem)));--theme-gap-level-5:clamp(calc(var(--theme-gap-base, var(--theme-gap-base, 2rem)) * .75), 5vw, calc(var(--theme-gap-base, var(--theme-gap-base, 2rem)) * 1.5));--theme-gap-level-6:clamp(calc(var(--theme-gap-base, var(--theme-gap-base, 2rem)) * .875), 5vw, calc(var(--theme-gap-base, var(--theme-gap-base, 2rem)) * 2.25));--theme-gap-level-7:clamp(var(--theme-gap-base, var(--theme-gap-base, 2rem)), 5vw, calc(var(--theme-gap-base, var(--theme-gap-base, 2rem)) * 3));--theme-section-content-padding-level-1:clamp( 1rem, 5vw, 1rem);--theme-section-content-padding-level-2:clamp( 1.25rem, 5vw, 1.5rem);--theme-section-content-padding-level-3:clamp( 1.5rem, 5vw, 2rem);--theme-section-content-padding-level-4:clamp( 1.75rem, 5vw, 3rem);--theme-section-content-padding-level-5:clamp( 2rem, 5vw, 4.5rem);--theme-block-content-padding-level-1:clamp( 1rem, 5vw, 1rem);--theme-block-content-padding-level-2:clamp( 1.25rem, 5vw, 1.5rem);--theme-block-content-padding-level-3:clamp( 1.5rem, 5vw, 2rem);--theme-block-content-padding-level-4:clamp( 1.75rem, 5vw, 3rem);--theme-block-content-padding-level-5:clamp( 2rem, 5vw, 4.5rem)}.blog{margin-top:var(--theme-section-spacing-custom-top,var(--theme-section-spacing-top));margin-bottom:var(--theme-section-spacing-custom-bottom,var(--theme-section-spacing-bottom))}.blog-content{display:grid;grid-template-columns:1fr;gap:50px}.blog-header{margin-bottom:7vh}.blog-title{font-size:var(--theme-heading-font-size-special-large);margin-top:0;margin-bottom:0;text-align:center;font-family:var(--theme-special-font-family);font-weight:var(--theme-special-font-weight);letter-spacing:var(--theme-special-letter-spacing);font-variation-settings:"wght" var(--theme-special-font-weight)}.blog-tags-list{display:flex;justify-content:center;gap:15px;padding:0;font-size:var(--theme-body-font-size-large);font-weight:var(--theme-font-weight-semibold);letter-spacing:var(--theme-heading-letter-spacing);font-variation-settings:"wght" var(--theme-font-weight-semibold)}.blog-tags-list-item{display:flex;align-items:center;margin:0}.blog-tags-list-item:not(:last-child):after{content:"";margin-left:15px;display:inline-flex;height:18px;width:1px;background-color:var(--theme-color-primary);transform:skew(-20deg)}.blog-tags-list-item a{-webkit-text-decoration-line:none;text-decoration-line:none}.blog-tags-list-item a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.blog-tags-list li{list-style:none}.blog-pagination{margin-top:40px}.blog.scheme-accent .blog-tags-list-item:not(:last-child):after,.blog.scheme-complementary .blog-tags-list-item:not(:last-child):after{background-color:var(--theme-border-color-white)}.post{display:grid;grid-template-columns:1fr;gap:20px}.post__tags{display:flex;gap:5px;margin-bottom:15px;font-weight:var(--theme-font-weight-semibold);letter-spacing:var(--theme-heading-letter-spacing);font-variation-settings:"wght" var(--theme-font-weight-semibold)}.post__tags span:not(:last-child):after{content:","}.post__tags span a{-webkit-text-decoration-line:none;text-decoration-line:none}.post__tags span a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.post__thumbnail a{display:flex}.post__title{font-size:var(--theme-heading-font-size-special-small);margin-top:0;margin-bottom:20px;font-family:var(--theme-special-font-family);font-weight:var(--theme-special-font-weight);letter-spacing:var(--theme-special-letter-spacing);font-variation-settings:"wght" var(--theme-special-font-weight)}.post__title a{-webkit-text-decoration-line:none;text-decoration-line:none}.post__title a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.post__meta{display:flex;gap:10px;font-size:var(--theme-body-font-size-small);font-weight:var(--theme-font-weight-semibold);letter-spacing:var(--theme-heading-letter-spacing);font-variation-settings:"wght" var(--theme-font-weight-semibold)}.post__meta>span:not(:last-child):after{content:"/";margin-left:10px}.post__excerpt{margin:25px 0}.post__excerpt>*{margin:0}.post__read-more{display:block;margin-top:25px}@media (min-width:768px){.blog-content,.post{grid-template-columns:repeat(2,1fr);gap:50px}}
/*# sourceMappingURL=/cdn/shop/t/70/assets/blog.css.map */
