
         :root {  
            --hovercolor: #E60026; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Chakra Petch";
            font-size: 14px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Chakra Petch";
            color: #253237;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Chakra Petch";
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #E60026;   
        }.page-title-wrapper{  
                background-image: url(https://ultraenlinea.com/img/cms/Diseños/FondoHeader2.webp);   
            }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #E60026;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }#stores .page-stores .store-picture img {
    width: 100%;
}

.back-top {
    display: block;
    position: fixed;
    right: 1.875rem;
    bottom: 3.875rem;
    z-index: 10;
}

.elementor-4010000 .elementor-element.elementor-element-hm1v8vb a.elementor-button {
  box-shadow: 0 0 10px #fff, 0 0 20px #25D366, 0 0 30px #fff;
  animation: glowWhatsApp 2s infinite ease-in-out;
}

/* Animación del resplandor */
@keyframes glowWhatsApp {
  0%, 100% {
    box-shadow: 0 0 10px #fff, 0 0 20px #25D366, 0 0 30px #fff;
  }
  50% {
    box-shadow: 0 0 5px #fff, 0 0 10px #25D366, 0 0 15px #fff;
  }
}

.payment-detail{
margin-top: 1rem;
 padding:1rem;
}

@keyframes degradadoOscuro {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.form-informations {
  background: linear-gradient(270deg, #000000, #2c2c2c, #000000);
  background-size: 400% 400%;
  animation: degradadoOscuro 4s ease infinite;
  color: white;
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}