/* ============================================
   WOOCOMMERCE STYLES - TRI SIXTY
   ============================================ */

/* ============================================
   SINGLE PRODUCT PAGE
   ============================================ */

.trisixty-product-wrapper {
    background: var(--bg-dark);
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 80px;
}

/* Breadcrumb */
.woocommerce-breadcrumb {
    font-size: 14px;
    color: var(--text-gray);
    margin-bottom: 30px;
    padding: 0 40px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-breadcrumb a {
    color: var(--text-gray);
    transition: color 0.3s ease;
}

.woocommerce-breadcrumb a:hover {
    color: var(--primary-orange);
}

.trisixty-single-product {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.trisixty-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    gap: 60px;
    align-items: start;
    max-width: 100%;
}

/* Gallery Column */
.trisixty-product-gallery-column {
    position: sticky;
    top: 120px;
}

.trisixty-product-gallery-column .woocommerce-product-gallery {
    margin: 0;
}

.trisixty-product-gallery-column .woocommerce-product-gallery__image img {
    width: 100%;
    max-height: 500px;
    border-radius: 20px;
    object-fit: cover;
}

/* Galería de thumbnails */
.woocommerce-product-gallery__wrapper {
    margin-bottom: 16px;
}

.flex-control-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.flex-control-thumbs li {
    flex: 0 0 calc(25% - 9px);
    max-width: calc(25% - 9px);
}

.flex-control-thumbs img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.flex-control-thumbs li:hover img,
.flex-control-thumbs li.flex-active img {
    opacity: 1;
    border-color: var(--primary-orange);
}

/* Info Column */
.trisixty-product-info-column {
    padding: 20px 0;
    max-width: 100%;
    overflow: hidden;
}

.trisixty-product-title {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 20px;
    color: var(--text-white);
}

.trisixty-product-title .highlight {
    color: var(--primary-orange);
}

.trisixty-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.trisixty-product-rating .star-rating {
    font-size: 18px;
}

.trisixty-rating-count {
    color: var(--text-gray);
    font-size: 14px;
}

.trisixty-product-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 30px;
}

/* Features Grid */
.trisixty-product-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
}

.trisixty-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.trisixty-feature-item i {
    font-size: 24px;
    color: var(--primary-orange);
}

.trisixty-feature-item div {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.trisixty-feature-item strong {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--text-white);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trisixty-feature-item span {
    font-size: 13px;
    color: var(--text-gray);
}

/* Variation Sections */
.trisixty-variation-section {
    margin-bottom: 32px;
    width: 100%;
    clear: both;
}

.trisixty-section-title {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-white);
    margin-bottom: 16px;
    text-transform: uppercase;
}

.trisixty-variation-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.trisixty-variation-badge {
    min-width: 100px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    color: var(--text-white);
    font-family: var(--font-heading);
}

.trisixty-variation-badge:hover {
    border-color: var(--primary-orange);
    background: rgba(232, 78, 50, 0.1);
}

.trisixty-variation-badge.active {
    border-color: var(--primary-orange);
    background: rgba(232, 78, 50, 0.15);
}

.trisixty-variation-badge .badge-number {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}

.trisixty-variation-badge .badge-label {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    color: var(--text-gray);
}

/* Badge genérico para cualquier atributo */
.trisixty-generic-badge {
    min-width: 120px;
    padding: 14px 24px;
}

.trisixty-generic-badge .badge-text {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Duration Badges */
.trisixty-duration-badge {
    min-width: 180px;
    padding: 20px;
}

.trisixty-duration-badge .badge-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.trisixty-duration-badge .badge-duration {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.trisixty-duration-badge .badge-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-orange);
}

/* Add to Cart */
.trisixty-add-to-cart {
    width: 100%;
    max-width: 100%;
    padding: 18px 32px;
    background: var(--primary-orange);
    color: var(--text-white) !important;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 24px;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.trisixty-add-to-cart:hover:not(:disabled) {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232, 78, 50, 0.3);
}

.trisixty-add-to-cart:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Form wrapper para evitar que se extienda */
form.cart,
form.variations_form {
    width: 100%;
    max-width: 100%;
}

.trisixty-product-note {
    font-size: 13px;
    color: var(--text-gray);
    margin-top: 16px;
    text-align: center;
}

/* Product Tabs Wrapper */
.trisixty-product-tabs-wrapper {
    margin-top: 80px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 40px;
}

/* Ocultar productos relacionados por ahora */
.related.products,
.upsells.products {
    display: none;
}

.trisixty-product-tabs-wrapper .woocommerce-tabs {
    margin: 0;
}

.trisixty-product-tabs-wrapper .wc-tabs {
    display: flex;
    gap: 24px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 32px;
    padding: 0;
    list-style: none;
}

.trisixty-product-tabs-wrapper .wc-tabs li {
    margin: 0;
}

.trisixty-product-tabs-wrapper .wc-tabs li a {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-gray);
    padding: 16px 24px;
    display: block;
    border: none;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
}

.trisixty-product-tabs-wrapper .wc-tabs li.active a,
.trisixty-product-tabs-wrapper .wc-tabs li a:hover {
    color: var(--primary-orange);
}

.trisixty-product-tabs-wrapper .wc-tabs li.active a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--primary-orange);
}

.trisixty-product-tabs-wrapper .woocommerce-Tabs-panel {
    color: var(--text-gray);
    line-height: 1.8;
}

.trisixty-product-tabs-wrapper .woocommerce-Tabs-panel h2 {
    font-family: var(--font-heading);
    font-size: 24px;
    color: var(--text-white);
    margin-bottom: 16px;
}

.trisixty-product-tabs-wrapper .woocommerce-Tabs-panel p {
    margin-bottom: 16px;
}

/* Additional Information Table */
.trisixty-product-tabs-wrapper .shop_attributes {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.trisixty-product-tabs-wrapper .shop_attributes tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.trisixty-product-tabs-wrapper .shop_attributes tr:last-child {
    border-bottom: none;
}

.trisixty-product-tabs-wrapper .shop_attributes th {
    text-align: left;
    width: 40%;
    padding: 16px 20px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-white);
    vertical-align: top;
}

.trisixty-product-tabs-wrapper .shop_attributes td {
    text-align: left;
    width: 60%;
    padding: 16px 20px;
    font-size: 14px;
    color: var(--text-gray);
    vertical-align: top;
}

.trisixty-product-tabs-wrapper .shop_attributes td p {
    margin: 0;
}

/* Hide default WooCommerce elements */
.variations_form .variations {
    display: none;
}

.quantity {
    display: none;
}

/* ============================================
   CART PAGE
   ============================================ */

/* Hero Section */
.trisixty-cart-hero {
    background: linear-gradient(135deg, rgba(232, 78, 50, 0.1) 0%, rgba(10, 10, 10, 0.8) 100%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 400"><rect fill="%23181818" width="1920" height="400"/></svg>');
    background-size: cover;
    background-position: center;
    padding: 120px 40px 60px;
    margin-bottom: 60px;
    position: relative;
}

.trisixty-cart-hero-content {
    max-width: 1400px;
    margin: 0 auto;
}

.trisixty-cart-hero-title {
    font-family: var(--font-heading);
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.1;
    color: var(--text-white);
}

.trisixty-cart-hero-title .highlight {
    color: var(--primary-orange);
    font-style: italic;
}

.trisixty-cart-hero-subtitle {
    color: var(--text-gray);
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
}

/* Container */
.trisixty-cart-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px 80px;
}

.trisixty-cart-layout {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 48px;
    align-items: start;
}

/* Product Cards */
.trisixty-cart-products {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.trisixty-cart-product-card {
    display: grid;
    grid-template-columns: 100px 1fr auto auto auto auto;
    gap: 24px;
    align-items: center;
    padding: 24px;
    background: var(--bg-card);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.trisixty-cart-product-card:hover {
    border-color: rgba(232, 78, 50, 0.3);
    transform: translateY(-2px);
}

/* Image */
.trisixty-cart-product-image {
    width: 100px;
    height: 100px;
}

.trisixty-cart-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Info */
.trisixty-cart-product-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.trisixty-cart-product-name {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.trisixty-cart-product-name a {
    color: var(--text-white);
    transition: color 0.3s ease;
}

.trisixty-cart-product-name a:hover {
    color: var(--primary-orange);
}

.trisixty-cart-product-meta {
    font-size: 13px;
    color: var(--text-gray);
}

.trisixty-cart-product-meta .wc-item-meta {
    margin: 0;
}

.trisixty-cart-product-meta .wc-item-meta-label {
    font-weight: 600;
    color: var(--text-white);
}

/* Price */
.trisixty-cart-product-price {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-white);
    min-width: 120px;
    text-align: right;
}

/* Quantity */
.trisixty-cart-product-quantity {
    min-width: 140px;
}

.trisixty-cart-product-quantity .quantity {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.trisixty-cart-product-quantity input.qty {
    width: 70px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--text-white);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.trisixty-cart-product-quantity input.qty:focus {
    outline: none;
    border-color: var(--primary-orange);
}

/* Total */
.trisixty-cart-product-total {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-orange);
    min-width: 140px;
    text-align: right;
}

/* Remove */
.trisixty-cart-product-remove {
    min-width: 120px;
    text-align: right;
}

.trisixty-cart-product-remove a {
    color: var(--text-gray);
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.trisixty-cart-product-remove a:hover {
    color: var(--primary-orange);
}

/* Actions */
.trisixty-cart-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
}

.coupon {
    display: flex;
    gap: 12px;
    flex: 1;
    max-width: 400px;
}

.coupon input[type="text"] {
    flex: 1;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--text-white);
    font-size: 14px;
}

.coupon input[type="text"]:focus {
    outline: none;
    border-color: var(--primary-orange);
}

.coupon input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.trisixty-btn-coupon {
    padding: 14px 24px;
    background: var(--primary-orange);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.trisixty-btn-coupon:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
}

.trisixty-btn-update {
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-white);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.trisixty-btn-update:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.trisixty-continue-shopping {
    margin-top: 24px;
}

.trisixty-btn-continue {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: var(--text-white);
    font-weight: 600;
    transition: all 0.3s ease;
}

.trisixty-btn-continue:hover {
    border-color: var(--primary-orange);
    color: var(--primary-orange);
}

/* Cart Sidebar - Resumen */
.trisixty-cart-sidebar {
    position: sticky;
    top: 120px;
}

.cart_totals {
    background: var(--bg-card);
    padding: 32px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cart_totals h2 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: 1px;
    color: var(--text-white);
}

.cart_totals table {
    width: 100%;
    margin-bottom: 24px;
}

.cart_totals th,
.cart_totals td {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
}

.cart_totals th {
    text-align: left;
    font-weight: 400;
    color: var(--text-gray);
}

.cart_totals td {
    text-align: right;
    font-weight: 600;
    color: var(--text-white);
}

.cart_totals .order-total {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.cart_totals .order-total th {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-white);
    text-transform: uppercase;
    padding-top: 20px;
}

.cart_totals .order-total td {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-orange);
    padding-top: 20px;
}

.wc-proceed-to-checkout {
    margin-top: 24px;
}

.checkout-button {
    width: 100%;
    padding: 18px 32px;
    background: var(--primary-orange);
    color: var(--text-white) !important;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.checkout-button:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232, 78, 50, 0.3);
}

/* Aplicar cupón discount */
.cart-discount {
    color: #1DDDBF !important;
}

/* Shipping - Ocultar completamente */
.woocommerce-shipping-methods,
.shipping,
tr.shipping,
.woocommerce-shipping-calculator,
#shipping_method,
.cart-shipping,
.order-shipping,
.woocommerce-shipping-totals,
.shipping-calculator-form,
.shipping-calculator-button {
    display: none !important;
}

/* ============================================
   MY ACCOUNT / MI CUENTA PAGE
   ============================================ */

/* Account Page Wrapper */
.woocommerce-account .woocommerce {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 40px 80px;
}

/* Account Navigation + Content Layout */
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: var(--bg-card);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 16px 20px;
    color: var(--text-gray);
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-white);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: var(--primary-orange);
    color: var(--text-white);
    font-weight: 600;
}

/* Account Content */
.woocommerce-account .woocommerce-MyAccount-content {
    background: var(--bg-card);
    border-radius: 16px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-family: var(--font-heading);
    color: var(--text-white);
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 16px;
}

/* Dashboard */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message {
    background: rgba(29, 221, 191, 0.1);
    border-left: 4px solid #1DDDBF;
    padding: 16px 20px;
    border-radius: 8px;
    color: var(--text-white);
    margin-bottom: 24px;
}

/* Orders Table */
.woocommerce-account .woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
}

.woocommerce-account .woocommerce-orders-table thead {
    background: rgba(255, 255, 255, 0.05);
}

.woocommerce-account .woocommerce-orders-table th {
    padding: 16px;
    text-align: left;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-white);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-account .woocommerce-orders-table td {
    padding: 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-gray);
}

.woocommerce-account .woocommerce-orders-table tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

.woocommerce-account .woocommerce-orders-table a {
    color: var(--primary-orange);
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-account .woocommerce-orders-table a:hover {
    color: var(--primary-hover);
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button {
    padding: 8px 16px;
    background: var(--primary-orange);
    color: var(--text-white);
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button:hover {
    background: var(--primary-hover);
    transform: translateY(-1px);
}

/* Order Details */
.woocommerce-order-details {
    background: rgba(255, 255, 255, 0.03);
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.woocommerce-order-details__title {
    font-family: var(--font-heading);
    color: var(--text-white);
    text-transform: uppercase;
    margin-bottom: 16px;
}

.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-table--order-details th {
    text-align: left;
    color: var(--text-white);
    font-weight: 600;
}

.woocommerce-table--order-details td {
    color: var(--text-gray);
}

/* Addresses */
.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.woocommerce-account .woocommerce-Address {
    background: rgba(255, 255, 255, 0.03);
    padding: 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-account .woocommerce-Address-title h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

.woocommerce-account .woocommerce-Address address {
    color: var(--text-gray);
    font-style: normal;
    line-height: 1.8;
    margin-bottom: 16px;
}

.woocommerce-account .woocommerce-Address .edit {
    color: var(--primary-orange);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.woocommerce-account .woocommerce-Address .edit:hover {
    color: var(--primary-hover);
}

/* Forms - Account Details, Edit Address */
.woocommerce-account .woocommerce-form-row {
    margin-bottom: 24px;
}

.woocommerce-account .woocommerce-form-row label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-white);
    font-weight: 600;
    font-size: 14px;
}

.woocommerce-account .woocommerce-form-row .required {
    color: var(--primary-orange);
}

.woocommerce-account .woocommerce-Input,
.woocommerce-account .input-text,
.woocommerce-account select,
.woocommerce-account textarea {
    width: 100%;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--text-white);
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.woocommerce-account .woocommerce-Input:focus,
.woocommerce-account .input-text:focus,
.woocommerce-account select:focus,
.woocommerce-account textarea:focus {
    outline: none;
    border-color: var(--primary-orange);
}

.woocommerce-account .woocommerce-Input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/* Buttons */
.woocommerce-account .woocommerce-Button,
.woocommerce-account button[type="submit"],
.woocommerce-account .button {
    padding: 16px 32px;
    background: var(--primary-orange);
    color: var(--text-white);
    border: none;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account button[type="submit"]:hover,
.woocommerce-account .button:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232, 78, 50, 0.3);
}

/* Downloads */
.woocommerce-account .woocommerce-table--my-account-downloads {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-table--my-account-downloads th,
.woocommerce-account .woocommerce-table--my-account-downloads td {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-account .woocommerce-table--my-account-downloads th {
    text-align: left;
    color: var(--text-white);
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
}

/* Payment Methods */
.woocommerce-account .woocommerce-PaymentMethods {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-PaymentMethods th,
.woocommerce-account .woocommerce-PaymentMethods td {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-account .woocommerce-PaymentMethods th {
    text-align: left;
    color: var(--text-white);
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
}

/* Responsive - Account Page */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        padding: 100px 20px 60px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 24px;
    }

    .woocommerce-account .woocommerce-orders-table {
        font-size: 13px;
    }

    .woocommerce-account .woocommerce-orders-table th,
    .woocommerce-account .woocommerce-orders-table td {
        padding: 12px 8px;
    }
}

/* ============================================
   PRODUCT CATALOG / ARCHIVE
   ============================================ */

.trisixty-catalog-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 40px 80px;
    min-height: 100vh;
    background: var(--bg-dark);
}

.trisixty-catalog-hero {
    text-align: center;
    margin-bottom: 80px;
}

.trisixty-catalog-title {
    font-family: var(--font-heading);
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.1;
}

.trisixty-catalog-title .highlight {
    color: var(--primary-orange);
}

.trisixty-catalog-subtitle {
    font-size: 18px;
    color: var(--text-gray);
    max-width: 600px;
    margin: 0 auto;
}

.trisixty-catalog-filters {
    margin-bottom: 48px;
}

.trisixty-filters-title {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.trisixty-filter-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.trisixty-tab {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: var(--text-white);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.trisixty-tab:hover,
.trisixty-tab.active {
    background: var(--primary-orange);
    border-color: var(--primary-orange);
}

.trisixty-catalog-container {
    max-width: 100%;
}

.trisixty-catalog-container .products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Para 2 o menos productos, centrarlos */
.trisixty-catalog-container .products li:only-child {
    grid-column: 2 / 3;
}

.trisixty-catalog-container .products li:first-child:nth-last-child(2),
.trisixty-catalog-container .products li:first-child:nth-last-child(2) ~ li {
    grid-column: span 1;
}

/* Product Card */
.trisixty-product-card {
    position: relative;
    background: var(--bg-card);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.trisixty-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.trisixty-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 10;
}

.trisixty-badge-new {
    background: #1DDDBF;
    color: #0F0F0F;
}

.trisixty-badge-popular {
    background: var(--primary-orange);
    color: var(--text-white);
}

.trisixty-product-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.trisixty-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.trisixty-product-card:hover .trisixty-product-image img {
    transform: scale(1.05);
}

.trisixty-product-info {
    padding: 24px;
}

.trisixty-product-name {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.trisixty-product-name a {
    color: var(--text-white);
    transition: color 0.3s ease;
}

.trisixty-product-name a:hover {
    color: var(--primary-orange);
}

.trisixty-product-excerpt {
    font-size: 14px;
    color: var(--text-gray);
    margin-bottom: 16px;
    line-height: 1.6;
}

.trisixty-product-price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 20px;
}

.trisixty-product-price {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-orange);
}

.trisixty-product-unit {
    font-size: 14px;
    color: var(--text-gray);
}

.trisixty-btn-details {
    display: block;
    width: 100%;
    padding: 12px 24px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: var(--text-white);
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}

.trisixty-btn-details:hover {
    background: var(--primary-orange);
    border-color: var(--primary-orange);
}

/* Pagination */
.woocommerce-pagination {
    margin-top: 60px;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    gap: 8px;
    list-style: none;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: var(--text-white);
    font-weight: 600;
    transition: all 0.3s ease;
}

.woocommerce-pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers.current {
    background: var(--primary-orange);
    border-color: var(--primary-orange);
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Laptops y pantallas medianas (1024px - 1600px) */
@media (max-width: 1600px) {
    .trisixty-cart-container {
        padding: 0 20px 60px;
    }

    .trisixty-cart-layout {
        grid-template-columns: 1fr 380px;
        gap: 32px;
    }

    .trisixty-cart-product-card {
        grid-template-columns: 80px 1fr 90px 100px 110px 90px;
        gap: 12px;
        padding: 16px;
    }

    .trisixty-cart-product-image {
        width: 80px;
        height: 80px;
    }

    .trisixty-cart-product-name {
        font-size: 15px;
    }

    .trisixty-cart-product-price {
        font-size: 16px;
        min-width: 90px;
    }

    .trisixty-cart-product-quantity {
        min-width: 100px;
    }

    .trisixty-cart-product-total {
        font-size: 20px;
        min-width: 110px;
    }

    .trisixty-cart-product-remove {
        min-width: 90px;
    }

    .trisixty-cart-product-remove a {
        font-size: 12px;
    }

    /* Sidebar - Resumen del pedido */
    .cart_totals {
        padding: 24px;
    }

    .cart_totals h2 {
        font-size: 18px;
    }

    .cart_totals .order-total td {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    .trisixty-product-wrapper {
        padding-top: 120px;
    }

    .trisixty-product-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .trisixty-product-gallery-column {
        position: relative;
        top: 0;
    }

    .trisixty-product-gallery-column .woocommerce-product-gallery__image img {
        max-height: 400px;
    }

    .trisixty-cart-hero {
        padding: 100px 40px 50px;
    }

    .trisixty-cart-hero-title {
        font-size: 48px;
    }

    .trisixty-cart-layout {
        grid-template-columns: 1fr;
    }

    .trisixty-cart-product-card {
        grid-template-columns: 80px 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 16px;
    }

    .trisixty-cart-product-image {
        width: 80px;
        height: 80px;
        grid-row: 1 / 3;
    }

    .trisixty-cart-product-info {
        grid-column: 2;
        grid-row: 1;
    }

    .trisixty-cart-product-price {
        grid-column: 2;
        grid-row: 2;
        text-align: left;
        font-size: 18px;
    }

    .trisixty-cart-product-quantity {
        grid-column: 1 / 2;
        grid-row: 3;
    }

    .trisixty-cart-product-total {
        grid-column: 2 / 3;
        grid-row: 3;
        text-align: left;
        font-size: 20px;
    }

    .trisixty-cart-product-remove {
        grid-column: 1 / -1;
        grid-row: 4;
        text-align: center;
    }

    .trisixty-cart-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .coupon {
        max-width: 100%;
    }

    .trisixty-catalog-wrapper {
        padding: 100px 40px 60px;
    }

    .trisixty-catalog-container .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .trisixty-catalog-container .products li:only-child {
        grid-column: 1 / -1;
        max-width: 400px;
        margin: 0 auto;
    }

    .flex-control-thumbs li {
        flex: 0 0 calc(33.333% - 8px);
        max-width: calc(33.333% - 8px);
    }
}

@media (max-width: 768px) {
    .trisixty-product-wrapper {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .woocommerce-breadcrumb {
        padding: 0 20px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .trisixty-single-product {
        padding: 0 20px;
    }

    .trisixty-product-grid {
        gap: 30px;
    }

    .trisixty-product-features {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .trisixty-product-gallery-column .woocommerce-product-gallery__image img {
        max-height: 300px;
    }

    .flex-control-thumbs li {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    .flex-control-thumbs img {
        height: 60px;
    }

    .trisixty-catalog-wrapper {
        padding: 100px 20px 40px;
    }

    .trisixty-catalog-hero {
        margin-bottom: 50px;
    }

    .trisixty-catalog-title {
        font-size: 40px;
    }

    .trisixty-catalog-subtitle {
        font-size: 16px;
    }

    .trisixty-catalog-container .products {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .trisixty-catalog-container .products li:only-child {
        max-width: 100%;
    }

    .trisixty-product-title {
        font-size: 32px;
    }

    .trisixty-cart-hero {
        padding: 100px 20px 40px;
    }

    .trisixty-cart-hero-title {
        font-size: 36px;
    }

    .trisixty-cart-hero-subtitle {
        font-size: 15px;
    }

    .trisixty-cart-container {
        padding: 0 20px 60px;
    }

    .trisixty-cart-product-card {
        padding: 20px;
        gap: 12px;
    }

    .trisixty-cart-product-name {
        font-size: 16px;
    }

    .trisixty-cart-product-price {
        font-size: 16px;
    }

    .trisixty-cart-product-total {
        font-size: 18px;
    }

    .cart_totals {
        padding: 24px;
    }

    .cart_totals .order-total td {
        font-size: 28px;
    }

    .trisixty-variation-badge {
        padding: 16px 20px;
    }

    .trisixty-duration-badge {
        padding: 20px 24px;
    }
}

/* ============================================
   MY ACCOUNT / LOGIN & REGISTER PAGE
   ============================================ */

.trisixty-account-container {
    max-width: 600px;
    margin: 80px auto;
    padding: 0 40px;
}

.trisixty-account-header {
    text-align: center;
    margin-bottom: 48px;
}

.trisixty-account-title {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1.2;
}

.trisixty-account-title .highlight {
    color: var(--primary-orange);
    font-style: italic;
}

.trisixty-account-subtitle {
    color: var(--text-gray);
    font-size: 16px;
    line-height: 1.6;
}

/* Account Tabs */
.trisixty-account-tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    background: rgba(255, 255, 255, 0.03);
    padding: 8px;
    border-radius: 16px;
}

.trisixty-account-tabs .trisixty-tab {
    flex: 1;
    padding: 16px 24px;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 12px;
    color: var(--text-gray);
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.trisixty-account-tabs .trisixty-tab:hover {
    color: var(--text-white);
    background: rgba(255, 255, 255, 0.05);
}

.trisixty-account-tabs .trisixty-tab.active {
    background: var(--primary-orange);
    border-color: var(--primary-orange);
    color: var(--text-white);
}

/* Form Wrappers */
.trisixty-form-wrapper {
    display: none;
    background: var(--bg-card);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.trisixty-form-wrapper.active {
    display: block;
    animation: fadeInForm 0.3s ease;
}

@keyframes fadeInForm {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Groups */
.trisixty-form-group {
    margin-bottom: 24px;
}

.trisixty-form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-white);
    margin-bottom: 8px;
}

.trisixty-form-group label i {
    color: var(--primary-orange);
    font-size: 14px;
}

.trisixty-form-group label .required {
    color: var(--primary-orange);
    margin-left: 4px;
}

.trisixty-form-group input[type="text"],
.trisixty-form-group input[type="email"],
.trisixty-form-group input[type="password"] {
    width: 100%;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: var(--text-white);
    font-size: 15px;
    font-family: var(--font-body);
    transition: all 0.3s ease;
}

.trisixty-form-group input:focus {
    outline: none;
    border-color: var(--primary-orange);
    background: rgba(255, 255, 255, 0.08);
}

.trisixty-form-group input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* Form Footer */
.trisixty-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-gray);
    cursor: pointer;
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--primary-orange);
}

.trisixty-forgot-password {
    font-size: 13px;
    color: var(--primary-orange);
    font-weight: 500;
    transition: all 0.3s ease;
}

.trisixty-forgot-password:hover {
    color: var(--primary-hover);
    text-decoration: underline;
}

/* Submit Button */
.trisixty-btn-submit {
    width: 100%;
    padding: 18px 32px;
    background: var(--primary-orange);
    color: var(--text-white);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.trisixty-btn-submit:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232, 78, 50, 0.3);
}

/* Privacy Notice */
.trisixty-privacy-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 24px;
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.6;
}

.trisixty-privacy-notice i {
    color: var(--primary-orange);
    font-size: 16px;
    margin-top: 2px;
}

.trisixty-privacy-notice a {
    color: var(--primary-orange);
    text-decoration: underline;
}

.trisixty-privacy-notice a:hover {
    color: var(--primary-hover);
}

/* Auto Password Notice */
.trisixty-auto-password {
    padding: 16px;
    background: rgba(29, 221, 191, 0.1);
    border: 1px solid rgba(29, 221, 191, 0.3);
    border-radius: 12px;
    color: #1DDDBF;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 24px;
}

/* Error Messages */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
}

.woocommerce-error {
    background: rgba(232, 78, 50, 0.1);
    border: 1px solid rgba(232, 78, 50, 0.3);
    color: var(--primary-orange);
}

.woocommerce-message,
.woocommerce-info {
    background: rgba(29, 221, 191, 0.1);
    border: 1px solid rgba(29, 221, 191, 0.3);
    color: #1DDDBF;
}

/* Responsive */
@media (max-width: 768px) {
    .trisixty-account-container {
        padding: 0 20px;
        margin: 40px auto;
    }

    .trisixty-account-title {
        font-size: 36px;
    }

    .trisixty-form-wrapper {
        padding: 24px;
    }

    .trisixty-form-footer {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .trisixty-account-tabs .trisixty-tab {
        font-size: 12px;
        padding: 12px 16px;
    }
}
