/* =========================
   STICKY ADD TO CART
   Mobiel + tablet actief
   Desktop uitgeschakeld
========================= */

@media (min-width: 1025px) {
  .wpcsb-wrapper {
    display: none !important;
  }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

  .wpcsb-wrapper.wpcsb-active {
    background: #0f3b33 !important;
    padding: 12px 22px !important;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.14) !important;
    border: none !important;
    z-index: 99999 !important;
  }

  .wpcsb-wrapper,
  .wpcsb-container,
  .wpcsb-product,
  .wpcsb-product-action {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .wpcsb-product {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .wpcsb-product-info {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wpcsb-product-image,
  .wpcsb-product-thumb,
  .wpcsb-product-info img {
    display: none !important;
  }

  .wpcsb-product-title,
  .wpcsb-product-name,
  .wpcsb-product-info a {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 420px !important;
    margin: 0 0 4px 0 !important;
  }

  .wpcsb-product-price,
  .wpcsb-price {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  .wpcsb-wrapper.wpcsb-active .wpcsb-product-price *,
  .wpcsb-wrapper.wpcsb-active .wpcsb-price *,
  .wpcsb-wrapper.wpcsb-active .price * {
    font-size: 15px !important;
    line-height: 1 !important;
    letter-spacing: -0.2px !important;
  }

  .wpcsb-wrapper.wpcsb-active del,
  .wpcsb-wrapper.wpcsb-active del * {
    font-size: 12px !important;
    opacity: 0.7 !important;
    color: rgba(255,255,255,0.75) !important;
    text-decoration-color: rgba(255,255,255,0.8) !important;
  }

  .wpcsb-wrapper.wpcsb-active ins,
  .wpcsb-wrapper.wpcsb-active ins * {
    font-size: 16px !important;
    color: #e8471e !important;
    text-decoration: none !important;
    font-weight: 900 !important;
  }

  .wpcsb-wrapper.wpcsb-active .bg-discount-badge {
    display: none !important;
  }

  .wpcsb-product-action {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
  }

  .wpcsb-wrapper input.qty {
    width: 46px !important;
    height: 42px !important;
    border-radius: 10px !important;
    border: 2px solid rgba(255,255,255,0.22) !important;
    background: rgba(255,255,255,0.08) !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .wpcsb-wrapper .button,
  .wpcsb-wrapper button {
    height: 42px !important;
    padding: 0 24px !important;
    border-radius: 999px !important;
    background: #e8471e !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700 !important;
    margin: 0 !important;
  }
}

/* MOBIEL */
@media (max-width: 767px) {

  .wpcsb-wrapper.wpcsb-active {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 14px !important;
    background: #0f3b33 !important;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.18) !important;
    z-index: 99999 !important;
  }

  .wpcsb-wrapper,
  .wpcsb-container,
  .wpcsb-product,
  .wpcsb-product-action {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .wpcsb-container {
    width: 100% !important;
  }

  .wpcsb-product {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
  }

  .wpcsb-product-info {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wpcsb-product-image,
  .wpcsb-product-thumb,
  .wpcsb-product-info img {
    display: none !important;
  }

  .wpcsb-product-title,
  .wpcsb-product-name,
  .wpcsb-product-info a {
    display: block !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 220px !important;
    margin: 0 0 4px 0 !important;
    text-decoration: none !important;
  }

  .wpcsb-product-price,
  .wpcsb-price {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  .wpcsb-wrapper.wpcsb-active .wpcsb-product-price *,
  .wpcsb-wrapper.wpcsb-active .wpcsb-price *,
  .wpcsb-wrapper.wpcsb-active .price * {
    font-size: 13px !important;
    line-height: 1 !important;
    letter-spacing: -0.2px !important;
  }

  .wpcsb-wrapper.wpcsb-active del,
  .wpcsb-wrapper.wpcsb-active del * {
    font-size: 11px !important;
    opacity: 0.7 !important;
    color: rgba(255,255,255,0.75) !important;
    text-decoration-thickness: 2px !important;
    text-decoration-color: rgba(255,255,255,0.8) !important;
  }

  .wpcsb-wrapper.wpcsb-active ins,
  .wpcsb-wrapper.wpcsb-active ins * {
    font-size: 15px !important;
    color: #e8471e !important;
    text-decoration: none !important;
    font-weight: 900 !important;
  }

  .wpcsb-wrapper.wpcsb-active .bg-discount-badge {
    display: none !important;
  }

  .wpcsb-product-action {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
  }

  .wpcsb-wrapper input.qty {
    width: 38px !important;
    height: 38px !important;
    border-radius: 11px !important;
    border: 2px solid rgba(255,255,255,0.18) !important;
    background: rgba(255,255,255,0.08) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .wpcsb-wrapper .button,
  .wpcsb-wrapper button {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    border: none !important;
    background: #e8471e !important;
    color: transparent !important;
    font-size: 0 !important;
    position: relative !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  .wpcsb-wrapper .button::before,
  .wpcsb-wrapper button::before {
    content: "🛒+";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 1 !important;
  }

  .wpcsb-wrapper * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* ================================
   Bekijk ook / gerelateerde producten
================================ */

.related.products {
    padding-top: 30px !important;
    margin-top: 20px !important;
}

.related.products > h2 {
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1.2;
    margin-bottom: 0 !important;
}

.related.products > h2::before {
    content: "BEKIJK OOK";
    color: #111;
    font-size: 24px;
    font-weight: 800;
    display: block;
    margin-bottom: 24px;
    text-transform: uppercase !important;
    letter-spacing: 0.3px;
}

.related.products ul.products {
    gap: 18px !important;
    align-items: stretch !important;
}

.related.products ul.products li.product {
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px 18px 16px !important;
    box-shadow: 0 3px 14px rgba(0,0,0,0.045);
    transition: all 0.25s ease;
    display: flex !important;
    flex-direction: column !important;
    min-height: 410px !important;
}

.related.products ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.related.products ul.products li.product a.woocommerce-LoopProduct-link {
    display: grid !important;
    grid-template-rows: 175px 56px 30px 36px !important;
    width: 100% !important;
    text-decoration: none !important;
}

.related.products ul.products li.product img {
    grid-row: 1 !important;
    height: 175px !important;
    object-fit: contain !important;
    justify-self: center !important;
    align-self: center !important;
    margin: 0 !important;
}

.related.products ul.products li.product h2,
.related.products ul.products li.product .woocommerce-loop-product__title {
    grid-row: 2 !important;

    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;

    text-transform: uppercase !important;
    color: #222 !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;

    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;

    padding: 0 !important;
    margin: 10px 0 0 0 !important;

    text-align: left !important;
    width: 100% !important;
}

.related.products ul.products li.product .star-rating {
    grid-row: 3 !important;

    height: 30px !important;

    margin: 0 auto !important;

    justify-self: center !important;
    align-self: center !important;

    font-size: 16px !important;

    transform: scale(0.95);
    transform-origin: center !important;
}

.related.products ul.products li.product .price {
    grid-row: 4 !important;

    font-size: 18px !important;
    font-weight: 700 !important;

    color: #e74c3c !important;

    text-align: center !important;

    width: 100% !important;

    margin: 0 !important;
}

.related.products ul.products li.product .button {
    border-radius: 999px !important;

    padding: 12px 16px !important;

    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;

    width: 100% !important;

    min-height: 62px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    margin: auto 0 0 0 !important;

    text-align: center !important;

    text-transform: uppercase !important;

    transition: all 0.22s ease !important;
}

.related.products ul.products li.product .button:hover {
    background: #467d12 !important;

    transform: translateY(-2px);

    box-shadow: 0 8px 18px rgba(0,0,0,0.12) !important;
}

.related.products ul.products li.product.outofstock .button,
.related.products ul.products li.product .button.disabled,
.related.products ul.products li.product .button.loading {
    background: #9a9a9a !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* ================================
   Mobiel
================================ */

@media (max-width: 767px) {

  .related.products {
      padding-top: 22px !important;
      margin-top: 8px !important;
      overflow: hidden;
  }

  .related.products > h2::before {
      font-size: 24px;
      margin-bottom: 16px;
      padding-left: 15px;
  }

  .related.products ul.products {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 14px !important;
      padding: 0 12px !important;
      margin: 0 !important;
  }

  .related.products ul.products li.product {
      width: 100% !important;
      margin: 0 !important;
      padding: 12px 10px 14px 10px !important;
      border-radius: 14px;
      min-height: 345px !important;
      box-shadow: 0 2px 12px rgba(0,0,0,0.045) !important;
  }

  .related.products ul.products li.product a.woocommerce-LoopProduct-link {
      display: grid !important;
      grid-template-rows: 140px 46px 24px 30px !important;
      width: 100% !important;
  }

  .related.products ul.products li.product img {
      height: 140px !important;
  }

  .related.products ul.products li.product h2,
  .related.products ul.products li.product .woocommerce-loop-product__title {

      font-size: 13px !important;
      line-height: 1.18 !important;

      height: 31px !important;
      min-height: 31px !important;
      max-height: 31px !important;

      margin-top: 6px !important;

      display: -webkit-box !important;
      -webkit-line-clamp: 2 !important;
      -webkit-box-orient: vertical !important;

      overflow: hidden !important;
      text-overflow: ellipsis !important;

      text-align: left !important;
  }

  .related.products ul.products li.product .star-rating {
      height: 24px !important;
      font-size: 14px !important;
      transform: scale(0.95);
  }

  .related.products ul.products li.product .price {
      font-size: 18px !important;
  }

  .related.products ul.products li.product .button {
      padding: 10px 8px !important;
      font-size: 12px !important;
      line-height: 1.2 !important;
      border-radius: 999px !important;
      white-space: normal !important;
      min-height: 56px !important;
  }
}

/* =================================
   Categoriepagina product cards
   Desktop + tablet + mobiel
================================= */

.woocommerce.archive ul.products,
.woocommerce-page ul.products {
    gap: 18px !important;
    align-items: stretch !important;
}

/* Productkaart */
.woocommerce.archive ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #fff !important;
    border-radius: 14px !important;
    padding: 14px 16px 18px 16px !important;
    box-shadow: 0 3px 14px rgba(0,0,0,0.045) !important;
    transition: all 0.25s ease !important;

    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 430px !important;

    overflow: hidden !important;
}

/* Hover desktop */
@media (min-width: 1025px) {
    .woocommerce.archive ul.products li.product:hover,
    .woocommerce-page ul.products li.product:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
    }
}

/* Productlink layout */
.woocommerce.archive ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    text-decoration: none !important;
}

/* Afbeelding */
.woocommerce.archive ul.products li.product img,
.woocommerce-page ul.products li.product img {
    display: block !important;
    width: 100% !important;
    height: 190px !important;
    max-height: 190px !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto 14px auto !important;
    flex-shrink: 0 !important;
}

/* Titel */
.woocommerce.archive ul.products li.product h2,
.woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h2,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
    text-transform: uppercase !important;
    color: #222 !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;

    min-height: 36px !important;
    max-height: 36px !important;

    padding: 0 !important;
    margin: 0 0 10px 0 !important;

    text-align: left !important;
    width: 100% !important;

    position: relative !important;
    z-index: 2 !important;
}

/* Sterren */
.woocommerce.archive ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
    height: 26px !important;
    margin: 0 auto 8px auto !important;
    justify-self: center !important;
    align-self: center !important;
    font-size: 16px !important;
    transform: scale(0.95);
    transform-origin: center !important;
    overflow: hidden !important;
}

/* Reviewtekst verbergen */
.woocommerce.archive ul.products li.product .star-rating strong,
.woocommerce.archive ul.products li.product .star-rating .rating,
.woocommerce.archive ul.products li.product .star-rating .screen-reader-text,
.woocommerce.archive ul.products li.product .woocommerce-review-link,
.woocommerce.archive ul.products li.product .review-count,
.woocommerce.archive ul.products li.product .count,
.woocommerce-page ul.products li.product .star-rating strong,
.woocommerce-page ul.products li.product .star-rating .rating,
.woocommerce-page ul.products li.product .star-rating .screen-reader-text,
.woocommerce-page ul.products li.product .woocommerce-review-link,
.woocommerce-page ul.products li.product .review-count,
.woocommerce-page ul.products li.product .count {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
}

/* Prijs */
.woocommerce.archive ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #e74c3c !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 0 18px 0 !important;
}

/* Button */
.woocommerce.archive ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    border-radius: 999px !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    width: 100% !important;
    min-height: 62px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: auto 0 0 0 !important;

    text-align: center !important;
    text-transform: uppercase !important;
    transition: all 0.22s ease !important;
}

.woocommerce.archive ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
    background: #467d12 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12) !important;
}

/* Uitverkocht */
.woocommerce.archive ul.products li.product.outofstock .button,
.woocommerce-page ul.products li.product.outofstock .button {
    background: #9a9a9a !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* ================================
   Tablet
================================ */

@media (min-width: 768px) and (max-width: 1024px) {

  .woocommerce.archive ul.products,
  .woocommerce-page ul.products {
      gap: 16px !important;
  }

  .woocommerce.archive ul.products li.product,
  .woocommerce-page ul.products li.product {
      min-height: 420px !important;
      padding: 14px 14px 18px 14px !important;
  }

  .woocommerce.archive ul.products li.product img,
  .woocommerce-page ul.products li.product img {
      height: 180px !important;
      max-height: 180px !important;
      margin-bottom: 14px !important;
  }

  .woocommerce.archive ul.products li.product h2,
  .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product h2,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
      font-size: 14px !important;
      min-height: 36px !important;
      max-height: 36px !important;
  }
}

/* ================================
   Mobiel
================================ */

@media (max-width: 767px) {

  .woocommerce.archive ul.products,
  .woocommerce-page ul.products {
      grid-template-columns: 1fr 1fr !important;
      gap: 14px !important;
      padding: 0 2px !important;
  }

  .woocommerce.archive ul.products li.product,
  .woocommerce-page ul.products li.product {
      padding: 12px 10px 14px 10px !important;
      min-height: 370px !important;
  }

  .woocommerce.archive ul.products li.product a.woocommerce-LoopProduct-link,
  .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
      display: flex !important;
      flex-direction: column !important;
  }

  .woocommerce.archive ul.products li.product img,
  .woocommerce-page ul.products li.product img {
      height: 150px !important;
      max-height: 150px !important;
      margin-bottom: 12px !important;
  }

  .woocommerce.archive ul.products li.product h2,
  .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product h2,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
      font-size: 13px !important;
      line-height: 1.18 !important;
      min-height: 32px !important;
      max-height: 32px !important;
      margin: 0 0 10px 0 !important;
  }

  .woocommerce.archive ul.products li.product .star-rating,
  .woocommerce-page ul.products li.product .star-rating {
      font-size: 14px !important;
      height: 22px !important;
      margin-bottom: 8px !important;
  }

  .woocommerce.archive ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
      font-size: 17px !important;
      margin-bottom: 16px !important;
  }

  .woocommerce.archive ul.products li.product .button,
  .woocommerce-page ul.products li.product .button {
      min-height: 56px !important;
      font-size: 12px !important;
      padding: 11px 12px !important;
  }
}

/* ================================
   Kleine telefoons / landscape fix
================================ */

@media (max-width: 430px) {

  .woocommerce.archive ul.products li.product,
  .woocommerce-page ul.products li.product {
      min-height: 365px !important;
  }

  .woocommerce.archive ul.products li.product img,
  .woocommerce-page ul.products li.product img {
      height: 145px !important;
      max-height: 145px !important;
  }
}

/* Landscape mobiel */
@media (max-width: 932px) and (orientation: landscape) {

  .woocommerce.archive ul.products li.product,
  .woocommerce-page ul.products li.product {
      min-height: 395px !important;
  }

  .woocommerce.archive ul.products li.product img,
  .woocommerce-page ul.products li.product img {
      height: 165px !important;
      max-height: 165px !important;
      margin-bottom: 14px !important;
  }

  .woocommerce.archive ul.products li.product h2,
  .woocommerce.archive ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product h2,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
      min-height: 36px !important;
      max-height: 36px !important;
  }
}

/* ================================
   Specificaties - compact mobiel + desktop
================================ */

.single-product h2,
.single-product .woocommerce-product-attributes h2 {
  font-size: 22px !important;
  line-height: 1.1 !important;
  margin-top: 10px !important;
  margin-bottom: 14px !important;
  letter-spacing: -0.5px !important;
}

.single-product table.woocommerce-product-attributes {
  width: 100% !important;
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

@media (min-width: 768px) {
  .single-product table.woocommerce-product-attributes tbody {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 12px !important;
  }

  .single-product table.woocommerce-product-attributes tr {
    margin-bottom: 0 !important;
  }
}

.single-product table.woocommerce-product-attributes tr {
  display: block !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 10px 16px !important;
  border: 1px solid #f1f1f1 !important;
  box-shadow: 0 2px 7px rgba(0,0,0,0.035) !important;
  margin-bottom: 10px !important;
}

.single-product table.woocommerce-product-attributes th,
.single-product table.woocommerce-product-attributes td {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  text-align: left !important;
  border: none !important;
  background: transparent !important;
}

.single-product table.woocommerce-product-attributes th {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111 !important;
  line-height: 1.15 !important;
  margin-bottom: 4px !important;
}

.single-product table.woocommerce-product-attributes td {
  font-size: 14px !important;
  line-height: 1.35 !important;
  color: #555 !important;
}

.single-product table.woocommerce-product-attributes td p {
  margin: 0 !important;
}

.single-product .woocommerce-product-details__short-description {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .single-product table.woocommerce-product-attributes tbody {
    display: block !important;
  }

  .single-product table.woocommerce-product-attributes tr {
    padding: 8px 16px !important;
    margin-bottom: 9px !important;
  }
}

/* ================================
   Product trustblok compact premium
================================ */

.single-product .product-trust-box {
    margin-top: 14px !important;
}

.single-product .product-trust-box .elementor-widget-container {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.single-product .product-trust-box .elementor-icon-list-items {

    margin: 0 !important;
    padding: 8px 16px !important;

    background: #ffffff !important;

    border: 1px solid #eeeeee !important;
    border-radius: 14px !important;

    box-shadow: 0 3px 12px rgba(0,0,0,0.04) !important;

    overflow: hidden !important;
    list-style: none !important;
}

.single-product .product-trust-box .elementor-icon-list-item {

    display: flex !important;
    align-items: center !important;

    gap: 10px !important;

    padding: 11px 0 !important;
    margin: 0 !important;

    border-bottom: 1px solid #f4f4f4 !important;
}

.single-product .product-trust-box .elementor-icon-list-item:last-child {
    border-bottom: none !important;
}

.single-product .product-trust-box .elementor-icon-list-icon {

    width: 20px !important;
    min-width: 20px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #ef3f1f !important;
}

.single-product .product-trust-box .elementor-icon-list-icon i,
.single-product .product-trust-box .elementor-icon-list-icon svg {

    font-size: 15px !important;
    width: 15px !important;
    height: 15px !important;
}

.single-product .product-trust-box .elementor-icon-list-text {

    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

    color: #222 !important;
}

/* Mobiel */

@media (max-width: 767px) {

    .single-product .product-trust-box .elementor-icon-list-items {
        padding: 6px 12px !important;
        border-radius: 12px !important;
    }

    .single-product .product-trust-box .elementor-icon-list-item {
        padding: 10px 0 !important;
        gap: 8px !important;
    }

    .single-product .product-trust-box .elementor-icon-list-text {
        font-size: 13px !important;
    }
}

/* ================================
   Productbeschrijving premium compact
================================ */

.single-product .product-description-box {

    max-width: 1180px !important;

    margin: 26px auto 0 !important;
}

/* Paragrafen */

.single-product .product-description-box p {

    font-size: 16px !important;

    line-height: 1.75 !important;

    color: #333 !important;

    margin-bottom: 18px !important;
}

/* Koppen */

.single-product .product-description-box h2,
.single-product .product-description-box h3 {

    font-size: 22px !important;

    line-height: 1.2 !important;

    font-weight: 700 !important;

    color: #ef3f1f !important;

    margin: 34px 0 14px !important;

    letter-spacing: -0.4px !important;
}

/* Lijsten */

.single-product .product-description-box ul,
.single-product .product-description-box ol {

    margin: 12px 0 22px 0 !important;

    padding-left: 22px !important;
}

.single-product .product-description-box li {

    font-size: 16px !important;

    line-height: 1.65 !important;

    color: #333 !important;

    margin-bottom: 6px !important;
}

/* Bold */

.single-product .product-description-box strong {

    font-weight: 700 !important;

    color: #111 !important;
}

/* ================================
   Tablet
================================ */

@media (max-width: 1024px) {

    .single-product .product-description-box {

        max-width: 100% !important;
    }

    .single-product .product-description-box p,
    .single-product .product-description-box li {

        font-size: 15px !important;

        line-height: 1.7 !important;
    }

    .single-product .product-description-box h2,
    .single-product .product-description-box h3 {

        font-size: 20px !important;

        margin: 28px 0 12px !important;
    }
}

/* ================================
   Mobiel
================================ */

@media (max-width: 767px) {

    .single-product .product-description-box {

        margin-top: 18px !important;
    }

    .single-product .product-description-box p {

        font-size: 15px !important;

        line-height: 1.65 !important;

        margin-bottom: 16px !important;
    }

    .single-product .product-description-box h2,
    .single-product .product-description-box h3 {

        font-size: 18px !important;

        line-height: 1.25 !important;

        margin: 24px 0 10px !important;
    }

    .single-product .product-description-box li {

        font-size: 15px !important;

        line-height: 1.55 !important;
    }
}

/* =================================
   Productreviews styling
================================= */

.woocommerce-tabs ul.tabs {
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

#tab-reviews {
    display: block !important;
}

#tab-description,
#tab-additional_information {
    display: none !important;
}

.single-product .woocommerce-tabs {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.single-product .woocommerce-tabs:has(#tab-reviews ol.commentlist li) {
    background: #f5f5f5 !important;
    padding: 35px 20px 45px !important;
    margin-top: 0 !important;
}

#tab-reviews .woocommerce-Reviews-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin: 0 0 28px 0 !important;
    line-height: 1.35 !important;
}

#tab-reviews .woocommerce-Reviews-title::after {
    content: "";
    width: 150px;
    height: 56px;
    flex-shrink: 0;
    background: url("https://bestekgigant.nl/wp-content/uploads/2026/05/logo-250x95px.svg") no-repeat center center;
    background-size: contain;
    opacity: 0.96;
}

#tab-reviews #review_form_wrapper,
#tab-reviews #respond.comment-respond {
    display: none !important;
}

#tab-reviews ol.commentlist {
    margin: 0 !important;
    padding: 0 !important;
}

#tab-reviews ol.commentlist li {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#tab-reviews ol.commentlist li img.avatar {
    display: none !important;
}

#tab-reviews ol.commentlist li .comment-text {
    margin-left: 0 !important;
    padding: 26px 30px !important;
    border: 1px solid #ececec !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.03) !important;
}

#tab-reviews .woocommerce-review__author {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #222 !important;
}

#tab-reviews .woocommerce-review__verified {
    display: inline-block !important;
    margin-left: 10px !important;
    padding: 5px 12px !important;
    border-radius: 999px !important;
    background: #f4f4f4 !important;
    color: #666 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
}

#tab-reviews .woocommerce-review__published-date {
    font-size: 14px !important;
    color: #999 !important;
    margin-left: 8px !important;
}

#tab-reviews .comment-text p {
    font-size: 17px !important;
    line-height: 1.8 !important;
    color: #333 !important;
    margin-top: 18px !important;
}

#tab-reviews .star-rating {
    float: right !important;
    color: #FDCC0D !important;
    font-size: 18px !important;
}

#tab-reviews .star-rating::before {
    color: #E0E0E0 !important;
}

#tab-reviews .star-rating span::before {
    color: #FDCC0D !important;
}

/* =================================
   Mobiel
================================= */

@media (max-width: 767px) {

    .single-product .woocommerce-tabs:has(#tab-reviews ol.commentlist li) {
        padding: 24px 16px 34px !important;
    }

    #tab-reviews .woocommerce-Reviews-title {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
    }

    #tab-reviews .woocommerce-Reviews-title::after {
        width: 130px !important;
        height: 48px !important;
    }

    #tab-reviews ol.commentlist li .comment-text {
        padding: 22px 20px !important;
        border-radius: 18px !important;
    }

    #tab-reviews .star-rating {
        float: none !important;
        display: block !important;
        margin: 0 0 14px 0 !important;
        font-size: 20px !important;
    }

    #tab-reviews .woocommerce-review__author {
        display: block !important;
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }

    #tab-reviews .woocommerce-review__verified {
        margin-left: 0 !important;
        margin-top: 4px !important;
        margin-bottom: 6px !important;
    }

    #tab-reviews .woocommerce-review__published-date {
        display: inline !important;
        margin-left: 6px !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    #tab-reviews .woocommerce-review__verified + .woocommerce-review__dash {
        display: inline !important;
        color: #999 !important;
        margin: 0 4px !important;
    }

    #tab-reviews .comment-text p {
        font-size: 16px !important;
        line-height: 1.7 !important;
        margin-top: 18px !important;
    }
}

/* ================================
   Mobiel fixed widgets netjes binnen scherm houden
   + Chaty verbergen op productpagina's
================================ */

@media (max-width: 767px) {

  /* WebwinkelKeur widget */
  #ww-widget-review,
  .ww-widget-review {
    transform: scale(0.9);
    transform-origin: bottom left;

    left: 0 !important;
    bottom: 0 !important;
  }

  /* Chaty op ALLE pagina's behalve productpagina */
  body:not(.single-product) .chaty-widget,
  body:not(.single-product) .chaty-widget-button,
  body:not(.single-product) .chaty-channel {
    transform: scale(0.9);
    transform-origin: bottom right;
  }

  body:not(.single-product) .chaty-widget {
    right: 8px !important;
    bottom: 8px !important;
  }

  /* Chaty volledig verbergen op productpagina */
  .single-product .chaty-widget,
  .single-product .chaty-widget-button,
  .single-product .chaty-channel {
    display: none !important;
  }

}

/* ================================
   PREMIUM PRODUCT REVIEWS
================================ */

.single-product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0 20px 0 !important;
    flex-wrap: wrap;
}

/* REVIEW LOGO */
.single-product .woocommerce-product-rating::before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url("https://bestekgigant.nl/wp-content/uploads/2026/05/logo-32x32px.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

/* STARS */
.single-product .star-rating {
    margin: 0 !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
}

.single-product .star-rating span::before {
    color: #FDCC0D !important;
}

.single-product .star-rating::before {
    color: #E0E0E0 !important;
}

/* REVIEW LINK */
.single-product .woocommerce-review-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    padding: 5px 11px !important;

    background: #f7f7f7 !important;
    border-radius: 999px !important;

    font-size: 0 !important;
    font-weight: 600 !important;

    color: #444 !important;
    text-decoration: none !important;

    line-height: 1 !important;

    transition: all 0.2s ease;
}

.single-product .woocommerce-review-link:hover {
    background: #ef4b23 !important;
    color: #fff !important;
}

.single-product .woocommerce-review-link::after {
    content: "1 review";

    font-size: 13px !important;
    font-weight: 600 !important;

    color: inherit !important;
}

/* MOBILE */
@media (max-width: 767px) {

    .single-product .woocommerce-product-rating {
        gap: 8px;
        margin: 10px 0 18px 0 !important;
    }

    .single-product .woocommerce-product-rating::before {
        width: 20px;
        height: 20px;
    }

    .single-product .star-rating {
        font-size: 15px !important;
    }

    .single-product .woocommerce-review-link {
        padding: 5px 9px !important;
    }

    .single-product .woocommerce-review-link::after {
        font-size: 12px !important;
    }
}

/* SKU / categorie / tags verbergen */

.single-product .sku_wrapper,
.single-product .posted_in,
.single-product .tagged_as {
    display: none !important;
}

/* ================================
   Productkaarten algemeen
================================ */

.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 12px;
    padding: 14px 14px 18px 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.woocommerce ul.products li.product .button {
    margin-top: auto;
    margin-bottom: 4px;
}

/* Homepagina uitzondering */

.home .woocommerce ul.products li.product {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* ================================
   Mobiel/tablet hamburger menu styling
================================ */

@media (max-width: 1024px) {

  /* Menu container */
  .elementor-nav-menu--dropdown,
  .elementor-nav-menu__container {
    background: #ffffff !important;
    padding: 24px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
    border-radius: 0 0 18px 18px !important;
  }

  /* Algemene lijst */
  .elementor-nav-menu--dropdown ul {
    background: transparent !important;
    padding: 0 !important;
  }

  /* Hoofdmenu items */
  .elementor-nav-menu--dropdown li {
    margin: 0 !important;
    border-bottom: 1px solid #efefef !important;
  }

  .elementor-nav-menu--dropdown li:last-child {
    border-bottom: none !important;
  }

  /* Hoofdmenu links */
  .elementor-nav-menu--dropdown a {
    padding: 18px 0 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #2d2d2d !important;
    background: transparent !important;
    transition: all 0.2s ease !important;
  }

  /* Hover + actief */
  .elementor-nav-menu--dropdown a:hover,
  .elementor-nav-menu--dropdown a.elementor-item-active {
    color: #e8471e !important;
    background: transparent !important;
  }

  /* Submenu container */
  .elementor-nav-menu--dropdown .sub-menu {
    display: none !important;
    background: #fafafa !important;
    border-radius: 14px !important;
    padding: 8px 22px !important;
    margin: 10px 0 16px 0 !important;
    border: 1px solid #f1f1f1 !important;
  }

  /* Alleen tonen wanneer geopend */
  .elementor-nav-menu--dropdown .menu-item-has-children.elementor-active > .sub-menu,
  .elementor-nav-menu--dropdown .menu-item-has-children.open > .sub-menu {
    display: block !important;
  }

  /* Submenu links */
  .elementor-nav-menu--dropdown .sub-menu a {
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #666 !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #ececec !important;
  }

  .elementor-nav-menu--dropdown .sub-menu li:last-child a {
    border-bottom: none !important;
  }

  /* Dropdown pijltjes */
  .elementor-nav-menu--dropdown .sub-arrow {
    color: #333 !important;
    font-size: 15px !important;
    padding-left: 10px !important;
  }

  /* Mooier klikgebied */
  .elementor-nav-menu--dropdown .menu-item-has-children > a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
}

/* ================================
   Categoriepagina tekst premium compact
================================ */

.woocommerce.archive .term-description,
.woocommerce-page.archive .term-description,
.woocommerce .woocommerce-products-header__description,
.woocommerce-page .woocommerce-products-header__description,
.category-description-box {

    max-width: 1180px !important;
    margin: 26px auto 0 !important;
}

/* Paragrafen */

.woocommerce.archive .term-description p,
.woocommerce-page.archive .term-description p,
.woocommerce .woocommerce-products-header__description p,
.woocommerce-page .woocommerce-products-header__description p,
.category-description-box p {

    font-size: 16px !important;
    line-height: 1.75 !important;
    color: #333 !important;
    margin-bottom: 18px !important;
}

/* Koppen */

.woocommerce.archive .term-description h2,
.woocommerce.archive .term-description h3,
.woocommerce-page.archive .term-description h2,
.woocommerce-page.archive .term-description h3,
.woocommerce .woocommerce-products-header__description h2,
.woocommerce .woocommerce-products-header__description h3,
.category-description-box h2,
.category-description-box h3 {

    font-size: 22px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #ef3f1f !important;
    margin: 34px 0 14px !important;
    letter-spacing: -0.4px !important;
}

/* Lijsten */

.woocommerce.archive .term-description ul,
.woocommerce.archive .term-description ol,
.woocommerce-page.archive .term-description ul,
.woocommerce-page.archive .term-description ol,
.woocommerce .woocommerce-products-header__description ul,
.woocommerce .woocommerce-products-header__description ol,
.category-description-box ul,
.category-description-box ol {

    margin: 12px 0 22px 0 !important;
    padding-left: 22px !important;
}

.woocommerce.archive .term-description li,
.woocommerce-page.archive .term-description li,
.woocommerce .woocommerce-products-header__description li,
.woocommerce-page .woocommerce-products-header__description li,
.category-description-box li {

    font-size: 16px !important;
    line-height: 1.65 !important;
    color: #333 !important;
    margin-bottom: 6px !important;
}

/* Bold */

.woocommerce.archive .term-description strong,
.woocommerce-page.archive .term-description strong,
.woocommerce .woocommerce-products-header__description strong,
.woocommerce-page .woocommerce-products-header__description strong,
.category-description-box strong {

    font-weight: 700 !important;
    color: #111 !important;
}

/* ================================
   Tablet
================================ */

@media (max-width: 1024px) {

    .woocommerce.archive .term-description,
    .woocommerce-page.archive .term-description,
    .woocommerce .woocommerce-products-header__description,
    .woocommerce-page .woocommerce-products-header__description,
    .category-description-box {
        max-width: 100% !important;
    }

    .woocommerce.archive .term-description p,
    .woocommerce.archive .term-description li,
    .woocommerce-page.archive .term-description p,
    .woocommerce-page.archive .term-description li,
    .woocommerce .woocommerce-products-header__description p,
    .woocommerce .woocommerce-products-header__description li,
    .category-description-box p,
    .category-description-box li {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .woocommerce.archive .term-description h2,
    .woocommerce.archive .term-description h3,
    .woocommerce-page.archive .term-description h2,
    .woocommerce-page.archive .term-description h3,
    .woocommerce .woocommerce-products-header__description h2,
    .woocommerce .woocommerce-products-header__description h3,
    .category-description-box h2,
    .category-description-box h3 {
        font-size: 20px !important;
        margin: 28px 0 12px !important;
    }
}

/* ================================
   Mobiel
================================ */

@media (max-width: 767px) {

    .woocommerce.archive .term-description,
    .woocommerce-page.archive .term-description,
    .woocommerce .woocommerce-products-header__description,
    .woocommerce-page .woocommerce-products-header__description,
    .category-description-box {
        margin-top: 18px !important;
    }

    .woocommerce.archive .term-description p,
    .woocommerce-page.archive .term-description p,
    .woocommerce .woocommerce-products-header__description p,
    .woocommerce-page .woocommerce-products-header__description p,
    .category-description-box p {
        font-size: 15px !important;
        line-height: 1.65 !important;
        margin-bottom: 16px !important;
    }

    .woocommerce.archive .term-description h2,
    .woocommerce.archive .term-description h3,
    .woocommerce-page.archive .term-description h2,
    .woocommerce-page.archive .term-description h3,
    .woocommerce .woocommerce-products-header__description h2,
    .woocommerce .woocommerce-products-header__description h3,
    .category-description-box h2,
    .category-description-box h3 {
        font-size: 18px !important;
        line-height: 1.25 !important;
        margin: 24px 0 10px !important;
    }

    .woocommerce.archive .term-description li,
    .woocommerce-page.archive .term-description li,
    .woocommerce .woocommerce-products-header__description li,
    .woocommerce-page .woocommerce-products-header__description li,
    .category-description-box li {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }
}

/* ================================
   Premium prijs styling + dynamische sale badge
================================ */

.single-product p.price,
.single-product .price,
.single-product .woocommerce-variation-price {
    display: flex !important;
    align-items: flex-end !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
    margin: 18px 0 26px !important;
}

/* Normale prijs */
.single-product .price > .woocommerce-Price-amount.amount,
.single-product .price > span.woocommerce-Price-amount.amount {
    font-size: 46px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    color: #e8471e !important;
    letter-spacing: -1.4px !important;
}

/* Oude prijs */
.single-product del,
.single-product del .woocommerce-Price-amount {
    opacity: 0.45 !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #777 !important;
    text-decoration-thickness: 3px !important;
    text-decoration-color: #e8471e !important;
}

/* Nieuwe sale prijs */
.single-product ins,
.single-product ins .woocommerce-Price-amount {
    text-decoration: none !important;
    font-size: 46px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    color: #e8471e !important;
    letter-spacing: -1.4px !important;
}

/* Dynamische kortingsbadge */
.single-product .bg-discount-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    background: #4F7D1A !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.2px !important;
    box-shadow: 0 5px 14px rgba(79,125,26,0.18) !important;
}

/* Mobiel hoofdprijs */
@media (max-width: 767px) {

    .single-product p.price,
    .single-product .price,
    .single-product .woocommerce-variation-price {
        gap: 8px !important;
        margin: 14px 0 20px !important;
    }

    .single-product .price > .woocommerce-Price-amount.amount,
    .single-product .price > span.woocommerce-Price-amount.amount {
        font-size: 36px !important;
        letter-spacing: -1px !important;
    }

    .single-product del,
    .single-product del .woocommerce-Price-amount {
        font-size: 21px !important;
        text-decoration-thickness: 2px !important;
    }

    .single-product ins,
    .single-product ins .woocommerce-Price-amount {
        font-size: 36px !important;
        letter-spacing: -1px !important;
    }

    .single-product .bg-discount-badge {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }
}

/* ================================
   Bekijk ook / related reset + prijs mooier
================================ */

.single-product ul.products li.product .price,
.single-product .related ul.products li.product .price,
.single-product .upsells ul.products li.product .price {
    display: block !important;
    margin: 0 !important;
    gap: 0 !important;
    text-align: center !important;
    color: #e8471e !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.2px !important;
}

.single-product ul.products li.product .price .woocommerce-Price-amount,
.single-product .related ul.products li.product .price .woocommerce-Price-amount,
.single-product .upsells ul.products li.product .price .woocommerce-Price-amount {
    color: #e8471e !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.2px !important;
}

.single-product ul.products li.product del,
.single-product ul.products li.product del .woocommerce-Price-amount {
    opacity: 0.25 !important;
    color: #999 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration-thickness: 2px !important;
}

.single-product ul.products li.product ins,
.single-product ul.products li.product ins .woocommerce-Price-amount {
    color: #e8471e !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.single-product ul.products li.product .bg-discount-badge,
.single-product .related .bg-discount-badge,
.single-product .upsells .bg-discount-badge {
    display: none !important;
}

/* ================================
   Compacte kortingsbadge categorie + Bekijk ook
================================ */

.woocommerce ul.products li.product {
    position: relative !important;
}

.woocommerce ul.products li.product .bg-loop-discount-badge {
    position: absolute !important;
    top: 7px !important;
    left: 7px !important;
    z-index: 20 !important;

    background: #e8471e !important;
    color: #fff !important;

    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;

    padding: 7px 10px !important;
    border-radius: 999px !important;

    box-shadow: 0 6px 18px rgba(232,71,30,0.24) !important;
}

@media (max-width: 767px) {
    .woocommerce ul.products li.product .bg-loop-discount-badge {
        top: 6px !important;
        left: 6px !important;
        font-size: 11px !important;
        padding: 6px 9px !important;
    }
}

