body {
  font-family: "Archivo", sans-serif !important;
  position: relative;
}

/* End Snowfall Effect
body:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: url('https://cdn.shopify.com/s/files/1/0601/0185/3358/files/snow1.webp?v=1700985285'), url('https://cdn.shopify.com/s/files/1/0601/0185/3358/files/snow2.webp?v=1700985285'), url('https://cdn.shopify.com/s/files/1/0601/0185/3358/files/snow3.webp?v=1700985285');
    animation: snow 10s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}
End Snowfall Effect */

img {
  -webkit-user-drag: none;
}

p {
  font-size: 1rem;
  color: #aeaeae;
}

a,
a:hover {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.3s ease-out !important;
}

.brand-color {
  color: #0c5a9b !important;
}

.brand-bg {
  background-color: #0c5a9b !important;
  color: #fff !important;
}

.header {
  height: 90px;
  background-color: #fff;
  display: flex;
}

.header input[type="search"] {
  background-color: #f7f6f6;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  box-shadow: 0 0 transparent;
  color: #212529;
  font-weight: 380;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
  width: 500px;
  padding: 0.6rem 3rem;
}

.header .bi-search {
  transform: translate(110%, 45%);
}

.navbar {
  height: 5rem;
  border-top: 1px solid #f7f6f6;
  border-bottom: 1px solid #f7f6f6;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  transition: 0.5s;
}

.navbar li a,
.navbar li a:focus {
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar li a i,
.navbar li a:focus i {
  font-size: 15px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .dropdown ul {
  top: calc(100% + 25px);
  padding: 10px 0;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #f7f6f6;
  border-top: 0;
  backdrop-filter: blur(10px);
  border-radius: 0 0 15px 15px;
  transition: 0.3s;
  transform: translateZ(0);
  padding-right: 40px;
  width: max-content;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.header .badge {
  top: -3px;
  right: -8px;
  font-size: 9px;
  line-height: 10px;
}

.hero {
  height: calc(75vh - (37px + 90px + 80px));
  padding: 0 5rem;
  background: linear-gradient(360deg, #bdc6d2 0%, #fff 42%, #d7d7d7 100%);
}

.hero-text h1 {
  font-size: 60px;
}

.hero-img {
  width: 400px;
}

.categories .card {
  background: #f7f6f6;
  border-radius: 0.375rem;
}

.categories .card img {
  mix-blend-mode: multiply;
}

.products .card .image-holder {
  background: #f7f6f6;
  width: 225px;
  height: 225px;
  border-radius: 0.375rem;
}

.home.products .card .image-holder {
  width: 100%;
  height: 280px;
}

.products .card .image-holder img {
  max-width: 75%;
  mix-blend-mode: multiply;
}

.products .card .card-title,
.products .card .price {
  font-size: 1em;
}

.hero-section {
  padding-top: 3rem;
}

.contact form textarea {
  resize: none;
}

.product .preview {
  width: 500px;
  height: 500px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}

.product .preview img {
  max-width: 80%;
  max-height: 80%;
  mix-blend-mode: multiply;
}

.product .info .breadcrumbs span:not(:last-child)::after,
.hero-section .hero-content .breadcrumbs span:not(:last-child)::after {
  content: "/";
  margin-inline: 5px;
  color: #6c757d;
}

.product-info-tabs .nav-tabs .nav-link.active {
  font-weight: 700;
  border-bottom: 3px solid #0c5a9b !important;
}

.product-info-tabs .tabs-listing button {
  font-size: 22px;
  color: #212529;
}

form .qty {
  width: 32px;
}

form .qty::-webkit-outer-spin-button,
form .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart .form-check-input:checked[type="radio"],
.checkout .form-check-input:checked[type="radio"] {
  background-color: #0c5a9b;
  border-color: #0c5a9b;
}

.cart .form-check-input:checked[type="radio"]:focus,
.checkout .form-check-input:checked[type="radio"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 149, 191, 0.5);
}

#suggestions {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  z-index: 1000;
}

footer {
  background-color: #f7f6f6;
}

.footer-bottom {
  border-top: rgb(0 0 0 / 10%) solid 1px;
  color: rgb(0 0 0 / 50%);
}