Cómo elegir el sistema antigaviotas adecuado según el tipo de barco
8 de julio de 2026wp-custom-css
8 de julio de 2026/* StopGull: eliminar margin del p generado por WP en .page-description */
.woocommerce-shop .page-description p,
.woocommerce-page .page-description p {
margin: 0 !important;
padding: 0 !important;
}
.woocommerce-shop .page-description > p:empty,
.woocommerce-page .page-description > p:empty {
display: none !important;
}
/* Navy background shop pages */
body.woocommerce-shop,
body.woocommerce-page,
body.single-product {
background-color: #0B1A2E !important;
}
body.woocommerce-shop #Wrapper,
body.woocommerce-page #Wrapper,
body.single-product #Wrapper,
body.woocommerce-shop #Content,
body.woocommerce-page #Content,
body.single-product #Content {
background-color: #0B1A2E !important;
}
/* Catálogo productos */
body.woocommerce-shop ul.products li.product,
body.woocommerce-page ul.products li.product {
background: #0F2640 !important;
border-radius: 16px !important;
overflow: hidden !important;
}
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
color: #fff !important; font-weight: 700 !important;
}
body.woocommerce-shop ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
color: #DB3131 !important; font-weight: 800 !important;
}
body.woocommerce-shop ul.products li.product a.button,
body.woocommerce-page ul.products li.product a.button {
background: #DB3131 !important; color: #fff !important;
border-radius: 50px !important; border: none !important;
}
body.woocommerce-shop .woocommerce-result-count {
color: rgba(255,255,255,0.6) !important;
}
