@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none !important;
}

.page-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -1px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .page-title {
    font-size: 26px;
    letter-spacing: -1px;
  }
}

.carousel-container {
  height: 480px;
  width: 100%;
}
.carousel-container .txt-carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
}
.carousel-container .back-carousel {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .carousel-container .back-carousel {
    display: none;
  }
}
.carousel-container .back-carousel-mobile {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .carousel-container .back-carousel-mobile {
    display: none;
  }
}

.woocommerce-pagination {
  margin-bottom: 60px;
}
.woocommerce-pagination .page-numbers {
  justify-content: center;
  display: flex !important;
  border: none !important;
  gap: 5px !important;
}
.woocommerce-pagination .page-numbers li {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #eaeaea !important;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: 500 !important;
}
.woocommerce-pagination .page-numbers li span {
  color: #fff !important;
  background-color: #a8afb6 !important;
}
.woocommerce-pagination .page-numbers li a {
  color: #181818;
}

.whatsapp-meta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  color: #22c15e;
  border: 1px solid #22c15e;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
}

.meta-section {
  background-color: #f8f8f8;
  color: #777;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.meta-section .custom-meta-home {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.meta-section .custom-meta-home .frete-gratis {
  display: flex;
  gap: 10px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
}
.meta-section .custom-meta-home .frete-gratis i {
  font-size: 20px;
}
@media (max-width: 768px) {
  .meta-section .custom-meta-home {
    grid-template-columns: 1fr 1fr;
  }
}

.custom-meta {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.gift-section {
  background: #f7eddf;
  padding: 40px 0;
}
.gift-section .gift-home {
  display: flex;
  align-items: center;
  height: 500px;
}
.gift-section .gift-home .video-gift-home {
  height: 100%;
  width: 500px;
}
.gift-section .gift-home .video-gift-home video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0 auto;
}
.gift-section .gift-home .video-gift-home img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0 auto;
}
.gift-section .gift-home .content-gift-home {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.gift-section .gift-home .content-gift-home h1 {
  letter-spacing: -2px;
  font-weight: 600;
  line-height: 1;
  font-size: 50px;
}
.gift-section .gift-home .content-gift-home p {
  max-width: 450px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.gift-section .gift-home .content-gift-home p b {
  text-transform: uppercase;
}
.gift-section .gift-home .content-gift-home img {
  width: 320px;
}
.gift-section .gift-home .content-gift-home a {
  background-color: #292c30;
  color: #fff;
  height: 60px;
  width: 350px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 4px;
  gap: 5px;
  font-size: 500;
}
.gift-section .gift-home .content-gift-home a i {
  font-size: 16px;
  margin-top: -2px;
  font-weight: normal !important;
}
@media (max-width: 768px) {
  .gift-section .gift-home {
    flex-direction: column;
    height: auto;
    border-radius: 0;
  }
  .gift-section .gift-home .content-gift-home {
    width: 100%;
  }
  .gift-section .gift-home .content-gift-home img {
    max-width: 240px;
    margin-top: 30px;
  }
  .gift-section .gift-home .content-gift-home h1 {
    margin-top: 30px;
    font-size: 42px;
  }
  .gift-section .gift-home .content-gift-home p {
    margin-bottom: 25px;
    margin-top: 20px;
    padding: 0 20px;
  }
  .gift-section .gift-home .content-gift-home a {
    width: 100%;
    border-radius: 0;
  }
  .gift-section .gift-home .video-gift-home {
    width: 100%;
    height: 420px;
  }
}

.term-description {
  max-height: 80px;
  font-size: 14px;
  overflow: hidden;
  margin: 60px 0 20px;
}

.read-more-description {
  width: 100%;
  display: inline-block;
  margin-bottom: 80px;
  border: none !important;
  border-radius: 4px;
  padding: 10px 0;
  background: #f7f6f7;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.expanded {
  max-height: 300px !important;
  overflow-y: scroll;
}

.sku_wrapper,
.posted_in {
  margin-bottom: 5px;
}

.cart .wznd_gift_card_input input,
.cart .wznd_gift_card_input textarea {
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
}

.destaque-home {
  padding: 80px 0;
}
.destaque-home .video-destaque {
  width: 400px;
  height: 500px;
  position: relative;
}
.destaque-home .video-destaque img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.destaque-home .video-destaque video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .destaque-home .video-destaque {
    width: 100%;
    height: 400px;
  }
}

.more_info_zap {
  margin-top: 30px;
  padding: 15px 0;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 300;
  justify-content: center;
  width: 100%;
  color: #25d366;
  border: 1px solid #25d366;
}
.more_info_zap i {
  font-size: 18px;
}
.more_info_zap:hover {
  color: #25d366;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.destaques-single {
  margin-top: 30px;
  width: 100%;
  justify-content: space-between;
  text-align: center;
  display: flex;
}
.destaques-single i {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.destaques-single .frete-gratis-single {
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 15px 0;
  width: 32%;
}
@media (max-width: 768px) {
  .destaques-single {
    flex-direction: column;
    gap: 20px;
  }
  .destaques-single .frete-gratis-single {
    width: 100%;
  }
}

.break-line {
  break-after: always;
}

.categories-home {
  margin-bottom: 60px;
}
.categories-home .categories-home-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.categories-home .categories-home-content .cat-home-sing {
  background-color: #000;
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.categories-home .categories-home-content .cat-home-sing:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent 40%) !important;
  pointer-events: none !important;
  position: absolute !important;
  content: "" !important;
  z-index: 1 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.categories-home .categories-home-content .cat-home-sing .content-cat {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 999;
  color: #fff;
  text-align: center;
  transition: all ease 0.3s;
}
.categories-home .categories-home-content .cat-home-sing .content-cat h1 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.categories-home .categories-home-content .cat-home-sing .content-cat p {
  margin-bottom: 20px;
  transition: all ease 0.3s;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  opacity: 0;
}
.categories-home .categories-home-content .cat-home-sing .content-cat span {
  transition: all ease 0.3s;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  opacity: 0;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  padding: 10px 50px;
  border-radius: 6px;
}
.categories-home .categories-home-content .cat-home-sing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.categories-home .categories-home-content .cat-home-sing:hover .content-cat {
  transform: translateY(-15px);
}
.categories-home .categories-home-content .cat-home-sing:hover .content-cat p {
  opacity: 1;
}
.categories-home .categories-home-content .cat-home-sing:hover .content-cat span {
  opacity: 1;
}
@media (max-width: 768px) {
  .categories-home .categories-home-content .cat-home-sing {
    height: 370px;
  }
  .categories-home .categories-home-content .cat-home-sing .content-cat {
    transform: translateY(-15px);
  }
  .categories-home .categories-home-content .cat-home-sing .content-cat p {
    opacity: 1;
    padding: 0 40px;
  }
  .categories-home .categories-home-content .cat-home-sing .content-cat span {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .categories-home .categories-home-content {
    grid-template-columns: 1fr;
  }
}

.hero-home {
  background: url("../img/carimbos2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-home .hero-content {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.hero-home .hero-content p {
  letter-spacing: -2px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  margin: 0;
}
.hero-home .hero-content .heart-hero {
  height: 50px;
}
.hero-home .hero-content .amor-hero {
  width: 600px;
}
.hero-home .hero-content a {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5490196078);
  width: 400px !important;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .hero-home .hero-content {
    padding: 80px 40px;
    gap: 30px;
  }
  .hero-home .hero-content .amor-hero {
    max-width: 100%;
  }
  .hero-home .hero-content p {
    font-size: 12px;
    letter-spacing: 0;
  }
  .hero-home .hero-content a {
    max-width: 100%;
  }
}

.img-category-page {
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  overflow: hidden;
}
.img-category-page img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .img-category-page {
    height: 140px;
  }
}

.notfound {
  text-align: center;
  margin: 200px auto;
}
.notfound h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #303030;
}
.notfound a {
  font-size: 14px;
  color: #777777;
}

@media (min-width: 768px) {
  #menu-header-main li:first-child a {
    padding-left: 0;
  }
  .dropdown-menu li a {
    padding-left: 20px !important;
  }
  .dropdown-menu li a.dropdown-item:hover {
    color: #000 !important;
  }
}
.summary .mainPrice {
  color: #000;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  margin-top: 20px;
}
.summary .parcelPrice {
  display: block;
  align-items: center;
  margin-top: 0px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #777;
}
.summary .parcelPrice b {
  font-weight: 500;
}
@media (max-width: 768px) {
  .summary .mainPrice {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .summary .parcelPrice {
    font-size: 15px;
  }
}

.woocommerce-LoopProduct-link .mainPrice {
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
}
.woocommerce-LoopProduct-link .parcelPrice {
  display: block;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 400 !important;
  margin-bottom: 20px;
  color: #777;
}
.woocommerce-LoopProduct-link .parcelPrice b {
  font-weight: 500;
}
@media (max-width: 768px) {
  .woocommerce-LoopProduct-link .parcelPrice {
    font-size: 13px;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@media screen and (max-width: 992px) {
  .credits {
    text-align: center;
  }
  .menu-footer {
    max-width: 50%;
  }
  .menu-footer:first-child {
    max-width: 45%;
  }
  footer {
    padding-bottom: 30px !important;
  }
  .customer-menu {
    padding: 15px !important;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: left !important;
  }
}
.pswp__img {
  border-radius: 0px;
}

.pswp__caption__center {
  display: none;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.7);
}

.pswp__caption,
.pswp__top-bar {
  display: none;
}

@media screen and (max-width: 992px) {
  .pswp__top-bar {
    display: inherit;
  }
}

.bf-header-tag {
  width: 100%;
  padding: 20px 0;
  background-color: #900280;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  overflow: hidden;
}

.main-header {
  background-color: #fff;
  padding: 15px 0;
  font-size: 16px !important;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
}
.main-header .navbar {
  position: relative;
}
.main-header .navbar .navbar-brand {
  font-size: unset;
}
.main-header .navbar .navbar-brand img {
  height: 50px;
  margin-top: -5px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .main-header .navbar .navbar-brand img {
    height: 26px;
  }
}
.main-header .navbar .navbar-dark .navbar-nav .nav-link,
.main-header .navbar a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
.main-header .navbar .container {
  padding: 0;
}
.main-header .navbar .container .navbar-toggler {
  padding: 0;
  border: none;
}
.main-header .dropdown-menu {
  background-color: #212529;
  font-size: 14px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  margin-top: 10px;
}
.main-header .dropdown-menu .dropdown-item {
  padding: 15px 15px;
  display: flex;
  line-height: 1;
}
.main-header .dropdown-item.active,
.main-header .dropdown-item:active {
  color: #1e2125;
  background-color: #e9ecef;
}
.main-header .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-header .header-right form {
  width: 200px;
  margin: 0 !important;
}
.main-header .header-right .flag img {
  width: 20px;
}
@media (max-width: 768px) {
  .main-header .header-right .flag {
    display: none;
  }
}
.main-header .header-right .myaccount-menu-item span {
  display: none;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
}
@media (max-width: 768px) {
  .main-header .header-right .myaccount-menu-item span {
    display: block;
  }
}
.main-header .header-right .cart-customlocation {
  font-weight: 400;
}
.main-header .header-right .cart-customlocation .cart-total-number {
  background-color: #000;
  font-size: 12px;
  margin-top: -12px;
  margin-left: -8px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main-header .header-right a {
  color: #8c8c8c;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
  font-weight: 500;
}
.main-header .header-right a i {
  font-size: 22px;
}
.main-header .header-right .form-control {
  color: #777;
}
.main-header .header-right form {
  position: relative;
}
.main-header .header-right form input {
  background-color: #f7f6f7;
  border-radius: 8px;
  border: none;
}
.main-header .header-right form input:focus {
  color: #777;
  background-color: #f7f6f7;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.main-header .header-right form button {
  position: absolute;
  line-height: 1;
  padding: 0;
  font-size: 20px;
  right: 10px;
  top: 7px;
  background: none;
  border: none;
  color: #999;
}
@media (max-width: 768px) {
  .main-header .header-right {
    align-items: start;
    flex-direction: column-reverse;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
  }
  .main-header .header-right form {
    width: 100%;
  }
  .main-header .header-right form input {
    height: 45px;
  }
  .main-header .header-right form button {
    top: 12px;
    right: 13px;
  }
}

.no-resul-page {
  padding: 60px 0;
}

@media screen and (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
}

.depoimentos-section {
  padding: 110px 0;
}
.depoimentos-section .carousel-inner {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .depoimentos-section .carousel-inner {
    max-width: 95%;
  }
}
.depoimentos-section .carousel-item {
  padding: 0 20px;
}
.depoimentos-section #depoimentos .item-depoimento {
  height: 400px;
  background: #f3f5f6;
  border-radius: 20px;
  padding: 40px 40px 10px 40px;
}
@media screen and (max-width: 992px) {
  .depoimentos-section #depoimentos .item-depoimento {
    height: 350px;
  }
}
.depoimentos-section #depoimentos .item-depoimento h5 {
  height: 25px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.depoimentos-section #depoimentos .item-depoimento h5 img {
  width: 20px;
  margin-left: 5px;
  color: #6a7076;
}
.depoimentos-section #depoimentos .item-depoimento p {
  color: #6a7076;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.depoimentos-section .title-section-depoimentos {
  text-align: center;
}
.depoimentos-section .title-section-depoimentos span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: rgba(41, 44, 48, 0.4);
}
.depoimentos-section .title-section-depoimentos h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 50px;
}
.depoimentos-section .carousel-control-prev,
.depoimentos-section .carousel-control-next {
  border: none !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 1;
  background-color: #e6e9ec !important;
  top: 50%;
  transform: translateY(-50%);
}
.title-section {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: 60px;
  font-size: 28px !important;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .title-section {
    letter-spacing: -1px;
  }
}

.title__section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.title__section h1 {
  width: 100%;
  margin: 0.7em auto;
  overflow: hidden;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 28px;
}
.title__section h1:before,
.title__section h1:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid;
  color: #eee;
}
.title__section h1:after {
  margin: 0 -55% 0 0.5em;
}

.variations .value {
  display: flex;
  gap: 10px;
}
.variations .value .btn-variation {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .variations .value .btn-variation {
    width: 60px;
  }
}
.variations .value .btn-variation label,
.variations .value .btn-variation input {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #e1e1e1;
  font-weight: 500 !important;
}
.variations .value .btn-variation label:hover,
.variations .value .btn-variation input:hover {
  cursor: pointer;
}
.variations .value .btn-variation input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.variations .value .btn-variation input[type=radio]:checked + label {
  background: #bf2d37;
  border: 2px solid #bf2d37;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variations .value .btn-variation label {
  cursor: pointer;
  z-index: 90;
  line-height: 1 !important;
}
.variations .woocommerce-variation-availability {
  padding-top: 10px;
}
.variations .reset_variations {
  color: #c7c7c7;
  position: absolute;
  right: 0;
}

.single_variation_wrap {
  padding-top: 14px;
  font-weight: 500;
}

.content {
  padding: 4rem 0;
}

.features-scafeli .desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  padding: 30px 0 40px;
}
.features-scafeli .desktop span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.features-scafeli .desktop img {
  width: 20px !important;
  height: 20px !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .features-scafeli .desktop {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 55px 0 10px;
  }
  .features-scafeli .desktop span {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }
  .features-scafeli .desktop span img {
    max-width: 45px;
  }
}

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

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin-bottom: 0 !important;
  background-color: #f8f8f8;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #1e2125;
  font-weight: 500;
  display: block;
  padding: 20px !important;
}

.wc-block-cart__submit {
  background: #1e2125;
}
.wc-block-cart__submit a {
  color: #fff;
}

.woocommerce-MyAccount-content a {
  color: #909090;
}

.list-group {
  border-radius: 0px !important;
}
.list-group a {
  color: #a8afb6 !important;
}
.list-group a:hover {
  text-decoration: none;
}
.list-group .is-active {
  background-color: #f7f6f7;
}
.list-group .is-active a {
  color: #6c757d !important;
}
.list-group .list-group-item {
  margin-bottom: 0px;
}

.input-text {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 5px;
}

footer {
  padding: 80px 0;
  background-color: #f7f6f7;
  font-size: 14px;
}
footer .footer-content b {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin-bottom: 20px !important;
  display: inline-block;
}
footer .footer-content p {
  font-weight: 500;
  color: #6a7076;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer .footer-one {
    display: none;
  }
}
footer .atendimento__footer {
  line-height: 24px;
}
footer .atendimento__footer a {
  color: #6c757d;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .atendimento__footer {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
footer .menu-footer {
  text-align: center;
}
footer .menu-footer ul {
  margin: 0;
  padding: 0;
}
footer .menu-footer ul li {
  list-style: none;
  margin-bottom: 10px;
}
footer .menu-footer ul li a {
  font-weight: 500;
  color: #6a7076;
}
footer .menu-footer ul li a:hover {
  text-decoration: none;
  color: #6c757d;
}
footer .menu-footer.text-right {
  text-align: right;
}
@media (max-width: 768px) {
  footer .menu-footer.text-right {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .menu-footer {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
footer .footer-selo {
  margin-bottom: 20px;
}

.product_meta .mp-single-product {
  width: 100% !important;
  margin-bottom: 20px;
  border-radius: 8px;
}

.woocommerce .woocommerce-breadcrumb {
  text-transform: uppercase !important;
  font-size: 12px;
  font-weight: 500;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #303030;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all ease 0.2s;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  transform: translate(0, -3px);
  background: #303030;
}
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus {
  outline: none;
}

.woocommerce a.remove {
  color: #bf2d37 !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #bf2d37;
}

.btn-whats {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #22c15e;
  color: #fff;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border-radius: 50px;
  transition: all ease 0.2s;
}
.btn-whats i {
  margin-right: 10px;
}
.btn-whats:hover {
  transform: matrix(1, 0, 0, 1, 0, -6);
  color: #fff;
  text-decoration: none;
}

.woocommerce #reviews #comments h2 {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 30px;
}
.woocommerce .comment-form-rating .stars {
  margin-top: 10px !important;
  display: block;
}
.woocommerce .comment-form-rating .stars a {
  color: #303030;
  height: 20px;
  width: 40px;
}
.woocommerce .woocommerce-Button {
  background-color: #e1e1e1 !important;
  margin-top: 20px !important;
  border-radius: 0px !important;
  padding: 15px 25px !important;
  font-weight: 600 !important;
  color: #6c757d !important;
  transition: all ease 0.2s;
}
.woocommerce .woocommerce-Button:hover {
  transform: translate(0, -3px);
}
.woocommerce button.button {
  font-weight: 500 !important;
}
.woocommerce #customer_login {
  margin-top: 30px;
}
.woocommerce .entrar h2 {
  font-size: 24px;
}
.woocommerce .cadastrar h2 {
  font-size: 24px;
}
.woocommerce form.register {
  margin: 0;
}
.woocommerce form.register button {
  width: 100%;
  float: none;
  background-color: #4d4d4d;
  color: #fff;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce form.register button:hover {
  background-color: #444444;
  color: #fff;
}
.woocommerce form.login {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.woocommerce form.login label {
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.woocommerce form.login .lost_password a {
  color: #777777 !important;
}
.woocommerce form.login .password-input {
  width: 100%;
}
.woocommerce form.login button {
  width: 100%;
  float: none;
  background-color: #4d4d4d;
  color: #fff;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce form.login button:hover {
  background-color: #444444;
  color: #fff;
}
.woocommerce .select2-container .select2-selection--single {
  height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.woocommerce .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce .botao-comprar {
  background: #bf2d37 !important;
  color: #fff !important;
  padding: 15px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  padding: 15px;
  transition: all ease 0.3s;
}
.woocommerce .botao-comprar:hover {
  background: #bf2d37 !important;
}
.woocommerce .qty {
  width: 325px !important;
  display: inline-block;
}
.woocommerce .variations {
  margin-bottom: 0 !important;
}
.woocommerce div.product .product_title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 24px;
  }
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  padding: 5px;
}
.woocommerce .quantity {
  display: flex;
  width: 100%;
}
.woocommerce .woocommerce-Tabs-panel--description h2 {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-Tabs-panel--description h5 {
  margin-top: 40px;
  margin-bottom: 14px;
}
.woocommerce .woocommerce-Tabs-panel--description p {
  font-size: 14px;
  font-weight: 400;
  color: #6c757d;
}
.woocommerce .products li img {
  margin-bottom: 10px !important;
  transition: all ease 0.2s;
  border-radius: 0px;
}
.woocommerce .products li .woocommerce-loop-product__title {
  font-family: "Inter", sans-serif;
  color: #181818 !important;
  font-weight: 500;
  font-size: 15px !important;
  letter-spacing: 0px;
}
.woocommerce .products li .price {
  font-family: "Inter", sans-serif;
  color: #606060 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.woocommerce .products li .button .product_type_simple {
  text-transform: uppercase;
}
.woocommerce .cart_item a {
  color: #202020;
}
.woocommerce .product span.onsale {
  min-height: 0;
  min-width: 0;
  width: 80px;
  line-height: 1;
  padding: 8px 7px;
  font-weight: 600;
  position: absolute;
  top: -5px !important;
  left: -5px !important;
  border-radius: 4px;
  background-color: #cc0c2f;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05rem;
  z-index: 9;
}
@media (max-width: 768px) {
  .woocommerce .product span.onsale {
    left: -3px;
    font-size: 11px;
  }
}
.woocommerce .woocommerce-loop-product__link span.onsale {
  min-height: 0;
  min-width: 0;
  width: 80px;
  line-height: 1;
  padding: 8px 7px;
  font-weight: 500;
  position: absolute;
  top: 0px !important;
  right: -5px !important;
  border-radius: 4px;
  background-color: #cc0c2f;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05rem;
  z-index: 9;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-loop-product__link span.onsale {
    right: -3px !important;
    font-size: 11px;
  }
}
.woocommerce .added_to_cart {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
}
.woocommerce .woocommerce-product-details__short-description ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-product-details__short-description ul li {
  list-style: none;
}
.woocommerce .woocommerce-product-details__short-description ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 10px;
  margin-left: 10px;
}
.woocommerce .woocommerce div.product .out-of-stock {
  color: #fff;
  font-size: 14px;
}
.woocommerce .products .out-of-stock,
.woocommerce .woocommerce-loop-product__link .out-of-stock {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #303030 !important;
  background-color: #f7f6f7;
  letter-spacing: 0.05rem;
  padding: 8px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .woocommerce .products .out-of-stock,
  .woocommerce .woocommerce-loop-product__link .out-of-stock {
    right: -3px;
    font-size: 11px !important;
    padding: 8px 8px !important;
  }
}
.woocommerce .woocommerce #respond input#submit.alt.disabled,
.woocommerce .woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce .woocommerce #respond input#submit.alt:disabled,
.woocommerce .woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce .woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce .woocommerce a.button.alt.disabled,
.woocommerce .woocommerce a.button.alt.disabled:hover,
.woocommerce .woocommerce a.button.alt:disabled,
.woocommerce .woocommerce a.button.alt:disabled:hover,
.woocommerce .woocommerce a.button.alt:disabled[disabled],
.woocommerce .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce .woocommerce button.button.alt.disabled,
.woocommerce .woocommerce button.button.alt.disabled:hover,
.woocommerce .woocommerce button.button.alt:disabled,
.woocommerce .woocommerce button.button.alt:disabled:hover,
.woocommerce .woocommerce button.button.alt:disabled[disabled],
.woocommerce .woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce .woocommerce input.button.alt.disabled,
.woocommerce .woocommerce input.button.alt.disabled:hover,
.woocommerce .woocommerce input.button.alt:disabled,
.woocommerce .woocommerce input.button.alt:disabled:hover,
.woocommerce .woocommerce input.button.alt:disabled[disabled],
.woocommerce .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #909090;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 600 !important;
  color: #606060 !important;
  text-decoration: none;
}

.woocommerce ul.products li.product .button {
  display: none;
}

.woocommerce ul.products li.product .price ins {
  font-weight: 600 !important;
  text-decoration: none;
}

.comments-clients {
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #f7f8fa;
}
@media (max-width: 768px) {
  .comments-clients {
    padding: 20px;
  }
}
.comments-clients h3 {
  margin-bottom: 40px;
  font-size: 22px;
}
.comments-clients .clients {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comments-clients .clients .percent {
  margin-bottom: 10px;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: start;
}
.comments-clients .clients .percent .title-rating {
  font-size: 16px !important;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
}
.comments-clients .clients .percent .item-rating {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.comments-clients .clients .percent .item-rating span {
  font-size: 12px;
  width: 125px;
  color: #000;
  font-weight: 500;
}
.comments-clients .clients .percent .item-rating .progress {
  width: 100%;
  height: 16px;
  border-radius: 50px;
  font-size: 10px;
}
.comments-clients .clients .percent .item-rating .progress .progress-bar {
  background-color: #000;
  color: #ccc;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .comments-clients .clients .percent .item-rating {
    flex-direction: column;
    align-items: start;
    gap: 0;
    margin-bottom: 8px;
  }
}
.comments-clients .clients h3 {
  color: #000;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.comments-clients .clients p {
  display: block;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-top: 7px;
  color: #000 !important;
  margin-bottom: 0;
}
.comments-clients .clients .client-item {
  display: flex;
  color: #000;
  align-items: center;
}
.comments-clients .clients .client-item h4 {
  margin-bottom: 0;
  margin-right: 6px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
}
.comments-clients .clients .client-item .stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-weight: 600;
}
.comments-clients .clients .client-item .stars span {
  color: #ffc240;
  margin-left: 4px;
  font-weight: 500;
  display: inline-block;
}
.comments-clients .clients .client-item i {
  font-size: 16px;
  color: #ffc240;
}
@media screen and (max-width: 768px) {
  .comments-clients .clients {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

.product p.price {
  font-family: "Inter", sans-serif;
  font-size: 30px !important;
  color: #606060 !important;
  font-weight: 500;
}
.product .input-text {
  width: 100% !important;
}
.product .qty {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  min-width: 75%;
  display: none;
}
.product .variations .variation-buttons {
  display: flex !important;
  gap: 10px !important;
}
.product .variations .variation-button {
  /* Estilos para os botões de variação */
  width: 50px;
  height: 50px;
  border: 0;
  border: 1px solid #efefef;
  font-weight: 500;
  border-radius: 50%;
}
.product .variations .variation-button:first-child {
  display: none;
}
.product .variations .variation-button.selected {
  /* Estilos para o botão de variação selecionado */
  background-color: #212529;
  color: #fff;
}
.product .product_meta {
  font-size: 13px;
  color: #afafaf;
  font-weight: 400;
}
.product .product_meta .sku_wrapper {
  width: 100%;
  display: inline-block;
}
.product .product_meta .posted_in {
  width: 100%;
  display: inline-block;
}
.product .product_meta .posted_in a {
  color: #afafaf;
}
.product .product_meta .tagged_as {
  width: 100%;
  display: inline-block;
  font-weight: 400 !important;
}
.product .product_meta .tagged_as a {
  color: #afafaf !important;
}
.product .related {
  width: 100%;
  display: inline-block;
  border-top: none;
  padding-top: 30px;
  margin-top: 0px;
}
.product .related h2 {
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: -0.6px;
}

.woocommerce-review-link {
  color: #767676;
  font-size: 14px;
}
.woocommerce-review-link:hover {
  color: #636363;
}

.woocommerce #reviews #comments ol {
  padding-left: 0;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.woocommerce #reviews #comments ol li {
  width: 32%;
  border: 1px solid #eee !important;
}
.woocommerce #reviews #comments ol li .avatar {
  display: none;
}
.woocommerce #reviews #comments ol li .comment-text {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

button.disabled {
  background-color: #909090 !important;
}

.actions .coupon label {
  display: none !important;
}

.woocommerce-cart-form__contents .coupon .input-text {
  width: 200px !important;
}

.woocommerce-message {
  padding: 1em 2em 1em 2em !important;
  border-top: none;
  border-radius: 0px;
  background-color: #dee2e6 !important;
  color: #212529 !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.woocommerce-message::before {
  display: none;
}
.woocommerce-message::after {
  display: none;
}
.woocommerce-message a {
  background: #fff !important;
  color: #212529 !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.woocommerce-error {
  border-top: none !important;
  padding: 1em 2em 1em 2em !important;
  background-color: #ff5a5a;
  color: #fff;
}
.woocommerce-error li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.woocommerce-error::before {
  display: none;
}
.woocommerce-error a {
  font-weight: 600 !important;
  color: #212529 !important;
  background-color: #fff;
}
@media (max-width: 768px) {
  .woocommerce-error li {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.woocommerce-info {
  border-top: none;
  border-radius: 0px;
}
.woocommerce-info a {
  background: none !important;
  padding: 4px 2px !important;
}

.edit-account input {
  border-radius: 0px;
  padding: 10px 12px;
}
.edit-account em {
  font-size: 12px;
  font-style: normal;
  color: #a8afb6;
}
.edit-account label {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 0px;
}
.edit-account fieldset legend {
  padding-top: 50px;
  font-weight: 600;
}
.edit-account fieldset p label {
  display: inline-block;
}
.edit-account fieldset p .password-input {
  width: 100%;
}

.woocommerce-product-gallery img {
  border-radius: 0px;
}
.woocommerce-product-gallery .flex-viewport {
  width: 80%;
  float: right;
}
.woocommerce-product-gallery .flex-control-thumbs {
  width: 20%;
  float: left;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  float: none !important;
  width: 90% !important;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 10px !important;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
  object-fit: cover;
}

#respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0;
}

.woocommerce-ordering select {
  border: 1px solid #e1e1e1;
  padding: 5px 5px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .woocommerce-ordering select {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .content {
    padding: 1rem 0 2rem;
  }
  .woocommerce-product-gallery {
    width: 100%;
    display: inline-grid;
  }
  .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
    width: 100%;
  }
  .shop_table .quantity .qty {
    width: 100% !important;
    margin-top: 7px;
  }
  .shop_table .coupon .input-text {
    width: 100% !important;
    float: none;
  }
  .shop_table .coupon button {
    float: none;
    width: 100% !important;
    margin-top: 7px;
  }
  .woocommerce-product-gallery .flex-control-thumbs {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
  }
  .woocommerce-product-gallery .flex-control-thumbs li {
    width: 90px !important;
    height: 90px !important;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 90px !important;
    height: 90px !important;
  }
  .woocommerce-ordering {
    margin: -0.5em 0 1em !important;
    float: none;
    width: 100%;
  }
  .woocommerce-ordering select {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 5px 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 400px) {
  .woocommerce-product-gallery .flex-control-thumbs {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
  }
  .woocommerce-product-gallery .flex-control-thumbs li {
    width: 50px !important;
    height: 50px !important;
  }
}
.woocommerce-Reviews label {
  font-size: 13px;
  color: #6c757d;
  display: block;
  margin-bottom: 0px;
}
.woocommerce-Reviews input,
.woocommerce-Reviews textarea {
  border-radius: 0px;
}
.woocommerce-Reviews textarea {
  padding: 10px 12px;
  border-color: #e1e1e1;
}
.woocommerce-Reviews textarea:focus-visible {
  outline: none;
}
.woocommerce-Reviews .comment-form-author label {
  font-size: 13px;
  color: #6c757d;
  display: block;
  margin-bottom: 0px;
}
.woocommerce-Reviews .comment-form-author input {
  padding: 10px 12px;
  border: 1px solid #e1e1e1;
}
.woocommerce-Reviews .comment-form-author input:focus-visible {
  outline: none;
}
.woocommerce-Reviews .comment-form-email label {
  font-size: 13px;
  color: #6c757d;
  display: block;
  margin-bottom: 0px;
}
.woocommerce-Reviews .comment-form-email input {
  padding: 10px 12px;
  border: 1px solid #e1e1e1;
}
.woocommerce-Reviews .comment-form-email input:focus-visible {
  outline: none;
}

.selos {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .selos {
    justify-content: center;
    align-items: center;
  }
}

.payment-methods ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.payment-methods ul li {
  list-style: none;
}

.credits {
  text-align: center;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
}
.credits p {
  font-size: 13px;
  color: #6a7076;
  margin-bottom: 5px;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.MultiCarousel-inner ul li {
  list-style: none;
  display: inline-block;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item > li {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.modal-content {
  padding: 40px 25px;
  border: none;
  border-radius: 0px;
}

.instafeed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.instafeed img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .instafeed {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .instafeed .instaphoto {
    height: 160px;
  }
}

.upsells h2 {
  font-family: "Inter";
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 30px;
}

.custom-product-field-content {
  display: inline-block;
  width: 100%;
  background-color: #f90;
}

.testimonials {
  background: #f8f5ed;
  padding: 40px 0;
}
.testimonials .testimonial-item {
  text-align: center;
}
.testimonials .testimonial-item .stars {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.testimonials .testimonial-item .stars svg {
  width: 24px;
}
@media (max-width: 768px) {
  .testimonials .testimonial-item .stars svg {
    height: 18px !important;
  }
}
.testimonials .testimonial-item .client-text {
  max-width: 600px;
  margin: 0 auto;
}
.testimonials .testimonial-item .client-text h4 {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #414141;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .testimonials .testimonial-item .client-text h4 {
    font-size: 22px;
  }
}
.testimonials .testimonial-item .client-text p {
  margin-top: 40px;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 0;
}

.btn__instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #000;
  color: #fff;
  height: 60px;
  width: 350px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 60px 0;
  border-radius: 12px;
}
.btn__instagram i {
  font-size: 20px;
  margin-top: -1px;
}
.btn__instagram:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn__instagram {
    margin: 30px 0;
  }
}

#shipping-simulator {
  width: 100%;
}
#shipping-simulator .cart {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#shipping-simulator .cart label {
  font-weight: 700;
}
#shipping-simulator .cart label #zipcode {
  margin-top: 5px;
  padding: 10px;
  height: auto;
  width: 100%;
}
#shipping-simulator .cart .button {
  height: 50px;
}
#shipping-simulator #simulator-data {
  margin-top: -50px;
}
#shipping-simulator #simulator-data #shipping-rates {
  padding: 0;
  margin: 0;
}
#shipping-simulator #simulator-data #shipping-rates .li-frenet {
  list-style: none;
  margin-bottom: 5px;
}
#shipping-simulator #simulator-data #shipping-rates .li-frenet .span-frenet {
  font-weight: 600;
}

.notice-products {
  background-color: #f2f2f1;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  color: #6a7076;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
}
.notice-products p {
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.notice-products span {
  display: inline-block;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .notice-products {
    display: none;
  }
}

.content-woocommerce {
  padding: 3rem 0 0;
}
.content-woocommerce .variations tr {
  display: flex;
  flex-direction: column;
}

#sliderHome .carousel-control-next,
#sliderHome .carousel-control-prev {
  color: #000;
}
#sliderHome .carousel-inner {
  height: 100%;
}
#sliderHome .carousel-item {
  display: flex;
  height: 100%;
  position: relative;
}
#sliderHome .carousel-item a {
  display: flex;
}
#sliderHome .carousel-item img {
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
}
#sliderHome .carousel-item span {
  height: 300px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  top: 50%;
  transform: translate(-50%, -50%);
}
#sliderHome .carousel-item span img {
  height: 100% !important;
  width: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  width: 100%;
  padding-top: 40px;
  display: inline-block;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.woocommerce div.product .woocommerce-tabs .panel .woocommerce-noreviews {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel .woocommerce-review-link {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel .comment-reply-title {
  display: none;
}

.woocommerce ul.products li.product a img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product a img {
    height: 230px !important;
  }
}

.container {
  padding: 0 20px;
}

.default-page-template p {
  font-size: 14px;
  line-height: 1.8;
}
.default-page-template h1,
.default-page-template h2,
.default-page-template h3,
.default-page-template h4,
.default-page-template h5,
.default-page-template h6 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.default-page-template ul {
  font-size: 14px;
  margin-bottom: 0;
}
.default-page-template ul li {
  margin-bottom: 20px;
}
.default-page-template ul ul + li + ul ul {
  margin-top: 20px;
}

#ship-to-different-address {
  padding-left: 3px;
}
#ship-to-different-address span {
  margin-left: 10px;
}

#payment {
  overflow: hidden;
}

#popup {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/coupon-scafeli.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-width: 700px;
  height: auto;
  border-radius: 8px;
}
#popup .popup-text {
  position: relative;
  width: 100%;
  padding: 100px 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
#popup .popup-text p {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
#popup .popup-text h2 {
  margin-top: 0;
  letter-spacing: -1px;
  font-size: 40px;
  margin-top: -5px;
}
#popup .popup-text button {
  margin-top: 10px;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  color: #6a7076;
  background-color: #fff;
  border-radius: 4px;
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 400px;
}
@media (max-width: 768px) {
  #popup {
    flex-direction: column;
    width: 300px;
    height: auto;
  }
  #popup .popup-text {
    width: 100%;
    padding: 60px 20px;
  }
  #popup .popup-text h2 {
    font-size: 26px;
  }
  #popup .popup-text button {
    max-width: 100%;
    margin-top: 20px;
    height: 50px !important;
  }
}

#cookieConsent {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 10px;
  z-index: 9;
}
#cookieConsent button {
  background-color: #fff;
  color: #6a7076;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 15px;
  border: none;
  border-radius: 4px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  #cookieConsent button {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-top: 8px;
    padding: 10px 0;
  }
}

.viewers-message {
  display: inline-block;
  padding: 6px 10px;
  font-weight: 500;
  border-radius: 2px;
  background-color: #fff5dd;
  color: #73787e;
  font-size: 13px;
  margin-bottom: 20px;
}
.viewers-message img {
  margin-right: 5px !important;
  display: block;
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1400px;
  }
}
.depoimentos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  padding-top: 80px;
  padding-bottom: 60px;
}
.depoimentos .depoimento {
  width: 100%;
  border-radius: 8px;
  padding: 0px 20px 20px 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.depoimentos .depoimento .estrelas {
  margin-bottom: 20px;
}
.depoimentos .depoimento img {
  border-radius: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.depoimentos .depoimento h5 {
  font-size: 18px;
}
.depoimentos .depoimento p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .depoimentos {
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.no-results-search {
  margin-bottom: 60px;
}

.search-result {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px 20px;
  margin-bottom: 80px;
  text-align: left;
}
.search-result li {
  list-style: none;
  text-align: center;
  font-size: 30px;
  transition: all ease 0.3s;
}
.search-result li a {
  text-align: left;
}
.search-result li a h2 {
  font-family: "Inter", sans-serif;
  color: #181818 !important;
  font-weight: 500;
  font-size: 14px !important;
  letter-spacing: 0px;
}
.search-result li a .product-price {
  display: block;
  text-align: left !important;
  font-family: "Inter", sans-serif;
  color: #606060 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}
.search-result li a .img-search {
  height: 420px;
  width: 100%;
  margin-bottom: 20px;
}
.search-result li a .img-search img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.search-result li:hover {
  transform: translateY(-6px);
}
@media (max-width: 768px) {
  .search-result {
    grid-template-columns: 1fr 1fr;
  }
  .search-result li a {
    text-align: left;
  }
  .search-result li a h2 {
    font-family: "Inter", sans-serif;
    color: #181818 !important;
    font-weight: 500;
    font-size: 14px !important;
    letter-spacing: 0px;
  }
  .search-result li a .img-search {
    height: 240px;
    width: 100%;
    margin-bottom: 20px;
  }
  .search-result li:hover {
    transform: translateY(0px);
  }
}

.search-form {
  margin: 0;
  display: block;
  width: 300px;
}
.search-form label {
  width: 100%;
}
.search-form input {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  height: 50px;
  padding: 0 14px;
  border: none;
  border-radius: 6px;
  text-transform: uppercase !important;
  border: 1px solid #dadada;
}
.search-form input:focus-visible {
  outline: none;
}
.search-page-result h1 {
  letter-spacing: -1px;
  margin-top: 60px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.search-page-result h1 i {
  font-weight: 600;
}
@media (max-width: 768px) {
  .search-page-result h1 {
    font-size: 20px;
    margin-top: 20px;
  }
}

.wc-block-grid__products {
  padding: 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  grid-gap: 40px 20px !important;
  margin-bottom: 80px !important;
}
.wc-block-grid__products li {
  float: none !important;
  max-width: 100% !important;
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
  margin: 0 !important;
  transition: all ease 0.3s !important;
  text-align: left;
}
.wc-block-grid__products li .wc-block-grid__product-title {
  font-family: "Inter", sans-serif;
  color: #181818 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  letter-spacing: 0px;
}
.wc-block-grid__products li .price {
  font-family: "Inter", sans-serif;
  color: #606060 !important;
  font-weight: 500 !important;
  font-size: 18px !important;
}
.wc-block-grid__products .wc-block-grid__product-add-to-cart.wp-block-button {
  display: none !important;
}
@media (max-width: 768px) {
  .wc-block-grid__products {
    grid-template-columns: 1fr 1fr !important;
  }
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  content: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px 20px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .woocommerce .products ul,
  .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
  }
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  width: 100% !important;
  margin: 0;
  transition: all ease 0.3s;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(0px);
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: none !important;
    width: 100%;
    margin: 0;
    transition: all ease 0.3s;
  }
  .woocommerce ul.products li.product:hover,
  .woocommerce-page ul.products li.product:hover {
    transform: translateY(0px);
  }
}

@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
  }
}
.woocommerce-product-details__short-description p {
  color: #777;
  line-height: 1.6;
  font-size: 15px;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.sale-menu a {
  color: #cc0c2f !important;
}

/* CUSTOM ON-HOVER IMAGE */
.woocommerce ul.products li.product a img {
  /* FORMAT ALL IMAGES TO FILL EQUIVALENT SPACE,
  to remove jitter on replacement */
  height: 420px;
  width: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0 auto;
}

.woocommerce ul.products li.product a img:nth-of-type(2) {
  transition: all ease 2s;
  display: none;
}

.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
  display: block;
  transition: all ease 2s;
}

.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
  display: none;
  transition: all ease 2s;
}

.video-preview {
  position: fixed;
  bottom: 40px;
  left: 50px;
  z-index: 999999;
  overflow: hidden;
}
.video-preview .exit-fullscreen {
  opacity: 0;
}
.video-preview video {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.video-preview video:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .video-preview {
    left: 30px;
    bottom: 30px;
  }
  .video-preview video {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
}

.fullscreen-video {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  overflow: hidden;
}
.fullscreen-video .video-wrapper-scafeli {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 600px;
}
.fullscreen-video .video-wrapper-scafeli video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.fullscreen-video .video-wrapper-scafeli .exit-fullscreen {
  opacity: 1;
  position: absolute;
  z-index: 9999999999999;
  top: 15px;
  right: 15px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .fullscreen-video .video-wrapper-scafeli {
    width: 300px;
    height: 520px;
  }
}/*# sourceMappingURL=styles.css.map */