/* SS Deco catalogo: base - MODO OSCURO */
:root {
	--ss-shop-graphite: #141416;
	--ss-shop-graphite-soft: #1d1d20;
	--ss-shop-graphite-card: #202024;
	--ss-shop-ivory: #f3eee6;
	--ss-shop-paper: #141416;
	--ss-shop-image: #f3eee6;
	--ss-shop-ink: #f3eee6;
	--ss-shop-muted: #b7b2aa;
	--ss-shop-line: rgba(243, 238, 230, 0.14);
	--ss-shop-accent: #a15d73;
	--ss-shop-radius: 2px;
	--ss-shop-transition: 280ms ease;
}

body.woocommerce-shop .site-main,
body.tax-product_cat .site-main {
	background: var(--ss-shop-graphite) !important;
	color: var(--ss-shop-ink);
}

body.woocommerce-shop .hero-section {
	display: none !important;
}

body.woocommerce-shop .site-main > .ct-container,
body.tax-product_cat .site-main > .ct-container {
	padding-top: clamp(34px, 5vw, 72px);
	padding-bottom: clamp(56px, 7vw, 96px);
}

body.woocommerce-shop ul.products,
body.tax-product_cat ul.products {
	row-gap: clamp(38px, 4vw, 60px) !important;
	column-gap: clamp(16px, 2vw, 28px) !important;
}

body.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-shop ul.products li.product .product-entry-wrapper,
body.tax-product_cat ul.products li.product .product-entry-wrapper {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}
/* =========================================================
   SS DECO - TITULOS DE PRODUCTO CLARO / OSCURO
   ========================================================= */

/* Título principal de la ficha */
html[data-ss-theme] body.single-product
.product .summary .product_title,
html[data-ss-theme] body.single-product
.product_title {
	color: var(--ss-text) !important;
}

/* Título de productos relacionados */
html[data-ss-theme] body.single-product
.related.products > h2 {
	color: var(--ss-text) !important;
}