/* IPEKOTO STOREFRONT REDESIGN V1 */
:root {
  --io-red: #d21f2b;
  --io-red-dark: #aa101a;
  --io-ink: #16191d;
  --io-ink-soft: #2a2e33;
  --io-paper: #f5f4f0;
  --io-line: #e2e0da;
  --io-muted: #6f7378;
  --io-white: #fff;
  --io-radius-sm: 12px;
  --io-radius-md: 20px;
  --io-radius-lg: 30px;
  --io-shadow: 0 24px 70px rgba(20, 23, 26, .11);
}

.sf-body {
  background: var(--io-paper);
  color: var(--io-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.sf-skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; min-height: 44px; display: flex; align-items: center; padding: 0 16px; border-radius: 10px; background: #fff; color: var(--io-ink); font-size: 12px; font-weight: 900; text-decoration: none; box-shadow: 0 12px 30px rgba(0,0,0,.2); transform: translateY(-150%); transition: transform .15s ease; }
.sf-skip-link:focus { transform: translateY(0); }
#storefront-main:focus { outline: 0; }
.sf-body :where(a,button,input,select,textarea):focus-visible { outline: 3px solid #f05a63; outline-offset: 3px; }
.sf-site-nav a[aria-current="page"] { color: var(--io-red); }
.sf-site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.sf-body img { max-width: 100%; }

/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront_redesign_v1.css */

.sf-site-topline { background: var(--io-ink); color: rgba(255,255,255,.72); }
.sf-site-topline__inner { min-height: 34px; font-size: 11px; letter-spacing: .02em; }
.sf-site-topline__status i { background: #65d48a; box-shadow: 0 0 0 4px rgba(101,212,138,.13); }
.sf-site-header { background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
.sf-site-header__main { min-height: 90px; gap: 38px; }
.sf-site-brand__mark {
  width: 48px; height: 48px; border-radius: 15px; background: var(--io-ink);
  box-shadow: 0 8px 24px rgba(22,25,29,.18);
}
.sf-site-brand__copy strong { font-size: 21px; letter-spacing: -.04em; }
.sf-site-brand__copy small { color: var(--io-red); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sf-site-search { max-width: 610px; border: 1px solid #dedfdc; border-radius: 16px; background: #f6f6f3; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.sf-site-search:focus-within { border-color: var(--io-ink); background: #fff; box-shadow: 0 0 0 4px rgba(22,25,29,.06); }
.sf-site-search input { min-height: 52px; font-size: 13px; }
.sf-site-search button { min-height: 42px; margin-right: 5px; padding: 0 22px; border-radius: 12px; background: var(--io-red); }
.sf-site-search button:hover { background: var(--io-red-dark); }
.sf-site-action { min-width: 78px; }
.sf-site-action strong { font-size: 12px; }
.sf-site-action--cart { min-width: 92px; padding: 10px 13px; border: 1px solid var(--io-ink); border-radius: 13px; }
.sf-site-action--cart b { background: var(--io-red); }
.sf-site-nav { border-color: #ecece8; }
.sf-site-nav__inner { min-height: 48px; gap: 31px; }
.sf-site-nav a { position: relative; font-size: 11px; font-weight: 750; }
.sf-site-nav a::after { position: absolute; right: 0; bottom: -16px; left: 0; height: 2px; background: var(--io-red); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.sf-site-nav a:hover::after { transform: scaleX(1); }

.sf-home-hero { position: relative; overflow: hidden; padding: 76px 0 72px; background: var(--io-ink); color: #fff; }
.sf-home-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 73% 23%, rgba(210,31,43,.26), transparent 28%), linear-gradient(115deg, transparent 56%, rgba(255,255,255,.035) 56%); content: ""; }
.sf-home-hero::after { position: absolute; width: 520px; height: 520px; right: -170px; bottom: -330px; border: 80px solid rgba(255,255,255,.025); border-radius: 50%; content: ""; }
.sf-home-hero__grid { position: relative; z-index: 1; grid-template-columns: minmax(0,1.45fr) minmax(330px,.72fr); gap: 74px; }
.sf-home-kicker, .sf-rd-eyebrow { color: #ff7c82; font-size: 10px; font-weight: 900; letter-spacing: .19em; }
.sf-home-hero__content h1 { max-width: 760px; margin: 18px 0 20px; color: #fff; font-size: clamp(47px,5.4vw,76px); line-height: .99; letter-spacing: -.065em; }
.sf-home-hero__content h1 em { color: #fff; font-style: normal; text-decoration: underline; text-decoration-color: var(--io-red); text-decoration-thickness: 7px; text-underline-offset: 8px; }
.sf-home-hero__content > p { max-width: 650px; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.7; }
.sf-home-search { max-width: 720px; margin-top: 31px; }
.sf-home-search > label { color: rgba(255,255,255,.7); }
.sf-home-search__box { padding: 6px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.24); }
.sf-home-search__box input { min-height: 54px; color: var(--io-ink); font-size: 14px; }
.sf-home-search__box button { min-height: 50px; padding: 0 27px; border-radius: 13px; background: var(--io-red); }
.sf-home-search__hints { color: rgba(255,255,255,.43); }
.sf-home-search__hints span { border-color: rgba(255,255,255,.13); }
.sf-home-primary-link { background: var(--io-red); box-shadow: 0 10px 28px rgba(210,31,43,.25); }
.sf-home-secondary-link { color: #fff; border-color: rgba(255,255,255,.22); }
.sf-home-find-card { padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: rgba(255,255,255,.065); box-shadow: 0 25px 70px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.sf-home-find-card__icon { background: var(--io-red); }
.sf-home-find-card__head small, .sf-home-find-card__head strong, .sf-home-find-steps strong { color: #fff; }
.sf-home-find-steps small { color: rgba(255,255,255,.52); }
.sf-home-find-steps li { border-color: rgba(255,255,255,.1); }
.sf-home-find-steps b { color: #ff747c; }
.sf-home-find-card__link { color: #fff; border-color: rgba(255,255,255,.15); }

.sf-rd-category-strip { padding: 72px 0 18px; background: var(--io-paper); }
.sf-rd-category-strip__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.sf-rd-category-strip__head h2 { max-width: 680px; margin: 8px 0 0; font-size: clamp(28px,3.1vw,43px); line-height: 1.08; letter-spacing: -.05em; }
.sf-rd-category-strip__head > a { color: var(--io-ink); font-size: 12px; font-weight: 850; text-decoration: none; }
.sf-rd-category-strip__head > a span { color: var(--io-red); margin-left: 7px; }
.sf-rd-category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.sf-rd-category-grid a { position: relative; min-height: 172px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 22px; border: 1px solid var(--io-line); border-radius: 18px; background: #fff; color: var(--io-ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.sf-rd-category-grid a:hover { transform: translateY(-4px); border-color: #cac8c1; box-shadow: 0 20px 45px rgba(22,25,29,.09); }
.sf-rd-category-grid a > span { position: absolute; top: 17px; right: 18px; color: #d5d2ca; font-size: 30px; font-weight: 900; letter-spacing: -.06em; }
.sf-rd-category-grid a::before { position: absolute; top: 20px; left: 20px; width: 9px; height: 9px; border-radius: 50%; background: var(--io-red); content: ""; }
.sf-rd-category-grid strong { font-size: 17px; letter-spacing: -.025em; }
.sf-rd-category-grid small { margin-top: 7px; color: var(--io-muted); line-height: 1.45; }
.sf-rd-brand-strip { padding: 48px 0 65px; background: var(--io-paper); }
.sf-rd-brand-strip__head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 22px; }
.sf-rd-brand-strip__head h2 { margin: 8px 0 0; font-size: clamp(27px,3.2vw,42px); letter-spacing: -.05em; }
.sf-rd-brand-strip__head > span { color: var(--io-muted); font-size: 11px; font-weight: 800; }
.sf-rd-brand-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.sf-rd-brand-list a { min-height: 82px; display: flex; align-items: center; gap: 14px; padding: 13px; border: 1px solid var(--io-line); border-radius: 15px; background: #fff; color: var(--io-ink); text-decoration: none; transition: transform .2s ease,box-shadow .2s ease; }
.sf-rd-brand-list a:hover { transform: translateY(-3px); box-shadow: 0 15px 36px rgba(22,25,29,.08); }
.sf-rd-brand-list img,.sf-rd-brand-list a > b { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; object-fit: contain; padding: 7px; border-radius: 12px; background: #f4f4f1; color: var(--io-red); font-size: 16px; }
.sf-rd-brand-list a > span { min-width: 0; display: grid; gap: 4px; }
.sf-rd-brand-list strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.sf-rd-brand-list small { color: var(--io-muted); font-size: 9px; }
.sf-rd-catalog-empty { border: 1px dashed #cfcdc6; border-radius: 18px; background: #fff; }
.sf-rd-catalog-empty > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.sf-rd-catalog-empty a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 15px; border: 1px solid #d7d5cf; border-radius: 11px; color: var(--io-ink); font-size: 10px; font-weight: 850; text-decoration: none; }
.sf-rd-catalog-empty a:first-child { border-color: var(--io-red); background: var(--io-red); color: #fff; }

.sf-home-trust { padding: 28px 0 64px; background: var(--io-paper); }
.sf-home-trust__grid { overflow: hidden; gap: 0; border: 1px solid var(--io-line); border-radius: 18px; background: #fff; }
.sf-home-trust article { min-height: 104px; padding: 22px 25px; border-right: 1px solid var(--io-line); }
.sf-home-trust article:last-child { border-right: 0; }
.sf-home-trust__icon { color: var(--io-red); background: #fff0f1; }

.sf-home-catalog { padding-top: 76px; padding-bottom: 100px; }
.sf-home-section-head h2 { font-size: clamp(33px,4vw,52px); letter-spacing: -.055em; }
.sf-home-section-head__count { border-radius: 16px; background: var(--io-ink); color: #fff; }
.sf-home-section-head__count small { color: rgba(255,255,255,.55); }
.sf-home-section-head__count strong { color: #fff; }
.sf2-catalog-layout { gap: 22px; }
.sf2-catalog-sidebar { border: 1px solid var(--io-line); border-radius: 18px; background: #fff; box-shadow: none; }
.sf2-catalog-main { min-width: 0; }
.sf-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
.sf-price { font-size: 18px; letter-spacing: -.03em; }
.sf-stock { padding: 6px 8px; border-radius: 999px; font-size: 8px; }
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
.sf-cart-add-button { min-height: 44px; border-radius: 12px; background: var(--io-ink); font-size: 11px; }
.sf-cart-add-button:not(:disabled):hover { background: var(--io-red); }

.sf2-detail-page { padding: 28px 0 90px; background: var(--io-paper); }
.sf2-breadcrumb { margin-bottom: 22px; color: var(--io-muted); }
.sf2-detail-hero { align-items: start; gap: 28px; }
.sf2-detail-gallery, .sf2-detail-info { border-radius: 22px; }
.sf2-detail-gallery { padding: 18px; border: 1px solid var(--io-line); background: #fff; }
.sf2-detail-gallery__stage { min-height: 520px; border-radius: 16px; background: #f8f8f5; }
.sf2-detail-gallery__stage img { padding: 34px; }
.sf2-detail-info { padding: 35px; border: 1px solid var(--io-line); background: #fff; }
.sf2-detail-kicker a, .sf2-detail-kicker span { color: var(--io-red); }
.sf2-detail-info h1 { margin: 18px 0 13px; font-size: clamp(30px,3.4vw,47px); line-height: 1.05; letter-spacing: -.055em; }
.sf2-detail-purchase-card { margin-top: 27px; padding: 25px; border: 0; border-radius: 18px; background: var(--io-ink); color: #fff; }
.sf2-detail-price-stock small, .sf2-detail-vat { color: rgba(255,255,255,.53); }
.sf2-detail-price { color: #fff; font-size: 34px; letter-spacing: -.045em; }
.sf2-detail-stock--in { color: #83e49e; background: rgba(101,212,138,.1); }
.sf2-detail-buy { border-color: rgba(255,255,255,.12); }
.sf2-detail-qty > span { color: rgba(255,255,255,.56); }
.sf2-detail-qty__control { border-color: rgba(255,255,255,.18); background: #fff; color: var(--io-ink); }
.sf2-detail-add { border-radius: 12px; background: var(--io-red); box-shadow: 0 12px 30px rgba(210,31,43,.23); }
.sf2-detail-add:hover { background: #e12a36; }
.sf2-detail-related { border-color: var(--io-line); border-radius: 20px; }

@media (max-width: 1060px) {
  .sf-home-hero__grid { grid-template-columns: 1fr; gap: 38px; }
  .sf-home-find-card { max-width: 720px; }
  .sf-rd-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sf-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sf-rd-brand-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sf-site-header__main { gap: 20px; }
}

@media (max-width: 760px) {
  /* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront_redesign_v1.css */
  .sf-site-topline { display: none; }
  .sf-site-header__main { min-height: 72px; }
  .sf-site-brand__mark { width: 42px; height: 42px; border-radius: 13px; }
  .sf-site-brand__copy strong { font-size: 18px; }
  .sf-home-hero { padding: 50px 0 47px; }
  .sf-home-hero__content h1 { font-size: 45px; }
  .sf-home-hero__content > p { font-size: 14px; }
  .sf-home-search__box { display: grid; grid-template-columns: 34px minmax(0,1fr); }
  .sf-home-search__box button { grid-column: 1 / -1; width: 100%; margin-top: 3px; }
  .sf-home-hero__actions { align-items: stretch; flex-direction: column; }
  .sf-home-hero__actions a { justify-content: center; }
  .sf-rd-category-strip { padding-top: 50px; }
  .sf-rd-category-strip__head { align-items: flex-start; flex-direction: column; }
  .sf-rd-brand-strip__head { align-items: flex-start; flex-direction: column; }
  .sf-rd-category-grid { grid-template-columns: 1fr; }
  .sf-rd-category-grid a { min-height: 140px; }
  .sf-home-trust__grid { display: grid; }
  .sf-home-trust article { border-right: 0; border-bottom: 1px solid var(--io-line); }
  .sf-home-trust article:last-child { border-bottom: 0; }
  .sf-home-catalog { padding-top: 52px; padding-bottom: 70px; }
  .sf-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
  .sf2-detail-gallery__stage { min-height: 340px; }
  .sf2-detail-info { padding: 23px 18px; }
  .sf2-detail-purchase-card { padding: 20px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .sf-body *,
  .sf-body *::before,
  .sf-body *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* HELP CENTER */
.sf-help-v1__hero { position: relative; overflow: hidden; padding: 48px 0 72px; background: var(--io-ink); color: #fff; }
.sf-help-v1__hero::after { position: absolute; width: 520px; height: 520px; right: -180px; top: -330px; border: 86px solid rgba(210,31,43,.17); border-radius: 50%; content: ""; }
/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront_redesign_v1.css */
.sf-help-v1__hero nav { display: flex; gap: 9px; margin-bottom: 40px; color: rgba(255,255,255,.4); font-size: 10px; }
.sf-help-v1__hero nav a { color: rgba(255,255,255,.65); text-decoration: none; }
.sf-help-v1__hero nav strong { color: #fff; }
/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront_redesign_v1.css */
.sf-help-v1__hero h1 { margin: 15px 0 16px; color: #fff; font-size: clamp(44px,5.8vw,72px); line-height: 1; letter-spacing: -.065em; }
.sf-help-v1__hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.7; }
.sf-help-v1__hero form { max-width: 720px; display: grid; grid-template-columns: 1fr auto; gap: 6px; margin-top: 28px; padding: 6px; border-radius: 16px; background: #fff; box-shadow: 0 18px 48px rgba(0,0,0,.2); }
.sf-help-v1__hero input { min-height: 52px; padding: 0 15px; border: 0; background: transparent; color: var(--io-ink); font: inherit; }
.sf-help-v1__hero button { min-height: 48px; padding: 0 24px; border: 0; border-radius: 11px; background: var(--io-red); color: #fff; font-weight: 850; cursor: pointer; }
.sf-help-v1__body { padding-top: 68px; padding-bottom: 100px; }
.sf-help-v1__head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
.sf-help-v1__head span { color: var(--io-red); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.sf-help-v1__head h2 { margin: 8px 0 0; font-size: clamp(32px,4vw,48px); letter-spacing: -.055em; }
.sf-help-v1__head > a { color: var(--io-ink); font-size: 11px; font-weight: 850; text-decoration: none; }
.sf-help-v1__faq { display: grid; gap: 9px; }
.sf-help-v1__faq details { overflow: hidden; border: 1px solid var(--io-line); border-radius: 15px; background: #fff; }
.sf-help-v1__faq summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 22px; color: var(--io-ink); font-size: 14px; font-weight: 850; cursor: pointer; list-style: none; }
.sf-help-v1__faq summary::-webkit-details-marker { display: none; }
.sf-help-v1__faq summary span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 50%; background: #f2f1ed; color: var(--io-red); font-size: 18px; transition: transform .2s ease; }
.sf-help-v1__faq details[open] summary span { transform: rotate(45deg); }
.sf-help-v1__faq details > div { padding: 0 22px 22px; }
.sf-help-v1__faq p { max-width: 850px; margin: 0; color: var(--io-muted); line-height: 1.75; }
.sf-help-v1__routes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; margin-top: 36px; }
.sf-help-v1__routes a { position: relative; min-height: 130px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; border-radius: 16px; background: var(--io-ink); color: #fff; text-decoration: none; }
.sf-help-v1__routes small { color: rgba(255,255,255,.45); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.sf-help-v1__routes strong { margin-top: 7px; font-size: 15px; }
.sf-help-v1__routes a > span { position: absolute; top: 18px; right: 19px; color: #ff7c82; font-size: 20px; }
@media (max-width: 760px) {
  .sf-help-v1__hero { padding: 36px 0 48px; }
  .sf-help-v1__hero h1 { font-size: 43px; }
  .sf-help-v1__hero form { grid-template-columns: 1fr; }
  .sf-help-v1__hero button { width: 100%; }
  .sf-help-v1__body { padding-top: 48px; padding-bottom: 70px; }
  .sf-help-v1__head { align-items: flex-start; flex-direction: column; }
  .sf-help-v1__routes { grid-template-columns: 1fr; }
}

/* ERROR AND ORDER COMPLETION */
.sf-error-v1__page { min-height: 650px; display: grid; align-items: center; padding: 80px 0 100px; background: var(--io-ink); color: #fff; }
.sf-error-v1__grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 90px; }
.sf-error-v1__code { display: block; margin-bottom: -25px; color: rgba(255,255,255,.055); font-size: clamp(120px,18vw,230px); font-weight: 950; line-height: .8; letter-spacing: -.1em; }
.sf-error-v1__eyebrow { margin: 0 0 14px; color: #ff7c82; font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.sf-error-v1 h1 { max-width: 740px; margin: 0; color: #fff; font-size: clamp(40px,5.3vw,68px); line-height: 1; letter-spacing: -.065em; }
.sf-error-v1 section > p:last-of-type { max-width: 650px; margin: 21px 0 0; color: rgba(255,255,255,.6); line-height: 1.75; }
.sf-error-v1__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.sf-error-v1__actions a { min-height: 48px; display: inline-flex; align-items: center; padding: 0 21px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; font-size: 11px; font-weight: 850; text-decoration: none; }
.sf-error-v1__actions a:first-child { border-color: var(--io-red); background: var(--io-red); }
.sf-error-v1 aside { display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.055); }
.sf-error-v1 aside > span { padding: 21px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.sf-error-v1 aside a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 21px; border-bottom: 1px solid rgba(255,255,255,.08); color: #fff; font-size: 12px; font-weight: 750; text-decoration: none; }
.sf-error-v1 aside a:last-child { border-bottom: 0; }
.sf-error-v1 aside a:hover { background: rgba(255,255,255,.06); }
.sf-error-v1 aside b { color: #ff7c82; }

.sf2-success-v3-page { padding-top: 70px; padding-bottom: 100px; }
.sf2-success-v3-card { overflow: hidden; border: 1px solid var(--io-line); border-radius: 25px; background: #fff; box-shadow: var(--io-shadow); }
.sf2-success-v3-main { position: relative; padding: 50px; }
.sf2-success-v3-main::after { position: absolute; width: 340px; height: 340px; top: -220px; right: -170px; border: 60px solid rgba(210,31,43,.08); border-radius: 50%; content: ""; }
.sf2-success-v3-icon { background: var(--io-red); box-shadow: 0 14px 34px rgba(210,31,43,.2); }
.sf2-success-v3-eyebrow { color: var(--io-red); letter-spacing: .16em; }
.sf2-success-v3-main h1 { max-width: 760px; font-size: clamp(38px,5vw,62px); line-height: 1.03; letter-spacing: -.06em; }
.sf2-success-v3-meta { overflow: hidden; border: 1px solid var(--io-line); border-radius: 16px; background: #fafaf7; }
.sf2-success-v3-meta > div { border-color: var(--io-line); }
.sf2-success-v3-note { border-radius: 16px; background: #f1f8f2; }
.sf2-success-v3-actions__primary { background: var(--io-red); }
.sf2-success-v3-actions__primary:hover { background: var(--io-red-dark); }
.sf2-success-v3-actions__secondary { border-color: #d6d5cf; }

@media (max-width: 760px) {
  .sf-error-v1__page { padding: 55px 0 70px; }
  .sf-error-v1__grid { grid-template-columns: 1fr; gap: 42px; }
  .sf-error-v1__code { font-size: 130px; }
  .sf-error-v1 h1 { font-size: 42px; }
  .sf-error-v1__actions { flex-direction: column; }
  .sf-error-v1__actions a { justify-content: center; }
  .sf2-success-v3-page { padding-top: 40px; padding-bottom: 70px; }
  .sf2-success-v3-main { padding: 30px 20px; }
  .sf2-success-v3-meta { display: grid; }
}

/* CORPORATE CONTENT */
.sf-content-v1__hero { position: relative; overflow: hidden; padding: 50px 0 70px; background: var(--io-ink); color: #fff; }
.sf-content-v1__hero::after { position: absolute; width: 520px; height: 520px; right: -220px; top: -310px; border: 90px solid rgba(210,31,43,.16); border-radius: 50%; content: ""; }
/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront_redesign_v1.css */
.sf-content-v1__hero nav { display: flex; gap: 9px; margin-bottom: 44px; color: rgba(255,255,255,.45); font-size: 10px; }
.sf-content-v1__hero nav a { color: rgba(255,255,255,.65); text-decoration: none; }
.sf-content-v1__hero nav strong { color: #fff; }
.sf-content-v1__eyebrow { color: #ff7c82; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.sf-content-v1__hero h1 { max-width: 850px; margin: 16px 0 18px; color: #fff; font-size: clamp(42px,5.7vw,72px); line-height: 1; letter-spacing: -.065em; }
.sf-content-v1__hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.7; }
.sf-content-v1__body { padding-top: 72px; padding-bottom: 100px; }
.sf-content-v1__intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; padding-bottom: 52px; }
.sf-content-v1__intro h2 { margin: 0; font-size: 34px; letter-spacing: -.045em; }
.sf-content-v1__intro p { margin: 0; color: var(--io-muted); font-size: 16px; line-height: 1.8; }
.sf-content-v1__cards,
.sf-content-v1__contact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.sf-content-v1__cards article,
.sf-content-v1__contact-grid article { min-height: 240px; padding: 28px; border: 1px solid var(--io-line); border-radius: 19px; background: #fff; }
.sf-content-v1__cards b { color: var(--io-red); font-size: 12px; }
.sf-content-v1__cards h3,
.sf-content-v1__contact-grid h2 { margin: 52px 0 10px; font-size: 22px; letter-spacing: -.035em; }
.sf-content-v1__cards p,
.sf-content-v1__contact-grid p { margin: 0; color: var(--io-muted); line-height: 1.65; }
.sf-content-v1__contact-grid small { color: var(--io-red); font-weight: 900; letter-spacing: .13em; }
.sf-content-v1__contact-grid h2 { overflow-wrap: anywhere; }
.sf-content-v1__contact-grid h2 a { color: var(--io-ink); text-decoration: none; }
.sf-content-v1__contact-grid h2 a:hover { color: var(--io-red); }
.sf-content-v1__steps { display: grid; gap: 12px; max-width: 950px; margin: auto; }
.sf-content-v1__steps article { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 28px; border: 1px solid var(--io-line); border-radius: 18px; background: #fff; }
.sf-content-v1__steps article > span { color: var(--io-red); font-size: 28px; font-weight: 900; }
.sf-content-v1__steps h2 { margin: 0 0 8px; font-size: 22px; letter-spacing: -.035em; }
.sf-content-v1__steps p { margin: 0; color: var(--io-muted); line-height: 1.65; }
.sf-content-v1__legal { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.sf-content-v1__legal section { padding: 30px; border: 1px solid var(--io-line); border-radius: 19px; background: #fff; }
.sf-content-v1__legal h2 { margin: 0 0 14px; font-size: 22px; letter-spacing: -.035em; }
.sf-content-v1__legal p { margin: 0; color: var(--io-muted); line-height: 1.75; }
.sf-site-footer__grid { grid-template-columns: 1.4fr repeat(3,minmax(0,.65fr)); }

@media (max-width: 900px) {
  .sf-content-v1__cards,
  .sf-content-v1__contact-grid { grid-template-columns: 1fr; }
  .sf-content-v1__cards article,
  .sf-content-v1__contact-grid article { min-height: 190px; }
  .sf-site-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .sf-content-v1__hero { padding: 36px 0 48px; }
  .sf-content-v1__hero nav { margin-bottom: 32px; }
  .sf-content-v1__hero h1 { font-size: 43px; }
  .sf-content-v1__body { padding-top: 48px; padding-bottom: 70px; }
  .sf-content-v1__intro { grid-template-columns: 1fr; gap: 18px; }
  .sf-content-v1__legal { grid-template-columns: 1fr; }
  .sf-content-v1__steps article { grid-template-columns: 50px 1fr; gap: 12px; padding: 22px 17px; }
  .sf-site-footer__grid { grid-template-columns: 1fr; }
}

/* CUSTOMER ACCOUNT */
.sf-account-v1 { background: linear-gradient(180deg,#ecebe6 0,#f5f4f0 340px); }
.sf-account-v1__page { padding-top: 58px; padding-bottom: 100px; }

.sf-account-v1 h1 { margin-bottom: 12px; color: var(--io-ink); font-size: clamp(34px,4vw,52px); line-height: 1.04; letter-spacing: -.055em; }
.sf-account-v1__lead { color: var(--io-muted); line-height: 1.65; opacity: 1; }
.sf-account-v1__auth-card { position: relative; overflow: hidden; width: min(100%,650px); padding: 42px; border: 1px solid var(--io-line); border-radius: 24px; background: #fff; box-shadow: var(--io-shadow); }
.sf-account-v1__auth-card::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg,var(--io-red) 0 32%,var(--io-ink) 32%); content: ""; }
.sf-account-v1__form { gap: 18px; margin-top: 28px; }
.sf-account-v1__form label { color: #34383d; font-size: 12px; }
.sf-account-v1__form input,
.sf-account-v1__form textarea { border: 1px solid #dcdcd7; border-radius: 12px; background: #fafaf7; transition: border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.sf-account-v1__form input:focus,
.sf-account-v1__form textarea:focus { outline: 0; border-color: var(--io-ink); background: #fff; box-shadow: 0 0 0 4px rgba(22,25,29,.06); }


.sf-account-v1__switch { color: var(--io-muted); }
.sf-account-v1__switch a { color: var(--io-red); font-weight: 800; }
.sf-account-v1__account-head { align-items: end; margin-bottom: 31px; padding-bottom: 26px; border-bottom: 1px solid #d9d7d0; }
.sf-account-v1__cards { gap: 14px; }
.sf-account-v1__metric { position: relative; min-height: 170px; padding: 27px; overflow: hidden; border: 1px solid var(--io-line); border-radius: 19px; background: #fff; transition: transform .2s ease,box-shadow .2s ease; }
.sf-account-v1__metric::after { position: absolute; right: 22px; bottom: 18px; color: var(--io-red); font-size: 22px; content: "→"; }
.sf-account-v1__metric:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(22,25,29,.09); }
.sf-account-v1__metric strong { color: var(--io-ink); font-size: 35px; letter-spacing: -.05em; }
.sf-account-v1__metric small { color: var(--io-muted); opacity: 1; }
.sf-account-v1__panel,
.sf-account-v1__order,
.sf-account-v1__empty,
.sf-account-v1__vehicle-card,
.sf-account-v1__vehicle-form-card,
.sf-order-action-v1__panel,
.sf-reorder-v1__bridge { border: 1px solid var(--io-line); border-radius: 20px; background: #fff; box-shadow: none; }
.sf-account-v1__panel { padding: 30px; }
.sf-account-v1__details div { border-color: #ebeae5; }
.sf-account-v1__order { padding: 23px; transition: border-color .2s ease,box-shadow .2s ease; }
.sf-account-v1__order:hover { border-color: #c9c7c0; box-shadow: 0 15px 36px rgba(22,25,29,.07); }
.sf-account-v1__order-no { color: var(--io-ink); font-size: 15px; }
.sf-account-v1__vehicle-grid { gap: 15px; }
.sf-account-v1__vehicle-card { padding: 27px; transition: transform .2s ease,box-shadow .2s ease; }
.sf-account-v1__vehicle-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(22,25,29,.08); }
.sf-account-v1__vehicle-plate { min-height: 36px; border-color: var(--io-ink); background: var(--io-ink); color: #fff; }
.sf-account-v1__vehicle-details div { border-color: #ebeae5; }
.sf-account-v1__vehicle-form-card { padding: 34px; }
.sf-account-v1__danger { border-color: #e5a9ad; color: var(--io-red-dark); }
.sf-account-v1__alert,
.sf-order-action-v1__error { border-color: #f2b9bd; background: #fff1f2; color: #841c24; }
.sf-order-action-v1__panel,
.sf-reorder-v1__bridge { padding: 34px; }
.sf-favorites-v1__card { border-color: var(--io-line); border-radius: 18px; box-shadow: none; }

@media (max-width: 760px) {
  .sf-account-v1__page { padding-top: 38px; padding-bottom: 70px; }
  .sf-account-v1__auth-card { padding: 30px 21px; border-radius: 19px; }
  .sf-account-v1__account-head { align-items: flex-start; flex-direction: column; }
  .sf-account-v1__cards,
  .sf-account-v1__vehicle-grid,
  .sf-account-v1__grid,
  .sf-account-v1__details { grid-template-columns: 1fr; }
  .sf-account-v1__order { grid-template-columns: 1fr; }
  .sf-account-v1__order-meta { text-align: left; }
  .sf-account-v1__vehicle-form-card,
  .sf-order-action-v1__panel,
  .sf-reorder-v1__bridge { padding: 24px 18px; }
}

@media (max-width: 390px) {
  .sf-home-hero__content h1 { font-size: 39px; }
  .sf-product-grid { grid-template-columns: 1fr; }
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
  .sf-rd-brand-list { grid-template-columns: 1fr; }
}

/* DISCOVERY, CART AND CHECKOUT */
.sf-search2-hero,
.sfc-final-index__hero,
.sfc-hero,
.sfb-index-hero,
.sfb-hero,
.sfp-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: var(--io-ink);
  color: #fff;
}
.sf-search2-hero::after,
.sfc-final-index__hero::after,
.sfc-hero::after,
.sfb-index-hero::after,
.sfb-hero::after,
.sfp-hero::after {
  position: absolute; width: 440px; height: 440px; right: -210px; top: -260px;
  border: 76px solid rgba(210,31,43,.15); border-radius: 50%; content: "";
}
/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront_redesign_v1.css */
.sf-search2-hero h1,
.sfc-final-index__hero h1,
.sfc-hero h1,
.sfb-index-hero h1,
.sfb-hero h1,
.sfp-hero h1 { color: #fff; letter-spacing: -.055em; }
.sf-search2-hero p,
.sfc-final-index__hero p,
.sfc-hero p,
.sfb-index-hero p,
.sfb-hero p,
.sfp-hero p { color: rgba(255,255,255,.62); }
.sf-search2-breadcrumb,
.sfc-breadcrumb,
.sfb-breadcrumb { color: rgba(255,255,255,.5); }
.sf-search2-breadcrumb a,
.sfc-breadcrumb a,
.sfb-breadcrumb a { color: rgba(255,255,255,.7); }
.sf-search2-breadcrumb strong,
.sfc-breadcrumb strong,
.sfb-breadcrumb strong { color: #fff; }
.sf-search2-form__box { padding: 6px; border: 0; border-radius: 16px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.sf-search2-form__box input { min-height: 52px; }
.sf-search2-form__box button { border-radius: 12px; background: var(--io-red); }
.sf-product-skeleton {
  display: grid;
  gap: 13px;
  min-height: 390px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #e6e8ec;
  border-radius: 18px;
  background: #fff;
}
.sf-product-skeleton__image,
.sf-product-skeleton__line {
  display: block;
  border-radius: 10px;
  background: linear-gradient(100deg, #edf0f3 30%, #f8f9fa 48%, #edf0f3 66%);
  background-size: 300% 100%;
  animation: sf-product-loading 1.35s ease-in-out infinite;
}
.sf-product-skeleton__image { min-height: 210px; }
.sf-product-skeleton__line { width: 100%; height: 16px; }
.sf-product-skeleton__line--short { width: 42%; height: 12px; }
.sf-product-skeleton__line--price { width: 58%; height: 24px; margin-top: 8px; }
@keyframes sf-product-loading {
  from { background-position: 100% 0; }
  to { background-position: 0 0; }
}
.sf-search2-results,
.sfc-final-index__content,
.sfb-index-content,
.sfc-catalog,
.sfb-catalog { padding-top: 54px; padding-bottom: 90px; }
.sf-search2-count,
.sfc-final-index__meta,
.sfb-index-stat { border-radius: 14px; background: rgba(255,255,255,.08); color: #fff; }

.sfc-final-category-grid,
.sfb-brand-grid { gap: 14px; }
.sfc-final-category-card,
.sfb-brand-card { border: 1px solid var(--io-line); border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.sfc-final-category-card:hover,
.sfb-brand-card:hover { transform: translateY(-4px); border-color: #cbc8c0; box-shadow: 0 20px 45px rgba(22,25,29,.09); }
.sfc-final-category-card__index { background: var(--io-ink); color: #fff; }
.sfb-brand-card__visual { border-radius: 14px; background: #f5f5f2; }
.sfb-brand-search { border-radius: 15px; background: #fff; box-shadow: var(--io-shadow); }

.sfc-filters,
.sfb-filters { border: 1px solid var(--io-line); border-radius: 18px; background: #fff; }
.sfc-toolbar,
.sfb-toolbar { border: 1px solid var(--io-line); border-radius: 15px; background: #fff; }
.sfc-product-grid,
.sfb-product-grid { gap: 15px; }
.sfc-mobile-filter,
.sfb-mobile-filter { border-radius: 12px; background: var(--io-ink); color: #fff; }

.sfp-hero { padding: 66px 0 58px; }
.sfp-hero__content h1 { font-size: clamp(42px,5vw,68px); line-height: 1; }
.sfp-hero__content h1 em { color: #fff; text-decoration-color: var(--io-red); }
.sfp-hero__aside { border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.07); box-shadow: 0 25px 60px rgba(0,0,0,.18); }
.sfp-hero__aside strong { color: #fff; }
.sfp-hero__trust span { color: rgba(255,255,255,.62); }
.sfp-workspace { padding-top: 54px; padding-bottom: 90px; }
.sfp-card { border: 1px solid var(--io-line); border-radius: 19px; background: #fff; box-shadow: none; }
.sfp-summary__sticky { border-radius: 19px; }
.sfp-intent-grid button,
.sfp-question-options button { border-radius: 13px; }

.sf2-cart-page,
.sf-checkout-page { padding-top: 34px; padding-bottom: 90px; }
.sf2-cart-heading,
.sf-page-heading { max-width: 800px; margin-bottom: 30px; }
.sf2-cart-heading h1,
.sf-page-heading h1 { font-size: clamp(35px,4.6vw,56px); letter-spacing: -.055em; }
.sf2-cart-steps { overflow: hidden; border: 1px solid var(--io-line); border-radius: 14px; background: #fff; }
.sf2-cart-steps span { min-height: 48px; }
.sf2-cart-steps .is-active { background: var(--io-ink); color: #fff; }
.sf2-cart-panel,
.sf2-cart-summary,
.sf-checkout-card,
.sf-cart-summary { border: 1px solid var(--io-line); border-radius: 19px; background: #fff; box-shadow: none; }
.sf2-cart-summary,
.sf-cart-summary { position: sticky; top: 22px; }
.sf2-cart-summary__head,
.sf-checkout-card > h2 { letter-spacing: -.025em; }
.sf-primary-button { border-radius: 12px; background: var(--io-red); box-shadow: 0 10px 24px rgba(210,31,43,.18); }
.sf-primary-button:hover { background: var(--io-red-dark); }
.sf-form-grid input,
.sf-form-grid textarea,
.sf-checkout-form input,
.sf-checkout-form textarea { border: 1px solid #dcdcd7; border-radius: 11px; background: #fafaf7; }
.sf-form-grid input:focus,
.sf-form-grid textarea:focus,
.sf-checkout-form input:focus,
.sf-checkout-form textarea:focus { border-color: var(--io-ink); background: #fff; box-shadow: 0 0 0 4px rgba(22,25,29,.06); }
.sf-checkout-note,
.sf2-cart-verification { border-radius: 13px; background: #fff5f5; color: #6d292e; }

.sf-site-footer { border-top: 0; background: var(--io-ink); color: #fff; }
.sf-site-footer__grid { padding-top: 60px; padding-bottom: 52px; }
.sf-site-footer .sf-site-brand__copy strong,
.sf-site-footer__column > strong { color: #fff; }
.sf-site-footer__brand p,
.sf-site-footer__column a,
.sf-site-footer__column span,
.sf-site-footer__bottom { color: rgba(255,255,255,.54); }
.sf-site-footer__column a:hover { color: #fff; }
.sf-site-footer__bottom { border-color: rgba(255,255,255,.1); }

@media (max-width: 760px) {
  .sf-search2-results,
  .sfc-final-index__content,
  .sfb-index-content,
  .sfc-catalog,
  .sfb-catalog,
  .sfp-workspace { padding-top: 36px; padding-bottom: 64px; }
  .sf-search2-hero,
  .sfc-final-index__hero,
  .sfc-hero,
  .sfb-index-hero,
  .sfb-hero,
  .sfp-hero { padding-top: 38px; padding-bottom: 38px; }
  .sfp-hero__content h1 { font-size: 42px; }
  .sf2-cart-summary,
  .sf-cart-summary { position: static; }
}
.sf-checkout-consent {
  display: grid !important;
  grid-template-columns: 22px minmax(0,1fr);
  align-items: start;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--io-line);
  border-radius: 12px;
  background: #f8f9fa;
  color: var(--io-muted);
  font-size: 13px;
  line-height: 1.55;
}
.sf-checkout-consent input { width: 18px; min-height: 18px !important; margin: 2px 0 0; accent-color: var(--io-red); }
.sf-checkout-consent a { color: var(--io-ink); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }

/* IPEK OTO SIMPLE COMMERCE V1 */
.sf-home-v2 { background: #fff; }
.sf-home-v2 .sf-site-topline { display: none; }
.sf-home-v2 .sf-site-header__main { min-height: 72px; }
.sf-home-v2 .sf-site-brand__mark { width: 42px; height: 42px; border-radius: 8px; box-shadow: none; }
.sf-home-v2 .sf-site-search { border-radius: 6px; background: #fff; }
.sf-home-v2 .sf-site-search input { min-height: 46px; }
.sf-home-v2 .sf-site-search button { min-height: 38px; border-radius: 4px; }
.sf-home-v2 .sf-site-action--cart { border-radius: 5px; }
.sf-home-v2 .sf-site-nav__inner { min-height: 42px; }
.sf-simple-hero { padding: 46px 0 50px; background: #f3f4f6; color: var(--io-ink); }
.sf-simple-hero::before,
.sf-simple-hero::after { display: none; }
/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront_redesign_v1.css */
.sf-simple-hero .sf-home-kicker { color: var(--io-red); }
.sf-simple-hero h1 { margin: 10px 0 8px; color: var(--io-ink); font-size: clamp(34px,4vw,50px); letter-spacing: -.045em; }
.sf-simple-hero p { margin: 0; color: var(--io-muted); }
.sf-simple-hero .sf-home-search { max-width: 760px; margin: 22px auto 0; text-align: left; }
.sf-simple-hero .sf-home-search > label { color: var(--io-ink); }
.sf-simple-hero .sf-home-search__box { border: 1px solid #cfd2d7; border-radius: 6px; box-shadow: 0 5px 18px rgba(22,25,29,.08); }
.sf-simple-hero .sf-home-search__box button { border-radius: 4px; }
.sf-simple-finder { border-bottom: 1px solid #e2e4e8; background: #fff; }
.sf-simple-finder__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sf-simple-finder__inner > div { display: grid; gap: 4px; }
.sf-simple-finder__inner strong { font-size: 17px; }
.sf-simple-finder__inner span { color: var(--io-muted); font-size: 13px; }
.sf-simple-finder__inner > a { min-height: 42px; display: inline-flex; align-items: center; gap: 14px; padding: 0 18px; border-radius: 4px; background: var(--io-red); color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.sf-home-v2 .sf-rd-category-strip { padding: 42px 0 26px; background: #fff; }
.sf-home-v2 .sf-rd-category-strip__head { margin-bottom: 17px; }
.sf-home-v2 .sf-rd-category-strip__head h2 { margin-top: 5px; font-size: 27px; letter-spacing: -.035em; }
.sf-home-v2 .sf-rd-category-grid { gap: 8px; }
.sf-home-v2 .sf-rd-category-grid a { min-height: 86px; justify-content: center; padding: 15px 16px; border-radius: 5px; }
.sf-home-v2 .sf-rd-category-grid a::before { top: 14px; left: 15px; width: 5px; height: 5px; }
.sf-home-v2 .sf-rd-category-grid a > span { top: 12px; right: 14px; font-size: 18px; }
.sf-home-v2 .sf-rd-category-grid strong { font-size: 14px; }
.sf-home-v2 .sf-rd-category-grid small { font-size: 11px; }
.sf-home-v2 .sf-home-catalog { padding-top: 34px; padding-bottom: 80px; }
.sf-home-v2 .sf-home-section-head { align-items: center; margin-bottom: 14px; }
.sf-home-v2 .sf-home-section-head h2 { margin-top: 5px; font-size: 29px; letter-spacing: -.035em; }
.sf-home-v2 .sf-home-section-head__count { padding: 8px 12px; border-radius: 4px; background: #f1f2f4; color: var(--io-ink); }
.sf-home-v2 .sf-home-section-head__count strong { color: var(--io-ink); font-size: 12px; }
.sf-home-v2 .sf-home-catalog__toolbar { justify-content: flex-start; gap: 18px; min-height: 40px; margin-bottom: 14px; border: 0; background: transparent; }
.sf-home-v2 .sf-home-catalog__toolbar a { color: var(--io-muted); font-size: 12px; font-weight: 700; text-decoration: none; }
.sf-home-v2 .sf-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
.sf-home-v2 .sf-cart-add-button { border-radius: 4px; }
@media (max-width: 980px) {
  .sf-home-v2 .sf-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .sf-simple-hero { padding: 34px 0 38px; }
  .sf-simple-hero h1 { font-size: 35px; }
  .sf-simple-finder__inner { align-items: stretch; flex-direction: column; padding-top: 18px; padding-bottom: 18px; }
  .sf-simple-finder__inner > a { justify-content: space-between; }
  .sf-home-v2 .sf-rd-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sf-home-v2 .sf-rd-category-grid a { min-height: 94px; }
  .sf-home-v2 .sf-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
}

/* REFERENCE-LED COMMERCE HOME V2 */
.sf-home-v2 .sf-site-topline { display: block; background: var(--io-red); }
.sf-home-v2 .sf-site-topline__inner { min-height: 30px; color: #fff; }
.sf-home-v2 .sf-site-topline__status i { background: #fff; box-shadow: none; }
.sf-home-v2 .sf-site-header__main { min-height: 78px; }
.sf-home-v2 .sf-site-brand__mark { width: 48px; height: 48px; background: #fff; }
.sf-home-v2 .sf-site-brand__copy strong { font-size: 23px; }
.sf-home-v2 .sf-site-search { max-width: 650px; border: 1px solid #d4d7dc; }
.sf-home-v2 .sf-site-nav { background: #20242a; border: 0; }
.sf-home-v2 .sf-site-nav__inner { min-height: 46px; }
.sf-home-v2 .sf-site-nav a,
.sf-home-v2 .sf-site-nav__reassurance { color: #fff; }
.sf-home-v2 .sf-site-nav a[aria-current="page"] { color: #fff; }
.sf-home-v2 .sf-site-nav a:first-child { display: none; }
.sf-home-v2 .sf-site-nav a:nth-child(2) { margin-left: -12px; padding: 13px 18px; background: var(--io-red); }
.sf-home-v2 .sf-site-nav a::after { bottom: -13px; }
.sf-commerce-hero { padding: 28px 0; background: #eef0f3; }
.sf-commerce-hero__grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.55fr); gap: 18px; }
.sf-vehicle-box { padding: 25px; border-radius: 7px; background: #20242a; color: #fff; box-shadow: 0 12px 30px rgba(22,25,29,.16); }
.sf-vehicle-box .sf-home-kicker { color: #ff9da3; }
.sf-vehicle-box h1 { margin: 8px 0 7px; color: #fff; font-size: 28px; letter-spacing: -.035em; }
.sf-vehicle-box > p { margin: 0 0 18px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
.sf-vehicle-box label { position: relative; display: block; margin-top: 9px; }
.sf-vehicle-box label > span { position: absolute; z-index: 1; top: 50%; left: 13px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #f0f1f3; color: #5d6269; font-size: 10px; font-weight: 900; transform: translateY(-50%); }
.sf-vehicle-box select { width: 100%; min-height: 48px; padding: 0 38px 0 47px; border: 1px solid transparent; border-radius: 5px; background: #fff; color: #262a30; font: inherit; font-size: 13px; }
.sf-vehicle-box select:disabled { background: #cfd2d6; color: #777c83; }
.sf-vehicle-box button { width: 100%; min-height: 48px; margin-top: 12px; border: 0; border-radius: 5px; background: var(--io-red); color: #fff; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }
.sf-vehicle-box button:disabled { background: #4a5059; color: #8e949c; cursor: not-allowed; }
.sf-vehicle-box > small { min-height: 17px; display: block; margin-top: 9px; color: rgba(255,255,255,.55); font-size: 10px; }
.sf-commerce-search-panel { position: relative; overflow: hidden; min-height: 390px; padding: 52px 48px; border-radius: 7px; background: linear-gradient(115deg,#fff 0%,#fff 58%,#eceef1 58%,#dadddf 100%); }
.sf-commerce-search-panel::after { position: absolute; right: -80px; bottom: -145px; width: 390px; height: 390px; border: 70px solid rgba(210,31,43,.11); border-radius: 50%; content: ""; }
.sf-commerce-search-panel > * { position: relative; z-index: 1; }
.sf-commerce-search-panel .sf-home-kicker { color: var(--io-red); }
.sf-commerce-search-panel h2 { max-width: 580px; margin: 10px 0 9px; font-size: clamp(32px,4vw,48px); line-height: 1.04; letter-spacing: -.05em; }
.sf-commerce-search-panel > p { max-width: 620px; margin: 0; color: var(--io-muted); line-height: 1.6; }
.sf-commerce-search-panel .sf-home-search { max-width: 700px; margin-top: 25px; }
.sf-commerce-search-panel .sf-home-search > label { color: var(--io-ink); }
.sf-commerce-search-panel .sf-home-search__box { border: 2px solid #cdd0d5; border-radius: 6px; box-shadow: 0 8px 24px rgba(22,25,29,.1); }
.sf-commerce-search-panel .sf-home-search__box button { border-radius: 4px; }
.sf-commerce-benefits { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; color: #545960; font-size: 11px; font-weight: 700; }
.sf-commerce-benefits b { color: #159447; }
.sf-commerce-search-panel > a { display: inline-flex; gap: 8px; margin-top: 27px; color: var(--io-ink); font-size: 12px; font-weight: 850; text-decoration: none; }
.sf-commerce-search-panel > a span { color: var(--io-red); }
.sf-brand-rail { padding: 18px 0; border-bottom: 1px solid #e2e4e8; background: #fff; }
.sf-brand-rail__inner { display: grid; grid-template-columns: repeat(11,minmax(0,1fr)); gap: 8px; }
.sf-brand-rail a { min-width: 0; display: grid; justify-items: center; gap: 6px; color: #454a51; font-size: 9px; font-weight: 750; text-align: center; text-decoration: none; }
.sf-brand-rail img,
.sf-brand-rail b { width: 55px; height: 55px; display: grid; place-items: center; object-fit: contain; padding: 8px; border: 1px solid #d9dce0; border-radius: 50%; background: #fff; color: var(--io-red); font-size: 13px; }
.sf-brand-rail a:hover img,
.sf-brand-rail a:hover b { border-color: var(--io-red); }
.sf-brand-rail span { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sf-home-v2 .sf-rd-category-strip { background: #f6f7f8; }
.sf-home-v2 .sf-rd-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.sf-home-v2 .sf-rd-category-grid a { min-height: 116px; padding-top: 32px; background: #fff; }
.sf-home-v2 .sf-home-catalog { width: min(1240px,calc(100% - 48px)); }
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
.sf-home-v2 .sf-stock { border-radius: 3px; }
@media (max-width: 1060px) {
  .sf-commerce-hero__grid { grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); }
  .sf-commerce-search-panel { padding: 40px 32px; }
  .sf-brand-rail__inner { grid-template-columns: repeat(6,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .sf-home-v2 .sf-site-topline { display: none; }
  .sf-commerce-hero { padding: 14px 0 20px; }
  .sf-commerce-hero__grid { grid-template-columns: 1fr; }
  .sf-commerce-search-panel { min-height: 0; padding: 30px 20px; background: #fff; }
  .sf-commerce-search-panel h2 { font-size: 32px; }
  .sf-commerce-search-panel .sf-home-search__box { display: grid; grid-template-columns: 32px minmax(0,1fr); }
  .sf-commerce-search-panel .sf-home-search__box button { grid-column: 1/-1; width: 100%; }
  .sf-brand-rail__inner { display: flex; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x proximity; }
  .sf-brand-rail a { min-width: 76px; scroll-snap-align: start; }
  .sf-home-v2 .sf-rd-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

/* IPEK OTO LIGHT COMMERCE THEME V1 */
.sf-home-v2 .sf-site-topline { border-bottom: 1px solid #f1c8cc; background: #fff3f4; }
.sf-home-v2 .sf-site-topline__inner { color: #7e252d; }
.sf-home-v2 .sf-site-topline__status i { background: #2aaa60; }
.sf-home-v2 .sf-site-nav { border-top: 1px solid #e3e5e8; border-bottom: 1px solid #e3e5e8; background: #fff; }
.sf-home-v2 .sf-site-nav a,
.sf-home-v2 .sf-site-nav__reassurance { color: #3d4249; }
.sf-home-v2 .sf-site-nav a[aria-current="page"] { color: #3d4249; }
.sf-home-v2 .sf-site-nav a:nth-child(2) { background: var(--io-red); color: #fff; }
.sf-commerce-hero { background: #f4f6f8; }
.sf-vehicle-box { border: 1px solid #dfe2e6; border-top: 4px solid var(--io-red); background: #fff; color: var(--io-ink); box-shadow: 0 8px 24px rgba(37,43,50,.08); }
.sf-vehicle-box .sf-home-kicker { color: var(--io-red); }
.sf-vehicle-box h1 { color: var(--io-ink); }
.sf-vehicle-box > p { color: #6d7279; }
.sf-vehicle-box label > span { background: #fff0f1; color: var(--io-red); }
.sf-vehicle-box select { border-color: #d8dbe0; background: #fff; }
.sf-vehicle-box select:disabled { border-color: #e5e7ea; background: #f0f1f3; color: #969ba2; }
.sf-vehicle-box button:disabled { background: #e3e5e8; color: #979ca3; }
.sf-vehicle-box > small { color: #737980; }
.sf-commerce-search-panel { border: 1px solid #e0e3e7; background: linear-gradient(115deg,#fff 0%,#fff 62%,#f2f3f5 62%,#e7eaed 100%); }

/* HOMEPAGE CAMPAIGN SHOWCASE V1 */
.sf-campaign-showcase { position: relative; min-width: 0; height: 390px; overflow: hidden; border: 1px solid #dfe2e6; border-radius: 7px; background: #fff; box-shadow: 0 8px 24px rgba(37,43,50,.07); }
.sf-campaign-track { position: absolute; inset: 0; }
.sf-campaign-card { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; border-radius: 7px; background: #fff; color: var(--io-ink); isolation: isolate; text-decoration: none; opacity: 0; visibility: hidden; transform: translateX(3%); transition: opacity .45s ease,transform .55s cubic-bezier(.22,.61,.36,1),visibility .45s; }
.sf-campaign-card.is-active { z-index: 1; opacity: 1; visibility: visible; transform: translateX(0); }
.sf-campaign-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transition: transform .35s ease; }
.sf-campaign-card:hover > img { transform: scale(1.018); }
.sf-campaign-card__shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 35%,rgba(255,255,255,.62) 53%,rgba(255,255,255,.03) 76%); }
.sf-campaign-card__content { width: 51%; display: flex; flex-direction: column; align-items: flex-start; padding: 44px 48px; }
.sf-campaign-card__content small { margin-bottom: 7px; color: var(--io-red); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.sf-campaign-card__content strong { font-size: clamp(30px,3.2vw,46px); line-height: 1.02; letter-spacing: -.05em; }
.sf-campaign-card__content em { max-width: 330px; margin-top: 11px; color: #626870; font-size: 13px; font-style: normal; line-height: 1.5; }
.sf-campaign-card__content b { display: inline-flex; align-items: center; gap: 8px; margin-top: 23px; padding: 12px 17px; border-radius: 4px; background: var(--io-red); color: #fff; font-size: 11px; font-weight: 900; }
.sf-campaign-card__content b i { color: #fff; font-size: 15px; font-style: normal; transition: transform .2s ease; }
.sf-campaign-card:hover .sf-campaign-card__content b i { transform: translateX(3px); }
.sf-campaign-control { position: absolute; z-index: 3; top: 50%; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(38,43,49,.15); border-radius: 50%; background: rgba(255,255,255,.93); color: #292e34; font: 700 27px/1 Arial,sans-serif; cursor: pointer; box-shadow: 0 6px 20px rgba(28,33,39,.13); transform: translateY(-50%); }
.sf-campaign-control:hover { border-color: var(--io-red); color: var(--io-red); }
.sf-campaign-control--prev { left: 14px; }
.sf-campaign-control--next { right: 14px; }
.sf-campaign-dots { position: absolute; z-index: 3; right: 18px; bottom: 18px; display: flex; gap: 7px; }
.sf-campaign-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #aeb3ba; cursor: pointer; transition: width .2s ease,background .2s ease; }
.sf-campaign-dots button.is-active { width: 25px; background: var(--io-red); }
@media (max-width: 1060px) {
  .sf-campaign-showcase { height: 390px; }
  .sf-campaign-card > img { object-position: 63% center; }
  .sf-campaign-card__content { width: 62%; padding: 34px 38px; }
}
@media (max-width: 760px) {
  .sf-campaign-showcase { height: 280px; }
  .sf-campaign-card__shade { background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 48%,rgba(255,255,255,.2) 82%); }
  .sf-campaign-card__content { width: 72%; padding: 26px 24px; }
  .sf-campaign-card__content strong { font-size: 24px; }
  .sf-campaign-card__content em { font-size: 10px; }
  .sf-campaign-control { width: 34px; height: 34px; font-size: 23px; }
  .sf-campaign-control--prev { left: 8px; }
  .sf-campaign-control--next { right: 8px; }
  .sf-campaign-dots { right: 12px; bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .sf-campaign-card { transition: none; }
}

.sf-site-footer { border-top: 1px solid #dfe2e6; background: #f3f5f7; color: var(--io-ink); }
.sf-site-footer .sf-site-brand__copy strong,
.sf-site-footer__column > strong { color: var(--io-ink); }
.sf-site-footer__brand p,
.sf-site-footer__column a,
.sf-site-footer__column span,
.sf-site-footer__bottom { color: #666c73; }
.sf-site-footer__column a:hover { color: var(--io-red); }
.sf-site-footer__bottom { border-color: #d9dde1; }

.sf2-detail-purchase-card { border: 1px solid #dfe2e6; background: #f7f8f9; color: var(--io-ink); }
.sf2-detail-price { color: var(--io-ink); }
.sf2-detail-price-stock small,
.sf2-detail-vat,
.sf2-detail-qty > span { color: #6f747b; }
.sf2-detail-stock--in { color: #167640; background: #e8f6ed; }
.sf2-detail-buy { border-color: #d9dde1; }

.sf-search2-hero,
.sfc-final-index__hero,
.sfc-hero,
.sfb-index-hero,
.sfb-hero,
.sfp-hero,
.sf-help-v1__hero,
.sf-content-v1__hero { border-bottom-color: #dde1e5; background: #f1f3f5; color: var(--io-ink); }
.sf-search2-hero h1,
.sfc-final-index__hero h1,
.sfc-hero h1,
.sfb-index-hero h1,
.sfb-hero h1,
.sfp-hero h1,
.sf-help-v1__hero h1,
.sf-content-v1__hero h1 { color: var(--io-ink); }
.sf-search2-hero p,
.sfc-final-index__hero p,
.sfc-hero p,
.sfb-index-hero p,
.sfb-hero p,
.sfp-hero p,
.sf-help-v1__hero p,
.sf-content-v1__hero p { color: #686e75; }
.sf-search2-breadcrumb,
.sfc-breadcrumb,
.sfb-breadcrumb,
.sf-content-v1__hero nav { color: #888d93; }
.sf-search2-breadcrumb a,
.sfc-breadcrumb a,
.sfb-breadcrumb a,
.sf-content-v1__hero nav a { color: #5f656c; }
.sf-search2-breadcrumb strong,
.sfc-breadcrumb strong,
.sfb-breadcrumb strong,
.sf-content-v1__hero nav strong { color: var(--io-ink); }
.sf-content-v1__eyebrow{ color: var(--io-red); }
.sf-help-v1__routes a { border: 1px solid #dfe2e6; background: #fff; color: var(--io-ink); }
.sf-help-v1__routes small { color: #777d84; }
.sf-help-v1__routes a > span { color: var(--io-red); }
@media (max-width: 760px) {
  .sf-home-v2 .sf-site-nav { background: #fff; }
}

/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
.sf-home-v2 .sf-card-type { font-size: 10px; }
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
.sf-home-v2 .sf-price { color: var(--io-red); font-size: 20px; font-weight: 900; }
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
.sf-home-v2 .sf-cart-add-button { min-height: 40px; background: var(--io-red); }
.sf-home-v2 .sf-cart-add-button:not(:disabled):hover { background: var(--io-red-dark); }
.sf-commerce-assurance { padding: 58px 0 66px; border-top: 1px solid #e0e3e7; background: #f4f6f8; }
.sf-commerce-assurance__head { max-width: 720px; }
.sf-commerce-assurance__head h2 { margin: 8px 0 0; font-size: clamp(27px,3vw,39px); letter-spacing: -.045em; }
.sf-commerce-assurance__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 25px; }
.sf-commerce-assurance__grid article { min-height: 150px; display: flex; gap: 16px; padding: 23px; border: 1px solid #dfe2e6; border-radius: 6px; background: #fff; }
.sf-commerce-assurance__grid article > b { color: var(--io-red); font-size: 13px; }
.sf-commerce-assurance__grid strong { font-size: 15px; }
.sf-commerce-assurance__grid p { margin: 8px 0 0; color: #6d737a; font-size: 12px; line-height: 1.6; }
.sf-commerce-assurance__links { display: flex; gap: 10px; margin-top: 17px; }
.sf-commerce-assurance__links a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid #d3d7dc; border-radius: 4px; background: #fff; color: #444a51; font-size: 11px; font-weight: 800; text-decoration: none; }
.sf-commerce-assurance__links a:first-child { border-color: var(--io-red); background: var(--io-red); color: #fff; }
@media (max-width: 760px) {
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
  /* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
  .sf-commerce-assurance { padding: 42px 0 48px; }
  .sf-commerce-assurance__grid { grid-template-columns: 1fr; }
  .sf-commerce-assurance__grid article { min-height: 0; }
  .sf-commerce-assurance__links { align-items: stretch; flex-direction: column; }
  .sf-commerce-assurance__links a { justify-content: center; }
}

/* SHARED COMMERCE SHELL COMPLETION V1 */
.sf-mobile-dock { display: none; }
.sf-site-nav__inner > a:nth-child(2) { display: inline-flex; align-items: center; }
.sf-site-nav__inner > a:nth-child(2)::before { margin-right: 7px; content: "▦"; font-size: 12px; }
.sf-site-footer__grid { grid-template-columns: minmax(240px,1.35fr) repeat(3,minmax(150px,1fr)); gap: 42px; }
.sf-site-footer__column { align-content: start; gap: 11px; }
.sf-site-footer__column > strong { padding-bottom: 9px; border-bottom: 2px solid var(--io-red); font-size: 12px; }
.sf-site-footer__column a { width: fit-content; }
.sf-site-footer__brand p { max-width: 410px; }
@media (max-width: 900px) {
  .sf-site-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .sf-body { padding-bottom: 68px; }
  .sf-mobile-dock { position: fixed; z-index: 4000; right: 0; bottom: 0; left: 0; min-height: 64px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); padding: 5px max(5px,env(safe-area-inset-right)) max(5px,env(safe-area-inset-bottom)) max(5px,env(safe-area-inset-left)); border-top: 1px solid #d9dde1; background: rgba(255,255,255,.97); box-shadow: 0 -8px 24px rgba(27,31,36,.1); backdrop-filter: blur(14px); }
  .sf-mobile-dock a { position: relative; min-width: 0; display: grid; place-items: center; align-content: center; gap: 2px; border-radius: 5px; color: #6d737a; text-decoration: none; }
  .sf-mobile-dock a[aria-current="page"] { background: #fff0f1; color: var(--io-red); }
  .sf-mobile-dock b { font-size: 20px; line-height: 1; }
  .sf-mobile-dock span { overflow: hidden; font-size: 8px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
  .sf-mobile-dock i { position: absolute; top: 3px; left: calc(50% + 7px); min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 4px; border: 2px solid #fff; border-radius: 999px; background: var(--io-red); color: #fff; font-size: 8px; font-style: normal; font-weight: 900; }
  .sf-site-footer__grid { grid-template-columns: 1fr; gap: 30px; padding-top: 42px; padding-bottom: 35px; }
  .sf-site-footer__bottom { padding-bottom: 8px; }
}

/* CATALOG AND PRODUCT COMPLETION V1 */
.sfc-catalog,
.sfb-catalog { gap: 18px; }
.sfc-filters,
.sfb-filters { border-color: #dfe2e6; border-radius: 6px; box-shadow: 0 5px 18px rgba(28,33,39,.05); }
.sfc-filters__head,
.sfb-filters__head { min-height: 62px; border-bottom-color: #e5e8eb; background: #f7f8f9; }
.sfc-filter-group,
.sfb-filter-group { border-bottom-color: #e9ebee; }
.sfc-clear-filters,
.sfb-clear-filters { border-radius: 4px; }
.sfc-toolbar,
.sfb-toolbar { min-height: 64px; padding: 10px 14px; border: 1px solid #dfe2e6; border-radius: 6px; background: #fff; }
.sfc-sort select,
.sfb-sort select { border-color: #d9dde1; border-radius: 4px; background: #fff; }
.sfc-product-grid,
.sfb-product-grid { gap: 10px; }
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
.sfc-pagination button,
.sfb-pagination button { border-radius: 4px; }
.sf2-detail-page { background: #f4f6f8; }
.sf2-breadcrumb { font-size: 11px; }
.sf2-detail-gallery,
.sf2-detail-info { border-color: #dfe2e6; border-radius: 7px; box-shadow: 0 5px 20px rgba(28,33,39,.04); }
.sf2-detail-gallery__stage { border-radius: 5px; background: #fff; }
.sf2-detail-thumb { border-radius: 4px; }
.sf2-detail-info h1 { font-size: clamp(28px,3vw,42px); }
.sf2-detail-taxonomy span,
.sf2-detail-taxonomy a { border-radius: 3px; background: #f1f3f5; }
.sf2-detail-purchase-card { border-radius: 6px; box-shadow: none; }
.sf2-detail-add { border-radius: 4px; box-shadow: none; }
.sf2-detail-trust { border-top-color: #dfe2e6; }
.sf2-detail-section,
.sf2-detail-assist { border-color: #dfe2e6; border-radius: 7px; box-shadow: none; }
.sf2-detail-specs > div { border-bottom-color: #e7eaed; }
.sf2-detail-assist a { border-radius: 4px; }
.sf2-detail-mobile-buy { border-top: 1px solid #d9dde1; background: rgba(255,255,255,.98); box-shadow: 0 -10px 28px rgba(25,30,36,.12); }
.sf2-detail-mobile-buy button { border-radius: 4px; background: var(--io-red); }
@media (max-width: 760px) {
  .sfc-toolbar,
  .sfb-toolbar { align-items: stretch; gap: 9px; }
  .sfc-mobile-filter,
  .sfb-mobile-filter { border: 1px solid #d6dade; border-radius: 4px; background: #fff; color: var(--io-ink); }
  .sfc-filters,
  .sfb-filters { border-radius: 0; }
  .sf2-detail-page { padding-bottom: 126px; }
  .sf2-detail-gallery,
  .sf2-detail-info { border-radius: 6px; }
  .sf2-detail-mobile-buy { bottom: 64px; }
}

/* CART CHECKOUT AND ACCOUNT COMPLETION V1 */
.sf2-cart-page,
.sf-checkout-page,
.sf-account-v1 { background: #f4f6f8; }
.sf2-cart-stagebar,
.sf2-checkout-stagebar { border-color: #dfe2e6; border-radius: 6px; background: #fff; }
.sf2-cart-steps .is-active,
.sf2-checkout-steps .is-active b { background: var(--io-red); color: #fff; }
.sf2-cart-line,
.sf2-cart-summary,
.sf-checkout-card,
.sf-cart-summary,
.sf-checkout-v2 .sf2-checkout-form-shell,
.sf-checkout-v2 .sf2-checkout-summary-card { border-color: #dfe2e6; border-radius: 7px; box-shadow: 0 5px 18px rgba(28,33,39,.04); }
.sf2-cart-line__image,
.sf-checkout-items { background: #fff; }
.sf2-cart-quantity,
.sf2-detail-qty__control { border-radius: 4px; }
.sf2-cart-checkout,
.sf-checkout-v2 .sf2-checkout-submit { border-radius: 4px; background: var(--io-red); box-shadow: none; }
.sf2-cart-checkout:hover,
.sf-checkout-v2 .sf2-checkout-submit:not(:disabled):hover { background: var(--io-red-dark); }
.sf2-checkout-form-head,
.sf2-checkout-summary-head { border-bottom: 1px solid #e3e6e9; background: #f7f8f9; }
.sf-checkout-v2 .sf2-checkout-form input,
.sf-checkout-v2 .sf2-checkout-form textarea,
.sf-checkout-v2 .sf2-checkout-form select { border-radius: 4px; background: #fff; }
.sf2-checkout-summary-trust,
.sf2-checkout-security-note { border-radius: 5px; }
.sf-account-v1__hero { border-bottom: 1px solid #dfe2e6; background: #f1f3f5; }
.sf-account-v1__hero h1 { color: var(--io-ink); }
.sf-account-v1__hero p { color: #686e75; }
.sf-account-v1__card,
.sf-account-v1__panel,
.sf-account-v1__stat,
.sf-account-v1__order,
.sf-account-v1__vehicle { border-color: #dfe2e6; border-radius: 7px; box-shadow: 0 5px 18px rgba(28,33,39,.04); }

.sf-account-v1 input,
.sf-account-v1 select,
.sf-account-v1 textarea { border-radius: 4px; background: #fff; }
@media (max-width: 760px) {
  .sf2-cart-page,
  .sf-checkout-page,
  .sf-account-v1 { padding-bottom: 88px; }
  .sf2-cart-stagebar,
  .sf2-checkout-stagebar { border-radius: 5px; }
}

/* IPEK OTO APPROVED STOREFRONT SYSTEM V1 */
:root {
  --io-red: #c92a34;
  --io-red-dark: #ae2029;
  --io-ink: #22262b;
  --io-paper: #faf9f7;
  --io-line: #dfe2e5;
  --io-muted: #737a81;
}
/* IPEKERP_SF_SHELL_RULE_MOVED_TO_CANONICAL_V1 | SOURCE=storefront_redesign_v1.css */
.sf-body { background: var(--io-paper); color: var(--io-ink); }
.sf-site-header { background: rgba(255,255,255,.98); backdrop-filter: none; }
.sf-site-topline { border-bottom: 1px solid #eceeef; background: #f7f7f6; }
.sf-site-topline__inner { min-height: 34px; display: grid; grid-template-columns: repeat(3,1fr); color: #4d5359; font-size: 11px; }
.sf-site-topline__inner > span:nth-child(2) { text-align: center; }
.sf-site-topline__status { justify-self: end; }
.sf-site-topline__status i { background: var(--io-red); }
.sf-site-header__main { min-height: 102px; grid-template-columns: minmax(240px,.65fr) minmax(430px,2.1fr) minmax(240px,.7fr); gap: 34px; }
.sf-site-brand__mark { width: 72px; height: 72px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.sf-site-brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.sf-site-brand__copy strong { font-size: 25px; }
.sf-site-brand__copy small { color: var(--io-ink); font-size: 9px; letter-spacing: .26em; }
.sf-site-search { max-width: none; min-height: 54px; border: 1px solid #cfd3d7; border-radius: 8px; box-shadow: none; }
.sf-site-search:focus-within { border-color: #aeb4ba; box-shadow: 0 0 0 3px rgba(201,42,52,.08); }
.sf-site-search button { min-width: 86px; border-radius: 0; background: var(--io-red); }
.sf-site-action { min-width: 96px; border-left: 1px solid #e2e4e6; border-radius: 0; background: transparent; }
.sf-site-action--cart { border: 1px solid #d7dade; border-radius: 7px; }
.sf-site-nav { border-color: #e2e4e7; background: #fff; }
.sf-site-nav__inner { min-height: 50px; gap: 30px; }
.sf-site-nav__inner > a { padding: 16px 0; color: #34393f; }
.sf-site-nav__inner > a:nth-child(2) { margin: 0; padding: 0; background: transparent; color: #34393f; }
.sf-site-nav__inner > a:nth-child(2)::before { color: var(--io-red); content: "☰"; }
.sf-site-nav a::after { bottom: 0; height: 2px; }
.sf-commerce-hero { padding: 26px 0 18px; background: #f3f4f5; }
.sf-commerce-hero__grid { grid-template-columns: minmax(300px,.52fr) minmax(0,1.48fr); gap: 18px; }
.sf-vehicle-box { min-height: 390px; padding: 29px 26px; border-top: 3px solid var(--io-red); box-shadow: 0 8px 24px rgba(30,35,41,.06); }
.sf-campaign-showcase { height: 390px; box-shadow: 0 8px 24px rgba(30,35,41,.06); }
.sf-campaign-card__content b { background: var(--io-red); }
.sf-home-v2 .sf-home-catalog { width: min(1420px,calc(100% - 64px)); }
.sf-home-v2 .sf-product-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
/* IPEKERP_CARD_RULE_MOVED_TO_CANONICAL_PRODUCT_CARD_CSS_V1 | SOURCE=storefront_redesign_v1.css */
.sf-home-v2 .sf-price { color: var(--io-ink); }
.sf-cart-add-button { border-radius: 5px; background: var(--io-red); }
.sf2-catalog-layout { grid-template-columns: 250px minmax(0,1fr); gap: 22px; }
.sf2-catalog-layout .sf-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.sf2-filter-panel { border: 1px solid #dfe2e5; border-radius: 7px; background: #fff; box-shadow: none; }
.sf2-detail-page,.sf2-cart-page { background: var(--io-paper); }
.sf2-detail-hero { grid-template-columns: minmax(0,1.08fr) minmax(410px,.92fr); gap: 18px; }
.sf2-detail-gallery,.sf2-detail-info { border-radius: 8px; box-shadow: 0 5px 16px rgba(27,32,38,.035); }
.sf2-detail-gallery { display: flex; flex-direction: row-reverse; gap: 12px; }
.sf2-detail-gallery__stage { flex: 1; min-height: 540px; }
.sf2-detail-thumbs { width: 78px; flex-direction: column; }
.sf2-detail-thumb { width: 78px; height: 78px; }
.sf2-detail-info { padding: 34px; }
.sf2-detail-info h1 { font-size: clamp(28px,2.8vw,40px); }
.sf2-detail-purchase-card { padding: 24px; border-radius: 7px; background: #fff; }
.sf2-detail-add { background: var(--io-red); }
.sf2-cart-layout { grid-template-columns: minmax(0,2.05fr) minmax(330px,.72fr); gap: 18px; }
.sf2-cart-panel,.sf2-cart-summary { border-radius: 8px; box-shadow: 0 5px 16px rgba(27,32,38,.035); }
.sf2-cart-checkout { background: var(--io-red); }
@media (max-width: 1180px) {
  .sf-home-v2 .sf-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .sf-site-header__main { grid-template-columns: 220px minmax(320px,1fr) 220px; }
}
@media (max-width: 900px) {
  .sf-site-topline__inner { grid-template-columns: 1fr auto; }
  .sf-site-topline__inner > span:nth-child(2) { display: none; }
  .sf-home-v2 .sf-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .sf2-catalog-layout .sf-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .sf-home-v2 .sf-home-catalog{ width: min(100% - 28px,1420px); }
  .sf-site-header__main { min-height: 72px; grid-template-columns: 1fr auto; }
  .sf-site-brand__mark { width: 46px; height: 46px; }
  .sf-site-brand__copy strong { font-size: 18px; }
  .sf-home-v2 .sf-product-grid,.sf2-catalog-layout .sf-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sf2-detail-gallery { display: block; }
  .sf2-detail-thumbs { width: auto; flex-direction: row; }
}

/* APPROVED CHECKOUT FINDER ACCOUNT V1 */
.sf-approved-steps { max-width: 460px; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 0 0 24px auto; }
.sf-approved-steps span { position: relative; display: grid; justify-items: center; gap: 6px; color: #8a9096; font-size: 11px; }
.sf-approved-steps span::before { position: absolute; z-index: 0; top: 14px; right: 50%; width: 100%; height: 1px; background: #d8dce0; content: ""; }
.sf-approved-steps span:first-child::before { display: none; }
.sf-approved-steps span::after { z-index: 1; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #cfd4d9; border-radius: 50%; background: #fff; content: attr(data-step); }
.sf-approved-steps span { font-size: 0; }
.sf-approved-steps span b { font-size: 11px; font-weight: 750; }
.sf-approved-steps span:nth-child(1)::after { content: "1"; }
.sf-approved-steps span:nth-child(2)::after { content: "2"; }
.sf-approved-steps span:nth-child(3)::after { content: "3"; }
.sf-approved-steps .is-active { color: var(--io-red); }
.sf-approved-steps .is-active::after { border-color: var(--io-red); background: var(--io-red); color: #fff; }
.sf-checkout-page { padding-top: 32px; }
.sf-checkout-page .sf-page-heading { max-width: 700px; margin-bottom: 24px; }
.sf-checkout-page .sf-page-heading h1 { margin: 6px 0; font-size: 36px; letter-spacing: -.045em; }
.sf-checkout-layout { grid-template-columns: minmax(0,1.8fr) minmax(340px,.72fr); gap: 18px; align-items: start; }
.sf-checkout-card,.sf-checkout-layout .sf-cart-summary { border: 1px solid #dfe2e5; border-radius: 8px; background: #fff; box-shadow: 0 5px 16px rgba(27,32,38,.035); }
.sf-checkout-card { padding: 30px; }
.sf-checkout-layout .sf-cart-summary { position: sticky; top: 20px; padding: 25px; }
.sf-checkout-form input,.sf-checkout-form textarea { border-radius: 5px; background: #fff; }
.sf-checkout-form .sf-primary-button { min-height: 50px; border-radius: 5px; background: var(--io-red); }
.sf2-success-v3-page { padding-top: 36px; padding-bottom: 90px; }
.sf2-success-v3-card { max-width: 980px; margin: 0 auto; border: 1px solid #dfe2e5; border-radius: 9px; background: #fff; box-shadow: 0 8px 28px rgba(27,32,38,.06); }
.sf2-success-v3-main { padding: 54px; }
.sf2-success-v3-icon { background: #eaf6ed; color: #21834a; }
.sf2-success-v3-actions__primary { border-radius: 5px; background: var(--io-red); }
.sfp-hero { padding: 44px 0 38px; border-bottom: 1px solid #dfe2e5; background: #f1f2f3; color: var(--io-ink); }
.sfp-hero::after { display: none; }
.sfp-hero h1,.sfp-hero__content h1 em { color: var(--io-ink); }
.sfp-hero__content h1 { font-size: clamp(38px,4vw,56px); }
.sfp-hero__content h1 em { text-decoration-color: var(--io-red); }
.sfp-hero p,.sfp-hero__trust span { color: #666d74; }
.sfp-hero__aside { border: 1px solid #d9dde1; border-radius: 8px; background: #fff; color: var(--io-ink); box-shadow: 0 5px 16px rgba(27,32,38,.04); }
.sfp-hero__aside strong { color: var(--io-ink); }
.sfp-progress-wrap { border-bottom: 1px solid #e0e3e6; background: #fff; }
.sfp-workspace { padding-top: 34px; }
.sfp-workspace { grid-template-columns: minmax(0,1.8fr) minmax(310px,.65fr); gap: 18px; }
.sfp-card,.sfp-summary__sticky { border-radius: 8px; box-shadow: 0 5px 16px rgba(27,32,38,.035); }
.sfp-selector-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.sfp-field select { border-radius: 5px; background: #fff; }
.sfp-intent-grid button,.sfp-question-options button { border-radius: 6px; }
.sf-account-v1 { background: var(--io-paper); }
.sf-account-v1__page { padding-top: 40px; padding-bottom: 90px; }
.sf-account-v1__account-head { margin-bottom: 22px; padding-bottom: 20px; border-color: #dfe2e5; }
.sf-account-v1 h1 { font-size: clamp(32px,3.5vw,46px); }
.sf-account-v1__cards { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.sf-account-v1__metric { min-height: 145px; padding: 23px; border-radius: 8px; box-shadow: 0 5px 16px rgba(27,32,38,.035); }
.sf-account-v1__metric:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(27,32,38,.07); }
.sf-account-v1__metric strong { font-size: 31px; }
.sf-account-v1__panel,.sf-account-v1__order,.sf-account-v1__empty,.sf-account-v1__vehicle-card,.sf-account-v1__vehicle-form-card,.sf-order-action-v1__panel { border-radius: 8px; box-shadow: 0 5px 16px rgba(27,32,38,.035); }
@media (max-width: 900px) {
  .sf-checkout-layout,.sfp-workspace { grid-template-columns: 1fr; }
  .sf-checkout-layout .sf-cart-summary { position: static; }
  .sfp-selector-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .sf-approved-steps { margin: 0 auto 22px; }
  .sf-checkout-card { padding: 20px 16px; }
  .sf2-success-v3-main { padding: 34px 20px; }
  .sf-account-v1__cards { grid-template-columns: 1fr; }
}

/* IPEKERP_STOREFRONT_SHARED_ACCESSIBILITY_MOBILE_DOCK_CSS_V2:START */
.sf-skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 10050;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: #172033;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .18);
}
.sf-skip-link:focus {
  transform: translateY(0);
  outline: 3px solid currentColor;
  outline-offset: 3px;
}
.sf-skip-target {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sf-mobile-dock {
  display: none;
}
@media (max-width: 767px) {
  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
  }
  .sf-mobile-dock {
    position: fixed;
    z-index: 10020;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 64px;
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(15, 23, 42, .12);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, .10);
    backdrop-filter: blur(12px);
  }
  .sf-mobile-dock > a {
    min-width: 0;
    min-height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 9px;
    color: #263244;
    text-decoration: none;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.1;
  }
  .sf-mobile-dock > a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 1px;
  }
  .sf-mobile-dock svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .sf-mobile-dock__cart-icon {
    position: relative;
    display: inline-flex;
  }
  .sf-mobile-dock__cart-icon > b {
    position: absolute;
    right: -9px;
    top: -7px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #c62828;
    color: #fff;
    font-size: 9px;
    line-height: 1;
  }
}
/* IPEKERP_STOREFRONT_SHARED_ACCESSIBILITY_MOBILE_DOCK_CSS_V2:END */

/* IPEKERP_PRODUCT_CARD_CANONICAL_OWNER_CONTRACT_V1: .sf-product-card is owned by storefront_product_card_canonical_v1.css */
