.app-body{background-color:#eef2f5;background-image:url(/bg.jpg);background-size:cover;background-position:top;display:flex;flex-direction:column;min-height:100vh}html{scroll-padding-top:110px;scroll-behavior:smooth}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.arrow-button>span{justify-content:space-between!important}.arrow-button .arrow-icon{transition:transform .3s;transform:rotate(-45deg)}.arrow-button:hover .arrow-icon{transform:rotate(0deg)}.header-nav-link{transition:all .3s ease}.header-nav-link:hover{box-shadow:0 1px 10px rgba(0,0,0,.08);background-color:white!important}.hover{transition:all .3s}.hover:hover{box-shadow:0 1px 10px rgba(0,0,0,.08)}.product-card{transition:box-shadow .3s ease,transform .3s ease}.product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.variant-option{transition:border-color .2s ease,box-shadow .2s ease}.variant-option:hover{box-shadow:0 1px 10px rgba(0,0,0,.08)}.product-layout{display:grid;gap:16px;grid-template-columns:minmax(0,1fr);grid-template-areas:"info" "buy" "desc"}.product-layout__info{grid-area:info}.product-layout__buy{grid-area:buy}.product-layout__desc{grid-area:desc}@media (min-width:62em){.product-layout{gap:24px;align-items:start;grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-template-rows:auto 1fr;grid-template-areas:"info buy" "desc buy"}.product-layout__buy{position:sticky;top:100px}}.no-scrollbar{scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.rich-text{font-size:15px;line-height:1.65;color:#323232;overflow-wrap:anywhere}.rich-text>:first-child{margin-top:0}.rich-text>:last-child{margin-bottom:0}.rich-text h1,.rich-text h2,.rich-text h3,.rich-text h4{color:#000;font-weight:400;line-height:1.25;margin:1.4em 0 .5em}.rich-text h2{font-size:22px}.rich-text h3{font-size:18px}.rich-text ol,.rich-text p,.rich-text ul{margin:0 0 .9em}.rich-text ol,.rich-text ul{padding-left:1.3em}.rich-text li+li{margin-top:.3em}.rich-text a{color:#0088f4;text-underline-offset:4px;text-decoration-color:lightgray}.rich-text img{max-width:100%;height:auto;border-radius:24px}.rich-text table{border-collapse:collapse;width:100%}.rich-text td,.rich-text th{border:1px solid rgba(0,0,0,.08);padding:6px 10px}@media (max-width:768px){.mantine-Input-input,input,select,textarea{font-size:16px!important}}