:root {
  --auto-bg: #f4f6f8;
  --auto-bg-soft: #ffffff;
  --auto-surface: #ffffff;
  --auto-surface-2: #eef2f5;
  --auto-text: #111827;
  --auto-text-muted: #5f6b7a;
  --auto-border: #d9e0e7;
  --auto-border-strong: #aeb9c5;
  --auto-graphite: #151a21;
  --auto-graphite-2: #222a33;
  --auto-accent: #267177;
  --auto-accent-2: #00a3ff;
  --auto-success: #18a058;
  --auto-warning: #d97706;
  --auto-danger: #dc2626;
  --auto-shadow: 0 18px 50px rgba(17, 24, 39, .12);
  --auto-radius: 8px;
  --auto-radius-sm: 5px;
  --auto-container: 1260px;
  color-scheme: light;
}

html[data-shauto-theme="dark"] {
  --auto-bg: #090c10;
  --auto-bg-soft: #0f141b;
  --auto-surface: #141a22;
  --auto-surface-2: #1d252f;
  --auto-text: #edf2f7;
  --auto-text-muted: #a6b2c0;
  --auto-border: #2b3542;
  --auto-border-strong: #3b4654;
  --auto-graphite: #07090c;
  --auto-graphite-2: #111820;
  --auto-shadow: 0 24px 70px rgba(0, 0, 0, .45);
  color-scheme: dark;
}

html {
  background: var(--auto-bg);
}

body {
  background: var(--auto-bg);
  color: var(--auto-text);
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.product-title,
.page-heading-product,
.products-section-title {
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

a,
.btn-link {
  color: var(--auto-graphite-2);
}

html[data-shauto-theme="dark"] a,
html[data-shauto-theme="dark"] .btn-link {
  color: #f4f7fb;
}

html[data-shauto-theme="dark"] .block .title_block,
html[data-shauto-theme="dark"] .block .title_block a,
html[data-shauto-theme="dark"] .block .title_block span,
html[data-shauto-theme="dark"] .block .products-section-title,
html[data-shauto-theme="dark"] .block .products-section-title a,
html[data-shauto-theme="dark"] .block .products-section-title span,
html[data-shauto-theme="dark"] .block .title-home,
html[data-shauto-theme="dark"] .block .title-home a,
html[data-shauto-theme="dark"] .block .title-home span,
html[data-shauto-theme="dark"] .ybc_title_block,
html[data-shauto-theme="dark"] .ybc_title_block a,
html[data-shauto-theme="dark"] .ybc_title_block span {
  color: #edf2f7 !important;
}

.container {
  max-width: var(--auto-container);
}

.btn,
button,
input,
select,
textarea {
  border-radius: var(--auto-radius-sm);
}

.btn-primary,
.button.btn-primary,
button.btn-primary,
.add_to_cart.btn-primary,
.add-to-cart.btn-primary,
.cart-detailed-actions .btn-primary,
.cart-wishlist-checkout,
body.ybc-skin-blue_3 .btn-primary,
body.ybc-skin-blue_3 .cart-wishlist-checkout,
body.ybc-skin-blue_3 .add_to_cart {
  background: var(--auto-accent);
  border-color: var(--auto-accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(241, 90, 36, .22);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.btn-primary:hover,
.btn-primary:focus,
.add_to_cart.btn-primary:hover,
.add-to-cart.btn-primary:hover,
.cart-wishlist-checkout:hover,
body.ybc-skin-blue_3 .btn-primary:hover,
body.ybc-skin-blue_3 .cart-wishlist-checkout:hover,
body.ybc-skin-blue_3 .add_to_cart:hover {
  background: #d94b1a;
  border-color: #d94b1a;
  color: #fff;
}

.btn-primary:disabled,
.add_to_cart:disabled,
.add-to-cart:disabled {
  background: var(--auto-border-strong);
  border-color: var(--auto-border-strong);
  box-shadow: none;
  cursor: not-allowed;
}

#wrapper,
#content-wrapper,
.page-content,
.page-home {
  background: var(--auto-bg);
}

.card,
.cart-summary,
.cart-container,
.login-form,
.register_form,
.block-categories,
#search_filters,
.page-cms #content,
.page-customer-account #content,
.page-addresses #content {
  background: var(--auto-surface);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
  box-shadow: none;
  color: var(--auto-text);
}

.header-nav {
  background: var(--auto-graphite);
  border: 0;
  color: #d8e0e8;
  font-size: 13px;
}

.header-nav a,
.header-nav .material-icons {
  color: #d8e0e8;
}

.header-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--auto-border);
  box-shadow: 0 10px 35px rgba(17, 24, 39, .08);
  backdrop-filter: blur(16px);
}

html[data-shauto-theme="dark"] .header-top {
  background: rgba(13, 17, 23, .94);
}

.shauto-header-top-row {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 74px;
}

#_desktop_logo {
  width: auto;
  flex: 0 0 auto;
}

#_desktop_logo .logo,
#_mobile_logo .logo {
  max-height: 54px;
  width: auto;
}

.shauto-header-icon-btn,
.shauto-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid var(--auto-border);
  background: var(--auto-surface);
  color: var(--auto-text);
  border-radius: var(--auto-radius-sm);
}

.shauto-theme-toggle {
  min-height: 34px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 800;
}

.shauto-mobile-theme-toggle {
  display: none;
}

.shauto-theme-toggle--icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  font-size: 18px;
}

.shauto-theme-toggle__sun {
  display: none;
}

html[data-shauto-theme="dark"] .shauto-theme-toggle__moon {
  display: none;
}

html[data-shauto-theme="dark"] .shauto-theme-toggle__sun {
  display: inline;
}

.menu_and_cattree {
  background: var(--auto-graphite-2);
  color: #fff;
}

@media (min-width: 768px) {
  .header-top {
    position: sticky;
  }

  #header .menu_and_cattree,
  .menu_and_cattree {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1028;
    display: none;
    padding: 14px 0;
    background: rgba(13, 17, 23, .98);
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
  }

  #header .menu_and_cattree.is-open,
  .menu_and_cattree.is-open {
    display: block;
  }

  .menu_and_cattree > .container {
    max-width: var(--auto-container);
  }

  .menu_and_cattree .row {
    display: flex;
    align-items: stretch;
  }

  .menu_and_cattree .custom_menu {
    display: block;
  }

  .menu_and_cattree .shauto-mobile-category-panel {
    display: block;
    max-height: min(70vh, 620px);
    overflow: hidden;
    background: var(--auto-surface);
    border: 1px solid var(--auto-border);
    border-radius: var(--auto-radius);
    box-shadow: var(--auto-shadow);
    color: var(--auto-text);
  }

  .menu_and_cattree .shauto-mobile-category-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid var(--auto-border);
  }

  .menu_and_cattree .shauto-mobile-category-panel__head strong {
    color: var(--auto-text);
    font-size: 16px;
    font-weight: 900;
  }

  .menu_and_cattree .shauto-mobile-category-panel__close {
    display: none;
  }

  .menu_and_cattree .shauto-mobile-category-list {
    max-height: min(58vh, 520px);
    overflow: auto;
    padding: 14px 18px 18px;
  }

  .menu_and_cattree .block-categories,
  .menu_and_cattree .block-categories.hidden-sm-down {
    display: block !important;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .menu_and_cattree .category-top-menu,
  .menu_and_cattree .category-sub-menu {
    margin: 0;
    padding: 0;
  }

  .menu_and_cattree .category-sub-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .menu_and_cattree .category-top-menu > li,
  .menu_and_cattree .category-sub-menu li {
    list-style: none;
  }

  .menu_and_cattree .category-top-menu > li:first-child > a {
    display: none;
  }

  .menu_and_cattree .category-sub-menu a,
  .menu_and_cattree .category-top-menu a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 12px;
    background: var(--auto-surface-2);
    border: 1px solid var(--auto-border);
    border-radius: var(--auto-radius-sm);
    color: var(--auto-text) !important;
    font-weight: 800;
    text-decoration: none;
  }

  .menu_and_cattree .category-sub-menu a:hover,
  .menu_and_cattree .category-top-menu a:hover {
    border-color: var(--auto-accent);
    color: var(--auto-accent) !important;
  }
}

.shauto-mobile-category-panel {
  display: none;
}

.menu_and_cattree a,
.custom_menu a {
  color: #fff;
}

#search_widget,
.ps_searchbar,
.search-widget {
  flex: 1 1 420px;
}

#search_widget form,
.ps_searchbar form,
.search-widget form {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  overflow: hidden;
  background: var(--auto-surface-2);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
}

#search_widget input,
.ps_searchbar input,
.search-widget input {
  width: 100%;
  min-height: 46px;
  border: 0;
  background: transparent;
  color: var(--auto-text);
  padding: 0 54px 0 16px;
}

#search_widget button,
.ps_searchbar button,
.search-widget button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 38px;
  border: 0;
  background: var(--auto-graphite);
  color: #fff;
  border-radius: var(--auto-radius-sm);
}

.shauto-auto-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  border-radius: 0 0 22px 22px;
  background:
    linear-gradient(120deg, rgba(8, 11, 16, .96), rgba(20, 27, 36, .92)),
    radial-gradient(circle at 78% 24%, rgba(0, 163, 255, .28), transparent 32%),
    radial-gradient(circle at 30% 72%, rgba(241, 90, 36, .24), transparent 30%);
  color: #fff;
  box-shadow: var(--auto-shadow);
}

.shauto-auto-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(255, 255, 255, .07) 42% 43%, transparent 43% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 90px);
  pointer-events: none;
}

.shauto-home-intro__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  grid-template-areas:
    "copy visual"
    "actions visual";
  gap: 24px 44px;
  max-width: var(--auto-container);
  min-height: 500px;
  margin: 0 auto;
  padding: 62px 15px 42px;
  align-items: center;
}

.shauto-home-intro__copy {
  grid-area: copy;
}

.shauto-home-intro__actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shauto-home-intro__visual {
  grid-area: visual;
}

.shauto-home-intro__eyebrow {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(22px, 3.5vw, 44px);
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.05;
  text-transform: uppercase;
  -webkit-text-stroke: 2.5px #000;
  paint-order: stroke fill;
  text-shadow:
    2px 2px 0 #000,
    4px 4px 0 #000,
    6px 6px 0 #111,
    8px 8px 0 rgba(0, 0, 0, .75),
    10px 10px 18px rgba(0, 0, 0, .45);
}

.shauto-category-card__eyebrow {
  color: var(--auto-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shauto-home-intro h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.shauto-home-intro__text {
  max-width: 640px;
  color: #c9d3df;
  font-size: 17px;
  line-height: 1.65;
}

.shauto-hero-search {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 680px;
  margin-top: 26px;
  padding: 8px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--auto-radius);
}

.shauto-hero-search .material-icons {
  color: #fff;
  padding-left: 10px;
}

.shauto-hero-search input {
  flex: 1;
  min-width: 0;
  height: 46px;
  border: 0;
  background: transparent;
  color: #fff;
}

.shauto-hero-search input::placeholder {
  color: #b7c2cf;
}

.shauto-home-intro__actions button {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 800;
}

.shauto-home-intro__actions button.is-active {
  background: var(--auto-accent);
  border-color: var(--auto-accent);
}

.shauto-hero-product,
.shauto-hero-card {
  display: block;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--auto-radius);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.shauto-hero-product__image {
  display: block;
  aspect-ratio: 1.1 / 1;
  padding: 20px;
}

.shauto-hero-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, .35));
}

.shauto-hero-product__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.shauto-hero-product__body strong {
  color: #fff;
  font-size: 17px;
}

.shauto-hero-product__body small {
  color: var(--auto-accent);
  font-weight: 900;
  white-space: nowrap;
}

.shauto-hero-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.shauto-hero-thumb {
  display: block;
  aspect-ratio: 1;
  padding: 6px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--auto-radius-sm);
}

.shauto-hero-thumb.is-active {
  border-color: var(--auto-accent);
}

.shauto-hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shauto-home-quicknav,
.shauto-featured-categories,
.shauto-trust-grid,
.shauto-product-section {
  max-width: var(--auto-container);
  margin-left: auto;
  margin-right: auto;
}

.shauto-home-quicknav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.shauto-quicknav-card,
.shauto-trust-card,
.shauto-category-card {
  background: var(--auto-surface);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
  color: var(--auto-text);
  box-shadow: none;
}

.shauto-quicknav-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 18px;
  font-weight: 900;
  text-decoration: none;
}

.shauto-quicknav-card .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--auto-graphite);
  color: #fff;
  border-radius: var(--auto-radius-sm);
}

.shauto-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 34px 0 18px;
}

.products-section-title,
.title-home {
  color: var(--auto-text);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.block .title_block,
.block .products-section-title,
.block .title-home,
.ybc_title_block {
  color: var(--auto-text);
}

.block .title_block a,
.block .title_block span,
.block .products-section-title a,
.block .products-section-title span,
.block .title-home a,
.block .title-home span,
.ybc_title_block a,
.ybc_title_block span {
  color: inherit;
}

.products-section-title span {
  position: relative;
}

.products-section-title span:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  background: var(--auto-accent);
  border-radius: 3px;
}

.shauto-section-heading__actions {
  display: flex;
  gap: 8px;
}

.shauto-section-arrow,
.shauto-home-section-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--auto-border);
  background: var(--auto-graphite-2);
  color: #fff;
  border-radius: var(--auto-radius-sm);
}

.shauto-section-arrow .material-icons,
.shauto-home-section-toggle .material-icons {
  color: inherit;
}

html[data-shauto-theme="dark"] .shauto-section-arrow,
html[data-shauto-theme="dark"] .shauto-home-section-toggle {
  background: var(--auto-surface-2);
  border-color: var(--auto-border);
  color: var(--auto-text);
}

.shauto-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.shauto-category-card {
  position: relative;
  min-height: 154px;
  overflow: hidden;
  padding: 22px;
  text-decoration: none;
}

.shauto-category-card:after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 138px;
  height: 138px;
  border: 18px solid var(--auto-surface-2);
  border-radius: 50%;
}

.shauto-category-card strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--auto-text);
  font-size: 20px;
  font-weight: 900;
}

.shauto-category-card small,
.shauto-trust-card p {
  color: var(--auto-text-muted);
  line-height: 1.55;
}

.shauto-category-card--promo {
  background: linear-gradient(135deg, var(--auto-graphite), var(--auto-graphite-2));
}

.shauto-category-card--promo strong,
.shauto-category-card--promo small {
  color: #fff;
}

.shauto-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.shauto-trust-card {
  padding: 20px;
}

.shauto-trust-card .material-icons {
  color: var(--auto-accent);
  font-size: 30px;
}

.shauto-trust-card strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--auto-text);
  font-weight: 900;
}

.shauto-product-section {
  float: none;
  padding: 0 15px;
}

.products,
.product_list,
#js-product-list .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.products.row:before,
.products.row:after,
.product_list:before,
.product_list:after {
  content: none;
}

.product-miniature,
.shauto-auto-card {
  width: auto !important;
  float: none !important;
  min-width: 0;
}

.product-miniature .thumbnail-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: var(--auto-surface);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
  box-shadow: 0 10px 30px rgba(17, 24, 39, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.product-miniature .thumbnail-container:hover {
  transform: translateY(-3px);
  border-color: var(--auto-border-strong);
  box-shadow: var(--auto-shadow);
}

.product-miniature .image_item_product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.22 / 1;
  min-height: 210px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(238, 242, 245, .92)),
    var(--auto-surface-2);
}

.product-miniature .product-thumbnail,
.product-miniature .thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}

.product-miniature img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(.96);
  transition: transform .18s ease;
}

.product-miniature .thumbnail-container:hover img {
  transform: scale(1);
}

.product-miniature .product-description {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  padding: 16px;
  background: var(--auto-surface);
}

.product-title,
.product-title a {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  color: var(--auto-text);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.short_description {
  display: -webkit-box;
  min-height: 40px;
  margin-top: 0;
  overflow: hidden;
  color: var(--auto-text-muted);
  font-size: 13px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hook-reviews {
  min-height: 18px;
}

.product-price-and-shipping {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
  padding-top: 4px;
  min-height: 36px;
}

.product-price-and-shipping .price,
.current-price,
.product-price {
  color: var(--auto-accent);
  font-size: 21px;
  font-weight: 900;
}

.regular-price {
  color: var(--auto-text-muted);
  font-size: 13px;
  text-decoration: line-through;
}

.product-flags {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.product-flags li,
.product-discount,
.discount-percentage {
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  list-style: none;
  padding: 5px 9px;
  background: var(--auto-accent-2);
  color: #fff;
  border-radius: var(--auto-radius-sm);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-flags .product-discount,
.discount-percentage {
  background: var(--auto-accent);
}

.product-flags .product-discount {
  margin-left: auto;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(255, 90, 31, .28);
}

.highlighted-informations {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
}

.highlighted-informations .add_to_cart_button {
  flex: 1;
}

.add_to_cart_button,
.product-miniature .add_to_cart_button,
.highlighted-informations .add_to_cart_button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.highlighted-informations .add_to_cart {
  width: 100%;
  min-height: 42px;
}

.product-miniature .add_to_cart.btn,
.product-miniature .add_to_cart_button .add_to_cart,
.featured-products .product-miniature .add_to_cart.btn,
.products .product-miniature .add_to_cart.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  width: 100%;
  background: var(--auto-accent) !important;
  border-color: var(--auto-accent) !important;
  color: #fff !important;
  border-radius: var(--auto-radius-sm) !important;
  box-shadow: 0 12px 26px rgba(241, 90, 36, .22) !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: none;
}

.product-miniature .add_to_cart.btn:hover,
.product-miniature .add_to_cart_button .add_to_cart:hover {
  background: #d94b1a !important;
  border-color: #d94b1a !important;
}

.quick-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 44px;
  border: 1px solid var(--auto-border-strong);
  background: var(--auto-graphite);
  color: #fff !important;
  border-radius: var(--auto-radius-sm);
  box-shadow: none;
  text-decoration: none;
}

.quick-view:hover,
.quick-view:focus {
  background: var(--auto-accent);
  border-color: var(--auto-accent);
  color: #fff !important;
}

.quick-view .material-icons {
  color: inherit;
  font-size: 20px;
}

@media (min-width: 1400px) {
  .products,
  .product_list,
  #js-product-list .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-miniature .image_item_product {
    min-height: 235px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .products,
  .product_list,
  #js-product-list .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-miniature .image_item_product {
    min-height: 230px;
  }
}

.shauto-auto-card.is-out-of-stock .image_item_product,
.shauto-auto-card.is-out-of-stock .product-description {
  opacity: .62;
}

.products-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 14px;
  background: var(--auto-surface);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
}

.products-selection .display {
  display: inline-flex;
  gap: 6px;
  margin: 0;
}

.products-selection .display li {
  list-style: none;
}

.products-selection .display a,
#search_filter_toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--auto-border);
  background: var(--auto-surface-2);
  color: var(--auto-text);
  border-radius: var(--auto-radius-sm);
}

.products-selection .display .active a {
  background: var(--auto-graphite);
  color: #fff;
}

.sort-by-row,
.products-sort-order {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

#left-column,
#right-column {
  color: var(--auto-text);
}

#search_filters {
  padding: 18px;
}

#search_filters h4,
#search_filters .facet-title {
  color: var(--auto-text);
  font-weight: 900;
}

#search_filters .facet {
  padding: 16px 0;
  border-top: 1px solid var(--auto-border);
}

#search_filters .facet:first-of-type {
  border-top: 0;
}

#search_filters .facet-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
  color: var(--auto-text-muted);
}

#search_filters .search-link {
  color: var(--auto-text-muted);
}

#search_filters .facet-label.active .search-link,
#search_filters .facet-label:hover .search-link {
  color: var(--auto-accent);
}

.breadcrumb_wrapper,
.breadcrumb {
  background: transparent;
}

.breadcrumb {
  padding: 18px 0;
  color: var(--auto-text-muted);
}

.breadcrumb a,
.breadcrumb span {
  color: var(--auto-text-muted);
}

body#product #main {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

body#product #main > .col-md-6,
.right_pb_product {
  padding: 18px;
}

body#product .page-content,
.right_pb_product,
body#product .tabs,
.product-accessories {
  background: var(--auto-surface);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
}

.right_pb_product {
  color: var(--auto-text);
}

.page-heading-product {
  color: var(--auto-text);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.1;
}

.product-information,
.product-information p,
.product-description,
.tab-content {
  color: var(--auto-text-muted);
}

.product-quantity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.product-quantity .qty input {
  width: 76px;
  min-height: 48px;
  border: 1px solid var(--auto-border);
  background: var(--auto-surface-2);
  color: var(--auto-text);
  text-align: center;
}

.product-quantity .add-to-cart {
  min-height: 48px;
  padding: 0 24px;
}

#product-availability {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--auto-text-muted);
  font-weight: 700;
}

.tabs {
  margin-top: 22px;
  padding: 22px;
}

.tabs .nav-tabs {
  border-bottom: 1px solid var(--auto-border);
}

.tabs .nav-link {
  color: var(--auto-text-muted);
  font-weight: 900;
}

.tabs .nav-link.active {
  color: var(--auto-accent);
  border-color: var(--auto-accent);
}

.product-accessories {
  margin-top: 22px;
  padding: 18px;
}

.cart-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.cart-grid-body,
.cart-grid-right {
  float: none;
}

.cart-grid-body {
  flex: 1 1 650px;
}

.cart-grid-right {
  flex: 0 1 380px;
}

.cart-container,
.cart-summary {
  padding: 18px;
}

.cart-summary {
  position: sticky;
  top: 100px;
}

.cart-item,
.cart-summary-line,
.checkout-step,
.order-confirmation-table,
.js-cart-line-product-quantity {
  color: var(--auto-text);
}

.checkout-step {
  margin-bottom: 14px;
  padding: 18px;
  background: var(--auto-surface);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
}

.checkout-step .step-title {
  color: var(--auto-text);
  font-weight: 900;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
  min-height: 42px;
  border: 1px solid var(--auto-border);
  background: var(--auto-surface-2);
  color: var(--auto-text);
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--auto-accent-2);
  box-shadow: 0 0 0 3px rgba(0, 163, 255, .14);
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
  color: var(--auto-text-muted);
}

.login_page_content {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.login_page_content > div {
  flex: 1 1 330px;
  float: none;
}

.login-form,
.register_form,
.page-cms #content,
.page-customer-account #content {
  padding: 24px;
}

.register_form {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--auto-graphite), var(--auto-graphite-2));
  color: #fff;
}

.register_form a {
  color: #fff;
}

.footer-container {
  margin-top: 54px;
  background: var(--auto-surface);
  color: var(--auto-text);
  border-top: 1px solid var(--auto-border);
}

.footer-container a,
.footer-container h3,
.footer-container h4,
.footer-container .h3,
.footer-container .h4 {
  color: var(--auto-text);
}

.footer-container .footer_top,
.footer-container .footer_before,
.footer-container .footer_after,
.footer-container .footer_bottom {
  border-color: var(--auto-border);
}

.footer-container .footer_top a,
.footer-container .footer_before a,
.footer-container .footer_after a,
.footer-container .footer_bottom a,
.footer-container .footer_top p,
.footer-container .footer_before p,
.footer-container .footer_after p,
.footer-container .footer_bottom p,
.footer-container .footer_top li,
.footer-container .footer_before li,
.footer-container .footer_after li,
.footer-container .footer_bottom li,
.footer-container .footer_top span,
.footer-container .footer_before span,
.footer-container .footer_after span,
.footer-container .footer_bottom span {
  color: var(--auto-text-muted);
}

.footer-container .footer_top h3,
.footer-container .footer_top h4,
.footer-container .footer_top .title-footer-block,
.footer-container .footer_top .block-contact-title,
.footer-container .footer_top .myaccount-title,
.footer-container .footer_top .h3,
.footer-container .footer_top .h4 {
  color: var(--auto-text);
}

html[data-shauto-theme="dark"] .footer-container {
  background: #0b1118;
  color: #d7e0ea;
  border-top-color: rgba(255, 255, 255, .06);
}

html[data-shauto-theme="dark"] .footer-container a,
html[data-shauto-theme="dark"] .footer-container h3,
html[data-shauto-theme="dark"] .footer-container h4,
html[data-shauto-theme="dark"] .footer-container .h3,
html[data-shauto-theme="dark"] .footer-container .h4 {
  color: #f3f7fb;
}

html[data-shauto-theme="dark"] .footer-container .footer_top,
html[data-shauto-theme="dark"] .footer-container .footer_before,
html[data-shauto-theme="dark"] .footer-container .footer_after,
html[data-shauto-theme="dark"] .footer-container .footer_bottom {
  border-color: rgba(255, 255, 255, .08);
}

html[data-shauto-theme="dark"] .footer-container .footer_top a,
html[data-shauto-theme="dark"] .footer-container .footer_before a,
html[data-shauto-theme="dark"] .footer-container .footer_after a,
html[data-shauto-theme="dark"] .footer-container .footer_bottom a,
html[data-shauto-theme="dark"] .footer-container .footer_top p,
html[data-shauto-theme="dark"] .footer-container .footer_before p,
html[data-shauto-theme="dark"] .footer-container .footer_after p,
html[data-shauto-theme="dark"] .footer-container .footer_bottom p,
html[data-shauto-theme="dark"] .footer-container .footer_top li,
html[data-shauto-theme="dark"] .footer-container .footer_before li,
html[data-shauto-theme="dark"] .footer-container .footer_after li,
html[data-shauto-theme="dark"] .footer-container .footer_bottom li,
html[data-shauto-theme="dark"] .footer-container .footer_top span,
html[data-shauto-theme="dark"] .footer-container .footer_before span,
html[data-shauto-theme="dark"] .footer-container .footer_after span,
html[data-shauto-theme="dark"] .footer-container .footer_bottom span {
  color: #d7e0ea;
}

html[data-shauto-theme="dark"] .footer-container .footer_top h3,
html[data-shauto-theme="dark"] .footer-container .footer_top h4,
html[data-shauto-theme="dark"] .footer-container .footer_top .title-footer-block,
html[data-shauto-theme="dark"] .footer-container .footer_top .block-contact-title,
html[data-shauto-theme="dark"] .footer-container .footer_top .myaccount-title,
html[data-shauto-theme="dark"] .footer-container .footer_top .h3,
html[data-shauto-theme="dark"] .footer-container .footer_top .h4 {
  color: #f3f7fb;
}

.scroll_top {
  background: var(--auto-accent);
  color: #fff;
}

.alert,
.warning,
.help-block {
  border-radius: var(--auto-radius);
}

.alert-success {
  background: rgba(24, 160, 88, .12);
  border-color: rgba(24, 160, 88, .28);
  color: var(--auto-success);
}

.alert-warning {
  background: rgba(217, 119, 6, .13);
  border-color: rgba(217, 119, 6, .28);
  color: var(--auto-warning);
}

.alert-danger {
  background: rgba(220, 38, 38, .12);
  border-color: rgba(220, 38, 38, .28);
  color: var(--auto-danger);
}

.modal-content,
.quickview .modal-content {
  background: var(--auto-surface);
  color: var(--auto-text);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
}

.modal.quickview.shauto-quickview .modal-dialog {
  width: min(940px, calc(100vw - 24px));
  max-width: 940px;
  margin: 24px auto;
}

.shauto-quickview .modal-content {
  overflow: hidden;
  background: var(--auto-surface);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.shauto-quickview .modal-header {
  min-height: 48px;
  padding: 8px 12px;
  background: var(--auto-surface);
  border-bottom: 1px solid var(--auto-border);
}

.shauto-quickview .modal-header .close {
  width: 38px;
  height: 38px;
  margin: 0;
  color: var(--auto-text-muted);
  opacity: 1;
  text-shadow: none;
}

.shauto-quickview .modal-body {
  padding: 22px;
}

.shauto-quickview__grid {
  display: flex;
  align-items: stretch;
}

.shauto-quickview__media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--auto-surface-2);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
  padding: 16px;
}

.shauto-quickview__media .product-cover,
.shauto-quickview__media .images-container {
  width: 100%;
}

.shauto-quickview__media .product-cover img,
.shauto-quickview__media .js-qv-product-cover {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.shauto-quickview__detail {
  padding: 4px 8px 4px 26px;
}

.shauto-quickview__title {
  margin: 0 0 16px;
  color: var(--auto-text);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.16;
  text-transform: none;
}

.shauto-quickview .product-prices,
.shauto-quickview .product-price-and-shipping {
  margin: 0 0 14px;
  color: var(--auto-accent) !important;
}

.shauto-quickview .current-price,
.shauto-quickview .current-price span,
.shauto-quickview .product-price,
.shauto-quickview .price,
body.ybc-skin-blue_3 .shauto-quickview .product-prices div {
  color: var(--auto-accent) !important;
  font-size: 26px;
  font-weight: 900;
}

.shauto-quickview .tax-shipping-delivery-label,
.shauto-quickview .product-prices .tax-shipping-delivery-label {
  color: var(--auto-text-muted) !important;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.shauto-quickview #product-description-short,
.shauto-quickview #product-description-short p {
  color: var(--auto-text-muted);
  font-size: 15px;
  line-height: 1.55;
}

.shauto-quickview #product-description-short strong,
.shauto-quickview #product-description-short b,
.shauto-quickview #product-description-short span[style*="green"],
.shauto-quickview #product-description-short font[color="green"] {
  color: var(--auto-text-muted) !important;
}

.shauto-quickview .product-actions {
  margin-top: 18px;
}

.shauto-quickview .product-add-to-cart .control-label {
  display: none;
}

.shauto-quickview .product-quantity {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.shauto-quickview .product-quantity .qty,
.shauto-quickview .product-quantity .add {
  margin: 0;
}

.shauto-quickview .product-quantity .add {
  display: block;
  width: 100%;
  min-width: 0;
}

.shauto-quickview .product-quantity .qty input,
.shauto-quickview .bootstrap-touchspin input {
  width: 82px;
  height: 48px;
  border: 1px solid var(--auto-border);
  background: var(--auto-surface-2);
  color: var(--auto-text);
  font-weight: 800;
  text-align: center;
}

.shauto-quickview .product-actions .add-to-cart,
.shauto-quickview .product-quantity .add-to-cart,
.shauto-quickview button[data-button-action="add-to-cart"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 265px;
  min-height: 48px;
  padding: 0 18px;
  background: var(--auto-accent) !important;
  border-color: var(--auto-accent) !important;
  color: #fff !important;
  border-radius: var(--auto-radius-sm);
  box-shadow: 0 16px 34px rgba(241, 90, 36, .28) !important;
  font-size: 15px;
  font-weight: 900;
  text-transform: none;
}

.shauto-quickview .product-actions .add-to-cart:hover,
.shauto-quickview button[data-button-action="add-to-cart"]:hover {
  background: #d94b1a !important;
  border-color: #d94b1a !important;
}

.shauto-quickview #product-availability {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.shauto-quickview .modal-footer {
  display: none;
}

body#checkout,
body#cart {
  background: var(--auto-bg);
  color: var(--auto-text);
}

html[data-shauto-theme="dark"] body#checkout,
html[data-shauto-theme="dark"] body#cart {
  background: var(--auto-bg) !important;
}

html[data-shauto-theme="dark"] body#checkout #wrapper,
html[data-shauto-theme="dark"] body#checkout #content,
html[data-shauto-theme="dark"] body#checkout #content-wrapper,
html[data-shauto-theme="dark"] body#checkout .breadcrumb_wrapper,
html[data-shauto-theme="dark"] body#checkout .container,
html[data-shauto-theme="dark"] body#checkout footer,
html[data-shauto-theme="dark"] body#checkout footer .container,
html[data-shauto-theme="dark"] body#cart #wrapper,
html[data-shauto-theme="dark"] body#cart #content,
html[data-shauto-theme="dark"] body#cart #content-wrapper,
html[data-shauto-theme="dark"] body#cart .breadcrumb_wrapper,
html[data-shauto-theme="dark"] body#cart .container,
html[data-shauto-theme="dark"] body#cart footer,
html[data-shauto-theme="dark"] body#cart footer .container {
  background: var(--auto-bg) !important;
}

body#checkout #wrapper,
body#checkout #content,
body#checkout .container,
body#checkout section.checkout-step,
body#checkout .checkout-step,
body#checkout .cart-summary,
body#checkout .cart-summary-products,
body#checkout .card,
body#checkout .modal-content,
body#cart .cart-container,
body#cart .cart-summary {
  color: var(--auto-text);
}

html[data-shauto-theme="dark"] body#checkout section.checkout-step,
html[data-shauto-theme="dark"] body#checkout .checkout-step,
html[data-shauto-theme="dark"] body#checkout .cart-summary,
html[data-shauto-theme="dark"] body#checkout .card,
html[data-shauto-theme="dark"] body#checkout .address-item,
html[data-shauto-theme="dark"] body#cart .cart-container,
html[data-shauto-theme="dark"] body#cart .cart-summary {
  background: #141c26 !important;
  border-color: #2a3648 !important;
  color: #e7ecf4 !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .22) !important;
}

body#checkout section.checkout-step,
body#checkout .checkout-step,
body#checkout .cart-summary,
body#checkout .card {
  background: var(--auto-surface);
  border-color: var(--auto-border);
}

body#checkout .breadcrumb_wrapper {
  background: var(--auto-bg);
  border-bottom: 1px solid var(--auto-border);
}

html[data-shauto-theme="dark"] body#checkout .breadcrumb_wrapper {
  border-bottom-color: #2a3648;
}

body#checkout section.checkout-step *,
body#checkout .checkout-step *,
body#checkout .cart-summary *,
body#checkout .condition-label,
body#checkout .condition-label *,
body#checkout .js-terms,
body#checkout .js-terms *,
body#checkout label,
body#checkout .form-control-label,
body#checkout .custom-checkbox,
body#checkout .custom-checkbox label,
body#checkout .radio-inline,
body#checkout .payment-option,
body#checkout .payment-option label,
body#checkout .delivery-option,
body#checkout .delivery-option label,
body#checkout .delivery-option-2,
body#checkout .carrier-name,
body#checkout .carrier-delay,
body#checkout .carrier-price,
body#checkout .address,
body#checkout .address-alias,
body#checkout .cart-summary-line,
body#checkout .cart-summary-line .label,
body#checkout .cart-summary-line .value,
body#checkout .cart-summary-product-line,
body#checkout .product-name,
body#checkout .step-title,
body#checkout .h1,
body#checkout .h2,
body#checkout .h3,
body#checkout .h4,
body#checkout .content,
body#checkout p,
body#checkout small,
body#checkout span,
body#checkout strong {
  color: var(--auto-text) !important;
}

body#checkout .text-muted,
body#checkout .help-block,
body#checkout .carrier-delay,
body#checkout .tax-shipping-delivery-label,
body#checkout .cart-summary-line small,
body#checkout .condition-label p {
  color: var(--auto-text-muted) !important;
}

body#checkout a,
body#checkout .js-terms a,
body#checkout .condition-label a {
  color: var(--auto-accent-2) !important;
}

body#checkout .delivery-option,
body#checkout .payment-option,
body#checkout .address-item,
body#checkout #conditions-to-approve,
body#checkout .js-payment-option-form {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

body#checkout section.checkout-step .delivery-option,
body#checkout section.checkout-step .payment-options label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  margin-bottom: 12px;
  padding: 14px 16px;
  background: var(--auto-surface);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
  color: var(--auto-text) !important;
}

body#checkout section.checkout-step .payment-option {
  padding: 0 !important;
  margin-bottom: 12px;
}

html[data-shauto-theme="dark"] body#checkout section.checkout-step .delivery-option,
html[data-shauto-theme="dark"] body#checkout section.checkout-step .payment-options label {
  background: #18212b !important;
  border-color: #2f3b49 !important;
  color: #edf2f7 !important;
}

body#checkout .delivery-option label,
body#checkout .payment-option label,
body#checkout .delivery-option-2,
body#checkout .carrier-name,
body#checkout .carrier-delay,
body#checkout .carrier-price,
body#checkout .payment-option .label,
body#checkout .payment-option .h6,
body#checkout .payment-option .js-additional-information,
body#checkout .payment-option .payment-message {
  color: var(--auto-text) !important;
}

body#checkout section.checkout-step .payment-options label img,
body#checkout section.checkout-step .delivery-option img {
  max-width: 96px;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
}

body#checkout section.checkout-step .payment-options .custom-radio,
body#checkout section.checkout-step .delivery-option .custom-radio {
  flex: 0 0 auto;
  margin: 0 8px 0 0;
}

body#checkout .js-payment-option-form {
  margin: -8px 0 12px;
  padding: 14px 16px;
  background: var(--auto-surface-2);
  border: 1px solid var(--auto-border);
  border-top: 0;
  border-radius: 0 0 var(--auto-radius) var(--auto-radius);
}

html[data-shauto-theme="dark"] body#checkout .js-payment-option-form {
  background: #141c26 !important;
  border-color: #2f3b49 !important;
}

body#checkout .form-control,
body#checkout .custom-select,
body#checkout select,
body#checkout input,
body#checkout textarea {
  background: var(--auto-surface-2) !important;
  border-color: var(--auto-border) !important;
  color: var(--auto-text) !important;
}

body#checkout .form-control::placeholder,
body#checkout input::placeholder,
body#checkout textarea::placeholder {
  color: var(--auto-text-muted) !important;
}

body#checkout .address-selector {
  display: grid;
  gap: 12px;
}

body#checkout .address-item {
  padding: 14px 16px !important;
  background: var(--auto-surface-2) !important;
  border: 1px solid var(--auto-border) !important;
  border-radius: var(--auto-radius) !important;
  box-shadow: none !important;
}

body#checkout .address-item.selected {
  border-color: var(--auto-accent) !important;
  box-shadow: 0 0 0 1px rgba(38, 113, 119, .2), 0 16px 32px rgba(0, 0, 0, .18) !important;
}

body#checkout .address-item header,
body#checkout .address-item .radio-block,
body#checkout .address-item .address,
body#checkout .address-item .address-footer {
  background: transparent !important;
  color: var(--auto-text) !important;
}

body#checkout .address-item .address-alias {
  color: var(--auto-text) !important;
  font-size: 15px;
  font-weight: 900;
}

body#checkout .address-item .address {
  margin-top: 10px;
  color: var(--auto-text-muted) !important;
}

body#checkout .address-item .address p {
  margin-bottom: 6px;
}

body#checkout .address-item hr {
  border-top-color: var(--auto-border) !important;
}

body#checkout .address-item .edit-address,
body#checkout .address-item .delete-address {
  color: var(--auto-accent-2) !important;
}

html[data-shauto-theme="dark"] body#checkout .add-address a,
html[data-shauto-theme="dark"] body#checkout .address-item .edit-address,
html[data-shauto-theme="dark"] body#checkout .address-item .delete-address,
html[data-shauto-theme="dark"] body#checkout .breadcrumb a,
html[data-shauto-theme="dark"] body#checkout .breadcrumb span {
  color: #dbe7f4 !important;
}

body#checkout .custom-checkbox input[type="checkbox"] + span,
body#checkout .custom-radio {
  background: var(--auto-surface);
  border: 1px solid var(--auto-border-strong);
}

body#checkout .custom-radio span,
body#checkout .custom-checkbox span {
  color: var(--auto-text) !important;
}

body#checkout #conditions-to-approve {
  margin-top: 10px;
  padding: 14px 16px;
  background: var(--auto-surface-2);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
  box-shadow: 0 10px 26px rgba(17, 24, 39, .06);
}

body#checkout #conditions-to-approve ul {
  margin: 0;
  padding: 0;
}

body#checkout #conditions-to-approve li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

body#checkout #conditions-to-approve .condition-label {
  color: var(--auto-text) !important;
}

body#checkout #conditions-to-approve .js-terms {
  display: block;
  color: var(--auto-text) !important;
  line-height: 1.5;
}

html[data-shauto-theme="light"] body#checkout #conditions-to-approve {
  background: var(--auto-surface-2) !important;
  border-color: var(--auto-border) !important;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .06) !important;
}

html[data-shauto-theme="light"] body#checkout #conditions-to-approve .custom-checkbox,
html[data-shauto-theme="light"] body#checkout #conditions-to-approve .condition-label,
html[data-shauto-theme="light"] body#checkout #conditions-to-approve .js-terms {
  color: var(--auto-text) !important;
}

html[data-shauto-theme="light"] body#checkout #conditions-to-approve .custom-checkbox input[type="checkbox"] + span {
  background: var(--auto-surface) !important;
  border-color: var(--auto-border-strong) !important;
}

html[data-shauto-theme="light"] body#checkout #conditions-to-approve .custom-checkbox input[type="checkbox"]:checked + span {
  background: var(--auto-accent) !important;
  border-color: var(--auto-accent) !important;
}

html[data-shauto-theme="dark"] body#checkout #conditions-to-approve {
  background: #18212b !important;
  border-color: #2f3b49 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22) !important;
}

html[data-shauto-theme="dark"] body#checkout #conditions-to-approve .custom-checkbox,
html[data-shauto-theme="dark"] body#checkout #conditions-to-approve .condition-label,
html[data-shauto-theme="dark"] body#checkout #conditions-to-approve .js-terms {
  color: #edf2f7 !important;
}

html[data-shauto-theme="dark"] body#checkout #conditions-to-approve .custom-checkbox input[type="checkbox"] + span {
  background: #141c26 !important;
  border-color: #3b4654 !important;
}

html[data-shauto-theme="dark"] body#checkout #conditions-to-approve .custom-checkbox input[type="checkbox"]:checked + span {
  background: var(--auto-accent) !important;
  border-color: var(--auto-accent) !important;
}

body#checkout .custom-checkbox input[type="checkbox"]:checked + span,
body#checkout .custom-radio input[type="radio"]:checked + span,
body#checkout .custom-radio input[type="radio"]:checked + span:before {
  background-color: var(--auto-accent) !important;
  border-color: var(--auto-accent) !important;
}

body#checkout .btn-primary,
body#checkout button.btn-primary,
body#checkout .continue.btn-primary,
body#cart .btn-primary,
body#cart .cart-wishlist-checkout,
.cart-wishlist-checkout,
.add_to_cart,
.add_to_cart.btn,
.add_to_cart_button .add_to_cart,
body.ybc-skin-blue_3 .add_to_cart_button,
body.ybc-skin-blue_3 .add_to_cart,
body.ybc-skin-blue_3 .cart-wishlist-checkout {
  background: var(--auto-accent) !important;
  border-color: var(--auto-accent) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(241, 90, 36, .22) !important;
}

body#checkout #payment-confirmation button.btn-primary {
  background: var(--auto-accent) !important;
  border-color: var(--auto-accent) !important;
}
body#checkout #payment-confirmation button.btn-primary[data-payment-method="card"],
body#checkout #payment-confirmation button.btn-primary[data-payment-method="cash"] {
  background: var(--auto-success) !important;
  border-color: var(--auto-success) !important;
  box-shadow: 0 12px 26px rgba(24, 160, 88, .22) !important;
}

#payment-confirmation {
  margin-top: 12px;
}

body#checkout .btn-primary:hover,
body#checkout button.btn-primary:hover,
body#checkout .continue.btn-primary:hover,
body#cart .btn-primary:hover,
body#cart .cart-wishlist-checkout:hover,
.cart-wishlist-checkout:hover,
.add_to_cart:hover,
.add_to_cart.btn:hover,
.add_to_cart_button .add_to_cart:hover,
body.ybc-skin-blue_3 .add_to_cart_button:hover,
body.ybc-skin-blue_3 .add_to_cart:hover,
body.ybc-skin-blue_3 .cart-wishlist-checkout:hover {
  background: #d94b1a !important;
  border-color: #d94b1a !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  body#checkout .delivery-option label,
  body#checkout .payment-option label,
  body#checkout .delivery-option-2,
  body#checkout .carrier-name,
  body#checkout .carrier-delay,
  body#checkout .carrier-price,
  body#checkout .payment-option .label,
  body#checkout .payment-option .h6 {
    color: #edf2f7 !important;
    opacity: 1 !important;
  }

  body#checkout #conditions-to-approve {
    background: #18212b !important;
    border: 1px solid #2f3b49 !important;
    border-radius: var(--auto-radius) !important;
    padding: 14px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22) !important;
  }

  body#checkout #conditions-to-approve .custom-checkbox label,
  body#checkout #conditions-to-approve .js-terms {
    color: #edf2f7 !important;
  }

  body#checkout #conditions-to-approve .custom-checkbox input[type="checkbox"] + span {
    background: #141c26 !important;
    border-color: #3b4654 !important;
  }

  body#checkout .js-payment-option-form {
    margin-top: -10px;
  }

  body#checkout #payment-confirmation button.btn-primary {
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  body#checkout #payment-confirmation button.btn-primary[data-payment-method="cash"] {
    background: var(--auto-success) !important;
    border-color: var(--auto-success) !important;
    box-shadow: 0 12px 26px rgba(24, 160, 88, .24) !important;
  }

  body#checkout #payment-confirmation button.btn-primary[data-payment-method="card"] {
    background: var(--auto-accent) !important;
    border-color: var(--auto-accent) !important;
    box-shadow: 0 12px 26px rgba(38, 113, 119, .24) !important;
  }

  body#checkout section.checkout-step .payment-options label {
    min-height: 58px;
    padding: 12px 14px;
  }

  body#checkout section.checkout-step .payment-options label img {
    max-width: 78px;
    max-height: 28px;
  }

  body#checkout .custom-radio {
    margin-top: 2px;
  }
}

#block-reassurance {
  margin: 22px 0 0;
  padding: 14px;
  background: var(--auto-surface);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
  color: var(--auto-text);
}

html[data-shauto-theme="dark"] #block-reassurance {
  background: #18212b;
  border-color: #334155;
}

#block-reassurance ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
}

#block-reassurance li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#block-reassurance .block-reassurance-item {
  position: relative;
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 0;
  padding: 14px;
  background: var(--auto-surface-2);
  border: 1px solid var(--auto-border);
  border-radius: var(--auto-radius);
  box-shadow: none;
  color: var(--auto-text);
}

#block-reassurance .block-reassurance-item:before {
  content: "";
  position: static;
  width: 4px;
  min-height: 100%;
  background: var(--auto-accent);
  border-radius: 999px;
}

#block-reassurance .block-reassurance-item img {
  display: none !important;
}

#block-reassurance .block-reassurance-item .h6,
#block-reassurance .block-reassurance-item span,
#block-reassurance .block-reassurance-item p,
#block-reassurance .block-reassurance-item strong {
  display: block;
  margin: 0;
  color: var(--auto-text) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
}

body#checkout #block-reassurance,
body#checkout #block-reassurance *,
body#cart #block-reassurance,
body#cart #block-reassurance * {
  color: var(--auto-text) !important;
}

body#cart #block-reassurance .block-reassurance-item,
body#checkout #block-reassurance .block-reassurance-item {
  background: var(--auto-surface-2) !important;
  border-color: var(--auto-border) !important;
}

html[data-shauto-theme="dark"] body#cart #block-reassurance .block-reassurance-item,
html[data-shauto-theme="dark"] body#checkout #block-reassurance .block-reassurance-item {
  background: #202b36 !important;
  border-color: #3b4654 !important;
}

body#checkout .cart-summary {
  overflow: hidden;
  border-radius: var(--auto-radius);
}

body#checkout .cart-summary,
body#checkout .cart-summary .card-block,
body#checkout .cart-summary-products,
body#checkout .cart-summary-line {
  background: var(--auto-surface) !important;
  border-color: var(--auto-border) !important;
}

body#checkout .cart-summary-line {
  padding: 10px 0;
}

body#checkout .cart-summary-line.cart-total,
body#checkout .cart-summary-line:last-child {
  border-top: 1px solid var(--auto-border);
  font-size: 16px;
  font-weight: 900;
}

.shauto-filter-backdrop {
  display: none;
}

body.shauto-filter-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .products,
  .product_list,
  #js-product-list .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .header-top {
    top: 0;
  }

  .mobile_logo {
    display: block;
    background: var(--auto-surface);
    border-bottom: 1px solid var(--auto-border);
    text-align: center;
  }

  .shauto-home-intro__content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "actions";
    min-height: 0;
    padding: 42px 15px 30px;
  }

  .shauto-home-quicknav,
  .shauto-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .products,
  .product_list,
  #js-product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body#product #main > .col-md-6,
  .right_pb_product {
    width: 100%;
  }

  #left-column {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 2000;
    width: min(88vw, 360px);
    height: 100vh;
    overflow: auto;
    padding: 18px;
    background: var(--auto-surface);
    transition: left .2s ease;
    box-shadow: var(--auto-shadow);
  }

  body.shauto-filter-open #left-column {
    left: 0;
  }

  .shauto-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1990;
    background: rgba(0, 0, 0, .52);
  }

  body.shauto-filter-open .shauto-filter-backdrop {
    display: block;
  }

  .cart-summary {
    position: static;
  }
}

@media (max-width: 767px) {
  .header-nav {
    display: none;
  }

  body#checkout .container,
  body#cart .container {
    padding-left: 28px;
    padding-right: 12px;
  }

  body#checkout #content > .row,
  body#cart #content > .row {
    margin-left: 0;
    margin-right: 0;
  }

  body#checkout #content > .row > [class*="col-"],
  body#cart #content > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  body#checkout .breadcrumb_wrapper .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .shauto-header-top-row {
    min-height: 62px;
  }

  .shauto-mobile-theme-toggle {
    display: block;
    flex: 0 0 auto;
    order: 2;
  }

  .shauto-mobile-theme-toggle .shauto-theme-toggle {
    display: inline-flex;
    background: var(--auto-surface-2);
    border-color: var(--auto-border);
    color: var(--auto-text);
  }

  #menu-icon {
    order: 1;
  }

  .shauto-home-intro__eyebrow {
    font-size: clamp(18px, 6vw, 30px);
    -webkit-text-stroke-width: 2px;
    text-shadow:
      1px 1px 0 #000,
      3px 3px 0 #000,
      5px 5px 0 #111,
      7px 7px 12px rgba(0, 0, 0, .45);
  }

  .shauto-home-intro h1 {
    font-size: 36px;
  }

  .shauto-hero-search {
    display: grid;
    grid-template-columns: auto 1fr;
  }

.shauto-hero-search button {
  background: var(--auto-accent) !important;
  border-color: var(--auto-accent) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(241, 90, 36, .24) !important;
}

.shauto-hero-search button:hover,
.shauto-hero-search button:focus {
  background: #d94b1a !important;
  border-color: #d94b1a !important;
  color: #fff !important;
}

    grid-column: 1 / -1;
    width: 100%;
  }

  .shauto-home-quicknav,
  .shauto-trust-grid,
  .shauto-category-grid {
    grid-template-columns: 1fr;
  }

  .products,
  .product_list,
  #js-product-list .products {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .shauto-product-section .products,
  .shauto-product-section .product_list,
  .featured-products .products,
  .featured-products .product_list {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .product-miniature .image_item_product {
    padding: 10px;
  }

  .product-miniature .product-description {
    padding: 12px;
  }

  .product-title,
  .product-title a {
    min-height: 38px;
    font-size: 20px;
  }

  .short_description {
    display: none;
  }

  .highlighted-informations {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 8px;
  }

  .quick-view {
    display: inline-flex;
    width: 40px;
    height: 40px;
  }

  .product-price-and-shipping .price,
  .current-price,
  .product-price {
    font-size: 16px;
  }

  body#product .product-add-to-cart {
    position: sticky;
    bottom: 0;
    z-index: 1020;
    margin: 16px -18px -18px;
    padding: 12px;
    background: var(--auto-surface);
    border-top: 1px solid var(--auto-border);
    box-shadow: 0 -14px 34px rgba(17, 24, 39, .14);
  }

  body#product .product-quantity {
    align-items: stretch;
  }

  body#product .product-quantity .add {
    flex: 1;
  }

  body#product .product-quantity .add-to-cart {
    width: 100%;
  }

  .products-selection {
    align-items: stretch;
    flex-direction: column;
  }

  .modal.quickview.shauto-quickview .modal-dialog {
    width: calc(100vw - 16px);
    margin: 8px auto;
  }

  .shauto-quickview .modal-body {
    padding: 14px;
  }

  .shauto-quickview__grid {
    display: block;
  }

  .shauto-quickview__media {
    padding: 10px;
    margin-bottom: 16px;
  }

  .shauto-quickview__media .product-cover img,
  .shauto-quickview__media .js-qv-product-cover {
    max-height: 330px;
  }

  .shauto-quickview__detail {
    padding: 0;
  }

  .shauto-quickview__title {
    font-size: 23px;
  }

  .shauto-quickview .product-quantity {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
  }

  .shauto-quickview .product-actions .add-to-cart,
  .shauto-quickview .product-quantity .add-to-cart,
  .shauto-quickview button[data-button-action="add-to-cart"] {
    min-width: 0 !important;
    padding: 0 10px;
    font-size: 14px;
  }

  #search_widget.search-widget {
    display: none !important;
  }

  #search_widget .search_icon_toogle {
    display: inline-flex !important;
    width: 42px !important;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0 !important;
    border: 1px solid var(--auto-border) !important;
    background: var(--auto-surface-2) !important;
    color: var(--auto-text) !important;
    border-radius: var(--auto-radius-sm) !important;
    touch-action: manipulation;
    cursor: pointer;
  }

  #search_widget form {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    top: 68px !important;
    z-index: 3000 !important;
    display: flex !important;
    align-items: center;
    min-height: 52px;
    margin: 0 !important;
    padding: 6px !important;
    border: 1px solid var(--auto-border-strong) !important;
    background: var(--auto-surface) !important;
    border-radius: var(--auto-radius) !important;
    box-shadow: var(--auto-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
  }

  #search_widget form.active,
  #search_widget form.form_focus {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0);
    visibility: visible !important;
  }

  #search_widget form input[type="text"],
  #search_widget input {
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    padding: 0 52px 0 12px !important;
    background: var(--auto-surface-2) !important;
    color: var(--auto-text) !important;
    border: 0 !important;
  }

  #search_widget form button[type="submit"] {
    position: absolute !important;
    top: 11px !important;
    right: 11px !important;
    bottom: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    height: 36px !important;
    min-height: 36px;
    padding: 0 !important;
    background: var(--auto-accent) !important;
    color: #fff !important;
    border: 0 !important;
    pointer-events: auto;
  }

  .shauto-home-section-toggle,
  .shauto-section-arrow {
    position: relative;
    z-index: 3;
    min-width: 42px;
    min-height: 42px;
    touch-action: manipulation;
  }

  body.shauto-mobile-menu-open {
    overflow: hidden;
  }

  body.shauto-mobile-menu-open #wrapper,
  body.shauto-mobile-menu-open #footer,
  body.shauto-mobile-menu-open #notifications {
    pointer-events: none;
  }

  #header .menu_and_cattree,
  .menu_and_cattree {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2147483000 !important;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 54px 10px 10px;
    background: rgba(5, 8, 12, .86) !important;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  #header .menu_and_cattree.is-open,
  .menu_and_cattree.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .menu_and_cattree > .container {
    width: 100%;
    max-width: 430px;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
  }

  .menu_and_cattree .row,
  .menu_and_cattree .custom_menu {
    display: none !important;
  }

  .shauto-mobile-category-panel {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    min-height: 0;
    max-height: none;
    background: var(--auto-surface);
    border: 1px solid var(--auto-border);
    border-radius: var(--auto-radius);
    box-shadow: var(--auto-shadow);
    color: var(--auto-text);
  }

  .shauto-mobile-category-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 0 0 auto;
    padding: 10px 12px;
    border-bottom: 1px solid var(--auto-border);
  }

  .shauto-mobile-category-panel__head strong {
    color: var(--auto-text);
    font-size: 16px;
    font-weight: 900;
  }

  .shauto-mobile-category-panel__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--auto-border);
    background: var(--auto-surface-2);
    color: var(--auto-text);
    border-radius: var(--auto-radius-sm);
  }

  .shauto-mobile-category-list {
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px 10px 72px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  .shauto-mobile-category-list .block-categories,
  .shauto-mobile-category-list .block-categories.hidden-sm-down {
    display: block !important;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .shauto-mobile-category-list .category-top-menu,
  .shauto-mobile-category-list .category-sub-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
    padding: 0;
  }

  .shauto-mobile-category-list .category-top-menu > li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .shauto-mobile-category-list .category-top-menu > li:first-child > a {
    display: none;
  }

  .shauto-mobile-category-list .category-sub-menu li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .shauto-mobile-category-list .category-sub-menu li:last-child {
    margin-bottom: 18px;
  }

  .shauto-mobile-category-list a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
    background: var(--auto-surface-2);
    border: 1px solid var(--auto-border);
    border-radius: var(--auto-radius-sm);
    color: var(--auto-text) !important;
    font-weight: 800;
    text-decoration: none;
  }

  .shauto-mobile-category-list .category-sub-link {
    min-height: 42px;
    margin-left: 12px;
    background: transparent;
    color: var(--auto-text-muted) !important;
  }

  .shauto-mobile-category-list .collapse-icons,
  .shauto-mobile-category-list .arrows {
    position: absolute;
    top: 5px;
    right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: var(--auto-accent);
    cursor: pointer;
  }

  .shauto-mobile-category-list .collapse:not(.in) {
    display: none;
  }

  .shauto-mobile-category-list .collapse.in {
    display: block;
    padding-top: 8px;
  }

  .shauto-mobile-category-list .material-icons {
    color: var(--auto-accent);
    font-size: 21px;
  }
}

@media (max-width: 420px) {
  .products,
  .product_list,
  #js-product-list .products {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .page-home .products,
  .page-home .product_list,
  .shauto-product-section .products,
  .shauto-product-section .product_list,
  .featured-products .products,
  .featured-products .product_list,
  #products .products,
  #js-product-list .products,
  .product-accessories .products,
  .categoryproducts_content {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch;
  }

  .page-home .product-miniature,
  .shauto-product-section .product-miniature,
  .featured-products .product-miniature,
  #products .product-miniature,
  #js-product-list .product-miniature,
  .product-accessories .product-miniature,
  .categoryproducts_content > .product-miniature {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product-miniature .thumbnail-container {
    height: 100%;
    min-height: 0;
  }

  .product-miniature .image_item_product {
    min-height: 220px;
    max-height: none;
    aspect-ratio: 1.2 / 1;
    padding: 18px;
  }

  .product-miniature .product-thumbnail,
  .product-miniature .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-miniature img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .product-miniature .product-description {
    min-height: 176px;
    padding: 14px;
  }

  .product-title,
  .product-title a {
    min-height: 39px;
    font-size: 14px;
    line-height: 1.35;
  }

  .short_description,
  .hook-reviews {
    display: none;
  }

  .product-price-and-shipping .price,
  .current-price,
  .product-price {
    font-size: 18px;
  }

  .product-miniature .add_to_cart.btn,
  .product-miniature .add_to_cart_button .add_to_cart,
  .featured-products .product-miniature .add_to_cart.btn,
  .products .product-miniature .add_to_cart.btn {
    min-height: 40px;
    font-size: 13px;
  }

  .quick-view {
    width: 40px;
    height: 40px;
    background: var(--auto-surface-2);
    color: var(--auto-text) !important;
  }
}

@media (min-width: 1200px) {
  .page-home .products,
  .page-home .product_list,
  .shauto-product-section .products,
  .shauto-product-section .product_list,
  .featured-products .products,
  .featured-products .product_list,
  #products .products,
  #js-product-list .products,
  .product-accessories .products,
  .categoryproducts_content {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .product-miniature .image_item_product {
    min-height: 230px;
  }
}
