.bs-catalogue-shell {
    display: grid;
    gap: 24px;
    padding: 28px;
    border: 1px solid rgba(129, 0, 204, 0.10);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255,255,255,0.94), rgba(248,243,255,0.88));
    box-shadow: rgba(14, 63, 126, 0.04) 0 0 0 1px, rgba(42, 51, 69, 0.04) 0 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0 6px 6px -3px, rgba(14, 63, 126, 0.04) 0 12px 12px -6px, rgba(14, 63, 126, 0.04) 0 24px 24px -12px;
    color: #171724;
    font-family: "Open Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bs-catalogue-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: start;
}

.bs-catalogue-copy h1,
.bs-catalogue-support h2,
.bs-catalogue-plan h2,
.bs-catalogue-roadmap h1,
.bs-catalogue-roadmap-card h3 {
    margin: 14px 0 10px;
    letter-spacing: -0.04em;
}

.bs-catalogue-copy h1 {
    font-size: clamp(2rem, 4vw, 4.2rem);
    line-height: 1.02;
}

.bs-catalogue-copy p,
.bs-catalogue-support p,
.bs-catalogue-plan li,
.bs-catalogue-roadmap-card li {
    color: #535466;
    line-height: 1.65;
}

.bs-catalogue-kicker,
.bs-catalogue-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(129, 0, 204, 0.09);
    color: #6f00c7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    width: max-content;
}

.bs-catalogue-actions,
.bs-catalogue-support-actions,
.bs-catalogue-support-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bs-catalogue-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 16px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.bs-catalogue-button-primary {
    color: #fff;
    background: linear-gradient(135deg, #5f00a8 0%, #8100cc 48%, #ab55f7 100%);
    box-shadow: 0 12px 26px rgba(129, 0, 204, 0.22);
}

.bs-catalogue-button-secondary {
    color: #6f00c7;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(129, 0, 204, 0.14);
}

.bs-catalogue-button:hover {
    transform: translateY(-1px);
}

.bs-catalogue-grid,
.bs-catalogue-plans,
.bs-catalogue-roadmap-grid {
    display: grid;
    gap: 16px;
}

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

.bs-catalogue-card,
.bs-catalogue-plan,
.bs-catalogue-roadmap-card {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(129, 0, 204, 0.10);
    background: rgba(255,255,255,0.88);
}

.bs-catalogue-plan,
.bs-catalogue-roadmap-card {
    display: grid;
    gap: 12px;
}

.bs-catalogue-plans {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bs-catalogue-roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bs-catalogue-price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #171724;
}

.bs-catalogue-plan ul,
.bs-catalogue-roadmap-card ul {
    margin: 0;
    padding-left: 18px;
}

.bs-catalogue-roadmap-current {
    border-color: rgba(129, 0, 204, 0.18);
}

.bs-catalogue-roadmap-next {
    border-color: rgba(129, 0, 204, 0.12);
}

.bs-catalogue-roadmap-planned {
    border-color: rgba(129, 0, 204, 0.08);
}

.bs-catalogue-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 20px 0;
}

@media (max-width: 960px) {
    .bs-catalogue-hero,
    .bs-catalogue-grid,
    .bs-catalogue-plans,
    .bs-catalogue-roadmap-grid,
    .bs-catalogue-admin-grid {
        grid-template-columns: 1fr;
    }
}

.bs-catalogue-product-card {
    align-content: start;
}

.bs-catalogue-product-card .bs-catalogue-button {
    margin-top: auto;
    width: max-content;
}

.bs-catalogue-empty {
    padding: 18px;
    border: 1px dashed rgba(129, 0, 204, 0.24);
    border-radius: 16px;
}

.bs-catalogue-stat {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 800;
}

.bs-catalogue-product-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; min-height: 100%; }
.bs-catalogue-product-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #f4eef9; }
.bs-catalogue-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.bs-catalogue-product-card:hover .bs-catalogue-product-media img { transform: scale(1.025); }
.bs-catalogue-card-body { display: flex; flex: 1; flex-direction: column; gap: 12px; padding: 22px; }
.bs-catalogue-card-body h2 { margin: 0; font-size: 1.5rem; letter-spacing: -.03em; }
.bs-catalogue-card-body h2 a { color: inherit; text-decoration: none; }
.bs-catalogue-card-body p { margin: 0; color: #595a6c; line-height: 1.65; }
.bs-catalogue-card-topline, .bs-catalogue-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bs-catalogue-card-footer { margin-top: auto; padding-top: 8px; flex-wrap: wrap; }
.bs-catalogue-version { color: #77788a; font-size: .82rem; font-weight: 700; }
.bs-catalogue-subtitle { color: #7600bd !important; font-weight: 700; }

.bs-catalogue-product-detail { display: grid; gap: 34px; color: #171724; font-family: "Open Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.bs-catalogue-detail-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 42px; align-items: center; padding: clamp(26px, 5vw, 64px); border: 1px solid rgba(129,0,204,.11); border-radius: 30px; background: radial-gradient(circle at 90% 0%, rgba(171,85,247,.16), transparent 40%), linear-gradient(145deg,#fff,#f8f3ff); box-shadow: 0 24px 70px rgba(46,22,66,.08); }
.bs-catalogue-detail-copy { display: grid; gap: 18px; }
.bs-catalogue-detail-copy h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
.bs-catalogue-detail-subtitle { margin: 0; color: #7600bd; font-size: clamp(1.15rem,2vw,1.5rem); font-weight: 750; }
.bs-catalogue-detail-excerpt { margin: 0; max-width: 62ch; color: #555668; font-size: 1.08rem; line-height: 1.75; }
.bs-catalogue-detail-price { font-size: 2rem; font-weight: 850; letter-spacing: -.03em; }
.bs-catalogue-detail-media { overflow: hidden; border-radius: 24px; box-shadow: 0 24px 60px rgba(59,23,83,.14); }
.bs-catalogue-detail-media img { display: block; width: 100%; height: auto; }
.bs-catalogue-detail-content, .bs-catalogue-detail-section { padding: clamp(24px,4vw,48px); border: 1px solid rgba(129,0,204,.09); border-radius: 26px; background: #fff; }
.bs-catalogue-detail-content { color: #4f5061; font-size: 1.05rem; line-height: 1.8; }
.bs-catalogue-detail-section h2 { margin: 14px 0 24px; font-size: clamp(1.75rem,3vw,2.7rem); letter-spacing: -.04em; }
.bs-catalogue-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.bs-catalogue-feature { display: flex; gap: 12px; align-items: flex-start; padding: 18px; border-radius: 18px; background: #faf7fd; }
.bs-catalogue-feature span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; color: #fff; background: #8100cc; font-weight: 800; }
.bs-catalogue-feature p { margin: 2px 0 0; line-height: 1.5; }
.bs-catalogue-compare-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.bs-catalogue-edition-card { padding: 26px; border: 1px solid rgba(129,0,204,.10); border-radius: 22px; background: #faf9fc; }
.bs-catalogue-edition-card.is-pro { border-color: rgba(129,0,204,.28); background: linear-gradient(145deg,#fff,#f6edff); box-shadow: 0 18px 42px rgba(129,0,204,.10); }
.bs-catalogue-edition-card h3 { margin-top: 0; font-size: 1.55rem; }
.bs-catalogue-edition-card ul { margin-bottom: 0; padding-left: 20px; }
.bs-catalogue-edition-card li { margin: 9px 0; line-height: 1.5; }
.bs-catalogue-spec-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.bs-catalogue-spec-grid article { padding: 20px; border-radius: 18px; background: #faf7fd; }
.bs-catalogue-spec-grid h3 { margin-top: 0; }
.bs-catalogue-detail-support { display: flex; align-items: center; justify-content: space-between; gap: 20px; }

@media (max-width: 960px) {
    .bs-catalogue-detail-hero, .bs-catalogue-feature-grid, .bs-catalogue-spec-grid { grid-template-columns: 1fr; }
    .bs-catalogue-compare-grid { grid-template-columns: 1fr; }
}


.bs-catalogue-checkout{max-width:620px;padding:32px;border:1px solid rgba(20,20,40,.12);border-radius:24px;background:#fff;box-shadow:0 18px 60px rgba(32,16,64,.08)}
.bs-catalogue-checkout label{display:grid;gap:8px;font-weight:600}
.bs-catalogue-checkout input[type=text],.bs-catalogue-checkout input[type=email]{width:100%;padding:14px 16px;border:1px solid rgba(20,20,40,.18);border-radius:12px;font:inherit}
.bs-catalogue-checkout-price{font-size:2rem;font-weight:750;margin:.25rem 0 1.5rem;color:#8100cc}
.bs-catalogue-notice{max-width:620px;margin:0 0 18px;padding:14px 18px;border-radius:14px;background:#f4edff;border:1px solid rgba(129,0,204,.2)}

.bs-catalogue-variant-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.bs-catalogue-variant-card{background:#fff;border:1px solid rgba(26,26,32,.1);border-radius:22px;padding:24px;box-shadow:0 14px 40px rgba(26,26,32,.06);display:flex;flex-direction:column;gap:14px}.bs-catalogue-variant-card h3{font-size:1.45rem;margin:0}.bs-catalogue-variant-card h4{margin:8px 0 0;font-size:.95rem}.bs-catalogue-variant-card .bs-catalogue-feature-grid{grid-template-columns:1fr;gap:8px}.bs-catalogue-upgrade-block{background:rgba(129,0,204,.055);border:1px solid rgba(129,0,204,.14);border-radius:14px;padding:14px}.bs-catalogue-variant-screenshots{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.bs-catalogue-variant-screenshots img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px}.bs-catalogue-variant-card .bs-catalogue-button{margin-top:auto;text-align:center}

/* Customer account */
.bs-catalogue-account{display:grid;gap:24px;font-family:"Open Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#171724}
.bs-catalogue-account-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px;border:1px solid rgba(129,0,204,.10);border-radius:24px;background:linear-gradient(145deg,#fff,#f8f3ff)}
.bs-catalogue-account-header h2{margin:12px 0 0;font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.04em}
.bs-catalogue-account-grid{display:grid;gap:22px}
.bs-catalogue-account-panel{padding:24px;border:1px solid rgba(129,0,204,.10);border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(26,26,32,.05)}
.bs-catalogue-account-panel h3{margin:0 0 18px;font-size:1.35rem}
.bs-catalogue-table-wrap{overflow-x:auto}
.bs-catalogue-account-table{width:100%;border-collapse:collapse;min-width:720px}
.bs-catalogue-account-table th,.bs-catalogue-account-table td{padding:14px 12px;text-align:left;border-bottom:1px solid rgba(26,26,32,.08);vertical-align:middle}
.bs-catalogue-account-table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:#6b6c7c}
.bs-catalogue-account-table form{margin:0}
.bs-catalogue-account-table .bs-catalogue-button{min-height:38px;padding:8px 12px;border:0;cursor:pointer}
.bs-catalogue-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f3edfa;color:#6f00c7;font-size:.78rem;font-weight:700;text-transform:capitalize}
@media(max-width:720px){.bs-catalogue-account-header{align-items:flex-start;flex-direction:column}}

/* Customer Portal 0.17.0 */
.bs-catalogue-account-header p{margin:10px 0 0;color:#66697a}.bs-catalogue-account-header-actions{display:flex;flex-wrap:wrap;gap:10px}.bs-catalogue-account-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.bs-catalogue-account-stat{padding:20px;border:1px solid rgba(129,0,204,.1);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(26,26,32,.045);display:grid;gap:5px}.bs-catalogue-account-stat span{font-size:.8rem;font-weight:750;color:#66697a}.bs-catalogue-account-stat strong{font-size:2rem;line-height:1;color:#171724}.bs-catalogue-account-stat small{color:#77798a}.bs-catalogue-account-nav{display:flex;flex-wrap:wrap;gap:8px;padding:8px;border-radius:18px;background:#f6f2fb;border:1px solid rgba(129,0,204,.08)}.bs-catalogue-account-nav a{padding:10px 14px;border-radius:12px;color:#5f00a8;text-decoration:none;font-weight:750}.bs-catalogue-account-nav a:hover{background:#fff}.bs-catalogue-account-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.bs-catalogue-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.bs-catalogue-software-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.bs-catalogue-software-card{display:flex;justify-content:space-between;gap:20px;min-height:180px;padding:22px;border-radius:20px;background:linear-gradient(145deg,#fff,#faf7ff);border:1px solid rgba(129,0,204,.11)}.bs-catalogue-software-card h4{margin:14px 0 8px;font-size:1.45rem}.bs-catalogue-software-card p{margin:0;color:#6b6c7c}.bs-catalogue-software-actions{display:flex;flex-direction:column;justify-content:flex-end;gap:10px}.bs-catalogue-software-actions form{margin:0}.bs-catalogue-software-actions button{border:0;cursor:pointer;width:100%}.bs-catalogue-domain-list{display:grid;gap:10px}.bs-catalogue-domain-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid rgba(26,26,32,.08)}.bs-catalogue-domain-row:last-child{border-bottom:0}.bs-catalogue-domain-row small{display:block;margin-top:4px;color:#77798a}.bs-catalogue-domain-actions{display:flex;align-items:center;gap:10px}.bs-catalogue-domain-actions form{margin:0}.bs-catalogue-link-button{border:0;background:transparent;color:#8b1d2c;font-weight:750;cursor:pointer}.bs-catalogue-notice--success{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#effaf3;border-color:#b9e8c8}
@media(max-width:980px){.bs-catalogue-account-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.bs-catalogue-account-grid--two{grid-template-columns:1fr}.bs-catalogue-software-card{flex-direction:column}.bs-catalogue-software-actions{flex-direction:row;justify-content:flex-start}}
@media(max-width:620px){.bs-catalogue-account-stats{grid-template-columns:1fr}.bs-catalogue-account-nav{overflow-x:auto;flex-wrap:nowrap}.bs-catalogue-account-nav a{white-space:nowrap}.bs-catalogue-notice--success{align-items:flex-start;flex-direction:column}}
.bs-catalogue-checkout{max-width:920px}.bs-checkout-type{display:flex;gap:18px;border:0;padding:0;margin:24px 0}.bs-checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.bs-checkout-grid p{margin:0}.bs-checkout-grid input,.bs-checkout-grid select{width:100%}.bs-order-summary{margin:24px 0;padding:18px;border:1px solid #e5e7eb;border-radius:16px;display:grid;grid-template-columns:1fr auto;gap:6px}.bs-order-summary small{grid-column:1/-1;color:#667085}@media(max-width:700px){.bs-checkout-grid{grid-template-columns:1fr}}


/* Product catalogue v1.4.8 */
.bs-catalogue-products-shell{--bs-accent:#8100cc;--bs-ink:#171724;--bs-muted:#68697a;display:grid;gap:28px;width:100%;max-width:1280px;margin-inline:auto;padding:clamp(8px,2vw,24px) 0;color:var(--bs-ink)}
.bs-catalogue-products-intro{max-width:760px;display:grid;gap:10px;margin-bottom:2px}
.bs-catalogue-products-intro h2{margin:0;font-size:clamp(2rem,4vw,3.65rem);line-height:1.02;letter-spacing:-.055em}
.bs-catalogue-products-intro p{margin:0;max-width:66ch;color:var(--bs-muted);font-size:1.08rem;line-height:1.7}
.bs-catalogue-grid{grid-template-columns:repeat(var(--bs-catalogue-columns,3),minmax(0,1fr));gap:clamp(18px,2.2vw,30px)}
.bs-catalogue-product-card{position:relative;border:1px solid rgba(25,18,32,.09);border-radius:28px;background:#fff;box-shadow:0 18px 50px rgba(34,17,52,.08);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.bs-catalogue-product-card:hover{transform:translateY(-5px);border-color:rgba(129,0,204,.22);box-shadow:0 28px 70px rgba(50,22,75,.14)}
.bs-catalogue-product-media{position:relative;aspect-ratio:16/10;background:linear-gradient(145deg,#f7f1fb,#ece3f5);isolation:isolate}
.bs-catalogue-product-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(19,8,28,.58),transparent 52%);opacity:.25;transition:opacity .25s ease;pointer-events:none}
.bs-catalogue-product-card:hover .bs-catalogue-product-media:after{opacity:.5}
.bs-catalogue-product-placeholder{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 76% 22%,rgba(195,116,255,.7),transparent 28%),linear-gradient(135deg,#21042f,#5f008f 56%,#9d22e6)}
.bs-catalogue-product-placeholder__orb{position:absolute;width:52%;aspect-ratio:1;border-radius:50%;right:-10%;top:-22%;background:rgba(255,255,255,.14);filter:blur(2px)}
.bs-catalogue-product-placeholder__mark{position:relative;z-index:2;display:grid;place-items:center;width:92px;height:92px;border-radius:25px;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,255,255,.76));box-shadow:0 24px 60px rgba(0,0,0,.25);color:#7400b8;font-size:3.2rem;font-weight:900;letter-spacing:-.08em}
.bs-catalogue-product-placeholder__lines{position:absolute;inset:auto 8% 9% 8%;display:grid;gap:7px;opacity:.48}.bs-catalogue-product-placeholder__lines i{display:block;height:5px;border-radius:99px;background:rgba(255,255,255,.7)}.bs-catalogue-product-placeholder__lines i:nth-child(2){width:72%}.bs-catalogue-product-placeholder__lines i:nth-child(3){width:44%}
.bs-catalogue-media-action{position:absolute;z-index:3;left:20px;bottom:18px;display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:750;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease}
.bs-catalogue-product-card:hover .bs-catalogue-media-action{opacity:1;transform:none}
.bs-catalogue-card-body{gap:13px;padding:24px 25px 26px}
.bs-catalogue-card-body h2{font-size:clamp(1.45rem,2.3vw,1.95rem);line-height:1.1}
.bs-catalogue-card-body h2 a:after{content:"";position:absolute;inset:0;z-index:1}
.bs-catalogue-card-body h2 a,.bs-catalogue-card-actions a,.bs-catalogue-product-media{position:relative;z-index:2}
.bs-catalogue-card-labels{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.bs-catalogue-category{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f2edf5;color:#5f5267;font-size:.76rem;font-weight:750}
.bs-catalogue-product-excerpt{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:4.9em}
.bs-catalogue-card-footer{align-items:flex-end;border-top:1px solid rgba(24,18,30,.07);margin-top:8px;padding-top:18px}
.bs-catalogue-price-label{display:block;margin-bottom:3px;color:#8a8190;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.bs-catalogue-price{font-size:1.35rem}
.bs-catalogue-card-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.bs-catalogue-text-link{color:#5c5262;text-decoration:none;font-weight:750}.bs-catalogue-text-link:hover{color:#8100cc}
@media(max-width:1100px){.bs-catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.bs-catalogue-grid{grid-template-columns:1fr}.bs-catalogue-card-footer{align-items:flex-start}.bs-catalogue-card-actions{width:100%;justify-content:space-between}.bs-catalogue-media-action{opacity:1;transform:none}}
.bs-catalogue-detail-content{font-size:1.05rem;line-height:1.75}.bs-catalogue-detail-content img{max-width:100%;height:auto;border-radius:20px}.bs-catalogue-detail-content .gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.bs-catalogue-product-gallery__items{display:grid;gap:22px}.bs-catalogue-product-gallery__item{display:block;overflow:hidden;border-radius:22px;background:#f5f1f8;box-shadow:0 18px 50px rgba(37,18,49,.12)}.bs-catalogue-product-gallery__item img{display:block;width:100%;height:auto;transition:transform .35s ease}.bs-catalogue-product-gallery__item:hover img{transform:scale(1.015)}.bs-catalogue-product-gallery--grid .bs-catalogue-product-gallery__items{grid-template-columns:repeat(2,minmax(0,1fr))}.bs-catalogue-product-gallery--masonry .bs-catalogue-product-gallery__items{columns:2;column-gap:22px;display:block}.bs-catalogue-product-gallery--masonry .bs-catalogue-product-gallery__item{break-inside:avoid;margin:0 0 22px}.bs-catalogue-product-gallery--alternating .bs-catalogue-product-gallery__item:nth-child(even){margin-left:10%}.bs-catalogue-product-gallery--alternating .bs-catalogue-product-gallery__item:nth-child(odd){margin-right:10%}.bs-catalogue-product-gallery--slider .bs-catalogue-product-gallery__items{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 20px}.bs-catalogue-product-gallery--slider .bs-catalogue-product-gallery__item{min-width:min(760px,88vw);scroll-snap-align:start}@media(max-width:700px){.bs-catalogue-product-gallery--grid .bs-catalogue-product-gallery__items{grid-template-columns:1fr}.bs-catalogue-product-gallery--masonry .bs-catalogue-product-gallery__items{columns:1}.bs-catalogue-product-gallery--alternating .bs-catalogue-product-gallery__item{margin-left:0!important;margin-right:0!important}}

/* Product detail experience 1.5.0 */
html{scroll-behavior:smooth}
.bs-catalogue-product-page{width:100%;margin:0;padding:clamp(24px,4vw,64px) max(18px,calc((100vw - 1320px)/2));background:linear-gradient(180deg,#fbf9fd 0,#fff 24rem);box-sizing:border-box}
.bs-catalogue-product-page *{box-sizing:border-box}
.bs-catalogue-product-detail{display:grid;gap:clamp(24px,3vw,42px);width:100%;max-width:1320px;margin:0 auto;color:#171724;font-family:"Open Sans",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.bs-catalogue-product-hero{position:relative;min-height:clamp(460px,52vw,690px);overflow:hidden;border-radius:34px;background-color:#220431;background-image:linear-gradient(90deg,rgba(17,4,28,.92) 0%,rgba(30,6,46,.72) 38%,rgba(31,4,48,.12) 70%),var(--bs-product-hero-image);background-size:cover;background-position:center;box-shadow:0 34px 90px rgba(40,12,63,.22);isolation:isolate}
.bs-catalogue-product-hero.has-no-image{background-image:radial-gradient(circle at 78% 25%,rgba(180,75,255,.45),transparent 30%),linear-gradient(135deg,#21032f,#6e00a7)}
.bs-catalogue-product-hero__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,2,14,.06),rgba(8,2,14,.42));pointer-events:none}
.bs-catalogue-product-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;width:min(620px,100%);min-height:inherit;padding:clamp(28px,5vw,68px);color:#fff}
.bs-catalogue-product-hero__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}
.bs-catalogue-product-hero__version{display:inline-flex;padding:7px 11px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.1);font-size:.8rem;font-weight:800;backdrop-filter:blur(10px)}
.bs-catalogue-product-hero h1{margin:0;font-size:clamp(2.55rem,5.4vw,5.8rem);line-height:.96;letter-spacing:-.06em;color:#fff;text-shadow:0 8px 30px rgba(0,0,0,.22)}
.bs-catalogue-product-hero__subtitle{margin:16px 0 0;color:#e5bfff;font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.4;font-weight:750}
.bs-catalogue-product-hero__excerpt{margin:14px 0 0;max-width:58ch;color:rgba(255,255,255,.82);font-size:1.05rem;line-height:1.72}
.bs-catalogue-product-hero__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18)}
.bs-catalogue-product-hero__price{display:block;margin-top:4px;color:#fff;font-size:clamp(1.55rem,2.7vw,2.35rem);line-height:1;font-weight:900;letter-spacing:-.04em}
.bs-catalogue-product-hero .bs-catalogue-price-label{color:rgba(255,255,255,.66)}
.bs-catalogue-button-glass{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.11);color:#fff;backdrop-filter:blur(12px)}
.bs-catalogue-button-glass:hover{background:rgba(255,255,255,.2);color:#fff}
.bs-catalogue-benefit-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(129,0,204,.1);border-radius:24px;background:rgba(129,0,204,.1);box-shadow:0 18px 48px rgba(40,20,52,.07)}
.bs-catalogue-benefit{display:flex;align-items:center;gap:12px;min-height:96px;padding:22px;background:#fff}
.bs-catalogue-benefit span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:#f3e8fb;color:#8100cc;font-weight:900}
.bs-catalogue-benefit strong{font-size:.96rem;line-height:1.4}
.bs-catalogue-detail-content,.bs-catalogue-detail-section{padding:clamp(26px,4vw,56px);border:1px solid rgba(41,20,52,.08);border-radius:28px;background:#fff;box-shadow:0 20px 56px rgba(34,16,47,.055)}
.bs-catalogue-prose{max-width:none;color:#444553;font-size:1.08rem;line-height:1.82}
.bs-catalogue-prose>*{max-width:850px;margin-left:auto;margin-right:auto}
.bs-catalogue-prose>.alignwide,.bs-catalogue-prose>.gallery,.bs-catalogue-prose>figure{max-width:1160px}
.bs-catalogue-prose img{display:block;max-width:100%;height:auto;border-radius:22px}
.bs-catalogue-product-gallery__items{align-items:start}
.bs-catalogue-product-gallery__item{height:auto;min-height:0;background:#f7f4fa;border:1px solid rgba(31,18,39,.07);box-shadow:0 18px 48px rgba(37,18,49,.09)}
.bs-catalogue-product-gallery__item img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;background:#f7f4fa}
.bs-catalogue-product-gallery--grid .bs-catalogue-product-gallery__items{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
.bs-catalogue-product-gallery--grid .bs-catalogue-product-gallery__item:first-child:last-child{grid-column:1/-1}
.bs-catalogue-product-gallery--alternating .bs-catalogue-product-gallery__items{gap:32px}
.bs-catalogue-product-gallery--alternating .bs-catalogue-product-gallery__item{width:90%}
.bs-catalogue-product-gallery--alternating .bs-catalogue-product-gallery__item:nth-child(even){justify-self:end;margin:0}
.bs-catalogue-product-gallery--alternating .bs-catalogue-product-gallery__item:nth-child(odd){justify-self:start;margin:0}
.bs-catalogue-variants{scroll-margin-top:32px}
.bs-catalogue-variant-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;align-items:stretch}
.bs-catalogue-variant-card{position:relative;padding:28px;border-radius:24px;box-shadow:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.bs-catalogue-variant-card:hover{transform:translateY(-4px);border-color:rgba(129,0,204,.25);box-shadow:0 24px 54px rgba(52,20,70,.1)}
.bs-catalogue-variant-card .bs-catalogue-detail-price{font-size:2.15rem}
.bs-catalogue-detail-section h2{max-width:760px;margin:12px 0 28px;font-size:clamp(1.8rem,3.4vw,3.2rem);line-height:1.05;letter-spacing:-.045em}
.bs-catalogue-feature-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.bs-catalogue-final-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:clamp(28px,4vw,52px);border-radius:28px;background:radial-gradient(circle at 90% 0,rgba(206,140,255,.32),transparent 34%),linear-gradient(135deg,#1d032a,#650099);color:#fff;box-shadow:0 28px 70px rgba(55,13,78,.2)}
.bs-catalogue-final-cta h2{max-width:760px;margin:10px 0 0;color:#fff;font-size:clamp(1.8rem,3vw,3rem);line-height:1.1;letter-spacing:-.04em}
.bs-catalogue-final-cta .bs-catalogue-kicker{color:#dba8ff}
@media(max-width:980px){.bs-catalogue-benefit-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.bs-catalogue-product-hero{background-position:62% center}.bs-catalogue-final-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:700px){.bs-catalogue-product-page{padding:18px 14px 42px}.bs-catalogue-product-hero{min-height:620px;border-radius:24px;background-position:68% center}.bs-catalogue-product-hero__content{padding:26px;justify-content:flex-end;background:linear-gradient(180deg,transparent 22%,rgba(19,3,29,.9) 61%)}.bs-catalogue-product-hero h1{font-size:2.7rem}.bs-catalogue-product-hero__footer{align-items:flex-start;flex-direction:column}.bs-catalogue-product-hero__footer .bs-catalogue-actions{width:100%}.bs-catalogue-product-hero__footer .bs-catalogue-button{width:100%;text-align:center}.bs-catalogue-benefit-strip{grid-template-columns:1fr}.bs-catalogue-benefit{min-height:76px}.bs-catalogue-detail-content,.bs-catalogue-detail-section{padding:24px 18px;border-radius:22px}.bs-catalogue-product-gallery--grid .bs-catalogue-product-gallery__items{grid-template-columns:1fr}.bs-catalogue-product-gallery--alternating .bs-catalogue-product-gallery__item{width:100%}.bs-catalogue-final-cta{border-radius:22px}}


/* 1.5.1 hotfix: contain the public product template inside the viewport */
body.single-bs_product{overflow-x:hidden}
body.single-bs_product #page,
body.single-bs_product .site,
body.single-bs_product .site-content,
body.single-bs_product #content,
body.single-bs_product #main-content{max-width:100%;overflow-x:hidden}
.bs-catalogue-product-page{
  display:block;
  width:auto;
  max-width:100%;
  min-width:0;
  margin:0;
  padding-block:clamp(24px,4vw,64px);
  padding-inline:clamp(16px,4vw,48px);
  overflow-x:hidden;
}
.bs-catalogue-product-detail,
.bs-catalogue-product-detail > *,
.bs-catalogue-detail-section,
.bs-catalogue-detail-content,
.bs-catalogue-product-gallery,
.bs-catalogue-product-gallery__items,
.bs-catalogue-variant-grid,
.bs-catalogue-benefit-strip{
  width:100%;
  max-width:100%;
  min-width:0;
}
.bs-catalogue-product-detail{max-width:1180px}
.bs-catalogue-product-gallery{overflow:hidden}
.bs-catalogue-product-gallery__items{overflow:visible}
.bs-catalogue-product-gallery--grid .bs-catalogue-product-gallery__items{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.bs-catalogue-product-gallery--grid .bs-catalogue-product-gallery__item,
.bs-catalogue-product-gallery--alternating .bs-catalogue-product-gallery__item{
  width:100%;
  max-width:100%;
  min-width:0;
}
.bs-catalogue-product-gallery--slider{overflow:hidden}
.bs-catalogue-product-gallery--slider .bs-catalogue-product-gallery__items{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-inline:contain;
}
.bs-catalogue-product-gallery--slider .bs-catalogue-product-gallery__item{
  flex:0 0 min(720px,calc(100vw - 72px));
  min-width:0;
  max-width:100%;
}
.bs-catalogue-product-gallery__item img,
.bs-catalogue-detail-content img,
.bs-catalogue-prose img{
  max-width:100%!important;
  height:auto!important;
}
.bs-catalogue-variant-card,
.bs-catalogue-feature-card,
.bs-catalogue-spec-grid > *,
.bs-catalogue-compare-grid > *{min-width:0;max-width:100%}
.bs-catalogue-button{max-width:100%}
@media(max-width:700px){
  .bs-catalogue-product-page{padding:16px 12px 36px}
  .bs-catalogue-product-detail{gap:22px}
  .bs-catalogue-product-hero{min-height:520px}
  .bs-catalogue-product-gallery--grid .bs-catalogue-product-gallery__items{grid-template-columns:1fr}
  .bs-catalogue-product-gallery--slider .bs-catalogue-product-gallery__item{flex-basis:calc(100vw - 48px)}
}

/* Product presentation 1.5.2: image-first hero, copy below, framed variants */
.bs-catalogue-product-hero{
  min-height:0;
  aspect-ratio:16/7;
  border-radius:30px;
  background-image:var(--bs-product-hero-image);
  background-size:cover;
  background-position:center;
  box-shadow:0 26px 70px rgba(40,12,63,.16);
}
.bs-catalogue-product-hero.has-no-image{
  background:linear-gradient(135deg,#21032f,#6e00a7);
}
.bs-catalogue-product-hero__placeholder{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:clamp(3rem,10vw,8rem);font-weight:900;letter-spacing:-.08em}
.bs-catalogue-product-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,340px);
  gap:clamp(26px,5vw,64px);
  align-items:center;
  padding:clamp(28px,4vw,52px);
  border:1px solid rgba(41,20,52,.08);
  border-radius:28px;
  background:#fff;
  box-shadow:0 20px 56px rgba(34,16,47,.055);
}
.bs-catalogue-product-intro__copy{min-width:0}
.bs-catalogue-product-intro h1{margin:10px 0 0;color:#171724;font-size:clamp(2.3rem,4.5vw,4.8rem);line-height:1;letter-spacing:-.055em}
.bs-catalogue-product-intro__version{display:inline-flex;padding:7px 11px;border-radius:999px;background:#f4edf8;color:#6b3b7f;font-size:.8rem;font-weight:800}
.bs-catalogue-product-intro__subtitle{margin:18px 0 0;color:#6f278f;font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.4;font-weight:750}
.bs-catalogue-product-intro__excerpt{margin:14px 0 0;max-width:68ch;color:#5b5964;font-size:1.06rem;line-height:1.75}
.bs-catalogue-product-intro__purchase{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:24px;border:1px solid rgba(129,0,204,.12);border-radius:22px;background:linear-gradient(180deg,#fbf7fd,#fff)}
.bs-catalogue-product-intro__price{font-size:clamp(2rem,3vw,2.8rem);line-height:1;letter-spacing:-.04em}
.bs-catalogue-product-intro__purchase .bs-catalogue-actions{width:100%;display:grid;gap:10px}
.bs-catalogue-product-intro__purchase .bs-catalogue-button{text-align:center}

.bs-catalogue-variant-grid{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}
details.bs-catalogue-variant-card{padding:0;overflow:hidden;border:1px solid rgba(41,20,52,.1);border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(34,16,47,.05)}
details.bs-catalogue-variant-card:hover{transform:none;box-shadow:0 18px 44px rgba(52,20,70,.08)}
.bs-catalogue-variant-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:24px 26px;cursor:pointer;list-style:none}
.bs-catalogue-variant-summary::-webkit-details-marker{display:none}
.bs-catalogue-variant-summary__main{display:flex;flex-direction:column;gap:8px;min-width:0}
.bs-catalogue-variant-name{font-size:1.45rem;line-height:1.2}
.bs-catalogue-variant-description{color:#6a6770;line-height:1.55}
.bs-catalogue-variant-summary__price{display:flex;flex-direction:column;align-items:flex-end;gap:5px;text-align:right}
.bs-catalogue-variant-summary__price strong{font-size:1.75rem;line-height:1}
.bs-catalogue-variant-summary__price span{color:#8100cc;font-size:.82rem;font-weight:800}
.bs-catalogue-variant-body{display:grid;gap:18px;padding:24px 26px 26px;border-top:1px solid rgba(41,20,52,.08);background:#fcfafc}
.bs-catalogue-variant-body .bs-catalogue-button{justify-self:start;min-width:220px;text-align:center}
@media(max-width:760px){
  .bs-catalogue-product-hero{aspect-ratio:4/3;border-radius:22px}
  .bs-catalogue-product-intro{grid-template-columns:1fr;padding:24px 20px;border-radius:22px}
  .bs-catalogue-product-intro__purchase{width:100%}
  .bs-catalogue-variant-summary{grid-template-columns:1fr;padding:20px}
  .bs-catalogue-variant-summary__price{align-items:flex-start;text-align:left}
  .bs-catalogue-variant-body{padding:20px}
  .bs-catalogue-variant-body .bs-catalogue-button{width:100%;min-width:0}
}

/* Commercial checkout */
.bs-catalogue-checkout{max-width:760px;margin:32px auto;overflow:hidden;padding:0;border:1px solid rgba(104,45,163,.14);border-radius:28px;background:#fff;box-shadow:0 26px 70px rgba(41,20,64,.12)}
.bs-catalogue-checkout-header{padding:clamp(28px,5vw,48px);color:#fff;background:radial-gradient(circle at 92% 8%,rgba(255,255,255,.22),transparent 29%),linear-gradient(135deg,#35105e 0%,#7800b9 55%,#9a22d7 100%)}
.bs-catalogue-checkout-eyebrow{display:inline-flex;align-items:center;padding:7px 11px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:rgba(255,255,255,.13);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.bs-catalogue-checkout-header h1{margin:16px 0 4px;color:#fff;font-size:clamp(2rem,5vw,3.35rem);line-height:1.04;letter-spacing:-.045em}
.bs-catalogue-checkout-variant{margin:0;color:rgba(255,255,255,.88);font-size:1.14rem;font-weight:750}
.bs-catalogue-checkout-intro{max-width:58ch;margin:18px 0 0;color:rgba(255,255,255,.82);line-height:1.65}
.bs-catalogue-checkout-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin:28px 0 0;color:#fff}
.bs-catalogue-checkout-price strong{font-size:2.1rem;line-height:1;font-weight:850;letter-spacing:-.04em}.bs-catalogue-checkout-price span{font-size:.9rem;color:rgba(255,255,255,.78)}
.bs-catalogue-checkout-body{display:grid;gap:22px;padding:clamp(24px,4vw,42px)}.bs-catalogue-checkout-body>p{margin:0}
.bs-catalogue-checkout label{gap:8px;color:#2a2135;font-size:.94rem;font-weight:750}
.bs-catalogue-checkout input[type=text],.bs-catalogue-checkout input[type=email],.bs-catalogue-checkout select{min-height:50px;padding:12px 14px;border:1px solid #dcd6e4;border-radius:12px;background:#fff;color:#28212f;box-shadow:inset 0 1px 1px rgba(25,10,45,.02);transition:border-color .18s ease,box-shadow .18s ease}
.bs-catalogue-checkout input:focus,.bs-catalogue-checkout select:focus{outline:0;border-color:#8000cc;box-shadow:0 0 0 4px rgba(128,0,204,.12)}.bs-checkout-grid{gap:17px 18px}
.bs-catalogue-checkout-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}
.bs-catalogue-checkout-benefits li{position:relative;min-height:82px;padding:16px 14px 14px 42px;border:1px solid #e5d8ef;border-radius:14px;background:#faf7fd;color:#4a355c;font-size:.9rem;font-weight:700;line-height:1.4}
.bs-catalogue-checkout-benefits li:before{position:absolute;top:15px;left:14px;width:18px;height:18px;border-radius:50%;background:#8100cc;color:#fff;content:'✓';font-size:.72rem;line-height:18px;text-align:center}
.bs-catalogue-checkout-terms{padding-top:2px}.bs-catalogue-checkout-terms label{display:flex;align-items:flex-start;gap:10px;font-size:.86rem;font-weight:600;line-height:1.45}.bs-catalogue-checkout-terms input{flex:0 0 auto;margin-top:3px;accent-color:#8100cc}
.bs-catalogue-checkout .bs-catalogue-button-primary{width:100%;min-height:54px;border:0;border-radius:14px;box-shadow:0 10px 22px rgba(128,0,204,.24);font-size:1rem;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.bs-catalogue-checkout .bs-catalogue-button-primary:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(128,0,204,.3)}
.bs-order-summary{margin:0;padding:20px;border-color:#e8d9f1;border-radius:16px;background:#fbf7fd}.bs-order-summary strong{font-size:1.2rem;color:#5e0097}
@media(max-width:640px){.bs-catalogue-checkout{margin:20px 0;border-radius:20px}.bs-catalogue-checkout-header{padding:28px 24px}.bs-catalogue-checkout-body{padding:24px}.bs-catalogue-checkout-benefits{grid-template-columns:1fr}.bs-catalogue-checkout-benefits li{min-height:0}}
