/*
Theme Name: Supplements Theme
Theme URI: https://example.com
Author: Supplements team
Description: Minimal custom theme.
Version: 1.0
Text Domain: supplements-theme
*/
*,
*:before,
*:after {
  transition: 200ms ease-in-out;
  /* outline: 1px solid greenyellow; */
}

:root {
  --primary-color: #3cb4b9;
  --secondary-color: #b78946;
  --gray-color: #9a9a9a;
  --brown-color: #faedd4;

  --primary-font: "Montserrat";
}

::selection {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.color-primary {
  color: var(--primary-color);
}

.color-secondary {
  color: var(--secondary-color);
}

.color-gray {
  color: var(--gray-color);
}

.inset-0 {
  inset: 0;
}

body {
  font-family: var(--primary-font), system-ui, sans-serif;
  font-weight: 400;

  background: linear-gradient(180deg, rgba(47, 47, 47, 0.98) 0%, #000000 100%)
    no-repeat fixed;
  background-size: cover;

  min-height: 100vh;
  margin: 0;
}

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

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

figure {
  margin: 0;
}

h1 {
  font-weight: bold;
  font-size: clamp(1.25rem, 0.4032rem + 3.871vw, 5rem);
}

h2,
.h2-style {
  font-weight: 700;
  font-size: clamp(1.875rem, 1.5927rem + 1.2903vw, 3.125rem);
  text-transform: uppercase;
  color: var(--primary-color);
  margin: 0;
}

h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

p {
  color: var(--gray-color);
  margin: 0;
}

main.main-content {
  gap: 8rem;
}

.dash li::marker {
  content: "- ";
}

.navbar .navbar-toggler {
  border-color: var(--primary-color);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%233CB4B9' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

@media screen and (max-width: 991px) {
  .navbar .navbar-collapse .navbar-nav {
    padding: 1rem;
    border-radius: 20px;
    background-color: var(--secondary-color);
  }

  .navbar .nav-link {
    color: #fff;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:hover {
    color: var(--primary-color);
  }
}

.trp-language-switcher {
  height: auto;
  width: auto;
}

.trp-language-switcher > div > a > img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.trp-ls-shortcode-language {
  padding: 0;
}

.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  padding: 0;
}

.trp-language-switcher > div > a {
  padding: 0;
}

.trp-language-switcher > div {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.trp-language-switcher > div > a {
  color: var(--primary-color);
  font-weight: 700;
}

.trp-language-switcher > div > a:hover {
  background: transparent;
  border-radius: unset;
  color: var(--secondary-color);
}

a.btn-primary {
  background: linear-gradient(180deg, var(--primary-color) 0%, #6abe85 100%);
  transition: 200ms ease-in-out;
}

a.btn-primary:hover {
  filter: brightness(1.25);
  transition: 200ms ease-in-out;
}

.hero.hero--front-page header p:first-child {
  color: var(--primary-color);

  background: linear-gradient(90deg, var(--primary-color), #6abe85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero.hero--front-page header p:last-child {
  font-size: clamp(1rem, 0.7319rem + 1.2258vw, 2.1875rem);
}

.product-columns .product-column .product-column--card {
  background: linear-gradient(
    138.7deg,
    rgba(60, 180, 185, 0.2) 0%,
    rgba(106, 190, 133, 0.2) 100%
  );
  height: 479px;
}

.product-columns .product-column .product-column--card .product-overlay {
  background: linear-gradient(
    180deg,
    rgba(60, 180, 185, 0.75) 0%,
    rgba(106, 190, 133, 0.75) 100%
  );

  opacity: 0;
  pointer-events: none;
  transition: 200ms ease-in-out;
}

.product-columns
  .product-column
  a:hover
  .product-column--card
  .product-overlay {
  opacity: 1;
  pointer-events: auto;
}

.product-columns .product-column a:hover .product-column--card img {
  transform: scale(1.05);
}

.product-columns .product-column a .product-column--card figcaption {
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
}

.product-columns .product-column a:hover .product-column--card figcaption {
  opacity: 0;
}

.product-line button:hover {
  color: var(--primary-color);
}

.product-line img {
  max-height: 305px;
}

.modal-content {
  border-radius: 41px;
  background: rgba(60, 180, 185, 0.59);
}

.modal-content .modal-header .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  opacity: 1;
}

.modal-content .modal-header,
.modal-content .modal-footer {
  border-bottom: 0;
  border-top: 0;
}

.modal-content img {
  width: 50%;
  margin: auto;
}

.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.71);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(12.5px);
  opacity: 1 !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 70%;
  }
}

@media screen and (max-width: 576px) {
  .modal-content img {
    width: 100%;
  }
}

.testimonials .testimonials-swiper {
  background: linear-gradient(
    66deg,
    rgba(60, 180, 185, 0.8) 2.7%,
    rgba(106, 190, 133, 0.8) 100%
  );
  backdrop-filter: blur(19px);
  padding: 5rem 0 7.5rem 0;
}

.testimonials .testimonials-swiper li article {
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.testimonials .testimonials-swiper li.swiper-slide-active article {
  border: 3px solid rgba(255, 255, 255, 1);
}

.testimonials .testimonials-swiper article {
  min-height: 305px;
}

.testimonials .testimonials-swiper article span {
  bottom: 1rem;
  left: auto;
  right: auto;
}

.testimonials .testimonials-swiper article img {
  top: 0;
  left: auto;
  right: auto;
  transform: translateY(-50%);
}

.testimonials .testimonials-swiper .custom-navigation {
  bottom: 2rem;
  left: 0;
  right: 0;
}

.testimonials .testimonials-swiper .custom-navigation button:hover svg path {
  stroke: var(--secondary-color);
}

@media screen and (max-width: 760px) {
  .testimonials .testimonials-swiper {
    background: linear-gradient(
      66deg,
      rgba(60, 180, 185, 0.8) 2.7%,
      rgba(106, 190, 133, 0.8) 100%
    );
    backdrop-filter: blur(19px);
    padding: 5rem 1rem 7.5rem 1rem;
  }
}

.badge-slider .badge-swiper .icon-container {
  height: 150px;
  width: 150px;
}

.badge-slider .badge-swiper .swiper-button-next-custom {
  bottom: 50%;
  top: auto;
  right: 0;
  z-index: 10;
}

.contact-form-section .contact-form-container {
  background: linear-gradient(
    290deg,
    rgba(60, 180, 185, 0.81) -64.07%,
    rgba(106, 190, 133, 0.81) 103.61%
  );
}

.contact-form-section .contact-form-container form {
  background-color: var(--brown-color);
}

.contact-form-section .contact-form-container form input,
.contact-form-section .contact-form-container form select {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding-bottom: 10px;
  border-radius: 0;
  border-bottom: 1px solid rgba(184, 191, 182, 0.55);
}

.contact-form-section .contact-form-container .products-counter input {
  border: 1px solid #6c757d;
  padding: 6px;
}

.contact-form-section .contact-form-container .products-counter .input-group {
  width: 120px;
}

@media screen and (max-width: 400px) {
  .contact-form-section .contact-form-container .products-counter label {
    font-size: 14px;
  }

  .contact-form-section .contact-form-container .products-counter .input-group {
    width: 100px;
  }
}

.contact-form-section .contact-form-container form button:hover {
  background-color: #fff !important;
  color: black !important;
}

.contact-form-section .contact-form-container form button .spinner-border,
.contact-form-section .contact-form-container form button svg {
  right: 8rem;
}

@media screen and (max-width: 768px) {
  .contact-form-section .contact-form-container form button .spinner-border,
  .contact-form-section .contact-form-container form button svg {
    right: 2rem;
  }
}

.supplements-section .nutrition-label {
  background: linear-gradient(90deg, #3cb4b9 0%, #6abe85 41%);
  /*padding-right: 10rem !important;*/
}

.supplements-section .nutrition-label .nutrition-title {
  font-size: 35px;
  font-weight: bold;
  border-bottom: 5px solid #fff;
  padding: 0.5rem 1rem 0.5rem 2rem;
}

.supplements-section .nutrition-label .nutrition-subtitle {
  font-size: 18px;
  font-weight: bold;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-bottom: 5px solid #fff;
}

.supplements-section .nutrition-label th {
  padding: 0.5rem 3rem 0.5rem 2rem;
  font-size: 20px;
  font-weight: 400;
}

.supplements-section .nutrition-label th:last-child {
  padding-right: 15rem;
}

.supplements-section .nutrition-label td {
  font-size: 20px;
  padding: 0.5rem 3rem 0.5rem 2rem;
}

.supplements-section .nutrition-label .table-footer td {
  padding-top: 0.5rem;
}

.supplements-section .nutrition-label tr.has-border {
  border-bottom: 5px solid #fff;
}

.supplements-section .nutrition-label > * {
  color: #fff;
}

.supplements-section img {
  right: 0;
  top: -12rem;
  bottom: 0;
}

.supplements-section .supplements-slider {
  overflow: unset;
}

.supplements-section .swiper-pagination .swiper-pagination-bullet {
  background: var(--gray-color);
  opacity: 0.8;
  height: 12px;
  width: 12px;
}

.supplements-section
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .supplements-section img {
    display: none;
  }

  .supplements-section .nutrition-label {
    width: 100% !important;
  }

  .supplements-section .nutrition-label th,
  .supplements-section .nutrition-label th:last-child,
  .supplements-section .nutrition-label td,
  .supplements-section .nutrition-label .nutrition-subtitle,
  .supplements-section .nutrition-label .nutrition-title {
    padding: 1rem;
  }

  .supplements-section .nutrition-label .nutrition-title {
    font-size: 25px;
  }

  .supplements-section .nutrition-label .nutrition-subtitle,
  .supplements-section .nutrition-label th,
  .supplements-section .nutrition-label td {
    font-size: 16px;
  }
}

.faq .accordion-button::after {
  margin-left: unset;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.faq .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq .accordion-item {
  border: 2px solid #152329;
}

.faq .accordion-flush > .accordion-item:first-child {
  border-top: 2px solid #152329;
}

.faq .accordion-flush > .accordion-item:last-child {
  border-bottom: 2px solid #152329;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button::after {
  display: none;
}

.faq .icon-container {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  margin-top: -2px;
  margin-right: -2px;
}

.faq .accordion-button[aria-expanded="false"] .icon-container {
  background-color: #152329;
}

.faq .accordion-button[aria-expanded="true"] .icon-container {
  background-color: #6abe85;
}

.plusminus {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.faq .accordion-button[aria-expanded="true"] .plusminus:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.faq .accordion-button[aria-expanded="true"] .plusminus:after {
  transform: translatey(-50%) rotate(0);
}

.plusminus:before,
.plusminus:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 1.5px;
}

.plusminus:before {
  transform: translatey(-50%);
}

.plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
  .faq .accordion-button span {
    margin: 0 1rem;
  }
}

footer.site-footer {
  background: #6abe8521;
}

footer.site-footer a:hover svg path {
  fill: var(--secondary-color);
}

@media screen and (max-width: 480px) {
  footer.site-footer .navbar-logo {
    width: 401px;
    height: 55px;
  }
}

[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: var(--anim-duration, 0.6s);
  transition-delay: var(--anim-delay, 0s);
}

.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
