/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 * @author    Musaffar Patel
 * @copyright 2016-2019 Musaffar Patel
 * @license   LICENSE.txt
 */
.pbp-widget {
  margin-bottom: 20px;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .pbp-widget .tab-links a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #666;
    padding: 15px 50px;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .pbp-widget .tab-links a.active {
    color: #333;
    font-weight: bold;
    border-top: 2px solid #2fb5d2; }
  .pbp-widget .tab-content {
    margin-top: 0px;
    overflow-y: scroll;
    background-color: #f1f1f1; }
  .pbp-widget .bundle:not(:nth-of-type(1)) .title {
    display: none; }
  @media only screen and (max-width: 900px) {
    .pbp-widget .bundle:not(:nth-of-type(1)):not(.splide__slide) {
      display: none !important; } }
  @media only screen and (max-width: 900px) {
    .pbp-widget .bundle.visible:not(:nth-of-type(1)) {
      display: block !important; } }
  .pbp-widget .container-checkbox {
    display: inline;
    position: relative;
    padding-left: 22px;
    top: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .pbp-widget .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .pbp-widget .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ccc; }
  .pbp-widget .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc; }
  .pbp-widget .container-checkbox input:checked ~ .checkmark {
    background-color: #2fb5d2; }
  .pbp-widget .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .pbp-widget .container-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .pbp-widget .container-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .pbp-widget .btn-show-more-bundles {
    display: none; }
    @media only screen and (max-width: 900px) {
      .pbp-widget .btn-show-more-bundles {
        display: block;
        background-color: #dedede;
        width: 100%;
        padding: 10px;
        text-align: center;
        margin-top: 12px; } }
  .pbp-widget .saving-label {
    border: 1px solid #FF6D5D;
    color: #FF6D5D;
    text-align: center;
    padding: 12px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 6px; }
  .pbp-widget .pbp_add_quantity_wrapper {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row; }
    .pbp-widget .pbp_add_quantity_wrapper .pbp-quantity-wrapper {
      margin-right: 5px; }
      .pbp-widget .pbp_add_quantity_wrapper .pbp-quantity-wrapper input[name='pbp_quantity'] {
        height: 100%;
        text-align: center; }
      .pbp-widget .pbp_add_quantity_wrapper .pbp-quantity-wrapper .bootstrap-touchspin {
        float: none;
        box-shadow: none;
        display: flex;
        flex-direction: row;
        height: 100%; }
      .pbp-widget .pbp_add_quantity_wrapper .pbp-quantity-wrapper .input-group-btn-vertical {
        float: none; }
      .pbp-widget .pbp_add_quantity_wrapper .pbp-quantity-wrapper .btn-default {
        margin-top: 0;
        height: 50%; }
  .pbp-widget .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    flex: 0 1 100%;
    margin-top: 10px; }

.pbp-widget-half-width .tab-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 900px) {
    .pbp-widget-half-width .tab-content {
      display: block; } }
.pbp-widget-half-width .saving-label-child {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #FF6D5D;
  display: block;
  position: absolute;
  padding: 4px;
  left: 50%;
  top: -10px;
  transform: translateX(-50%); }
.pbp-widget-half-width .bundle {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  width: calc(50% - 14px);
  padding: 20px; }
  @media only screen and (max-width: 900px) {
    .pbp-widget-half-width .bundle {
      width: 100%; } }
  .pbp-widget-half-width .bundle .title {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }
  .pbp-widget-half-width .bundle .parent-product {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 20px; }
    .pbp-widget-half-width .bundle .parent-product .image {
      position: relative;
      height: 140px; }
      .pbp-widget-half-width .bundle .parent-product .image img {
        max-height: 140px; }
    .pbp-widget-half-width .bundle .parent-product .name {
      font-weight: bold;
      font-size: 14px;
      display: block;
      margin: 10px 0px; }
    .pbp-widget-half-width .bundle .parent-product .parent_product_ipa {
      width: 100%;
      padding: 4px;
      font-size: 13px; }
  .pbp-widget-half-width .bundle .parent-product::after {
    position: absolute;
    left: calc(50% - 20px);
    top: calc(100% - 20px);
    content: '+';
    width: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #888; }
  .pbp-widget-half-width .bundle .child-product {
    float: left;
    width: calc(50% - 7px); }
    @media only screen and (max-width: 900px) {
      .pbp-widget-half-width .bundle .child-product {
        width: 100%;
        float: none;
        display: flex;
        flex-wrap: wrap; } }
    .pbp-widget-half-width .bundle .child-product .image {
      width: 100%;
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 900px) {
        .pbp-widget-half-width .bundle .child-product .image {
          width: 80px;
          flex: 1 0 0; } }
      .pbp-widget-half-width .bundle .child-product .image img {
        max-width: 100px; }
        @media only screen and (max-width: 900px) {
          .pbp-widget-half-width .bundle .child-product .image img {
            max-width: 80px; } }
    .pbp-widget-half-width .bundle .child-product .name {
      text-align: center;
      width: 100%;
      font-size: 13px;
      font-weight: bold;
      margin: 10px 0; }
    @media only screen and (max-width: 900px) {
      .pbp-widget-half-width .bundle .child-product .options {
        width: 50%; } }
    .pbp-widget-half-width .bundle .child-product .options select {
      width: 100%;
      font-size: 13px;
      padding: 4px; }
    @media only screen and (max-width: 900px) {
      .pbp-widget-half-width .bundle .child-product .prices {
        width: 50%; } }
    .pbp-widget-half-width .bundle .child-product .prices .pbp-discount {
      width: 100%;
      text-align: center;
      display: block;
      margin: 10px 0; }
    .pbp-widget-half-width .bundle .child-product .prices .pbp-original-price {
      text-decoration: line-through; }
  .pbp-widget-half-width .bundle .child-product:nth-child(odd) {
    margin-left: 14px; }
  .pbp-widget-half-width .bundle .bundle-prices {
    font-size: 22px;
    margin: 10px 0; }
  .pbp-widget-half-width .bundle .bundle-action {
    clear: both;
    width: 100%;
    margin: 10px 0px;
    text-align: center; }
    .pbp-widget-half-width .bundle .bundle-action .pbp_bundle_total {
      font-weight: bold; }
    .pbp-widget-half-width .bundle .bundle-action .saving-label {
      font-weight: bold;
      color: #FF6D5D; }
    .pbp-widget-half-width .bundle .bundle-action .btn_add_bundle_cart {
      width: 100%; }

.pbp-widget-full-width .tab-content, .pbp-widget-mini-width .tab-content {
  overflow: auto !important; }
.pbp-widget-full-width .bundle, .pbp-widget-mini-width .bundle {
  padding: 0 !important;
  overflow: auto; }
  .pbp-widget-full-width .bundle .title, .pbp-widget-mini-width .bundle .title {
    font-size: 22px;
    margin-bottom: 0px;
    background: none;
    padding: 10px; }
  .pbp-widget-full-width .bundle .bundle-inner, .pbp-widget-mini-width .bundle .bundle-inner {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc; }
    @media only screen and (max-width: 900px) {
      .pbp-widget-full-width .bundle .bundle-inner, .pbp-widget-mini-width .bundle .bundle-inner {
        display: block; } }
  .pbp-widget-full-width .bundle .products, .pbp-widget-mini-width .bundle .products {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-flow: wrap; }
    @media only screen and (max-width: 900px) {
      .pbp-widget-full-width .bundle .products, .pbp-widget-mini-width .bundle .products {
        display: block; } }
    .pbp-widget-full-width .bundle .products .product, .pbp-widget-mini-width .bundle .products .product {
      position: relative;
      width: 200px;
      padding: 10px; }
      @media only screen and (max-width: 900px) {
        .pbp-widget-full-width .bundle .products .product, .pbp-widget-mini-width .bundle .products .product {
          width: 100%; } }
      .pbp-widget-full-width .bundle .products .product .image, .pbp-widget-mini-width .bundle .products .product .image {
        text-align: center;
        position: relative; }
        .pbp-widget-full-width .bundle .products .product .image img, .pbp-widget-mini-width .bundle .products .product .image img {
          max-width: 100%;
          height: 150px; }
        .pbp-widget-full-width .bundle .products .product .image .saving-label-child, .pbp-widget-mini-width .bundle .products .product .image .saving-label-child {
          background-color: #FF6D5D;
          position: absolute;
          right: 0;
          top: 0;
          color: #fff;
          font-weight: bold;
          padding: 4px;
          font-size: 13px; }
      .pbp-widget-full-width .bundle .products .product .name, .pbp-widget-full-width .bundle .products .product .prices, .pbp-widget-mini-width .bundle .products .product .name, .pbp-widget-mini-width .bundle .products .product .prices {
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 10px 0px; }
      .pbp-widget-full-width .bundle .products .product .prices .pbp-original-price, .pbp-widget-mini-width .bundle .products .product .prices .pbp-original-price {
        text-decoration: line-through; }
      .pbp-widget-full-width .bundle .products .product select, .pbp-widget-mini-width .bundle .products .product select {
        width: 100%;
        font-size: 13px;
        padding: 4px; }
    .pbp-widget-full-width .bundle .products .product:first-child::before, .pbp-widget-mini-width .bundle .products .product:first-child::before {
      content: '';
      display: none; }
    .pbp-widget-full-width .bundle .products .product::before, .pbp-widget-mini-width .bundle .products .product::before {
      position: absolute;
      left: 0;
      top: calc(30% - 10px);
      content: '+';
      width: 30px;
      font-size: 26px;
      font-weight: bold;
      color: #888; }
      @media only screen and (max-width: 900px) {
        .pbp-widget-full-width .bundle .products .product::before, .pbp-widget-mini-width .bundle .products .product::before {
          width: 30px;
          height: 30px;
          text-align: center;
          color: #fff;
          left: calc(50% - 10px);
          top: 0px;
          z-index: 9;
          background-color: #2fb5d2;
          border-radius: 15px;
          line-height: 27px;
          padding-left: 2px; } }
  .pbp-widget-full-width .bundle .bundle-action, .pbp-widget-mini-width .bundle .bundle-action {
    width: 300px;
    text-align: center;
    padding: 20px;
    /*align-self: flex-end;*/ }
    @media only screen and (max-width: 1024px) {
      .pbp-widget-full-width .bundle .bundle-action, .pbp-widget-mini-width .bundle .bundle-action {
        width: 250px; } }
    @media only screen and (max-width: 900px) {
      .pbp-widget-full-width .bundle .bundle-action, .pbp-widget-mini-width .bundle .bundle-action {
        width: 100%;
        display: block; } }
    .pbp-widget-full-width .bundle .bundle-action .bundle-prices, .pbp-widget-mini-width .bundle .bundle-action .bundle-prices {
      padding: 10px 0;
      font-size: 22px; }
      .pbp-widget-full-width .bundle .bundle-action .bundle-prices .pbp_bundle_total, .pbp-widget-mini-width .bundle .bundle-action .bundle-prices .pbp_bundle_total {
        font-weight: bold; }
    .pbp-widget-full-width .bundle .bundle-action .btn_add_bundle_cart, .pbp-widget-mini-width .bundle .bundle-action .btn_add_bundle_cart {
      width: 100%; }

.pbp-widget.product-addcart .bundle {
  width: 100%; }

.pbp-widget .splide__pagination__page.is-active {
  background: #2fb5d2;
  transform: none; }

.modal.quickview .pbp-widget {
  padding: 0 20px; }

/*# sourceMappingURL=product.css.map */

/* Buuba visual system ----------------------------------------------------- */
.pbp-widget {
  --buuba-brand: #dda0aa;
  --buuba-brand-dark: #c9828f;
  --buuba-brand-soft: #f9ecef;
  --buuba-ink: #232323;
  --buuba-muted: #747474;
  --buuba-border: #eadde0;
  width: 100%;
  margin: 28px 0;
  color: var(--buuba-ink);
  font-family: inherit;
}

.pbp-widget > .pbp-heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 18px;
  color: var(--buuba-ink);
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.pbp-widget > .pbp-heading small {
  color: var(--buuba-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.pbp-widget .tab-content,
.pbp-widget-full-width .tab-content,
.pbp-widget-mini-width .tab-content {
  overflow: visible !important;
  background: transparent;
}

.pbp-widget .bundle,
.pbp-widget-full-width .bundle,
.pbp-widget-mini-width .bundle,
.pbp-widget-half-width .bundle {
  width: 100%;
  padding: 0 !important;
  overflow: visible;
  border: 0;
  background: transparent;
}

.pbp-widget .bundle .bundle-inner,
.pbp-widget-full-width .bundle .bundle-inner,
.pbp-widget-mini-width .bundle .bundle-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 20px;
  overflow: visible;
  border: 1px solid var(--buuba-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(55, 34, 39, .06);
}

.pbp-widget .bundle .products,
.pbp-widget-full-width .bundle .products,
.pbp-widget-mini-width .bundle .products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 14px;
  width: 100%;
}

.pbp-widget .bundle .products .product,
.pbp-widget-full-width .bundle .products .product,
.pbp-widget-mini-width .bundle .products .product,
.pbp-widget-half-width .bundle .parent-product,
.pbp-widget-half-width .bundle .child-product {
  position: relative;
  display: flex;
  float: none;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--buuba-border);
  border-radius: 15px;
  background: #fff;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.pbp-widget .bundle .products .product:hover {
  border-color: var(--buuba-brand);
  box-shadow: 0 9px 22px rgba(115, 70, 79, .10);
  transform: translateY(-2px);
}

.pbp-widget .bundle .products .product::before,
.pbp-widget-full-width .bundle .products .product::before,
.pbp-widget-mini-width .bundle .products .product::before,
.pbp-widget-half-width .bundle .parent-product::after {
  content: '+';
  position: absolute;
  z-index: 5;
  top: 64px;
  left: -22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50%;
  background: var(--buuba-brand-soft);
  color: var(--buuba-brand-dark);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.pbp-widget .bundle .products .product:first-child::before,
.pbp-widget-full-width .bundle .products .product:first-child::before,
.pbp-widget-mini-width .bundle .products .product:first-child::before {
  display: none;
}

.pbp-widget .product .image,
.pbp-widget-half-width .bundle .parent-product .image,
.pbp-widget-half-width .bundle .child-product .image {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 11px;
  background: #faf7f7;
  text-align: center;
}

.pbp-widget .product .image img,
.pbp-widget-full-width .bundle .products .product .image img,
.pbp-widget-mini-width .bundle .products .product .image img,
.pbp-widget-half-width .bundle .parent-product .image img,
.pbp-widget-half-width .bundle .child-product .image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  transition: transform .25s ease;
}

.pbp-widget .product:hover .image img {
  transform: scale(1.025);
}

.pbp-widget .saving-label-child,
.pbp-widget-half-width .saving-label-child,
.pbp-widget-full-width .bundle .products .product .image .saving-label-child,
.pbp-widget-mini-width .bundle .products .product .image .saving-label-child {
  position: absolute;
  z-index: 3;
  top: 9px;
  right: auto;
  left: 9px;
  display: inline-flex;
  width: auto;
  padding: 6px 10px;
  border: 0;
  border-radius: 50px;
  background: var(--buuba-brand);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  transform: none;
  box-shadow: 0 3px 10px rgba(89, 48, 57, .12);
}

.pbp-widget .product .name,
.pbp-widget-full-width .bundle .products .product .name,
.pbp-widget-mini-width .bundle .products .product .name,
.pbp-widget-half-width .bundle .parent-product .name,
.pbp-widget-half-width .bundle .child-product .name {
  display: block;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 5px 0 8px;
  color: var(--buuba-ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.pbp-widget .product .options {
  margin-top: auto;
}

.pbp-widget .product select,
.pbp-widget-full-width .bundle .products .product select,
.pbp-widget-mini-width .bundle .products .product select,
.pbp-widget-half-width .bundle .child-product .options select,
.pbp-widget-half-width .bundle .parent-product .parent_product_ipa {
  width: 100%;
  min-height: 40px;
  padding: 7px 28px 7px 10px;
  border: 1px solid var(--buuba-border);
  border-radius: 10px;
  background-color: #fff;
  color: var(--buuba-ink);
  font-family: inherit;
  font-size: 12px;
  box-shadow: none;
}

.pbp-widget .product .prices,
.pbp-widget-full-width .bundle .products .product .prices,
.pbp-widget-mini-width .bundle .products .product .prices {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 7px;
  width: 100%;
  min-height: 35px;
  padding: 10px 0 0;
  font-size: 15px;
  text-align: left;
}

.pbp-widget .pbp-discount {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.pbp-widget .pbp-original-price,
.pbp-widget .pbp_bundle_original_total {
  color: #929292;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.pbp-widget .pbp-offer-price,
.pbp-widget .parent-product-price-discounted {
  color: var(--buuba-ink);
  font-size: 15px;
  font-weight: 600 !important;
}

.pbp-widget .container-checkbox {
  top: 1px;
  padding-left: 24px;
}

.pbp-widget .container-checkbox .checkmark {
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--buuba-brand);
  border-radius: 5px;
  background: #fff;
}

.pbp-widget .container-checkbox input:checked ~ .checkmark {
  background: var(--buuba-brand);
}

.pbp-widget .bundle .bundle-action,
.pbp-widget-full-width .bundle .bundle-action,
.pbp-widget-mini-width .bundle .bundle-action,
.pbp-widget-half-width .bundle .bundle-action {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) auto auto minmax(190px, auto);
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 16px 18px;
  border: 0;
  border-radius: 14px;
  background: #fcf8f9;
  color: var(--buuba-muted);
  font-size: 13px;
  text-align: left;
}

.pbp-widget .bundle-action-copy {
  line-height: 1.4;
}

.pbp-widget .bundle-action-copy strong {
  color: var(--buuba-brand-dark);
}

.pbp-widget .bundle-action .bundle-prices,
.pbp-widget-full-width .bundle .bundle-action .bundle-prices,
.pbp-widget-mini-width .bundle .bundle-action .bundle-prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.pbp-widget .bundle-action .pbp_bundle_total {
  color: var(--buuba-ink);
  font-size: 22px;
  font-weight: 600;
}

.pbp-widget .saving-label {
  width: auto;
  margin: 0;
  padding: 8px 12px;
  border: 0;
  border-radius: 50px;
  background: var(--buuba-brand-soft);
  color: var(--buuba-brand-dark);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.pbp-widget .pbp_add_quantity_wrapper {
  justify-content: flex-end;
  width: auto;
  min-width: 250px;
}

.pbp-widget .pbp-quantity-wrapper,
.pbp-widget .pbp_add_quantity_wrapper .pbp-quantity-wrapper {
  margin-right: 8px;
}

.pbp-widget input[name='pbp_quantity'],
.pbp-widget .pbp-quantity-wrapper .bootstrap-touchspin {
  min-height: 48px;
  border-color: var(--buuba-border);
  border-radius: 12px;
  overflow: hidden;
}

.pbp-widget .btn_add_bundle_cart,
.pbp-widget-full-width .bundle .bundle-action .btn_add_bundle_cart,
.pbp-widget-mini-width .bundle .bundle-action .btn_add_bundle_cart,
.pbp-widget-half-width .bundle .bundle-action .btn_add_bundle_cart {
  width: auto;
  min-height: 48px;
  padding: 12px 24px !important;
  border: 1px solid var(--buuba-brand) !important;
  border-radius: 50px !important;
  background: var(--buuba-brand) !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pbp-widget .btn_add_bundle_cart:hover,
.pbp-widget .btn_add_bundle_cart:focus {
  border-color: var(--buuba-brand-dark) !important;
  background: var(--buuba-brand-dark) !important;
  box-shadow: 0 8px 18px rgba(105, 58, 68, .16);
  transform: translateY(-2px);
}

.pbp-widget .tab-links a {
  margin: 0 6px 10px 0;
  padding: 9px 18px;
  border: 1px solid var(--buuba-border);
  border-radius: 50px;
  color: var(--buuba-muted);
}

.pbp-widget .tab-links a.active {
  border: 1px solid var(--buuba-brand);
  background: var(--buuba-brand);
  color: #fff;
}

@media (max-width: 900px) {
  .pbp-widget .bundle .bundle-inner,
  .pbp-widget-full-width .bundle .bundle-inner,
  .pbp-widget-mini-width .bundle .bundle-inner {
    display: flex;
    padding: 15px;
  }

  .pbp-widget .bundle .products,
  .pbp-widget-full-width .bundle .products,
  .pbp-widget-mini-width .bundle .products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pbp-widget .bundle .products .product::before,
  .pbp-widget-full-width .bundle .products .product::before,
  .pbp-widget-mini-width .bundle .products .product::before {
    top: -19px;
    left: calc(50% - 14px);
  }

  .pbp-widget .bundle .products .product:nth-child(2)::before {
    top: 64px;
    left: -22px;
  }

  .pbp-widget .bundle .bundle-action,
  .pbp-widget-full-width .bundle .bundle-action,
  .pbp-widget-mini-width .bundle .bundle-action {
    grid-template-columns: 1fr auto;
  }

  .pbp-widget .pbp_add_quantity_wrapper,
  .pbp-widget .bundle-action > .btn_add_bundle_cart {
    grid-column: 1 / -1;
    width: 100%;
  }

  .pbp-widget .btn_add_bundle_cart {
    flex: 1;
  }
}

@media (max-width: 520px) {
  .pbp-widget > .pbp-heading {
    font-size: 21px;
  }

  .pbp-widget .bundle .products,
  .pbp-widget-full-width .bundle .products,
  .pbp-widget-mini-width .bundle .products {
    grid-template-columns: 1fr;
  }

  .pbp-widget .bundle .products .product::before,
  .pbp-widget-full-width .bundle .products .product::before,
  .pbp-widget-mini-width .bundle .products .product::before,
  .pbp-widget .bundle .products .product:nth-child(2)::before {
    top: -21px;
    left: calc(50% - 14px);
  }

  .pbp-widget .bundle .bundle-action,
  .pbp-widget-full-width .bundle .bundle-action,
  .pbp-widget-mini-width .bundle .bundle-action {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 11px;
    text-align: center;
  }

  .pbp-widget .bundle-action .bundle-prices {
    justify-content: center;
  }

  .pbp-widget .saving-label {
    align-self: center;
  }

  .pbp-widget .pbp_add_quantity_wrapper {
    min-width: 0;
  }
}
