:root {
  --creme: #f2f1f0;
  --beige: #dcd1bc;
  --brown: #908b7f;
  --red: #f1592f;
  --yellow: #f8a522;
  --green: #01b273;
  --blue: #0077c8;
}

/*# Typography styles */
.new-thd-common h1,
.new-thd-common h2,
.new-thd-common h3,
.new-thd-common h4,
.new-thd-common h5,
.new-thd-common span,
.new-thd-common small,
.new-thd-common p {
  font-style: normal;
  margin: 0px;
}
.new-thd-common h1,
.new-thd-common h2 {
  font-family: "new-spirit", serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
}
.new-thd-common h3 {
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
}
.new-thd-common h4 {
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
}
.new-thd-common h5 {
  font-size: 24px;
  line-height: 1.2;
}
.new-thd-common small {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "inter-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 500;
}
.new-thd-common p {
  font-family: "inter-variable", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
.new-thd-common .new-spirit {
  font-family: "new-spirit", serif;
}
.new-thd-common .inter {
  font-family: "inter-variable", sans-serif;
}
.new-thd-common .uppercase {
  text-transform: uppercase;
}
.new-thd-common .lowercase {
  text-transform: lowercase;
}
.new-thd-common .light {
  font-weight: 300;
}
.new-thd-common .regular {
  font-weight: 400;
}
.new-thd-common .medium {
  font-weight: 500;
}
.new-thd-common .semi-bold {
  font-weight: 600;
}
.new-thd-common .bold {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.new-thd-common .letter-spacing-5 {
  letter-spacing: 0.05em;
}

/*# Color styles */
/*# Default (if new variants) */
.new-thd-common:not([data-selected-variant=boi]):not([data-selected-variant=frango]):not([data-selected-variant=porco]) .variant-background {
  background-color: var(--blue) !important;
}
.new-thd-common:not([data-selected-variant=boi]):not([data-selected-variant=frango]):not([data-selected-variant=porco]) .variant-background-70 {
  background-color: rgb(from var(--blue) r g b/0.7) !important;
}
.new-thd-common:not([data-selected-variant=boi]):not([data-selected-variant=frango]):not([data-selected-variant=porco]) .variant-background-30 {
  background-color: rgb(from var(--blue) r g b/0.3) !important;
}
.new-thd-common:not([data-selected-variant=boi]):not([data-selected-variant=frango]):not([data-selected-variant=porco]) .variant-background-10 {
  background-color: rgb(from var(--blue) r g b/0.1);
}

/*# BOI */
.new-thd-common[data-selected-variant=boi] .variant-background {
  background-color: var(--red) !important;
}
.new-thd-common[data-selected-variant=boi] .variant-background-70 {
  background-color: rgb(from var(--red) r g b/0.7) !important;
}
.new-thd-common[data-selected-variant=boi] .variant-background-30 {
  background-color: rgb(from var(--red) r g b/0.3) !important;
}
.new-thd-common[data-selected-variant=boi] .variant-background-10 {
  background-color: rgb(from var(--red) r g b/0.1);
}

/*# FRANGO */
.new-thd-common[data-selected-variant=frango] .variant-background {
  background-color: var(--yellow) !important;
}
.new-thd-common[data-selected-variant=frango] .variant-background-70 {
  background-color: rgb(from var(--yellow) r g b/0.7) !important;
}
.new-thd-common[data-selected-variant=frango] .variant-background-30 {
  background-color: rgb(from var(--yellow) r g b/0.3) !important;
}
.new-thd-common[data-selected-variant=frango] .variant-background-10 {
  background-color: rgb(from var(--yellow) r g b/0.1);
}

/*# PORCO */
.new-thd-common[data-selected-variant=porco] .variant-background {
  background-color: var(--green) !important;
}
.new-thd-common[data-selected-variant=porco] .variant-background-70 {
  background-color: rgb(from var(--green) r g b/0.7) !important;
}
.new-thd-common[data-selected-variant=porco] .variant-background-30 {
  background-color: rgb(from var(--green) r g b/0.3) !important;
}
.new-thd-common[data-selected-variant=porco] .variant-background-10 {
  background-color: rgb(from var(--green) r g b/0.1);
}

[class^=variant-background],
.transition-ease {
  transition: all 0.4s ease !important;
}

/*# Common sections styles */
.new-thd-common .product-reviews {
  height: 50dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.new-thd-common .hidden {
  display: none !important;
}
@media (min-width: 1200px) {
  .new-thd-common .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1119px) {
  .new-thd-common .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .new-thd-common .hidden-mobile {
    display: none !important;
  }
}

/*# Override default theme styles */
footer {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .main-content {
    margin-top: 110px !important;
  }
}/*# sourceMappingURL=common.css.map */