h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter";
  display: block;
  margin: 0px 0 20px;
  padding: 0px; }

a {
  text-decoration: underline; }

ul li {
  line-height: 1.5em;
  font-size: 16px; }

h1 {
  font-size: 28px;
  line-height: 1.5em; }

h2 {
  font-family: "Inter";
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media screen and (max-width: 639px) {
    h2 {
      font-size: 16px; } }

h3 {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.13em;
  line-height: 1.25; }
  @media screen and (max-width: 639px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.52em; }
  @media screen and (max-width: 1279px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em; }

h6 {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.64em; }

p {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.56em; }

header.site-header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block; }

header.site-header ul li a, header.site-header ul li a::after, header.site-header .mini-cart a, footer .goto-main {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

textarea,
input[type="email"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
  font-size: 14px;
  box-shadow: none !important;
  width: 100%;
  height: 40px;
  padding: 10px;
  resize: none;
  margin-bottom: 0px;
  border: 1px solid #D1D5DB;
  border-radius: 4px; }

select {
  font-size: 14px;
  box-shadow: none !important;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  margin-bottom: 0px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: transparent; }

::-webkit-input-placeholder {
  opacity: 1;
  font-weight: 300; }

::-moz-placeholder {
  opacity: 1;
  font-weight: 300; }

:-ms-input-placeholder {
  opacity: 1;
  font-weight: 300; }

:-moz-placeholder {
  opacity: 1;
  font-weight: 300; }

header.site-header {
  z-index: 999;
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  top: 0px;
  border-bottom: 1px solid #E5E7EB;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05); }
  @media (max-width: 639px) {
    header.site-header {
      padding-bottom: 20px; } }
  header.site-header .logo {
    display: block;
    margin: 8px 0px; }
    header.site-header .logo img {
      width: 100%;
      max-width: 80px; }
      @media (max-width: 639px) {
        header.site-header .logo img {
          max-width: 50px;
          display: block; } }
  header.site-header ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    align-items: center; }
    @media (max-width: 639px) {
      header.site-header ul {
        border-top: 1px solid #E5E7EB;
        padding-top: 10px; } }
    header.site-header ul li {
      padding: 0 15px; }
      @media (max-width: 1023px) {
        header.site-header ul li {
          padding: 0 10px; } }
      header.site-header ul li a {
        position: relative;
        color: #000000;
        text-decoration: none;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        white-space: nowrap; }
        @media (max-width: 1023px) {
          header.site-header ul li a {
            font-size: 14px; } }
        header.site-header ul li a::after {
          content: " ";
          opacity: 0;
          visibility: hidden;
          position: absolute;
          bottom: -10px;
          left: 0px;
          height: 3px;
          width: 100%;
          background-color: #ef4444;
          transform: scaleX(0);
          -webkit-transform: scale(0); }
        header.site-header ul li a:hover {
          color: #000000; }
          header.site-header ul li a:hover::after {
            opacity: 1;
            visibility: visible;
            transform: scaleX(1);
            -webkit-transform: scale(1); }
      header.site-header ul li.current_page_item a::after {
        opacity: 1;
        visibility: visible;
        transform: scaleX(1);
        -webkit-transform: scale(1); }
  header.site-header .mini-cart {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    width: 100%; }
    header.site-header .mini-cart a {
      position: relative;
      text-decoration: none;
      color: #000000;
      font-size: 15px;
      font-weight: 500;
      display: flex;
      align-items: center;
      padding: 10px 15px;
      border-radius: 4px; }
      @media (max-width: 1279px) {
        header.site-header .mini-cart a {
          font-size: 14px;
          white-space: nowrap; } }
      header.site-header .mini-cart a:hover {
        background-color: #F3F4F6; }
      header.site-header .mini-cart a:after {
        content: " ";
        width: 24px;
        height: 24px;
        display: block;
        background: url("../images/bag.svg") 0 0 no-repeat; }
    header.site-header .mini-cart .item-count,
    header.site-header .mini-cart .item-total {
      font-family: "Inter";
      margin-right: 15px; }

footer {
  padding: 20px 0px;
  width: 100%;
  display: block;
  border-top: 1px solid #E5E7EB;
  margin-top: 20px;
  background: #ffffff; }
  footer .goto-main {
    font-size: 14px;
    color: #000000;
    text-decoration: none; }
    footer .goto-main:hover {
      color: #ef4444;
      text-decoration: underline; }
  footer .copyright {
    display: block;
    font-size: 14px;
    text-align: right; }

img.alignright {
  float: right;
  margin: 0 0 20px 20px; }
  @media screen and (max-width: 768px) {
    img.alignright {
      margin: 0 auto 20px;
      display: block;
      float: none; } }

img.alignleft {
  float: left;
  margin: 0 20px 20px 0px; }
  @media screen and (max-width: 768px) {
    img.alignleft {
      margin: 0 auto 20px;
      display: block;
      float: none; } }

img.aligncenter {
  display: block;
  margin: 0 auto 20px; }

.bg-pink {
  background-color: #ffdeff; }

.error-field {
  border-color: #f00 !important; }

body {
  font-family: "Inter";
  overflow-x: hidden; }
  body.loaded {
    overflow: auto; }
  body.active-lightbox {
    overflow: hidden !important; }

* {
  outline: none; }

.grid-container {
  max-width: 1363px; }
  @media (max-width: 1425px) {
    .grid-container {
      max-width: 1200px; } }
  @media (max-width: 1279px) {
    .grid-container {
      max-width: 990px; } }
  @media screen and (max-width: 1023px) {
    .grid-container {
      max-width: calc(100% - 20px); } }

section {
  padding: 0px 0;
  overflow-x: hidden; }
  @media screen and (max-width: 1023px) {
    section {
      min-height: inherit; } }
