.elementor-kit-5{--e-global-color-primary:#F54100;--e-global-color-secondary:#F5F5F5;--e-global-color-text:#2D2D2D;--e-global-color-accent:#9E9E9E;--e-global-color-832b87f:#4CAF50;--e-global-color-2320544:#004E89;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:150%;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;--e-preloader-rotate:0deg;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-text );color:#FFFFFF;border-radius:8px 8px 8px 8px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-text );}.elementor-kit-5 a{color:var( --e-global-color-text );}.elementor-kit-5 a:hover{color:var( --e-global-color-primary );}.elementor-kit-5 h1{color:var( --e-global-color-text );font-size:36px;line-height:48px;}.elementor-kit-5 h2{color:var( --e-global-color-text );font-size:28px;}.elementor-kit-5 h3{color:var( --e-global-color-text );font-size:22px;}.elementor-kit-5 h4{color:var( --e-global-color-text );font-size:18px;}.elementor-kit-5 h5{color:var( --e-global-color-text );font-size:18px;}.elementor-kit-5 h6{color:var( --e-global-color-text );font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:15px;--container-default-padding-right:15px;--container-default-padding-bottom:15px;--container-default-padding-left:15px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-5 img{border-radius:20px 20px 20px 20px;}.elementor-kit-5{--e-page-transition-entrance-animation:e-page-transition-fade-out-down;--e-page-transition-exit-animation:e-page-transition-fade-in-up;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}}/* Start custom CSS */h1 {
  font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem);
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.75rem, 1.25rem + 1.5vw, 2.75rem);
  line-height: 1.25;
  font-weight: 600;
}

h3 {
  font-size: clamp(1.5rem, 1rem + 1vw, 2rem);
  line-height: 1.3;
  font-weight: 600;
}

h4 {
  font-size: clamp(1.25rem, 0.9rem + 0.8vw, 1.75rem);
  line-height: 1.35;
  font-weight: 500;
}

h5 {
  font-size: clamp(1.125rem, 0.8rem + 0.5vw, 1.5rem);
  line-height: 1.4;
  font-weight: 500;
}

h6 {
  font-size: clamp(1rem, 0.75rem + 0.3vw, 1.25rem);
  line-height: 1.4;
  font-weight: 500;
}



/* Estilização do bloco de produtos */
.produtos {
    
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.wc-block-product-template__responsive li {
 background-color: #f7f7f7;
    border-radius: 8px;
    margin: 10px;
    padding: 20px;
    text-align: center;
   /* Ajuste para 3 colunas */
    transition: transform 0.2s;
    position:relrelative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wc-block-product-template__responsive li:hover {
    transform: scale(1.05);
}

.wc-block-product-template__responsive h2 {
    font-size: 0.9em !important;
    margin: 10px 0;
    color: #333333;
}

.wc-block-product-template__responsive .woocommerce-Price-amount.amount del bdi {
    text-decoration: line-through;
    color: #999999;
}

.wc-block-product-template__responsive .wc-block-components-product-price ins{
        font-size: 24px;
    font-weight: bold;
    color: #ff0000;
    font-style: italic;
    text-decoration: underline;
}
.wp-block-button.wc-block-components-product-button{


    width: 100%;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    align-items: center;
    border-style: none;
    display: inline-flex;
    justify-content: center;
    line-height: inherit;
    overflow: hidden;
    white-space: normal;
    word-break: normal;
    width: 100%;
    border-radius: 0;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wc-block-components-product-button__button:hover {
    background-color: #0056b3;
}

.wc-block-product-template__responsive .wc-block-components-product-sale-badge {
background: url(https://hotpricedaily.com/wp-content/uploads/2025/12/hotprice.svg) no-repeat center;
    background-size: contain;
    height: 50px;
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #43454b;
    font-size: .875em;
    font-weight: 600;
    padding: 0.5em 0.5em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
    z-index: 9;
}

.wc-block-product-template__responsive .wc-block-components-product-sale-badge span{
    color: #fff;
    font-size: 7px;
}

.personalizado .elementor-widget-wp-widget-tag_cloud h5,
.personalizado .elementor-widget-wp-widget-categories h5{
    display: none;
}
.personalizado .elementor-widget-wp-widget-categories ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.personalizado .elementor-widget-wp-widget-categories ul li a{
    padding: 5px;
    font-size: 13px;
    background: #f54100;
    color: #fff;
    font-weight: bold;
}
.personalizado .elementor-widget-wp-widget-categories ul li a:hover{
        background: #2d2d2d;
}/* End custom CSS */