@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;color:#1f2937;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#111827;text-align:center;margin:0 auto}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}@media (min-width: 768px){h1{font-size:3.5rem}h2{font-size:3rem}h3{font-size:2rem}}p{line-height:1.7;color:#4b5563;text-align:center;margin:0 auto}button,.btn,a.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;line-height:1;text-align:center;text-decoration:none;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap;vertical-align:middle}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 4px 6px #2563eb4d}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 15px #2563eb66}.btn-secondary{background:transparent;color:#2563eb;border:1.5px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;border-color:#2563eb}.btn-outline{background:transparent;color:#111827;border:1.5px solid #111827}.btn-outline:hover{background:#111827;color:#fff;border-color:#111827}.btn-large{padding:1.25rem 2.5rem;font-size:1.125rem}.btn-small{padding:.75rem 1.5rem;font-size:.875rem}.btn-block{display:flex;width:100%}label{display:block;font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.75rem;text-align:left}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=search],textarea,select{display:block;width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:#111827;background:#fff;border:2px solid #e5e7eb;border-radius:10px;outline:none;transition:all .2s ease}input:focus,textarea:focus,select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}input::placeholder,textarea::placeholder{color:#9ca3af}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;border:none!important;outline:none!important}.section{width:100%;padding:4rem 0}@media (min-width: 768px){.section{padding:6rem 0}}.grid{display:grid;gap:2rem}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1023px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 639px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-col{display:flex;flex-direction:column}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-6{margin-bottom:3rem}.mb-8{margin-bottom:4rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-6{margin-top:3rem}.mt-8{margin-top:4rem}.p-0{padding:0}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.bg-white{background:#fff}.bg-gray-50{background:#f9fafb}.bg-gray-100{background:#f3f4f6}.bg-primary{background:#2563eb}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-primary{color:#2563eb}.text-white{color:#fff}.rounded{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.rounded-xl{border-radius:1rem}.rounded-2xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a}img{max-width:100%;height:auto;display:block}.transition{transition:all .2s ease}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}@media (max-width: 767px){.md\:hidden{display:none}}@media (min-width: 768px){.md\:block{display:block}.md\:flex{display:flex}}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-auto{height:auto}.aspect-square{position:relative;width:100%;padding-bottom:100%}.aspect-square>*{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.center-content{display:flex;flex-direction:column;align-items:center;text-align:center}.center-content>*{max-width:100%;margin-left:auto;margin-right:auto}.max-w-xs{max-width:320px}.max-w-sm{max-width:384px}.max-w-md{max-width:448px}.max-w-lg{max-width:512px}.max-w-xl{max-width:576px}.max-w-2xl{max-width:672px}.max-w-3xl{max-width:768px}.max-w-4xl{max-width:896px}.max-w-full{max-width:100%}.mx-auto{margin-left:auto;margin-right:auto}@media (max-width: 767px){section{padding-top:32px!important;padding-bottom:32px!important}.hero{padding-top:16px!important}.product-card{margin-bottom:16px}.home-testimonials,.home-blog{padding-top:24px!important}}.section-divider{width:100%;height:1px;background:#f0f2f5;margin:48px 0}.site-header{position:absolute;top:0;left:0;right:0;z-index:40;padding:18px 48px;display:flex;align-items:center;justify-content:center;transition:background-color .25s ease,box-shadow .25s ease,transform .2s ease;border:none!important;outline:none!important}.site-header__inner{width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border:none!important;outline:none!important}.site-header--transparent{background:transparent;box-shadow:none}.site-header--sticky{position:fixed;background:#fff;box-shadow:0 8px 30px #0f172a0f;border-bottom:1px solid rgba(226,232,240,.7)}.site-header--transparent .site-header__nav a,.site-header--transparent .header-icon,.site-header--sticky .site-header__nav a,.site-header--sticky .header-icon{color:#0f172a}.site-header__logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:inherit}.site-header__nav{display:flex;gap:2rem;align-items:center;margin-right:3rem}.site-header__nav a{text-decoration:none;font-weight:500;transition:opacity .2s;position:relative}.site-header__nav a:hover{opacity:.7}.site-header__nav a.active{font-weight:700}.site-header__nav a.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#2563eb;border-radius:2px}.site-header__icons{display:flex;align-items:center;gap:8px}.header-icon{margin-left:16px;position:relative;text-decoration:none;font-size:1.25rem;transition:opacity .2s}.header-icon:hover{opacity:.7}.header-cart-count{position:absolute;top:-5px;right:-8px;display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:.75rem;font-weight:700;color:#fff;background:#ef4444;border-radius:10px;border:2px solid #ffffff}@media (max-width: 767px){.site-header{padding:10px 16px}.site-header__nav{display:none}}.hero{padding-top:120px}@media (max-width: 767px){.hero{padding-top:90px}}.search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 10px 30px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100}.search-dropdown--open{opacity:1;visibility:visible;transform:translateY(0)}.search-dropdown__inner{max-width:1280px;margin:0 auto;padding:1.5rem;display:flex;align-items:center;gap:1rem}.search-dropdown-form{flex:1;display:flex;align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s}.search-dropdown-form:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-dropdown-input{flex:1;padding:1rem 1.25rem;font-size:1rem;border:none;outline:none;background:transparent}.search-dropdown-submit{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#2563eb;border:none;color:#fff;cursor:pointer;transition:background .2s;flex-shrink:0}.search-dropdown-submit svg,.search-dropdown-submit i{width:20px;height:20px;color:#fff;stroke:#fff}.search-dropdown-submit:hover{background:#1d4ed8}.search-dropdown-close{display:none;width:40px;height:40px;align-items:center;justify-content:center;background:#f3f4f6;border:none;color:#6b7280;cursor:pointer;border-radius:8px;transition:all .2s;flex-shrink:0}.search-dropdown-close:hover{background:#e5e7eb;color:#111827}.search-form__button{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#2563eb;border:none;color:#fff;cursor:pointer;transition:background .2s;flex-shrink:0;padding:0}.search-form__button:hover{background:#1d4ed8}.search-form__button .icon-search{width:18px;height:18px;color:#fff;fill:#fff}.search-form__button svg{flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
