/* @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Quintessential&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: "Quicksand", sans-serif;
}

/* sizes  */
.bg-main-green {
  background: #fff8f0;
}
h1 {
  color: var(--title-green);
  font-weight: 700;
  line-height: 1;
  font-size: clamp(45px, 5vw, 96px);
}
h2,
.product__wrapper h1,
.blog-single h1,
.error-404 h1 {
  color: var(--title-green);
  font-size: clamp(36px, 3.33333vw, 64px);
  font-weight: bold;
  line-height: 1;
}
h3 {
  color: var(--title-green);
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: bold;
  line-height: 1.2;
}
.paragraph__xxl p,
.term-description p {
  font-size: clamp(16px, 1.25vw, 24px);
  color: var(--title-green);
  font-weight: 600;
}
.paragraph__l p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 700;
}
a,
span,
div {
  color: inherit;
  font-family: "Quicksand", sans-serif;
}
p,
li {
  color: inherit;
  font-family: "Quicksand", sans-serif;
}
html {
  scroll-behavior: smooth;
}
p,
ul {
  padding: 0;
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}
.mb-0 {
  margin-bottom: 0;
}

.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.container-padding {
  margin-left: 50px;
  margin-right: 50px;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-white {
  color: white;
}

.child-flex-1 > * {
  flex: 1;
}

#primary-menu {
  justify-content: center;
}
.header-right {
  text-align: right;
}

/* margin topp  */
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: max(1.56vw, 20px);
}
.mt-40 {
  margin-top: max(2.083vw, 20px);
}
.mt-50 {
  margin-top: max(2.605vw, 20px);
}
.mt-60 {
  margin-top: max(3.125vw, 40px);
}
.mt-70 {
  margin-top: max(3.64vw, 40px);
}
.mt-80 {
  margin-top: max(4.166vw, 60px);
}
.mt-90 {
  margin-top: max(4.678vw, 60px);
}
.mt-100 {
  margin-top: max(5.208vw, 60px);
}
.mt-110 {
  margin-top: max(5.729vw, 60px);
}
.mt-120 {
  margin-top: max(6.25vw, 60px);
}
.mt-130 {
  margin-top: max(6.77vw, 60px);
}
.mt-140 {
  margin-top: max(7.29vw, 60px);
}
.mt-150 {
  margin-top: max(7.8vw, 60px);
}
.mt-160 {
  margin-top: max(8.33vw, 60px);
}
.mt-170 {
  margin-top: max(8.854vw, 70px);
}
.mt-180 {
  margin-top: max(9.375vw, 70px);
}
.mt-190 {
  margin-top: max(9.89vw, 70px);
}
.mt-200 {
  margin-top: max(10.41vw, 80px);
}
/* margin bottom  */
.mb-45 {
  margin-bottom: max(2.34375vw, 20px);
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: max(1.56vw, 20px);
}
.mb-40 {
  margin-bottom: max(2.083vw, 20px);
}
.mb-50 {
  margin-bottom: max(2.605vw, 20px);
}
.mb-60 {
  margin-bottom: max(3.125vw, 40px);
}
.mb-70 {
  margin-bottom: max(3.64vw, 40px);
}
.mb-80 {
  margin-bottom: max(4.166vw, 60px);
}
.mb-90 {
  margin-bottom: max(4.678vw, 60px);
}
.mb-100 {
  margin-bottom: max(5.208vw, 60px);
}
.mb-110 {
  margin-bottom: max(5.729vw, 60px);
}
.mb-120 {
  margin-bottom: max(6.25vw, 60px);
}
.mb-130 {
  margin-bottom: max(6.77vw, 60px);
}
.mb-140 {
  margin-bottom: max(7.29vw, 60px);
}
.mb-150 {
  margin-bottom: max(7.8vw, 60px);
}
.mb-160 {
  margin-bottom: max(8.33vw, 60px);
}
.mb-170 {
  margin-bottom: max(8.854vw, 70px);
}
.mb-180 {
  margin-bottom: max(9.375vw, 70px);
}
.mb-190 {
  margin-bottom: max(9.89vw, 70px);
}
.mb-200 {
  margin-bottom: max(10.41vw, 80px);
}

/* padding topp  */
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: max(1.56vw, 20px);
}
.pt-40 {
  padding-top: max(2.083vw, 20px);
}
.pt-50 {
  padding-top: max(2.605vw, 20px);
}
.pt-60 {
  padding-top: max(3.125vw, 60px);
}
.pt-70 {
  padding-top: max(3.64vw, 60px);
}
.pt-80 {
  padding-top: max(4.166vw, 60px);
}
.pt-90 {
  padding-top: max(4.678vw, 60px);
}
.pt-100 {
  padding-top: max(5.208vw, 60px);
}
.pt-110 {
  padding-top: max(5.729vw, 60px);
}
.pt-120 {
  padding-top: max(6.25vw, 60px);
}
.pt-130 {
  padding-top: max(6.77vw, 60px);
}
.pt-140 {
  padding-top: max(7.29vw, 60px);
}
.pt-150 {
  padding-top: max(7.8vw, 60px);
}
.pt-160 {
  padding-top: max(8.33vw, 60px);
}
.pt-170 {
  padding-top: max(8.854vw, 70px);
}
.pt-180 {
  padding-top: max(9.375vw, 70px);
}
.pt-190 {
  padding-top: max(9.89vw, 70px);
}
.pt-200 {
  padding-top: max(10.41vw, 80px);
}
.pt-330 {
  padding-top: max(17.1875vw, 100px);
}
.pt-550 {
  padding-top: max(23.90625vw, 450px);
}
/* padding bottom  */
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: max(1.56vw, 20px);
}
.pb-40 {
  padding-bottom: max(2.083vw, 20px);
}
.pb-50 {
  padding-bottom: max(2.605vw, 20px);
}
.pb-60 {
  padding-bottom: max(3.125vw, 40px);
}
.pb-70 {
  padding-bottom: max(3.64vw, 40px);
}
.pb-80 {
  padding-bottom: max(4.166vw, 60px);
}
.pb-90 {
  padding-bottom: max(4.678vw, 60px);
}
.pb-100 {
  padding-bottom: max(5.208vw, 60px);
}
.pb-110 {
  padding-bottom: max(5.729vw, 60px);
}
.pb-120 {
  padding-bottom: max(6.25vw, 60px);
}
.pb-130 {
  padding-bottom: max(6.77vw, 60px);
}
.pb-140 {
  padding-bottom: max(7.29vw, 60px);
}
.pb-150 {
  padding-bottom: max(7.8vw, 60px);
}
.pb-160 {
  padding-bottom: max(8.33vw, 60px);
}
.pb-170 {
  padding-bottom: max(8.854vw, 70px);
}
.pb-180 {
  padding-bottom: max(9.375vw, 70px);
}
.pb-190 {
  padding-bottom: max(9.89vw, 70px);
}
.pb-200 {
  padding-bottom: max(10.41vw, 80px);
}
.pb-230 {
  padding-bottom: clamp(100px, 11.9791666667vw, 230px);
}
.pb-250 {
  padding-bottom: max(11.1979166667vw, 120px);
}
img {
  width: 100%;
}
.site-logo img {
  max-width: 140px;
}
.color-white {
  color: #fff;
}

img {
  width: 100%;
}
.mb-35 {
  margin-bottom: max(1.8229166667vw, 20px);
}
.mb-75 {
  margin-bottom: max(3.90625vw, 30px);
}
a {
  text-decoration: unset;
  white-space: nowrap;
  cursor: pointer;
}
:root {
  --light-green: #e5f2c9;
  --dark-green: #7fa643;
  --title-green: #3c5940;
}
.gap-20 {
  gap: 20px;
}
.filled__button {
  padding: 20px 61px 20px 15px;
  background: var(--dark-green);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  transition: 0.3s;
  line-height: 1;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  z-index: 3;
  overflow: hidden;
}

.filled__button::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 38px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../icons/button-arrow.svg");
  background-repeat: no-repeat;
  transition: 0.3s;
  background-size: contain;
  background-position: center;
}
.filled__button-cart.filled__button::after {
  background-image: url("../icons/button-cart.svg");
  width: 24px;
  height: 24px;
}
.filled__button-cart.filled__button {
  width: 100%;
  text-align: center;
  padding: 20px 15px;
}
.filled__button::before {
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: 0.3s;
  bottom: 4px;
  border-radius: 9999px;
  background: var(--light-green);
}
.filled__button:hover {
  color: #000;
  transition: 0.3s;
}
.filled__button:hover::before {
  width: 100%;
  height: 100%;
  transform: scale(3);
  transition: 0.3s;
}
.mb-15 {
  margin-bottom: 15px;
}
.gap-50 {
  gap: 50px;
}
.subtitle {
  padding: 8px 40px;
  display: inline-block;
  color: var(--dark-green);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  border: 2px dashed var(--title-green);
  border-radius: 9999px;
  text-transform: uppercase;
  position: relative;
}
.subtitle--panda-right::after {
  content: "";
  background-image: url("../icons/mini-panda.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 61px;
  height: 43px;
  position: absolute;
  right: 0;
  top: -25px;
}
.subtitle--panda-left::after {
  content: "";
  background-image: url("../icons/panda-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 61px;
  height: 43px;
  position: absolute;
  left: 0;
  top: -25px;
}
.product-card {
  padding: 20px;
  background: white;
  border-radius: 25px;
  border: 2px dashed #000;
}
.product-card a {
  white-space: unset;
}
.product-card__thumbnail {
  /* background: var(--light-green); */
  background: #b0b0b0;
  border-radius: 25px;
  aspect-ratio: 1.074/1;
  display: flex;
  align-items: center;

  justify-content: center;
}
.product-card__thumbnail a {
  padding: 20px 30px;
  overflow: hidden;
}
.product-card__thumbnail img {
  transition: 0.3s;
}
.product-card__thumbnail:hover img {
  transform: scale(1.2);
  transition: 0.3s;
}
.product-card-body-up {
  padding-top: 15px;
}
.product-card__category {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin-bottom: 10px;
}
.see-more__underlined-link {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.see-more__underlined-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
  transform: translateX(-50%);
  width: calc(100% + 10px);
  background: #7fa64380;
  height: 2px;
}
.product-card__underlined-link {
  font-weight: 600;
  font-size: 13px;
  color: #000;
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.product-card-body-down {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-card__underlined-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
  transform: translateX(-50%);
  width: calc(100% + 10px);
  background: #7fa64380;
  height: 2px;
}
.gap-14 {
  gap: 14px;
}
.gap-6 {
  gap: 6px;
}
.inline-block {
  display: inline-block;
}
.product-results__content {
  font-size: clamp(24px, 2.2916666667vw, 44px);
  font-weight: 500;
  display: block;
  color: var(--title-green);
}
