:root {
    color-scheme: light;
    --sf-bg: #f4f6f8;
    --sf-card: #ffffff;
    --sf-text: #17202a;
    --sf-muted: #6f7b87;
    --sf-line: #e2e7ec;
    --sf-dark: #111820;
    --sf-radius: 18px;
    --sf-shadow: 0 12px 34px rgba(18, 31, 44, 0.08);
}

* { box-sizing: border-box; }
html { background: var(--sf-bg); }

body.sf-body {
    margin: 0;
    min-height: 100vh;
    background: var(--sf-bg);
    color: var(--sf-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront.css */

.sf-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(226, 231, 236, 0.9);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
}

.sf-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sf-brand { display: inline-flex; align-items: center; gap: 12px; }

.sf-brand__mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--sf-dark);
    color: #fff;
    font-size: 21px;
    font-weight: 800;
}

.sf-brand strong, .sf-brand small { display: block; }
.sf-brand strong { font-size: 17px; }
.sf-brand small, .sf-header__note, .sf-muted, .sf-footer span { color: var(--sf-muted); }
.sf-brand small { margin-top: 2px; font-size: 12px; }
.sf-header__note { font-size: 13px; }

.sf-hero {
    padding: 54px 0 38px;
    background:
        radial-gradient(circle at 85% 20%, rgba(17, 24, 32, 0.08), transparent 32%),
        linear-gradient(180deg, #fff 0%, var(--sf-bg) 100%);
}

.sf-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
    align-items: end;
    gap: 48px;
}

.sf-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--sf-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.sf-hero h1, .sf-detail h1 {
    margin: 0;
    color: var(--sf-dark);
    letter-spacing: -0.04em;
}

.sf-hero h1 {
    max-width: 680px;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 0.98;
}

.sf-hero p {
    max-width: 650px;
    margin: 20px 0 0;
    color: var(--sf-muted);
    font-size: 17px;
    line-height: 1.65;
}

.sf-search {
    padding: 18px;
    border: 1px solid var(--sf-line);
    border-radius: var(--sf-radius);
    background: var(--sf-card);
    box-shadow: var(--sf-shadow);
}

.sf-search label {
    display: block;
    margin-bottom: 9px;
    color: var(--sf-muted);
    font-size: 12px;
    font-weight: 700;
}

.sf-search__row { display: flex; gap: 10px; }

.sf-search input {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 15px;
    border: 1px solid var(--sf-line);
    border-radius: 13px;
    outline: none;
    background: #fff;
    color: var(--sf-text);
    font: inherit;
}

.sf-search input:focus {
    border-color: #a5afb9;
    box-shadow: 0 0 0 4px rgba(17, 24, 32, 0.05);
}

.sf-search button, .sf-pagination button {
    border: 0;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.sf-search button {
    padding: 0 22px;
    border-radius: 13px;
    background: var(--sf-dark);
    color: #fff;
}

.sf-catalog { padding: 20px 0 70px; }

.sf-catalog__toolbar {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sf-catalog__toolbar strong, .sf-catalog__toolbar span { display: block; }
.sf-catalog__toolbar strong { margin-top: 4px; font-size: 20px; }
.sf-muted { font-size: 12px; font-weight: 700; }

.sf-link-button {
    border: 0;
    background: transparent;
    color: var(--sf-muted);
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
}

.sf-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

.sf-price {
    color: var(--sf-dark);
    font-size: 21px;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.sf-price--muted { color: var(--sf-muted); font-size: 14px; }

.sf-stock {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.sf-stock--in { background: #eaf7ef; color: #24683c; }
.sf-stock--out { background: #f5ecec; color: #9b3a3a; }

.sf-empty {
    min-height: 260px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    text-align: center;
    color: var(--sf-muted);
}

.sf-empty strong { color: var(--sf-dark); font-size: 20px; }

.sf-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.sf-pagination button {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--sf-line);
    border-radius: 11px;
    background: #fff;
    color: var(--sf-text);
}

.sf-pagination button.is-active {
    background: var(--sf-dark);
    color: #fff;
    border-color: var(--sf-dark);
}

.sf-pagination button:disabled { opacity: 0.45; cursor: default; }

.sf-footer { border-top: 1px solid var(--sf-line); background: #fff; }

/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront.css */

.sf-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 48px;
    padding-top: 46px;
    padding-bottom: 80px;
}

.sf-detail__main-image {
    min-height: 520px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--sf-line);
    border-radius: 24px;
    background: #fff;
}

.sf-detail__main-image img {
    width: 100%;
    height: 100%;
    max-height: 620px;
    object-fit: contain;
    padding: 24px;
}

.sf-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.sf-detail__thumbs a {
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid var(--sf-line);
    border-radius: 12px;
    background: #fff;
}

.sf-detail__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.sf-detail__content { padding-top: 14px; }

.sf-detail h1 {
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.05;
}

.sf-detail__code {
    margin-top: 10px;
    color: var(--sf-muted);
    font-size: 14px;
    font-weight: 700;
}

.sf-detail__price-row {
    margin: 28px 0;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid var(--sf-line);
    border-bottom: 1px solid var(--sf-line);
}

.sf-detail__description {
    margin-bottom: 24px;
    color: #4d5964;
    line-height: 1.75;
}

.sf-specs { margin: 0; }

.sf-specs div {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid var(--sf-line);
}

.sf-specs dt {
    color: var(--sf-muted);
    font-size: 13px;
    font-weight: 700;
}

.sf-specs dd { margin: 0; font-weight: 650; }
.sf-back-link { color: var(--sf-muted); font-size: 13px; font-weight: 700; }

@media (max-width: 980px) {
    .sf-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sf-hero__inner, .sf-detail { grid-template-columns: 1fr; }
    .sf-detail__main-image { min-height: 420px; }
}

@media (max-width: 720px) {
    /* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront.css */
    .sf-header__note { display: none; }
    .sf-hero { padding-top: 34px; }
    .sf-hero__inner { gap: 28px; }
    .sf-search__row { display: grid; }
    .sf-search button { height: 46px; }
    .sf-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .sf-detail__price-row{ align-items: flex-start; flex-direction: column; }
    .sf-detail { padding-top: 22px; gap: 24px; }
    .sf-detail__main-image { min-height: 320px; }
    .sf-specs div { grid-template-columns: 110px 1fr; }
}

@media (max-width: 430px) {
    .sf-product-grid { grid-template-columns: 1fr; }
    /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
}
/* storefront-detail-presentation-fix-v2 */
.sf-rich-text {
    color: #4d5964;
    font-size: 15px;
    line-height: 1.72;
}

.sf-rich-text h2,
.sf-rich-text h3,
.sf-rich-text h4 {
    margin: 24px 0 10px;
    color: var(--sf-dark);
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.sf-rich-text h2 { font-size: 21px; }
.sf-rich-text h3 { font-size: 18px; }
.sf-rich-text h4 { font-size: 16px; }

.sf-rich-text p {
    margin: 0 0 14px;
}

.sf-rich-text ul,
.sf-rich-text ol {
    margin: 10px 0 18px;
    padding-left: 22px;
}

.sf-rich-text li {
    margin: 6px 0;
}

.sf-rich-text strong,
.sf-rich-text b {
    color: #29333d;
}

/* STOREFRONT_CART_VALIDATION_V1 */
.sf-header__actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sf-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid var(--sf-line);
    border-radius: 12px;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
}

.sf-cart-link.is-active {
    border-color: var(--sf-dark);
}

.sf-cart-badge {
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: var(--sf-dark);
    color: #fff;
    font-size: 11px;
}

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

.sf-card-type {
    margin-top: 7px;
}

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

.sf-cart-add-button,
.sf-primary-button {
    border: 0;
    cursor: pointer;
    border-radius: 12px;
    background: var(--sf-dark);
    color: #fff;
    font: inherit;
    font-weight: 800;
}

.sf-cart-add-button {
    width: 100%;
    min-height: 42px;
}

.sf-cart-add-button:disabled,
.sf-primary-button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.sf-detail__buy {
    margin: 0 0 28px;
    padding: 18px;
    border: 1px solid var(--sf-line);
    border-radius: 16px;
    background: #fff;
}

.sf-detail__buy label {
    display: block;
    margin-bottom: 8px;
    color: var(--sf-muted);
    font-size: 12px;
    font-weight: 800;
}

.sf-detail__buy-row {
    display: flex;
    gap: 10px;
}

.sf-detail__buy input {
    width: 96px;
    height: 48px;
    padding: 0 12px;
    border: 1px solid var(--sf-line);
    border-radius: 12px;
    font: inherit;
}

.sf-primary-button {
    min-height: 48px;
    padding: 0 18px;
}

.sf-primary-button--wide {
    width: 100%;
}

.sf-inline-button {
    min-height: 44px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.sf-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 100;
    max-width: min(420px, calc(100% - 48px));
    padding: 14px 18px;
    border-radius: 14px;
    background: var(--sf-dark);
    color: #fff;
    box-shadow: var(--sf-shadow);
    font-size: 13px;
    font-weight: 700;
}

.sf-cart-page {
    padding-top: 42px;
    padding-bottom: 80px;
}

.sf-page-heading {
    margin-bottom: 30px;
}

.sf-page-heading h1 {
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    letter-spacing: -0.04em;
}

.sf-page-heading p {
    max-width: 720px;
    color: var(--sf-muted);
    line-height: 1.6;
}

.sf-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.sf-cart-panel,
.sf-cart-summary {
    border: 1px solid var(--sf-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 31, 44, 0.045);
}

.sf-cart-panel {
    overflow: hidden;
}

.sf-cart-summary {
    position: sticky;
    top: 100px;
    padding: 20px;
}

.sf-cart-items {
    display: grid;
}

.sf-cart-loading {
    padding: 34px;
    color: var(--sf-muted);
}

.sf-cart-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 132px 120px auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-bottom: 1px solid var(--sf-line);
}

.sf-cart-item:last-child {
    border-bottom: 0;
}

.sf-cart-item__image {
    width: 92px;
    height: 78px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--sf-line);
    border-radius: 12px;
    background: #fafbfc;
}

.sf-cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.sf-cart-item__placeholder {
    color: var(--sf-muted);
    font-size: 11px;
}

.sf-cart-item__content {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.sf-cart-item__title {
    font-weight: 800;
    line-height: 1.35;
}

.sf-cart-item__content span,
.sf-cart-item__content small {
    color: var(--sf-muted);
}

.sf-cart-item__quantity {
    display: grid;
    grid-template-columns: 34px 54px 34px;
    gap: 4px;
}

.sf-cart-item__quantity button,
.sf-cart-item__quantity input {
    height: 36px;
    border: 1px solid var(--sf-line);
    background: #fff;
    text-align: center;
    font: inherit;
}

.sf-cart-item__quantity button {
    cursor: pointer;
    border-radius: 9px;
    font-weight: 900;
}

.sf-cart-item__quantity input {
    width: 54px;
    border-radius: 9px;
}

.sf-cart-item__total {
    text-align: right;
}

.sf-cart-item__remove {
    border: 0;
    background: transparent;
    color: #9b3a3a;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
}

.sf-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid var(--sf-line);
}

.sf-summary-row--total {
    margin-bottom: 18px;
    font-size: 18px;
}

.sf-cart-errors {
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 12px;
    background: #fff1f1;
    color: #8d3030;
    font-size: 12px;
    line-height: 1.5;
}

.sf-cart-errors div + div {
    margin-top: 6px;
}

.sf-cart-summary__note {
    display: block;
    margin-top: 12px;
    color: var(--sf-muted);
    line-height: 1.5;
}

@media (max-width: 920px) {
    .sf-cart-layout {
        grid-template-columns: 1fr;
    }

    .sf-cart-summary {
        position: static;
    }

    .sf-cart-item {
        grid-template-columns: 80px minmax(0, 1fr);
    }

    .sf-cart-item__quantity,
    .sf-cart-item__total,
    .sf-cart-item__remove {
        grid-column: 2;
    }

    .sf-cart-item__total {
        text-align: left;
    }
}

@media (max-width: 720px) {
    .sf-header__actions {
        gap: 8px;
    }

    .sf-back-link {
        display: none;
    }

    .sf-detail__buy-row {
        display: grid;
    }

    .sf-detail__buy input {
        width: 100%;
    }

    .sf-cart-item {
        gap: 12px;
        padding: 14px;
    }
}

/* STOREFRONT_CHECKOUT_WEB_ORDER_V1 */
.sf-price {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.sf-vat-label {
    margin-top: 2px;
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
}

.sf-checkout-page {
    padding-top: 42px;
    padding-bottom: 80px;
}

.sf-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 24px;
    align-items: start;
}

.sf-checkout-card {
    padding: 24px;
    border: 1px solid var(--sf-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 31, 44, 0.045);
}

.sf-checkout-form {
    display: grid;
    gap: 18px;
}

.sf-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sf-checkout-form label {
    display: grid;
    gap: 7px;
}

.sf-checkout-form label > span {
    color: var(--sf-muted);
    font-size: 12px;
    font-weight: 800;
}

.sf-checkout-form input,
.sf-checkout-form textarea {
    width: 100%;
    border: 1px solid var(--sf-line);
    border-radius: 12px;
    background: #fff;
    color: var(--sf-text);
    font: inherit;
    outline: none;
}

.sf-checkout-form input {
    height: 46px;
    padding: 0 13px;
}

.sf-checkout-form textarea {
    padding: 12px 13px;
    resize: vertical;
}

.sf-checkout-form input:focus,
.sf-checkout-form textarea:focus {
    border-color: #9aa5af;
    box-shadow: 0 0 0 4px rgba(17, 24, 32, 0.05);
}

.sf-checkout-note {
    color: var(--sf-muted);
    line-height: 1.55;
}

.sf-checkout-items {
    display: grid;
    margin-top: 12px;
}

.sf-checkout-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid var(--sf-line);
}

.sf-checkout-item > div {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.sf-checkout-item strong {
    font-size: 13px;
}

.sf-checkout-item span {
    color: var(--sf-muted);
    font-size: 11px;
}

.sf-summary-row small {
    color: var(--sf-muted);
    font-size: 10px;
    font-weight: 600;
}

.sf-checkout-success {
    padding: 38px 12px;
    text-align: center;
}

.sf-checkout-success__icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eaf7ef;
    color: #24683c;
    font-size: 28px;
    font-weight: 900;
}

.sf-checkout-success h2 {
    margin: 0 0 12px;
    font-size: 28px;
    letter-spacing: -0.03em;
}

.sf-checkout-success p {
    max-width: 600px;
    margin: 10px auto;
    color: var(--sf-muted);
    line-height: 1.6;
}

@media (max-width: 920px) {
    .sf-checkout-layout {
        grid-template-columns: 1fr;
    }

    .sf-form-grid {
        grid-template-columns: 1fr;
    }
}

/* STOREFRONT_HIDDEN_STATE_FIX_V2 */
.sf-body [hidden] {
    display: none !important;
}

/* === IPEKERP STOREFRONT UIUX2 GLOBAL SHELL HOME V1 START === */
:root{--sf2-ink:#171b20;--sf2-soft:#f5f6f7;--sf2-muted:#68717b;--sf2-line:#e3e6e9;--sf2-red:#c81920;--sf2-red-dark:#a51016;--sf2-green:#16784b;--sf2-shadow:0 18px 50px rgba(16,24,32,.10)}
html{scroll-behavior:smooth}.sf-body{background:#fff;color:var(--sf2-ink)}/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront.css */
.sf-site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);border-bottom:1px solid var(--sf2-line);backdrop-filter:blur(14px)}
.sf-site-topline{background:var(--sf2-ink);color:#dde1e4;font-size:12px}.sf-site-topline__inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.sf-site-topline__status{display:flex;align-items:center;gap:7px}.sf-site-topline__status i{width:7px;height:7px;border-radius:50%;background:#50c98b}
.sf-site-header__main{min-height:78px;display:grid;grid-template-columns:auto minmax(300px,1fr) auto;gap:28px;align-items:center}.sf-site-brand{display:inline-flex;align-items:center;gap:11px;color:var(--sf2-ink);text-decoration:none}.sf-site-brand__mark{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:var(--sf2-ink)}.sf-site-brand__mark img{width:100%;height:100%;object-fit:contain}.sf-site-brand__copy{display:grid;line-height:1.05}.sf-site-brand__copy strong{font-size:20px;letter-spacing:-.035em}.sf-site-brand__copy small{margin-top:5px;color:var(--sf2-muted);font-size:9px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.sf-site-search{height:48px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;overflow:hidden;border:1px solid #d8dde2;border-radius:13px;background:#f8f9fa}.sf-site-search:focus-within{background:#fff;border-color:#a9b0b7;box-shadow:0 0 0 4px rgba(21,25,30,.04)}.sf-site-search__icon{display:grid;place-items:center;color:#737c84;font-size:24px}.sf-site-search input{height:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--sf2-ink);font:inherit;font-size:14px}.sf-site-search button,.sf-site-mobile-search button{align-self:stretch;min-width:72px;border:0;background:var(--sf2-ink);color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:850}.sf-site-search button:hover,.sf-site-mobile-search button:hover{background:var(--sf2-red)}
.sf-site-header__actions{display:flex;align-items:center;gap:8px}.sf-site-action{position:relative;min-height:46px;display:grid;align-content:center;padding:0 12px;border-radius:11px;color:var(--sf2-ink);text-decoration:none}.sf-site-action:hover{background:var(--sf2-soft)}.sf-site-action small{color:var(--sf2-muted);font-size:9px;font-weight:750}.sf-site-action strong{margin-top:3px;font-size:13px}.sf-site-action b{position:absolute;top:-1px;right:-3px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border:2px solid #fff;border-radius:999px;background:var(--sf2-red);color:#fff;font-size:9px}.sf-site-menu-button{width:44px;height:44px;display:none;place-items:center;gap:4px;padding:11px;border:1px solid var(--sf2-line);border-radius:11px;background:#fff}.sf-site-menu-button span{width:19px;height:2px;display:block;background:var(--sf2-ink)}
.sf-site-nav{border-top:1px solid #eef0f2}.sf-site-nav__inner{min-height:43px;display:flex;align-items:center;gap:28px}.sf-site-nav a,.sf-site-nav__reassurance{color:#4e565e;font-size:12px;font-weight:780;text-decoration:none}.sf-site-nav a:hover{color:var(--sf2-red)}.sf-site-nav__spacer{flex:1}.sf-site-nav__reassurance{color:#838b92;font-weight:650}
.sf-site-mobile-menu{border-top:1px solid var(--sf2-line);background:#fff;box-shadow:var(--sf2-shadow)}/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront.css */.sf-site-mobile-menu a{min-height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-radius:10px;color:var(--sf2-ink);font-size:14px;font-weight:780;text-decoration:none}.sf-site-mobile-menu a:hover{background:var(--sf2-soft)}.sf-site-mobile-menu a b{min-width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:var(--sf2-ink);color:#fff;font-size:10px}.sf-site-mobile-search{height:46px;display:grid;grid-template-columns:1fr auto;overflow:hidden;margin-bottom:8px;border:1px solid var(--sf2-line);border-radius:11px}.sf-site-mobile-search input{min-width:0;padding:0 13px;border:0;outline:0;font:inherit}
.sf-home-v2 main{overflow:clip}.sf-home-hero{position:relative;padding:68px 0 56px;background:radial-gradient(circle at 85% 15%,rgba(200,25,32,.09),transparent 30%),linear-gradient(180deg,#f7f7f6,#fff);border-bottom:1px solid var(--sf2-line)}.sf-home-hero__grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(330px,.6fr);gap:56px;align-items:center}.sf-home-kicker{color:var(--sf2-red);font-size:11px;font-weight:900;letter-spacing:.16em}.sf-home-hero__content h1{max-width:780px;margin:15px 0 18px;font-size:clamp(44px,5.5vw,72px);line-height:.98;letter-spacing:-.055em}.sf-home-hero__content h1 em{display:block;color:var(--sf2-red);font-style:normal}.sf-home-hero__content>p{max-width:690px;margin:0;color:#59626b;font-size:17px;line-height:1.7}
.sf-home-search{max-width:760px;margin-top:30px}.sf-home-search>label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.sf-home-search__box{height:62px;display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;overflow:hidden;border:1px solid #d7dade;border-radius:16px;background:#fff;box-shadow:0 16px 38px rgba(22,28,34,.09)}.sf-home-search__icon{display:grid;place-items:center;color:#747d85;font-size:28px}.sf-home-search__box input{height:100%;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:15px}.sf-home-search__box button{align-self:stretch;min-width:122px;border:0;background:var(--sf2-red);color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:900}.sf-home-search__box button:hover{background:var(--sf2-red-dark)}.sf-home-search__hints{display:flex;gap:8px;margin-top:10px}.sf-home-search__hints span{padding:5px 9px;border:1px solid #e2e5e8;border-radius:999px;color:#7c848c;font-size:10px;font-weight:760}.sf-home-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px}.sf-home-primary-link,.sf-home-secondary-link{font-size:13px;font-weight:850;text-decoration:none}.sf-home-primary-link{min-height:44px;display:flex;align-items:center;gap:18px;padding:0 16px;border-radius:11px;background:var(--sf2-ink);color:#fff}.sf-home-primary-link:hover{background:var(--sf2-red)}.sf-home-secondary-link{color:#353b41}.sf-home-secondary-link:hover{color:var(--sf2-red)}
.sf-home-find-card{padding:24px;border-radius:22px;background:var(--sf2-ink);color:#fff;box-shadow:0 26px 58px rgba(21,25,30,.18)}.sf-home-find-card__head{display:flex;align-items:center;gap:13px;padding-bottom:19px;border-bottom:1px solid rgba(255,255,255,.1)}.sf-home-find-card__icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.08);font-size:23px}.sf-home-find-card__head>div{display:grid}.sf-home-find-card__head small{color:#9ea6ae;font-size:9px;font-weight:850;letter-spacing:.14em}.sf-home-find-card__head strong{margin-top:5px;font-size:18px}.sf-home-find-steps{display:grid;margin:8px 0 0;padding:0;list-style:none}.sf-home-find-steps li{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08)}.sf-home-find-steps li>b{color:#e2555b;font-size:11px}.sf-home-find-steps li>span{display:grid}.sf-home-find-steps strong{font-size:13px}.sf-home-find-steps small{margin-top:4px;color:#aab1b8;font-size:11px;line-height:1.5}.sf-home-find-card__link{display:flex;justify-content:space-between;margin-top:18px;color:#fff;font-size:12px;font-weight:850;text-decoration:none}
.sf-home-trust{border-bottom:1px solid var(--sf2-line)}.sf-home-trust__grid{display:grid;grid-template-columns:repeat(3,1fr)}.sf-home-trust article{min-height:100px;display:flex;align-items:center;gap:13px;padding:20px 28px;border-right:1px solid var(--sf2-line)}.sf-home-trust article:first-child{padding-left:0}.sf-home-trust article:last-child{padding-right:0;border-right:0}.sf-home-trust__icon{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;background:#eef6f1;color:var(--sf2-green);font-size:17px;font-weight:900}.sf-home-trust article>div{display:grid}.sf-home-trust strong{font-size:13px}.sf-home-trust small{margin-top:5px;color:var(--sf2-muted);font-size:11px;line-height:1.45}
.sf-home-catalog{padding-top:68px;padding-bottom:84px}.sf-home-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:25px}.sf-home-section-head h2{margin:10px 0 8px;font-size:clamp(30px,3.5vw,44px);letter-spacing:-.045em}.sf-home-section-head p{max-width:660px;margin:0;color:var(--sf2-muted);font-size:14px;line-height:1.6}.sf-home-section-head__count{min-width:180px;display:grid;justify-items:end}.sf-home-section-head__count small{color:var(--sf2-muted);font-size:10px;font-weight:800}.sf-home-section-head__count strong{margin-top:6px;font-size:15px}.sf-home-catalog__toolbar{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;border-bottom:1px solid var(--sf2-line)}.sf-home-catalog__note{color:var(--sf2-muted);font-size:12px}
.sf-home-v2 .sf-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */.sf-home-v2 .sf-price{font-size:18px}/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */.sf-home-v2 .sf-cart-add-button{min-height:44px;border-radius:11px;background:var(--sf2-ink)}.sf-home-v2 .sf-cart-add-button:not(:disabled):hover{background:var(--sf2-red)}
.sf-site-footer{border-top:1px solid #2d3338;background:#171b20;color:#fff}.sf-site-footer__grid{display:grid;grid-template-columns:minmax(280px,1.6fr) 1fr 1.2fr;gap:60px;padding-top:52px;padding-bottom:46px}.sf-site-brand--footer{color:#fff}.sf-site-brand--footer .sf-site-brand__copy small{color:#9199a0}.sf-site-footer__brand p{max-width:480px;margin:20px 0 0;color:#aab1b8;font-size:13px;line-height:1.7}.sf-site-footer__column{display:grid;align-content:start;gap:10px}.sf-site-footer__column>strong{margin-bottom:5px;font-size:12px;text-transform:uppercase}.sf-site-footer__column a,.sf-site-footer__column span{color:#aab1b8;font-size:12px;line-height:1.6;text-decoration:none}.sf-site-footer__column a:hover{color:#fff}.sf-site-footer__bottom{border-top:1px solid rgba(255,255,255,.08);color:#7e878f;font-size:11px}/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront.css */
@media(max-width:1080px){.sf-site-header__main{grid-template-columns:auto minmax(240px,1fr) auto;gap:18px}.sf-site-action--catalog{display:none}.sf-home-hero__grid{grid-template-columns:1.15fr .85fr;gap:34px}.sf-home-v2 .sf-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:860px){/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront.css */.sf-site-topline,.sf-site-search,.sf-site-nav,.sf-site-action--catalog{display:none}.sf-site-header__main{min-height:68px;grid-template-columns:auto 1fr auto}.sf-site-header__actions{justify-self:end}.sf-site-menu-button{display:grid}.sf-home-hero{padding-top:48px}.sf-home-hero__grid{grid-template-columns:1fr}.sf-home-find-card{max-width:620px}.sf-home-trust__grid{grid-template-columns:1fr}.sf-home-trust article,.sf-home-trust article:first-child,.sf-home-trust article:last-child{min-height:78px;padding:15px 0;border-right:0;border-bottom:1px solid var(--sf2-line)}.sf-home-trust article:last-child{border-bottom:0}.sf-home-v2 .sf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sf-site-footer__grid{grid-template-columns:1.4fr 1fr;gap:36px}.sf-site-footer__brand{grid-column:1/-1}}
@media(max-width:560px){/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront.css */.sf-site-brand__mark{width:38px;height:38px}.sf-site-brand__copy strong{font-size:17px}.sf-site-action--cart small,.sf-site-action--cart strong{display:none}.sf-site-action--cart{width:42px;padding:0 6px}.sf-home-hero{padding:40px 0 38px}.sf-home-hero__content h1{font-size:clamp(38px,12vw,54px)}.sf-home-hero__content>p{font-size:14px}.sf-home-search__box{height:auto;grid-template-columns:44px 1fr}.sf-home-search__box input{height:54px;font-size:13px}.sf-home-search__box button{grid-column:1/-1;min-height:46px}.sf-home-search__hints{display:none}.sf-home-hero__actions{align-items:stretch;flex-direction:column}.sf-home-primary-link{justify-content:space-between}.sf-home-catalog{padding-top:46px;padding-bottom:62px}.sf-home-section-head{display:grid;gap:14px}.sf-home-section-head__count{justify-items:start}.sf-home-catalog__toolbar{align-items:flex-start;flex-direction:column;padding-bottom:12px}.sf-home-v2 .sf-product-grid{gap:9px}/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */.sf-home-v2 .sf-price{font-size:15px}/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */.sf-home-v2 .sf-cart-add-button{min-height:40px;font-size:11px}.sf-site-footer__grid{grid-template-columns:1fr;gap:28px;padding-top:38px;padding-bottom:34px}.sf-site-footer__brand{grid-column:auto}/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront.css */}
@media(max-width:370px){.sf-home-v2 .sf-product-grid{grid-template-columns:1fr}}
/* === IPEKERP STOREFRONT UIUX2 GLOBAL SHELL HOME V1 END === */

/* === IPEKERP STOREFRONT HOME V1.1 POLISH START === */

@media (min-width: 861px) {
    .sf-site-topline__inner { min-height: 28px; }
    .sf-site-header__main { min-height: 72px; }
    .sf-site-nav__inner { min-height: 39px; }

    .sf-site-nav a,
    .sf-site-nav__reassurance { font-size: 12.5px; }

    .sf-site-action small { font-size: 10.5px; }
    .sf-site-action strong { font-size: 13.5px; }

    .sf-home-hero {
        padding-top: 48px;
        padding-bottom: 42px;
    }

    .sf-home-hero__grid { gap: 48px; }

    .sf-home-hero__content h1 {
        max-width: 720px;
        margin-top: 13px;
        margin-bottom: 15px;
        font-size: clamp(42px, 4.9vw, 64px);
        line-height: .97;
    }

    .sf-home-hero__content > p {
        max-width: 650px;
        font-size: 16px;
        line-height: 1.62;
    }

    .sf-home-search {
        max-width: 700px;
        margin-top: 24px;
    }

    .sf-home-search__box { height: 58px; }
    .sf-home-hero__actions { margin-top: 22px; }

    .sf-home-find-card {
        padding: 21px;
        border-radius: 20px;
    }

    .sf-home-find-card__head { padding-bottom: 16px; }

    .sf-home-find-steps li {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .sf-home-find-card__link { margin-top: 15px; }

    .sf-home-trust article {
        min-height: 82px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sf-home-catalog { padding-top: 52px; }
}

@media (min-width: 1180px) {
    .sf-home-hero__grid {
        grid-template-columns: minmax(0, 1.5fr) minmax(320px, .5fr);
    }

    .sf-home-find-card {
        max-width: 356px;
        justify-self: end;
    }
}

.sf-site-topline { letter-spacing: .005em; }
.sf-site-nav a { transition: color .14s ease; }
.sf-site-action__icon { color: #343b42; }

.sf-site-search {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.sf-home-section-head { margin-bottom: 20px; }
.sf-home-section-head h2 { margin-top: 8px; }
.sf-home-catalog__toolbar { margin-bottom: 16px; }

.sf-home-v2 .sf-cart-add-button:not(:disabled) {
    box-shadow: 0 4px 12px rgba(21,25,30,.08);
}

/* === IPEKERP STOREFRONT HOME V1.1 POLISH END === */

/* === IPEKERP STOREFRONT PRODUCT LISTING 2.0 V1 START === */

.sf2-catalog-ui { margin-top: 4px; }

.sf2-catalog-layout {
    display: grid;
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.sf2-filter-panel {
    position: sticky;
    top: 150px;
    padding: 18px;
    border: 1px solid var(--sf2-line, #e4e7ea);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16, 24, 32, .04);
}

.sf2-filter-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--sf2-line, #e4e7ea);
}

.sf2-filter-panel__head > div { display: grid; }

.sf2-filter-panel__head small {
    color: var(--sf2-accent, #c91920);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
}

.sf2-filter-panel__head strong {
    margin-top: 4px;
    font-size: 19px;
    letter-spacing: -.03em;
}

.sf2-filter-panel__head > button {
    display: none;
    width: 36px;
    height: 36px;
    border: 1px solid var(--sf2-line, #e4e7ea);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
}

.sf2-filter-group {
    display: grid;
    gap: 7px;
    padding-top: 16px;
}

.sf2-filter-group label {
    color: #4e565e;
    font-size: 11px;
    font-weight: 850;
}

.sf2-filter-group select,
.sf2-sort select {
    width: 100%;
    height: 42px;
    padding: 0 34px 0 11px;
    border: 1px solid #dfe3e6;
    border-radius: 10px;
    outline: 0;
    background: #fafbfb;
    color: #20262c;
    font: inherit;
    font-size: 12px;
}

.sf2-filter-group select:focus,
.sf2-sort select:focus {
    border-color: #aab1b7;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(21,25,30,.04);
}

.sf2-stock-toggle {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    padding: 13px;
    border: 1px solid #e2e6e9;
    border-radius: 11px;
    background: #fafbfb;
    cursor: pointer;
}

.sf2-stock-toggle input {
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: var(--sf2-accent, #c91920);
}

.sf2-stock-toggle > span { display: grid; }
.sf2-stock-toggle strong { font-size: 11px; }

.sf2-stock-toggle small {
    margin-top: 4px;
    color: #737c84;
    font-size: 9px;
    line-height: 1.4;
}

.sf2-filter-reset {
    width: 100%;
    min-height: 40px;
    margin-top: 13px;
    border: 0;
    border-radius: 10px;
    background: #f1f3f4;
    color: #4f575e;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
}

.sf2-filter-reset:hover {
    background: #e7eaec;
    color: #20262c;
}

.sf2-catalog-results { min-width: 0; }

.sf2-results-toolbar {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.sf2-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.sf2-active-filters button {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 9px;
    border: 1px solid #dfe3e6;
    border-radius: 999px;
    background: #fff;
    color: #4e565e;
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 750;
}

.sf2-active-filters button:hover {
    border-color: #c9ced2;
    color: var(--sf2-accent, #c91920);
}

.sf2-active-filters button span {
    font-size: 14px;
    line-height: 1;
}

.sf2-no-filter {
    color: #7b838b;
    font-size: 11px;
}

.sf2-sort {
    min-width: 205px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.sf2-sort > span {
    color: #737b83;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.sf2-sort select { height: 38px; }

.sf2-catalog-mobile-bar,
.sf2-filter-overlay {
    display: none;
}

.sf-home-v2 .sf2-catalog-results .sf-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sf-home-v2 .sf-home-catalog__toolbar {
    margin-bottom: 12px;
}

@media (max-width: 1080px) {
    .sf2-catalog-layout {
        grid-template-columns: 215px minmax(0, 1fr);
        gap: 18px;
    }

    .sf-home-v2 .sf2-catalog-results .sf-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body.sf2-filter-opened { overflow: hidden; }

    .sf2-catalog-mobile-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 13px;
    }

    .sf2-filter-open {
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0 13px;
        border: 1px solid #dfe3e6;
        border-radius: 10px;
        background: #fff;
        color: #242a30;
        cursor: pointer;
        font: inherit;
        font-size: 12px;
        font-weight: 850;
    }

    .sf2-sort--mobile {
        min-width: 0;
        flex: 1;
        justify-content: flex-end;
    }

    .sf2-sort--mobile > span { display: none; }
    .sf2-sort--mobile select { max-width: 220px; }
    .sf2-sort--desktop { display: none; }
    .sf2-catalog-layout { display: block; }

    .sf2-filter-panel {
        position: fixed;
        z-index: 140;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(88vw, 340px);
        overflow-y: auto;
        padding: 20px;
        border: 0;
        border-radius: 0 18px 18px 0;
        transform: translateX(-104%);
        transition: transform .18s ease;
        box-shadow: 18px 0 50px rgba(10, 16, 22, .18);
    }

    .sf2-filter-panel.is-open { transform: translateX(0); }

    .sf2-filter-panel__head > button {
        display: grid;
        place-items: center;
    }

    .sf2-filter-overlay {
        position: fixed;
        z-index: 130;
        inset: 0;
        display: block;
        background: rgba(12, 17, 22, .42);
        backdrop-filter: blur(2px);
    }

    .sf2-results-toolbar {
        min-height: 36px;
        margin-bottom: 10px;
    }

    .sf-home-v2 .sf2-catalog-results .sf-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 370px) {
    .sf-home-v2 .sf2-catalog-results .sf-product-grid {
        grid-template-columns: 1fr;
    }
}

/* === IPEKERP STOREFRONT PRODUCT LISTING 2.0 V1 END === */

/* === IPEKERP STOREFRONT PRODUCT LISTING 2.0 V1.1 POLISH START === */

.sf-home-catalog {
    background: linear-gradient(
        180deg,
        rgba(248, 249, 250, .96) 0%,
        rgba(248, 249, 250, .72) 100%
    );
    min-height: auto !important;
    padding-bottom: 54px;
}

.sf-home-catalog > .sf-home-section-head {
    padding-bottom: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e6e9;
}

.sf-home-catalog > .sf-home-section-head h2 {
    letter-spacing: -.035em;
}

.sf-home-catalog__toolbar {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    margin: 0 !important;
    border-bottom: 1px solid #e3e7ea;
}

.sf-home-catalog__toolbar > div {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.sf-home-catalog__toolbar .sf-muted {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .02em;
}

#storefront-result-count {
    font-size: 13px;
    font-weight: 900;
    color: #1b2127;
}

#storefront-clear-search {
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid #dfe3e6;
    border-radius: 9px;
    background: #fff;
    font-size: 10px;
    font-weight: 800;
}

.sf2-catalog-ui {
    margin-top: 10px;
}

.sf2-catalog-layout {
    grid-template-columns: 222px minmax(0, 1fr);
    gap: 22px;
}

.sf2-filter-panel {
    top: 154px;
    padding: 17px;
    border-radius: 14px;
    border-color: #dde2e5;
    box-shadow:
        0 1px 0 rgba(255,255,255,.9) inset,
        0 8px 24px rgba(20, 26, 32, .045);
}

.sf2-filter-panel__head {
    padding-bottom: 14px;
}

.sf2-filter-panel__head strong {
    font-size: 18px;
}

.sf2-filter-group {
    padding-top: 14px;
}

.sf2-filter-group label {
    font-size: 10.5px;
}

.sf2-filter-group select {
    height: 40px;
    background: #fff;
}

.sf2-stock-toggle {
    margin-top: 15px;
    padding: 12px;
    background: #fff;
}

.sf2-filter-reset {
    min-height: 38px;
    margin-top: 11px;
}

.sf2-results-toolbar {
    min-height: 44px;
    margin-bottom: 12px;
}

.sf2-no-filter {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 1px;
    color: #717a82;
    font-size: 10.5px;
}

.sf2-sort {
    min-width: 214px;
}

.sf2-sort select {
    height: 36px;
    background: #fff;
}

.sf2-catalog-results {
    min-width: 0;
}

.sf-home-v2 .sf2-catalog-results .sf-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 16px;
    align-items: stretch;
}

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

.sf-home-v2 .sf2-catalog-results .sf-card-type {
    font-size: 10.5px;
}

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

.sf-home-v2 .sf2-catalog-results .sf-price {
    font-size: 17px;
}

.sf-home-v2 .sf2-catalog-results .sf-stock {
    font-size: 9.5px;
}

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

.sf-home-v2 .sf2-catalog-results .sf-cart-add-button {
    min-height: 39px;
    border-radius: 9px;
    font-size: 11px;
}

.sf2-catalog-results > .sf-empty:not([hidden]) {
    min-height: 260px;
    display: grid;
    place-content: center;
    text-align: center;
}

@media (min-width: 1280px) {
    .sf2-catalog-layout {
        grid-template-columns: 224px minmax(0, 1fr);
        gap: 24px;
    }

    .sf-home-v2 .sf2-catalog-results .sf-product-grid {
        grid-template-columns: repeat(3, minmax(230px, 1fr));
    }
}

@media (max-width: 1080px) {
    .sf2-catalog-layout {
        grid-template-columns: 205px minmax(0, 1fr);
        gap: 17px;
    }

    .sf-home-v2 .sf2-catalog-results .sf-product-grid {
        grid-template-columns: repeat(2, minmax(210px, 1fr));
    }
}

@media (max-width: 760px) {
    .sf-home-catalog__toolbar {
        min-height: 44px;
    }

    .sf2-catalog-ui {
        margin-top: 8px;
    }

    .sf2-catalog-mobile-bar {
        margin-bottom: 10px;
    }

    .sf2-results-toolbar {
        min-height: 34px;
        margin-bottom: 8px;
    }

    .sf-home-v2 .sf2-catalog-results .sf-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

    /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

    /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

    /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

    /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
}

@media (max-width: 370px) {
    .sf-home-v2 .sf2-catalog-results .sf-product-grid {
        grid-template-columns: 1fr;
    }
}

/* === IPEKERP STOREFRONT PRODUCT LISTING 2.0 V1.1 POLISH END === */

/* === IPEKERP STOREFRONT PRODUCT DETAIL 2.0 V1 START === */

.sf-detail-v2 {
    background: #f7f8f9;
}

.sf2-detail-page {
    padding: 0 0 64px;
}

.sf2-breadcrumb {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    color: #737c84;
    font-size: 10.5px;
    white-space: nowrap;
}

.sf2-breadcrumb a {
    color: #5f6870;
    text-decoration: none;
}

.sf2-breadcrumb a:hover {
    color: #c91920;
}

.sf2-breadcrumb strong {
    overflow: hidden;
    color: #31383e;
    font-weight: 700;
    text-overflow: ellipsis;
}

.sf2-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
    gap: 42px;
    padding: 30px;
    border: 1px solid #e0e4e7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 34px rgba(20, 26, 32, .045);
}

.sf2-detail-gallery {
    min-width: 0;
}

.sf2-detail-gallery__stage {
    position: relative;
    min-height: 470px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #edf0f2;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.sf2-detail-gallery__stage > img {
    width: 100%;
    height: 470px;
    object-fit: contain;
    padding: 28px;
}

.sf2-detail-gallery__placeholder {
    display: grid;
    justify-items: center;
    gap: 7px;
    color: #8a9299;
}

.sf2-detail-gallery__placeholder span {
    color: #c91920;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
}

.sf2-detail-gallery__placeholder strong {
    color: #4e565d;
    font-size: 14px;
}

.sf2-detail-gallery__count {
    position: absolute;
    right: 14px;
    bottom: 14px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border: 1px solid #e2e5e8;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #596168;
    font-size: 9.5px;
    font-weight: 800;
}

.sf2-detail-thumbs {
    display: flex;
    gap: 9px;
    margin-top: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.sf2-detail-thumb {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    display: grid;
    place-items: center;
    padding: 4px;
    border: 1px solid #e0e4e7;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

.sf2-detail-thumb.is-active {
    border-color: #22282e;
    box-shadow: 0 0 0 1px #22282e;
}

.sf2-detail-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sf2-detail-info {
    min-width: 0;
    align-self: start;
    padding: 7px 0 0;
}

.sf2-detail-kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.sf2-detail-kicker span {
    color: #c91920;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sf2-detail-kicker strong {
    color: #6d757d;
    font-size: 10.5px;
    font-weight: 800;
}

.sf2-detail-info h1 {
    max-width: 680px;
    margin: 0;
    color: #161c21;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.sf2-detail-taxonomy {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
}

.sf2-detail-taxonomy span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border: 1px solid #e1e5e8;
    border-radius: 999px;
    background: #f8f9fa;
    color: #606970;
    font-size: 9.5px;
    font-weight: 750;
}

.sf2-detail-purchase-card {
    margin-top: 28px;
    padding: 20px;
    border: 1px solid #e0e4e7;
    border-radius: 16px;
    background: #fafbfb;
}

.sf2-detail-price-stock {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.sf2-detail-price-stock > div {
    display: grid;
}

.sf2-detail-price-stock small {
    color: #727b82;
    font-size: 10px;
    font-weight: 750;
}

.sf2-detail-price {
    margin-top: 5px;
    color: #11171c;
    font-size: 29px;
    line-height: 1;
    letter-spacing: -.035em;
}

.sf2-detail-price--muted {
    font-size: 18px;
    line-height: 1.2;
}

.sf2-detail-vat {
    margin-top: 7px;
    color: #8a9298;
    font-size: 9.5px;
}

.sf2-detail-stock {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.sf2-detail-stock--in {
    background: #eaf6ee;
    color: #14713b;
}

.sf2-detail-stock--in i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.sf2-detail-stock--out {
    background: #f5e9e9;
    color: #a63333;
}

.sf2-detail-buy {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.sf2-detail-qty {
    display: grid;
    gap: 6px;
}

.sf2-detail-qty > span {
    color: #687078;
    font-size: 9.5px;
    font-weight: 800;
}

.sf2-detail-qty__control {
    height: 46px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    overflow: hidden;
    border: 1px solid #dce1e4;
    border-radius: 10px;
    background: #fff;
}

.sf2-detail-qty__control button {
    border: 0;
    background: transparent;
    color: #363d43;
    cursor: pointer;
    font: inherit;
    font-size: 17px;
}

.sf2-detail-qty__control button:hover {
    background: #f2f4f5;
}

.sf2-detail-qty__control input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: #fff;
    text-align: center;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    appearance: textfield;
}

.sf2-detail-qty__control input::-webkit-outer-spin-button,
.sf2-detail-qty__control input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.sf2-detail-add {
    align-self: end;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 17px;
    border: 0;
    border-radius: 10px;
    background: #171d22;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
}

.sf2-detail-add:hover {
    background: #c91920;
}

.sf2-detail-add b {
    font-size: 15px;
}

.sf2-detail-unavailable {
    margin-top: 18px;
    padding: 13px 14px;
    border: 1px solid #eadede;
    border-radius: 10px;
    background: #fff8f8;
    color: #8b4141;
    font-size: 11px;
    font-weight: 750;
}

.sf2-detail-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid #e2e5e7;
}

.sf2-detail-trust > div {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.sf2-detail-trust > div > span {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: #eef6f1;
    color: #14713b;
    font-size: 11px;
    font-weight: 900;
}

.sf2-detail-trust p {
    display: grid;
    margin: 0;
}

.sf2-detail-trust strong {
    color: #30373d;
    font-size: 9.5px;
}

.sf2-detail-trust small {
    margin-top: 3px;
    color: #7b838a;
    font-size: 8.5px;
    line-height: 1.35;
}

.sf2-detail-content {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 18px;
    margin-top: 20px;
}

.sf2-detail-section,
.sf2-detail-assist {
    padding: 24px;
    border: 1px solid #e0e4e7;
    border-radius: 16px;
    background: #fff;
}

.sf2-detail-section--description {
    grid-row: span 2;
}

.sf2-detail-section__head span,
.sf2-detail-assist > span {
    color: #c91920;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
}

.sf2-detail-section__head h2,
.sf2-detail-assist h2 {
    margin: 6px 0 0;
    color: #1c2227;
    font-size: 20px;
    letter-spacing: -.025em;
}

.sf2-detail-description {
    margin-top: 18px;
    color: #4f585f;
    font-size: 12px;
    line-height: 1.75;
    white-space: pre-line;
}

.sf2-detail-description--muted {
    color: #899198;
}

.sf2-detail-specs {
    display: grid;
    margin: 17px 0 0;
}

.sf2-detail-specs > div {
    min-height: 42px;
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #edf0f2;
}

.sf2-detail-specs dt {
    color: #7a8289;
    font-size: 10px;
    font-weight: 700;
}

.sf2-detail-specs dd {
    margin: 0;
    color: #30373d;
    font-size: 10.5px;
    font-weight: 800;
    text-align: right;
    overflow-wrap: anywhere;
}

.sf2-detail-assist {
    background: #171d22;
    color: #fff;
}

.sf2-detail-assist > span {
    color: #f35a60;
}

.sf2-detail-assist h2 {
    color: #fff;
}

.sf2-detail-assist p {
    margin: 13px 0 0;
    color: #b8c0c6;
    font-size: 11px;
    line-height: 1.65;
}

.sf2-detail-assist a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #fff;
    text-decoration: none;
    font-size: 10.5px;
    font-weight: 850;
}

.sf2-detail-assist a:hover {
    color: #f35a60;
}

.sf2-detail-mobile-buy {
    display: none;
}

@media (max-width: 1020px) {
    .sf2-detail-hero {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
        gap: 26px;
        padding: 22px;
    }

    .sf2-detail-gallery__stage,
    .sf2-detail-gallery__stage > img {
        min-height: 390px;
        height: 390px;
    }

    .sf2-detail-trust {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .sf2-detail-page {
        padding-bottom: 92px;
    }

    .sf2-breadcrumb {
        min-height: 42px;
    }

    .sf2-detail-hero {
        display: block;
        padding: 14px;
        border-radius: 14px;
    }

    .sf2-detail-gallery__stage,
    .sf2-detail-gallery__stage > img {
        min-height: 330px;
        height: 330px;
    }

    .sf2-detail-gallery__stage > img {
        padding: 18px;
    }

    .sf2-detail-info {
        padding-top: 24px;
    }

    .sf2-detail-info h1 {
        font-size: 29px;
    }

    .sf2-detail-purchase-card {
        margin-top: 20px;
        padding: 15px;
    }

    .sf2-detail-buy {
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .sf2-detail-content {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 12px;
    }

    .sf2-detail-section--description {
        grid-row: auto;
    }

    .sf2-detail-section,
    .sf2-detail-assist {
        padding: 18px;
        border-radius: 13px;
    }

    .sf2-detail-mobile-buy {
        position: fixed;
        z-index: 120;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 10px 16px;
        border-top: 1px solid #dfe3e6;
        background: rgba(255,255,255,.96);
        box-shadow: 0 -12px 30px rgba(18, 24, 30, .09);
        backdrop-filter: blur(12px);
    }

    .sf2-detail-mobile-buy > div {
        display: grid;
    }

    .sf2-detail-mobile-buy small {
        color: #7a8289;
        font-size: 9px;
        font-weight: 750;
    }

    .sf2-detail-mobile-buy strong {
        margin-top: 2px;
        color: #161c21;
        font-size: 17px;
    }

    .sf2-detail-mobile-buy button {
        min-height: 44px;
        min-width: 138px;
        padding: 0 15px;
        border: 0;
        border-radius: 10px;
        background: #171d22;
        color: #fff;
        font: inherit;
        font-size: 11px;
        font-weight: 900;
    }
}

@media (max-width: 430px) {
    .sf2-detail-gallery__stage,
    .sf2-detail-gallery__stage > img {
        min-height: 280px;
        height: 280px;
    }

    .sf2-detail-price-stock {
        align-items: flex-start;
        flex-direction: column;
    }

    .sf2-detail-buy {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .sf2-detail-mobile-buy {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* === IPEKERP STOREFRONT PRODUCT DETAIL 2.0 V1 END === */

/* === IPEKERP STOREFRONT CART 2.0 V1 START === */

.sf-cart-v2 {
    background: #f7f8f9;
}

.sf2-cart-page {
    padding-bottom: 64px;
}

.sf2-cart-breadcrumb {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #747d84;
    font-size: 10.5px;
}

.sf2-cart-breadcrumb a {
    color: #626b72;
    text-decoration: none;
}

.sf2-cart-breadcrumb a:hover {
    color: #c91920;
}

.sf2-cart-breadcrumb strong {
    color: #252c32;
}

.sf2-cart-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    padding: 28px 0 28px;
}

.sf2-cart-heading > div:first-child {
    max-width: 700px;
}

.sf2-cart-heading > div:first-child > span {
    color: #c91920;
    font-size: 9.5px;
    font-weight: 900;
    letter-spacing: .14em;
}

.sf2-cart-heading h1 {
    margin: 8px 0 0;
    color: #171d22;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1;
    letter-spacing: -.045em;
}

.sf2-cart-heading p {
    max-width: 650px;
    margin: 13px 0 0;
    color: #687178;
    font-size: 12px;
    line-height: 1.65;
}

.sf2-cart-steps {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding-bottom: 3px;
}

.sf2-cart-steps > div {
    min-width: 56px;
    display: grid;
    justify-items: center;
    gap: 5px;
    color: #8a9298;
}

.sf2-cart-steps b {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid #dfe3e6;
    border-radius: 50%;
    background: #fff;
    font-size: 10px;
}

.sf2-cart-steps span {
    font-size: 9px;
    font-weight: 800;
}

.sf2-cart-steps > div.is-active {
    color: #20272c;
}

.sf2-cart-steps > div.is-active b {
    border-color: #20272c;
    background: #20272c;
    color: #fff;
}

.sf2-cart-steps i {
    width: 34px;
    height: 1px;
    background: #dfe3e6;
}

.sf2-cart-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 22px;
}

.sf2-cart-panel,
.sf2-cart-summary {
    border-radius: 16px;
    border-color: #dfe4e7;
    box-shadow: 0 8px 28px rgba(19, 26, 32, .045);
}

.sf2-cart-panel {
    overflow: hidden;
}

.sf2-cart-panel__head {
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 18px;
    border-bottom: 1px solid #e6e9eb;
    background: #fff;
}

.sf2-cart-panel__head > div {
    display: grid;
}

.sf2-cart-panel__head span,
.sf2-cart-summary__head span {
    color: #c91920;
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: .12em;
}

.sf2-cart-panel__head strong,
.sf2-cart-summary__head strong {
    margin-top: 3px;
    color: #20272c;
    font-size: 17px;
    letter-spacing: -.02em;
}

.sf2-cart-panel__head a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4c555c;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
}

.sf2-cart-panel__head a:hover {
    color: #c91920;
}

.sf2-cart-panel .sf-cart-loading {
    min-height: 170px;
    display: grid;
    place-items: center;
    padding: 24px;
    color: #747d84;
    font-size: 11px;
}

.sf2-cart-panel .sf-cart-item {
    grid-template-columns: 94px minmax(0, 1fr) 128px 112px 54px;
    gap: 15px;
    min-height: 122px;
    padding: 16px 18px;
    border-bottom-color: #e9ecee;
    background: #fff;
}

.sf2-cart-panel .sf-cart-item:hover {
    background: #fcfcfc;
}

.sf2-cart-panel .sf-cart-item__image {
    width: 94px;
    height: 88px;
    border-radius: 11px;
    border-color: #e4e7e9;
    background: #fff;
}

.sf2-cart-panel .sf-cart-item__image img {
    padding: 7px;
}

.sf2-cart-panel .sf-cart-item__content {
    gap: 5px;
}

.sf2-cart-panel .sf-cart-item__title {
    color: #21282e;
    font-size: 12.5px;
    line-height: 1.4;
    text-decoration: none;
}

.sf2-cart-panel .sf-cart-item__title:hover {
    color: #c91920;
}

.sf2-cart-panel .sf-cart-item__content > span {
    font-size: 9.5px;
    font-weight: 750;
}

.sf2-cart-panel .sf-cart-item__content > small {
    color: #31383e;
    font-size: 11px;
    font-weight: 850;
}

.sf2-cart-panel .sf-cart-item__quantity {
    grid-template-columns: 32px 48px 32px;
    gap: 3px;
    justify-content: center;
}

.sf2-cart-panel .sf-cart-item__quantity button,
.sf2-cart-panel .sf-cart-item__quantity input {
    height: 34px;
    border-color: #dfe3e6;
}

.sf2-cart-panel .sf-cart-item__quantity button {
    border-radius: 8px;
    color: #30373d;
}

.sf2-cart-panel .sf-cart-item__quantity input {
    width: 48px;
    border-radius: 8px;
    font-size: 10.5px;
    font-weight: 850;
}

.sf2-cart-panel .sf-cart-item__total {
    color: #181e23;
    font-size: 13px;
    letter-spacing: -.01em;
}

.sf2-cart-panel .sf-cart-item__remove {
    width: 38px;
    height: 38px;
    justify-self: end;
    overflow: hidden;
    color: transparent;
    font-size: 0;
}

.sf2-cart-panel .sf-cart-item__remove::before {
    content: "×";
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #eadede;
    border-radius: 9px;
    background: #fffafa;
    color: #9a4242;
    font-size: 17px;
    font-weight: 700;
}

.sf2-cart-panel .sf-cart-item__remove:hover::before {
    border-color: #d9bcbc;
    background: #fff4f4;
}

.sf2-cart-empty {
    min-height: 330px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 44px 20px;
    text-align: center;
}

.sf2-cart-empty[hidden] {
    display: none;
}

.sf2-cart-empty__icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 6px;
    border: 1px solid #e2e5e7;
    border-radius: 50%;
    background: #fafbfb;
    color: #697178;
    font-size: 24px;
}

.sf2-cart-empty > strong {
    color: #22292f;
    font-size: 17px;
}

.sf2-cart-empty > span {
    max-width: 400px;
    color: #747d84;
    font-size: 11px;
    line-height: 1.55;
}

.sf2-cart-summary {
    top: 150px;
    padding: 18px;
    background: #fff;
}

.sf2-cart-summary__head {
    display: grid;
    padding-bottom: 14px;
    border-bottom: 1px solid #e7eaec;
}

.sf2-cart-summary .sf-summary-row {
    padding: 14px 0;
    border-bottom-color: #e8ebed;
    color: #656e75;
    font-size: 10.5px;
}

.sf2-cart-summary .sf-summary-row strong {
    color: #252c32;
    font-size: 11px;
}

.sf2-cart-summary .sf-summary-row--total {
    align-items: flex-end;
    margin-bottom: 15px;
}

.sf2-cart-summary .sf-summary-row--total span {
    color: #343c42;
    font-size: 11px;
    font-weight: 850;
}

.sf2-cart-summary .sf-summary-row--total strong {
    color: #151b20;
    font-size: 22px;
    letter-spacing: -.025em;
}

.sf2-cart-checkout {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 11px;
}

.sf2-cart-checkout:not(:disabled):hover {
    background: #c91920;
}

.sf2-cart-checkout b {
    font-size: 14px;
}

.sf2-cart-verification {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e7eaec;
}

.sf2-cart-verification > div {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.sf2-cart-verification > div > span {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: #ebf6ee;
    color: #15713c;
    font-size: 10px;
    font-weight: 900;
}

.sf2-cart-verification p {
    display: grid;
    margin: 0;
}

.sf2-cart-verification strong {
    color: #343b41;
    font-size: 9.5px;
}

.sf2-cart-verification small {
    margin-top: 2px;
    color: #7b838a;
    font-size: 8.5px;
    line-height: 1.4;
}

.sf2-cart-summary .sf-cart-summary__note {
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid #e7eaec;
    color: #858d93;
    font-size: 8.5px;
}

.sf2-cart-summary .sf-cart-errors {
    margin-bottom: 13px;
    border: 1px solid #f0d8d8;
    border-radius: 9px;
    background: #fff7f7;
    font-size: 9.5px;
}

.sf2-cart-help {
    min-height: 92px;
    display: grid;
    grid-template-columns: minmax(230px, .9fr) minmax(0, 1.3fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 14px;
    background: #171d22;
    color: #fff;
}

.sf2-cart-help > div {
    display: grid;
}

.sf2-cart-help > div span {
    color: #f65b61;
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: .12em;
}

.sf2-cart-help > div strong {
    margin-top: 5px;
    font-size: 13px;
}

.sf2-cart-help p {
    margin: 0;
    color: #b9c0c6;
    font-size: 9.5px;
    line-height: 1.5;
}

.sf2-cart-help a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.sf2-cart-help a:hover {
    color: #f65b61;
}

@media (max-width: 1040px) {
    .sf2-cart-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 16px;
    }

    .sf2-cart-panel .sf-cart-item {
        grid-template-columns: 82px minmax(0, 1fr) 116px 92px 42px;
        gap: 11px;
        padding: 14px;
    }

    .sf2-cart-panel .sf-cart-item__image {
        width: 82px;
        height: 76px;
    }
}

@media (max-width: 860px) {
    .sf2-cart-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .sf2-cart-layout {
        grid-template-columns: 1fr;
    }

    .sf2-cart-summary {
        position: static;
    }

    .sf2-cart-panel .sf-cart-item {
        grid-template-columns: 88px minmax(0, 1fr) 44px;
        gap: 12px;
    }

    .sf2-cart-panel .sf-cart-item__image {
        width: 88px;
        height: 82px;
    }

    .sf2-cart-panel .sf-cart-item__quantity {
        grid-column: 2;
        justify-content: start;
    }

    .sf2-cart-panel .sf-cart-item__total {
        grid-column: 2;
        text-align: left;
    }

    .sf2-cart-panel .sf-cart-item__remove {
        grid-column: 3;
        grid-row: 1 / span 3;
        align-self: start;
    }

    .sf2-cart-help {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 620px) {
    .sf2-cart-page {
        padding-bottom: 92px;
    }

    .sf2-cart-breadcrumb {
        min-height: 40px;
    }

    .sf2-cart-heading {
        padding: 20px 0;
    }

    .sf2-cart-heading h1 {
        font-size: 32px;
    }

    .sf2-cart-heading p {
        font-size: 11px;
    }

    .sf2-cart-steps {
        width: 100%;
        justify-content: center;
    }

    .sf2-cart-panel__head {
        min-height: 60px;
        padding: 0 13px;
    }

    .sf2-cart-panel__head a {
        font-size: 9px;
    }

    .sf2-cart-panel .sf-cart-item {
        grid-template-columns: 74px minmax(0, 1fr) 38px;
        gap: 10px;
        padding: 12px;
    }

    .sf2-cart-panel .sf-cart-item__image {
        width: 74px;
        height: 70px;
    }

    .sf2-cart-panel .sf-cart-item__title {
        font-size: 11px;
    }

    .sf2-cart-summary {
        padding: 15px;
    }

    /*
     * Use the existing checkout button as the mobile sticky CTA.
     * This preserves the current JS enable/disable and checkout navigation.
     */
    .sf2-cart-checkout {
        position: fixed;
        z-index: 120;
        left: 12px;
        right: 12px;
        bottom: 10px;
        width: auto !important;
        min-height: 52px;
        padding: 0 17px;
        box-shadow: 0 12px 34px rgba(15, 21, 27, .22);
    }

    .sf2-cart-checkout:disabled {
        display: none;
    }

    .sf2-cart-help {
        padding: 16px;
    }
}

/* === IPEKERP STOREFRONT CART 2.0 V1 END === */

/* === IPEKERP STOREFRONT CHECKOUT 2.0 V1 START === */

.sf-checkout-v2 { background: #f7f8f9; }
.sf-checkout-v2 main { padding-bottom: 64px; }

.sf2-checkout-stagebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    margin: 0 auto 24px;
    padding: 16px 18px;
    border: 1px solid #e0e4e7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 24px rgba(19, 26, 32, .04);
}

.sf2-checkout-stagebar__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #596168;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.sf2-checkout-stagebar__back:hover { color: #c91920; }

.sf2-checkout-steps {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

.sf2-checkout-steps > div {
    min-width: 58px;
    display: grid;
    justify-items: center;
    gap: 5px;
    color: #899198;
}

.sf2-checkout-steps b {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border: 1px solid #dfe3e6;
    border-radius: 50%;
    background: #fff;
    font-size: 10px;
}

.sf2-checkout-steps span {
    font-size: 9px;
    font-weight: 800;
}

.sf2-checkout-steps i {
    width: 38px;
    height: 1px;
    background: #dfe3e6;
}

.sf2-checkout-steps .is-done,
.sf2-checkout-steps .is-active { color: #20272c; }

.sf2-checkout-steps .is-done b {
    border-color: #e6f0e9;
    background: #eaf6ee;
    color: #15713c;
}

.sf2-checkout-steps .is-active b {
    border-color: #20272c;
    background: #20272c;
    color: #fff;
}

.sf-checkout-v2 .sf2-checkout-form-shell,
.sf-checkout-v2 .sf2-checkout-summary-card {
    border: 1px solid #dfe4e7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(19, 26, 32, .045);
}

.sf-checkout-v2 .sf2-checkout-form-shell { overflow: hidden; }

.sf2-checkout-form-head {
    padding: 18px 20px 16px;
    border-bottom: 1px solid #e7eaec;
    background: #fff;
}

.sf2-checkout-form-head span,
.sf2-checkout-summary-head span {
    color: #c91920;
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: .13em;
}

.sf2-checkout-form-head strong,
.sf2-checkout-summary-head strong {
    display: block;
    margin-top: 4px;
    color: #20272c;
    font-size: 18px;
    letter-spacing: -.025em;
}

.sf-checkout-v2 .sf2-checkout-form { padding: 20px; }

.sf-checkout-v2 .sf2-checkout-form label {
    color: #515a61;
    font-size: 10px;
    font-weight: 850;
}

.sf-checkout-v2 .sf2-checkout-form input,
.sf-checkout-v2 .sf2-checkout-form textarea,
.sf-checkout-v2 .sf2-checkout-form select {
    border-color: #dce1e4;
    border-radius: 10px;
    background: #fff;
    transition: border-color .14s ease, box-shadow .14s ease, background .14s ease;
}

.sf-checkout-v2 .sf2-checkout-form input:focus,
.sf-checkout-v2 .sf2-checkout-form textarea:focus,
.sf-checkout-v2 .sf2-checkout-form select:focus {
    outline: 0;
    border-color: #9fa8af;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(23, 29, 34, .045);
}

.sf-checkout-v2 .sf2-checkout-form input { min-height: 44px; }

.sf-checkout-v2 .sf2-checkout-form textarea {
    min-height: 92px;
    line-height: 1.55;
}

.sf-checkout-v2 .sf2-checkout-summary-card {
    position: sticky;
    top: 150px;
    padding: 18px;
}

.sf2-checkout-summary-head {
    padding-bottom: 14px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e7eaec;
}

.sf2-checkout-summary-trust {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e7eaec;
}

.sf2-checkout-summary-trust > div {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.sf2-checkout-summary-trust > div > span {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: #eaf6ee;
    color: #15713c;
    font-size: 10px;
    font-weight: 900;
}

.sf2-checkout-summary-trust p {
    display: grid;
    margin: 0;
}

.sf2-checkout-summary-trust strong {
    color: #343b41;
    font-size: 9.5px;
}

.sf2-checkout-summary-trust small {
    margin-top: 2px;
    color: #7b838a;
    font-size: 8.5px;
    line-height: 1.4;
}

.sf2-checkout-security-note {
    margin-top: 14px;
    padding: 12px;
    border-radius: 10px;
    background: #f7f8f9;
    color: #757e85;
    font-size: 9px;
    line-height: 1.5;
}

.sf-checkout-v2 .sf2-checkout-submit {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 900;
}

.sf-checkout-v2 .sf2-checkout-submit:not(:disabled):hover { background: #c91920; }

.sf2-checkout-bottom-assurance {
    min-height: 88px;
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 18px;
    padding: 17px 20px;
    border-radius: 14px;
    background: #171d22;
    color: #fff;
}

.sf2-checkout-bottom-assurance > div { display: grid; }

.sf2-checkout-bottom-assurance span {
    color: #f65b61;
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: .12em;
}

.sf2-checkout-bottom-assurance strong {
    margin-top: 5px;
    font-size: 13px;
}

.sf2-checkout-bottom-assurance p {
    margin: 0;
    color: #bac1c6;
    font-size: 9.5px;
    line-height: 1.55;
}

.sf2-checkout-bottom-assurance a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.sf2-checkout-bottom-assurance a:hover { color: #f65b61; }

@media (max-width: 900px) {
    .sf2-checkout-stagebar {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .sf2-checkout-steps {
        width: 100%;
        justify-content: center;
    }

    .sf-checkout-v2 .sf2-checkout-summary-card { position: static; }

    .sf2-checkout-bottom-assurance {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 620px) {
    .sf-checkout-v2 main { padding-bottom: 88px; }

    .sf2-checkout-stagebar {
        padding: 13px;
        margin-bottom: 14px;
    }

    .sf2-checkout-steps { gap: 6px; }
    .sf2-checkout-steps i { width: 22px; }
    .sf2-checkout-steps > div { min-width: 50px; }

    .sf-checkout-v2 .sf2-checkout-form { padding: 14px; }
    .sf2-checkout-form-head { padding: 15px 14px; }

    .sf-checkout-v2 .sf2-checkout-submit {
        position: fixed;
        z-index: 120;
        left: 12px;
        right: 12px;
        bottom: 10px;
        width: auto !important;
        min-height: 52px;
        padding: 0 17px;
        box-shadow: 0 12px 34px rgba(15, 21, 27, .22);
    }

    .sf-checkout-v2 .sf2-checkout-submit:disabled { display: none; }

    .sf2-checkout-bottom-assurance { padding: 15px; }
}

/* === IPEKERP STOREFRONT CHECKOUT 2.0 V1 END === */

/* === IPEKERP STOREFRONT CHECKOUT 2.0 V1.1 POLISH START === */

/*
 * The original checkout page already reserves header clearance for its
 * existing heading, while the V2 stage bar is injected before that heading.
 * Give the stage bar its own sticky-header clearance without changing the
 * overall vertical footprint of the page.
 */
@media (min-width: 621px) {
    .sf-checkout-v2 .sf2-checkout-stagebar {
        margin-top: 48px;
        margin-bottom: -24px;
    }
}

@media (max-width: 620px) {
    .sf-checkout-v2 .sf2-checkout-stagebar {
        margin-top: 38px;
        margin-bottom: -18px;
    }
}

.sf-checkout-v2 .sf2-checkout-stagebar + * {
    position: relative;
    z-index: 1;
}

/* === IPEKERP STOREFRONT CHECKOUT 2.0 V1.1 POLISH END === */

/* === IPEKERP STOREFRONT SUCCESS 2.0 FIX V2 START === */

.sf-success-v2 {
    background: #f7f8f9;
}

.sf2-success-page {
    padding: 50px 0 72px;
}

.sf2-success-card {
    max-width: 920px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #dfe4e7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 44px rgba(18, 25, 31, .07);
}

.sf2-success-steps {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-bottom: 1px solid #e6e9eb;
    background: #fbfcfc;
}

.sf2-success-steps > div {
    min-width: 74px;
    display: grid;
    justify-items: center;
    gap: 5px;
    color: #2b3339;
}

.sf2-success-steps b {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e9f6ed;
    color: #14713b;
    font-size: 11px;
}

.sf2-success-steps span {
    font-size: 9px;
    font-weight: 850;
}

.sf2-success-steps i {
    width: 48px;
    height: 1px;
    background: #d7dddf;
}

.sf2-success-main {
    display: grid;
    justify-items: center;
    padding: 46px 28px 36px;
    text-align: center;
}

.sf2-success-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eaf6ee;
    color: #14713b;
    box-shadow: 0 0 0 8px #f5faf6;
    font-size: 28px;
    font-weight: 900;
}

.sf2-success-eyebrow {
    margin-top: 24px;
    color: #c91920;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
}

.sf2-success-main h1 {
    max-width: 700px;
    margin: 8px 0 0;
    color: #171d22;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1;
    letter-spacing: -.045em;
}

.sf2-success-main > p {
    max-width: 620px;
    margin: 16px 0 0;
    color: #667078;
    font-size: 12px;
    line-height: 1.7;
}

.sf2-success-reference {
    min-width: min(100%, 430px);
    display: grid;
    gap: 5px;
    margin-top: 26px;
    padding: 14px 16px;
    border: 1px solid #e0e4e7;
    border-radius: 13px;
    background: #fafbfb;
}

.sf2-success-reference[hidden] {
    display: none;
}

.sf2-success-reference small {
    color: #7b848b;
    font-size: 8.5px;
    font-weight: 800;
}

.sf2-success-reference strong {
    color: #20272c;
    font-size: 13px;
    overflow-wrap: anywhere;
}

.sf2-success-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.sf2-success-actions a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 17px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 10.5px;
    font-weight: 900;
}

.sf2-success-actions__primary {
    background: #171d22;
    color: #fff;
}

.sf2-success-actions__primary:hover {
    background: #c91920;
}

.sf2-success-actions__secondary {
    border: 1px solid #dce1e4;
    background: #fff;
    color: #424b52;
}

.sf2-success-actions__secondary:hover {
    border-color: #c9ced2;
    color: #c91920;
}

.sf2-success-assurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #e6e9eb;
    background: #fbfcfc;
}

.sf2-success-assurance > div {
    min-height: 92px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 19px 20px;
}

.sf2-success-assurance > div + div {
    border-left: 1px solid #e6e9eb;
}

.sf2-success-assurance > div > span {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: #eaf6ee;
    color: #14713b;
    font-size: 10px;
    font-weight: 900;
}

.sf2-success-assurance p {
    display: grid;
    margin: 0;
}

.sf2-success-assurance strong {
    color: #30383e;
    font-size: 10px;
}

.sf2-success-assurance small {
    margin-top: 3px;
    color: #7c858c;
    font-size: 8.5px;
    line-height: 1.45;
}

.sf2-success-note {
    max-width: 920px;
    min-height: 76px;
    display: grid;
    grid-template-columns: minmax(210px, .7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 24px;
    margin: 16px auto 0;
    padding: 16px 19px;
    border-radius: 13px;
    background: #171d22;
    color: #fff;
}

.sf2-success-note > div {
    display: grid;
}

.sf2-success-note span {
    color: #f65b61;
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: .12em;
}

.sf2-success-note strong {
    margin-top: 5px;
    font-size: 12px;
}

.sf2-success-note p {
    margin: 0;
    color: #bbc2c7;
    font-size: 9.5px;
    line-height: 1.55;
}

@media (max-width: 680px) {
    .sf2-success-page {
        padding: 28px 0 50px;
    }

    .sf2-success-card {
        border-radius: 15px;
    }

    .sf2-success-steps {
        gap: 6px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sf2-success-steps > div {
        min-width: 58px;
    }

    .sf2-success-steps i {
        width: 24px;
    }

    .sf2-success-main {
        padding: 34px 18px 28px;
    }

    .sf2-success-main h1 {
        font-size: 34px;
    }

    .sf2-success-assurance {
        grid-template-columns: 1fr;
    }

    .sf2-success-assurance > div + div {
        border-top: 1px solid #e6e9eb;
        border-left: 0;
    }

    .sf2-success-note {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* === IPEKERP STOREFRONT SUCCESS 2.0 FIX V2 END === */

/* === IPEKERP STOREFRONT SUCCESS 2.0 LIVE TRIGGER V3 START === */

.sf2-success-v3-page {
    padding: 48px 0 72px;
}

.sf2-success-v3-card {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #dfe4e7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 44px rgba(18, 25, 31, .07);
}

.sf2-success-v3-steps {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    border-bottom: 1px solid #e6e9eb;
    background: #fbfcfc;
}

.sf2-success-v3-steps > div {
    min-width: 72px;
    display: grid;
    justify-items: center;
    gap: 5px;
}

.sf2-success-v3-steps b {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e9f6ed;
    color: #14713b;
    font-size: 11px;
}

.sf2-success-v3-steps span {
    color: #30383e;
    font-size: 9px;
    font-weight: 850;
}

.sf2-success-v3-steps i {
    width: 48px;
    height: 1px;
    background: #d7dddf;
}

.sf2-success-v3-main {
    display: grid;
    justify-items: center;
    padding: 44px 28px 34px;
    text-align: center;
}

.sf2-success-v3-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eaf6ee;
    color: #14713b;
    box-shadow: 0 0 0 8px #f5faf6;
    font-size: 28px;
    font-weight: 900;
}

.sf2-success-v3-eyebrow {
    margin-top: 24px;
    color: #c91920;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
}

.sf2-success-v3-main h1 {
    max-width: 720px;
    margin: 8px 0 0;
    color: #171d22;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.sf2-success-v3-main > p {
    max-width: 640px;
    margin: 15px 0 0;
    color: #667078;
    font-size: 12px;
    line-height: 1.7;
}

.sf2-success-v3-meta {
    width: min(100%, 620px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid #e0e4e7;
    border-radius: 13px;
    background: #e0e4e7;
}

.sf2-success-v3-meta > div {
    display: grid;
    gap: 5px;
    padding: 14px 15px;
    background: #fafbfb;
}

.sf2-success-v3-meta small {
    color: #7b848b;
    font-size: 8.5px;
    font-weight: 800;
}

.sf2-success-v3-meta strong {
    color: #20272c;
    font-size: 11px;
    overflow-wrap: anywhere;
}

.sf2-success-v3-order {
    width: min(100%, 620px);
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #e1e5e7;
    border-radius: 13px;
    background: #fff;
    text-align: left;
}

.sf2-success-v3-order > span {
    color: #8a9298;
    font-size: 8.5px;
    font-weight: 850;
}

.sf2-success-v3-order-list {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.sf2-success-v3-order-list > div {
    padding: 10px 11px;
    border-radius: 9px;
    background: #f7f8f9;
    color: #4e575e;
    font-size: 9.5px;
    line-height: 1.45;
}

.sf2-success-v3-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.sf2-success-v3-actions a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 17px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 10.5px;
    font-weight: 900;
}

.sf2-success-v3-actions__primary {
    background: #171d22;
    color: #fff;
}

.sf2-success-v3-actions__primary:hover {
    background: #c91920;
}

.sf2-success-v3-actions__secondary {
    border: 1px solid #dce1e4;
    background: #fff;
    color: #424b52;
}

.sf2-success-v3-assurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #e6e9eb;
    background: #fbfcfc;
}

.sf2-success-v3-assurance > div {
    min-height: 92px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 19px 20px;
}

.sf2-success-v3-assurance > div + div {
    border-left: 1px solid #e6e9eb;
}

.sf2-success-v3-assurance > div > b {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: #eaf6ee;
    color: #14713b;
    font-size: 10px;
}

.sf2-success-v3-assurance p {
    display: grid;
    margin: 0;
}

.sf2-success-v3-assurance strong {
    color: #30383e;
    font-size: 10px;
}

.sf2-success-v3-assurance small {
    margin-top: 3px;
    color: #7c858c;
    font-size: 8.5px;
    line-height: 1.45;
}

.sf2-success-v3-note {
    max-width: 960px;
    display: grid;
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: 24px;
    margin: 16px auto 0;
    padding: 17px 20px;
    border-radius: 13px;
    background: #171d22;
    color: #fff;
}

.sf2-success-v3-note > div {
    display: grid;
}

.sf2-success-v3-note span {
    color: #f65b61;
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: .12em;
}

.sf2-success-v3-note strong {
    margin-top: 5px;
    font-size: 12px;
}

.sf2-success-v3-note p {
    margin: 0;
    color: #bbc2c7;
    font-size: 9.5px;
    line-height: 1.55;
}

@media (max-width: 720px) {
    .sf2-success-v3-page {
        padding: 28px 0 50px;
    }

    .sf2-success-v3-card {
        border-radius: 15px;
    }

    .sf2-success-v3-steps {
        gap: 6px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sf2-success-v3-steps > div {
        min-width: 56px;
    }

    .sf2-success-v3-steps i {
        width: 24px;
    }

    .sf2-success-v3-main {
        padding: 34px 17px 28px;
    }

    .sf2-success-v3-main h1 {
        font-size: 34px;
    }

    .sf2-success-v3-meta,
    .sf2-success-v3-assurance {
        grid-template-columns: 1fr;
    }

    .sf2-success-v3-assurance > div + div {
        border-top: 1px solid #e6e9eb;
        border-left: 0;
    }

    .sf2-success-v3-note {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* === IPEKERP STOREFRONT SUCCESS 2.0 LIVE TRIGGER V3 END === */

/* === IPEKERP STOREFRONT SMART PART FINDER 2.0 V1 START === */

.sf-part-finder-v2 main { overflow: clip; }
.sfp-kicker { color: var(--sf2-red, #c81920); font-size: 10px; font-weight: 900; letter-spacing: .15em; }

.sfp-hero {
  padding: 62px 0 54px;
  border-bottom: 1px solid var(--sf2-line, #e3e6e9);
  background:
    radial-gradient(circle at 82% 16%, rgba(200,25,32,.10), transparent 29%),
    linear-gradient(180deg, #f7f7f6 0%, #fff 100%);
}
.sfp-hero__grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(310px,.55fr); gap: 64px; align-items: center; }
.sfp-hero__content h1 { max-width: 790px; margin: 14px 0 18px; font-size: clamp(46px,5.6vw,72px); line-height: .98; letter-spacing: -.055em; }
.sfp-hero__content h1 em { display: block; color: var(--sf2-red, #c81920); font-style: normal; }
.sfp-hero__content > p { max-width: 720px; margin: 0; color: #59626b; font-size: 16px; line-height: 1.72; }
.sfp-hero__trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.sfp-hero__trust span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid #e0e4e7; border-radius: 999px; background: #fff; color: #626b73; font-size: 10.5px; font-weight: 760; }
.sfp-hero__trust b { color: #16784b; }

.sfp-hero__aside { padding: 22px; border-radius: 20px; background: #171b20; color: #fff; box-shadow: 0 24px 58px rgba(21,25,30,.17); }
.sfp-hero__aside-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 13px; background: rgba(255,255,255,.08); font-size: 24px; }
.sfp-hero__aside > span { color: #9ea6ae; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.sfp-hero__aside ol { display: grid; margin: 13px 0 0; padding: 0; list-style: none; }
.sfp-hero__aside li { display: grid; grid-template-columns: 34px 1fr; gap: 11px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.08); }
.sfp-hero__aside li > b { color: #e85c62; font-size: 10px; }
.sfp-hero__aside li > div { display: grid; }
.sfp-hero__aside strong { font-size: 12px; }
.sfp-hero__aside small { margin-top: 4px; color: #aab1b8; font-size: 10px; line-height: 1.45; }

.sfp-progress-wrap { border-bottom: 1px solid var(--sf2-line, #e3e6e9); background: #fff; }
.sfp-progress { min-height: 88px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.sfp-progress > div { min-width: 132px; display: flex; align-items: center; gap: 10px; opacity: .44; transition: .18s; }
.sfp-progress > div > b { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border: 1px solid #d7dce0; border-radius: 50%; background: #fff; color: #69727a; font-size: 10px; }
.sfp-progress > div > span { display: grid; }
.sfp-progress strong { font-size: 10.5px; }
.sfp-progress small { margin-top: 3px; color: #7c858d; font-size: 8.5px; }
.sfp-progress > i { width: 54px; height: 1px; background: #dfe3e6; }
.sfp-progress > div.is-active, .sfp-progress > div.is-complete { opacity: 1; }
.sfp-progress > div.is-active > b { border-color: #171b20; background: #171b20; color: #fff; }
.sfp-progress > div.is-complete > b { border-color: #d8ebdf; background: #eaf6ee; color: #16784b; }

.sfp-workspace { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 26px; padding-top: 46px; padding-bottom: 72px; }
.sfp-workspace__main { min-width: 0; display: grid; gap: 18px; align-content: start; }
.sfp-card { border: 1px solid #e0e4e7; border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(16,24,32,.035); }
.sfp-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 24px 25px 19px; border-bottom: 1px solid #edf0f2; }
.sfp-card__head--compact { border-bottom: 0; padding-bottom: 8px; }
.sfp-card__head > div { min-width: 0; }
.sfp-card__head h2 { margin: 7px 0 7px; font-size: 25px; letter-spacing: -.035em; }
.sfp-card__head p { max-width: 650px; margin: 0; color: #737c84; font-size: 11.5px; line-height: 1.55; }
.sfp-reset { min-height: 38px; padding: 0 12px; border: 1px solid #dfe3e6; border-radius: 9px; background: #fff; color: #5e676f; cursor: pointer; font: inherit; font-size: 9.5px; font-weight: 800; }
.sfp-reset:hover { border-color: #c81920; color: #c81920; }

.sfp-selector-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; padding: 22px 25px 25px; }
.sfp-field { display: grid; gap: 8px; }
.sfp-field > span { display: flex; align-items: center; gap: 7px; color: #4d565e; font-size: 10px; font-weight: 850; }
.sfp-field > span b { color: #c81920; font-size: 8.5px; }
.sfp-field select { width: 100%; height: 50px; padding: 0 38px 0 13px; border: 1px solid #d7dce0; border-radius: 11px; outline: 0; background: #fafbfb; color: #23292e; font: inherit; font-size: 12px; }
.sfp-field select:focus { border-color: #9aa3aa; background: #fff; box-shadow: 0 0 0 4px rgba(21,25,30,.04); }
.sfp-field select:disabled { color: #a1a8ae; background: #f4f5f6; cursor: not-allowed; }

.sfp-intent-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 10px 25px 25px; }
.sfp-intent { min-height: 78px; display: grid; grid-template-columns: 36px minmax(0,1fr) 18px; gap: 11px; align-items: center; padding: 12px 13px; border: 1px solid #e0e4e7; border-radius: 12px; background: #fafbfb; color: #23292e; cursor: pointer; text-align: left; font: inherit; transition: .16s; }
.sfp-intent:hover { border-color: #bcc3c8; background: #fff; transform: translateY(-1px); }
.sfp-intent.is-selected { border-color: #171b20; background: #171b20; color: #fff; }
.sfp-intent__icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #eaf6ee; color: #16784b; font-size: 11px; font-weight: 900; }
.sfp-intent.is-selected .sfp-intent__icon { background: rgba(255,255,255,.1); color: #fff; }
.sfp-intent > span:nth-child(2) { display: grid; }
.sfp-intent strong { font-size: 11.5px; }
.sfp-intent small { margin-top: 4px; color: #808890; font-size: 9px; line-height: 1.45; }
.sfp-intent.is-selected small { color: #aeb5ba; }
.sfp-intent > b { font-size: 15px; }

.sfp-question-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; padding: 10px 25px 25px; }
.sfp-question-option { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 14px; border: 1px solid #dde2e5; border-radius: 10px; background: #fafbfb; color: #353c42; cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; }
.sfp-question-option:hover, .sfp-question-option.is-selected { border-color: #171b20; background: #171b20; color: #fff; }

.sfp-status { min-height: 92px; display: flex; align-items: center; gap: 14px; padding: 18px 20px; border: 1px solid #e0e4e7; border-radius: 15px; background: #fafbfb; }
.sfp-status[hidden] { display: none; }
.sfp-status__icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 11px; background: #eef1f3; color: #5e6870; font-size: 17px; font-weight: 900; }
.sfp-status > div:last-child { display: grid; }
.sfp-status strong { font-size: 11.5px; }
.sfp-status span { margin-top: 5px; color: #747d85; font-size: 10px; line-height: 1.5; }
.sfp-status[data-kind="loading"] .sfp-status__icon { background: #eef2f7; color: #47637d; }
.sfp-status[data-kind="success"] .sfp-status__icon { background: #eaf6ee; color: #16784b; }
.sfp-status[data-kind="warning"] { border-color: #f0d9c6; background: #fffaf6; }
.sfp-status[data-kind="warning"] .sfp-status__icon { background: #fff0e3; color: #a85b18; }

.sfp-results { padding-top: 8px; }
.sfp-results[hidden] { display: none; }
.sfp-results__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 10px 0 18px; }
.sfp-results__head h2 { margin: 8px 0 6px; font-size: 28px; letter-spacing: -.04em; }
.sfp-results__head p { max-width: 690px; margin: 0; color: #747d85; font-size: 11px; line-height: 1.55; }
.sfp-results__count { min-width: 110px; display: grid; justify-items: end; }
.sfp-results__count small { color: #899198; font-size: 9px; font-weight: 800; }
.sfp-results__count strong { margin-top: 5px; font-size: 14px; }

.sfp-result-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.sfp-product { min-width: 0; overflow: hidden; border: 1px solid #e0e4e7; border-radius: 16px; background: #fff; transition: .16s; }
.sfp-product:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(16,24,32,.06); }
.sfp-product__image { aspect-ratio: 1/.66; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid #edf0f2; background: linear-gradient(135deg,#fbfbfb,#f5f6f7); text-decoration: none; }
.sfp-product__image img { width: 100%; height: 100%; object-fit: contain; padding: 18px; }
.sfp-product__placeholder { color: #9aa2a9; font-size: 10px; }
.sfp-product__body { padding: 15px; }
.sfp-product__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #7e878e; font-size: 9px; }
.sfp-product__title { min-height: 40px; display: block; margin-top: 8px; color: #20262b; font-size: 13px; font-weight: 850; line-height: 1.45; text-decoration: none; }
.sfp-product__title:hover { color: #c81920; }
.sfp-product__compat { display: grid; gap: 5px; margin-top: 11px; padding: 10px; border-radius: 10px; background: #f2f8f4; }
.sfp-product__compat span { color: #16784b; font-size: 9px; font-weight: 900; }
.sfp-product__compat small { color: #647069; font-size: 8.5px; line-height: 1.45; }
.sfp-product__commercial { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 13px; }
.sfp-product__price { color: #171b20; font-size: 17px; font-weight: 900; }
.sfp-product__price--muted { max-width: 150px; color: #747d85; font-size: 10px; }
.sfp-product__stock { font-size: 8.5px; font-weight: 850; }
.sfp-product__stock--in { color: #16784b; }
.sfp-product__stock--out { color: #a94444; }
.sfp-product__actions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7px; margin-top: 13px; }
.sfp-product__actions a, .sfp-product__actions button { min-height: 40px; display: flex; align-items: center; justify-content: center; padding: 0 10px; border-radius: 9px; font: inherit; font-size: 9.5px; font-weight: 850; text-decoration: none; }
.sfp-product__actions a { border: 1px solid #dce1e4; color: #4d565e; }
.sfp-product__actions button { border: 0; background: #171b20; color: #fff; cursor: pointer; }
.sfp-product__actions button:not(:disabled):hover { background: #c81920; }
.sfp-product__actions button:disabled { background: #e4e7e9; color: #9aa1a7; cursor: not-allowed; }

.sfp-no-result { grid-column: 1/-1; min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 20px; border: 1px dashed #d6dbde; border-radius: 14px; background: #fafbfb; }
.sfp-no-result > b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #eef1f3; color: #66717a; }
.sfp-no-result > div { display: grid; }
.sfp-no-result strong { font-size: 11px; }
.sfp-no-result span { margin-top: 4px; color: #7b848b; font-size: 9.5px; }

.sfp-summary { min-width: 0; }
.sfp-summary__sticky { position: sticky; top: 166px; overflow: hidden; border: 1px solid #dde2e5; border-radius: 17px; background: #171b20; color: #fff; box-shadow: 0 16px 40px rgba(21,25,30,.12); }
.sfp-summary__head { display: grid; padding: 20px 19px 16px; border-bottom: 1px solid rgba(255,255,255,.09); }
.sfp-summary__head span { color: #e85c62; font-size: 8.5px; font-weight: 900; letter-spacing: .14em; }
.sfp-summary__head strong { margin-top: 5px; font-size: 13px; }
.sfp-summary__list { margin: 0; padding: 6px 19px; }
.sfp-summary__list > div { display: grid; grid-template-columns: 82px 1fr; gap: 8px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.sfp-summary__list dt { color: #8f989f; font-size: 8.5px; }
.sfp-summary__list dd { margin: 0; color: #fff; font-size: 9.5px; font-weight: 800; text-align: right; overflow-wrap: anywhere; }
.sfp-summary__state { display: flex; gap: 10px; margin: 12px 14px 0; padding: 12px; border-radius: 10px; background: rgba(255,255,255,.06); }
.sfp-summary__dot { width: 8px; height: 8px; flex: 0 0 8px; margin-top: 2px; border-radius: 50%; background: #7e878f; }
.sfp-summary__state[data-kind="working"] .sfp-summary__dot { background: #e4af42; }
.sfp-summary__state[data-kind="success"] .sfp-summary__dot { background: #50c98b; }
.sfp-summary__state[data-kind="warning"] .sfp-summary__dot { background: #e85c62; }
.sfp-summary__state > div { display: grid; }
.sfp-summary__state strong { font-size: 9.5px; }
.sfp-summary__state small { margin-top: 4px; color: #9ea6ad; font-size: 8.5px; line-height: 1.45; }
.sfp-summary__notice { display: flex; gap: 9px; padding: 16px 18px 19px; color: #9fa7ae; }
.sfp-summary__notice b { width: 22px; height: 22px; flex: 0 0 22px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: #fff; font-size: 8px; }
.sfp-summary__notice p { margin: 0; font-size: 8.5px; line-height: 1.55; }

.sfp-assurance { border-top: 1px solid #e3e6e9; background: #f7f8f8; }
.sfp-assurance__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.sfp-assurance article { min-height: 112px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 22px 25px; border-right: 1px solid #e1e5e7; }
.sfp-assurance article:first-child { padding-left: 0; }
.sfp-assurance article:last-child { padding-right: 0; border-right: 0; }
.sfp-assurance article > b { color: #c81920; font-size: 9px; }
.sfp-assurance article > div { display: grid; }
.sfp-assurance strong { font-size: 10.5px; }
.sfp-assurance small { margin-top: 5px; color: #7a838a; font-size: 9px; line-height: 1.5; }

@media (max-width: 1020px) {
  .sfp-hero__grid { grid-template-columns: 1.15fr .85fr; gap: 34px; }
  .sfp-workspace { grid-template-columns: minmax(0,1fr) 270px; }
  .sfp-progress > div { min-width: 110px; }
  .sfp-progress > i { width: 30px; }
}

@media (max-width: 860px) {
  .sfp-hero { padding: 44px 0 40px; }
  .sfp-hero__grid { grid-template-columns: 1fr; }
  .sfp-hero__aside { max-width: 620px; }
  .sfp-progress { justify-content: flex-start; overflow-x: auto; padding: 12px 0; }
  .sfp-progress > div { flex: 0 0 auto; }
  .sfp-workspace { grid-template-columns: 1fr; padding-top: 30px; }
  .sfp-summary { order: -1; }
  .sfp-summary__sticky { position: static; }
  .sfp-summary__list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 18px; }
  .sfp-result-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sfp-assurance__grid { grid-template-columns: 1fr; }
  .sfp-assurance article, .sfp-assurance article:first-child, .sfp-assurance article:last-child { min-height: 84px; padding: 16px 0; border-right: 0; border-bottom: 1px solid #e1e5e7; }
  .sfp-assurance article:last-child { border-bottom: 0; }
}

@media (max-width: 620px) {
  .sfp-hero__content h1 { font-size: clamp(38px,11vw,52px); }
  .sfp-hero__content > p { font-size: 13px; }
  .sfp-hero__trust { display: grid; }
  .sfp-progress > div { min-width: 95px; }
  .sfp-progress > div > span { display: none; }
  .sfp-progress > i { width: 22px; }
  .sfp-card__head { display: grid; padding: 20px 17px 15px; }
  .sfp-card__head h2 { font-size: 22px; }
  .sfp-reset { justify-self: start; }
  .sfp-selector-grid { grid-template-columns: 1fr; padding: 17px; }
  .sfp-intent-grid, .sfp-question-options { grid-template-columns: 1fr; padding: 8px 17px 18px; }
  .sfp-summary__list { grid-template-columns: 1fr; }
  .sfp-results__head { align-items: flex-start; flex-direction: column; }
  .sfp-results__count { justify-items: start; }
  .sfp-result-grid { grid-template-columns: 1fr; }
  .sfp-product__image { aspect-ratio: 1/.72; }
}

@media (max-width: 390px) {
  .sfp-product__actions { grid-template-columns: 1fr; }
}

/* === IPEKERP STOREFRONT SMART PART FINDER 2.0 V1 END === */

/* === IPEKERP STOREFRONT CATEGORY PAGES 2.0 V1 START === */

.sf-category-v2 main { overflow: clip; }
.sfc-kicker { color: var(--sf2-red, #c81920); font-size: 10px; font-weight: 900; letter-spacing: .15em; }

.sfc-hero {
  padding: 30px 0 42px;
  border-bottom: 1px solid var(--sf2-line, #e3e6e9);
  background:
    radial-gradient(circle at 88% 13%, rgba(200,25,32,.08), transparent 28%),
    linear-gradient(180deg,#f8f8f7 0%,#fff 100%);
}
.sfc-breadcrumb { min-height: 38px; display: flex; align-items: center; gap: 8px; margin-bottom: 20px; color: #8a9299; font-size: 10px; }
.sfc-breadcrumb a { color: #626b73; text-decoration: none; }
.sfc-breadcrumb strong { color: #2b3136; font-weight: 800; }
.sfc-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 56px; align-items: center; }
.sfc-hero h1 { max-width: 760px; margin: 9px 0 12px; font-size: clamp(38px,4.8vw,58px); line-height: 1; letter-spacing: -.052em; }
.sfc-hero__grid > div > p { max-width: 700px; margin: 0; color: #68717a; font-size: 14px; line-height: 1.65; }
.sfc-hero__meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.sfc-hero__meta span { min-height: 31px; display: inline-flex; align-items: center; gap: 5px; padding: 0 10px; border: 1px solid #e0e4e7; border-radius: 999px; background: #fff; color: #747d85; font-size: 9.5px; font-weight: 760; }
.sfc-hero__meta b { color: #171b20; font-size: 11px; }

.sfc-hero__finder { padding: 19px; border-radius: 16px; background: #171b20; color: #fff; box-shadow: 0 18px 44px rgba(21,25,30,.14); }
.sfc-hero__finder > span { color: #e75a60; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.sfc-hero__finder > strong { display: block; margin-top: 6px; font-size: 14px; }
.sfc-hero__finder p { margin: 7px 0 14px; color: #aab1b8; font-size: 9.5px; line-height: 1.55; }
.sfc-hero__finder a { min-height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; border-radius: 9px; background: #fff; color: #171b20; font-size: 9.5px; font-weight: 900; text-decoration: none; }

.sfc-family-strip { padding: 30px 0; border-bottom: 1px solid #e5e8ea; background: #fff; }
.sfc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.sfc-section-head h2 { margin: 7px 0 0; font-size: 22px; letter-spacing: -.035em; }
.sfc-section-head button { min-height: 36px; padding: 0 12px; border: 1px solid #dce1e4; border-radius: 9px; background: #fff; color: #59626a; cursor: pointer; font: inherit; font-size: 9px; font-weight: 850; }
.sfc-family-chips { display: flex; gap: 8px; overflow-x: auto; margin-top: 16px; padding-bottom: 2px; }
.sfc-family-chips button { min-height: 42px; flex: 0 0 auto; display: flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid #e0e4e7; border-radius: 10px; background: #fafbfb; color: #3b4349; cursor: pointer; font: inherit; font-size: 10px; font-weight: 820; }
.sfc-family-chips button:hover, .sfc-family-chips button.is-active { border-color: #171b20; background: #171b20; color: #fff; }
.sfc-family-chips b { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 999px; background: #eef1f3; color: #6b747c; font-size: 8px; }
.sfc-family-chips button.is-active b { background: rgba(255,255,255,.12); color: #fff; }

.sfc-catalog { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 28px; padding-top: 42px; padding-bottom: 76px; }
.sfc-filters { min-width: 0; align-self: start; overflow: hidden; border: 1px solid #e0e4e7; border-radius: 15px; background: #fff; }
.sfc-filters__head { min-height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid #edf0f2; }
.sfc-filters__head > div { display: grid; }
.sfc-filters__head small { color: #c81920; font-size: 7.5px; font-weight: 900; letter-spacing: .13em; }
.sfc-filters__head strong { margin-top: 4px; font-size: 14px; }
.sfc-filters__head > button { display: none; width: 34px; height: 34px; border: 1px solid #dfe3e6; border-radius: 8px; background: #fff; cursor: pointer; font-size: 18px; }

.sfc-filter-group { padding: 16px; border-bottom: 1px solid #edf0f2; }
.sfc-filter-group__title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 11px; }
.sfc-filter-group__title strong { font-size: 10.5px; }
.sfc-filter-group__title span { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 999px; background: #f0f2f3; color: #707981; font-size: 8px; }

.sfc-brand-list { display: grid; gap: 5px; max-height: 260px; overflow: auto; }
.sfc-brand-list button { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 9px; border: 0; border-radius: 8px; background: transparent; color: #59626a; cursor: pointer; font: inherit; font-size: 9.5px; text-align: left; }
.sfc-brand-list button:hover { background: #f5f6f7; color: #171b20; }
.sfc-brand-list button.is-active { background: #171b20; color: #fff; }
.sfc-brand-list button b { font-size: 8px; opacity: .7; }
.sfc-filter-empty { color: #939ba2; font-size: 9px; }

.sfc-check { min-height: 38px; display: flex; align-items: center; gap: 9px; color: #535d65; cursor: pointer; font-size: 9.5px; font-weight: 760; }
.sfc-check input { width: 16px; height: 16px; accent-color: #171b20; }
.sfc-clear-filters { width: calc(100% - 32px); min-height: 38px; margin: 14px 16px 16px; border: 1px solid #dde1e4; border-radius: 9px; background: #fff; color: #5f6870; cursor: pointer; font: inherit; font-size: 9px; font-weight: 850; }
.sfc-clear-filters:hover { border-color: #c81920; color: #c81920; }

.sfc-products { min-width: 0; }
.sfc-toolbar { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; padding-bottom: 13px; border-bottom: 1px solid #e2e6e8; }
.sfc-toolbar__left { display: flex; align-items: center; gap: 12px; }
.sfc-toolbar__left > div { display: grid; }
.sfc-toolbar__left small { color: #8a9299; font-size: 8.5px; }
.sfc-toolbar__left strong { margin-top: 4px; font-size: 13px; }
.sfc-mobile-filter { min-height: 40px; display: none; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid #dce1e4; border-radius: 9px; background: #fff; color: #30373c; cursor: pointer; font: inherit; font-size: 9.5px; font-weight: 850; }
.sfc-sort { min-width: 178px; display: grid; gap: 4px; }
.sfc-sort span { color: #8c949b; font-size: 8px; font-weight: 800; }
.sfc-sort select { height: 38px; padding: 0 30px 0 10px; border: 1px solid #dce1e4; border-radius: 9px; outline: 0; background: #fff; color: #343b41; font: inherit; font-size: 9.5px; }

.sfc-active-filters { display: flex; flex-wrap: wrap; gap: 6px; margin: -3px 0 15px; }
.sfc-active-filters button { min-height: 29px; display: flex; align-items: center; gap: 7px; padding: 0 9px; border: 1px solid #e1e5e7; border-radius: 999px; background: #f8f9f9; color: #636c73; cursor: pointer; font: inherit; font-size: 8.5px; font-weight: 760; }
.sfc-active-filters span { font-size: 12px; }

.sfc-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
.sfc-price { color: #171b20; font-size: 16px; font-weight: 900; }
.sfc-price--muted { max-width: 130px; color: #777f86; font-size: 9px; line-height: 1.3; }
.sfc-stock { font-size: 8px; font-weight: 850; text-align: right; }
.sfc-stock--in { color: #16784b; }
.sfc-stock--out { color: #a94444; }
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */

.sfc-empty { min-height: 230px; display: grid; place-items: center; align-content: center; gap: 7px; padding: 30px; border: 1px dashed #d8dde0; border-radius: 14px; background: #fafbfb; text-align: center; }
.sfc-empty[hidden] { display: none; }
.sfc-empty > div { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: #eef1f3; color: #68727a; font-size: 18px; }
.sfc-empty strong { font-size: 11px; }
.sfc-empty span { max-width: 430px; color: #7b848b; font-size: 9.5px; line-height: 1.5; }
.sfc-empty button { min-height: 36px; margin-top: 6px; padding: 0 12px; border: 0; border-radius: 8px; background: #171b20; color: #fff; cursor: pointer; font: inherit; font-size: 8.5px; font-weight: 850; }

.sfc-pagination { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 24px; }
.sfc-pagination button { width: 36px; height: 36px; border: 1px solid #dce1e4; border-radius: 8px; background: #fff; color: #59626a; cursor: pointer; font: inherit; font-size: 9px; font-weight: 800; }
.sfc-pagination button.is-active { border-color: #171b20; background: #171b20; color: #fff; }
.sfc-pagination button:disabled { opacity: .35; cursor: not-allowed; }

.sfc-bottom { border-top: 1px solid #e2e6e8; background: #f7f8f8; }
.sfc-bottom__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.sfc-bottom article { min-height: 102px; display: grid; grid-template-columns: 31px 1fr; gap: 11px; align-items: center; padding: 20px 24px; border-right: 1px solid #e1e5e7; }
.sfc-bottom article:first-child { padding-left: 0; }
.sfc-bottom article:last-child { padding-right: 0; border-right: 0; }
.sfc-bottom article > span { color: #c81920; font-size: 8px; font-weight: 900; }
.sfc-bottom article > div { display: grid; }
.sfc-bottom strong { font-size: 10px; }
.sfc-bottom small { margin-top: 4px; color: #7a838a; font-size: 8.5px; line-height: 1.5; }

.sfc-filter-overlay { position: fixed; inset: 0; z-index: 89; display: none; background: rgba(10,14,18,.42); backdrop-filter: blur(2px); }
.sfc-filter-overlay.is-open { display: block; }
body.sfc-filter-opened { overflow: hidden; }

@media (max-width: 1120px) {
  .sfc-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .sfc-hero__grid { grid-template-columns: 1fr; gap: 26px; }
  .sfc-hero__finder { max-width: 560px; }
  .sfc-catalog { grid-template-columns: 1fr; padding-top: 28px; }
  .sfc-mobile-filter { display: inline-flex; }
  .sfc-filters {
    position: fixed;
    z-index: 90;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(86vw, 330px);
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    transform: translateX(-105%);
    transition: transform .2s ease;
    box-shadow: 20px 0 46px rgba(10,14,18,.18);
  }
  .sfc-filters.is-open { transform: translateX(0); }
  .sfc-filters__head > button { display: block; }
  .sfc-bottom__grid { grid-template-columns: 1fr; }
  .sfc-bottom article,
  .sfc-bottom article:first-child,
  .sfc-bottom article:last-child {
    min-height: 78px;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid #e1e5e7;
  }
  .sfc-bottom article:last-child { border-bottom: 0; }
}

@media (max-width: 620px) {
  .sfc-hero { padding-top: 20px; }
  .sfc-hero h1 { font-size: clamp(34px,11vw,48px); }
  .sfc-hero__grid > div > p { font-size: 12px; }
  .sfc-section-head { align-items: flex-start; flex-direction: column; }
  .sfc-toolbar { align-items: flex-start; flex-direction: column; }
  .sfc-toolbar__left { width: 100%; }
  .sfc-sort { width: 100%; }
  .sfc-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
  .sfc-price { font-size: 13px; }
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
  .sfc-stock { text-align: left; }
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
}

@media (max-width: 380px) {
  .sfc-product-grid { grid-template-columns: 1fr; }
}

/* === IPEKERP STOREFRONT CATEGORY PAGES 2.0 V1 END === */

/* === IPEKERP STOREFRONT SEARCH RESULTS 2.0 V1 START === */
.sf-search-v2 main{min-height:58vh;overflow:clip}
.sf-search2-hero{padding:42px 0 36px;border-bottom:1px solid var(--sf2-line,#e3e6e9);background:radial-gradient(circle at 88% 0,rgba(200,25,32,.075),transparent 27%),linear-gradient(180deg,#f7f8f8,#fff)}
.sf-search2-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:28px;color:#899198;font-size:11px;font-weight:750}
.sf-search2-breadcrumb a{color:#68717b;text-decoration:none}.sf-search2-breadcrumb a:hover{color:var(--sf2-red,#c81920)}
.sf-search2-hero__grid{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(440px,1.28fr);gap:58px;align-items:end}
.sf-search2-hero h1{margin:10px 0 10px;font-size:clamp(32px,4vw,52px);line-height:1.02;letter-spacing:-.05em}
.sf-search2-hero p{max-width:620px;margin:0;color:var(--sf2-muted,#68717b);font-size:13px;line-height:1.65}
.sf-search2-form>label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.sf-search2-form__box{height:58px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;overflow:hidden;border:1px solid #d7dade;border-radius:15px;background:#fff;box-shadow:0 12px 34px rgba(22,28,34,.075)}
.sf-search2-form__box>span{display:grid;place-items:center;color:#747d85;font-size:27px}
.sf-search2-form__box input{height:100%;min-width:0;border:0;outline:0;background:transparent;color:#171b20;font:inherit;font-size:14px}
.sf-search2-form__box button{align-self:stretch;min-width:104px;border:0;background:var(--sf2-red,#c81920);color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:900}
.sf-search2-form__box button:hover{background:var(--sf2-red-dark,#a51016)}
.sf-search2-hints{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.sf-search2-hints span{padding:4px 8px;border:1px solid #e3e6e9;border-radius:999px;color:#818990;font-size:9px;font-weight:800;background:#fff}
.sf-search2-results{padding-top:44px;padding-bottom:78px}.sf-search2-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}
.sf-search2-head h2{margin:8px 0 0;font-size:32px;letter-spacing:-.04em}.sf-search2-count{display:grid;justify-items:end}.sf-search2-count small{color:#7a838b;font-size:10px}.sf-search2-count strong{margin-top:5px;font-size:14px}
.sf-search2-toolbar{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;border-bottom:1px solid var(--sf2-line,#e3e6e9);color:#737c84;font-size:11px}
.sf-search-v2 .sf2-catalog-layout{grid-template-columns:238px minmax(0,1fr)}
.sf-search-v2 .sf2-catalog-results .sf-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */.sf-search-v2 .sf-price{font-size:18px}
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */.sf-search-v2 .sf-cart-add-button{min-height:44px;border-radius:11px;background:#171b20}
.sf-search-v2 .sf-cart-add-button:not(:disabled):hover{background:var(--sf2-red,#c81920)}
.sf-search2-empty{padding:38px 22px;text-align:center}.sf-search2-empty a{width:max-content;max-width:100%;min-height:42px;display:inline-flex;align-items:center;gap:18px;margin:18px auto 0;padding:0 15px;border-radius:10px;background:#171b20;color:#fff;font-size:12px;font-weight:850;text-decoration:none}
.sf-search2-empty a:hover{background:var(--sf2-red,#c81920)}
@media(max-width:1080px){.sf-search2-hero__grid{grid-template-columns:.8fr 1.2fr;gap:30px}.sf-search-v2 .sf2-catalog-layout{grid-template-columns:215px minmax(0,1fr)}.sf-search-v2 .sf2-catalog-results .sf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.sf-search2-hero{padding:28px 0 26px}.sf-search2-breadcrumb{margin-bottom:20px}.sf-search2-hero__grid{grid-template-columns:1fr;gap:22px}.sf-search2-results{padding-top:32px}.sf-search2-toolbar{align-items:flex-start;flex-direction:column;padding-bottom:12px}.sf-search-v2 .sf2-catalog-layout{display:block}.sf-search-v2 .sf2-catalog-results .sf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}
@media(max-width:560px){.sf-search2-form__box{height:auto;grid-template-columns:44px 1fr}.sf-search2-form__box input{height:52px;font-size:13px}.sf-search2-form__box button{grid-column:1/-1;min-height:44px}.sf-search2-hints{display:none}.sf-search2-head{align-items:flex-start;flex-direction:column}.sf-search2-count{justify-items:start}/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */.sf-search-v2 .sf-price{font-size:15px}}
@media(max-width:370px){.sf-search-v2 .sf2-catalog-results .sf-product-grid{grid-template-columns:1fr}}
/* === IPEKERP STOREFRONT SEARCH RESULTS 2.0 V1 END === */

/* === IPEKERP STOREFRONT BRAND PAGES 2.0 V1 START === */
.sfb-kicker{display:block;color:var(--sf2-red,#c81920);font-size:10px;font-weight:900;letter-spacing:.13em}
.sfb-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:26px;color:#828b93;font-size:11px;font-weight:750}
.sfb-breadcrumb a{color:#606a73;text-decoration:none}.sfb-breadcrumb a:hover{color:var(--sf2-red,#c81920)}
.sfb-index-hero{padding:42px 0 32px;border-bottom:1px solid #e5e8eb;background:radial-gradient(circle at 86% 0,rgba(200,25,32,.08),transparent 28%),linear-gradient(180deg,#f8f9fa,#fff)}
.sfb-index-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:56px;align-items:end}
.sfb-index-hero h1,.sfb-hero h1{margin:9px 0 12px;font-size:clamp(34px,4.2vw,58px);line-height:1;letter-spacing:-.05em}
.sfb-index-hero p,.sfb-hero p{max-width:760px;margin:0;color:#68717b;font-size:13px;line-height:1.7}
.sfb-index-stat{display:grid;min-height:126px;padding:20px;border:1px solid #e0e4e7;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(18,25,32,.06)}
.sfb-index-stat small{color:#7b848c;font-size:9px;font-weight:900;letter-spacing:.12em}.sfb-index-stat strong{align-self:end;font-size:36px;letter-spacing:-.05em}.sfb-index-stat span{color:#79828a;font-size:10px}
.sfb-brand-search{display:grid;max-width:650px;margin-top:28px}.sfb-brand-search>span{margin-bottom:7px;color:#6f7880;font-size:10px;font-weight:850}
.sfb-brand-search input{min-height:50px;padding:0 16px;border:1px solid #d9dde1;border-radius:13px;outline:0;background:#fff;font:inherit}
.sfb-index-content{padding-top:40px;padding-bottom:78px}.sfb-index-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}
.sfb-index-head h2{margin:7px 0 0;font-size:31px;letter-spacing:-.04em}.sfb-index-head>span{color:#707981;font-size:11px;font-weight:800}
.sfb-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.sfb-brand-card{min-height:118px;display:grid;grid-template-columns:64px minmax(0,1fr) 22px;align-items:center;gap:14px;padding:17px;border:1px solid #e1e4e7;border-radius:16px;background:#fff;color:#151a1e;text-decoration:none;transition:.16s}
.sfb-brand-card:hover{transform:translateY(-2px);border-color:#cfd4d8;box-shadow:0 10px 24px rgba(20,27,34,.06)}
.sfb-brand-card__visual{width:64px;height:64px;display:grid;place-items:center;overflow:hidden;border:1px solid #e7e9eb;border-radius:13px;background:#fafafa}
.sfb-brand-card__visual img{width:100%;height:100%;object-fit:contain;padding:8px}.sfb-brand-card__visual b{font-size:18px}
.sfb-brand-card__copy{min-width:0;display:grid;gap:4px}.sfb-brand-card__copy small{color:#8a9299;font-size:9px;font-weight:800}.sfb-brand-card__copy strong{overflow:hidden;text-overflow:ellipsis;font-size:14px}.sfb-brand-card__copy span{color:#727b83;font-size:10px}.sfb-brand-card>i{font-style:normal;font-size:18px}
.sfb-index-empty,.sfb-not-found{padding:54px 20px;text-align:center}.sfb-index-empty strong,.sfb-not-found h1{display:block;margin-bottom:8px}.sfb-index-empty span,.sfb-not-found p{color:#737c84}
.sfb-not-found a{display:inline-flex;min-height:42px;align-items:center;margin-top:18px;padding:0 15px;border-radius:10px;background:#171b20;color:#fff;text-decoration:none;font-size:12px;font-weight:850}
.sfb-hero{padding:36px 0 32px;border-bottom:1px solid #e3e6e9;background:radial-gradient(circle at 88% 0,rgba(200,25,32,.075),transparent 28%),linear-gradient(180deg,#f7f8f8,#fff)}
.sfb-hero__grid{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr);gap:55px;align-items:center}
.sfb-hero__brand{display:grid;grid-template-columns:112px minmax(0,1fr);gap:22px;align-items:center}
.sfb-brand-logo{width:112px;height:112px;display:grid;place-items:center;overflow:hidden;border:1px solid #dde1e4;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(17,24,31,.06)}
.sfb-brand-logo img{width:100%;height:100%;object-fit:contain;padding:13px}.sfb-brand-logo strong{font-size:32px;letter-spacing:-.04em}.sfb-hero__brand h1{font-size:clamp(34px,4vw,54px)}.sfb-hero__brand small{color:#818990;font-size:10px;font-weight:850}
.sfb-hero__copy{padding-left:30px;border-left:1px solid #e0e3e6}.sfb-hero__facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.sfb-hero__facts span{padding:7px 10px;border:1px solid #e1e4e7;border-radius:999px;background:#fff;color:#68717a;font-size:9px;font-weight:800}.sfb-hero__facts b{color:#171b20}
.sfb-type-strip{padding:27px 0;border-bottom:1px solid #e7e9eb;background:#fff}.sfb-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:13px}.sfb-section-head h2{margin:5px 0 0;font-size:22px;letter-spacing:-.03em}
.sfb-section-head button{border:0;background:none;color:var(--sf2-red,#c81920);cursor:pointer;font:inherit;font-size:10px;font-weight:850}
.sfb-type-chips{display:flex;flex-wrap:wrap;gap:8px}.sfb-type-chips button{min-height:38px;display:inline-flex;align-items:center;gap:10px;padding:0 12px;border:1px solid #dde1e4;border-radius:10px;background:#fff;cursor:pointer;color:#31383e;font:inherit;font-size:10px;font-weight:800}
.sfb-type-chips button b{min-width:20px;padding:2px 5px;border-radius:999px;background:#f0f2f4;font-size:8px}.sfb-type-chips button.is-active{border-color:#171b20;background:#171b20;color:#fff}.sfb-type-chips button.is-active b{background:rgba(255,255,255,.15)}
.sfb-catalog{display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px;padding-top:34px;padding-bottom:78px}.sfb-filters{align-self:start;position:sticky;top:18px;border:1px solid #e2e5e8;border-radius:15px;background:#fff;overflow:hidden}
.sfb-filters__head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #edf0f2}.sfb-filters__head div{display:grid;gap:3px}.sfb-filters__head small{color:#8a9298;font-size:8px;font-weight:900;letter-spacing:.1em}.sfb-filters__head strong{font-size:14px}.sfb-filters__head>button{display:none;border:0;background:none;cursor:pointer;font-size:22px}
.sfb-filter-group{padding:16px;border-bottom:1px solid #edf0f2}.sfb-filter-group__title{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px;font-size:11px}.sfb-filter-group__title span{color:#899198;font-size:9px}
.sfb-family-list{display:grid;gap:5px;max-height:330px;overflow:auto}.sfb-family-list button{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:34px;padding:0 9px;border:0;border-radius:8px;background:transparent;color:#586169;cursor:pointer;font:inherit;font-size:10px;text-align:left}.sfb-family-list button:hover{background:#f5f6f7}.sfb-family-list button.is-active{background:#171b20;color:#fff}.sfb-family-list button b{font-size:8px}.sfb-filter-empty{color:#92999f;font-size:9px}
.sfb-check{display:flex;align-items:center;gap:8px;color:#59626a;font-size:10px;cursor:pointer}.sfb-clear-filters{width:calc(100% - 30px);min-height:38px;margin:15px;border:1px solid #dce0e3;border-radius:9px;background:#fff;cursor:pointer;font:inherit;font-size:10px;font-weight:800}
.sfb-products{min-width:0}.sfb-toolbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #e4e7e9}.sfb-toolbar__left{display:flex;align-items:center;gap:13px}.sfb-toolbar__left>div{display:grid;gap:3px}.sfb-toolbar__left small{color:#818991;font-size:9px}.sfb-toolbar__left strong{font-size:13px}
.sfb-mobile-filter{display:none;min-height:38px;padding:0 11px;border:1px solid #dce0e3;border-radius:9px;background:#fff;font:inherit;font-size:10px;font-weight:800}.sfb-sort{display:flex;align-items:center;gap:8px;color:#737c84;font-size:10px}.sfb-sort select{min-height:38px;padding:0 30px 0 10px;border:1px solid #dce0e3;border-radius:9px;background:#fff;font:inherit;font-size:10px}
.sfb-active-filters{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.sfb-active-filters button{min-height:30px;padding:0 9px;border:1px solid #dce0e3;border-radius:999px;background:#f7f8f8;cursor:pointer;color:#596169;font:inherit;font-size:9px}
.sfb-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */.sfb-price{font-size:17px;letter-spacing:-.02em}.sfb-price--muted{font-size:11px;color:#737c84}.sfb-stock{font-size:9px;font-weight:850}.sfb-stock--in{color:#26814b}.sfb-stock--out{color:#a74b4b}
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */
.sfb-empty{padding:46px 20px;border:1px dashed #d9dde0;border-radius:14px;text-align:center}.sfb-empty strong{display:block;margin-bottom:7px}.sfb-empty>span{color:#747d84;font-size:10px}.sfb-empty>div{display:flex;justify-content:center;gap:8px;margin-top:16px}.sfb-empty button,.sfb-empty a{min-height:38px;display:inline-flex;align-items:center;padding:0 11px;border:1px solid #dce0e3;border-radius:9px;background:#fff;color:#262c31;cursor:pointer;font:inherit;font-size:9px;font-weight:850;text-decoration:none}
.sfb-pagination{display:flex;justify-content:center;gap:6px;margin-top:24px}.sfb-pagination button{min-width:35px;height:35px;border:1px solid #dce0e3;border-radius:8px;background:#fff;cursor:pointer;font:inherit;font-size:10px}.sfb-pagination button.is-active{border-color:#171b20;background:#171b20;color:#fff}.sfb-pagination button:disabled{opacity:.35;cursor:not-allowed}
.sfb-filter-overlay{display:none}body.sfb-filter-opened{overflow:hidden}
@media(max-width:1120px){.sfb-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sfb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:860px){.sfb-index-hero__grid,.sfb-hero__grid{grid-template-columns:1fr;gap:25px}.sfb-index-stat{max-width:260px}.sfb-hero__copy{padding-left:0;border-left:0}.sfb-catalog{display:block}.sfb-mobile-filter{display:inline-flex;align-items:center;gap:8px}.sfb-filters{position:fixed;z-index:1200;top:0;left:0;bottom:0;width:min(340px,90vw);border-radius:0 16px 16px 0;transform:translateX(-105%);transition:.18s;overflow:auto}.sfb-filters.is-open{transform:translateX(0)}.sfb-filters__head>button{display:block}.sfb-filter-overlay{position:fixed;z-index:1190;inset:0;background:rgba(13,18,23,.38)}.sfb-filter-overlay.is-open{display:block}}
@media(max-width:760px){.sfb-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sfb-hero__brand{grid-template-columns:82px minmax(0,1fr)}.sfb-brand-logo{width:82px;height:82px;border-radius:16px}.sfb-toolbar{align-items:flex-start;flex-direction:column}.sfb-sort{width:100%}.sfb-sort select{flex:1}}
@media(max-width:560px){.sfb-index-hero{padding-top:28px}.sfb-index-hero h1,.sfb-hero h1{font-size:34px}.sfb-brand-grid{grid-template-columns:1fr}.sfb-brand-card{min-height:100px}.sfb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css *//* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront.css */.sfb-hero__facts{gap:5px}}
@media(max-width:370px){.sfb-product-grid{grid-template-columns:1fr}}
/* === IPEKERP STOREFRONT BRAND PAGES 2.0 V1 END === */

/* === IPEKERP STOREFRONT CATEGORY FINAL V1 START === */
.sfc-final-index__hero{
  padding:42px 0 36px;
  border-bottom:1px solid #e4e7e9;
  background:
    radial-gradient(circle at 88% 0,rgba(200,25,32,.08),transparent 28%),
    linear-gradient(180deg,#f8f9fa,#fff)
}
.sfc-final-index__hero h1{
  max-width:820px;
  margin:9px 0 13px;
  font-size:clamp(36px,4.8vw,60px);
  line-height:1;
  letter-spacing:-.052em
}
.sfc-final-index__hero p{
  max-width:760px;
  margin:0;
  color:#68717a;
  font-size:13px;
  line-height:1.7
}
.sfc-final-index__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px
}
.sfc-final-index__meta span,
.sfc-final-index__meta a{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 11px;
  border:1px solid #dfe3e6;
  border-radius:999px;
  background:#fff;
  color:#626b73;
  font-size:9px;
  font-weight:850;
  text-decoration:none
}
.sfc-final-index__meta b{margin-right:4px;color:#171b20}
.sfc-final-index__meta a:hover{border-color:#171b20;color:#171b20}
.sfc-final-index__content{padding-top:40px;padding-bottom:78px}
.sfc-final-index__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px
}
.sfc-final-index__head h2{
  margin:6px 0 0;
  font-size:30px;
  letter-spacing:-.04em
}
.sfc-final-index__head>span{
  color:#747d85;
  font-size:10px;
  font-weight:800
}
.sfc-final-category-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px
}
.sfc-final-category-card{
  min-height:122px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 74px 22px;
  align-items:center;
  gap:14px;
  padding:18px;
  border:1px solid #e0e4e7;
  border-radius:16px;
  background:#fff;
  color:#171b20;
  text-decoration:none;
  transition:.16s
}
.sfc-final-category-card:hover{
  transform:translateY(-2px);
  border-color:#cdd3d7;
  box-shadow:0 11px 28px rgba(17,24,31,.055)
}
.sfc-final-category-card__index{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#171b20;
  color:#fff;
  font-size:10px;
  font-weight:900
}
.sfc-final-category-card__copy{
  min-width:0;
  display:grid;
  gap:4px
}
.sfc-final-category-card__copy small{
  color:#8a9299;
  font-size:8px;
  font-weight:850
}
.sfc-final-category-card__copy strong{
  font-size:15px;
  letter-spacing:-.02em
}
.sfc-final-category-card__copy span{
  overflow:hidden;
  color:#737c84;
  font-size:9.5px;
  line-height:1.5;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical
}
.sfc-final-category-card__count{
  display:grid;
  justify-items:end
}
.sfc-final-category-card__count b{
  font-size:23px;
  letter-spacing:-.04em
}
.sfc-final-category-card__count small{
  color:#8a9299;
  font-size:8px
}
.sfc-final-category-card>i{
  font-style:normal;
  font-size:18px
}
.sfc-brand-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 30px;
  gap:4px;
  align-items:center
}
.sfc-brand-row>a{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:1px solid #e2e5e8;
  border-radius:8px;
  background:#fff;
  color:#656e76;
  text-decoration:none;
  font-size:11px;
  font-weight:900
}
.sfc-brand-row>a:hover{
  border-color:#171b20;
  color:#171b20
}
.sfc-final-not-found{
  padding:82px 20px;
  text-align:center
}
.sfc-final-not-found h1{
  margin:9px 0 10px;
  font-size:clamp(30px,4vw,48px);
  letter-spacing:-.045em
}
.sfc-final-not-found p{
  margin:0;
  color:#737c84
}
.sfc-final-not-found>div{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:20px
}
.sfc-final-not-found a{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  border:1px solid #dce0e3;
  border-radius:9px;
  background:#fff;
  color:#252b30;
  text-decoration:none;
  font-size:10px;
  font-weight:850
}
.sfc-final-not-found a:first-child{
  border-color:#171b20;
  background:#171b20;
  color:#fff
}
@media(max-width:820px){
  .sfc-final-category-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .sfc-final-index__hero{padding-top:28px}
  .sfc-final-index__hero h1{font-size:36px}
  .sfc-final-category-card{
    grid-template-columns:38px minmax(0,1fr) 54px 16px;
    gap:9px;
    padding:13px
  }
  .sfc-final-category-card__index{
    width:36px;
    height:36px
  }
  .sfc-final-category-card__count b{font-size:18px}
}
/* === IPEKERP STOREFRONT CATEGORY FINAL V1 END === */

/* === IPEKERP STOREFRONT PRODUCT DETAIL FINAL V2 START === */
.sf2-detail-kicker a,.sf2-detail-taxonomy a,.sf2-detail-specs a{color:inherit;text-decoration:none}
.sf2-detail-kicker a:hover,.sf2-detail-taxonomy a:hover,.sf2-detail-specs a:hover{color:#c91920}
.sf2-detail-taxonomy a{min-height:28px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid #e1e5e8;border-radius:999px;background:#f8f9fa;color:#606970;font-size:9.5px;font-weight:750}
.sf2-detail-oem-list,.sf2-detail-vehicle-list{display:grid;gap:7px;margin-top:17px}
.sf2-detail-oem-list>div,.sf2-detail-vehicle-list>div{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:42px;padding:9px 11px;border:1px solid #e7eaec;border-radius:10px;background:#fafbfb}
.sf2-detail-oem-list strong,.sf2-detail-vehicle-list strong{color:#252c31;font-size:10.5px}
.sf2-detail-oem-list span,.sf2-detail-vehicle-list span{color:#747d84;font-size:9px;text-align:right}
.sf2-detail-note{margin:16px 0 0;color:#747d84;font-size:10px;line-height:1.65}
.sf2-detail-inline-link{min-height:36px;display:inline-flex;align-items:center;margin-top:13px;color:#1d2429;text-decoration:none;font-size:10px;font-weight:850}
.sf2-detail-inline-link:hover{color:#c91920}
.sf2-detail-related{margin-top:20px;padding:24px;border:1px solid #e0e4e7;border-radius:16px;background:#fff}
.sf2-detail-related__head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:17px}
.sf2-detail-related__head span{color:#c91920;font-size:9px;font-weight:900;letter-spacing:.13em}
.sf2-detail-related__head h2{margin:6px 0 0;color:#1c2227;font-size:22px;letter-spacing:-.03em}
.sf2-detail-related__head p{max-width:480px;margin:0;color:#7a8289;font-size:9.5px;line-height:1.55;text-align:right}
.sf2-detail-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.sf2-detail-related-card{min-width:0;overflow:hidden;border:1px solid #e5e8ea;border-radius:12px;background:#fff}
.sf2-detail-related-card__image{height:145px;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid #edf0f2;background:#f8f9fa;color:#9aa1a7;text-decoration:none;font-size:9px}
.sf2-detail-related-card__image img{width:100%;height:100%;object-fit:contain;padding:12px}
.sf2-detail-related-card__body{display:grid;gap:7px;padding:11px}
.sf2-detail-related-card__body>small{color:#8a9299;font-size:8px;font-weight:800}
.sf2-detail-related-card__title{min-height:34px;color:#22292e;text-decoration:none;font-size:10.5px;font-weight:850;line-height:1.4}
.sf2-detail-related-card__body>div{display:flex;align-items:end;justify-content:space-between;gap:8px}
.sf2-detail-related-card__body>div strong{color:#171d22;font-size:12px}
.sf2-detail-related-card__body>div span{color:#647069;font-size:8px;font-weight:800}
@media(max-width:1020px){.sf2-detail-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.sf2-detail-related{margin-top:12px;padding:18px;border-radius:13px}.sf2-detail-related__head{align-items:flex-start;flex-direction:column;gap:8px}.sf2-detail-related__head p{text-align:left}.sf2-detail-oem-list>div,.sf2-detail-vehicle-list>div{align-items:flex-start;flex-direction:column;gap:4px}.sf2-detail-oem-list span,.sf2-detail-vehicle-list span{text-align:left}}
@media(max-width:480px){.sf2-detail-related__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.sf2-detail-related-card__image{height:116px}}
/* === IPEKERP STOREFRONT PRODUCT DETAIL FINAL V2 END === */

/* === IPEKERP_STOREFRONT_STAGE3_SHARED_PRODUCT_SHOWCASE_V1:BEGIN === */
.sf-product-card.sf-product-card--stage3{position:relative;display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;border:1px solid #e1e7ef;border-radius:12px;background:#fff;box-shadow:0 4px 16px rgba(5,35,74,.055)}
.sf-product-card--stage3 .sf-product-card__link{display:flex;flex:1 1 auto;flex-direction:column;min-width:0;color:inherit;text-decoration:none}
.sf-product-card--stage3 .sf-product-card__brand{min-height:44px;padding:13px 44px 8px 16px;display:flex;align-items:center}
.sf-product-card--stage3 .sf-product-card__brand-logo{display:block;max-width:92px;max-height:26px;object-fit:contain;object-position:left center}
.sf-product-card--stage3 .sf-product-card__brand-text{color:#163b68;font-size:12px;font-weight:850;letter-spacing:.015em;text-transform:uppercase}
.sf-product-card--stage3 .sf-product-card__favorite{position:absolute!important;top:12px!important;right:12px!important;z-index:5!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid #edf1f5!important;border-radius:999px!important;background:rgba(255,255,255,.97)!important;color:#05234a!important;box-shadow:0 2px 9px rgba(5,35,74,.07)!important;font-size:20px!important;line-height:1!important}
.sf-product-card--stage3 .sf-product-card__favorite:hover,.sf-product-card--stage3 .sf-product-card__favorite.is-saved,.sf-product-card--stage3 .sf-product-card__favorite[aria-pressed="true"]{color:#e31b23!important}
.sf-product-card--stage3 .sf-product-card__image{margin:0 14px;height:190px;min-height:190px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#fbfbfa}
.sf-product-card--stage3 .sf-product-card__image>img{width:100%;height:100%;object-fit:contain;padding:10px}
.sf-product-card--stage3 .sf-product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#8c99a8;font-size:12px;background:linear-gradient(135deg,#fbfbfa,#f3f6f9)}
.sf-product-card--stage3 .sf-product-card__body{flex:1 1 auto;min-width:0;padding:14px 16px 10px;display:flex;flex-direction:column}
.sf-product-card--stage3 .sf-product-card__meta{min-height:18px;display:flex;justify-content:space-between;gap:10px;color:#e31b23;font-size:10px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.sf-product-card--stage3 h2{min-height:58px;max-height:58px;margin:8px 0 7px;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#0b1f33;font-size:15px;font-weight:800;line-height:1.28}
.sf-product-card--stage3 .sf-product-card__compat{min-height:36px;max-height:36px;display:flex;align-items:flex-start;gap:6px;overflow:hidden;color:#506276;font-size:10px;line-height:1.35}
.sf-product-card--stage3 .sf-product-card__compat.is-unknown{color:#8b97a5}
.sf-product-card--stage3 .sf-product-card__compat>span:last-child{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.sf-product-card--stage3 .sf-product-card__commerce{margin-top:auto;padding-top:11px;display:grid;gap:8px}
.sf-product-card--stage3 .sf-stock{display:inline-flex;align-items:center;gap:6px;width:fit-content;font-size:10px;font-weight:800}
.sf-product-card--stage3 .sf-stock>i{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:currentColor}
.sf-product-card--stage3 .sf-stock--in{color:#169b62}.sf-product-card--stage3 .sf-stock--out{color:#d92d20}
.sf-product-card--stage3 .sf-price{min-height:38px;display:flex;align-items:baseline;gap:8px;color:#05234a;font-size:18px;font-weight:850;line-height:1.2}
.sf-product-card--stage3 .sf-price--missing{align-items:flex-start;flex-direction:column;gap:3px;font-size:13px}
.sf-product-card--stage3 .sf-vat-label{color:#748294;font-size:9px;font-weight:650}
.sf-product-card--stage3 .sf-product-card__actions{margin-top:auto;padding:0 14px 14px}
.sf-product-card--stage3 .sf-cart-add-button,.sf-product-card--stage3 .sf-product-card__view-button{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;border-radius:7px;font-size:11px;font-weight:800;text-decoration:none}
.sf-product-card--stage3 .sf-cart-add-button:not(:disabled){border:1px solid #e31b23!important;background:#e31b23!important;color:#fff!important}
.sf-product-card--stage3 .sf-cart-add-button:not(:disabled):hover{background:#c9141b!important;border-color:#c9141b!important}
.sf-product-card--stage3 .sf-cart-add-button:disabled{border:1px solid #e1e5ea!important;background:#e8ebef!important;color:#7d8793!important}
.sf-product-card--stage3 .sf-product-card__view-button{border:1px solid #0b6edc;background:#fff;color:#0b5fb8}
.sf-product-card--stage3 .sf-cart-add-button[data-stage3-state="adding"]{opacity:.78;cursor:progress}
.sf-product-card--stage3 .sf-cart-add-button[data-stage3-state="added"]{border-color:#169b62!important;background:#169b62!important}
.sf-product-card--stage3 .sf-cart-add-button[data-stage3-state="error"]{border-color:#d92d20!important;background:#fff!important;color:#d92d20!important}
#urunler [data-c5-product-grid]>.sf-product-card--stage3{min-height:480px}
.sf-product-card--skeleton{pointer-events:none}.sf-product-card--skeleton .sf-product-card__body{gap:12px}
.sf-skeleton{position:relative;overflow:hidden;border-radius:6px;background:#eef2f6}
.sf-skeleton::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.78),transparent);animation:sf-stage3-shimmer 1.25s infinite}
.sf-skeleton--brand{width:72px;height:18px;margin:14px 16px 10px}.sf-skeleton--image{width:74%;height:78%}.sf-skeleton--meta{height:12px}.sf-skeleton--title{height:46px}.sf-skeleton--compat{height:30px}.sf-skeleton--price{height:34px;margin-top:auto}.sf-skeleton--button{height:42px}
@keyframes sf-stage3-shimmer{100%{transform:translateX(100%)}}
.sf-product-showcase-state{grid-column:1/-1;min-height:180px;display:grid;place-items:center;align-content:center;gap:6px;padding:28px;border:1px dashed #d7dee8;border-radius:12px;background:#fff;color:#536273;text-align:center}
.sf-product-showcase-state b{color:#05234a;font-size:16px}.sf-product-showcase-state span{font-size:12px}.sf-product-showcase-state--error{border-color:#f0c9cb;background:#fffafa}
@media(max-width:760px){.sf-product-card--stage3 .sf-product-card__image{height:170px;min-height:170px}.sf-product-card--stage3 h2{min-height:54px;max-height:54px;font-size:14px}#urunler [data-c5-product-grid]>.sf-product-card--stage3{min-height:450px}}
/* === IPEKERP_STOREFRONT_STAGE3_SHARED_PRODUCT_SHOWCASE_V1:END === */
