/* ////////////////////////////////////////////////// */
/* Regra para alinhamento de preço na lista de produtos */
/* ////////////////////////////////////////////////// */
/* Força altura mínima para a descrição do produto */
h3.heading-title.product-name {
  min-height: 90px;
}

/* Força altura mínima para a imagem (thumbnail) */
.woocommerce .product .thumbnail-wrapper {
  /* min-height: 290px !important; */
}

.heading-title.product-name {
  min-height: 135px !important;
}

/*################################################################## */
/* WP Filter */
/*################################################################## */
.wpfClearButton.wpfButton {
  background: #ebebeb;
}

.wpfClearButton.wpfButton:hover {
  background: #f1f1f1;
  color: #333;
}

.wpfFilterWrapper {
  border-radius: 5px;
  /* box-shadow: 2px 3px 8px #0000000f; */
  margin: 0 0 5px !important;
}

.wpfFilterVerScroll li {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.wpfFilterVerScroll li ul {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.wpfFilterTitle {
  text-transform: uppercase !important;
}

.wpfFilterButton.wpfButton,
.wpfClearButton.wpfButton {
  width: 100% !important;
}

/*################################################################## */
/* Contact Form 7*/
/*################################################################## */
.wpcf7-form-control {
  border-color: #ccc !important;
}

.wpcf7-form-control-wrap {
  margin-top: 8px !important;
}

.wpcf7-form p > label {
  font-size: 18px !important;
}
.wpcf7 input[type="text"].les-input-info {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 500;
}

.wpcf7 input[type="text"].les-hidden-input {
  display: none !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="password"],
.wpcf7 select,
.wpcf7 textarea {
  padding: 10px !important;
}

/*################################################################## */
/* Tabela de atributos produto */
/*################################################################## */
.woocommerce .woocommerce-tabs table tr th,
.woocommerce .woocommerce-tabs table tr td {
  border-style: dashed !important;
  padding: 0px 20px !important;
  background-color: #fff !important;
  height: 45px !important;
}

.woocommerce .woocommerce-tabs table tr:nth-child(even) th,
.woocommerce .woocommerce-tabs table tr:nth-child(even) td {
  background-color: #f5f5f5 !important;
}

.woocommerce-product-attributes-item__label {
  min-width: 225px !important;
}

/* Esconder WEIGHT e DIMENSIONS da tabela de atributos*/
.woocommerce-product-attributes-item--weight,
.woocommerce-product-attributes-item--dimensions {
  display: none !important;
}

/*################################################################## */
/* HEADER */
/*################################################################## */

/* Esconde page titles */
.heading-title.page-title.entry-title {
  text-align: left !important;
  /* border-bottom: 1px solid #ccc !important; */
  /* padding-bottom: 20px !important; */
  /* display: none !important; */
  visibility: hidden !important;
  margin-top: -25px !important;
}

/* Header Top */
.header-top {
  max-height: 30px;
  background-color: #131921 !important;
  border-color: #232f3e !important;
}

.header-top .container {
  padding: 3px !important;
}

/* Header padding */
.header-middle {
  background-color: #131921 !important;
  border-color: #131921 !important;
}

.header-middle > .container {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.header-store-notice {
  color: #ffb91f !important;
  font-size: 12px !important;
}

/* Search input */
.ts-search-by-category .search-table .search-field input[type="text"] {
  padding: 7px 15px !important;
}

.ts-search-by-category .search-table .search-button {
  width: 38px !important;
  height: 38px !important;
  right: 0px !important;
  border: 1px solid #ffffff !important;
}

.search-table .search-button:before,
.wp-block-search .wp-block-search__button:before,
.woocommerce-product-search button[type="submit"]:before {
  font-weight: bold !important;
}

/* Header buttons */
.header-bottom {
  background-color: #232f3e !important;
  border-color: #232f3e !important;
  color: #fff !important;
}

.header-bottom > .container {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.ts-header nav.main-menu > ul.menu > li,
.ts-header nav.main-menu > ul > li {
  margin: 0 25px 0 0 !important;
}

.ts-header nav > ul.menu > li > a,
.ts-header nav > ul > li > a {
  font-size: 13px !important;
  text-transform: capitalize !important;
}

/* Header colors */
.ts-header div.header-right .my-account-wrapper .account-control > a {
  /* color: #ffb91f !important; */
  color: #fff !important;
}

.ts-tiny-cart-wrapper,
.ts-mobile-icon-toggle {
  /* color: #ffb91f !important; */
  color: #fff !important;
}

/* Header home / LOGO*/
header .logo-wrapper {
  max-height: inherit !important;
  width: 200px !important;
  padding: 0 !important;
}
header .logo-wrapper img {
  width: 170px !important;
}

.header-contact-info.has-icon.hidden-ipad {
  color: #ccc !important;
}
.header-contact-info.has-icon.hidden-ipad::before {
  filter: invert(1) !important;
}

/* Header dropdown submenu */
.ts-header nav > ul.menu li:hover > ul.sub-menu {
  color: #222 !important;
  top: calc(100% - 8px); /* Ajuste de altura do submenu */
}

/* Header cart / user dropdown menu */
.shopping-cart-wrapper .dropdown-container,
.my-account-wrapper .dropdown-container,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher ul,
.header-currency ul {
  top: calc(100% - 7px) !important;
}

/* Smartphones (320px - 480px) */
@media (min-width: 321px) and (max-width: 480px) {
  header .logo-wrapper img {
    width: 120px !important;
  }
}

/* Tablets em modo retrato (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  header .logo-wrapper img {
    width: 120px !important;
  }
}

/*################################################################## */
/* BREADCRUMB */
/*################################################################## */

.breadcrumb-title-wrapper .breadcrumbs {
  padding: 10px 0 !important;
  font-size: 13px !important;
}

.custom-category-menu-wrapper {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.custom-category-menu-container {
  max-width: 1600px;
  margin: 0 auto !important;
}

.custom-category-menu {
  display: flex;
  gap: 20px;
  padding: 10px;
  list-style: none;
  margin: 0 !important;
}

.custom-category-menu li {
  list-style: none;
}

.custom-category-menu li a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
  font-size: 13px !important;
}

.custom-category-menu li a:hover {
  color: #ffb91f;
  text-decoration: underline;
}

/*################################################################## */
/* Action bar em product details view */
/*################################################################## */
.elementor-button:hover {
  color: #ffb91f !important;
  background-color: #222 !important;
}

.elementor-button,
.elementor-button:active {
  background-color: #ffb91f !important;
  color: #222 !important;
  text-decoration: none !important;
  border-radius: 30px !important;
}

/*################################################################## */
/* Main container */
/*################################################################## */
.main-content-fullwidth #main > .page-container,
.layout-fullwidth #main > .page-container {
  max-width: 1600px !important;
}

.single
  .page-container
  > *:not(#main-content):not(#left-sidebar):not(#right-sidebar),
#left-sidebar,
#right-sidebar,
#main-content {
  padding: 15px !important;
}

#main > .page-container {
  padding-top: 15px !important;
}

/*################################################################## */
/* Lazy load image*/
/*################################################################## */
/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0 !important;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1 !important;
}

/*################################################################## */
/* Swiper ts-logos: imagens branco e preto */
/*################################################################## */
.ts-logo-slider-wrapper .item img {
  transition: linear 0.2s !important;
  filter: saturate(0) !important;
  opacity: 0.4 !important;
}

.ts-logo-slider-wrapper .item:hover img {
  filter: saturate(1) !important;
  opacity: 0.9 !important;
}

/* Square Wallet */
.wc-proceed-to-checkout #wc-square-digital-wallet {
  margin: 15px 0 !important;
}
.wc-proceed-to-checkout #wc-square-digital-wallet button {
  border-radius: 20px !important;
}

/* TS Banner */
div.banner-bg {
  opacity: 1 !important;
}

/*################################################################## */
/* Carrossel de produtos - ajuste dos pontos */
/*################################################################## */
body.product-hover-vertical-style-2
  .products.swiper-horizontal
  > .swiper-pagination-bullets,
body.product-hover-vertical-style-2
  .products.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px !important;
}
/* Smartphones (320px - 480px) */
@media (min-width: 321px) and (max-width: 480px) {
  body.product-hover-vertical-style-2
    .products.swiper-horizontal
    > .swiper-pagination-bullets,
  body.product-hover-vertical-style-2
    .products.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}

/* Tablets em modo retrato (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  body.product-hover-vertical-style-2
    .products.swiper-horizontal
    > .swiper-pagination-bullets,
  body.product-hover-vertical-style-2
    .products.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}

/*################################################################## */
/* Advanced Search Container */
/*################################################################## */
.aws-container {
  flex: 1 !important;
  border-radius: 25px;
  overflow: hidden;
}

.aws-search-field {
  padding-left: 20px !important;
}

.aws-search-btn.aws-form-btn {
  background: #ffb91f !important;
  height: 100% !important;
  border: none !important;
}