@import url("./assets/css/reset.css");
/*
Theme Name: You and Oil
Version: 1.00
Author: Webrom
Author URI: https://webrom.lt
Text Domain: webrom-theme
Domain Path: /languages
*/

:root {
  /* Color variables */
  --white1: #ffffff;
  --black1: #222222;
  --black2: #101010;
  --brand1: #fde6d2;
  --brand2: #fffaf6;
  --grey1: #919191;
  --grey2: #747474;
  --green1: #00875f;
  --green2: #e6eee7;
  --border1: #cecdc9;
  --red1: #c52929;
  --paginationBorder: #cecdc9;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: var(--black1);
}

ul,
ol,
li {
  list-style-type: none;
}

.container {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  padding: 0 24px;
  position: relative;
  transition: padding 0.4s ease;
}

/* Dont show messages when item is removed */
.wc-removed-notice {
  display: none;
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

/* Textarea */
textarea::-webkit-input-placeholder {
  color: var(--grey1, #919191);
}
textarea::-moz-placeholder {
  color: var(--grey1, #919191);
}
textarea:-ms-input-placeholder {
  color: var(--grey1, #919191);
}
textarea::-ms-input-placeholder {
  color: var(--grey1, #919191);
}
textarea::placeholder {
  color: var(--grey1, #919191);
}

/* Fonts */
.h1,
h1 {
  font-family: "HalisR";
  font-size: 70px;
  font-weight: 500;
  line-height: 91px;
}
.h2,
h2 {
  font-family: "HalisR";
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
}
.h3,
h3 {
  font-family: "HalisR";
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}
.h4,
h4 {
  font-family: "HalisR";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
/* body */
.body1 {
  font-family: "HalisR";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.body2 {
  font-family: "HalisR";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.body3 {
  font-family: "HalisR";
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}
.body4 {
  font-family: "HalisR";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.body5 {
  font-family: "HalisR";
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}
.body6 {
  font-family: "HalisR";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.body7 {
  font-family: "HalisR";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.body8 {
  font-family: "HalisR";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.body9 {
  font-family: "HalisR";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.body10 {
  font-family: "HalisR";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
/* button */
.button1 {
  font-family: "HalisR";
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.button2 {
  font-family: "HalisR";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.button3 {
  font-family: "HalisR";
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.button4 {
  font-family: "HalisR";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
/* caption */
.caption1 {
  font-family: "HalisR";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.caption2 {
  font-family: "HalisR";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.caption3 {
  font-family: "HalisR";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

/* Responsive */
@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .h2,
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .h3,
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .h4,
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  /* body */
  .body1 {
    font-size: 18px;
    line-height: 24px;
  }
  .body2 {
    font-size: 14px;
    line-height: 19px;
  }
  .body3 {
    font-size: 14px;
    line-height: 18px;
  }
  .body4 {
    font-size: 14px;
    line-height: 19px;
  }
  .body5 {
    font-size: 22px;
    line-height: 29px;
  }
  .body6 {
    font-size: 18px;
    line-height: 23px;
  }
  .body7 {
    font-size: 16px;
    line-height: 21px;
  }
  .body8 {
    font-size: 14px;
    line-height: 19px;
  }
  .body9 {
    font-size: 14px;
    line-height: 20px;
  }
  .body10 {
    font-size: 14px;
    line-height: 19px;
  }
  /* button */
  .button1 {
    font-size: 16px;
    line-height: 21px;
  }
  .button2 {
    font-size: 14px;
    line-height: 18px;
  }
  .button3 {
    font-size: 14px;
    line-height: 18px;
  }
  .button4 {
    font-size: 18px;
    line-height: 24px;
  }
  /* caption */
  .caption1 {
    font-size: 12px;
    line-height: 16px;
  }
  .caption2 {
    font-size: 12px;
    line-height: 16px;
  }
  .caption3 {
    font-size: 12px;
    line-height: 16px;
  }
}

/* Buttons */
.black-btn {
  display: inline-flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--black1, #222);
  color: var(--white1);
  width: auto;
  border: none;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

.black-btn:hover {
  background: var(--black2);
}

.black-btn:focus {
  border: 1px solid var(--grey1);
}
.border-btn {
  display: inline-flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--white1);
  color: var(--black1);
  border: 1px solid var(--black1);
  width: auto;

  transition: background-color 0.4s ease, color 0.4s ease;
}
.border-btn:hover {
  background: var(--black1);
  color: var(--white1);
}
.border-btn:focus {
  border: 1px solid var(--grey1);
}

/* wc error */
.woocommerce-error,
.woocommerce-error a {
  color: var(--red1);
}

.woocommerce-error a:hover {
  text-decoration: underline;
}
