/**
Theme Name: Ruisell
Author: Pablo Santamaria
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ruisell
Template: astra
*/

/* ===== Ruisell · estilos de marca (ficha de producto) ===== */
:root{--rsl-navy:#15314f;--rsl-navy2:#1d4373;--rsl-gold:#d4a437;--rsl-muted:#6b7280}

/* Galería */
.woocommerce div.product div.images img{border-radius:14px}
.woocommerce div.product div.images .flex-control-thumbs li img{border-radius:8px}

/* Título y precio */
.woocommerce div.product .product_title{color:var(--rsl-navy);font-weight:800}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--rsl-navy);font-weight:800;font-size:1.9rem}
.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{color:#157347}
.woocommerce div.product p.price del{color:var(--rsl-muted);font-weight:500}

/* Selector de variaciones (colegio / talla) */
.woocommerce div.product form.cart .variations td.label label{color:var(--rsl-navy);font-weight:700}
.woocommerce div.product form.cart .variations select{padding:11px 12px;border:1.5px solid #dfe5ec;border-radius:10px;min-height:46px}

/* Botón añadir al carrito (dorado de marca) */
.woocommerce div.product form.cart .button,
.woocommerce div.product .single_add_to_cart_button{
	background:var(--rsl-gold)!important;color:#3a2c06!important;border-radius:10px!important;
	font-weight:700!important;padding:14px 34px!important;text-transform:none;letter-spacing:.2px;transition:.25s}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product .single_add_to_cart_button:hover{
	background:#e6b94f!important;transform:translateY(-2px);box-shadow:0 10px 24px rgba(212,164,55,.4)}

/* Bloque de ventajas/confianza bajo el botón */
.rsl-pdp-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:26px 0 14px;
	padding:20px;background:#f6f8fb;border:1px solid #eef1f5;border-radius:14px}
.rsl-pdp-item{display:flex;gap:12px;align-items:center}
.rsl-pdp-item span{font-size:22px;width:42px;height:42px;flex:none;display:grid;place-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 12px rgba(21,49,79,.08)}
.rsl-pdp-item b{display:block;color:var(--rsl-navy);font-size:14px;line-height:1.2}
.rsl-pdp-item small{color:var(--rsl-muted);font-size:12px}
.rsl-pdp-help{font-size:13.5px;color:var(--rsl-muted);margin-bottom:8px}
.rsl-pdp-help a{color:var(--rsl-navy);font-weight:700}

/* Pestañas (descripción / info) */
.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:8px 8px 0 0}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom-color:#fff}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--rsl-navy);font-weight:700}

/* Productos relacionados */
.woocommerce .related>h2,.woocommerce .upsells>h2{color:var(--rsl-navy);font-weight:800}

@media(max-width:560px){.rsl-pdp-benefits{grid-template-columns:1fr}}

/* Descripción de producto maquetada */
.rsl-pdp-desc h3{color:var(--rsl-navy);font-weight:800;margin:28px 0 14px;font-size:20px}
.rsl-pdp-desc h3:first-child{margin-top:0}
.rsl-feat{list-style:none;padding:0;margin:0}
.rsl-feat li{padding:11px 0;border-bottom:1px solid #eef1f5;display:flex;gap:14px;font-size:14.5px;color:#374151}
.rsl-feat li b{color:var(--rsl-navy);min-width:130px;flex:none}
.rsl-care{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px}
.rsl-care-item{display:flex;gap:12px;align-items:center;background:#f6f8fb;border:1px solid #eef1f5;border-radius:12px;padding:14px}
.rsl-care-item img{width:40px;height:40px;object-fit:contain;flex:none}
.rsl-care-item span{font-size:13px;color:#374151;line-height:1.35}
.rsl-reco{list-style:none;padding:0;margin:0;columns:2;column-gap:34px}
.rsl-reco li{padding:7px 0 7px 24px;position:relative;font-size:14px;color:#374151;break-inside:avoid}
.rsl-reco li:before{content:"✓";position:absolute;left:0;color:var(--rsl-gold);font-weight:800}
@media(max-width:560px){.rsl-reco{columns:1}}