/* Expresní produkt – Potisk do 24h */
.express24h-page {
    --express-pink: #ff00a8;
    --express-green: #59c96d;
    --express-green-dark: #239742;
    --express-soft-green: #f2fff5;
    --express-soft-blue: #eef8ff;
    --express-border: #d7eadf;
}

.express24h-page .tf-main-product .container {
    max-width: 1220px;
}

.express24h-page .tf-product-media-wrap {
    top: 90px;
}

.express24h-page .express-product-card {
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
}

.express-hero-box {
    margin: 16px 16px 8px;
    padding: 18px 20px;
    border-radius: 15px;
    background: linear-gradient(135deg, #f1fff5 0%, #ffffff 56%, #fff2fb 100%);
    border: 1px solid var(--express-border);
}

.express-hero-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 8px;
    border-radius: 999px;
    background: var(--express-pink);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.express-hero-title {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 800;
    color: #111;
    margin-bottom: 8px;
}

.express-hero-text {
    font-size: 15px;
    line-height: 1.45;
    color: #333;
}

.express-hero-note {
    margin-top: 10px;
    padding: 9px 12px;
    border-radius: 10px;
    background: rgba(89,201,109,.12);
    color: #155b26;
    font-size: 13px;
    font-weight: 700;
}

.express-discount-note {
    margin: 10px 16px 4px;
    font-size: 12px;
    text-align: center;
    color: #555;
}

.express24h-page .express-discount-inline {
    margin: 0 16px;
}

.express24h-page .card-body {
    padding-top: 18px;
}

.express24h-page .tf-product-info-name {
    display: block;
}

.express-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 10px;
}

.express-title-row .name {
    margin: 0;
    font-size: 27px;
    line-height: 1.18;
}

.express-stock-badge {
    flex: 0 0 auto;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    background: var(--express-pink) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .04em;
    white-space: nowrap;
}

.express24h-page .tf-product-info-price .price-on-sale {
    margin-bottom: 4px;
}

.express24h-page .tf-product-info-price small.littlebig {
    font-size: 16px;
}

.express24h-page .tf-product-info-price small.littlebig span:not(.text-black):not(.prodprice) {
    color: var(--express-pink);
    font-size: 19px;
    font-weight: 800;
}

.express-color-values {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px !important;
}

.express-color-option {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 8px 11px !important;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
    color: #111;
    text-decoration: none;
    transition: all .18s ease;
}

.express-color-option:hover,
.express-color-option.checked {
    border-color: var(--express-green);
    box-shadow: 0 8px 22px rgba(89,201,109,.16);
    transform: translateY(-1px);
}

.express-color-option.checked {
    background: var(--express-soft-green);
}

.express-color-swatch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
}

.express-color-swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.express-color-name {
    font-size: 14px;
    font-weight: 700;
}

.express24h-page .size-quantities {
    gap: 10px !important;
}

.express24h-page .size-row .size-btn {
    border-radius: 10px;
}

.express24h-page .celkschoos,
.express24h-page .celprice {
    color: var(--express-pink);
    font-weight: 800;
}

.express24h-page .btn-add-to-cart.dokosiku {
    min-height: 52px;
    border-radius: 999px;
    background: var(--express-green) !important;
    border-color: var(--express-green) !important;
    box-shadow: 0 10px 24px rgba(89,201,109,.24);
    letter-spacing: .04em;
}

.express24h-page .btn-add-to-cart.dokosiku:hover {
    background: var(--express-green-dark) !important;
    border-color: var(--express-green-dark) !important;
    transform: translateY(-1px);
}

.express24h-page .detailprodtab {
    background: var(--express-soft-blue);
    border-radius: 12px;
}

.express24h-page .tf-product-info-help {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.express24h-page .features-block {
    margin-top: 44px;
}

.express24h-page .features-inner {
    border-radius: 18px;
    border: 1px solid #bad0dc;
    box-shadow: 0 12px 30px rgba(0,0,0,.05);
}

@media (min-width: 992px) {
    .express24h-page .row > .col-md-6:first-child {
        width: 54%;
    }

    .express24h-page .row > .col-md-6:nth-child(2) {
        width: 46%;
    }
}

@media (max-width: 767px) {
    .express-hero-box {
        margin: 12px 12px 6px;
        padding: 15px;
    }

    .express-hero-title {
        font-size: 19px;
    }

    .express-title-row {
        display: block;
    }

    .express-stock-badge {
        display: inline-flex;
        margin-top: 8px;
    }

    .express-color-values {
        grid-template-columns: 1fr;
    }
}

/* širší pravý produktový panel */
.product-detail-right,
.detail-right,
.product-info,
.product-config {
    max-width: 430px;
}

/* menší express box */
.express24-box {
    padding: 14px 16px;
    margin-bottom: 18px;
}

.express24-box h2,
.express24-title {
    font-size: 20px;
    line-height: 1.25;
}

.express24-box p,
.express24-text {
    font-size: 14px;
    line-height: 1.45;
}

/* barvy */
.express24-color-options {
    display: flex;
    gap: 12px;
    margin: 8px 0 20px;
}

.express24-color-option {
    min-width: 74px;
    min-height: 54px;
    padding: 8px 10px;
    border-radius: 10px;
}

.express24-color-option span {
    font-size: 13px;
    font-weight: 600;
}

/* CTA */
.btn-add-cart,
.add-to-cart,
button[type="submit"].add-cart {
    min-height: 48px;
    font-size: 14px;
    font-weight: 700;
}

.express-color-picker {
    margin: 16px 0 22px;
}

.express-color-label {
    font-size: 14px;
    font-weight: 600;
}

.express-color-values {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.express-color-option {
    display: flex;
    align-items: center;
    gap: 10px;

    min-width: 128px;
    padding: 10px 12px;

    border: 2px solid #e5e5e5;
    border-radius: 14px;

    background: #fff;
    color: #111;
    text-decoration: none;

    transition: all .18s ease;
}

.express-color-option:hover {
    border-color: #ff00a8;
    text-decoration: none;
}

.express-color-option.checked {
    border-color: #59c36a;
    background: #f4fff6;
}

.express-color-swatch {
    width: 28px;
    height: 28px;
    min-width: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    border: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
}

.express-color-swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.express-color-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.express-color-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.express-color-status {
    font-size: 11px;
    font-weight: 600;
    color: #777;
    line-height: 1.1;
}

.express-color-option.checked .express-color-status {
    color: #36a952;
}
