@charset "UTF-8";
/**
 * Izi Big Bucks 1 Template Styles
 *
 * Mobile-first design with step-by-step add to cart flow.
 *
 * @package Digit_ATC_Templates
 */
.digit-atc-ibb1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  background: #1a1a1a;
  gap: 0 !important;
  font-weight: "Roboto", sans-serif;
}
.digit-atc-ibb1 * {
  box-sizing: border-box;
}
.digit-atc-ibb1 .ibb1-header {
  background: #1a1a1a;
  padding: 16px 20px;
  text-align: center;
}
.digit-atc-ibb1 .ibb1-header .ibb1-title {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.digit-atc-ibb1 .ibb1-content {
  flex: none;
  width: 100%;
  background: white;
  padding: 20px 10px 10px 10px;
  border-radius: var(--ibb1-border-radius, 20px);
  border: 1px solid #1a1a1a;
  z-index: 10;
}
.digit-atc-ibb1 .ibb1-step {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.digit-atc-ibb1 .ibb1-step:last-of-type {
  margin-bottom: 20px;
}
.digit-atc-ibb1 .ibb1-step-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.digit-atc-ibb1 .ibb1-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--ibb1-step-bg, #03C190);
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.digit-atc-ibb1 .ibb1-step-label {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}
.digit-atc-ibb1 .ibb1-step-header-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
}
.digit-atc-ibb1 .ibb1-step-header-wrapper .ibb1-step-header {
  margin-bottom: 0;
}
.digit-atc-ibb1 .ibb1-buy-more-badge {
  position: static;
  max-width: 130px;
  background: var(--ibb1-primary);
  color: var(--ibb1-primary-text, #ffffff);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 8px 18px 8px 10px;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 12px) 50%, 100% 100%, 0% 100%);
  border-radius: 2px 0 0 2px;
}
.digit-atc-ibb1 .ibb1-primary-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 10px;
}
.digit-atc-ibb1 .ibb1-primary-option-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.digit-atc-ibb1 .ibb1-primary-option {
  border: 1px solid #cccccc !important;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  border-width: 1px;
}
.digit-atc-ibb1 .ibb1-primary-option:hover {
  border-color: #bdbdbd;
}
.digit-atc-ibb1 .ibb1-primary-option.selected {
  border-width: 2px !important;
  border-color: var(--ibb1-selected-border, #F69B35) !important;
  background: var(--ibb1-selected-bg, rgba(246, 155, 53, 0.05));
}
.digit-atc-ibb1 .ibb1-primary-option .ibb1-option-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.digit-atc-ibb1 .ibb1-option-price {
  font-size: 13px;
  color: #666666;
  text-align: center;
}
.digit-atc-ibb1 .ibb1-option-price span.amount {
  font-weight: normal;
}
.digit-atc-ibb1 .ibb1-option-price.ibb1-option-price-inside {
  display: none;
}
.digit-atc-ibb1 .ibb1-qty-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.digit-atc-ibb1 .ibb1-qty-option {
  border: 1px solid #cccccc !important;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  padding: 2px 16px;
  position: relative;
  border-width: 1px;
}
.digit-atc-ibb1 .ibb1-qty-option:hover {
  border-color: #bdbdbd;
}
.digit-atc-ibb1 .ibb1-qty-option.selected {
  border-width: 2px !important;
  border-color: var(--ibb1-selected-border, #F69B35) !important;
  background: var(--ibb1-selected-bg, rgba(246, 155, 53, 0.05));
}
.digit-atc-ibb1 .ibb1-qty-option.most-popular:not(:first-child) {
  margin-top: 16px;
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-most-popular-badge {
  position: absolute;
  top: 0;
  right: 16px;
  transform: translateY(-100%);
  border-radius: 6px 6px 0 0;
  white-space: nowrap;
  background: var(--ibb1-popular-bg);
  color: var(--ibb1-popular-text, #ffffff);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-option-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-left .ibb1-qty-amount {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-left .ibb1-discount-badge {
  background: var(--ibb1-discount-bg, #F94141);
  color: var(--ibb1-discount-text, #ffffff);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-right .ibb1-qty-right-top .ibb1-qty-price-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 14px;
  color: #666666;
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-right .ibb1-qty-right-top .ibb1-primary-value-display {
  font-weight: 500;
  text-transform: uppercase;
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-right .ibb1-qty-right-top .ibb1-qty-separator {
  color: #999999;
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-right .ibb1-qty-right-top .ibb1-qty-unit-price {
  font-weight: 600;
  color: var(--ibb1-secondary, #FF5722);
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-right .ibb1-qty-right-bottom {
  min-height: 18px;
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-right .ibb1-qty-right-bottom .ibb1-qty-offer-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ibb1-step-bg, #03C190);
}
.digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-right .ibb1-qty-right-bottom .ibb1-qty-offer-label:empty {
  display: none;
}
.digit-atc-ibb1 .ibb1-items-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.digit-atc-ibb1 .ibb1-item-row:not(:first-child) {
  padding-top: 2px;
}
.digit-atc-ibb1 .ibb1-item-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.digit-atc-ibb1 .ibb1-item-row .ibb1-item-label {
  font-size: 13px;
  color: #666666;
  margin-bottom: 10px;
  text-align: left;
}
.digit-atc-ibb1 .ibb1-item-row .ibb1-item-attributes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.digit-atc-ibb1 .ibb1-item-row.ibb1-validation-error {
  border: 2px solid #e53935 !important;
  background: linear-gradient(135deg, #fff5f5, #ffe8e8) !important;
}
.digit-atc-ibb1 .ibb1-item-row.ibb1-validation-error .ibb1-item-label {
  color: #c62828;
}
.digit-atc-ibb1 .ibb1-attribute-selector {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.digit-atc-ibb1 .ibb1-attribute-selector.ibb1-needs-selection .ibb1-color-swatches,
.digit-atc-ibb1 .ibb1-attribute-selector.ibb1-needs-selection .ibb1-value-buttons {
  position: relative;
}
.digit-atc-ibb1 .ibb1-attribute-selector.ibb1-needs-selection .ibb1-color-swatches::after,
.digit-atc-ibb1 .ibb1-attribute-selector.ibb1-needs-selection .ibb1-value-buttons::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px dashed #e53935;
  border-radius: 10px;
  pointer-events: none;
  animation: ibb1-pulse-border 1.5s ease-in-out infinite;
}
.digit-atc-ibb1 .ibb1-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.digit-atc-ibb1 .ibb1-color-swatch-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.digit-atc-ibb1 .ibb1-color-swatch {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #e0e0e0;
  padding: 2px;
  background-clip: content-box;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.digit-atc-ibb1 .ibb1-color-swatch + span {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.digit-atc-ibb1 .ibb1-color-swatch:hover {
  transform: scale(1.1);
  border-color: #bdbdbd;
}
.digit-atc-ibb1 .ibb1-color-swatch.selected {
  border-color: var(--ibb1-selected-border, #F69B35);
  box-shadow: 0 0 0 2px var(--ibb1-selected-bg, rgba(246, 155, 53, 0.05));
}
.digit-atc-ibb1 .ibb1-color-swatch.selected + span {
  color: #000000;
  font-weight: 700;
}
.digit-atc-ibb1 .ibb1-color-swatch.unavailable {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  position: relative;
}
.digit-atc-ibb1 .ibb1-color-swatch.unavailable::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  height: 2px;
  background: #666;
  transform: rotate(-45deg);
}
.digit-atc-ibb1 .ibb1-color-label {
  font-size: 11px;
  color: #666666;
  text-align: center;
  max-width: 60px;
  word-wrap: break-word;
  line-height: 1.2;
}
.digit-atc-ibb1 .ibb1-color-label.unavailable {
  opacity: 0.4;
  text-decoration: line-through;
}
.digit-atc-ibb1 .ibb1-value-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.digit-atc-ibb1 .ibb1-value-btn {
  border: 1px solid #cccccc !important;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.digit-atc-ibb1 .ibb1-value-btn:hover {
  border-color: #bdbdbd;
}
.digit-atc-ibb1 .ibb1-value-btn.selected {
  border-width: 2px !important;
  border-color: var(--ibb1-selected-border, #F69B35) !important;
  background: var(--ibb1-selected-bg, rgba(246, 155, 53, 0.05));
}
.digit-atc-ibb1 .ibb1-value-btn.selected {
  color: var(--ibb1-selected-border, #F69B35);
}
.digit-atc-ibb1 .ibb1-value-btn.unavailable {
  opacity: 0.4;
  cursor: not-allowed;
  text-decoration: line-through;
  background: #f5f5f5;
}
.digit-atc-ibb1 .ibb1-footer {
  padding-top: 16px;
}
.digit-atc-ibb1 .ibb1-subtotal {
  margin-bottom: 16px;
}
.digit-atc-ibb1 .ibb1-subtotal .ibb1-subtotal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.digit-atc-ibb1 .ibb1-subtotal .ibb1-subtotal-label {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.digit-atc-ibb1 .ibb1-subtotal .ibb1-subtotal-price {
  font-size: 40px;
  font-weight: 700;
  color: #333333;
  line-height: normal;
}
.digit-atc-ibb1 .ibb1-subtotal .ibb1-subtotal-price .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
}
.digit-atc-ibb1 .ibb1-subtotal .ibb1-regular-price-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.digit-atc-ibb1 .ibb1-subtotal .ibb1-regular-price-label {
  font-size: 13px;
  color: #999999;
}
.digit-atc-ibb1 .ibb1-subtotal .ibb1-regular-price {
  font-size: 16px;
  color: #999999;
}
.digit-atc-ibb1 .ibb1-subtotal .ibb1-regular-price del {
  text-decoration: line-through;
}
.digit-atc-ibb1 .ibb1-add-to-cart {
  margin-top: 16px;
}
.digit-atc-ibb1 .ibb1-button-text {
  transition: opacity 0.2s ease;
}
.digit-atc-ibb1 .ibb1-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.digit-atc-ibb1 .ibb1-button-icon svg, .digit-atc-ibb1 .ibb1-button-icon img {
  width: 24px;
  height: 24px;
}
.digit-atc-ibb1 .ibb1-button-icon img {
  object-fit: contain;
}
.digit-atc-ibb1 .ibb1-benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 20px 20px 20px;
  background: #cccccc;
  border-radius: 0 0 20px 20px;
  margin-top: -20px;
}
.digit-atc-ibb1 .ibb1-benefits-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
}
.digit-atc-ibb1 .ibb1-benefit {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
  flex: 0 0 30%;
  max-width: 30%;
}
.digit-atc-ibb1 .ibb1-benefit .ibb1-benefit-icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 32px;
}
.digit-atc-ibb1 .ibb1-benefit .ibb1-benefit-icon img {
  max-width: 48px;
  height: auto;
  object-fit: contain;
}
.digit-atc-ibb1 .ibb1-benefit .ibb1-benefit-title {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}
.digit-atc-ibb1 .ibb1-benefits-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 8px;
}
.digit-atc-ibb1 .ibb1-benefits-footer .ibb1-benefits-footer-image {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
}
.digit-atc-ibb1 .ibb1-validation-message {
  background: linear-gradient(135deg, #fff5f5, #ffe8e8);
  border: 2px solid #e53935;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 16px;
  color: #c62828;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  animation: ibb1-fade-in 0.3s ease;
}
.digit-atc-ibb1 .ibb1-validation-message::before {
  content: "⚠";
  font-size: 18px;
}
.digit-atc-ibb1 .ibb1-shake {
  animation: ibb1-shake 0.6s ease;
}

.digit-atc-ibb1 .ibb1-add-to-cart button.ibb1-buy-button,
.digit-atc-ibb1 button.ibb1-buy-button.single_add_to_cart_button,
button.ibb1-buy-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 30px !important;
  background: linear-gradient(180deg, #06D6A0 0%, #00AF81 100%) !important;
  color: var(--ibb1-button-text, #ffffff) !important;
  border: none !important;
  border-radius: 10px;
  font-size: 24px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
}
.digit-atc-ibb1 .ibb1-add-to-cart button.ibb1-buy-button:hover:not(:disabled),
.digit-atc-ibb1 button.ibb1-buy-button.single_add_to_cart_button:hover:not(:disabled),
button.ibb1-buy-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
  background: linear-gradient(180deg, #00E8AC 0%, #00C48C 100%) !important;
  color: var(--ibb1-button-text, #ffffff) !important;
}
.digit-atc-ibb1 .ibb1-add-to-cart button.ibb1-buy-button:active:not(:disabled),
.digit-atc-ibb1 button.ibb1-buy-button.single_add_to_cart_button:active:not(:disabled),
button.ibb1-buy-button:active:not(:disabled) {
  transform: translateY(0);
}
.digit-atc-ibb1 .ibb1-add-to-cart button.ibb1-buy-button:disabled,
.digit-atc-ibb1 button.ibb1-buy-button.single_add_to_cart_button:disabled,
button.ibb1-buy-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.digit-atc-ibb1 .ibb1-add-to-cart button.ibb1-buy-button.loading,
.digit-atc-ibb1 button.ibb1-buy-button.single_add_to_cart_button.loading,
button.ibb1-buy-button.loading {
  pointer-events: none;
  opacity: 0.8;
}
.digit-atc-ibb1 .ibb1-add-to-cart button.ibb1-buy-button.loading .ibb1-button-text,
.digit-atc-ibb1 button.ibb1-buy-button.single_add_to_cart_button.loading .ibb1-button-text,
button.ibb1-buy-button.loading .ibb1-button-text {
  opacity: 0.7;
}

@keyframes ibb1-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ibb1-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(6px);
  }
}
@keyframes ibb1-fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ibb1-pulse-border {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@media (min-width: 992px) {
  .digit-atc-ibb1 {
    max-width: 1320px;
    background: #ffffff !important;
    border: 2px solid black;
    padding: 60px 0;
  }
  .digit-atc-ibb1 .ibb1-header {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff !important;
  }
  .digit-atc-ibb1 .ibb1-header .ibb1-title {
    color: #000000 !important;
    font-size: 38px !important;
    font-weight: 700 !important;
  }
  .digit-atc-ibb1 .ibb1-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0;
    border: none;
  }
  .digit-atc-ibb1 .ibb1-step {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 20px;
    align-items: center;
  }
  .digit-atc-ibb1 .ibb1-step-header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .digit-atc-ibb1 .ibb1-step-header {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
  }
  .digit-atc-ibb1 .ibb1-step-number {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .digit-atc-ibb1 .ibb1-step-label {
    font-size: 12px;
    line-height: normal;
  }
  .digit-atc-ibb1 .ibb1-buy-more-badge {
    position: static;
    max-width: 100px;
    text-align: center;
    padding: 6px 14px 6px 10px;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 10px) 50%, 100% 100%, 0% 100%);
  }
  .digit-atc-ibb1 .ibb1-primary-option-wrapper {
    flex: 0 0 auto;
    min-width: auto;
  }
  .digit-atc-ibb1 .ibb1-primary-options {
    grid-template-columns: repeat(auto-fit, minmax(90px, 160px)) !important;
  }
  .digit-atc-ibb1 .ibb1-primary-option {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 150px;
  }
  .digit-atc-ibb1 .ibb1-primary-option .ibb1-option-price-inside {
    display: block;
  }
  .digit-atc-ibb1 .ibb1-option-price-below {
    display: none;
  }
  .digit-atc-ibb1 .ibb1-qty-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .digit-atc-ibb1 .ibb1-qty-option {
    flex: 0 0 130px;
    width: 130px;
    padding: 18px 5px 2px 5px !important;
  }
  .digit-atc-ibb1 .ibb1-qty-option span {
    font-size: 12px !important;
  }
  .digit-atc-ibb1 .ibb1-qty-option .ibb1-discount-badge {
    padding: 3px;
  }
  .digit-atc-ibb1 .ibb1-qty-option.most-popular:not(:first-child) {
    margin-top: 0;
  }
  .digit-atc-ibb1 .ibb1-qty-option .ibb1-most-popular-badge {
    right: auto;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-option-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-left {
    align-items: center;
  }
  .digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-right {
    text-align: center;
  }
  .digit-atc-ibb1 .ibb1-qty-option .ibb1-qty-right .ibb1-qty-right-top .ibb1-qty-price-info {
    justify-content: center;
  }
  .digit-atc-ibb1 .ibb1-items-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .digit-atc-ibb1 .ibb1-item-row {
    border-bottom: none;
    padding: 0 16px;
  }
  .digit-atc-ibb1 .ibb1-subtotal {
    max-width: 100%;
  }
  .digit-atc-ibb1 .ibb1-subtotal .ibb1-subtotal-price {
    font-size: 38px;
  }
  .digit-atc-ibb1 .ibb1-add-to-cart {
    max-width: 100%;
  }
  .digit-atc-ibb1 .ibb1-benefits {
    padding: 0;
    background: none;
    max-width: 900px;
    margin: 0 auto;
  }
  .digit-atc-ibb1 .ibb1-add-to-cart button.ibb1-buy-button,
  .digit-atc-ibb1 button.ibb1-buy-button.single_add_to_cart_button,
  button.ibb1-buy-button {
    font-size: 20px !important;
    padding: 15px 25px !important;
  }
  .digit-atc-ibb1 .ibb1-add-to-cart button.ibb1-buy-button span,
  .digit-atc-ibb1 button.ibb1-buy-button.single_add_to_cart_button span,
  button.ibb1-buy-button span {
    line-height: normal;
  }
}
.digit-atc-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--sticky-bg, #1ABC9C);
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
}
.digit-atc-sticky-bar .digit-atc-sticky-container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-discount {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  animation: ibb1-sticky-pulse 2s infinite;
}
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices del.digit-atc-sticky-regular {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: line-through;
  line-height: 1;
}
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices del.digit-atc-sticky-regular .woocommerce-Price-amount,
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices del.digit-atc-sticky-regular .amount {
  color: rgba(255, 255, 255, 0.7) !important;
}
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices ins.digit-atc-sticky-sale {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices ins.digit-atc-sticky-sale .woocommerce-Price-amount,
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices ins.digit-atc-sticky-sale .amount {
  color: #fff !important;
}
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices .digit-atc-sticky-current {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices .digit-atc-sticky-current .woocommerce-Price-amount,
.digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices .digit-atc-sticky-current .amount {
  color: #fff !important;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper {
  flex-shrink: 0;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-form {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  background: #fff;
  color: #000 !important;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: ibb1-sticky-button-pulse 4s infinite;
  overflow: hidden;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button:hover:not(:disabled) {
  transform: scale(1.05);
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button:disabled, .digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  animation: none;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button:disabled:hover, .digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button.disabled:hover {
  transform: none;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button .digit-atc-sticky-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  background: #333;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button .digit-atc-sticky-icon-wrapper .digit-atc-sticky-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: ibb1-spin 0.6s linear infinite;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button .digit-atc-sticky-icon-wrapper img.digit-atc-sticky-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button.loading {
  pointer-events: none;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button.loading .digit-atc-sticky-spinner {
  display: block;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button.loading img.digit-atc-sticky-icon {
  display: none;
}
.digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button .digit-atc-sticky-text {
  line-height: normal;
  padding: 10px 20px;
  white-space: nowrap;
}

@keyframes ibb1-sticky-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes ibb1-sticky-button-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
}
@media (max-width: 480px) {
  .ibb1-buy-more-badge {
    max-width: 95px !important;
  }
  .ibb1-primary-option-wrapper {
    min-width: auto !important;
  }
  .ibb1-primary-option-wrapper .ibb1-primary-option {
    padding: 8px 10px !important;
  }
  .digit-atc-sticky-bar .digit-atc-sticky-container {
    padding: 10px 12px;
    gap: 10px;
  }
  .digit-atc-sticky-bar .digit-atc-sticky-price-wrapper {
    gap: 8px;
  }
  .digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-discount {
    font-size: 12px;
    padding: 3px 8px;
  }
  .digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices ins.digit-atc-sticky-sale,
  .digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices .digit-atc-sticky-current {
    font-size: 18px;
  }
  .digit-atc-sticky-bar .digit-atc-sticky-price-wrapper .digit-atc-sticky-prices del.digit-atc-sticky-regular {
    font-size: 12px;
  }
  .digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button {
    font-size: 14px;
  }
  .digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button .digit-atc-sticky-icon-wrapper {
    padding: 8px 10px;
  }
  .digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button .digit-atc-sticky-icon-wrapper img.digit-atc-sticky-icon {
    width: 18px;
    height: 18px;
  }
  .digit-atc-sticky-bar .digit-atc-sticky-button-wrapper .digit-atc-sticky-button .digit-atc-sticky-text {
    padding: 8px 15px;
  }
}

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