.ce-sticky-add-to-cart-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -240px;
  z-index: 9999;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  background: #fff;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.12);
  transition: bottom 0.28s ease;
  pointer-events: none;
}

.ce-sticky-add-to-cart {
  background-color: var(--product-accent-color);
  border-color: var(--product-accent-color);
}

.ce-sticky-add-to-cart-wrap.active {
  bottom: 0;
  pointer-events: auto;
}

.ce-sticky-add-to-cart-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px 16px;
}

.ce-sticky-add-to-cart-info {
  display: none;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ce-sticky-add-to-cart-img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
  flex: 0 0 auto;
}

.ce-sticky-add-to-cart-title {
  max-width: 420px;
  font-weight: 600;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ce-sticky-cloned-widget {
  margin: 0 !important;
  width: 100%;
  max-width: 620px;
  flex: 1 1 auto;
}

.ce-sticky-cloned-widget .elementor-widget-container,
.ce-sticky-cloned-widget .elementor-button-wrapper {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .ce-sticky-add-to-cart-container {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ce-sticky-add-to-cart-info {
    display: flex;
    flex: 1 1 auto;
  }

  .ce-sticky-cloned-widget {
    flex: 0 0 auto;
    width: auto;
    min-width: 280px;
    max-width: 520px;
  }
}