:root {
    --wdh-navy: #062a66;
    --wdh-navy-dark: #001f4d;
    --wdh-orange: #ff7600;
    --wdh-blue: #2c4ce7;
    --wdh-ink: #071d49;
    --wdh-muted: #5f6d83;
    --wdh-line: #dce4f2;
    --wdh-soft: #f5f8fd;
    --wdh-content-width: var(--theme-normal-container-max-width, 1290px);
    --wdh-container-width: var(--theme-container-width, min(90vw, var(--wdh-content-width)));
}

body.wadhumal-home-page .ct-footer,
body.wadhumal-home-page .site-footer,
body.wadhumal-home-page .entry-header {
    display: none !important;
}

body.wadhumal-home-page .site-main,
body.wadhumal-home-page .entry-content,
body.wadhumal-home-page .ct-container-full {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

body.wadhumal-home-page .site-content,
body.wadhumal-home-page .content-area,
body.wadhumal-home-page #main > article,
body.wadhumal-home-page #main article.type-page,
body.wadhumal-home-page #main > .ct-container,
body.wadhumal-home-page #main > [data-vertical-spacing*="top"],
body.wadhumal-home-page .wadhumal-home,
body.wadhumal-home-page .wadhumal-home > main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.wadhumal-home-page .wadhumal-home > main > .wdh-hero {
    margin-top: 0 !important;
}

.wadhumal-home {
    color: var(--wdh-ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.45;
}

.wadhumal-home *,
.wadhumal-home *::before,
.wadhumal-home *::after {
    box-sizing: border-box;
}

.wadhumal-home a {
    color: inherit;
    text-decoration: none;
}

.wadhumal-home svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wdh-announcement {
    min-height: 46px;
    padding: 0 52px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    background: linear-gradient(90deg, #002860, #001846);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.wdh-announcement span:nth-child(2) {
    text-align: center;
}

.wdh-announcement span:nth-child(3) {
    text-align: right;
}

.wdh-main-header {
    width: var(--wdh-container-width);
    max-width: var(--wdh-content-width);
    min-height: 126px;
    margin: 0 auto;
    padding: 22px 26px;
    display: grid;
    grid-template-columns: 300px minmax(260px, 1fr) 230px;
    align-items: center;
    gap: 42px;
}

.wdh-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.wdh-logo img {
    max-width: 270px;
    max-height: 74px;
    object-fit: contain;
}

.wdh-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 54px;
    font-size: 52px;
    line-height: 1;
    font-weight: 950;
    color: var(--wdh-orange);
    letter-spacing: 0;
}

.wdh-logo strong {
    display: block;
    color: var(--wdh-navy);
    font-size: 39px;
    line-height: 1;
    letter-spacing: 0;
}

.wdh-logo strong span {
    color: var(--wdh-orange);
}

.wdh-logo em {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    color: var(--wdh-navy);
    font-style: normal;
    font-weight: 800;
}

.wdh-search {
    height: 52px;
    display: grid;
    grid-template-columns: 1fr 60px;
    border: 1px solid var(--wdh-line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(5, 28, 71, 0.06);
}

.wdh-search input {
    width: 100%;
    border: 0;
    padding: 0 22px;
    font: inherit;
    font-size: 16px;
    color: var(--wdh-ink);
    outline: 0;
    background: #fff;
}

.wdh-search button {
    border: 0;
    background: var(--wdh-orange);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.wdh-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
}

.wdh-actions a {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 6px;
    color: var(--wdh-navy);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.wdh-actions .wdh-icon {
    font-size: 28px;
}

.wdh-cart-link i {
    position: absolute;
    top: -6px;
    right: 6px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--wdh-orange);
    color: #fff;
    font-size: 16px;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wdh-hero,
.wdh-trust,
.wdh-section,
.wdh-promo,
.wdh-bottom-row {
    width: var(--wdh-container-width);
    max-width: var(--wdh-content-width);
    margin-left: auto;
    margin-right: auto;
}

.wdh-hero {
    position: relative;
    min-height: 488px;
    padding: 42px 50px 34px;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 10px;
    background-color: #eef7ff;
    background-image: var(--wdh-hero-bg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: none;
}

.wdh-hero-copy {
    position: relative;
    z-index: 2;
    width: 47%;
    max-width: 575px;
    min-width: 0;
}

.wdh-pill {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(90deg, #4056e8, #263ad4);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.wdh-hero h1 {
    margin: 24px 0 12px;
    width: 100%;
    max-width: 575px;
    color: var(--wdh-navy);
    font-size: clamp(44px, 4vw, 58px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.wdh-hero h1::first-line {
    color: var(--wdh-navy);
}

.wdh-hero h1 span,
.wdh-hero-copy h1 strong {
    color: var(--wdh-orange);
}

.wdh-hero h2 {
    margin: 0 0 14px;
    color: var(--wdh-navy);
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: 0;
}

.wdh-hero p {
    max-width: 430px;
    margin: 0 0 26px;
    color: #1f2937;
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.28;
    font-weight: 600;
}

.wdh-primary-btn,
.wdh-promo a,
.wdh-newsletter button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: var(--wdh-navy);
    color: #fff;
    border: 0;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(6, 42, 102, 0.22);
}

.wdh-primary-btn {
    min-width: 182px;
    min-height: 58px;
    border: 2px solid rgba(255, 255, 255, 0.78);
    color: #fff !important;
    font-size: 18px;
}

.wdh-mini-benefits {
    margin-top: 34px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: clamp(12px, 3vw, 44px);
    width: 100%;
}

.wdh-mini-benefits span {
    display: inline-flex;
    align-items: center;
    flex: 0 1 auto;
    gap: 10px;
    color: var(--wdh-navy);
    font-size: 16px;
    font-weight: 950;
    white-space: nowrap;
}

.wdh-mini-benefits .wdh-icon {
    color: #2845ff;
    font-size: 38px;
}

.wdh-promo-img {
    width: 100%;
    height: auto;
    max-height: 430px;
    object-fit: contain;
    filter: drop-shadow(0 22px 26px rgba(0, 31, 77, 0.16));
}

.wdh-hero-note {
    position: absolute;
    right: 5.2%;
    top: 11%;
    max-width: 120px;
    color: var(--wdh-navy);
    font-size: 32px;
    line-height: 1.15;
    font-style: italic;
    transform: rotate(-6deg);
    z-index: 2;
    text-align: center;
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.96);
}

.wdh-image-placeholder,
.wdh-category-placeholder {
    background: linear-gradient(135deg, #b76d29, #f7f7f7 42%, #0071d8 70%, #e8edf5);
}

.wdh-trust {
    margin-top: 18px;
    padding: 22px 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    border: 1px solid var(--wdh-line);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(7, 29, 73, 0.04);
}

.wdh-trust div,
.wdh-why-grid div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.wdh-trust .wdh-icon,
.wdh-why-grid .wdh-icon {
    flex: 0 0 auto;
    color: var(--wdh-navy);
    font-size: 38px;
}

.wdh-trust b,
.wdh-why-grid b {
    display: block;
    font-size: 16px;
    color: var(--wdh-navy);
}

.wdh-trust small,
.wdh-why-grid small {
    display: block;
    margin-top: 2px;
    color: #263852;
    font-size: 16px;
}

.wdh-section {
    margin-top: 34px;
}

.wdh-section-head {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.wdh-section-head h2,
.wdh-why h2 {
    margin: 0;
    color: var(--wdh-navy);
    font-size: 28px;
    font-weight: 950;
    letter-spacing: 0;
}

.wdh-section-head a {
    color: var(--wdh-navy);
    font-size: 16px;
    font-weight: 900;
}

.wdh-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.wdh-category-card,
.wdh-product-card {
    position: relative;
    min-width: 0;
    border: 1px solid var(--wdh-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(7, 29, 73, 0.04);
}

.wdh-category-card {
    display: block;
    text-align: center;
    padding-bottom: 22px;
}

.wdh-category-card img,
.wdh-category-placeholder {
    width: 100%;
    aspect-ratio: 1.26 / 1;
    object-fit: cover;
    display: block;
}

.wdh-category-card strong {
    display: block;
    min-height: 42px;
    margin: 18px 14px 4px;
    color: var(--wdh-navy);
    font-size: 18px;
    line-height: 1.2;
}

.wdh-category-card span {
    color: var(--wdh-navy);
    font-size: 16px;
    font-weight: 900;
}

.wdh-product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.wdh-product-card {
    padding-bottom: 16px;
}

.wdh-product-img {
    position: relative;
    display: block;
    background: var(--wdh-soft);
}

.wdh-product-img img {
    width: 100%;
    aspect-ratio: 1.05 / 1;
    object-fit: cover;
    display: block;
}

.wdh-product-img span {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--wdh-orange);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.wdh-product-card h3 {
    margin: 14px 12px 8px;
    min-height: 38px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.wdh-product-card h3 a {
    color: #111827;
}

.wdh-price {
    margin: 0 12px 8px;
    color: var(--wdh-navy);
    font-size: 20px;
    font-weight: 950;
}

.wdh-price small {
    color: #57647a;
    font-size: 16px;
    font-weight: 800;
}

.wdh-rating {
    margin: 0 50px 0 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--wdh-orange);
    font-size: 16px;
}

.wdh-rating .star-rating {
    float: none;
    margin: 0;
}

.wdh-rating small {
    color: #647084;
}

.wdh-cart-btn {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--wdh-navy);
    color: #fff;
}

.wdh-promo {
    margin-top: 32px;
    min-height: 238px;
    padding: 38px 42px;
    display: grid;
    grid-template-columns: minmax(270px, 0.8fr) minmax(320px, 1fr) 240px;
    align-items: center;
    gap: 24px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(100deg, #101875, #20359c 52%, #eef0ff);
    overflow: hidden;
}

.wdh-promo h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: 0;
}

.wdh-promo p {
    margin: 0 0 20px;
    font-size: 21px;
}

.wdh-promo a {
    min-height: 44px;
    border-radius: 5px;
    background: #fff;
    color: var(--wdh-navy);
}

.wdh-promo ul {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--wdh-navy);
    font-weight: 900;
}

.wdh-promo li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wdh-promo .wdh-icon {
    font-size: 30px;
}

.wdh-bottom-row {
    margin-top: 30px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 32px;
    align-items: end;
}

.wdh-why-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.wdh-newsletter {
    padding: 26px;
    border-radius: 8px;
    background: linear-gradient(135deg, #062a66, #001846);
    color: #fff;
}

.wdh-newsletter h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0;
}

.wdh-newsletter p {
    margin: 0 0 18px;
}

.wdh-newsletter form {
    display: grid;
    grid-template-columns: 1fr 120px;
    min-height: 48px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}

.wdh-newsletter input {
    min-width: 0;
    border: 0;
    padding: 0 16px;
    font: inherit;
    outline: 0;
}

.wdh-newsletter button {
    min-height: 48px;
    border-radius: 0;
    background: var(--wdh-orange);
}

.wdh-footer {
    margin-top: 18px;
    padding: 28px 52px 12px;
    background: linear-gradient(110deg, #062a66, #001846);
    color: #fff;
}

.wdh-footer-grid {
    width: var(--wdh-container-width);
    max-width: var(--wdh-content-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr 0.8fr 1fr;
    gap: 42px;
}

.wdh-footer-logo strong,
.wdh-footer-logo em {
    color: #fff;
}

.wdh-footer-logo .wdh-mark {
    color: #fff;
}

.wdh-footer p {
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.9);
}

.wdh-footer h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0;
}

.wdh-footer a {
    display: block;
    margin: 5px 0;
    color: rgba(255, 255, 255, 0.92);
}

.wdh-footer .wdh-icon {
    display: inline-flex;
    width: 18px;
    margin-right: 7px;
    vertical-align: -3px;
}

.wdh-footer-bottom {
    width: var(--wdh-container-width);
    max-width: var(--wdh-content-width);
    margin: 16px auto 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
}

@media (max-width: 1100px) {
    .wdh-main-header {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wdh-actions {
        justify-content: flex-start;
    }

    .wdh-hero,
    .wdh-promo,
    .wdh-bottom-row {
        grid-template-columns: 1fr;
    }

    .wdh-hero {
        min-height: 430px;
        padding: 36px 34px 30px;
        background-position: center right;
    }

    .wdh-hero::before {
        position: absolute;
        inset: 0;
        z-index: 1;
        content: "";
        pointer-events: none;
        background: linear-gradient(90deg, #eef7ff 0%, rgba(238, 247, 255, 0.98) 48%, rgba(238, 247, 255, 0.72) 53%, rgba(238, 247, 255, 0) 61%);
    }

    .wdh-hero-copy {
        width: 48%;
        max-width: none;
    }

    .wdh-hero h1 {
        margin-top: 18px;
        font-size: clamp(34px, 4vw, 48px);
    }

    .wdh-hero h2 {
        font-size: clamp(20px, 2.5vw, 26px);
    }

    .wdh-hero p {
        max-width: 360px;
        font-size: clamp(16px, 2vw, 20px);
    }

    .wdh-mini-benefits {
        margin-top: 28px;
        gap: 10px;
    }

    .wdh-mini-benefits span {
        font-size: 16px;
    }

    .wdh-mini-benefits .wdh-icon {
        font-size: 30px;
    }

    .wdh-hero-note {
        right: 4%;
        font-size: 24px;
    }

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

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

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

    .wdh-promo ul {
        color: #fff;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    body.wadhumal-home-page {
        overflow-x: hidden;
        overflow-x: clip;
    }

    .wdh-announcement {
        padding: 10px 16px;
        grid-template-columns: 1fr;
        gap: 6px;
        text-align: center;
        font-size: 16px;
    }

    .wdh-announcement span:nth-child(3) {
        text-align: center;
    }

    .wdh-main-header {
        min-height: 0;
        padding: 18px 16px;
    }

    .wdh-logo strong {
        font-size: 30px;
    }

    .wdh-mark {
        width: 50px;
        height: 42px;
        font-size: 40px;
    }

    .wdh-search {
        grid-template-columns: 1fr 54px;
    }

    .wdh-actions {
        justify-content: space-between;
        gap: 12px;
    }

    .wdh-hero,
    .wdh-trust,
    .wdh-section,
    .wdh-promo,
    .wdh-bottom-row {
        width: var(--wdh-container-width);
    }

    .wdh-hero {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        min-height: 700px;
        padding: 30px 0;
        align-items: flex-start;
        border-radius: 0;
        background-size: auto 47%;
        background-position: center bottom;
    }

    @supports (width: 100dvw) {
        .wdh-hero {
            width: 100dvw !important;
            max-width: 100dvw !important;
            margin-right: calc(50% - 50dvw) !important;
            margin-left: calc(50% - 50dvw) !important;
        }
    }

    .wdh-hero::before {
        background: linear-gradient(180deg, #eef7ff 0%, rgba(238, 247, 255, 0.98) 53%, rgba(238, 247, 255, 0.82) 60%, rgba(238, 247, 255, 0) 72%);
    }

    .wdh-hero-copy {
        width: var(--wdh-container-width);
        max-width: var(--wdh-content-width);
        margin-right: auto;
        margin-left: auto;
    }

    .wdh-hero h1 {
        font-size: clamp(36px, 11vw, 43px);
        max-width: 360px;
    }

    .wdh-hero h2 {
        font-size: 22px;
    }

    .wdh-hero p,
    .wdh-promo p {
        font-size: 17px;
    }

    .wdh-mini-benefits {
        gap: 4px;
        margin-top: 28px;
        max-width: 100%;
    }

    .wdh-mini-benefits span {
        gap: 4px;
        font-size: 16px;
    }

    .wdh-mini-benefits .wdh-icon {
        font-size: clamp(20px, 6vw, 24px);
    }

    .wdh-hero-note {
        right: auto;
        left: max(16px, calc((100% - var(--wdh-container-width)) / 2));
        top: auto;
        bottom: 148px;
        max-width: 124px;
        font-size: 18px;
        text-shadow: 0 1px 8px rgba(255, 255, 255, 0.95);
    }

    .wdh-trust,
    .wdh-category-grid,
    .wdh-product-grid,
    .wdh-why-grid,
    .wdh-footer-grid {
        grid-template-columns: 1fr;
    }

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

    .wdh-promo {
        padding: 28px 22px;
    }

    .wdh-promo h2 {
        font-size: 29px;
    }

    .wdh-promo ul {
        grid-template-columns: 1fr;
    }

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

    .wdh-footer {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        padding: 28px 0 14px;
        border-radius: 0 !important;
    }

    .wdh-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    @supports (width: 100dvw) {
        .wdh-footer {
            width: 100dvw !important;
            max-width: 100dvw !important;
            margin-right: calc(50% - 50dvw) !important;
            margin-left: calc(50% - 50dvw) !important;
        }
    }
}

@media (max-width: 360px) {
    .wdh-mini-benefits {
        gap: 2px;
    }

    .wdh-mini-benefits > span {
        flex: 1 1 0;
        min-width: 0;
        flex-direction: column;
        gap: 2px;
        line-height: 1.15;
        text-align: center;
        white-space: normal;
    }

    .wdh-mini-benefits .wdh-icon {
        display: inline-flex;
        flex: 0 0 14px;
        width: 14px;
        height: 14px;
        font-size: 16px;
    }

    .wdh-mini-benefits .wdh-icon svg {
        width: 14px;
        height: 14px;
    }
}
