figure.product-tile .product-rate-container,
.product_card .product-rate-container,
.product_card .product-rating,
.product_card .product-rate {
  display: none !important;
}

body.sdd-category-v9 .products_lists_pages_top_presentation {
  --sdd-ink: #20252b;
  --sdd-muted: #69635d;
  --sdd-line: #e7ddd3;
  --sdd-orange: #df6500;
}

body.sdd-category-v9 .sdd-category-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 32%);
  min-height: 226px;
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid var(--sdd-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.95), transparent 31%),
    linear-gradient(125deg, #f8f3ed 0%, #fbf8f4 58%, #eee5da 100%);
  box-shadow: 0 16px 42px rgba(31, 36, 42, 0.07);
}

body.sdd-category-v9 .sdd-category-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 34px 36px;
}

body.sdd-category-v9 .sdd-category-hero .heading_title {
  margin: 0;
}

body.sdd-category-v9 .sdd-category-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--sdd-ink);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 760;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

body.sdd-category-v9 .sdd-category-hero .heading_title > span {
  display: inline-flex !important;
  align-items: center;
  align-self: flex-start;
  width: auto;
  margin-top: 14px !important;
  padding: 7px 11px;
  color: #6b5c50;
  border: 1px solid #e4d6c8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1;
  backdrop-filter: blur(8px);
}

body.sdd-category-v9 .sdd-category-hero .category_description {
  width: auto;
  max-width: 680px;
  margin: 18px 0 0 !important;
  color: var(--sdd-muted);
  font-size: 15px;
  line-height: 1.58;
}

body.sdd-category-v9 .sdd-category-hero .category_description p {
  margin: 0;
}

body.sdd-category-v9 .sdd-category-hero-media {
  position: relative;
  min-height: 226px;
  isolation: isolate;
}

body.sdd-category-v9 .sdd-category-hero-media::before,
body.sdd-category-v9 .sdd-category-hero-media::after {
  position: absolute;
  border: 1px solid rgba(221, 189, 158, 0.42);
  border-radius: 50%;
  content: "";
}

body.sdd-category-v9 .sdd-category-hero-media::before {
  top: -42px;
  right: -28px;
  width: 260px;
  height: 260px;
}

body.sdd-category-v9 .sdd-category-hero-media::after {
  right: 86px;
  bottom: -72px;
  width: 190px;
  height: 190px;
}

body.sdd-category-v9 .sdd-category-hero-image {
  position: absolute;
  z-index: 1;
  inset: 16px 24px 16px 0;
  width: calc(100% - 24px);
  height: calc(100% - 32px);
  object-fit: contain;
  filter: saturate(0.9) contrast(1.02);
  mix-blend-mode: multiply;
}

body.sdd-category-v9 .subcategories_list_wrapper {
  margin: 0 0 24px;
}

body.sdd-category-v9 .sdd-subcategory-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 15px;
}

body.sdd-category-v9 .sdd-subcategory-heading h2 {
  margin: 0;
  color: var(--sdd-ink);
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 740;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

body.sdd-category-v9 .sdd-subcategory-kicker {
  order: 2;
  color: #887b70;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

body.sdd-category-v9 .subcategories_list_wrapper > .subcategories_list {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px !important;
  width: 100%;
  margin: 0 !important;
}

body.sdd-category-v9 .subcategories_list .single_subcategory {
  flex: 0 0 calc((100% - 42px) / 4);
  min-width: 0 !important;
  margin: 0 !important;
}

body.sdd-category-v9 .subcategories_list .single_subcategory > a {
  display: block !important;
  width: 100% !important;
  height: 100%;
  color: var(--sdd-ink);
  text-decoration: none !important;
}

body.sdd-category-v9 .subcategories_list .single_subcategory > a > div {
  position: relative;
  display: block !important;
  min-height: 144px !important;
  height: 100%;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid var(--sdd-line);
  border-radius: 18px;
  background: linear-gradient(135deg, #f7f1e9, #efe5d8);
  box-shadow: 0 10px 26px rgba(32, 37, 43, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.sdd-category-v9 .subcategories_list .single_subcategory:nth-child(4n + 2) > a > div {
  background: linear-gradient(135deg, #edf2f1, #dfe8e8);
}

body.sdd-category-v9 .subcategories_list .single_subcategory:nth-child(4n + 3) > a > div {
  background: linear-gradient(135deg, #fbf2dd, #f1dfb5);
}

body.sdd-category-v9 .subcategories_list .single_subcategory:nth-child(4n) > a > div {
  background: linear-gradient(135deg, #f2efec, #e4ddd6);
}

body.sdd-category-v9 .subcategories_list .single_subcategory > a > div::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.8) 39%, rgba(255, 255, 255, 0.12) 72%, transparent 100%);
  content: "";
}

body.sdd-category-v9 .subcategories_list .single_subcategory > a > div::after {
  position: absolute;
  z-index: 3;
  right: 13px;
  bottom: 13px;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: #fff;
  border: 0;
  border-radius: 11px;
  background: var(--sdd-orange);
  box-shadow: 0 7px 16px rgba(185, 76, 0, 0.23);
  content: "\2192";
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

body.sdd-category-v9 .subcategories_list .single_subcategory > a:hover > div {
  border-color: #dac7b5;
  box-shadow: 0 17px 36px rgba(32, 37, 43, 0.11);
  transform: translateY(-3px);
}

body.sdd-category-v9 .subcategories_list .single_subcategory_name_only {
  display: none !important;
}

body.sdd-category-v9 .sdd-subcategory-image {
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 64%;
  height: calc(100% - 10px);
  object-fit: contain;
  filter: saturate(0.9) contrast(1.03);
  mix-blend-mode: multiply;
  transition: transform 220ms ease;
}

body.sdd-category-v9 .single_subcategory > a:hover .sdd-subcategory-image {
  transform: scale(1.035);
}

body.sdd-category-v9 .subcategories_list .single_subcategory span.child-decoration {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 17px;
  display: -webkit-box !important;
  width: 58%;
  max-height: 4.2em !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  color: var(--sdd-ink);
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
  text-align: left;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.sdd-category-v9 .products_list_top_options {
  margin-top: 8px;
}

@media (max-width: 1099px) {
  body.sdd-category-v9 .sdd-category-hero {
    grid-template-columns: minmax(0, 1fr) minmax(190px, 31%);
  }

  body.sdd-category-v9 .sdd-category-hero-copy {
    padding: 28px;
  }

  body.sdd-category-v9 .subcategories_list .single_subcategory {
    flex-basis: calc((100% - 14px) / 2);
  }
}

@media (max-width: 640px) {
  body.sdd-category-v9 .sdd-category-hero {
    grid-template-columns: minmax(0, 1fr) 112px;
    min-height: 188px;
    margin-bottom: 22px;
    border-radius: 18px;
  }

  body.sdd-category-v9 .sdd-category-hero-copy {
    padding: 22px 8px 22px 20px;
  }

  body.sdd-category-v9 .sdd-category-hero h1 {
    font-size: clamp(26px, 8vw, 34px);
  }

  body.sdd-category-v9 .sdd-category-hero .category_description {
    display: -webkit-box;
    max-height: 4.5em;
    margin-top: 13px !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  body.sdd-category-v9 .sdd-category-hero .heading_title > span {
    margin-top: 10px !important;
    padding: 6px 9px;
    font-size: 10px;
  }

  body.sdd-category-v9 .sdd-category-hero-media {
    min-height: 188px;
  }

  body.sdd-category-v9 .sdd-category-hero-image {
    inset: 18px 6px 18px -8px;
    width: calc(100% + 2px);
    height: calc(100% - 36px);
  }

  body.sdd-category-v9 .sdd-subcategory-heading {
    display: block;
    margin-bottom: 12px;
  }

  body.sdd-category-v9 .sdd-subcategory-kicker {
    display: none;
  }

  body.sdd-category-v9 .sdd-subcategory-heading h2 {
    font-size: 23px;
  }

  body.sdd-category-v9 .subcategories_list_wrapper > .subcategories_list {
    gap: 9px !important;
  }

  body.sdd-category-v9 .subcategories_list .single_subcategory {
    flex-basis: calc((100% - 9px) / 2);
  }

  body.sdd-category-v9 .subcategories_list .single_subcategory > a > div {
    min-height: 122px !important;
    border-radius: 15px;
  }

  body.sdd-category-v9 .subcategories_list .single_subcategory span.child-decoration {
    bottom: 13px;
    left: 12px;
    width: 66%;
    font-size: 12px;
  }

  body.sdd-category-v9 .subcategories_list .single_subcategory > a > div::after {
    right: 9px;
    bottom: 9px;
    width: 27px;
    height: 27px;
    border-radius: 9px;
    font-size: 15px;
  }
}

@media (max-width: 359px) {
  body.sdd-category-v9 .subcategories_list .single_subcategory {
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sdd-category-v9 .subcategories_list .single_subcategory > a > div,
  body.sdd-category-v9 .sdd-subcategory-image {
    transition: none;
  }
}
