:root {
    --rp2-navy: #0d1728;
    --rp2-navy-soft: #162238;
    --rp2-orange: #ff5a0a;
    --rp2-orange-dark: #df4800;
    --rp2-ink: #111827;
    --rp2-muted: #677184;
    --rp2-line: #e7eaf0;
    --rp2-page: #ffffff;
    --rp2-soft: #f7f8fa;
    --rp2-shadow: 0 10px 28px rgba(13, 23, 40, .08);
}

.rp2-home {
    overflow: hidden;
    color: var(--rp2-ink);
    background: var(--rp2-page);
}

.rp2-home .container {
    width: 100%;
    max-width: 1440px;
}

.rp2-home a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.rp2-hero {
    position: relative;
    min-height: 560px;
    color: #fff;
    background-color: var(--rp2-navy);
    background-image: url('../img/rightpoint-home-v2/hero-living-room.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rp2-hero::after {
    position: absolute;
    inset: 0;
    content: '';
    pointer-events: none;
    background: linear-gradient(90deg, rgba(8, 16, 30, .16) 0%, rgba(8, 16, 30, 0) 48%);
}

.rp2-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 560px;
    align-items: center;
}

.rp2-hero-copy {
    width: min(550px, 48%);
    padding: 42px 0 38px;
}

.rp2-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--rp2-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.rp2-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(40px, 4.15vw, 63px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .98;
    text-transform: uppercase;
}

.rp2-hero h1 strong {
    display: block;
    margin-top: 7px;
    color: var(--rp2-orange);
    font-weight: inherit;
}

.rp2-hero-copy > p {
    max-width: 440px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .85);
    font-size: 17px;
    line-height: 1.55;
}

.rp2-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-bottom: 28px;
}

.rp2-hero-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .86);
    font-size: 11px;
    font-weight: 600;
}

.rp2-hero-benefits i {
    color: var(--rp2-orange);
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
}

.rp2-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.rp2-btn {
    display: inline-flex;
    min-width: 180px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 2px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.rp2-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.rp2-btn-primary {
    color: #fff !important;
    background: var(--rp2-orange);
}

.rp2-btn-primary:hover {
    background: var(--rp2-orange-dark);
    box-shadow: 0 10px 24px rgba(255, 90, 10, .3);
}

.rp2-btn-outline {
    border-color: rgba(255, 255, 255, .8);
    color: #fff !important;
    background: rgba(13, 23, 40, .14);
}

.rp2-btn-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .1);
}

.rp2-trust {
    border-bottom: 1px solid var(--rp2-line);
    background: #fff;
    box-shadow: 0 7px 22px rgba(13, 23, 40, .05);
}

.rp2-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rp2-trust-item {
    display: flex;
    min-height: 110px;
    align-items: center;
    gap: 17px;
    padding: 22px 28px;
    border-right: 1px solid var(--rp2-line);
}

.rp2-trust-item:last-child {
    border-right: 0;
}

.rp2-trust-icon {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    color: var(--rp2-orange);
}

.rp2-trust-icon svg {
    width: 46px;
    height: 46px;
}

.rp2-trust-item strong,
.rp2-trust-item small {
    display: block;
}

.rp2-trust-item strong {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.rp2-trust-item small {
    color: var(--rp2-muted);
    font-size: 12px;
    line-height: 1.45;
}

.rp2-section-title {
    margin-bottom: 25px;
    text-align: center;
}

.rp2-section-title > span {
    display: block;
    margin-bottom: 4px;
    color: var(--rp2-orange);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rp2-section-title h2 {
    margin: 0;
    color: var(--rp2-ink);
    font-size: 27px;
    font-weight: 900;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.rp2-categories {
    padding: 42px 0 38px;
    background: #fff;
}

.rp2-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.rp2-category-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    padding: 0 14px 19px;
    border: 1px solid var(--rp2-line);
    border-radius: 10px;
    color: var(--rp2-ink) !important;
    background: #fff;
    box-shadow: 0 7px 18px rgba(13, 23, 40, .05);
}

.rp2-category-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 90, 10, .45);
    box-shadow: var(--rp2-shadow);
    text-decoration: none;
}

.rp2-category-photo {
    display: block;
    width: calc(100% + 28px);
    height: 145px;
    margin: 0 -14px 0;
    overflow: hidden;
    border-radius: 9px 9px 0 0;
    background: #eef1f5;
}

.rp2-category-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.rp2-category-card:hover .rp2-category-photo img {
    transform: scale(1.04);
}

.rp2-category-symbol {
    display: grid;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-bottom: 8px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: var(--rp2-navy);
    background: #fff;
    box-shadow: 0 5px 14px rgba(13, 23, 40, .16);
}

.rp2-category-symbol svg {
    width: 26px;
    height: 26px;
}

.rp2-category-card > strong {
    max-width: 100%;
    overflow: hidden;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rp2-category-card > small {
    min-height: 34px;
    margin-top: 5px;
    color: var(--rp2-muted);
    font-size: 10px;
    line-height: 1.45;
    text-align: center;
}

.rp2-category-action {
    margin-top: 22px;
    text-align: center;
}

.rp2-category-action a {
    display: inline-flex;
    min-width: 280px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rp2-orange);
    border-radius: 4px;
    color: var(--rp2-orange) !important;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.rp2-category-action a:hover {
    color: #fff !important;
    background: var(--rp2-orange);
    text-decoration: none;
}

.rp2-product-showcase {
    padding: 5px 0 36px;
    background: #fff;
}

.rp2-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, .84fr) minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}

.rp2-products-col {
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--rp2-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(13, 23, 40, .05);
}

.rp2-products-col > header {
    display: flex;
    min-height: 48px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.rp2-products-col > header span,
.rp2-products-col > header strong,
.rp2-products-col > header small {
    display: block;
}

.rp2-products-col > header strong {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.rp2-products-col > header small {
    margin-top: 3px;
    color: var(--rp2-muted);
    font-size: 10px;
}

.rp2-products-col > header > a {
    color: var(--rp2-orange) !important;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.rp2-ajax-products,
.rp2-ajax-products > section,
.rp2-ajax-products > section > .container {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.rp2-ajax-products > section > .container > .d-flex:first-child,
.rp2-ajax-products > section > .container > div:first-child:not(.aiz-carousel) {
    display: none !important;
}

.rp2-compact-products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100% !important;
    gap: 0;
    border-top: 1px solid var(--rp2-line);
    border-left: 1px solid var(--rp2-line);
}

.rp2-compact-products > .carousel-box {
    display: block;
    width: auto !important;
    min-width: 0;
    border-right: 1px solid var(--rp2-line) !important;
    border-bottom: 1px solid var(--rp2-line) !important;
    border-left: 0 !important;
    background: #fff;
}

.rp2-products-col .carousel-box .p-md-3,
.rp2-products-col .carousel-box .p-3 {
    padding: 10px !important;
}

@media (min-width: 768px) {
    .rp2-products-col .carousel-box .aiz-card-box {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .rp2-products-col .carousel-box .h-md-200px {
        height: 128px !important;
    }

    .rp2-products-col .carousel-box .customproductcart {
        margin-top: 8px !important;
    }
}

.rp2-products-col .carousel-box img {
    max-width: 100%;
    height: 128px !important;
    object-fit: contain;
}

.rp2-products-col .carousel-box h3,
.rp2-products-col .carousel-box h3 a,
.rp2-products-col .carousel-box .product-name,
.rp2-products-col .carousel-box .product-name a {
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.rp2-products-col .carousel-box .fs-15,
.rp2-products-col .carousel-box .fs-14,
.rp2-products-col .carousel-box .fs-md-14 {
    font-size: 11px !important;
}

.rp2-products-col .carousel-box .rating,
.rp2-products-col .carousel-box .fs-12,
.rp2-products-col .carousel-box .fs-11 {
    font-size: 8px !important;
}

.rp2-products-col .carousel-box .btn,
.rp2-products-col .carousel-box .add-to-cart {
    min-width: 26px !important;
    min-height: 26px !important;
    padding: 5px !important;
}

.rp2-promo-card {
    position: relative;
    display: flex;
    min-height: 342px;
    align-items: center;
    padding: 28px;
    overflow: hidden;
    border-radius: 10px;
    color: #fff !important;
    background-color: var(--rp2-navy);
    background-image: url('../img/rightpoint-home-v2/promo-chair.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: var(--rp2-shadow);
}

.rp2-promo-card::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(90deg, rgba(8, 16, 30, .12), rgba(8, 16, 30, 0) 62%);
}

.rp2-promo-card:hover {
    transform: translateY(-3px);
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(13, 23, 40, .18);
}

.rp2-promo-copy {
    position: relative;
    z-index: 1;
    display: block;
    width: 52%;
}

.rp2-promo-copy strong,
.rp2-promo-copy em,
.rp2-promo-copy small,
.rp2-promo-copy b {
    display: block;
}

.rp2-promo-copy strong {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1.05;
    text-transform: uppercase;
}

.rp2-promo-copy em {
    margin-top: 4px;
    color: var(--rp2-orange);
    font-style: normal;
}

.rp2-promo-copy small {
    margin: 16px 0;
    color: rgba(255, 255, 255, .82);
    font-size: 11px;
    line-height: 1.55;
}

.rp2-promo-copy b {
    width: max-content;
    padding: 10px 13px;
    border-radius: 3px;
    background: var(--rp2-orange);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.rp2-value-section {
    padding: 0 0 36px;
    background: #fff;
}

.rp2-value-band {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(310px, 1fr);
    overflow: hidden;
    border-radius: 10px;
    background: var(--rp2-navy);
    box-shadow: var(--rp2-shadow);
}

.rp2-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 20px 15px;
}

.rp2-value-grid article {
    display: grid;
    min-height: 92px;
    grid-template-columns: auto 1fr;
    align-content: center;
    column-gap: 10px;
    padding: 10px 18px;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.rp2-value-grid article:last-child {
    border-right: 0;
}

.rp2-value-grid article > span {
    grid-row: 1 / span 2;
    color: var(--rp2-orange);
    font-size: 21px;
    font-weight: 900;
}

.rp2-value-grid strong,
.rp2-value-grid small {
    display: block;
}

.rp2-value-grid strong {
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.rp2-value-grid small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .62);
    font-size: 9px;
    line-height: 1.45;
}

.rp2-deals {
    position: relative;
    display: flex;
    min-height: 132px;
    align-items: center;
    padding: 20px 145px 20px 26px;
    overflow: hidden;
    color: #fff !important;
    background: linear-gradient(135deg, var(--rp2-orange), #ff791d);
}

.rp2-deals:hover {
    color: #fff !important;
    text-decoration: none;
    background: linear-gradient(135deg, var(--rp2-orange-dark), var(--rp2-orange));
}

.rp2-deals > span {
    position: relative;
    z-index: 2;
}

.rp2-deals strong,
.rp2-deals small,
.rp2-deals b {
    display: block;
}

.rp2-deals strong {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.rp2-deals small {
    margin: 4px 0 12px;
    font-size: 10px;
    line-height: 1.4;
}

.rp2-deals b {
    width: max-content;
    padding: 8px 12px;
    border-radius: 3px;
    background: var(--rp2-navy);
    font-size: 9px;
    text-transform: uppercase;
}

.rp2-deals img {
    position: absolute;
    z-index: 1;
    right: -20px;
    bottom: -18px;
    width: 180px;
    height: auto;
}

.rp2-deals > i {
    position: absolute;
    right: 96px;
    bottom: -19px;
    z-index: 1;
    color: rgba(255, 255, 255, .26);
    font-size: 82px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.rp2-reviews {
    padding: 2px 0 44px;
    background: #fff;
}

.rp2-review-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--rp2-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(13, 23, 40, .06);
}

.rp2-review-card {
    min-width: 0;
    padding: 22px;
    border-right: 1px solid var(--rp2-line);
}

.rp2-review-card:last-child {
    border-right: 0;
}

.rp2-stars {
    margin-bottom: 10px;
    color: #d7dbe2;
    font-size: 14px;
    letter-spacing: 1px;
}

.rp2-stars .active {
    color: var(--rp2-orange);
}

.rp2-review-card > p {
    min-height: 58px;
    margin: 0 0 17px;
    color: #303a4b;
    font-size: 11px;
    line-height: 1.6;
}

.rp2-review-card footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.rp2-review-card footer span,
.rp2-review-card footer strong,
.rp2-review-card footer small {
    display: block;
    min-width: 0;
}

.rp2-review-card footer strong,
.rp2-review-card footer small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rp2-review-card footer strong {
    font-size: 11px;
}

.rp2-review-card footer small {
    margin-top: 2px;
    color: var(--rp2-muted);
    font-size: 8px;
}

.rp2-review-card footer img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .rp2-hero,
    .rp2-hero-inner {
        min-height: 500px;
    }

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

    .rp2-product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rp2-promo-card {
        grid-column: 1 / -1;
        grid-row: 2;
        min-height: 320px;
    }

    .rp2-value-band {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .rp2-hero {
        background-position: 62% center;
    }

    .rp2-hero-copy {
        width: 56%;
    }

    .rp2-trust-grid,
    .rp2-review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp2-trust-item:nth-child(2),
    .rp2-review-card:nth-child(2) {
        border-right: 0;
    }

    .rp2-trust-item:nth-child(-n+2),
    .rp2-review-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--rp2-line);
    }

    .rp2-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rp2-value-grid article:nth-child(2) {
        border-right: 0;
    }

    .rp2-value-grid article:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }
}

@media (max-width: 767px) {
    .rp2-home .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .rp2-hero {
        min-height: 590px;
        background-position: 67% center;
    }

    .rp2-hero::before {
        position: absolute;
        inset: 0;
        content: '';
        background: linear-gradient(90deg, rgba(8, 16, 30, .96) 0%, rgba(8, 16, 30, .82) 60%, rgba(8, 16, 30, .25) 100%);
    }

    .rp2-hero-inner {
        min-height: 590px;
    }

    .rp2-hero-copy {
        width: 92%;
    }

    .rp2-hero h1 {
        font-size: 42px;
    }

    .rp2-hero-copy > p {
        font-size: 15px;
    }

    .rp2-hero-benefits {
        display: none;
    }

    .rp2-btn {
        min-width: 150px;
        min-height: 48px;
        padding: 10px 18px;
    }

    .rp2-trust-item {
        min-height: 88px;
        gap: 10px;
        padding: 15px 11px;
    }

    .rp2-trust-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .rp2-trust-icon svg {
        width: 32px;
        height: 32px;
    }

    .rp2-trust-item strong {
        font-size: 10px;
    }

    .rp2-trust-item small {
        font-size: 9px;
    }

    .rp2-categories {
        padding: 32px 0;
    }

    .rp2-section-title h2 {
        font-size: 23px;
    }

    .rp2-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .rp2-category-photo {
        height: 130px;
    }

    .rp2-product-grid {
        grid-template-columns: 1fr;
    }

    .rp2-promo-card {
        grid-column: auto;
        grid-row: auto;
        min-height: 310px;
    }

    .rp2-products-col .carousel-box img {
        height: 112px !important;
    }

    .rp2-value-section .container {
        padding-right: 0;
        padding-left: 0;
    }

    .rp2-value-band {
        border-radius: 0;
    }

    .rp2-value-grid {
        grid-template-columns: 1fr;
    }

    .rp2-value-grid article,
    .rp2-value-grid article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .rp2-value-grid article:last-child {
        border-bottom: 0;
    }

    .rp2-deals {
        min-height: 155px;
    }

    .rp2-review-grid {
        grid-template-columns: 1fr;
    }

    .rp2-review-card,
    .rp2-review-card:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--rp2-line);
    }

    .rp2-review-card:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 440px) {
    .rp2-hero h1 {
        font-size: 36px;
    }

    .rp2-hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .rp2-btn {
        min-width: 0;
        font-size: 10px;
    }

    .rp2-trust-grid {
        grid-template-columns: 1fr;
    }

    .rp2-trust-item,
    .rp2-trust-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--rp2-line);
    }

    .rp2-trust-item:last-child {
        border-bottom: 0;
    }

    .rp2-category-action a {
        min-width: 100%;
    }

    .rp2-products-col {
        padding: 12px;
    }

    .rp2-products-col .carousel-box img {
        height: 92px !important;
    }

    .rp2-promo-card {
        padding: 20px;
        background-position: 56% center;
    }

    .rp2-promo-copy {
        width: 59%;
    }

    .rp2-promo-copy strong {
        font-size: 21px;
    }

    .rp2-deals {
        padding-right: 130px;
    }
}
