﻿html {
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: border-box;
  scroll-margin-top: 2rem;
}
body {
  margin: 0;
  background: var(--background);
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  color: var(--foreground);
}
h1, h2, h3, h4, h5 {
  display: block;
  margin: 0.5rem 0;
  letter-spacing: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
@media screen and (max-width: 1080px) {
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  font-weight: inherit;
  color: var(--anchor);
  text-decoration: none;
}
a:hover {
  color: var(--anchorHover);
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
iframe {
  display: block;
  max-width: 100%;
  border: none;
}
table {
  width: 100%;
}
table th,
table td {
  padding: 5px 0;
}
input,
select,
textarea {
  padding: 5px;
  background: var(--background);
  border: 1px solid var(--border);
  line-height: 30px;
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  color: var(--foreground);
}
input,
select {
  height: 40px;
}
input[type="image"]{
    height: unset;
    padding: 0;
    background: none;
    border: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button,
.button,
input[type=submit],
input[type=button] {
  display: inline-flex;
  align-items: center;
  padding: 0 1em;
  background: var(--callToActionBg);
  border: none;
  outline: none;
  line-height: 40px;
  font-family: var(--fontFamily);
  font-weight: 600;
  color: var(--callToActionFg);
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 0.3s ease-in-out;
}
button:hover,
.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  filter: brightness(1.1);
  color: var(--callToActionFg);
}
#lgpd button {
  background: var(--callToActionBg);
  color: var(--callToActionFg);
}
.hidden {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.loadingIndicator {
  display: none;
}
.hr, hr {
  display: none;
}
.rating,
.rating-stars {
  display: flex;
  gap: 3px;
}
.rating svg,
.rating-stars svg {
  width: 1rem;
}
.rating svg path,
.rating-stars svg path {
  fill: var(--ratingStar);
}
.rating .empty-star path,
.rating .half-star path:nth-of-type(1),
.rating-stars .empty-star path,
.rating-stars .half-star path:nth-of-type(1) {
  fill: var(--border);
}
.rating-stars {
  gap: 0;
}
.icon-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-toggle:before {
  font-family: var(--font_icon);
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.youtube-container {
  max-width: 800px;
}
.youtube-shorts {
  max-width: 405px !important;
  overflow: hidden;
}
.youtube-shorts .youtube-player {
  padding-bottom: 178.5%;
}
.youtube-shorts .youtube-thumb {
  width: auto !important;
  max-width: none;
  left: -108.6%;
}
#container_header .pad,
#container_body .pad,
header .fluid-wrapper,
#main_container .fluid-wrapper {
  position: relative;
  max-width: var(--frame);
  margin: 0 auto;
}
#floating_cart_header a:before,
#quickview-texts-availability-field .item_btn_buy:before,
#nav_cart a:before,
.btn-buy:before {
  content: "\f07a";
  font-family: var(--fontIcon);
  font-weight: 300;
}
.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.breadcrumb a {
  font-weight: 400;
}
.breadcrumb a:first-of-type {
  font-size: 0;
}
.breadcrumb a:first-of-type:before {
  content: "\f015";
  font-family: var(--fontIcon);
  font-size: var(--fontSize);
}
.breadcrumb a:first-of-type span {
  display: none;
}
.breadcrumb span:before {
  content: ".";
  padding: 0 0.5rem;
}
.paginator {
  font-size: 0.9em;
}
.paginator li {
  display: inline-block;
  margin-right: 5px;
  padding: 0 8px;
  line-height: 25px;
}
.paginator li a {
  display: block;
  font-weight: 400;
}
.paginator .paginator-index {
  width: 25px;
  padding: 0;
  text-align: center;
}
.paginator .selected,
.paginator .selected:hover {
  background: var(--callToActionBg);
  font-weight: 600;
  color: var(--callToActionFg);
}
.paginator .paginator-view-all {
  display: none;
}
.paginator .paginator-previous a:before {
  content: "\f100";
  margin-right: 5px;
  font-family: var(--fontIcon);
  font-weight: 300;
}
.paginator .paginator-next a:after {
  content: "\f101";
  margin-left: 5px;
  font-family: var(--fontIcon);
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .paginator {
    font-size: 0.85em;
  }
  .paginator .paginator-previous a span,
  .paginator .paginator-next a span {
    display: none;
  }
}
.items_container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: var(--edgePadding);
  margin-top: 20px;
}
.items_container .item_box {
  height: 100%;
}
.item_box {
  position: relative;
  display: flex;
  flex-direction: column;
}
.item_box .item_ref,
.item_box .item_status,
.item_box .item_description,
.item_box .item_availability,
.item_box .item_save,
.item_box .item_brand,
.item_box .item_similars {
  display: none;
}
.item_box .item_img {
  order: -2;
  text-align: center;
}
.item_box .item_aggregateRating {
  order: -1;
  margin-top: 10px;
}
.item_box .item_name {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
}
.item_box .item_name strong {
  font-weight: 400;
}
.item_box .item_prices {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 5px;
  margin-top: 10px;
}
.item_box .item_listPrice {
  order: -2;
  font-size: 0.9em;
  color: var(--priceList);
}
.item_box .item_ourPrice label,
.item_box .item_or label {
  display: none;
}
.item_box .item_ourPrice span,
.item_box .item_or span {
  font-weight: 600;
  color: var(--priceOr);
}
.item_box .item_or:before {
  content: "em até ";
  font-size: 0.9em;
  opacity: 0.6;
}
.item_box .item_prices_payment_conditions {
  order: -1;
}
.item_box .item_prices_payment_conditions > * {
  margin-right: 5px;
  font-size: 0.9em;
  opacity: 0.6;
}
.item_box .item_prices_payment_conditions:before {
  content: "por: ";
  font-size: 0.9em;
  opacity: 0.6;
}
.item_box .item_prices_payment_conditions .products-text-price-final-label {
  display: none;
}
.item_box .item_prices_payment_conditions .products-text-price-final {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--priceOur);
  opacity: 1;
}
.item_box .item_availability_2,
.item_box .item_availability_3 {
  display: block;
  margin-top: 10px;
  color: var(--priceList);
  text-transform: capitalize;
}
.item_box .item_availability_2 label,
.item_box .item_availability_2 a,
.item_box .item_availability_3 label,
.item_box .item_availability_3 a {
  display: none;
}
.item_box {
  padding: 10px;
  border: 1px solid var(--border);
  transition: border-color 0.3s ease-in-out;
}
.item_box:hover {
  border-color: var(--callToActionBg);
}
#product_gallery_thumbs .swiper-wrapper {
  padding-bottom: 5px;
}
#product_gallery_thumbs .swiper-slide {
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}
#product_gallery_thumbs .swiper-slide:hover {
  border-color: var(--callToActionBg);
}
#product_gallery_thumbs img {
  display: block;
  transform: scale(0.9);
}
@media screen and (min-width: 641px) {
  .item_box {
    padding: 20px;
  }
}
.item_box .product_quickview {
  display: none;
}
@media only screen and (min-width: 1081px) {
  .item_box {
    padding-bottom: 50px;
  }
  .item_box .item_btn_info a {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
    height: 30px;
    background: var(--callToActionBg);
    text-align: center;
    line-height: 30px;
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--callToActionFg);
    transform: scaleY(0);
    transform-origin: center bottom;
    transition: all 0.3s ease-in-out;
  }
  .item_box .item_btn_info a:before {
    content: "mais detalhes";
    text-transform: uppercase;
  }
  .item_box .product_quickview {
    position: absolute;
    bottom: -1px;
    left: -1px;
    display: block;
    width: 50%;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    font-size: 0;
    transform: scaleY(0);
    transform-origin: center bottom;
    transition: all 0.3s ease-in-out;
  }
  .item_box .product_quickview:before {
    content: "compra rápida";
    font-size: 0.8rem;
  }
  .item_box .product_quickview ~ .item_buttons .item_btn_info a {
    left: calc(50% - 1px);
  }
  .item_box:hover .product_quickview,
  .item_box:hover .item_btn_info a {
    transform: scaleY(1);
  }
  .item_box:hover .product_quickview:hover,
  .item_box:hover .item_btn_info a:hover {
    opacity: 0.85;
  }
  #combo_imgs .item_box {
    padding-bottom: 0;
  }
}
.item_box .item_status_3,
.item_box .free_shipping,
.item_box .free_shipping_restricted,
.item_box .product_promotion,
#product_tags > div {
  display: inline-block;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
}
.item_box .item_status,
.item_box .product_promotion {
  margin-right: 0.25rem;
}
.item_box .item_discount {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 40px;
  height: 30px;
  background: var(--highlight1Bg);
  text-align: center;
  line-height: 30px;
  font-size: 0.9em;
  color: var(--highlight1Fg);
  text-transform: uppercase;
}
.item_box .item_discount:before {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 1px;
  height: 1px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
}
.item_box .item_discount:after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border-top: 10px solid var(--highlight1Bg);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.item_box .free_shipping:after {
  content: "Frete Grátis Brasil";
}
.item_box .free_shipping_restricted:after {
  content: "Frete Grátis*";
}
.item_box .item_discount_label,
.item_box .item_free_shipping_restricted,
.item_box .product_promotion_description {
  display: none;
}
.item_box .product_promotion {
  display: none;
}
.item_box .product_promotion_thumbnail {
  position: absolute;
  top: -5px;
  left: -5px;
  max-width: 100px;
  max-height: 50px;
}
#product_tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
#product_tags #product_promotion {
  position: relative;
  width: 100%;
  padding: 0 0 0 60px;
  font-size: var(--fontSize);
}
#product_tags #product_promotion .promotion-description {
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  text-transform: none;
}
#product_tags #product_promotion img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50px;
  max-height: 50px;
}
#product_tags #free-shipping-restricted {
  display: flex;
  padding-left: 0 !important;
}
#product_tags #free-shipping-restricted ul {
  display: flex;
}
#product_tags #free-shipping-restricted li {
  margin-left: 3px;
  padding: 0 5px;
}
.item_box .item_discount,
.item_box .product_promotion,
.product-status-2 {
  background: var(--highlight1Bg);
  color: var(--highlight1Fg);
}
.item_box .item_status_3,
.product-status-3 {
  background: var(--highlight2Bg);
  color: var(--highlight2Fg);
}
.item_box .free_shipping,
.item_box .free_shipping_restricted,
#product_availability_shipping,
#free-shipping-restricted li {
  background: var(--highlight3Bg);
  color: var(--highlight3Fg);
}
#quickview-add2cart,
.btn-buy {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 1.5rem 0 5px;
  background: var(--buyActionBg);
  border-radius: 30px;
  line-height: 60px;
  font-size: 1.4em;
  font-weight: 400;
  color: var(--buyActionFg);
  text-transform: capitalize;
}
#quickview-add2cart:before,
.btn-buy:before {
  display: grid;
  place-content: center;
  width: 55px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50% 0 0 50%;
  font-size: 1.3em;
}
#item_added_action_to_cart {
  margin-top: 10px;
  border-radius: 5px;
  text-transform: uppercase;
}
#item_added_action_to_cart:before {
  display: none;
}
#custom_CST_products .breadcrumb {
  display: block;
  background: var(--primaryBg);
  text-align: center;
  line-height: 2.5;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--primaryFg);
}
.section-title {
  position: relative;
  margin-top: 4rem;
  font-size: 1.2em;
  text-align: center;
}
.section-title span:first-of-type {
  display: block;
  background: var(--primaryBg);
  line-height: 2.5;
  font-weight: 600;
  color: var(--primaryFg);
}
.product-name {
  display: block;
  margin-top: calc(var(--edgePadding) / 2);
  font-size: var(--fontSize);
  font-weight: 400;
  font-style: oblique;
  opacity: 0.6;
}
#product_details h2 {
  font-size: 1.2em;
  margin: 2rem 0 1rem;
}
#product_details .details-title {
  display: block;
  border-bottom: 1px solid var(--foreground);
  line-height: 2.2;
  font-weight: 600;
  text-transform: uppercase;
}
#review_invitation,
#asq_invitation {
  margin: calc(var(--edgePadding) / 2) 0;
  text-align: center;
}
#container_body #frmNewsletter {
  display: none;
}
#frmNewsletter {
  margin-top: 3rem;
  padding: var(--edgePadding);
  background: var(--secondaryBg);
  color: var(--secondaryFg);
  overflow: hidden;
}
#newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 1400px;
  margin: 0 auto;
}
#newsletter h5 {
  margin: 0 !important;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}
#newsletter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#newsletter label {
  display: none;
}
#newsletter input {
  width: 250px;
  border: 1px solid #fff;
}
#newsletter p {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}
#newsletter button {
  padding: 0 10px;
  line-height: 38px;
  font-size: 0.85em;
}
#container_footer,
#mobile_footer,
#shop_footer {
  text-align: center;
}
#f-foot {
  margin-bottom: var(--edgePadding);
  padding: 0 var(--edgePadding);
  background: var(--primaryBg);
  color: var(--primaryFg);
  overflow: hidden;
}
#f-foot a {
  color: inherit;
}
#f-foot > * {
  max-width: var(--frame);
  margin: var(--edgePadding) auto;
}
#f-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#f-menu a {
  line-height: 30px;
  font-size: 0.9em;
}
#f-menu a:before {
  content: "|";
  margin: 0 10px;
}
#f-menu a:nth-of-type(1):before {
  display: none;
}
#f-menu a:hover span {
  text-decoration: underline;
}
#f-atendimento h3 {
  font-weight: 600;
}
#f-atendimento p {
  margin-top: 0;
  font-size: 0.85em;
}
#f-atendimento i {
  font-weight: 300;
}
#f-redes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
#f-pagamento {
  padding: 0 var(--edgePadding);
}
#f-infos {
  max-width: var(--frame);
  margin: var(--edgePadding) auto;
  padding: calc(var(--edgePadding) / 2) var(--edgePadding);
  opacity: 0.6;
}
#f-infos p {
  font-size: 0.8em;
}
#f-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: var(--frame);
  margin: var(--edgePadding) auto;
}
#f-sec img {
  display: block;
  width: auto;
  max-height: 25px;
}
#mobile_footer #f-atendimento,
#shop_footer_mobile #f-atendimento {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: calc(var(--edgePadding) * 1.5);
  background: var(--primaryBg);
  color: var(--primaryFg);
  text-align: center;
}
#mobile_footer #f-atendimento a,
#shop_footer_mobile #f-atendimento a {
  border-radius: 3px;
}
#mobile_footer #f-atendimento a.button,
#shop_footer_mobile #f-atendimento a.button {
  display: block;
  flex: 0 0 100%;
}
#mobile_footer #f-atendimento .button ~ a:not(.button),
#shop_footer_mobile #f-atendimento .button ~ a:not(.button) {
  flex: 0 0 calc(50% - 0.25rem);
  background: var(--tertiaryBg);
  line-height: 30px;
  font-size: 0.9em;
  color: var(--tertiaryFg);
}
#mobile_footer #f-redes,
#shop_footer_mobile #f-redes {
  padding: calc(var(--edgePadding) * 1.5);
  background: var(--primaryBg);
  color: var(--primaryFg);
}
@media only screen and (max-width: 640px) {
  #frmNewsletter {
    padding: calc(var(--edgePadding) * 1.5);
  }
  #newsletter #newsletter_i0 {
    flex: 0 0 100%;
  }
  #newsletter #newsletter_i1 {
    flex: 1 0 auto;
  }
  #newsletter #newsletter_i2 {
    flex: 0 0 60px;
  }
  #newsletter input,
  #newsletter button {
    width: 100%;
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}
.tns-outer {
  position: relative;
  max-width: 100vw;
  text-align: center;
}
*[data-controls=prev],
*[data-controls=next] {
  position: absolute;
  top: 50%;
  z-index: 200;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
}
*[data-controls=prev] {
  left: 0;
}
*[data-controls=next] {
  right: 0;
}
.tns-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.tns-nav button {
  width: 20px;
  height: 3px;
  margin: 0 5px;
  padding: 0 !important;
  background: var(--border);
}
.tns-nav .tns-nav-active {
  background-color: var(--callToActionBg);
}
.tns-nav ~ .tns-ovh {
  margin-bottom: 13px;
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.module_fullscreen {
  position: relative;
  margin-bottom: var(--modulePadding);
}
.module_fullscreen > div {
  position: relative;
}
.module_fullscreen img {
  display: block;
  width: 100%;
  max-width: none;
}
.slide_txt {
  position: absolute;
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2em;
}
.landing_module {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: var(--modulePadding) calc(var(--modulePadding) / 2);
}
.landing_module > * {
  position: relative;
  width: 100%;
  padding: calc(var(--modulePadding) / 2) !important;
}
.landing_module .module_content {
  height: 100%;
}
.landing_module .module_content_img img {
  display: block;
  margin: auto;
  transition: transform 0.3s ease;
}
.landing_module .module_content_img a {
  display: block;
  overflow: hidden;
}
.landing_module .module_content_img a:hover img {
  transform: scale(1.03);
}
.landing_module .module_content_txt {
  padding-top: calc(var(--modulePadding) / 2);
}
.landing_module .module_content_txt p {
  margin-top: 0;
  line-height: 1.75;
}
.landing_module .swiper-pagination {
  position: relative;
}
.landing_module .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
}
.module_frame {
  max-width: var(--frame);
  margin-right: auto;
  margin-left: auto;
}
.module_col_1 {
  flex: 100%;
}
.module_col_2 {
  flex: 50%;
}
.module_col_3 {
  flex: 33.333%;
}
.module_col_4 {
  flex: 25%;
}
.module_col_5 {
  flex: 20%;
}
.module_col_6 {
  flex: 16.666%;
}
.module_bg {
  height: 100%;
  background: rgba(204, 204, 204, 0.15);
}
.module_bg .module_content_txt {
  padding: var(--modulePadding);
}
.side_txt {
  display: flex;
  align-items: center;
}
.side_txt .module_content_img {
  flex: 0 0 66.666%;
}
.side_txt .module_content_txt {
  flex: 0 0 33.333%;
}
.side_txt.inverted_txt .module_content_img {
  flex: 0 0 33.333%;
}
.side_txt.inverted_txt .module_content_txt {
  flex: 0 0 66.666%;
}
.side_txt.half_txt .module_content_img,
.side_txt.half_txt .module_content_txt {
  flex: 0 0 50%;
}
.side_txt .module_content_txt {
  padding: var(--modulePadding) calc(2 * var(--modulePadding));
}
.module_icon .module_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module_icon .module_content_img {
  flex: 0 0 50px;
  display: grid;
  place-content: center;
  height: 50px;
}
.module_icon .module_content_img img,
.module_icon .module_content_img svg {
  width: 100%;
}
.module_icon .module_content_img i {
  font-size: 2.8em;
}
.module_icon .icon_bg {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: var(--callToActionBg);
}
.module_icon .icon_bg i {
  font-size: 2em;
  color: var(--callToActionFg);
}
.module_icon .icon_bg svg {
  color: var(--callToActionFg);
}
.module_icon .module_content_txt {
  padding: 0 0 0 15px;
  text-align: left;
}
.module_icon .module_content_txt p {
  margin: 0;
}
.module_icon .icon_txt_title {
  font-size: 1.2em;
  font-weight: bold;
}
.module_icon .icon_txt_subtitle {
  font-size: 0.9em;
}
.module_icon .swiper-pagination {
  bottom: calc(var(--modulePadding) - 1.5 * var(--modulePadding));
}
.h_center {
  text-align: center;
}
.h_left {
  text-align: left;
}
.h_right {
  text-align: right;
}
.v_top {
  align-self: flex-start;
}
.v_bottom {
  align-self: flex-end;
}
.v_middle {
  align-self: center;
}
@media screen and (max-width: 1080px) {
  .landing_module.module_icon {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .landing_module.module_icon .icon_bg {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .landing_module.module_icon .icon_bg i {
    font-size: 2em;
  }
}
@media screen and (max-width: 810px) {
  .landing_module .sm_col_1 {
    flex: 0 0 100%;
  }
  .landing_module .sm_col_2 {
    flex: 0 0 50%;
  }
  .landing_module .sm_col_3 {
    flex: 0 0 33.333%;
  }
  .module_col_1 .side_txt:not(.inverted_txt) {
    flex-direction: column;
  }
  .module_col_1 .side_txt:not(.inverted_txt) .module_content_img {
    order: -1;
  }
  .module_col_1 .side_txt:not(.inverted_txt):not(.module_bg) .module_content_txt {
    padding-right: 0;
    padding-left: 0;
  }
  .module_col_1 .side_txt.inverted_txt .module_content_img,
  .module_col_1 .side_txt.inverted_txt .module_content_txt {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 640px) {
  .landing_module .xs_col_1 {
    flex: 0 0 100%;
  }
  .landing_module .xs_col_2 {
    flex: 0 0 50%;
  }
  .landing_module .xs_col_3 {
    flex: 0 0 33.333%;
  }
  .module_col_1 .side_txt:not(.inverted_txt) {
    flex-direction: column;
  }
  .module_col_1 .side_txt:not(.inverted_txt) .module_content_img {
    order: -1;
  }
  .module_col_1 .side_txt:not(.inverted_txt):not(.module_bg) .module_content_txt {
    padding-right: 0;
    padding-left: 0;
  }
  .module_col_1 .side_txt.inverted_txt .module_content_img,
  .module_col_1 .side_txt.inverted_txt .module_content_txt {
    flex: 0 0 50%;
  }
}
.mosaic_module {
  display: grid;
  grid-template-rows: auto;
  margin: auto;
  padding: 0 calc(var(--modulePadding) - var(--modulePadding) / 4);
  align-items: center;
}
.mosaic_module img {
  display: block;
}
.mosaic_module .mosaic_item {
  padding: calc(var(--modulePadding) / 4);
}
.mosaic_module .mosaic_content {
  display: grid;
}
.mosaic_module .mosaic_content.mosaic_grid_2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
.mosaic_6_6 {
  grid-template-columns: 6fr 6fr;
}
.mosaic_4_8 {
  grid-template-columns: 4fr 8fr;
}
.mosaic_8_4 {
  grid-template-columns: 8fr 4fr;
}
.mosaic_3_9 {
  grid-template-columns: 3fr 9fr;
}
.mosaic_9_3 {
  grid-template-columns: 9fr 3fr;
}
.mosaic_3_6_3 {
  grid-template-columns: 3fr 6fr 3fr;
}
.mosaic_4_4_4 {
  grid-template-columns: 4fr 4fr 4fr;
}
.module_video {
  box-sizing: content-box;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.module_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom_list {
  padding: var(--modulePadding);
}
.custom_list_slider {
  position: relative;
}
.custom_list_slider #custom_CST_products_header_dok,
.custom_list_slider #custom_CST_products_header_index,
.custom_list_slider #custom_CST_products_footer_dok,
.custom_list_slider #custom_CST_products_footer_index {
  display: none;
}
.item_box .item_img {
  overflow: hidden;
}
.item_box .item_img img {
  transition: transform 0.3s ease;
}
.item_box:hover .item_img img {
  transform: scale(1.05);
}
#custom_CST_products .breadcrumb,
.section-title span:first-of-type {
  background: var(--primaryBg);
  color: var(--primaryFg);
}
/* logo mw:250 x h:100 */
#quicksearch-container,
#quickSearch {
  position: relative;
}
#quickSearch_i0 {
  display: none;
}
.twitter-typeahead {
  display: block;
  width: 100%;
}
#quickSearch-field,
#quicksearch-search input[type=text] {
  width: 100%;
  padding: 0 10px;
  outline: none;
  vertical-align: middle;
  box-shadow: none;
}
.tt-hint[type=text] {
  color: #ccc;
}
.tt-dropdown-menu {
  z-index: 2000;
  width: 100%;
  margin-top: -1px;
  padding: 15px;
  background: var(--background);
  border: 1px solid var(--border);
}
.tt-dropdown-menu h3 {
  display: none;
}
.tt-dropdown-menu a,
.tt-dropdown-menu .tt-dropdown-menu label {
  display: block;
  font-weight: normal;
  cursor: pointer;
}
.tt-dataset-quicksearch-products p {
  margin: 10px 0;
}
.tt-dataset-quicksearch-products a {
  overflow: hidden;
}
.tt-dataset-quicksearch-products img {
  float: left;
  display: block;
  width: 80px;
}
.tt-dataset-quicksearch-products label {
  display: block;
  margin-left: 90px;
}
.quickSearch-product-name {
  padding-top: 5px;
}
.quickSearch_product_price {
  color: var(--priceOur);
}
.tt-dataset-quicksearch-suggestions {
  padding-top: 10px;
  border-top: 1px solid var(--border);
}
.tt-dataset-quicksearch-suggestions a {
  line-height: 2;
}
.autocompleter-choices {
  z-index: 10000 !important;
}
#quicksearch-button #quickSearch-submit{
  background: var(--callToActionBg);
  border:none;
  color: var(--callToActionFg);
}
#ddm a,
.nav-lvl-0 a {
  display: block;
}
#ddm h2, #ddm h3 {
  margin: 0 !important;
  font-size: 1em;
}
.nav-lvl-0 > ul > li > a,
#ddm h2 a {
  font-weight: 600;
  text-transform: uppercase;
}
.nav-lvl-1 > ul > li > a,
#ddm h3 a {
  font-weight: 600;
}
.nav-lvl-2 a:before,
#ddm h3 + ul a:before {
  content: "- ";
}
@media screen and (max-width: 1080px) {
  label[for=nav_toggle],
  label[for=menuDD-toggle] {
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  label[for=nav_toggle]:before,
  label[for=menuDD-toggle]:before {
    content: "\f0c9";
    font-family: var(--fontIcon);
    font-weight: 300;
  }
  .nav-lvl-0,
  #ddm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 85vw;
    max-width: 400px;
    height: 100vh;
    padding: 1.5rem;
    background: var(--background);
    text-align: left;
    overflow-y: auto;
    scrollbar-width: thin;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
  }
  .nav-lvl-0 li,
  #ddm li {
    position: relative;
    line-height: 40px;
  }
  #nav_toggle:checked ~ label:after,
  #menuDD-toggle:checked ~ label:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background: rgba(0, 0, 0, 0.85);
  }
  #nav_toggle:checked ~ ul, #nav_toggle:checked ~ div,
  #menuDD-toggle:checked ~ ul,
  #menuDD-toggle:checked ~ div {
    transform: translateX(0);
  }
  .nav-lvl-0 .parent label {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
  }
  .nav-lvl-0 .parent label:before {
    content: "\f054";
    font-family: var(--fontIcon);
  }
  .nav-lvl-0 .parent .wrapper {
    height: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
  }
  .nav-lvl-0 .parent input:checked ~ label {
    transform: rotateZ(180deg);
  }
  .nav-lvl-0 .parent input:checked ~ label:before {
    content: "\f00d";
  }
  .nav-lvl-0 .parent input:checked ~ .wrapper {
    height: auto;
    transform: translateX(0);
  }
}
@media screen and (max-width: 640px) {
  label[for=nav_toggle],
  label[for=menuDD-toggle] {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1081px) {
  #shop_nav,
  #menuDD {
    min-height: 60px;
  }
  #shop_nav input, #shop_nav label,
  #menuDD input,
  #menuDD label {
    display: none;
    pointer-events: none;
  }
  .nav-lvl-0 > ul,
  #ddm {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .nav-lvl-0 > ul > li,
  #ddm > li {
    position: relative;
  }
  .nav-lvl-0 > ul > li > a, .nav-lvl-0 > ul > li h2 a,
  #ddm > li > a,
  #ddm > li h2 a {
    padding: 0 10px;
    line-height: 60px;
  }
  .nav-lvl-0 > ul > li > a:hover, .nav-lvl-0 > ul > li h2 a:hover,
  #ddm > li > a:hover,
  #ddm > li h2 a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .nav-lvl-1 > ul,
  #ddm h2 + ul {
    position: absolute;
    left: 0;
    z-index: 2000;
    display: block;
    width: calc(var(--navCols) * 250px);
    columns: var(--navCols);
    column-gap: 1rem;
    padding: 2rem;
    background: var(--background);
    border-right: 1px solid var(--border);
    border-left: 1px solid var(--border);
    border-bottom: 3px solid var(--secondaryBg);
    transform-origin: top center;
    transform: scaleY(0);
    transition: all 0.3s ease-in-out;
  }
  .nav-lvl-1 > ul > li,
  #ddm h2 + ul > li {
    margin-bottom: 1rem;
    line-height: 2;
    break-inside: avoid;
  }
  .align-right {
    left: auto !important;
    right: 0;
  }
  .nav-lvl-0 > ul > li:hover .nav-lvl-1 > ul,
  .nav-lvl-0 > ul > li:hover h2 + ul,
  #ddm > li:hover .nav-lvl-1 > ul,
  #ddm > li:hover h2 + ul {
    transform: scaleY(1);
  }
}
#nav-account {
  display: none;
}
#nav-account a {
  margin-left: 5px;
}
#logo {
  display: flex;
  align-items: center;
  padding: 0 var(--edgePadding);
  background: var(--primaryBg);
  border-top: 30px solid var(--tertiaryBg);
}
#logo img {
  display: block;
  width: auto;
}
#menu0,
#menuU {
  position: absolute;
  top: 0;
}
#menu0 ul,
#menuU ul {
  display: flex;
  gap: 15px;
}
#menu0 li,
#menuU li {
  line-height: 30px;
  text-transform: capitalize;
  font-size: 0.9em;
  color: var(--tertiaryFg);
}
#menu0 a,
#menuU a {
  color: var(--tertiaryFg);
  text-transform: capitalize;
}
#menu0 a:hover,
#menuU a:hover {
  text-decoration: underline;
}
#menu0 {
  display: none;
}
#menu0 li:first-child {
  display: none;
}
#menuU {
  right: var(--edgePadding);
}
#menuU #mnU_2 {
  display: none;
}
#floating_cart {
  position: absolute;
  right: var(--edgePadding);
}
#floating_cart h5, #floating_cart ul,
#floating_cart #floating_cart_body_total_price,
#floating_cart #floating_cart_footer {
  display: none;
}
#floating_cart_header a {
  padding: 5px;
  background: var(--buyActionBg);
  color: var(--buyActionFg);
}
#floating_cart_header a:hover {
  filter: brightness(1.1);
}
#floating_cart_body_total_items {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-content: center;
  width: 25px;
  height: 25px;
  background: var(--background);
  border: 2px solid var(--buyActionBg);
  border-radius: 0 50%;
  font-size: 0.8em;
  font-weight: 600;
  color: var(--buyActionBg);
}
#floating_cart_body_total_items label {
  display: none;
}
#quickSearch-field,
#quicksearch-search input[type=text] {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
#quickSearch_i2,
#quicksearch-button input {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.85em;
}
@media screen and (max-width: 1080px) {
  #logo {
    height: 100px;
    padding-left: calc(var(--edgePadding) + 65px);
  }
  #logo img {
    max-width: 200px;
    max-height: 50px;
  }
  #menuU {
    left: var(--edgePadding);
  }
  #menuU ul {
    justify-content: center;
  }
  #floating_cart {
    top: 40px;
  }
  #floating_cart_header a {
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.7em;
  }
  #floating_cart_body_total_items {
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  #frmQuickSearch,
  #quicksearch-form {
    position: relative;
    background: var(--secondaryBg);
    padding: 5px var(--edgePadding);
  }
  #quicksearch-button input {
    border-radius: 0 20px 20px 0;
  }
  label[for=menuDD-toggle] {
    position: absolute;
    top: 40px;
    left: var(--edgePadding);
    background: var(--secondaryBg);
    border-radius: 50%;
    font-size: 1.25em;
    color: var(--secondaryFg);
  }
  #ddm h2 a {
    margin: 5px -5px;
    padding-left: 10px;
    background-color: var(--secondaryBg);
    color: var(--secondaryFg);
  }
  #ddm h3 + ul a {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 640px) {
  #logo {
    height: 90px;
    padding-left: calc(var(--edgePadding) + 55px);
  }
  #logo img {
    max-height: 40px;
  }
  #floating_cart,
  label[for=menuDD-toggle] {
    top: 40px;
  }
  #floating_cart_header a {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1081px) {
  body::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 210px;
    background: var(--primaryBg);
    border-top: 30px solid var(--tertiaryBg);
    border-bottom: 60px solid var(--secondaryBg);
  }
  #logo {
    height: 150px;
  }
  #logo img {
    max-width: 250px;
    max-height: 110px;
  }
  #menu0 {
    left: var(--edgePadding);
    display: block;
  }
  #floating_cart {
    top: 60px;
  }
  #floating_cart a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 140px;
    height: 60px;
    border-radius: 30px 15px 15px 30px;
  }
  #floating_cart a:before {
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50% 0 0 50%;
    font-size: 2em;
  }
  #floating_cart a:after {
    content: "Minha compra";
    width: 60px;
    line-height: 1.5;
    font-size: 0.95em;
  }
  #frmQuickSearch,
  #quicksearch-form {
    position: absolute;
    top: 60px;
    left: calc(var(--edgePadding) + 280px);
    right: calc(var(--edgePadding) + 170px);
  }
  #quickSearch-field,
  #quicksearch-search input[type=text] {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  #quicksearch-button input {
    height: 50px;
    border-radius: 0 25px 25px 0;
  }
  #menuDD {
    background-color: var(--secondaryBg);
  }
  #menuDD h2 a {
    color: var(--secondaryFg);
  }
}
#products .breadcrumb {
  display: none;
}
#creative {
  display: flex;
  flex-direction: column;
  padding: 0 var(--edgePadding);
}
#creative .breadcrumb {
  display: block;
  margin-top: var(--edgePadding);
}
#creative h1 {
  margin: var(--edgePadding) 0 0;
  visibility: hidden;
}
#creative img {
  order: -1;
  width: 100%;
  margin-top: var(--edgePadding);
}
#creative small {
  display: none;
}
#creative p {
  margin-bottom: 0;
  line-height: 1.75;
  text-align: justify;
}
#products_header_index,
#products_footer_dok {
  display: none;
}
#products_header_dok,
#products_img,
#products_footer_index {
  margin-left: 20px;
  margin-right: 20px;
}
#products_footer_index {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1081px) {
  #products-filters {
    display: none;
    padding: 15px 20px 0;
  }
  #products_header_dok {
    margin-top: 15px;
    line-height: 30px;
    text-align: right;
  }
  #products_header_dok ul {
    display: flex;
    justify-content: flex-end;
  }
  #products_header_dok a {
    margin-left: 10px;
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
  }
}
.active_filters,
label[for=products-filters-mobile-toogle] {
  display: none;
}
.solr_category > span {
  font-size: 0;
}
.solr_category li {
  padding: 5px 0;
}
.solr_category label {
  display: flex;
  line-height: 20px;
  color: var(--anchor);
  cursor: pointer;
}
.solr_category label:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: var(--background);
  border: 1px solid var(--border);
  border-radius: 3px;
}
.solr_category label:hover {
  color: var(--callToActionBg);
}
.solr_category label i {
  padding-left: 5px;
  opacity: 0.5;
}
.solr_category input {
  display: none;
}
.solr_category input:checked + label {
  color: var(--callToActionBg);
}
.solr_category input:checked + label:before {
  background: var(--callToActionBg);
  border: 2px solid var(--callToActionBg);
  box-shadow: inset 0 0 0 3px var(--background);
}
#products-filters-selected li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
#products-filters-selected li button {
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  padding: 0;
  font-size: 0.9em;
}
@media screen and (max-width: 1080px) {
  label[for=products-filters-mobile-toogle] {
    display: flex;
    justify-content: center;
    width: calc(50% - var(--edgePadding) - 1px);
    margin: 15px 0 0 var(--edgePadding);
    background: var(--callToActionBg);
    line-height: 40px;
    font-size: 0;
    color: var(--callToActionFg);
    text-transform: uppercase;
    cursor: pointer;
  }
  label[for=products-filters-mobile-toogle]:before {
    content: "filtrar";
    font-size: 0.85rem;
    font-weight: 600;
  }
  #products_header_dok {
    position: relative;
    margin: -40px var(--edgePadding) 15px calc(50% + 1px);
    background: var(--callToActionBg);
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    cursor: pointer;
  }
  #products_header_dok > span {
    display: none;
  }
  #products_header_dok select {
    padding: 0;
    background: none;
    border: none;
    text-align: center;
    font-size: 0.85rem;
    color: var(--callToActionFg);
    text-transform: uppercase;
    appearance: none;
  }
  #products_header_dok select option {
    color: initial;
  }
  #products-filters-mobile {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 3000;
    width: 85vw;
    max-width: 400px;
    height: 100vh;
    padding: 1rem 1rem 2rem;
    background: var(--background);
    text-align: left;
    overflow-y: auto;
    scrollbar-width: thin;
    transition: all 0.5s ease-in-out;
  }
  #products-filters-mobile-toogle:checked ~ label[for=products-filters-mobile-toogle]:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background: rgba(0, 0, 0, 0.85);
  }
  #products-filters-mobile-toogle:checked ~ #products-filters-mobile {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  #products_header_dok {
    margin-top: -30px;
  }
  label[for=products-filters-mobile-toogle]:before,
  #products_header_dok select {
    height: 30px;
    overflow: hidden;
    font-size: 0.75rem;
  }
  label[for=products-filters-mobile-toogle],
  #products_header_dok {
    height: 30px;
    line-height: 30px;
  }
}
.solr_category {
  margin-top: 15px;
}
.solr_category > span {
  display: block;
  padding: 0 15px;
  border: 1px solid var(--border);
  text-transform: capitalize;
}
.solr_category > span:before {
  line-height: 40px;
  font-size: 1rem;
}
.solr_category ul {
  padding: 15px;
}
#products-filters-selected > button {
  padding: 0;
  background: none;
  line-height: 1;
  font-size: 0.9em;
  color: var(--anchor);
  text-decoration: underline;
}
#products-filters-selected > button:hover {
  color: var(--callToActionBg);
}
@media screen and (max-width: 1080px) {
  #products-filters-selected li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1081px) {
  #products-filters-all > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .solr_category {
    position: relative;
    flex: 0 0 250px;
    margin-right: 15px;
  }
  .solr_category span {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .solr_category span:after {
    content: "\f107";
    font-family: var(--fontIcon);
    font-size: 1rem;
  }
  .solr_category ul {
    position: absolute;
    z-index: 2000;
    width: 100%;
    margin-top: -1px;
    background: var(--background);
    border: 1px solid var(--border);
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform 0.2s ease;
    overflow: hidden;
  }
  .solr_category:hover ul {
    transform: scaleY(1);
  }
  #products-filters-selected {
    display: flex;
    flex-wrap: wrap;
  }
  #products-filters-selected ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #products-filters-selected ul li {
    margin-left: 15px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .items_container {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
}
#help,
#contact {
  max-width: var(--frame);
  margin: auto;
  padding: var(--edgePadding);
}
#help #creative,
#contact #creative {
  padding: 0;
}
#contact .success {
  padding: var(--edgePadding);
  border: none;
  font-size: 1.2em;
  font-weight: 600;
  color: #080;
}
#help_body {
  line-height: 2;
}
#help_body .title,
#help_body .subtitle {
  display: block;
  margin-top: 20px;
}
#help_body .title {
  font-size: 1.4em;
  font-weight: 600;
}
#help_body .subtitle {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--foreground);
  font-size: 1.2em;
  font-weight: 600;
  color: var(--foreground);
}
#help_body > br {
  display: block;
  line-height: 0;
}
#help_body .button {
  margin-top: 20px;
}
#contact_body_form th {
  width: 100px;
  padding-right: 10px;
  text-align: right;
  font-weight: 600;
}
#contact_body_form input,
#contact_body_form textarea {
  width: 100%;
}
#contact_body_form textarea {
  min-height: 200px;
}
#cntRecaptcha,
#cntSubmit {
  display: inline-block;
  vertical-align: middle;
}
#cntSubmit {
  margin-left: 20px;
  line-height: 3.5em;
}
#extra_50 #extra_body {
  padding: 0 var(--edgePadding);
}
#brands-nav {
  padding: 20px 0;
}
#brands-nav ul {
  display: flex;
  flex-wrap: wrap;
}
#brands-nav a {
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  margin: 5px 5px 5px 0;
}
.brands-list {
  position: relative;
  min-height: 100px;
  padding: 20px 0 20px 80px;
  border-top: 1px dotted var(--border);
}
.brands-list h2 {
  position: absolute;
  top: 20px;
  left: 0;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  background: var(--callToActionBg);
  color: var(--callToActionFg);
}
.brands-list-items {
  column-width: 300px;
}
.brands-list-items a {
  display: block;
  line-height: 2;
  font-weight: 400;
}
.brands-list-items a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1366px) {
  #brands-nav ul {
    flex-wrap: nowrap;
  }
  #brands-nav a {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }
  .brands-list h2 {
    font-size: 1.2em;
  }
}
#quicksearch-container, #quickSearch {
  position: relative;
  max-width: 500px;
}

/* custom */

#products_header_dok {
  display: none;
}
.barra-promocional {
  background-color: #f0f0f0 !important; /* cinza claro */
  color: #000 !important;               /* texto preto */
  text-align: center !important;
  padding: 8px 16px !important;         /* altura menor */
  font-size: 17px !important;           /* levemente maior */
  font-weight: bold !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
  display: block !important;
}

.barra-promocional strong {
  color: #8b0000 !important;  /* vermelho escuro */
}

.barra-promocional .btn-promocao {
  display: inline-block !important;
  background-color: #b00000 !important; /* vermelho */
  color: white !important;
  padding: 6px 12px !important;         /* botão mais baixo */
  margin-left: 15px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  font-size: 15px !important;
}

.barra-promocional .btn-promocao:hover {
  background-color: #800000 !important; /* vermelho mais escuro no hover */
}
<style>
.categoria-icones {
  background: #fff;
  padding: 140px 20px 70px 20px;
}

.titulo-categorias {
  font-size: 16px;
  font-weight: 600;
  color: #800000;
  margin: 0 0 15px 10px;
  text-align: center;
}

.icone-wrapper {
  text-align: center;
  max-width: 100%;
  white-space: nowrap;
  font-size: 0;
}

.icone-wrapper a {
  display: inline-block !important;
  width: calc(12.5% - 50px);
  max-width: 150px;
  min-width: 120px;
  height: 200px;
  margin: 0 25px 40px 25px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: top;
  font-size: initial;
  box-sizing: border-box;
}

.icone-wrapper a img {
  width: 85px;
  height: 85px;
  object-fit: contain;
  display: block;
  margin: 0 auto 15px auto;
}

.icone-wrapper a p {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  line-height: 1.3em;
}
</style>

/*CUSTOM*/
.custom_list {
  padding: var(--modulePadding);
}
.custom_list .items_container > li {
  text-align: left;
}
.custom_list_slider {
  position: relative;
}
.custom_list_slider #custom_CST_products_header_dok,
.custom_list_slider #custom_CST_products_header_index,
.custom_list_slider #custom_CST_products_footer_dok,
.custom_list_slider #custom_CST_products_footer_index {
  display: none;
}
.custom_list_slider .items_container {
  display: flex;
}
.bloco-sobre-atacado {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px 20px;
}

.texto-sobre {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

/* NOVO TÍTULO FORMATADO */
.titulo-formatado {
  margin-bottom: 20px;
  line-height: 1.3;
}

.carvalho-principal {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Segoe UI', sans-serif;
  color: #7f0000;
  display: block;
  margin-bottom: 0;
  line-height: 0.05; /* Ainda mais próximo do subtítulo */
  text-transform: none;
}

.carvalho-sub {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Segoe UI', sans-serif;
  color: #111;
  display: block;
  margin-top: -4px; /* Ainda mais colado no de cima */
  line-height: 1.2;
}

.texto-sobre p {
  font-size: 16px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* BOTÕES */
.botao-sobre,
.botao-secundario {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
}

.botao-sobre {
  background-color: #7f0000;
  color: #fff;
}

.botao-sobre:hover {
  background-color: #5c0000;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.botao-secundario {
  background-color: #000;
  color: #fff;
  margin-left: 10px;
}

.botao-secundario:hover {
  background-color: #333;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* CARROSSEL */
.carrossel-sobre {
  flex: 1;
  max-width: 550px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.slide.ativo {
  display: block;
}

.indicadores-setas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 15px;
}

.indicadores span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.indicadores .ativo {
  background-color: #000;
}

.setas button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}

/* RESPONSIVO */
@media screen and (max-width: 768px) {
  .bloco-sobre-atacado {
    flex-direction: column;
  }

  .carrossel-sobre {
    width: 100%;
  }

/*custom*/
.body-overlayed #inStockNotification{font-family: 'Open Sans', sans-serif;}
.body-overlayed #inStockNotification td{padding: 3px;}
.body-overlayed #inStockNotification input {width: 100%; border: 1px solid #ccc;}
.body-overlayed #inStockNotification a{display: inline-grid; width: 80px; height: 30px; place-content: center; background: #880000; color: #fff;}
.body-overlayed #inStockNotification a:before{content:'Enviar'}
.body-overlayed #inStockNotification img{display:none}