.catalog-showcase {
    max-width: 1440px;
    margin: 0 auto;
    padding: 18px 48px 32px;
    box-sizing: border-box;
}
.catalog-showcase__track {
    display: grid;
    gap: 24px 16px;
}
.catalog-showcase__track.showcase-columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.catalog-showcase__track.showcase-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.catalog-showcase__track.showcase-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.catalog-showcase__track.showcase-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.catalog-showcase__track.showcase-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.catalog-showcase__track.showcase-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.catalog-showcase__track.owl-carousel {
    display: block;
    position: relative;
}
.catalog-showcase__track.owl-carousel .owl-stage {
    display: flex !important;
    align-items: stretch !important;
}
.catalog-showcase__track.owl-carousel .owl-item {
    display: flex !important;
    height: auto !important;
    padding: 4px 8px !important;
    box-sizing: border-box !important;
}
.catalog-showcase__item {
    width: 100%;
    min-width: 0;
}
.catalog-showcase__track.owl-carousel .catalog-showcase__item {
    display: flex !important;
    flex: 1 !important;
    width: 100% !important;
    height: auto !important;
}
.catalog-showcase__card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 8px;
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
    overflow: hidden !important;
    padding: 10px 12px 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    text-align: left;
    box-sizing: border-box !important;
    width: 100% !important;
    transition: none;
}
.catalog-showcase__card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transform: none;
}
.catalog-showcase__photo-wrap {
    position: relative;
    flex: 0 0 220px !important;
    height: 220px !important;
    width: 100% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
}
.catalog-showcase__photo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 220px !important;
    min-height: unset !important;
    max-height: 220px !important;
    padding: 8px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background: transparent !important;
    text-decoration: none;
}
.catalog-showcase__photo .product-image-container {
    width: 100% !important;
    height: 100% !important;
    max-height: 204px !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: transparent !important;
    position: relative !important;
}
.catalog-showcase__photo img,
.catalog-showcase__photo .product-image-photo,
.catalog-showcase__photo .product-image-container img {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 204px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    background: transparent !important;
}
.catalog-showcase__hover-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.15s ease;
    z-index: 4;
    pointer-events: none;
}
.catalog-showcase__card:hover .catalog-showcase__hover-actions {
    opacity: 1;
    pointer-events: auto;
}
.catalog-showcase__hover-actions .catalog-showcase__icon-btn {
    opacity: 0;
    transform: translateX(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.catalog-showcase__hover-actions .catalog-showcase__icon-btn:nth-child(1) {
    transition-delay: 0s;
}
.catalog-showcase__hover-actions .catalog-showcase__icon-btn:nth-child(2) {
    transition-delay: 0.1s;
}
.catalog-showcase__hover-actions .catalog-showcase__icon-btn:nth-child(3) {
    transition-delay: 0.2s;
}
.catalog-showcase__hover-actions .catalog-showcase__icon-btn:nth-child(4) {
    transition-delay: 0.3s;
}
.catalog-showcase__card:hover .catalog-showcase__hover-actions .catalog-showcase__icon-btn {
    opacity: 1;
    transform: translateX(0);
}
.catalog-showcase__icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f6921e !important;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.catalog-showcase__icon-btn:hover {
    background-color: #ffffff !important;
    border: 1px solid #f6921e !important;
}
.catalog-showcase__icon-btn:hover svg path {
    stroke: #f6921e !important;
}
.catalog-showcase__details {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    overflow: hidden !important;
    padding: 6px 0 4px !important;
    min-height: 0 !important;
    width: 100%;
    min-width: 0;
}
.catalog-showcase__name {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden !important;
    max-height: 2.8em !important;
    width: 100%;
    margin: 0 !important;
    font-family: "PT Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.4 !important;
    color: #111827 !important;
    text-align: left;
    word-break: break-word !important;
    flex-shrink: 0 !important;
}
.catalog-showcase__name-link {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #111827 !important;
    text-decoration: none !important;
}
.catalog-showcase__name-link:hover,
.catalog-showcase__name-link:focus {
    color: #01539a;
}
.catalog-showcase__sku,
.catalog-showcase__description {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-shrink: 0 !important;
    width: 100%;
    color: #4b5563;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}
.catalog-showcase__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.catalog-showcase__price {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: auto !important;
    flex-shrink: 0 !important;
    width: 100%;
    text-align: left;
}
.catalog-showcase__price .price,
.catalog-showcase__price .special-price .price,
.catalog-showcase__price .old-price .price,
.catalog-showcase__price .price-wrapper .price {
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}
.catalog-showcase__actions {
    display: none !important;
}
.catalog-showcase__footer {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}
.catalog-showcase__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 36px;
    padding: 0 24px;
    border-radius: 999px;
    background: #f6921e;
    color: #fff !important;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
.catalog-showcase__button:hover,
.catalog-showcase__button:focus {
    background: #d97a10;
    color: #fff !important;
}
.catalog-showcase-bg {
    width: 100%;
    padding: 32px 0;
}
.catalog-showcase-bg--new_products {
    background-color: #f0fcff;
}
.catalog-showcase-bg--best_sellers {
    background-color: #fff8f0;
}
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav {
    margin: 0;
}
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav button.owl-prev,
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border: none;
    border-radius: 50%;
    background: #01539a;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.2s ease;
}
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav button.owl-prev:hover,
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav button.owl-next:hover {
    background: #013d72;
}
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav button.owl-prev.disabled,
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.45;
    cursor: default;
}
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 0;
    border-radius: 50%;
    background: #d7dee8;
}
.catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-dots .owl-dot.active span {
    background: #f6921e;
}
.catalog-showcase__card:hover,
.catalog-showcase__card:focus-within,
.catalog-showcase__item:hover .catalog-showcase__card,
.catalog-showcase__item .product-item-info:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    transform: none !important;
    border-color: #e5e7eb !important;
    margin: 0 !important;
    z-index: auto !important;
}
.catalog-showcase--grid .catalog-showcase__card {
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
}
@media (max-width: 1279px) {
    .catalog-showcase__track.showcase-columns-5,
    .catalog-showcase__track.showcase-columns-6 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1023px) {
    .catalog-showcase {
      padding: 18px 32px 28px;
  }
  .catalog-showcase--slider {
      padding-left: 54px;
      padding-right: 54px;
  }
  .catalog-showcase__track.showcase-columns-4,
  .catalog-showcase__track.showcase-columns-5,
  .catalog-showcase__track.showcase-columns-6 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav button.owl-prev {
      left: -38px;
  }
  .catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav button.owl-next {
      right: -38px;
  }
}
@media (max-width: 767px) {
    /* mobile css */
    .catalog-showcase {
      padding: 16px 20px 24px;
  }
  .catalog-showcase--slider {
      padding-left: 20px;
      padding-right: 20px;
  }
  .catalog-showcase__track {
      gap: 20px 12px;
  }
  .catalog-showcase__track.showcase-columns-3,
  .catalog-showcase__track.showcase-columns-4,
  .catalog-showcase__track.showcase-columns-5,
  .catalog-showcase__track.showcase-columns-6 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-showcase__card {
      height: auto !important;
      min-height: unset !important;
      max-height: unset !important;
  }
  .catalog-showcase__photo-wrap {
      flex: 0 0 160px !important;
      height: 160px !important;
  }
  .catalog-showcase__photo {
      height: 160px !important;
      max-height: 160px !important;
  }
    .catalog-showcase__photo .product-image-container,
    .catalog-showcase__photo .product-image-photo,
    .catalog-showcase__photo .product-image-container img,
    .catalog-showcase__photo img {
        max-height: 144px !important;
    }
    .catalog-showcase__name {
        font-size: 15px !important;
    }
    .catalog-showcase__price {
        margin-top: auto !important;
    }
    .catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-nav {
        display: none !important;
    }
  .catalog-showcase--slider .catalog-showcase__track.owl-carousel .owl-item {
      width: 100% !important;
      padding: 4px 0 !important;
  }
}
@media (max-width: 479px) {
    .catalog-showcase__track {
        grid-template-columns: minmax(0, 1fr);
    }
    .catalog-showcase__button {
        width: 100%;
    }
}

