/* Terms & Conditions of Sale page */

:root {
    --tc-navy: #173158;
    --tc-pink: #E83161;
    --tc-light: #F7F8F9;
    --tc-border: #EDEFF2;
    --tc-muted: #5D6F8A;
    --tc-text: #2C3E50;
}

/* ============================================================
   BANNER
   ============================================================ */
.tc-breadcrumb-section {
    padding-top: 0;
    padding-bottom: 0;
}


.tc-block-title {
    color: var(--tc-navy);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 22px;
}

.tc-banner-section .hero-split-wrap {
    max-width: 1630px;
    height: 400px !important;
}

.tc-banner-section .hero-split-left,
.tc-banner-section .hero-split-right {
    height: 400px !important;
    min-height: 0 !important;
}

.tc-banner-section .hero-split-right::before {
    background: #173158 !important;
    opacity: 0.2 !important;
}

@media (min-width: 1200px) {
    .tc-banner-section .hero-split-wrap {
        max-width: 1640px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        --bs-gutter-x: 0 !important;
        gap: 10px !important;
    }

    .tc-banner-section .col-lg-8 {
        width: 1230px !important;
        flex: 0 0 1230px !important;
        max-width: 1230px !important;
    }

    .tc-banner-section .col-lg-4 {
        width: 400px !important;
        flex: 0 0 400px !important;
        max-width: 400px !important;
    }

    .tc-banner-section .hero-side-image {
        width: 400px !important;
        height: 400px !important;
        object-fit: cover !important;
    }
}

.tc-banner-section .tc-banner-left {
    overflow: hidden;
    padding: 50px 70px;
}

.tc-banner-section .hero-split-left h1 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 1rem;
}

.tc-banner-section .tc-banner-desc-box {
    width: 676px;
    max-width: 100%;
    height: 120px;
    margin-bottom: 1.25rem;
}


.tc-banner-section .tc-banner-btn {
    width: 260px;
    height: 60px;
    font-size: 16px;
}

.tc-banner-section .tc-banner-btn svg {
    position: absolute;
    left: 24px;
}

.tc-banner-section .hero-split-left .hero-desc,
.tc-banner-section .hero-split-left .hero-sub-desc {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.tc-banner-section .tc-banner-left .hero-text {
    position: relative;
    z-index: 2;
}

.tc-banner-section .tc-banner-left .tc-banner-shape {
    position: absolute;
    right: -1px;
    bottom: -1px;
    /* opacity: 0.08; */
    pointer-events: none;
}

.tc-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 28px;
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    white-space: nowrap;
}

/* ============================================================
   PAGE LAYOUT
   ============================================================ */
.tc-section {
    padding-top: 48px;
    /* padding-bottom: 80px; */
    padding-bottom: 140px;
    background: #ffffff;
}

.tc-page-title {
    font-size: 60px !important;
    font-weight: 600 !important;
    color: #173158 !important;
    margin-bottom: 80px !important;
    line-height: 1.2 !important;
}

.tc-wrap {
    display: block;
}

/* ============================================================
   CONTENT AREA
   ============================================================ */
.tc-content {
    flex: 1;
    min-width: 0;
}

/* ---- Section block ---- */
.tc-block {
    margin-bottom: 110px;
    scroll-margin-top: 100px;
}

.tc-block:last-child {
    margin-bottom: 0;
}

/* ---- Section heading (pink number box + big title) ---- */
.tc-block-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.tc-block-num {
    flex-shrink: 0;
    min-width: 66px;
    height: 66px;
    background: #E73161;
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

.tc-block-title {
    font-size: 48px !important;
    font-weight: 600 !important;
    color: #173158 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

/* ---- Plain list (Definitions) ---- */
.tc-plain-list {
    padding-left: 87px;
}

.tc-plain-list p {
    font-size: 16px;
    color: #173158;
    line-height: 1.8;
    margin-bottom: 10px;
}

.tc-plain-list p:last-child {
    margin-bottom: 0;
}

/* ---- Numbered rows (2.1, 2.2 / 4.1.1, 4.1.2) ---- */
.tc-numbered-list {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
    gap: 6px;
    padding-left: 87px;
}

.tc-numbered-list--indent {
    padding-left: 28px;
}

.tc-num-row {
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.tc-sub-num {
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 500;
    color: #183158;
    min-width: 44px;
}

.tc-sub-body {
    flex: 1;
    font-size: 16px;
    color: #173158;
    line-height: 1.8;
}

/* x.y.z level (inside subsections) → smaller */
.tc-subsection .tc-sub-num {
    font-size: 18px;
    min-width: 44px;
}

.tc-subsection .tc-sub-body {
    font-size: 16px;
}

/* ---- Sub-section headers (4.1 Accepted Payment Method) ---- */
.tc-subsection {
    margin-bottom: 28px;
    padding-left: 87px;
}

.tc-subsection:last-child {
    margin-bottom: 0;
}

.tc-subsection-heading {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}

.tc-subsection-num {
    font-size: 24px;
    font-weight: 500;
    color: #183158;
    flex-shrink: 0;
}

.tc-subsection-title {
    font-size: 16px;
    font-weight: 500;
    color: #183158;
}

/* ---- Nested bullet list (PayPal, Credit Cards...) ---- */
.tc-nested-list {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
}

.tc-nested-list li {
    position: relative;
    font-size: 15px;
    color: var(--tc-text);
    line-height: 1.75;
    margin-bottom: 6px;
    padding-left: 16px;
}

.tc-nested-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--tc-pink);
    flex-shrink: 0;
}

.tc-nested-list li:last-child {
    margin-bottom: 0;
}

/* ============================================================
   MOBILE
   ============================================================ */
.tc-mobile-section {
    padding: 24px 0 48px;
    background: #ffffff;
}

.tc-mobile-wrap {
    max-width: 100%;
    padding: 0;
}

.tc-mobile-block {
    margin-bottom: 40px;
}

.tc-mobile-block:last-child {
    margin-bottom: 0;
}

.tc-mobile-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.tc-mobile-num {
    flex-shrink: 0;
    min-width: 40px;
    height: 40px;
    background: var(--tc-pink);
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}

.tc-mobile-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--tc-navy) !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.tc-mobile-page-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: var(--tc-navy) !important;
    margin: 0 0 28px 0 !important;
    line-height: 1.2 !important;
}

.tc-mobile-section .tc-plain-list,
.tc-mobile-section .tc-numbered-list,
.tc-mobile-section .tc-subsection {
    padding-left: 0;
}

.tc-mobile-section .tc-sub-num {
    min-width: 36px;
    font-size: 12px;
}

.tc-mobile-section .tc-sub-body {
    font-size: 13px;
}

.tc-mobile-section .tc-numbered-list--indent {
    padding-left: 12px;
}

.tc-mobile-section .tc-subsection-heading {
    margin-bottom: 8px;
}

.tc-mobile-section .tc-subsection-num,
.tc-mobile-section .tc-subsection-title {
    font-size: 13px;
}

.tc-mobile-section .tc-plain-list p {
    font-size: 12px;
}

/* ═══════════════════════════════════════════════════════════════════
   Laptop Screen Overrides (992px to 1639.98px)
   Mirrors the same range used by /categories, /brands, /products,
   /offers, /about-us, /contact-us, /help-center, /careers and /blog so
   the terms-and-conditions banner and the desktop content section fit
   the laptop viewport without being clipped by the global 1640px
   .kp-container width. PC (≥1640px) and mobile (<768px) layouts are
   not touched.
   ═══════════════════════════════════════════════════════════════════ */
@media (min-width: 992px) and (max-width: 1639.98px) {

    /* Containers: make fluid for the laptop range. */
    .kp-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    /* Banner — override the in-file @media (min-width: 1200px) rule that
       forces .tc-banner-section .col-lg-8 to 1230px and .col-lg-4 to
       400px. Same specificity + !important and later source order, so it
       wins inside the 1200–1639.98 overlap. */
    .tc-banner-section .hero-split-wrap {
        max-width: 100% !important;
        height: 380px !important;
        gap: 10px !important;
        --bs-gutter-x: 0 !important;
    }

    .tc-banner-section .col-lg-8 {
        width: auto !important;
        flex: 1 1 0% !important;
        max-width: none !important;
    }

    .tc-banner-section .col-lg-4 {
        width: 350px !important;
        flex: 0 0 350px !important;
        max-width: 350px !important;
    }

    .tc-banner-section .hero-split-left,
    .tc-banner-section .hero-split-right {
        height: 380px !important;
        min-height: 0 !important;
    }

    .tc-banner-section .tc-banner-left {
        padding: 40px 40px !important;
        align-items: stretch !important;
    }

    .tc-banner-section .tc-banner-left .hero-text {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .tc-banner-section .hero-cta-row {
        margin-top: auto !important;
    }

    .tc-banner-section .hero-split-left h1 {
        font-size: 38px !important;
        line-height: 1.12 !important;
        margin-bottom: 16px !important;
    }

    .tc-banner-section .tc-banner-desc-box {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin-bottom: 1rem !important;
    }

    .tc-banner-section .hero-split-left .hero-desc,
    .tc-banner-section .hero-split-left .hero-sub-desc {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .tc-banner-section .tc-banner-btn {
        width: 220px !important;
        height: 52px !important;
        font-size: 15px !important;
    }

    .tc-banner-section .hero-side-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .tc-banner-section .tc-banner-shape svg {
        max-width: 320px !important;
        max-height: 320px !important;
    }

    /* Content section: tone down the large desktop typography and trim
       the 87px left padding so the numbered/plain lists fit comfortably
       inside the fluid container. */
    .tc-page-title {
        font-size: 44px !important;
        margin-bottom: 28px !important;
    }

    .tc-block {
        margin-bottom: 56px !important;
    }

    .tc-block-num {
        min-width: 56px !important;
        height: 56px !important;
        font-size: 28px !important;
    }

    .tc-block-title {
        font-size: 34px !important;
    }

    .tc-plain-list,
    .tc-numbered-list,
    .tc-subsection {
        padding-left: 75px !important;
    }

    .tc-numbered-list--indent {
        padding-left: 24px !important;
    }

    .tc-sub-num {
        font-size: 20px !important;
        min-width: 40px !important;
    }

    .tc-subsection .tc-sub-num,
    .tc-subsection .tc-sub-body {
        font-size: 16px !important;
    }

    .tc-subsection-num,
    .tc-subsection-title {
        font-size: 16px !important;
    }
}

/* Tablet Screen Overrides (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    /* Containers: fluid for tablet */
    .kp-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    /* Banner */
    .tc-banner-section .hero-split-wrap {
        max-width: 100% !important;
        height: 320px !important;
        gap: 10px !important;
        --bs-gutter-x: 0 !important;
    }

    .tc-banner-section .hero-split-wrap>.col-lg-8,
    .tc-banner-section .hero-split-wrap>.col-lg-4 {
        flex: 0 0 calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
    }

    .tc-banner-section .hero-split-wrap>.col-lg-4 {
        display: block !important;
    }

    .tc-banner-section .hero-split-left,
    .tc-banner-section .hero-split-right {
        height: 320px !important;
        min-height: 0 !important;
    }

    .tc-banner-section .hero-side-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .tc-banner-section .hero-arrow-chip-image {
        top: 12px !important;
        left: 12px !important;
    }

    .tc-banner-section .hero-arrow-chip-image svg {
        width: 38px !important;
        height: 38px !important;
    }

    .tc-banner-section .tc-banner-left {
        padding: 40px 32px !important;
        align-items: stretch !important;
    }

    .tc-banner-section .tc-banner-left .hero-text {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .tc-banner-section .hero-cta-row {
        margin-top: auto !important;
    }

    .tc-banner-section .hero-split-left h1 {
        font-size: 32px !important;
        line-height: 1.15 !important;
        margin-bottom: 12px !important;
    }

    .tc-banner-section .tc-banner-btn {
        width: 220px !important;
        height: 52px !important;
        font-size: 14px !important;
    }

    .tc-banner-section .tc-banner-shape svg {
        display: none !important;
    }

    /* Content Area */
    .tc-page-title {
        font-size: 32px !important;
        margin-bottom: 24px !important;
    }

    .tc-block {
        margin-bottom: 44px !important;
    }

    .tc-block-num {
        min-width: 44px !important;
        height: 44px !important;
        font-size: 20px !important;
    }

    .tc-block-title {
        font-size: 24px !important;
    }

    .tc-plain-list,
    .tc-numbered-list,
    .tc-subsection {
        padding-left: 65px !important;
    }

    .tc-numbered-list--indent {
        padding-left: 16px !important;
    }

    .tc-sub-num {
        font-size: 16px !important;
        min-width: 32px !important;
    }

    .tc-sub-body {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .tc-subsection-num,
    .tc-subsection-title {
        font-size: 15px !important;
    }

    .tc-subsection .tc-sub-num,
    .tc-subsection .tc-sub-body {
        font-size: 14px !important;
    }
}