:root{--background:#ffffff;--foreground:#171717;--theme-color:#4974df;--theme-color-hover:#163070}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{font-family:var(--font-montserrat),sans-serif;color:#212529;background-color:#ffffff}h1,h2,h3,h4,h5,h6{color:#212529;font-weight:700;text-transform:uppercase;letter-spacing:.05em}div,label,p,span{color:#777777;line-height:1.6}.text-theme{color:var(--theme-color)!important}h1 .text-theme{line-height:1}.tag-line{font-size:14px}.bg-theme{background-color:var(--theme-color)!important;color:white}.btn-theme{background-color:var(--theme-color);border-color:var(--theme-color);color:white;text-transform:uppercase;font-weight:600;padding:10px 30px;border-radius:0;transition:all .3s ease}.btn-theme:hover{background-color:var(--theme-color-hover);border-color:var(--theme-color-hover);color:white}.btn-outline-theme{color:var(--theme-color);border-color:var(--theme-color);background-color:transparent;text-transform:uppercase;font-weight:600;padding:10px 30px;border-radius:0;transition:all .3s ease}.btn-outline-theme:hover{background-color:var(--theme-color);color:white}a{color:var(--theme-color);transition:color .3s ease}a:hover{color:var(--theme-color-hover);text-decoration:none}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.hero-bg{background:none}@media (min-width:992px){.hero-bg{background:url(/home/hero.jpeg) 50%/cover no-repeat}}.product-item:hover .product-image{transform:scale(1.05)}.product-item:hover .product-overlay{opacity:1!important}.product-overlay{background:linear-gradient(0deg,rgba(0,0,0,.1),transparent);transition:opacity .3s ease}.hover-theme:hover{background-color:#163070!important;color:white!important}.fade-in-up{animation:fadeInUp .8s ease forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}