@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;600&family=Nova+Round&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  font-size: 10px;
}

body {
  overflow-x: hidden;
  margin: 0;
  font-size: 1.6rem;
}

a, a:active, a:hover {
  outline: none;
  text-decoration: none !important;
}

a, button, svg {
  transition: all 0.3s ease-in-out;
}

button {
  border: none;
}

textarea, input[type=text] {
  -webkit-appearance: none;
}

ul {
  list-style: none;
}

picture {
  display: flex;
  height: 100%;
}

.container:before, .container:after {
  content: none;
}

.hide {
  display: none !important;
}

/*
* === Fonts ===
*/
/*
* === Container Global ===
*/
/*
* === Colors ===
*/
/*
* === Sections ===
*/
/*
* === Globals ===
*/
/*
* === Links & Buttons ===
*/
/*
* === SwipeMenu ===
*/
/*
* === Inner Pages ===
*/
body {
  font-family: "Rubik", sans-serif;
  background-color: black;
}

#headerv2_1-3 {
  width: 100%;
  position: sticky;
  min-height: 80px;
  top: 0;
  left: 0;
  z-index: 30;
}
#headerv2_1-3 #warning-line-top {
  background-color: #69B650;
  padding: 1rem 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
#headerv2_1-3 #warning-line-top .warning-text-top {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  gap: 4.4rem;
  animation: scroll 300s linear infinite;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1350px) {
  #headerv2_1-3 #warning-line-top .warning-text-top {
    animation-duration: 200s;
  }
}
@media (max-width: 991px) {
  #headerv2_1-3 #warning-line-top .warning-text-top {
    animation-duration: 100s;
  }
}
@media (max-width: 767px) {
  #headerv2_1-3 #warning-line-top .warning-text-top {
    animation-duration: 70s;
  }
}
#headerv2_1-3 #warning-line-top .warning-text-top p {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.12rem;
  white-space: nowrap;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 2.2rem), 0);
  }
}
#headerv2_1-3 .header-logo {
  max-width: 100%;
  max-height: 20rem;
}
@media (max-width: 991px) {
  #headerv2_1-3 .header-logo {
    max-height: 15rem;
  }
}
@media (max-width: 767px) {
  #headerv2_1-3 .header-logo {
    max-height: 12rem;
  }
}
@media (max-width: 1225px) {
  #headerv2_1-3 nav {
    display: none;
  }
}
#headerv2_1-3 nav ul {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 1350px) {
  #headerv2_1-3 nav ul {
    gap: 1.4rem;
  }
}
#headerv2_1-3 .nav-link {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}
#headerv2_1-3 .nav-link svg {
  width: 1.2rem;
  height: 1.2rem;
}
#headerv2_1-3 .nav-link:hover {
  color: #28623F;
}
#headerv2_1-3 .nav-link:hover svg {
  color: #28623F;
  transform: rotate(-90deg);
}
#headerv2_1-3 .links {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 1350px) {
  #headerv2_1-3 .links {
    gap: 1.4rem;
  }
}
@media (max-width: 991px) {
  #headerv2_1-3 .links > a {
    display: none;
  }
}
@media (max-width: 767px) {
  #headerv2_1-3 .links .buttons > a:not(a[data-selector=header-cart]) {
    display: none;
  }
}
#headerv2_1-3 .buttons {
  display: flex;
  gap: 2.8rem;
}
@media (max-width: 1350px) {
  #headerv2_1-3 .buttons {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  #headerv2_1-3 .buttons {
    gap: 2.8rem;
  }
}
#headerv2_1-3 .buttons svg {
  width: 2.4rem;
  height: 2.4rem;
  color: #222b22;
}
#headerv2_1-3 .buttons a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
#headerv2_1-3 .buttons a small {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
}
@media (pointer: fine) {
  #headerv2_1-3 .buttons a:hover svg {
    color: #28623F;
  }
  #headerv2_1-3 .buttons a:hover .name-link {
    opacity: 1;
    z-index: 0;
    transform: translateY(1.8rem);
  }
}
@media (pointer: fine) and (max-width: 1200px) {
  #headerv2_1-3 .buttons a:hover .name-link {
    transform: translateY(2.5rem);
  }
}
#headerv2_1-3 .name-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: -1;
  top: 2rem;
  opacity: 0;
  transform: translateY(-1rem);
  transition: 0.3s ease-in-out;
}
#headerv2_1-3 .name-link .name {
  padding: 0.2rem 0.8rem;
  border-radius: 1.6rem 0.4rem;
  background: #28623F;
}
#headerv2_1-3 .name-link .name:before {
  content: "\a";
  border-style: solid;
  border-color: transparent #28623F transparent transparent;
  position: absolute;
  left: 46%;
  top: -0.6rem;
  transform: rotate(90deg);
}
#headerv2_1-3 .name-link .name p {
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  white-space: nowrap;
}
#headerv2_1-3 .cart-count {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-color: #69B650;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  position: absolute;
  left: -1rem;
  top: -1rem;
}
@media (max-width: 1225px) {
  #headerv2_1-3 #button-link-resp {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
  #headerv2_1-3 #button-link-resp svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (min-width: 1225px) {
  #headerv2_1-3 #button-link-resp {
    display: none;
  }
}
#headerv2_1-3 .main-content {
  margin-top: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 3.2rem;
  border-radius: 2.4rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(17, 17, 17, 0.08);
}
@media (max-width: 1200px) {
  #headerv2_1-3 .main-content {
    justify-content: space-around;
    padding: 2.5rem 2.5rem;
  }
}
@media (max-width: 991px) {
  #headerv2_1-3 .main-content {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  #headerv2_1-3 .main-content {
    gap: 1.8rem;
  }
}

#footerv2_5-1 {
  background-color: #c4d1c0;
  position: relative;
}
#footerv2_5-1 .footer-top {
  padding: 6.4rem 0;
}
#footerv2_5-1 .inner-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5.6rem;
}
#footerv2_5-1 .content-left {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5.6rem;
}
#footerv2_5-1 .left {
  max-width: 28rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}
#footerv2_5-1 .left > p {
  color: #454754;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footerv2_5-1 .right {
  max-width: 28rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
#footerv2_5-1 .right h4 {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#footerv2_5-1 .right .contacts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}
#footerv2_5-1 .right .more-link {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
#footerv2_5-1 .right .more-link svg {
  color: #222b22;
}
#footerv2_5-1 .right .more-link .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#footerv2_5-1 .right .more-link .text a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222b22;
}
#footerv2_5-1 .right .more-link .text a small {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #454754;
}
#footerv2_5-1 .social-medias {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.8rem;
}
#footerv2_5-1 .social-medias a {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0;
  background-color: #69B650;
  transition: 0.3s ease-in-out;
}
#footerv2_5-1 .social-medias a svg {
  color: #ffffff;
}
#footerv2_5-1 .social-medias a:hover {
  background-color: #28623F;
}
#footerv2_5-1 .content-right {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
#footerv2_5-1 .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4rem;
}
#footerv2_5-1 .logo img {
  width: 100%;
}
#footerv2_5-1 .work-time,
#footerv2_5-1 .location-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.8rem;
}
#footerv2_5-1 .work-time svg,
#footerv2_5-1 .location-link svg {
  width: 4rem;
  color: #222b22;
}
#footerv2_5-1 .work-time .text,
#footerv2_5-1 .location-link .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  min-width: 19rem;
}
#footerv2_5-1 .work-time .text p,
#footerv2_5-1 .work-time .text a,
#footerv2_5-1 .location-link .text p,
#footerv2_5-1 .location-link .text a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  color: #222b22;
  transition: 0.3s ease-in-out;
}
#footerv2_5-1 .work-time .text p span,
#footerv2_5-1 .work-time .text a span,
#footerv2_5-1 .location-link .text p span,
#footerv2_5-1 .location-link .text a span {
  color: #69B650;
}
#footerv2_5-1 .content-center {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  gap: 8rem;
}
@media (max-width: 1200px) {
  #footerv2_5-1 .content-center {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  #footerv2_5-1 .content-center {
    flex-direction: column;
    align-items: center;
  }
}
#footerv2_5-1 .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
#footerv2_5-1 .nav h4 {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#footerv2_5-1 .nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  list-style-type: disc;
}
#footerv2_5-1 .nav ul li {
  margin-left: 2rem;
}
#footerv2_5-1 .nav ul li::marker {
  color: #222b22;
  transition: 0.3s ease-in-out;
}
#footerv2_5-1 .nav ul li a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222b22;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
}
#footerv2_5-1 .nav ul li:hover::marker,
#footerv2_5-1 .nav ul li:hover a {
  color: #28623F;
}
@media (max-width: 991px) {
  #footerv2_5-1 .nav {
    align-items: center;
  }
  #footerv2_5-1 .nav ul {
    align-items: center;
  }
}
#footerv2_5-1 .footer-bottom {
  border-top: 1px solid #454754;
  padding: 4rem 0;
  width: 100%;
  display: flex;
  align-items: center;
}
#footerv2_5-1 .footer-bottom .inner-container {
  align-items: center;
}
#footerv2_5-1 .content-info {
  max-width: 45.2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2rem;
}
#footerv2_5-1 .content-info .info {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
#footerv2_5-1 .content-info .info h4 {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-wrap: balance;
}
#footerv2_5-1 .content-info .info span {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footerv2_5-1 .content-autentication {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
#footerv2_5-1 .content-autentication .link,
#footerv2_5-1 .content-autentication a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
#footerv2_5-1 .content-autentication .link p,
#footerv2_5-1 .content-autentication a p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  color: #222b22;
}
#footerv2_5-1 .content-autentication .link svg,
#footerv2_5-1 .content-autentication a svg {
  color: #69B650;
}
@media (max-width: 1400px) {
  #footerv2_5-1 .inner-container {
    flex-direction: column;
    align-items: center;
  }
  #footerv2_5-1 .content-left {
    justify-content: center;
  }
  #footerv2_5-1 .content-right {
    justify-content: space-evenly;
  }
}
@media (max-width: 1250px) {
  #footerv2_5-1 .footer-top {
    flex-direction: column;
    align-items: center;
  }
  #footerv2_5-1 .footer-top .content-left {
    justify-content: space-evenly;
  }
  #footerv2_5-1 .footer-top .content-right {
    max-width: 80rem;
    width: 100%;
  }
  #footerv2_5-1 .content-info {
    align-items: center;
  }
}
@media (max-width: 991px) {
  #footerv2_5-1 .footer-bottom {
    flex-direction: column;
  }
  #footerv2_5-1 .content-right {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
  #footerv2_5-1 .content-left {
    flex-direction: column;
    align-items: center;
  }
}

#goToTop {
  transition: 0.5s ease-in-out;
  transform: rotate(-90deg) translateY(250%);
  bottom: 20rem;
  position: fixed;
  right: -5rem;
  filter: blur(40px);
  z-index: 10000;
}
#goToTop.visible {
  transform: rotate(-90deg) translateY(0);
  filter: blur(0);
}

.card-postv2_5-1 {
  width: 100%;
  background: #ffffff;
  border-radius: 1.6rem 0.4rem;
  padding: 2.4rem 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-postv2_5-1 figure {
  width: 100%;
  height: 25.4rem;
  position: relative;
  border-radius: 1.6rem 0.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .card-postv2_5-1 figure {
    height: 18.4rem;
  }
}
.card-postv2_5-1 figure img {
  width: 100%;
  height: 25.4rem;
  border-radius: 1.6rem 0.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .card-postv2_5-1 figure img {
    height: 18.4rem;
  }
}
.card-postv2_5-1 .card-post-title {
  font-family: "Rubik", sans-serif;
  color: #222b22;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .card-postv2_5-1 .card-post-title {
    font-size: 1.6rem;
  }
}
.card-postv2_5-1 .text-description {
  font-family: "Rubik", sans-serif;
  overflow: hidden;
  color: #454754;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
}
.card-postv2_5-1 .card-post-date {
  font-family: "Rubik", sans-serif;
  color: #454754;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: normal;
}
.card-postv2_5-1 .blog-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.4rem 0;
  gap: 0.8rem;
}
.card-postv2_5-1 .blog-content .card-header, .card-postv2_5-1 .blog-content .card-down {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.card-product2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FAFAFA;
  position: relative;
  overflow: hidden;
}
.card-product2 .card-header {
  flex: 1;
  width: 100%;
  max-height: 36.8rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .card-product2 .card-header {
    max-height: auto;
  }
}
.card-product2 .card-header a figure {
  width: 100%;
  height: 100%;
}
.card-product2 .card-header a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-product2 .card-header a figure .percent {
  width: 5rem;
  height: 2.2rem;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.card-product2 .card-header a figure .percent p {
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #FFFFFF;
}
.card-product2 .card-header a figure .credit-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card-product2 .card-header a figure .cback-credit {
  background: #69B650;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  border-radius: 0;
  gap: 0.3rem;
  backdrop-filter: blur(10px);
}
.card-product2 .card-header a figure .cback-credit .credit-icon-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-product2 .card-header a figure .cback-credit .credit-icon-text svg {
  width: 3rem;
  height: 3rem;
  margin-top: -15px;
}
@media (max-width: 991px) {
  .card-product2 .card-header a figure .cback-credit .credit-icon-text svg {
    width: 2rem;
    height: 2rem;
  }
}
.card-product2 .card-header a figure .cback-credit .credit-icon-text p {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .card-product2 .card-header a figure .cback-credit .credit-icon-text p {
    font-size: 1rem;
  }
}
.card-product2 .card-header:hover .stock {
  bottom: 1.8rem;
}
.card-product2 .card-header:hover .favorite-container {
  right: 1.2rem;
}
.card-product2 .card-header .favorite-container {
  position: absolute;
  top: 1.2rem;
  right: -5rem;
  transition: 0.2s ease-in-out;
}
.card-product2 .card-header .favorite-container button {
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border: 0;
}
.card-product2 .card-header .favorite-container button svg {
  color: #69B650;
}
.card-product2 .card-header .favorite-container button .favorite-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  transform: translateY(0);
  transition-delay: 0s;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .card-product2 .card-header .favorite-container button .favorite-content {
    display: none;
  }
}
.card-product2 .card-header .favorite-container button .favorite-content .favorite-text {
  padding: 0.2rem 0.4rem;
  background: #69B650;
}
.card-product2 .card-header .favorite-container button .favorite-content .favorite-text p {
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  white-space: nowrap;
}
.card-product2 .card-header .favorite-container button:hover, .card-product2 .card-header .favorite-container button:active {
  background-color: #ffffff;
}
.card-product2 .card-header .favorite-container button:hover .favorite-content, .card-product2 .card-header .favorite-container button:active .favorite-content {
  opacity: 1;
  right: 3rem;
  visibility: visible;
}
.card-product2 .card-header .favorite-container button:hover svg, .card-product2 .card-header .favorite-container button:active svg {
  color: #69B650;
}
@media (max-width: 767px) {
  .card-product2 .card-header .stock {
    bottom: 1.8rem;
  }
  .card-product2 .card-header .favorite-container {
    right: 1.2rem;
  }
}
.card-product2 .stock {
  position: absolute;
  bottom: -5rem;
  transition: 0.2s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-product2 .stock div {
  background-color: #FAFAFA;
  border-radius: 2rem;
  padding: 1rem 7.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .card-product2 .stock div {
    padding: 1rem 2.1rem;
  }
}
.card-product2 .stock div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 2rem;
  transition: transform 0.3s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0, 1, 1.6, 0.7);
  transform: scaleX(0);
}
.card-product2 .stock div:hover::before {
  transform: scaleX(1);
}
.card-product2 .stock div:hover p {
  color: #FFFFFF;
}
.card-product2 .stock div p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  z-index: 1;
}
@media (max-width: 767px) {
  .card-product2 .stock div p {
    font-size: 12px;
  }
}
.card-product2 .card-bottom {
  padding: 1.2rem 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}
.card-product2 .card-bottom .code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.card-product2 .card-bottom .code img,
.card-product2 .card-bottom .code svg {
  width: 2rem;
  height: 2rem;
}
.card-product2 .card-bottom .code p {
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #616164;
}
@media (max-width: 767px) {
  .card-product2 .card-bottom .code p {
    font-size: 10px;
  }
}
.card-product2 .card-bottom .box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6.3rem;
}
.card-product2 .card-bottom .box-title h3, .card-product2 .card-bottom .box-title span {
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #111111;
  text-align: center;
  word-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .card-product2 .card-bottom .box-title h3, .card-product2 .card-bottom .box-title span {
    font-size: 14px;
  }
}
.card-product2 .card-bottom .price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.card-product2 .card-bottom .price-box p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #616164;
  white-space: no-wrap;
}
@media (max-width: 768px) {
  .card-product2 .card-bottom .price-box p {
    font-size: 1.4rem;
  }
}
.card-product2 .card-bottom .price-box .price-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.card-product2 .card-bottom .price-box .price-discount p {
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #616164;
  white-space: no-wrap;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .card-product2 .card-bottom .price-box .price-discount p {
    font-size: 1.4rem;
  }
}
.card-product2 .card-bottom .price-box .price-discount span {
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #E95144;
  white-space: no-wrap;
}
@media (max-width: 768px) {
  .card-product2 .card-bottom .price-box .price-discount span {
    font-size: 1.4rem;
  }
}
.card-product2 .card-bottom .button-box {
  display: flex;
  justify-content: center;
}
.card-product2 .card-bottom .button-box > a,
.card-product2 .card-bottom .button-box > button {
  width: 100%;
  background-color: #616164;
  padding: 1rem 0;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.card-product2 .card-bottom .button-box > a p,
.card-product2 .card-bottom .button-box > button p {
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FAFAFA;
  z-index: 1;
}
@media (max-width: 767px) {
  .card-product2 .card-bottom .button-box > a p,
  .card-product2 .card-bottom .button-box > button p {
    font-size: 12px;
  }
}
.card-product2 .card-bottom .button-box > a::before,
.card-product2 .card-bottom .button-box > button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 2rem;
  transition: transform 0.3s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0, 1, 1.6, 0.7);
  transform: scaleX(0);
}
@media (max-width: 767px) {
  .card-product2 .card-bottom .button-box > a::before,
  .card-product2 .card-bottom .button-box > button::before {
    transform: scaleX(1);
  }
}
.card-product2 .card-bottom .button-box > a:hover::before,
.card-product2 .card-bottom .button-box > button:hover::before {
  transform: scaleX(1);
}
.card-product2.favorite-active .favorite-container {
  right: 1.2rem;
}
.card-product2.favorite-active .favorite-container button,
.card-product2.favorite-active .favorite-container button:hover {
  background-color: #69B650;
}
.card-product2.favorite-active .favorite-container button svg,
.card-product2.favorite-active .favorite-container button:hover svg {
  color: #ffffff;
}
.card-product2.favorite-active .favorite-container button .favorite-content,
.card-product2.favorite-active .favorite-container button:hover .favorite-content {
  display: none;
}
.card-product2 .login-to-price {
  transition: 0.3s ease-in-out;
  padding: 1.4rem 2.4rem;
  border-radius: 0 0;
  background-color: #c4d1c0;
  color: #69B650;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.card-product2 .login-to-price:hover {
  background-color: #28623F;
  color: #ffffff;
}

.card-productv2_1-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
  border: 0.1rem solid #69B650;
  border-radius: 1.6rem 0.4rem;
  transition: all 0.3s ease;
}
.card-productv2_1-1.border {
  border: 1px solid #69B650;
}
.card-productv2_1-1 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.card-productv2_1-1 a:focus, .card-productv2_1-1 button:focus {
  outline: 2px solid #69B650;
  outline-offset: 2px;
  border-radius: 4px;
}
.card-productv2_1-1 a:focus:not(:focus-visible), .card-productv2_1-1 button:focus:not(:focus-visible) {
  outline: none;
}
.card-productv2_1-1 a:focus-visible, .card-productv2_1-1 button:focus-visible {
  outline: 2px solid #69B650;
  outline-offset: 2px;
  border-radius: 4px;
}
.card-productv2_1-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.card-productv2_1-1:hover .card-header .favorite-container {
  right: 1.2rem;
}
.card-productv2_1-1 .card-product-code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.card-productv2_1-1 .card-product-code img,
.card-productv2_1-1 .card-product-code svg {
  width: 2rem;
  height: 2rem;
}
.card-productv2_1-1 .card-product-code span {
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222b22;
}
@media (max-width: 767px) {
  .card-productv2_1-1 .card-product-code span {
    font-size: 1.2rem;
  }
}
.card-productv2_1-1 .card-product-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 0.5rem;
}
.card-productv2_1-1 .card-product-title span {
  font-family: "Rubik", sans-serif;
  color: #222b22;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  word-wrap: anywhere;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .card-productv2_1-1 .card-product-title span {
    font-size: 1.4rem;
  }
}
.card-productv2_1-1 .card-product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  min-height: 3.9rem;
  padding: 0.5rem;
}
.card-productv2_1-1 .card-product-price p {
  color: #69B650;
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
}
@media (max-width: 768px) {
  .card-productv2_1-1 .card-product-price p {
    font-size: 1.4rem;
  }
}
.card-productv2_1-1 .card-product-price small {
  font-weight: 500;
  font-style: italic;
  margin: 0;
}
.card-productv2_1-1 .card-product-price .product-price-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.card-productv2_1-1 .card-product-price .product-price-discount p {
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #222b22;
  white-space: nowrap;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .card-productv2_1-1 .card-product-price .product-price-discount p {
    font-size: 1.2rem;
  }
}
.card-productv2_1-1 .card-product-price .product-price-discount > span {
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #69B650;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .card-productv2_1-1 .card-product-price .product-price-discount > span {
    font-size: 1.4rem;
  }
}
.card-productv2_1-1 .card-product-price .product-price-discount-installment {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.card-productv2_1-1 .card-product-price .product-price-discount-installment p {
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #454754;
  white-space: nowrap;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .card-productv2_1-1 .card-product-price .product-price-discount-installment p {
    font-size: 1.2rem;
  }
}
.card-productv2_1-1 .card-product-price .product-price-discount-installment > span {
  font-family: "Rubik", sans-serif;
  color: #69B650;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.card-productv2_1-1 .card-product-price .product-price-discount-installment > span span {
  color: #222b22;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .card-productv2_1-1 .card-product-price .product-price-discount-installment > span {
    font-size: 1.4rem;
  }
}
.card-productv2_1-1 .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.card-productv2_1-1 .button-box .button {
  min-height: 44px;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 12px 16px;
  border-radius: 0 0;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}
.card-productv2_1-1 .button-box .button span {
  white-space: nowrap;
}
.card-productv2_1-1 .button-box .button:hover {
  transform: translateY(-1px);
}
.card-productv2_1-1 .button-box .button:active {
  transform: translateY(0);
}
.card-productv2_1-1 .percent {
  padding: 0.4rem 1.2rem;
  background-color: #69B650;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 1.6rem 0.4rem 0;
}
.card-productv2_1-1 .percent span {
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.card-productv2_1-1 .credit-wrapper {
  width: 100%;
}
.card-productv2_1-1 .cback-credit {
  background: #69B650;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  border-radius: 0;
  gap: 0.3rem;
  backdrop-filter: blur(10px);
}
.card-productv2_1-1 .cback-credit .credit-icon-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.card-productv2_1-1 .cback-credit .credit-icon-text svg {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 991px) {
  .card-productv2_1-1 .cback-credit .credit-icon-text svg {
    width: 2rem;
    height: 2rem;
  }
}
.card-productv2_1-1 .cback-credit .credit-icon-text span {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .card-productv2_1-1 .cback-credit .credit-icon-text span {
    font-size: 1rem;
  }
}
.card-productv2_1-1 .card-header {
  width: 100%;
  max-height: 36.8rem;
  overflow: hidden;
  position: relative;
  border-radius: 1.6rem 0.4rem;
  flex: 1;
}
@media (max-width: 767px) {
  .card-productv2_1-1 .card-header {
    max-height: initial;
  }
}
.card-productv2_1-1 .card-header > a {
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.card-productv2_1-1 .card-header > a figure {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0;
}
.card-productv2_1-1 .card-header > a figure picture {
  flex: 1;
}
.card-productv2_1-1 .card-header > a figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem 0.4rem;
}
.card-productv2_1-1 .card-header .favorite-container {
  position: absolute;
  top: 1.2rem;
  right: -5rem;
  transition: 0.2s ease-in-out;
}
.card-productv2_1-1 .card-header .favorite-container button {
  width: 4.4rem;
  height: 4.4rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border: 2px solid transparent;
}
.card-productv2_1-1 .card-header .favorite-container button svg {
  color: #69B650;
  width: 2.4rem;
  height: 2.4rem;
}
.card-productv2_1-1 .card-header .favorite-container button .favorite-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  transform: translateY(0);
  transition-delay: 0s;
  padding-right: 2rem;
  pointer-events: none;
}
.card-productv2_1-1 .card-header .favorite-container button .favorite-content .favorite-text {
  padding: 0.4rem 0.8rem;
  background: #28623F;
  border-radius: 4px;
  white-space: nowrap;
}
.card-productv2_1-1 .card-header .favorite-container button .favorite-content .favorite-text span {
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  margin: 0;
}
@media (pointer: fine) {
  .card-productv2_1-1 .card-header .favorite-container button:hover, .card-productv2_1-1 .card-header .favorite-container button:focus {
    background-color: #28623F;
  }
  .card-productv2_1-1 .card-header .favorite-container button:hover .favorite-content, .card-productv2_1-1 .card-header .favorite-container button:focus .favorite-content {
    opacity: 1;
    right: 3rem;
    visibility: visible;
  }
  .card-productv2_1-1 .card-header .favorite-container button:hover svg, .card-productv2_1-1 .card-header .favorite-container button:focus svg {
    color: #ffffff;
  }
}
.card-productv2_1-1 .card-header .favorite-container button:focus {
  outline: 2px solid #69B650;
  outline-offset: 2px;
}
@media (pointer: coarse) {
  .card-productv2_1-1 .card-header .favorite-container {
    right: 0.1rem;
    top: 0;
  }
  .card-productv2_1-1 .card-header .favorite-container button .favorite-content {
    display: none;
  }
}
.card-productv2_1-1 .card-bottom {
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .card-productv2_1-1 .card-bottom {
    padding: 1.2rem 0.8rem;
  }
}
.card-productv2_1-1.favorite-active .card-header .favorite-container {
  right: 1.2rem;
}
.card-productv2_1-1.favorite-active .card-header .favorite-container button {
  background-color: #69B650;
}
.card-productv2_1-1.favorite-active .card-header .favorite-container button svg {
  color: #ffffff;
  fill: #ffffff;
}
.card-productv2_1-1.favorite-active .card-header .favorite-container button .favorite-content {
  display: none;
}
@media (pointer: fine) {
  .card-productv2_1-1.favorite-active .card-header .favorite-container button:hover, .card-productv2_1-1.favorite-active .card-header .favorite-container button:focus {
    background-color: #53953e;
  }
  .card-productv2_1-1.favorite-active .card-header .favorite-container button:hover svg, .card-productv2_1-1.favorite-active .card-header .favorite-container button:focus svg {
    color: #ffffff;
  }
}
.card-productv2_1-1 .login-to-price {
  transition: 0.3s ease-in-out;
  padding: 1.4rem 2.4rem;
  border-radius: 0 0;
  background-color: #c4d1c0;
  color: #69B650;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-productv2_1-1 .login-to-price:hover, .card-productv2_1-1 .login-to-price:focus {
  background-color: #28623F;
  color: #ffffff;
}
@media (prefers-contrast: more) {
  .card-productv2_1-1 {
    border-width: 2px;
    border-color: #000;
  }
  .card-productv2_1-1 .card-product-title span {
    color: #000;
  }
  .card-productv2_1-1 .button, .card-productv2_1-1 .login-to-price {
    border: 2px solid #000;
  }
  .card-productv2_1-1 .favorite-container button {
    border: 2px solid #000;
    background: #fff;
  }
}
@media (prefers-reduced-motion: reduce) {
  .card-productv2_1-1, .card-productv2_1-1 * {
    transition: none !important;
    animation: none !important;
  }
  .card-productv2_1-1:hover {
    transform: none;
  }
}

div[data-selector=button-box] .buttons {
  gap: 1.2rem;
  justify-content: center;
}
div[data-selector=button-box] .buttons .qty-selector {
  max-width: 65%;
}
div[data-selector=button-box] .buttons form.form-remove button svg {
  color: #FC4C4C;
}
div[data-selector=button-box] .buttons form.form-remove button:hover {
  background: none;
}
div[data-selector=button-box] .buttons form.form-remove button:focus {
  outline: 2px solid #FC4C4C;
}

section.not-found {
  background: orange;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  margin: 1rem 0;
}

/*
* === Fonts ===
*/
/*
* === Container Global ===
*/
/*
* === Colors ===
*/
/*
* === Sections ===
*/
/*
* === Globals ===
*/
/*
* === Links & Buttons ===
*/
/*
* === SwipeMenu ===
*/
/*
* === Inner Pages ===
*/
.embed_post a {
  background: #c4d1c0;
  margin: 2rem 0;
  display: flex;
  border-radius: 1.6rem 0.4rem;
  gap: 2rem;
  overflow: hidden;
  max-width: 63.8rem;
  width: 100%;
}
.embed_post a figure {
  max-width: 17.8rem;
  overflow: hidden;
  min-width: 15rem;
  border-radius: 1.6rem 0.4rem;
}
.embed_post a figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.embed_post a .content {
  padding: 1rem 1rem 1rem 0;
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #000;
  gap: 0.8rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.3px;
}
.embed_post a .content h2 {
  color: #000;
  margin: 0;
  font-size: 2.2rem;
  font-weight: 600;
  text-wrap: balance;
  letter-spacing: 0.29rem;
  line-height: 2.9rem;
}
.embed_post a .content p {
  padding: 0;
  margin: 0;
  line-height: 160%;
}
@media (max-width: 767px) {
  .embed_post a {
    flex-direction: column;
  }
  .embed_post a figure {
    max-width: 100%;
  }
  .embed_post a .content {
    padding: 0 2rem 2rem;
    width: 100%;
  }
}

/*
* === Fonts ===
*/
/*
* === Container Global ===
*/
/*
* === Colors ===
*/
/*
* === Sections ===
*/
/*
* === Globals ===
*/
/*
* === Links & Buttons ===
*/
/*
* === SwipeMenu ===
*/
/*
* === Inner Pages ===
*/
.embed_product a {
  background: #c4d1c0;
  margin: 2rem 0;
  display: flex;
  border-radius: 1.6rem 0.4rem;
  gap: 2rem;
  overflow: hidden;
  max-width: 63.8rem;
  width: 100%;
}
.embed_product a figure {
  max-width: 17.8rem;
  overflow: hidden;
  min-width: 15rem;
  border-radius: 1.6rem 0.4rem;
}
.embed_product a figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.embed_product a .content {
  padding: 1rem 1rem 1rem 0;
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #858585;
  gap: 0.8rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.3px;
}
.embed_product a .content h2 {
  color: #000;
  margin: 0;
  font-size: 2.2rem;
  font-weight: 600;
  text-wrap: balance;
  letter-spacing: 0.29rem;
  line-height: 2.9rem;
}
.embed_product a .content p {
  padding: 0;
  margin: 0;
  line-height: 160%;
}
.embed_product a .content .product-price {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.embed_product a .content .product-price strong {
  color: #000;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.embed_product a .content .product-price .product-price-discount-installment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}
.embed_product a .content .product-price .product-price-discount-installment p {
  display: inline;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #454754;
  white-space: nowrap;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .embed_product a .content .product-price .product-price-discount-installment p {
    font-size: 1.2rem;
  }
}
.embed_product a .content .product-price .product-price-discount-installment span {
  color: #222b22;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.embed_product a .content .product-price .product-price-discount-installment span span {
  font-family: "Rubik", sans-serif;
  color: #69B650;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.embed_product a .content .product-price .product-price-discount-installment span strong {
  color: #69B650;
  font-family: "Rubik", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
}
@media (max-width: 768px) {
  .embed_product a .content .product-price .product-price-discount-installment span {
    font-size: 1.4rem;
  }
}
.embed_product a .content .price-final-embeded {
  color: #69B650;
  font-family: "Rubik", sans-serif;
  font-size: 3.2rem !important;
  font-weight: 700 !important;
  line-height: 130% !important;
}
.embed_product a .content .price-final-embeded span {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  color: #454754;
}
.embed_product a .content .price-final-embeded span span {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .embed_product a .content .price-final-embeded {
    font-size: 3rem;
  }
}
.embed_product a .content .product-login-price {
  width: 42%;
  transition: 0.3s ease-in-out;
  padding: 1.4rem 2.4rem;
  border-radius: 0 0;
  background-color: #c4d1c0;
  color: #69B650;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.embed_product a .content .product-login-price:hover {
  background-color: #28623F;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .embed_product a .content .product-login-price {
    width: 100%;
  }
}
.embed_product a .content p {
  font-size: initial !important;
  font-weight: initial !important;
  line-height: initial !important;
  margin-bottom: initial !important;
  letter-spacing: initial !important;
}
.embed_product a .content .cback-credit-product-page {
  position: relative;
  color: #ffffff;
  background: #69B650;
  font-size: 1.4rem !important;
  display: inline-flex;
  align-items: center;
  padding: 1rem 2.2rem 1rem 5.8rem;
  border-radius: 0 0;
  gap: 0.3rem;
  letter-spacing: 0.5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: "Rubik", sans-serif;
}
.embed_product a .content .cback-credit-product-page svg {
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  top: -14px;
  left: 6px;
}
@media (max-width: 767px) {
  .embed_product a {
    flex-direction: column;
  }
  .embed_product a figure {
    max-width: 100%;
  }
  .embed_product a .content {
    padding: 0 2rem 2rem;
    width: 100%;
  }
}

#breadcrumb2 {
  padding: 2rem 0;
}
#breadcrumb2 nav ul {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  list-style: none;
  flex-wrap: wrap;
}
#breadcrumb2 nav ul li {
  overflow: hidden;
}
#breadcrumb2 a {
  display: flex;
  align-items: center;
  color: #454754;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
}
#breadcrumb2 a.active {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#breadcrumb2 svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
}

#tabbar2 {
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.8rem 0 1.6rem;
  align-items: center;
  background-color: #fff;
  border-top: 0.2rem solid #69B650;
  justify-content: space-evenly;
  z-index: 20;
}
#tabbar2 a, #tabbar2 button {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #454754;
  min-width: 6.4rem;
}
#tabbar2 a span, #tabbar2 button span {
  font-size: 1.2rem;
  color: #454754;
}
#tabbar2 a:hover, #tabbar2 a.active, #tabbar2 button:hover, #tabbar2 button.active {
  color: #69B650;
}
#tabbar2 a:hover span, #tabbar2 a.active span, #tabbar2 button:hover span, #tabbar2 button.active span {
  color: #69B650;
}

.card-supplierv2_2-1 {
  width: 100%;
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
  border-radius: 1.6rem 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #69B650 solid #DBDFEB;
  padding: 1.6rem;
  position: relative;
  justify-content: space-between;
}
.card-supplierv2_2-1 a:last-child {
  margin-top: auto;
}
.card-supplierv2_2-1 img {
  width: 100%;
  border-radius: 1.6rem 0.4rem;
}
.card-supplierv2_2-1 > strong {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.card-supplierv2_2-1 > strong + strong {
  margin: 0;
}
.card-supplierv2_2-1 .card-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 0.2rem solid #69B650;
}
.card-supplierv2_2-1 .card-supplier-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.4rem;
}
.card-supplierv2_2-1 h3 {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
.card-supplierv2_2-1 > p {
  color: #454754;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.card-supplierv2_2-1 svg {
  width: 2rem;
  height: 2rem;
}
.card-supplierv2_2-1 .supplier-infos {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.card-supplierv2_2-1 .info {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.card-supplierv2_2-1 .info a {
  width: auto;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  overflow-wrap: anywhere;
}
.card-supplierv2_2-1 .info a,
.card-supplierv2_2-1 .info p {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.card-supplierv2_2-1 .info span {
  color: #454754;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
.card-supplierv2_2-1 .info .info-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-supplierv2_2-1 .info .info-text span {
  color: #69B650;
}
.card-supplierv2_2-1 .info.cellphone a {
  align-items: center;
}
.card-supplierv2_2-1 .info.cellphone a p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-supplierv2_2-1 .social-medias {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.card-supplierv2_2-1 .social-medias > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  border-radius: 0 0;
  background-color: #69B650;
  color: #ffffff;
}
.card-supplierv2_2-1 .social-medias > a:hover {
  background-color: #28623F;
}
.card-supplierv2_2-1 .card-supplier {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.card-supplierv2_2-1 + img {
  margin-top: 4rem;
}
.card-supplierv2_2-1 > .googleMaps {
  height: 4rem;
  border-radius: 0.5rem;
  background-color: #69B650;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.button {
  display: flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 2.4rem;
  border-radius: 0 0;
  background-color: #69B650;
  transition: all 0.3s linear;
  position: relative;
  gap: 0.8rem;
  cursor: pointer;
  direction: ltr;
}
.button.loading {
  cursor: progress;
  opacity: 0.5;
}
.button.loading p, .button.loading span {
  display: none;
}
.button.loading::before {
  content: "Aguarde...";
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.button.style-fill {
  background-color: #69B650;
  transition: all 0.3s linear;
}
.button.style-fill p,
.button.style-fill span,
.button.style-fill svg {
  color: #ffffff;
}
.button.style-outline {
  background-color: transparent;
  box-shadow: #69B650 inset 0 0 0 0.2rem;
  transition: all 0.3s linear;
}
.button.style-outline p,
.button.style-outline span,
.button.style-outline svg {
  color: #69B650;
}
.button.style-outline.animation-default:hover {
  background-color: #69B650;
}
.button.style-outline.animation-slide {
  overflow: hidden;
}
.button.style-outline.animation-slide::before {
  background-color: #69B650;
}
.button.style-outline.animation-slide:hover p,
.button.style-outline.animation-slide:hover span,
.button.style-outline.animation-slide:hover svg {
  color: #ffffff;
}
.button.style-underline {
  background-color: transparent !important;
  padding: 0 0 1rem;
  border-radius: initial;
  box-shadow: #69B650 0 0.2rem 0;
  transition: all 0.3s linear;
}
.button.style-underline::before {
  display: none;
}
.button.style-underline p,
.button.style-underline span,
.button.style-underline svg {
  color: #69B650;
}
.button.style-underline.animation-default:hover {
  box-shadow: #28623F 0 0.2rem 0;
}
.button.style-underline.animation-default:hover p,
.button.style-underline.animation-default:hover span,
.button.style-underline.animation-default:hover svg {
  color: #28623F;
}
.button.style-link {
  min-width: auto;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.button.style-link p,
.button.style-link span,
.button.style-link svg {
  color: #69B650;
}
.button.style-link.animation-default:hover {
  background-color: transparent;
}
.button.style-link.animation-default:hover p,
.button.style-link.animation-default:hover span,
.button.style-link.animation-default:hover svg {
  color: #28623F;
}
.button.style-link::before {
  display: none;
}
.button.animation-slide {
  overflow: hidden;
}
.button.animation-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #28623F;
  border-radius: 0 0;
  transition: transform 0.3s;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.button.animation-slide:hover {
  box-shadow: none;
}
.button.animation-slide:hover.style-underline {
  box-shadow: #69B650 0 0.2rem 0;
}
.button.animation-slide:hover::before {
  transform: scaleX(1);
}
.button.animation-default {
  transition: all 0.3s linear;
}
.button.animation-default:hover {
  background-color: #28623F;
  transition: all 0.3s linear;
}
.button.animation-default:hover p,
.button.animation-default:hover span,
.button.animation-default:hover svg {
  color: #ffffff;
}
.button p {
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
.button p,
.button span,
.button svg {
  z-index: 1;
}
.button p,
.button span,
.button svg, .button[class^=animation-], .button[class^=style-] {
  transition: all 0.3s linear;
}
@media (max-width: 500px) {
  .button svg {
    display: none;
  }
}

div[data-selector=button-box] .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  max-width: 25rem;
}
div[data-selector=button-box] .buttons .qty-selector {
  max-width: calc(100% - 45px);
  padding-inline: 1rem;
}
div[data-selector=button-box] .buttons form.form-remove button {
  background: #ffffff;
  border: navajowhite;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  color: #69B650;
  cursor: pointer;
  position: relative;
  top: -2px;
}
div[data-selector=button-box] .buttons form.form-remove button:hover {
  background: #f0f0f0;
  color: #69B650;
}
div[data-selector=button-box] .buttons form.form-remove button svg {
  position: relative;
  top: 2px;
}

.qty-selector {
  display: flex;
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 0 0;
  height: 45px;
  background: #ffffff;
}
.qty-selector svg {
  position: relative;
  top: 2px;
  color: #222b22;
}
.qty-selector > input {
  background: #ffffff;
  line-height: 36px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: none;
}
@media (max-width: 767px) {
  .qty-selector > input {
    font-size: 14px;
  }
}
.qty-selector .btn-minus,
.qty-selector .btn-more {
  background: transparent !important;
  max-width: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .qty-selector .btn-minus,
  .qty-selector .btn-more {
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #69B650));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, #69B650));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, #69B650));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #69B650));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #69B650));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #69B650));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, #69B650));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #69B650));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #69B650));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

#pwa-modal {
  position: fixed;
  left: 2.4rem;
  bottom: 2.4rem;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  padding: 3.2rem;
  width: 41.5rem;
  max-width: 80vw;
  border-radius: 1.2rem;
  background-color: #FFFEF8;
  box-shadow: 0px 0px 24px 0px rgba(17, 17, 17, 0.12);
  transform: translateY(0%);
  transition: transform 1s ease-in-out;
}
#pwa-modal.closed {
  transform: translateY(150%);
}
#pwa-modal.pwa-modal-mobile {
  border-radius: 3rem;
  background-color: #ffffff;
  box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.16);
  flex-direction: row;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 13rem;
  padding: 2rem;
  width: 100%;
  gap: 1.5rem;
}
@media (max-width: 400px) {
  #pwa-modal.pwa-modal-mobile {
    bottom: 10rem;
  }
}
#pwa-modal.pwa-modal-mobile .pwa-modal-text-header .pwa-modal-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #69B650;
}
#pwa-modal.pwa-modal-mobile .pwa-modal-text p {
  font-size: 1.4rem;
  color: #454754;
}
#pwa-modal.pwa-modal-mobile.closed {
  transform: translate(-50%, 300%);
}
#pwa-modal.pwa-modal-mobile #pwa-modal-close {
  background-color: #69B650;
  color: #ffffff;
  position: absolute;
  top: -15px;
  right: -4px;
  border-radius: 50%;
  padding: 0.8rem;
}
#pwa-modal.pwa-modal-mobile .pwa-modal-button {
  width: initial;
}
#pwa-modal.pwa-modal-mobile .pwa-modal-button a {
  max-width: initial;
}
#pwa-modal .pwa-modal-text {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
#pwa-modal .pwa-modal-text p {
  color: #454754;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
}
#pwa-modal .pwa-modal-text-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pwa-modal .pwa-modal-text-header .pwa-modal-title {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}
#pwa-modal #pwa-modal-close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pwa-modal .pwa-modal-button {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
#pwa-modal .pwa-modal-button a {
  max-width: 50%;
  max-height: 8rem;
  flex: 1;
  padding: 1.2rem;
  box-shadow: 0px 0px 10px 3px rgba(17, 17, 17, 0.05);
  border-radius: 0.5rem;
}
#pwa-modal .pwa-modal-button svg {
  width: 100%;
  height: 100%;
}

#pwa-video-modal {
  display: initial;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  z-index: 10000;
  transform: translate(-50%, -50%);
  max-height: 80dvh;
}
@media (max-width: 500px) {
  #pwa-video-modal {
    max-height: initial;
    height: 100dvh;
    width: 100%;
  }
}
#pwa-video-modal::before {
  content: "";
  width: 200vw;
  height: 200vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
}
#pwa-video-modal #pwa-video-close {
  position: absolute;
  right: 2.2rem;
  top: 5rem;
  z-index: 1;
  padding: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
  border-radius: 0.8rem;
  background: #69B650;
}
#pwa-video-modal #pwa-video-close svg {
  color: #ffffff;
}
#pwa-video-modal > div {
  max-height: inherit;
  aspect-ratio: 9/19.5;
  border-radius: 1.2rem;
  outline: 8px solid #69B650;
}
@media (max-width: 500px) {
  #pwa-video-modal > div {
    outline: none;
    border-radius: 0;
    max-height: initial;
    height: 100%;
    width: 100dvh;
  }
}

.thumbnail {
  width: 200px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.thumbnail:hover {
  transform: scale(1.05);
}

.modal-video {
  display: none;
  position: fixed;
  z-index: 6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .modal-video {
    z-index: 45;
  }
}

.modal-content {
  position: relative;
  margin: 13% auto;
  padding: 8px;
  width: 60%;
  max-width: 74%;
  height: 60%;
  background-color: #69B650;
  border-radius: 1.6rem 0.4rem;
}
@media (max-width: 991px) {
  .modal-content {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
  background: #69B650;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.close svg {
  color: #ffffff;
}
@media (max-width: 991px) {
  .close {
    top: 40px;
    padding: 6px;
  }
}

.close:hover,
.close:focus {
  color: #69B650;
}

#player {
  width: 100%;
  height: 100%;
}

.video {
  width: 100%;
  border-radius: 10px;
}

.youtube-video {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem 0.4rem;
}

@media (max-width: 991px) {
  #player {
    width: 100%;
    height: 100vh;
  }
}
div[data-toggle=loader] {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #222b22;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  flex-direction: column;
  top: 0;
  left: 0;
  text-align: center;
}
div[data-toggle=loader] p {
  max-width: 80%;
}
div[data-toggle=loader].hide {
  z-index: -10;
  visibility: hidden;
}
div[data-toggle=loader] .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
div[data-toggle=loader] .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div[data-toggle=loader] .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
  background: #69B650;
}
div[data-toggle=loader] .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
  background: #3f712f;
}
div[data-toggle=loader] .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
  background: #69B650;
}
div[data-toggle=loader] .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
  background: #3f712f;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.lazy-picture img {
  filter: blur(1vw);
  transform: scale(0.9) rotate(5deg);
  transition: all 0.6s ease;
}
.lazy-picture img.unblured {
  filter: blur(0vw);
  transform: scale(1);
}

.swal2-popup {
  font-size: 1.5rem !important;
}
.swal2-popup ul {
  padding: 0;
  list-style: none;
}

/* ========================
========= Select 2 ========
==========================*/
.select2.select2-container {
  min-width: 20rem;
}

.select2-container--default .select2-selection--single {
  background: #ffffff;
  border-radius: 0 0;
  border: 1px solid #858585;
  height: 3.4rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222b22;
  line-height: 3.2rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #69B650;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -40%);
  width: 30px;
}

.select2 .select2-selection b {
  border-color: #222b22 transparent transparent #222b22 !important;
  border-width: 2px 0 0 2px !important;
  height: 9px !important;
  left: 1rem !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  position: absolute !important;
  top: calc(50% - 9px) !important;
  width: 9px !important;
  transform: rotate(-135deg) !important;
}

.select2.select2-container--open b {
  transform: rotate(45deg) !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 1.6rem 0.4rem 1.6rem 0.4rem 0 0;
}

.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-results > .select2-results__options {
  border-radius: 0 0 1.6rem 0.4rem 1.6rem 0.4rem;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  background-color: #9e9e9e;
}

/* Success Alert */
.swal-success-timer {
  background: #10b981 !important;
}

/* Error Alert */
.swal-error-timer {
  background: #ef4444 !important;
}

/* Warning Alert */
.swal-warning-timer {
  background: #f59e0b !important;
}

/* Info Alert */
.swal-info-timer {
  background: #3b82f6 !important;
}

/* General Toast Styling */
.swal2-toast {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-family: inherit;
}

.swal2-toast .swal2-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.swal2-toast .swal2-icon {
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
}

.whatsapp-button {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 99;
  transition: width 0.3s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: waves-whatsapp 3s infinite;
}
@media (max-width: 768px) {
  .whatsapp-button {
    bottom: 105px;
  }
}

/* Ícone do WhatsApp */
.whatsapp-button .fa-whatsapp {
  transition: opacity 0.3s ease;
}

/* Texto que aparece no hover */
.whatsapp-button .text {
  position: absolute;
  white-space: nowrap;
  color: #fff;
  background-color: #25d366;
  padding: 10px 15px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

/* Efeitos no hover */
.whatsapp-button:hover {
  width: 160px;
}

.whatsapp-button:hover .fa-whatsapp {
  opacity: 0;
}

.whatsapp-button:hover .text {
  opacity: 1;
}

@keyframes waves-whatsapp {
  0% {
    box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 0 rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 12px rgba(48, 191, 57, 0.2), 0 0 0 0 rgba(48, 191, 57, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 28px rgba(48, 191, 57, 0), 0 0 0 16.7px rgba(48, 191, 57, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(48, 191, 57, 0.3), 0 0 0 45px rgba(48, 191, 57, 0), 0 0 0 30px rgba(48, 191, 57, 0);
  }
}
section .container,
header .container,
footer .container {
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0 auto;
  width: 100%;
  max-width: 144rem;
}
@media (min-width: 768px) {
  section .container,
  header .container,
  footer .container {
    width: 100%;
    max-width: 96rem;
  }
}
@media (min-width: 992px) {
  section .container,
  header .container,
  footer .container {
    width: 100%;
    max-width: 127rem;
  }
}
@media (min-width: 1200px) {
  section .container,
  header .container,
  footer .container {
    width: 100%;
    max-width: 144rem;
  }
}

#tabbar {
  display: flex;
  width: 90%;
  max-width: 80rem;
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 1rem 0;
  align-items: center;
  background-color: #fff;
  justify-content: space-evenly;
  z-index: 20;
  border-radius: 999px;
  box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.3);
}
@media (max-width: 400px) {
  #tabbar {
    padding: 0;
  }
}
#tabbar a,
#tabbar button {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #454754;
  min-width: 5.4rem;
  height: 5.4rem;
}
#tabbar a span,
#tabbar button span {
  font-size: 1.2rem;
  color: #454754;
}
#tabbar a .icon-wrapper > svg,
#tabbar button .icon-wrapper > svg {
  color: #69B650;
}
#tabbar a:hover .icon-wrapper, #tabbar a:active .icon-wrapper, #tabbar a.active .icon-wrapper,
#tabbar button:hover .icon-wrapper,
#tabbar button:active .icon-wrapper,
#tabbar button.active .icon-wrapper {
  padding: 0.8rem;
  background-color: #69B650;
  border-radius: 999px;
  height: 4rem;
}
#tabbar a:hover .icon-wrapper > svg, #tabbar a:active .icon-wrapper > svg, #tabbar a.active .icon-wrapper > svg,
#tabbar button:hover .icon-wrapper > svg,
#tabbar button:active .icon-wrapper > svg,
#tabbar button.active .icon-wrapper > svg {
  color: #ffffff;
}
#tabbar a:hover span, #tabbar a:active span, #tabbar a.active span,
#tabbar button:hover span,
#tabbar button:active span,
#tabbar button.active span {
  color: #69B650;
}
#tabbar a:hover:nth-child(3), #tabbar a:active:nth-child(3), #tabbar a.active:nth-child(3),
#tabbar button:hover:nth-child(3),
#tabbar button:active:nth-child(3),
#tabbar button.active:nth-child(3) {
  background-color: #69B650;
}
#tabbar a:hover:nth-child(3) > svg,
#tabbar a:hover:nth-child(3) span, #tabbar a:active:nth-child(3) > svg,
#tabbar a:active:nth-child(3) span, #tabbar a.active:nth-child(3) > svg,
#tabbar a.active:nth-child(3) span,
#tabbar button:hover:nth-child(3) > svg,
#tabbar button:hover:nth-child(3) span,
#tabbar button:active:nth-child(3) > svg,
#tabbar button:active:nth-child(3) span,
#tabbar button.active:nth-child(3) > svg,
#tabbar button.active:nth-child(3) span {
  color: #ffffff;
}
#tabbar a:nth-child(3),
#tabbar button:nth-child(3) {
  transform: scale(1.6);
  margin: 0 2.4rem;
  background-color: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1;
  box-shadow: 0px 3px 60px rgba(0, 0, 0, 0.3);
}
@media (max-width: 400px) {
  #tabbar a:nth-child(3),
  #tabbar button:nth-child(3) {
    transform: scale(1.2);
    margin: 0 1.2rem;
  }
}
#tabbar a:nth-child(3) .icon-wrapper,
#tabbar button:nth-child(3) .icon-wrapper {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  height: 3.2rem;
}
#tabbar a:nth-child(3) svg,
#tabbar button:nth-child(3) svg {
  width: 3.2rem;
  height: 3.2rem;
}
#tabbar a:nth-child(3) span,
#tabbar button:nth-child(3) span {
  transform: scale(0.6);
}
#tabbar a .stars-counter,
#tabbar button .stars-counter {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 0px);
}
@media (max-width: 400px) {
  #tabbar a .stars-counter,
  #tabbar button .stars-counter {
    bottom: 5px;
  }
}
#tabbar .incomplete-register-warning {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 100;
  width: 1.6rem;
  height: 1.6rem;
}
#tabbar .favorite-count-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #69B650;
  color: #ffffff !important;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  z-index: 10;
  animation: favorite-badge-appear 0.3s ease-out;
}
@media (max-width: 400px) {
  #tabbar .favorite-count-badge {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.9rem;
    top: -6px;
    right: -6px;
  }
}
#tabbar .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tabbar .icon-wrapper .tabbar-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#tabbar .icon-wrapper .tabbar-loader .spinner {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tabbar .icon-wrapper .tabbar-loader .spinner .spinner-ring {
  width: 2rem;
  height: 2rem;
  border: 2px solid transparent;
  border-top: 2px solid #454754;
  border-radius: 50%;
  animation: tabbar-spin 1s linear infinite;
}
#tabbar a:nth-child(3) .icon-wrapper .tabbar-loader .spinner {
  width: 3.2rem;
  height: 3.2rem;
}
#tabbar a:nth-child(3) .icon-wrapper .tabbar-loader .spinner .spinner-ring {
  width: 2.8rem;
  height: 2.8rem;
  border-width: 3px;
  border-top-color: #69B650;
}
#tabbar a:hover .icon-wrapper .tabbar-loader .spinner .spinner-ring,
#tabbar a:active .icon-wrapper .tabbar-loader .spinner .spinner-ring,
#tabbar a.active .icon-wrapper .tabbar-loader .spinner .spinner-ring {
  border-top-color: #ffffff;
}
#tabbar a:hover:nth-child(3) .icon-wrapper .tabbar-loader .spinner .spinner-ring,
#tabbar a:active:nth-child(3) .icon-wrapper .tabbar-loader .spinner .spinner-ring,
#tabbar a.active:nth-child(3) .icon-wrapper .tabbar-loader .spinner .spinner-ring {
  border-top-color: #ffffff;
}

@keyframes tabbar-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes favorite-badge-appear {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.stars-counter ul {
  display: flex;
}
.stars-counter ul div {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
.stars-counter ul div.small-stars svg {
  width: 1rem;
  height: 1rem;
}
.stars-counter ul div.medium-stars svg {
  width: 1.8rem;
  height: 1.8rem;
}

#swipe-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
  z-index: 101;
  overflow: hidden;
  color: #000;
}
#swipe-menu[aria-hidden=true] {
  display: none;
}
#swipe-menu .swipe-menu-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  width: 300%;
  backdrop-filter: blur(0px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#swipe-menu.opened {
  transform: translateX(0);
  display: block;
}
#swipe-menu.opened .swipe-menu-background {
  opacity: 1;
  backdrop-filter: blur(2px);
}
#swipe-menu .menu-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background-color: #c4d1c0;
  max-width: 40rem;
}
#swipe-menu .row {
  display: flex;
  width: inherit;
  justify-content: center;
  position: relative;
  align-items: center;
}
#swipe-menu .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#swipe-menu header {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  padding: 1.6rem;
  background: #c4d1c0;
  z-index: 10;
}
#swipe-menu header .close-button {
  position: absolute;
  left: 0;
  border: 2px solid #fff;
  background: #FC4C4C;
  color: #fff;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
#swipe-menu header .close-button:hover, #swipe-menu header .close-button:focus {
  background: #FC4C4C;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
#swipe-menu header .close-button:focus {
  box-shadow: 0 0 0 4px rgba(253, 117, 107, 0.3);
}
#swipe-menu header .close-button svg {
  width: 4rem;
  height: auto;
}
#swipe-menu header .logo {
  max-width: calc(100% - 16rem);
  min-width: 50%;
  max-height: 8.5rem;
  text-align: center;
  transition: opacity 0.2s ease;
}
#swipe-menu header .logo:hover, #swipe-menu header .logo:focus {
  opacity: 0.8;
  outline: 2px solid #333;
  outline-offset: 2px;
}
#swipe-menu header .logo img {
  max-height: inherit;
  max-width: 100%;
}
#swipe-menu header .btn-call {
  position: absolute;
  right: 0;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5rem;
  height: 4rem;
  width: 4rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #343;
  transition: all 0.2s ease;
}
#swipe-menu header .btn-call:hover, #swipe-menu header .btn-call:focus {
  background: #f0f0f0;
  outline: 2px solid #333;
  outline-offset: 2px;
}
#swipe-menu header .btn-call svg {
  height: 2.9rem;
  width: auto;
  transform: translate(-1px, 1px);
}
#swipe-menu .scrollable {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  text-align: center;
  gap: 2.4rem;
  padding: 2rem 1.6rem 1.6rem;
  position: relative;
  margin-top: -3rem;
}
#swipe-menu .scrollable:focus {
  outline: 2px solid #0066cc;
  outline-offset: -2px;
}
#swipe-menu .scrollable::-webkit-scrollbar {
  display: none;
}
#swipe-menu .scrollable .row a {
  background: #E9F2FD;
  display: flex;
  width: calc(100% - 2.5rem);
  gap: 0.8rem;
  padding: 1.25rem 1.6rem;
  border-radius: 5rem;
  font-size: 1.4rem;
  justify-content: center;
  color: #343;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
#swipe-menu .scrollable .row a:hover, #swipe-menu .scrollable .row a:focus {
  background: #D1E7F7;
  outline: 2px solid #0066cc;
  outline-offset: 2px;
  transform: translateY(-1px);
}
#swipe-menu .scrollable .row a span {
  color: #be9113;
}
#swipe-menu .nav-list {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#swipe-menu .nav-list h4 {
  color: #222b22;
  font-size: 2.1rem;
  padding-bottom: 0.8rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #222b22;
}
#swipe-menu .nav-list nav {
  margin-bottom: 1.8rem;
}
#swipe-menu .nav-list ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
}
#swipe-menu .nav-list ul li {
  position: relative;
}
#swipe-menu .nav-list ul .subcategories-list {
  margin-left: 2rem;
  gap: 1.2rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  border-left: 1px solid #222b22;
}
#swipe-menu .nav-list ul .subcategories-list[aria-hidden=false] {
  max-height: 120rem;
  opacity: 1;
  transform: translateY(0);
}
#swipe-menu .nav-list ul .subcategories-list li a {
  justify-content: left;
  padding: 0.8rem 1rem;
  text-align: left;
  margin-left: 1rem;
  width: calc(100% - 1rem);
}
#swipe-menu .nav-list ul a {
  color: #222b22;
  width: 100%;
  display: flex;
  border-radius: 0.8rem;
  font-size: 1.75rem;
  padding: 0.8rem 0;
  text-align: left;
  text-wrap: balance;
  text-decoration: none;
  transition: all 0.2s ease;
}
#swipe-menu .nav-list ul a:hover, #swipe-menu .nav-list ul a:focus {
  background: rgba(255, 255, 255, 0.1);
  outline: 2px solid #0066cc;
  outline-offset: 2px;
  transform: translateX(4px);
}
#swipe-menu .nav-list ul a.active, #swipe-menu .nav-list ul a[aria-current=page] {
  background: rgba(0, 102, 204, 0.1);
  border-left: 4px solid #0066cc;
  padding-left: 12px;
  font-weight: 600;
}
#swipe-menu .nav-list ul a.category-link {
  justify-content: space-between;
  padding: 0.8rem;
}
#swipe-menu .nav-list ul .dropdown-arrow {
  height: 3.7rem;
  background: none;
  border: none;
  border-radius: 4px;
  padding: 0 1rem 0 0.5rem;
  width: initial;
  justify-content: right;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0rem;
  cursor: pointer;
}
#swipe-menu .nav-list ul .dropdown-arrow:hover, #swipe-menu .nav-list ul .dropdown-arrow:focus {
  background: rgba(255, 255, 255, 0.1);
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
#swipe-menu .nav-list ul .dropdown-arrow:focus {
  box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.2);
}
#swipe-menu .nav-list ul .dropdown-arrow svg {
  color: #222b22;
  transition: transform 0.3s ease;
}
#swipe-menu .nav-list ul .dropdown-arrow[aria-expanded=true] svg, #swipe-menu .nav-list ul .dropdown-arrow.open svg {
  transform: rotate(180deg);
}
#swipe-menu .nav-list ul .dropdown-arrow[aria-expanded=true]::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background: #0066cc;
}
#swipe-menu footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6.4rem;
  padding-bottom: 3.2rem;
}
#swipe-menu footer p {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #222b22;
  text-wrap: balance;
  margin: 0;
}
#swipe-menu footer a {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 0 0;
  text-decoration: none;
  transition: all 0.2s ease;
}
#swipe-menu footer a:hover, #swipe-menu footer a:focus {
  background-color: rgba(255, 255, 255, 0.7);
  outline: 2px solid #0066cc;
  outline-offset: 2px;
  transform: translateY(-2px);
}
#swipe-menu footer a p {
  color: #222b22;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: none;
  text-wrap: balance;
}
#swipe-menu footer .document-container {
  max-width: 100%;
}
#swipe-menu footer .document-container img {
  max-width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  #swipe-menu {
    transition: none;
  }
  #swipe-menu .swipe-menu-background {
    transition: opacity 0.2s ease;
  }
  #swipe-menu .dropdown-arrow svg {
    transition: none;
  }
  #swipe-menu * {
    transition: none;
  }
}
@media (prefers-color-scheme: dark) {
  #swipe-menu .scrollable .row a:focus {
    outline-color: #66b3ff;
  }
  #swipe-menu .nav-list ul a:focus {
    outline-color: #66b3ff;
  }
  #swipe-menu .nav-list ul a.active, #swipe-menu .nav-list ul a[aria-current=page] {
    border-left-color: #66b3ff;
    background: rgba(102, 179, 255, 0.1);
  }
  #swipe-menu .dropdown-arrow:focus {
    outline-color: #66b3ff;
    box-shadow: 0 0 0 4px rgba(102, 179, 255, 0.2);
  }
  #swipe-menu .dropdown-arrow[aria-expanded=true]::before {
    background: #66b3ff;
  }
}

.menu-categories {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.menu-categories .main-menu, .menu-categories .submenu {
  padding: 1rem;
  background-color: #fff;
  overflow-x: scroll;
  white-space: nowrap;
  gap: 1rem;
}
.menu-categories .main-menu {
  display: flex;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
}
.menu-categories .main-menu a {
  padding: 1rem 1.5rem;
  background-color: #454754;
  color: #ffffff;
  border-radius: 2rem;
  text-decoration: none;
  display: block;
}
.menu-categories .main-menu .menu-item > a:hover, .menu-categories .main-menu .menu-item.active > a {
  background-color: #69B650;
  color: #fff;
}
.menu-categories .main-menu .menu-item .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0;
}
.menu-categories .main-menu .menu-item .submenu a:hover, .menu-categories .main-menu .menu-item .submenu a.active {
  background-color: #e0e0e0;
}
.menu-categories .main-menu .menu-item.active .submenu {
  display: flex;
}

#footer-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  background-color: #69B650;
  padding: 3rem 2.6rem 14rem;
  width: 100%;
  color: #000;
}
#footer-mobile .card-seller-pointv2_1-1 {
  width: 100%;
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
  border-radius: 1.6rem 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #69B650 solid #DBDFEB;
  padding: 1.6rem;
  position: relative;
}
#footer-mobile .card-seller-pointv2_1-1 > img {
  width: 100%;
  height: 22.5rem;
  border-radius: 1.6rem 0.4rem 1.6rem 0.4rem 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer-mobile .card-seller-pointv2_1-1 > strong {
  font-size: 1.8rem;
  margin-top: 1rem;
}
#footer-mobile .card-seller-pointv2_1-1 > strong + strong {
  margin: 0;
}
#footer-mobile .card-seller-pointv2_1-1 .card-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 0.2rem solid #69B650;
}
#footer-mobile .card-seller-pointv2_1-1 .card-seller-point-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.4rem;
}
#footer-mobile .card-seller-pointv2_1-1 h3 {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
#footer-mobile .card-seller-pointv2_1-1 > p {
  color: #454754;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
#footer-mobile .card-seller-pointv2_1-1 svg {
  width: 2rem;
  height: 2rem;
}
#footer-mobile .card-seller-pointv2_1-1 .seller-point-infos {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
#footer-mobile .card-seller-pointv2_1-1 .info {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.4rem;
}
#footer-mobile .card-seller-pointv2_1-1 .info a {
  width: -moz-fit-content;
  width: fit-content;
  width: auto;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.4rem;
}
#footer-mobile .card-seller-pointv2_1-1 .info a,
#footer-mobile .card-seller-pointv2_1-1 .info p {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
#footer-mobile .card-seller-pointv2_1-1 .info span {
  color: #454754;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
#footer-mobile .card-seller-pointv2_1-1 .info .info-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#footer-mobile .card-seller-pointv2_1-1 .info .info-text span {
  color: #69B650;
}
#footer-mobile .card-seller-pointv2_1-1 .info.cellphone a {
  align-items: center;
}
#footer-mobile .card-seller-pointv2_1-1 .info.cellphone a p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.4rem;
}
#footer-mobile .card-seller-pointv2_1-1 .social-medias {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#footer-mobile .card-seller-pointv2_1-1 .social-medias > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  border-radius: 0 0;
  background-color: #69B650;
  color: #ffffff;
}
#footer-mobile .card-seller-pointv2_1-1 .social-medias > a:hover {
  background-color: #28623F;
}
#footer-mobile .card-seller-pointv2_1-1 .card-seller-point {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
#footer-mobile .card-seller-pointv2_1-1 + img {
  margin-top: 4rem;
}
#footer-mobile .card-seller-pointv2_1-1 > .googleMaps {
  height: 4rem;
  border-radius: 0.5rem;
  background-color: #69B650;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
#footer-mobile .card-seller-pointv2_1-1 .button {
  color: #ffffff;
  font-size: 1.4rem;
}
#footer-mobile .card-seller-pointv2_1-1 + .img-logo {
  margin-bottom: 4rem;
}
#footer-mobile .seller-points-container {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}
#footer-mobile .slick-slide {
  max-width: 100%;
}
#footer-mobile .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  max-width: 100%;
}
#footer-mobile .slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: initial;
  gap: 4.4rem;
}
#footer-mobile .slick-slide {
  width: 18% !important;
  display: none;
  float: left;
  height: 100%;
}
#footer-mobile .slick-initialized .slick-slide {
  display: block;
}
#footer-mobile .carousel-track {
  display: flex;
  gap: 2.25rem;
}
#footer-mobile .slick-track div[class^=card-seller-point] {
  height: auto;
  display: flex;
  justify-content: center;
}
#footer-mobile .img-logo {
  max-width: 80%;
}
#footer-mobile > svg {
  margin-top: 5rem;
}
#footer-mobile > svg:first-child {
  margin-top: 0;
}
#footer-mobile > a {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 0 0;
}
#footer-mobile > a p {
  color: #222b22;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.photoswipe-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .video-wrapper {
    padding: 0;
    height: 100vh;
  }
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100% !important;
  height: auto !important;
}

/*# sourceMappingURL=app-mobile.css.map*/