/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* ----- GLOBAL ----- */

.screen-reader-text,
.fc-content .woocommerce-notices-wrapper {
    display: none !important;
} 

#content{
    margin-bottom: 0px !important;
}

@font-face {
  font-family: 'Permanent Marker';
  src: url('/wp-content/themes/Avada-Child-Theme/fonts/PermanentMarker-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trajan Pro';
  src: url('/wp-content/themes/Avada-Child-Theme/fonts/TrajanPro-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root {
  --color-primary: #e21d91;
  --color-secondary: #00a1fc;

  --font-heading: 'Bebas Neue', sans-serif;
  --font-body: 'Be Vietnam Pro', sans-serif;
  --font-permanent: 'Permanent Marker', sans-serif;
  --font-trajan: 'Trajan Pro', serif;
}


*::selection {
  background: var(--color-primary) !important;
  color: white !important;
}

#main {
  background: hsl(0, 0%, 95%) !important;
}

.vc_column-inner {
  padding-top: 0 !important;
}

.single-xlwcty_thankyou #main {
    min-height: 100dvh !important;
} 

.single-xlwcty_thankyou th{
    font-size: 20px !important;
}

.single-xlwcty_thankyou bdi,
.single-xlwcty_thankyou .amount{
    font-size: 16px !important;
}
/* ----- TEXTO ----- */
.texto h2 {
  font-family: var(--font-heading) !important;
  font-size: 55px !important;
  margin: 0 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
}
.texto h3 {
  font-size: 32px !important;
  margin: 0 !important;
  font-weight: 300 !important;
}

.texto span,
.texto p,
.texto a {
  font-family: var(--font-body) !important;
}

.texto p {
  line-height: 1.6 !important;
  font-size: 16px !important;
}

.texto strong {
  color: var(--color-primary) !important;
}

.texto.politicas h2 {
  margin-bottom: 20px !important;
}

.texto.dim p,
.texto.dim a {
  color: hsl(0, 0%, 40%) !important;
}

.texto.word-break p {
  hyphens: auto !important;
}

/* ----- BOTONES ----- */
.button {
  cursor: pointer !important;
  font-size: 16px !important;
  font-family: var(--font-body) !important;
  width: fit-content !important;
  color: white !important;
  padding: 10px 30px !important;
  background: var(--color-primary) !important;
  width: fit-content !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 35px !important;
  transition: all 200ms ease-in-out !important;
  box-shadow: none !important;
  border: 2px solid var(--color-primary) !important;
  line-height: 1.2 !important;
}
.button:hover {
  color: var(--color-primary) !important;
  background: white !important;
  border: 2px solid var(--color-primary) !important;
}
.button:has(i) {
  padding: 8px 8px 8px 20px !important;
}
.button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.button:disabled:hover {
  background: #eee !important;
}
.button i {
  color: var(--color-primary) !important;
  font-size: 18px !important;
  background: white !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  transition: all 200ms ease-in-out !important;
}
.button:hover i {
  background: var(--color-primary) !important;
  color: white !important;
}
.button i::before {
  transform: translateX(1px) !important;
}

/* ----- HEADER ----- */
header {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: white !important;
  transition: all 200ms ease-in-out !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.home header,
.page-id-154 header,
.single-product header {
  position: fixed !important;
  background: transparent !important;
  box-shadow: none !important;
}
header.scrolled {
  background: white !important;
}
header .fusion-header {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  background: transparent !important;
}
header.scrolled .fusion-header {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

header .fusion-standard-logo {
  width: 120px !important;
}

header .fusion-header .fusion-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
header .fusion-header .fusion-row::before,
header .fusion-header .fusion-row::after {
  content: none !important;
}

header .adhoc-menu {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 35px !important;
}
/* Desktop: iconos de menú → primary por defecto (páginas con fondo blanco) */
header .adhoc-menu i {
  font-size: 19px !important;
  color: var(--color-primary) !important;
}
/* Desktop: iconos blancos en páginas con header transparente */
.home header .adhoc-menu i,
.page-id-154 header .adhoc-menu i,
.single-product header .adhoc-menu i {
  color: white !important;
}
/* Desktop: icono carrito → primary por defecto */
header .adhoc-menu .cart-icon-wrapper i {
  color: var(--color-primary) !important;
}
/* Desktop: icono carrito blanco en transparente */
.home header .adhoc-menu .cart-icon-wrapper i,
.page-id-154 header .adhoc-menu .cart-icon-wrapper i,
.single-product header .adhoc-menu .cart-icon-wrapper i {
  color: white !important;
}
/* Desktop scrolled: todos los iconos vuelven a primary */
header.scrolled .adhoc-menu i,
header.scrolled .adhoc-menu .cart-icon-wrapper i {
  color: var(--color-primary) !important;
}

header .fusion-main-menu .sub-menu{
    border-radius: 4px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

header .fusion-main-menu .sub-menu span{
    font-family: var(--font-body) !important;
    font-weight: 300 !important;
}

header .fusion-main-menu > ul > li > a {
  position: relative !important;
  color: black !important;
  transition: color 200ms ease-in-out !important;
  font-family: var(--font-body) !important;
  font-weight: 300 !important;
}
header .fusion-main-menu > ul > li i {
  color: var(--color-primary) !important;
}
.home header .fusion-main-menu > ul > li i,
.page-id-154 header .fusion-main-menu > ul > li i,
.single-product header .fusion-main-menu > ul > li i {
  color: white !important;
}
header.scrolled .fusion-main-menu > ul > li i {
  color: var(--color-primary) !important;
}
.home header .fusion-main-menu > ul > li > a,
.page-id-154 header .fusion-main-menu > ul > li > a,
.single-product header .fusion-main-menu > ul > li > a {
  color: white !important;
}
header.scrolled .fusion-main-menu > ul > li > a {
  color: black !important;
}
header .fusion-main-menu > ul > li > a:hover {
  color: var(--color-primary) !important;
}

header .fusion-main-menu > ul > li.current-menu-item > a {
  color: var(--color-primary) !important;
}

.menu-items{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-top: 2px;
}

/* ----- HEADER SEARCH ----- */
.product-search-wrapper {
  position: relative !important;
  display: inline-block !important;
}
.product-search-wrapper > button {
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
}
#product-search-form {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  background: white !important;
  padding: 14px 20px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  flex-direction: column !important;
  gap: 10px !important;
  border-radius: 10px !important;
}
header #product-search-form input {
  min-width: min(500px, 80vw) !important;
  padding: 5px 10px !important;
  font-family: var(--font-body) !important;
  border: 2px solid var(--color-primary) !important;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out !important;
  outline: none !important;
  font-size: 14px !important;
}

header #product-search-form input:focus{
    border: 2px solid var(--color-secondary) !important;
}

#product-search-form button {
    background-color: black !important;
    color: white !important;
    border: none !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-family: var(--font-body) !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;    
    transition: all 200ms ease-in-out !important;
    width: 100% !important;
}

/* ----- BURGER MENU ----- */
header .adhoc-burger-menu {
  display: none !important;
  visibility: hidden !important;
}

.burger-actions {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

.burger {
  position: relative !important;
  width: 24px !important;
  height: 18px !important;
  background: transparent !important;
  cursor: pointer !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.burger input {
  display: none !important;
}
.burger span {
  display: block !important;
  position: relative !important;
  height: 2px !important;
  width: 100% !important;
  background: var(--color-primary) !important;
  border-radius: 9px !important;
  opacity: 1 !important;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, top 0.3s ease-in-out !important;
  transform-origin: center center !important;
}
.burger input:checked ~ span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg) !important;
}
.burger input:checked ~ span:nth-of-type(2) {
  opacity: 0 !important;
  transform: scaleX(0) !important;
}
.burger input:checked ~ span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg) !important;
}

/* ----- MENÚ LATERAL ----- */
.adhoc-burger-menu .lateral-menu {
  position: fixed !important;
  top: 0 !important;
  left: -100% !important;
  width: 70% !important;
  height: 100dvh !important;
  z-index: 10000 !important;
  background: white !important;
  padding: 30px 25px !important;
  transition: left 300ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  overflow-y: auto !important;
}
.adhoc-burger-menu .lateral-menu.active {
  left: 0 !important;
}

.adhoc-burger-menu .lateral-menu-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-bottom: 25px !important;
  margin-bottom: 25px !important;
  border-bottom: 1px solid hsl(0, 0%, 92%) !important;
}
.adhoc-burger-menu .lateral-menu-header img {
  width: 110px !important;
  height: auto !important;
}

.adhoc-burger-menu .lateral-menu-nav {
  flex: 1 !important;
}

.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Items de primer nivel */
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container > ul > li {
  border-bottom: 1px solid hsl(0, 0%, 93%) !important;
}
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container > ul > li:last-child {
  border-bottom: none !important;
}

/* Fila del item: link + toggle — aplica tanto a <a> directo como dentro de .lateral-menu-item-row */
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container > ul > li > a,
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container > ul > li > .lateral-menu-item-row > a {
  display: block !important;
  color: hsl(0, 0%, 12%) !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 13px 0 !important;
  transition: color 200ms ease-in-out !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container > ul > li > a:hover,
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container > ul > li > .lateral-menu-item-row > a:hover,
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container > ul > li.submenu-open > .lateral-menu-item-row > a {
  color: var(--color-primary) !important;
}

/* Fila link + toggle */
.adhoc-lateral-menu-container .lateral-menu-item-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.adhoc-lateral-menu-container .lateral-menu-item-row > a {
  flex: 1 !important;
}

/* Botón toggle del submenú */
.adhoc-lateral-menu-container .submenu-toggle {
  flex-shrink: 0 !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 6px 4px 6px 12px !important;
  color: hsl(0, 0%, 60%) !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.adhoc-lateral-menu-container .submenu-toggle i {
  font-size: 11px !important;
  transition: transform 300ms ease-in-out !important;
  display: block !important;
  pointer-events: none !important;
}
.adhoc-lateral-menu-container li.menu-item-has-children {
  position: relative !important;
}

/* Submenús ocultos con transición — max-height controlado por JS */
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container ul ul {
  overflow: hidden !important;
  padding: 0 !important;
  border-radius: 6px !important;
  margin: 0 !important;
}
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container li.submenu-open > ul {
  margin-bottom: 0px !important;
}
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container ul ul > li {
  border-bottom: 1px solid hsl(0, 0%, 90%) !important;
}
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container ul ul > li:last-child {
  border-bottom: none !important;
}
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container ul ul > li > a {
  display: block !important;
  color: hsl(0, 0%, 35%) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  padding: 10px 16px !important;
  font-family: var(--font-body) !important;
  transition: color 200ms ease-in-out, padding-left 200ms ease-in-out !important;
}
.adhoc-burger-menu .lateral-menu .adhoc-lateral-menu-container ul ul > li > a:hover {
  color: var(--color-primary) !important;
  padding-left: 22px !important;
}

.adhoc-burger-menu .lateral-menu-footer {
  padding-top: 25px !important;
  margin-top: 25px !important;
  border-top: 1px solid hsl(0, 0%, 92%) !important;
}
.adhoc-burger-menu .lateral-menu-footer .cart-icon-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: hsl(0, 0%, 15%) !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  transition: color 200ms ease-in-out !important;
}
.adhoc-burger-menu .lateral-menu-footer .cart-icon-wrapper:hover {
  color: var(--color-primary) !important;
}
.adhoc-burger-menu .lateral-menu-footer .cart-icon-wrapper i {
  font-size: 18px !important;
  color: var(--color-primary) !important;
}
.adhoc-burger-menu .lateral-menu-footer .cart-label {
  flex: 1 !important;
}
.adhoc-burger-menu .lateral-menu-footer .cart-count {
  position: static !important;
  background: var(--color-primary) !important;
  color: white !important;
  font-size: 11px !important;
  border-radius: 9999px !important;
  padding: 2px 7px !important;
  height: auto !important;
  width: auto !important;
}

/* Overlay del menú lateral */
.lateral-menu-overlay {
  display: none !important;
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 9999 !important;
  backdrop-filter: blur(2px) !important;
  opacity: 0 !important;
  transition: opacity 300ms ease-in-out !important;
  height: 100dvh !important;
}
.lateral-menu-overlay.active {
  display: block !important;
  opacity: 1 !important;
}

/* ----- BÚSQUEDA MOBILE ----- */
.burger-search-wrapper > button {
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
}

.burger-search-wrapper > button i,
.cart-icon-wrapper{
    font-size: 20px !important;
}

#product-search-form-mobile {
  display: none !important;
  position: fixed !important;
  top: 70px !important;
  left: 0 !important;
  right: 0 !important;
  background: white !important;
  padding: 16px 20px !important;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.25) !important;
  flex-direction: column !important;
  gap: 10px !important;
  z-index: 9998 !important;
  border-top: 1px solid hsl(0, 0%, 92%) !important;
}
#product-search-form-mobile.active {
  display: flex !important;
}
#product-search-form-mobile input {
  width: 100% !important;
  padding: 10px 14px !important;
  font-family: var(--font-body) !important;
  border: 2px solid var(--color-primary) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 15px !important;
  transition: border-color 0.3s ease !important;
}
#product-search-form-mobile input:focus {
  border-color: var(--color-secondary) !important;
}
#product-search-form-mobile button[type="submit"] {
  background: black !important;
  color: white !important;
  border: none !important;
  padding: 10px 20px !important;
  font-size: 15px !important;
  font-family: var(--font-body) !important;
  border-radius: 9999px !important;
  cursor: pointer !important;
  transition: background 200ms ease-in-out !important;
  width: 100% !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
}

/* ----- CARRITO ----- */
.cart-icon-wrapper {
  position: relative !important;
  text-decoration: none !important;
}
.cart-icon-wrapper .cart-count {
  position: absolute !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  top: -8px !important;
  right: -10px !important;
  background: #000 !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: bold !important;
  border-radius: 50% !important;
  height: 20px !important;
  width: 20px !important;
  text-align: center !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* ----- CHECKOUT  ----- */

#fc-wrapper{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

body div.woocommerce .fc-wrapper .fc-coupon_code__collapsible .fc-coupon-code__apply{
    position: relative !important;
    font-size: 14px !important;
}

div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot th{
    font-size: 20px !important;
}
.has-fluid-checkout .fc-inside  input,
.has-fluid-checkout .fc-inside  textarea, 
.has-fluid-checkout .fc-inside  select,
body.has-highlighted-billing-section div.woocommerce form .fc-step__substep[data-substep-id=billing_address] select+.select2-container .select2-selection .select2-selection__rendered,
body.has-highlighted-billing-section div.woocommerce form .fc-step__substep[data-substep-id=billing_address] input[type=text]{
    font-size: 14px !important;
    background-color: #dedede !important;
    max-height: 40px !important;
    min-height: unset !important;
}

body.has-highlighted-billing-section div.woocommerce form .fc-step__substep[data-substep-id=billing_address] select+.select2-container .select2-selection .select2-selection__rendered{
    line-height: 40px !important;
}
.select2-container--default.select2-container--open .select2-dropdown,
.select2-container--open .select2-search--dropdown .select2-search__field{
    border: 1px solid #eee !important;
}

body.has-highlighted-billing-section div.woocommerce form .fc-step__substep[data-substep-id=billing_address] select+.select2-container .select2-selection{
    max-height: 40px !important;
    min-height: unset !important;
}

div.woocommerce form .form-row .select2-selection .select2-selection__arrow, div.woocommerce form .form-row .select2-selection .select2-selection__clear{
    max-height: 40px !important;
    min-height: 40px !important;
}
.fc-wrapper h3{
    font-size: 30px !important;
    color: black !important;
    font-weight: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
   border-top-color: black !important;
}


.fc-wrapper .fc-checkout-step .fc-step__substep{
    background-color: white !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
    background-color: var(--color-secondary) !important;
    color: white !important;
}

.woocommerce-NoticeGroup-checkout .is-error{
    background-color: #ffe0e0 !important;
    border: 1px solid #ffb3b3 !important;
    border-radius: 4px !important;
}
/* ----- BLOQUES PRODUCTOS ----- */
.product-block {
  position: relative !important;
  min-height: 600px !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  padding-bottom: 60px;
}
.product-block::before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 1 !important;
}
.product-block > div {

  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: end !important;
  gap: 25px !important;
  max-width: var(--site_width) !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.product-block > div button{
    cursor: pointer !important;
    font-size: 16px !important;
    font-family: var(--font-body) !important;
    min-height: 46px !important;
    width: fit-content !important;
    color: white !important;
    padding: 6px 19px !important;
    background: var(--color-primary) !important;
    width: fit-content !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 35px !important;
    transition: all 200ms ease-in-out !important;
    box-shadow: none !important;
    border: none !important;
}

.product-block > div button:hover{
    color: var(--color-primary) !important;
    background: white !important;
}

.product-block > div button i{
    color: var(--color-primary) !important;
    font-size: 18px !important;
    background: white !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100% !important;
    padding-left: 2px !important;
    position: relative !important;
    right: -12px !important;
    transition: all 200ms ease-in-out !important;
}

.product-block > div button:hover i{
    background: var(--color-primary) !important;
    color: white !important;
}

.product-block.reverse > div {
  right: 0 !important;
  left: auto !important;
  align-items: flex-end !important;
}
.product-block span {
  font-size: 16px !important;
  color: white !important;
  font-weight: 300 !important;
}
.product-block h2 {
  color: white !important;
}
.product-block.reverse h2 {
  text-align: end !important;
}

/* ----- GRID CATEGORIAS ----- */
.grid-categories {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
  gap: 15px !important;
}
.grid-categories .category {
  position: relative !important;
  min-height: 400px !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}



.grid-categories .category > div {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  padding: 20px !important;
}
.grid-categories .category button{
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
  font-size: 36px !important;
  font-family: var(--font-heading) !important;
  transition: all 0.15s ease-in-out !important;
  background-color: transparent !important;
  border: 0px !important;
  height: fit-content !important;
  color: black !important;
}

.grid-categories .category button i {
  font-size: 18px !important;
  width: 30px !important;
  height: 30px !important;
  background: var(--color-primary) !important;
  color: white !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  position: relative !important;
  top: -3px !important;
}
.grid-categories .category button i::before {
  transform: translateX(1px) !important;
}

.grid-categories .category:hover button{
    transform: translateY(-20px) !important;
    color: var(--color-primary) !important;
}

/* ----- GRID PRODUCTOS ----- */
.grid-products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)) !important;
  gap: 15px !important;
}
.grid-products .product {
  position: relative !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 500px !important;
}
.grid-products .product::before {
  content: '' !important;
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 1 !important;
}
.grid-products .product > div {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 25px !important;
  max-width: 400px !important;
  align-items: center !important;
}
.grid-products .product span {
  font-size: 16px !important;
  color: white !important;
  font-weight: 300 !important;
}
.grid-products .product h2 {
  color: white !important;
  text-align: center !important;
}

.grid-products .product button{
    cursor: pointer !important;
    font-size: 16px !important;
    font-family: var(--font-body) !important;
    min-height: 46px !important;
    width: fit-content !important;
    color: white !important;
    padding: 6px 19px !important;
    background: var(--color-primary) !important;
    width: fit-content !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 35px !important;
    transition: all 200ms ease-in-out !important;
    box-shadow: none !important;
    border: none !important;
}

.grid-products .product:hover button{
    color: var(--color-primary) !important;
    background: white !important;
}

.grid-products .product button i{
    color: var(--color-primary) !important;
    font-size: 18px !important;
    background: white !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100% !important;
    padding-left: 2px !important;
    position: relative !important;
    right: -12px !important;
    transition: all 200ms ease-in-out !important;
}

.grid-products .product:hover button i{
    background: var(--color-primary) !important;
    color: white !important;
}
    


/* ----- INSTAGRAM ----- */
.instagram {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 35px !important;
  padding: 35px 0 !important;
}
.instagram > div {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}

/* ----- GRID GALERÍA ----- */
.grid-gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
}
.grid-gallery > img {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* ----- NOVEDADES ----- */
.novedades {
  display: grid !important;
  grid-template-columns: 1fr 2fr !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 35px !important;
  padding: 55px 0 !important;
}
.novedades h2 {
  color: white !important;
}
.novedades p {
  color: white !important;
  margin: 0 !important;
  font-size: 18px !important;
}
.novedades .info {
  font-size: 12px !important;
  line-height: 1.1 !important;
  color: hsl(0, 0%, 90%) !important;
}
.novedades > div {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}
.novedades .novedades-form > div {
  margin: 0 !important;
}
.novedades .novedades-form .gform_fields {
  display: grid !important;
  grid-template-columns: 3.5fr auto !important;
  gap: 15px !important;
}
.novedades .novedades-form .gform_fields > div:first-child {
  grid-column: span 1 !important;
}
.novedades .novedades-form .gform_fields > div:nth-child(2) {
  grid-column: span 1 !important;
}
.novedades .novedades-form .gform_fields > div:last-child {
  grid-column: span 1 !important;
}
.novedades .novedades-form .gform-footer {
  display: none !important;
  visibility: hidden !important;
}

.gform-body .gform_fields{
    gap: 20px !important;
}

#main .gform-body .gform_fields *{
    outline: none !important;
    resize: none !important;
    box-shadow: unset !important;
}

#main .gform-body .gform_fields input:focus,
#main .gform-body .gform_fields textarea:focus{
    border: 2px solid var(--color-secondary) !important;
}


/* ----- BLOQUE LETHAL ----- */
.lethal-block {
  position: relative !important;
  height: 90dvh !important;
  background: black !important;
  overflow: hidden !important;
}
.lethal-block .background {
  position: absolute !important;
  object-fit: cover !important;
  object-position: center !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.3 !important;
}
.lethal-block .object {
  position: absolute !important;
  top: 50% !important;
  height: 600px !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1 !important;
}
.lethal-block span {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: min(24vw, 334px) !important;
  font-family: var(--font-permanent) !important;
  color: white !important;
  text-transform: uppercase !important;
}
.lethal-block div {
  position: absolute !important;
  padding: 50px 100px !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.lethal-block div p {
  color: white !important;
  max-width: 400px !important;
}

/* ----- LETHAL CARACTERISTICAS ----- */
.grid-caracteristicas {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 35px !important;
}

.card-caracteristicas {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}
.card-caracteristicas h3 {
  width: 65% !important;
  margin: 0px !important;
  font-family: var(--font-heading) !important;
  font-weight: unset !important;
}
.card-caracteristicas img {
  height: 55px !important;
  width: 55px !important;
  object-fit: contain !important;
  object-position: center !important;
}
.card-caracteristicas p {
  margin: 0 !important;
}

/* ----- FORMULARIOS ----- */
.gform_wrapper {
  margin: 0 !important;
}

.gform_validation_errors {
  display: none !important;
  visibility: hidden !important;
}
.gform-body input,
.gform-body textarea {
  font-family: var(--font-body) !important;
  border: 2px solid var(--color-primary) !important;
  box-shadow: none !important;
}
.gform-body input::placeholder,
.gform-body textarea::placeholder {
  color: hsl(0, 0%, 50%) !important;
  font-family: var(--font-body) !important;
}
.gform-body input:focus,
.gform-body textarea:focus {
  outline-color: var(--color-secondary) !important;
  outline-width: 3px !important;
  outline-style: solid !important;
  outline-offset: 1px !important;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* ----- SLIDER ----- */
.slider-container {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
}
.slider-track {
  display: flex !important;
  transition: transform 0.4s ease !important;
  gap: 35px !important;
}

.card {
  flex: 0 0 calc((100% - (35px * 2)) / 3) !important;
  background: white !important;
  padding: 30px 40px !important;
  border-radius: 35px !important;
  font-size: 18px !important;
}
.card:last-child {
  margin-right: 0 !important;
}

.slider-controls {
  margin-top: 20px !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 20px !important;
}
.slider-controls button {
  font-size: 18px !important;
  color: white !important;
  background: var(--color-primary) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;
  border: none !important;
  transition: all 200ms ease-in-out !important;
  cursor: pointer !important;
}
.slider-controls button:disabled {
  opacity: 0.7 !important;
  cursor: not-allowed !important;
}
.slider-controls button:not(:disabled):hover {
  background: white !important;
  color: var(--color-primary) !important;
}
.slider-controls #prevBtn i {
  transform: translateX(-1px) !important;
}
.slider-container #nextBtn i {
  transform: translateX(1px) !important;
}

/* ----- PRODUCTOS ----- */
.grid-single-products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(325px, 1fr)) !important;
  gap: 20px !important;
}
.grid-single-products .single-product-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
  transition: transform 0.2s ease !important;
}
.grid-single-products .single-product-title-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
}
.grid-single-products .single-product-title-link:hover h3 {
  text-decoration: underline !important;
}
.grid-single-products .single-product {
  display: flex !important;
  flex-direction: column !important;
  background: white !important;
  border-radius: 35px !important;
}
.grid-single-products .single-product img {
  padding: 20px 20px 0 20px !important;
  width: 100% !important;
  height: 450px !important;
  object-fit: cover !important;
  object-position: center !important;
}
.grid-single-products .single-product-content {
  padding: 20px 40px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}
.grid-single-products .single-product-content h3 {
  font-family: var(--font-heading) !important;
  font-size: 32px !important;
  margin: 0 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  letter-spacing: initial !important;
  text-align: center !important;
}
.grid-single-products .single-product-extra {
  display: flex !important;
  justify-content: center!important;
  align-items: center !important;
  gap: 30px !important;
}
.grid-single-products .single-product-price {
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: -1px !important;
}
.grid-single-products .single-product-price del {
  opacity: 0.5 !important;
  font-size: 0.8em !important;
  font-weight: 500 !important;
  margin-right: 4px !important;
  text-decoration: line-through !important;
}
.grid-single-products .single-product-price ins {
  text-decoration: none !important;
  color: hsl(324, 77%, 50%) !important;
}
/* WooCommerce wraps del/ins inside .woocommerce-Price-amount */
.grid-single-products .single-product-price .woocommerce-Price-amount bdi::before {
  content: none !important;
}
.grid-single-products .add-to-cart-btn {
  opacity: 1 !important;
  cursor: pointer !important;
}
.grid-single-products .add-to-cart-btn:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.grid-single-products .product-customizer {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 30px !important;
  user-select: none;
}
.grid-single-products .product-customizer .quantity-selector {
  display: flex !important;
  width: fit-content !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}
.grid-single-products .product-customizer .quantity-selector button {
  cursor: pointer !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 9999px !important;
  border: none !important;
  background: black !important;
  color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
}
.grid-single-products .product-customizer .quantity-selector input {
  width: min-content !important;
}

/* Custom Dropdown Styles */
.grid-single-products .product-customizer .custom-dropdown {
  position: relative !important;
  width: 100% !important;
  max-width: 160px !important;
}

.grid-single-products .product-customizer .custom-dropdown__selected {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 8px 12px !important;
  background: white !important;
  border: 2px solid hsl(0, 0%, 90%) !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: hsl(0, 0%, 20%) !important;
}

.grid-single-products .product-customizer .custom-dropdown__selected:hover {
  border-color: var(--color-secondary) !important;
  background: hsl(200, 100%, 98%) !important;
}

.grid-single-products .product-customizer .custom-dropdown__selected i {
  width: 20px !important;
  height: 20px !important;
  border-radius: 9999px !important;
  background: var(--color-secondary) !important;
  color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 10px !important;
  transition: transform 0.2s ease !important;
  flex-shrink: 0 !important;
}

.grid-single-products .product-customizer .custom-dropdown__options.show .custom-dropdown__selected i {
  transform: rotate(180deg) !important;
}

.grid-single-products .product-customizer .custom-dropdown__text {
  flex: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin-right: 8px !important;
}

.grid-single-products .product-customizer .custom-dropdown__options {
  position: absolute !important;
  top: calc(100% + 4px) !important;
  left: 0 !important;
  right: 0 !important;
  background: white !important;
  border: 2px solid hsl(0, 0%, 90%) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transition: all 0.2s ease !important;
  z-index: 1000 !important;
}

.grid-single-products .product-customizer .custom-dropdown__options.show {
  max-height: 200px !important;
  overflow-y: auto !important;
  opacity: 1 !important;
  padding: 4px !important;
}

.grid-single-products .product-customizer .custom-dropdown__option {
  padding: 10px 12px !important;
  cursor: pointer !important;
  border-radius: 8px !important;
  transition: all 0.15s ease !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  color: hsl(0, 0%, 30%) !important;
}

.grid-single-products .product-customizer .custom-dropdown__option:hover {
  background: hsl(200, 100%, 95%) !important;
  color: var(--color-secondary) !important;
}

.grid-single-products .product-customizer .custom-dropdown__option.active {
  background: var(--color-secondary) !important;
  color: white !important;
  font-weight: 600 !important;
}

.grid-single-products .product-customizer .custom-dropdown__options::-webkit-scrollbar {
  width: 6px !important;
}

.grid-single-products .product-customizer .custom-dropdown__options::-webkit-scrollbar-track {
  background: hsl(0, 0%, 95%) !important;
  border-radius: 10px !important;
}

.grid-single-products .product-customizer .custom-dropdown__options::-webkit-scrollbar-thumb {
  background: var(--color-secondary) !important;
  border-radius: 10px !important;
}

.grid-single-products .product-customizer .custom-dropdown__options::-webkit-scrollbar-thumb:hover {
  background: hsl(200, 100%, 40%) !important;
}

/* Dropdown solo lectura (producto simple con atributos) */
.grid-single-products .product-customizer .custom-dropdown--readonly .custom-dropdown__selected {
  cursor: default !important;
  pointer-events: none !important;
  background: hsl(0, 0%, 97%) !important;
  border-color: hsl(0, 0%, 88%) !important;
  color: hsl(0, 0%, 40%) !important;
}

.grid-single-products .product-customizer .custom-dropdown--readonly .custom-dropdown__selected:hover {
  border-color: hsl(0, 0%, 88%) !important;
  background: hsl(0, 0%, 97%) !important;
}

/* SINGLE PRODUCT */

.single-product #main {
  padding: 0px !important;
}

.single-product #main .fusion-row{
  max-width: unset !important;
  width: 100% !important;
  margin: 0px !important;
  flex-direction: column !important;
}
.banner-producto {
    position: relative;
    width: 100%;
    max-height: 90dvh;
    min-height: 400px;
    height: 90dvh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Contenedor central */
.banner-producto__centro {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px; 
    width: 100%;
    max-width: var(--site_width);
    margin: 0 auto;
    /* Container para que el título hijo pueda usar cqw */
    container-type: inline-size;
    container-name: banner-centro;
    padding: 0;
    box-sizing: border-box;
}

/* Imagen transparente del producto */
.banner-producto__imagen-producto {
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 24px rgba(0,0,0,0.4));
    z-index: 2;
    /* Posición absoluta respetando el padding del contenedor (40px base) */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    right: 40px;
    width: calc(100% - 80px);
    margin: auto;
}

/* Título del producto: 1 línea, llena el contenedor */
.banner-producto__titulo {
    font-size: clamp(1.5rem, 18cqw, 12rem);
    position: relative !important;
    left: 2% !important;
    text-transform: uppercase;
    font-family: var(--font-trajan) !important;
    color: #ffffff;
    white-space: nowrap;
    margin: 0;
    /* max-width evita que desborde el content-box del padre con padding */
    max-width: 100%;
    width: fit-content;
    padding-top: 20px;
    display: block;
    line-height: 1;
    /* El JS garantiza que no desborde, no necesitamos overflow:hidden */
    overflow: visible;
}
/* Franja inferior del banner */
.banner-producto__pie {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 60px;
    gap: 20px;
    max-width: var(--site_width);
    width: 100%;
    margin: auto;
}

/* Descripción corta del producto */
.banner-producto__descripcion {
    color: #f0f0f0;
    max-width: 55%;
    margin: 0;
}

.banner-producto__descripcion p {
    margin: 0;
    font-weight: 300 !important;
    font-family: var(--font-body) !important;
}

/* Botón de comprar */
.banner-producto__boton-comprar button {
    cursor: pointer !important;
    font-size: 16px !important;
    font-family: var(--font-body) !important;
    width: fit-content !important;
    color: white !important;
    padding: 6px 20px !important;
    background: var(--color-primary) !important;
    width: fit-content !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 35px !important;
    transition: all 200ms ease-in-out !important;
    border: 0px !important;
}

.banner-producto__boton-comprar button i{
    color: var(--color-primary) !important;
    font-size: 18px !important;
    background: white !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100% !important;
    padding-left: 2px !important;
    position: relative !important;
    right: -12px !important;
    transition: all 200ms ease-in-out !important;
}

.banner-producto__boton-comprar button:hover i{
    background: var(--color-primary) !important;
    color: white !important;
}

.banner-producto__boton-comprar button i::before {
    transform: translateX(1px) !important;
}

.banner-producto__boton-comprar:hover button,
.banner-producto__boton-comprar:focus button {
    background-color: white !important;
    color: var(--color-primary) !important;
    text-decoration: none !important;
}

.banner-producto__boton-comprar:hover,
.banner-producto__boton-comprar:focus {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

/* Sección Características */
.seccion-caracteristicas{
    padding: 48px 20px;
}

.fila-caracteristicas{
    display: flex;
    gap: 28px;
    align-items: flex-start;
    max-width: var(--site_width);
    margin: 0 auto;
}

.seccion-caracteristicas__col-izquierda{
    flex: 0 0 30%;
}

.seccion-caracteristicas__col-izquierda h2{
    margin: 0;
}

.seccion-caracteristicas__col-derecha{
    flex: 1;
    display: flex;
    gap: 20px;
}

.seccion-caracteristicas__col-derecha .col{
    flex: 1;
}

.slider-container-producto{
  margin: auto;
  max-width: var(--site_width);
}

/* Sección Galería */
.seccion-galeria{
    padding: 60px 20px;
}
.seccion-galeria__contenedor{
    max-width: var(--site_width);
    margin: 0 auto;
}
.seccion-galeria__cabecera{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    gap: 20px;
    flex-wrap: wrap;
}
.seccion-galeria__titulo{
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}
.seccion-galeria__titulo .rosa{
    color: #e91e8c;
}
.seccion-galeria__precio{
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 700;
    color: #111;
}
.seccion-galeria__precio del{
    opacity: 0.5;
    font-size: 0.8em;
    margin-right: 8px;
}
.seccion-galeria__precio ins{
    text-decoration: none;
    color: #e91e8c;
}
.seccion-galeria__grid{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.seccion-galeria__item{
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    height: 380px;
}
/* Patrón: fila 1 (30%-70%), fila 2 (70%-30%), fila 3 (100%), repeat */
.seccion-galeria__item:nth-child(6n+1){ width: calc(30% - 10px); }
.seccion-galeria__item:nth-child(6n+2){ width: calc(70% - 10px); }
.seccion-galeria__item:nth-child(6n+3){ width: calc(70% - 10px); }
.seccion-galeria__item:nth-child(6n+4){ width: calc(30% - 10px); }
.seccion-galeria__item:nth-child(6n+5){ width: 100%; }
.seccion-galeria__item:nth-child(6n){ width: 100%; }

/* Enlace lightbox: ocupa todo el item */
.seccion-galeria__enlace{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}
.seccion-galeria__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.seccion-galeria__enlace:hover img,
.seccion-galeria__enlace:focus img{
    transform: scale(1.07);
}
/* Overlay de zoom */
.seccion-galeria__zoom{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0);
    transition: background 0.3s ease;
    pointer-events: none;
}
.seccion-galeria__zoom i{
    color: #fff;
    font-size: 1.75rem;
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.3s ease, transform 0.3s ease;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5));
}
.seccion-galeria__enlace:hover .seccion-galeria__zoom,
.seccion-galeria__enlace:focus .seccion-galeria__zoom{
    background: rgba(0,0,0,0.28);
}
.seccion-galeria__enlace:hover .seccion-galeria__zoom i,
.seccion-galeria__enlace:focus .seccion-galeria__zoom i{
    opacity: 1;
    transform: scale(1);
}

/* Sección Compra */
.seccion-compra{
    padding: 48px 20px;
}
.seccion-compra__contenedor{
    max-width: var(--site_width);
    margin: 0 auto;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.seccion-compra__atributos{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: right;
    gap: 18px;
    min-width: 280px;
}
.atributo-grupo{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.atributo-grupo label{
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
}
.atributo-opciones{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.atributo-opciones button{
    cursor: pointer;
    font-size: 16px;
    font-family: var(--font-body);
    min-height: 46px;
    color: var(--color-secondary);
    padding: 10px 20px;
    background: white;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 200ms ease-in-out;
    box-shadow: 0 0 0 2px var(--color-secondary) inset;
    border: none;
    font-weight: 600;
}
.atributo-opciones button:hover{
    color: white;
    background: var(--color-secondary);
}
.atributo-opciones button.seleccionado{
    background: var(--color-secondary);
    color: white;
}
.atributo-opciones button:has(i){
    padding: 8px 20px 8px 20px;
}
.atributo-opciones button i{
    color: var(--color-secondary);
    font-size: 18px;
    background: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 200ms ease-in-out;
}
.atributo-opciones button:hover i,
.atributo-opciones button.seleccionado i{
    background: white;
    color: var(--color-secondary);
}
.atributo-opciones button i::before{
    transform: translateY(1px);
}
.seccion-compra__carrito{
    flex: 0 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 12px;
}
.precio-dinamico{
    font-size: 1.5rem;
    font-weight: 700;
    color: #e91e8c;
}
.precio-dinamico del{
    opacity: 0.5;
    font-size: -0.2em;
    margin-right: 2px;
    color: #666;
}
.boton-anadir-carrito{
    cursor: pointer;
    font-size: 16px;
    font-family: var(--font-body);
    min-height: 46px;
    width: fit-content;
    color: white;
    padding: 10px 32px 10px 32px;
    background: var(--color-primary);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    transition: all 200ms ease-in-out;
    box-shadow: none;
    border: none;
    font-weight: 700;
    white-space: nowrap;
}
.boton-anadir-carrito:hover{
    color: var(--color-primary);
    background: white;
    box-shadow: 0 0 0 2px var(--color-primary) inset;
}
.boton-anadir-carrito:disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.boton-anadir-carrito:has(i){
    padding: 8px 8px 8px 32px;
}
.boton-anadir-carrito i{
    color: var(--color-primary);
    font-size: 18px;
    background: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 200ms ease-in-out;
}
.boton-anadir-carrito:hover i{
    background: var(--color-primary);
    color: white;
}
.boton-anadir-carrito i::before{
    transform: translateX(1px);
}

/* ----- CARRITO ----- */
.grid-carrito {
  display: grid !important;
  grid-template-columns: 3fr 1fr !important;
  gap: 35px !important;
}
.grid-carrito h2 {
  margin-bottom: 35px !important;
}
.grid-carrito .grid-carrito-products {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

/* Tarjeta horizontal */
.grid-carrito .carrito-product {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  background: white !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  gap: 0 !important;
  min-height: 140px !important;
}

/* Imagen a la izquierda — ocupa 100% del alto de la tarjeta */
.grid-carrito .carrito-product img {
  flex-shrink: 0 !important;
  display: block !important;
  width: 180px !important;
  height: auto !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* Info a la derecha */
.grid-carrito .carrito-info {
  flex: 1 !important;
  padding: 20px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-width: 0 !important;
}

/* Nombre del producto */
.grid-carrito .carrito-info h3 {
  font-family: var(--font-heading) !important;
  font-size: 22px !important;
  margin: 0 !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  letter-spacing: initial !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Fila inferior: customizer + precio + eliminar */
.grid-carrito .single-product-extra {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.grid-carrito .single-product-price {
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -1px !important;
  white-space: nowrap !important;
}
.grid-carrito .single-product-price del {
  opacity: 0.5 !important;
  font-size: 0.8em !important;
  font-weight: 500 !important;
  margin-right: 4px !important;
  text-decoration: line-through !important;
}
.grid-carrito .single-product-price ins {
  text-decoration: none !important;
  color: hsl(324, 77%, 50%) !important;
}

.grid-carrito .add-to-cart-btn {
  opacity: 1 !important;
  cursor: pointer !important;
}
.grid-carrito .add-to-cart-btn:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

/* Customizer: selector de cantidad + dropdown compactos */
.grid-carrito .product-customizer {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  user-select: none !important;
  flex-wrap: wrap !important;
}
.grid-carrito .product-customizer .quantity-selector {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}
.grid-carrito .product-customizer .quantity-selector button {
  cursor: pointer !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 9999px !important;
  border: none !important;
  background: black !important;
  color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  transition: all 200ms ease-in-out !important;
}
.grid-carrito .product-customizer .quantity-selector button:disabled {
  opacity: 0.5 !important;
}
.grid-carrito .product-customizer .quantity-selector input {
  width: min-content !important;
}

/* Custom Dropdown compacto */
.grid-carrito .product-customizer .custom-dropdown {
  position: relative !important;
  min-width: 130px !important;
  max-width: 160px !important;
}
.grid-carrito .product-customizer .custom-dropdown__selected {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 6px 10px !important;
  background: white !important;
  border: 2px solid hsl(0, 0%, 90%) !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: hsl(0, 0%, 20%) !important;
}
.grid-carrito .product-customizer .custom-dropdown__selected:hover {
  border-color: var(--color-secondary) !important;
  background: hsl(200, 100%, 98%) !important;
}
.grid-carrito .product-customizer .custom-dropdown__selected i {
  width: 18px !important;
  height: 18px !important;
  border-radius: 9999px !important;
  background: var(--color-secondary) !important;
  color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 9px !important;
  transition: transform 0.2s ease !important;
  flex-shrink: 0 !important;
}
.grid-carrito .product-customizer .custom-dropdown__options.show .custom-dropdown__selected i {
  transform: rotate(180deg) !important;
}
.grid-carrito .product-customizer .custom-dropdown__text {
  flex: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin-right: 6px !important;
}
.grid-carrito .product-customizer .custom-dropdown__options {
  position: absolute !important;
  top: calc(100% + 4px) !important;
  left: 0 !important;
  right: 0 !important;
  background: white !important;
  border: 2px solid hsl(0, 0%, 90%) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transition: all 0.2s ease !important;
  z-index: 1000 !important;
}
.grid-carrito .product-customizer .custom-dropdown__options.show {
  max-height: 200px !important;
  overflow-y: auto !important;
  opacity: 1 !important;
  padding: 4px !important;
}
.grid-carrito .product-customizer .custom-dropdown__option {
  padding: 8px 10px !important;
  cursor: pointer !important;
  border-radius: 8px !important;
  transition: all 0.15s ease !important;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  color: hsl(0, 0%, 30%) !important;
}
.grid-carrito .product-customizer .custom-dropdown__option:hover {
  background: hsl(200, 100%, 95%) !important;
  color: var(--color-secondary) !important;
}
.grid-carrito .product-customizer .custom-dropdown__option.active {
  background: var(--color-secondary) !important;
  color: white !important;
  font-weight: 600 !important;
}
.grid-carrito .product-customizer .custom-dropdown__options::-webkit-scrollbar {
  width: 6px !important;
}
.grid-carrito .product-customizer .custom-dropdown__options::-webkit-scrollbar-track {
  background: hsl(0, 0%, 95%) !important;
  border-radius: 10px !important;
}
.grid-carrito .product-customizer .custom-dropdown__options::-webkit-scrollbar-thumb {
  background: var(--color-secondary) !important;
  border-radius: 10px !important;
}
.grid-carrito .product-customizer .custom-dropdown__options::-webkit-scrollbar-thumb:hover {
  background: hsl(200, 100%, 40%) !important;
}
/* Dropdown solo lectura */
.grid-carrito .product-customizer .custom-dropdown--readonly .custom-dropdown__selected {
  cursor: default !important;
  pointer-events: none !important;
  background: hsl(0, 0%, 97%) !important;
  border-color: hsl(0, 0%, 88%) !important;
  color: hsl(0, 0%, 40%) !important;
}
.grid-carrito .product-customizer .custom-dropdown--readonly .custom-dropdown__selected:hover {
  border-color: hsl(0, 0%, 88%) !important;
  background: hsl(0, 0%, 97%) !important;
}

.grid-carrito .total {
  font-size: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.grid-carrito .total span:first-child {
  font-weight: 300 !important;
  font-size: 16px !important;
}
.grid-carrito .total span:last-child {
  font-weight: 600 !important;
}
.grid-carrito .pay a {
  margin-top: 10px !important;
  width: 100% !important;
}

/* ----- FOOTER ----- */
footer {
  background: black !important;
}
.adhoc-footer {
  display: flex !important;
  flex-direction: column !important;
  gap: 35px !important;
}
.adhoc-footer p,
.adhoc-footer a {
  color: hsl(0, 0%, 70%) !important;
  transition: color 200ms ease-in-out !important;
  margin: 0 !important;
  font-size: 14px !important;
}
.adhoc-footer a:hover {
  color: white !important;
}
.adhoc-footer .links {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 35px !important;
  padding: 0 0 35px 0 !important;
  border-bottom: 1px solid hsl(0, 0%, 100%) !important;
}
.adhoc-footer .links img {
  width: 120px !important;
  height: auto !important;
}
.adhoc-footer .links nav {
  display: flex !important;
  gap: 25px !important;
}
.adhoc-footer .legal {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 35px !important;
}
.adhoc-footer .legal div {
  display: flex !important;
  gap: 25px !important;
}

.adhoc-footer a,
.adhoc-footer p,
.adhoc-footer span{
    font-family: var(--font-body) !important;
    font-weight: 200 !important;
    color: #fff !important;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 1500px) {
  .texto h2 {
    font-size: 50px !important;
  }
  .texto h3 {
    font-size: 30px !important;
  }
  .texto p {
    font-size: 15px !important;
  }
}
@media (max-width: 1400px){

    .banner-producto__pie,
    .slider-container-producto,
    .seccion-caracteristicas,
    .seccion-galeria,
    .seccion-compra__contenedor {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* El padding del centro se descuenta automáticamente por el JS de fitBannerTitle */
    .banner-producto__centro {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    /* Imagen respeta el padding de 30px */
    .banner-producto__imagen-producto {
        left: 30px !important;
        right: 30px !important;
        width: calc(100% - 60px) !important;
    }

}
@media (max-width: 1330px){
    .product-block > div {
        padding: 20px;
    }
}
@media (max-width: 1275px) {
  .grid-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-gallery > img {
    height: 350px !important;
  }
}
@media (max-width: 1100px) {
  .novedades {
    grid-template-columns: 1fr !important;
  }
  .lethal-block .object {
    height: 450px !important;
  }
  .card {
    flex: 0 0 calc((100% - 35px) / 2) !important;
  }
  .grid-caracteristicas {
    grid-template-columns: 1fr 1fr !important;
  }
  .grid-caracteristicas h2 {
    grid-column: span 2 !important;
  }
  .grid-carrito {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 950px) {
  header .adhoc-menu {
    display: none !important;
    visibility: hidden !important;
  }
  header .adhoc-burger-menu {
    display: flex !important;
    visibility: visible !important;
    align-items: center !important;
  }
  /* Responsive: iconos burger por defecto → primary (páginas con fondo blanco) */
  header .adhoc-burger-menu .burger-actions i {
    color: var(--color-primary) !important;
  }
  /* Responsive: iconos blancos en páginas con header transparente */
  .home header .adhoc-burger-menu .burger-actions i,
  .page-id-154 header .adhoc-burger-menu .burger-actions i,
  .single-product header .adhoc-burger-menu .burger-actions i {
    color: white !important;
  }
  .home header .adhoc-burger-menu .burger span,
  .page-id-154 header .adhoc-burger-menu .burger span,
  .single-product header .adhoc-burger-menu .burger span {
    background: white !important;
  }
  /* Responsive scrolled: todos los iconos vuelven a primary */
  header.scrolled .adhoc-burger-menu .burger-actions i,
  header.scrolled .adhoc-burger-menu .burger-actions .cart-icon-wrapper i {
    color: var(--color-primary) !important;
  }
  header.scrolled .adhoc-burger-menu .burger span {
    background: var(--color-primary) !important;
  }

  .burger-actions{
    gap: 14px !important;
  }

  .burger-actions i{
    padding-top: 4px !important;
  }
  .cart-icon-wrapper {
    margin-right: 10px !important;
    padding-top: 1px !important;
  }

.fila-caracteristicas{
    display: flex !important;
    flex-direction: column !important;
}

.seccion-caracteristicas__col-derecha{
    display: flex !important;
    flex-direction: column !important;
}
}
@media (max-width: 850px) {
  .instagram {
    flex-direction: column !important;
  }
  .instagram > div {
    gap: 0 !important;
  }
  .instagram span {
    text-align: center !important;
  }
  .instagram h2 {
    text-align: center !important;
  }

  .novedades .novedades-form .gform_fields > div:nth-child(2) {
    grid-column: span 2 !important;
  }
  .novedades .novedades-form .button {
    background: white !important;
    color: var(--color-primary) !important;
  }
  .novedades .novedades-form .button:hover {
    background: var(--color-primary) !important;
    color: white !important;
  }

  footer .adhoc-footer .links {
    flex-direction: column !important;
    gap: 15px !important;
  }
  footer .adhoc-footer .legal {
    flex-direction: column-reverse !important;
    gap: 10px !important;
  }
}
@media (max-width: 800px) {

    .grid-carrito .total span:first-child{
        font-size: 14px !important;
    }
  .lethal-block .object {
    height: 400px !important;
  }
  .lethal-block div {
    flex-direction: column !important;
    gap: 15px !important;
    padding: 30px !important;
  }
  .lethal-block div p {
    max-width: 100% !important;
    text-align: center !important;
  }
  .card {
    flex: 0 0 calc(100% / 1) !important;
  }
  .grid-caracteristicas {
    grid-template-columns: 1fr !important;
  }
  .grid-caracteristicas h2 {
    grid-column: span 1 !important;
  }
    #main>.fusion-row{
        flex-direction: column !important;
        flex-wrap: unset !important;
    }

    .grid-single-products .single-product-content{
        gap: 15px !important;
    }

    .grid-single-products .add-to-cart-btn{
        font-size: 14px !important;
        padding: 10px 15px !important;
    }

    .grid-single-products .single-product img{
        height: 300px !important;
    }

    .grid-single-products .product-customizer *{
        font-size: 13px !important;
    }

    /* Carrito horizontal: imagen más estrecha en pantallas medianas */
    .grid-carrito .carrito-product {
        min-height: 120px !important;
    }
    .grid-carrito .carrito-product img {
        width: 140px !important;
        min-height: 100% !important;
    }

    .grid-carrito .carrito-info {
        padding: 16px 18px !important;
        gap: 10px !important;
    }

    .grid-carrito .carrito-info h3 {
        font-size: 16px !important;
    }

    .grid-carrito .single-product-price {
        font-size: 16px !important;
    }

    .grid-carrito .add-to-cart-btn {
        font-size: 13px !important;
        padding: 8px 14px !important;
    }

    .carrito-info *{
        font-size: 13px !important;
    }

    .grid-carrito .product-customizer * {
        font-size: 12px !important;
    }

    .grid-carrito .product-customizer .quantity-selector button {
        width: 22px !important;
        height: 22px !important;
    }
}

@media (max-width: 780px){

    .seccion-galeria__titulo{
        font-size: 35px !important;
    }
    
    .texto h2 {
        font-size: 32px !important;
    }
    .texto h3 {
        font-size: 28px !important;
    }
    .texto p {
        font-size: 15px !important;
    }

    .banner-producto__imagen-producto{
        top: 10px !important;
        left: 30px !important;
        right: 30px !important;
        width: calc(100% - 60px) !important;
    }

    .banner-producto__centro{
        top: -20px !important;
    }

    .banner-producto__pie{
       display: flex !important;
       flex-direction: column !important;
       align-items: flex-start !important;
       padding-left: 30px !important;
       padding-right: 30px !important;
       padding-bottom: 30px !important;
    }

    .banner-producto__descripcion {
        max-width: 100% !important;
    }

    .banner-producto__descripcion p{
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .banner-producto__boton-comprar button,
    .atributo-opciones button,
    .boton-anadir-carrito
    {
        font-size: 14px !important;
    }
    
    .seccion-galeria__item:nth-child(6n+1),
    .seccion-galeria__item:nth-child(6n+2),
    .seccion-galeria__item:nth-child(6n+3),
    .seccion-galeria__item:nth-child(6n+4),
    .seccion-galeria__item:nth-child(6n+5),
    .seccion-galeria__item:nth-child(6n) {
        width: 100% !important;
    }

    .seccion-compra__contenedor {
        flex-direction: column !important;
    }

    .seccion-compra__atributos {
        min-width: unset !important;
        width: 100% !important;
        align-items: flex-start !important;
    }

    .seccion-compra__carrito {
        width: 100% !important;
        align-items: stretch !important;
    }

    .boton-anadir-carrito {
        width: 100% !important;
        justify-content: center !important;
    }

}

@media (max-width: 550px) {
  .lethal-block .object {
    height: 300px !important;
  }
  .lethal-block div {
    flex-direction: column !important;
    gap: 5px !important;
  }
  footer .adhoc-footer .links nav {
    flex-direction: column !important;
    gap: 5px !important;
    text-align: center !important;
  }
  footer .adhoc-footer .legal div {
    flex-direction: column !important;
    gap: 5px !important;
    text-align: center !important;
  }
}

/* =============================================
   CARRITO - Responsive móvil pequeño (≤440px)
============================================= */
@media (max-width: 440px) {
    .grid-carrito .carrito-product {
        min-height: 100px !important;
    }
    .grid-carrito .carrito-product img {
        width: 100px !important;
        min-height: 100% !important;
    }

    .grid-carrito .carrito-info {
        padding: 12px 14px !important;
        gap: 8px !important;
    }

    .grid-carrito .carrito-info h3 {
        font-size: 20px !important;
        font-weight: unset !important;
    }

    .grid-carrito .single-product-price {
        font-size: 14px !important;
    }

    .grid-carrito .single-product-extra {
        gap: 8px !important;
    }

    .grid-carrito .product-customizer {
        gap: 8px !important;
    }

    .grid-carrito .add-to-cart-btn {
        font-size: 12px !important;
        padding: 6px 12px !important;
    }
}

/* =============================================
   TOASTIFY - Responsive
============================================= */
@media (max-width: 780px) {
    .toastify {
        left: 0 !important;
        right: 0 !important;
        width: calc(100% - 32px) !important;
        max-width: none !important;
        margin: 0 16px !important;
        border-radius: 9999px !important;
        box-sizing: border-box !important;
    }
}
