/* =========================================================
   Barevná Founárna – finální mobilní řádek Skladem / cena / košík
   v: 20260702c20

   Načíst úplně poslední, až za founarna-category-colorful.css
   i za founarna-category-colorful-mobile-fix.css.
   ========================================================= */

@media (max-width: 767px) {
  body:not(.type-product) #content .products-top-wrapper .p,
  body:not(.type-product) #content .products-top .p,
  body:not(.type-product) #content .products-block .p,
  body:not(.type-product) #content .products .p,
  body:not(.type-product) #content .product {
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-radius: 24px !important;
  }

  body:not(.type-product) #content .products-top-wrapper .p .p-bottom,
  body:not(.type-product) #content .products-top .p .p-bottom,
  body:not(.type-product) #content .products-block .p .p-bottom,
  body:not(.type-product) #content .products .p .p-bottom,
  body:not(.type-product) #content .product .p-bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    grid-template-areas:
      "stock price"
      "tools tools" !important;
    align-items: center !important;
    gap: 10px 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body:not(.type-product) #content .p-bottom .founarna-card-availability-row,
  body:not(.type-product) #content .p-bottom .ratings-wrapper,
  body:not(.type-product) #content .p-bottom .availability,
  body:not(.type-product) #content .p-bottom .availability-label {
    grid-area: stock !important;
    align-self: center !important;
    justify-self: start !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    text-align: left !important;
    line-height: 1.15 !important;
  }

  body:not(.type-product) #content .p-bottom .offers,
  body:not(.type-product) #content .p-bottom [data-micro="offer"],
  body:not(.type-product) #content .p-bottom .price,
  body:not(.type-product) #content .p-bottom .price-final {
    grid-area: price !important;
    align-self: center !important;
    justify-self: end !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    text-align: right !important;
    font-size: 25px !important;
    line-height: 1.05 !important;
  }

  body:not(.type-product) #content .p-bottom .p-tools {
    grid-area: tools !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body:not(.type-product) #content .p-bottom .p-tools form,
  body:not(.type-product) #content .p-bottom .p-tools form.pr-action,
  body:not(.type-product) #content .p-tools form.founarna-featured-cart-form {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body:not(.type-product) #content .p-tools .quantity {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 34px 36px 34px !important;
    align-items: center !important;
    justify-items: center !important;
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(142, 160, 190, .55) !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, .88) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82) !important;
    box-sizing: border-box !important;
  }

  body:not(.type-product) #content .p-tools .quantity label {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:not(.type-product) #content .p-tools .quantity .amount {
    display: block !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 42px !important;
    text-align: center !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
  }

  body:not(.type-product) #content .p-tools .quantity .amount::-webkit-outer-spin-button,
  body:not(.type-product) #content .p-tools .quantity .amount::-webkit-inner-spin-button {
    margin: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  body:not(.type-product) #content .p-tools .quantity .decrease,
  body:not(.type-product) #content .p-tools .quantity .increase {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: 0 !important;
    transform: none !important;
    box-shadow: none !important;
  }

  body:not(.type-product) #content .p-tools .quantity .decrease {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body:not(.type-product) #content .p-tools .quantity .increase {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }

  body:not(.type-product) #content .p-tools .quantity .increase > *,
  body:not(.type-product) #content .p-tools .quantity .decrease > * {
    display: none !important;
  }

  body:not(.type-product) #content .p-tools .quantity::before,
  body:not(.type-product) #content .p-tools .quantity::after,
  body:not(.type-product) #content .p-tools .quantity label::before,
  body:not(.type-product) #content .p-tools .quantity .increase::after,
  body:not(.type-product) #content .p-tools .quantity .decrease::after {
    display: none !important;
    content: none !important;
  }

  body:not(.type-product) #content .p-tools .quantity .decrease::before {
    content: "\2212" !important;
  }

  body:not(.type-product) #content .p-tools .quantity .increase::before {
    content: "+" !important;
  }

  body:not(.type-product) #content .p-tools .quantity .decrease::before,
  body:not(.type-product) #content .p-tools .quantity .increase::before {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    transform: translateY(-1px) !important;
  }

  body:not(.type-product) #content .p-tools .btn-cart,
  body:not(.type-product) #content .p-tools .add-to-cart-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    overflow: visible !important;
    border-radius: 15px !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 380px) {
  body:not(.type-product) #content .p-bottom .p-tools form,
  body:not(.type-product) #content .p-bottom .p-tools form.pr-action,
  body:not(.type-product) #content .p-tools form.founarna-featured-cart-form {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body:not(.type-product) #content .p-tools .quantity {
    grid-template-columns: 31px 34px 31px !important;
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    height: 40px !important;
    min-height: 40px !important;
  }

  body:not(.type-product) #content .p-tools .quantity label,
  body:not(.type-product) #content .p-tools .quantity .amount {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }

  body:not(.type-product) #content .p-tools .quantity .decrease,
  body:not(.type-product) #content .p-tools .quantity .increase {
    width: 31px !important;
    min-width: 31px !important;
    max-width: 31px !important;
    height: 40px !important;
    min-height: 40px !important;
  }

  body:not(.type-product) #content .p-tools .btn-cart,
  body:not(.type-product) #content .p-tools .add-to-cart-button {
    height: 40px !important;
    min-height: 40px !important;
    padding: 8px 10px !important;
    font-size: 14px !important;
  }
}

/* c19: calmer, clearer mobile buybox inside product cards */
@media (max-width: 767px) {
  body:not(.type-product) #content .products-top-wrapper .p .p-in-in,
  body:not(.type-product) #content .products-top .p .p-in-in,
  body:not(.type-product) #content .products-block .p .p-in-in,
  body:not(.type-product) #content .products .p .p-in-in,
  body:not(.type-product) #content .product .p-in-in {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
  }

  body:not(.type-product) #content .products-top-wrapper .p .name,
  body:not(.type-product) #content .products-top .p .name,
  body:not(.type-product) #content .products-block .p .name,
  body:not(.type-product) #content .products .p .name,
  body:not(.type-product) #content .product .name,
  body:not(.type-product) #content .products-top-wrapper .p [data-testid="productCardName"],
  body:not(.type-product) #content .products-top .p [data-testid="productCardName"],
  body:not(.type-product) #content .products-block .p [data-testid="productCardName"],
  body:not(.type-product) #content .products .p [data-testid="productCardName"] {
    margin-bottom: 12px !important;
  }

  body:not(.type-product) #content .products-top-wrapper .p .p-bottom,
  body:not(.type-product) #content .products-top .p .p-bottom,
  body:not(.type-product) #content .products-block .p .p-bottom,
  body:not(.type-product) #content .products .p .p-bottom,
  body:not(.type-product) #content .product .p-bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "stock price"
      "tools tools" !important;
    align-items: center !important;
    gap: 13px 14px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 14px 0 0 !important;
    padding: 11px 12px 12px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    border: 1px solid rgba(210, 222, 240, .72) !important;
    border-radius: 19px !important;
    background:
      radial-gradient(circle at 8% 0%, rgba(255, 199, 38, .13), transparent 36%),
      linear-gradient(135deg, rgba(255, 255, 255, .90), rgba(247, 252, 255, .78)) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .92),
      0 10px 22px rgba(31, 41, 55, .045) !important;
  }

  body:not(.type-product) #content .p-bottom .founarna-card-availability-row,
  body:not(.type-product) #content .p-bottom .ratings-wrapper,
  body:not(.type-product) #content .p-bottom .availability,
  body:not(.type-product) #content .p-bottom .availability-label {
    grid-area: stock !important;
    align-self: center !important;
    justify-self: start !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    text-align: left !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
  }

  body:not(.type-product) #content .p-bottom .offers,
  body:not(.type-product) #content .p-bottom [data-micro="offer"],
  body:not(.type-product) #content .p-bottom .price,
  body:not(.type-product) #content .p-bottom .price-final {
    grid-area: price !important;
    align-self: center !important;
    justify-self: end !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    text-align: right !important;
    color: #101827 !important;
    font-size: 25px !important;
    font-weight: 950 !important;
    line-height: 1.05 !important;
  }

  body:not(.type-product) #content .p-bottom .p-tools {
    grid-area: tools !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body:not(.type-product) #content .p-bottom .p-tools form,
  body:not(.type-product) #content .p-bottom .p-tools form.pr-action,
  body:not(.type-product) #content .p-tools form.founarna-featured-cart-form {
    display: grid !important;
    grid-template-columns: 108px minmax(126px, 1fr) !important;
    align-items: center !important;
    gap: 11px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body:not(.type-product) #content .p-tools .quantity {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 35px 38px 35px !important;
    align-items: center !important;
    justify-items: center !important;
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(142, 160, 190, .62) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88) !important;
    box-sizing: border-box !important;
  }

  body:not(.type-product) #content .p-tools .quantity label {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:not(.type-product) #content .p-tools .quantity .amount {
    display: block !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 44px !important;
    text-align: center !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
  }

  body:not(.type-product) #content .p-tools .quantity .amount::-webkit-outer-spin-button,
  body:not(.type-product) #content .p-tools .quantity .amount::-webkit-inner-spin-button {
    margin: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  body:not(.type-product) #content .p-tools .quantity .decrease,
  body:not(.type-product) #content .p-tools .quantity .increase {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: 0 !important;
    transform: none !important;
    box-shadow: none !important;
  }

  body:not(.type-product) #content .p-tools .quantity .decrease {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body:not(.type-product) #content .p-tools .quantity .increase {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }

  body:not(.type-product) #content .p-tools .quantity .increase > *,
  body:not(.type-product) #content .p-tools .quantity .decrease > * {
    display: none !important;
  }

  body:not(.type-product) #content .p-tools .quantity::before,
  body:not(.type-product) #content .p-tools .quantity::after,
  body:not(.type-product) #content .p-tools .quantity label::before,
  body:not(.type-product) #content .p-tools .quantity .increase::after,
  body:not(.type-product) #content .p-tools .quantity .decrease::after {
    display: none !important;
    content: none !important;
  }

  body:not(.type-product) #content .p-tools .quantity .decrease::before {
    content: "\2212" !important;
  }

  body:not(.type-product) #content .p-tools .quantity .increase::before {
    content: "+" !important;
  }

  body:not(.type-product) #content .p-tools .quantity .decrease::before,
  body:not(.type-product) #content .p-tools .quantity .increase::before {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    transform: translateY(-1px) !important;
  }

  body:not(.type-product) #content .p-tools .btn-cart,
  body:not(.type-product) #content .p-tools .add-to-cart-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 13px !important;
    overflow: visible !important;
    border-radius: 16px !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 390px) {
  body:not(.type-product) #content .products-top-wrapper .p .p-bottom,
  body:not(.type-product) #content .products-top .p .p-bottom,
  body:not(.type-product) #content .products-block .p .p-bottom,
  body:not(.type-product) #content .products .p .p-bottom,
  body:not(.type-product) #content .product .p-bottom {
    gap: 12px 10px !important;
    padding: 10px 10px 11px !important;
  }

  body:not(.type-product) #content .p-bottom .p-tools form,
  body:not(.type-product) #content .p-bottom .p-tools form.pr-action,
  body:not(.type-product) #content .p-tools form.founarna-featured-cart-form {
    grid-template-columns: 98px minmax(112px, 1fr) !important;
    gap: 9px !important;
  }

  body:not(.type-product) #content .p-tools .quantity {
    grid-template-columns: 32px 34px 32px !important;
    width: 98px !important;
    min-width: 98px !important;
    max-width: 98px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  body:not(.type-product) #content .p-tools .quantity label,
  body:not(.type-product) #content .p-tools .quantity .amount {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }

  body:not(.type-product) #content .p-tools .quantity .decrease,
  body:not(.type-product) #content .p-tools .quantity .increase {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  body:not(.type-product) #content .p-tools .btn-cart,
  body:not(.type-product) #content .p-tools .add-to-cart-button {
    height: 42px !important;
    min-height: 42px !important;
    padding: 9px 11px !important;
    font-size: 14px !important;
  }
}

/* c20: real structured buybox created by JS, no decorative frame */
@media (max-width: 767px) {
  body:not(.type-product) #content .p.founarna-card-buybox-ready,
  body:not(.type-product) #content .product.founarna-card-buybox-ready {
    overflow: hidden !important;
    border-radius: 24px !important;
  }

  body:not(.type-product) #content .p.founarna-card-buybox-ready .p-in,
  body:not(.type-product) #content .product.founarna-card-buybox-ready .p-in,
  body:not(.type-product) #content .p.founarna-card-buybox-ready .p-in-in,
  body:not(.type-product) #content .product.founarna-card-buybox-ready .p-in-in {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
  }

  body:not(.type-product) #content .p.founarna-card-buybox-ready .p-bottom.founarna-buybox-bottom,
  body:not(.type-product) #content .product.founarna-card-buybox-ready .p-bottom.founarna-buybox-bottom {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 13px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body:not(.type-product) #content .founarna-card-buybox {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-meta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: baseline !important;
    column-gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-stock,
  body:not(.type-product) #content .founarna-card-buybox-price {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-stock {
    justify-self: start !important;
    text-align: left !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-price {
    justify-self: end !important;
    text-align: right !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-stock .founarna-card-availability-row,
  body:not(.type-product) #content .founarna-card-buybox-stock .ratings-wrapper,
  body:not(.type-product) #content .founarna-card-buybox-stock .availability,
  body:not(.type-product) #content .founarna-card-buybox-stock .availability-label {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    color: #2d7b17 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-align: left !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-price .prices,
  body:not(.type-product) #content .founarna-card-buybox-price .price,
  body:not(.type-product) #content .founarna-card-buybox-price .price-final,
  body:not(.type-product) #content .founarna-card-buybox-price [data-testid="productCardPrice"],
  body:not(.type-product) #content .founarna-card-buybox-price [data-micro="offer"] {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    color: #101827 !important;
    font-size: 25px !important;
    font-weight: 950 !important;
    line-height: 1.05 !important;
    text-align: right !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .p-tools {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .p-tools form,
  body:not(.type-product) #content .founarna-card-buybox-actions .p-tools form.pr-action,
  body:not(.type-product) #content .founarna-card-buybox-actions .p-tools form.founarna-featured-cart-form {
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 11px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 35px 38px 35px !important;
    align-items: center !important;
    justify-items: center !important;
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(148, 163, 184, .56) !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity label {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .amount {
    display: block !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #101827 !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 44px !important;
    text-align: center !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .amount::-webkit-outer-spin-button,
  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .amount::-webkit-inner-spin-button {
    margin: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .decrease,
  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .increase {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: 0 !important;
    transform: none !important;
    box-shadow: none !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .decrease {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .increase {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .increase > *,
  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .decrease > * {
    display: none !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity::before,
  body:not(.type-product) #content .founarna-card-buybox-actions .quantity::after,
  body:not(.type-product) #content .founarna-card-buybox-actions .quantity label::before,
  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .increase::after,
  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .decrease::after {
    display: none !important;
    content: none !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .decrease::before {
    content: "\2212" !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .increase::before {
    content: "+" !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .decrease::before,
  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .increase::before {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #101827 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    transform: translateY(-1px) !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .btn-cart,
  body:not(.type-product) #content .founarna-card-buybox-actions .add-to-cart-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 10px 13px !important;
    overflow: visible !important;
    border-radius: 15px !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 390px) {
  body:not(.type-product) #content .founarna-card-buybox {
    gap: 9px !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .p-tools form,
  body:not(.type-product) #content .founarna-card-buybox-actions .p-tools form.pr-action,
  body:not(.type-product) #content .founarna-card-buybox-actions .p-tools form.founarna-featured-cart-form {
    grid-template-columns: 98px minmax(0, 1fr) !important;
    column-gap: 9px !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity {
    grid-template-columns: 32px 34px 32px !important;
    width: 98px !important;
    min-width: 98px !important;
    max-width: 98px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity label,
  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .amount {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .decrease,
  body:not(.type-product) #content .founarna-card-buybox-actions .quantity .increase {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  body:not(.type-product) #content .founarna-card-buybox-actions .btn-cart,
  body:not(.type-product) #content .founarna-card-buybox-actions .add-to-cart-button {
    height: 42px !important;
    min-height: 42px !important;
    padding: 9px 11px !important;
    font-size: 14px !important;
  }
}
