/* ----- Colores ----- */
.text-primary{
  color: #F26522 !important;
}
.bg-primary{
  background-color: #F26522 !important;
}
.border-primary{
  border-color: #F26522 !important;
}
.decoration-primary{
  text-decoration-color: #F26522 !important;
}
.ring-primary{
  --tw-ring-color: #F26522 !important;
}
.imagen-color-blanco img {
  filter: brightness(0) invert(1);
}

/* ----- Tipografias utilitarias ----- */
.text-p{
  font-size: 16px;
  line-height: 1.6;
}
.text-h1{
  font-size: 42px;
  line-height: 1.2;
}
.text-h2{
  font-size: 38px;
  line-height: 1.2;
}
.text-h3{
  font-size: 32px;
  line-height: 1.2;
}
.text-h4{
  font-size: 28px;
  line-height: 1.2;
}
.text-h5{
  font-size: 24px;
  line-height: 1.2;
}
.text-h6{
  font-size: 22px;
  line-height: 1.2;
}
.text-h1,
.text-h2,
.text-h3,
.text-h4,
.text-h5,
.text-h6{
  font-weight: 900;
  letter-spacing: -0.05em;
}
@media (max-width: 575px){
  .text-h1{
    font-size: 36px;
  }
  .text-h2{
    font-size: 32px;
  }
  .text-h3{
    font-size: 28px;
  }
  .text-h4{
    font-size: 24px;
  }
  .text-h5{
    font-size: 22px;
  }
  .text-h6{
    font-size: 20px;
  }
}
@media (max-width: 1280px){
  .container{
      max-width: 1250px!important;
  }
}
/* ----- Tipografias utilitarias ----- */
/* ----- Colores ----- */


.text-h1{
    font-size: 34px;
}
/* ----- Cabecera ----- */
body.pioneros-menu-open{
  overflow: hidden;
}
#pioneros-mobile-overlay{
  position: fixed;
  inset: 0;
  background: rgba(2, 4, 10, 0.7);
  backdrop-filter: blur(6px);
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
body.pioneros-menu-open #pioneros-mobile-overlay{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ----- WooCommerce: Toolbar de archivo ----- */
.hc-archive-toolbar .woocommerce-result-count{
  margin: 0;
  color: #94a3b8;
  font-size: 0.875rem;
  font-weight: 500;
}
.hc-archive-toolbar .woocommerce-ordering{
  margin: 0;
}
.hc-archive-toolbar .woocommerce-ordering select{
  appearance: none;
  width: 100%;
  min-width: 220px;
  background: #1E1E1E;
  color: #fff;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.875rem;
  font-weight: 600;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hc-archive-toolbar .woocommerce-ordering select:hover{
  border-color: rgba(242, 101, 34, 0.7);
}
.hc-archive-toolbar .woocommerce-ordering select:focus{
  outline: none;
  border-color: #F26522;
  box-shadow: 0 0 0 2px rgba(242, 101, 34, 0.25);
}
/* ----- WooCommerce: Toolbar de archivo ----- */

/* ----- WooCommerce: Range de precio ----- */
.hc-price-range__input{
  accent-color: #F26522;
  height: 2px;
}
.hc-price-range__input::-webkit-slider-runnable-track{
  height: 6px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
}
.hc-price-range__input::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: #ffffff;
  border: 2px solid #F26522;
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  margin-top: -5px;
}
.hc-price-range__input::-moz-range-track{
  height: 6px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
}
.hc-price-range__input::-moz-range-thumb{
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: #ffffff;
  border: 2px solid #F26522;
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}
/* ----- WooCommerce: Range de precio ----- */

/* ----- WooCommerce: Single Add-to-cart ----- */
.hc-single-atc form.cart{
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Simple products: qty + button side-by-side */
.hc-single-atc form.cart:not(.variations_form):not(.grouped_form){
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  gap: 12px;
}

.hc-single-atc form.cart:not(.variations_form):not(.grouped_form) .quantity{
  flex: 0 0 92px;
  margin: 0 !important;
}
.hc-single-atc form.cart:not(.variations_form):not(.grouped_form) .quantity input.qty{
  width: 100% !important;
  margin: 0 !important;
}
.hc-single-atc form.cart:not(.variations_form):not(.grouped_form) .single_add_to_cart_button,
.hc-single-atc form.cart:not(.variations_form):not(.grouped_form) button[type="submit"],
.hc-single-atc form.cart:not(.variations_form):not(.grouped_form) .button{
  flex: 1 1 auto;
  white-space: nowrap;
}

/* Variable products: keep stacked, but align qty + button */
.hc-single-atc form.variations_form{
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hc-single-atc form.variations_form .woocommerce-variation-add-to-cart{
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  gap: 12px;
}
.hc-single-atc form.variations_form .woocommerce-variation-add-to-cart .quantity{
  flex: 0 0 92px;
  margin: 0 !important;
}
.hc-single-atc form.variations_form .woocommerce-variation-add-to-cart .quantity input.qty{
  width: 100% !important;
  margin: 0 !important;
}
.hc-single-atc form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.hc-single-atc form.variations_form .woocommerce-variation-add-to-cart button[type="submit"],
.hc-single-atc form.variations_form .woocommerce-variation-add-to-cart .button{
  flex: 1 1 auto;
  white-space: nowrap;
}

@media (max-width: 520px){
  .hc-single-atc form.cart:not(.variations_form):not(.grouped_form),
  .hc-single-atc form.variations_form .woocommerce-variation-add-to-cart{
    flex-direction: column !important;
  }
  .hc-single-atc form.cart:not(.variations_form):not(.grouped_form) .quantity,
  .hc-single-atc form.variations_form .woocommerce-variation-add-to-cart .quantity{
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (max-width: 480px){
  .woocommerce div.product form.cart .variations label{
    margin-right: 10px;
  }
}

.hc-single-atc .variations{
  width: 100%;
}
.hc-single-atc .variations td,
.hc-single-atc .variations th{
  padding: 0 0 10px 0;
}
.hc-single-atc .variations select{
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 12px;
   border: 1px solid rgba(255, 255, 255, 0.18);
   background-color: rgba(255, 255, 255, 0.06);
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 18px 18px;
   color: #ffffff;
   color-scheme: dark;
  padding: 0.75rem 2.8rem 0.75rem 0.9rem;
  font-weight: 700;
}
.single-product .product-type-variable .hc-single-atc .variations select{
  -webkit-appearance: none !important;
  appearance: none !important;
  color-scheme: dark;
  background-color: rgba(255, 255, 255, 0.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 18px 18px;
}
.single-product .product-type-variable .hc-single-atc .variations select:hover,
.single-product .product-type-variable .hc-single-atc .variations select:focus{
  background-color: rgba(255, 255, 255, 0.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}
.dark .hc-single-atc .variations select{
  border-color: rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 18px 18px;
  color: #ffffff;
}

.single-product .product .hc-single-atc + .grid.grid-cols-3{
  gap: 0.9rem;
  padding-top: 0.65rem;
  padding-bottom: 0.25rem;
}
.single-product .product .hc-single-atc + .grid.grid-cols-3 > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
}
.single-product .product .hc-single-atc + .grid.grid-cols-3 > div > div{
  width: 50px;
  height: 50px;
  padding: 0;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: radial-gradient(circle at 30% 30%, rgba(242, 101, 34, 0.22), rgba(255, 255, 255, 0.08) 62%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.single-product .product .hc-single-atc + .grid.grid-cols-3 > div > div .material-symbols-outlined{
  font-size: 28px !important;
  line-height: 1;
}
.single-product .product .hc-single-atc + .grid.grid-cols-3 > div > span{
  max-width: 92px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 520px){
  .single-product .product .hc-single-atc + .grid.grid-cols-3{
    gap: 0.6rem;
  }
  .single-product .product .hc-single-atc + .grid.grid-cols-3 > div > div{
    width: 52px;
    height: 52px;
  }
  .single-product .product .hc-single-atc + .grid.grid-cols-3 > div > div .material-symbols-outlined{
    font-size: 24px !important;
  }
}

.hc-single-atc .quantity input.qty,
.hc-single-atc input.qty{
  width: 88px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(2, 4, 10, 0.15);
  background: #ffffff;
  color: #0b1120;
  padding: 0 0.75rem;
  font-weight: 800;
}
.dark .hc-single-atc .quantity input.qty,
.dark .hc-single-atc input.qty{
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.hc-single-atc button.single_add_to_cart_button,
.hc-single-atc button[type="submit"],
.hc-single-atc .button,
.hc-single-atc .button.alt,
.hc-single-atc a.button{
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none !important;
  border-radius: 14px !important;
  padding: 0.95rem 1.1rem !important;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
  text-transform: none;
  text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}
.hc-single-atc button.single_add_to_cart_button:hover,
.hc-single-atc button[type="submit"]:hover,
.hc-single-atc .button:hover,
.hc-single-atc a.button:hover{
  filter: brightness(1.03);
  transform: translateY(-1px);
}
.hc-single-atc button.single_add_to_cart_button:focus-visible,
.hc-single-atc button[type="submit"]:focus-visible,
.hc-single-atc .button:focus-visible,
.hc-single-atc a.button:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.18), 0 0 0 6px rgba(242, 101, 34, 0.35);
}
.hc-single-atc button.single_add_to_cart_button:disabled,
.hc-single-atc button[type="submit"]:disabled,
.hc-single-atc .button:disabled,
.hc-single-atc button.single_add_to_cart_button.disabled,
.hc-single-atc button.single_add_to_cart_button[disabled]{
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Fix Woo's default spinner overlay spacing */
.hc-single-atc .single_add_to_cart_button.loading{
  opacity: 0.85;
}

/* Grouped products */
.hc-single-atc table.group_table{
  width: 100%;
  border-collapse: collapse;
}
.hc-single-atc table.group_table td{
  padding: 10px 0;
  vertical-align: middle;
}
.hc-single-atc table.group_table tr + tr td{
  border-top: 1px solid rgba(2, 4, 10, 0.08);
}
.dark .hc-single-atc table.group_table tr + tr td{
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hc-single-atc .woocommerce-grouped-product-list-item__label{
  font-weight: 800;
}
.hc-single-atc .woocommerce-grouped-product-list-item__label a{
  color: inherit;
  text-decoration: none;
}
.hc-single-atc .woocommerce-grouped-product-list-item__label a:hover{
  color: #F26522;
}
.hc-single-atc .woocommerce-grouped-product-list-item__price{
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

/* ----- WooCommerce: Single Add-to-cart ----- */

/* ----- WooCommerce: Mini Cart (Blocks) ----- */
.wc-block-mini-cart__drawer .wc-block-components-drawer__content{
  background: radial-gradient(1200px 700px at 20% -20%, rgba(242, 101, 34, 0.18), rgba(2, 4, 10, 0.92) 45%, rgba(2, 4, 10, 0.98) 100%);
  color: #ffffff;
  border: none;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__content{
  width: var(--wc-block-mini-cart-drawer-width);
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: rgba(242, 101, 34, 0.75) rgba(255, 255, 255, 0.08);
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close-wrapper{
  padding: 18px 18px 0 18px;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close{
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close svg,
.wc-block-mini-cart__drawer .wc-block-components-drawer__close .wc-block-components-panel__button-icon,
.wc-block-mini-cart__drawer .wc-block-components-drawer__close .wc-block-components-button__text{
  width: 20px;
  height: 20px;
  font-size: 20px;
  flex: 0 0 20px;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close:focus-visible{
  outline: none;
  border-color: rgba(242, 101, 34, 0.75);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16), 0 0 0 6px rgba(242, 101, 34, 0.28);
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__title{
  padding: 14px 18px 10px 18px;
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-title-items-counter-block{
  color: rgba(255,255,255,0.7);
  font-weight: 700;
  font-size: 0.95rem;
}
.wc-block-mini-cart__items table.wc-block-cart-items .wc-block-cart-items__row {
    grid-template-columns: 130px 0px !important;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__image{
    width: 100%;
}
.wc-block-mini-cart__items table.wc-block-cart-items .wc-block-cart-item__image a img{
    width: 120px !important;
    height: 115px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    object-fit: cover;
}
.wp-block-woocommerce-mini-cart-contents h2.wc-block-mini-cart__title {
    margin: 0 0 10px;
    mask-image: unset;
    padding: 10px 40px 10px 15px;
    text-transform: uppercase;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__items{
  padding: 0 18px 18px 18px;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__content::-webkit-scrollbar,
.wc-block-mini-cart__drawer .wc-block-mini-cart__items::-webkit-scrollbar{
  width: 10px;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__content::-webkit-scrollbar-track,
.wc-block-mini-cart__drawer .wc-block-mini-cart__items::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__content::-webkit-scrollbar-thumb,
.wc-block-mini-cart__drawer .wc-block-mini-cart__items::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(255, 122, 59, 0.95) 0%, rgba(242, 101, 34, 0.9) 100%);
  border-radius: 9999px;
  border: 2px solid rgba(2, 4, 10, 0.35);
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__content::-webkit-scrollbar-thumb:hover,
.wc-block-mini-cart__drawer .wc-block-mini-cart__items::-webkit-scrollbar-thumb:hover{
  background: linear-gradient(180deg, #ff8c57 0%, #F26522 100%);
}
.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices{
  margin-top: 0!important;
}
.wc-block-mini-cart__drawer .wc-block-cart-items thead{
  display: none;
}
.wc-block-mini-cart__drawer .wc-block-cart-items{
  border: none;
}
.wc-block-mini-cart__drawer .wc-block-cart-items__row{
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.wc-block-mini-cart__drawer .wc-block-cart-items__row:last-child{
  border-bottom: none;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__image img{
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
}

.wc-block-mini-cart__drawer .wc-block-components-product-name{
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}
.wc-block-mini-cart__drawer .wc-block-components-product-name:hover{
  color: #F26522;
}

.wc-block-mini-cart__drawer .wc-block-cart-item__prices,
.wc-block-mini-cart__drawer .wc-block-cart-item__total{
  color: #ffffff;
}
.wc-block-mini-cart__drawer .wc-block-components-product-price__value{
  font-weight: 600;
}

/* Quantity selector */
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector{
  position: relative;
  width: 132px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255,255,255,0.14);
  overflow: hidden;
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector__input{
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 900;
  text-align: center;
  padding: 0 42px !important;
  appearance: textfield;
  -moz-appearance: textfield;
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector__input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector__button{
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255,255,255,0.92);
  font-weight: 900;
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector__button--minus{
  left: 0;
  border-right: 1px solid rgba(255,255,255,0.10);
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector__button--plus{
  right: 0;
  border-left: 1px solid rgba(255,255,255,0.10);
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector__button:hover{
  background: rgba(242, 101, 34, 0.14);
}
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector__button:disabled{
  opacity: 0.4;
}

.wc-block-mini-cart__drawer .wc-block-cart-item__remove-link{
  color: rgba(255,255,255,0.75);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(255,255,255,0.25);
  font-weight: 700;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__remove-link:hover{
  color: #F26522;
  text-decoration-color: rgba(242, 101, 34, 0.7);
}

/* Footer */
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer{
  border-top: 1px solid rgba(255,255,255,0.12);
  background: rgba(2, 4, 10, 0.75);
  backdrop-filter: blur(8px);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-subtotal{
  padding: 14px 18px;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__label{
  font-weight: 900;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions{
  padding: 0 18px 18px 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 520px){
  .wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions{
    grid-template-columns: 1fr;
  }
}

.wc-block-mini-cart__drawer .wc-block-components-button{
  border-radius: 14px;
  min-height: 44px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-checkout{
  border: none !important;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%) !important;
  color: #ffffff !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-checkout:hover{
  filter: brightness(1.03);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-cart{
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  color: #ffffff !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer-cart:hover{
  border-color: rgba(242, 101, 34, 0.55) !important;
  background: rgba(242, 101, 34, 0.12) !important;
}

/* Empty cart */
.wc-block-components-button.wc-block-components-drawer__close{
  padding: 5px !important;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__empty-cart-wrapper{
  padding: 18px;
  color: rgba(255,255,255,0.85);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button{
  border-radius: 14px;
  border: none !important;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%) !important;
  color: #ffffff !important;
  font-weight: 900;
  padding: 0 20px;
  margin-top: 15px;
}
.wc-block-components-drawer {
  border: none !important;
}
/* ----- WooCommerce: Mini Cart (Blocks) ----- */
#pioneros-mobile-menu{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(360px, 90vw);
  background: rgba(2, 4, 10, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 70;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(18px);
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}
body.pioneros-menu-open #pioneros-mobile-menu{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
#pioneros-mobile-menu nav{
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
#pioneros-mobile-menu .menu{
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
#pioneros-mobile-menu .menu a{
  display: block;
  padding: 0.75rem 0;
  color: #d1d5db;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
#pioneros-mobile-menu .menu a.item-imagen,
.widget-cabecera .menu a.item-imagen,
.pioneros-mega-column__links a.item-imagen{
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
#pioneros-mobile-menu .menu a.item-imagen{
  width: 100%;
}
.item-imagen__img{
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}
.item-imagen__texto{
  display: inline-block;
}
#pioneros-mobile-menu .menu a:hover,
#pioneros-mobile-menu .menu .current-menu-item > a,
#pioneros-mobile-menu .menu .current_page_item > a{
  color: #ffffff;
  text-decoration-line: underline;
  text-decoration-color: #F26522;
}
.pioneros-burger{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.pioneros-burger span{
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}
/* ----- Cabecera ----- */

/* ----- Cabecera Widget ----- */
.widget-cabecera{
  width: 100%;
}
.widget-cabecera .wp-block-columns{
  width: 100%;
  align-items: center;
  gap: 2rem;
  margin: 0;
  justify-content: space-between;
}
.widget-cabecera .wp-block-column{
  margin: 0;
  display: flex;
  align-items: center;
}
.widget-cabecera .wp-block-column[style*="flex-basis:75%"]{
  justify-content: flex-start;
}
.widget-cabecera .wp-block-column[style*="flex-basis:25%"]{
  justify-content: flex-end;
}
.widget-cabecera .wp-block-group{
  align-items: center;
  gap: 1rem;
}
.widget-cabecera .wp-block-group.is-nowrap{
  flex-wrap: nowrap;
}
.widget-cabecera .wp-block-image img{
  height: auto;
  max-width: 100%;
}
.widget-cabecera .wp-block-image{
  margin: 0;
  display: flex;
  align-items: center;
}
.widget-cabecera .wp-block-image img{
  display: block;
}
.widget-cabecera .menu{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.widget-cabecera .menu a{
  color: #d1d5db;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.widget-cabecera .menu a:hover,
.widget-cabecera .menu .current-menu-item > a,
.widget-cabecera .menu .current_page_item > a{
  color: #ffffff;
  text-decoration-line: underline;
  text-decoration-color: #F26522;
}
@media (min-width: 768px){
  .widget-cabecera .menu > .menu-item-has-children{
    position: relative;
  }
  .widget-cabecera .menu > .menu-item-has-children > .sub-menu{
    display: none !important;
  }
  #pioneros-mega-menu-panel{
    border-radius: 22px;
  }
  #pioneros-mega-menu-panel .flex.flex-wrap{
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
  }
  #pioneros-mega-menu-panel .pioneros-mega-column{
    min-height: 280px !important;
    height: 280px;
    background: transparent !important;
    border: none !important;
    box-shadow: none;
  }
  #pioneros-mega-menu-panel nav.pioneros-mega-column,
  #pioneros-mega-menu-panel article.pioneros-mega-column{
    width: 280px;
    max-width: 280px;
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    border-width: 0 !important;
    box-shadow: none !important;
  }
  #pioneros-mega-menu-panel .pioneros-mega-column__links > a,
  #pioneros-mega-menu-panel .pioneros-mega-link{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    width: 100%;
  }
  #pioneros-mega-menu-panel .pioneros-mega-link__arrow{
    display: none !important;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: auto;
    border-top: 2px solid #94a3b8;
    border-right: 2px solid #94a3b8;
    flex: 0 0 auto;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease, border-color 0.2s ease;
  }
  #pioneros-mega-menu-panel .pioneros-mega-link:hover .pioneros-mega-link__arrow{
    border-top-color: #F26522;
    border-right-color: #F26522;
    transform: rotate(45deg) translate(2px, -1px);
  }
  #pioneros-mega-menu-panel .pioneros-mega-column > a{
    height: 280px !important;
  }
  #pioneros-mega-menu-panel .pioneros-mega-column:not(.p-0){
    padding: 1.125rem;
  }
  .pioneros-mega-column--image{
    background: #eef1eb;
  }
  .pioneros-mega-column--image > a,
  .pioneros-mega-column--image > div{
    display: block;
    overflow: hidden;
  }
  .pioneros-mega-column--image img{
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  .pioneros-mega-column--image:hover img{
    transform: scale(1.03);
    filter: saturate(1.05);
  }
  .pioneros-mega-column__title{
    margin-bottom: 0.5rem;
  }
  .pioneros-mega-column__title:hover{
    color: #F26522;
  }
  .pioneros-mega-column__links{
    gap: 0.625rem;
  }
  #pioneros-mega-menu-panel .pioneros-mega-column > div{
    gap: 0.75rem;
  }
  .pioneros-mega-column__links{
    gap: 0.5rem;
  }
  .pioneros-mega-column__links a.item-imagen{
    align-items: flex-start;
  }
  .pioneros-mega-column__links a.item-imagen--cover .item-imagen__img{
    height: 280px !important;
    min-height: 280px;
  }
  .pioneros-mega-column__links a.item-imagen .item-imagen__texto{
    padding-top: 0.25rem;
  }
  .pioneros-mega-column__links a.item-imagen--cover{
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex: 1 1 auto;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
  }
  .pioneros-mega-column.p-0 .pioneros-mega-column__links{
    height: 100%;
  }
  .pioneros-mega-column.p-0 .pioneros-mega-column__links a.item-imagen--cover{
    border-radius: 0;
    background: transparent;
  }
  .pioneros-mega-column__links a.item-imagen--cover .item-imagen__img{
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100%;
    border-radius: 0;
    object-fit: cover;
    display: block;
  }
}
@media (min-width: 1024px){
  #pioneros-mega-menu-panel .pioneros-mega-column__links > a:not(.item-imagen--cover){
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    width: 100%;
  }
  #pioneros-mega-menu-panel .pioneros-mega-column__links > a:not(.item-imagen--cover)::after{
    content: "";
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: auto;
    border-top: 2px solid #94a3b8;
    border-right: 2px solid #94a3b8;
    flex: 0 0 auto;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease, border-color 0.2s ease;
  }
  #pioneros-mega-menu-panel .pioneros-mega-column__links > a:not(.item-imagen--cover):hover::after{
    border-top-color: #F26522;
    border-right-color: #F26522;
    transform: rotate(45deg) translate(2px, -1px);
  }
}
.widget-cabecera .wp-block-group.is-content-justification-right{
  justify-content: flex-end;
}
.widget-cabecera .wc-block-mini-cart__button:hover,
.widget-cabecera .wp-block-woocommerce-customer-account:hover{
  background: #1e293b;
  border-color: rgba(255,255,255,0.2);
}
.widget-cabecera .wc-block-mini-cart__icon,
.widget-cabecera .wc-block-customer-account__account-icon{
  width: 20px;
  height: 20px;
}
.widget-cabecera .abrir-menu-mobile{
  cursor: pointer;
}
.widget-cabecera .icono-menu {
  width: auto;
  border-radius: 50%;
}
.widget-cabecera .icono-menu button,
.widget-cabecera .icono-menu a,
.widget-cabecera .abrir-menu-mobile {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #161e2e;
}
.widget-cabecera .abrir-menu-mobile img,
.widget-cabecera .icono-menu svg {
  width: 15px !important;
  height: auto !important;
  object-fit: cover;
}
.widget-cabecera .icono-menu button:hover,
.widget-cabecera .icono-menu a:hover,
.widget-cabecera .abrir-menu-mobile:hover {
  background-color: #1e293b;
  border: 1px solid #fff;
}
.widget-cabecera .icono-menu svg {
  width: 25px !important;
}
.widget-cabecera .abrir-menu-mobile {
  display: none;
}
.widget-cabecera .logo-header {
  margin-right: 30px;
}
.wc-block-mini-cart__badge {
  font-size: 10px !important;
  left: auto !important;
  right: -10px !important;
  top: -2px !important;
  color: #fff;
}
@media (max-width: 991px){
  .widget-cabecera .wp-block-columns{
    gap: 1.25rem;
  }
  .widget-cabecera .menu{
    gap: 1.25rem;
  }
}
@media (max-width: 767px){
  .widget-cabecera .menu{
    display: none;
  }
  .widget-cabecera .abrir-menu-mobile {
    display: flex;
  }
  .widget-cabecera .wp-block-column[style*="flex-basis:75%"]{
    flex-basis: 70% !important;
  }
  .widget-cabecera .wp-block-column[style*="flex-basis:25%"]{
    flex-basis: 30% !important;
  }
}
@media (max-width: 420px){
  .widget-cabecera .wp-block-columns{
    gap: 0.75rem;
  }
  .widget-cabecera .wp-block-group{
    gap: 0.5rem;
  }
  .widget-cabecera .logo-header{
    margin-right: 12px;
  }
  .widget-cabecera .icono-menu button,
  .widget-cabecera .icono-menu a,
  .widget-cabecera .abrir-menu-mobile,
  .widget-cabecera .pioneros-header-search-trigger{
    width: 36px!important;
    height: 36px!important;
  }
  .widget-cabecera .abrir-menu-mobile img,
  .widget-cabecera .icono-menu svg{
    width: 13px !important;
  }
  .widget-cabecera .icono-menu svg{
    width: 22px !important;
  }
  .wc-block-mini-cart__badge{
    right: -8px !important;
  }
  .widget-cabecera .pioneros-header-search-trigger .material-symbols-outlined {
    font-size: 15px!important;
  }
  .wp-container-content-65ad881f {
    flex-basis: 140px!important;
  }
}
@media (max-width: 350px){
  .widget-cabecera .wp-block-group{
    gap: 0.35rem;
  }
  .wp-container-content-65ad881f {
    flex-basis: 130px !important;
  }
}
/* ----- Cabecera Widget ----- */

/* ----- Footer Widget ----- */
.widget-footer{
  width: 100%;
  margin-bottom: 40px;
}
.widget-footer .wp-block-columns{
  gap: 2.5rem;
  margin: 0;
}
.widget-footer .wp-block-column{
  margin: 0;
}
.widget-footer .wp-block-image{
  margin: 0 0 1.25rem 0;
}
.widget-footer .wp-block-image img{
  height: auto;
  max-width: 100%;
  display: block;
}
.widget-footer p{
  color: #9ca3af;
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0 0 1rem 0;
}
.widget-footer .widgettitle,
.widget-footer .wp-block-heading{
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.widget-footer .menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.widget-footer .menu a{
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.widget-footer .menu a:hover,
.widget-footer .menu .current-menu-item > a,
.widget-footer .menu .current_page_item > a{
  color: #F26522;
}
.widget-footer .wp-block-social-links{
  gap: 0.75rem;
  margin: 0.75rem 0 0 0;
}
.widget-footer .wp-block-social-link{
  margin: 0 !important;
  background-color: #161e2e;
  border: 1px solid #fff;
}
.widget-footer .wp-block-social-link:hover {
  transform: scale(1) !important;
}
.widget-footer .wp-block-social-link-anchor{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  background-color: transparent;
}
.widget-footer .wp-block-social-link-anchor:hover{
  background: #1e293b;
  color: #ffffff;
  border-color: #fff;
}
.widget-footer .wp-block-social-link svg{
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.widget-footer .logo-footer {
  height: auto;
}
@media (max-width: 991px){
  .widget-footer .wp-block-columns{
    gap: 2rem;
  }
}
/* ----- Footer Widget ----- */

/* ----- Utilidades ----- */
.no-scrollbar::-webkit-scrollbar{
  display: none;
}
.no-scrollbar{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* ----- Utilidades ----- */

/* ----- Animaciones ----- */
@keyframes marquee { 
  0% { transform: translateX( 0 ) }
  100% { transform: translateX( -50% ) }
}
.animate-marquee {
  animation: marquee 20s linear infinite;
}
/* ----- Animaciones ----- */

/* ----- Archive Prduct ----- */
.archive-product,
.archive-product .woocommerce-no-products-found {
  height: max-content;
  width: 100%;
}
.archive-product .woocommerce-no-products-found .woocommerce-info::after,
.archive-product .woocommerce-no-products-found .woocommerce-info::before {
  display: none;
}
.archive-product .woocommerce-no-products-found .woocommerce-info {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  margin-top: 25px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.archive-product .woocommerce-result-count,
.archive-product .woocommerce-ordering {
  width: 50%;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.archive-product .woocommerce-result-count {
  justify-content: flex-start;
  color: #94a3b8;
  font-size: 0.875rem;
  font-weight: 500;
}
.archive-product .woocommerce-ordering {
  justify-content: flex-end;
}
.archive-product .woocommerce-ordering select.orderby{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 320px;
  background-color: rgba(2, 4, 10, 0.7);
  color: #fff;
  padding: 0.9rem 2.75rem 0.9rem 1.1rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23F26522' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 18px 18px;
}
.archive-product .woocommerce-ordering select.orderby:hover{
  border-color: rgba(242, 101, 34, 0.75);
  background-color: rgba(2, 4, 10, 0.85);
}
.archive-product .woocommerce-ordering select.orderby:focus{
  outline: none;
  border-color: #F26522;
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.25);
}
.archive-product .woocommerce-ordering select.orderby option{
  color: #0B1120;
}

.archive-product .woocommerce-pagination {
  width: 100%;
  margin-top: 35px;
}
.archive-product .woocommerce-pagination ul.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: none;
}
.archive-product .woocommerce-pagination ul.page-numbers li{
  margin: 0;
  padding: 0;
  border: none;
}
.archive-product .woocommerce-pagination .page-numbers{
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 9999px;
  background: rgba(22, 30, 46, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.archive-product .woocommerce-pagination a.page-numbers:hover{
  border-color: #fff;
  color: #fff;
  background: rgba(22, 30, 46, 0.85);
  transform: translateY(-1px);
}
.archive-product .woocommerce-pagination .page-numbers.current{
  background: #F26522;
  border-color: #F26522;
  color: #fff;
}
.archive-product .woocommerce-pagination .page-numbers.next,
.archive-product .woocommerce-pagination .page-numbers.prev{
  min-width: 54px;
}

@media (max-width: 640px){
  .archive-product .woocommerce-result-count,
  .archive-product .woocommerce-ordering{
    width: 100%;
    justify-content: flex-start;
  }
  .archive-product .woocommerce-ordering{
    justify-content: flex-start;
  }
  .woocommerce .woocommerce-result-count{
    justify-content: center;
  }
  .archive-product .woocommerce-ordering select.orderby{
      max-width: 350px;
      margin: 0 auto;
      margin-top: 20px;
  }
  .archive-product .woocommerce-pagination{
    overflow-x: auto;
    padding: 0 1rem 0.5rem;
    -webkit-overflow-scrolling: touch;
  }
  .archive-product .woocommerce-pagination ul.page-numbers{
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    gap: 0.5rem;
  }
}
/* ----- Archive Prduct ----- */
.archive-product {
  height: max-content;
}

/* ----- Single Product ----- */
.product-template-default.single #sidebar,
.product-template-default.single .woocommerce-breadcrumb {
  display: none;
}
@media (max-width: 1023px){
  .single-product .product-type-variable .grid.grid-cols-1.lg\:grid-cols-12.gap-10.xl\:gap-16{
    max-width: 680px;
    margin: 0 auto;
  }
}
/* ----- Single Product ----- */

/* ----- WooCommerce: Checkout ----- */
.hc-checkout{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 16px;
}

.hc-checkout-header h2{
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.hc-checkout-header p{
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-weight: 600;
}

.hc-checkout-layout{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px){
  .hc-checkout-layout{
    flex-direction: row;
    align-items: flex-start;
  }
  .hc-checkout-aside{
    width: 380px;
    flex: 0 0 380px;
  }
  .hc-checkout-aside-inner{
    position: sticky;
    top: 112px;
  }
}

.hc-checkout-section,
.hc-checkout-summary{
  background: rgba(2, 4, 10, 0.78);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}

.hc-checkout-section h3,
.hc-checkout-summary h3{
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.hc-checkout-section h3 span{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 101, 34, 0.18);
  border: 1px solid rgba(242, 101, 34, 0.35);
  color: #ffffff;
  font-weight: 900;
  flex: 0 0 34px;
}

.hc-checkout-grid{
  display: grid;
  gap: 14px;
}
.hc-checkout-grid--2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hc-checkout-grid--3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 640px){
  .hc-checkout-grid--2,
  .hc-checkout-grid--3{
    grid-template-columns: 1fr;
  }
}

.hc-col-span-2{
  grid-column: span 2 / span 2;
}
@media (min-width: 768px){
  .hc-md-col-span-1{
    grid-column: span 1 / span 1;
  }
}

.hc-checkout .form-row{
  margin: 0;
}
.hc-checkout label,
.hc-checkout .hc-checkout-label{
  display: inline-block;
  margin: 0 0 8px 0;
  color: rgba(255,255,255,0.86);
  font-weight: 800;
  letter-spacing: 0.01em;
}
.hc-checkout .required{
  color: #F26522;
}

.hc-checkout input.input-text,
.hc-checkout textarea,
.hc-checkout select{
  width: 100%;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.92);
  padding: 12px 14px;
  font-weight: 700;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.hc-checkout textarea{
  min-height: 110px;
  resize: vertical;
}
.hc-checkout input.input-text:focus,
.hc-checkout textarea:focus,
.hc-checkout select:focus{
  outline: none;
  border-color: rgba(242, 101, 34, 0.85);
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.22);
  background: rgba(255,255,255,0.08);
}

/* Select2 (country/state) */
.hc-checkout .select2-container--default .select2-selection--single{
  height: auto;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
}
.hc-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: rgba(255,255,255,0.92);
  padding: 12px 42px 12px 14px;
  line-height: 1.2;
  font-weight: 700;
}
.hc-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 100%;
  right: 12px;
}
.hc-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: rgba(242,101,34,0.9) transparent transparent transparent;
}
.hc-checkout .select2-container--default.select2-container--open .select2-selection--single{
  border-color: rgba(242, 101, 34, 0.85);
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.22);
}

/* Notices */
.hc-checkout .woocommerce-error,
.hc-checkout .woocommerce-message,
.hc-checkout .woocommerce-info{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-left: 3px solid #F26522;
  color: rgba(255,255,255,0.88);
  border-radius: 14px;
}

/* Order review */
.hc-checkout-order-review .shop_table{
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.hc-checkout-order-review .shop_table th,
.hc-checkout-order-review .shop_table td{
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.88);
  vertical-align: top;
}
.hc-checkout-order-review .shop_table thead{
  display: none;
}
.hc-checkout-order-review .shop_table .product-name{
  font-weight: 800;
}
.hc-checkout-order-review .shop_table .product-total,
.hc-checkout-order-review .shop_table tfoot td,
.hc-checkout-order-review .shop_table tfoot th{
  text-align: right;
}
.hc-checkout-order-review .shop_table tfoot th{
  color: rgba(255,255,255,0.72);
  font-weight: 800;
}
.hc-checkout-order-review .shop_table .order-total th,
.hc-checkout-order-review .shop_table .order-total td{
  border-bottom: none;
  padding-top: 16px;
  font-size: 1.05rem;
}

/* Payment */
.hc-checkout .woocommerce-checkout-payment{
  background: transparent;
}
.hc-checkout #payment ul.wc_payment_methods{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.hc-checkout #payment ul.wc_payment_methods li{
  margin: 0;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}
.hc-checkout #payment ul.wc_payment_methods li label{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.hc-checkout #payment .payment_box{
  background: rgba(2, 4, 10, 0.55);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  margin-top: 12px;
  color: rgba(255,255,255,0.85);
}
.hc-checkout #payment .payment_box::before{
  display: none;
}

.hc-checkout #payment .place-order{
  margin-top: 18px;
}
.hc-checkout #payment #place_order,
.hc-checkout .woocommerce-button.button.alt{
  width: 100%;
  border: none !important;
  border-radius: 16px !important;
  min-height: 50px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%) !important;
  box-shadow: 0 12px 30px rgba(242, 101, 34, 0.25);
}
.hc-checkout #payment #place_order:hover{
  filter: brightness(1.03);
}

.hc-checkout .woocommerce-privacy-policy-text{
  color: rgba(255,255,255,0.72);
  font-weight: 600;
}
.hc-checkout .woocommerce-privacy-policy-text a{
  color: #F26522;
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* ----- /WooCommerce: Checkout ----- */

/* ----- WooCommerce: Cart ----- */
.hc-cart{
  width: 100%;
}
.hc-cart-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 16px;
}

.hc-cart-title{
  margin: 0 0 22px 0;
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(24px, 2.2vw, 32px);
  letter-spacing: -0.02em;
}

.hc-cart-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 1024px){
  .hc-cart-grid{
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 32px;
    align-items: start;
  }
  .hc-cart-summary{
    position: sticky;
    top: 96px;
    align-self: start;
  }
}

.hc-cart-items-list{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hc-cart-item{
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  background: rgba(2, 4, 10, 0.78);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.hc-cart-item:hover{
  border-color: rgba(242, 101, 34, 0.35);
  transform: translateY(-1px);
}

.hc-cart-item-thumb{
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
}
.hc-cart-item-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hc-cart-item-body{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.hc-cart-item-top{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

.hc-cart-item-title{
  min-width: 0;
}
.hc-cart-item-title a,
.hc-cart-item-title{
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}
.hc-cart-item-title a:hover{
  text-decoration: underline;
  text-decoration-color: rgba(242,101,34,0.9);
  text-underline-offset: 4px;
}

.hc-cart-item-title dl.variation{
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hc-cart-item-title dl.variation dt,
.hc-cart-item-title dl.variation dd{
  margin: 0;
}
.hc-cart-item-title dl.variation dt{
  display: none;
}
.hc-cart-item-title dl.variation dd{
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.72);
  font-weight: 800;
  font-size: 12px;
}

.hc-cart-item-price{
  color: #F26522;
  font-weight: 900;
  white-space: nowrap;
}

.hc-cart-item-actions{
  display: flex;
  align-items: center;
  gap: 10px;
}
.hc-cart-remove{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.68);
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
}
.hc-cart-remove:hover{
  color: #ff4d4d;
}

.hc-cart-item-side{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.hc-cart-item-subtotal{
  color: rgba(255,255,255,0.90);
  font-weight: 900;
  white-space: nowrap;
}

.hc-cart-qty{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
}
.hc-cart-qty-btn{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.hc-cart-qty-btn:hover{
  background: rgba(242, 101, 34, 0.14);
  color: #F26522;
}
.hc-cart-qty-input{
  width: 48px;
  text-align: center;
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.92);
  font-weight: 900;
  outline: none;
  appearance: textfield;
}
.hc-cart-qty-input::-webkit-outer-spin-button,
.hc-cart-qty-input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.hc-cart-bottom{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}
.hc-cart-continue{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.70);
  font-weight: 800;
  text-decoration: none;
}
.hc-cart-continue:hover{
  color: #F26522;
}

.hc-cart .woocommerce-cart-form .button{
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  color: #ffffff;
}
.hc-cart .woocommerce-cart-form .button:hover{
  border-color: rgba(242,101,34,0.55);
  background: rgba(242, 101, 34, 0.10);
}

.hc-cart-summary-card{
  background: rgba(2, 4, 10, 0.86);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}
.hc-cart-summary-title{
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
}

.hc-cart-summary-lines{
  margin-top: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hc-cart-line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.hc-cart-line-label{
  color: rgba(255,255,255,0.62);
  font-weight: 800;
  font-size: 13px;
}
.hc-cart-line-value{
  color: rgba(255,255,255,0.90);
  font-weight: 900;
  font-size: 14px;
}

.hc-cart-coupon{
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hc-cart-coupon-label{
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  font-weight: 900;
}
.hc-cart-coupon-row{
  display: flex;
  gap: 10px;
}
.hc-cart-coupon-row input.input-text{
  flex: 1;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.92);
  padding: 11px 12px;
  font-weight: 800;
}
.hc-cart-coupon-row input.input-text:focus{
  outline: none;
  border-color: rgba(242, 101, 34, 0.85);
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.22);
}
.hc-cart-coupon-row .button{
  border-radius: 14px;
  padding: 11px 14px;
  font-weight: 900;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  color: #ffffff;
}
.hc-cart-coupon-row .button:hover{
  border-color: rgba(242,101,34,0.55);
  background: rgba(242, 101, 34, 0.10);
}

.hc-cart-total{
  margin-top: 16px;
}
.hc-cart-total-row{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 16px;
}
.hc-cart-total-label{
  color: rgba(255,255,255,0.90);
  font-weight: 900;
  font-size: 16px;
}
.hc-cart-total-value{
  color: #ffffff;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -0.02em;
}

.hc-cart-checkout{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px !important;
  border: none !important;
  padding: 14px 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%) !important;
  box-shadow: 0 12px 30px rgba(242, 101, 34, 0.25);
}
.hc-cart-checkout:hover{
  filter: brightness(1.03);
}

@media (max-width: 640px){
  .hc-cart-item{
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .hc-cart-item-thumb{
    width: 100px;
    height: 100px;
  }
  .hc-cart-item-top{
    grid-template-columns: minmax(0, 1fr);
  }
  .hc-cart-item-price{
    justify-self: start;
  }
}
/* ----- /WooCommerce: Cart ----- */

/* ----- WooCommerce: Cart (Blocks) ----- */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-cart *{
  box-sizing: border-box;
}

.wp-block-woocommerce-cart .wc-block-components-notices,
.wp-block-woocommerce-cart .wc-block-components-notice-snackbar-list{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-woocommerce-cart .wc-block-components-notice-banner,
.wp-block-woocommerce-cart .wc-block-components-notice-snackbar{
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  border-left: 3px solid #F26522 !important;
  color: rgba(255,255,255,0.88) !important;
  border-radius: 14px !important;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout{
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}

.wp-block-woocommerce-cart .wc-block-components-main{
  flex: 1 1 520px;
  min-width: 0;
  padding: 0 !important;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar{
  flex: 0 1 380px;
  width: 380px;
  max-width: 100%;
  padding: 0 !important;
}

@media (max-width: 1023px){
  .wp-block-woocommerce-cart .wc-block-components-main,
  .wp-block-woocommerce-cart .wc-block-components-sidebar{
    flex: 1 1 100%;
    width: 100%;
  }
}

/* Main table -> cards look */
.wp-block-woocommerce-cart table.wc-block-cart-items{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
}
.wp-block-woocommerce-cart .wc-block-cart-items__header{
  display: none;
}
/* Some versions render <tr> without radius; apply to tds */
.wp-block-woocommerce-cart .wc-block-cart-items__row > td{
  border: none !important;
  padding: 18px 16px !important;
  vertical-align: top;
}
.wp-block-woocommerce-cart .wc-block-cart-item__image{
  width: 140px;
}
.wp-block-woocommerce-cart .wc-block-cart-item__image a,
.wp-block-woocommerce-cart .wc-block-cart-item__image img{
  display: block;
}
.wp-block-woocommerce-cart .wc-block-cart-item__image img{
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}

.wp-block-woocommerce-cart .wc-block-components-product-name{
  color: #ffffff;
  font-weight: 900;
  font-size: 15px!important;
  text-decoration: none;
}
.wp-block-woocommerce-cart .wc-block-components-product-name:hover{
  color: rgba(242,101,34,0.9);
}

.wp-block-woocommerce-cart .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .wc-block-cart-item__total{
  color: rgba(255,255,255,0.92);
  font-weight: 900;
}

.wp-block-woocommerce-cart .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .wc-block-components-product-metadata__description{
  color: rgba(255,255,255,0.68);
}

/* Quantity selector */
.wp-block-woocommerce-cart .wc-block-components-quantity-selector{
  border-radius: 10px;
  padding: 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector__input{
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,0.92) !important;
  font-weight: 900 !important;
  appearance: textfield;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.wp-block-woocommerce-cart .wc-block-components-quantity-selector__input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button{
  border-radius: 999px;
  color: rgba(255,255,255,0.88);
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button:hover{
  background: rgba(242, 101, 34, 0.14);
  color: #F26522;
}

.wp-block-woocommerce-cart .wc-block-cart-item__remove-link{
  color: rgba(255,255,255,0.70);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(255,255,255,0.25);
  font-weight: 800;
}
.wp-block-woocommerce-cart .wc-block-cart-item__remove-link:hover{
  color: #ff4d4d;
  text-decoration-color: rgba(255, 77, 77, 0.65);
}

/* Sidebar totals */
.wp-block-woocommerce-cart .wc-block-components-sidebar{
  position: sticky;
  top: 96px;
}
.wp-block-woocommerce-cart .wc-block-cart__totals-title{
  color: #ffffff;
  font-weight: 900;
}
.wp-block-woocommerce-cart .wc-block-components-panel,
.wp-block-woocommerce-cart .wc-block-components-order-summary{
  background: #162032 !important;
  border: 1px solid #2d3b55 !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}
.wp-block-woocommerce-cart .wc-block-components-totals-coupon {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.wp-block-woocommerce-cart .wc-block-components-totals-wrapper {
  padding: 15px;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  background-color: rgba(2, 4, 10, 0.86);
  border-radius: 5px;
  font-weight: 900;
  letter-spacing: 1px;
}
.wp-block-woocommerce-cart .wc-block-components-totals-item__label{
  color: rgba(255,255,255,0.62);
  font-weight: 800;
}
.wp-block-woocommerce-cart .wc-block-components-totals-item__value{
  color: rgba(255,255,255,0.92);
  font-weight: 900;
}
.wp-block-woocommerce-cart .wc-block-components-totals-footer-item__label{
  color: rgba(255,255,255,0.85);
  font-weight: 900;
}

/* Coupon accordion */
.wp-block-woocommerce-cart .wc-block-components-panel__button{
  color: rgba(255,255,255,0.86);
  font-weight: 900;
}
.wp-block-woocommerce-cart .wc-block-components-panel__button-icon{
  fill: #F26522;
}

/* Proceed to checkout */
.wp-block-woocommerce-cart .wc-block-cart__submit-button{
  border: none !important;
  border-radius: 15px!important;
  min-height: 52px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%) !important;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover{
  filter: brightness(1.03);
}

@media (max-width: 640px){
  .wp-block-woocommerce-cart.alignwide{
    padding: 0;
  }
  .wp-block-woocommerce-cart .wc-block-components-sidebar{
    position: static;
  }
  .wp-block-woocommerce-cart .wc-block-cart-item__image{
    width: 110px;
  }
  .wp-block-woocommerce-cart .wc-block-cart-item__image img{
        width: 100%!important;
        height: auto;
  }
}
/* ----- /WooCommerce: Cart (Blocks) ----- */

/* ----- WooCommerce: Thank You ----- */
.hc-thankyou-hero{
  background: linear-gradient(135deg, #F26522 0%, #d14d0d 100%);
}
.hc-thankyou .button{
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  color: #ffffff;
}
.hc-thankyou .button:hover{
  border-color: rgba(242,101,34,0.55);
  background: rgba(242, 101, 34, 0.10);
}
/* ----- /WooCommerce: Thank You ----- */

/* ----- WooCommerce: My Account ----- */
.woocommerce-account .woocommerce{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 16px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
  background: rgba(12, 18, 32, 0.92);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  position: sticky;
  top: 112px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration: none;
  color: rgba(255,255,255,0.82);
  font-weight: 800;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
  color: #ffffff;
  border-color: rgba(242,101,34,0.55);
  background: rgba(242,101,34,0.12);
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.01em;
}

/* Notices */
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-left: 3px solid #F26522;
  color: rgba(255,255,255,0.88);
  border-radius: 14px;
}

/* Tables */
.woocommerce-account table.shop_table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  color: rgba(255,255,255,0.9);
}
.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td{
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.woocommerce-account table.shop_table th{
  color: rgba(255,255,255,0.7);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.woocommerce-account table.shop_table td a{
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}
.woocommerce-account table.shop_table td a:hover{
  text-decoration: underline;
  text-decoration-color: rgba(242,101,34,0.9);
  text-underline-offset: 4px;
}

/* Address cards */
.wc-block-components-address-card address .wc-block-components-address-card__address-section--secondary {
  color: #fff !important;
}
.wc-block-components-address-card {
  border: 1px solid #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::after,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses::before {
  display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1.col-1.woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2.col-2.woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses > [class*="col-"],
.woocommerce-edit-address .woocommerce-MyAccount-content > .u-column1.col-1.woocommerce-Address,
.woocommerce-edit-address .woocommerce-MyAccount-content > .u-column2.col-2.woocommerce-Address{
  float: none !important;
  clear: both;
  width: 100% !important;
  max-width: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{
  float: none !important;
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 32px 34px 70px;
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.04) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  border-top: 4px solid #F26522;
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.18);
}
.woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-Address{
  float: none !important;
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 20px 0 0 !important;
  padding: 32px 34px 70px;
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.04) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  border-top: 4px solid #F26522;
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.18);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title{
  display: block;
  margin: 0 0 18px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-Address .woocommerce-Address-title{
  display: block;
  margin: 0 0 18px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title.title{
  position: static;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-Address .woocommerce-Address-title.title{
  position: static;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3{
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-transform: none;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-Address .woocommerce-Address-title h2,
.woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-Address .woocommerce-Address-title h3{
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-transform: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a.edit{
  position: absolute !important;
  left: 34px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  float: none !important;
  right: auto;
  top: auto;
  margin: 0 !important;
  color: rgba(255,255,255,0.94);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-Address .woocommerce-Address-title a.edit{
  position: absolute !important;
  left: 34px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  float: none !important;
  right: auto;
  top: auto;
  margin: 0 !important;
  color: rgba(255,255,255,0.94);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a.edit::before{
  content: ">";
  color: #F26522;
  font-size: 15px;
  line-height: 1;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-Address .woocommerce-Address-title a.edit::before{
  content: ">";
  color: #F26522;
  font-size: 15px;
  line-height: 1;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a.edit:hover{
  color: #ffffff;
  opacity: 0.8;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-Address .woocommerce-Address-title a.edit:hover{
  color: #ffffff;
  opacity: 0.8;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses address{
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  font-style: normal;
  line-height: 1.8;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-Address address{
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  font-style: normal;
  line-height: 1.8;
}
@media (max-width: 767px){
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{
    gap: 18px;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{
    padding: 24px 20px 58px;
    border-radius: 18px;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a.edit{
    left: 20px;
    bottom: 18px;
  }
  .woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-Address{
    padding: 24px 20px 58px;
    border-radius: 18px;
  }
  .woocommerce-edit-address .woocommerce-MyAccount-content > .woocommerce-Address .woocommerce-Address-title a.edit{
    left: 20px;
    bottom: 18px;
  }
}

/* Forms */
.woocommerce-account input.input-text,
.woocommerce-account textarea,
.woocommerce-account select{
  width: 100%;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.92);
  padding: 12px 14px;
  font-weight: 700;
}
.woocommerce-account input.input-text:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus{
  outline: none;
  border-color: rgba(242, 101, 34, 0.85);
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.22);
  background: rgba(255,255,255,0.08);
}

.woocommerce-account .button,
.woocommerce-account button,
.woocommerce-account input[type="submit"]{
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  color: #ffffff;
}
.woocommerce-account .button:hover,
.woocommerce-account button:hover,
.woocommerce-account input[type="submit"]:hover{
  border-color: rgba(242,101,34,0.55);
  background: rgba(242, 101, 34, 0.10);
}

/* Login (antes de iniciar sesion) */
.woocommerce-account:not(.logged-in) .woocommerce{
  max-width: 560px;
  padding: 44px 16px;
}
.woocommerce-account:not(.logged-in) .woocommerce > h2{
  margin: 0 0 8px;
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.5rem, 2.1vw, 1.95rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.woocommerce-account:not(.logged-in) .woocommerce > p{
  margin: 0 auto 20px;
  max-width: 460px;
  color: rgba(255,255,255,0.78);
  text-align: center;
  font-size: 22px;
  line-height: 1.35;
}
.woocommerce-account:not(.logged-in) .woocommerce form.woocommerce-form-login.login{
  margin: 0;
  padding: 30px;
  background: rgba(12, 18, 32, 0.92);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
}
.woocommerce-account:not(.logged-in) .woocommerce form.woocommerce-form-login.login .form-row{
  margin-bottom: 14px;
}

.woocommerce-account:not(.logged-in) .woocommerce form.woocommerce-form-login.login label{
  display: block;
  margin: 0 0 8px;
  color: rgba(255,255,255,0.88);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.woocommerce-account:not(.logged-in) .woocommerce form.woocommerce-form-login.login label .required{
  color: #F26522;
}
.woocommerce-account:not(.logged-in) .woocommerce input.input-text{
  border-radius: 12px;
  min-height: 44px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.92);
  font-weight: 600;
}
.woocommerce-account:not(.logged-in) .woocommerce input.input-text:focus{
  border-color: rgba(242, 101, 34, 0.72);
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.22);
  background: rgba(255,255,255,0.08);
}
.woocommerce-account:not(.logged-in) .woocommerce .password-input{
  display: block;
  width: 100%;
}
.woocommerce-account:not(.logged-in) .woocommerce .show-password-input{
  right: 12px;
  color: #ffffff;
  opacity: 0.9;
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label-for-checkbox{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 0;
  cursor: pointer;
  color: rgba(255,255,255,0.86);
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  flex: 0 0 22px;
  border-radius: 7px;
  border: 1.8px solid rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.05);
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  position: relative;
  top: -2px;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]::after{
  content: "";
  width: 14px;
  height: 6px;
  border: 2.4px solid #ffffff;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg) translateY(-1px);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:hover{
  border-color: rgba(242,101,34,0.85);
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked{
  background: #F26522;
  border-color: #F26522;
  box-shadow: 0 0 0 2px rgba(242,101,34,0.18);
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked::after{
  opacity: 1;
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(242,101,34,0.28);
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  width: 100%;
  min-height: 44px;
  margin-top: 12px;
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{
  background: linear-gradient(180deg, #ff8a52 0%, #F26522 55%, #e75815 100%);
  filter: saturate(1.03);
}
.woocommerce-account:not(.logged-in) .woocommerce .lost_password{
  margin: 16px 0 0;
  text-align: center;
}
.woocommerce-account:not(.logged-in) .woocommerce .lost_password a{
  color: rgba(255,255,255,0.78);
  font-weight: 700;
  text-decoration: none;
}
.woocommerce-account:not(.logged-in) .woocommerce .lost_password a:hover{
  color: #ffffff;
  text-decoration-color: rgba(242,101,34,0.55);
  text-underline-offset: 3px;
}

@media (max-width: 575px){
  .woocommerce-account:not(.logged-in) .woocommerce{
    padding: 30px 0;
  }
  .woocommerce-account:not(.logged-in) .woocommerce > p{
    font-size: 18px;
    margin-bottom: 16px;
  }
  .woocommerce-account:not(.logged-in) .woocommerce form.woocommerce-form-login.login{
    padding: 20px 16px;
  }
}

.woocommerce-edit-address .woocommerce-MyAccount-content > h3,
.woocommerce-edit-address .woocommerce-MyAccount-content > h2{
  margin: 0 0 22px;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  line-height: 1.1;
}
.woocommerce-orders .woocommerce table.shop_table td a {
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 5px !important;
    background-color: #F26522;
    color: #fff;
    font-size: 12px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields{
  padding: 15px 0;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 16px;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .form-row{
  float: none !important;
  width: 100% !important;
  margin: 0 0 2px;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-first,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-last{
  width: 100% !important;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-wide,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .address-field,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .validate-state,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > .form-row:last-child{
  grid-column: 1 / -1;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields label{
  display: block;
  margin: 0 0 8px;
  color: rgba(255,255,255,0.84);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .required{
  color: #F26522;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields input.input-text,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields textarea,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields select{
  min-height: 45px;
  border-radius: 14px;
  background-color: rgba(22,30,46,0.88);
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
  box-shadow: none;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields input.input-text::placeholder,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields textarea::placeholder{
  color: rgba(255,255,255,0.42);
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields textarea{
  min-height: 130px;
  resize: vertical;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M3 5.25 7 9l4-3.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px 14px;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container .selection,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container .select2-selection{
  width: 100% !important;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single{
  min-height: 45px;
  border-radius: 14px;
  background: rgba(22,30,46,0.88);
  border: 1px solid rgba(255,255,255,0.14);
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #ffffff;
  padding: 14px 46px 12px 14px;
  line-height: 1.2;
  font-weight: 700;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow{
  position: absolute;
  height: 100%;
  right: 12px;
  top: 2px;
  width: 24px;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M3 5.25 7 9l4-3.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields input.input-text:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields textarea:focus,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields select:focus{
  border-color: rgba(242, 101, 34, 0.85);
  background-color: rgba(22,30,46,0.96);
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields button,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields input[type="submit"]{
  width: 100%;
  justify-content: center;
  min-height: 52px;
  margin-top: 15px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%);
  border: none;
  color: #ffffff;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields button:hover,
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields input[type="submit"]:hover{
  background: linear-gradient(180deg, #ff8a52 0%, #F26522 55%, #e75815 100%);
  filter: saturate(1.03);
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account .woocommerce-form-row,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account > p,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account .clear{
  float: none !important;
  width: 100% !important;
  margin: 0;
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account .form-row-wide,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account .woocommerce-form-row--wide,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account .clear,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account fieldset,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account > p:last-child{
  grid-column: 1 / -1;
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account label{
  display: block;
  margin: 0 0 8px;
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account .required{
  color: #F26522;
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account input.input-text,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account input[type="password"]{
  min-height: 45px;
  border-radius: 14px;
  padding: 10px 16px;
  background: rgba(24, 32, 49, 0.96);
  border: 1px solid rgba(255,255,255,0.1);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account input.input-text::placeholder,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account input[type="email"]::placeholder,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account input[type="password"]::placeholder{
  color: rgba(255,255,255,0.38);
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account input.input-text:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account input[type="email"]:focus,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account input[type="password"]:focus{
  border-color: rgba(242, 101, 34, 0.88);
  background: rgba(28, 37, 56, 1);
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.18);
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account .password-input{
  display: block;
  width: 100%;
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account .show-password-input{
  color: rgba(255,255,255,0.56);
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before{
  filter: brightness(0) invert(1);
  opacity: 1;
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account fieldset{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  margin: 4px 0 0;
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account fieldset legend{
  padding: 0 10px 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account fieldset .woocommerce-form-row{
  margin: 0;
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account input[type="submit"]{
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button:hover,
.woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account input[type="submit"]:hover{
  background: linear-gradient(180deg, #ff8a52 0%, #F26522 55%, #e75815 100%);
  filter: saturate(1.03);
}

@media (max-width: 767px){
  .woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account,
  .woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account fieldset{
    grid-template-columns: minmax(0, 1fr);
  }
  .woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account{
    gap: 14px;
  }
  .woocommerce-edit-account .woocommerce-MyAccount-content > .woocommerce-EditAccountForm.edit-account fieldset{
    gap: 14px;
  }
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper{
    grid-template-columns: minmax(0, 1fr);
    row-gap: 14px;
  }
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-wide,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .address-field,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .validate-state,
  .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > .form-row:last-child{
    grid-column: auto;
  }
}

.woocommerce-edit-account .woocommerce-MyAccount-navigation .pioneros-account-nav-toggle{
  display: none;
}

@media (max-width: 1023px){
  .woocommerce-account .woocommerce{
    padding: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation{
    position: static;
    margin-bottom: 16px;
  }
}
@media (max-width: 950px){
  .woocommerce-edit-account .woocommerce-MyAccount-navigation.pioneros-account-nav--accordion{
    padding: 14px;
  }
  .woocommerce-edit-account .woocommerce-MyAccount-navigation.pioneros-account-nav--accordion .pioneros-account-nav-toggle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .woocommerce-edit-account .woocommerce-MyAccount-navigation.pioneros-account-nav--accordion .pioneros-account-nav-toggle::after{
    content: "expand_more";
    font-family: "Material Symbols Outlined";
    font-size: 24px;
    line-height: 1;
    color: #F26522;
    transition: transform 0.2s ease;
  }
  .woocommerce-edit-account .woocommerce-MyAccount-navigation.pioneros-account-nav--accordion.is-open .pioneros-account-nav-toggle::after{
    transform: rotate(180deg);
  }
  .woocommerce-edit-account .woocommerce-MyAccount-navigation.pioneros-account-nav--accordion ul{
    gap: 10px;
    margin-top: 12px;
    overflow: hidden;
    transition: max-height 0.28s ease, opacity 0.2s ease, margin-top 0.2s ease;
  }
  .woocommerce-edit-account .woocommerce-MyAccount-navigation.pioneros-account-nav--accordion:not(.is-open) ul{
    max-height: 0 !important;
    opacity: 0;
    margin-top: 0;
    pointer-events: none;
  }
  .woocommerce-edit-account .woocommerce-MyAccount-navigation.pioneros-account-nav--accordion li a{
    padding: 11px 13px;
    border-radius: 12px;
    font-size: 14px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%!important;
  }
}
/* ----- /WooCommerce: My Account ----- */
.wc-block-components-form .wc-block-checkout__contact-fields,
.wc-block-components-form .wc-block-checkout__billing-fields,
.wc-block-components-form .wc-block-checkout__payment-method,
.wc-block-components-form .wc-block-checkout__shipping-option,
.wc-block-components-form .wc-block-checkout__shipping-fields {
  background: rgb(21 31 50 / 0.5) !important;
  border: 1px solid rgb(42 54 85 / 0.5) !important;
  padding: 15px !important;
  border-radius: 18px !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
  background: #151f32 !important;
  border: 1px solid #2a3655 !important;
  padding: 15px !important;
  border-radius: 18px !important;
}
.wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__label {
  color: #fff !important;
}
.wc-block-components-checkout-place-order-button {
  background-color: #F26522;
  border-radius: 18px;
  font-size: 16px!important;
  font-weight: 800;
}
.wc-block-components-checkout-place-order-button:focus{
  box-shadow: none;
}
/* ----- /WooCommerce: Checkout (Blocks) ----- */

.woocommerce-order-details, .woocommerce-customer-details {
  display: none;
}

/* ----- Modulos: Capa visual del tema ----- */

.hc-section__inner{
  position: relative;
}

.hc-content-module__inner,
.hc-breadcrumb-module__inner,
.hc-brands-section__inner,
.hc-datos-section__inner,
.hc-message-section__inner,
.hc-taxonomy-module__inner,
.hc-contact__inner{
  width: 100%;
}

.hc-contact,
.hc-contact *{
  color: var(--module-color, inherit);
}

/* Titulos y CTA compartidos en modulos pendientes */
.TitlePrincipal .group-title h2,
.hc-module-accordion .group-title h2,
.section-marca h2,
.hc-video-reels .group-title h2,
.colecciones-x1 .group-title h2,
.hc-contact-title,
.hc-mensaje__text,
.section-datos h4,
.SectionContentSimple .content-standar-black h1,
.SectionContentSimple .content-standar-black h2,
.SectionContentSimple .content-standar-black h3,
.SectionContentDuo .content-standar-black h1,
.SectionContentDuo .content-standar-black h2,
.SectionContentDuo .content-standar-black h3,
.SectionContentTrio .content-standar-black h1,
.SectionContentTrio .content-standar-black h2,
.SectionContentTrio .content-standar-black h3,
.ModuloDuo .content-standar-black h1,
.ModuloDuo .content-standar-black h2,
.ModuloDuo .content-standar-black h3{
  letter-spacing: -0.04em;
}
.SectionContentSimple .content-standar-black * {
  margin-bottom: 15px !important;
}
.SectionContentSimple .content-standar-black *:last-child {
  margin-bottom: 0 !important;
}
.hc-module-accordion .link-line,
.hc-video-reels .link-line,
.SectionContentSimple .link-line,
.SectionContentDuo .link-line,
.SectionContentTrio .link-line,
.ModuloDuo .link-line,
.colecciones-x1 .link-line{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  border: 1px solid currentColor;
  background: transparent;
  box-shadow: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  transition: transform 0.18s ease, color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.hc-module-accordion .link-line::before,
.hc-video-reels .link-line::before,
.SectionContentSimple .link-line::before,
.SectionContentDuo .link-line::before,
.SectionContentTrio .link-line::before,
.ModuloDuo .link-line::before,
.colecciones-x1 .link-line::before{
  display: none;
}
.hc-module-accordion .link-line:hover,
.hc-video-reels .link-line:hover,
.SectionContentSimple .link-line:hover,
.SectionContentDuo .link-line:hover,
.SectionContentTrio .link-line:hover,
.ModuloDuo .link-line:hover,
.colecciones-x1 .link-line:hover{
  transform: translateY(-1px);
  color: #0b1120 !important;
  border-color: #ffffff;
  background: #ffffff;
}

/* Breadcrumb */
.TitlePrincipal{
  position: relative;
  padding: 34px 0 34px;
  overflow: hidden;
}
.TitlePrincipal .container{
  position: relative;
  z-index: 1;
}
.TitlePrincipal .hc-breadcrumb{
  display: inline-flex;
  flex-wrap: wrap;
  width: fit-content;
}
.TitlePrincipal .hc-breadcrumb a{
  text-decoration: none;
  transition: color 0.18s ease;
}
.TitlePrincipal .hc-breadcrumb__current{
  font-weight: 900;
}
.TitlePrincipal .group-title{
  max-width: 920px;
}
.hc-breadcrumb-module__inner{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.TitlePrincipal .group-title h2{
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  line-height: 0.98;
  font-style: italic;
  text-transform: uppercase;
}

/* Acordeon */
.hc-module-accordion{
  position: relative;
}
.hc-module-accordion .group-title{
  max-width: 760px;
  margin-bottom: 26px !important;
}
.hc-module-accordion .group-title h2,
.hc-video-reels .group-title h2,
.colecciones-x1 .group-title h2,
.hc-mensaje__text{
  font-style: italic;
  text-transform: uppercase;
}
.hc-module-accordion .group-title p{
  opacity: 0.8;
}
.hc-module-accordion .rounded-xl{
  border-radius: 28px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: #0b1120;
  box-shadow: 0 20px 42px rgba(2, 4, 10, 0.24);
}
.hc-module-accordion [data-hc-accordion-trigger]{
  min-height: 60px;
  padding: 1.15rem 1.5rem !important;
  color: var(--module-color, #ffffff) !important;
  background: #111827 !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06);
  transition: background-color 0.18s ease, transform 0.18s ease;
}
.hc-module-accordion [data-hc-accordion-trigger]:hover,
.hc-module-accordion [data-hc-accordion-trigger]:focus-visible{
  background: #172033 !important;
}
.hc-module-accordion [data-hc-accordion-trigger] span:first-child{
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.35;
}
.hc-module-accordion [data-hc-accordion-icon]{
  color: currentColor;
}
.hc-module-accordion [data-hc-accordion-trigger][aria-expanded="true"] [data-hc-accordion-icon]{
  transform: rotate(180deg);
}
.hc-module-accordion [data-hc-accordion-panel] .content-standar-black{
  line-height: 1.75;
  color: var(--module-color, #ffffff);
}
.hc-module-accordion [data-hc-accordion-panel] .hc-accordion-panel-inner{
  background: #0f172a !important;
  padding: 15px 20px !important;
}
.hc-module-accordion [data-hc-accordion-panel] .hc-accordion-panel-copy,
.hc-module-accordion [data-hc-accordion-panel] .hc-accordion-panel-copy :where(p, li, ul, ol, strong, b, em, i, span, small, blockquote, a:not([class]), h1, h2, h3, h4, h5, h6, td, th){
  color: inherit !important;
}
.hc-module-accordion [data-hc-accordion-panel] .hc-accordion-panel-copy a:not([class]){
  text-decoration-color: currentColor;
}
.hc-module-accordion [data-hc-accordion-panel] .hc-accordion-panel-copy table thead tr td,
.hc-module-accordion [data-hc-accordion-panel] .hc-accordion-panel-copy table tbody tr td,
.hc-module-accordion [data-hc-accordion-panel] .hc-accordion-panel-copy table th{
  border-color: rgba(255, 255, 255, 0.26) !important;
}
.hc-module-accordion [data-hc-accordion-panel] .content-standar-black > *:last-child{
  margin-bottom: 0;
}

/* Carrusel de logos */
.section-marca{
  position: relative;
  overflow: hidden;
}
.section-marca::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(720px 260px at 100% 0%, rgba(242, 101, 34, 0.15), transparent 72%);
  pointer-events: none;
}
.section-marca .container{
  position: relative;
  z-index: 1;
}
.hc-brands-section__inner{
  display: flex;
  flex-direction: column;
}
.section-marca h2{
  margin-bottom: 26px;
  font-size: clamp(1.4rem, 3vw, 2.3rem);
  font-style: italic;
  text-transform: uppercase;
}
.section-marca h2 span{
  width: 6px !important;
  height: 1.9em !important;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(242, 101, 34, 0.14);
}
.hc-brands__viewport{
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}
.hc-brands__item{
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 32px rgba(2, 4, 10, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.hc-brands__item:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(2, 4, 10, 0.16);
}
.hc-brands__item img{
  filter: grayscale(1) contrast(1.02);
  transition: filter 0.2s ease, opacity 0.2s ease;
}
.hc-brands__item:hover img{
  filter: grayscale(0) contrast(1.04);
}

/* Video reels */
.hc-video-reels{
  position: relative;
}
.hc-video-reels::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(680px 280px at 10% 0%, rgba(242, 101, 34, 0.14), transparent 72%);
  pointer-events: none;
}
.hc-video-reels .container{
  position: relative;
  z-index: 1;
}
.hc-video-reels .group-title{
  max-width: 780px;
  margin-bottom: 28px !important;
}
.hc-video-reels .group-title p{
  opacity: 0.82;
}
.hc-video-reels-slider .hc-reel-video-wrap{
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 50px rgba(2, 4, 10, 0.28);
}
.hc-video-reels-slider .hc-reel-product{
  margin-top: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b1120;
  box-shadow: 0 18px 36px rgba(2, 4, 10, 0.22);
}
.hc-video-reels-slider .hc-reel-product-title{
  font-weight: 900;
  line-height: 1.2;
}
.hc-video-reels-slider .hc-reel-product-price,
.hc-video-reels-slider .hc-reel-product-price *{
  color: #F26522;
  font-weight: 900;
}
.hc-video-reels-slider.hc-video-reels-native{
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8px max(15px, calc(50% - (var(--hc-reel-size) / 2)));
}
.hc-video-reels-slider.hc-video-reels-native::-webkit-scrollbar{
  display: none;
}
.hc-video-reels-slider.hc-video-reels-native .hc-reel-slide{
  flex: 0 0 var(--hc-reel-size);
  width: var(--hc-reel-size);
  min-width: var(--hc-reel-size);
  scroll-snap-align: center;
}
.hc-video-reels-slider.hc-video-reels-native .hc-reel-video-wrap{
  opacity: 0.72;
  transform: scale(0.92);
}
.hc-video-reels-slider.hc-video-reels-native .hc-reel-slide.is-active .hc-reel-video-wrap{
  opacity: 1;
  transform: scale(1);
}
.hc-video-reels-slider.hc-video-reels-native .hc-reel-slide:not(.is-active) .hc-reel-video,
.hc-video-reels-slider.hc-video-reels-native .hc-reel-slide:not(.is-active) .hc-reel-iframe,
.hc-video-reels-slider.hc-video-reels-native .hc-reel-slide:not(.is-active) .hc-reel-video-wrap img{
  pointer-events: none;
}
.hc-video-reels-slider.hc-video-reels-native .hc-reel-slide:not(.is-active) .hc-reel-toggle-play,
.hc-video-reels-slider.hc-video-reels-native .hc-reel-slide:not(.is-active) .hc-reel-toggle-sound{
  opacity: 0;
  pointer-events: none;
}
.hc-video-reels-slider.hc-video-reels-native .hc-reel-slide .hc-reel-product{
  opacity: 0;
  pointer-events: none;
}
.hc-video-reels-slider.hc-video-reels-native .hc-reel-slide.is-active .hc-reel-product{
  opacity: 1;
  pointer-events: auto;
}
.hc-video-reels-native__controls{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}
.hc-video-reels-native__nav{
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(11, 17, 32, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b1120;
  box-shadow: 0 14px 28px rgba(2, 4, 10, 0.14);
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  z-index: 10;
}
.hc-video-reels-native__nav:hover{
  transform: translateY(-2px);
  background: #0b1120;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(2, 4, 10, 0.2);
}
.hc-video-reels-native__nav:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(242, 101, 34, 0.2), 0 18px 34px rgba(2, 4, 10, 0.18);
}
.hc-video-reels-native__icon{
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.hc-video-reels-native__nav[disabled]{
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
@media (max-width: 576px){
  .hc-video-reels-slider.hc-video-reels-native{
    padding-left: 15px;
    padding-right: 15px;
    scroll-padding-left: 15px;
    scroll-padding-right: 15px;
  }
  .hc-video-reels-native__controls{
    margin-top: 18px;
  }
  .hc-video-reels-native__nav{
    width: 46px;
    height: 46px;
  }
}
.hc-video-reels .btn-width{
  margin-top: 28px;
}

/* Contenido */
.SectionContentSimple,
.SectionContentDuo,
.SectionContentTrio,
.ModuloDuo{
  position: relative;
}
.hc-content-module__inner{
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.SectionContentSimple .content-standar-black,
.SectionContentDuo .box-center-x1,
.SectionContentTrio .box-center-x1,
.ModuloDuo .box-center-x1{
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.SectionContentSimple .content-standar-black{
  padding: 0 20px !important;
}
.SectionContentSimple .content-standar-black h1,
.SectionContentSimple .content-standar-black h2,
.SectionContentSimple .content-standar-black h3,
.SectionContentDuo .content-standar-black h1,
.SectionContentDuo .content-standar-black h2,
.SectionContentDuo .content-standar-black h3,
.SectionContentTrio .content-standar-black h1,
.SectionContentTrio .content-standar-black h2,
.SectionContentTrio .content-standar-black h3,
.ModuloDuo .content-standar-black h1,
.ModuloDuo .content-standar-black h2,
.ModuloDuo .content-standar-black h3{
  font-style: italic;
  text-transform: uppercase;
}
.SectionContentSimple .content-standar-black p,
.SectionContentDuo .content-standar-black p,
.SectionContentTrio .content-standar-black p,
.ModuloDuo .content-standar-black p,
.SectionContentSimple .content-standar-black li,
.SectionContentDuo .content-standar-black li,
.SectionContentTrio .content-standar-black li,
.ModuloDuo .content-standar-black li{
  color: rgba(255, 255, 255, 0.82);
}
.SectionContentSimple .hc-module-copy,
.SectionContentDuo .hc-module-copy,
.SectionContentTrio .hc-module-copy,
.ModuloDuo .hc-module-copy,
.SectionContentSimple .hc-module-copy :where(p, li, ul, ol, strong, b, em, i, span, small, blockquote, a:not([class]), h1, h2, h3, h4, h5, h6, td, th),
.SectionContentDuo .hc-module-copy :where(p, li, ul, ol, strong, b, em, i, span, small, blockquote, a:not([class]), h1, h2, h3, h4, h5, h6, td, th),
.SectionContentTrio .hc-module-copy :where(p, li, ul, ol, strong, b, em, i, span, small, blockquote, a:not([class]), h1, h2, h3, h4, h5, h6, td, th),
.ModuloDuo .hc-module-copy :where(p, li, ul, ol, strong, b, em, i, span, small, blockquote, a:not([class]), h1, h2, h3, h4, h5, h6, td, th){
  color: inherit !important;
}
.SectionContentSimple .hc-module-copy a:not([class]),
.SectionContentDuo .hc-module-copy a:not([class]),
.SectionContentTrio .hc-module-copy a:not([class]),
.ModuloDuo .hc-module-copy a:not([class]){
  text-decoration-color: currentColor;
}
.SectionContentSimple .hc-module-copy table thead tr td,
.SectionContentSimple .hc-module-copy table tbody tr td,
.SectionContentSimple .hc-module-copy table th,
.SectionContentDuo .hc-module-copy table thead tr td,
.SectionContentDuo .hc-module-copy table tbody tr td,
.SectionContentDuo .hc-module-copy table th,
.SectionContentTrio .hc-module-copy table thead tr td,
.SectionContentTrio .hc-module-copy table tbody tr td,
.SectionContentTrio .hc-module-copy table th,
.ModuloDuo .hc-module-copy table thead tr td,
.ModuloDuo .hc-module-copy table tbody tr td,
.ModuloDuo .hc-module-copy table th{
  border-color: rgba(255, 255, 255, 0.34) !important;
}
.SectionContentSimple .content-standar-black > *:last-child,
.SectionContentDuo .content-standar-black > *:last-child,
.SectionContentTrio .content-standar-black > *:last-child,
.ModuloDuo .content-standar-black > *:last-child{
  margin-bottom: 0;
}
.SectionContentDuo .box-img,
.SectionContentTrio .box-img,
.ModuloDuo .content-imagen{
  overflow: hidden;
  box-shadow: 0 20px 42px rgba(2, 4, 10, 0.18);
}
.hc-module-media{
  position: relative;
}
.SectionContentDuo .box-img img,
.SectionContentTrio .box-img img,
.ModuloDuo .content-imagen img{
  transition: transform 0.45s ease;
}
.SectionContentDuo:hover .box-img img,
.SectionContentTrio:hover .box-img img,
.ModuloDuo:hover .content-imagen img{
  transform: scale(1.04);
}
.SectionContentDuo .btn-width,
.SectionContentTrio .btn-width,
.ModuloDuo .btn-width,
.SectionContentSimple .btn-width{
  margin-top: 22px;
}
.ModuloDuo .items{
  padding: clamp(16px, 2.4vw, 26px);
}

/* Datos */
.section-datos{
  position: relative;
  overflow: hidden;
}
.section-datos::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(760px 240px at 50% 0%, rgba(242, 101, 34, 0.12), transparent 72%);
  pointer-events: none;
}
.section-datos .container{
  position: relative;
  z-index: 1;
}
.hc-datos-grid{
  align-items: stretch;
}
.section-datos .ItemDatos > div{
  min-height: 100%;
  padding: 1.5rem !important;
  border-radius: 24px !important;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 18px 38px rgba(2, 4, 10, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.section-datos .ItemDatos > div:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(2, 4, 10, 0.14);
}
.section-datos .ItemDatos > div > div:first-child{
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(242, 101, 34, 0.18), rgba(242, 101, 34, 0.08));
}
.section-datos .ItemDatos h4{
  margin: 0 0 6px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}
.section-datos .ItemDatos p{
  margin: 0;
  line-height: 1.55;
}

/* Formulario */
.hc-contact{
  position: relative;
  overflow: hidden;
}
.hc-contact .container{
  position: relative;
  z-index: 1;
}
.hc-contact__inner .hc-contact-card .hc-card-icon .dashicons{
  width: 35px;
  height: 28px;
  font-size: 30px;
}
.hc-contact__inner{
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hc-contact-header{
  margin-bottom: 28px;
}
.hc-contact-title{
  margin: 0 0 10px;
  line-height: 0.98;
  text-transform: uppercase;
}
.hc-contact-subtitle{
  margin: 0;
  line-height: 1.7;
  opacity: 0.82;
}
.hc-contact .hc-card,
.hc-contact .hc-map-card,
.hc-contact .hc-form-card{
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b1120;
  box-shadow: 0 20px 42px rgba(2, 4, 10, 0.24);
}
.hc-contact .hc-card,
.hc-contact .hc-form-card{
  padding: 1.5rem;
}
.hc-contact .hc-form-card{
  border-top: 4px solid #F26522;
}
.hc-contact-grid{
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  align-items: stretch;
}
.hc-contact-grid--solo-formulario{
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}
.hc-contact-grid--solo-datos{
  grid-template-columns: minmax(0, 1fr);
}
.hc-contact .hc-contact-form-card{
  width: 100%;
  min-width: 0;
  max-width: none;
  justify-self: stretch;
  align-self: start;
  padding: clamp(1.35rem, 2.2vw, 2rem);
}
.hc-contact .hc-contact-cards{
  align-self: stretch;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr);
}
.hc-contact .hc-contact-cards .hc-map-card{
  height: 100%;
  align-self: stretch;
}
.hc-contact-grid--solo-formulario .hc-contact-form-card{
  max-width: 520px;
  justify-self: center;
}
.hc-contact .hc-card-title,
.hc-contact .hc-form-title{
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.hc-contact .hc-form-title{
  margin: 0 0 1.25rem;
  font-size: 35px;
  line-height: 1.05;
  text-align: center;
}
.hc-contact .hc-card-title{
  margin: 14px 0 10px;
  font-size: 1.1rem;
}
.hc-contact .hc-card-text,
.hc-contact .hc-card-text p{
  line-height: 1.7;
}
.hc-contact .hc-card-icon{
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(242, 101, 34, 0.18);
}
.hc-contact .hc-card-icon img{
  max-width: 34px;
  max-height: 34px;
}
.hc-contact .hc-map-card{
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.hc-contact .hc-map-card .fondo{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
  transform: scale(1.02);
}
.hc-contact .hc-map-card::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(2, 4, 10, 0.12) 0%, rgba(2, 4, 10, 0.34) 100%),
    radial-gradient(360px 180px at 50% 50%, rgba(242, 101, 34, 0.16), transparent 72%);
}
.hc-contact .hc-map-pill{
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0.95rem 1.4rem;
  min-width: 230px;
  box-sizing: border-box;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff !important;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%);
  border: none;
  box-shadow: 0 18px 40px rgba(242, 101, 34, 0.28);
}
.hc-contact .hc-map-pill:hover{
  color: #ffffff !important;
  transform: translateY(-1px);
}
.hc-contact .hc-form-card input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.hc-contact .hc-form-card textarea,
.hc-contact .hc-form-card select{
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
.hc-contact .hc-form-card .wpcf7{
  width: 100%;
}
.hc-contact .hc-form-card .wpcf7-form{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.hc-contact .hc-form-card .hidden-fields-container{
  display: none;
}
.hc-contact .hc-form-card .wpcf7-form > label{
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.hc-contact .hc-form-card .wpcf7-form-control-wrap{
  width: 100%;
}
.hc-contact .hc-form-card .wpcf7-form-control::placeholder,
.hc-contact .hc-form-card textarea::placeholder{
  color: rgba(255, 255, 255, 0.46);
}
.hc-contact .hc-form-card textarea{
  min-height: 140px;
  resize: vertical;
}
.hc-contact .hc-form-card .wpcf7-submit{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hc-contact .hc-form-card .wpcf7-spinner{
  display: none !important;
  margin: 0;
}
.hc-contact .hc-form-card .wpcf7-response-output{
  width: 100%;
  box-sizing: border-box;
}
.hc-contact .hc-form-card input:focus,
.hc-contact .hc-form-card textarea:focus,
.hc-contact .hc-form-card select:focus{
  outline: none;
  border-color: rgba(242, 101, 34, 0.7);
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.18);
}
.hc-contact .hc-form-card input[type="submit"],
.hc-contact .hc-form-card button,
.hc-contact .hc-form-card .wpcf7-submit{
  min-height: 50px;
  padding: 0.95rem 1.4rem;
  border: none;
  border-radius: 16px;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%);
  color: #ffffff !important;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(242, 101, 34, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.hc-contact .hc-form-card input[type="submit"]:hover,
.hc-contact .hc-form-card button:hover,
.hc-contact .hc-form-card .wpcf7-submit:hover{
  transform: translateY(-1px);
  filter: saturate(1.04);
  box-shadow: 0 18px 38px rgba(242, 101, 34, 0.28);
}
@media (max-width: 1100px){
  .hc-contact-grid,
  .hc-contact-grid--solo-formulario,
  .hc-contact-grid--solo-datos{
    grid-template-columns: 1fr;
  }
  .hc-contact .hc-contact-form-card{
    max-width: none;
  }
}

/* Mensaje */
.hc-mensaje{
  position: relative;
  padding: clamp(28px, 4vw, 54px) clamp(18px, 4vw, 34px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 4px solid #F26522;
  box-shadow: 0 20px 42px rgba(2, 4, 10, 0.22);
  overflow: hidden;
}
.hc-mensaje::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(520px 180px at 50% 0%, rgba(255, 255, 255, 0.15), transparent 75%);
  pointer-events: none;
}
.hc-mensaje__text{
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  line-height: 1.02;
  font-style: italic;
  text-transform: uppercase;
}

/* Taxonomia */
.colecciones-x1{
  position: relative;
  overflow: hidden;
}
.colecciones-x1::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(760px 240px at 0% 0%, rgba(242, 101, 34, 0.14), transparent 74%);
  pointer-events: none;
}
.colecciones-x1 .container{
  position: relative;
  z-index: 1;
}
.hc-taxonomy-module__inner{
  display: flex;
  flex-direction: column;
}
.colecciones-x1 .group-title{
  max-width: 760px;
}
.colecciones-x1 .group-title h2{
  font-style: italic;
  text-transform: uppercase;
}
.colecciones-x1 .box-width{
  margin-top: 26px;
}
.colecciones-x1 .item-coleccion-x2 a{
  display: block;
  text-decoration: none;
}
.hc-taxonomy-card__link{
  height: 100%;
}
.colecciones-x1 .item-coleccion-x2 .box-img{
  border-radius: 28px;
  box-shadow: 0 20px 42px rgba(2, 4, 10, 0.14);
}
.colecciones-x1 .item-coleccion-x2 .box-img::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 4, 10, 0.02), rgba(2, 4, 10, 0.55));
}
.colecciones-x1 .item-coleccion-x2 .box-img img{
  transition: transform 0.4s ease;
}
.colecciones-x1 .item-coleccion-x2:hover .box-img img{
  transform: scale(1.05);
}
.colecciones-x1 .item-coleccion-x2 .content-x2{
  z-index: 1;
}
.colecciones-x1 .item-coleccion-x2 .content-x2 .title{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(11, 17, 32, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 28px rgba(2, 4, 10, 0.18);
  font-weight: 900;
  text-transform: uppercase;
}
.colecciones-x1 .hc-slider-circle-mini .item-coleccion-x2 .box-img{
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 34px rgba(2, 4, 10, 0.12);
}
.colecciones-x1 .hc-slider-circle-mini .item-coleccion-x2 .content-x2 .title{
  justify-content: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

@media (max-width: 991px){
  .TitlePrincipal .group-title h2,
  .hc-contact-title,
  .hc-mensaje__text{
    max-width: none;
  }
  .SectionContentDuo .box-center-x1,
  .SectionContentTrio .box-center-x1,
  .ModuloDuo .box-center-x1{
    padding: 1.5rem;
  }
  .hc-contact .hc-map-card{
    min-height: 260px;
  }
}

@media (max-width: 767px){
  .TitlePrincipal{
    padding: 28px 0 20px;
  }
  .TitlePrincipal .hc-breadcrumb{
    border-radius: 22px;
  }
  .hc-module-accordion .rounded-xl,
  .hc-contact .hc-card,
  .hc-contact .hc-map-card,
  .hc-contact .hc-form-card,
  .hc-mensaje,
  .SectionContentSimple .content-standar-black,
  .SectionContentDuo .box-center-x1,
  .SectionContentTrio .box-center-x1,
  .ModuloDuo .box-center-x1,
  .colecciones-x1 .item-coleccion-x2 .box-img,
  .hc-video-reels-slider .hc-reel-video-wrap{
    border-radius: 22px;
  }
  .section-datos .ItemDatos > div{
    padding: 1.2rem !important;
  }
  .hc-module-accordion [data-hc-accordion-trigger]{
    min-height: 64px;
    padding: 1rem 1.1rem !important;
  }
  .hc-contact .hc-map-pill{
    min-width: auto;
    width: calc(100% - 32px);
    max-width: 280px;
  }
}

/* ----- /Modulos: Capa visual del tema ----- */

/* ----- Menú móvil: acordeón moderno ----- */
#pioneros-mobile-menu .menu-menu-prinicipal-container,
#pioneros-mobile-menu #menu-menu-prinicipal-1{
  width: 100%;
}
#pioneros-mobile-menu #menu-menu-prinicipal-1{
  gap: 0.85rem;
}
#pioneros-mobile-menu nav{
  scrollbar-width: thin;
  scrollbar-color: rgba(242, 101, 34, 0.58) rgba(255, 255, 255, 0.06);
}
#pioneros-mobile-menu nav::-webkit-scrollbar{
  width: 6px;
}
#pioneros-mobile-menu nav::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}
#pioneros-mobile-menu nav::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(242, 101, 34, 0.88) 0%, rgba(249, 168, 37, 0.72) 100%);
  border-radius: 999px;
}
#pioneros-mobile-menu nav::-webkit-scrollbar-thumb:hover{
  background: linear-gradient(180deg, rgba(242, 101, 34, 0.88) 0%, rgba(249, 168, 37, 0.72) 100%);
}
#pioneros-mobile-menu #menu-menu-prinicipal-1 > .menu-item,
#pioneros-mobile-menu #menu-menu-prinicipal-1 .sub-menu > .menu-item{
  list-style: none;
}
#pioneros-mobile-menu #menu-menu-prinicipal-1 > .menu-item{
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.62) 0%, rgba(15, 23, 42, 0.88) 100%);
  box-shadow: 0 14px 34px rgba(2, 4, 10, 0.22);
  overflow: hidden;
}
#pioneros-mobile-menu #menu-menu-prinicipal-1 > .menu-item > a{
  padding: 1rem 1.15rem;
}
#pioneros-mobile-menu .pioneros-mobile-accordion{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}
#pioneros-mobile-menu .pioneros-mobile-accordion > a{
  min-width: 0;
  padding-right: 0.35rem;
}
#pioneros-mobile-menu .pioneros-mobile-accordion__toggle{
  width: 32px;
  height: 32px;
  margin-right: 0.8rem;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: none;
}
#pioneros-mobile-menu .pioneros-mobile-accordion__toggle:hover,
#pioneros-mobile-menu .pioneros-mobile-accordion__toggle:focus-visible{
  background: transparent;
  border-color: transparent;
  outline: none;
}
#pioneros-mobile-menu .pioneros-mobile-accordion__symbol{
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
#pioneros-mobile-menu .pioneros-mobile-accordion__symbol::before,
#pioneros-mobile-menu .pioneros-mobile-accordion__symbol::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #f3f4f6;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
#pioneros-mobile-menu .pioneros-mobile-accordion__symbol::after{
  transform: translate(-50%, -50%) rotate(90deg);
}
#pioneros-mobile-menu .pioneros-mobile-accordion.is-open > .pioneros-mobile-accordion__toggle .pioneros-mobile-accordion__symbol::after{
  opacity: 0;
}
#pioneros-mobile-menu .pioneros-mobile-accordion__submenu{
  grid-column: 1 / -1;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: max-height 0.3s ease;
}
#pioneros-mobile-menu .pioneros-mobile-accordion__submenu > .menu-item:first-child{
  margin-top: 0.15rem;
}
#pioneros-mobile-menu .pioneros-mobile-accordion__submenu > .menu-item:last-child{
  padding-bottom: 0.9rem;
}
#pioneros-mobile-menu .pioneros-mobile-accordion__submenu a{
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 12px !important;
}
#pioneros-mobile-menu .pioneros-mobile-accordion__submenu a:hover,
#pioneros-mobile-menu .pioneros-mobile-accordion__submenu a:focus-visible,
#pioneros-mobile-menu #menu-menu-prinicipal-1 > .menu-item > a:hover,
#pioneros-mobile-menu #menu-menu-prinicipal-1 > .menu-item > a:focus-visible,
#pioneros-mobile-menu .pioneros-mobile-accordion__toggle:hover,
#pioneros-mobile-menu .pioneros-mobile-accordion__toggle:focus-visible{
  color: inherit;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
}
#pioneros-mobile-menu .pioneros-mobile-accordion__submenu .menu-item-has-children{
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
#pioneros-mobile-menu .pioneros-mobile-accordion__submenu .menu-item-has-children > a{
  background: transparent;
  border: none;
}
#pioneros-mobile-menu .menu a.item-imagen{
  align-items: stretch;
  gap: 0.9rem;
  flex-direction: column;
}
#pioneros-mobile-menu .menu a.item-imagen .item-imagen__img{
  width: 100% !important;
  min-width: 100% !important;
  height: 220px !important;
  border-radius: 16px;
  object-fit: cover;
}
#pioneros-mobile-menu .menu a.item-imagen .item-imagen__texto{
  display: block;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}
#pioneros-mobile-menu .menu .sub-menu{
  list-style: none;
}
#pioneros-mobile-menu .menu .current-menu-item > a,
#pioneros-mobile-menu .menu .current_page_item > a{
  text-decoration: none;
}
@media (max-width: 420px){
  #pioneros-mobile-menu{
    width: min(100vw, 100vw);
  }
  #pioneros-mobile-menu .pioneros-mobile-accordion__toggle{
    width: 28px;
    height: 28px;
    margin-right: 0.65rem;
  }
}
/* ----- /Menú móvil: acordeón moderno ----- */

/* ----- WooCommerce: Checkout Blocks responsive ----- */
@media (max-width: 991px){
  .woocommerce-checkout .wp-block-woocommerce-checkout{
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
  }

  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout{
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 20px;
  }

  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout > *{
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0!important;
  }

  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-main,
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar,
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__main,
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__sidebar{
    width: 100% !important;
    max-width: none !important;
    flex: 1 1 100% !important;
    min-width: 0;
  }

  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar,
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__sidebar{
    position: static !important;
    top: auto !important;
    margin-bottom: 0;
  }
    .wc-block-checkout__sidebar.is-sticky{
    position: relative!important;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
    align-self: unset;
    top: 0;
  }
  .wc-block-components-sidebar-layout .wc-block-components-main{
    padding-right: 0!important;
    width: 100%!important;
    position: relative;
  }
}
@media (max-width: 772px){
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block{
    margin-bottom: 20px;
  }
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
        border-bottom: 0!important;
        border-top: 0!important;
        padding: 0!important;
        margin-top: 0!important;
  }
}
@media (max-width: 767px){
  .woocommerce-checkout .wp-block-woocommerce-checkout{
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 620px){
  .woocommerce-checkout .wp-block-woocommerce-checkout{
    padding-left: 0;
    padding-right: 0;
  }
}
/* ----- /WooCommerce: Checkout Blocks responsive ----- */

/* ----- Información Template ----- */
#informacion-template .content-standar-black h2 {
  font-size: 25px;
  font-weight: 700;
}
#informacion-template .content-standar-black h3 {
  font-size: 22px;
  font-weight: 700;
}
#informacion-template .content-standar-black * {
  margin-bottom: 15px !important;

}
#informacion-template .content-standar-black *:last-child {
  margin-bottom: 0 !important;
}
/* ----- Información Template ----- */

/* ----- Single Product ----- */
.woocommerce-notices-wrapper {
  display: none !important;
}
/* ----- Single Product ----- */

/* ----- Suscríbete ----- */
.suscribete {
  display: flex;
  flex-wrap: wrap;
}
.suscribete .wpcf7-form-control-wrap {
  display: flex;
  width: calc( 100% - 100px );
}
.suscribete .wpcf7-form-control-wrap input {
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 10px 0 0 10px;
  color: #fff;
  background-color: #161e2e;
  border: 1px solid #fff;
}
.suscribete .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  top: 50px;
  text-align: center;
}
.suscribete .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  font-weight: 600;
  height: 45px;
  padding: 8px !important;
  border-radius: 0 10px 10px 0 !important;
  background-color: #F26522 !important;
}
.suscribete .wpcf7-spinner {
  display: none !important;
}
.wpcf7-response-output {
  margin: 0 !important;
  margin-top: 50px !important;
  text-align: center;
  font-size: 12px;
  padding: 5px !important;
}
/* ----- Suscríbete ----- */

/* ----- Favoritos ----- */
.pioneros-favorite-toggle{
  width: 40px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(22, 30, 46, 0.88);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  box-shadow: 0 12px 26px rgba(2, 4, 10, 0.18);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.pioneros-favorite-toggle:hover{
  transform: translateY(-1px);
  border-color: rgba(242, 101, 34, 0.75);
  background: rgba(242, 101, 34, 0.14);
}
.pioneros-favorite-toggle:disabled{
  cursor: wait;
  opacity: 0.7;
}
.pioneros-favorite-toggle .material-symbols-outlined{
  font-size: 20px;
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 24;
  transition: transform 0.2s ease, font-variation-settings 0.2s ease;
}
.pioneros-favorite-toggle.is-active{
  background: #F26522;
  border-color: #F26522;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(242, 101, 34, 0.3);
}
.pioneros-favorite-toggle.is-active .material-symbols-outlined{
  font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 24;
  transform: scale(1.04);
}
.pioneros-favorite-toggle--single{
  margin-top: 0.1rem;
}
.pioneros-favorite-toggle--card{
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 25;
  background: rgba(11, 17, 32, 0.86);
}

.pioneros-account-favorites{
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.pioneros-account-favorites__header{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pioneros-account-favorites__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.pioneros-account-favorites__grid .product{
  min-width: 0;
}
.pioneros-account-favorites__grid .pioneros-favorite-toggle--card{
  left: auto;
  right: 16px;
}
.pioneros-account-favorites__empty{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 34px 24px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  text-align: center;
}
.pioneros-account-favorites__empty-icon{
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 101, 34, 0.14);
  color: #F26522;
}
.pioneros-account-favorites__empty-icon .material-symbols-outlined{
  font-size: 28px;
  font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 24;
}
.pioneros-account-favorites__empty h3{
  margin: 0;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
}
.pioneros-account-favorites__empty p{
  margin: 0;
  color: rgba(255,255,255,0.72);
  max-width: 540px;
}
.pioneros-account-favorites__empty-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7a3b 0%, #F26522 55%, #e75815 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(242, 101, 34, 0.24);
}
.pioneros-account-favorites__empty-link:hover{
  color: #ffffff;
  filter: brightness(1.03);
}

@media (max-width: 767px){
  .pioneros-account-favorites__grid{
    grid-template-columns: 1fr;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--favoritos a{
  position: relative;
}
.pioneros-favorites-count{
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background: rgba(242, 101, 34, 0.16);
  border: 1px solid rgba(242, 101, 34, 0.45);
  color: #F26522;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active .pioneros-favorites-count,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover .pioneros-favorites-count{
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.28);
  color: #ffffff;
}
.pioneros-favorites-count.is-empty{
  opacity: 0.7;
}
/* ----- Favoritos ----- */



.widget-footer .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 3rem;
}
@media (min-width: 768px) {
	.widget-footer .wp-block-columns {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.widget-footer .wp-block-columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.widget-footer .wp-block-columns > .wp-block-column:first-child {
		grid-column: 1 / -1;
    max-width: 480px;
	}
}
@media (min-width: 601px) and (max-width: 850px) {
	.widget-footer .wp-block-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.widget-footer .wp-block-columns > .wp-block-column:first-child {
		grid-column: 1 / -1;
	}
	.widget-footer .wp-block-columns > .wp-block-column:nth-child(4) {
		grid-column: 1 / -1;
	}
}
@media (max-width: 991px){
  .widget-footer .logo-footer {
      max-width: 380px;
  }
}



.woocommerce-checkout .wc-block-components-form .wc-block-components-address-form-wrapper input[type=text]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-address-form-wrapper input[type=tel]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.woocommerce-checkout .wc-block-components-form .wc-blocks-components-select select:focus,
.woocommerce-checkout .wc-block-components-form .wc-blocks-components-select select,
.woocommerce-checkout .wc-block-components-form .wc-block-components-address-form-wrapper input[type=text],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-form .wc-block-components-address-form-wrapper input[type=tel]{
    border-color: rgba(42, 54, 85, 0.5)!important;
    background-color: #161e2e;
    color: #fff;
    box-shadow: unset;
    border-radius: 0;
}
.wc-block-checkout__form .wc-block-components-address-form__country .wc-blocks-components-select{
  margin-top: 12px!important;
}
.woocommerce-checkout .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__expand{
    fill: #fff;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon__form input[type=text]{
    border-color: rgba(42, 54, 85, 0.5)!important;
    background-color: #161e2e;
    color: #fff;
    box-shadow: unset;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
}
.woocommerce-checkout .wc-block-components-checkbox input{
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #3e546f;
  background-color: #22314a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce-checkout .wc-block-components-checkbox input:checked{
  border-color: #161e2e!important;
  background-color: #161e2e !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%23161e2e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='M3 7.2 5.6 10 11 4.5'/%3E%3C/svg%3E");
}
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark{
    fill: #fff;
}
.woocommerce-checkout .wc-block-components-checkbox input:focus,
.woocommerce-checkout .wc-block-components-checkbox input:focus-visible{
  outline: none;
  box-shadow: none;
}
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input{
  outline: unset!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked{
      background-color: #161e2e;
      border-color: #fff !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{
  background: #fff!important;
}
.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__input[type='radio']:checked:hover,
.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__input[type='radio']:checked:focus {
  background-color: unset;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__content textarea{
    border-color: rgba(42, 54, 85, 0.5)!important;
    background-color: #161e2e;
    color: #fff;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step__content textarea::placeholder{
  color: #fff;
}

/* ----- Breadcrumb modulo: ajuste visual ----- */
.hc-breadcrumb-module .hc-breadcrumb-module__inner{
  align-items: flex-start;
  gap: 12px;
}
.hc-breadcrumb-module .hc-breadcrumb-module__inner .hc-breadcrumb{
  width: fit-content;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}
.hc-breadcrumb-module .hc-breadcrumb-module__inner .hc-breadcrumb a{
  color: rgba(255, 255, 255, 0.66);
  font-weight: 500;
}
.hc-breadcrumb-module .hc-breadcrumb-module__inner .hc-breadcrumb a:hover{
  color: #ffffff;
}
.hc-breadcrumb-module .hc-breadcrumb-module__inner .hc-breadcrumb .hc-breadcrumb__current{
  color: #ffffff;
  font-weight: 700;
}
.hc-breadcrumb-module .hc-breadcrumb-module__inner .hc-breadcrumb .material-symbols-outlined{
  font-size: 0 !important;
  width: auto;
  line-height: 1;
  color: rgba(255, 255, 255, 0.45);
}
.hc-breadcrumb-module .hc-breadcrumb-module__inner .hc-breadcrumb .material-symbols-outlined::before{
  content: '/';
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
  left: 0;
}
@media (max-width: 767px){
  .hc-breadcrumb-module .hc-breadcrumb-module__inner .hc-breadcrumb{
    padding: 9px 13px;
  }
}


/*carrito*/
.woocommerce-cart .is-large.wc-block-cart {
  max-width: 1180px;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price__regular{
  color: grey;
  font-weight: 300;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-details li::before{
  display: none;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-details li{
  margin: 5px 0 5px 12px;
  padding-left: 0;
  line-height: 1;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-badge{
  background-color: var(--negro);
  color: var(--blanco);
  padding: 2px 5px 1px;
  font-size: 8px;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-sale-badge{
  display: none;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-badge .wc-block-formatted-money-amount,
.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-badge .wc-block-formatted-money-amount{
  color: var(--blanco)!important;
  font-weight: 300;
}
.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-badge{
  background-color: #222;
  color: var(--blanco);
  padding: 2px 5px 1px;
}
.woocommerce-cart .wc-block-cart table.wc-block-cart-items td .wc-block-components-product-details li span{
  font-weight: 400;
}
.woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-items__row .wc-block-cart-item__image{
  padding: 12px 5px!important;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items td {
  vertical-align: middle!important;
  padding: 12px!important;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items td:last-child {
  padding-right: 0!important;
}
.woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product{
  position: relative;
  padding: 12px 190px 12px 12px!important;
}
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus,
.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
  box-shadow: none;
}
.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  min-width: 24px;
}
.woocommerce-cart .wc-block-components-quantity-selector {
  width: 102px;
}
.woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
  text-align: center;
  display: inline-block;
  margin: 2px auto;
  text-decoration: none;
  outline: none!important;
  font-size: 0;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-item__total .price .wc-block-formatted-money-amount{
  font-weight: 600;
  font-size: 13px;
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-metadata{
  margin-bottom: 0;
}
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-metadata p{
  font-size: 14px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata__description *{
  font-size: 14px;
  line-height: 1.2;
}
.woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product .wc-block-cart-item__quantity{
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
  position: absolute;
  top: 45%;
  right: -50px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title{
  font-weight: 500!important;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-details{
  list-style: square;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container .components-button{
  color: var(--blanco);
  background-color: var(--negro);
  border: 1px solid var(--negro);
  font-size: 14px;
  font-weight: 300;
  position: relative;
  display: inline-block !important;
  transition: all 0.3s;
  padding: 11px 8px 6px !important;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  min-height: 45px;
  text-decoration: none;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container .components-button span{
  font-weight: 400;
  color:var(--blanco);
  font-size: 12px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container .components-button:focus{
  box-shadow:none;
  outline: none;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container .components-button:hover{
  background-color: var(--blanco)!important;
  border: 1px solid var(--negro)!important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container .components-button:hover span{
  color:var(--negro);
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item__description{
    font-size: 14px;
    margin-top: 20px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-formatted-money-amount{
  display: block;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-formatted-money-amount,
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__label{
  font-weight: 400;
  font-size: 13px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-radio-control__description-group .wc-block-formatted-money-amount{
  font-size: 12px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link{
  text-align: center;
  margin: 0 auto;
  display: table;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__input #wc-block-components-totals-coupon__input-0{
  font-size: 13px;
  padding: 22px 12px 5px 10px;
  border: 1px solid var(--grey-suave);
  box-shadow: none;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__input label{
  line-height: 1;
  font-size: 13px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__form button:focus,
.woocommerce-cart .wc-block-components-shipping-calculator .wc-block-components-button:focus,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-container .wc-block-components-button:focus,
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input:focus{
	box-shadow: unset;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input[type=text]{
    border-color: rgba(42, 54, 85, 0.5) !important;
    background-color: #161e2e;
    color: #fff;
    box-shadow: unset;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item__description .wc-block-components-button:hover .wc-block-components-button__text{
  color: var(--blanco);
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-address-form ul li:before{
  display: none;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-address-form .components-combobox-control__input,
.woocommerce-cart .wc-block-components-shipping-calculator .wc-block-components-text-input input{
  font-size: 13px;
  padding: 22px 12px 5px 8px!important;
  border: 1px solid rgba(229, 229, 229);
  box-shadow: none;
  color: var(--negro);
  font-weight: 400;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-address-form .components-combobox-control__input[aria-expanded=true],
.woocommerce-cart .wc-block-components-shipping-calculator .wc-block-components-text-input input[type=text]:focus{
  box-shadow: none;
}
.woocommerce-cart .wc-block-components-sidebar .components-combobox-control__suggestions-container .components-form-token-field__suggestions-list{
  border: 0;
  margin: 3em 0 0 0;
}
.woocommerce-cart .wc-block-components-shipping-calculator .components-form-token-field__suggestions-list .components-form-token-field__suggestion{
  background-color: #eee;
}
.woocommerce-cart .wc-block-components-shipping-calculator .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover{
  background-color: var(--negro)!important;
}
.woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product .price.wc-block-components-product-price *{
  font-weight: 600;
  font-size: 12px;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*{
  margin-bottom: 0;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-cart-item__prices{
  margin-bottom: 5px;
}
.woocommerce-cart .is-large.wc-block-cart{
  margin-bottom: 20px;
}
.woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block{
    background: #162032 !important;
    border: 1px solid #2d3b55 !important;
    border-radius: 20px !important;
    padding: 15px;
    margin-bottom: 25px;
}
@media (max-width: 1080px){
  .woocommerce-cart .wc-block-cart .wc-block-cart__main{
    padding-right: 30px;
  }
  .woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product .wc-block-cart-item__quantity {
    right: 55px;
  }
  .woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product {
    padding: 12px 160px 12px 12px!important;
  }
}
@media (max-width: 991px){
  .woocommerce-cart .wc-block-cart .wc-block-cart__main{
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product .wc-block-cart-item__quantity {
    right: 80px;
  }
  .woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product {
    padding: 12px 180px 12px 12px!important;
  }
  .woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block{
    margin: 0 auto;
    width: 50%;
    padding-top: 40px;
  }
}
@media (max-width: 730px){
  .woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product .wc-block-cart-item__quantity {
    right: 55px;
    padding: 0!important;
  }
  .woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product {
    padding: 12px 160px 12px 12px!important;
  }
  .woocommerce-cart .wc-block-cart__main .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    justify-content: center;
    height: 100%;
  }
  .woocommerce-cart .wc-block-cart table.wc-block-cart-items td{
    margin: 0 !important;
  }
  .woocommerce-cart .wc-block-components-main table tbody tr{
    border-bottom: 1px solid hsla(0,0%,7%,.11);
    padding: 10px 0!important;
  }
  .woocommerce-cart .wc-block-components-main table tbody tr:nth-last-child(1){
    border-bottom: 0;
    display: contents;
  }
  .woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block{
    width: 100%;
  }
}
@media (max-width: 745px){
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row{
    display: table!important;
  }
}
@media (max-width: 730px){
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row{
      display: table-row!important;
  }
}
@media (max-width: 699px){
	.woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title{
		display: block;
		margin-bottom: 20px;
	}
}
@media (max-width: 580px){
  .woocommerce-cart .wc-block-cart .wc-block-cart-items td {
    padding: 8px!important;
  }
  .woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product .wc-block-cart-item__quantity {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    -webkit-transform: none;
    margin-top: 5px;
  }
  .woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    position: absolute;
    top: 45%;
    right: auto;
    left: 120px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .woocommerce-cart .wc-block-cart__main tbody .wc-block-cart-items__row .wc-block-cart-item__image {
    padding: 0 5px 0 0 !important;
  }
}
@media (max-width: 550px){
  .is-small table.wc-block-cart-items .wc-block-cart-items__row,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
  }
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-cart-item__product,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{
    padding: 8px 20px 8px 8px !important;
  }
  .woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-cart-item__total,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
    padding: 0 0 8px 8px !important;
  }
  .woocommerce-cart .wc-block-cart__main .wc-block-cart-item__total-price-and-sale-badge-wrapper{
    align-items: right!important;
  }
  .woocommerce-cart .wc-block-cart .wc-block-cart__main{
	padding: 0;
  }
}
@media (max-width: 340px){
  .woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-cart-item__product,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{
    padding: 8px 25px 8px 8px !important;
  }
  .wc-block-cart-item__product .wc-block-components-product-price{
    font-size: 14px;
  }
}

/* Recomendados del carrito (WooCommerce Blocks) */
.woocommerce-cart ul.wc-block-product-template__responsive{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px;
  margin-top: 0;
  padding: 0;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li,
.woocommerce-cart ul.wc-block-product-template__responsive li.product,
.woocommerce-cart ul.wc-block-product-template__responsive li.wc-block-product{
  list-style: none;
  min-width: 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "media media"
    "title price"
    "meta meta";
  align-items: start;
  column-gap: 16px;
  row-gap: 16px;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-image,
.woocommerce-cart ul.wc-block-product-template__responsive li.product .wc-block-components-product-image,
.woocommerce-cart ul.wc-block-product-template__responsive li.wc-block-product .wc-block-components-product-image,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-image,
.woocommerce-cart ul.wc-block-product-template__responsive li.product .wc-block-grid__product-image,
.woocommerce-cart ul.wc-block-product-template__responsive li.wc-block-product .wc-block-grid__product-image{
  grid-area: media;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #d4d4d8;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 45px rgba(0,0,0,0.22);
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-image a,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-image img,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-image a,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-image img{
  display: block;
  width: 100%;
  height: 100%;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-image img,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-image img{
  object-fit: cover;
  transition: transform 0.7s ease;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li:hover .wc-block-components-product-image img,
.woocommerce-cart ul.wc-block-product-template__responsive > li:hover .wc-block-grid__product-image img{
  transform: scale(1.08);
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-badge,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-sale-badge,
.woocommerce-cart ul.wc-block-product-template__responsive > li .onsale{
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  margin: 0;
  padding: 8px 14px;
  border: none;
  border-radius: 4px;
  background: #ffffff;
  color: #111827;
  box-shadow: none;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-sale-badge{
  top: 52px;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-name,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-title,
.woocommerce-cart ul.wc-block-product-template__responsive > li .woocommerce-loop-product__title{
  grid-area: title;
  display: block;
  margin: 0 0 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
  transition: color 0.2s ease;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-name:hover,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-title:hover,
.woocommerce-cart ul.wc-block-product-template__responsive > li .woocommerce-loop-product__title:hover{
  color: #F26522;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-price,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-price,
.woocommerce-cart ul.wc-block-product-template__responsive > li .price{
  grid-area: price;
  display: block;
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
  text-align: right;
  white-space: nowrap;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-price del,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-price del,
.woocommerce-cart ul.wc-block-product-template__responsive > li .price del{
  color: rgba(255,255,255,0.45);
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-price ins,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-price ins,
.woocommerce-cart ul.wc-block-product-template__responsive > li .price ins{
  color: #ffffff;
  text-decoration: none;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-details,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-rating,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-stock-indicator,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-rating,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-onsale,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-product-category,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-add-to-cart{
  grid-area: meta;
  color: #6b7280;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-product-categories-list,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-details,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-product-stock-indicator,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-stock-indicator{
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.35;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wp-block-button,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-button,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-add-to-cart{
  grid-area: media;
  align-self: end;
  justify-self: end;
  margin: 0 15px 15px 0;
  position: relative;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li:hover .wp-block-button,
.woocommerce-cart ul.wc-block-product-template__responsive > li:hover .wc-block-components-product-button,
.woocommerce-cart ul.wc-block-product-template__responsive > li:hover .wc-block-grid__product-add-to-cart,
.woocommerce-cart ul.wc-block-product-template__responsive > li:focus-within .wp-block-button,
.woocommerce-cart ul.wc-block-product-template__responsive > li:focus-within .wc-block-components-product-button,
.woocommerce-cart ul.wc-block-product-template__responsive > li:focus-within .wc-block-grid__product-add-to-cart{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wp-block-button__link,
.woocommerce-cart ul.wc-block-product-template__responsive > li .add_to_cart_button,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-button__button,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-add-to-cart a,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-add-to-cart .button{
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  border: none !important;
  border-radius: 9999px !important;
  padding: 0 !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  box-shadow: 0 14px 30px rgba(0,0,0,0.22);
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wp-block-button__link::before,
.woocommerce-cart ul.wc-block-product-template__responsive > li .add_to_cart_button::before,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-button__button::before,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-add-to-cart a::before,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-add-to-cart .button::before{
  content: "add_shopping_cart";
  font-family: "Material Symbols Outlined";
  font-size: 22px;
  line-height: 48px;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}
.woocommerce-cart ul.wc-block-product-template__responsive > li .wp-block-button__link:hover,
.woocommerce-cart ul.wc-block-product-template__responsive > li .add_to_cart_button:hover,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-button__button:hover,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-add-to-cart a:hover,
.woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-add-to-cart .button:hover{
  background: #F26522 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}
.wp-block-woocommerce-product-collection h2.wp-block-heading{
  font-size: 18px!important;
  font-weight: 900;
}
.woocommerce-cart ul.wc-block-product-template__responsive li.product h2{
    line-height: 1.2 !important;
    text-align: left;
}
.woocommerce-cart ul.wc-block-product-template__responsive li.product h2 a{
    font-size: 14px;
    text-align: left;
    font-weight: 600;
}
@media (max-width: 1180px){
  .woocommerce-cart ul.wc-block-product-template__responsive{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px;
  }
}
@media (max-width: 1023px){
  .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-totals-block{
      max-width: 600px;
      margin: 0 auto;
  }
  .woocommerce-cart ul.wc-block-product-template__responsive{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px){
  .woocommerce-cart ul.wc-block-product-template__responsive > li,
  .woocommerce-cart ul.wc-block-product-template__responsive li.product,
  .woocommerce-cart ul.wc-block-product-template__responsive li.wc-block-product{
    column-gap: 12px;
  }
  .woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-image,
  .woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-image{
    border-radius: 20px;
  }
  .woocommerce-cart ul.wc-block-product-template__responsive > li .wp-block-button,
  .woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-button,
  .woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-add-to-cart{
    margin: 0 18px 18px 0;
  }
  .woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-name,
  .woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-title,
  .woocommerce-cart ul.wc-block-product-template__responsive > li .woocommerce-loop-product__title{
    font-size: 13px;
  }
  .woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-components-product-price,
  .woocommerce-cart ul.wc-block-product-template__responsive > li .wc-block-grid__product-price,
  .woocommerce-cart ul.wc-block-product-template__responsive > li .price{
    font-size: 14px;
  }
  .woocommerce-cart ul.wc-block-product-template__responsive{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 450px){
  .woocommerce-cart ul.wc-block-product-template__responsive{
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
/*carrito*/


/* carrito-vacio */
.woocommerce-cart .wp-block-woocommerce-cart{
    padding: 80px 20px;
}
.wp-block-woocommerce-empty-cart-block{
  text-align: center;
}
.wp-block-woocommerce-empty-cart-block a{
  text-decoration: none!important;
}
.wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::before{
  display: none !important;
}
.wp-block-woocommerce-empty-cart-block .with-empty-cart-icon{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  height: 240px;
  max-width: 250px;
  border-radius: 50%;
}
.wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::after{
  display: block;
  content: '';
  background-image: url('../img/carrito-vacio002.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-filter: none;
  filter: none;
}
.wp-block-woocommerce-empty-cart-block .btn-arrow{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 25px;
    border: 1px solid #F26522;
    background-color: #F26522!important;
    color: #fff!important;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.4s;
}
.wp-block-woocommerce-empty-cart-block .title-black{
  font-size: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
}
@media (max-width: 480px){
  .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon{
    height: 310px;
    max-width: 325px;
  }
  .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::after {
    width: 65%;
    height: 65%;
  }
}
@media (max-width: 400px){
  .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon{
    height: 270px;
    max-width: 285px;
  }
}
@media (max-width: 380px){
  .wp-block-woocommerce-empty-cart-block .title-black{
    font-size: 18px;
  }
}
@media (max-width: 360px){
  .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon{
    height: 240px;
    max-width: 250px;
  }
}
/* carrito-vacio */







/* Lost password */ /* Lost password */
.woocommerce-lost-password .titulo-pagina {
  display: block!important;
}
.woocommerce-lost-password .woocommerce-ResetPassword{
  max-width: 700px;
  margin: 0 auto;
  min-height: 350px;
}
.woocommerce-lost-password .woocommerce-form-row{
  width: 100% !important;
}
.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row--first{
	padding-top: 30px;
}
.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row--first input{
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    min-height: 45px;
    border-radius: 10px;
    color: #fff;
    padding: 11px 12px;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button{
  padding: 16px 5px 15px!important;
  border: 1px solid #F26522;
  background-color: #F26522!important;
  outline: none !important;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: var(--blanco) !important;
  margin: 0 auto !important;
  margin-top: 15px !important;
  transition: all 0.4s;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
}
/* Lost password */ /* Lost password */
