.body.pages-custom-category-category-showcase {
  background-color: #e6e6e6;
  margin: 0;
  padding-bottom: 3.5rem; }

.aw-category-showcase {
  margin: 0 -12px; }
  .aw-category-showcase .aw-category-showcase-header {
    padding: 0 12px; }
    .aw-category-showcase .aw-category-showcase-header .breadcrumbs {
      display: block;
      padding: 10px 0;
      margin: 0;
      text-align: left; }
      .aw-category-showcase .aw-category-showcase-header .breadcrumbs .breadcrumb-label {
        text-decoration: none; }
    .aw-category-showcase .aw-category-showcase-header .page-heading {
      margin-bottom: 0;
      font-size: 24px;
      font-weight: 700;
      color: #000000;
      text-align: left;
      text-transform: uppercase; }
    .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px; }
      .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper .aw-category-showcase-header-bottom {
        width: calc(50% - 79px); }
        .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper .aw-category-showcase-header-bottom .aw-quick-search .form {
          margin: 0; }
        .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper .aw-category-showcase-header-bottom .aw-quick-search .form-field {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 0; }
        .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper .aw-category-showcase-header-bottom .aw-quick-search .form-input {
          height: 40px;
          padding: 10px;
          border: 1px solid #cfcfcf;
          background-color: #f5f5f5;
          font-size: 14px;
          font-weight: 700; }
        .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper .aw-category-showcase-header-bottom .aw-quick-search .form-button {
          display: flex;
          align-items: center;
          height: 40px;
          padding: 10px 20px;
          margin-left: 10px;
          background-color: #085081;
          border-radius: 4px;
          cursor: pointer; }
          .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper .aw-category-showcase-header-bottom .aw-quick-search .form-button svg {
            fill: #ffffff; }
          .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper .aw-category-showcase-header-bottom .aw-quick-search .form-button:hover {
            background-color: #333333; }
        .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper .aw-category-showcase-header-bottom .aw-quick-search .quickSearchResults {
          display: none !important; }
  .aw-category-showcase .aw-category-showcase-sidebar {
    padding: 0 12px;
    width: calc(25% - 36px); }
    .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parents {
      border: 1px solid #d5d8dc;
      background-color: #ffffff; }
    .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent {
      transform: translateZ(0); }
      .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent.has-subLink .aw-accordion-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        text-transform: uppercase;
        border-bottom: 1px solid #d5d8dc;
        cursor: pointer;
        user-select: none;
        padding: 12px 20px; }
      .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent.has-subLink .aw-ac-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px; }
        .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent.has-subLink .aw-ac-icon svg {
          position: absolute;
          transition: opacity 0.3s ease; }
        .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent.has-subLink .aw-ac-icon .icon-plus {
          opacity: 1; }
        .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent.has-subLink .aw-ac-icon .icon-minus {
          opacity: 0; }
      .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent.has-subLink.is-active .aw-accordion-title {
        color: #6174ce; }
      .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent.has-subLink.is-active .icon-plus {
        opacity: 0;
        fill: #6174ce; }
      .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent.has-subLink.is-active .icon-minus {
        opacity: 1;
        fill: #6174ce; }
      .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent.has-subLink .aw-accordion-content {
        display: none;
        overflow: hidden;
        border-block-end: 1px solid #d5d8dc; }
      .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent.has-subLink .aw-accordion-link {
        display: block;
        padding: 12px 20px;
        font-size: 14px;
        color: #0274be;
        text-decoration: none; }
        .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent.has-subLink .aw-accordion-link:hover {
          color: #000000; }
      .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent .aw-accordion-title {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        text-transform: uppercase;
        border-bottom: 1px solid #d5d8dc;
        cursor: pointer;
        user-select: none; }
      .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent .aw-accordion-link {
        width: 100%;
        display: block;
        padding: 12px 20px;
        font-size: 14px;
        color: #000000;
        text-decoration: none; }
        .aw-category-showcase .aw-category-showcase-sidebar .aw-accordion-parent .aw-accordion-link:hover {
          color: #0274be; }
  .aw-category-showcase .aw-category-showcase-listing {
    padding: 0 12px;
    width: calc(100% - 260px - 18px); }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-list {
      display: grid;
      grid-template-columns: repeat(5, 1fr); }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item {
      position: relative;
      overflow: hidden;
      background-color: #ffffff;
      border: 1px solid #cfcfcf;
      min-height: 334px; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:hover {
        z-index: 1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        transition: box-shadow 0.3s ease-in-out; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(1), .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(2) {
        grid-column: span 2; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(3) {
        grid-column: span 1;
        border-right: 0; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(4) {
        grid-column: span 1; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(5) {
        grid-column: span 2; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(6) {
        grid-column: span 1; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(7) {
        grid-column: span 1;
        border-right: 0; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(n + 8) {
        grid-column: span 1; }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-link {
      display: flex;
      flex-direction: column-reverse;
      width: 100%;
      height: 100%;
      padding: 12px 14px;
      text-decoration: none; }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-title {
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: 700;
      color: #000000;
      text-transform: uppercase; }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-image-wrapper {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-image {
      max-width: 100%;
      max-height: 220px;
      object-fit: contain;
      transition: transform 0.35s ease; }
    .aw-category-showcase .aw-category-showcase-listing.no-sidebar {
      width: 100%; }
      .aw-category-showcase .aw-category-showcase-listing.no-sidebar .aw-category-showcase-list {
        grid-template-columns: repeat(5, 1fr); }
      .aw-category-showcase .aw-category-showcase-listing.no-sidebar .aw-category-showcase-item {
        min-height: 334px; }
        .aw-category-showcase .aw-category-showcase-listing.no-sidebar .aw-category-showcase-item:nth-child(1) {
          grid-column: span 2; }
        .aw-category-showcase .aw-category-showcase-listing.no-sidebar .aw-category-showcase-item:nth-child(n + 2) {
          grid-column: span 1; }

.aw-category-showcase + .aw-category-showcase {
  display: flex;
  align-items: flex-start; }

@media (max-width: 1261px) {
  .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper {
    gap: 20px; }
    .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper .aw-category-showcase-header-bottom {
      width: 45%; }
  .aw-category-showcase .aw-category-showcase-sidebar {
    width: 260px; }
  .aw-category-showcase .aw-category-showcase-listing {
    width: calc(100% - 260px); }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-list {
      grid-template-columns: repeat(4, 1fr); }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(-n + 7), .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(n + 8) {
      grid-column: span 1;
      border-right: 1px solid #cfcfcf; }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-image {
      max-height: 190px; }
    .aw-category-showcase .aw-category-showcase-listing.no-sidebar .aw-category-showcase-list {
      grid-template-columns: repeat(4, 1fr); }
    .aw-category-showcase .aw-category-showcase-listing.no-sidebar .aw-category-showcase-item:nth-child(1), .aw-category-showcase .aw-category-showcase-listing.no-sidebar .aw-category-showcase-item:nth-child(n + 2) {
      grid-column: span 1; } }

@media (max-width: 1061px) {
  .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-list {
    grid-template-columns: repeat(3, 1fr); }
  .aw-category-showcase .aw-category-showcase-listing.no-sidebar .aw-category-showcase-list {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 801px) {
  .aw-category-showcase + .aw-category-showcase {
    flex-direction: column; }
  .aw-category-showcase .aw-category-showcase-header .page-heading {
    font-size: 22px; }
  .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper {
    flex-direction: column;
    align-items: flex-start; }
    .aw-category-showcase .aw-category-showcase-header .aw-category-showcase-header-wrapper .aw-category-showcase-header-bottom {
      width: 100%; }
  .aw-category-showcase .aw-category-showcase-sidebar {
    width: 100%;
    margin-bottom: 20px; }
  .aw-category-showcase .aw-category-showcase-listing {
    width: 100%; }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-list {
      grid-template-columns: repeat(2, 1fr); }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-image {
      max-height: 170px; }
    .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-title {
      font-size: 15px; }
    .aw-category-showcase .aw-category-showcase-listing.no-sidebar .aw-category-showcase-list {
      grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 551px) {
  .aw-category-showcase {
    margin: 0; }
    .aw-category-showcase .aw-category-showcase-header {
      padding: 0; }
      .aw-category-showcase .aw-category-showcase-header .page-heading {
        font-size: 20px; }
      .aw-category-showcase .aw-category-showcase-header .form-field {
        flex-direction: column;
        align-items: stretch; }
        .aw-category-showcase .aw-category-showcase-header .form-field .form-input {
          width: 100%; }
        .aw-category-showcase .aw-category-showcase-header .form-field .form-button {
          width: 100%;
          margin-left: 0;
          margin-top: 10px;
          justify-content: center; }
    .aw-category-showcase .aw-category-showcase-sidebar {
      padding: 0; }
    .aw-category-showcase .aw-category-showcase-listing {
      padding: 0; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-list {
        grid-template-columns: 1fr; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(-n + 7), .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-item:nth-child(n + 8) {
        grid-column: span 1;
        min-height: auto;
        border-right: 0; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-link {
        padding: 14px; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-image {
        max-height: 150px; }
      .aw-category-showcase .aw-category-showcase-listing .aw-category-showcase-title {
        font-size: 14px; }
      .aw-category-showcase .aw-category-showcase-listing.no-sidebar .aw-category-showcase-list {
        grid-template-columns: 1fr; }
      .aw-category-showcase .aw-category-showcase-listing.no-sidebar .aw-category-showcase-item {
        min-height: auto; } }
