/*
 * modern-tech — Tema OpenCart 2.0.1.1
 * Disseny: grafit #1A1A1D + vermell #FF6600
 * Generat: 2026-05-20
 *
 * Contingut:
 * 1. OpenCart Default Theme CSS (original)
 * 2. Modern Tech Design 2026 (custom overrides)
 */

/* ================================================================
   1. OPENCART DEFAULT THEME — ORIGINAL
   ================================================================ */
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
/*
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
*/
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}


/* GEMINI */

/* Nova estructura fluida */
.wrapper {
    width: 95%;
    max-width: 1440px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Forcem els contenidors de la plantilla default a ser fluids */
.container {
    width: 100% !important;
    max-width: 1440px !important;
}

/* Centrar i adaptar el banner slideshow */
.owl-carousel .item img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}



/* Menú Principal */
#menu .nav > li > a {
    font-size: 15px;       /* Augmentat de 13px */
    padding: 12px 16px !important;    /* Augmentem l'espai per omplir la barra */
}

/* Submenús (els que veies petits) */
#menu .dropdown-inner a {
    font-size: 16px;       /* Augmentat de 12px */
    padding: 10px 20px;    /* Més espai vertical */
    line-height: 22px;
}

#menu .see-all {
    font-size: 15px;       /* Augmentat de 12px */
    padding: 10px 20px;
    font-weight: bold;
}


/* Base de text */
body {
    font-size: 13px; /* La plantilla default ve amb 12px, la pugem a 13px o 14px segons prefereixis */
    line-height: 22px;
}

/* Capçaleres */
h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 16px; }
h5 { font-size: 13px; }

/* Botons, Formularis i Carret */
.btn, #cart > .btn, label, .input-group input, .input-group select {
    font-size: 13px; /* Augmentat de 12px */
}

.btn-lg {
    font-size: 16px;
}

/* Preus i fitxa de producte */
.product-thumb .price {
    font-size: 19px;
}

footer h5 {
    font-size: 14px;
}
/* ================================================================
   2. MODERN TECH DESIGN 2026 — CUSTOM OVERRIDES
   ================================================================ */
/* =====================================================
   DEFAULT CATALOG CHANGES — Wayland OpenCart 2.0.1.1
   Fitxer injectat via vqmod/xml/default_css_changes.xml
   ===================================================== */

/* take out doted images when clicking */
a, a:active, a:focus {
    outline: none;
}

/* fix layout column right left when modules enableds */
#column-right .row.product-layout > div,
#column-left .row.product-layout > div {
    width: 100% !important;
}

/* hide banner controls */
.owl-controls {
    display: none !important;
}
.owl-carousel {
    margin: 0 !important;
}

/* fix checkout quantity in mobile */
.input-group.btn-block input {
    min-width: 50px;
}

/* break category product caption */
.caption {
    word-wrap: break-word;
}

/* make bold module category active */
a.active {
    font-weight: bold;
}

/* css for my_column_left in product layout */
.my_column_left {
    margin-top: 20px;
}
.my_column_left .row > div {
    width: 100% !important;
}

/* table specs description */
table.productspecs td {
    font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    vertical-align: middle;
}
table.productspecs .label {
    color: #666;
}
.speccategory {
    background: none repeat scroll 0 0 #DCDCDC;
    font-weight: bold;
}

/* category stock badges (functional) */
.product-thumb {
    position: relative;
}
.category_stock {
    right: 10px;
    bottom: 90px;
    position: absolute;
    font-weight: bold;
}

/* thumbnails */
.thumbnails li:first-child a {
    position: relative;
    overflow: hidden;
}


/* =====================================================
   === REDISSENY MODERN TECH 2026 ===
   Paleta: grafit #1A1A1D · vermell #FF6600 · gris #F4F5F7
   ===================================================== */

/* --- VARIABLES DE PALETA (com a comentari de referència) ---
   --red:       #FF6600
   --red-dark:  #B8000E
   --graphite:  #1A1A1D
   --graphite2: #2C2C30
   --grey-bg:   #F4F5F7
   --grey-mid:  #E4E6EB
   --text:      #2B2B2B
   --text-muted:#6B6B6B
   --white:     #ffffff
*/

/* --- GLOBAL --- */

body {
    background-color: #F4F5F7;
    color: #2B2B2B;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #FF6600;
}
a:hover {
    color: #B8000E;
    text-decoration: none;
}

/* --- AMPLADA MÀXIMA --- */
.container {
    width: 100% !important;
    max-width: 1600px !important;
    padding-left: 20px;
    padding-right: 20px;
}

/* --- BARRA SUPERIOR (#top) --- */
#top {
    background-color: #1A1A1D;
    border-bottom: 1px solid #2C2C30;
    padding: 6px 0;
    margin: 0 0 0 0;
    min-height: 36px;
}
#top .container {
    padding: 0 20px;
}
#top .btn-link,
#top-links li,
#top-links a {
    color: #aaaaaa;
    text-shadow: none;
    text-decoration: none;
    font-size: 12px;
}
#top .btn-link:hover,
#top-links a:hover {
    color: #ffffff;
}
#top-links {
    padding-top: 4px;
}
#top .btn {
    margin-top: 2px;
    padding: 3px 10px;
    font-size: 12px;
}

/* --- CAPÇALERA (header) --- */
header {
    background-color: #1A1A1D;
    padding: 14px 0;
    border-bottom: 3px solid #FF6600;
}
header .row {
    align-items: center;
}
header .col-sm-4 {
    margin-top: 0;
}
header .col-sm-6 {
    margin-top: 0;
}

/* Logo */
#logo a img {
    max-height: 60px;
}
#logo h1 a {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-decoration: none;
}
#logo h1 a:hover {
    color: #FF6600;
}

/* Cercador — pill modern amb botó vermell */
#search {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
#search .form-control {
    background-color: #ffffff;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    height: 42px;
    color: #2B2B2B;
    padding: 0 16px;
}
#search .form-control:focus {
    outline: none;
    box-shadow: none;
}
#search .btn-default {
    background-color: #FF6600;
    border: none;
    border-radius: 0 4px 4px 0;
    color: #ffffff;
    height: 42px;
    width: 52px;
    font-size: 16px;
    transition: background-color 0.2s;
}
#search .btn-default:hover {
    background-color: #B8000E;
}

/* --- MENÚ PRINCIPAL (#menu) --- */
#menu {
    background-color: #2C2C30;
    background-image: none;
    border: none;
    border-radius: 0;
    min-height: 48px;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
#menu .nav > li > a {
    color: #e0e0e0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 14px 18px;
    text-transform: uppercase;
    transition: background-color 0.2s, color 0.2s;
    background-image: none;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background-color: #FF6600;
    color: #ffffff;
}
#menu .btn-navbar {
    background-color: #FF6600;
    background-image: none;
    border-color: #B8000E;
    color: #fff;
}
#menu .btn-navbar:hover {
    background-color: #B8000E;
}

/* Desplegables del menú */
#menu .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-top: 3px solid #FF6600;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    padding: 8px 0;
}
#menu .dropdown-inner {
    padding: 8px 0;
}
#menu .dropdown-inner a {
    color: #2B2B2B;
    font-size: 13px;
    min-width: 200px;
    padding: 7px 20px;
    display: block;
    transition: background-color 0.15s, color 0.15s;
}
#menu .dropdown-inner a:hover {
    background-color: #F4F5F7;
    color: #FF6600;
}
#menu .see-all {
    display: block;
    color: #FF6600;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 20px;
    border-top: 1px solid #E4E6EB;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
#menu .see-all:hover {
    background-color: #FF6600;
    color: #ffffff;
}

/* Menú mòbil (visible-xs) */
#category {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 0 14px 15px;
    display: block;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #3a3a40;
}

/* Dropdown general */
.dropdown-menu li > a:hover {
    background-color: #FF6600;
    background-image: none;
    color: #ffffff;
}

/* --- BREADCRUMBS --- */
.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 0;
}
.breadcrumb > li + li::before {
    color: #aaa;
}
.breadcrumb a {
    color: #6B6B6B;
}
.breadcrumb a:hover {
    color: #FF6600;
}
.breadcrumb > .active {
    color: #2B2B2B;
    font-weight: 600;
}

/* --- TARGETES DE PRODUCTE --- */
.product-thumb {
    background-color: #ffffff;
    border: 1px solid #E4E6EB;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.22s ease, transform 0.22s ease;
    margin-bottom: 16px;
}
.product-thumb:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.13);
    transform: translateY(-3px);
}

/* Imatge del producte */
.product-thumb .image {
    overflow: hidden;
    background: #fafafa;
    border-bottom: 1px solid #F0F1F3;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image img {
    transition: transform 0.3s ease;
    width: 100%;
}
.product-thumb:hover .image img {
    transform: scale(1.04);
}

/* Capçal de la targeta */
.product-thumb .caption {
    padding: 12px 14px 6px;
    min-height: 200px;
}
.product-thumb .caption h4 {
    font-size: 13px;
    font-weight: 600;
    color: #2B2B2B;
    margin: 0 0 6px;
    line-height: 18px;
}
.product-thumb .caption h4 a {
    color: #2B2B2B;
}
.product-thumb .caption h4 a:hover {
    color: #FF6600;
}

/* Preu — gran i vermell */
.product-thumb .price {
    font-size: 20px;
    font-weight: 700;
    color: #FF6600;
    margin: 6px 0;
    line-height: 1.2;
}
.product-thumb .price-old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}
.product-thumb .price-new {
    color: #FF6600;
}
.product-thumb .price-tax {
    font-size: 11px;
    color: #aaa;
    font-weight: 400;
}

/* Rating */
.product-thumb .rating {
    margin-bottom: 6px;
}
.product-thumb .rating .fa-star,
.product-thumb .rating .fa-star-o {
    color: #f5a623;
    font-size: 11px;
}

/* Botons de la targeta */
.product-thumb .button-group {
    border-top: 1px solid #F0F1F3;
    padding: 10px 14px;
    display: flex;
    gap: 6px;
    background: #fafafa;
}
.product-thumb .button-group button {
    flex: 1;
    font-size: 12px;
    padding: 7px 6px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
    font-weight: 600;
}
.product-thumb .button-group button:first-child {
    background-color: #FF6600;
    color: #ffffff;
    flex: 2;
}
.product-thumb .button-group button:first-child:hover {
    background-color: #B8000E;
}
.product-thumb .button-group button:not(:first-child) {
    background-color: #ffffff;
    color: #6B6B6B;
    border: 1px solid #E4E6EB;
}
.product-thumb .button-group button:not(:first-child):hover {
    background-color: #F4F5F7;
    color: #FF6600;
    border-color: #FF6600;
}

/* Stock badges modernitzats */
.available {
    display: inline-block;
    background-color: #d4edda;
    color: #155724;
    border-radius: 12px;
    padding: 2px 9px;
    font-size: 11px;
    font-weight: 600;
}
.notavailable {
    display: inline-block;
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 12px;
    padding: 2px 9px;
    font-size: 11px;
    font-weight: 600;
}

/* --- BOTONS GLOBALS --- */
.btn-primary {
    background-color: #FF6600;
    background-image: none;
    border-color: #B8000E;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #B8000E;
    background-image: none;
    border-color: #96000B;
    color: #ffffff;
}
.btn-default {
    border-radius: 4px;
    border: 1px solid #E4E6EB;
    color: #2B2B2B;
    transition: border-color 0.2s, color 0.2s;
}
.btn-default:hover {
    border-color: #FF6600;
    color: #FF6600;
}
.btn-lg {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 4px;
}

/* --- PESTANYES (TABS) fitxa de producte --- */
.nav-tabs {
    border-bottom: 2px solid #E4E6EB;
    margin-bottom: 0;
}
.nav-tabs > li > a {
    color: #6B6B6B;
    border-radius: 4px 4px 0 0;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 18px;
}
.nav-tabs > li > a:hover {
    background-color: #F4F5F7;
    color: #FF6600;
    border-color: #E4E6EB #E4E6EB transparent;
}
.nav-tabs .active a,
.nav-tabs .active a:hover,
.nav-tabs .active a:focus {
    background-color: #ffffff !important;
    color: #FF6600 !important;
    border-color: #E4E6EB #E4E6EB #ffffff !important;
    border-bottom: 2px solid #FF6600 !important;
}
.tab-content {
    background-color: #ffffff;
    border: 1px solid #E4E6EB;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 20px;
    margin-bottom: 20px;
}

/* --- COLUMNES LATERALS (column_left / box) --- */
.box {
    background-color: #ffffff;
    border: 1px solid #E4E6EB;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}
.box-heading {
    background-color: #1A1A1D;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.box-content {
    background-color: #ffffff;
    padding: 10px 16px;
}
.box-content a {
    color: #2B2B2B;
    font-size: 12px;
}
.box-content a:hover {
    color: #FF6600;
}
.box-content a.active {
    color: #FF6600;
    font-weight: 700;
}

/* --- PEU DE PÀGINA (footer) --- */
footer {
    background-color: #1A1A1D;
    color: #cccccc;
    padding: 36px 0 20px;
    margin-top: 30px;
    border-top: 3px solid #FF6600;
}
footer h5 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
}
footer ul.list-unstyled li {
    margin-bottom: 6px;
}
footer a {
    color: #aaaaaa;
    font-size: 12px;
}
footer a:hover {
    color: #FF6600;
}
footer hr {
    border-color: #2C2C30;
    margin: 20px 0 12px;
}
footer p {
    color: #666666;
    font-size: 11px;
    margin-bottom: 0;
}

/* --- PAGINACIÓ --- */
.pagination > li > a,
.pagination > li > span {
    color: #2B2B2B;
    border-color: #E4E6EB;
    border-radius: 4px !important;
    margin: 0 2px;
    font-size: 13px;
}
.pagination > li > a:hover {
    background-color: #F4F5F7;
    color: #FF6600;
    border-color: #FF6600;
}
.pagination > .active > a,
.pagination > .active > span {
    background-color: #FF6600;
    border-color: #FF6600;
    color: #ffffff;
}

/* --- ALERTES / NOTICES --- */
.alert {
    border-radius: 4px;
    font-size: 13px;
}
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}
.alert-info {
    background-color: #e8f4fd;
    border-color: #bee5eb;
    color: #0c5460;
}

/* --- FORMULARIS --- */
.form-control {
    border-color: #E4E6EB;
    border-radius: 4px;
    font-size: 13px;
    color: #2B2B2B;
    transition: border-color 0.2s;
}
.form-control:focus {
    border-color: #FF6600;
    box-shadow: 0 0 0 2px rgba(227,6,19,0.12);
}

/* --- CAPÇALERA DE PÀGINA INTERIOR --- */
h1, h2, h3, h4, h5, h6 {
    color: #2B2B2B;
}
h1 { font-size: 28px; font-weight: 700; }
h2 { font-size: 22px; font-weight: 700; }
h3 { font-size: 18px; font-weight: 600; }
h4 { font-size: 15px; font-weight: 600; }

/* --- OWL CAROUSEL (banners) --- */
.owl-carousel .item img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
    border-radius: 4px;
}

/* --- FRANJA DE GARANTIES (injectada via vqmod) --- */
#trust-strip {
    background-color: #ffffff;
    border-bottom: 1px solid #E4E6EB;
    padding: 12px 0;
}
#trust-strip .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    color: #2B2B2B;
    font-size: 12px;
    font-weight: 600;
}
.trust-item .fa {
    font-size: 22px;
    color: #FF6600;
}
.trust-item span {
    line-height: 1.3;
}
.trust-item small {
    display: block;
    font-weight: 400;
    color: #6B6B6B;
    font-size: 11px;
}

/* --- HERO SECTION (injectada via vqmod a home) --- */
#hero-section {
    background: linear-gradient(135deg, #1A1A1D 0%, #2C2C30 60%, #3a0007 100%);
    padding: 52px 0 48px;
    margin-bottom: 24px;
    border-bottom: 3px solid #FF6600;
}
#hero-section h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.2;
}
#hero-section p {
    color: #cccccc;
    font-size: 16px;
    margin-bottom: 24px;
    max-width: 520px;
}
#hero-section .btn-hero {
    background-color: #FF6600;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 34px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.3px;
    transition: background-color 0.2s, transform 0.15s;
}
#hero-section .btn-hero:hover {
    background-color: #B8000E;
    transform: translateY(-1px);
    color: #ffffff;
}
#hero-section .hero-badge {
    display: inline-block;
    background-color: #FF6600;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    #trust-strip .container {
        justify-content: flex-start;
    }
    .trust-item {
        padding: 4px 10px;
        font-size: 11px;
    }
    #hero-section {
        padding: 32px 0 28px;
    }
    #hero-section h2 {
        font-size: 24px;
    }
    #hero-section p {
        font-size: 14px;
    }
    header .col-sm-4,
    header .col-sm-6 {
        margin-top: 8px;
    }
    .product-thumb .caption {
        min-height: auto;
    }
    #menu {
        position: relative;
    }
}
@media (max-width: 480px) {
    #hero-section h2 {
        font-size: 20px;
    }
    .trust-item .fa {
        font-size: 18px;
    }
}


/* =====================================================
   === MILLORES v1.1 ===
   1) Header blanc/clar, logo visible
   2) Menú desplegable llegible
   3) Padding imatges producte
   ===================================================== */

/* --- 1. HEADER BLANC — el logo i cercador destaquen --- */
header {
    background-color: #ffffff !important;
    padding: 16px 0;
    border-bottom: none;
    border-top: 3px solid #FF6600;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
}

/* Logo text en gris fosc sobre fons blanc */
#logo h1 a {
    color: #1A1A1D !important;
}
#logo h1 a:hover {
    color: #FF6600 !important;
}
#logo a img {
    max-height: 64px;
    filter: none;
}

/* Cercador sobre fons blanc — ombra mes suau, vora visible */
#search {
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
#search .form-control {
    border: 1px solid #E4E6EB;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

/* --- 2. MENÚ DESPLEGABLE — text llegible garantit --- */

/* Text del primer nivell del menú (fosc): ja ok, no canvia */

/* Dropdown-menu forcem blanc i text fosc amb molt alta especificitat */
#menu ul.nav.navbar-nav li.dropdown div.dropdown-menu {
    background-color: #ffffff !important;
    color: #2B2B2B !important;
}
#menu ul.nav.navbar-nav li.dropdown div.dropdown-menu div.dropdown-inner ul li a,
#menu ul.nav.navbar-nav li.dropdown div.dropdown-menu div.dropdown-inner a {
    color: #2B2B2B !important;
    background-color: transparent !important;
}
#menu ul.nav.navbar-nav li.dropdown div.dropdown-menu div.dropdown-inner ul li a:hover,
#menu ul.nav.navbar-nav li.dropdown div.dropdown-menu div.dropdown-inner a:hover {
    color: #FF6600 !important;
    background-color: #F4F5F7 !important;
}
/* see-all link */
#menu ul.nav.navbar-nav li.dropdown div.dropdown-menu a.see-all {
    color: #FF6600 !important;
    background-color: transparent !important;
}
#menu ul.nav.navbar-nav li.dropdown div.dropdown-menu a.see-all:hover {
    background-color: #FF6600 !important;
    color: #ffffff !important;
}

/* Evitar que Bootstrap sobreescrigui el color dels links del dropdown quan navbar és fosc */
.navbar .navbar-nav .open .dropdown-menu > li > a,
.navbar .navbar-nav .open .dropdown-menu .dropdown-inner a {
    color: #2B2B2B !important;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu .dropdown-inner a:hover {
    color: #FF6600 !important;
    background-color: #F4F5F7 !important;
}

/* --- 3. PADDING IMATGES PRODUCTE — que respirin --- */
.product-thumb .image {
    padding: 12px;
    background-color: #ffffff;
}
.product-thumb .image img {
    border-radius: 3px;
}

/* Padding també a la columna esquerra i dreta */
#column-left .product-thumb .image,
#column-right .product-thumb .image {
    padding: 8px;
}

/* --- RESPONSIVE ajust header blanc --- */
@media (max-width: 768px) {
    header {
        padding: 12px 0;
    }
}

/* --- HERO 2 COLUMNES (millora v1.1) --- */
#hero-section .hero-inner {
    display: flex;
    align-items: center;
    gap: 40px;
}
#hero-section .hero-left {
    flex: 1 1 55%;
    min-width: 0;
}
#hero-section .hero-right {
    flex: 1 1 42%;
    min-width: 0;
}

/* Grid 3x2 d'icones de categories */
.hero-icons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.hero-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.08);
    border: 1px solid rgba(227,6,19,0.35);
    border-radius: 8px;
    padding: 18px 10px 14px;
    text-decoration: none;
    color: var(--hero-text, #ffffff);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
    cursor: pointer;
}
.hero-icon-item:hover {
    background-color: rgba(227,6,19,0.18);
    border-color: #FF6600;
    color: var(--hero-text, #ffffff);
    text-decoration: none;
    transform: translateY(-2px);
}
.hero-icon-item .fa {
    font-size: 28px;
    margin-bottom: 8px;
    color: #FF6600;
    display: block;
}
.hero-icon-item:hover .fa {
    color: #ff4d57;
}

/* Responsive hero */
@media (max-width: 900px) {
    #hero-section .hero-inner {
        flex-direction: column;
        gap: 28px;
    }
    #hero-section .hero-left,
    #hero-section .hero-right {
        flex: none;
        width: 100%;
    }
    .hero-icons-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}
@media (max-width: 480px) {
    .hero-icons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =====================================================
   === HERO BG ESPECTACULAR v1.2 ===
   Glows animats + grid de punts + profunditat
   ===================================================== */

/* Base: negre-blau profund + glows estàtics en capes */
#hero-section {
    background-color: #06060E;
    background-image:
        radial-gradient(ellipse 55% 85% at 18% 48%, rgba(220,0,18,0.28) 0%, transparent 65%),
        radial-gradient(ellipse 48% 68% at 82% 22%, rgba(88,28,200,0.18) 0%, transparent 55%),
        radial-gradient(ellipse 35% 42% at 54% 100%, rgba(180,0,12,0.13) 0%, transparent 50%);
    border-bottom: none;
    box-shadow: 0 3px 40px rgba(220,0,18,0.18), inset 0 -1px 0 rgba(220,0,18,0.35);
    position: relative;
    overflow: hidden;
    padding: 64px 0 60px;
    margin-bottom: 0;
}

/* Glow pulsant animat — la "llum viva" del fons */
#hero-section::before {
    content: '';
    position: absolute;
    width: 65%;
    height: 220%;
    top: -60%;
    left: -12%;
    background: radial-gradient(ellipse at center,
        rgba(220,0,18,0.20) 0%,
        rgba(180,0,12,0.08) 40%,
        transparent 70%);
    animation: hero-glow-pulse 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes hero-glow-pulse {
    0%, 100% { opacity: 1;   transform: scale(1);    }
    50%       { opacity: 0.3; transform: scale(0.88); }
}

/* Grid de punts subtil amb màscara radial als extrems */
#hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: radial-gradient(ellipse 85% 85% at center, black 25%, transparent 72%);
    mask-image:         radial-gradient(ellipse 85% 85% at center, black 25%, transparent 72%);
}

/* Contingut per sobre de tots els efectes */
#hero-section .container {
    position: relative;
    z-index: 2;
}

/* Línia de llum horitzontal al capdavall del hero */
#hero-section .hero-glow-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(220,0,18,0.0) 10%,
        rgba(220,0,18,0.9) 40%,
        rgba(255,80,80,1)  50%,
        rgba(220,0,18,0.9) 60%,
        rgba(220,0,18,0.0) 90%,
        transparent 100%);
    animation: glow-line-pulse 4s ease-in-out infinite;
    z-index: 3;
}
@keyframes glow-line-pulse {
    0%, 100% { opacity: 0.9; filter: blur(0px); }
    50%       { opacity: 0.4; filter: blur(1px);  }
}

/* Responsive */
@media (max-width: 768px) {
    #hero-section {
        padding: 38px 0 34px;
    }
}


/* --- HERO PROPORCIONS v1.3: esquerra petita, dreta gran --- */
#hero-section .hero-left {
    flex: 0 0 32%;
    max-width: 32%;
}
#hero-section .hero-right {
    flex: 1 1 64%;
    min-width: 0;
}

/* Grid 4 columnes per a 8 items */
.hero-icons-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media (max-width: 900px) {
    #hero-section .hero-left  { flex: none; width: 100%; max-width: 100%; }
    #hero-section .hero-right { flex: none; width: 100%; }
    .hero-icons-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; }
}
@media (max-width: 480px) {
    .hero-icons-grid { grid-template-columns: repeat(2, 1fr); }
}


/* --- HERO MODULE WRAPPER: full-bleed des de dins content_top --- */
.hero-module-wrapper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin-bottom: 24px;
    /* Compensar el padding del #content i del .container */
    margin-top: -20px;
}

/* Evitar scrollbar horitzontal causat pel full-bleed */
#content {
    overflow-x: hidden;
}


/* --- COLORS CONFIGURABLES DEL HERO (via CSS custom properties) --- */
#hero-section {
    background-color: var(--hero-bg, #06060E) !important;
    /* Els gradients de glow s'apliquen sobre el color de fons */
}
#hero-section h2,
#hero-section p,
#hero-section .hero-badge {
    color: var(--hero-text, #ffffff);
}
/* El badge manté fons vermell però el text és el configurable */
#hero-section .hero-badge {
    background-color: #FF6600;
    color: #ffffff; /* sempre blanc sobre vermell */
}
/* El titol h2 usa el color configurat */
#hero-section h2 {
    color: var(--hero-text, #ffffff) !important;
}
#hero-section p {
    color: var(--hero-text, #ffffff);
    opacity: 0.85;
}
