/* BUBUBU — konkurenčné výhody na detaile produktu (skúšobná desktop verzia) */

@media (min-width: 992px) {
  /* Shoptet drží obsah produktu v úzkom .containeri. Výhody môžu
     bezpečne pretiecť mimo neho iba na detaile produktu. */
  body.type-product #content-wrapper,
  body.type-product #content-wrapper .content-inner {
    overflow: visible !important;
  }

  body.type-product .bb-product-benefits {
    box-sizing: border-box;
    position: relative;
    width: 100% !important;
    max-width: none !important;
    margin: 42px 0 56px !important;
    padding: 28px 0;
    border: 0;
    background: transparent;
    color: #201f1d;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  }

  body.type-product .bb-product-benefits__backdrop {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: var(--bb-benefits-left, 0);
    width: var(--bb-benefits-width, 100vw);
    box-sizing: border-box;
    border-top: 1px solid #deded9;
    border-bottom: 1px solid #deded9;
    background: #fff;
    pointer-events: none;
  }

  body.type-product .bb-product-benefits__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    margin: 0;
  }

  body.type-product .bb-product-benefits__item {
    position: relative;
    min-width: 0;
    padding: 2px clamp(24px, 2.3vw, 44px);
  }

  body.type-product .bb-product-benefits__item + .bb-product-benefits__item {
    border-left: 1px solid #e2e1dd;
  }

  body.type-product .bb-product-benefits__item::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #cc3c35;
  }

  body.type-product .bb-product-benefits__title {
    margin: 0 0 7px;
    color: #201f1d;
    font: inherit;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: -0.015em;
  }

  body.type-product .bb-product-benefits__text {
    max-width: 31ch;
    margin: 0;
    color: #706e69;
    font: inherit;
    font-size: 14px;
    font-weight: 450;
    line-height: 1.5;
  }
}

@media (max-width: 991px) {
  body.type-product .bb-product-benefits {
    display: none !important;
  }
}
