.elementor-kit-7{--e-global-color-primary:#333333;--e-global-color-secondary:#C7C4C0;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-color-633528d:#FFFFFF;--e-global-typography-primary-font-family:"Cormorant Upright";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:0.9em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;text-decoration:none;color:var( --e-global-color-633528d );border-radius:2px 2px 2px 2px;padding:10px 25px 10px 25px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-text );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );}.elementor-kit-7 a:hover{text-decoration:underline;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{border-style:solid;border-color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Reduz imagem e nome na secção de upsell/cross-sell */
.woocommerce .related.products ul.products li.product,
.woocommerce .upsells.products ul.products li.product {
  width: 50% !important;
  padding: 10px;
  box-sizing: border-box;
}

.woocommerce .related.products ul.products li.product img,
.woocommerce .upsells.products ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  max-width: 150px; /* ajusta conforme necessário */
  display: block;
  margin: 0 auto;
}

.woocommerce .related.products ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce .upsells.products ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}/* End custom CSS */