.tabs-nav {
	list-style: none;
	padding-left: 0;
	display: flex;
	gap: 15px;
}

.tabs-nav .tab-link {
	cursor: pointer;
	padding: 8px 12px;
	background: #f1f1f1;
	border-radius: 4px;
}

.tabs-nav .active {
	background: #0071a1;
	color: #fff;
}

.tab-content {
	display: none;
	margin-top: 15px;
}

.tab-content.active {
	display: block;
}

.variations_button {
	display: none !important;
}

.ink-selection {
	margin: 20px 0;
}

.ink-swatches {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.ink-swatch {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.ink-swatch input[type="radio"] {
	margin-right: 10px;
}

.swatch-label {
	font-size: 14px;
}

.price-calculation {
	margin: 15px 0;
	font-weight: bold;
}

.ink-colors {
	margin-top: 20px;
}

.ink-color-selection {
	margin: 15px 0;
}

.ink-color-select {
	width: 100%;
	padding: 8px;
	margin-top: 5px;
}

h5 {
	margin-bottom: 10px;
}

.pantone-input {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.ink-color-pantone-input {
	width: 100%;
	padding: 8px;
	margin-top: 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

/* Hanging Glass Section Styles */
.hanging-glass-section {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 4px;
}

.hanging-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.hanging-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.hanging-option input[type="radio"] {
    margin: 0;
}

.hanging-option .option-label {
    font-size: 16px;
}

/* Container for the entire product form layout */
.product-form-layout {
    display: flex;
    gap: 30px;
    position: relative;
    margin-top: 30px;
}

/* Price calculation section - sticky left side */
.price-calculation {
    width: 300px;
    top: 30px;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

/* Right side content - scrollable */
.form-content {
    flex: 1;
    min-width: 0;
}

/* Preferential Production Section Styles */
.preferential-production-section {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 4px;
}

.production-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.production-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.production-option input[type="radio"] {
    margin: 0;
}

.production-option .option-label {
    font-size: 16px;
}

.production-note {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
}

.color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.swatch-option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
    position: relative;
}

.swatch-option:hover {
    transform: scale(1.1);
    border-color: #999;
}

.swatch-option.selected {
    border-color: #000;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}

.swatch-option[data-value=""] {
    border: 2px solid #999;
}

/* Step numbers and titles */
.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #0071a1;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
    position: absolute;
    left: 20px;
}

.step-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.step-icon img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

h4 .step-icon {
    background: none;
    width: auto;
    height: auto;
}

.step-number.plus-icon {
    background: none;
    width: auto;
    height: auto;
}

.step-number.plus-icon img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

/* Section Spacing */
.quantity-title {
    margin-bottom: 20px;
}

.design-config-section {
    margin-top: 30px;
}

.design-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Initially hidden sections */
.design-config-section,
.hanging-glass-section,
.preferential-production-section,
.ink-selection {
    display: none;
}

/* Design tabs */
.design-tabs {
    margin-top: 20px;
}

/* WhatsApp support */
.whatsapp-support {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.whatsapp-support img {
    width: 24px;
    height: 24px;
}

/* Production note */
.production-note {
    margin-top: 10px;
}

/* Clamp quantity wrapper */
.clamp-quantity-wrapper {
    display: none;
    margin-top: 15px;
}

p.concept-title {
    font-weight: 700 !important;
    margin: 0px;
    color: #000;
}

p.concept-content {
    font-weight: 400;
    margin: 0px;
    color: #000;
}

h4.concept-content {
    font-weight: 400;
}

span.item-price {
    float: right;
    border-radius: .6rem;
    background: #fff;
    color: #575757;
    padding: 0 .6rem;
    font-weight: 600;
}

.production-days-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.production-day-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.color-seleccionado-row td {
    padding: 8px 0;
}

.color-seleccionado-label {
    font-size: 14px;
    color: #333;
}

.color-seleccionado-label strong {
    text-transform: capitalize;
}

.tinta-color-nombre {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.tinta-color-nombre strong {
    text-transform: capitalize;
}

ul.thwvsf-wrapper-ul {
    display: grid;
    grid-template-columns: repeat(10, auto);
    gap: 6px;
    width: fit-content;
}

@media (max-width: 768px) {
    ul.thwvsf-wrapper-ul {
        grid-template-columns: repeat(5, auto);
    }
}

@media (max-width: 480px) {
    ul.thwvsf-wrapper-ul {
        grid-template-columns: repeat(5, auto);
    }
}

/* Etiquetas de grupo de colores */
.color-group-label {
    grid-column: 1 / -1;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 0 2px;
    list-style: none;
}

/* Calendario fecha estimada */
.delivery-calendar {
    margin-top: 15px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

.delivery-calendar-title {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.delivery-cards {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.delivery-card {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.delivery-card.active {
    border-color: #8dc63f;
}

.delivery-card-month {
    background: #e0e0e0;
    color: #555;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 8px;
    letter-spacing: 0.5px;
}

.delivery-card.active .delivery-card-month {
    background: #8dc63f;
    color: #fff;
}

.delivery-card-day {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    padding: 8px 8px 4px;
}

.delivery-card.active .delivery-card-day {
    color: #8dc63f;
}

.delivery-card-label {
    font-size: 11px;
    color: #888;
    padding: 0 8px 8px;
    font-weight: 600;
}

.delivery-card.active .delivery-card-label {
    color: #8dc63f;
}

/* -------------------------------------------------------
   Bloque sin prisa
------------------------------------------------------- */
.no-rush-wrapper {
    margin-top: 12px;
}

.no-rush-discount-block {
    background: linear-gradient(135deg, #f6ffe8, #edffd4);
    border: 2px solid #8dc63f;
    border-radius: 10px;
    padding: 14px 18px;
    margin-top: 12px;
}

.no-rush-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.no-rush-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #8dc63f;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.no-rush-check-label {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.no-rush-check-label strong {
    color: #6aa32e;
}

/* Botón guía de colores */
.color-guide-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #8dc63f, #6aa32e);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 6px;
    letter-spacing: 0.3px;
    box-shadow: 0 3px 8px rgba(141, 198, 63, 0.35);
    transition: all 0.2s ease;
}

.color-guide-link::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='16' y1='13' x2='8' y2='13'%3E%3C/line%3E%3Cline x1='16' y1='17' x2='8' y2='17'%3E%3C/line%3E%3Cpolyline points='10 9 9 9 8 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.color-guide-link:hover {
    background: linear-gradient(135deg, #9dd44d, #7ab535);
    box-shadow: 0 5px 14px rgba(141, 198, 63, 0.5);
    transform: translateY(-1px);
    color: #fff !important;
}

.color-guide-link:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(141, 198, 63, 0.3);
}

/* -------------------------------------------------------
   Bloque patrocinio
------------------------------------------------------- */
.sponsorship-section {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #8dc63f;
}

.sponsorship-inner {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #8dc63f, #6aa32e);
}

.sponsorship-title,
.sponsorship-title strong,
.sponsorship-percent {
    color: #fff !important;
    font-size: 15px;
    margin: 0 0 6px;
    font-weight: 600;
}

.sponsorship-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    margin: 0 0 12px;
    line-height: 1.5;
}

.sponsorship-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.sponsorship-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #fff;
    cursor: pointer;
    flex-shrink: 0;
}

.sponsorship-check-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/* Opciones de patrocinio con imagen */
.sponsorship-options-wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.3);
    align-items: center;
}

.sponsorship-option-card {
    cursor: pointer;
    position: relative;
}

.sponsorship-option-card input[type="radio"] {
    display: none;
}

.sponsorship-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid rgba(255,255,255,0.4);
    border-radius: 10px;
    padding: 12px;
    background: rgba(255,255,255,0.15);
    min-width: 100px;
    max-width: 120px;
    transition: all 0.2s ease;
    text-align: center;
}

.sponsorship-option-card:hover .sponsorship-card-inner {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.7);
}

.sponsorship-option-card input[type="radio"]:checked + .sponsorship-card-inner {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.sponsorship-card-inner img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 8px;
    border-radius: 6px;
}

.sponsorship-card-label {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1.3;
}

.sponsorship-option-card input[type="radio"]:checked + .sponsorship-card-inner .sponsorship-card-label {
    color: #444;
}

/* CAMBIO PUNTO 2: badge de descuento con "Dto." */
.sponsorship-card-discount {
    font-size: 13px;
    font-weight: 800;
    color: rgba(255,255,255,0.9);
    background: rgba(0,0,0,0.15);
    border-radius: 20px;
    padding: 2px 10px;
    margin-top: 4px;
    white-space: nowrap;
}

.sponsorship-option-card input[type="radio"]:checked + .sponsorship-card-inner .sponsorship-card-discount {
    color: #fff;
    background: #8dc63f;
}

/* CAMBIO PUNTO 3: imagen de marca a la derecha del wrapper */
.sponsorship-brand-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
}

.sponsorship-brand-image img {
    max-width: 160px;
    max-height: 160px;
    object-fit: contain;
    border-radius: 8px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.15));
}

/* -------------------------------------------------------
   Mini carrito Premium Addons — normalizar desglose
------------------------------------------------------- */
.pa-woo-mc__content-wrapper .variation {
    margin-top: 8px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 6px;
    align-items: baseline;
}

.pa-woo-mc__content-wrapper .variation dt {
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    color: #444 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap;
}

.pa-woo-mc__content-wrapper .variation dd {
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #555 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pa-woo-mc__content-wrapper .variation dd p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.pa-woo-mc__content-wrapper .elementor-menu-cart__product-name a {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    display: block;
    margin-bottom: 4px;
}

.pa-woo-mc__content-wrapper .elementor-menu-cart__product-price {
    font-size: 13px !important;
    font-weight: 600 !important;
}