:root {
  --font: 'Montserrat', sans-serif;
  --max: 1352px;
  --r: 8px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.col-4 {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

@media (min-width: 768px) {
  .col-md-2 {
    max-width: 16.67%;
    flex: 0 0 16.67%;
  }
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.33%;
    flex: 0 0 83.33%;
  }
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .offset-md-1 {
    margin-left: 8.33%;
  }
  .offset-md-2 {
    margin-left: 16.67%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-4 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.15;
}

h1 {
  font-size: 36px;
  margin-bottom: 16px;
}

h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.align-items-center {
  align-items: center;
}

.row--gap-7 {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
.row--gap-7 > [class*=col-] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}

header {
  margin-top: 20px;
}

ul#menu-main-navigation {
  background: linear-gradient(270deg, rgb(1, 125, 255) 0%, rgb(16, 218, 255) 100%);
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  gap: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 40px;
  border-radius: 6px;
}
ul#menu-main-navigation li a {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
}

.site-logo {
  width: 100%;
  height: auto;
}

.hero-main__img {
  border-radius: 7px;
}

.boxes {
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: 100%;
}

.boxes a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #f0f0f0;
  color: #555;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

.boxes a:hover {
  background: #e0e0e0;
}

.category-sidebar {
  padding: 60px 16px 0;
}

.sidebar-title {
  color: #E30613;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.category-sidebar ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.category-sidebar ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.category-sidebar ul li a {
  color: #828282;
  font-size: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10.6px 0px;
}

.product-card {
  margin-top: 20px;
}

a.product-card__img-wrap img {
  border-radius: 10px;
  overflow: hidden;
}

.product-row {
  margin-top: 12px;
}

.product-card__price,
h3.product-card__title a {
  color: #828282;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  display: inline-block;
  margin-top: 16px;
  width: 100%;
}

.product-card__price {
  margin-top: 0;
}

.product-card__actions {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}

a.button.product_type_simple,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background: #B2B2B2;
  color: #fff;
  text-align: center;
  width: 87%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding: 1px 0;
}

button.product-card__wishlist {
  background: #B2B2B2;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  margin-top: 48px;
}

.footer-gradient {
  border-radius: 7px 7px 0 0;
  height: 100%;
  background: linear-gradient(270deg, rgb(1, 125, 255) 0%, rgb(16, 218, 255) 100%);
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.footer-box {
  padding-left: 110px;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 17px;
}
.footer-box img {
  margin-right: 20px;
}
.footer-box:first-child {
  padding-left: 60px;
}

.copy {
  text-align: right;
  color: #828282;
  font-size: 13px;
}

/*# sourceMappingURL=main.css.map */
