/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2.3.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

html {
  zoom: 85%;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation
  .wp-block-navigation-submenu
  .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation
  .wp-block-navigation-item
  ul.wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
}

h2 {
  text-shadow: 0.5px 0.5px 2px rgba(94, 94, 94, 0.8);
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background-color: #f6f6f6;
  border-radius: 0;
  border: 1px solid #000;
  color: #3d3d3d;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  padding: 9px;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.wpcf7-form legend {
  color: #0aa88b;
}

.wpcf7-form .wpcf7-submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #0aa88b;
  border: none;
  color: #fff;
  font-size: 14px;
  width: 60%;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 5px;
  font-weight: 500;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form {
  border: 1px solid #dedede;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1025px) {
  .uag-hide-desktop {
    display: none !important;
  }
}
.yoast-breadcrumbs span span {
  display: inline-block;
  padding: 0.7rem;
  border-left: solid 1px #e0e0e0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-bottom: 0;
  margin-bottom: 0;
}

.woocommerce-tabs table {
  min-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.woocommerce-tabs table td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px #ccc;
}

.woocommerce-tabs table tr:first-child td {
  border-top: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 2em;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.woocommerce-Tabs-panel--description p {
  margin-top: 0;
}

/* .woocommerce-Tabs-panel--description ul {
	background: red;
	margin: 0;
	padding: 0;
} */

.woocommerce-Tabs-panel > ul li {
  display: list-item !important;
}

@media (min-width: 1025px) {
  body .uag-hide-desktop.uagb-google-map__wrap,
  body .uag-hide-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .uag-hide-tab.uagb-google-map__wrap,
  body .uag-hide-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body .uag-hide-mob.uagb-google-map__wrap,
  body .uag-hide-mob {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .wp-block-navigation__submenu-container {
    margin-bottom: 1rem;
  }

  nav[aria-label="Sitemap Menu"] {
    display: none;
  }
}

@media (max-width: 768px) {
  .vpr .vpr__additional-items .form-group {
    grid-column: span 12 !important;
  }

  .vpr .form-dates > div {
    flex: auto !important;
    max-width: none !important;
    width: 100%;
  }

  .wp-block-search__input {
    padding-right: 0;
    width: 290px;
    padding-left: 10px;
  }

  footer .wp-block-search {
    max-width: 100% !important;
  }

  .mobile-search-menu .wp-block-search__button {
    padding: 10px 20px;
  }
}

.wp-block-navigation ul.wp-block-navigation__submenu-container {
  margin-bottom: 1rem;
}

.wc-block-product-gallery-thumbnails__thumbnail
  .wc-block-product-gallery-thumbnails__thumbnail__image--is-active {
  border: solid 2px #a80a27;
  border-radius: 5px;
  padding: 5px;
}

.wc-block-product-gallery-thumbnails__thumbnail
  .wc-block-product-gallery-thumbnails__thumbnail__image {
  height: 100px !important;
}

.vpr .vpr__additional-items .form-group label {
  display: inline-block;
  line-height: 1;
  font-size: 0.9rem;
}

.vpr .vpr__additional-items .form-group {
  margin-bottom: 0 !important;
}

.vpr .grid {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.wc-block-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.toogle-cart {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}

.toogle-cart .checkout {
  padding: 0 !important;
  width: 70%;
}

.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--custom-principal);
}

/* Complementary styles for the existing button */
.wp-block-navigation__responsive-container-open.main--nav {
  /* tune these if needed */
  --hamburger-size: 22px; /* square area for the icon */
  --hamburger-stroke: 2px; /* line thickness */
  --hamburger-gap: 5px; /* gap between lines */

  position: relative;
  padding-inline-start: calc(
    var(--hamburger-size) + 12px
  ); /* space for the icon */
  line-height: 1; /* keeps vertical alignment tidy */
}

/* The hamburger itself */
header.wp-block-template-part .wp-block-navigation__responsive-container-open {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: inherit;
  padding-left: 2rem; /* space for the icon */
  width: 100%;
  text-align: left;
  height: 23px;
}

header.wp-block-template-part
  .wp-block-navigation__responsive-container-open
  svg {
  display: none;
}

header.wp-block-template-part
  .wp-block-navigation__responsive-container-open::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  box-shadow:
    0 -6px 0 0 currentColor,
    0 6px 0 0 currentColor; /* creates the 3 bars */
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

header.wp-block-template-part
  .wp-block-navigation__responsive-container-open:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

#modal-4 .wp-block-navigation__responsive-container-close {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: inherit;
  padding-left: 2rem; /* space for the X icon */
  float: right;
}

/* The X icon */
#modal-4 .wp-block-navigation__responsive-container-close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 0 0 0 0 currentColor;
}

#modal-4 .wp-block-navigation__responsive-container-close::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 768px) {
  .sticky-header-group.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
  }

  /* Optional: shrink logo a bit when sticky */
  .sticky-header-group.is-sticky .wp-block-site-logo img {
    max-height: 60px;
    transition: max-height 0.25s ease;
  }
}

.single-product-gallery .rtwpvg-images {
  max-width: 100%;
}

.single-product-gallery .rtwpvg-thumbnail-image {
  max-height: 90px;
  max-width: 90px;
  padding: 6px;

  border: solid 3px red;
  border-radius: 10px;
}

.single-product-gallery
  .rtwpvg-images.rtwpvg-has-product-thumbnail
  .rtwpvg-wrapper
  .rtwpvg-thumbnail-wrapper
  .rtwpvg-thumbnail-slider:not(.swiper-initialized)
  .swiper-wrapper {
  grid-gap: 20px;
}

.single-product-gallery .swiper {
  padding: 1rem 0 1.5rem 0;
}

.single-product-gallery
  .rtwpvg-images.rtwpvg-has-product-thumbnail
  .rtwpvg-wrapper
  .rtwpvg-slider
  img {
  max-width: fit-content;
  max-height: 600px;
  width: auto;
}

.single-product-gallery
  .rtwpvg-images.rtwpvg-has-product-thumbnail
  .rtwpvg-wrapper
  .rtwpvg-slider
  .rtwpvg-gallery-image {
  height: 600px;
}

.single-product-gallery
  .rtwpvg-images.rtwpvg-has-product-thumbnail
  .rtwpvg-wrapper
  .rtwpvg-slider
  .rtwpvg-gallery-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.produto-galeria .rtwpvg-thumbnail-image {
  max-height: 120px;
}

.produto-galeria .rtwpvg-single-image-container .wp-post-image {
  max-height: 600px;
}

div#checkout.cart-float:not(.opened) {
  right: 0;
  left: 100%;
}

@media (max-width: 412px) {
  div#checkout.cart-float.opened {
    left: auto;
    width: 90%;
  }
}

.home--container .uagb-container-inner-blocks-wrap {
  align-content: center;
}

.home--container .uagb-marketing-btn__align-right,
.home--container .uagb-marketing-btn__align-left {
  justify-content: center;
}

@media (max-width: 599px) {
  body .galeria-clientes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 100px;
    justify-items: center;
    align-items: center;
    align-content: center;
    gap: 10px;
  }
  body .galeria-clientes .wp-block-image img {
    height: 200px;
  }
}

.produto--galeria {
  gap: 1.2em !important;
}

.category-gallery .wp-block-image {
  max-width: 50% !important;
}

.main-menu .wp-block-navigation__submenu-container .wp-block-navigation-link {
  color: var(--color-black);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-gray-200);
}

.main-menu .wp-block-navigation__submenu-container .wp-block-navigation-link .wp-block-navigation-item__label {
  font-size: var(--wp--preset--font-size--small) !important;
}
