:root {
    --rp-navy: #0d1728;
    --rp-navy-deep: #091321;
    --rp-orange: #ff5a0a;
    --rp-orange-dark: #e84d00;
    --rp-text: #111827;
    --rp-muted: #647084;
    --rp-line: #e4e8ef;
    --rp-footer-muted: #c1c9d6;
}

.rp-shell-topbar,
.rp-shell-header,
.rp-shell-footer {
    font-family: inherit;
}

.rp-shell-topbar .container,
.rp-shell-header .container,
.rp-shell-footer .container {
    width: 100%;
    max-width: 1440px;
    padding-left: 28px;
    padding-right: 28px;
}

.rp-shell-topbar {
    min-height: 38px;
    background: var(--rp-navy) !important;
    color: #fff;
}

.rp-shell-topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.rp-shell-benefits,
.rp-shell-contact {
    display: flex;
    align-items: center;
}

.rp-shell-benefits {
    flex: 1 1 auto;
    justify-content: space-between;
    max-width: 760px;
    gap: 22px;
}

.rp-shell-benefits span,
.rp-shell-contact a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.rp-shell-contact {
    justify-content: flex-end;
    gap: 24px;
}

.rp-shell-topbar i {
    color: var(--rp-orange);
    font-size: 16px;
}

.rp-shell-header {
    background: #fff !important;
    box-shadow: none;
}

.rp-shell-header.sticky-top {
    box-shadow: 0 8px 24px rgba(13, 23, 40, 0.08);
}

.rp-shell-main {
    position: relative;
    z-index: 2;
    background: #fff !important;
}

.rp-shell-main-inner {
    min-height: 82px;
    display: grid;
    grid-template-columns: minmax(185px, 225px) minmax(340px, 1fr) auto;
    align-items: center;
    column-gap: 42px;
}

.rp-shell-logo {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 220px;
}

.rp-shell-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 48px;
    object-fit: contain;
}

.rp-shell-search {
    min-width: 0;
    background: transparent !important;
    border-radius: 0 !important;
}

.rp-shell-search-form {
    height: 48px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe4eb;
    border-radius: 5px;
    box-shadow: 0 2px 9px rgba(13, 23, 40, 0.04);
}

.rp-shell-search-form input {
    min-width: 0;
    flex: 1 1 auto;
    height: 46px;
    padding: 0 18px;
    color: var(--rp-text);
    font-size: 13px;
    background: transparent;
    border: 0;
    outline: 0;
}

.rp-shell-search-form input::placeholder {
    color: #99a2af;
}

.rp-shell-search-submit {
    width: 62px;
    flex: 0 0 62px;
    color: #fff;
    font-size: 23px;
    background: var(--rp-orange);
    border: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.rp-shell-search-submit:hover,
.rp-shell-search-submit:focus {
    background: var(--rp-orange-dark);
}

.rp-shell-search-back {
    width: 44px;
    color: var(--rp-text);
    font-size: 20px;
    background: #fff;
    border: 0;
}

.rp-shell-search .typed-search-box {
    z-index: 1060;
    margin-top: 7px;
    border: 1px solid var(--rp-line);
}

.rp-shell-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 26px;
}

.rp-shell-action,
.rp-shell-action:visited {
    position: relative;
    min-width: 48px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
    color: var(--rp-text) !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
}

.rp-shell-action:hover,
.rp-shell-action:focus {
    color: var(--rp-orange) !important;
}

.rp-shell-action-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
}

.rp-shell-action-icon i {
    font-size: 26px;
}

.rp-shell-action-icon img {
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.rp-shell-cart > a,
.rp-shell-cart > .dropdown-toggle,
.rp-shell-cart .nav-cart-box > a {
    min-width: 48px;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 !important;
    color: var(--rp-text) !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.1;
}

.rp-shell-cart svg {
    width: 27px;
    height: 27px;
}

.rp-shell-cart svg path,
.rp-shell-cart svg rect,
.rp-shell-cart svg circle {
    fill: currentColor;
    stroke: none;
}

.rp-shell-cart .badge {
    background: var(--rp-orange) !important;
}

.rp-shell-cart .cart-count {
    color: var(--rp-orange);
}

.rp-shell-cart .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 14px;
}

.rp-shell-header .hover-user-top-menu {
    z-index: 1055 !important;
}

.rp-shell-header .hover-user-top-menu .container {
    position: relative;
}

.rp-shell-menu-bar {
    z-index: 1;
    height: 52px;
    background: #fff !important;
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #dfe4ea;
}

.rp-shell-menu-inner {
    height: 51px;
    display: flex;
    align-items: stretch;
}

.rp-shell-category-button {
    width: 250px;
    flex: 0 0 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 20px;
    color: #fff;
    background: var(--rp-orange) !important;
    cursor: pointer;
    user-select: none;
}

.rp-shell-category-button:hover {
    background: var(--rp-orange-dark) !important;
}

.rp-shell-category-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.rp-shell-category-label .la-bars {
    font-size: 21px;
}

.rp-shell-menu-links {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    padding-left: 16px;
}

.rp-shell-menu-links > ul {
    height: 51px;
    display: flex;
    align-items: stretch;
}

.rp-shell-menu-links li {
    height: 51px;
}

.rp-shell-menu-link {
    height: 51px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    color: var(--rp-text) !important;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.rp-shell-menu-link:hover,
.rp-shell-menu-link:focus,
.rp-shell-menu-link.active {
    color: var(--rp-orange) !important;
    border-bottom-color: var(--rp-orange);
}

.rp-shell-menu-bar #click-category-menu {
    background: transparent;
}

.rp-shell-menu-bar #click-category-menu > .container {
    padding-left: 28px;
}

.rp-shell-menu-bar #click-category-menu .all-category {
    width: 250px;
}

.rp-shell-footer {
    margin-top: auto;
    color: var(--rp-footer-muted);
    background: var(--rp-navy) !important;
}

.rp-shell-footer-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.35fr) repeat(4, minmax(145px, 1fr));
    gap: 48px;
    padding: 58px 0 44px;
}

.rp-shell-footer-logo {
    display: inline-flex;
    max-width: 210px;
    margin-bottom: 22px;
}

.rp-shell-footer-logo img {
    width: auto;
    max-width: 100%;
    height: 48px;
    object-fit: contain;
}

.rp-shell-footer-brand p {
    max-width: 250px;
    margin: 0 0 24px;
    color: #eef2f7;
    font-size: 14px;
    line-height: 1.7;
}

.rp-shell-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.rp-shell-social a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.rp-shell-social a:hover {
    color: #fff !important;
    background: var(--rp-orange);
    border-color: var(--rp-orange);
}

.rp-shell-footer-column h3 {
    margin: 4px 0 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.rp-shell-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rp-shell-footer-column li {
    margin: 0 0 10px;
    color: var(--rp-footer-muted);
    font-size: 12px;
    line-height: 1.55;
}

.rp-shell-footer-column a {
    color: var(--rp-footer-muted) !important;
    transition: color 0.2s ease;
}

.rp-shell-footer-column a:hover,
.rp-shell-footer-column a:focus {
    color: #fff !important;
}

.rp-shell-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.rp-shell-footer-contact i {
    flex: 0 0 17px;
    margin-top: 2px;
    color: #fff;
    font-size: 17px;
}

.rp-shell-footer-contact span,
.rp-shell-footer-contact a {
    overflow-wrap: anywhere;
}

.rp-shell-footer-bottom {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.rp-shell-copyright {
    color: #b5bfcc;
    font-size: 11px;
}

.rp-shell-payments {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 9px;
}

.rp-shell-payments img {
    width: auto;
    max-width: 58px;
    height: 24px;
    object-fit: contain;
    border-radius: 3px;
}

.rp-shell-mobile-menu,
.rp-shell-mobile-search {
    color: var(--rp-text) !important;
    font-size: 25px;
}

@media (max-width: 1199.98px) {
    .rp-shell-main-inner {
        grid-template-columns: 180px minmax(300px, 1fr) auto;
        column-gap: 24px;
    }

    .rp-shell-actions {
        gap: 17px;
    }

    .rp-shell-menu-link {
        padding-right: 13px;
        padding-left: 13px;
    }

    .rp-shell-footer-grid {
        gap: 28px;
    }
}

@media (max-width: 991.98px) {
    .rp-shell-topbar .container,
    .rp-shell-header .container,
    .rp-shell-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rp-shell-topbar {
        min-height: 34px;
    }

    .rp-shell-topbar-inner {
        min-height: 34px;
        justify-content: center;
    }

    .rp-shell-benefits {
        display: none;
    }

    .rp-shell-contact {
        width: 100%;
        justify-content: space-between;
    }

    .rp-shell-contact a {
        font-size: 10px;
    }

    .rp-shell-main-inner {
        min-height: 66px;
        display: grid;
        grid-template-columns: 32px minmax(120px, 1fr) 32px auto;
        column-gap: 12px;
    }

    .rp-shell-logo {
        justify-self: start;
        max-width: 165px;
    }

    .rp-shell-logo img {
        height: 39px;
    }

    .rp-shell-mobile-search {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .rp-shell-search {
        position: absolute;
        z-index: 1070;
        width: 100%;
        height: 66px;
        padding: 9px 20px;
        top: 0;
        right: 0;
        left: 0;
        opacity: 0;
        background: #fff !important;
        border-radius: 0 !important;
        transform: translateY(-110%);
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .rp-shell-search.active {
        opacity: 1;
        transform: translateY(0);
    }

    .rp-shell-search-form {
        height: 48px;
    }

    .rp-shell-actions {
        gap: 10px;
    }

    .rp-shell-actions .rp-shell-action:not(.rp-shell-cart),
    .rp-shell-actions .rp-shell-wishlist {
        display: none;
    }

    .rp-shell-cart > a,
    .rp-shell-cart > .dropdown-toggle,
    .rp-shell-cart .nav-cart-box > a {
        min-width: 36px;
        font-size: 0;
    }

    .rp-shell-footer-grid {
        grid-template-columns: 1.25fr repeat(2, 1fr);
        gap: 42px 34px;
        padding: 46px 0 36px;
    }

    .rp-shell-footer-contact {
        grid-column: span 2;
    }
}

@media (max-width: 575.98px) {
    .rp-shell-topbar .container,
    .rp-shell-header .container,
    .rp-shell-footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .rp-shell-contact a:last-child {
        display: none;
    }

    .rp-shell-contact {
        justify-content: center;
    }

    .rp-shell-main-inner {
        grid-template-columns: 28px minmax(105px, 1fr) 28px auto;
        column-gap: 9px;
    }

    .rp-shell-logo {
        max-width: 142px;
    }

    .rp-shell-logo img {
        height: 35px;
    }

    .rp-shell-search {
        padding-right: 15px;
        padding-left: 15px;
    }

    .rp-shell-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 24px;
    }

    .rp-shell-footer-brand,
    .rp-shell-footer-contact {
        grid-column: 1 / -1;
    }

    .rp-shell-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding-bottom: 78px;
    }

    .rp-shell-payments {
        justify-content: flex-start;
    }
}
