/* Desktop Styles */
@media only screen and (min-width: 1024px) {
    /* Normal Header Icons */
    .header-icons-wrapper {
        display: flex;
        align-items: center;
        margin-left: auto;
        padding-right: 15px;
    }

    .header-icons-wrapper > * {
        display: flex;
        align-items: center;
        margin: 0 15px;
    }

    .header-icons-wrapper .my-account,
    .header-icons-wrapper .wishlist {
        text-decoration: none;
    }

    .header-icons-wrapper i {
        font-size: 26px;
        color: #222529;
        line-height: 1;
    }

    .header-icons-wrapper .my-account:hover i,
    .header-icons-wrapper .wishlist:hover i,
    .header-icons-wrapper .minicart-wrapper:hover i {
        color: #08c;
    }

    .header-icons-wrapper .wishlist {
        position: relative;
    }

    .header-icons-wrapper .wishlist .wishlist-count {
        position: absolute;
        right: -8px;
        top: -8px;
        width: 16px;
        height: 16px;
        display: block;
        font-size: 10px;
        color: #fff;
        background-color: #ff5b5b;
        border-radius: 8px;
        line-height: 16px;
        text-align: center;
        font-weight: 600;
    }

    .header-icons-wrapper .minicart-wrapper {
        margin: 0;
        padding: 0;
    }

    .header-icons-wrapper .minicart-wrapper .action.showcart {
        padding: 0;
        margin: 0;
        line-height: 1;
    }

    .header-icons-wrapper .minicart-wrapper .text,
    .header-icons-wrapper .minicart-wrapper .counter-label {
        display: none;
    }

    /* Sticky Header Styles - Default (English) */
    header.page-header.sticky-header .minicart-wrapper {
        position: absolute;
        right: 10px;
        top: 20%;
    }

    header.page-header.sticky-header .minicart-wrapper .action.showcart:before {
        font-size: 26px !important;
        line-height: 26px !important;
        width: 26px !important;
        height: 26px !important;
        content: '\e87f';
        font-family: 'porto-icons';
    }

    header.page-header.sticky-header .header-icons-container .my-account {
        position: absolute;
        right: 124px;
        top: 20%;
    }

    header.page-header.sticky-header .header-icons-container .wishlist {
        position: absolute;
        right: 75px;
        top: 20%;
    }

    header.page-header.sticky-header .header-icons-container .my-account i,
    header.page-header.sticky-header .header-icons-container .wishlist i {
        font-size: 26px !important;
        line-height: 26px !important;
        width: 26px !important;
        height: 26px !important;
    }

    /* Fix minicart icon and counter */
    header.page-header.sticky-header .minicart-wrapper .action.showcart .counter.qty {
        position: absolute;
        right: -8px;
        top: -8px;
        min-width: 16px;
        height: 16px;
        background: #ff5b5b;
        color: #fff;
        border-radius: 8px;
        font-size: 10px;
        font-weight: 600;
        line-height: 16px;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    /* Arabic Language Support */
    html[lang="ar"] header.page-header.sticky-header .minicart-wrapper {
        right: auto;
        left: 10px;
    }

    html[lang="ar"] header.page-header.sticky-header .header-icons-container .my-account {
        right: auto;
        left: 124px;
    }

    html[lang="ar"] header.page-header.sticky-header .header-icons-container .wishlist {
        right: auto;
        left: 75px;
    }

    html[lang="ar"] .header-icons-wrapper .wishlist .wishlist-count,
    html[lang="ar"] header.page-header.sticky-header .header-icons-container .wishlist .wishlist-count {
        right: auto;
        left: -8px;
    }

    html[lang="ar"] .header-icons-wrapper {
        margin-left: 0;
        margin-right: auto;
        padding-right: 0;
        padding-left: 15px;
    }

    /* RTL Support (for completeness) */
    html[dir="rtl"] .header-icons-wrapper {
        margin-left: 0;
        margin-right: auto;
        padding-right: 0;
        padding-left: 15px;
    }

    html[dir="rtl"] header.page-header.sticky-header .minicart-wrapper {
        right: auto;
        left: 10px;
    }

    html[dir="rtl"] header.page-header.sticky-header .header-icons-container .my-account {
        right: auto;
        left: 140px;
    }

    html[dir="rtl"] header.page-header.sticky-header .header-icons-container .wishlist {
        right: auto;
        left: 75px;
    }

    html[dir="rtl"] .header-icons-wrapper .wishlist .wishlist-count,
    html[dir="rtl"] header.page-header.sticky-header .header-icons-container .wishlist .wishlist-count {
        right: auto;
        left: -8px;
    }
}
