.payment__list {
  background: #f8f9fa;
  padding: 20px 10px 5px 10px;
  border-radius: 5px;
}
/* ========================================
   Custom CSS - Child Theme Hummingbird
   ======================================== */

/* Colores principales */
:root {
  --brand-primary: #ff5500;
  --brand-secondary: #9333ea;
  --bs-primary: #ff7700;
  --bs-primary-rgb: 255, 119, 0;
  --bs-link-color: #ff5500;
  --bs-link-color-rgb: 255, 85, 0;
  --bs-link-hover-color: #cc4400;
  --bs-link-hover-color-rgb: 204, 68, 0;
}

@media (min-width: 768px) {
  .header-block__badge {
    background: var(--bs-primary);
  }
}

@media (min-width: 768px) {
  .header-block__action-btn,
  .header-block__action-btn:focus,
  .header-block__action-btn:hover {
    color: #ffffff;
  }
}

/* Header: quitar sticky */
.header {
  position: relative;
}

/* Logo */
.header-bottom .navbar-brand img.logo,
.header-bottom .navbar-brand svg {
  height: 48px;
  width: auto;
  display: block;
}

@media (max-width: 767px) {
  .header-bottom .navbar-brand img.logo,
  .header-bottom .navbar-brand svg {
    height: 35px;
  }
}

/* Hero buttons */
.hb-hero .btn {
  border-radius: 9999px;
  padding-inline: 1.25rem;
}

/* Botones primarios - estilo 3D */
.btn.btn-primary,
.btn.btn-primary:focus,
.btn.btn-primary:visited {
  --bs-btn-bg: #ff5500;
  --bs-btn-color: #fff;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-bg: #ff5500;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-bg: #ff5500;
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-bg: #ff5500;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-focus-box-shadow: none;
  --bs-btn-active-shadow: none;
  align-items: center;
  background-color: #ff5500 !important;
  border: solid transparent !important;
  border-radius: 50rem;
  border-width: 0 0 4px !important;
  border-bottom-color: #cc4400 !important;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.8px;
  line-height: 20px;
  outline: none;
  padding: 13px 19px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.btn.btn-primary:hover:not(:disabled) {
  background-color: #cc4400 !important;
  border-bottom-color: #993300 !important;
}

.btn.btn-primary:active,
:not(.btn-check) + .btn.btn-primary:active {
  background-color: #cc4400 !important;
  border-bottom-width: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  padding-bottom: 10px;
}

.btn.btn-primary:disabled,
.btn.btn-primary.disabled {
  background-color: #ff5500 !important;
  border-color: transparent !important;
  opacity: 0.65;
  cursor: auto;
}

/* Botones secundarios - estilo 3D */
.btn.btn-secondary,
.btn.btn-secondary:focus,
.btn.btn-secondary:visited {
  --bs-btn-bg: #fcfcfc;
  --bs-btn-color: #cecece;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-bg: #fcfcfc;
  --bs-btn-hover-color: #cecece;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-bg: #fcfcfc;
  --bs-btn-active-color: #cecece;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-bg: #fcfcfc;
  --bs-btn-disabled-color: #cecece;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-focus-box-shadow: none;
  --bs-btn-active-shadow: none;
  align-items: center;
  background-color: #fcfcfc !important;
  border: solid transparent !important;
  border-radius: 50rem;
  border-width: 0 0 4px !important;
  border-bottom-color: #d0d0d0 !important;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
  color: #cecece !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.8px;
  line-height: 20px;
  min-width: 230px;
  outline: none;
  padding: 13px 19px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.btn.btn-secondary:hover:not(:disabled) {
  background-color: #f0f0f0 !important;
  border-bottom-color: #b0b0b0 !important;
}

.btn.btn-secondary:active,
:not(.btn-check) + .btn.btn-secondary:active {
  background-color: #f0f0f0 !important;
  border-bottom-width: 0 !important;
  box-shadow: none !important;
  color: #cecece !important;
  padding-bottom: 10px;
}

.btn.btn-secondary:disabled,
.btn.btn-secondary.disabled {
  background-color: #fcfcfc !important;
  border-color: transparent !important;
  opacity: 0.65;
  cursor: auto;
}

/* Enlaces */
a,
a:hover,
a:focus,
a:active,
a:visited {
  color: var(--brand-primary);
  text-decoration: none;
}

a:hover {
  color: var(--brand-secondary);
}

/* Bordes redondeados en formularios */
input,
select,
textarea {
  border-radius: 6px;
}

/* Container más ancho en pantallas grandes */
@media (min-width: 1200px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xs,
  .container-xxl {
    max-width: 90%;
  }
}

/* Breadcrumb centrado */
.breadcrumb {
  justify-content: center;
  font-size: .8rem;
}

/* Descripción corta del producto */
.page-product .product__description-short {
  padding: 15px;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}

.page-product .product__description-short p:not(:last-child) {
  margin-bottom: 10px;
}

.page-product .product__description-short p:last-child {
  margin-bottom: 0;
}

/* Botón WhatsApp */
.button-wp {
  display: flex;
  width: 100%;
}

.btn-wp,
.btn-wp:hover,
.btn-wp:focus,
.btn-wp:active,
.btn-wp:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.btn-wp {
  align-items: center;
  background-color: #25d366;
  border: solid transparent;
  border-radius: 50rem;
  border-width: 0 0 4px;
  border-bottom-color: #1da851;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.8px;
  line-height: 20px;
  min-width: 230px;
  padding: 13px 19px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 100%;
}

.btn-wp:hover {
  background-color: #1da851;
  border-color: transparent;
  border-bottom-color: #178f45;
}

.btn-wp:active {
  border-bottom-width: 0;
  padding-bottom: 10px;
}

.wp-icon-svg {
  fill: #fff;
  flex-shrink: 0;
}

/* Alineación de botones en producto */
.product-actions__quantity {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .product-actions__quantity {
    margin-right: 0;
  }
}

.product-actions__button.add {
  flex-grow: 1;
}

.product-actions__button .btn-primary {
  width: 100%;
}

/* Barra de búsqueda */

#search_widget form {
  background-color: #f5f5f5;
  border-radius: 50rem;
  border: none;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  width: 100%;
  height: 40px;
}

#search_widget .js-search-input {
  background: transparent;
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  color: #333;
  order: 2;
}

#search_widget .js-search-input::placeholder {
  color: #999;
}

#search_widget .js-search-icon {
  color: #666;
  cursor: pointer;
  order: 1;
  font-size: 20px;
  display: flex;
  align-items: center;
}

#search_widget .clear {
  color: #999;
  order: 3;
  display: flex;
  align-items: center;
}

/* Add to cart button */
.add-to-cart {
  margin-bottom: 1rem;
}

/* Product badges */
#product .c-list, .quickview .c-list {
  font-size: 7.5pt;
  color: #fff;
  border-radius: 50px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

#product .c-list i, .quickview .c-list i {
  margin-right: 2px;
  font-size: 12pt;
  vertical-align: text-top !important;
}

#product .c-list-verified {
  background: #f50;
}

#product .c-list-delivery {
  background: #44B449;
}

/* Brand name */
.brand-name {
  margin-bottom: 5px;
  font-size: 11pt;
}

/* Product name */
.page-product .product__name {
  margin-bottom: .5rem;
}

/* Product prices */
.product-prices {
  margin-top: 10px;
  margin: 15px 0;
  padding: 15px 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.product-prices-left {
  border-right: 1px solid #e8e8e8;
}

.product-prices-right p {
  margin: 2px;
  font-size: .9rem;
}

.product-prices-left, .product-prices-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.product-prices .payment-method {
  margin-top: 0;
}

.product-prices .payment-m {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.product-prices .payment-m li {
  margin: 0 2px;
  display: inline-block;
}

.product-prices .payment-m-reassurance {
  margin-top: 4px;
}

.product-prices .payment-m img {
  height: 12px;
}

img[alt~="Diners."], img[alt~="Discover."], img[alt~="Titanium"], .product-prices img[alt~="Pichincha."], img[alt~="PlacetoPay"], .payment-hide, .faq-placetopay {
  display: none !important;
}

#index img[alt~="Discover"] {
  height: 13px;
}

#product .payment-dif img {
  height: 14px;
}

#product .payment-dif img[alt~="Discover"] {
  height: 10px;
}

.payment-m img[alt~="Discover"] {
  height: 12px;
}

.tc-price {
  color: #f50;
  font-size: 15pt;
}

#product .product-prices .prange_module {
  display: none;
}

#index .product-price, #product .product-price {
  font-weight: bold;
  display: block !important;
}

#product .current-price {
  margin-bottom: 0;
}

.input-color:checked+span, .input-color:hover+span {
  box-shadow: 0 0 0 2px #414141;
  border: solid 4px transparent;
}

.color-container {
  margin-bottom: 0 !important;
}

.payment__list {
    background: #f8f9fa;
    padding: 20px 10px 5px 10px;
    border-radius: 5px;
}

.payment__option {
    border-top: solid #e5e8eb 1px;
    padding-top: 15px;
}

/* Block reassurance */
/* Solo NO página de producto */
.page-product .blockreassurance_product {
  margin-bottom: 0;
}

:not(.page-product) .blockreassurance_product {
  margin-bottom: 25px;
}

.blockreassurance_product {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}

.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
  opacity: .7;
}

.blockreassurance_product .item-product {
  margin-right: 15px;
}

.blockreassurance_product .block-title {
  font-size: 0.8rem;
  font-weight: 300;
  margin: 0;
}

.blockreassurance_product div:nth-last-child(2) {
  border: 0;
}

.blockreassurance_product div {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 10px;
}

.blockreassurance_product .clearfix {
  border: none;
  padding: 0;
}

/* Payment methods */
.payment-m {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.payment-m li {
  margin: 0 10px 20px 10px;
  display: inline-block;
}

.payment-m-reassurance {
  margin-top: 40px;
}

.payment-m-reassurance img {
  margin: 0 5px;
  height: 16px;
}

.payment__option {
    border-top: solid #e5e8eb 1px;
    padding-top: 15px;
}

/* ARLSF Notification */
#arlsf-notification {
  box-shadow: 0 0 3px #c3c3c3 !important;
  border-radius: 10px;
}

#arlsf-notification .arlsf-inner {
  border-radius: 10px;
}

#arlsf-notification .arlsf-image {
  border-radius: 10px 0 0 10px;
}

/* WhatsApp color */
.wp-color {
  color: #25d366;
}

/* Header nav */
#header .header-top {
  background: #22272d;
  font-size: 9pt;
  color: #f0f0f0;
  font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 768px) {
  #header a {
    color: #fff;
  }
}

.rich-text p,
.rich-text ul {
  font-size: .9rem;
}

.tax-shipping-delivery-label {
  font-size: .7rem;
}

div#blockcart-modal {
  z-index: 999999;
}

.email-subscription .email-subscription__label {
  font-size: 0.8rem;
}

.email-subscription .email-subscription__content__infos p {
  font-size: 0.7rem;
}

.page-product .product__variants .variant .radio-variants {
  margin-top: 15px;
}

/*Effect*/

.wp-effect {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    z-index: 1;
}

.wp_eff {
    background: rgba(26, 183, 68, 0.25);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 4;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes zoomOut {
    from {
        opacity: 0
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(0.33, 0.33, 0.33);
        transform: scale3d(0.33, 0.33, 0.33)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(0.33, 0.33, 0.33);
        transform: scale3d(0.33, 0.33, 0.33)
    }
}

.animated .e1 {
    animation: 2000ms wp_eff_1 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animated .e2 {
    animation: 2500ms wp_eff_2 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animated .e3 {
    animation: 3000ms wp_eff_3 cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes wp_eff_1 {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes wp_eff_2 {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    25% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    75% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes wp_eff_3 {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.float-bottom-right {
  box-shadow: none;
}