/* ==========================================================
   ESTILOS ACTUALIZADOS Y CORREGIDOS PARA OPENOPENCART
   ========================================================== */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	background: #ececec;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.fa {
	font-size: 16px;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #3F3F3F;
}
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;
}
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;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ffcc00;
	background-repeat: repeat-x;
}
#top {
    background-color: #333;
    border-bottom: 0;
    padding: 4px 0px 3px 0;
    margin: 0;
    min-height: 40px;
    padding-bottom: 0;
    margin-bottom: 0px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #000;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #000000;
	background-color: #ffcc00;
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #3F3F3F;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #333;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .dropdown-menu a, #top #form-language .language-select {
    color: #000;
}
#logo {
    margin: 0 0 0px 0;
    width: 160px;
    height: auto;
    margin-left: auto;
    margin-right: auto; 
}
#logo h1{
	margin: 0;
}
#search, #cart {
	margin-bottom: 10px;
	padding: 15px 0;
}

#search .input-lg {
    height: 34px;
    line-height: 18px;
    padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
    line-height: 15px;
    padding: 9px 35px;
    text-shadow: none;
}
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 17px;
	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;
	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 {
    background-image: none;
    background-repeat: initial;
    min-height: 40px;
	margin-bottom: 0;
}
#menu .nav > li > a {
	text-shadow: none;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-size: 16px;
}
#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: 240px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#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;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #0AADB9;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #000;
	padding: 2px 18px;
	float: right;
	background-color: #ffcc00;
	background-repeat: repeat-x;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #000000;
	background-color: #e6b800;
}
@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 {
	min-height: 600px;
}
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #333;
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #9CCA3B;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
.alert {
	padding: 8px 14px 8px 14px;
}
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '>';
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    height: 26px;
	color: #333;
}
.breadcrumb li a, .breadcrumb li{
	color: #333;
}
.pagination {
	margin: 0;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 7px 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: #fff;
    text-shadow: none;
    background-color: #fc9b0a;
    background-image: none;
    background-repeat: initial;
    box-shadow: none;
    border: 0;
}
.btn-primary {
	color: #000000 !important;
    text-shadow: none !important;
    background-color: #ffcc00 !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #e6b800 !important;
	color: #000000 !important;
}
.btn-warning {
	color: #ffffff;
	text-shadow: none;
	background-color: #faa732;
	background-image: none;
	border: 0;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: none;
}
.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 {
	text-shadow: none;
    background-color: #ff0000;
    background-image: none;
    background-repeat: initial;
    border-color: #ff4747;
    box-shadow: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #000;
}
.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: #444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
.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;
}

/* ==========================================================
   CORRECCIÓN DEFINITIVA DE ALINEACIÓN EN BÚSQUEDA Y CATEGORÍAS
   ========================================================== */

/* Contenedores generales adaptados a Flexbox para evitar huecos en escalera */
#content .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.product-layout {
    display: flex;
    flex-direction: column;
}

.product-thumb {
	margin-bottom: 20px;
	border: 1px solid #ddd;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.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;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-thumb .caption {
	padding: 0 10px;
	background: white;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.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;
	margin-top: auto;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 16px;
}
.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;
	margin-top: 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;
	}
}

.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 {
	padding: 0;
    display: block;
    border: 0;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

@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%;
    }
}

#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

body .swiper-viewport {
    margin: 0 0 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
body .swiper-pagination {
    bottom: 0px;
    left: 0px;
}
header {
	background: #ffcc00;
}
.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}
.swiper-pagination.carousel0 {
	display: none;
}
.jumbotron.mp0 {
	margin: 0;
	padding: 0;
    background-color: #ffcc00;
    border-color: #3F3F3F;
}
.dropdown-menu {
    min-width: 240px;
    font-size: 14px;
    box-shadow: none;
}
.product-thumb > .caption > p {
	min-height: 100%;
}
.product-thumb > .caption > p.price {
    min-height: 0;
    font-size: 22px;
    text-align: center;
}
footer .fa {
	font-size: 46px;
}
.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    transition: none;
}

#input-quantity {
    width: 40px;
    text-align: center;
    margin-bottom: 15px;
}
#product label {
    padding: 10px 10px 0 0;
}
.rating {
    clear: both;
    width: 290px;
}
.rating p {
    margin-top: 95px;
}
#product-product ul:nth-child(3) li {
    margin-right: 30px;
}
#product-product ul:nth-child(4) li {
    clear: both;
}
#product-product h2 {
    padding: 10px 0;
}

.customer-account {
	padding: 0;
	margin:0;
}

.customer-account i {
	font-size: 36px;
	color: #333;
	line-height: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.customer-account > li {
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
	border: 1px solid #EEE; 
	margin-bottom: 5px;
	text-align: center;
	list-style-type: none;
	margin-right: 5px;
}
.customer-account > li:hover {
	background-color: #333;
    cursor: pointer;
    transition: background-color 2s ease-out;
}
.customer-account > li:hover a,
.customer-account > li:hover i {
	color: #FFFFFF;
}

.product-thumb .image {
    text-align: center;
    background-color: #ffffff;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 0;
}

.product-thumb .image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
}

@media (max-width: 767px) {
    .product-layout {
        width: 50% !important;
        float: left !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .product-thumb {
        margin-bottom: 15px;
        padding: 8px;
    }

    .product-thumb .image {
        height: 150px;
    }

    .product-thumb h4 {
        font-size: 13px;
        line-height: 1.2;
        height: 32px;
        overflow: hidden;
    }

    .product-thumb .button-group button {
        padding: 8px 0 !important;
        font-size: 13px !important;
        width: 100% !important;
    }
}

.product-thumb .caption p {
    display: none !important;
}

#product,
.product-info .col-sm-4,
#content .col-sm-4 {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 20px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

#content h1 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
}

#content h2, 
.price-new,
.product-price {
    font-size: 32px !important;
    font-weight: 300 !important;
    color: #222222 !important;
    margin: 15px 0 !important;
    display: block;
}

#product .form-group {
    margin-bottom: 15px;
}

#input-quantity {
    text-align: center;
    border-radius: 6px;
    border: 1px solid #cccccc;
    height: 40px;
}

.thumbnails {
    margin-bottom: 20px;
}

.thumbnails .thumbnail {
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 10px;
    transition: border-color 0.2s;
}

.thumbnails .thumbnail:hover {
    border-color: #ffcc00;
}

.ml-trust-box {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    font-size: 13px;
    color: #666666;
}

.ml-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

html body #content .product-thumb .button-group button:first-child,
html body .product-layout .product-thumb .button-group button:first-child,
html body .product-thumb .button-group button:first-child,
div.product-thumb .button-group button:first-child {
    background-color: #ffcc00 !important;
    border-color: #e6b800 !important;
    color: #000000 !important;
    flex-grow: 1;
}

.btn-primary,
.btn-info,
#button-cart,
#menu .btn-navbar,
.product-thumb .button-group button {
    background-color: #ffcc00 !important;
    background-image: none !important;
    border-color: #e6b800 !important;
    color: #000000 !important;
    text-shadow: none !important;
}

.btn-primary *,
.btn-info *,
#button-cart *,
#menu .btn-navbar *,
.product-thumb .button-group button *,
.product-thumb .button-group button:first-child * {
    color: #000000 !important;
}

html body #content .product-thumb .button-group button:first-child:hover,
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-info:hover, .btn-info:active, .btn-info:focus,
#button-cart:hover,
#menu .btn-navbar:hover,
.product-thumb .button-group button:hover {
    background-color: #e6b800 !important;
    border-color: #cca300 !important;
    color: #000000 !important;
}

.dropdown-menu li > a:hover,
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    background-color: #ffcc00 !important;
    color: #000000 !important;
}
/* ==========================================================
   SOLUCIÓN CON SELECTORES DE MÁXIMA ESPECIFICIDAD
   ========================================================== */
html body div#content div.product-layout {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    clear: none !important;
}

html body div#content div.product-layout:nth-child(5n+1) {
    clear: left !important;
}

@media (max-width: 767px) {
    html body div#content div.product-layout {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        float: left !important;
    }
    html body div#content div.product-layout:nth-child(5n+1) {
        clear: none !important;
    }
    html body div#content div.product-layout:nth-child(2n+1) {
        clear: left !important;
    }
}
/* ==========================================================
   MEJORAS PARA LA PÁGINA DE DETALLE DE PRODUCTO (PRODUCT PAGE)
   ========================================================== */

/* 1. Contenedor principal de la información del producto */
#product-product #content {
    background: #f8f9fa;
    padding-bottom: 40px;
}

/* 2. Tarjetas limpias para las imágenes y el formulario de compra */
#product-product .thumbnails, 
#product-product #product,
#product-product .product-info {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

/* 3. Título del producto más elegante y legible */
#product-product h1 {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
}

/* 4. Precio grande, llamativo y profesional */
#product-product h2, 
#product-product .price-new,
#product-product .product-price {
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #0d9488 !important; /* Color moderno tipo acento (turquesa oscuro) o puedes usar tu amarillo #ffcc00 */
    margin: 15px 0 !important;
}

/* 5. Estilo moderno para el input de cantidad */
#product-product #input-quantity {
    width: 60px !important;
    height: 45px !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 8px !important;
    border: 2px solid #cbd5e1 !important;
}

/* 6. Botón de "Añadir al Carro" grande y de alta conversión */
#product-product #button-cart {
    background-color: #ffcc00 !important;
    border-color: #e6b800 !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    width: 100% !important;
    box-shadow: 0 4px 12px rgba(255, 204, 0, 0.3) !important;
    transition: all 0.2s ease-in-out;
}

#product-product #button-cart:hover {
    background-color: #e6b800 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 204, 0, 0.4) !important;
}

/* 7. Sección de Beneficios / Confianza (Garantía, Envios, Soporte) */
.product-trust-badges {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #475569;
    font-weight: 500;
}

.trust-badge-item i {
    font-size: 20px;
    color: #0d9488;
}

/* 8. Pestañas de descripción y reseñas más limpias */
#product-product .nav-tabs {
    border-bottom: 2px solid #e2e8f0;
    margin-top: 30px;
}

#product-product .nav-tabs > li > a {
    border: none;
    font-weight: 600;
    color: #64748b;
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
}

#product-product .nav-tabs > li.active > a, 
#product-product .nav-tabs > li.active > a:hover {
    background-color: #ffffff;
    color: #0f172a;
    border-bottom: 3px solid #ffcc00;
}

#product-product .tab-content {
    background: #ffffff;
    padding: 25px;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}