@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.hero-product-category-parent {
  background-color: var(--wp--preset--color--bg-gray-light);
  padding-top: 6.5rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero-product-category-parent {
    padding-top: 3.75rem;
  }
  .hero-product-category-parent .section-grid-overlay {
    display: none;
  }
}
.hero-product-category-parent .c-breadcrumb {
  padding-left: 1.875rem;
}
@media screen and (max-width: 991px) {
  .hero-product-category-parent .c-breadcrumb {
    padding-left: 0;
  }
}
.hero-product-category-parent .l-wrapper {
  padding-top: 1.5rem !important;
  padding-bottom: 6.25rem !important;
}
@media screen and (max-width: 991px) {
  .hero-product-category-parent .l-wrapper {
    padding-top: 0.625rem !important;
  }
}
.hero-product-category-parent__separator {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 1.5rem;
  background-size: 200% 100% !important;
  background-position: 0% 0%;
}
.hero-product-category-parent__content {
  position: relative;
  z-index: 1;
  padding-top: 9.375rem;
  min-height: 25rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 991px) {
  .hero-product-category-parent__content {
    padding-left: 0;
    padding-top: 3.75rem;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.hero-product-category-parent__ttl {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
  font-style: normal;
}
.hero-product-category-parent__ttl {
  font-size: 60px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent__ttl {
    font-size: calc(60px + 30 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent__ttl {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 991px) {
  .hero-product-category-parent__ttl {
    font-size: 3rem;
  }
}
.hero-product-category-parent__main {
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .hero-product-category-parent__main {
    max-width: 100%;
  }
}
.hero-product-category-parent__img-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7.5rem;
}
@media screen and (max-width: 991px) {
  .hero-product-category-parent__img-wrap {
    position: static;
    transform: none;
    max-width: 12.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-product-category-parent__img {
  height: 100%;
  width: auto;
  max-height: 22.5rem;
}
.hero-product-category-parent-desc {
  margin-top: 1.5rem;
}
.hero-product-category-parent-desc h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.hero-product-category-parent-desc h2 {
  font-size: 42px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc h2 {
    font-size: calc(42px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc h2 {
    font-size: 2.625rem;
  }
}
.hero-product-category-parent-desc h2:not(:first-child) {
  margin-top: 2rem;
}
.hero-product-category-parent-desc h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.hero-product-category-parent-desc h3 {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc h3 {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc h3 {
    font-size: 2rem;
  }
}
.hero-product-category-parent-desc h3:not(:first-child) {
  margin-top: 1.25rem;
}
.hero-product-category-parent-desc h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.hero-product-category-parent-desc h4 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc h4 {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc h4 {
    font-size: 1.25rem;
  }
}
.hero-product-category-parent-desc h5 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc h5 {
    font-size: calc(16px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc h5 {
    font-size: 1.125rem;
  }
}
.hero-product-category-parent-desc p {
  margin-top: 1.25rem;
}
.hero-product-category-parent-desc p:first-child {
  margin-top: 0;
}
.hero-product-category-parent-desc a {
  color: var(--wp--preset--color--txt-black);
}
.hero-product-category-parent-desc p + ul,
.hero-product-category-parent-desc h2 + p,
.hero-product-category-parent-desc h3 + p,
.hero-product-category-parent-desc h4 + p,
.hero-product-category-parent-desc h5 + p {
  margin-top: 1.25rem;
}
.hero-product-category-parent-desc b,
.hero-product-category-parent-desc strong {
  font-weight: 700;
}
.hero-product-category-parent-desc .btn {
  margin-top: 2rem;
}
.hero-product-category-parent-desc i,
.hero-product-category-parent-desc em {
  font-style: italic;
}
.hero-product-category-parent-desc p > a,
.hero-product-category-parent-desc li > a {
  text-decoration: underline;
}
.hero-product-category-parent-desc ul,
.hero-product-category-parent-desc ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hero-product-category-parent-desc ul li,
.hero-product-category-parent-desc ol li {
  position: relative;
  padding-left: 0.75rem;
}
.hero-product-category-parent-desc ul li:last-child,
.hero-product-category-parent-desc ol li:last-child {
  margin-bottom: 0;
}
.hero-product-category-parent-desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: currentColor;
  border-radius: 50% 50%;
}
.hero-product-category-parent-desc ol li {
  list-style: decimal;
}
.hero-product-category-parent-desc img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.hero-product-category-parent-desc *:first-child:not(.mejs-button):not(button) {
  margin-top: 0;
}
.hero-product-category-parent-desc img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  .hero-product-category-parent-desc img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.hero-product-category-parent-desc p,
.hero-product-category-parent-desc li,
.hero-product-category-parent-desc a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.hero-product-category-parent-desc p,
.hero-product-category-parent-desc li,
.hero-product-category-parent-desc a {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc p,
  .hero-product-category-parent-desc li,
  .hero-product-category-parent-desc a {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc p,
  .hero-product-category-parent-desc li,
  .hero-product-category-parent-desc a {
    font-size: 0.875rem;
  }
}
.hero-product-category-parent-desc .wp-video-shortcode:not(:first-child) {
  margin-top: 2rem;
}
.hero-product-category-parent-desc .button {
  font-family: "Outfit", sans-serif;
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  cursor: pointer;
}
.hero-product-category-parent-desc .button:not(:first-child) {
  margin-top: 1rem;
}
.hero-product-category-parent-desc .button:hover {
  color: var(--wp--preset--color--txt-white);
  background-color: var(--wp--preset--color--bg-black);
}
.hero-product-category-parent-desc .button--primary {
  background-color: var(--wp--preset--color--bg-deep-purple-medium);
  color: var(--wp--preset--color--txt-white);
}
.hero-product-category-parent-desc h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.hero-product-category-parent-desc h1 {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc h1 {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc h1 {
    font-size: 3.5rem;
  }
}
.hero-product-category-parent-desc h1:not(:first-child) {
  margin-top: 2rem;
}
.hero-product-category-parent-desc h6 {
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.hero-product-category-parent-desc h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc h6 {
    font-size: 0.875rem;
  }
}
.hero-product-category-parent-desc h6:not(:first-child) {
  margin-top: 1rem;
}
.hero-product-category-parent-desc figure {
  margin: 2rem 0;
  max-width: 100%;
}
.hero-product-category-parent-desc figure:first-child {
  margin-top: 0;
}
.hero-product-category-parent-desc figure img {
  margin: 0;
}
.hero-product-category-parent-desc figcaption,
.hero-product-category-parent-desc .wp-element-caption,
.hero-product-category-parent-desc .wp-caption-text {
  margin-top: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.75;
}
.hero-product-category-parent-desc figcaption,
.hero-product-category-parent-desc .wp-element-caption,
.hero-product-category-parent-desc .wp-caption-text {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc figcaption,
  .hero-product-category-parent-desc .wp-element-caption,
  .hero-product-category-parent-desc .wp-caption-text {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc figcaption,
  .hero-product-category-parent-desc .wp-element-caption,
  .hero-product-category-parent-desc .wp-caption-text {
    font-size: 0.75rem;
  }
}
.hero-product-category-parent-desc .wp-caption {
  max-width: 100%;
}
.hero-product-category-parent-desc .wp-caption img {
  margin: 0;
}
.hero-product-category-parent-desc .aligncenter {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.hero-product-category-parent-desc .aligncenter figcaption,
.hero-product-category-parent-desc .aligncenter .wp-element-caption {
  text-align: center;
}
.hero-product-category-parent-desc .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
}
.hero-product-category-parent-desc .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
}
.hero-product-category-parent-desc .alignwide {
  width: min(100%, 100% + 5rem);
  max-width: none;
  margin-inline: auto;
}
.hero-product-category-parent-desc .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-radius: 0;
}
.hero-product-category-parent-desc .alignfull img {
  border-radius: 0;
}
.hero-product-category-parent-desc img.size-medium,
.hero-product-category-parent-desc figure.size-medium img {
  max-width: 25rem;
  width: 100%;
}
.hero-product-category-parent-desc img.size-thumbnail,
.hero-product-category-parent-desc figure.size-thumbnail img {
  max-width: 9.375rem;
  width: auto;
}
.hero-product-category-parent-desc blockquote,
.hero-product-category-parent-desc .wp-block-quote {
  margin: 1.5rem 0;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 0.1875rem solid currentColor;
  font-style: italic;
}
.hero-product-category-parent-desc blockquote p,
.hero-product-category-parent-desc .wp-block-quote p {
  margin-top: 0.75rem;
}
.hero-product-category-parent-desc blockquote p:first-child,
.hero-product-category-parent-desc .wp-block-quote p:first-child {
  margin-top: 0;
}
.hero-product-category-parent-desc blockquote cite,
.hero-product-category-parent-desc blockquote footer,
.hero-product-category-parent-desc .wp-block-quote cite,
.hero-product-category-parent-desc .wp-block-quote footer {
  display: block;
  margin-top: 0.75rem;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.hero-product-category-parent-desc blockquote cite,
.hero-product-category-parent-desc blockquote footer,
.hero-product-category-parent-desc .wp-block-quote cite,
.hero-product-category-parent-desc .wp-block-quote footer {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc blockquote cite,
  .hero-product-category-parent-desc blockquote footer,
  .hero-product-category-parent-desc .wp-block-quote cite,
  .hero-product-category-parent-desc .wp-block-quote footer {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc blockquote cite,
  .hero-product-category-parent-desc blockquote footer,
  .hero-product-category-parent-desc .wp-block-quote cite,
  .hero-product-category-parent-desc .wp-block-quote footer {
    font-size: 0.75rem;
  }
}
.hero-product-category-parent-desc .wp-block-pullquote {
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--wp--preset--color--bg-gray-medium);
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-medium);
  border-left: none;
}
.hero-product-category-parent-desc .wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.hero-product-category-parent-desc .wp-block-pullquote cite {
  margin-top: 1rem;
}
.hero-product-category-parent-desc code,
.hero-product-category-parent-desc kbd,
.hero-product-category-parent-desc samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--bg-gray-medium);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.hero-product-category-parent-desc code,
.hero-product-category-parent-desc kbd,
.hero-product-category-parent-desc samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc code,
  .hero-product-category-parent-desc kbd,
  .hero-product-category-parent-desc samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc code,
  .hero-product-category-parent-desc kbd,
  .hero-product-category-parent-desc samp {
    font-size: 0.8125rem;
  }
}
.hero-product-category-parent-desc pre,
.hero-product-category-parent-desc .wp-block-code {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--bg-gray-medium);
  border-radius: 0.5rem;
}
.hero-product-category-parent-desc pre code,
.hero-product-category-parent-desc .wp-block-code code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.hero-product-category-parent-desc table,
.hero-product-category-parent-desc .wp-block-table table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-weight: 400;
}
.hero-product-category-parent-desc table,
.hero-product-category-parent-desc .wp-block-table table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc table,
  .hero-product-category-parent-desc .wp-block-table table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc table,
  .hero-product-category-parent-desc .wp-block-table table {
    font-size: 0.875rem;
  }
}
.hero-product-category-parent-desc table th,
.hero-product-category-parent-desc table td,
.hero-product-category-parent-desc .wp-block-table table th,
.hero-product-category-parent-desc .wp-block-table table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--bg-gray-medium);
  text-align: left;
  vertical-align: top;
}
.hero-product-category-parent-desc table th,
.hero-product-category-parent-desc .wp-block-table table th {
  font-weight: 700;
}
.hero-product-category-parent-desc .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.hero-product-category-parent-desc hr,
.hero-product-category-parent-desc .wp-block-separator {
  margin: 2.5rem auto;
  border: none;
  border-top: 1px solid var(--wp--preset--color--bg-gray-medium);
  opacity: 1;
  max-width: 7.5rem;
}
.hero-product-category-parent-desc hr.is-style-wide,
.hero-product-category-parent-desc .wp-block-separator.is-style-wide {
  max-width: 100%;
}
.hero-product-category-parent-desc hr.is-style-dots,
.hero-product-category-parent-desc .wp-block-separator.is-style-dots {
  border: none;
  max-width: none;
  text-align: center;
}
.hero-product-category-parent-desc hr.is-style-dots::before,
.hero-product-category-parent-desc .wp-block-separator.is-style-dots::before {
  content: "···";
  letter-spacing: 0.75rem;
  font-weight: 400;
}
.hero-product-category-parent-desc hr.is-style-dots::before,
.hero-product-category-parent-desc .wp-block-separator.is-style-dots::before {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc hr.is-style-dots::before,
  .hero-product-category-parent-desc .wp-block-separator.is-style-dots::before {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc hr.is-style-dots::before,
  .hero-product-category-parent-desc .wp-block-separator.is-style-dots::before {
    font-size: 1.25rem;
  }
}
.hero-product-category-parent-desc .wp-block-embed,
.hero-product-category-parent-desc .wp-block-video,
.hero-product-category-parent-desc .wp-block-audio,
.hero-product-category-parent-desc .wp-block-media-text {
  margin: 2rem 0;
  max-width: 100%;
}
.hero-product-category-parent-desc .wp-block-embed__wrapper,
.hero-product-category-parent-desc .wp-block-video video {
  max-width: 100%;
}
.hero-product-category-parent-desc .wp-block-embed iframe {
  max-width: 100%;
}
.hero-product-category-parent-desc .wp-block-gallery,
.hero-product-category-parent-desc .blocks-gallery-grid,
.hero-product-category-parent-desc .wp-block-media-text {
  gap: 0.5rem;
}
.hero-product-category-parent-desc .wp-block-gallery,
.hero-product-category-parent-desc .blocks-gallery-grid {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.hero-product-category-parent-desc .wp-block-buttons {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.hero-product-category-parent-desc .wp-block-button__link {
  text-decoration: none;
}
.hero-product-category-parent-desc ul ul,
.hero-product-category-parent-desc ol ol,
.hero-product-category-parent-desc ul ol,
.hero-product-category-parent-desc ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.hero-product-category-parent-desc dl {
  margin: 1.5rem 0;
}
.hero-product-category-parent-desc dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.hero-product-category-parent-desc dd {
  margin-left: 1rem;
  margin-top: 0.25rem;
  opacity: 0.85;
}
.hero-product-category-parent-desc mark {
  background-color: rgba(255, 128, 0, 0.25);
  padding: 0.0625rem 0.25rem;
}
.hero-product-category-parent-desc sub,
.hero-product-category-parent-desc sup {
  font-size: 0.75em;
  line-height: 0;
}
.hero-product-category-parent-desc .has-text-align-center {
  text-align: center;
}
.hero-product-category-parent-desc .has-text-align-right {
  text-align: right;
}
.hero-product-category-parent-desc .has-text-align-left {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .hero-product-category-parent-desc .alignleft,
  .hero-product-category-parent-desc .alignright {
    float: none;
    max-width: 100%;
    margin: 1.5rem 0;
  }
  .hero-product-category-parent-desc .alignwide,
  .hero-product-category-parent-desc .alignfull {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
  .hero-product-category-parent-desc figure,
  .hero-product-category-parent-desc .wp-block-image,
  .hero-product-category-parent-desc .wp-caption,
  .hero-product-category-parent-desc .wp-block-media-text__media {
    max-width: 100%;
  }
  .hero-product-category-parent-desc figure img,
  .hero-product-category-parent-desc .wp-block-image img,
  .hero-product-category-parent-desc .wp-caption img,
  .hero-product-category-parent-desc .wp-block-media-text__media img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .hero-product-category-parent-desc > img,
  .hero-product-category-parent-desc p > img,
  .hero-product-category-parent-desc .wp-block-image img,
  .hero-product-category-parent-desc .wp-block-gallery .blocks-gallery-item img,
  .hero-product-category-parent-desc .wp-block-gallery .wp-block-image img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .hero-product-category-parent-desc img.size-medium,
  .hero-product-category-parent-desc figure.size-medium img,
  .hero-product-category-parent-desc img.size-thumbnail,
  .hero-product-category-parent-desc figure.size-thumbnail img {
    max-width: 100%;
    width: 100%;
  }
  .hero-product-category-parent-desc figcaption,
  .hero-product-category-parent-desc .wp-element-caption,
  .hero-product-category-parent-desc .wp-caption-text {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .hero-product-category-parent-desc pre,
  .hero-product-category-parent-desc .wp-block-code {
    padding: 1rem;
  }
}
.hero-product-category-parent-desc::after {
  content: "";
  display: block;
  clear: both;
}
.hero-product-category-parent-desc__rmore {
  margin-top: 1rem;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Outfit", sans-serif;
  color: var(--wp--preset--color--txt-black);
  display: flex;
  gap: 0.3125rem;
}
.hero-product-category-parent-desc__rmore {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .hero-product-category-parent-desc__rmore {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-product-category-parent-desc__rmore {
    font-size: 0.875rem;
  }
}
.hero-product-category-parent-desc__rmore svg {
  width: 0.625rem;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .hero-product-category-parent-desc__rmore > svg,
  .hero-product-category-parent-desc__rmore > span {
    transition: transform 0.3s, color 0.3s, stroke 0.3s;
    transform: translateX(-0.9375rem);
  }
  .hero-product-category-parent-desc__rmore:hover > svg,
  .hero-product-category-parent-desc__rmore:hover > span {
    transform: translateX(0);
  }
  .hero-product-category-parent-desc__rmore:hover > span {
    color: var(--wp--preset--color--txt-pale-sky-dark);
  }
  .hero-product-category-parent-desc__rmore:hover > svg path {
    stroke: var(--wp--preset--color--txt-pale-sky-dark);
  }
}
@media screen and (max-width: 991px) {
  .hero-product-category-parent-desc__rmore {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-product-category-parent-desc__rmore svg {
    display: none;
  }
}
.hero-product-category-parent-desc__full-wrap {
  height: 0;
  overflow: hidden;
}
.hero-product-category-parent-desc__full {
  padding-top: 1.875rem;
}