.elementor-269 .elementor-element.elementor-element-56f432f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-269 .elementor-element.elementor-element-b654c0b{width:100%;max-width:100%;}/* Start custom CSS for shortcode, class: .elementor-element-b654c0b *//* 🎯 ESCOPADO SÓ PRO REQUEST A QUOTE (YITH) */
.woocommerce .ywraq-wrapper,
.woocommerce .ywraq-form {
  font-family: 'Montserrat', sans-serif !important;
  color: #333;
}

/* 🧱 CAMPOS DE TEXTO / EMAIL / TEXTAREA */
.woocommerce .ywraq-form input[type="text"],
.woocommerce .ywraq-form input[type="email"],
.woocommerce .ywraq-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 15px;
  background: #fff;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce .ywraq-form input[type="text"]:focus,
.woocommerce .ywraq-form input[type="email"]:focus,
.woocommerce .ywraq-form textarea:focus {
  border-color: #09b4bb;
  box-shadow: 0 0 0 2px rgba(9, 180, 187, 0.2);
}

/* 📧 LABELS */
.woocommerce .ywraq-form label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #002b4f;
}

/* 💬 MENSAGEM */
.woocommerce .ywraq-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* 🪶 BOTÃO ENVIAR PEDIDO */
.woocommerce .ywraq-form button[type="submit"],
.woocommerce .ywraq-form input[type="submit"],
.woocommerce .ywraq-form .button[type="submit"] {
  background-color: #09b4bb !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 40px !important;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.woocommerce .ywraq-form button[type="submit"]:hover,
.woocommerce .ywraq-form input[type="submit"]:hover,
.woocommerce .ywraq-form .button[type="submit"]:hover {
  background-color: #077f84 !important;
}

/* 🧍 ESPAÇAMENTO ENTRE CAMPOS */
.woocommerce .ywraq-form .ywraq-form-field {
  margin-bottom: 16px;
}

/* 🧾 TABELA DOS PRODUTOS DA COTAÇÃO */
.woocommerce .ywraq-wrapper table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 10px;
  overflow: hidden;
}

.woocommerce .ywraq-wrapper table.shop_table th {
  background-color: #f8f8f8;
  color: #002b4f;
  font-weight: 600;
  padding: 12px;
  text-align: left;
}

.woocommerce .ywraq-wrapper table.shop_table td {
  padding: 12px;
  border-top: 1px solid #eee;
}

/* ❌ ÍCONE REMOVER PRODUTO */
.woocommerce .ywraq-wrapper .product-remove a {
  color: #e74c3c;
  font-size: 18px;
  transition: color 0.2s ease;
}

.woocommerce .ywraq-wrapper .product-remove a:hover {
  color: #c0392b;
}

/* 🔹 BOTÃO "UPDATE LIST" */
.woocommerce .ywraq-wrapper .ywraq-update-list {
  background-color: #09b4bb !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px;
  padding: 10px 25px !important;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.woocommerce .ywraq-wrapper .ywraq-update-list:hover {
  background-color: #077f84 !important;
}/* End custom CSS */