@layer utilities {
  .bg-black-custom {
    background-color: #000000 !important;
  }
  
  .tooltip-custom {
    position: absolute !important;
    bottom: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-color: #000000 !important;
    margin-bottom: 8px !important;
  }
  
  .tooltip-arrow-custom {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 0;
    height: 0;
    border-style: solid !important;
    border-width: 6px 6px 0 6px !important;
    border-color: #000000 transparent transparent transparent !important;
  }
}
.product-card .brand-wrapper img {
    max-width: 50px;
}

.text-text-helper-announcement-bar.font-bold.text-sm.text-right.ml-auto.whitespace-nowrap {
    display: none;
}

.product-card__sku-mpn {
    display: none;
}
.product-card__price-vat {
    display: none;
}
.product-card--grid:not(.product-card--grid--classic) .product-card__extrafields {
    height: auto!important;
}
.product-card__extrafield.hide-retail-field {
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
.product-card__variants__other1:first-child > div {
    display: none;
}
.filterlist__products-wrapper .cursor-not-allowed {
    display: none;
}
.custom-price-table .purchase-price-cell span.text-\[10px\] span:nth-child(3) {
    display: none;
}
.productSingle__sku-mpn {
    display: none;
}
.carousel-wrap.heightSmall .md\:h-\[220px\] {
    height: 200px;
}

.cart__product-dimensions {
    font-weight: 500;
}
.cart__product-title {
    font-weight: normal !important;
    font-size: 12px;
}
.cart__product-sku {
    font-weight: bold;
    font-size: 14px;
}
.template-brand .product-card__brand {
  display: none;
}
.template-brands .brandList-item {
    border-style: var(--tw-border-style);
    border-width: 1px;
}
.template-brands .brandList-item a {
  flex-direction: column;
}
.template-brands h2.brandList-item__title {
    font-size: 14px;
}
.brandList .carousel-wrap:not(.sliderOn) .swiper:not(.swiper-initialized) .swiper-wrapper {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: calc(var(--spacing) * 6);
}
.brandList .carousel-wrap:not(.sliderOn) .swiper .swiper-slide h2 {
    padding: calc(var(--spacing) * 2);
}
.brandList .carousel-wrap:not(.sliderOn) .swiper .swiper-slide a img {
    position: relative;
    height: calc(100% - 40px);
}
.brandList .carousel-wrap:not(.sliderOn) .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  grid-column: span 6 / span 6;
  @media (width >= 40rem) {
    grid-column: span 4 / span 4;
  }
  @media (width >= 64rem) {
    grid-column: span 3 / span 3;
  }
  @media (width >= 90rem) {
    grid-column: span 2 / span 2;
  }
}
.custom-price-table thead tr {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.custom-price-table tbody tr {
  border-bottom: 1px solid #eee;
}
html.dark .custom-price-table thead tr {
  background-color: #2a2a2a;
  border-bottom: 1px solid #3d3d3d;
}

html.dark .custom-price-table tbody tr {
  border-bottom: 1px solid #3d3d3d;
}

/* Κρύβει το "Λιγότερα τεμάχια" */
/* #sorting option[value*="sort=Priority_asc"] {
    display: none !important;
} */

/* Κρύβει το "Παλαιότερα" */
/* #sorting option[value*="sort=SortDate_asc"] {
    display: none !important;
} */

