﻿:root {
    --navy: #071b3a;
    --navy-2: #0b2855;
    --blue: #0868e8;
    --blue-2: #0558c9;
    --light-blue: #eaf3ff;
    --red: #e32636;
    --green: #118c4f;
    --orange: #f59e0b;
    --text: #172033;
    --muted: #6d7789;
    --line: #e3e8ef;
    --surface: #f5f7fa;
    --white: #ffffff;
    --shadow: 0 12px 35px rgba(15, 36, 68, .08);
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    color: var(--text);
    background: var(--white);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.shell {
    width: min(1240px, calc(100% - 36px));
    margin: 0 auto;
}

.utility-bar {
    background: #04142d;
    color: #b8c6dc;
    font-size: 12px;
}

.utility-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.utility-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.utility-links a:hover {
    color: white;
}

.main-header {
    background: var(--navy);
    color: white;
}

.header-inner {
    min-height: 86px;
    display: grid;
    grid-template-columns: 240px 1fr auto;
    align-items: center;
    gap: 28px;
}

.gestgoSiteBrand {
    display: flex;
    align-items: center;
    gap: 11px;
}

.brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: var(--blue);
    font-size: 25px;
    font-weight: 900;
}

.gestgoSiteBrand strong {
    display: block;
    font-size: 25px;
    line-height: 24px;
}

.gestgoSiteBrand small {
    display: block;
    margin-top: 4px;
    color: #8fa9ce;
    letter-spacing: 3px;
    font-size: 9px;
}

.header-search {
    height: 48px;
    display: flex;
    background: white;
    border-radius: 24px;
    overflow: hidden;
}

.header-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: none;
    padding: 0 22px;
    color: #172033;
}

.header-search button {
    width: 58px;
    border: 0;
    background: white;
    color: var(--blue);
    font-size: 26px;
    cursor: pointer;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-action {
    display: flex;
    align-items: center;
    gap: 9px;
    position: relative;
}

.action-copy small,
.action-copy strong {
    display: block;
}

.action-copy small {
    color: #aebed5;
    font-size: 11px;
}

.action-copy strong {
    font-size: 13px;
}

.cart-count {
    position: absolute;
    right: -11px;
    top: -11px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: var(--blue);
    font-size: 10px;
}

.category-nav {
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
}

.nav-inner {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 27px;
    font-size: 13px;
    font-weight: 700;
}

.nav-inner a:hover {
    color: var(--blue);
}

.categories-button {
    padding-right: 25px;
    border-right: 1px solid var(--line);
}

.offer-nav {
    color: var(--red);
}

.admin-nav {
    margin-left: auto;
    color: var(--blue);
}

.hero {
    background:
        radial-gradient(circle at 82% 45%, #124d99 0, transparent 28%),
        linear-gradient(115deg, #061832, #0a2b59);
    color: white;
}

.hero-grid {
    min-height: 440px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: 70px;
    padding-top: 55px;
    padding-bottom: 55px;
}

.hero-eyebrow,
.section-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
}

.hero-eyebrow {
    color: #62a5ff;
}

.section-kicker.red {
    color: var(--red);
}

.hero h1 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(40px, 5vw, 67px);
    line-height: .98;
    letter-spacing: -2.5px;
}

.hero h1 span {
    display: block;
    color: #5da5ff;
}

.hero-copy > p {
    max-width: 620px;
    margin: 25px 0;
    color: #b9c9df;
    font-size: 18px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-primary-gestgo,
.btn-secondary-gestgo {
    min-height: 50px;
    padding: 0 25px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.btn-primary-gestgo {
    background: var(--blue);
    color: white;
}

.btn-primary-gestgo:hover {
    background: var(--blue-2);
    color: white;
}

.btn-secondary-gestgo {
    border: 1px solid rgba(255,255,255,.25);
    color: white;
}

.hero-visual {
    display: grid;
    gap: 13px;
}

.hero-card {
    padding: 22px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(8px);
}

.hero-icon {
    margin-right: 10px;
    font-size: 22px;
}

.hero-card strong {
    font-size: 16px;
}

.hero-card small {
    display: block;
    margin: 8px 0 0 38px;
    color: #b7c8df;
}

.trust-strip {
    border-bottom: 1px solid var(--line);
}

.trust-grid {
    min-height: 84px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.trust-grid > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 24px;
    border-right: 1px solid var(--line);
}

.trust-grid > div:first-child {
    padding-left: 0;
}

.trust-grid > div:last-child {
    border-right: 0;
}

.trust-grid b {
    color: var(--blue);
    font-size: 20px;
}

.trust-grid strong,
.trust-grid small {
    display: block;
}

.trust-grid strong {
    font-size: 13px;
}

.trust-grid small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 11px;
}

.home-section {
    padding: 72px 0;
}

.offers-section {
    background: var(--surface);
}

.section-heading {
    margin-bottom: 30px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.section-heading h2 {
    margin: 0;
    font-size: 32px;
    letter-spacing: -1px;
}

.section-heading > a {
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.category-card {
    min-height: 225px;
    padding: 27px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: white;
    transition: .2s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    border-color: #b9d4f7;
    box-shadow: var(--shadow);
}

.category-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 25px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--light-blue);
    color: var(--blue);
    font-size: 28px;
    font-weight: 900;
}

.category-card h3 {
    margin: 0 0 9px;
    font-size: 18px;
}

.category-card p {
    min-height: 43px;
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.category-card span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
}

.category-all {
    background: #f7f9fc;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: white;
    transition: .2s ease;
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.product-image {
    height: 210px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #f7f8fa;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}

.image-placeholder {
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e9edf3;
    color: #7c8798;
    font-size: 45px;
}

.offer-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 6px 9px;
    border-radius: 5px;
    background: var(--red);
    color: white;
    font-size: 10px;
    font-weight: 900;
}

.product-body {
    padding: 18px;
}

.product-body small {
    color: var(--blue);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-body h3 {
    min-height: 42px;
    margin: 7px 0;
    font-size: 15px;
    line-height: 1.4;
}

.brand-name,
.sku {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 11px;
}

.price {
    display: block;
    margin-top: 15px;
    font-size: 24px;
}

.stock {
    display: block;
    margin: 8px 0 15px;
    font-size: 11px;
    font-weight: 800;
}

.stock.available {
    color: var(--green);
}

.stock.empty {
    color: var(--red);
}

.product-button {
    width: 100%;
    min-height: 40px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy);
    color: white;
    font-size: 12px;
    font-weight: 800;
}

.product-button:hover {
    background: var(--blue);
    color: white;
}

.empty-state {
    padding: 55px 25px;
    border: 1px dashed #cbd3df;
    border-radius: 14px;
    background: white;
    text-align: center;
}

.empty-state > span {
    display: block;
    margin-bottom: 10px;
    font-size: 42px;
}

.empty-state h3 {
    margin: 0 0 8px;
}

.empty-state p {
    max-width: 600px;
    margin: 0 auto 20px;
    color: var(--muted);
    line-height: 1.6;
}

.empty-state a {
    color: var(--blue);
    font-weight: 800;
}

.empty-state.compact {
    padding: 35px;
}

.catalog-header {
    padding: 45px 0;
    background: #f5f8fc;
    border-bottom: 1px solid var(--line);
}

.catalog-header h1 {
    margin: 0;
    font-size: 38px;
}

.catalog-header p {
    margin: 10px 0 0;
    color: var(--muted);
}

.catalog-section {
    padding: 40px 0 70px;
}

.catalog-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 35px;
}

.catalog-sidebar {
    align-self: start;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.catalog-sidebar h3 {
    margin: 0 0 16px;
    font-size: 16px;
}

.catalog-sidebar a {
    display: block;
    margin: 4px 0;
    padding: 10px 11px;
    border-radius: 7px;
    color: #596477;
    font-size: 13px;
}

.catalog-sidebar a.active,
.catalog-sidebar a:hover {
    background: var(--light-blue);
    color: var(--blue);
    font-weight: 800;
}

.catalog-sidebar .offer-filter {
    color: var(--red);
}

.catalog-search {
    margin-bottom: 25px;
    display: flex;
    gap: 8px;
}

.catalog-search input {
    flex: 1;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    outline: none;
}

.catalog-search input:focus {
    border-color: var(--blue);
}

.catalog-search button {
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: var(--blue);
    color: white;
    font-weight: 800;
}

.pagination-gestgo {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pagination-gestgo a {
    padding: 10px 15px;
    border: 1px solid var(--line);
    border-radius: 7px;
    color: var(--blue);
    font-weight: 800;
}

.pagination-gestgo span {
    color: var(--muted);
    font-size: 13px;
}

.product-detail-section {
    padding: 35px 0 80px;
}

.breadcrumb-gestgo {
    margin-bottom: 30px;
    display: flex;
    gap: 9px;
    color: var(--muted);
    font-size: 12px;
}

.breadcrumb-gestgo a {
    color: var(--blue);
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.detail-image {
    min-height: 500px;
    border: 1px solid var(--line);
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: #fafbfc;
    overflow: hidden;
}

.detail-image img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    padding: 25px;
}

.detail-placeholder {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e9edf3;
    color: #8792a3;
    font-size: 85px;
}

.detail-category {
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.detail-info h1 {
    margin: 10px 0 12px;
    font-size: 38px;
    line-height: 1.1;
}

.detail-sku,
.detail-line {
    margin: 7px 0;
    color: var(--muted);
    font-size: 13px;
}

.detail-price {
    margin: 25px 0 10px;
    font-size: 40px;
    font-weight: 900;
}

.detail-stock {
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: 900;
}

.detail-stock.ok {
    color: var(--green);
}

.detail-stock.no {
    color: var(--red);
}

.detail-description {
    color: #556174;
    line-height: 1.7;
}

.compatibility,
.variants {
    margin-top: 25px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.compatibility p {
    margin: 8px 0 0;
    color: var(--muted);
}

.variant-row {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 15px;
    font-size: 13px;
}

.purchase-box {
    margin-top: 25px;
    padding: 20px;
    border-radius: 12px;
    background: var(--surface);
}

.purchase-box label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
}

.purchase-box input {
    width: 110px;
    height: 45px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 7px;
}

.add-cart-button {
    min-height: 45px;
    margin-left: 8px;
    padding: 0 25px;
    border: 0;
    border-radius: 7px;
    background: var(--blue);
    color: white;
    font-weight: 900;
}

.admin-page {
    min-height: 800px;
    padding: 45px 0 80px;
    background: #f4f6f9;
}

.admin-heading {
    margin-bottom: 25px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.admin-heading h1 {
    margin: 0;
    font-size: 34px;
}

.admin-heading p {
    margin: 8px 0 0;
    color: var(--muted);
}

.back-store {
    color: var(--blue);
    font-weight: 800;
}

.admin-message {
    margin-bottom: 20px;
    padding: 14px 18px;
    border: 1px solid #b9d9c7;
    border-radius: 8px;
    background: #eaf8f0;
    color: #17653b;
    font-size: 13px;
    font-weight: 700;
}

.stats-grid {
    margin-bottom: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.stat-card {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: white;
}

.stat-card span {
    display: block;
    color: var(--muted);
    font-size: 12px;
}

.stat-card strong {
    display: block;
    margin-top: 8px;
    font-size: 30px;
}

.admin-grid {
    display: grid;
    gap: 22px;
}

.admin-card {
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: white;
}

.admin-card-title {
    margin-bottom: 22px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.admin-card-title h2 {
    margin: 0;
    font-size: 22px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.product-form label {
    color: #4c5768;
    font-size: 12px;
    font-weight: 700;
}

.product-form input,
.product-form select,
.product-form textarea {
    width: 100%;
    margin-top: 7px;
    padding: 11px 12px;
    border: 1px solid #d7dde6;
    border-radius: 7px;
    outline: none;
    background: white;
}

.product-form input:focus,
.product-form select:focus,
.product-form textarea:focus {
    border-color: var(--blue);
}

.form-wide {
    grid-column: 1 / -1;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-row input {
    width: auto;
    margin: 0;
}

.admin-primary-button {
    min-height: 45px;
    margin-top: 20px;
    padding: 0 24px;
    border: 0;
    border-radius: 7px;
    background: var(--blue);
    color: white;
    font-weight: 900;
}

.admin-search {
    display: flex;
}

.admin-search input {
    width: 260px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 6px 0 0 6px;
}

.admin-search button {
    border: 0;
    padding: 0 14px;
    border-radius: 0 6px 6px 0;
    background: var(--navy);
    color: white;
}

.admin-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.admin-table th {
    padding: 12px;
    border-bottom: 2px solid var(--line);
    color: #687386;
    text-align: left;
    white-space: nowrap;
}

.admin-table td {
    padding: 13px 12px;
    border-bottom: 1px solid var(--line);
    vertical-align: middle;
}

.admin-product-name strong,
.admin-product-name small {
    display: block;
}

.admin-product-name small {
    margin-top: 3px;
    color: var(--muted);
}

.nowrap {
    white-space: nowrap;
}

.stock-pill,
.status-pill {
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 900;
}

.stock-pill {
    background: #edf7f1;
    color: var(--green);
}

.stock-pill.low {
    background: #fff1e6;
    color: #bd5c00;
}

.status-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.status-pill.active {
    background: #e9f8f0;
    color: var(--green);
}

.status-pill.inactive {
    background: #f0f1f3;
    color: #747d8b;
}

.status-pill.offer {
    background: #ffeaec;
    color: var(--red);
}

.table-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.table-actions form {
    margin: 0;
}

.table-actions a,
.table-actions button {
    padding: 6px 8px;
    border: 1px solid #dce2ea;
    border-radius: 5px;
    background: white;
    color: #3f4b5e;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
}

.table-actions a:hover,
.table-actions button:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.table-actions .danger-action {
    color: var(--red);
}

.site-footer {
    padding-top: 55px;
    background: #06172f;
    color: #b5c1d2;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 45px;
    padding-bottom: 45px;
}

.footer-brand {
    margin-bottom: 12px;
    color: white;
    font-size: 25px;
    font-weight: 900;
}

.footer-grid h4 {
    margin: 0 0 15px;
    color: white;
    font-size: 14px;
}

.footer-grid p,
.footer-grid a {
    display: block;
    margin: 8px 0;
    color: #9dacc1;
    font-size: 12px;
    line-height: 1.6;
}

.footer-grid a:hover {
    color: white;
}

.footer-bottom {
    padding: 18px;
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
    color: #7e90a8;
    font-size: 11px;
}

@media (max-width: 1050px) {

    .header-inner {
        grid-template-columns: auto 1fr;
    }

    .header-search {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-bottom: 15px;
    }

    .header-actions {
        justify-self: end;
    }

    .nav-inner {
        overflow-x: auto;
        white-space: nowrap;
    }

    .product-grid,
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-visual {
        grid-template-columns: repeat(3, 1fr);
    }

    .form-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {

    .shell {
        width: min(100% - 24px, 1240px);
    }

    .utility-inner {
        justify-content: center;
    }

    .utility-links {
        display: none;
    }

    .header-inner {
        min-height: auto;
        padding-top: 15px;
    }

    .gestgoSiteBrand strong {
        font-size: 21px;
    }

    .action-copy {
        display: none;
    }

    .header-actions {
        gap: 15px;
    }

    .nav-inner {
        gap: 20px;
    }

    .admin-nav {
        margin-left: 0;
    }

    .hero-grid {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-copy > p {
        font-size: 15px;
    }

    .hero-visual {
        grid-template-columns: 1fr;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-grid > div {
        min-height: 70px;
        padding: 10px;
        border-bottom: 1px solid var(--line);
    }

    .home-section {
        padding: 50px 0;
    }

    .category-grid,
    .product-grid {
        grid-template-columns: 1fr;
    }

    .section-heading {
        align-items: start;
        flex-direction: column;
    }

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

    .catalog-sidebar {
        display: flex;
        gap: 5px;
        overflow-x: auto;
    }

    .catalog-sidebar h3,
    .catalog-sidebar hr {
        display: none;
    }

    .catalog-sidebar a {
        white-space: nowrap;
    }

    .product-detail-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .detail-image {
        min-height: 320px;
    }

    .detail-image img {
        height: 320px;
    }

    .detail-info h1 {
        font-size: 30px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .admin-heading,
    .admin-card-title {
        align-items: start;
        flex-direction: column;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-wide {
        grid-column: auto;
    }

    .admin-search {
        width: 100%;
    }

    .admin-search input {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {

    .hero h1 {
        font-size: 35px;
    }

    .trust-grid,
    .stats-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .trust-grid > div {
        border-right: 0;
    }

    .catalog-search {
        flex-direction: column;
    }

    .catalog-search button {
        min-height: 44px;
    }

    .purchase-box input {
        width: 100%;
    }

    .add-cart-button {
        width: 100%;
        margin: 8px 0 0;
    }
}

/* ==========================================================
   GESTGO - LEGIBILIDAD GENERAL
   ========================================================== */

html {
    font-size: 17px;
}

body {
    font-size: 16px;
}

input,
select,
textarea,
button {
    font-size: 16px;
}


/* ==========================================================
   GESTGO - VOLVER
   ========================================================== */

.gestgo-back-wrap {
    margin-bottom: 18px;
}

.gestgo-back-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    min-height: 42px;
    padding: 8px 16px;

    border: 1px solid #cbd9e8;
    border-radius: 10px;

    background: #ffffff;
    color: #073b61;

    font-size: 16px;
    font-weight: 800;

    cursor: pointer;

    transition:
        background .15s ease,
        border-color .15s ease,
        transform .15s ease;
}

.gestgo-back-button:hover {
    background: #f1f7fc;
    border-color: #9ebbd4;
    transform: translateX(-2px);
}

.gestgo-back-arrow {
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
}


/* Badge carrito */

[data-cart-count],
.cart-count,
.cart-counter,
.carrito-count,
.cart-badge,
.badge-cart,
.gestgo-cart-count {
    font-weight: 800;
}


/* ==========================================================
   GESTGO - CONFIRMACION FINAL DE PEDIDO
   ========================================================== */

.confirmedTrackingInfo{
    margin-top:20px;
    padding:15px;

    border:1px solid #d8e7f1;
    border-radius:9px;

    background:#f1f8fd;

    text-align:left;
}

.confirmedTrackingInfo strong{
    display:block;

    color:#123c55;

    font-size:14px;
}

.confirmedTrackingInfo p{
    margin:5px 0 0;

    color:#657e8f;

    font-size:12px;
    line-height:1.5;
}

.confirmedActionsFinal{
    margin-top:16px;

    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.confirmedActionsFinal > a{
    min-height:45px;

    display:flex;
    align-items:center;
    justify-content:center;
}

@media(max-width:620px){

    .confirmedActionsFinal{
        grid-template-columns:1fr;
    }
}


/* ==========================================================
   BADGE CARRITO REAL
   ========================================================== */

.cart-count{
    min-width:22px;
    height:22px;

    padding:0 6px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:999px;

    font-size:11px;
    font-weight:900;
}


/* ==========================================================
   GESTGO - LOGO PUBLICO AISLADO
   Evita conflictos con clases .brand de productos/admin
   ========================================================== */

.gestgoSiteBrand{
    display:flex;
    align-items:center;
    gap:11px;
    color:white;
    text-decoration:none;
    min-width:0;
}

.gestgoSiteBrand:hover,
.gestgoSiteBrand:focus{
    color:white;
    text-decoration:none;
}

.gestgoSiteBrand strong{
    display:block;
    font-size:25px;
    line-height:24px;
    font-weight:800;
    color:white;
}

.gestgoSiteBrand small{
    display:block;
    margin-top:4px;
    color:#8fa9ce;
    letter-spacing:3px;
    font-size:9px;
}

/* GESTGO - BOTONES CATALOGO NO CORTAR */
.productCard button,
.product-card button{
    box-sizing:border-box;
}

.productCard,
.productCard *,
.product-card,
.product-card *{
    box-sizing:border-box;
}

