@charset "UTF-8";
/*
* Base Theme
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

html {
  margin-top: 0 !important;
}

body,
html {
  overflow-x: clip;
  margin: 0;
  background-color: var(--backgroundFirst);
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  box-sizing: border-box;
  color: var(--darkTextColor);
  font-family: "Figtree";
  scroll-behavior: smooth;
}

body *,
html * {
  box-sizing: border-box;
}

body strong,
html strong {
  font-weight: 500;
}

body img,
html img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body section,
html section {
  width: 100%;
  position: relative;
  padding: var(--spaceBetweenSections) 0;
  background-color: var(--backgroundFirst);
}

body section#banner+section,
html section#banner+section {
  padding-top: 10px;
}

body a[href="#"],
html a[href="#"] {
  cursor: default !important;
}

body a,
html a {
  color: var(--accentColor);
  font-weight: 500;
  text-decoration: none;
  transition: var(--simpleTransition);
}

body a:hover,
html a:hover {
  color: var(--hoverAccentColor);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-family: "Felix Titling";
  font-weight: 500;
}

body h1,
html h1 {
  font-size: 2.5em;
  font-weight: 500;
}

body h2,
html h2 {
  font-size: 2em;
}

body h3,
html h3 {
  font-size: 1.7em;
  line-height: 1.7em;
}

body p,
html p {
  font-size: 1em;
  line-height: 1.65em;
  font-weight: 300;
}

body .container,
html .container {
  position: relative;
  width: var(--containerWidth);
  max-width: var(--containerMaxWidth);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

body .has-overlay,
html .has-overlay {
  position: relative;
}

body .has-overlay::before,
html .has-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #303030;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

body .has-overlay>*,
html .has-overlay>* {
  position: relative;
  z-index: 2;
}

body img.background,
html img.background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

html.stuck,
body.stuck {
  overflow: hidden;
  height: 100vh;
}

.theme-style {
  width: 100%;
}

.theme-style p {
  font-size: 1.08em;
  font-weight: 300;
  line-height: 1.85em;
  text-align: justify;
}

.theme-style strong {
  font-weight: 400;
  color: #505050;
}

.theme-style h2 {
  text-align: left;
  margin-top: 60px !important;
  margin-bottom: 20px !important;
  font-weight: 900;
  color: var(--darkTextColor);
  font-size: 2em;
}

.theme-style h3 {
  margin-top: 50px !important;
  margin-bottom: 15px !important;
  font-weight: 600;
  font-size: 1.75em;
  color: var(--darkTextColor);
}

.theme-style h4 {
  font-size: 1.5em;
  font-weight: 500;
}

.theme-style ul,
.theme-style ol {
  margin: 15px 0 !important;
  font-weight: 200;
}

.theme-style li {
  margin: 25px 0 !important;
  font-family: "Figtree";
  font-weight: 300;
  color: var(--darkTextColor);
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

.theme-style figure {
  width: 100% !important;
  margin: 50px 0;
}

.theme-style img {
  width: 100% !important;
  border-radius: 10px;
}

.theme-style hr {
  margin: 50px 0;
}

.theme-style .wp-block-table {
  margin: 25px 0;
}

.theme-style .wp-block-embed {
  margin: 50px 0 !important;
}

.theme-style .wp-block-embed iframe {
  width: 100%;
  height: 40vh;
  color: var();
}

.theme-style .wp-block-columns {
  width: 100%;
}

.theme-style .wp-block-button__link {
  margin-top: 0.8em !important;
  background: var(--accentColor) !important;
  font-family: "Felix Titling" !important;
  color: var(--lightTextColor) !important;
  font-size: 1.3em !important;
  font-weight: 600 !important;
  padding: 12px 30px !important;
  margin-bottom: 1em !important;
  transition: var(--simpleTransition) !important;
}

.theme-style .wp-block-button__link:hover {
  scale: 1.04 !important;
}

#navmenu {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: -105px;
  z-index: 10;
}

#navmenu .main-bar {
  position: relative;
  height: 65px;
  box-sizing: border-box;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

#navmenu .main-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#navmenu .main-bar .stellarnav {
  width: 80% !important;
  display: flex;
  align-items: center;
  justify-content: end;
}

#navmenu .main-bar .stellarnav .menu-toggle {
  color: var(--darkTextColor);
}

#navmenu .main-bar .stellarnav .menu-toggle .bars span {
  background-color: var(--darkTextColor);
}

#navmenu .main-bar .stellarnav .menu>li>a:not(.dd-toggle) {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--darkTextColor);
  font-weight: 300;
  font-size: 1em;
  padding: 0 1.5vw;
  height: 65px;
  text-transform: uppercase;
}

#navmenu .main-bar .stellarnav .menu>li>a:not(.dd-toggle)::after {
  border-top: 6px solid var(--darkTextColor);
}

#navmenu .main-bar .stellarnav .menu>li:hover a,
#navmenu .main-bar .stellarnav .menu>li .current_page_item a {
  color: var(--accentColor);
}

#navmenu .main-bar .stellarnav .menu>li:has(.sub-menu) .sub-menu li {
  transition: var(--simpleTransition);
  background-color: var(--backgroundSecond);
}

#navmenu .main-bar .stellarnav .menu>li:has(.sub-menu) .sub-menu li a:not(.dd-toggle) {
  color: var(--darkTextColor);
  font-weight: 400;
  font-size: 1em;
}

#navmenu .main-bar .stellarnav .menu>li:has(.sub-menu) .sub-menu li:hover,
#navmenu .main-bar .stellarnav .menu>li:has(.sub-menu) .sub-menu li.current-menu-item {
  background-color: var(--accentColor);
}

#navmenu .main-bar .stellarnav .menu>li:has(.sub-menu) .sub-menu li:hover>a,
#navmenu .main-bar .stellarnav .menu>li:has(.sub-menu) .sub-menu li.current-menu-item>a {
  color: var(--darkTextColor);
}

#navmenu .main-bar .site-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

#navmenu .main-bar .site-logo img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1300px) {
  #navmenu .main-bar .menu-toggle {
    display: flex;
    justify-content: end;
    color: var(--darkTextColor);
  }

  #navmenu .main-bar .menu-toggle .bars span {
    background-color: var(--darkTextColor);
  }

  #navmenu .main-bar .stellarnav .menu {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    border-top: 1px solid #404040;
  }

  #navmenu .main-bar .stellarnav .menu li {
    background-color: var(--backgroundSecond);
  }

  #navmenu .main-bar .stellarnav .menu li.open .dd-toggle {
    translate: 0 3px;
  }

  #navmenu .main-bar .stellarnav .menu li .dd-toggle {
    scale: 1.5;
  }

  #navmenu .main-bar .stellarnav .menu li a:not(.dd-toggle) {
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px;
    font-weight: 500;
  }

  #navmenu .main-bar .stellarnav .menu li .sub-menu li a {
    font-weight: 300;
    border: none;
  }

  #navmenu .main-bar .stellarnav .menu li .sub-menu li:hover {
    background-color: var(--backgroundSecond) !important;
  }

  #navmenu .main-bar .site-logo img {
    width: 50px;
  }
}

#default-page #content .container {
  justify-content: start;
  align-items: start;
}

#default-page #content .container h2 {
  color: var(--accentColor);
}

#banner,
#shop-banner {
  padding: 5vh 3vh;
  padding-top: calc(5vh + 65px);
  min-height: 450px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--darkTextColor);
  text-align: center;
}

#banner::before,
#shop-banner::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(251, 248, 244, 0.15) 0%, rgb(251, 248, 244) 100%);
}

#banner img.background,
#shop-banner img.background {
  width: clamp(1700px, 170vw, 9999px);
  left: 50%;
  translate: -50% 0;
  max-width: unset;
  -o-object-position: 50% 75%;
  object-position: 50% 75%;
  opacity: 0.65;
}

#banner .container,
#shop-banner .container {
  flex-direction: column;
  gap: 2vh;
}

#banner .container .icon,
#shop-banner .container .icon {
  width: 75px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: -0.5vh;
}

#banner .container h1,
#shop-banner .container h1 {
  font-size: clamp(2em, 3.5vw, 3em);
  margin-bottom: 0.35em;
  margin-top: 0;
}

#banner .container h2,
#shop-banner .container h2 {
  font-family: "Figtree";
  font-size: 1.3em;
  font-weight: 300;
  color: var(--accentColor);
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

#banner .container .buttons-wrapper,
#shop-banner .container .buttons-wrapper {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
}

#banner .container .buttons-wrapper .btn,
#shop-banner .container .buttons-wrapper .btn {
  margin-top: 0;
}

footer {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  background-color: var(--backgroundSecond);
  color: var(--darkTextColor);
  overflow: hidden;
  border-top: 1px solid lightgray;
}

footer img.background {
  width: clamp(1700px, 170vw, 9999px);
  left: 50%;
  translate: -50% 0;
  max-width: unset;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
  opacity: 0.36;
}

footer.has-overlay::before {
  background-color: unset;
  opacity: 1;
  background: linear-gradient(0deg, rgba(251, 248, 244, 0.25) 0%, rgb(251, 248, 244) 100%);
}

footer .columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6vh 5vw;
  gap: 3vh 0;
  position: relative;
}

footer .columns .single-col {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3vh;
  padding: 0 2vw;
  width: var(--width);
  min-width: var(--min-width);
}

footer .columns .single-col h2,
footer .columns .single-col h3,
footer .columns .single-col h4,
footer .columns .single-col h5,
footer .columns .single-col h6 {
  margin-top: 0;
}

footer .columns .single-col .item-title {
  color: var(--backgroundCards);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1vh;
  font-size: 1.15em;
  font-weight: 300;
  margin-top: 0;
}

footer .columns .single-col .short-description img {
  height: 110px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

footer .columns .single-col .short-description p {
  font-size: 1.1em;
  line-height: 1.6em;
}

footer .columns .single-col .pages-list .list,
footer .columns .single-col .links-list .list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

footer .columns .single-col .pages-list .list a,
footer .columns .single-col .links-list .list a {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--darkTextColor);
  transition: var(--simpleTransition);
}

footer .columns .single-col .pages-list .list a:hover,
footer .columns .single-col .links-list .list a:hover {
  translate: 5px 0;
}

footer .columns .single-col .wysiwyg .content p {
  margin: 5px 0;
  line-height: 1.6em;
  font-weight: 300;
}

footer .columns .single-col .social-medias .list {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

footer .columns .single-col .social-medias .list a:not(:last-child) {
  margin-right: 5px;
}

footer .columns .single-col .social-medias .list a img {
  width: 22px;
  height: 22px;
}

@media only screen and (max-width: 580px) {
  footer .columns .single-col {
    width: 100%;
  }

  footer .columns .single-col .item-title {
    text-align: center;
  }

  footer .columns .single-col .list {
    justify-content: center;
    align-items: center;
  }

  footer .columns .single-col .short-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .columns .single-col .short-description p {
    text-align: center;
  }

  footer .columns .single-col .wysiwyg {
    text-align: center;
  }
}

footer .bottombar {
  width: 100%;
  padding: 3vh 7vw;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
}

footer .bottombar .copyright {
  color: var(--darkTextColor);
  font-weight: 300;
}

footer .bottombar .copyright a {
  color: var(--darkTextColor);
  transition: var(--simpleTransition);
}

footer .bottombar .copyright a:hover {
  color: var(--accentColor);
}

footer .bottombar .legal-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
}

footer .bottombar .legal-menu ul li:not(:last-child)::after {
  content: "•";
  margin: 0 10px;
  color: #fff;
}

footer .bottombar .legal-menu ul li a {
  color: #fff;
  font-weight: 200;
  transition: var(--simpleTransition);
}

footer .bottombar .legal-menu ul li a:hover {
  color: var(--accentColor);
}

@media only screen and (max-width: 1200px) {
  footer .bottombar {
    flex-direction: column;
  }

  footer .bottombar .copyright,
  footer .bottombar .legal-menu {
    width: 100%;
    margin: 1vh 0;
  }

  footer .bottombar .copyright {
    display: block;
    text-align: center;
    order: 2;
  }

  footer .bottombar .legal-menu {
    display: flex;
    justify-content: center;
    order: 1;
  }
}

#front-page #hero #banner {
  height: 100vh;
  padding: var(--spaceBetweenSections) 0;
}

#front-page #hero #banner .background {
  width: clamp(1700px, 250vw, 9999px);
}

#front-page #hero #banner .container {
  max-width: 650px;
}

#front-page #hero #banner .container h2 span {
  font-size: clamp(1.2em, 2.22vw, 1.5em);
  display: block;
  margin: 3vh 0;
  margin-top: 1.2vh;
}

#all-posts>h3 {
  text-align: center;
  font-size: 2.2em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.5em;
}

#all-posts .categories {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 2vh;
}

#all-posts .categories a {
  padding: 10px 20px;
  position: relative;
  color: var(--darkTextColor);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 1in;
  border: 1px solid gray;
  transition: var(--simpleTransition);
}

#all-posts .categories a strong {
  font-weight: 600;
}

#all-posts .categories a.active,
#all-posts .categories a:hover {
  border: 1px solid var(--accentColor);
  color: var(--lightTextColor);
  background-color: var(--accentColor);
}

#all-posts .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  gap: 25px;
  width: 100%;
}

#all-posts .wrapper .single {
  flex: 1 1 calc(50% - 25px);
}

@media only screen and (max-width: 900px) {
  #all-posts .wrapper .single {
    flex: 1 1 100%;
  }

  #all-posts .wrapper .single .content {
    padding: 25px;
    padding-top: 40vh;
  }
}

#last-post {
  padding-bottom: 0;
}

#last-post .vertical-post-card .content .text h3 {
  text-align: left;
}

#last-post .vertical-post-card .content .text .description * {
  text-align: left;
}

#last-post .vertical-post-card .content .categories {
  justify-content: start;
  padding-top: 0;
}

#last-post .vertical-post-card .content .categories::before {
  content: unset;
}

#contact-page section.contact-form {
  margin: 0;
}

#singlepost-page #banner {
  height: 35vh;
}

#singlepost-page #banner .container {
  justify-content: end;
  align-items: start;
  height: 100%;
  width: 95%;
}

#singlepost-page #banner .container h1 {
  margin-bottom: 0.25em;
}

#singlepost-page #the-post {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  max-width: 2000px;
  margin: auto;
  padding: calc(var(--spaceBetweenSections) / 1.5) 6vw !important;
}

#singlepost-page #the-post article {
  width: calc(70% - 3vw);
}

#singlepost-page #the-post article p:first-child {
  margin-top: 0;
}

#singlepost-page #the-post article p:last-child {
  margin-bottom: 0;
}

#singlepost-page #the-post aside {
  display: flex;
  flex-direction: column;
  width: calc(30% - 2vw);
}

#singlepost-page #the-post aside .sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

#singlepost-page #the-post aside .sidebar.sticky {
  position: sticky;
  top: calc(65px + 3vh);
}

@media only screen and (max-width: 1000px) {
  #singlepost-page #the-post {
    flex-wrap: wrap;
    gap: 3vh;
  }

  #singlepost-page #the-post article,
  #singlepost-page #the-post aside {
    width: 100%;
  }

  #singlepost-page #the-post aside .sidebar {
    padding-left: 0;
  }
}

#faqs-page section.contact-form {
  margin-bottom: 0;
}

#single-product-page {
  background-color: var(--backgroundFirst);
}

#single-product-page main {
  padding-bottom: var(--spaceBetweenSections);
}

#single-product-page main .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}

#single-product-page main .container .images-col,
#single-product-page main .container .details-col {
  width: calc(50% - 2vw);
}

#single-product-page main .container .images-col {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

#single-product-page main .container .images-col .single-image {
  display: flex;
  width: 100%;
  flex: 1;
}

#single-product-page main .container .images-col .single-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: var(--borderRadius);
  aspect-ratio: 1/1;
}

#single-product-page main .container .details-col .wrapper.sticky {
  position: sticky;
  top: 105px;
}

#single-product-page main .container .details-col .wrapper .heading h2 {
  margin: 0;
}

#single-product-page main .container .details-col .wrapper .heading .buy {
  display: flex;
  flex-direction: column;
  margin: 1em 0;
  margin-top: 1.5em;
  border-radius: var(--borderRadius);
}

#single-product-page main .container .details-col .wrapper .heading .buy .price {
  font-size: 1.75em;
  font-weight: 400;
}

#single-product-page main .container .details-col .wrapper .heading .buy .availability-status {
  font-size: 1em;
  font-weight: 400;
  color: #525252;
  margin-top: 5px;
}

#single-product-page main .container .details-col .wrapper .heading .buy button {
  font-size: 20px;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 7px 18px;
}

#single-product-page main .container .details-col .wrapper ul li {
  font-size: 1em;
  line-height: 1.65em;
  font-weight: 300;
}

#single-product-page main .container .details-col .wrapper .read-more {
  display: block;
  margin-top: 5vh;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--accentColor);
  text-decoration: none;
  text-transform: uppercase;
}

#single-product-page main .container .details-col:has(.availability-status.sold-out) .wrapper .heading .buy {
  margin: 0;
}

#single-product-page main .container .details-col:has(.availability-status.sold-out) .wrapper .heading .buy .stock {
  margin-bottom: 0;
}

#single-product-page main .container .details-col:has(.availability-status.sold-out) .wrapper .heading .buy .price {
  display: none;
}

#single-product-page main .container .details-col:has(.availability-status.sold-out) .wrapper .heading .buy .availability-status {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
  color: var(--accentColor);
}

#single-product-page main .container .details-col:has(.availability-status.sold-out) .wrapper .advantages-list {
  display: none;
}

#single-product-page main .container .details-col:has(.availability-status.sold-out) .wrapper .other-details .included {
  display: none;
}

@media only screen and (max-width: 920px) {
  #single-product-page main .container {
    flex-direction: column;
  }

  #single-product-page main .container .images-col,
  #single-product-page main .container .details-col {
    width: 100%;
    margin: 0 auto;
  }

  #single-product-page main .container .images-col .single-image img {
    aspect-ratio: unset;
    height: 40vh;
  }

  #single-product-page main .container .details-col {
    margin-top: calc(var(--spaceBetweenSections) / 2);
  }

  #single-product-page main .container .details-col .wrapper {
    position: relative;
    top: unset;
  }

  #single-product-page main .container .details-col .wrapper .heading {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #single-product-page main .container .details-col .wrapper .add-to-cart-wrapper {
    margin-top: 1em;
  }

  #single-product-page main .container .details-col .wrapper .read-more {
    text-align: center;
  }
}

#single-product-page section#product-details {
  padding-top: 0;
}

#single-product-page section#product-details .container {
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}

#single-product-page section#product-details .container .single-col {
  width: calc(50% - 2vw);
}

#single-product-page section#product-details .container .single-col .single-group {
  margin-bottom: 4vh;
}

#single-product-page section#product-details .container .single-col .single-group .variations_form {
  background-color: transparent;
}

#single-product-page section#product-details .container .single-col .single-group .variations_form:has(.out-of-stock) {
  border: unset;
  padding: 0;
}

#single-product-page section#product-details .container .single-col .single-group .variations_form:has(.out-of-stock) p {
  margin: 1em 0;
}

#single-product-page section#product-details .container .single-col .single-group>.heading {
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 1px solid var(--accentColor);
}

#single-product-page section#product-details .container .single-col .single-group>.heading h4 {
  font-family: "Figtree";
  text-transform: uppercase;
  color: var(--accentColor);
  font-size: 1.1em;
}

#single-product-page section#product-details .container .single-col .single-group>.heading img {
  width: 35px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

#single-product-page section#product-details .container .single-col .single-group.additional-infos .grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

#single-product-page section#product-details .container .single-col .single-group.additional-infos .grid .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px dashed #D5CFC9;
  padding: 1em 0;
}

#single-product-page section#product-details .container .single-col .single-group.additional-infos .grid .item .label {
  margin: 0;
  font-family: var(--textFont);
  font-size: 1em;
  font-weight: 300;
  color: var(--darkText);
}

#single-product-page section#product-details .container .single-col .single-group.training-timeline .loop,
#single-product-page section#product-details .container .single-col .single-group.prerequisites .loop {
  padding: 2em 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#single-product-page section#product-details .container .single-col .single-group.training-timeline .loop .single-horizontal-product-card-small,
#single-product-page section#product-details .container .single-col .single-group.prerequisites .loop .single-horizontal-product-card-small {
  position: relative;
}

#single-product-page section#product-details .container .single-col .single-group.training-timeline .loop .single-horizontal-product-card-small .add-to-cart-wrapper,
#single-product-page section#product-details .container .single-col .single-group.prerequisites .loop .single-horizontal-product-card-small .add-to-cart-wrapper {
  margin-top: 0;
}

#single-product-page section#product-details .container .single-col .single-group.training-timeline .loop .single-horizontal-product-card-small .add-to-cart-wrapper select,
#single-product-page section#product-details .container .single-col .single-group.prerequisites .loop .single-horizontal-product-card-small .add-to-cart-wrapper select {
  font-size: 0.9em;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
}

#single-product-page section#product-details .container .single-col .single-group.training-timeline .loop .single-horizontal-product-card-small .add-to-cart-wrapper input,
#single-product-page section#product-details .container .single-col .single-group.prerequisites .loop .single-horizontal-product-card-small .add-to-cart-wrapper input {
  font-size: 0.9em;
}

#single-product-page section#product-details .container .single-col .single-group.training-timeline .loop .single-horizontal-product-card-small .add-to-cart-wrapper button,
#single-product-page section#product-details .container .single-col .single-group.prerequisites .loop .single-horizontal-product-card-small .add-to-cart-wrapper button {
  font-size: 0.9em;
  padding: 0.5em 1em;
}

@media only screen and (min-width: 450px) {

  #single-product-page section#product-details .container .single-col .single-group.training-timeline .loop .single-horizontal-product-card-small:not(:last-child),
  #single-product-page section#product-details .container .single-col .single-group.prerequisites .loop .single-horizontal-product-card-small:not(:last-child) {
    padding-bottom: 70px;
  }

  #single-product-page section#product-details .container .single-col .single-group.training-timeline .loop .single-horizontal-product-card-small:not(:last-child)::before,
  #single-product-page section#product-details .container .single-col .single-group.prerequisites .loop .single-horizontal-product-card-small:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 15%;
    bottom: 0;
    height: 70px;
    width: 1px;
    background-color: var(--accentColor);
  }

  #single-product-page section#product-details .container .single-col .single-group.training-timeline .loop .single-horizontal-product-card-small:not(:last-child)::after,
  #single-product-page section#product-details .container .single-col .single-group.prerequisites .loop .single-horizontal-product-card-small:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 15%;
    bottom: 35px;
    translate: -50% 50%;
    height: 18px;
    width: 18px;
    background-color: var(--accentColor);
    border-radius: 100%;
  }
}

#single-product-page section#product-details .container .single-col .single-group.planning>.heading {
  margin-bottom: 3vh;
}

#single-product-page section#product-details .container .single-col .single-group.planning .planning-item {
  border: 1px solid #D5CFC9;
  padding: 1em;
  margin-bottom: 3vh;
}

#single-product-page section#product-details .container .single-col .single-group.planning .planning-item>.heading {
  width: 100%;
  border-bottom: 1px solid #D5CFC9;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#single-product-page section#product-details .container .single-col .single-group.planning .planning-item>.heading h5 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--accentColor);
  font-family: "Figtree";
}

#single-product-page section#product-details .container .single-col .single-group.planning .planning-item .days .day {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0.5em 0;
}

#single-product-page section#product-details .container .single-col .single-group.planning .planning-item .days .day:first-child {
  padding-top: 0;
}

#single-product-page section#product-details .container .single-col .single-group.planning .planning-item .days .day:last-child {
  padding-bottom: 0;
}

#single-product-page section#product-details .container .single-col .single-group.planning .planning-item .days .day:not(:last-child) {
  border-bottom: 1px dashed #D5CFC9;
}

#single-product-page section#product-details .container .single-col .single-group.planning .planning-item .days .day h5,
#single-product-page section#product-details .container .single-col .single-group.planning .planning-item .days .day p {
  margin: 0;
  font-family: "Figtree";
}

#single-product-page section#product-details .container .single-col .single-group.book .add-to-cart-wrapper {
  margin-top: 0;
}

@media only screen and (max-width: 920px) {
  #single-product-page section#product-details .container {
    flex-direction: column;
    gap: 3vh;
  }

  #single-product-page section#product-details .container .single-col {
    width: 100%;
  }

  #single-product-page section#product-details .container .single-col .add-to-cart-wrapper select {
    min-width: unset;
  }
}

@media only screen and (max-width: 450px) {
  #single-product-page section#product-details .container .single-col .single-group .loop {
    padding-bottom: 0 !important;
  }

  #single-product-page section#product-details .container .single-col .single-group .loop .single-horizontal-product-card-small {
    margin-bottom: 3em;
  }
}

#blog-page .container {
  max-width: 1200px;
}

#product-category-page {
  background: var(--backgroundFirst);
}

#product-category-page .trainers-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  padding-bottom: 4vh;
}

#product-category-page .trainers-filter .trainer-filter-btn {
  padding: 0.5em 1em;
  border: 1px solid #505050;
  color: var(--darkTextColor);
  transition: var(--simpleTransition);
}

#product-category-page .trainers-filter .trainer-filter-btn.active {
  color: var(--accentColor);
  border-color: var(--accentColor);
  background-color: var(--backgroundSecond);
}

#product-category-page main {
  display: flex;
  justify-content: space-between;
  padding: var(--spaceBetweenSections) 6vw;
  padding-top: 0;
  padding-right: 0;
}

#product-category-page main .products-col {
  padding-right: 2em;
  flex: 1;
}

#product-category-page main .products-col .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2vw;
}

#product-category-page main .products-col .products-grid:has(.not-found) {
  grid-template-columns: 1fr;
}

#product-category-page main .products-col .products-grid .single-product-card {
  width: 100%;
}

#product-category-page main aside {
  width: 330px;
}

#product-category-page main aside .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5vh;
}

#product-category-page main aside .wrapper .single-group {
  width: 100%;
}

#product-category-page main aside .wrapper .single-group .btn {
  font-size: 0.9em;
  padding: 0.5em 1em;
  margin-top: 1em;
}

#product-category-page main aside .wrapper .single-group .heading {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  margin-bottom: 1em;
  padding-bottom: 0.65em;
  border-bottom: 1px solid var(--accentColor);
}

#product-category-page main aside .wrapper .single-group .heading img {
  width: 40px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#product-category-page main aside .wrapper .single-group .heading h4 {
  font-size: 1.5em;
  font-family: "Felix Titling";
  margin: 0;
}

#product-category-page main aside .wrapper .single-group .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Figtree";
  text-transform: uppercase;
  color: var(--accentColor);
}

#product-category-page main aside .wrapper .single-group .content p {
  margin: 0;
  font-weight: 500;
  line-height: normal;
}

@media only screen and (max-width: 1000px) {
  #product-category-page main {
    padding: 0 4vw;
  }

  #product-category-page main .products-col {
    width: calc(58% - 2vw);
  }

  #product-category-page main aside {
    width: calc(42% - 2vw);
  }
}

@media only screen and (max-width: 750px) {
  #product-category-page main {
    flex-direction: column;
  }

  #product-category-page main .products-col {
    width: 100%;
    padding-right: 0;
  }

  #product-category-page main aside {
    width: 100%;
    margin-top: calc(var(--spaceBetweenSections) / 2);
  }
}

#archive-trainer-page .trainers .container .loop {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2vw;
}

#single-trainer-page.custom-color .btn {
  background: var(--accentColor) !important;
}

#single-trainer-page .full-width-banner .wrapper::before {
  background: var(--trainerMainColor);
  opacity: 0.85;
}

#single-trainer-page .full-width-banner .wrapper .btn.white {
  background: white !important;
}

#single-trainer-page .full-width-banner .wrapper .btn.transparent-white {
  background: transparent !important;
}

section.full-height-steps {
  padding: 0;
}

section.full-height-steps .single-step {
  width: 100%;
  height: 100vh;
  display: flex;
  background-color: inherit;
}

section.full-height-steps .single-step .content-col,
section.full-height-steps .single-step .image-col {
  position: relative;
  width: 50%;
}

section.full-height-steps .single-step .content-col {
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 3vh;
}

section.full-height-steps .single-step .content-col .btn-list .btn {
  margin-top: 1em;
}

section.full-height-steps .single-step:nth-child(even) .content-col {
  order: 2;
}

section.full-height-steps .single-step:nth-child(even) .image-col {
  order: 1;
}

section.full-height-steps.reverse .single-step .content-col {
  order: 2;
}

section.full-height-steps.reverse .single-step .image-col {
  order: 1;
}

section.full-height-steps.reverse .single-step:nth-child(even) .content-col {
  order: 1;
}

section.full-height-steps.reverse .single-step:nth-child(even) .image-col {
  order: 2;
}

@media only screen and (max-width: 1000px) {
  section.full-height-steps .single-step {
    flex-direction: column;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
  }

  section.full-height-steps .single-step .content-col,
  section.full-height-steps .single-step .image-col {
    width: 100%;
  }

  section.full-height-steps .single-step .image-col {
    order: 2 !important;
    height: 50vh;
    min-height: 600px;
  }

  section.full-height-steps .single-step .content-col {
    order: 1 !important;
    padding: 10vh 7.5vw;
  }
}

@media only screen and (max-width: 500px) {
  section.full-height-steps .btn {
    width: 100%;
    text-align: center;
  }
}

section.paragraph-image .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

section.paragraph-image .container .content-col {
  width: calc(55% - 2vw);
}

section.paragraph-image .container .image-col {
  position: relative;
  width: calc(45% - 2vw);
}

section.paragraph-image .container .image-col img,
section.paragraph-image .container .image-col .img-wrapper {
  width: 100%;
  height: 100%;
}

section.paragraph-image.full-width {
  padding: 0;
}

section.paragraph-image.full-width .container {
  width: 100%;
  max-width: unset;
  align-items: stretch;
}

section.paragraph-image.full-width .container .content-col,
section.paragraph-image.full-width .container .image-col {
  width: 50%;
}

section.paragraph-image.full-width .container .content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--spaceBetweenSections) 5vw;
}

section.paragraph-image.unstructured .container {
  width: 100%;
  max-width: unset;
  align-items: center;
}

section.paragraph-image.unstructured .container .content-col {
  width: 65%;
  background-color: var(--backgroundSecond);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--spaceBetweenSections) 5vw;
  padding-right: 22vw;
}

section.paragraph-image.unstructured .container .content-col .simple-paragraph p,
section.paragraph-image.unstructured .container .content-col .simple-paragraph h1,
section.paragraph-image.unstructured .container .content-col .simple-paragraph h2,
section.paragraph-image.unstructured .container .content-col .simple-paragraph h3,
section.paragraph-image.unstructured .container .content-col .simple-paragraph h4,
section.paragraph-image.unstructured .container .content-col .simple-paragraph h5,
section.paragraph-image.unstructured .container .content-col .simple-paragraph h6 {
  color: var(--lightTextColor);
}

section.paragraph-image.unstructured .container .content-col .simple-paragraph .subtitle {
  color: var(--accentColor);
}

section.paragraph-image.unstructured .container .image-col {
  position: absolute;
  right: 5%;
  width: 45%;
  height: 100%;
  padding: calc(var(--spaceBetweenSections) / 1.5) 0;
}

section.paragraph-image.unstructured .container .image-col .img-wrapper {
  border-radius: var(--borderRadius);
  padding: 10px;
  background-color: var(--backgroundFirst);
}

section.paragraph-image.unstructured .container .image-col .img-wrapper img {
  border-radius: var(--borderRadius);
}

section.paragraph-image.unstructured.reverse .container .content-col {
  margin-left: 35%;
  padding-right: 0;
  padding-left: 22vw;
}

section.paragraph-image.unstructured.reverse .container .image-col {
  right: unset;
  left: 5%;
}

section.paragraph-image.reverse .container .content-col {
  order: 2;
}

section.paragraph-image.reverse .container .image-col {
  order: 1;
}

section.paragraph-image.reverse .container .image-col .img-wrapper {
  left: unset;
  right: -15%;
}

@media only screen and (max-width: 1000px) {
  section.paragraph-image .container {
    flex-direction: column;
  }

  section.paragraph-image .container .content-col,
  section.paragraph-image .container .image-col {
    width: 100%;
  }

  section.paragraph-image .container .content-col {
    order: 1 !important;
  }

  section.paragraph-image .container .image-col {
    order: 2 !important;
    margin-top: 4vh;
    margin-bottom: 5vh;
    max-height: 550px;
  }

  section.paragraph-image .container .image-col img {
    max-height: 450px;
  }

  section.paragraph-image.full-width .container {
    align-items: center;
  }

  section.paragraph-image.full-width .container .content-col,
  section.paragraph-image.full-width .container .image-col {
    width: 100%;
  }

  section.paragraph-image.full-width .container .content-col {
    padding: var(--spaceBetweenSections) 0;
    width: var(--containerWidth);
    max-width: var(--containerMaxWidth);
  }

  section.paragraph-image.full-width .container .image-col {
    margin-top: 0;
    margin-bottom: 0;
  }

  section.paragraph-image.unstructured,
  section.paragraph-image.unstructured.reverse {
    padding-bottom: 0;
  }

  section.paragraph-image.unstructured .container,
  section.paragraph-image.unstructured.reverse .container {
    flex-direction: column;
  }

  section.paragraph-image.unstructured .container .content-col,
  section.paragraph-image.unstructured.reverse .container .content-col {
    width: 100%;
    order: 1 !important;
    padding: 7.5vw;
    padding-bottom: 200px;
    margin: 0;
  }

  section.paragraph-image.unstructured .container .image-col,
  section.paragraph-image.unstructured.reverse .container .image-col {
    order: 2 !important;
    position: relative;
    right: unset;
    left: unset;
    width: 75%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    translate: 0 -125px;
  }
}

@media only screen and (max-width: 520px) {

  section.paragraph-image.unstructured .container .image-col,
  section.paragraph-image.unstructured.reverse .container .image-col {
    width: 85%;
  }
}

section.paragraph-image-banner {
  padding: 0;
  margin-bottom: var(--spaceBetweenSections);
}

section.paragraph-image-banner.has-overlay::before {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

section.paragraph-image-banner .container {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

section.paragraph-image-banner .container .content-col {
  width: calc(55% - 2vw);
  padding: var(--spaceBetweenSections) 0;
}

section.paragraph-image-banner .container .content-col .simple-paragraph .heading .title {
  color: var(--lightTextColor);
}

section.paragraph-image-banner .container .content-col .simple-paragraph .heading .subtitle {
  color: var(--accentColor);
}

section.paragraph-image-banner .container .content-col .simple-paragraph .content * {
  color: var(--lightTextColor);
}

section.paragraph-image-banner .container .image-col {
  position: relative;
  width: calc(45% - 2vw);
}

section.paragraph-image-banner .container .image-col img,
section.paragraph-image-banner .container .image-col .img-wrapper {
  width: 100%;
  height: 100%;
  border-radius: var(--borderRadius);
}

section.paragraph-image-banner .container .image-col .img-wrapper {
  display: flex;
  padding: 8px;
  background-color: var(--backgroundFirst);
  height: 450px;
  translate: 0 20%;
}

section.paragraph-image-banner.reverse .content-col {
  order: 2;
}

section.paragraph-image-banner.reverse .image-col {
  order: 1;
}

@media only screen and (max-width: 950px) {
  section.paragraph-image-banner {
    margin-bottom: calc(var(--spaceBetweenSections) * 2);
  }

  section.paragraph-image-banner .container {
    flex-direction: column;
  }

  section.paragraph-image-banner .container .content-col,
  section.paragraph-image-banner .container .image-col {
    width: 100%;
  }

  section.paragraph-image-banner .container .content-col {
    padding-bottom: 0;
    order: 1 !important;
  }

  section.paragraph-image-banner .container .image-col {
    order: 2 !important;
  }
}

section.paragraph-image-list {
  padding: 0;
}

section.paragraph-image-list .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: unset;
}

section.paragraph-image-list .container .content-col {
  width: 50%;
  padding: var(--spaceBetweenSections) 5vw;
}

section.paragraph-image-list .container .content-col .chromart-list {
  padding: 0;
}

section.paragraph-image-list .container .content-col .simple-paragraph {
  margin-bottom: 1.5em;
}

section.paragraph-image-list .container .image-col {
  position: relative;
  width: 50%;
}

section.paragraph-image-list .container .image-col img,
section.paragraph-image-list .container .image-col .img-wrapper {
  width: 100%;
  height: 100%;
}

section.paragraph-image-list.reverse .container .content-col {
  order: 2;
}

section.paragraph-image-list.reverse .container .image-col {
  order: 1;
}

@media only screen and (max-width: 1000px) {
  section.paragraph-image-list .container {
    flex-direction: column;
  }

  section.paragraph-image-list .container .content-col,
  section.paragraph-image-list .container .image-col {
    width: 100%;
  }

  section.paragraph-image-list .container .content-col {
    order: 1 !important;
    margin-bottom: calc(var(--spaceBetweenSections) / 2);
  }

  section.paragraph-image-list .container .image-col {
    order: 2 !important;
  }
}

section.paragraph-image-timeline .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

section.paragraph-image-timeline .container .content-col {
  width: calc(55% - 2vw);
}

section.paragraph-image-timeline .container .image-col {
  position: relative;
  width: calc(45% - 2vw);
}

section.paragraph-image-timeline .container .image-col img,
section.paragraph-image-timeline .container .image-col .img-wrapper {
  width: 100%;
  height: 100%;
  border-radius: var(--borderRadius);
}

section.paragraph-image-timeline.reverse .content-col {
  order: 2;
}

section.paragraph-image-timeline.reverse .image-col {
  order: 1;
}

@media only screen and (max-width: 950px) {
  section.paragraph-image-timeline .container {
    flex-direction: column;
  }

  section.paragraph-image-timeline .container .content-col,
  section.paragraph-image-timeline .container .image-col {
    width: 100%;
  }

  section.paragraph-image-timeline .container .content-col {
    order: 1 !important;
    margin-bottom: calc(var(--spaceBetweenSections) / 2);
  }

  section.paragraph-image-timeline .container .image-col {
    order: 2 !important;
  }
}

section.paragraph-cards .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

section.paragraph-cards .container .content-col {
  width: calc(50% - 2vw);
}

section.paragraph-cards .container .content-col .wrapper {
  width: 100%;
  position: sticky;
  top: calc(65px + 5vh);
}

section.paragraph-cards .container .cards-col {
  position: relative;
  width: calc(50% - 2vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}

section.paragraph-cards .container .cards-col .single-card {
  display: flex;
  flex-direction: column;
  background-color: var(--backgroundCards);
  padding: 18px;
  border-radius: var(--borderRadius);
}

section.paragraph-cards .container .cards-col .single-card .icon {
  width: 34px;
  height: 34px;
}

section.paragraph-cards .container .cards-col .single-card .icon img {
  height: 100%;
  width: 100%;
}

section.paragraph-cards .container .cards-col .single-card h4 {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.35em;
  font-weight: 800;
}

section.paragraph-cards .container .cards-col .single-card .content p {
  margin-top: 0.55em;
}

section.paragraph-cards.reverse .container .content-col {
  order: 2;
}

section.paragraph-cards.reverse .container .cards-col {
  order: 1;
}

@media only screen and (max-width: 1000px) {
  section.paragraph-cards .container {
    flex-direction: column;
  }

  section.paragraph-cards .container .content-col,
  section.paragraph-cards .container .cards-col {
    width: 100%;
  }

  section.paragraph-cards .container .content-col {
    order: 1 !important;
    margin-bottom: calc(var(--spaceBetweenSections) / 1.75);
  }

  section.paragraph-cards .container .cards-col {
    order: 2 !important;
  }
}

section.multiple-paragraphs-image .container {
  width: 100%;
  max-width: unset;
  gap: calc(var(--spaceBetweenSections) / 1.5);
}

section.multiple-paragraphs-image .container .sub-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

section.multiple-paragraphs-image .container .sub-section .content-col {
  width: calc(55% - 2vw);
  padding: calc(var(--spaceBetweenSections) / 2) 0;
}

section.multiple-paragraphs-image .container .sub-section .image-col {
  position: relative;
  width: calc(45% - 2vw);
}

section.multiple-paragraphs-image .container .sub-section .image-col .img-wrapper {
  width: 100%;
  height: 100%;
}

section.multiple-paragraphs-image .container .sub-section .image-col .img-wrapper img {
  height: 100%;
  width: 100%;
  border-radius: var(--borderRadius);
}

section.multiple-paragraphs-image .container .sub-section:nth-child(even) .content-col {
  order: 2;
  padding-right: 7.5vw;
}

section.multiple-paragraphs-image .container .sub-section:nth-child(even) .image-col {
  order: 1;
}

section.multiple-paragraphs-image .container .sub-section:nth-child(odd) .content-col {
  order: 1;
  padding-left: 7.5vw;
}

section.multiple-paragraphs-image .container .sub-section:nth-child(odd) .image-col {
  order: 2;
}

section.multiple-paragraphs-image.reverse .sub-section:nth-child(even) .content-col {
  order: 1;
  padding-left: 7.5vw;
  padding-right: 0;
}

section.multiple-paragraphs-image.reverse .sub-section:nth-child(even) .image-col {
  order: 2;
}

section.multiple-paragraphs-image.reverse .sub-section:nth-child(odd) .content-col {
  order: 2;
  padding-left: 0;
  padding-right: 7.5vw;
}

section.multiple-paragraphs-image.reverse .sub-section:nth-child(odd) .image-col {
  order: 1;
}

@media only screen and (max-width: 900px) {
  section.multiple-paragraphs-image .container {
    gap: 4vh;
    width: 85%;
  }

  section.multiple-paragraphs-image .container .sub-section {
    flex-direction: column;
  }

  section.multiple-paragraphs-image .container .sub-section .content-col,
  section.multiple-paragraphs-image .container .sub-section .image-col {
    width: 100%;
  }

  section.multiple-paragraphs-image .container .sub-section .content-col {
    order: 2 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: calc(var(--spaceBetweenSections) / 1.5) 0;
  }

  section.multiple-paragraphs-image .container .sub-section .image-col {
    order: 1 !important;
    max-height: 450px;
  }

  section.multiple-paragraphs-image .container .sub-section .image-col img {
    max-height: 450px;
  }
}

section.full-width-banner {
  position: relative;
  width: 100%;
  padding: 0;
}

section.full-width-banner .icon {
  width: 70px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

section.full-width-banner .wrapper {
  min-height: 55vh;
  padding: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

section.full-width-banner .wrapper::before {
  opacity: 0.7;
  background-color: var(--accentColor);
}

section.full-width-banner .wrapper .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 800px;
}

section.full-width-banner .wrapper .container .title * {
  font-family: "Felix Titling";
  font-size: clamp(50px, 6.5vw, 70px);
  color: white;
  font-weight: 400;
  text-align: center;
  z-index: 1;
  margin: 1.5vh 0;
  line-height: 1.3em;
}

section.full-width-banner .wrapper .container .btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 3vh;
}

section.full-width-banner .wrapper .container .btn-list .btn {
  margin-top: 1em;
}

section.full-width-banner.v2 .wrapper .container .title * {
  font-size: 1.8em;
}

section.full-width-banner.v3 .wrapper .container {
  max-width: 1200px;
}

section.full-width-banner.v3 .wrapper .container .title * {
  font-size: 35px;
  line-height: 1.5em;
  -webkit-text-stroke: white 0.25px;
}

@media only screen and (max-width: 770px) {
  section.full-width-banner .wrapper {
    padding: 10vh 10vw;
  }

  section.full-width-banner.v2 .wrapper .container {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  section.full-width-banner .wrapper .container .title * {
    font-size: 40px;
  }

  section.full-width-banner .wrapper .container .btn-list .btn {
    width: 100%;
    text-align: center;
  }
}

section.blog-posts {
  padding: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

section.blog-posts .content-col {
  width: 55%;
  display: flex;
  flex-direction: column;
  padding: clamp(150px, 20vh, 500px) 5%;
  padding-right: 15%;
}

section.blog-posts .content-col::before {
  opacity: 0.75;
}

section.blog-posts .content-col .subtitle {
  color: var(--accentColor);
}

section.blog-posts .content-col .title {
  color: var(--lightTextColor);
  font-size: 2.85em;
}

section.blog-posts .content-col .content p {
  color: var(--lightTextColor);
}

section.blog-posts .content-col .btn {
  margin-top: 1.5em;
}

section.blog-posts .blog-col {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-left: -10%;
}

section.blog-posts .blog-col .splide_blog_posts {
  margin-top: 2.5vh;
}

section.blog-posts .blog-col .splide_blog_posts .splide__slide {
  padding: 25px !important;
}

@media only screen and (max-width: 900px) {
  section.blog-posts {
    flex-direction: column;
  }

  section.blog-posts .content-col,
  section.blog-posts .blog-col {
    width: 100%;
    margin: 0;
  }

  section.blog-posts .content-col {
    padding: 100px 5vw;
    padding-bottom: 200px;
  }

  section.blog-posts .blog-col {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 750px) {
  section.blog-posts .content-col .title {
    font-size: 2em;
  }
}

section.faqs .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

section.faqs .container .content-col {
  width: calc(40% - 2vw);
}

section.faqs .container .content-col .wrapper {
  position: sticky;
  top: calc(65px + 5vh);
}

section.faqs .container .faqs-col {
  width: calc(60% - 2vw);
}

section.faqs.reverse .content-col {
  order: 2;
}

section.faqs.reverse .faqs-col {
  order: 1;
}

@media only screen and (max-width: 1000px) {
  section.faqs .container {
    flex-direction: column;
  }

  section.faqs .container .content-col,
  section.faqs .container .faqs-col {
    width: 100%;
  }

  section.faqs .container .content-col {
    order: 1;
    margin-bottom: 3.5em;
  }

  section.faqs .container .content-col .wrapper .btn {
    margin-top: 1em;
  }

  section.faqs .container .faqs-col {
    order: 2;
  }
}

section.testimonials {
  padding: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
}

section.testimonials .content-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: clamp(100px, 15vh, 300px) 5%;
}

section.testimonials .content-col::before {
  opacity: 0.75;
}

section.testimonials .content-col .subtitle {
  color: var(--accentColor);
}

section.testimonials .content-col .title {
  color: var(--lightTextColor);
  font-size: 2.85em;
}

section.testimonials .content-col .content p {
  color: var(--lightTextColor);
}

section.testimonials .content-col .btn {
  margin-top: 1.5em;
}

section.testimonials .testimonials-col {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 5%;
}

section.testimonials .testimonials-col .splide-wrapper .splide__slide {
  padding: 30px;
}

section.testimonials .testimonials-col .splide-wrapper .splide__slide .single-testimonial {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

section.testimonials .testimonials-col .splide-wrapper .splide__slide .single-testimonial .content {
  position: relative;
}

section.testimonials .testimonials-col .splide-wrapper .splide__slide .single-testimonial .content svg {
  position: absolute;
  left: 0;
  top: -15px;
  translate: -40% 0;
  width: 70px;
  opacity: 0.9;
}

section.testimonials .testimonials-col .splide-wrapper .splide__arrow {
  bottom: 0;
  left: unset;
  top: unset;
}

section.testimonials .testimonials-col .splide-wrapper .splide__arrow--prev {
  position: absolute;
  right: 75px;
}

section.testimonials .testimonials-col .splide-wrapper .splide__arrow--next {
  position: absolute;
  right: 25px;
}

section.testimonials.reverse .content-col {
  order: 2;
}

section.testimonials.reverse .testimonials-col {
  order: 1;
}

@media only screen and (max-width: 900px) {
  section.testimonials {
    flex-direction: column;
  }

  section.testimonials .content-col,
  section.testimonials .testimonials-col {
    width: 100%;
    margin: 0;
  }

  section.testimonials .content-col {
    padding: 100px 5vw;
    padding-bottom: 200px;
    order: 1 !important;
  }

  section.testimonials .testimonials-col {
    margin-top: -150px;
    order: 2 !important;
  }

  section.testimonials .testimonials-col .splide-wrapper {
    background-color: var(--backgroundFirst);
    padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

@media only screen and (max-width: 750px) {
  section.testimonials .content-col .title {
    font-size: 2em;
  }
}

section.contact-form {
  padding: 0;
  margin: 0;
  margin-top: var(--spaceBetweenSections);
  display: flex;
}

section.contact-form .image-col {
  position: relative;
  width: 37%;
}

section.contact-form .image-col img {
  -o-object-position: top;
  object-position: top;
}

section.contact-form .form-col {
  width: 63%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4% 8%;
}

section.contact-form .form-col .form-title {
  font-size: 2.2em;
  font-weight: 500;
}

section.contact-form.reverse .form-col {
  order: 2;
}

section.contact-form.reverse .image-col {
  order: 1;
}

@media only screen and (max-width: 950px) {
  section.contact-form {
    flex-direction: column;
  }

  section.contact-form .image-col,
  section.contact-form .form-col {
    width: 100%;
  }

  section.contact-form .image-col {
    order: 2;
    height: 350px;
  }

  section.contact-form .form-col {
    order: 1;
  }
}

section.trainings-workshops-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.trainings-workshops-list .splide {
  width: 100%;
  height: 100%;
  visibility: visible;
  margin-top: 4vh;
  margin-bottom: 2em;
}

section.trainings-workshops-list .splide .splide__arrows button.splide__arrow.splide__arrow--prev {
  left: 25px;
}

section.trainings-workshops-list .splide .splide__arrows button.splide__arrow.splide__arrow--next {
  right: 25px;
}

section.trainings-workshops-list .splide .splide__track {
  height: 100%;
}

section.trainings-workshops-list .splide .splide__track .splide__list {
  height: 100%;
}

section.trainings-workshops-list .splide .splide__track .splide__list .splide__slide {
  height: 100%;
}

@media only screen and (max-width: 860px) {
  section.trainings-workshops-list {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.btn,
.single_add_to_cart_button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Figtree";
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 2em;
  color: var(--lightTextColor);
  background: var(--mainGradient);
  padding: 10px 30px;
  border-radius: 1in;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn:hover,
.single_add_to_cart_button:hover {
  color: var(--lightTextColor);
}

.btn svg,
.single_add_to_cart_button svg {
  width: 25px;
  height: 25px;
  stroke: var(--lightTextColor);
  stroke-width: 2px;
}

.btn.white,
.single_add_to_cart_button.white {
  background: var(--lightTextColor);
  color: var(--darkTextColor);
}

.btn.transparent-white,
.single_add_to_cart_button.transparent-white {
  background: unset;
  border-color: var(--lightTextColor);
}

.single-horizontal-product-card-small {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5%;
}

.single-horizontal-product-card-small .image {
  display: flex;
  width: 30%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-horizontal-product-card-small .details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.single-horizontal-product-card-small .details h4,
.single-horizontal-product-card-small .details p {
  margin: 0;
}

.single-horizontal-product-card-small .details h4 {
  font-family: "Felix Titling";
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

.single-horizontal-product-card-small .details .btn {
  font-size: 0.9em;
  padding: 0.5em 1em;
  margin-top: 1em;
}

@media only screen and (max-width: 450px) {
  .single-horizontal-product-card-small {
    flex-direction: column;
  }

  .single-horizontal-product-card-small .image {
    width: 100%;
    aspect-ratio: unset;
    height: 150px;
    margin-bottom: 1em;
  }
}

.chromart-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2.5em 0;
}

.chromart-list .single-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid lightgrey;
}

.chromart-list .single-item .text {
  line-height: 1.5em;
}

.chromart-list .single-item .text strong {
  font-weight: 600;
}

.chromart-list .single-item .icon {
  color: var(--accentColor);
  font-family: "Felix Titling";
  font-size: 2em;
  translate: 0 6px;
  margin-right: 15px;
}

.chromart-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4em 0;
}

.chromart-timeline .progress-bar {
  position: relative;
  width: 3px;
  height: 104%;
  background-color: var(--accentColor);
  margin-right: 6vw;
  border-radius: 1in;
  overflow: hidden;
}

.chromart-timeline .progress-bar::after {
  position: sticky;
  top: 110px;
  translate: 0 -100%;
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #aaaaaa;
}

.chromart-timeline .timeline-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4em;
}

.chromart-timeline .timeline-list .single-item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.chromart-timeline .timeline-list .single-item .details h4 {
  margin: 0;
  font-size: 1.35em;
}

.chromart-timeline .timeline-list .single-item .details p:last-child {
  margin-bottom: 0;
}

.chromart-timeline .timeline-list .single-item .icon {
  position: absolute;
  left: -6vw;
  translate: -28% 0;
  height: 100%;
}

.chromart-timeline .timeline-list .single-item .icon svg {
  position: sticky;
  top: 110px;
  padding: 8px;
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  background-color: var(--accentColor);
  stroke-width: 2px;
  border-radius: 1in;
  stroke: var(--lightTextColor);
}

.chromart-timeline .timeline-list .single-item .read-more {
  position: relative;
  padding-bottom: 6px;
  margin-top: 1em;
  width: -moz-fit-content;
  width: fit-content;
}

.chromart-timeline .timeline-list .single-item .read-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--accentColor);
  transition: var(--simpleTransition);
}

.chromart-timeline .timeline-list .single-item .read-more:hover::after {
  width: calc(100% + 20px);
  background-color: var(--hoverAccentColor);
}

.products-grid .single-product-card {
  margin-right: 3%;
  margin-bottom: 2em;
  width: 30%;
}

.products-grid .single-product-card.big {
  width: 47%;
}

@media only screen and (max-width: 1220px) {
  .products-grid .single-product-card {
    width: 47%;
  }
}

@media only screen and (max-width: 900px) {
  .products-grid .single-product-card {
    width: 100%;
    margin-right: 0;
  }
}

.faqs-list .single-dropdown .title h2,
.faqs-list .single-dropdown .title h3,
.faqs-list .single-dropdown .title h4,
.faqs-list .single-dropdown .title h5,
.faqs-list .single-dropdown .title h6 {
  font-size: 1.6em;
  font-weight: 600;
}

.cta-single-card {
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cta-single-card .image {
  height: 150px;
  position: relative;
}

.cta-single-card .image img {
  width: 100%;
}

.cta-single-card .content {
  padding: clamp(25px, 5%, 50px);
}

.cta-single-card .content .title {
  margin: 0;
  font-size: 1.6em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.cta-single-card .content .description {
  font-weight: 300;
  color: var(--darkTextColor);
  line-height: 1.5em;
}

.cta-single-card .content .description strong {
  font-weight: 400;
  font-size: 1.1em;
}

.cta-single-card .content .btn {
  padding: 8px 20px;
  font-size: 1.15em;
}

.single-product-card {
  width: 100%;
}

.single-product-card .image {
  width: 100%;
  height: auto;
  aspect-ratio: 9/9;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

.single-product-card .image .next {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--lightTextColor);
  background: var(--mainGradient);
  padding: 0.25em 0.75em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9em;
}

.single-product-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-product-card .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: lightgray 1px solid;
  padding: 10px 0;
}

.single-product-card .details .left {
  flex: 1;
}

.single-product-card .details .left h4 {
  margin: 0;
  flex: 1;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Figtree";
  line-height: 1.3em;
  color: var(--darkTextColor);
}

.single-product-card .details .left .trainer {
  font-size: 0.95em;
  color: #808080;
}

.single-product-card .details .right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-product-card .details .right .trainer img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-trainer-card {
  width: 100%;
}

.single-trainer-card .image {
  width: 100%;
}

.single-trainer-card .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-trainer-card .details {
  display: flex;
  justify-content: space-between;
  border-bottom: lightgray 1px solid;
  padding: 10px 0;
}

.single-trainer-card .details h4 {
  color: var(--darkTextColor);
  margin: 0;
  flex: 1;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Figtree";
  line-height: 1.3em;
}

.single-trainer-card .details .numbers {
  display: flex;
  gap: 10px;
}

.single-trainer-card .details .numbers .single-number {
  display: flex;
  align-items: center;
  gap: 3px;
}

.classic-vertical-post-card {
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.classic-vertical-post-card .image {
  position: relative;
  height: 220px;
  width: 100%;
}

.classic-vertical-post-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.classic-vertical-post-card .details {
  background-color: var(--backgroundFirst);
  padding: 28px;
}

.classic-vertical-post-card .details h4 {
  margin: 0;
  font-size: 1.65em;
  font-weight: 600;
}

.classic-vertical-post-card .details .read-more {
  position: relative;
  padding-bottom: 6px;
}

.classic-vertical-post-card .details .read-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--accentColor);
  transition: var(--simpleTransition);
}

.classic-vertical-post-card .details .read-more:hover::after {
  width: calc(100% + 20px);
  background-color: var(--hoverAccentColor);
}

.vertical-post-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: var(--borderRadius);
  overflow: hidden;
}

.vertical-post-card::before {
  z-index: 3;
  opacity: 1 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%) !important;
}

.vertical-post-card:hover img {
  scale: 1.05;
}

.vertical-post-card:hover .content .categories::before {
  width: 100%;
}

.vertical-post-card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--simpleTransition);
  z-index: 0;
}

.vertical-post-card .content {
  position: relative;
  padding: 5%;
  padding-top: 35vh;
}

.vertical-post-card .content .text {
  padding-bottom: 25px;
}

.vertical-post-card .content .text h3,
.vertical-post-card .content .text p {
  color: white;
  text-align: center;
  margin: 0;
}

.vertical-post-card .content .text h3 {
  font-size: 2em;
  margin-bottom: 1em;
  line-height: 1.1em;
}

.vertical-post-card .content .text .author-date {
  text-align: center;
  color: var(--lightTextColor);
  font-weight: 300;
  margin-bottom: 0.5em;
  font-style: italic;
}

.vertical-post-card .content .categories {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  position: relative;
  padding-top: 35px;
}

.vertical-post-card .content .categories::before {
  content: "";
  width: 95%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 0;
  transition: var(--simpleTransition);
}

.vertical-post-card .content .categories .single-cat {
  padding: 8px 20px;
  border-radius: 1in;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: white;
}

.simple-paragraph .icon {
  width: 60px;
  height: auto;
}

.simple-paragraph .title {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  margin-top: 0.3em;
}

.simple-paragraph .subtitle {
  position: relative;
  padding: 0;
  margin: 0;
  color: var(--accentColor);
  font-family: "Figtree";
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.simple-paragraph p {
  font-size: 1.1em;
}

.simple-paragraph p:first-child {
  margin-top: 0;
}

.simple-paragraph p:last-child {
  margin-bottom: 0;
}

.simple-paragraph.center .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.simple-paragraph.center h1::after,
.simple-paragraph.center h2::after,
.simple-paragraph.center h3::after,
.simple-paragraph.center h4::after,
.simple-paragraph.center h5::after,
.simple-paragraph.center h6::after {
  left: 50%;
  translate: -50% 0;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  padding: 6%;
  height: 100%;
  position: relative;
}

.testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-bottom: 1.5em;
}

.testimonial-card .name {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

.single-dropdown .title {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid lightgray;
}

.single-dropdown .title h2,
.single-dropdown .title h3,
.single-dropdown .title h4,
.single-dropdown .title h5,
.single-dropdown .title h6 {
  font-size: 1.2em;
  font-weight: 400;
  width: 80%;
  margin: 0;
  transition: var(--simpleTransition);
}

.single-dropdown .title svg {
  width: 40px;
  transition: var(--simpleTransition);
  rotate: -45deg;
}

.single-dropdown .content {
  padding: 0;
  overflow: hidden;
  transition: var(--simpleTransition);
}

.single-dropdown .content p:first-child {
  margin-top: 0;
}

.single-dropdown .content.hidden {
  height: 0 !important;
  padding-bottom: 0 !important;
}

.single-dropdown:hover .title h3,
.single-dropdown:hover .title h4,
.single-dropdown.active .title h3,
.single-dropdown.active .title h4 {
  color: var(--darkAccentColor);
}

.single-dropdown.active .title svg {
  rotate: 0deg;
}

.single-dropdown:last-child .content {
  border-bottom: 1px solid lightgrey;
}

button.splide__arrow {
  background: transparent;
  opacity: 1;
}

button.splide__arrow svg {
  fill: var(--accentColor);
  width: 28px;
  height: 28px;
  transition: var(--simpleTransition);
}

button.splide__arrow:hover svg {
  fill: var(--hoverAccentColor);
}

button.splide__arrow.splide__arrow--prev {
  left: -50px;
}

button.splide__arrow.splide__arrow--next {
  right: -50px;
}

form.forminator-ui input[type=text],
form.forminator-ui input[type=email],
form.forminator-ui textarea,
form.forminator-ui .forminator-select {
  background-color: transparent !important;
  border-bottom: 1px solid #505050 !important;
}

form.forminator-ui input[type=text]:not(:-moz-placeholder),
form.forminator-ui input[type=email]:not(:-moz-placeholder),
form.forminator-ui textarea:not(:-moz-placeholder),
form.forminator-ui .forminator-select:not(:-moz-placeholder) {
  border-bottom: 1px solid var(--accentColor) !important;
}

form.forminator-ui input[type=text]:focus,
form.forminator-ui input[type=text]:not(:placeholder-shown),
form.forminator-ui input[type=email]:focus,
form.forminator-ui input[type=email]:not(:placeholder-shown),
form.forminator-ui textarea:focus,
form.forminator-ui textarea:not(:placeholder-shown),
form.forminator-ui .forminator-select:focus,
form.forminator-ui .forminator-select:not(:placeholder-shown) {
  border-bottom: 1px solid var(--accentColor) !important;
}

form.forminator-ui .forminator-select .selection span {
  background-color: transparent !important;
}

form.forminator-ui .forminator-field:has(.forminator-button-submit) {
  display: flex !important;
  justify-content: center !important;
}

form.forminator-ui .forminator-field:has(.forminator-button-submit) .forminator-button-submit {
  background-color: var(--accentColor) !important;
  border-radius: 1in !important;
  font-family: "Figtree" !important;
  font-size: 1.2em !important;
  padding: 8px 25px !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  text-transform: uppercase !important;
}

.forminator-select-dropdown {
  padding: 0 !important;
}

.splide__pagination {
  bottom: -35px !important;
}

.splide__pagination button.is-active {
  background-color: var(--accentColor) !important;
}

.xoo-wsc-markup-notices {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.xoo-wsc-container .xoo-wsc-products .xoo-wsc-img-col a {
  display: flex;
}

.xoo-wsc-container .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}

.xoo-wsc-container .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-left {
  margin-bottom: 1em;
  height: -moz-fit-content;
  height: fit-content;
  flex-grow: unset;
}

.xoo-wsc-container .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-right {
  width: 100%;
  max-width: unset;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
}

.xoo-wsc-container .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-right .xoo-wsc-smr-del {
  order: 2;
}

.xoo-wsc-container .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-right .xoo-wsc-smr-del::before {
  font-size: 1.2em;
}

.xoo-wsc-container .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-right .xoo-wsc-smr-ptotal {
  order: 1;
}

.add-to-cart-wrapper {
  margin-top: 2.5em;
}

.add-to-cart-wrapper form {
  display: flex;
  gap: 1em;
}

.add-to-cart-wrapper form.variations_form:has(.out-of-stock) {
  border: 1px solid var(--accentColor);
  padding: 1em;
  background-color: var(--backgroundSecond);
}

.add-to-cart-wrapper form.variations_form:has(.out-of-stock) p {
  margin: 0;
}

.add-to-cart-wrapper form.variations_form {
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.add-to-cart-wrapper form.variations_form table.variations {
  width: 100%;
  display: flex;
}

.add-to-cart-wrapper form.variations_form table.variations tbody {
  width: 100%;
}

.add-to-cart-wrapper form.variations_form table.variations tbody tr {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
}

.add-to-cart-wrapper form.variations_form table.variations tbody tr th label {
  display: none;
}

.add-to-cart-wrapper form.variations_form table.variations tbody tr td {
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: end;
}

.add-to-cart-wrapper form.variations_form table.variations tbody tr td select {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.95em;
  font-family: var(--textFont);
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 1em;
  width: fit-content;
  min-width: 358px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  color: black;
  border: 1px solid gray;
}

.add-to-cart-wrapper form.variations_form table.variations tbody tr td select:focus {
  outline: none;
}

.add-to-cart-wrapper form.variations_form table.variations tbody tr td .reset_variations {
  display: none !important;
}

.add-to-cart-wrapper form.variations_form .single_variation_wrap {
  width: 100%;
}

.add-to-cart-wrapper form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 1em;
}

.add-to-cart-wrapper form .quantity {
  width: 80px;
}

.add-to-cart-wrapper form .quantity input {
  width: 100%;
  text-align: center;
  height: 100%;
  border: 1px solid #D5CFC9;
  font-size: 1.2em;
  font-family: var(--textFont);
}

.add-to-cart-wrapper form .quantity input:focus {
  outline: none;
}

.add-to-cart-wrapper form button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  cursor: pointer;
}

.wp-block-woocommerce-checkout {
  width: 100%;
}

.wp-block-woocommerce-cart {
  width: 100%;
}

.wp-block-woocommerce-cart .wc-block-components-product-badge {
  display: none;
}

.wp-block-woocommerce-empty-cart-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wp-block-woocommerce-empty-cart-block h2 {
  margin: 0 !important;
  font-family: "Figtree";
  font-size: 1.35em !important;
  font-weight: 400;
  opacity: 0.85;
  color: var(--darkTextColor) !important;
}

.wc-block-checkout .wp-block-woocommerce-checkout-fields-block h2 {
  color: var(--darkTextColor) !important;
  font-size: 1.5em !important;
  margin: 0 !important;
  margin-bottom: 0.75em !important;
}

.wp-block-woocommerce-cart .wc-block-cart__submit,
.wp-block-woocommerce-cart .wc-block-checkout__actions_row,
.wc-block-checkout .wc-block-cart__submit,
.wc-block-checkout .wc-block-checkout__actions_row {
  padding: 0 !important;
  margin-top: 1em !important;
  background: transparent;
}

.wp-block-woocommerce-cart .wc-block-cart__submit .wc-block-components-button,
.wp-block-woocommerce-cart .wc-block-cart__submit button,
.wp-block-woocommerce-cart .wc-block-checkout__actions_row .wc-block-components-button,
.wp-block-woocommerce-cart .wc-block-checkout__actions_row button,
.wc-block-checkout .wc-block-cart__submit .wc-block-components-button,
.wc-block-checkout .wc-block-cart__submit button,
.wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-button,
.wc-block-checkout .wc-block-checkout__actions_row button {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Cormorant Garamond";
  font-size: 1.3em;
  font-weight: 400;
  color: var(--lightTextColor) !important;
  background-color: var(--accentColor);
  padding: 10px 30px;
  border-radius: 1in;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none !important;
  min-height: unset !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.wp-block-woocommerce-cart .wc-block-checkout__sidebar .wc-block-components-product-badge,
.wc-block-checkout .wc-block-checkout__sidebar .wc-block-components-product-badge {
  display: none;
}

.wp-block-woocommerce-cart .wc-block-checkout__sidebar.is-sticky,
.wc-block-checkout .wc-block-checkout__sidebar.is-sticky {
  top: calc(65px + 5vh);
}

.wc-block-components-shipping-address,
.wc-block-components-totals-shipping__change-address__link {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */