html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "SF PRO display";
  src: url("../fonts/SFPRODISPLAYREGULAR.woff2") format("woff2"),
    url("../fonts/SFPRODISPLAYREGULAR.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF PRO display";
  src: url("../fonts/SFPRODISPLAYMEDIUM.woff2") format("woff2"),
    url("../fonts/SFPRODISPLAYMEDIUM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF PRO display";
  src: url("../fonts/SF-Pro-Display-Semibold.woff2") format("woff2"),
    url("../fonts/SF-Pro-Display-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/thegoat/assets/fonts/SFPRODISPLAYMEDIUM.woff") format("woff"), url("/wp-content/themes/thegoat/assets/fonts/SFPRODISPLAYMEDIUM.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/thegoat/assets/fonts/SFPRODISPLAYREGULAR.woff") format("woff"), url("/wp-content/themes/thegoat/assets/fonts/SFPRODISPLAYREGULAR.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/thegoat/assets/fonts/SF-Pro-Display-Semibold.woff") format("woff"), url("/wp-content/themes/thegoat/assets/fonts/SF-Pro-Display-Semibold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
} */

@font-face {
  font-family: "Kuunari";
  src: url("../fonts/Kuunari/Kuunari-BoldCondensed.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}

@font-face {
  font-family: "Kuunari";
  src: url("../fonts/Kuunari/Kuunari-BoldCondensedItalic.otf")
    format("opentype");
  font-weight: 700;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}

@font-face {
  font-family: "Kuunari";
  src: url("../fonts/Kuunari/Kuunari-BlackCondensed.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}

@font-face {
  font-family: "Kuunari";
  src: url("../fonts/Kuunari/Kuunari-BlackCondensedItalic.otf")
    format("opentype");
  font-weight: 900;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}

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

ul {
  list-style: none;
  padding-left: 0;
}

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

input:focus-visible::placeholder {
  font-size: 0;
}

.main {
  padding-top: 115px;
}
@media (max-width: 991px) {
  .main {
    padding-top: 65px;
  }
}

button {
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.title,
h1 {
  color: #ffffff;
  font-family: "Kuunari", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  font-stretch: condensed;
}
@media (max-width: 768px) {
  .title {
    font-size: 28px;
  }
}

.h1 {
  line-height: 104.167%;
  font-family: "DM Sans";
  font-size: 45px;
  color: #151515;
  line-height: 122.727%;
  font-weight: 900;
}
@media (min-width: 1099px) {
  .h1 {
    font-size: 64px;
  }
}
@media (min-width: 1500px) {
  .h1 {
    font-size: 64px;
  }
}

.h2 {
  font-family: "SF PRO display", sans-serif;
  font-size: 28px;
}
@media (min-width: 1099px) {
  .h2 {
    font-size: 32px;
  }
}
@media (min-width: 1500px) {
  .h2 {
    font-size: 32px;
  }
}

.h3 {
  font-size: 30px;
}
@media (min-width: 1099px) {
  .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .h3 {
    font-size: 30px;
  }
}

.h4 {
  font-size: 12px;
}
@media (min-width: 1099px) {
  .h4 {
    font-size: 15px;
  }
}
@media (min-width: 1500px) {
  .h4 {
    font-size: 15px;
  }
}

p:empty {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .section-title_centered {
    text-align: center;
  }
}

body {
  background-color: #121012;
  font-weight: 400;
  line-height: 155.55%;
  color: #151515;
  font-family: "SF PRO display", sans-serif;
  font-size: 12px;
}
@media (min-width: 360px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1099px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
}
body.home main {
  padding: 65px 0 0 0;
}

.text p:not(:last-child) {
  margin-bottom: 1em;
}

.text strong {
  font-weight: 500;
}

.categories-menu li span {
  position: relative;
  z-index: 4;
}

.container,
.content-area {
  width: 1440px;
  max-width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* .page-container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.page-container h1 {
  margin-bottom: 32px;
}
.page-container h2 {
  margin: 40px 0 25px;
}
.page-container h3 {
  margin: 25px 0 15px;
}
.page-container p {
  margin: 0 0 12px;
}
.page-container ul {
  margin: 20px 0;
  list-style: disc;
  padding-left: 18px;
}
.page-container ol {
  margin: 20px 0;
  list-style: decimal;
  padding-left: 18px;
} */

.wrapper {
  position: relative;
  overflow: hidden;
}

.df {
  display: flex;
}

.flw {
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.jcb {
  justify-content: space-between;
}

.fdc {
  flex-direction: column;
}

@media (min-width: 1099px) {
  .section-p .container {
    padding-left: 90px;
    padding-right: 90px;
  }
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #121012;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #454242;
  border-radius: 10px;
  box-shadow: inset 0 -16px #121012, inset 0 16px #121012;
}

:root {
  --padding: 45px;
}
@media (min-width: 992px) {
  :root {
    --padding: 75px;
  }
}
@media (min-width: 1099px) {
  :root {
    --padding: 160px;
  }
}

.text-page {
  padding-top: 45px;
}
.text-page h1 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .text-page h1 {
    margin-bottom: 32px;
  }
}
.text-page h2 {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .text-page h2 {
    margin-bottom: 20px;
  }
}
.text-page h3 {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .text-page h3 {
    margin-bottom: 20px;
  }
}

.error-page {
  padding-top: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .error-page {
    padding-top: 120px;
  }
}
.error-page .h4 {
  margin-top: 5px;
}
.error-page p {
  margin: 20px 0;
}

ul.breadcrumbs-list {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
}
@media (min-width: 768px) {
  ul.breadcrumbs-list {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  ul.breadcrumbs-list {
    gap: 8px 12px;
  }
}
ul.breadcrumbs-list li {
  font-size: 12px;
}
@media (min-width: 768px) {
  ul.breadcrumbs-list li {
    font-size: 14px;
  }
}
ul.breadcrumbs-list a {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  ul.breadcrumbs-list a {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  ul.breadcrumbs-list a svg {
    width: 6px;
    height: 12px;
  }
}

.footer_nav li {
  padding-bottom: 19px;
  color: #20150d;
  text-align: left;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 82%;
  text-transform: uppercase;
}

.error404 .section-404 {
  padding: 170px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .error404 .section-404 {
    padding: 60px 0;
  }
}
.error404 .section-404:after {
  content: "";
  display: block;
  width: 675px;
  height: 675px;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(129, 52, 254, 0.5) 18.17%,
    rgba(18, 16, 18, 0) 100%
  );
  filter: blur(70px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .error404 .section-404:after {
    width: 100%;
    height: 400px;
  }
}
.error404 .section-404 h1 {
  margin: 0;
  text-align: center;
  font-family: "Kuunari";
  font-size: 500px;
  font-weight: 700;
  line-height: 0.9;
  font-stretch: condensed;
}
@media (max-width: 767px) {
  .error404 .section-404 h1 {
    font-size: 200px;
  }
}
.error404 .section-404 p {
  color: var(--Gradients-Gray, #cbcbcb);
  text-align: center;
  font-family: "SF PRO display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 111.111%;
  position: relative;
  z-index: 1;
}
.error404 .section-404 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  width: fit-content;
  margin: 40px auto 0;
  padding: 14px 34px;
  border-radius: 12px;
  background: var(
    --Gradients-White,
    linear-gradient(90deg, #f0f0f0 0%, #c2c2c2 100%)
  );
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1), 1px 1px 10px -1px #fff inset;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .error404 .section-404 .button {
    margin-top: 20px;
  }
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.custom-clear-button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  color: #deff31;
  display: none;
}

input[type="search"]:not(:placeholder-shown) ~ .custom-clear-button {
  display: block;
}

.search-no-results .woocommerce-no-products-found {
  margin: 20px auto 0px auto;
}
.search-no-results .woocommerce-info {
  font-size: 24px;
}

.header .menu-left {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .menu-left .menu-main-container {
  width: 100%;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .header .menu-main-container {
    display: none;
  }
}
.header__menu-btn {
  position: relative;
  width: 27px;
  padding: 6px 4px;
  height: 27px;
  border: none;
  background: transparent;
  display: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .header__menu-btn {
    display: block;
  }
}
.header__menu-btn span {
  display: block;
  height: 2px;
  width: 18px;
  position: absolute;
  border-radius: 3px;
  background: #ffffff;
  transition: 0.3s;
}
.header__menu-btn span:first-child {
  top: 5px;
}
.header__menu-btn span:nth-child(2) {
  top: calc(50% - 1px);
}
.header__menu-btn span:last-child {
  top: calc(100% - 8px);
}
.header__menu-btn.active {
  opacity: 0;
  /* transform: rotate(45deg);
  span {
      &:first-child {
          transform: rotate(90deg);
          top: calc(50% - 1px);
      }
      &:last-child {
          top: calc(50% - 1px);
      }
  } */
}
@media (min-width: 992px) {
  .header .menu-main-container ul.menu {
    display: flex;
    justify-content: space-between;
    gap: 34px;
  }
  .header .menu-main-container ul.menu li.menu-item a {
    color: #cbcbcb;
    font-family: "SF PRO display", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 12px;
    padding: 10px 15px;
    margin: 0 -15px;
    transition: all 0.3s ease-in-out;
  }
  .header .menu-main-container ul.menu li.menu-item a:hover {
    background: #2d2d2d;
  }
  .header .menu-main-container ul.menu li.menu-item:last-child a {
    font-weight: 600;
    color: #deff31;
  }
  .header .menu-main-container ul.menu li.menu-item.soon {
    position: relative;
  }
  .header .menu-main-container ul.menu li.menu-item.soon a {
    color: #696969;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .header .menu-main-container ul.menu li.menu-item.soon .soon-text {
    border-radius: 7px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    transform: rotate(-6deg);
    padding: 6px 12px;
    line-height: 1;
    background: linear-gradient(90deg, #5c1dc5 0%, #9832df 100%);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1),
      1px 1px 10px -1px rgba(255, 255, 255, 0.54) inset;
  }
}

.footer {
  background-color: #121012;
  padding-top: 69px;
  margin-top: auto;
}
.footer__cols {
  display: flex;
  flex-direction: column;
  font-family: "SF PRO display", sans-serif;
  padding-bottom: 22px;
  gap: 35px;
}
@media (min-width: 1402px) {
  .footer__cols {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1099px) {
  .footer__cols {
    padding-bottom: 45px;
    flex-direction: row;
    gap: 0;
  }
}
.footer__text {
  color: #ffffff;
  font-family: "Kuunari", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
  font-stretch: condensed;
}
.footer__left {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .footer__left {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__left h2 {
  max-width: 161px;
}
@media (min-width: 1099px) {
  .footer__left h2 {
    max-width: unset;
  }
}
@media (max-width: 1099px) {
  .footer__left h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .footer__left h2 {
    width: 100%;
    max-width: 100%;
    font-size: 22px;
    text-align: center;
  }
}
@media (min-width: 1099px) {
  .footer__left {
    flex: 1 0 340px;
    display: block;
  }
}
@media (min-width: 1402px) {
  .footer__left {
    flex: 1 0 440px;
  }
}
.footer__right {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__right {
    gap: 40px;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
  }
}
@media (min-width: 1099px) {
  .footer__right {
    padding-left: 64px;
    justify-content: flex-end;
  }
}
@media (min-width: 1099px) {
  .footer__btn {
    margin-top: 20px;
  }
}
.footer__block-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "SF PRO display", sans-serif;
  margin-bottom: 15px;
  color: #ffffff;
}
.footer__contacts-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__contacts-list {
    align-items: flex-start;
  }
}
.footer__contacts-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #696969;
  font-weight: 500;
}
.footer__contacts-list li .icon {
  line-height: 0;
}
.footer__scroll {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .footer__scroll {
    align-items: stretch;
  }
}
.footer__scroll p {
  font-size: 12px;
  color: #696969;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 768px) {
  .footer__scroll p {
    max-width: 135px;
    font-size: 14px;
  }
}
.footer__socials {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 7px;
}
@media (min-width: 768px) {
  .footer__socials {
    justify-content: flex-start;
  }
}
.footer__socials-item a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.32) 0%,
    rgba(255, 255, 255, 0.32) 51.5%,
    rgba(153, 153, 153, 0.32) 100%
  );
}
.footer__socials-item a::before {
  content: "";
  position: absolute;
  top: var(--before-top, 0); /* Use CSS variable */
  left: var(--before-left, 0); /* Use CSS variable */
  width: 57px;
  height: 57px;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(
    102.33% 51.16% at 51.16% 51.16%,
    #d803ff 15.67%,
    #931ff7 38.17%,
    #2767fc 65.67%,
    #deff31 81.67%
  );
  /* Apply the blur filter */
  filter: blur(13.7px); /* Rounded the blur value to 13.7px for simplicity */
  transition: opacity 0.2s ease-in-out;
}
.footer__socials-item a.anim::before {
  opacity: 1;
}
.footer__socials-item a img {
  display: block;
  height: 18px;
  width: auto;
  position: relative;
  z-index: 2;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__menu li.soon {
  position: relative;
}
.footer__menu li.soon a {
  color: #3e3e3e;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer__menu li.soon .soon-text {
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  transform: rotate(-6deg);
  padding: 6px 12px;
  line-height: 1;
  background: linear-gradient(90deg, #5c1dc5 0%, #9832df 100%);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1),
    1px 1px 10px -1px rgba(255, 255, 255, 0.54) inset;
}
.footer__menu a {
  color: #696969;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__bottom {
    gap: 27px;
    padding-bottom: 30px;
  }
}
.footer__bottom-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__bottom-cols li {
  padding: 0 7px;
  color: #696969;
  font-size: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .footer__bottom-cols li {
    font-size: 14px;
  }
}
.footer__bottom-cols li::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(180deg, #3b393b, rgba(59, 57, 59, 0));
}
.footer__bottom-cols li a {
  color: #696969;
  font-size: 10px;
}
@media (min-width: 768px) {
  .footer__bottom-cols li a {
    font-size: 14px;
  }
}
.footer__bottom-cols li:first-child::before {
  content: none !important;
}
.footer__bottom-cols li:last-child::before {
  content: none !important;
}
@media (min-width: 477px) {
  .footer__bottom-cols li:last-child::before {
    content: "" !important;
  }
}
.footer .payment-metods {
  width: 40%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
@media (max-width: 576px) {
  .footer .payment-metods {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.footer .payment-metods svg,
.footer .payment-metods img {
  max-height: 33px;
  width: auto;
}
.footer .banner-left,
.footer .banner-right {
  display: none;
}
@media (min-width: 1920px) {
  .footer .banner-left,
  .footer .banner-right {
    display: block;
    position: fixed;
    height: calc(100vh - 115px);
    bottom: 15px;
    width: 225px;
    border-radius: 19px;
    overflow: hidden;
  }
}
.footer .banner-left img,
.footer .banner-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.footer .banner-left {
  left: 50%;
  transform: translateX(-945px);
}
.footer .banner-right {
  right: 50%;
  transform: translateX(945px);
}

.top-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 86px;
}
@media (max-width: 576px) {
  .top-wrapper {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}

.footer_left {
  display: flex;
  min-height: 192px;
  padding-bottom: 2.93px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 576px) {
  .footer_left {
    align-items: center;
  }
}
.footer_left img {
  width: 300px;
  height: 48.08px;
  max-width: 483.84px;
}
.footer_left .social-icons img {
  height: 28px;
  width: auto;
}

nav.blog-links li {
  color: #20150d;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 82%;
  text-transform: uppercase;
  height: 32px;
}

.footer_nav {
  display: flex;
  gap: 60px;
}
@media (max-width: 576px) {
  .footer_nav {
    align-items: center;
    margin-bottom: 24px;
  }
  .footer_nav li {
    text-align: center;
  }
}

.bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 28px;
}
@media (max-width: 768px) {
  .bottom-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.social-icons {
  display: flex;
  gap: 20px;
}
.social-icons svg {
  color: #1d1d1b;
}

.top-wrapper li:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .top-wrapper li {
    font-size: 12px;
  }
  nav.blog-links li {
    font-size: 12px;
  }
  .footer_nav {
    gap: 40px;
  }
  .footer_left img {
    width: 150px;
    height: 24px;
  }
  .top-wrapper {
    padding-top: 43px;
  }
}
@media screen and (max-width: 470px) {
  .footer_nav {
    flex-direction: column;
    gap: 19px;
  }
}
.current-menu-item a {
  color: #20150d;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 82%; /* 13.12px */
  /*text-transform: uppercase;*/
}

.btn-with-after {
  transition: 0.3s;
  text-transform: uppercase;
  background: black;
  color: white;
  padding: 10px 90px;
  margin-top: 30px;
  border-radius: 10px;
  font-size: 20px;
}

.btn-with-after:hover {
  background: #2d2d2d;
}

.btn-without-after {
  text-align: center;
  width: 20%;
  transition: 0.3s;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 10px 90px;
  margin-top: 30px;
  border-radius: 10px;
  font-size: 20px;
}

.btn-without-after:hover {
  background: #2d2d2d;
}

.btn-sign {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 33.5px;
  border-radius: 12px;
  border: 1px solid #aecc10;
  background: rgba(222, 255, 49, 0.45);
  backdrop-filter: blur(6px);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn-sign:hover {
  border-color: #deff31;
  background: rgba(222, 255, 49, 0.8);
}
@media (min-width: 576px) {
  .btn-sign {
    padding: 15px 25px;
  }
}
.btn-sign.light {
  background: linear-gradient(90deg, #f0f0f0 0%, #c2c2c2 100%);
}
.btn-sign span.text-span {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
@media (min-width: 576px) {
  .btn-sign span.text-span {
    font-size: 16px;
  }
}
.btn-sign span.icon {
  display: block;
  line-height: 1;
  height: auto;
}
.btn-sign span.icon svg path {
  stroke: #fff;
}
@media (max-width: 576px) {
  .btn-sign span.icon svg {
    display: block;
    width: 20px;
    height: auto;
  }
}
.btn-sign::before {
  content: "";
  position: absolute;
  top: var(--before-top, 0); /* Use CSS variable */
  left: var(--before-left, 0); /* Use CSS variable */
  width: 163px;
  height: 163px;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(
    102.33% 51.16% at 51.16% 51.16%,
    #d803ff 15.67%,
    #931ff7 38.17%,
    #2767fc 65.67%,
    #deff31 81.67%
  );
  /* Apply the blur filter */
  filter: blur(13.7px); /* Rounded the blur value to 13.7px for simplicity */
  transition: opacity 0.2s ease-in-out;
}
.btn-sign.anim::before {
  opacity: 1;
}
.btn-sign span {
  position: relative;
  z-index: 2;
}

.page-container {
  width: 100%;
}
.page-id-1425 > .wrapper,
.page-id-1427 > .wrapper {
  overflow: unset;
  position: static;
}
.page-container .flex-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 128px;
}
@media (max-width: 1220px) {
  .page-container .flex-container {
    max-width: 520px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
  }
}
.page-container .wrapper {
  display: flex;
  flex-shrink: 1;
  flex-grow: 0;
  min-height: 60px;
  position: sticky;
  left: 0;
  top: 80px;
}
.page-container .page-title {
  color: #fff;
  font-family: "Kuunari";
  font-size: 64px;
  font-weight: 900;
  line-height: 1.16;
  text-transform: uppercase;
}
@media (max-width: 1220px) {
  .page-container .page-title {
    font-size: 35px;
  }
}
.page-container ol {
  padding-left: 15px;
}
.page-container ol > li > strong {
  margin-bottom: 16px !important;
}
.page-container .date {
  color: #cbcbcb;
  font-family: "SF Pro Display";
  font-size: 14px;
  line-height: 1.29;
}
.page-container .page-content {
  max-width: 548px;
}
.page-container .page-content li::marker,
.page-container .page-content strong {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
}
.page-container .page-content .ul-list-item > strong:first-child {
  /* margin-left: -16px; */
}
.page-container .page-content .title > strong:first-child {
  margin-left: 0;
}
.page-container .page-content .wp-block-list {
  margin-bottom: 28px;
}
.page-container .page-content li {
  color: #cbcbcb;
  font-family: "SF Pro Display";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
}
.page-container .page-content ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.page-container .page-content .rome > li:not(:last-child) {
  margin-bottom: 14px;
}
.page-container .page-content .ul-list-subitem {
  margin-left: 46px;
}
.page-container .page-content .ul-list-subitem:first-child {
  margin-top: 14px;
}
.page-container .wrapper p {
  color: #cbcbcb;
}
.page-container .page-content a {
  color: #deff31;
  font-family: "SF Pro Display";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.13;
  text-decoration: underline;
}
.page-container .page-content .ul-list-item:first-child {
  margin-top: 16px;
}
.page-container .page-content em {
  margin-top: 15px;
}
.page-container .page-content .italic {
  margin-left: -15px;
}
.page-container .page-content .ul-list-subitem > strong {
  margin-left: -18px;
}
.page-container .page-content .empty {
  margin-bottom: 28px;
}
.page-container .page-content .title {
  text-transform: none;
}

.page-container .page-content .wp-block-list.main {
  padding-top: 0;
}

.page-container .wrapper h1 {
  margin-bottom: 0;
}

.goat-error {
  color: red;
}

.goat-login-modal .goat-error {
  margin-bottom: -20px;
  text-align: center;
  margin-top: 10px;
}

.show-password-input {
  display: none;
}

.goat-sync-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.goat-sync-modal .text {
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
  color: #cbcbcb;
}
.goat-sync-modal__body {
  padding: 20px;
  width: calc(100% - 15px - 15px);
  position: relative;
  /* overflow-y: scroll; */
  /* max-height: 70%; */
  border-radius: 18px;
  background: linear-gradient(0deg, rgba(59, 57, 59, 0), #3b393b);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 380px) {
  .goat-sync-modal__body {
    width: 100%;
    max-width: 380px;
  }
}
@media (min-width: 576px) {
  .goat-sync-modal__body {
    padding: 18px 30px 30px;
  }
}
.goat-sync-modal__body::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 18px;
  height: calc(100% - 2px);
  background: #1e1e1e;
}
.goat-sync-modal__body > * {
  position: relative;
  z-index: 3;
}
.goat-sync-modal__body h3 {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-variant: all-small-caps;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .goat-sync-modal__body h3 {
    font-size: 20px;
    font-variant: all-small-caps;
  }
}

.goat-sync-modal__body .btn-sign {
  width: 100%;
  padding: 15px;
  justify-content: center;
}
@media (min-width: 576px) {
  .goat-sync-modal__body .btn-sign {
    padding: 16px;
  }
}

.goat-sync-modal .goat-sync-modal__close {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  background: rgba(0, 0, 0, 0);
  border: none;
  top: 15px;
  right: 17px;
  margin: 0;
  padding: 0;
  width: auto;
}
.goat-sync-modal .goat-sync-modal__close svg {
  display: block;
  position: relative;
  z-index: 4;
  line-height: 0;
  height: auto;
}

.woocommerce-view-order .goat-account__content {
  color: #fff;
}

/* signed up modal */
.goat-signed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  /* opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out; */
}
/* .goat-signed-modal.active {
  opacity: 1;
  visibility: visible;
} */
.goat-signed-modal img {
  display: block;
  width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .goat-signed-modal img {
    margin-top: 40px;
  }
}

.goat-signed-modal__main {
  padding: 17px 30px 30px;
  border-radius: 18px;
  border: 1px solid #3b393b;
  background: #1e1e1e;
  max-width: 380px;
  width: 100%;
  position: relative;
}

.goat-signed-modal__close {
  position: absolute;
  display: block;
  top: 17px;
  right: 17px;
  background: transparent;
  line-height: 0;
  height: auto;
  cursor: pointer;
  border: none;
}
@media (max-width: 900px) {
  .goat-signed-modal__main {
    padding: 24px 14px;
  }
}
@media (max-width: 575px) {
  .goat-signed-modal__main {
    padding: 25px 14px 25px 14px;
  }
}
@media (max-width: 410px) {
  .goat-signed-modal__main {
    max-width: calc(100% - 30px);
  }
}
.goat-signed-modal__main h3 {
  text-align: center;
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-variant: all-small-caps;
  font-weight: 500;
  padding: 0 30px;
}
@media (min-width: 576px) {
  .goat-signed-modal__main h3 {
    font-size: 28px;
    font-variant: all-small-caps;
  }
}
.goat-signed-modal .btn-sign {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.password-error {
  font-size: 12px;
  text-align: center;
  line-height: 1.7;
  margin-top: 5px;
}

.checkout_coupon {
  display: flex !important;
  align-items: center;
  /* gap: 15px; */
  width: 100%;
  padding: 5px 5px 5px 0;
  border-radius: 12px;
  border: 1px solid #3b393b;
  color: #fff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.checkout_coupon input {
  background: transparent;
  padding: 12px 14px;
  border: none;
  outline: none;
  color: #fff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.checkout_coupon .form-row-first {
  flex: 1 1 100%;
}

.checkout_coupon .form-row-last {
  flex: 0 0 auto;
}

@media (max-width: 576px) {
  .checkout_coupon .form-row-last {
    flex: 0 0 100px;
  }
}

.checkout_coupon input::placeholder {
  color: #fff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: #9c9c9c;
}

.checkout_coupon button {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  min-width: 100px;
  background: #fff;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121212;
  font-family: "SF PRO display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 112.5%;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 576px) {
  /* .checkout_coupon button {
    border-radius: 8px;
  } */
}

.coupon-custom-messages {
  margin-top: 5px;
}

.coupon-custom-messages li {
  font-size: 16px;
}
@media (max-width: 576px) {
  .coupon-custom-messages li {
    font-size: 14px;
  }
}
