/* Camponatura: 10 hojas en una */

/* --- mi-plugin-style --- */
.single-product .variations select {
    display: none !important; /* Asegúrate de que los selectores se oculten siempre */
}


/* Variables CSS para un fácil ajuste */
:root {
    --button-bg: #ffffff;  /* Fondo de los botones no seleccionados */
    --button-bg-hover: #e0e0e0;  /* Fondo de botones al pasar el mouse */
    --button-active-bg: #d4edda;  /* Fondo de botones activos */
    --button-border: #000000;  /* Color del borde de los botones no seleccionados */
    --button-active-border: #28a745;  /* Color del borde de los botones activos */
    --button-text-color: #333333;  /* Color del texto de los botones */
    --button-padding: 8px 16px;  /* Espaciado interno de los botones */
    --border-radius: 10px;  /* Redondeo de bordes */
    --font-size: 14px;  /* Tamaño de la fuente */
    --active-text-color: #155724; /* Color del texto en estado activo */
}

/* Ocultar las etiquetas originales de la primera columna en la página de producto de WooCommerce */
.woocommerce .label {
    display: none;
}

/* Estilo de los botones de variaciones */
.custom-attribute-buttons .attribute-label {
    display: block;
    margin-bottom: 5px; /* Reduce el margen inferior */
    font-size: 16px; /* Tamaño de la fuente */
    color: #000000; /* Cambia el color a negro */
    font-weight: 500; /* Grosor de la fuente */
    font-family: 'Inter', sans-serif; /* Fuente Inter */
    text-align: left; /* Justificar a la izquierda */
}

.custom-attribute-buttons button.custom-attribute-button {
    background-color: var(--button-bg) !important;
    border: 2px solid var(--button-border) !important;
    color: var(--button-text-color) !important;
    padding: 5px 10px !important; /* Reduce el padding interno */
    border-radius: var(--border-radius) !important;
    font-size: var(--font-size) !important;
    cursor: pointer !important;
    transition: background-color 0.2s, border-color 0.2s !important;
    margin-bottom: 5px !important;
    text-align: left; /* Justificar a la izquierda */
    width: auto; /* Ajustar al contenido */
    white-space: normal; /* Permitir que el texto se divida en múltiples líneas */
    display: inline-block; /* Mostrar como bloque en línea */
}

.custom-attribute-buttons button.custom-attribute-button:hover {
    background-color: var(--button-bg-hover) !important;
}

.custom-attribute-buttons button.custom-attribute-button.active {
    background-color: var(--button-active-bg) !important;
    border-color: var(--button-active-border) !important;
    color: var(--active-text-color) !important;
    font-weight: bold !important;
}

.single-product .variations .custom-attribute-buttons .attribute-label {
    display: block;
    margin-bottom: 5px; /* Reduce el margen inferior */
    font-size: 16px !important; /* Tamaño de la fuente */
    color: #000000 !important; /* Asegura que el color sea negro */
    font-weight: 500 !important; /* Grosor de la fuente */
    font-family: 'Inter', sans-serif; /* Fuente Inter */
}

/* Ocultar botón de resetear o limpiar opciones */
.reset_variations {
    display: none !important;
}


/* Cambiar el estilo del botón "Añadir al carrito" */
.single_add_to_cart_button {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 15px 30px !important; /* Aumenta el tamaño del botón */
    font-size: 18px !important; /* Aumenta el tamaño de la fuente */
    font-weight: bold !important; /* Hace el texto más resaltado */
    text-transform: uppercase !important; /* Convierte el texto a mayúsculas */
    border-radius: 8px !important; /* Bordes redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important; /* Sombra para resaltarlo */
    transition: all 0.3s ease !important; /* Transición suave para el hover */
}

.single_add_to_cart_button:hover {
    background-color: #CC0000 !important; /* Color más oscuro al pasar el mouse */
    color: #FFFFFF !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4) !important; /* Sombra más intensa al hover */
    transform: scale(1.05) !important; /* Efecto de agrandamiento al pasar el mouse */
}






/* Ajuste para dispositivos móviles */
@media (max-width: 767px) {
    .custom-attribute-buttons {
        display: flex;
        flex-direction: column; /* Coloca los botones en una columna */
        padding: 0; /* Elimina el padding lateral */
    }

    .custom-attribute-buttons button.custom-attribute-button {
        width: auto; /* Asegúrate de que los botones ocupen solo el ancho necesario */
        box-sizing: border-box; /* Asegura que el padding y border se incluyan en el ancho total */
        padding: 5px 10px; /* Ajusta el padding interno para que sea más compacto */
        margin-left: 5px; /* Reduce el margen izquierdo */
        white-space: normal; /* Permite el ajuste del texto en varias líneas */
        word-wrap: break-word; /* Divide el texto largo en varias líneas si es necesario */
    }

    .custom-attribute-buttons .attribute-label {
        margin-bottom: 5px; /* Reduce el margen inferior del label */
        text-align: left; /* Alinea el texto a la izquierda */
    }
}


/* --- generate-style-grid --- */
.clear,.clearfix:after,.grid-100:after,.grid-10:after,.grid-15:after,.grid-20:after,.grid-25:after,.grid-30:after,.grid-33:after,.grid-35:after,.grid-40:after,.grid-45:after,.grid-50:after,.grid-55:after,.grid-5:after,.grid-60:after,.grid-65:after,.grid-66:after,.grid-70:after,.grid-75:after,.grid-80:after,.grid-85:after,.grid-90:after,.grid-95:after,.grid-container:after,[class*=mobile-grid-]:after,[class*=tablet-grid-]:after{clear:both}@-ms-viewport{width:auto}.clear{display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after,.clearfix:before,.grid-100:after,.grid-100:before,.grid-10:after,.grid-10:before,.grid-15:after,.grid-15:before,.grid-20:after,.grid-20:before,.grid-25:after,.grid-25:before,.grid-30:after,.grid-30:before,.grid-33:after,.grid-33:before,.grid-35:after,.grid-35:before,.grid-40:after,.grid-40:before,.grid-45:after,.grid-45:before,.grid-50:after,.grid-50:before,.grid-55:after,.grid-55:before,.grid-5:after,.grid-5:before,.grid-60:after,.grid-60:before,.grid-65:after,.grid-65:before,.grid-66:after,.grid-66:before,.grid-70:after,.grid-70:before,.grid-75:after,.grid-75:before,.grid-80:after,.grid-80:before,.grid-85:after,.grid-85:before,.grid-90:after,.grid-90:before,.grid-95:after,.grid-95:before,.grid-container:after,.grid-container:before,[class*=mobile-grid-]:after,[class*=mobile-grid-]:before,[class*=tablet-grid-]:after,[class*=tablet-grid-]:before{content:".";display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:10px;padding-right:10px}.grid-10,.grid-100,.grid-15,.grid-20,.grid-25,.grid-30,.grid-33,.grid-35,.grid-40,.grid-45,.grid-5,.grid-50,.grid-55,.grid-60,.grid-65,.grid-66,.grid-70,.grid-75,.grid-80,.grid-85,.grid-90,.grid-95,[class*=mobile-grid-],[class*=tablet-grid-]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:10px;padding-right:10px}.grid-parent{padding-left:0;padding-right:0}@media (max-width:767px){[class*=mobile-pull-],[class*=mobile-push-]{position:relative}.hide-on-mobile{display:none!important}.mobile-grid-5{float:left;width:5%}.mobile-prefix-5{margin-left:5%}.mobile-suffix-5{margin-right:5%}.mobile-push-5{left:5%}.mobile-pull-5{left:-5%}.mobile-grid-10{float:left;width:10%}.mobile-prefix-10{margin-left:10%}.mobile-suffix-10{margin-right:10%}.mobile-push-10{left:10%}.mobile-pull-10{left:-10%}.mobile-grid-15{float:left;width:15%}.mobile-prefix-15{margin-left:15%}.mobile-suffix-15{margin-right:15%}.mobile-push-15{left:15%}.mobile-pull-15{left:-15%}.mobile-grid-20{float:left;width:20%}.mobile-prefix-20{margin-left:20%}.mobile-suffix-20{margin-right:20%}.mobile-push-20{left:20%}.mobile-pull-20{left:-20%}.mobile-grid-25{float:left;width:25%}.mobile-prefix-25{margin-left:25%}.mobile-suffix-25{margin-right:25%}.mobile-push-25{left:25%}.mobile-pull-25{left:-25%}.mobile-grid-30{float:left;width:30%}.mobile-prefix-30{margin-left:30%}.mobile-suffix-30{margin-right:30%}.mobile-push-30{left:30%}.mobile-pull-30{left:-30%}.mobile-grid-35{float:left;width:35%}.mobile-prefix-35{margin-left:35%}.mobile-suffix-35{margin-right:35%}.mobile-push-35{left:35%}.mobile-pull-35{left:-35%}.mobile-grid-40{float:left;width:40%}.mobile-prefix-40{margin-left:40%}.mobile-suffix-40{margin-right:40%}.mobile-push-40{left:40%}.mobile-pull-40{left:-40%}.mobile-grid-45{float:left;width:45%}.mobile-prefix-45{margin-left:45%}.mobile-suffix-45{margin-right:45%}.mobile-push-45{left:45%}.mobile-pull-45{left:-45%}.mobile-grid-50{float:left;width:50%}.mobile-prefix-50{margin-left:50%}.mobile-suffix-50{margin-right:50%}.mobile-push-50{left:50%}.mobile-pull-50{left:-50%}.mobile-grid-55{float:left;width:55%}.mobile-prefix-55{margin-left:55%}.mobile-suffix-55{margin-right:55%}.mobile-push-55{left:55%}.mobile-pull-55{left:-55%}.mobile-grid-60{float:left;width:60%}.mobile-prefix-60{margin-left:60%}.mobile-suffix-60{margin-right:60%}.mobile-push-60{left:60%}.mobile-pull-60{left:-60%}.mobile-grid-65{float:left;width:65%}.mobile-prefix-65{margin-left:65%}.mobile-suffix-65{margin-right:65%}.mobile-push-65{left:65%}.mobile-pull-65{left:-65%}.mobile-grid-70{float:left;width:70%}.mobile-prefix-70{margin-left:70%}.mobile-suffix-70{margin-right:70%}.mobile-push-70{left:70%}.mobile-pull-70{left:-70%}.mobile-grid-75{float:left;width:75%}.mobile-prefix-75{margin-left:75%}.mobile-suffix-75{margin-right:75%}.mobile-push-75{left:75%}.mobile-pull-75{left:-75%}.mobile-grid-80{float:left;width:80%}.mobile-prefix-80{margin-left:80%}.mobile-suffix-80{margin-right:80%}.mobile-push-80{left:80%}.mobile-pull-80{left:-80%}.mobile-grid-85{float:left;width:85%}.mobile-prefix-85{margin-left:85%}.mobile-suffix-85{margin-right:85%}.mobile-push-85{left:85%}.mobile-pull-85{left:-85%}.mobile-grid-90{float:left;width:90%}.mobile-prefix-90{margin-left:90%}.mobile-suffix-90{margin-right:90%}.mobile-push-90{left:90%}.mobile-pull-90{left:-90%}.mobile-grid-95{float:left;width:95%}.mobile-prefix-95{margin-left:95%}.mobile-suffix-95{margin-right:95%}.mobile-push-95{left:95%}.mobile-pull-95{left:-95%}.mobile-grid-33{float:left;width:33.33333%}.mobile-prefix-33{margin-left:33.33333%}.mobile-suffix-33{margin-right:33.33333%}.mobile-push-33{left:33.33333%}.mobile-pull-33{left:-33.33333%}.mobile-grid-66{float:left;width:66.66667%}.mobile-prefix-66{margin-left:66.66667%}.mobile-suffix-66{margin-right:66.66667%}.mobile-push-66{left:66.66667%}.mobile-pull-66{left:-66.66667%}.mobile-grid-100{clear:both;width:100%}}@media (min-width:768px) and (max-width:1024px){[class*=tablet-pull-],[class*=tablet-push-]{position:relative}.hide-on-tablet{display:none!important}.tablet-grid-5{float:left;width:5%}.tablet-prefix-5{margin-left:5%}.tablet-suffix-5{margin-right:5%}.tablet-push-5{left:5%}.tablet-pull-5{left:-5%}.tablet-grid-10{float:left;width:10%}.tablet-prefix-10{margin-left:10%}.tablet-suffix-10{margin-right:10%}.tablet-push-10{left:10%}.tablet-pull-10{left:-10%}.tablet-grid-15{float:left;width:15%}.tablet-prefix-15{margin-left:15%}.tablet-suffix-15{margin-right:15%}.tablet-push-15{left:15%}.tablet-pull-15{left:-15%}.tablet-grid-20{float:left;width:20%}.tablet-prefix-20{margin-left:20%}.tablet-suffix-20{margin-right:20%}.tablet-push-20{left:20%}.tablet-pull-20{left:-20%}.tablet-grid-25{float:left;width:25%}.tablet-prefix-25{margin-left:25%}.tablet-suffix-25{margin-right:25%}.tablet-push-25{left:25%}.tablet-pull-25{left:-25%}.tablet-grid-30{float:left;width:30%}.tablet-prefix-30{margin-left:30%}.tablet-suffix-30{margin-right:30%}.tablet-push-30{left:30%}.tablet-pull-30{left:-30%}.tablet-grid-35{float:left;width:35%}.tablet-prefix-35{margin-left:35%}.tablet-suffix-35{margin-right:35%}.tablet-push-35{left:35%}.tablet-pull-35{left:-35%}.tablet-grid-40{float:left;width:40%}.tablet-prefix-40{margin-left:40%}.tablet-suffix-40{margin-right:40%}.tablet-push-40{left:40%}.tablet-pull-40{left:-40%}.tablet-grid-45{float:left;width:45%}.tablet-prefix-45{margin-left:45%}.tablet-suffix-45{margin-right:45%}.tablet-push-45{left:45%}.tablet-pull-45{left:-45%}.tablet-grid-50{float:left;width:50%}.tablet-prefix-50{margin-left:50%}.tablet-suffix-50{margin-right:50%}.tablet-push-50{left:50%}.tablet-pull-50{left:-50%}.tablet-grid-55{float:left;width:55%}.tablet-prefix-55{margin-left:55%}.tablet-suffix-55{margin-right:55%}.tablet-push-55{left:55%}.tablet-pull-55{left:-55%}.tablet-grid-60{float:left;width:60%}.tablet-prefix-60{margin-left:60%}.tablet-suffix-60{margin-right:60%}.tablet-push-60{left:60%}.tablet-pull-60{left:-60%}.tablet-grid-65{float:left;width:65%}.tablet-prefix-65{margin-left:65%}.tablet-suffix-65{margin-right:65%}.tablet-push-65{left:65%}.tablet-pull-65{left:-65%}.tablet-grid-70{float:left;width:70%}.tablet-prefix-70{margin-left:70%}.tablet-suffix-70{margin-right:70%}.tablet-push-70{left:70%}.tablet-pull-70{left:-70%}.tablet-grid-75{float:left;width:75%}.tablet-prefix-75{margin-left:75%}.tablet-suffix-75{margin-right:75%}.tablet-push-75{left:75%}.tablet-pull-75{left:-75%}.tablet-grid-80{float:left;width:80%}.tablet-prefix-80{margin-left:80%}.tablet-suffix-80{margin-right:80%}.tablet-push-80{left:80%}.tablet-pull-80{left:-80%}.tablet-grid-85{float:left;width:85%}.tablet-prefix-85{margin-left:85%}.tablet-suffix-85{margin-right:85%}.tablet-push-85{left:85%}.tablet-pull-85{left:-85%}.tablet-grid-90{float:left;width:90%}.tablet-prefix-90{margin-left:90%}.tablet-suffix-90{margin-right:90%}.tablet-push-90{left:90%}.tablet-pull-90{left:-90%}.tablet-grid-95{float:left;width:95%}.tablet-prefix-95{margin-left:95%}.tablet-suffix-95{margin-right:95%}.tablet-push-95{left:95%}.tablet-pull-95{left:-95%}.tablet-grid-33{float:left;width:33.33333%}.tablet-prefix-33{margin-left:33.33333%}.tablet-suffix-33{margin-right:33.33333%}.tablet-push-33{left:33.33333%}.tablet-pull-33{left:-33.33333%}.tablet-grid-66{float:left;width:66.66667%}.tablet-prefix-66{margin-left:66.66667%}.tablet-suffix-66{margin-right:66.66667%}.tablet-push-66{left:66.66667%}.tablet-pull-66{left:-66.66667%}.tablet-grid-100{clear:both;width:100%}.inside-footer-widgets>div{margin-bottom:50px}.inside-footer-widgets>div:nth-child(odd){clear:both}.active-footer-widgets-1 .footer-widget-1,.active-footer-widgets-3 .footer-widget-3,.active-footer-widgets-5 .footer-widget-5{width:100%;margin-bottom:0}.active-footer-widgets-2 .inside-footer-widgets>div,.active-footer-widgets-4 .footer-widget-3,.active-footer-widgets-4 .footer-widget-4{margin-bottom:0}}@media (min-width:1025px){.grid-10,.grid-15,.grid-20,.grid-25,.grid-30,.grid-33,.grid-35,.grid-40,.grid-45,.grid-5,.grid-50,.grid-60,.grid-65,.grid-66,.grid-70,.grid-75,.grid-80,.grid-85,.grid-90,.grid-95{float:left}.pull-10,.pull-15,.pull-20,.pull-25,.pull-30,.pull-33,.pull-35,.pull-40,.pull-45,.pull-5,.pull-50,.pull-55,.pull-60,.pull-65,.pull-66,.pull-70,.pull-75,.pull-80,.pull-85,.pull-90,.pull-95,.push-10,.push-15,.push-20,.push-25,.push-30,.push-33,.push-35,.push-40,.push-45,.push-5,.push-50,.push-55,.push-60,.push-65,.push-66,.push-70,.push-75,.push-80,.push-85,.push-90,.push-95{position:relative}.hide-on-desktop{display:none!important}.grid-5{width:5%}.prefix-5{margin-left:5%}.suffix-5{margin-right:5%}.push-5{left:5%}.pull-5{left:-5%}.grid-10{width:10%}.prefix-10{margin-left:10%}.suffix-10{margin-right:10%}.push-10{left:10%}.pull-10{left:-10%}.grid-15{width:15%}.prefix-15{margin-left:15%}.suffix-15{margin-right:15%}.push-15{left:15%}.pull-15{left:-15%}.grid-20{width:20%}.prefix-20{margin-left:20%}.suffix-20{margin-right:20%}.push-20{left:20%}.pull-20{left:-20%}.grid-25{width:25%}.prefix-25{margin-left:25%}.suffix-25{margin-right:25%}.push-25{left:25%}.pull-25{left:-25%}.grid-30{width:30%}.prefix-30{margin-left:30%}.suffix-30{margin-right:30%}.push-30{left:30%}.pull-30{left:-30%}.grid-35{width:35%}.prefix-35{margin-left:35%}.suffix-35{margin-right:35%}.push-35{left:35%}.pull-35{left:-35%}.grid-40{width:40%}.prefix-40{margin-left:40%}.suffix-40{margin-right:40%}.push-40{left:40%}.pull-40{left:-40%}.grid-45{width:45%}.prefix-45{margin-left:45%}.suffix-45{margin-right:45%}.push-45{left:45%}.pull-45{left:-45%}.grid-50{width:50%}.prefix-50{margin-left:50%}.suffix-50{margin-right:50%}.push-50{left:50%}.pull-50{left:-50%}.grid-55{float:left;width:55%}.prefix-55{margin-left:55%}.suffix-55{margin-right:55%}.push-55{left:55%}.pull-55{left:-55%}.grid-60{width:60%}.prefix-60{margin-left:60%}.suffix-60{margin-right:60%}.push-60{left:60%}.pull-60{left:-60%}.grid-65{width:65%}.prefix-65{margin-left:65%}.suffix-65{margin-right:65%}.push-65{left:65%}.pull-65{left:-65%}.grid-70{width:70%}.prefix-70{margin-left:70%}.suffix-70{margin-right:70%}.push-70{left:70%}.pull-70{left:-70%}.grid-75{width:75%}.prefix-75{margin-left:75%}.suffix-75{margin-right:75%}.push-75{left:75%}.pull-75{left:-75%}.grid-80{width:80%}.prefix-80{margin-left:80%}.suffix-80{margin-right:80%}.push-80{left:80%}.pull-80{left:-80%}.grid-85{width:85%}.prefix-85{margin-left:85%}.suffix-85{margin-right:85%}.push-85{left:85%}.pull-85{left:-85%}.grid-90{width:90%}.prefix-90{margin-left:90%}.suffix-90{margin-right:90%}.push-90{left:90%}.pull-90{left:-90%}.grid-95{width:95%}.prefix-95{margin-left:95%}.suffix-95{margin-right:95%}.push-95{left:95%}.pull-95{left:-95%}.grid-33{width:33.33333%}.prefix-33{margin-left:33.33333%}.suffix-33{margin-right:33.33333%}.push-33{left:33.33333%}.pull-33{left:-33.33333%}.grid-66{width:66.66667%}.prefix-66{margin-left:66.66667%}.suffix-66{margin-right:66.66667%}.push-66{left:66.66667%}.pull-66{left:-66.66667%}.grid-100{clear:both;width:100%}}

/* --- generate-style --- */
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;margin:0;padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left;padding:5px}blockquote:after,blockquote:before,q:after,q:before{content:""}a{background-color:transparent}a img{border:0}body,button,input,select,textarea{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;text-transform:none;font-size:17px;line-height:1.5}p{margin-bottom:1.5em}h1,h2,h3,h4,h5,h6{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit}pre{background:rgba(0,0,0,.05);font-family:inherit;font-size:inherit;line-height:normal;margin-bottom:1.5em;padding:20px;overflow:auto;max-width:100%}blockquote{border-left:5px solid rgba(0,0,0,.05);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}blockquote p:last-child{margin:0}table,td,th{border:1px solid rgba(0,0,0,.1)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}td,th{padding:8px}th{border-width:0 1px 1px 0}td{border-width:0 1px 1px 0}hr{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-bottom:40px;margin-top:40px}fieldset{padding:0;border:0;min-width:inherit}fieldset legend{padding:0;margin-bottom:1.5em}h1{font-size:42px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h2{font-size:35px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h3{font-size:29px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h4{font-size:24px}h5{font-size:20px}h4,h5,h6{margin-bottom:20px}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}address{margin:0 0 1.5em}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}img{height:auto;max-width:100%}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,html input[type=button],input[type=reset],input[type=submit]{border:1px solid transparent;background:#55555e;cursor:pointer;-webkit-appearance:button;padding:10px 20px;color:#fff}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{background:#fafafa;color:#666;border:1px solid #ccc;border-radius:0;padding:10px 15px;box-sizing:border-box;max-width:100%}textarea{overflow:auto;vertical-align:top;width:100%}input[type=file]{max-width:100%;box-sizing:border-box}a,button,input{transition:color .1s ease-in-out,background-color .1s ease-in-out}a{text-decoration:none}.button,.wp-block-button .wp-block-button__link{padding:10px 20px;display:inline-block}.wp-block-button .wp-block-button__link{font-size:inherit;line-height:inherit}.using-mouse :focus{outline:0}.using-mouse ::-moz-focus-inner{border:0}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}.no-sidebar .entry-content .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw;width:auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.clear:after,.comment-content:after,.entry-content:after,.inside-footer-widgets:not(.grid-container):after,.inside-header:not(.grid-container):after,.inside-navigation:not(.grid-container):after,.inside-top-bar:not(.grid-container):after,.page-header-content-container:after,.paging-navigation:after,.site-content:after,.site-footer:after,.site-header:after,.site-info:after{content:"";display:table;clear:both}.main-navigation{z-index:100;padding:0;clear:both;display:block}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px}.inside-navigation{position:relative}.main-navigation li{float:left;position:relative}.sf-menu>li.menu-item-float-right{float:right!important}.nav-float-right .inside-header .main-navigation{float:right;clear:right}.nav-float-left .inside-header .main-navigation{float:left;clear:left}.nav-aligned-center .main-navigation:not(.toggled) .menu>li,.nav-aligned-right .main-navigation:not(.toggled) .menu>li{float:none;display:inline-block}.nav-aligned-center .main-navigation:not(.toggled) ul,.nav-aligned-right .main-navigation:not(.toggled) ul{letter-spacing:-.31em;font-size:1em}.nav-aligned-center .main-navigation:not(.toggled) ul li,.nav-aligned-right .main-navigation:not(.toggled) ul li{letter-spacing:normal}.nav-aligned-center .main-navigation{text-align:center}.nav-aligned-right .main-navigation{text-align:right}.main-navigation li.search-item{float:right}.main-navigation .mobile-bar-items a{padding-left:20px;padding-right:20px;line-height:60px}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.main-navigation ul ul a{display:block}.main-navigation ul ul li{width:100%}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.main-navigation.sub-menu-left ul ul{box-shadow:-1px 1px 0 rgba(0,0,0,.1)}.main-navigation.sub-menu-left .sub-menu{right:0}.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;left:auto}.nav-float-right .main-navigation ul ul ul{top:0}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}.sidebar .menu-item-has-children .dropdown-menu-toggle,nav ul ul .menu-item-has-children .dropdown-menu-toggle{float:right}.widget-area .main-navigation li{float:none;display:block;width:100%;padding:0;margin:0}.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,.sidebar .main-navigation.sub-menu-right ul li:hover ul{top:0;left:100%}.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,.sidebar .main-navigation.sub-menu-left ul li:hover ul{top:0;right:100%}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 2em;overflow:hidden}.site-main .post-navigation{margin-bottom:0}.paging-navigation .nav-next,.paging-navigation .nav-previous{display:none}.paging-navigation .nav-links>*{padding:0 5px}.paging-navigation .nav-links .current{font-weight:700}.nav-links>:first-child{padding-left:0}.site-header{position:relative}.inside-header{padding:20px 40px}.main-title{margin:0;font-size:25px;line-height:1.2em;word-wrap:break-word;font-weight:700;text-transform:none}.site-description{margin:0;line-height:1.5;font-weight:400;text-transform:none;font-size:15px}.site-logo{display:inline-block;max-width:100%}.site-header .header-image{vertical-align:middle}.header-widget{float:right;overflow:hidden;max-width:50%}.header-widget .widget{padding:0 0 20px;margin-bottom:0}.header-widget .widget:last-child{padding-bottom:0}.header-widget .widget-title{margin-bottom:15px}.nav-float-right .header-widget{position:relative;top:-10px}.nav-float-right .header-widget .widget{padding:0 0 10px}.nav-float-left .inside-header .site-branding,.nav-float-left .inside-header .site-logo{float:right;clear:right}.nav-float-left .inside-header:after{clear:both;content:'';display:table}.nav-float-right .inside-header .site-branding{display:inline-block}.site-branding-container{display:inline-flex;align-items:center;text-align:left}.site-branding-container .site-logo{margin-right:1.5em}.header-aligned-center .site-header{text-align:center}.header-aligned-right .site-header{text-align:right}.header-aligned-right .site-branding-container{text-align:right}.header-aligned-right .site-branding-container .site-logo{order:10;margin-right:0;margin-left:1.5em}.sticky{display:block}.entry-header .gp-icon,.posted-on .updated{display:none}.byline,.entry-header .cat-links,.entry-header .comments-link,.entry-header .tags-links,.group-blog .byline,.single .byline{display:inline}footer.entry-meta .byline,footer.entry-meta .posted-on{display:block}.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child){margin-top:2em}.page-links{clear:both;margin:0 0 1.5em}.archive .format-aside .entry-header,.archive .format-status .entry-header,.archive .format-status .entry-meta,.archive .format-status .entry-title,.blog .format-aside .entry-header,.blog .format-status .entry-header,.blog .format-status .entry-meta,.blog .format-status .entry-title{display:none}.archive .format-aside .entry-content,.archive .format-status .entry-content,.blog .format-aside .entry-content,.blog .format-status .entry-content{margin-top:0}.archive .format-status .entry-content p:last-child,.blog .format-status .entry-content p:last-child{margin-bottom:0}.entry-header,.site-content{word-wrap:break-word}.entry-title{margin-bottom:0}.author .page-header .page-title{display:flex;align-items:center}.author .page-header .avatar{margin-right:20px}.page-header .author-info>:last-child,.page-header>:last-child{margin-bottom:0}.entry-meta{font-size:85%;margin-top:.5em;line-height:1.5}footer.entry-meta{margin-top:2em}.cat-links,.comments-link,.tags-links{display:block}.entry-content>p:last-child,.entry-summary>p:last-child,.page-content>p:last-child,.read-more-container,.taxonomy-description p:last-child{margin-bottom:0}.wp-caption{margin-bottom:1.5em;max-width:100%;position:relative}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto 0;max-width:100%}.wp-caption .wp-caption-text{font-size:75%;padding-top:5px;opacity:.8}.wp-caption img{position:relative;vertical-align:bottom}.wp-block-image figcaption{font-size:13px;text-align:center}.wp-block-gallery,ul.blocks-gallery-grid{margin-left:0}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{background:rgba(255,255,255,.7);color:#000;padding:10px;box-sizing:border-box}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.site-main .gallery{margin-bottom:1.5em}.gallery-item img{vertical-align:bottom}.gallery-icon{padding:5px}embed,iframe,object{max-width:100%}.wp-block-post-template{margin-left:0}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comment,.comment-list{list-style-type:none;padding:0;margin:0}.comment-author-info{display:inline-block;vertical-align:middle}.comment-meta .avatar{float:left;margin-right:10px;border-radius:50%}.comment-author cite{font-style:normal;font-weight:700}.entry-meta.comment-metadata{margin-top:0}.comment-content{margin-top:1.5em}.comment-respond{margin-top:0}.comment-form>.form-submit{margin-bottom:0}.comment-form input,.comment-form-comment{margin-bottom:10px}.comment-form-comment textarea{resize:vertical}.comment-form #author,.comment-form #email,.comment-form #url{display:block}.comment-metadata .edit-link:before{display:none}.comment-body{padding:30px 0}.comment-content{padding:30px;border:1px solid rgba(0,0,0,.05)}.depth-1.parent>.children{border-bottom:1px solid rgba(0,0,0,.05)}.comment .children{padding-left:30px;margin-top:-30px;border-left:1px solid rgba(0,0,0,.05)}.pingback .comment-body,.trackback .comment-body{border-bottom:1px solid rgba(0,0,0,.05)}.pingback .edit-link{font-size:13px}.comment-content p:last-child{margin-bottom:0}.comment-list>.comment:first-child{padding-top:0;margin-top:0;border-top:0}ol.comment-list{margin-bottom:1.5em}.comment-form-cookies-consent{display:flex;align-items:center}.comment-form-cookies-consent input{margin-right:.5em;margin-bottom:0}.one-container .comments-area{margin-top:1.5em}.comment-content .reply{font-size:85%}#cancel-comment-reply-link{padding-left:10px}.widget-area .widget{padding:40px}.widget select{max-width:100%}.footer-widgets .widget :last-child,.sidebar .widget :last-child{margin-bottom:0}.widget-title{margin-bottom:30px;font-size:20px;line-height:1.5;font-weight:400;text-transform:none}.widget ol,.widget ul{margin:0}.widget .search-field{width:100%}.widget_search .search-submit{display:none}.widget{margin:0 0 30px;box-sizing:border-box}.separate-containers .widget:last-child,.widget:last-child{margin-bottom:0}.footer-widgets .widget,.sidebar .widget{font-size:17px}.widget ul li{list-style-type:none;position:relative;padding-bottom:5px}.widget_categories .children{margin-left:1.5em;padding-top:5px}.widget_categories .children li:last-child{padding-bottom:0}.widget_nav_menu ul ul,.widget_pages ul ul{margin-left:1em;margin-top:5px}.widget ul li.menu-item-has-children,.widget ul li.page_item_has_children{padding-bottom:0}#wp-calendar{table-layout:fixed;font-size:80%}#wp-calendar #prev,#wp-calendar #prev+.pad{border-right:0}.sidebar .grid-container{max-width:100%;width:100%}.post{margin:0 0 2em}.page-header{margin-bottom:30px}.one-container.both-left .inside-left-sidebar,.one-container.both-right .inside-left-sidebar{margin-right:20px}.one-container.both-left .inside-right-sidebar,.one-container.both-right .inside-right-sidebar{margin-left:20px}.one-container:not(.page) .inside-article{padding:0 0 30px 0}.one-container.both-right .site-main,.one-container.right-sidebar .site-main{margin-right:40px}.one-container.both-left .site-main,.one-container.left-sidebar .site-main{margin-left:40px}.one-container.both-sidebars .site-main{margin:0 40px 0 40px}.one-container .site-content{padding:40px}.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding:40px}.separate-containers .page-header,.separate-containers .site-main>*,.separate-containers .widget{margin-bottom:20px}.separate-containers .site-main{margin:20px}.separate-containers.no-sidebar .site-main{margin-left:0;margin-right:0}.separate-containers.both-right .site-main,.separate-containers.right-sidebar .site-main{margin-left:0}.separate-containers.both-left .site-main,.separate-containers.left-sidebar .site-main{margin-right:0}.separate-containers.both-left .inside-left-sidebar,.separate-containers.both-right .inside-left-sidebar{margin-right:10px}.separate-containers.both-left .inside-right-sidebar,.separate-containers.both-right .inside-right-sidebar{margin-left:10px}.separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar{margin-top:20px;margin-bottom:20px}.inside-page-header{padding:40px}.widget-area .main-navigation{margin-bottom:20px}.one-container .site-main>:last-child,.separate-containers .site-main>:last-child{margin-bottom:0}.full-width-content .container.grid-container{max-width:100%}.full-width-content.no-sidebar.separate-containers .site-main{margin:0}.full-width-content.one-container .site-content,.full-width-content.separate-containers .inside-article{padding:0}.full-width-content .entry-content .alignwide{margin-left:0;width:auto;max-width:unset}.contained-content.one-container .site-content,.contained-content.separate-containers .inside-article{padding:0}.site-info{text-align:center;font-size:15px}.site-info{padding:20px 40px}.footer-widgets{padding:40px}.site-footer .footer-widgets-container .inner-padding{padding:0 0 0 40px}.site-footer .footer-widgets-container .inside-footer-widgets{margin-left:-40px}.footer-bar-active .footer-bar .widget{padding:0}.footer-bar .widget_nav_menu>div>ul{display:inline-block;vertical-align:top}.footer-bar .widget_nav_menu li{margin:0 10px;float:left;padding:0}.footer-bar .widget_nav_menu li:first-child{margin-left:0}.footer-bar .widget_nav_menu li:last-child{margin-right:0}.footer-bar .widget_nav_menu li ul{display:none}.footer-bar .textwidget p:last-child{margin:0}.footer-bar .widget-title{display:none}.footer-bar-align-right .copyright-bar{float:left}.footer-bar-align-right .footer-bar{float:right;text-align:right}.footer-bar-align-left .copyright-bar{float:right;text-align:right}.footer-bar-align-left .footer-bar{float:left;text-align:left}.footer-bar-align-center .copyright-bar{float:none;text-align:center}.footer-bar-align-center .footer-bar{float:none;text-align:center;margin-bottom:10px}.post-image:not(:first-child){margin-top:2em}.page-header-image,.page-header-image-single{line-height:0}.one-container .inside-article>[class*=page-header-],.separate-containers .inside-article>[class*=page-header-]{margin-bottom:2em;margin-top:0}.inside-article .page-header-image-single.page-header-below-title{margin-top:2em}.separate-containers .page-header-contained,.separate-containers .page-header-content,.separate-containers .page-header-content-single,.separate-containers .page-header-image,.separate-containers .page-header-image-single{margin-top:20px}.top-bar{font-weight:400;text-transform:none;font-size:13px}.top-bar .inside-top-bar .widget{padding:0;display:inline-block;margin:0}.top-bar .inside-top-bar .textwidget p:last-child{margin:0}.top-bar .widget-title{display:none}.top-bar .widget_nav_menu li{margin:0 10px;float:left;padding:0}.top-bar .widget_nav_menu li:first-child{margin-left:0}.top-bar .widget_nav_menu li:last-child{margin-right:0}.top-bar .widget_nav_menu li ul{display:none}.top-bar .widget_nav_menu>div>ul{display:inline-block;vertical-align:top}.inside-top-bar{padding:10px 40px}.top-bar-align-center{text-align:center}.top-bar-align-center .inside-top-bar .widget:not(:first-child){margin-left:10px}.top-bar-align-center .inside-top-bar .widget:first-child:last-child{display:block}.top-bar-align-right{text-align:right}.top-bar-align-right .inside-top-bar>.widget:nth-child(2n){float:left;margin-right:10px}.top-bar-align-right .inside-top-bar>.widget:nth-child(odd){margin-left:10px}.top-bar-align-left .inside-top-bar>.widget:nth-child(odd){float:left;margin-right:10px}.top-bar-align-left .inside-top-bar>.widget:nth-child(2n){margin-left:10px;float:right}.gp-icon{display:inline-flex;align-self:center}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor}.close-search .icon-search svg:first-child,.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:first-child{display:none}.close-search .icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(2){display:block}.entry-meta .gp-icon{margin-right:.6em;opacity:.7}nav.toggled .icon-arrow-left svg{transform:rotate(-90deg)}nav.toggled .icon-arrow-right svg{transform:rotate(90deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg{transform:rotate(180deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg{transform:rotate(-270deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg{transform:rotate(270deg)}.container.grid-container{width:auto}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.so-panel.widget{padding:0}#mc_embed_signup .clear{display:block;height:auto;visibility:visible;width:auto}

/* --- generate-mobile-style --- */
.menu-toggle,.mobile-bar-items,.sidebar-nav-mobile{display:none}.menu-toggle{padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px;cursor:pointer}button.menu-toggle{background-color:transparent;width:100%;border:0;text-align:center}button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{background-color:transparent}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}.menu-toggle .mobile-menu:empty{display:none}.nav-search-enabled .main-navigation .menu-toggle{text-align:left}.mobile-bar-items{display:none;position:absolute;right:0;top:0;z-index:21;list-style-type:none}.mobile-bar-items a{display:inline-block}nav.toggled ul ul.sub-menu{width:100%}.dropdown-hover .main-navigation.toggled ul li.sfHover>ul,.dropdown-hover .main-navigation.toggled ul li:hover>ul{transition-delay:0s}.toggled .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.main-navigation.toggled ul ul{transition:0s;visibility:hidden}.main-navigation.toggled .main-nav>ul{display:block}.main-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block;visibility:visible;float:none}.main-navigation.toggled .main-nav li{float:none;clear:both;display:block;text-align:left}.main-navigation.toggled .main-nav li.hide-on-mobile{display:none!important}.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.main-navigation.toggled .menu li.search-item{display:none!important}.main-navigation.toggled .sf-menu>li.menu-item-float-right{float:none;display:inline-block}@media (max-width:768px){a,body,button,input,select,textarea{transition:all 0s ease-in-out}.top-bar.top-bar-align-left,.top-bar.top-bar-align-right{text-align:center}.top-bar .widget{float:none!important;margin:0 10px!important}.top-bar .widget_nav_menu li{float:none;display:inline-block;padding:5px 0}.footer-bar .widget_nav_menu li:first-child{margin-left:10px}.footer-bar .widget_nav_menu li:last-child{margin-right:10px}.inside-header>:not(:last-child):not(.main-navigation){margin-bottom:20px}.header-aligned-right .site-header,.site-header{text-align:center}.header-widget{float:none;max-width:100%;text-align:center}.content-area,.inside-footer-widgets>div,.sidebar{float:none;width:100%;left:0;right:0}.site-main{margin-left:0!important;margin-right:0!important}body:not(.no-sidebar) .site-main{margin-bottom:0!important}.one-container .sidebar{margin-top:40px}.separate-containers #left-sidebar+#right-sidebar .inside-right-sidebar{margin-top:0}.both-left.separate-containers .inside-left-sidebar,.both-left.separate-containers .inside-right-sidebar,.both-right.separate-containers .inside-left-sidebar,.both-right.separate-containers .inside-right-sidebar{margin-right:0;margin-left:0}.alignleft,.alignright{float:none;display:block;margin-left:auto;margin-right:auto}.post-image-aligned-left .post-image,.post-image-aligned-right .post-image{float:none;margin:2em 0;text-align:center}.comment .children{padding-left:10px;margin-left:0}.edd_download{display:block;float:none!important;margin-bottom:1.5em;width:100%!important}.entry-meta{font-size:inherit}.entry-meta a{line-height:1.8em}.site-info{text-align:center}.copyright-bar{float:none!important;text-align:center!important}.footer-bar{float:none!important;text-align:center!important;margin-bottom:20px}.footer-bar .widget_nav_menu li{float:none;display:inline-block;padding:5px 0}.inside-footer-widgets>div:not(:last-child){margin-bottom:40px}.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets{margin:0}.site-footer .footer-widgets .footer-widgets-container .inner-padding{padding:0}}

/* --- generate-font-icons --- */
@font-face{font-family:GeneratePress;src:url("https://carnescamponatura.com/wp-content/themes/generatepress/assets/fonts/generatepress.eot");src:url("https://carnescamponatura.com/wp-content/themes/generatepress/assets/fonts/generatepress.eot#iefix") format("embedded-opentype"),url("https://carnescamponatura.com/wp-content/themes/generatepress/assets/fonts/generatepress.woff2") format("woff2"),url("https://carnescamponatura.com/wp-content/themes/generatepress/assets/fonts/generatepress.woff") format("woff"),url("https://carnescamponatura.com/wp-content/themes/generatepress/assets/fonts/generatepress.ttf") format("truetype"),url("https://carnescamponatura.com/wp-content/themes/generatepress/assets/fonts/generatepress.svg#GeneratePress") format("svg");font-weight:400;font-style:normal}.cat-links:before,.comments-link:before,.dropdown-menu-toggle:before,.generate-back-to-top:before,.menu-toggle:before,.nav-next .next:before,.nav-previous .prev:before,.search-form .search-submit:before,.search-item a:before,.tags-links:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.cat-links:before,.comments-link:before,.nav-next .next:before,.nav-previous .prev:before,.tags-links:before{opacity:.7}.menu-toggle:before{content:"\f0c9";font-family:GeneratePress;width:1.28571429em;text-align:center;display:inline-block}.toggled .menu-toggle:before{content:"\f00d"}.main-navigation.toggled .sfHover>a .dropdown-menu-toggle:before{content:"\f106"}.search-item a:before{content:"\f002";font-family:GeneratePress;width:1.28571429em;text-align:center;display:inline-block}.search-item.close-search a:before{content:"\f00d"}.widget .search-form button:before{content:"\f002";font-family:GeneratePress}.dropdown-menu-toggle:before{content:"\f107";font-family:GeneratePress;display:inline-block;width:.8em;text-align:left}nav:not(.toggled) ul ul .dropdown-menu-toggle:before{text-align:right}.dropdown-hover .sub-menu-left:not(.toggled) ul ul .dropdown-menu-toggle:before{transform:rotate(180deg)}.dropdown-click .menu-item-has-children.sfHover>a .dropdown-menu-toggle:before{content:"\f106"}.dropdown-hover nav:not(.toggled) ul ul .dropdown-menu-toggle:before{content:"\f105"}.entry-header .cat-links:before,.entry-header .comments-link:before,.entry-header .tags-links:before{display:none}.cat-links:before,.comments-link:before,.nav-next .next:before,.nav-previous .prev:before,.tags-links:before{font-family:GeneratePress;text-decoration:inherit;position:relative;margin-right:.6em;width:13px;text-align:center;display:inline-block}.cat-links:before{content:"\f07b"}.tags-links:before{content:"\f02c"}.comments-link:before{content:"\f086"}.nav-previous .prev:before{content:"\f104"}.nav-next .next:before{content:"\f105"}.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle:before,.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle:before{content:"\f104"}.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before,.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before{content:"\f105"}.generate-back-to-top:before{content:"\f106";font-family:GeneratePress}.search-form .search-submit:before{content:"\f002";font-family:GeneratePress;width:1.28571429em;text-align:center;display:inline-block}

/* --- generate-child --- */
/*
Theme Name: Camponatura
Theme URI: https://carnescamponatura.com/
Description: Tema hijo de GeneratePress para Carnes Campo Natura, S.L. La cabecera y el pie los pinta el runtime FAST del plugin clienty-web-design; la dirección de arte (antracita, marfil, oro suave y borgoña) vive en el mu-plugin cc-lujo. Aquí solo queda lo que tiene que ser del tema.
Author: Carnes Camponatura
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: camponatura
*/

/* ------------------------------------------------------------------ Envoltorio
   GeneratePress mete la página dentro de un contenedor con su propio ancho y su
   propio fondo. Aquí el ancho lo manda cc-lujo (--cc-ancho) y el marco lo pinta
   el runtime, así que el contenedor del tema tiene que dejar de estorbar. */

.site.grid-container,
.site .site-content,
.site #primary,
.site .content-area {
	max-width: none;
	padding: 0;
	margin: 0;
}

.site-content {
	display: block;
}

/* GeneratePress dibuja una tarjeta blanca alrededor de cada entrada (sombra,
   borde y relleno). En esta web el contenido va a sangre sobre el fondo. */
.inside-article,
.entry-content,
.page-content {
	max-width: none;
	padding: 0;
	margin: 0;
	background: none;
	box-shadow: none;
	border: 0;
}

.separate-containers .inside-article,
.separate-containers .site-main {
	padding: 0;
	margin: 0;
}

/* El salto que dejaba el tema entre la cabecera y el contenido ya lo pone cc-lujo. */
.separate-containers .site-main {
	margin-top: 0;
}

/* ------------------------------------------------------------------ Barra lateral
   No hay barra lateral en ninguna plantilla: si alguna vez se cuela, no rompe. */

#right-sidebar,
#left-sidebar {
	display: none;
}

/* ------------------------------------------------------ Cabecera y pie del tema
   Los imprime el runtime FAST y cc-shell impide que el tema imprima los suyos.
   Esta regla es el cinturón por si alguno se colara. */

.site-header,
.site-footer,
#masthead,
#colophon {
	display: none;
}

/* ------------------------------------------------------------------ Tipografía
   Los tamaños y las familias los fija cc-lujo. Aquí solo se quita la herencia de
   GeneratePress para que no pelee con ella. */

body {
	background: #fff;
}

.entry-content > *:first-child {
	margin-top: 0;
}

/* -------------------------------------------- Banda de imagen destacada
   El tema la imprime encima del contenido; se retira por código en
   functions.php y esta regla es el cinturón por si alguna plantilla la cuela. */

.featured-image.page-header-image,
.page-header-image-single {
	display: none;
}


/* --- cwd-frame-bundle --- */
/* === base/tokens.css === */
:root {
    --cwd-color-bg-dark: #1b1c23;
    --cwd-color-bg-dark-2: #17181f;
    --cwd-color-accent-green: #16c05f;
    --cwd-color-accent-green-2: #12a551;
    --cwd-color-accent-blue: #264470;
    --cwd-color-text: #11131a;
    --cwd-color-soft: #6a7185;
    --cwd-color-border: #e8ecf3;
    --cwd-color-card: #ffffff;
    --cwd-color-card-alt: #f6f8fc;
    --cwd-color-text-on-dark: #d7d8df;
    --cwd-shadow-soft: 0 20px 50px rgba(12, 19, 35, 0.10);
    --cwd-radius-xl: 28px;
    --cwd-radius-lg: 20px;
    --cwd-radius-md: 14px;
    --cwd-radius-sm: 10px;
    --cwd-container: 1240px;
    --cwd-transition: 180ms ease;
}

/* === base/frame.css === */
body.cwd-hf-runtime {
    margin: 0;
}

.cwd-frame-slot {
    position: relative;
    z-index: 30;
}

.cwd-header,
.cwd-footer,
.cwd-header *,
.cwd-footer * {
    box-sizing: border-box;
}

.cwd-header a,
.cwd-footer a {
    color: inherit;
    text-decoration: none;
}

.cwd-header img,
.cwd-footer img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cwd-container {
    width: min(calc(100% - 32px), var(--cwd-container));
    margin: 0 auto;
}

.cwd-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 700;
    transition: transform var(--cwd-transition), background var(--cwd-transition), color var(--cwd-transition), border-color var(--cwd-transition), box-shadow var(--cwd-transition);
}

.cwd-pill svg,
.cwd-icon-link svg,
.cwd-menu-toggle svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.cwd-pill:hover,
.cwd-icon-link:hover,
.cwd-menu-toggle:hover {
    transform: translateY(-1px);
}

.cwd-pill--green {
    color: #fff;
    background: linear-gradient(180deg, var(--cwd-color-accent-green) 0%, var(--cwd-color-accent-green-2) 100%);
}

.cwd-pill--dark {
    color: #fff;
    background: linear-gradient(180deg, var(--cwd-color-bg-dark) 0%, var(--cwd-color-bg-dark-2) 100%);
}

.cwd-pill--outline {
    color: var(--cwd-color-text);
    background: #fff;
    border: 1px solid var(--cwd-color-border);
}

.cwd-pill--full {
    width: 100%;
}

/* === base/transition.css === */
body.cwd-hf-only .cwd-frame-slot--header,
body.cwd-hf-only .cwd-frame-slot--footer {
    display: block;
}

body.cwd-hf-only .site-main,
body.cwd-hf-only main,
body.cwd-hf-only #content {
    min-height: 0;
}

body.cwd-hf-only .cwd-frame-slot--header {
    position: relative;
    z-index: 40;
}

body.cwd-hf-only .cwd-frame-slot--footer {
    position: relative;
    z-index: 30;
}

/* Fusion 0.60.4: legacy frame conflict guard.
   Applies only when body gets cwd-frame-guard--active from PHP. */
body.cwd-frame-guard--active.cwd-hf-only #site-header,
body.cwd-frame-guard--active.cwd-hf-only #site-footer,
body.cwd-frame-guard--active.cwd-hf-only #masthead,
body.cwd-frame-guard--active.cwd-hf-only #colophon,
body.cwd-frame-guard--active.cwd-hf-only header.site-header,
body.cwd-frame-guard--active.cwd-hf-only footer.site-footer,
body.cwd-frame-guard--active.cwd-hf-only .site-header,
body.cwd-frame-guard--active.cwd-hf-only .site-footer,
body.cwd-frame-guard--active.cwd-hf-only .elementor-location-header,
body.cwd-frame-guard--active.cwd-hf-only .elementor-location-footer,
body.cwd-frame-guard--active.cwd-hf-only .elementor.elementor-location-header,
body.cwd-frame-guard--active.cwd-hf-only .elementor.elementor-location-footer,
body.cwd-frame-guard--active.cwd-hf-only [data-elementor-type="header"],
body.cwd-frame-guard--active.cwd-hf-only [data-elementor-type="footer"],
body.cwd-frame-guard--active.cwd-hf-only .e-con[data-elementor-type="header"],
body.cwd-frame-guard--active.cwd-hf-only .e-con[data-elementor-type="footer"],
body.cwd-frame-guard--active.cwd-hf-only .elementor-header-theme-builder,
body.cwd-frame-guard--active.cwd-hf-only .elementor-footer-theme-builder,
body.cwd-frame-guard--active.cwd-hf-only .hfe-header,
body.cwd-frame-guard--active.cwd-hf-only .hfe-footer,
body.cwd-frame-guard--active.cwd-hf-only .ehf-header,
body.cwd-frame-guard--active.cwd-hf-only .ehf-footer,
body.cwd-frame-guard--active.cwd-hf-only .she-header,
body.cwd-frame-guard--active.cwd-hf-only .she-footer,
body.cwd-frame-guard--active.cwd-hf-only .main-header-bar,
body.cwd-frame-guard--active.cwd-hf-only .ast-mobile-header-wrap,
body.cwd-frame-guard--active.cwd-hf-only .ast-primary-header-bar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

html body.cwd-frame-guard--active.cwd-hf-only,
html body.cwd-frame-guard--active.cwd-frame--plugin {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
}

body.cwd-frame-guard--active.cwd-hf-only > #page,
body.cwd-frame-guard--active.cwd-hf-only > .site,
body.cwd-frame-guard--active.cwd-hf-only .site,
body.cwd-frame-guard--active.cwd-hf-only .site-content,
body.cwd-frame-guard--active.cwd-hf-only .content-area,
body.cwd-frame-guard--active.cwd-hf-only #content,
body.cwd-frame-guard--active.cwd-hf-only main#main,
body.cwd-frame-guard--active.cwd-hf-only main.site-main,
body.cwd-frame-guard--active.cwd-hf-only .site-main,
body.cwd-frame-guard--active.cwd-hf-only .woocommerce,
body.cwd-frame-guard--active.cwd-hf-only .woocommerce-page,
body.cwd-frame-guard--active.cwd-hf-only .elementor-location-single,
body.cwd-frame-guard--active.cwd-hf-only [data-elementor-type="single-post"],
body.cwd-frame-guard--active.cwd-hf-only [data-elementor-type="single-product"],
body.cwd-frame-guard--active.cwd-hf-only [data-elementor-type="product"] {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

body.cwd-frame-guard--active.cwd-hf-only > .cwd-frame-slot,
body.cwd-frame-guard--active.cwd-hf-only .cwd-frame-slot,
body.cwd-frame-guard--active.cwd-hf-only .cwd-header,
body.cwd-frame-guard--active.cwd-hf-only .cwd-footer {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

/* === components/header.css === */
.cwd-header {
    position: relative;
    z-index: 50;
    background: #ffffff;
    border-bottom: 1px solid rgba(37, 48, 80, 0.08);
}

.cwd-header .cwd-container {
    width: min(calc(100% - 36px), 1840px);
    max-width: 1840px;
    margin: 0 auto;
}

.cwd-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 70px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.cwd-header__mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 66px;
}

.cwd-header__brand {
    min-width: 0;
}

.cwd-header__logo {
    display: inline-flex;
    align-items: center;
}

.cwd-header__logo-image {
    display: block;
    width: auto;
    max-width: 112px;
    max-height: 42px;
    height: auto;
    object-fit: contain;
}

.cwd-brand-text {
    font-weight: 800;
    font-size: 22px;
}

.cwd-header__nav-wrap {
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: visible;
}

.cwd-nav,
.cwd-mobile-nav {
    display: block;
    width: 100%;
}

.cwd-nav__list,
.cwd-mobile-nav__list,
.cwd-footer-links,
.cwd-footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cwd-nav__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 3px;
    min-width: 0;
    max-width: 100%;
}

.cwd-nav__list > li {
    position: relative;
    flex: 0 0 auto;
}

.cwd-nav__list a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 10px;
    color: #253050;
    font-size: clamp(16px, 0.88vw, 17px);
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    border-radius: 14px;
    letter-spacing: -0.01em;
}

.cwd-nav__list a:hover,
.cwd-nav__list .current-menu-item > a,
.cwd-nav__list .current-menu-ancestor > a {
    background: #f1f4f8;
}

.cwd-nav .menu-item-has-children > a::after {
    content: '';
    width: 0;
    height: 0;
    margin-left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    opacity: 0.75;
}

.cwd-nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 60;
    min-width: 236px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.cwd-nav .sub-menu li {
    display: block;
}

.cwd-nav .sub-menu a {
    display: flex;
    min-height: 0;
    padding: 10px 12px;
    font-size: 15px;
    border-radius: 12px;
}

.cwd-nav .menu-item-has-children:hover > .sub-menu,
.cwd-nav .menu-item-has-children:focus-within > .sub-menu {
    display: block;
}

.cwd-header__actions,
.cwd-header__mobile-actions,
.cwd-mobile-quick-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cwd-header__actions {
    flex-wrap: nowrap;
    margin-left: auto;
}

.cwd-header__actions > *,
.cwd-header__mobile-actions > * {
    flex-shrink: 0;
}

.cwd-icon-link,
.cwd-menu-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(37, 48, 80, 0.14);
    background: #ffffff;
    color: #253050;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.cwd-icon-link svg,
.cwd-menu-toggle svg {
    width: 18px;
    height: 18px;
}

.cwd-icon-link:hover,
.cwd-menu-toggle:hover {
    background: #f6f8fb;
}

.cwd-icon-link__badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.cwd-icon-link--bag {
    border-color: rgba(37, 48, 80, 0.10);
}

.cwd-cart-total {
    display: inline-flex;
    align-items: center;
    color: #253050;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.cwd-pill--whatsapp-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 18px;
    border: 1.5px solid #22c55e;
    border-radius: 999px;
    background: #ffffff;
    color: #16a34a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.cwd-pill--whatsapp-outline:hover {
    background: #f3fff7;
}

.cwd-pill--whatsapp-outline svg {
    width: 18px;
    height: 18px;
}

.cwd-mobile-menu {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.cwd-mobile-nav__list {
    display: grid;
    gap: 10px;
    padding: 12px 0 0;
}

.cwd-mobile-nav__list a {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f7f8fb;
    color: #253050;
    font-weight: 600;
}

.cwd-mobile-nav__list .menu-item-has-children {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 8px;
}

.cwd-mobile-nav__list .menu-item-has-children > a {
    grid-column: 1;
}

.cwd-mobile-submenu-toggle {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(37, 48, 80, 0.14);
    border-radius: 12px;
    background: #f7f8fb;
    color: #253050;
    cursor: pointer;
}

.cwd-mobile-submenu-toggle::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    transition: transform 0.18s ease;
}

.cwd-mobile-nav__list .menu-item-has-children.is-open > .cwd-mobile-submenu-toggle::before {
    transform: rotate(180deg);
}

.cwd-mobile-nav__list .sub-menu {
    grid-column: 1 / -1;
    display: none;
    gap: 10px;
    padding: 4px 0 0 18px;
}

.cwd-mobile-nav__list .menu-item-has-children.is-open > .sub-menu {
    display: grid;
}

.cwd-mobile-quick-links {
    display: grid;
    gap: 12px;
    padding: 18px 0 8px;
}

.cwd-cart-total--mobile {
    font-size: 14px;
}

@media (max-width: 1760px) {
    .cwd-header .cwd-container {
        width: min(calc(100% - 28px), 1760px);
    }

    .cwd-header__inner {
        gap: 15px;
    }

    .cwd-header__logo-image {
        max-width: 108px;
        max-height: 40px;
    }

    .cwd-nav__list a {
        padding: 8px 9px;
        font-size: 16px;
    }
}

@media (max-width: 1600px) {
    .cwd-header__logo-image {
        max-width: 106px;
        max-height: 40px;
    }

    .cwd-nav__list {
        gap: 4px 2px;
    }

    .cwd-nav__list a {
        padding: 8px 8px;
        font-size: 15.5px;
    }

    .cwd-pill--whatsapp-outline {
        padding: 10px 16px;
        font-size: 14px;
    }

    .cwd-cart-total {
        font-size: 15px;
    }
}

@media (max-width: 1420px) {
    .cwd-header__logo-image {
        max-width: 96px;
        max-height: 38px;
    }

    .cwd-nav__list a {
        padding: 7px 6px;
        font-size: 14.5px;
    }

    .cwd-pill--whatsapp-outline span {
        display: none;
    }

    .cwd-pill--whatsapp-outline {
        width: 42px;
        min-width: 42px;
        height: 42px;
        padding: 0;
        border-radius: 50%;
    }
}

@media (max-width: 1260px) {
    .cwd-cart-total {
        display: none;
    }
}

@media (max-width: 1120px) {
    .cwd-header__inner {
        gap: 12px;
    }

    .cwd-nav__list a {
        padding: 7px 6px;
        font-size: 13px;
    }
}

@media (max-width: 980px) {
    .cwd-header--desktop {
        display: none;
    }
}

@media (min-width: 981px) {
    .cwd-header--mobile {
        display: none;
    }
}

@media (max-width: 680px) {
    .cwd-header .cwd-container {
        width: min(calc(100% - 24px), 100%);
    }

    .cwd-header__mobile-bar {
        min-height: 66px;
        gap: 12px;
    }

    .cwd-header__logo-image {
        max-width: 96px;
        max-height: 38px;
    }

    .cwd-cart-total--mobile {
        display: none;
    }
}

/* === components/footer.css === */
.cwd-footer {
    margin-top: 72px;
    background: linear-gradient(180deg, var(--cwd-color-bg-dark) 0%, var(--cwd-color-bg-dark-2) 100%);
    color: var(--cwd-color-text-on-dark);
}

.cwd-footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 42px 0 24px;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}

.cwd-footer__logo {
    display: inline-flex;
    align-items: center;
}

.cwd-footer__logo-image {
    width: 170px;
    max-width: 100%;
    height: auto;
    display: block;
}

.cwd-footer__cta-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cwd-footer__columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
    padding: 30px 0 34px;
}

.cwd-footer__col h3 {
    margin: 0 0 18px;
    color: #8f92a3;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.cwd-footer-links {
    display: grid;
    gap: 12px;
}

.cwd-footer-links__link,
.cwd-footer-links__text {
    color: rgba(255,255,255,0.82);
    font-size: 16px;
    line-height: 1.45;
}

.cwd-footer-links__link:hover {
    color: #fff;
}

.cwd-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.cwd-footer-social__link,
.cwd-footer-social a {
    color: #8f92a3;
    font-size: 15px;
}

.cwd-footer-social__link:hover,
.cwd-footer-social a:hover {
    color: #fff;
}

.cwd-footer__bottom {
    padding: 22px 0 28px;
    border-top: 1px solid rgba(255,255,255,0.09);
}

.cwd-footer__copy {
    color: #8f92a3;
    font-size: 14px;
    line-height: 1.5;
}

.cwd-footer--mobile {
    padding: 28px 0 24px;
}

.cwd-footer__mobile-top {
    padding-bottom: 14px;
}

.cwd-footer__cta-group--mobile {
    margin-top: 18px;
}

.cwd-footer__accordion {
    border-top: 1px solid rgba(255,255,255,0.09);
}

.cwd-footer-accordion {
    border-bottom: 1px solid rgba(255,255,255,0.09);
}

.cwd-footer-accordion summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 18px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.cwd-footer-accordion summary::-webkit-details-marker {
    display: none;
}

.cwd-footer-accordion summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8f92a3;
    font-size: 22px;
    font-weight: 400;
}

.cwd-footer-accordion[open] summary::after {
    content: '−';
}

.cwd-footer-accordion__body {
    padding: 0 0 18px;
}

.cwd-footer__bottom--mobile {
    padding-bottom: 0;
    border-top: 0;
}

@media (max-width: 980px) {
    .cwd-footer--desktop {
        display: none;
    }

    .cwd-footer__columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 981px) {
    .cwd-footer--mobile {
        display: none;
    }
}

@media (max-width: 680px) {
    .cwd-footer__columns {
        grid-template-columns: 1fr;
    }

    .cwd-footer__cta-group {
        width: 100%;
    }

    .cwd-footer__top {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Fusion 0.68.2: pulido visual Woo nativo sin Elementor. */
.cwd-template--single-product .cwd-single-product,
.cwd-template--product-cat .cwd-product-cat-hero,
.cwd-template--product-cat .cwd-product-grid-section,
.cwd-template--product-cat .cwd-related-terms-section{box-sizing:border-box;color:var(--cwd-color-text)}
.cwd-template--single-product .cwd-single-product{background:linear-gradient(180deg,#f7f9fd 0%,#fff 34%);padding:42px 0 72px;overflow:hidden}
.cwd-single-product__grid{display:grid;grid-template-columns:minmax(280px,0.92fr) minmax(320px,1.08fr);gap:clamp(26px,4vw,64px);align-items:start}
.cwd-single-product__gallery{position:sticky;top:96px;align-self:start;background:#fff;border:1px solid var(--cwd-color-border);border-radius:var(--cwd-radius-xl);padding:clamp(18px,2.4vw,28px);box-shadow:var(--cwd-shadow-soft)}
.cwd-single-product__image{display:block;width:100%;height:auto;border-radius:22px;background:#f2f5fb;object-fit:contain;aspect-ratio:1/1}.cwd-single-product__image--placeholder{min-height:360px}.cwd-single-product__thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:14px}.cwd-single-product__thumb{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:12px;border:1px solid var(--cwd-color-border);background:#fff}
.cwd-single-product__summary{background:#fff;border:1px solid var(--cwd-color-border);border-radius:var(--cwd-radius-xl);padding:clamp(22px,3vw,38px);box-shadow:var(--cwd-shadow-soft)}.cwd-single-product__summary .woocommerce-breadcrumb{margin:0 0 18px;color:var(--cwd-color-soft);font-size:.92rem}.cwd-single-product__eyebrow{margin:0 0 10px;color:var(--cwd-color-accent-green);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.cwd-single-product__summary h1{margin:0 0 18px;font-size:clamp(2rem,4vw,3.8rem);line-height:1.03;letter-spacing:-.045em}.cwd-single-product__price{font-size:clamp(1.45rem,2.2vw,2rem);font-weight:850;margin:0 0 18px}.cwd-single-product__price del{color:var(--cwd-color-soft);font-weight:600;margin-right:8px}.cwd-single-product__price ins{text-decoration:none}.cwd-single-product__excerpt{font-size:1.06rem;line-height:1.7;color:#434b61;margin-bottom:22px}.cwd-single-product__cart{margin:22px 0;padding:20px;border-radius:20px;background:#f7f9fd;border:1px solid var(--cwd-color-border)}.cwd-single-product__cart form.cart{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:0}.cwd-single-product__cart .quantity input.qty{width:86px;min-height:48px;border-radius:14px;border:1px solid var(--cwd-color-border);text-align:center;font-weight:800}.cwd-single-product__cart .button,.cwd-single-product__cart button.single_add_to_cart_button{min-height:50px;border:0;border-radius:999px;padding:0 24px;background:linear-gradient(180deg,var(--cwd-color-accent-green) 0%,var(--cwd-color-accent-green-2) 100%);color:#fff;font-weight:850;cursor:pointer}.cwd-single-product__support{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.cwd-single-product__support a{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--cwd-color-border);border-radius:999px;padding:12px 18px;text-decoration:none;font-weight:800;color:var(--cwd-color-text);background:#fff}.cwd-single-product__meta{font-size:.92rem;color:var(--cwd-color-soft)}.cwd-single-product__description{margin-top:34px;background:#fff;border:1px solid var(--cwd-color-border);border-radius:var(--cwd-radius-xl);padding:clamp(22px,3vw,42px);box-shadow:var(--cwd-shadow-soft);line-height:1.75}.cwd-single-product__description :where(h2,h3){letter-spacing:-.025em}.cwd-single-product__related{margin-top:36px}
.cwd-template--product-cat .cwd-product-cat-hero{padding:52px 0;background:linear-gradient(180deg,#f7f9fd 0%,#fff 100%)}.cwd-product-cat-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);gap:32px;align-items:center}.cwd-product-cat-hero__eyebrow{margin:0 0 10px;color:var(--cwd-color-accent-green);font-weight:850;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.cwd-product-cat-hero h1{margin:0 0 16px;font-size:clamp(2.2rem,5vw,4.4rem);line-height:1;letter-spacing:-.05em}.cwd-product-cat-hero__lead{font-size:1.08rem;line-height:1.75;color:#485168;max-width:860px}.cwd-product-cat-hero__box{border-radius:var(--cwd-radius-xl);background:#fff;border:1px solid var(--cwd-color-border);box-shadow:var(--cwd-shadow-soft);padding:28px;text-align:center}.cwd-product-cat-hero__box strong{display:block;font-size:clamp(2.2rem,4vw,4rem);line-height:1}.cwd-product-cat-hero__box span{color:var(--cwd-color-soft);font-weight:700}.cwd-product-grid-section{padding:46px 0 76px}.cwd-product-grid-section__ordering{display:flex;justify-content:flex-end;margin-bottom:20px}.cwd-linked-landing-note{background:#10131c;color:#fff}.cwd-linked-landing-note__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0}.cwd-linked-landing-note span{display:block;color:rgba(255,255,255,.72);margin-top:4px}.cwd-template--product-cat .cwd-related-terms-section{padding:34px 0;background:#fff}.cwd-template--product-cat .cwd-section-head{margin-bottom:18px}.cwd-template--product-cat .cwd-section-head__eyebrow{color:var(--cwd-color-accent-green);font-weight:850;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.cwd-template--product-cat .cwd-section-head h2{margin:0;font-size:clamp(1.6rem,3vw,2.4rem);letter-spacing:-.035em}
@media (max-width: 900px){.cwd-single-product__grid,.cwd-product-cat-hero__grid{grid-template-columns:1fr}.cwd-single-product__gallery{position:relative;top:auto}.cwd-single-product__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.cwd-linked-landing-note__inner{align-items:flex-start;flex-direction:column}.cwd-product-grid-section__ordering{justify-content:flex-start}}
@media (max-width: 560px){.cwd-template--single-product .cwd-single-product{padding-top:24px}.cwd-single-product__summary,.cwd-single-product__gallery,.cwd-single-product__description{border-radius:20px}.cwd-single-product__cart form.cart{display:grid;grid-template-columns:1fr}.cwd-single-product__cart .quantity input.qty{width:100%}.cwd-single-product__cart .button,.cwd-single-product__cart button.single_add_to_cart_button{width:100%}.cwd-single-product__thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* Fusion 0.68.4: QA visual Woo nativo, tarjetas de producto y responsive final. */
.cwd-template--single-product .cwd-container,
.cwd-template--product-cat .cwd-container{width:min(1180px,calc(100% - 32px));max-width:1180px;margin-inline:auto}
.cwd-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.4vw,28px);align-items:stretch}
.cwd-product-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--cwd-color-border);border-radius:26px;box-shadow:var(--cwd-shadow-soft);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.cwd-product-card:hover{transform:translateY(-3px);box-shadow:0 22px 60px rgba(16,19,28,.12);border-color:rgba(38,201,105,.34)}
.cwd-product-card__image-link{display:block;background:#f4f7fb;text-decoration:none;overflow:hidden}.cwd-product-card__image{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;padding:18px;background:#f7f9fd}.cwd-product-card__image--placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,#eef3fa,#fff)}
.cwd-product-card__body{display:flex;flex-direction:column;gap:12px;flex:1;padding:20px}.cwd-product-card h3{margin:0;font-size:1.15rem;line-height:1.22;letter-spacing:-.02em}.cwd-product-card h3 a{color:var(--cwd-color-text);text-decoration:none}.cwd-product-card h3 a:hover{color:var(--cwd-color-accent-green)}
.cwd-product-card__price-row,.cwd-single-product__meta-row{display:flex;align-items:center;gap:10px;justify-content:space-between;flex-wrap:wrap}.cwd-product-card__price{font-weight:850;font-size:1.08rem}.cwd-product-card__price del{color:var(--cwd-color-soft);font-weight:650;margin-right:6px}.cwd-product-card__price ins{text-decoration:none}.cwd-product-card__excerpt{margin:0;color:#596277;line-height:1.55;font-size:.95rem}.cwd-product-card .cwd-pill--full{margin-top:auto;width:100%;justify-content:center;text-align:center}.cwd-stock-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;font-size:.76rem;font-weight:850;line-height:1;border:1px solid transparent;white-space:nowrap}.cwd-stock-badge--instock{color:#116c35;background:#e9fbf0;border-color:#b9efcc}.cwd-stock-badge--onbackorder{color:#8a5a00;background:#fff7dd;border-color:#ffe3a3}.cwd-stock-badge--outofstock{color:#9a1c1c;background:#fff1f1;border-color:#ffc9c9}.cwd-single-product__sku{margin:-6px 0 14px;color:var(--cwd-color-soft);font-size:.92rem}.cwd-single-product__summary :where(.variations,.variations td,.variations th){border:0}.cwd-single-product__summary table.variations{width:100%;margin:0 0 14px}.cwd-single-product__summary table.variations select{width:100%;min-height:46px;border:1px solid var(--cwd-color-border);border-radius:14px;padding:0 12px;background:#fff}.cwd-single-product__summary .reset_variations{display:inline-block;margin-top:8px;font-size:.86rem}.cwd-single-product__summary .woocommerce-variation-price{font-weight:850;margin:10px 0}.cwd-term-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cwd-term-card{display:flex;min-width:0;flex-direction:column;gap:8px;border:1px solid var(--cwd-color-border);border-radius:22px;padding:18px;background:#fff;text-decoration:none;color:var(--cwd-color-text);box-shadow:var(--cwd-shadow-soft);transition:transform .18s ease,border-color .18s ease}.cwd-term-card:hover{transform:translateY(-2px);border-color:rgba(38,201,105,.34)}.cwd-term-card__eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--cwd-color-accent-green);font-weight:850}.cwd-term-card__title{font-size:1.05rem;line-height:1.2}.cwd-term-card__meta{color:var(--cwd-color-soft);font-size:.9rem}.cwd-term-card__cta{margin-top:auto;font-weight:850;color:var(--cwd-color-accent-green)}
@media (max-width: 1024px){.cwd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cwd-term-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cwd-template--single-product .cwd-container,.cwd-template--product-cat .cwd-container{width:min(100% - 28px,1180px)}}
@media (max-width: 640px){.cwd-product-grid,.cwd-term-grid{grid-template-columns:1fr}.cwd-product-card__body{padding:18px}.cwd-product-card__image{padding:14px}.cwd-product-cat-hero__box{text-align:left}.cwd-single-product__meta-row{align-items:flex-start}.cwd-stock-badge{font-size:.72rem}.cwd-template--single-product .cwd-container,.cwd-template--product-cat .cwd-container{width:min(100% - 22px,1180px)}}



/* --- cwd-commerce-skin-desktop --- */
/* === CLIENTY COMMERCE SKIN v0.78.13 R6.1 MARCADOR-R6-1-DESKTOP === */
/* ==========================================================================
   Piel comercial Clienty — variante DESKTOP (servida cuando !wp_is_mobile).
   Incluye tablets (que WP detecta como desktop). Layout grid horizontal,
   resumen sticky lateral en checkout, tipografía generosa.
   Cero JS, cero fuentes externas.
   Selectores `html body.X` para vencer al wp_custom_css legacy.
   Media query interna a 1024px para tablets en portrait, y a 768px como
   fallback defensivo (UA falso, redimensionado, escritorio estrecho).
   ========================================================================== */

/* === TOKENS ============================================================= */
html body.woocommerce-checkout,
html body.woocommerce-cart,
html body.woocommerce-account {
    --cy-font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", system-ui, sans-serif;
    --cy-text-xs: 11px; --cy-text-sm: 13px; --cy-text-base: 15px;
    --cy-text-md: 16px; --cy-text-lg: 18px; --cy-text-xl: 22px;
    --cy-text-2xl: 28px; --cy-text-3xl: 36px;
    --cy-w-normal: 400; --cy-w-medium: 500; --cy-w-semi: 600; --cy-w-bold: 700;
    --cy-ink: #0a0a0a; --cy-text: #1f1f1f; --cy-text-2: #525252; --cy-text-3: #8a8a8a;
    --cy-line: #ededed; --cy-line-2: #f5f5f5;
    --cy-bg: #ffffff; --cy-bg-mute: #fafafa;
    --cy-accent: #0a0a0a; --cy-accent-hi: #1f1f1f;
    --cy-danger: #e11d48; --cy-success: #16a34a;
    --cy-r-sm: 6px; --cy-r: 8px; --cy-r-md: 10px;
    --cy-trans: color .1s linear, background-color .1s linear, border-color .1s linear;
    background: var(--cy-bg) !important;
    font-family: var(--cy-font);
    color: var(--cy-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html body.woocommerce-cart .page-header,
html body.woocommerce-checkout .page-header,
html body.woocommerce-account .page-header { display: none !important; }

/* === ENVOLTORIO DESKTOP — generoso ===================================== */
html body.woocommerce-checkout div.woocommerce,
html body.woocommerce-cart div.woocommerce,
html body.woocommerce-account div.woocommerce {
    max-width: 920px !important;
    margin: 0 auto !important;
    padding: 64px 64px 96px !important;
    background: var(--cy-bg) !important;
    border-radius: 0 !important; box-shadow: none !important;
}
html body.woocommerce-checkout form.checkout {
    background: transparent !important; padding: 0 !important; margin: 0 !important;
    box-shadow: none !important; max-width: none !important;
}
html body.woocommerce-checkout div.woocommerce > form.checkout::before { display: none !important; }

/* === TÍTULOS grandes desktop =========================================== */
html body.woocommerce-checkout div.woocommerce::before,
html body.woocommerce-cart div.woocommerce::before {
    display: block;
    font-size: var(--cy-text-3xl);
    font-weight: var(--cy-w-bold);
    letter-spacing: -0.025em;
    color: var(--cy-ink);
    line-height: 1.1;
    margin: 0 0 8px;
}
html body.woocommerce-cart div.woocommerce::before { content: "Tu carrito"; }
html body.woocommerce-checkout div.woocommerce::before { content: "Finalizar compra"; }
html body.woocommerce-checkout div.woocommerce::after,
html body.woocommerce-cart div.woocommerce::after {
    display: block;
    font-size: var(--cy-text-sm);
    color: var(--cy-text-3);
    margin: 0 0 40px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--cy-line);
    line-height: 1.5;
}
html body.woocommerce-cart div.woocommerce::after { content: "Revisa los productos antes de continuar con el pago."; }
html body.woocommerce-checkout div.woocommerce::after { content: "Datos de envío y pago. Conexión segura."; }

html body.woocommerce-checkout h3,
html body.woocommerce-checkout #order_review_heading,
html body.woocommerce-cart .cart_totals h2,
html body.woocommerce-account .woocommerce-MyAccount-content h2,
html body.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: var(--cy-text-xs) !important;
    font-weight: var(--cy-w-semi) !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: var(--cy-text-3) !important;
    margin: 40px 0 16px !important;
    padding: 0 !important; border: 0 !important; background: transparent !important;
}
html body.woocommerce-checkout h3:first-of-type,
html body.woocommerce-checkout #order_review_heading:first-of-type { margin-top: 16px !important; }

/* === CARRITO desktop — GRID HORIZONTAL ================================ */
html body.woocommerce-cart table.shop_table,
html body.woocommerce-cart table.cart {
    display: block !important;
    width: 100% !important; background: transparent !important; border: 0 !important;
    margin: 16px 0 24px !important; padding: 0 !important; border-collapse: collapse !important;
}
html body.woocommerce-cart table.shop_table tbody { display: block !important; width: 100% !important; }
html body.woocommerce-cart table.shop_table thead { display: none !important; }
/* CARD por producto: borde completo + radius + separación, delimitación fuerte.
   ORDEN DOM REAL de Woo: remove | thumbnail | name | price | qty | subtotal.
   El template anterior estaba corrido una posición y la col del thumb
   (minmax 0,1fr) colapsaba: la imagen de 88px desbordaba sobre el nombre. */
html body.woocommerce-cart table.shop_table tr.cart_item {
    display: grid !important;
    grid-template-columns: 28px 88px minmax(0,1fr) auto auto auto !important;
    gap: 0 20px !important;
    align-items: center !important;
    padding: 20px !important;
    margin: 0 0 14px !important;
    background: var(--cy-bg) !important;
    border: 1px solid var(--cy-line) !important;
    border-radius: var(--cy-r-md) !important;
}
html body.woocommerce-cart table.shop_table tr.cart_item td {
    display: block !important; padding: 0 !important; border: 0 !important;
    background: transparent !important;
    font-size: var(--cy-text-base) !important; color: var(--cy-text) !important;
}
html body.woocommerce-cart td.product-thumbnail img {
    width: 88px !important; max-width: 88px !important; height: auto !important;
    border-radius: var(--cy-r) !important;
    border: 1px solid var(--cy-line) !important;
    display: block !important;
}
html body.woocommerce-cart td.product-name a {
    color: var(--cy-ink) !important;
    font-size: var(--cy-text-md) !important;
    font-weight: var(--cy-w-semi) !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    letter-spacing: -0.005em !important;
}
html body.woocommerce-cart td.product-name a:hover { color: var(--cy-text-2) !important; }
html body.woocommerce-cart dl.variation {
    margin: 8px 0 0 !important; padding: 0 !important;
    font-size: var(--cy-text-sm) !important; line-height: 1.55 !important;
    color: var(--cy-text-2) !important;
}
html body.woocommerce-cart dl.variation dt {
    display: inline !important; float: none !important; width: auto !important;
    color: var(--cy-text-3) !important; font-weight: var(--cy-w-normal) !important;
}
html body.woocommerce-cart dl.variation dd {
    display: inline !important; margin: 0 0 0 4px !important;
    color: var(--cy-text-2) !important; font-weight: var(--cy-w-medium) !important;
}
html body.woocommerce-cart dl.variation dd p { display: inline !important; margin: 0 !important; }
html body.woocommerce-cart dl.variation dd::after { content: '  ·  ' !important; color: var(--cy-line) !important; margin: 0 2px !important; }
html body.woocommerce-cart dl.variation dd:last-of-type::after { content: '' !important; }

html body.woocommerce-cart td.product-price {
    font-size: var(--cy-text-sm) !important; color: var(--cy-text-2) !important;
    text-align: right !important; font-variant-numeric: tabular-nums !important;
}
html body.woocommerce-cart td.product-subtotal {
    font-size: var(--cy-text-base) !important;
    color: var(--cy-ink) !important;
    font-weight: var(--cy-w-semi) !important;
    text-align: right !important; font-variant-numeric: tabular-nums !important;
}
html body.woocommerce-cart td.product-price .woocommerce-Price-amount,
html body.woocommerce-cart td.product-subtotal .woocommerce-Price-amount { color: inherit !important; font-weight: inherit !important; }

html body.woocommerce-cart td.product-remove { text-align: center !important; align-self: center !important; }
html body.woocommerce-cart td.product-remove a.remove,
html body.woocommerce-cart a.remove {
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    width: 28px !important; height: 28px !important; line-height: 1 !important;
    border-radius: 50% !important;
    background: transparent !important; color: var(--cy-text-3) !important;
    font-size: 18px !important; font-weight: var(--cy-w-normal) !important;
    text-decoration: none !important; transition: var(--cy-trans) !important;
}
html body.woocommerce-cart td.product-remove a.remove:hover {
    background: var(--cy-line-2) !important; color: var(--cy-danger) !important;
}

html body.woocommerce-cart .quantity .qty,
html body.woocommerce-cart input.qty {
    width: 60px !important; height: 36px !important; text-align: center !important;
    padding: 0 !important;
    background: var(--cy-bg) !important;
    border: 1px solid var(--cy-line) !important;
    border-radius: var(--cy-r-sm) !important;
    color: var(--cy-ink) !important;
    font-size: var(--cy-text-sm) !important; font-weight: var(--cy-w-medium) !important;
    -webkit-appearance: none !important; appearance: none !important; box-shadow: none !important;
}
html body.woocommerce-cart .quantity .qty:focus { border-color: var(--cy-ink) !important; outline: none !important; }

html body.woocommerce-cart table.shop_table tr:has(td.actions),
html body.woocommerce-cart table.shop_table td.actions {
    display: block !important; width: 100% !important;
    padding: 6px 0 0 !important; margin: 0 !important;
    border: 0 !important; background: transparent !important;
    border-radius: 0 !important;
    text-align: right !important;
}
html body.woocommerce-cart button[name="update_cart"],
html body.woocommerce-cart input[name="update_cart"] {
    display: inline-block !important; padding: 0 20px !important;
    height: 40px !important; line-height: 38px !important;
    background: var(--cy-bg) !important; color: var(--cy-ink) !important;
    border: 1px solid #d4d4d4 !important; border-radius: var(--cy-r-sm) !important;
    font-size: var(--cy-text-sm) !important; font-weight: var(--cy-w-semi) !important;
    cursor: pointer !important; box-shadow: none !important; transition: var(--cy-trans) !important;
    -webkit-appearance: none !important; appearance: none !important;
    opacity: 1 !important;
}
html body.woocommerce-cart button[name="update_cart"]:hover:not(:disabled) {
    background: var(--cy-line-2) !important; border-color: var(--cy-text-3) !important;
}
/* Woo lo deshabilita hasta que cambias una cantidad: estado claro pero legible */
html body.woocommerce-cart button[name="update_cart"]:disabled,
html body.woocommerce-cart input[name="update_cart"]:disabled {
    opacity: .45 !important;
    cursor: not-allowed !important;
    color: var(--cy-text-2) !important;
    background: var(--cy-bg-mute) !important;
}

/* === CART COLLATERALS desktop — caja a la derecha ===================== */
html body.woocommerce-cart .cart-collaterals,
html body.woocommerce-cart .woocommerce .cart-collaterals,
html body.woocommerce-page .cart-collaterals {
    display: block !important; width: 100% !important;
    margin-top: 32px !important; float: none !important;
}
html body.woocommerce-cart .cart-collaterals .cart_totals {
    background: var(--cy-bg-mute) !important;
    border: 1px solid var(--cy-line) !important;
    border-radius: var(--cy-r-md) !important;
    padding: 32px !important;
    max-width: 520px !important;
    margin: 0 auto !important;
}
html body.woocommerce-cart .cart_totals table.shop_table {
    background: transparent !important; border: 0 !important;
    margin: 0 0 20px !important; width: 100% !important;
}
html body.woocommerce-cart .cart_totals table.shop_table tr { display: table-row !important; padding: 0 !important; border: 0 !important; }
html body.woocommerce-cart .cart_totals table.shop_table th,
html body.woocommerce-cart .cart_totals table.shop_table td {
    display: table-cell !important; padding: 10px 0 !important;
    font-size: var(--cy-text-sm) !important; color: var(--cy-text-2) !important;
    border: 0 !important; border-bottom: 1px solid var(--cy-line) !important;
    background: transparent !important; vertical-align: middle !important;
}
html body.woocommerce-cart .cart_totals table.shop_table th { text-align: left !important; font-weight: var(--cy-w-medium) !important; }
html body.woocommerce-cart .cart_totals table.shop_table td { text-align: right !important; font-variant-numeric: tabular-nums !important; }
html body.woocommerce-cart .cart_totals tr.order-total th,
html body.woocommerce-cart .cart_totals tr.order-total td {
    font-size: var(--cy-text-lg) !important; font-weight: var(--cy-w-bold) !important;
    color: var(--cy-ink) !important;
    border-bottom: 0 !important; padding-top: 14px !important;
    letter-spacing: -0.01em !important;
}
html body.woocommerce-cart .cart_totals .woocommerce-Price-amount { color: inherit !important; font-weight: inherit !important; }
html body.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
    color: var(--cy-text-3) !important; font-size: var(--cy-text-xs) !important;
    margin: 4px 0 0 !important; line-height: 1.5 !important;
}
html body.woocommerce-cart .cart_totals .woocommerce-shipping-destination strong { color: var(--cy-text-2) !important; font-weight: var(--cy-w-medium) !important; }
html body.woocommerce-cart .cart_totals .shipping-calculator-button {
    color: var(--cy-ink) !important; text-decoration: underline !important;
    text-underline-offset: 3px !important;
    font-size: var(--cy-text-xs) !important; font-weight: var(--cy-w-medium) !important;
}
html body.woocommerce-cart .cart_totals ul.woocommerce-shipping-methods { list-style: none !important; padding: 0 !important; margin: 0 !important; }
html body.woocommerce-cart .cart_totals ul.woocommerce-shipping-methods label { color: var(--cy-text) !important; font-size: var(--cy-text-sm) !important; }

/* Botón finalizar desktop */
html body.woocommerce-cart .wc-proceed-to-checkout { margin: 20px 0 0 !important; padding: 0 !important; }
html body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
html body.woocommerce-cart a.checkout-button.button.alt.wc-forward,
html body.woocommerce-cart a.checkout-button {
    display: block !important; width: 100% !important; box-sizing: border-box !important;
    padding: 0 24px !important; height: 50px !important; line-height: 50px !important;
    background: var(--cy-accent) !important; color: #ffffff !important;
    border: 0 !important; border-radius: var(--cy-r) !important;
    font-size: var(--cy-text-md) !important; font-weight: var(--cy-w-semi) !important;
    letter-spacing: -0.005em !important; text-transform: none !important;
    text-decoration: none !important; text-align: center !important;
    cursor: pointer !important; box-shadow: none !important; transition: var(--cy-trans) !important;
}
html body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
html body.woocommerce-cart a.checkout-button:hover { background: var(--cy-accent-hi) !important; color: #ffffff !important; }

/* Avisos */
html body.woocommerce-cart .woocommerce-message,
html body.woocommerce-cart .woocommerce-info,
html body.woocommerce-checkout .woocommerce-message,
html body.woocommerce-checkout .woocommerce-info {
    background: var(--cy-bg-mute) !important;
    border: 1px solid var(--cy-line) !important;
    border-left: 3px solid var(--cy-success) !important;
    border-radius: var(--cy-r-sm) !important;
    color: var(--cy-text) !important;
    padding: 12px 16px !important; margin: 0 0 24px !important;
    font-size: var(--cy-text-sm) !important; list-style: none !important;
}
html body.woocommerce-cart .woocommerce-message::before,
html body.woocommerce-cart .woocommerce-info::before { display: none !important; }
html body.woocommerce-cart .woocommerce-message a.restore-item,
html body.woocommerce-cart .woocommerce-message a.button,
html body.woocommerce-cart .woocommerce-info a.button {
    background: transparent !important; color: var(--cy-text-2) !important;
    border: 0 !important; border-radius: 0 !important;
    padding: 0 0 0 16px !important; font-weight: var(--cy-w-medium) !important;
    font-size: var(--cy-text-sm) !important; text-decoration: underline !important;
    text-underline-offset: 3px !important; float: right !important; margin: 0 !important;
}

/* === CHECKOUT desktop — GRID 2 COL + sticky =========================== */
html body.woocommerce-checkout form.checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 48px !important;
    align-items: start !important;
}
/* Los <wc-order-attribution-inputs> hijos directos del form son inputs hidden
   de Woo: como grid items generan celdas fantasma y desplazan el auto-placement
   (causaban que #order_review cayera a la fila 2, con un hueco igual a la
   altura del formulario). display:none los saca del grid SIN afectar al
   submit: la serialización de formularios ignora el display, solo excluye
   campos disabled. */
html body.woocommerce-checkout form.checkout > wc-order-attribution-inputs { display: none !important; }

/* El heading "Tu pedido" como item separado partía la columna derecha en dos
   filas. Lo hacemos sr-only (accesible, fuera del flow del grid por el
   position:absolute) y pintamos el título visual con ::before del propio
   #order_review, que pasa a ser el ÚNICO item de la columna 2. */
html body.woocommerce-checkout h3#order_review_heading {
    position: absolute !important;
    width: 1px !important; height: 1px !important;
    padding: 0 !important; margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}
html body.woocommerce-checkout #order_review::before {
    content: "Tu pedido";
    display: block;
    font-size: var(--cy-text-xs);
    font-weight: var(--cy-w-semi);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cy-text-3);
    margin: 0 0 16px;
}

html body.woocommerce-checkout .col2-set { grid-column: 1 !important; grid-row: 1 !important; }
html body.woocommerce-checkout #order_review {
    grid-column: 2 !important;
    grid-row: 1 !important;
    position: sticky !important;
    top: 24px !important;
}

html body.woocommerce-checkout .col2-set { display: block !important; }
html body.woocommerce-checkout .col2-set .col-1,
html body.woocommerce-checkout .col2-set .col-2 {
    width: 100% !important; float: none !important; padding: 0 !important; margin: 0 !important;
}
html body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
html body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
}
/* Default: cada campo full-width del form (más Notion/Stripe). */
html body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row,
html body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > .form-row { grid-column: 1 / -1 !important; }
/* Excepciones que SÍ van en pareja: nombres y CP/Provincia */
html body.woocommerce-checkout #billing_first_name_field,
html body.woocommerce-checkout #shipping_first_name_field { grid-column: 1 !important; }
html body.woocommerce-checkout #billing_last_name_field,
html body.woocommerce-checkout #shipping_last_name_field { grid-column: 2 !important; }
html body.woocommerce-checkout #billing_postcode_field,
html body.woocommerce-checkout #shipping_postcode_field { grid-column: 1 !important; }
html body.woocommerce-checkout #billing_state_field,
html body.woocommerce-checkout #shipping_state_field { grid-column: 2 !important; }

html body.woocommerce-checkout .form-row {
    margin: 0 !important; padding: 0 !important; background: transparent !important;
    width: 100% !important; float: none !important;
}
html body.woocommerce-checkout .form-row label:not(.checkbox):not(.woocommerce-form__label) {
    display: block !important; position: static !important;
    width: auto !important; height: auto !important;
    padding: 0 !important; margin: 0 0 6px 0 !important;
    overflow: visible !important; clip: auto !important; white-space: normal !important;
    border: 0 !important;
    color: var(--cy-text) !important;
    font-size: var(--cy-text-sm) !important; font-weight: var(--cy-w-medium) !important;
    letter-spacing: 0 !important; text-transform: none !important;
}
html body.woocommerce-checkout .form-row label .required { color: var(--cy-text-3) !important; font-weight: var(--cy-w-normal) !important; }

/* Inputs desktop */
html body.woocommerce-checkout input[type="text"],
html body.woocommerce-checkout input[type="email"],
html body.woocommerce-checkout input[type="tel"],
html body.woocommerce-checkout input[type="number"],
html body.woocommerce-checkout input[type="password"],
html body.woocommerce-checkout select,
html body.woocommerce-checkout textarea,
html body.woocommerce-checkout .select2-container .select2-selection--single {
    width: 100% !important; height: 44px !important; padding: 0 12px !important;
    background: var(--cy-bg) !important;
    border: 1px solid var(--cy-line) !important;
    border-radius: var(--cy-r-sm) !important;
    font-size: var(--cy-text-base) !important;
    font-family: var(--cy-font) !important;
    color: var(--cy-ink) !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important; appearance: none !important; box-shadow: none !important;
    transition: var(--cy-trans) !important;
}
html body.woocommerce-checkout textarea { height: 96px !important; padding: 12px !important; resize: vertical !important; line-height: 1.5 !important; }
html body.woocommerce-checkout input:focus,
html body.woocommerce-checkout select:focus,
html body.woocommerce-checkout textarea:focus { border-color: var(--cy-ink) !important; outline: none !important; box-shadow: none !important; }
html body.woocommerce-checkout input::placeholder,
html body.woocommerce-checkout textarea::placeholder { color: var(--cy-text-3) !important; }

html body.woocommerce-checkout .select2-container .select2-selection--single { display: flex !important; align-items: center !important; }
html body.woocommerce-checkout .select2-container .select2-selection__rendered { line-height: 42px !important; padding-left: 0 !important; color: var(--cy-ink) !important; font-size: var(--cy-text-base) !important; }
html body.woocommerce-checkout .select2-container .select2-selection__arrow { height: 42px !important; right: 10px !important; }
.select2-dropdown { border: 1px solid var(--cy-line) !important; border-radius: var(--cy-r-sm) !important; box-shadow: 0 4px 16px rgba(0,0,0,0.06) !important; }
.select2-results__option { color: var(--cy-text) !important; font-size: var(--cy-text-base) !important; padding: 10px 12px !important; }
.select2-results__option--highlighted { background: var(--cy-line-2) !important; color: var(--cy-ink) !important; }

/* Tabla Tu pedido desktop */
html body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    width: 100% !important; background: transparent !important;
    border: 0 !important; border-top: 1px solid var(--cy-line) !important; border-bottom: 1px solid var(--cy-line) !important;
    border-radius: 0 !important; border-collapse: collapse !important;
    margin: 16px 0 24px !important; padding: 0 !important;
}
html body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
html body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 12px 0 !important; color: var(--cy-text) !important;
    font-size: var(--cy-text-sm) !important; border: 0 !important;
    border-bottom: 1px solid var(--cy-line-2) !important;
    background: transparent !important;
}
html body.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
    font-size: var(--cy-text-xs) !important; font-weight: var(--cy-w-semi) !important;
    letter-spacing: 0.08em !important; text-transform: uppercase !important;
    color: var(--cy-text-3) !important; padding-top: 0 !important;
}
html body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
html body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
    font-size: var(--cy-text-lg) !important; font-weight: var(--cy-w-bold) !important;
    color: var(--cy-ink) !important; background: transparent !important;
    border-bottom: 0 !important; padding-top: 16px !important;
    letter-spacing: -0.01em !important;
}
html body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-Price-amount { color: inherit !important; }

/* Pago */
html body.woocommerce-checkout #payment {
    background: var(--cy-bg-mute) !important;
    border: 1px solid var(--cy-line) !important;
    border-radius: var(--cy-r-md) !important;
    padding: 20px !important; margin-top: 16px !important;
}
html body.woocommerce-checkout #payment ul.payment_methods { list-style: none !important; padding: 0 !important; margin: 0 0 16px !important; border: 0 !important; }
html body.woocommerce-checkout #payment ul.payment_methods li { background: transparent !important; border-bottom: 1px solid var(--cy-line) !important; padding: 12px 0 !important; margin: 0 !important; }
html body.woocommerce-checkout #payment ul.payment_methods li:last-child { border-bottom: 0 !important; padding-bottom: 4px !important; }
html body.woocommerce-checkout #payment ul.payment_methods li label {
    color: var(--cy-text) !important; font-size: var(--cy-text-base) !important;
    font-weight: var(--cy-w-medium) !important; cursor: pointer !important; margin-left: 6px !important;
}
html body.woocommerce-checkout #payment .payment_box {
    background: var(--cy-bg) !important; border: 1px solid var(--cy-line) !important;
    border-radius: var(--cy-r-sm) !important; padding: 12px 14px !important; margin-top: 10px !important;
    color: var(--cy-text-2) !important; font-size: var(--cy-text-sm) !important; line-height: 1.55 !important;
}
html body.woocommerce-checkout #payment .payment_box::before { display: none !important; }

/* Botón realizar pedido desktop */
html body.woocommerce-checkout #place_order {
    display: block !important; width: 100% !important;
    margin: 16px 0 0 !important; padding: 0 24px !important;
    height: 50px !important; line-height: 50px !important;
    background: var(--cy-accent) !important; color: #ffffff !important;
    border: 0 !important; border-radius: var(--cy-r) !important;
    font-size: var(--cy-text-md) !important; font-weight: var(--cy-w-semi) !important;
    letter-spacing: -0.005em !important; text-transform: none !important;
    text-align: center !important; cursor: pointer !important;
    box-shadow: none !important; transition: var(--cy-trans) !important;
    -webkit-appearance: none !important; appearance: none !important;
}
html body.woocommerce-checkout #place_order:hover { background: var(--cy-accent-hi) !important; }

html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper { margin: 16px 0 !important; font-size: var(--cy-text-sm) !important; color: var(--cy-text-2) !important; }
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a { color: var(--cy-ink) !important; text-decoration: underline !important; text-underline-offset: 3px !important; }
html body.woocommerce-checkout .woocommerce-privacy-policy-text p { color: var(--cy-text-3) !important; font-size: var(--cy-text-xs) !important; line-height: 1.55 !important; margin: 0 !important; }
html body.woocommerce-checkout label.checkbox { color: var(--cy-text) !important; font-size: var(--cy-text-sm) !important; }

html body.woocommerce-checkout label,
html body.woocommerce-checkout h2,
html body.woocommerce-checkout p,
html body.woocommerce-checkout span:not(.select2-selection__arrow):not(.screen-reader-text):not(.woocommerce-Price-currencySymbol),
html body.woocommerce-checkout .woocommerce-shipping-destination,
html body.woocommerce-checkout #shipping_method label,
html body.woocommerce-checkout #shipping_method li { color: var(--cy-text) !important; }
html body.woocommerce-checkout .woocommerce-shipping-destination strong { color: var(--cy-ink) !important; font-weight: var(--cy-w-semi) !important; }

/* === MI CUENTA desktop ================================================ */
html body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important; padding: 0 !important;
    margin: 24px 0 32px !important;
    display: flex !important; flex-wrap: wrap !important; gap: 0 !important;
    border-bottom: 1px solid var(--cy-line) !important;
}
html body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: inline-block !important; padding: 12px 16px !important;
    color: var(--cy-text-3) !important; text-decoration: none !important;
    font-size: var(--cy-text-sm) !important; font-weight: var(--cy-w-medium) !important;
    border-bottom: 2px solid transparent !important;
    margin-bottom: -1px !important; transition: var(--cy-trans) !important;
}
html body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover { color: var(--cy-text) !important; }
html body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: var(--cy-ink) !important; border-bottom-color: var(--cy-ink) !important;
}

/* Errores */
html body.woocommerce-checkout .woocommerce-error,
html body.woocommerce-cart .woocommerce-error,
html body.woocommerce-account .woocommerce-error {
    background: #fff5f5 !important; border: 1px solid var(--cy-line) !important;
    border-left: 3px solid var(--cy-danger) !important;
    border-radius: var(--cy-r-sm) !important;
    color: var(--cy-danger) !important;
    padding: 12px 16px !important; font-size: var(--cy-text-sm) !important;
    list-style: none !important; margin: 0 0 16px !important;
}
html body.woocommerce-checkout .required,
html body.woocommerce-cart .required { color: var(--cy-text-3) !important; }
html body.woocommerce-checkout abbr[title] { text-decoration: none !important; }

/* === FALLBACKS internos por si el UA-sniffing falla ==================== */
/* Tablet portrait (iPad ~1024px → grid 2col más estrecha) */
@media (max-width: 1024px) {
    html body.woocommerce-checkout div.woocommerce,
    html body.woocommerce-cart div.woocommerce,
    html body.woocommerce-account div.woocommerce {
        max-width: 860px !important;
        padding: 48px 48px 72px !important;
    }
    html body.woocommerce-checkout form.checkout {
        grid-template-columns: minmax(0, 1fr) 300px !important;
        gap: 40px !important;
    }
    html body.woocommerce-cart .cart-collaterals .cart_totals {
        max-width: 480px !important;
    }
    html body.woocommerce-cart table.shop_table tr.cart_item {
        grid-template-columns: 80px minmax(0,1fr) auto auto auto 28px !important;
        gap: 18px !important;
    }
}

/* Viewport tablet pequeño <768px (UA mal detectado) — degrada a 1col */
@media (max-width: 767px) {
    html body.woocommerce-checkout div.woocommerce,
    html body.woocommerce-cart div.woocommerce,
    html body.woocommerce-account div.woocommerce {
        max-width: 100% !important;
        padding: 24px 16px 60px !important;
    }
    html body.woocommerce-checkout div.woocommerce::before,
    html body.woocommerce-cart div.woocommerce::before { font-size: var(--cy-text-2xl) !important; }
    html body.woocommerce-checkout form.checkout {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    html body.woocommerce-checkout #order_review {
        grid-column: 1 !important;
        grid-row: auto !important;
        position: static !important;
    }
    html body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    html body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 1fr !important;
    }
    html body.woocommerce-cart table.shop_table tr.cart_item {
        display: block !important;
        position: relative !important;
        padding: 16px !important;
    }
    html body.woocommerce-cart table.shop_table tr.cart_item td {
        display: block !important; padding: 4px 0 !important; text-align: left !important;
    }
    html body.woocommerce-cart td.product-remove {
        position: absolute !important; top: 12px !important; right: 12px !important;
    }
    html body.woocommerce-cart td.product-thumbnail { margin-bottom: 12px !important; }
    html body.woocommerce-cart td.product-price,
    html body.woocommerce-cart td.product-quantity,
    html body.woocommerce-cart td.product-subtotal {
        display: inline-block !important; padding: 12px 16px 0 0 !important;
    }
    html body.woocommerce-cart .cart-collaterals .cart_totals {
        max-width: 100% !important; margin-left: 0 !important;
    }
}

/* ==========================================================================
   R6 CONVERSIÓN (desktop) — añadido al final: gana la cascada con la misma
   especificidad html body.X. Fundamento Baymard: total visible junto al CTA,
   indicador de progreso, confianza pegada al pago, cero fugas en checkout.
   ========================================================================== */

/* --- CHECKOUT: fuera el menú de navegación (cero fugas). Se mantienen
       logo, ¿Hablamos? (soporte = anti-abandono) y el total del carrito. --- */
html body.woocommerce-checkout .cwd-header nav,
html body.woocommerce-checkout .cwd-header ul.menu { display: none !important; }

/* El subtítulo ::after del contenedor en checkout aparecía al final del flujo
   (tras el form); con la barra de pasos ya no hace falta: fuera. */
html body.woocommerce-checkout div.woocommerce::after { display: none !important; content: none !important; }

/* --- BARRA DE PASOS (checkout) ------------------------------------------ */
html body.woocommerce-checkout .cwd-steps {
    display: flex !important; align-items: center !important; flex-wrap: wrap !important;
    gap: 10px !important; list-style: none !important;
    margin: 0 0 32px !important; padding: 0 !important;
    font-size: var(--cy-text-sm) !important; color: var(--cy-text-3) !important;
}
html body.woocommerce-checkout .cwd-steps__item {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
}
html body.woocommerce-checkout .cwd-steps__item:not(:last-child)::after {
    content: ""; width: 32px; height: 1px; background: var(--cy-line);
    display: inline-block; margin-left: 10px;
}
html body.woocommerce-checkout .cwd-steps__dot {
    width: 22px; height: 22px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: var(--cy-w-semi);
    border: 1px solid var(--cy-line); color: var(--cy-text-3); background: var(--cy-bg);
}
html body.woocommerce-checkout .cwd-steps__item--done { color: var(--cy-text-2) !important; }
html body.woocommerce-checkout .cwd-steps__item--done .cwd-steps__dot {
    background: var(--cy-ink); border-color: var(--cy-ink); color: #fff;
}
html body.woocommerce-checkout .cwd-steps__item--now { color: var(--cy-ink) !important; font-weight: var(--cy-w-semi) !important; }
html body.woocommerce-checkout .cwd-steps__item--now .cwd-steps__dot { border-color: var(--cy-ink); color: var(--cy-ink); }

/* --- CONFIANZA bajo "Realizar el pedido" -------------------------------- */
html body.woocommerce-checkout .cwd-trust {
    list-style: none !important; margin: 14px 0 0 !important;
    padding: 12px 0 0 !important; border-top: 1px solid var(--cy-line) !important;
    display: grid !important; gap: 6px !important;
    font-size: var(--cy-text-xs) !important; color: var(--cy-text-2) !important;
}
html body.woocommerce-checkout .cwd-trust li { position: relative !important; padding-left: 18px !important; margin: 0 !important; }
html body.woocommerce-checkout .cwd-trust li::before {
    content: "\2713"; position: absolute; left: 0; top: 0;
    color: var(--cy-success); font-weight: var(--cy-w-semi);
}

/* Variaciones del resumen más compactas (ocupaban media columna) */
html body.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation,
html body.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation dt,
html body.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation dd {
    font-size: 12px !important; line-height: 1.45 !important; color: var(--cy-text-3) !important;
}

/* --- CARRITO: dos columnas con resumen sticky (patrón Amazon/Shopify) ---- */
html body.woocommerce-cart div.woocommerce {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    gap: 0 40px !important;
    align-items: start !important;
    max-width: 1120px !important;
}
/* Título y subtítulo a fila completa (en grid, ::after se colocaría tras el
   último hijo: lo anclamos explícitamente a la fila 2, bajo el título). */
html body.woocommerce-cart div.woocommerce::before { grid-row: 1; grid-column: 1 / -1; }
html body.woocommerce-cart div.woocommerce::after  { grid-row: 2; grid-column: 1 / -1; }
html body.woocommerce-cart div.woocommerce > .woocommerce-notices-wrapper { grid-column: 1 / -1 !important; }
html body.woocommerce-cart form.woocommerce-cart-form { grid-column: 1 !important; min-width: 0 !important; }
html body.woocommerce-cart .cart-collaterals {
    grid-column: 2 !important;
    position: sticky !important; top: 24px !important;
    margin-top: 0 !important; width: auto !important;
}
html body.woocommerce-cart .cart-collaterals .cart_totals { max-width: none !important; margin: 0 !important; }

/* Enlace "Seguir comprando" sobre la tabla */
html body.woocommerce-cart .cwd-keep-shopping {
    display: inline-block !important; margin: 0 0 14px !important;
    font-size: var(--cy-text-sm) !important; color: var(--cy-text-2) !important;
    text-decoration: underline !important; text-underline-offset: 3px !important;
}
html body.woocommerce-cart .cwd-keep-shopping:hover { color: var(--cy-ink) !important; }

/* Botón con total embebido: el importe en un peso algo menor */
html body.woocommerce-cart .cwd-cta-total { font-weight: var(--cy-w-medium) !important; opacity: .95; }
html body.woocommerce-cart .cwd-cta-total .woocommerce-Price-amount { color: #fff !important; font-weight: inherit !important; }

/* Línea de confianza bajo el CTA */
html body.woocommerce-cart .cwd-trust-line {
    margin: 10px 0 0 !important; font-size: var(--cy-text-xs) !important;
    color: var(--cy-text-3) !important; text-align: center !important;
}

/* Ventana estrecha (el CSS desktop también sirve a portátiles pequeños):
   bajo 1024px el carrito vuelve a una columna. */
@media (max-width: 1023px) {
    html body.woocommerce-cart div.woocommerce { grid-template-columns: minmax(0, 1fr) !important; }
    html body.woocommerce-cart .cart-collaterals {
        grid-column: 1 !important; position: static !important; margin-top: 24px !important;
    }
}

/* ==========================================================================
   R6.1 PULIDO — dos amontonamientos del checkout cazados con pantallazos:
   (1) #place_order fuera de flujo montado sobre la lista de confianza
       (CSS ajeno del gateway o resto de caché lo posicionaba). Blindaje:
       static + float none + clear, y dimensiones re-aseguradas.
   (2) Métodos de pago: Woo base flota los logos de tarjeta (float:right)
       y chocan con el nombre; el radio quedaba descolgado. Cada método
       pasa a fila flex: radio + nombre + iconos en línea, y el payment_box
       salta debajo a ancho completo.
   ========================================================================== */

html body.woocommerce-checkout #payment .form-row.place-order,
html body.woocommerce-checkout .form-row.place-order {
    display: block !important;
    position: static !important;
    float: none !important;
    padding: 0 !important;
    margin: 16px 0 0 !important;
    overflow: visible !important;
}
html body.woocommerce-checkout #place_order {
    position: static !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: var(--cy-r) !important;
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 24px !important;
    font-size: var(--cy-text-md) !important;
    font-weight: var(--cy-w-semi) !important;
}
html body.woocommerce-checkout .cwd-trust {
    clear: both !important;
    position: relative !important;
}

/* --- Métodos de pago: fila flex sin flotados ----------------------------- */
html body.woocommerce-checkout #payment ul.payment_methods li {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px 10px !important;
}
html body.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
    flex: 0 0 auto !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    accent-color: var(--cy-ink) !important;
}
html body.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 6px 8px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
}
html body.woocommerce-checkout #payment ul.payment_methods li label img,
html body.woocommerce-checkout #payment ul.payment_methods li img {
    float: none !important;
    display: inline-block !important;
    max-height: 20px !important;
    width: auto !important;
    margin: 0 !important;
    vertical-align: middle !important;
}
/* La caja del gateway (campos Stripe, instrucciones) debajo, a todo el ancho */
html body.woocommerce-checkout #payment ul.payment_methods li .payment_box {
    flex: 0 0 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}


/* --- camponatura --- */
/*
Theme Name: Camponatura
Theme URI: https://carnescamponatura.com/
Description: Tema hijo de GeneratePress para Carnes Campo Natura, S.L. La cabecera y el pie los pinta el runtime FAST del plugin clienty-web-design; la dirección de arte (antracita, marfil, oro suave y borgoña) vive en el mu-plugin cc-lujo. Aquí solo queda lo que tiene que ser del tema.
Author: Carnes Camponatura
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: camponatura
*/

/* ------------------------------------------------------------------ Envoltorio
   GeneratePress mete la página dentro de un contenedor con su propio ancho y su
   propio fondo. Aquí el ancho lo manda cc-lujo (--cc-ancho) y el marco lo pinta
   el runtime, así que el contenedor del tema tiene que dejar de estorbar. */

.site.grid-container,
.site .site-content,
.site #primary,
.site .content-area {
	max-width: none;
	padding: 0;
	margin: 0;
}

.site-content {
	display: block;
}

/* GeneratePress dibuja una tarjeta blanca alrededor de cada entrada (sombra,
   borde y relleno). En esta web el contenido va a sangre sobre el fondo. */
.inside-article,
.entry-content,
.page-content {
	max-width: none;
	padding: 0;
	margin: 0;
	background: none;
	box-shadow: none;
	border: 0;
}

.separate-containers .inside-article,
.separate-containers .site-main {
	padding: 0;
	margin: 0;
}

/* El salto que dejaba el tema entre la cabecera y el contenido ya lo pone cc-lujo. */
.separate-containers .site-main {
	margin-top: 0;
}

/* ------------------------------------------------------------------ Barra lateral
   No hay barra lateral en ninguna plantilla: si alguna vez se cuela, no rompe. */

#right-sidebar,
#left-sidebar {
	display: none;
}

/* ------------------------------------------------------ Cabecera y pie del tema
   Los imprime el runtime FAST y cc-shell impide que el tema imprima los suyos.
   Esta regla es el cinturón por si alguno se colara. */

.site-header,
.site-footer,
#masthead,
#colophon {
	display: none;
}

/* ------------------------------------------------------------------ Tipografía
   Los tamaños y las familias los fija cc-lujo. Aquí solo se quita la herencia de
   GeneratePress para que no pelee con ella. */

body {
	background: #fff;
}

.entry-content > *:first-child {
	margin-top: 0;
}

/* -------------------------------------------- Banda de imagen destacada
   El tema la imprime encima del contenido; se retira por código en
   functions.php y esta regla es el cinturón por si alguna plantilla la cuela. */

.featured-image.page-header-image,
.page-header-image-single {
	display: none;
}


/* --- clienty-options-varias-base --- */
/* Estilo para los botones "Añadir al carrito" y "Realizar pedido" */
.single_add_to_cart_button,
#place_order, /* Botón de "Realizar pedido" en la página de finalizar compra */
#finalizar-compra { /* Botón de Elementor con ID personalizado */
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 15px 30px !important; /* Aumenta el tamaño del botón */
    font-size: 18px !important; /* Aumenta el tamaño de la fuente */
    font-weight: bold !important; /* Hace el texto más resaltado */
    text-transform: uppercase !important; /* Convierte el texto a mayúsculas */
    border-radius: 8px !important; /* Bordes redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important; /* Sombra para resaltarlo */
    transition: all 0.3s ease !important; /* Transición suave para el hover */
}

/* Hover para los botones */
.single_add_to_cart_button:hover,
#place_order:hover,
#finalizar-compra:hover {
    background-color: #CC0000 !important; /* Color más oscuro al pasar el mouse */
    color: #FFFFFF !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4) !important; /* Sombra más intensa al hover */
    transform: scale(1.05) !important; /* Efecto de agrandamiento al pasar el mouse */
}

