.hero {
    background-image: linear-gradient(90deg, rgba(7, 17, 38, .94) 0%, rgba(7, 17, 38, .74) 48%, rgba(7, 17, 38, .1) 100%), url('/assets/achathub-hero-accessoires.webp?v=20260802b');
}

header .shop-header-grid {
    grid-template-columns: auto minmax(280px, 1fr) auto auto;
    gap: 18px;
}

.shop-header-actions {
    align-items: center;
    gap: 5px;
}

.shop-header-actions a {
    position: relative;
    display: flex;
    min-width: 54px;
    height: 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #273246;
    font-size: .67rem;
    font-weight: 750;
    text-decoration: none;
}

.shop-header-actions a:hover {
    color: var(--ah-orange);
}

.shop-header-actions i {
    font-size: 1.2rem;
    line-height: 1;
}

.shop-header-cart b {
    position: absolute;
    top: -1px;
    right: 3px;
    display: grid;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    place-items: center;
    border-radius: 9px;
    background: var(--ah-orange);
    color: #fff;
    font-size: .62rem;
}

body .mobile-shop-nav {
    grid-template-columns: repeat(5, 1fr);
}

.store-confidence {
    background: #fff;
    border-bottom: 1px solid var(--ah-border);
}

.store-confidence-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.store-confidence-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 17px 20px;
    border-right: 1px solid var(--ah-border);
}

.store-confidence-item:last-child {
    border-right: 0;
}

.store-confidence-item i {
    color: var(--ah-orange);
    font-size: 1.35rem;
}

.store-confidence-item span {
    display: flex;
    flex-direction: column;
    font-size: .85rem;
}

.store-confidence-item small {
    color: #6b7688;
    font-size: .72rem;
}

.reseller-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.reseller-benefit,
.reseller-offer {
    height: 100%;
    padding: 24px;
    border: 1px solid var(--ah-border);
    border-radius: 8px;
    background: #fff;
}

.reseller-benefit i {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    place-items: center;
    border-radius: 50%;
    background: #ffede6;
    color: #cb440f;
    font-size: 1.2rem;
}

.reseller-benefit h2,
.reseller-offer h2 {
    font-size: 1rem;
    font-weight: 800;
}

.reseller-benefit p,
.reseller-offer p {
    margin: 0;
    color: #687386;
    font-size: .85rem;
}

.reseller-offer {
    display: flex;
    flex-direction: column;
}

.reseller-offer-price {
    margin-top: auto;
    padding-top: 18px;
    color: var(--ah-navy);
    font-size: 1.55rem;
    font-weight: 850;
}

.reseller-offer-price small {
    color: #687386;
    font-size: .72rem;
}

@media (max-width: 991px) {
    header .shop-header-grid {
        grid-template-columns: auto minmax(280px, 1fr) auto;
    }

    .reseller-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    header .shop-header-grid {
        grid-template-columns: 1fr auto;
        gap: 10px;
    }

    .store-confidence-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .store-confidence-item {
        padding: 13px 10px;
    }

    .store-confidence-item:nth-child(2) {
        border-right: 0;
    }

    .store-confidence-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--ah-border);
    }

    .store-confidence-item span {
        font-size: .75rem;
    }

    .store-confidence-item small {
        font-size: .65rem;
    }
}

@media (max-width: 575px) {
    .reseller-benefits {
        grid-template-columns: 1fr;
    }
}
