@keyframes wpcsb-spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wpcsb-spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.wpcsb-wrapper {
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: all 0.2s;
    transform: translate3d(0, 100%, 0);
}

.wpcsb-wrapper.wpcsb-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.wpcsb-wrapper.wpcsb-wrapper-top {
    transform: translate3d(0, -100%, 0);
    top: 0;
    bottom: auto;
    border-width: 0 0 1px 0;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.wpcsb-wrapper.wpcsb-wrapper-top.wpcsb-active {
    transform: translate3d(0, 0, 0);
}

.wpcsb-wrapper .wpcsb-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    background-color: #ffffff;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #e5e5e5;
    -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product {
    width: 100%;
    max-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-image {
    width: 48px;
    flex: 0 0 48px;
    margin-right: 10px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-image img {
    width: 100%;
    height: auto;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-data {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-data > div {
    margin-right: 10px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-name {
    flex-grow: 1;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-btn .woosq-btn, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-btn .woosc-btn, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-info .wpcsb-product-btn .woosw-btn {
    margin-right: 5px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-add-to-cart {
    display: flex;
    align-items: center;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .wpcsb-add-to-cart > div {
    margin-left: 5px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .single_add_to_cart_button {
    margin-bottom: 0;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form {
    margin: 0;
    display: flex;
    align-items: center;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .variations {
    margin: 0;
    width: auto;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .variations td {
    padding: 5px;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .reset_variations {
    position: absolute;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .single_variation, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .woosq-btn, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .woosc-btn, .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .woosw-btn {
    display: none !important;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
}

.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart > * {
    margin-left: 5px;
}

.wpcsb-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

@media screen and (max-width: 767px) {
    .wpcsb-wrapper .wpcsb-container .wpcsb-product {
        flex-direction: column;
    }

    .wpcsb-wrapper .wpcsb-container .wpcsb-product-action {
        margin-top: 10px;
    }
}

/*# sourceMappingURL=frontend.css.map */

/* ===== Variation buttons (custom) ===== */
.wpcsb-wrapper {
  --wpcsb-vbtn-color: #000000;
  --wpcsb-vbtn-bg: #ffffff;
  --wpcsb-vbtn-active-color: #ffffff;
  --wpcsb-vbtn-active-bg: #000000;
  --wpcsb-vbtn-radius: 10px;
}

.wpcsb-wrapper .wpcsb-vhidden {
  display: none !important;
}

.wpcsb-wrapper .wpcsb-vgroup {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: 100%;
}

.wpcsb-wrapper .wpcsb-vbtn {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 10px 18px;
  min-width: 56px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  color: var(--wpcsb-vbtn-color);
  background: var(--wpcsb-vbtn-bg);
  border: 2px solid var(--wpcsb-vbtn-color);
  border-radius: var(--wpcsb-vbtn-radius);
  box-shadow: none;
  transition: background-color 0.15s, color 0.15s, opacity 0.15s;
}

.wpcsb-wrapper .wpcsb-vbtn:hover {
  background: #f2f2f2;
  color: var(--wpcsb-vbtn-color);
}

.wpcsb-wrapper .wpcsb-vbtn.wpcsb-vbtn-active,
.wpcsb-wrapper .wpcsb-vbtn.wpcsb-vbtn-active:hover {
  background: var(--wpcsb-vbtn-active-bg);
  color: var(--wpcsb-vbtn-active-color);
  border-color: var(--wpcsb-vbtn-active-bg);
}

.wpcsb-wrapper .wpcsb-vbtn.wpcsb-vbtn-unavailable {
  opacity: 0.4;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* hide the attribute label when the product has only one attribute (like the design) */
.wpcsb-wrapper .wpcsb-product-action .variations tr:only-child th.label,
.wpcsb-wrapper .wpcsb-product-action .variations tr:only-child td.label {
  display: none;
}

.wpcsb-wrapper .wpcsb-product-action .variations td.value {
  padding-left: 0;
}

.wpcsb-wrapper .wpcsb-product-action .variations_form .variations td {
  vertical-align: middle;
}

/* hide the quantity updater when "Show quantity" = No (variations form included) */
.wpcsb-wrapper.wpcsb-hide-qty .wpcsb-product-action .quantity,
.wpcsb-wrapper.wpcsb-hide-qty .wpcsb-product-action .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}

/* many/few options: buttons wrap onto as many rows as needed, nothing hidden, no scrollbar */
.wpcsb-wrapper .wpcsb-product-action .variations_form {
  flex-wrap: wrap;
  width: 100%;
}

.wpcsb-wrapper .wpcsb-product-action .variations {
  max-width: 100%;
}

.wpcsb-wrapper .wpcsb-vgroup {
  flex-wrap: wrap;
}

/* ===== Variation buttons: compact size, wrap freely, Add to Cart on its own row if needed ===== */
.wpcsb-wrapper {
  --wpcsb-vbtn-gap: 6px;
}

/* the attribute label ("Size" etc.) stays hidden when there is only one attribute */
.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .variations tr:only-child th.label,
.wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .variations tr:only-child td.label {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action {
    min-width: 0;
  }

  /* let the row wrap: buttons first, Add to Cart drops to its own line if there isn't room */
  .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
    gap: var(--wpcsb-vbtn-gap);
    width: 100% !important;
  }

  .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .variations {
    display: block !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .variations tbody,
  .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .variations tr,
  .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .variations td {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  /* Add to Cart: shares the row while there's room, drops to its own full-width row once buttons wrap past one line */
  .wpcsb-wrapper .wpcsb-container .wpcsb-product .wpcsb-product-action .variations_form .single_variation_wrap {
    flex: 1 1 100px !important;
    min-width: 100px;
  }

  .wpcsb-wrapper .wpcsb-product-action .woocommerce-variation-add-to-cart {
    display: flex;
    width: 100%;
    margin: 0;
  }

  .wpcsb-wrapper .wpcsb-product-action .woocommerce-variation-add-to-cart > * {
    margin-left: 0;
  }

  .wpcsb-wrapper .wpcsb-product-action .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
  }

  /* compact buttons, all visible, wrap onto new rows instead of scrolling or being cut off */
  .wpcsb-wrapper .wpcsb-vgroup {
    display: flex !important;
    flex-wrap: wrap !important;
    width: auto !important;
    max-width: 100% !important;
    overflow: visible !important;
    gap: var(--wpcsb-vbtn-gap);
  }

  .wpcsb-wrapper .wpcsb-vgroup .wpcsb-vbtn {
    flex: 0 0 auto !important;
    width: auto !important;
    padding: 6px 10px;
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
  }
}
