/* =========================================================
   GULF COD DROPSHIPPING - SINGLE PRODUCT PAGE
========================================================= */

body.single-product {
    background: #f4f8ff !important;
}

body.single-product .gds-main,
body.single-product .gds-container,
body.single-product .gds-content-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.gds-sp-page {
    width: 100%;
    background: #f4f8ff;
    overflow-x: hidden;
}

.gds-sp-container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* =========================================================
   HERO AREA
========================================================= */

.gds-sp-hero {
    padding: 34px 0 54px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 34%),
        radial-gradient(circle at top right, rgba(244, 189, 53, 0.16), transparent 32%),
        linear-gradient(135deg, #f8fbff 0%, #eef6ff 50%, #fffaf0 100%);
    border-bottom: 1px solid #dbe7f6;
}

.gds-sp-breadcrumb {
    margin-bottom: 18px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.gds-sp-breadcrumb a {
    color: #2563eb !important;
    font-weight: 700;
    text-decoration: none !important;
}

.gds-sp-layout {
    display: grid;
    grid-template-columns: 560px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

/* =========================================================
   GALLERY
========================================================= */

.gds-sp-gallery {
    position: sticky;
    top: 24px;
}

.gds-sp-image-wrap {
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(15, 43, 95, 0.08);
}

.gds-sp-main-img {
    width: 100%;
    height: 560px;
    object-fit: contain;
    display: block;
    padding: 5px;
    border-radius: 28px;
    background: #ffffff;
}

.gds-sp-no-image {
    width: 100%;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fbff;
    color: #64748b;
    font-size: 16px;
    font-weight: 800;
}

.gds-sp-image-count {
    position: absolute;
    right: 16px;
    bottom: 16px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(8, 36, 92, 0.88);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.gds-sp-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.gds-sp-thumb {
    width: 100%;
    height: 92px;
    border: 1px solid #dbe7f6;
    border-radius: 16px;
    background: #ffffff;
    padding: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.22s ease;
}

.gds-sp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.gds-sp-thumb:hover,
.gds-sp-thumb.is-active {
    border-color: #f4bd35;
    box-shadow: 0 10px 24px rgba(244, 189, 53, 0.18);
    transform: translateY(-2px);
}

/* =========================================================
   PRODUCT INFO
========================================================= */

.gds-sp-info {
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 28px;
    padding: 10px;
    box-shadow: 0 18px 50px rgba(15, 43, 95, 0.08);
}

.gds-sp-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.gds-sp-rating {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.gds-sp-rating strong {
    color: #08245c;
    font-weight: 900;
}

.gds-sp-catalog-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef6ff;
    color: #2378a7;
    font-size: 12px;
    font-weight: 900;
}

.gds-sp-actions-small {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gds-sp-fast-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 12px;
    font-weight: 900;
}

.gds-sp-share-btn {
    min-height: 30px;
    border: 1px solid #dbe7f6;
    border-radius: 999px;
    background: #ffffff;
    color: #08245c;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.gds-sp-title {
    margin: 0 0 12px !important;
    color: #08245c !important;
    font-size: clamp(28px, 3.2vw, 44px) !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.045em !important;
}

.gds-sp-sku {
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.gds-sp-sku strong {
    color: #08245c;
}

/* =========================================================
   COUNTRY SELECTOR
========================================================= */

.gds-sp-country-box {
    margin: 20px 0;
}

.gds-sp-country-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.gds-sp-country {
    min-height: 66px;
    border: 1px solid #dbe7f6;
    border-radius: 18px;
    background: #f8fbff;
    color: #08245c;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.22s ease;
    text-align: left;
}

.gds-sp-country span {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    box-shadow: 0 6px 14px rgba(15, 43, 95, 0.07);
}

.gds-sp-country strong {
    color: #08245c;
    font-size: 13px;
    font-weight: 900;
}

.gds-sp-country:hover,
.gds-sp-country.is-active {
    background: #fff8e6;
    border-color: #f4bd35;
    box-shadow: 0 12px 26px rgba(244, 189, 53, 0.18);
    transform: translateY(-2px);
}

/* =========================================================
   COST BREAKDOWN
========================================================= */

.gds-sp-cost-card {
    margin-top: 18px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(244, 189, 53, 0.16), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #dbe7f6;
    padding: 20px;
}

.gds-sp-cost-card h3 {
    margin: 0 0 16px !important;
    color: #08245c !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.gds-sp-cost-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.gds-sp-cost-box,
.gds-sp-total-box,
.gds-sp-sell-box,
.gds-sp-profit-box {
    border-radius: 18px;
    padding: 16px;
    border: 1px solid #e5eaf3;
    background: #ffffff;
}

.gds-sp-cost-box span,
.gds-sp-total-box span,
.gds-sp-sell-box span,
.gds-sp-profit-box span {
    display: block;
    margin-bottom: 7px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.gds-sp-cost-box strong,
.gds-sp-total-box strong,
.gds-sp-sell-box strong,
.gds-sp-profit-box strong {
    display: block;
    color: #08245c;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
}

.gds-sp-total-box {
    margin-top: 12px;
    background: #08245c;
    border-color: #08245c;
    color: #ffffff;
}

.gds-sp-total-box span,
.gds-sp-total-box small {
    color: rgba(255, 255, 255, 0.72);
}

.gds-sp-total-box strong {
    color: #ffffff;
    font-size: 28px;
}

.gds-sp-sell-box {
    margin-top: 12px;
    background: #fffaf0;
    border-color: #f2dfa3;
}

.gds-sp-sell-box strong {
    color: #b77900;
}

.gds-sp-profit-box {
    margin-top: 12px;
    background: #ecfdf5;
    border-color: #bbf7d0;
}

.gds-sp-profit-box strong {
    color: #15803d;
    font-size: 28px;
}

/* =========================================================
   STATUS GRID
========================================================= */

.gds-sp-status-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.gds-sp-status-grid div {
    padding: 14px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e5eaf3;
}

.gds-sp-status-grid span {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.gds-sp-status-grid strong {
    display: block;
    color: #08245c;
    font-size: 14px;
    font-weight: 900;
}

/* =========================================================
   CTA
========================================================= */

.gds-sp-cta-row {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr;
    gap: 10px;
    margin-top: 18px;
}

.gds-sp-primary-btn,
.gds-sp-secondary-btn {
    min-height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    cursor: pointer;
    border: 0;
    transition: all 0.22s ease;
}

.gds-sp-primary-btn {
    background: linear-gradient(135deg, #f4bd35 0%, #ffd86d 100%);
    color: #08245c !important;
    box-shadow: 0 12px 24px rgba(244, 189, 53, 0.24);
}

.gds-sp-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(244, 189, 53, 0.28);
}

.gds-sp-secondary-btn {
    background: #08245c;
    color: #ffffff !important;
}

.gds-sp-secondary-btn:hover {
    transform: translateY(-2px);
}

.gds-sp-primary-btn.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

.gds-sp-unavailable-box {
    margin: 18px 0;
    padding: 18px;
    border-radius: 18px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.gds-sp-unavailable-box strong {
    display: block;
    color: #c2410c;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 6px;
}

.gds-sp-unavailable-box p {
    margin: 0 !important;
    color: #9a3412 !important;
    font-size: 13px !important;
}

/* =========================================================
   DESCRIPTION SECTION
========================================================= */

.gds-sp-details-section,
.gds-sp-country-pricing-section,
.gds-sp-support-section,
.gds-sp-how-section {
    padding: 58px 0;
}

.gds-sp-details-section {
    background: #ffffff;
}

.gds-sp-description {
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 14px 36px rgba(15, 43, 95, 0.055);
}

.gds-sp-section-label,
.gds-sp-country-pricing-head > span,
.gds-sp-support-head > span,
.gds-sp-how-head > span {
    display: inline-block;
    margin-bottom: 8px;
    color: #d89a13;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.gds-sp-description h2,
.gds-sp-country-pricing-head h2,
.gds-sp-support-head h2,
.gds-sp-how-head h2 {
    margin: 0 0 10px !important;
    color: #08245c !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: -0.045em !important;
}

.gds-sp-country-pricing-head h2 em,
.gds-sp-how-head h2 em {
    color: #d89a13;
    font-style: italic;
}

.gds-sp-content {
    color: #475569;
    font-size: 15px;
    line-height: 1.75;
}

.gds-sp-content p {
    color: #475569 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

.gds-sp-content ul,
.gds-sp-content ol {
    margin-left: 20px;
    color: #475569;
}

.gds-sp-desc-collapse {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}

.gds-sp-desc-collapse::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
}

.gds-sp-desc-collapse.is-open {
    max-height: none;
}

.gds-sp-desc-collapse.is-open::after {
    display: none;
}

.gds-sp-desc-toggle {
    margin-top: 16px;
    min-height: 42px;
    border: 1px solid #dbe7f6;
    border-radius: 999px;
    background: #f8fbff;
    color: #08245c;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

/* =========================================================
   COUNTRY PRICING TABLE
========================================================= */

.gds-sp-country-pricing-section {
    background: #f7faff;
}

.gds-sp-country-pricing-head,
.gds-sp-support-head,
.gds-sp-how-head {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.gds-sp-country-pricing-head p,
.gds-sp-support-head p,
.gds-sp-how-head p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.gds-sp-country-pricing-board {
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 28px;
    padding: 18px;
    box-shadow: 0 18px 50px rgba(15, 43, 95, 0.07);
}

.gds-sp-country-pricing-desktop {
    width: 100%;
    overflow-x: auto;
}

.gds-sp-country-pricing-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
}

.gds-sp-country-pricing-table th,
.gds-sp-country-pricing-table td {
    border-bottom: 1px solid #edf2f7;
    padding: 16px;
    text-align: center;
    color: #08245c;
    font-size: 13px;
    font-weight: 800;
}

.gds-sp-country-pricing-table th {
    background: #f8fbff;
}

.gds-sp-charges-label-head,
.gds-sp-charges-label {
    text-align: left !important;
    min-width: 240px;
}

.gds-sp-charges-label strong {
    display: block;
    color: #08245c;
    font-size: 14px;
    font-weight: 900;
}

.gds-sp-charges-label small {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

.gds-sp-country-headbox {
    display: grid;
    gap: 4px;
    justify-items: center;
}

.gds-sp-country-headbox span {
    font-size: 22px;
}

.gds-sp-country-headbox strong {
    color: #08245c;
    font-size: 13px;
    font-weight: 900;
}

.gds-sp-country-headbox small {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.gds-sp-free-pill {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 11px;
    font-weight: 900;
}

.gds-sp-delivery-time {
    color: #2563eb !important;
    font-weight: 900 !important;
}

.gds-sp-country-pricing-callout {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 18px;
    padding: 18px;
    border-radius: 22px;
    background: #fffaf0;
    border: 1px solid #f2dfa3;
}

.gds-sp-country-pricing-callout-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.gds-sp-country-pricing-callout-text h3 {
    margin: 0 0 5px !important;
    color: #08245c !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

.gds-sp-country-pricing-callout-text p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.gds-sp-country-pricing-callout-badge {
    padding: 8px 12px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 12px;
    font-weight: 900;
}

.gds-sp-country-pricing-note {
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
    background: #f8fafc;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.gds-sp-country-pricing-mobile {
    display: none;
}

/* =========================================================
   SUPPORT CARDS
========================================================= */

.gds-sp-support-section {
    background: #ffffff;
}

.gds-sp-support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gds-sp-support-card {
    border-radius: 24px;
    border: 1px solid #dbe7f6;
    background: #ffffff;
    padding: 22px;
    box-shadow: 0 12px 32px rgba(15, 43, 95, 0.055);
}

.gds-sp-support-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}

.gds-support-green .gds-sp-support-icon {
    background: #dcfce7;
}

.gds-support-blue .gds-sp-support-icon {
    background: #dbeafe;
}

.gds-support-orange .gds-sp-support-icon {
    background: #ffedd5;
}

.gds-support-purple .gds-sp-support-icon {
    background: #ede9fe;
}

.gds-sp-support-card h3 {
    margin: 0 0 10px !important;
    color: #08245c !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

.gds-sp-support-card p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* =========================================================
   HOW IT WORKS
========================================================= */

.gds-sp-how-section {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
}

.gds-sp-how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gds-sp-how-card {
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 14px 36px rgba(15, 43, 95, 0.06);
}

.gds-sp-how-card.is-active {
    border-color: #f2dfa3;
    background:
        radial-gradient(circle at top left, rgba(244, 189, 53, 0.18), transparent 38%),
        #ffffff;
}

.gds-sp-how-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #eef6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 16px;
}

.gds-sp-how-number {
    display: block;
    margin-bottom: 8px;
    color: #d89a13;
    font-size: 12px;
    font-weight: 900;
}

.gds-sp-how-card h3 {
    margin: 0 0 10px !important;
    color: #08245c !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.gds-sp-how-card p {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* =========================================================
   WOOCOMMERCE OVERRIDES
========================================================= */

body.single-product div.product {
    width: 100% !important;
    max-width: 100% !important;
}

body.single-product .woocommerce-notices-wrapper {
    max-width: 1340px;
    margin: 0 auto;
    padding: 12px 24px 0;
}

body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error {
    border-radius: 14px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
    .gds-sp-layout {
        grid-template-columns: 480px minmax(0, 1fr);
        gap: 24px;
    }

    .gds-sp-main-img,
    .gds-sp-no-image {
        height: 500px;
    }

    .gds-sp-country-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gds-sp-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 940px) {
    .gds-sp-gallery {
        position: static;
    }

    .gds-sp-layout {
        grid-template-columns: 1fr;
    }

    .gds-sp-main-img,
    .gds-sp-no-image {
        height: 520px;
    }
}

@media (max-width: 768px) {
    .gds-sp-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gds-sp-hero {
        padding: 18px 0 34px;
    }

    .gds-sp-breadcrumb {
        display: none;
    }

    .gds-sp-info {
        padding: 16px;
        border-radius: 22px;
    }

    .gds-sp-image-wrap {
        border-radius: 22px;
    }

    .gds-sp-main-img,
    .gds-sp-no-image {
        height: 360px;
        padding: 18px;
    }

    .gds-sp-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }

    .gds-sp-thumb {
        height: 74px;
        border-radius: 13px;
    }

    .gds-sp-top-row {
        display: grid;
        gap: 10px;
    }

    .gds-sp-actions-small {
        justify-content: flex-start;
    }

    .gds-sp-title {
        font-size: 27px !important;
        line-height: 1.12 !important;
    }

    .gds-sp-country-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .gds-sp-country {
        min-height: 58px;
        padding: 9px;
        border-radius: 14px;
    }

    .gds-sp-country span {
        width: 30px;
        height: 30px;
        font-size: 17px;
    }

    .gds-sp-country strong {
        font-size: 12px;
    }

    .gds-sp-cost-card {
        padding: 14px;
        border-radius: 20px;
    }

    .gds-sp-cost-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .gds-sp-cost-box,
    .gds-sp-total-box,
    .gds-sp-sell-box,
    .gds-sp-profit-box {
        padding: 12px;
        border-radius: 14px;
    }

    .gds-sp-cost-box strong,
    .gds-sp-total-box strong,
    .gds-sp-sell-box strong,
    .gds-sp-profit-box strong {
        font-size: 18px;
    }

    .gds-sp-total-box strong,
    .gds-sp-profit-box strong {
        font-size: 22px;
    }

    .gds-sp-status-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .gds-sp-status-grid div {
        padding: 10px 8px;
        border-radius: 13px;
    }

    .gds-sp-status-grid span {
        font-size: 10px;
    }

    .gds-sp-status-grid strong {
        font-size: 12px;
    }

    .gds-sp-cta-row {
        grid-template-columns: 1fr;
    }

    .gds-sp-details-section,
    .gds-sp-country-pricing-section,
    .gds-sp-support-section,
    .gds-sp-how-section {
        padding: 38px 0;
    }

    .gds-sp-description {
        padding: 18px;
        border-radius: 20px;
    }

    .gds-sp-description h2,
    .gds-sp-country-pricing-head h2,
    .gds-sp-support-head h2,
    .gds-sp-how-head h2 {
        font-size: 25px !important;
    }

    .gds-sp-country-pricing-desktop {
        display: none;
    }

    .gds-sp-country-pricing-mobile {
        display: grid;
        gap: 12px;
    }

    .gds-sp-country-pricing-board {
        padding: 12px;
        border-radius: 20px;
    }

    .gds-sp-country-pricing-mobile-card {
        background: #ffffff;
        border: 1px solid #dbe7f6;
        border-radius: 18px;
        padding: 14px;
    }

    .gds-sp-country-pricing-mobile-head {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #edf2f7;
    }

    .gds-sp-country-pricing-mobile-head > span {
        width: 40px;
        height: 40px;
        border-radius: 999px;
        background: #f8fbff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }

    .gds-sp-country-pricing-mobile-head strong {
        display: block;
        color: #08245c;
        font-size: 15px;
        font-weight: 900;
    }

    .gds-sp-country-pricing-mobile-head small {
        color: #64748b;
        font-size: 11px;
        font-weight: 800;
    }

    .gds-sp-country-pricing-mobile-list {
        display: grid;
        gap: 8px;
    }

    .gds-sp-country-pricing-mobile-list div {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 10px;
        border-radius: 12px;
        background: #f8fafc;
    }

    .gds-sp-country-pricing-mobile-list span {
        color: #64748b;
        font-size: 12px;
        font-weight: 800;
    }

    .gds-sp-country-pricing-mobile-list strong {
        color: #08245c;
        font-size: 12px;
        font-weight: 900;
        text-align: right;
    }

    .gds-sp-country-pricing-callout {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 16px;
        border-radius: 18px;
    }

    .gds-sp-country-pricing-callout-icon {
        margin: 0 auto;
    }

    .gds-sp-country-pricing-callout-badge {
        width: fit-content;
        margin: 0 auto;
    }

    .gds-sp-support-grid,
    .gds-sp-how-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gds-sp-support-card,
    .gds-sp-how-card {
        padding: 18px;
        border-radius: 20px;
    }
}

@media (max-width: 420px) {
    .gds-sp-main-img,
    .gds-sp-no-image {
        height: 310px;
    }

    .gds-sp-title {
        font-size: 24px !important;
    }

    .gds-sp-cost-grid,
    .gds-sp-country-grid {
        grid-template-columns: 1fr;
    }

    .gds-sp-status-grid {
        grid-template-columns: 1fr;
    }

    .gds-sp-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}



/* =========================================================
   SINGLE PRODUCT COST BREAKDOWN LAYOUT FIX
   Total cost center + selling price/profit in one row
========================================================= */

.gds-sp-cost-card {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.gds-sp-cost-card h3 {
    grid-column: 1 / -1 !important;
    margin-bottom: 4px !important;
}

.gds-sp-cost-grid {
    grid-column: 1 / -1 !important;
}

.gds-sp-total-box {
    grid-column: 1 / -1 !important;
    margin-top: 0 !important;
    min-height: 120px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.gds-sp-total-box span,
.gds-sp-total-box strong,
.gds-sp-total-box small {
    text-align: center !important;
}

.gds-sp-total-box strong {
    font-size: 34px !important;
}

.gds-sp-sell-box,
.gds-sp-profit-box {
    margin-top: 0 !important;
    min-height: 110px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.gds-sp-sell-box {
    grid-column: 1 / 2 !important;
}

.gds-sp-profit-box {
    grid-column: 2 / 3 !important;
}

/* Mobile adjustment */
@media (max-width: 520px) {
    .gds-sp-cost-card {
        grid-template-columns: 1fr !important;
    }

    .gds-sp-sell-box,
    .gds-sp-profit-box {
        grid-column: 1 / -1 !important;
        min-height: 95px !important;
    }

    .gds-sp-total-box {
        min-height: 105px !important;
    }

    .gds-sp-total-box strong {
        font-size: 28px !important;
    }
}















/* =========================================================
   SINGLE PRODUCT MOBILE PROFESSIONAL FIX
   Country flags 1 row + cost layout + status row + buttons row
========================================================= */

@media (max-width: 768px) {

    /* Main card spacing */
    body.single-product .gds-sp-info {
        padding: 12px !important;
        border-radius: 20px !important;
        box-shadow: 0 14px 34px rgba(15, 43, 95, 0.08) !important;
    }

    /* =====================================================
       COUNTRY SELECTOR - 6 FLAGS IN 1 ROW
    ===================================================== */

    body.single-product .gds-sp-country-box {
        margin: 12px 0 14px !important;
        padding: 0 !important;
    }

    body.single-product .gds-sp-country-grid {
        display: grid !important;
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 6px !important;
        width: 100% !important;
    }

    body.single-product .gds-sp-country {
        min-width: 0 !important;
        min-height: 72px !important;
        padding: 7px 3px 6px !important;
        border-radius: 15px !important;
        background: #ffffff !important;
        border: 1px solid #dbe7f6 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        text-align: center !important;
        box-shadow: 0 8px 18px rgba(15, 43, 95, 0.045) !important;
    }

    body.single-product .gds-sp-country span {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        border-radius: 999px !important;
        background: #eef6ff !important;
        border: 1px solid #dbe7f6 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 22px !important;
        line-height: 1 !important;
        box-shadow: 0 8px 18px rgba(15, 43, 95, 0.08) !important;
    }

    body.single-product .gds-sp-country strong {
        display: block !important;
        width: 100% !important;
        color: #08245c !important;
        font-size: 9px !important;
        line-height: 1.1 !important;
        font-weight: 950 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.single-product .gds-sp-country.is-active,
    body.single-product .gds-sp-country:hover {
        background: #fff8e6 !important;
        border-color: #f4bd35 !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 12px 22px rgba(244, 189, 53, 0.22) !important;
    }

    body.single-product .gds-sp-country.is-active span {
        background: #f4bd35 !important;
        border-color: #f4bd35 !important;
    }

    /* =====================================================
       COST BREAKDOWN MOBILE LAYOUT
       Row 1: Product Cost + Delivery
       Row 2: Total Landed Cost full width
       Row 3: Suggested Price + Profit
    ===================================================== */

    body.single-product .gds-sp-cost-card {
        margin-top: 14px !important;
        padding: 13px !important;
        border-radius: 20px !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
        background:
            radial-gradient(circle at top right, rgba(244, 189, 53, 0.12), transparent 34%),
            linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
    }

    body.single-product .gds-sp-cost-card h3 {
        grid-column: 1 / -1 !important;
        margin: 0 0 2px !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
    }

    body.single-product .gds-sp-cost-grid {
        grid-column: 1 / -1 !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
    }

    body.single-product .gds-sp-cost-box,
    body.single-product .gds-sp-total-box,
    body.single-product .gds-sp-sell-box,
    body.single-product .gds-sp-profit-box {
        margin: 0 !important;
        border-radius: 16px !important;
        padding: 13px 12px !important;
        min-height: 92px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    body.single-product .gds-sp-cost-box span,
    body.single-product .gds-sp-total-box span,
    body.single-product .gds-sp-sell-box span,
    body.single-product .gds-sp-profit-box span {
        margin-bottom: 7px !important;
        font-size: 10.5px !important;
        line-height: 1.25 !important;
        font-weight: 900 !important;
    }

    body.single-product .gds-sp-cost-box strong,
    body.single-product .gds-sp-total-box strong,
    body.single-product .gds-sp-sell-box strong,
    body.single-product .gds-sp-profit-box strong {
        font-size: 17px !important;
        line-height: 1.1 !important;
        font-weight: 950 !important;
        letter-spacing: -0.02em !important;
        word-break: break-word !important;
    }

    body.single-product .gds-sp-total-box {
        grid-column: 1 / -1 !important;
        min-height: 94px !important;
        background: #08245c !important;
        border-color: #08245c !important;
        text-align: center !important;
        align-items: center !important;
    }

    body.single-product .gds-sp-total-box strong {
        color: #ffffff !important;
        font-size: 25px !important;
    }

    body.single-product .gds-sp-total-box small {
        margin-top: 4px !important;
        font-size: 10px !important;
        color: rgba(255, 255, 255, 0.72) !important;
    }

    body.single-product .gds-sp-sell-box {
        grid-column: 1 / 2 !important;
        background: #fffaf0 !important;
        border-color: #f2dfa3 !important;
    }

    body.single-product .gds-sp-profit-box {
        grid-column: 2 / 3 !important;
        background: #ecfdf5 !important;
        border-color: #bbf7d0 !important;
    }

    body.single-product .gds-sp-profit-box strong {
        color: #15803d !important;
        font-size: 20px !important;
    }

    /* =====================================================
       STATUS GRID - 3 IN 1 ROW
    ===================================================== */

    body.single-product .gds-sp-status-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 7px !important;
        margin-top: 10px !important;
    }

    body.single-product .gds-sp-status-grid div {
        min-height: 66px !important;
        padding: 10px 7px !important;
        border-radius: 14px !important;
        background: #ffffff !important;
        border: 1px solid #dbe7f6 !important;
        box-shadow: 0 8px 18px rgba(15, 43, 95, 0.04) !important;
    }

    body.single-product .gds-sp-status-grid span {
        margin-bottom: 6px !important;
        font-size: 9.5px !important;
        line-height: 1.1 !important;
        font-weight: 900 !important;
        color: #64748b !important;
    }

    body.single-product .gds-sp-status-grid strong {
        font-size: 10.5px !important;
        line-height: 1.25 !important;
        font-weight: 950 !important;
        color: #08245c !important;
        word-break: break-word !important;
    }

    /* =====================================================
       BUTTONS - 2 IN 1 ROW
    ===================================================== */

    body.single-product .gds-sp-cta-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        margin-top: 12px !important;
    }

    body.single-product .gds-sp-primary-btn,
    body.single-product .gds-sp-secondary-btn {
        min-height: 46px !important;
        border-radius: 14px !important;
        padding: 0 10px !important;
        font-size: 11.5px !important;
        line-height: 1.15 !important;
        font-weight: 950 !important;
        text-align: center !important;
    }

    body.single-product .gds-sp-primary-btn {
        background: linear-gradient(135deg, #f4bd35 0%, #ffd86d 100%) !important;
        color: #08245c !important;
        box-shadow: 0 10px 20px rgba(244, 189, 53, 0.22) !important;
    }

    body.single-product .gds-sp-secondary-btn {
        background: #08245c !important;
        color: #ffffff !important;
    }
}

/* Strong override because your old CSS changes these to 1 column at 420px */
@media (max-width: 420px) {
    body.single-product .gds-sp-country-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }

    body.single-product .gds-sp-cost-card {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.single-product .gds-sp-cost-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.single-product .gds-sp-sell-box {
        grid-column: 1 / 2 !important;
    }

    body.single-product .gds-sp-profit-box {
        grid-column: 2 / 3 !important;
    }

    body.single-product .gds-sp-status-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.single-product .gds-sp-cta-row {
        grid-template-columns: 1fr 1fr !important;
    }

    body.single-product .gds-sp-country span {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        font-size: 20px !important;
    }

    body.single-product .gds-sp-country strong {
        font-size: 8.3px !important;
    }
}









/* =========================================================
   SINGLE PRODUCT MOBILE COUNTRY FLAGS - AUTO SIZE BY COUNT
   3 countries = bigger cards
   4/5/6 countries = adjusted professional size
========================================================= */

@media (max-width: 768px) {

    body.single-product .gds-sp-country-box {
        margin: 12px 0 14px !important;
        width: 100% !important;
    }

    body.single-product .gds-sp-country-grid {
        display: grid !important;
        width: 100% !important;
        gap: 8px !important;
        align-items: stretch !important;
    }

    body.single-product .gds-sp-country {
        width: 100% !important;
        min-width: 0 !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        border: 1px solid #dbe7f6 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        box-shadow: 0 8px 18px rgba(15, 43, 95, 0.05) !important;
        transition: all 0.2s ease !important;
        overflow: hidden !important;
    }

    body.single-product .gds-sp-country span {
        border-radius: 999px !important;
        background: #eef6ff !important;
        border: 1px solid #dbe7f6 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        box-shadow: 0 8px 18px rgba(15, 43, 95, 0.08) !important;
    }

    body.single-product .gds-sp-country strong {
        display: block !important;
        width: 100% !important;
        color: #08245c !important;
        font-weight: 950 !important;
        line-height: 1.12 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.single-product .gds-sp-country.is-active,
    body.single-product .gds-sp-country:hover {
        background: #fff8e6 !important;
        border-color: #f4bd35 !important;
        box-shadow: 0 12px 24px rgba(244, 189, 53, 0.22) !important;
        transform: translateY(-1px) !important;
    }

    body.single-product .gds-sp-country.is-active span {
        background: #f4bd35 !important;
        border-color: #f4bd35 !important;
    }

    /* Default: 1 to 3 countries = bigger and premium */
    body.single-product .gds-sp-country-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.single-product .gds-sp-country {
        min-height: 88px !important;
        padding: 10px 7px 8px !important;
        gap: 7px !important;
    }

    body.single-product .gds-sp-country span {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        font-size: 28px !important;
    }

    body.single-product .gds-sp-country strong {
        font-size: 11px !important;
    }

    /* 4 countries = 4 in one row */
    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(4)) {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 7px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(4)) .gds-sp-country {
        min-height: 82px !important;
        padding: 9px 5px 7px !important;
        gap: 6px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(4)) .gds-sp-country span {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        font-size: 26px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(4)) .gds-sp-country strong {
        font-size: 9.5px !important;
    }

    /* 5 countries = 5 in one row */
    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(5)) {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 6px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(5)) .gds-sp-country {
        min-height: 78px !important;
        padding: 8px 4px 6px !important;
        gap: 6px !important;
        border-radius: 15px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(5)) .gds-sp-country span {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        font-size: 24px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(5)) .gds-sp-country strong {
        font-size: 8.8px !important;
    }

    /* 6 countries = 6 in one row */
    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 5px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) .gds-sp-country {
        min-height: 74px !important;
        padding: 7px 3px 6px !important;
        gap: 5px !important;
        border-radius: 14px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) .gds-sp-country span {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        font-size: 22px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) .gds-sp-country strong {
        font-size: 8px !important;
    }
}

/* Extra small phones */
@media (max-width: 380px) {
    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) {
        gap: 4px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) .gds-sp-country {
        min-height: 70px !important;
        padding: 6px 2px 5px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) .gds-sp-country span {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        font-size: 20px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) .gds-sp-country strong {
        font-size: 7.4px !important;
    }
}

















/* =========================================================
   SINGLE PRODUCT MOBILE FINAL FIX
   Full width layout + remove gaps + compact delivery table
========================================================= */

@media (max-width: 768px) {

    /* Remove extra space after header */
    body.single-product .gds-sp-hero {
        padding-top: 6px !important;
        padding-bottom: 24px !important;
    }

    body.single-product .gds-sp-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.single-product .gds-sp-layout {
        gap: 10px !important;
    }

    /* Product image area: clean gap after image */
    body.single-product .gds-sp-gallery {
        margin-bottom: 2px !important;
    }

    body.single-product .gds-sp-image-wrap {
        margin-bottom: 8px !important;
        border-radius: 16px !important;
    }

    body.single-product .gds-sp-main-img,
    body.single-product .gds-sp-no-image {
        height: 300px !important;
        padding: 10px !important;
    }

    body.single-product .gds-sp-thumbs {
        margin-top: 6px !important;
        gap: 6px !important;
    }

    body.single-product .gds-sp-info {
        margin-top: 0 !important;
    }

    /* Main sections full width on mobile */
    body.single-product .gds-sp-details-section,
    body.single-product .gds-sp-country-pricing-section,
    body.single-product .gds-sp-support-section,
    body.single-product .gds-sp-how-section {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    body.single-product .gds-sp-description,
    body.single-product .gds-sp-country-pricing-board,
    body.single-product .gds-sp-support-card,
    body.single-product .gds-sp-how-card {
        border-radius: 16px !important;
    }

    /* =====================================================
       DELIVERY CHARGES SECTION LIKE TABLE SCREENSHOT
    ===================================================== */

    body.single-product .gds-sp-country-pricing-section {
        background:
            radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 34%),
            linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%) !important;
    }

    body.single-product .gds-sp-country-pricing-head {
        margin-bottom: 14px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    body.single-product .gds-sp-country-pricing-head > span {
        font-size: 9px !important;
        margin-bottom: 5px !important;
    }

    body.single-product .gds-sp-country-pricing-head h2 {
        font-size: 21px !important;
        line-height: 1.12 !important;
        margin-bottom: 6px !important;
    }

    body.single-product .gds-sp-country-pricing-head p {
        font-size: 11px !important;
        line-height: 1.35 !important;
        max-width: 290px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Show compact table on mobile instead of stacked cards */
    body.single-product .gds-sp-country-pricing-desktop {
        display: block !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }

    body.single-product .gds-sp-country-pricing-mobile {
        display: none !important;
    }

    body.single-product .gds-sp-country-pricing-board {
        width: 100% !important;
        max-width: 100% !important;
        padding: 8px !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        border: 1px solid #dbe7f6 !important;
        box-shadow: 0 14px 34px rgba(15, 43, 95, 0.07) !important;
    }

    body.single-product .gds-sp-country-pricing-table {
        width: 100% !important;
        min-width: 0 !important;
        table-layout: fixed !important;
        border-collapse: separate !important;
        border-spacing: 0 !important;
    }

    body.single-product .gds-sp-country-pricing-table th,
    body.single-product .gds-sp-country-pricing-table td {
        padding: 8px 3px !important;
        font-size: 8.2px !important;
        line-height: 1.2 !important;
        text-align: center !important;
        border-bottom: 1px solid #edf2f7 !important;
        color: #08245c !important;
        font-weight: 900 !important;
        word-break: normal !important;
    }

    body.single-product .gds-sp-country-pricing-table th {
        background: #f8fbff !important;
    }

    body.single-product .gds-sp-charges-label-head,
    body.single-product .gds-sp-charges-label {
        width: 86px !important;
        min-width: 86px !important;
        max-width: 86px !important;
        text-align: left !important;
        padding-left: 6px !important;
    }

    body.single-product .gds-sp-charges-label strong {
        font-size: 8.5px !important;
        line-height: 1.25 !important;
        font-weight: 950 !important;
        color: #08245c !important;
    }

    body.single-product .gds-sp-charges-label small {
        display: none !important;
    }

    body.single-product .gds-sp-country-headbox {
        gap: 1px !important;
    }

    body.single-product .gds-sp-country-headbox span {
        font-size: 13px !important;
        line-height: 1 !important;
    }

    body.single-product .gds-sp-country-headbox strong {
        font-size: 7.2px !important;
        line-height: 1.05 !important;
        font-weight: 950 !important;
        white-space: nowrap !important;
    }

    body.single-product .gds-sp-country-headbox small {
        font-size: 6.8px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        color: #64748b !important;
    }

    body.single-product .gds-sp-free-pill {
        min-height: 17px !important;
        padding: 0 5px !important;
        font-size: 7px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
    }

    body.single-product .gds-sp-delivery-time {
        font-size: 7.2px !important;
        line-height: 1.15 !important;
        font-weight: 950 !important;
        color: #2563eb !important;
    }

    /* Call confirmation strip like reference */
    body.single-product .gds-sp-country-pricing-callout {
        margin-top: 8px !important;
        padding: 10px !important;
        border-radius: 14px !important;
        display: grid !important;
        grid-template-columns: 34px minmax(0, 1fr) 42px !important;
        gap: 8px !important;
        align-items: center !important;
        text-align: left !important;
        background: #fff8e7 !important;
        border: 1px solid #f2dfa3 !important;
    }

    body.single-product .gds-sp-country-pricing-callout-icon {
        width: 34px !important;
        height: 34px !important;
        border-radius: 999px !important;
        font-size: 15px !important;
        margin: 0 !important;
        background: #ffffff !important;
    }

    body.single-product .gds-sp-country-pricing-callout-text h3 {
        font-size: 9.5px !important;
        line-height: 1.2 !important;
        margin-bottom: 2px !important;
    }

    body.single-product .gds-sp-country-pricing-callout-text p {
        font-size: 7.4px !important;
        line-height: 1.25 !important;
    }

    body.single-product .gds-sp-country-pricing-callout-badge {
        width: auto !important;
        min-height: 20px !important;
        padding: 0 8px !important;
        border-radius: 999px !important;
        font-size: 7px !important;
        margin: 0 !important;
        text-align: center !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.single-product .gds-sp-country-pricing-note {
        display: none !important;
    }

    /* Add View Full Pricing button style if your template has button/link later */
    body.single-product .gds-sp-view-pricing-btn,
    body.single-product .gds-sp-country-pricing-board .gds-sp-secondary-btn {
        width: 100% !important;
        min-height: 38px !important;
        margin-top: 10px !important;
        border-radius: 999px !important;
        background: #08245c !important;
        color: #ffffff !important;
        font-size: 10px !important;
        font-weight: 950 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
    }
}

/* Extra small phone adjustment */
@media (max-width: 380px) {
    body.single-product .gds-sp-container {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    body.single-product .gds-sp-country-pricing-table th,
    body.single-product .gds-sp-country-pricing-table td {
        padding: 7px 2px !important;
        font-size: 7.4px !important;
    }

    body.single-product .gds-sp-charges-label-head,
    body.single-product .gds-sp-charges-label {
        width: 78px !important;
        min-width: 78px !important;
        max-width: 78px !important;
    }

    body.single-product .gds-sp-country-headbox strong {
        font-size: 6.6px !important;
    }

    body.single-product .gds-sp-country-headbox small {
        font-size: 6.2px !important;
    }
}













/* =========================================================
   SINGLE PRODUCT MOBILE - SELLER SUPPORT + HOW IT WORKS
   2 cards in 1 row, professional compact layout
========================================================= */

@media (max-width: 768px) {

    /* Section spacing */
    body.single-product .gds-sp-support-section,
    body.single-product .gds-sp-how-section {
        padding-top: 26px !important;
        padding-bottom: 26px !important;
    }

    body.single-product .gds-sp-support-head,
    body.single-product .gds-sp-how-head {
        margin-bottom: 16px !important;
        padding: 0 8px !important;
    }

    body.single-product .gds-sp-support-head > span,
    body.single-product .gds-sp-how-head > span {
        font-size: 9px !important;
        margin-bottom: 5px !important;
    }

    body.single-product .gds-sp-support-head h2,
    body.single-product .gds-sp-how-head h2 {
        font-size: 20px !important;
        line-height: 1.15 !important;
        margin-bottom: 6px !important;
    }

    body.single-product .gds-sp-support-head p,
    body.single-product .gds-sp-how-head p {
        max-width: 310px !important;
        margin: 0 auto !important;
        font-size: 11px !important;
        line-height: 1.45 !important;
    }

    /* 2 cards in one row */
    body.single-product .gds-sp-support-grid,
    body.single-product .gds-sp-how-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    /* Card design */
    body.single-product .gds-sp-support-card,
    body.single-product .gds-sp-how-card {
        min-height: 178px !important;
        padding: 14px 12px !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        border: 1px solid #dbe7f6 !important;
        box-shadow: 0 10px 24px rgba(15, 43, 95, 0.055) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    /* Icons */
    body.single-product .gds-sp-support-icon,
    body.single-product .gds-sp-how-icon {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        border-radius: 14px !important;
        font-size: 20px !important;
        margin-bottom: 12px !important;
        box-shadow: 0 8px 18px rgba(15, 43, 95, 0.06) !important;
    }

    /* Step number */
    body.single-product .gds-sp-how-number {
        margin-bottom: 5px !important;
        font-size: 10px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
    }

    /* Titles */
    body.single-product .gds-sp-support-card h3,
    body.single-product .gds-sp-how-card h3 {
        margin: 0 0 7px !important;
        color: #08245c !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        font-weight: 950 !important;
        letter-spacing: -0.02em !important;
    }

    /* Text */
    body.single-product .gds-sp-support-card p,
    body.single-product .gds-sp-how-card p {
        margin: 0 !important;
        color: #64748b !important;
        font-size: 10.5px !important;
        line-height: 1.45 !important;
        font-weight: 650 !important;
    }

    /* Active how-it-works card */
    body.single-product .gds-sp-how-card.is-active {
        background:
            radial-gradient(circle at top left, rgba(244, 189, 53, 0.16), transparent 40%),
            #ffffff !important;
        border-color: #f2dfa3 !important;
    }

    /* Since How It Works has 3 cards, make the last card full width */
    body.single-product .gds-sp-how-grid .gds-sp-how-card:nth-child(3):last-child {
        grid-column: 1 / -1 !important;
        min-height: 150px !important;
    }
}

/* Extra small mobile */
@media (max-width: 380px) {
    body.single-product .gds-sp-support-grid,
    body.single-product .gds-sp-how-grid {
        gap: 8px !important;
    }

    body.single-product .gds-sp-support-card,
    body.single-product .gds-sp-how-card {
        min-height: 165px !important;
        padding: 12px 10px !important;
        border-radius: 16px !important;
    }

    body.single-product .gds-sp-support-icon,
    body.single-product .gds-sp-how-icon {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        font-size: 18px !important;
    }

    body.single-product .gds-sp-support-card h3,
    body.single-product .gds-sp-how-card h3 {
        font-size: 12px !important;
    }

    body.single-product .gds-sp-support-card p,
    body.single-product .gds-sp-how-card p {
        font-size: 9.6px !important;
    }
}























/* =========================================================
   SINGLE PRODUCT DESKTOP COUNTRY SELECTOR - FLAG STYLE
   3 countries = bigger cards
   4/5/6 countries = auto adjusted
========================================================= */

@media (min-width: 769px) {

    body.single-product .gds-sp-country-box {
        margin: 18px 0 20px !important;
        width: 100% !important;
    }

    body.single-product .gds-sp-country-grid {
        display: grid !important;
        width: 100% !important;
        gap: 14px !important;
        align-items: stretch !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.single-product .gds-sp-country {
        width: 100% !important;
        min-height: 128px !important;
        padding: 18px 12px !important;
        border-radius: 24px !important;
        background: #ffffff !important;
        border: 1px solid #dbe7f6 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        text-align: center !important;
        box-shadow: 0 12px 30px rgba(15, 43, 95, 0.055) !important;
        transition: all 0.22s ease !important;
        overflow: hidden !important;
    }

    body.single-product .gds-sp-country span {
        width: 58px !important;
        height: 58px !important;
        min-width: 58px !important;
        border-radius: 999px !important;
        background: #eef6ff !important;
        border: 1px solid #dbe7f6 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 32px !important;
        line-height: 1 !important;
        box-shadow: 0 10px 22px rgba(15, 43, 95, 0.09) !important;
    }

    body.single-product .gds-sp-country strong {
        display: block !important;
        width: 100% !important;
        color: #08245c !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
        font-weight: 950 !important;
        white-space: normal !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.single-product .gds-sp-country.is-active,
    body.single-product .gds-sp-country:hover {
        background: #fff8e6 !important;
        border-color: #f4bd35 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 18px 34px rgba(244, 189, 53, 0.22) !important;
    }

    body.single-product .gds-sp-country.is-active span {
        background: #f4bd35 !important;
        border-color: #f4bd35 !important;
    }

    /* 4 countries = 4 in one row */
    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(4)) {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(4)) .gds-sp-country {
        min-height: 118px !important;
        padding: 16px 10px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(4)) .gds-sp-country span {
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        font-size: 30px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(4)) .gds-sp-country strong {
        font-size: 14px !important;
    }

    /* 5 countries = 5 in one row */
    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(5)) {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(5)) .gds-sp-country {
        min-height: 110px !important;
        padding: 14px 8px !important;
        border-radius: 22px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(5)) .gds-sp-country span {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        font-size: 28px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(5)) .gds-sp-country strong {
        font-size: 13px !important;
        white-space: nowrap !important;
    }

    /* 6 countries = 6 in one row */
    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) .gds-sp-country {
        min-height: 104px !important;
        padding: 12px 6px !important;
        border-radius: 20px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) .gds-sp-country span {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        font-size: 26px !important;
    }

    body.single-product .gds-sp-country-grid:has(.gds-sp-country:nth-child(6)) .gds-sp-country strong {
        font-size: 11.5px !important;
        white-space: nowrap !important;
    }
}








/* =========================================================
   SINGLE PRODUCT PAGE - REMOVE EXTRA SECTION SPACING ONLY
========================================================= */

/* Remove extra top/bottom spacing from main product page sections */
body.single-product .gds-sp-hero {
    padding-top: 18px !important;
    padding-bottom: 34px !important;
}

body.single-product .gds-sp-details-section,
body.single-product .gds-sp-country-pricing-section,
body.single-product .gds-sp-support-section,
body.single-product .gds-sp-how-section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
}

/* Remove extra gaps inside section headings */
body.single-product .gds-sp-country-pricing-head,
body.single-product .gds-sp-support-head,
body.single-product .gds-sp-how-head {
    margin-bottom: 18px !important;
}

body.single-product .gds-sp-country-pricing-head h2,
body.single-product .gds-sp-support-head h2,
body.single-product .gds-sp-how-head h2,
body.single-product .gds-sp-description h2 {
    margin-bottom: 6px !important;
}

body.single-product .gds-sp-country-pricing-head p,
body.single-product .gds-sp-support-head p,
body.single-product .gds-sp-how-head p {
    margin-bottom: 0 !important;
}

/* Reduce card inner spacing */
body.single-product .gds-sp-description {
    padding: 24px !important;
}

body.single-product .gds-sp-country-pricing-board {
    padding: 16px !important;
}

body.single-product .gds-sp-support-card,
body.single-product .gds-sp-how-card {
    padding: 20px !important;
}

/* Reduce footer gap after last section */
body.single-product .gds-sp-how-section {
    margin-bottom: 0 !important;
}

/* Remove unnecessary spacing before footer */
body.single-product .gds-sp-page {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* =========================================================
   MOBILE SPACING FIX
========================================================= */

@media (max-width: 768px) {
    body.single-product .gds-sp-hero {
        padding-top: 8px !important;
        padding-bottom: 22px !important;
    }

    body.single-product .gds-sp-details-section,
    body.single-product .gds-sp-country-pricing-section,
    body.single-product .gds-sp-support-section,
    body.single-product .gds-sp-how-section {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    body.single-product .gds-sp-country-pricing-head,
    body.single-product .gds-sp-support-head,
    body.single-product .gds-sp-how-head {
        margin-bottom: 12px !important;
    }

    body.single-product .gds-sp-description {
        padding: 16px !important;
    }

    body.single-product .gds-sp-country-pricing-board {
        padding: 10px !important;
    }

    body.single-product .gds-sp-support-card,
    body.single-product .gds-sp-how-card {
        padding: 14px !important;
    }

    body.single-product .gds-sp-support-grid,
    body.single-product .gds-sp-how-grid {
        gap: 10px !important;
    }
}