/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.10.1788241358
Updated: 2026-09-01 00:42:38

*/
/* =========================================================
   DAVINCHI - IMÁGENES PRODUCTOS DESTACADOS
   ========================================================= */

.davinchi-featured-card .davinchi-featured-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 280px;
	overflow: hidden;
}

.davinchi-featured-card .davinchi-featured-image img {
	width: 100%;
	height: 280px;
	max-width: 100%;
	object-fit: contain;
	display: block;
	transition: transform 0.3s ease;
}

.davinchi-featured-card:hover .davinchi-featured-image img {
	transform: scale(1.04);
}


/* =========================================================
   MENSAJE SELECCIÓN DE MEDIDA
   ========================================================= */

.davinchi-selection-message {
	margin: 10px 0;
	padding: 10px 12px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	border-radius: 6px;
	background: #fff4e5;
	color: #a85b00;
	border: 1px solid #f2c078;
}


/* =========================================================
   AVISO OFERTA WEB
   ========================================================= */

.davinchi-offer-notice {
	margin-top: 7px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

	.davinchi-featured-card .davinchi-featured-image {
		min-height: 230px;
	}

	.davinchi-featured-card .davinchi-featured-image img {
		height: 230px;
	}

}
/* =========================================================
   CATEGORÍA OFERTAS
   MISMO GRID VISUAL QUE COMBOS
========================================================= */

.davinchi-ofertas-grid{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    gap:22px !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}


/* TARJETAS */

.davinchi-ofertas-grid .davinchi-card{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;

    width:100% !important;
    min-width:0 !important;

    background:#FFFFFF !important;
    border:1px solid #DDE5EE !important;
    border-radius:16px !important;
    padding:16px !important;

    box-shadow:0 12px 30px rgba(23,32,51,.08) !important;

    overflow:visible !important;
}


/* IMAGEN */

.davinchi-ofertas-grid .davinchi-product-image{
    display:block !important;
    width:100% !important;
}


.davinchi-ofertas-grid .davinchi-card img{
    width:100% !important;
    height:auto !important;

    border-radius:12px !important;

    display:block !important;

    margin-bottom:16px !important;
}


/* TITULO */

.davinchi-ofertas-grid .davinchi-product-title{
    font-family:'Poppins', sans-serif !important;

    font-size:21px !important;
    line-height:1.2 !important;

    font-weight:800 !important;

    color:#172033 !important;

    margin:0 0 8px !important;
}


.davinchi-ofertas-grid .davinchi-product-title a{
    color:#172033 !important;
    text-decoration:none !important;
}


/* PRECIO */

.davinchi-ofertas-grid .davinchi-price{
    font-family:'Poppins', sans-serif !important;

    font-size:22px !important;
    line-height:1.15 !important;

    font-weight:800 !important;

    color:#374151 !important;

    margin:0 0 8px !important;
}


/* DESCRIPCIÓN */

.davinchi-ofertas-grid .davinchi-desc-link{
    text-decoration:none !important;
}


.davinchi-ofertas-grid .davinchi-desc{
    min-height:66px !important;

    font-family:'Poppins', sans-serif !important;

    font-size:14px !important;
    line-height:1.55 !important;

    font-weight:400 !important;

    color:#5D6678 !important;

    margin:0 0 14px !important;

    display:-webkit-box !important;

    -webkit-line-clamp:3 !important;

    -webkit-box-orient:vertical !important;

    overflow:hidden !important;
}


/* SELECT */

.davinchi-ofertas-grid .davinchi-variation{
    width:100% !important;

    min-height:44px !important;

    background:#FFFFFF !important;

    color:#374151 !important;

    -webkit-text-fill-color:#374151 !important;

    border:1px solid #DDE5EE !important;

    border-radius:4px !important;

    font-family:'Poppins', sans-serif !important;

    font-size:14px !important;

    font-weight:500 !important;

    padding:0 12px !important;

    margin-top:auto !important;

    margin-bottom:14px !important;

    opacity:1 !important;

    outline:none !important;

    text-shadow:none !important;
}


.davinchi-ofertas-grid .davinchi-variation:focus{
    border-color:#0F3B5F !important;

    box-shadow:0 0 0 2px rgba(15,59,95,.08) !important;
}


.davinchi-ofertas-grid .davinchi-variation option{
    color:#374151 !important;

    background:#FFFFFF !important;

    -webkit-text-fill-color:#374151 !important;
}


/* BOTONES */

.davinchi-ofertas-grid .davinchi-actions{
    display:flex !important;

    gap:10px !important;

    align-items:center !important;

    margin-top:14px !important;
}


.davinchi-ofertas-grid .buy-now-btn,
.davinchi-ofertas-grid .add-cart-btn{
    display:inline-flex !important;

    flex:1 !important;

    align-items:center !important;

    justify-content:center !important;

    min-height:43px !important;

    padding:11px 14px !important;

    border-radius:10px !important;

    font-family:'Poppins', sans-serif !important;

    font-size:14px !important;

    line-height:1 !important;

    font-weight:800 !important;

    text-decoration:none !important;

    text-align:center !important;
}


.davinchi-ofertas-grid .buy-now-btn{
    background:#0F3B5F !important;

    border:1px solid #0F3B5F !important;

    color:#FFFFFF !important;
}


.davinchi-ofertas-grid .add-cart-btn{
    background:#FFFFFF !important;

    border:1px solid #DDE5EE !important;

    color:#0F3B5F !important;
}


/* =========================================================
   ETIQUETA OFERTA
========================================================= */

.davinchi-ofertas-grid .advanced-woo-labels{
    position:absolute !important;

    top:14px !important;

    left:14px !important;

    z-index:20 !important;
}


.davinchi-ofertas-grid .awl-product-label{
    background:#2EAF48 !important;

    color:#FFFFFF !important;

    border-radius:50px !important;

    font-family:'Poppins', sans-serif !important;

    font-weight:700 !important;

    letter-spacing:.4px !important;

    padding:7px 15px !important;

    box-shadow:0 4px 12px rgba(46,175,72,.35) !important;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1024px){

    .davinchi-ofertas-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    }

}


/* =========================================================
   MÓVIL
========================================================= */

@media(max-width:767px){

    .davinchi-ofertas-grid{
        grid-template-columns:1fr !important;
    }


    .davinchi-ofertas-grid .davinchi-actions{
        flex-direction:column !important;
    }


    .davinchi-ofertas-grid .buy-now-btn,
    .davinchi-ofertas-grid .add-cart-btn{
        width:100% !important;
    }

}