﻿@charset "UTF-8";
/* bordas arredondadas */
/* calcula a largura de um elemento dividindo a quantidade de itens pela largura total disponível */
/* flags */
/* usado no carrinho e detalhe do produto para estilizar o input de quantidade */
body.the-sale #middle .wd-browsing-breadcrumbs {
  display: none;
}
body.the-sale #middle section {
  margin-bottom: 100px;
}
body.the-sale #middle .fullbanner .wrapper {
  position: relative;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .fullbanner .wrapper {
    position: static;
    background-color: #8b1a1a;
  }
}
body.the-sale #middle .fullbanner .wrapper .timer-container {
  position: absolute;
  bottom: 100px;
  left: 35px;
  z-index: 1;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .fullbanner .wrapper .timer-container {
    position: static;
    max-width: 95%;
    margin: 0 auto;
  }
}
body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer {
  background-color: #8b1a1a;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer {
    position: static;
    width: 100%;
    padding: 30px 20px;
  }
}
body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer__title span {
  font-family: var(--font-2);
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer__title span {
    font-size: 22px;
  }
}
body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer__timer ul {
  display: flex;
  align-items: baseline;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer__timer ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer__timer ul li:has(> strong:only-child) {
  flex-direction: row;
  gap: 0;
}
body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer__timer ul li strong {
  color: #fff;
  text-align: center;
  font-family: "BauerBodni BT";
  font-size: 26.471px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #651717;
  border-radius: 10px;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer__timer ul li strong {
    width: 56px;
    height: 56px;
    font-size: 28px;
    border-radius: 8px;
  }
}
body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer__timer ul li:has(> strong:only-child) strong {
  width: auto;
  height: auto;
  background: none;
  font-size: 36px;
  color: #fff;
  padding: 0 4px;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer__timer ul li:has(> strong:only-child) strong {
    font-size: 28px;
  }
}
body.the-sale #middle .fullbanner .wrapper .timer-container .custom-timer__timer ul li span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
body.the-sale #middle .fullbanner .wrapper .timer-container a {
  display: flex;
  padding: 11px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #b7944f;
  color: #fff;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.the-sale #middle .bannner-triplo .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  max-width: 100%;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .bannner-triplo .swiper-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
}
body.the-sale #middle .bannner-triplo .swiper-wrapper img {
  width: 100%;
  height: auto;
}
body.the-sale #middle .bannner-triplo .text {
  margin-top: 16px;
}
body.the-sale #middle .bannner-triplo .text strong {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .bannner-triplo [class*=swiper-arrow] {
    display: none;
  }
}
body.the-sale #middle .logo-coliseu {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.the-sale #middle .explore .title-vitrine span {
  text-align: center !important;
}
body.the-sale #middle .explore h1 {
  text-align: center;
  font-size: 25px;
  font-family: var(--font-2);
  font-weight: bold;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .explore h1 {
    font-size: 20px;
  }
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .explore [class*=swiper-arrow] {
    --pos: -20px;
  }
}
body.the-sale #middle .explore .text {
  margin-top: 16px;
  line-height: 20px;
}
body.the-sale #middle .explore .text strong {
  font-weight: 400;
  font-size: 14px;
}
body.the-sale #middle .faq .wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1227px;
  margin: 0 auto;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .faq .wrapper {
    gap: 24px;
  }
}
body.the-sale #middle .faq h2 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #000;
  font-family: "BauerBodni BT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.the-sale #middle .faq .accordion {
  width: 100%;
}
body.the-sale #middle .faq .accordion > ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.the-sale #middle .faq .accordion > ul > li {
  overflow: hidden;
  background: #faf7f2;
}
body.the-sale #middle .faq .accordion input[type=checkbox] {
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  display: none;
}
body.the-sale #middle .faq .accordion label {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 16px 40px;
  color: #fff;
  cursor: pointer;
  color: var(--Neutral-900, #000);
  font-family: "Playfair Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.the-sale #middle .faq .accordion label::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-image: var(--the-sale-seta);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.25s ease;
  font-weight: 700;
}
body.the-sale #middle .faq .accordion input[type=checkbox]:focus-visible + label {
  outline-offset: -6px;
}
body.the-sale #middle .faq .accordion .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 34px;
  opacity: 0;
  color: #fff;
  transition: max-height 0.35s ease, opacity 0.2s ease, padding 0.35s ease;
  margin: 0;
  border: 1px solid #faf7f2;
  background: #fff;
}
body.the-sale #middle .faq .accordion .content p,
body.the-sale #middle .faq .accordion .content li {
  color: var(--Neutral-900, #000);
  font-family: "Playfair Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.the-sale #middle .faq .accordion .content p {
  margin: 0 0 16px 0;
}
body.the-sale #middle .faq .accordion .content p:last-child {
  margin-bottom: 0;
}
body.the-sale #middle .faq .accordion .content ul {
  display: block;
  list-style: disc;
  margin: 0 0 16px 0;
  padding-left: 22px;
}
body.the-sale #middle .faq .accordion .content ul:last-child {
  margin-bottom: 0;
}
body.the-sale #middle .faq .accordion .content li {
  margin-bottom: 8px;
}
body.the-sale #middle .faq .accordion .content li:last-child {
  margin-bottom: 0;
}
body.the-sale #middle .faq .accordion input[type=checkbox]:checked + label::after {
  transform: rotate(-180deg);
}
body.the-sale #middle .faq .accordion input[type=checkbox]:checked ~ .content {
  max-height: 1800px;
  padding: 20px 40px;
  opacity: 1;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .faq .accordion > ul {
    gap: 10px;
  }
  body.the-sale #middle .faq .accordion label {
    min-height: 60px;
    padding: 18px 40px;
    gap: 16px;
    font-size: 14px;
  }
  body.the-sale #middle .faq .accordion label::after {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
  body.the-sale #middle .faq .accordion .content {
    padding: 0 20px;
  }
  body.the-sale #middle .faq .accordion .content p,
body.the-sale #middle .faq .accordion .content li {
    font-size: 12px;
  }
  body.the-sale #middle .faq .accordion .content ul {
    padding-left: 18px;
  }
}
body.the-sale #middle .vitrine-padrao div[class*=swiper-arrow],
body.the-sale #middle .explore div[class*=swiper-arrow] {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
}
@media screen and (max-width:1023px) {
  body.the-sale #middle .vitrine-padrao div[class*=swiper-arrow],
body.the-sale #middle .explore div[class*=swiper-arrow] {
    --pos: -17px;
  }
}
body.the-sale #middle .vitrine-padrao div[class*=swiper-arrow-next],
body.the-sale #middle .explore div[class*=swiper-arrow-next] {
  background-image: var(--the-sale-arrow-next);
}
body.the-sale #middle .vitrine-padrao div[class*=swiper-arrow-prev],
body.the-sale #middle .explore div[class*=swiper-arrow-prev] {
  background-image: var(--the-sale-arrow-prev);
}
body.the-sale #footer {
  margin-top: 0;
}
/*# sourceMappingURL=landing.css.map */
