/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain: Avada
*/

/*
  Content visual system for semantic HTML generated by wp_api_project.
  Inline styles are restricted to color/background-color only.
*/

.post-content,
.entry-content,
.fusion-text,
.awb-post-content {
  color: var(--awb-color7, #323a41);
  line-height: 1.76;
}

.post-content > * + *,
.entry-content > * + *,
.fusion-text > * + *,
.awb-post-content > * + * {
  margin-top: 1.05rem;
}

.post-content h2,
.entry-content h2,
.fusion-text h2,
.awb-post-content h2,
.post-content h3,
.entry-content h3,
.fusion-text h3,
.awb-post-content h3,
.post-content h4,
.entry-content h4,
.fusion-text h4,
.awb-post-content h4,
.post-content h5,
.entry-content h5,
.fusion-text h5,
.awb-post-content h5,
.post-content h6,
.entry-content h6,
.fusion-text h6,
.awb-post-content h6 {
  color: var(--awb-color8, #191d21);
  line-height: 1.24;
  letter-spacing: 0.01em;
  margin-top: 1.5rem;
  margin-bottom: 0.65rem;
}

.post-content h2,
.entry-content h2,
.fusion-text h2,
.awb-post-content h2 {
  font-weight: 700;
}

.post-content h3,
.entry-content h3,
.fusion-text h3,
.awb-post-content h3 {
  font-weight: 650;
}

.post-content p,
.entry-content p,
.fusion-text p,
.awb-post-content p {
  margin: 0;
}

.post-content ul,
.entry-content ul,
.fusion-text ul,
.awb-post-content ul,
.post-content ol,
.entry-content ol,
.fusion-text ol,
.awb-post-content ol {
  margin: 0.15rem 0 0;
  padding-left: 1.4rem;
}

.post-content li,
.entry-content li,
.fusion-text li,
.awb-post-content li {
  margin: 0;
}

.post-content li + li,
.entry-content li + li,
.fusion-text li + li,
.awb-post-content li + li {
  margin-top: 0.45rem;
}

.post-content a,
.entry-content a,
.fusion-text a,
.awb-post-content a {
  color: var(--awb-color4, #ff6d20);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  transition: color 0.18s ease;
}

.post-content a:hover,
.entry-content a:hover,
.fusion-text a:hover,
.awb-post-content a:hover {
  color: var(--awb-color6, #45505a);
}

.post-content blockquote,
.entry-content blockquote,
.fusion-text blockquote,
.awb-post-content blockquote {
  margin: 1rem 0;
  padding: 0.95rem 1rem;
  border-left: 3px solid var(--awb-color4, #ff6d20);
  background: var(--awb-color2, #e8edf1);
  border-radius: 10px;
  color: var(--awb-color7, #323a41);
}

.post-content hr,
.entry-content hr,
.fusion-text hr,
.awb-post-content hr {
  border: 0;
  border-top: 1px solid var(--awb-color3, #d2dbe2);
  margin: 1.2rem 0;
}

.post-content table,
.entry-content table,
.fusion-text table,
.awb-post-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--awb-color1, #ffffff);
  border: 1px solid var(--awb-color3, #d2dbe2);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(25, 29, 33, 0.06);
  margin: 1.25rem 0 1.45rem;
}

.post-content caption,
.entry-content caption,
.fusion-text caption,
.awb-post-content caption {
  caption-side: top;
  text-align: left;
  font-weight: 600;
  color: var(--awb-color6, #45505a);
  margin-bottom: 0.5rem;
}

.post-content th,
.entry-content th,
.fusion-text th,
.awb-post-content th {
  background: linear-gradient(180deg, var(--awb-color8, #191d21), var(--awb-color7, #323a41));
  color: var(--awb-color1, #ffffff);
  text-align: left;
  vertical-align: top;
  padding: 12px 14px;
  border: 0;
  letter-spacing: 0.01em;
  font-weight: 650;
}

.post-content td,
.entry-content td,
.fusion-text td,
.awb-post-content td {
  color: var(--awb-color7, #323a41);
  background: var(--awb-color1, #ffffff);
  text-align: left;
  vertical-align: top;
  padding: 11px 14px;
  border-top: 1px solid var(--awb-color3, #d2dbe2);
}

/* Vertical grid lines between table columns (for any column count). */
.post-content th + th,
.post-content th + td,
.post-content td + th,
.post-content td + td,
.entry-content th + th,
.entry-content th + td,
.entry-content td + th,
.entry-content td + td,
.fusion-text th + th,
.fusion-text th + td,
.fusion-text td + th,
.fusion-text td + td,
.awb-post-content th + th,
.awb-post-content th + td,
.awb-post-content td + th,
.awb-post-content td + td {
  border-left: 1px solid var(--awb-color3, #d2dbe2);
}

.post-content tbody tr:nth-child(even) td,
.entry-content tbody tr:nth-child(even) td,
.fusion-text tbody tr:nth-child(even) td,
.awb-post-content tbody tr:nth-child(even) td {
  background: color-mix(in srgb, var(--awb-color2, #e8edf1) 52%, #ffffff 48%);
}

.post-content tbody tr:hover td,
.entry-content tbody tr:hover td,
.fusion-text tbody tr:hover td,
.awb-post-content tbody tr:hover td {
  background: color-mix(in srgb, var(--awb-color4, #ff6d20) 7%, #ffffff 93%);
}

.post-content tbody tr:last-child td,
.entry-content tbody tr:last-child td,
.fusion-text tbody tr:last-child td,
.awb-post-content tbody tr:last-child td {
  border-bottom: 0;
}

.post-content img,
.entry-content img,
.fusion-text img,
.awb-post-content img {
  border-radius: 10px;
}

@media (max-width: 860px) {
  .post-content table,
  .entry-content table,
  .fusion-text table,
  .awb-post-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
  }

  .post-content th,
  .entry-content th,
  .fusion-text th,
  .awb-post-content th,
  .post-content td,
  .entry-content td,
  .fusion-text td,
  .awb-post-content td {
    white-space: nowrap;
    padding: 10px 12px;
  }
}

/*
  Catalog page product grid normalization.
  Applies only to /catalog/ page (page ID 148018) and keeps Avada defaults elsewhere.
*/
body.page-id-148018 .fusion-woo-product-grid ul.products,
body.archive.tax-product_cat .fusion-woo-product-grid ul.products {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 24px;
}

body.page-id-148018 .fusion-woo-product-grid ul.products li.product,
body.archive.tax-product_cat .fusion-woo-product-grid ul.products li.product {
  float: none !important;
  display: flex !important;
  flex-direction: column;
  align-self: stretch;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-id-148018 .fusion-woo-product-grid .fusion-product-wrapper,
body.archive.tax-product_cat .fusion-woo-product-grid .fusion-product-wrapper {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
  background: var(--awb-color1, #ffffff);
  border: 1px solid var(--awb-color3, #d2dbe2);
  border-radius: 5px;
  overflow: hidden;
}

body.page-id-148018 .fusion-woo-product-grid .product-images,
body.archive.tax-product_cat .fusion-woo-product-grid .product-images {
  display: block;
  aspect-ratio: 1 / 1;
  background: var(--awb-color1, #ffffff);
  overflow: hidden;
}

body.page-id-148018 .fusion-woo-product-grid .featured-image,
body.archive.tax-product_cat .fusion-woo-product-grid .featured-image {
  width: 100%;
  height: 100%;
}

body.page-id-148018 .fusion-woo-product-grid .featured-image img,
body.archive.tax-product_cat .fusion-woo-product-grid .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

body.page-id-148018 .fusion-woo-product-grid .fusion-product-content,
body.archive.tax-product_cat .fusion-woo-product-grid .fusion-product-content {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 10px 14px 12px;
}

body.page-id-148018 .fusion-woo-product-grid .product-details,
body.page-id-148018 .fusion-woo-product-grid .product-details-container,
body.archive.tax-product_cat .fusion-woo-product-grid .product-details,
body.archive.tax-product_cat .fusion-woo-product-grid .product-details-container {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
}

body.page-id-148018 .fusion-woo-product-grid .product-title,
body.archive.tax-product_cat .fusion-woo-product-grid .product-title {
  margin: 0;
}

body.page-id-148018 .fusion-woo-product-grid .product-title a,
body.archive.tax-product_cat .fusion-woo-product-grid .product-title a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--awb-color8, #191d21) !important;
  width: 100%;
  max-width: calc(100% - 2px);
  margin: 0 auto;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-align: center;
  text-overflow: ellipsis;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
  min-height: calc(1.2em * 3);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.page-id-148018 .fusion-woo-product-grid .product-title a:hover,
body.archive.tax-product_cat .fusion-woo-product-grid .product-title a:hover {
  color: var(--awb-color6, #45505a) !important;
}

body.page-id-148018 .fusion-woo-product-grid .fusion-price-rating:empty,
body.archive.tax-product_cat .fusion-woo-product-grid .fusion-price-rating:empty {
  display: none;
}

body.page-id-148018 #ppu-rigid .fusion-woo-product-grid,
body.page-id-148018 #ppu-components .fusion-woo-product-grid,
body.page-id-148018 #ppu-elastic .fusion-woo-product-grid,
body.page-id-148018 #sheet-pu-basic .fusion-woo-product-grid,
body.page-id-148018 #sheet-pu-plates .fusion-woo-product-grid,
body.page-id-148018 #sheet-pu-shore .fusion-woo-product-grid,
body.page-id-148018 #sheet-pu-purpose .fusion-woo-product-grid,
body.page-id-148018 #foam-plastics .fusion-woo-product-grid,
body.page-id-148018 #other-tpu .fusion-woo-product-grid,
body.page-id-148018 #other-secondary .fusion-woo-product-grid,
body.page-id-148018 #other-packaging .fusion-woo-product-grid {
  margin-top: 16px;
}

body.page-id-148018 .fusion-woo-product-grid.hide-price .price,
body.page-id-148018 .fusion-woo-product-grid.hide-rating .star-rating,
body.page-id-148018 .fusion-woo-product-grid.hide-rating .product-buttons .star-rating,
body.archive.tax-product_cat .fusion-woo-product-grid.hide-price .price,
body.archive.tax-product_cat .fusion-woo-product-grid.hide-rating .star-rating,
body.archive.tax-product_cat .fusion-woo-product-grid.hide-rating .product-buttons .star-rating {
  display: none !important;
}

body.page-id-148018 .fusion-woo-product-grid.hide-buttons .product-buttons,
body.page-id-148018 .fusion-woo-product-grid.hide-buttons .product-buttons-container,
body.page-id-148018 .fusion-woo-product-grid.hide-buttons .fusion-content-sep,
body.page-id-148018 .fusion-woo-product-grid.hide-buttons .show_details_button,
body.archive.tax-product_cat .fusion-woo-product-grid.hide-buttons .product-buttons,
body.archive.tax-product_cat .fusion-woo-product-grid.hide-buttons .product-buttons-container,
body.archive.tax-product_cat .fusion-woo-product-grid.hide-buttons .fusion-content-sep,
body.archive.tax-product_cat .fusion-woo-product-grid.hide-buttons .show_details_button {
  display: none !important;
}

body.page-id-148018 .fusion-woo-product-grid .product-buttons,
body.archive.tax-product_cat .fusion-woo-product-grid .product-buttons {
  margin-top: auto;
}

body.page-id-148018 .fusion-woo-product-grid.has-column-spacing ul.products .product,
body.archive.tax-product_cat .fusion-woo-product-grid.has-column-spacing ul.products .product {
  padding-top: var(--awb-column-spacing-padding) !important;
  padding-right: var(--awb-column-spacing-padding) !important;
  padding-bottom: var(--awb-column-spacing-padding) !important;
  padding-left: var(--awb-column-spacing-padding) !important;
}

@media (max-width: 1200px) {
  body.page-id-148018 .fusion-woo-product-grid .product-title a,
  body.archive.tax-product_cat .fusion-woo-product-grid .product-title a {
    font-size: 0.94rem;
  }
}

@media (max-width: 980px) {
  body.page-id-148018 .fusion-woo-product-grid .product-title a,
  body.archive.tax-product_cat .fusion-woo-product-grid .product-title a {
    max-width: none;
    font-size: 0.98rem;
  }
}

/*
  Catalog page button rhythm.
  Avada normalizes part of the button shortcode sizing on save for page 148018,
  so final compact sizing is enforced through page-specific CSS classes.
*/
body.page-id-148018 .catalog-nav-button,
body.page-id-148018 .catalog-grid-button,
body.page-id-148018 .catalog-other-button {
  --button_font_size: 12px !important;
  --button_line_height: 1.15 !important;
  --button_padding-top: 7px !important;
  --button_padding-right: 14px !important;
  --button_padding-bottom: 7px !important;
  --button_padding-left: 14px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.page-id-148018 .catalog-grid-button,
body.page-id-148018 .catalog-other-button {
  --button_padding-right: 16px !important;
  --button_padding-left: 16px !important;
  --button_margin-top: 8px !important;
}

body.page-id-148018 .catalog-nav-button .fusion-button-text,
body.page-id-148018 .catalog-grid-button .fusion-button-text,
body.page-id-148018 .catalog-other-button .fusion-button-text {
  white-space: normal;
}

/*
  Related products normalization on single product pages.
  Keeps the same card language as /catalog/ and product category archives.
*/
body.single-product .fusion-woo-related-tb ul.products {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: 24px;
}

body.single-product .fusion-woo-related-tb ul.products li.product {
  float: none !important;
  display: flex !important;
  flex-direction: column;
  align-self: stretch;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.single-product .fusion-woo-related-tb .fusion-product-wrapper {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
  background: var(--awb-color1, #ffffff);
  border: 1px solid var(--awb-color3, #d2dbe2);
  border-radius: 5px;
  overflow: hidden;
}

body.single-product .fusion-woo-related-tb .product-images {
  display: block;
  aspect-ratio: 1 / 1;
  background: var(--awb-color1, #ffffff);
  overflow: hidden;
}

body.single-product .fusion-woo-related-tb .featured-image {
  width: 100%;
  height: 100%;
}

body.single-product .fusion-woo-related-tb .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

body.single-product .fusion-woo-related-tb .fusion-product-content {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 10px 14px 12px;
}

body.single-product .fusion-woo-related-tb .product-details,
body.single-product .fusion-woo-related-tb .product-details-container {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
}

body.single-product .fusion-woo-related-tb .product-title {
  margin: 0;
}

body.single-product .fusion-woo-related-tb .product-title a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--awb-color8, #191d21) !important;
  width: 100%;
  max-width: calc(100% - 2px);
  margin: 0 auto;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-align: center;
  text-overflow: ellipsis;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
  min-height: calc(1.2em * 3);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.single-product .fusion-woo-related-tb .product-title a:hover {
  color: var(--awb-color6, #45505a) !important;
}

body.single-product .fusion-woo-related-tb .fusion-price-rating:empty,
body.single-product .fusion-woo-related-tb .price,
body.single-product .fusion-woo-related-tb .star-rating,
body.single-product .fusion-woo-related-tb .product-buttons,
body.single-product .fusion-woo-related-tb .product-buttons-container,
body.single-product .fusion-woo-related-tb .fusion-content-sep,
body.single-product .fusion-woo-related-tb .show_details_button {
  display: none !important;
}

body.single-product .fusion-woo-related-tb .product-buttons {
  margin-top: auto;
}

@media (max-width: 1200px) {
  body.single-product .fusion-woo-related-tb .product-title a {
    font-size: 0.94rem;
  }
}

@media (max-width: 980px) {
  body.single-product .fusion-woo-related-tb .product-title a {
    max-width: none;
    font-size: 0.98rem;
  }
}

/*
  Universal Woo product_cat layout
*/

.pp-cat-layout {
  display: grid;
  gap: 1.6rem;
}

.pp-cat-layout__intro {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 1.3rem;
  align-items: start;
  background: linear-gradient(180deg, rgba(232, 237, 241, 0.58), rgba(255, 255, 255, 0.92));
  border-radius: 22px;
  padding: 1.2rem;
}

.pp-cat-layout__intro--compact {
  width: fit-content;
  max-width: 100%;
  grid-template-columns: minmax(220px, 320px) auto;
}

.pp-cat-layout__intro-media {
  display: flex;
  justify-content: center;
}

.pp-cat-layout__intro-image,
.pp-cat-layout__child-image,
.pp-cat-layout__product-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #ffffff;
}

.pp-cat-layout__intro-image {
  max-width: 320px;
  aspect-ratio: 1 / 1;
}

.pp-cat-layout__intro-body {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.pp-cat-layout__title {
  margin: 0;
  color: var(--awb-color8, #191d21);
  line-height: 1.12;
  font-size: 2rem;
}

.pp-cat-layout__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pp-cat-layout__meta-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--awb-color1, #ffffff);
  color: var(--awb-color6, #45505a);
  box-shadow: 0 8px 20px rgba(25, 29, 33, 0.06);
  font-size: 0.82rem;
  font-weight: 600;
}

.pp-cat-layout__description {
  display: grid;
  gap: 0.7rem;
  color: var(--awb-color6, #45505a);
  font-size: 0.95rem;
  line-height: 1.65;
}

.pp-cat-layout__description p {
  margin: 0;
  text-align: justify;
}

.pp-cat-layout__section {
  display: grid;
  gap: 0.95rem;
}

.pp-cat-layout__section-head {
  display: grid;
  gap: 0.35rem;
}

.pp-cat-layout__section-head--compact {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.pp-cat-layout__section-title {
  margin: 0;
  color: var(--awb-color8, #191d21);
  font-size: 1.8rem;
  line-height: 1.15;
}

.pp-cat-layout__section-title a {
  color: inherit;
  text-decoration: none;
}

.pp-cat-layout__section-note {
  margin: 0;
  color: var(--awb-color6, #45505a);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pp-cat-layout__children-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  align-items: stretch;
}

.pp-cat-layout__child-card,
.pp-cat-layout__product-card {
  display: grid;
  gap: 0;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(25, 29, 33, 0.06);
}

.pp-cat-layout__child-card {
  grid-template-rows: auto 1fr;
  align-content: start;
}

.pp-cat-layout__product-card {
  grid-template-rows: auto 1fr;
  align-content: start;
}

.pp-cat-layout__child-media,
.pp-cat-layout__product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  background: linear-gradient(180deg, rgba(232, 237, 241, 0.62), rgba(255, 255, 255, 0.98));
  min-height: 180px;
}

.pp-cat-layout__child-media {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.pp-cat-layout__product-media {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  min-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.pp-cat-layout__child-image,
.pp-cat-layout__product-image {
  aspect-ratio: 1 / 1;
  max-width: 160px;
}

.pp-cat-layout__child-image {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.pp-cat-layout__product-image {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.pp-cat-layout__child-body,
.pp-cat-layout__product-body {
  display: grid;
  gap: 0.7rem;
  padding: 0.9rem 0.95rem 0.95rem;
}

.pp-cat-layout__child-body {
  align-content: start;
}

.pp-cat-layout__product-body {
  align-content: start;
  grid-template-rows: auto auto;
}

.pp-cat-layout__child-topline {
  display: grid;
  gap: 0.45rem;
}

.pp-cat-layout__child-title {
  position: static;
  color: var(--awb-color7, #323a41);
  margin: 0 !important;
}

.pp-cat-layout__product-title {
  margin: 0 !important;
  color: var(--awb-color7, #323a41);
}

.pp-cat-layout__child-title a,
.pp-cat-layout__product-title a {
  color: inherit;
  text-decoration: none;
  display: inline;
  overflow: visible;
}

.pp-cat-layout__child-name {
  display: inline;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pp-cat-layout__product-title a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pp-cat-layout__child-count {
  position: static;
  display: inline-block;
  margin-left: 0.35rem;
  color: var(--awb-color6, #45505a);
  font-size: 0.9em;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: baseline;
}

.pp-cat-layout__child-description,
.pp-cat-layout__product-excerpt {
  margin: 0;
  color: var(--awb-color6, #45505a);
  text-align: justify;
  font-size: 0.86rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pp-cat-layout__child-description {
  -webkit-line-clamp: 3;
}

.pp-cat-layout__product-excerpt {
  -webkit-line-clamp: 3;
  min-height: calc(1.55em * 3);
  max-height: calc(1.55em * 3);
}

.pp-cat-layout__child-actions,
.pp-cat-layout__product-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.1rem;
}

.pp-cat-layout__child-actions {
  display: none;
}

.pp-cat-layout__product-actions {
  display: none;
}

.pp-cat-layout__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: var(--awb-color4, #ff6d20);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 10px 22px rgba(255, 109, 32, 0.22);
}

.pp-cat-layout__button:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(255, 109, 32, 0.28);
}

.pp-cat-layout__button--ghost {
  background: var(--awb-color2, #e8edf1);
  color: var(--awb-color8, #191d21) !important;
  box-shadow: none;
}

.pp-cat-layout__button--ghost:hover {
  color: var(--awb-color8, #191d21);
  background: var(--awb-color3, #d2dbe2);
  box-shadow: none;
}

.pp-cat-layout__products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  width: 100%;
  align-items: stretch;
}

.pp-cat-layout__products-grid--preview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pp-cat-layout__child-preview {
  display: grid;
  gap: 1rem;
  padding-top: 0.3rem;
}

.pp-cat-layout__children-grid > *,
.pp-cat-layout__products-grid > * {
  min-width: 0;
  width: auto;
  max-width: none;
  grid-column: auto;
}

.pp-cat-layout__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.pp-cat-layout__pagination-item a,
.pp-cat-layout__pagination-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #ffffff;
  color: var(--awb-color8, #191d21);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(25, 29, 33, 0.06);
  font-size: 0.88rem;
}

.pp-cat-layout__pagination-item .current {
  background: var(--awb-color4, #ff6d20);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(255, 109, 32, 0.22);
}

.pp-cat-layout__empty,
.pp-cat-layout__footer-link {
  display: flex;
  justify-content: center;
}

.pp-cat-layout__empty p {
  margin: 0;
  padding: 1rem 1.2rem;
  background: var(--awb-color2, #e8edf1);
  border-radius: 16px;
  color: var(--awb-color6, #45505a);
  font-size: 0.92rem;
}

@media (max-width: 1400px) {
  .pp-cat-layout__children-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pp-cat-layout__products-grid,
  .pp-cat-layout__products-grid--preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .pp-cat-layout__children-grid,
  .pp-cat-layout__products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pp-cat-layout__products-grid--preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .pp-cat-layout {
    gap: 1.3rem;
  }

  .pp-cat-layout__intro {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
    width: 100%;
  }

  .pp-cat-layout__intro-media {
    justify-content: flex-start;
  }

  .pp-cat-layout__intro-image {
    max-width: 240px;
  }

  .pp-cat-layout__children-grid,
  .pp-cat-layout__products-grid,
  .pp-cat-layout__products-grid--preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-cat-layout__child-media,
  .pp-cat-layout__product-media {
    min-height: 160px;
    padding: 0.8rem;
  }

  .pp-cat-layout__child-media {
    min-height: 0;
    padding: 0;
  }

  .pp-cat-layout__product-media {
    min-height: 0;
    padding: 0;
  }

  .pp-cat-layout__child-image,
  .pp-cat-layout__product-image {
    max-width: 140px;
  }

  .pp-cat-layout__child-image {
    max-width: none;
  }

  .pp-cat-layout__product-image {
    max-width: none;
  }

  .pp-cat-layout__section-head--compact {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

body.archive.tax-product_cat .post-content .pp-cat-layout__children-grid,
body.archive.tax-product_cat .entry-content .pp-cat-layout__children-grid,
body.archive.tax-product_cat .fusion-text .pp-cat-layout__children-grid,
body.archive.tax-product_cat .awb-post-content .pp-cat-layout__children-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  width: 100% !important;
  align-items: stretch !important;
}

body.archive.tax-product_cat .post-content .pp-cat-layout__products-grid,
body.archive.tax-product_cat .entry-content .pp-cat-layout__products-grid,
body.archive.tax-product_cat .fusion-text .pp-cat-layout__products-grid,
body.archive.tax-product_cat .awb-post-content .pp-cat-layout__products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  align-items: stretch !important;
}

body.archive.tax-product_cat .post-content .pp-cat-layout__products-grid--preview,
body.archive.tax-product_cat .entry-content .pp-cat-layout__products-grid--preview,
body.archive.tax-product_cat .fusion-text .pp-cat-layout__products-grid--preview,
body.archive.tax-product_cat .awb-post-content .pp-cat-layout__products-grid--preview {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.archive.tax-product_cat .post-content .pp-cat-layout__children-grid > *,
body.archive.tax-product_cat .entry-content .pp-cat-layout__children-grid > *,
body.archive.tax-product_cat .fusion-text .pp-cat-layout__children-grid > *,
body.archive.tax-product_cat .awb-post-content .pp-cat-layout__children-grid > *,
body.archive.tax-product_cat .post-content .pp-cat-layout__products-grid > *,
body.archive.tax-product_cat .entry-content .pp-cat-layout__products-grid > *,
body.archive.tax-product_cat .fusion-text .pp-cat-layout__products-grid > *,
body.archive.tax-product_cat .awb-post-content .pp-cat-layout__products-grid > * {
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  grid-column: auto !important;
}

@media (max-width: 1400px) {
  body.archive.tax-product_cat .post-content .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__children-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.archive.tax-product_cat .post-content .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .post-content .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__products-grid--preview {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1200px) {
  body.archive.tax-product_cat .post-content .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .post-content .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.archive.tax-product_cat .post-content .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__products-grid--preview {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  body.archive.tax-product_cat .post-content .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .post-content .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .post-content .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__products-grid--preview {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .pp-cat-layout__children-grid,
  .pp-cat-layout__products-grid,
  .pp-cat-layout__products-grid--preview {
    grid-template-columns: 1fr;
  }

  body.archive.tax-product_cat .post-content .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__children-grid,
  body.archive.tax-product_cat .post-content .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__products-grid,
  body.archive.tax-product_cat .post-content .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .entry-content .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .fusion-text .pp-cat-layout__products-grid--preview,
  body.archive.tax-product_cat .awb-post-content .pp-cat-layout__products-grid--preview {
    grid-template-columns: 1fr !important;
  }
}

/*
  Avada Post Cards image radius.
  Keeps image corners consistent across homepage and other Post Cards variants.
*/
body .fusion-post-cards .fusion-post-card-image,
body .fusion-post-cards .fusion-post-card-image .fusion-image-wrapper,
body .fusion-post-cards .fusion-post-card-image .fusion-image-wrapper > a,
body .fusion-post-cards .fusion-post-card-image .fusion-image-wrapper picture {
  border-radius: 5px;
  overflow: hidden;
}

body .fusion-post-cards .fusion-post-card-image img,
body .fusion-post-cards .fusion-post-card-image .fusion-image-wrapper picture img {
  border-radius: 5px;
}

body .fusion-post-cards .fusion-column-wrapper.fusion-column-has-bg-image,
body .fusion-post-cards .fusion-column-wrapper.fusion-column-has-bg-image::before,
body .fusion-post-cards .fusion-column-wrapper.fusion-column-has-bg-image::after {
  border-radius: 5px;
}

body .fusion-post-cards .fusion-column-wrapper.fusion-column-has-bg-image {
  overflow: hidden;
}

body .fusion-post-cards .fusion-image-element .fusion-imageframe,
body .fusion-post-cards .fusion-image-element .fusion-imageframe > a {
  border-radius: 5px;
  overflow: hidden;
}

/*
  Dynamic alternative Woo catalog page.
  Built around the Polimerpost mu-plugin shortcode output.
*/
.pp-alt-catalog {
  column-count: 3;
  column-gap: 42px;
  column-fill: balance;
  margin: 0;
  color: var(--awb-color8, #191d21);
  font-size: 14px;
  line-height: 1.42;
}

.pp-alt-catalog--cols-1 {
  column-count: 1;
}

.pp-alt-catalog--cols-2 {
  column-count: 2;
}

.pp-alt-catalog--cols-4 {
  column-count: 4;
}

.pp-alt-catalog__card {
  break-inside: avoid;
  display: block;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: none;
  box-shadow: none;
}

.pp-alt-catalog__card-header {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: none;
}

.pp-alt-catalog__card-body {
  padding: 0;
  border: 0;
  background: none;
}

.pp-alt-catalog__icon-wrap {
  display: none;
}

.pp-alt-catalog__group .pp-alt-catalog__icon-wrap,
.pp-alt-catalog__subgroup .pp-alt-catalog__icon-wrap {
  display: none;
}

.pp-alt-catalog__icon-image {
  display: none;
}

.pp-alt-catalog__title,
.pp-alt-catalog__group-title,
.pp-alt-catalog__subgroup-title {
  margin: 0 0 10px;
}

.pp-alt-catalog__title {
  color: var(--awb-color8, #191d21);
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1.2;
}

.pp-alt-catalog__group {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.pp-alt-catalog__group:first-child {
  margin-top: 0;
}

.pp-alt-catalog__group + .pp-alt-catalog__group {
  margin-top: 10px;
}

.pp-alt-catalog__group-head,
.pp-alt-catalog__subgroup-head {
  display: block;
  margin: 0;
}

.pp-alt-catalog__group-title {
  color: var(--awb-color8, #191d21);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.pp-alt-catalog__subgroup {
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
}

.pp-alt-catalog__subgroup-title {
  color: var(--awb-color8, #191d21);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.pp-alt-catalog a.pp-alt-catalog__term-link,
.pp-alt-catalog a.pp-alt-catalog__product-link {
  text-decoration: none !important;
}

.pp-alt-catalog a.pp-alt-catalog__term-link,
.pp-alt-catalog a.pp-alt-catalog__term-link:visited {
  color: LinkText !important;
  text-decoration: underline !important;
  font-weight: 700;
}

.pp-alt-catalog a.pp-alt-catalog__product-link,
.pp-alt-catalog a.pp-alt-catalog__product-link:visited {
  color: LinkText !important;
  text-decoration: underline !important;
}

.pp-alt-catalog__products {
  margin: 0 0 0 18px;
  padding: 0 0 0 18px;
  list-style: disc;
  border: 0;
}

.pp-alt-catalog__card-body > .pp-alt-catalog__products {
  margin-top: 0;
}

.pp-alt-catalog__product-item {
  margin: 0;
  padding: 0;
}

.pp-alt-catalog__product-item + .pp-alt-catalog__product-item {
  border-top: 0;
}

.pp-alt-catalog a.pp-alt-catalog__product-link,
.pp-alt-catalog a.pp-alt-catalog__product-link:visited {
  display: inline;
  padding: 0;
  font-weight: 400;
  line-height: 1.38;
}

.pp-alt-catalog a.pp-alt-catalog__product-link:hover,
.pp-alt-catalog a.pp-alt-catalog__product-link:focus {
  color: LinkText !important;
}

.pp-alt-catalog__empty {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--awb-color8, #191d21);
  font-weight: 400;
}

@media (max-width: 1180px) {
  .pp-alt-catalog,
  .pp-alt-catalog--cols-3,
  .pp-alt-catalog--cols-4 {
    column-count: 2;
    column-gap: 28px;
  }
}

@media (max-width: 760px) {
  .pp-alt-catalog,
  .pp-alt-catalog--cols-2,
  .pp-alt-catalog--cols-3,
  .pp-alt-catalog--cols-4 {
    column-count: 1;
  }

  .pp-alt-catalog {
    column-gap: 0;
    font-size: 13px;
  }

  .pp-alt-catalog__card {
    margin-bottom: 22px;
  }

  .pp-alt-catalog__card-header,
  .pp-alt-catalog__card-body {
    padding-left: 0;
    padding-right: 0;
  }

  .pp-alt-catalog__group {
    margin-bottom: 12px;
  }
}

/*
  Dynamic top-level Woo category list for the homepage.
  Built around the `polimerpost_home_category_list` shortcode.
*/
.pp-home-category-list {
  display: grid;
  gap: 0;
  margin: 0;
  color: var(--awb-color8, #191d21);
}

.pp-home-category-list__item {
  display: block;
  margin: 0;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--awb-color3, #d2dbe2);
}

.pp-home-category-list__item + .pp-home-category-list__item {
  margin-top: 20px;
}

.pp-home-category-list__title {
  margin: 0 0 12px;
  color: var(--awb-color8, #191d21);
  line-height: 1.2;
  text-transform: uppercase;
}

.pp-home-category-list__content {
  display: grid;
  grid-template-columns: minmax(72px, var(--pp-home-category-image-size, 96px)) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.pp-home-category-list__media {
  display: block;
  width: var(--pp-home-category-image-size, 96px);
  text-decoration: none !important;
}

.pp-home-category-list__image {
  display: block;
  width: var(--pp-home-category-image-size, 96px);
  height: var(--pp-home-category-image-size, 96px);
  border-radius: 5px;
  object-fit: cover;
}

.pp-home-category-list__body {
  min-width: 0;
}

.pp-home-category-list__title-link,
.pp-home-category-list__title-link:visited {
  color: var(--awb-color8, #191d21) !important;
  text-decoration: none !important;
}

.pp-home-category-list__title-link:hover,
.pp-home-category-list__title-link:focus {
  color: var(--awb-color8, #191d21) !important;
}

.pp-home-category-list__description {
  margin: 0;
  color: var(--awb-color7, #323a41);
  line-height: 1.68;
}

.pp-home-category-list__children {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px 18px;
  align-items: start;
  margin: 16px 0 0;
  width: 100%;
}

.pp-home-category-list__children-label {
  color: var(--awb-color8, #191d21);
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
  padding-top: 2px;
  min-width: 0;
  justify-self: start;
  align-self: start;
  text-align: left;
}

.pp-home-category-list__child-item {
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
  justify-items: center;
  align-content: start;
  width: 100%;
  min-width: 0;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #e8edf1;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.pp-home-category-list__child-link,
.pp-home-category-list__child-link:visited {
  color: var(--awb-color8, #191d21) !important;
  text-decoration: none !important;
  display: flex;
  order: 2;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 0 12px 12px;
  box-sizing: border-box;
  min-height: 4.4em;
  font-size: 0.94rem;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: normal;
}

.pp-home-category-list__child-link:hover,
.pp-home-category-list__child-link:focus {
  color: var(--awb-color8, #191d21) !important;
  text-decoration: underline !important;
}

.pp-home-category-list__child-media {
  display: block;
  order: 1;
  width: 100%;
  line-height: 0;
  text-decoration: none !important;
}

.pp-home-category-list__child-media .pp-home-category-list__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.pp-home-category-list__empty {
  margin: 0;
  color: var(--awb-color7, #323a41);
}

@media (max-width: 760px) {
  .pp-home-category-list__item {
    padding-bottom: 18px;
  }

  .pp-home-category-list__item + .pp-home-category-list__item {
    margin-top: 16px;
  }

  .pp-home-category-list__title {
    margin-bottom: 10px;
  }

  .pp-home-category-list__content {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  .pp-home-category-list__media,
  .pp-home-category-list__image {
    width: 72px;
    height: 72px;
  }

  .pp-home-category-list__description {
    line-height: 1.55;
  }

  .pp-home-category-list__children {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
  }

  .pp-home-category-list__child-link,
  .pp-home-category-list__child-link:visited {
    min-height: 4.1em;
    font-size: 0.9rem;
  }
}

@media (max-width: 640px) {
  .pp-home-category-list__children {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .pp-home-category-list__content {
    grid-template-columns: 1fr;
  }

  .pp-home-category-list__media {
    width: 72px;
  }

  .pp-home-category-list__children {
    grid-template-columns: 1fr;
  }

  .pp-home-category-list__child-link,
  .pp-home-category-list__child-link:visited {
    min-height: 0;
  }
}

/*
  Compact category card grid for the homepage.
  Built around the `polimerpost_home_category_grid` shortcode.
*/
.pp-home-category-grid {
  display: grid;
  gap: 28px 22px;
  margin: 0;
  color: var(--awb-color8, #191d21);
  align-items: start;
}

.pp-home-category-grid--cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.pp-home-category-grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-home-category-grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-home-category-grid--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pp-home-category-grid--cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pp-home-category-grid--cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pp-home-category-grid__item {
  min-width: 0;
  display: block;
}

.pp-home-category-grid__link,
.pp-home-category-grid__link:visited {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  justify-items: stretch;
  gap: 14px;
  height: 100%;
  width: 100%;
  color: var(--awb-color8, #191d21) !important;
  text-decoration: none !important;
}

.pp-home-category-grid__link:hover,
.pp-home-category-grid__link:focus {
  color: var(--awb-color8, #191d21) !important;
  text-decoration: none !important;
}

.pp-home-category-grid__link--static {
  cursor: default;
}

.pp-home-category-grid__image {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.pp-home-category-grid__title {
  display: block;
  width: 100%;
  text-align: center;
}

.pp-home-category-grid__title-text {
  display: inline-block;
  font-size: 1.02rem;
  line-height: 1.45;
  font-weight: 700;
  color: var(--awb-color8, #191d21);
  text-wrap: pretty;
}

.pp-home-category-grid__empty {
  margin: 0;
  color: var(--awb-color7, #323a41);
}

@media (max-width: 1100px) {
  .pp-home-category-grid--cols-3,
  .pp-home-category-grid--cols-4,
  .pp-home-category-grid--cols-5,
  .pp-home-category-grid--cols-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .pp-home-category-grid {
    gap: 22px 16px;
  }

  .pp-home-category-grid--cols-2,
  .pp-home-category-grid--cols-3,
  .pp-home-category-grid--cols-4,
  .pp-home-category-grid--cols-5,
  .pp-home-category-grid--cols-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-home-category-grid__link,
  .pp-home-category-grid__link:visited {
    gap: 12px;
  }

  .pp-home-category-grid__title-text {
    font-size: 0.96rem;
    line-height: 1.4;
  }
}

@media (max-width: 420px) {
  .pp-home-category-grid {
    gap: 20px 12px;
  }

  .pp-home-category-grid--cols-1,
  .pp-home-category-grid--cols-2,
  .pp-home-category-grid--cols-3,
  .pp-home-category-grid--cols-4,
  .pp-home-category-grid--cols-5,
  .pp-home-category-grid--cols-6 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/*
  Dynamic intro for current Woo product category archives.
  Intended for insertion via Fusion Builder Text Block shortcode.
*/
.pp-current-product-cat-intro {
  margin: 0 0 24px;
  color: var(--awb-color8, #191d21);
}

.pp-current-product-cat-intro__content {
  display: grid;
  grid-template-columns: minmax(96px, var(--pp-current-term-image-size, 128px)) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.pp-current-product-cat-intro__media {
  display: block;
  width: var(--pp-current-term-image-size, 128px);
  text-decoration: none !important;
}

.pp-current-product-cat-intro__media .pp-home-category-list__image {
  display: block;
  width: var(--pp-current-term-image-size, 128px);
  height: var(--pp-current-term-image-size, 128px);
  border-radius: 5px;
  object-fit: cover;
}

.pp-current-product-cat-intro__body {
  min-width: 0;
}

.pp-current-product-cat-intro__description {
  color: var(--awb-color7, #323a41);
  line-height: 1.7;
}

.pp-current-product-cat-intro__description > :first-child {
  margin-top: 0;
}

.pp-current-product-cat-intro__description > :last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .pp-current-product-cat-intro {
    margin-bottom: 20px;
  }

  .pp-current-product-cat-intro__content {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
  }

  .pp-current-product-cat-intro__media,
  .pp-current-product-cat-intro__media .pp-home-category-list__image {
    width: 88px;
    height: 88px;
  }

  .pp-current-product-cat-intro__description {
    line-height: 1.58;
  }
}

@media (max-width: 420px) {
  .pp-current-product-cat-intro__content {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pp-current-product-cat-intro__media,
  .pp-current-product-cat-intro__media .pp-home-category-list__image {
    width: 88px;
    height: 88px;
  }
}
