button.ps-btn.add-to-cart-button[name="checkout"] {
    background-color: #FF9900 !important;
    color: #111111 !important;
    border-color: #FF9900 !important;
}

button.ps-btn.add-to-cart-button[name="checkout"]:hover,
button.ps-btn.add-to-cart-button[name="checkout"]:focus,
button.ps-btn.add-to-cart-button[name="checkout"]:active {
    background-color: #FF9900 !important;
    color: #111111 !important;
    border-color: #FF9900 !important;
}
/* =========================================================
   BI3 HOMEPAGE V2
   Custom design + native BI3 product components
   ========================================================= */

.bi3v2,
.bi3v2 * {
    box-sizing:border-box;
}

.bi3v2 {
    --b:#1266d6;
    --bd:#0b4fae;
    --dark:#111827;
    --muted:#6b7280;
    --bg:#f6f8fb;
    --line:#e5e7eb;
    width:100%;
    font-family:inherit;
    color:var(--dark);
}

.bi3v2 a {
    text-decoration:none!important;
}

/* CONTAINER */

.bi3v2-container {
    width:min(1200px,calc(100% - 32px));
    margin-left:auto;
    margin-right:auto;
}

/* HERO */

.bi3v2-hero {
    margin:16px auto 20px;
    min-height:390px;
    position:relative;
    overflow:hidden;
    border-radius:22px;
    background:#10264c;
}

.bi3v2-hero img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.bi3v2-hero:after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(5,18,40,.94) 0%,
        rgba(5,18,40,.68) 45%,
        rgba(5,18,40,.05) 100%
    );
}

.bi3v2-hero-content {
    position:relative;
    z-index:2;
    width:55%;
    padding:58px 48px;
    color:white;
}

.bi3v2-badge {
    display:inline-block;
    padding:7px 13px;
    margin-bottom:16px;
    border-radius:30px;
    background:rgba(255,255,255,.13);
    border:1px solid rgba(255,255,255,.18);
    font-size:12px;
    font-weight:800;
}

.bi3v2-hero h1 {
    margin:0 0 15px;
    color:#fff;
    font-size:clamp(35px,4.5vw,56px);
    line-height:1.03;
    letter-spacing:-2px;
    font-weight:850;
}

.bi3v2-hero h1 span {
    color:#60a5fa;
}

.bi3v2-hero p {
    max-width:490px;
    margin:0 0 25px;
    color:rgba(255,255,255,.8);
    font-size:15px;
    line-height:1.6;
}

.bi3v2-actions {
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.bi3v2-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 21px;
    border-radius:9px;
    font-size:13px;
    font-weight:800;
}

.bi3v2-primary {
    background:var(--b);
    color:#fff!important;
}

.bi3v2-secondary {
    background:#fff;
    color:var(--dark)!important;
}

/* BENEFITS */

.bi3v2-benefits {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin-bottom:48px;
    border:1px solid var(--line);
    border-radius:16px;
    overflow:hidden;
    background:#fff;
}

.bi3v2-benefit {
    display:flex;
    align-items:center;
    gap:12px;
    padding:19px 16px;
    border-right:1px solid var(--line);
}

.bi3v2-benefit:last-child {
    border-right:0;
}

.bi3v2-benefit-icon {
    width:42px;
    min-width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#edf5ff;
    font-size:19px;
}

.bi3v2-benefit strong {
    display:block;
    margin-bottom:3px;
    font-size:13px;
}

.bi3v2-benefit small {
    color:var(--muted);
    font-size:11px;
}

/* SECTION */

.bi3v2-section {
    margin-bottom:50px;
}

.bi3v2-heading {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    margin-bottom:20px;
}

.bi3v2-heading h2 {
    margin:0;
    font-size:26px;
    line-height:1.15;
    font-weight:850;
    letter-spacing:-.6px;
}

.bi3v2-heading p {
    margin:6px 0 0;
    color:var(--muted);
    font-size:13px;
}

.bi3v2-see {
    color:var(--b)!important;
    font-size:13px;
    font-weight:800;
}

/* CATEGORIES */

.bi3v2-categories {
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:14px;
}

.bi3v2-category {
    color:var(--dark)!important;
    text-align:center;
}

.bi3v2-category-img {
    aspect-ratio:1;
    overflow:hidden;
    margin-bottom:9px;
    border-radius:17px;
    background:#f2f4f7;
}

.bi3v2-category-img img {
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .25s ease;
}

.bi3v2-category:hover img {
    transform:scale(1.05);
}

.bi3v2-category span {
    font-size:13px;
    font-weight:750;
}

/* FLASH SALE */

.bi3v2-flash {
    padding:25px;
    border-radius:21px;
    background:linear-gradient(135deg,#111827,#17284a);
    overflow:hidden;
}

.bi3v2-flash-heading {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:15px;
}

.bi3v2-flash-heading h2 {
    margin:0;
    color:#fff;
    font-size:26px;
    font-weight:850;
}

.bi3v2-flash-heading span {
    color:#60a5fa;
}

/* Native flash-sale component */

.bi3v2-flash .flash-sale,
.bi3v2-flash [class*="flash-sale"] {
    max-width:100%;
}

/* BANNERS */

.bi3v2-banners {
    display:grid;
    grid-template-columns:1.35fr .65fr;
    gap:16px;
}

.bi3v2-banner {
    min-height:225px;
    position:relative;
    overflow:hidden;
    border-radius:19px;
    background:#172033;
}

.bi3v2-banner img {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.bi3v2-banner:after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.76),
        rgba(0,0,0,.05)
    );
}

.bi3v2-banner-content {
    position:relative;
    z-index:2;
    max-width:460px;
    padding:32px;
    color:#fff;
}

.bi3v2-banner-content h3 {
    margin:0 0 8px;
    color:#fff;
    font-size:25px;
    font-weight:850;
}

.bi3v2-banner-content p {
    margin:0 0 18px;
    color:rgba(255,255,255,.78);
    font-size:13px;
}

/* NATIVE PRODUCT SECTIONS */

.bi3v2-products {
    padding:0;
}

/* Mobile */

@media(max-width:900px) {

    .bi3v2-hero-content {
        width:68%;
    }

    .bi3v2-benefits {
        grid-template-columns:repeat(2,1fr);
    }

    .bi3v2-benefit:nth-child(2) {
        border-right:0;
    }

    .bi3v2-benefit:nth-child(-n+2) {
        border-bottom:1px solid var(--line);
    }

    .bi3v2-categories {
        grid-template-columns:repeat(3,1fr);
    }

    .bi3v2-banners {
        grid-template-columns:1fr;
    }
}

@media(max-width:600px) {

    .bi3v2-container {
        width:calc(100% - 20px);
    }

    .bi3v2-hero {
        min-height:420px;
        margin-top:10px;
        border-radius:16px;
    }

    .bi3v2-hero:after {
        background:linear-gradient(
            180deg,
            rgba(5,18,40,.1),
            rgba(5,18,40,.96)
        );
    }

    .bi3v2-hero-content {
        width:100%;
        padding:25px 20px;
    }

    .bi3v2-hero h1 {
        font-size:35px;
        letter-spacing:-1.3px;
    }

    .bi3v2-hero p {
        font-size:13px;
    }

    .bi3v2-benefits {
        margin-bottom:38px;
    }

    .bi3v2-benefit {
        padding:13px 9px;
        gap:8px;
    }

    .bi3v2-benefit-icon {
        width:34px;
        min-width:34px;
        height:34px;
        font-size:15px;
    }

    .bi3v2-benefit strong {
        font-size:11px;
    }

    .bi3v2-benefit small {
        font-size:9px;
    }

    .bi3v2-section {
        margin-bottom:38px;
    }

    .bi3v2-heading h2 {
        font-size:21px;
    }

    .bi3v2-heading p {
        font-size:11px;
    }

    .bi3v2-categories {
        grid-template-columns:repeat(3,1fr);
        gap:9px;
    }

    .bi3v2-category-img {
        border-radius:12px;
    }

    .bi3v2-category span {
        font-size:11px;
    }

    .bi3v2-flash {
        padding:16px 10px;
        border-radius:16px;
    }

    .bi3v2-flash-heading h2 {
        font-size:21px;
    }

    .bi3v2-banner {
        min-height:185px;
    }

    .bi3v2-banner-content {
        padding:24px 20px;
    }

    .bi3v2-banner-content h3 {
        font-size:21px;
    }
}