.w-full {
  width: 100%;
}

/* Announcement bar base */
.announcement-bar {
  position: relative; /* Stays at the top on scroll */
  top: 0;
  z-index: 9999;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  background: linear-gradient(90deg, #111827, #1f2937);
  color: #f9fafb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 14px;
}

.announcement-bar__badge {
  background: var(--primary-color);
  color: #111827;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 11px;
  white-space: nowrap;
}

.announcement-bar__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  text-align: center;
}

.announcement-bar__text strong {
  font-weight: 700;
  color: var(--primary-color);
}

.announcement-bar__link {
  color: #bfdbfe;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.announcement-bar__link:hover {
  text-decoration-thickness: 2px;
}

/* Close button */

/* When checkbox is checked, hide the bar */
#hide-announcement:checked + .announcement-bar {
  display: none;
}

/* Responsive: stack better on very small screens */
@media (max-width: 480px) {
  .announcement-bar {
    align-items: flex-start;
  }

  .announcement-bar__close {
    position: absolute;
    right: 10px;
    top: 8px;
  }

  .announcement-bar__text {
    margin-right: 26px; /* space for close button */
    text-align: left;
    justify-content: flex-start;
  }
}

.bottom-list ul li {
  line-height: 1;
}

.woocommerce.single-product
  .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.woocommerce.single-product .custom-style-buttons {
  gap: 16px;
}

.xoo-wsc-product dl.variation,
.xoo-wsc-product dl.variation p {
  font-size: 16px;
}

.woocommerce.single-product div.product form.cart .button {
  min-width: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

button.single_add_to_cart_button.button {
  padding: 8px 15px !important;
  order: 3;
}

button.button.buy-now-button {
  order: 2;
  padding: 8px 15px !important;
}

.wc-block-cart-item__total {
  padding-left: 10px !important;
}

.woocommerce.single-product div.product .title-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  white-space: normal;
  gap: 9px;
}

.woocommerce.single-product div.product .product_title {
  white-space: normal;
  width: 100%;
}

.single-product .title-wrap h2.product-vendor {
  font-weight: 700;
}
.ban-slide:first-child img.desktop-image {
  opacity: 1;
  visibility: visible;
  transition: none !important;
}
.wp-block-woocommerce-cart a.wp-block-button__link.add_to_cart_button:hover {
    color: #000;
    border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .woocommerce.single-product .WhatsappBtnContainer {
    width: min(100%, 600px);
    margin-inline: auto;
    text-align: center;
  }
  .woocommerce.single-product .custom-style-buttons {
    flex-wrap: nowrap !important;
  }
  button.button.buy-now-button {
    flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 575px) {
  #shiprocket_pincode_check {
    width: 50% !important;
    margin-bottom: 10px;
  }
  #check_pincode {
    width: calc(50% - 1%) !important;
  }
}

@media (max-width: 399px) {
  #shiprocket_pincode_check {
    width: 48% !important;
    margin-bottom: 10px;
  }
  #check_pincode {
    padding: 8px 16px !important;
    width: calc(51% - 1%) !important;
  }
}

/* .woocommerce div.product form.cart */

.woocommerce div.product form.cart,
.woocommerce div.product form.cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  display: none !important;
}

/* .woocommerce div.product form.cart */
