.single-product .woop-trust-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.single-product .woop-trust-row .woop-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #334155;
}

.single-product .woop-trust-row .woop-trust-item i {
  color: #0f766e;
}

.single-product .woop-bundle-box {
  margin-top: 14px;
  border: 1px solid #e7e9ee;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.single-product .woop-bundle-box .woop-bundle-head h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.single-product .woop-bundle-box .woop-bundle-head p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #64748b;
}

.single-product .woop-bundle-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.single-product .woop-bundle-item {
  border: 1px solid #e7e9ee;
  border-radius: 10px;
  padding: 9px;
  background: #fafbfc;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.single-product .woop-bundle-item .woop-bundle-pick {
  font-size: 12px;
  color: #334155;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.single-product .woop-bundle-item .woop-bundle-thumb {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.single-product .woop-bundle-item .woop-bundle-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.single-product .woop-bundle-item h4 {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
}

.single-product .woop-bundle-item h4 a {
  color: inherit;
  text-decoration: none;
}

.single-product .woop-bundle-item .woop-bundle-price {
  font-size: 13px;
  font-weight: 700;
}

.single-product .woop-bundle-item .woop-bundle-add-one {
  margin-top: auto;
}

.single-product .woop-bundle-foot {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.single-product .woop-bundle-status {
  font-size: 12px;
  color: #166534;
}

.single-product .variation-pill.v11-pill-color {
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  border-radius: 999px;
  font-size: 0;
  position: relative;
}

.single-product .variation-pill.v11-pill-color::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  background: var(--v11-swatch, #d4dbe2);
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.single-product .variation-pill.v11-pill-thumb {
  padding: 5px 9px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.single-product .variation-pill.v11-pill-thumb .v11-thumb {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(15, 23, 42, 0.12);
  flex: 0 0 22px;
}

.single-product .variation-pill.v11-pill-thumb .v11-label {
  font-size: 12px;
  line-height: 1.2;
}

.woop-sticky-atc {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 10030;
  border-radius: 12px;
  border: 1px solid #dce3ea;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.16);
  background: rgba(255, 255, 255, 0.98);
  padding: 9px 10px;
  display: none;
}

.woop-sticky-atc .woop-sticky-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.woop-sticky-atc .woop-sticky-name {
  flex: 0 1 36%;
  min-width: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woop-sticky-atc .woop-sticky-prices {
  flex: 0 1 28%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.woop-sticky-atc .woop-sticky-price-old {
  display: none;
  font-size: 11px;
  line-height: 1;
  color: #94a3b8;
  text-decoration: line-through;
  white-space: nowrap;
}

.woop-sticky-atc .woop-sticky-price-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.woop-sticky-atc .woop-sticky-price-new {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #0f172a;
  white-space: nowrap;
}

.woop-sticky-atc .woop-sticky-badge {
  display: none;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #dc2626;
  border-radius: 999px;
  padding: 3px 6px;
}

.woop-sticky-atc .woop-sticky-spacer {
  min-width: 0;
  flex: 1 1 8px;
}

.woop-sticky-atc .woop-sticky-stock {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 600;
  color: #166534;
  white-space: nowrap;
}

.woop-sticky-atc .woop-sticky-btn {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.woop-sticky-atc .woop-sticky-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.single-product-sticky .woop-bundle-box,
.single-product-sticky .woop-trust-row {
  display: none !important;
}

.single-product-sticky {
  background: #fff8db !important;
  border-bottom: 1px solid #eadfb0 !important;
  box-shadow: 0 6px 16px rgba(70, 58, 22, 0.12) !important;
  z-index: 10060 !important;
  isolation: isolate;
}

.single-product-sticky .product-inner .content-wrapper .product_title,
.single-product-sticky .product-inner .content-wrapper .product-meta,
.single-product-sticky .product-inner .content-wrapper .product-meta a,
.single-product-sticky .product-inner .product-price .price,
.single-product-sticky .product-inner .product-price .price ins {
  color: #2f2a1f !important;
}

.single-product-sticky .product-inner .product-price .price del {
  color: #7a6f4e !important;
}

.single-product-sticky .product-inner button.single_add_to_cart_button,
.single-product-sticky .product-inner .single_add_to_cart_button.button.alt {
  background: #d97706 !important;
  border-color: #d97706 !important;
  color: #ffffff !important;
}

.single-product-sticky .product-inner button.single_add_to_cart_button:hover,
.single-product-sticky .product-inner .single_add_to_cart_button.button.alt:hover {
  background: #b45309 !important;
  border-color: #b45309 !important;
}

@media (max-width: 991px) {
  .single-product-sticky {
    display: none !important;
  }

  .single-product .woop-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-product .woop-bundle-grid {
    grid-template-columns: 1fr;
  }

  .woop-sticky-atc {
    display: flex;
  }

  .single-product .site-footer {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .woop-sticky-atc {
    display: none !important;
  }
}
