/* ===== WPC Toggle using bundled_product_checkbox ===== */

/* Hide default checkbox */
.bundled_product_checkbox {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 55px !important;
  height: 35px !important;
  background: #d9d9d9 !important;
  border-radius: 999px !important;
  position: relative !important;
  top: 10px !important;
  right: px !important;
  left: 270px !important;
  cursor: pointer !important;
  transition: background 0.25s ease !important;
  outline: none !important;
  border: none !important;
}

/* Toggle knob */
.bundled_product_checkbox::after {
  content: "" !important;
  width: 26.5px !important;
  height: 26.5px !important;
  background: #fff !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 4px !important;
  left: 3px !important;
  transition: transform 0.25s ease !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25) !important;
}

/* ON state */
.bundled_product_checkbox:checked {
  background: #000 !important;
}

.bundled_product_checkbox:checked::after {
  transform: translateX(20px) !important;
}
/* ===============================
   FORCE CHARM IMAGE SIZE (FIX)
   =============================== */

@media (max-width: 768px) {

  /* Kill Woo thumbnail sizing */
  .bundled_product_images img.attachment-woocommerce_thumbnail,
  .bundled_product_images img.wp-post-image {
    width: 65px !important;
    height: 65px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    object-fit: contain !important;
    display: block !important;
    position: relative !important;
    top: -0px !important;
    right: px !important;
    left: -30px !important;
  }

  /* Force wrapper to obey */
  .bundled_product_images,
  .bundled_product_image,
  .bundled_product_images figure {
    width: 70px !important;
    max-width: 70px !important;
    min-width: 70px !important;
    flex: 0 0 70px !important;
    position: relative !important;
    top: 6px !important;
    right: px !important;
    left: 10px !important;
    margin-top: -40px !important;
    margin-bottom: -15px !important;
  }
}
/* ===============================
   REDUCE CHARM TITLE TEXT (MOBILE)
   =============================== */

@media (max-width: 768px) {

  /* Charm title text */
  .bundled_product_summary h3,
  .bundled_product_summary h4,
  .bundled_product_summary .bundled_product_title,
  .bundled_product_summary a {
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
    margin-top: -40px !important;
    margin-bottom: 20px !important;
    margin-left: 79px !important;
    position: relative !important;
    top: 30px !important;
    right: px !important;
    left: 10px !important;
 
  }

  /* Optional: price text under title */
  .bundled_product_summary .price,
  .bundled_product_summary .bundled_product_price {
    font-size: 16px !important;
    position: relative !important;
    top: 5px !important;
    right: px !important;
    left: 25px !important;
  }
}

@media (max-width: 768px) {
  /* Target the "Add for" text directly inside the label */
  .bundled_product_optional_checkbox {
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;

  }
}
/* ===============================
   REMOVE "ADD FOR" TEXT (CSS ONLY)
   =============================== */

@media (max-width: 768px) {

  /* Hide label text node */
  .bundled_product_optional_checkbox {
    font-size: 0 !important;
  }

  /* Restore price text SCALE CONTROLLED HERE */
  .bundled_product_optional_checkbox .price {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-left: 4px;
  }

}
/* Hide stock text inside bundled (upsell) products only TO HIDE THE STOCK COUNT*/
.bundle_form .bundled_product_summary p.stock {
  display: none !important;
}

/* Hide SKU NA*/
.sku_wrapper {
  display: none !important;
}

/* Hide Guaranteed Safe Checkout section */
.ast-single-product-payments,
.single-product .wc-payment-icons,
.single-product .payment-icons,
.single-product .guarantee,
.single-product .safe-checkout,
.single-product .secure-checkout {
  display: none !important;
}
/* === FORCE ADD-TO-CART SECTION TO STACK PROPERLY === */
.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
/* Hide product image thumbnails below main image */
.single-product .woocommerce-product-gallery__wrapper + .flex-control-nav,
.single-product .woocommerce-product-gallery .flex-control-nav {
  display: none !important;
}
/* Enable dot indicators for product gallery */
.single-product .woocommerce-product-gallery .flex-control-paging {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

/* Hide thumbnail strip (keep swipe) */
.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  display: none !important;
}
/* Clean up shipping layout in cart totals */
.woocommerce-cart .cart_totals .shipping {
    text-align: left !important;
}

.woocommerce-cart .cart_totals .shipping ul {
    padding-left: 0;
    margin-left: 0;
}

.woocommerce-cart .cart_totals .shipping li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.woocommerce-cart .cart_totals .shipping li label {
    flex: 1;
    font-weight: 500;
}

.woocommerce-cart .cart_totals .shipping li span.amount {
    white-space: nowrap;
    font-weight: 600;
}
/* Fix shipping address text under shipping */
.woocommerce-cart .cart_totals .shipping p,
.woocommerce-cart .cart_totals .shipping .woocommerce-shipping-destination {
    text-align: left !important;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 6px;
    color: #555;
}
/* Slight spacing polish */
.woocommerce-cart .cart_totals th {
    vertical-align: top;
}
/* MAGAZINE CAROUSEL */
.magazine-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}

.magazine-track {
  display: flex;
  transition: transform 0.4s ease;
}

.magazine-slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
}

.magazine-slide img {
  max-width: 70%;
  height: auto;
  opacity: 0.9;
}

/* DOTS */
.magazine-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.magazine-dot {
  width: 6px;
  height: 6px;
  background: #cfcfcf;
  border-radius: 50%;
  transition: background 0.3s;
}

.magazine-dot.active {
  background: #000;
}
/* HIDE MOBILE SCROLLBAR (MAGAZINE CAROUSEL) */
.magazine-carousel {
  overflow-x: hidden;
}

/* Chrome / Android */
.magazine-carousel::-webkit-scrollbar {
  display: none;
}

/* Firefox */
.magazine-carousel {
  scrollbar-width: none;
}

/* Prevent touch scrollbar flash */
.magazine-track {
  touch-action: pan-y;
}
/* REVIEW CONTROLS – SHRINE STYLE */
.review-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}

.review-counter {
  min-width: 40px;
  text-align: center;
  opacity: 0.8;
}

.review-prev,
.review-next {
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  padding: 0 6px;
  opacity: 0.6;
}

.review-prev:hover,
.review-next:hover {
  opacity: 1;
}

/* Mobile polish */
@media (max-width: 768px) {
  .review-controls {
    margin-bottom: 6px;
  }
}
/* ===== Testimonials slider (Shrine style) ===== */
.testimonial-carousel {
  width: 100%;
}

.testimonial-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

/* Hide scrollbar */
.testimonial-track::-webkit-scrollbar {
  display: none;
}
.testimonial-track {
  scrollbar-width: none;
}

.testimonial-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.testimonial-slide img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 14px;
}

/* Controls */
.review-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.review-prev,
.review-next {
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  opacity: 0.6;
}

.review-counter {
  font-size: 14px;
  opacity: 0.7;
}

/* === SHIPPING + GUARANTEE BLOCK (BELOW BUTTON) === */
.woocommerce div.product form.cart .product-trust-block {
  width: 100%;
  flex-basis: 100%;
  margin-top: 18px;
  padding-top: 150px;
  border-top: 1px solid #eee;
}

/* === INDIVIDUAL ITEMS === */
.product-trust-block .trust-item {
  margin-bottom: 14px;
}

/* === TITLES === */
.product-trust-block .trust-item strong {
  display: block;
  font-size: 20px;
  font-weight: 550;
  margin-bottom: 6px;
}

/* === TEXT === */
.product-trust-block .trust-item p {
  font-size: 17px;
  line-height: 1.45;
  color: #555;
  margin: 0;
}
/* === QUANTITY SELECTOR === */
.woocommerce .quantity input.qty {
  height: 50px;
  font-size: 20px;
  width: 60px;
}

/* === ADD TO CART BUTTON === */
.single_add_to_cart_button {
  height: 50px;
  font-size: 25px;
  padding: 0 24px;
  border-radius: 8px;
}

/* Mobile extra comfort */
@media (max-width: 768px) {
  .single_add_to_cart_button {
    width: 100%;
    margin-top: 8px;
  }
}
/* === WIDER ADD TO CART BUTTON (ONLY WIDTH) === */
.single_add_to_cart_button {
  min-width: 350px;      /* controls length */
  padding-left: 36px;   /* extra side padding */
  padding-right: 36px;
}
/* Shrine-style Add to Cart button */
.single_add_to_cart_button {
  font-size: 18px !important;
  font-weight: 600;
  padding: 16px 0 !important;
}
/* Quantity wrapper */
.quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Quantity input */
.quantity input.qty {
  width: 60px;
  height: 44px;
  text-align: center;
  font-size: 16px;
}

/* Plus & minus buttons */
.quantity .plus,
.quantity .minus {
  width: 44px;
  height: 44px;
  font-size: 20px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}
/* === FIX: Make + / - visible inside quantity selector === */

/* Plus & minus buttons */
.quantity .plus,
.quantity .minus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;        /* SYMBOL COLOR */
  font-size: 22px !important;    /* MAKE SYMBOL BIG */
  font-weight: 500;
  background: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  border-radius: 6px;
}

/* Hover state (optional, premium feel) */
.quantity .plus:hover,
.quantity .minus:hover {
  background: #eaeaea !important;
}

/* Ensure qty input text is visible */
.quantity input.qty {
  color: #000 !important;
  background: #fff !important;
}
.quantity .plus,
.quantity .minus {
  background: #fff !important;
  border-color: #ddd !important;
}
/* Hide Update Cart button (auto-update enabled) */
.woocommerce-cart button[name="update_cart"] {
  display: none !important;
}

/* === TESTIMONIAL SECTION === */
.testimonial-section {
  margin: 40px 0;
}

.testimonial-card {
  margin-bottom: 32px;
}

.testimonial-card img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 14px;
}

.testimonial-content {
  text-align: center;
}

.testimonial-content h4 {
  font-size: 16px;
  margin: 8px 0;
}

.testimonial-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 6px;
}

.testimonial-content span {
  font-size: 13px;
  color: #777;
}
/* === MAGAZINE CAROUSEL === */
.magazine-carousel {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin: 30px 0;
}

.magazine-track {
  display: flex;
  gap: 40px;
  padding: 10px 20px;
}

.magazine-slide {
  scroll-snap-align: center;
  flex: 0 0 auto;
}

.magazine-slide img {
  height: 50px;
  opacity: 0.85;
}

/* === TESTIMONIAL CAROUSEL (SHRINE STYLE) === */
.testimonial-carousel {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin: 40px 0;
  padding-bottom: 10px;
}

.testimonial-track {
  display: flex;
  gap: 20px;
  padding: 0 20px;
}

.testimonial-slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
}

.testimonial-slide img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 12px;
}

.testimonial-content {
  text-align: center;
}

.testimonial-content h4 {
  font-size: 16px;
  margin: 8px 0;
}

.testimonial-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}

.testimonial-content span {
  font-size: 13px;
  color: #777;
}

/* Hide scrollbar (clean look) */
.testimonial-carousel::-webkit-scrollbar {
  display: none;
}
/* === STICKY ADD TO CART BAR === */
.sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  z-index: 9999;
  display: none;
}

.sticky-atc-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
}

.sticky-atc-info {
  display: flex;
  flex-direction: column;
}

.sticky-title {
  font-size: 13px;
  font-weight: 600;
}

.sticky-price {
  font-size: 14px;
  font-weight: 700;
}

.sticky-atc-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 22px;
  font-size: 14px;
  border-radius: 8px;
}

/* Mobile only */
@media (min-width: 769px) {
  .sticky-atc {
    display: none !important;
  }
}
.sticky-atc {
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/* FIX: Homepage hero text color (Spectra blocks) */
.home .wp-block-spectra-container
  .has-ast-global-color-5,
.home .wp-block-spectra-container
  .has-text-color {
  color: #000 !important;
}
/* Add Shrine-like spacing below hero content */
.home .wp-block-spectra-container {
  padding-bottom: 5px !important;
}
/* === Shrine-style button placement in homepage hero === */

/* Reduce space below title */
.home .wp-block-spectra-container h3 {
  margin-bottom: 12px !important;
}

/* Reduce space below subtitle */
.home .wp-block-spectra-container p {
  margin-bottom: 12px !important;
}

/* Pull "View full details" button upward */
.home .wp-block-spectra-container [data-spectra-id*="buttons"] {
  margin-top: 0 !important;
}
@media (max-width: 800px) {
  .home .wp-block-spectra-container [data-spectra-id*="buttons"] {
    margin-top: -4px !important;
  }
}
.home .wp-block-spectra-container [data-spectra-id*="buttons"] {
  justify-content: flex-start !important;
}

/* Hide ONLY the "Description" tab title text */
.single-product li#tab-title-description {
    display: none !important;
}

/* ================================
   HELANIYA – Shrine Style Contact Form
   SureForms + Astra (FINAL)
================================ */

/* Form width & centering */
.srfm-form-container-3513 {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
}

/* Inputs & textarea */
.srfm-form-container-3513 input,
.srfm-form-container-3513 textarea {
  width: 100% !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  font-size: 15px !important;
  background: #fff !important;
  box-shadow: none !important;
}

/* Placeholder color */
.srfm-form-container-3513 ::placeholder {
  color: #9a9a9a !important;
}

/* Focus state */
.srfm-form-container-3513 input:focus,
.srfm-form-container-3513 textarea:focus {
  border-color: #000 !important;
  outline: none !important;
}

/* Desktop: Name + Email side by side */
@media (min-width: 768px) {
  .srfm-form-container-3513 .srfm-field-name,
  .srfm-form-container-3513 .srfm-field-email {
    width: 48% !important;
    display: inline-block !important;
    vertical-align: top !important;
  }

  .srfm-form-container-3513 .srfm-field-email {
    margin-left: 4% !important;
  }
}

/* Mobile spacing */
@media (max-width: 767px) {
  .srfm-form-container-3513 input,
  .srfm-form-container-3513 textarea {
    margin-bottom: 14px !important;
  }
}

/* SEND button – Shrine style */
.srfm-form-container-3513 button,
.srfm-form-container-3513 .srfm-submit-button {
  width: 100% !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 16px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  border: none !important;
}

/* Remove Astra weird spacing */
.srfm-form-container-3513 .srfm-field {
  margin-bottom: 18px !important;
}

.helaniya-save-badge {
  margin-left: 10px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  vertical-align: middle;
}

/* Hide "Clear" reset variations text */
.woocommerce .reset_variations {
    display: none !important;
}
/* Hide ONLY Stripe title (payment section) */
.wc-block-checkout__payment-method
.wc-block-components-radio-control__label {
    display: none !important;
}
/* Remove "Have a gift card?" coupon section */
.wc-block-components-panel__button,
.wc-block-components-panel__content {
    display: none !important;
}
/* Remove Checkout page title */
.woocommerce-checkout h1,
.wp-block-post-title {
    display: none !important;
}
/* Increase font size of Place Order button text */
.wc-block-components-checkout-place-order-button {
    font-size: 18px !important;
    font-weight: 600; /* optional but looks premium */
}
.wc-block-components-checkout-place-order-button {
    letter-spacing: 0.5px;
}
/* Remove Astra page header spacing on checkout */
body.woocommerce-checkout .entry-header {
    display: none !important;
}
/* Remove Astra container top spacing on checkout */
body.woocommerce-checkout .ast-container {
    padding-top: 0 !important;
}
body.woocommerce-checkout #primary {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* REMOVE SAVE BADGE ONLY FROM STICKY ADD TO CART */
.sticky-atc .helaniya-save-badge {
    display: none !important;
}

.review-title {
  margin-top: 30px;
  font-size: 20px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 15px;
}

.review-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px;
  font-size: 13px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.04);
}

.stars {
  color: #f5b301;
  font-size: 14px;
  margin-bottom: 4px;
}

.review-name {
  font-weight: 600;
  margin: 2px 0;
}

.review-date {
  font-size: 11px;
  color: #888;
  margin-bottom: 6px;
}

.review-text {
  font-size: 13px;
  line-height: 1.4;
}

.rating-summary {
  display: flex;
  gap: 16px;
  margin: 14px 0 20px;
  padding: 12px;
  background: #fafafa;
  border-radius: 12px;
}

/* LEFT */
.rating-left {
  min-width: 80px;
}

.rating-score {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.rating-stars {
  color: #f5b301;
  font-size: 14px;
  margin: 4px 0;
}

.rating-count {
  font-size: 12px;
  color: #666;
}

/* RIGHT */
.rating-bars {
  flex: 1;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  margin-bottom: 5px;
}

.rating-row span {
  width: 34px;
  color: #444;
}

.bar {
  flex: 1;
  height: 6px;
  background: #e6e6e6;
  border-radius: 6px;
  overflow: hidden;
}

.fill {
  height: 100%;
  background: #f5b301;
}

/* 🔥 MOBILE FIX */
@media (max-width: 480px) {
  .rating-summary {
    flex-direction: column;
  }

  .rating-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .rating-score {
    font-size: 24px;
  }
}


/* Hide all reviews initially */
.review-card {
  display: none;
}

.review-card.visible {
  display: block;
}

/* Center wrapper (Astra-safe) */
.load-more-wrapper {
  display: flex;
  justify-content: center;
  margin: 28px 0;
}

/* Load more button – FORCE CONSISTENT STYLE */
#load-more-reviews,
#load-more-reviews:visited,
#load-more-reviews:active,
#load-more-reviews:focus {
  appearance: none;
  -webkit-appearance: none;

  background: transparent;
  color: #000;

  border: 1.5px solid #000;
  border-radius: 6px;

  padding: 12px 26px;
  font-size: 15px;
  font-weight: 500;

  cursor: pointer;
  outline: none;
  box-shadow: none;
}

/* Hover */
#load-more-reviews:hover {
  background: #000;
  color: #fff;
}

/* Remove "Return to cart" on WooCommerce Blocks checkout */
.wc-block-components-checkout-return-to-cart-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button,
a.wc-block-components-checkout-return-to-cart-button {
  display: none !important;
}
/* Remove marketing opt-in checkbox */
.wc-block-components-checkbox {
  display: none !important;
}

/* Remove terms & conditions text */
.wc-block-checkout-terms {
  display: none !important;
}

/* Remove OR divider under express checkout on Cart page */
.wc-block-components-express-payment-continue-rule,
.wc-block-components-express-payment-continue-rule__cart {
    display: none !important;
}

/* Rename Estimated total to Subtotal (Cart Block) */
.wc-block-components-totals-item__label {
  visibility: hidden;
  position: relative;
}

.wc-block-components-totals-item__label::after {
  content: "Subtotal";
  visibility: visible;
  position: absolute;
  left: 0;
  font-weight: 600;
}
/* Hide shipping estimate row in cart */
.wc-block-components-totals-shipping,
.wc-block-components-totals-item--shipping {
  display: none !important;
}
@media (max-width: 768px) {
  .wc-block-cart__submit-container {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 12px;
    z-index: 99;
  }
}

/* Hide SAVE amount badge in cart items */
.wc-block-components-product-price__badge,
.wc-block-components-product-price__badge--discount {
  display: none !important;
}

/* Hide helper text under totals */
.wc-block-components-totals-item__description,
.wc-block-components-totals-footer-item__description {
  display: none !important;
}

/* Bigger, stronger checkout button */
.wc-block-cart__submit-button,
.wc-block-components-button.wc-block-cart__submit-button {
  min-height: 56px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 8px;
}

/* Hide Woo Blocks "Save $xx" badge in cart */
.wc-block-components-sale-badge,
.wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none !important;
}

/* FORCE shipping line to be visible */
.wc-block-components-totals-shipping {
  display: flex !important;
  margin: 12px 0;
  font-size: 14px;
  color: #555;
}

/* Align shipping label + price cleanly */
.wc-block-components-totals-shipping .wc-block-components-totals-item__label {
  font-weight: 500;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item__value {
  font-weight: 500;
}

/* Fix shipping label showing as Subtotal */
.wc-block-components-totals-shipping 
.wc-block-components-totals-item__label {
  font-size: 0; /* hide wrong label */
}

/* Insert correct label */
.wc-block-components-totals-shipping 
.wc-block-components-totals-item__label::after {
  content: "Shipping";
  font-size: 14px;
  font-weight: 700; /* <-- makes Shipping bold */
  color: #555;
}

/* Rename FINAL Subtotal → Total (Woo Blocks checkout) */
.wc-block-components-totals-footer-item 
.wc-block-components-totals-item__label {
  font-size: 0 !important; /* hide "Subtotal" */
}

/* Insert "Total" */
.wc-block-components-totals-footer-item 
.wc-block-components-totals-item__label::after {
  content: "Total";
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

/* CART PAGE — remove duplicate subtotal (Blocks) */
.wp-block-woocommerce-cart .wc-block-components-totals-item--subtotal:first-of-type {
  display: none;
}

/* ================================
   CART PAGE – EXPRESS CHECKOUT UI
   ================================ */

/* Wrap spacing */
.wc-block-cart__submit {
  margin-bottom: 16px;
}

/* OR divider */
.wc-block-cart__submit::after {
  content: "— Express Checkout —";
  display: block;
  text-align: center;
  margin: 14px 0 10px;
  font-size: 13px;
  font-weight: 500;
  color: #9a9a9a;
  letter-spacing: 1px;
!important;
  position: relative !important;
  top: 10px !important;
}
/* ================================
   Womens Bags – Luxury Styling ONLY
   (No Astra Pro required)
   ================================ */

body.single-product.product_cat-womens-bags .product_title {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

body.single-product.product_cat-womens-bags .price {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}

body.single-product.product_cat-womens-bags .woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

body.single-product.product_cat-womens-bags .single_add_to_cart_button {
  background: #000;
  color: #fff;
  padding: 14px 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Hide product category text on product pages */
.single-product .product_meta {
  display: none;
}
