/* =============================================
   Shop & Product Pages
   Design system: Manrope, Newsreader
   Colors: terracotta #C78665, brown #835E38,
           cream #F5F2EF, dark #1a1a1a
   ============================================= */

/* ── Infinite scroll ── */
.bbb-scroll-sentinel {
    height: 1px;
}

@keyframes bbb-fade-up {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0);    }
}

li.product.bbb-product-entering {
    animation: bbb-fade-up 0.35s ease both;
}

/* Hide "ON SALE" pseudo-element badge from parent theme */
.summary.entry-summary::before {
  display: none !important;
}

/* =============================================
   GLOBAL FONT OVERRIDES
   ============================================= */
.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4,
.woocommerce-page .widget-title,
.woocommerce-page .page-title {
  font-family: 'Manrope', sans-serif !important;
}

/* =============================================
   PAGE BACKGROUND — kill the pink
   ============================================= */
body.single-product,
body.single-product .site-content,
body.single-product #content,
body.single-product .content-area,
body.single-product main,
body.single-product .site,
body.single-product #page,
body.woocommerce-page {
  background: #fff !important;
  background-color: #fff !important;
}

/* =============================================
   SINGLE PRODUCT PAGE
   ============================================= */

/* Global font reset for product page */
.single-product .summary,
.single-product .summary p,
.single-product .summary span,
.single-product .summary label,
.single-product .summary a,
.single-product .wlr-product-message {
  font-family: 'Manrope', sans-serif !important;
}

/* Product title */
.single-product .product_title,
.single-product .entry-title {
  font-family: 'Manrope', sans-serif !important;
  font-size: 2.2rem !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  line-height: 1.15 !important;
  margin-bottom: 0.75rem !important;
  letter-spacing: -0.5px !important;
}

/* Price */
.single-product .price,
.single-product p.price {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin-bottom: 0.75rem !important;
}
.single-product .price del {
  color: #aaa !important;
  font-weight: 400 !important;
}
.single-product .price ins {
  text-decoration: none !important;
  color: #C78665 !important;
  font-weight: 700 !important;
}

/* Sale badge */
.single-product .onsale,
.woocommerce span.onsale {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  background: #835E38 !important;
  color: #fff !important;
  border-radius: 80rem !important;
  padding: 0.4rem 1rem !important;
  line-height: 1 !important;
  min-height: 0 !important;
  min-width: 0 !important;
}

/* Short description */
.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-product-details__short-description p {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.7 !important;
  color: #555 !important;
  margin-bottom: 1rem !important;
}

/* Paw Points badge */
.single-product .wlr-product-message {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  color: #835E38 !important;
  background: #F5F2EF !important;
  border-radius: 8px !important;
  padding: 0.6rem 1rem !important;
  margin-bottom: 0.75rem !important;
}

/* Product image gallery */
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  border-radius: 12px !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  border-radius: 8px !important;
}

/* Quantity input */
.single-product .quantity .qty {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.9rem !important;
  border: 1.5px solid #ddd !important;
  border-radius: 8px !important;
  padding: 0.5rem !important;
  width: 60px !important;
}

/* Add to Cart button */
.single-product .single_add_to_cart_button,
.single-product button.single_add_to_cart_button,
.single-product button.fs-button.dark-style,
button.fs-button.dark-style[name="add-to-cart"] {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  background: #1a1a1a !important;
  color: #fff !important;
  border: 1.5px solid #1a1a1a !important;
  border-radius: 50px !important;
  padding: 0.85rem 2.5rem !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}
.single-product .single_add_to_cart_button:hover,
.single-product button.single_add_to_cart_button:hover,
.single-product button.fs-button.dark-style:hover,
button.fs-button.dark-style[name="add-to-cart"]:hover {
  background: transparent !important;
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  opacity: 1 !important;
}

/* Trust badges */
.single-product .bbb-trust-badges .badge-item {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  border-color: #ddd !important;
  border-radius: 8px !important;
}
.single-product .bbb-trust-badges .badge-item svg {
  stroke: #C78665 !important;
}

/* Promise text */
.single-product .bbb-trust-text,
.single-product .bbb-trust-text p,
.single-product .bbb-trust-text strong {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.8rem !important;
  line-height: 1.6 !important;
  color: #555 !important;
}

/* Product meta (SKU, categories, tags) */
.single-product .product_meta {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.8rem !important;
  color: #999 !important;
  border-top: 1px solid #eee !important;
  padding-top: 1rem !important;
  margin-top: 1.5rem !important;
}
.single-product .product_meta a {
  color: #C78665 !important;
  text-decoration: none !important;
}
.single-product .product_meta a:hover {
  color: #835E38 !important;
}

/* Tabs */
.single-product .woocommerce-tabs {
  font-family: 'Manrope', sans-serif !important;
}
.single-product .woocommerce-tabs ul.tabs li a {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #999 !important;
}
.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #1a1a1a !important;
}


/* =============================================
   REDUCE WHITESPACE
   ============================================= */
.single-product .woocommerce-wrapper,
.single-product .content-area,
.single-product .site-main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.single-product .inner-product {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.single-product .after-content {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.single-product .product-bottom-side {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.single-product .related-products-wrapper,
.single-product .related-products-wrapper.bottom-item {
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
  margin-top: 0 !important;
}
.single-product section.related {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Cruelty-free & vegan badges on product image */
.single-product .gallery-wrapper {
  position: relative !important;
}
.bbb-product-badges {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  gap: 8px;
  pointer-events: none;
}
/* Hide the old cruelty-free/vegan badges from product summary */
.single-product .summary .image-container {
  display: none !important;
}

.bbb-product-badges img {
  width: 110px;
  height: 110px;
  opacity: 1;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.1));
}

.single-product .woocommerce-wrapper.product-wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.single-product .content-area .site-main > .product {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.single-product .woocommerce-wrapper .padding-global,
.single-product .woocommerce-wrapper .padding-custom-1,
.single-product .woocommerce-wrapper .padding-custom-2,
.single-product .woocommerce-wrapper .padding-section-medium {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Catch-all: collapse any gap between product and related */
.single-product .content-area {
  margin-bottom: 0 !important;
}
.single-product .site-main {
  margin-bottom: 0 !important;
}

/* =============================================
   RELATED PRODUCTS
   ============================================= */

/* Section heading */
.single-product section.related h2,
.single-product section.related .related-title,
.single-product .related.products > h2,
.single-product .upsells.products > h2 {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #1a1a1a !important;
  text-align: left !important;
  margin-bottom: 1.5rem !important;
}

/* Related product cards — match shop grid (no card bg, no shadow) */
.single-product ul.products li.product {
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: left !important;
}


/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 767px) {
  .single-product .product_title {
    font-size: 1.6rem !important;
    letter-spacing: 0 !important;
  }
  .single-product .related.products > h2,
  .single-product .upsells.products > h2 {
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
  }
}


/* =============================================
   CART PAGE
   ============================================= */

/* --- Page background --- */
body.woocommerce-cart,
body.woocommerce-cart .site-content,
body.woocommerce-cart #content,
body.woocommerce-cart .content-area,
body.woocommerce-cart main,
body.woocommerce-cart .site,
body.woocommerce-cart #page {
  background: #fff !important;
  background-color: #fff !important;
}

/* --- Cart header --- */
.woocommerce-cart .cart-header .title {
  font-family: 'Manrope', sans-serif !important;
  font-size: 2.5rem !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  text-align: center !important;
  padding: 3rem 0 2rem !important;
  letter-spacing: -0.5px !important;
}

/* --- Kill table look, make card rows --- */
.woocommerce-cart .woocommerce-cart-form table.shop_table {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0 0.75rem !important;
  box-shadow: none !important;
  background: transparent !important;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
  display: none !important;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07) !important;
  padding: 1.25rem !important;
  margin-bottom: 0.5rem !important;
  border: none !important;
  position: relative !important;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td {
  border: none !important;
  padding: 0 !important;
  vertical-align: middle !important;
  background: transparent !important;
}

/* Kill any leftover table borders/outlines from parent theme */
.woocommerce-cart .woocommerce-cart-form table.shop_table,
.woocommerce-cart .woocommerce-cart-form table.shop_table tbody,
.woocommerce-cart .woocommerce-cart-form table.shop_table tr,
.woocommerce-cart .woocommerce-cart-form table.shop_table th {
  border: none !important;
  outline: none !important;
}

/* --- Product thumbnail --- */
.woocommerce-cart td.product-thumbnail {
  flex: 0 0 100px !important;
  width: 100px !important;
  margin-right: 1.25rem !important;
}

.woocommerce-cart td.product-thumbnail img {
  border-radius: 10px !important;
  width: 100px !important;
  height: 100px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  background: #F5F2EF !important;
}

.woocommerce-cart td.product-thumbnail .image-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
  width: 100px !important;
  height: 100px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #F5F2EF !important;
}

/* --- Product name --- */
.woocommerce-cart td.product-name {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  padding-right: 1rem !important;
}

.woocommerce-cart td.product-name,
.woocommerce-cart td.product-name a {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
}

.woocommerce-cart td.product-name a:hover {
  color: #C78665 !important;
}

/* Variation data */
.woocommerce-cart td.product-name dl.variation {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.78rem !important;
  color: #888 !important;
  margin: 0.25rem 0 0 !important;
}

.woocommerce-cart td.product-name dl.variation dt,
.woocommerce-cart td.product-name dl.variation dd {
  font-family: 'Manrope', sans-serif !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-cart td.product-name dl.variation dd p {
  display: inline !important;
  margin: 0 !important;
}

/* --- Price cell --- */
.woocommerce-cart td.product-price {
  flex: 0 0 auto !important;
  padding-right: 1.25rem !important;
}

.woocommerce-cart td.product-price,
.woocommerce-cart td.product-price .woocommerce-Price-amount,
.woocommerce-cart td.product-price span {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}

/* --- Quantity cell --- */
.woocommerce-cart td.product-quantity {
  flex: 0 0 auto !important;
  padding-right: 1.25rem !important;
}

.woocommerce-cart td.product-quantity .quantity-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  border: 1.5px solid #ddd !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.woocommerce-cart td.product-quantity button.minus,
.woocommerce-cart td.product-quantity button.plus {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  background: transparent !important;
  border: none !important;
  color: #1a1a1a !important;
  width: 36px !important;
  height: 36px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.15s ease !important;
  padding: 0 !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

/* Hide theme chevron imgs, use CSS text instead */
.woocommerce-cart td.product-quantity button.minus img,
.woocommerce-cart td.product-quantity button.plus img {
  display: none !important;
}

.woocommerce-cart td.product-quantity button.minus::before {
  content: '\2212' !important;
  font-size: 1.1rem !important;
  color: #1a1a1a !important;
}

.woocommerce-cart td.product-quantity button.plus::before {
  content: '+' !important;
  font-size: 1.1rem !important;
  color: #1a1a1a !important;
}

.woocommerce-cart td.product-quantity button.minus:hover,
.woocommerce-cart td.product-quantity button.plus:hover {
  background: #F5F2EF !important;
}

.woocommerce-cart td.product-quantity input.qty,
.woocommerce-cart td.product-quantity .quantity-input {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  width: 40px !important;
  border: none !important;
  border-left: 1.5px solid #ddd !important;
  border-right: 1.5px solid #ddd !important;
  border-radius: 0 !important;
  padding: 0.4rem 0 !important;
  height: 36px !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  background: transparent !important;
  color: #1a1a1a !important;
}

.woocommerce-cart td.product-quantity input::-webkit-outer-spin-button,
.woocommerce-cart td.product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* --- Subtotal cell --- */
.woocommerce-cart td.product-subtotal {
  flex: 0 0 auto !important;
  padding-right: 1rem !important;
}

.woocommerce-cart td.product-subtotal,
.woocommerce-cart td.product-subtotal .woocommerce-Price-amount,
.woocommerce-cart td.product-subtotal span {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
}

/* --- Remove button --- */
.woocommerce-cart td.product-remove {
  flex: 0 0 auto !important;
  position: absolute !important;
  top: 0.75rem !important;
  right: 0.75rem !important;
}

.woocommerce-cart td.product-remove a.remove {
  font-size: 0 !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #bbb !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

/* Hide the theme's remove icon img — we use CSS × instead */
.woocommerce-cart td.product-remove a.remove img {
  display: none !important;
}

.woocommerce-cart td.product-remove a.remove::before {
  content: '\00d7' !important;
  font-size: 1.3rem !important;
  line-height: 1 !important;
  color: inherit !important;
}

.woocommerce-cart td.product-remove a.remove:hover {
  background: #fdf0ec !important;
  color: #C78665 !important;
}


/* --- Reset parent theme wrappers --- */
.woocommerce-cart .cart-form-wrapper,
.woocommerce-cart .cart-collaterals-wrapper,
.woocommerce-cart .cart-collaterals-inner,
.woocommerce-cart .cart-collaterals {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}


/* =============================================
   CART ACTIONS (Coupon + Update)
   ============================================= */

.woocommerce-cart .actions-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.75rem !important;
  padding: 1rem 0 !important;
  border: none !important;
  border-top: none !important;
}

/* Kill border-top from parent theme on actions wrapper */
.cart-wrapper .cart-form-wrapper .woocommerce-cart-form .actions-wrapper {
  border-top: none !important;
}

/* Hide coupon section */
.woocommerce-cart .coupon-form-wrapper {
  display: none !important;
}

.woocommerce-cart button.update-cart,
.woocommerce-cart button[name="update_cart"] {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  background: transparent !important;
  color: #1a1a1a !important;
  border: 1.5px solid #1a1a1a !important;
  border-radius: 50px !important;
  padding: 0.6rem 1.5rem !important;
  cursor: pointer !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

.woocommerce-cart button.update-cart:hover,
.woocommerce-cart button[name="update_cart"]:hover {
  background: #1a1a1a !important;
  color: #fff !important;
}


/* =============================================
   BAG TOTALS SIDEBAR
   ============================================= */

.woocommerce-cart .cart_totals {
  background: #F5F2EF !important;
  border-radius: 16px !important;
  padding: 1.25rem !important;
}

.woocommerce-cart .cart-totals-title {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #1a1a1a !important;
  margin-bottom: 1rem !important;
  padding-bottom: 0.5rem !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.woocommerce-cart .cart_totals table.shop_table {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  width: 100% !important;
  table-layout: fixed !important;
  margin-bottom: 0.5rem !important;
}

.woocommerce-cart .cart_totals table.shop_table tr {
  display: table-row !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals .cart-subtotal th,
body.woocommerce-cart .cart_totals table th,
body.woocommerce-page.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive tr.cart-subtotal th {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  border: none !important;
  padding: 0.35rem 1rem 0.35rem 0 !important;
  background: transparent !important;
  text-align: left !important;
  width: 40% !important;
  vertical-align: top !important;
}

.woocommerce-cart .cart_totals table.shop_table td {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  border: none !important;
  padding: 0.35rem 0 !important;
  background: transparent !important;
  text-align: right !important;
  vertical-align: top !important;
}

.woocommerce-cart .cart_totals table.shop_table .woocommerce-Price-amount {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.2rem !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
}

/* Hide everything except subtotal row */
.woocommerce-cart .cart_totals table.shop_table tr:not(.cart-subtotal) {
  display: none !important;
}

/* Also hide the "Bag totals" title — subtotal is self-explanatory */
.woocommerce-cart .cart-totals-title {
  display: none !important;
}


/* =============================================
   CHECKOUT BUTTON
   ============================================= */

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0.75rem 0 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .button {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  background: #1a1a1a !important;
  color: #fff !important;
  border: 1.5px solid #1a1a1a !important;
  border-radius: 80rem !important;
  padding: 1rem 2rem !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .button:hover {
  background: transparent !important;
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}


/* =============================================
   EMPTY CART STATE
   ============================================= */

.woocommerce-cart .cart-is-empty-wrapper,
.woocommerce-cart .cart-empty {
  text-align: center !important;
  padding: 4rem 2rem !important;
  background: #F5F2EF !important;
  border-radius: 16px !important;
  max-width: 520px !important;
  margin: 3rem auto !important;
}

.woocommerce-cart .cart-is-empty-wrapper .title,
.woocommerce-cart .cart-empty .title {
  font-family: 'Newsreader', serif !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  margin-bottom: 1.5rem !important;
}

.woocommerce-cart .cart-is-empty-wrapper .empty-bag-icon {
  opacity: 0.35 !important;
  margin-bottom: 1.5rem !important;
}

.woocommerce-cart .return-to-shop .fs-button,
.woocommerce-cart .return-to-shop a.button {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  background: #1a1a1a !important;
  color: #fff !important;
  border: 1.5px solid #1a1a1a !important;
  border-radius: 80rem !important;
  padding: 0.85rem 2.5rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

.woocommerce-cart .return-to-shop .fs-button:hover,
.woocommerce-cart .return-to-shop a.button:hover {
  background: transparent !important;
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}


/* =============================================
   PAW POINTS / LOYALTY NOTICES
   ============================================= */

.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  color: #835E38 !important;
  background: #F5F2EF !important;
  border: none !important;
  border-left: 3px solid #C78665 !important;
  border-radius: 10px !important;
  padding: 0.85rem 1.25rem !important;
  margin-bottom: 1.5rem !important;
}

.woocommerce-cart .woocommerce-info::before,
.woocommerce-cart .woocommerce-message::before {
  color: #C78665 !important;
}

.woocommerce-cart .woocommerce-info a,
.woocommerce-cart .woocommerce-message a {
  color: #C78665 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.woocommerce-cart .woocommerce-info a:hover,
.woocommerce-cart .woocommerce-message a:hover {
  color: #835E38 !important;
}


/* =============================================
   CART PAGE — REDUCE WHITESPACE
   ============================================= */

.woocommerce-cart .content-area,
.woocommerce-cart .site-main {
  padding-top: 0 !important;
}

.woocommerce-cart .after-content {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}


/* =============================================
   CART PAGE — RESPONSIVE
   ============================================= */

@media (max-width: 767px) {
  .woocommerce-cart .cart-header .title {
    font-size: 1.8rem !important;
    padding: 2rem 0 1.25rem !important;
  }

  .woocommerce-cart .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item {
    padding: 1rem !important;
    gap: 0.5rem !important;
  }

  .woocommerce-cart td.product-thumbnail {
    flex: 0 0 80px !important;
    width: 80px !important;
    margin-right: 1rem !important;
  }

  .woocommerce-cart td.product-thumbnail img {
    width: 80px !important;
    height: 80px !important;
  }

  .woocommerce-cart td.product-name,
  .woocommerce-cart td.product-name a {
    font-size: 0.85rem !important;
  }

  .woocommerce-cart td.product-price,
  .woocommerce-cart td.product-quantity,
  .woocommerce-cart td.product-subtotal {
    flex: 0 0 auto !important;
    padding-top: 0.5rem !important;
  }

  .woocommerce-cart td.product-price,
  .woocommerce-cart td.product-price span,
  .woocommerce-cart td.product-subtotal,
  .woocommerce-cart td.product-subtotal span {
    font-size: 0.82rem !important;
  }

  .woocommerce-cart .actions-wrapper {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .woocommerce-cart .cart_totals {
    padding: 1.5rem !important;
    border-radius: 12px !important;
  }

  .woocommerce-cart .cart-is-empty-wrapper,
  .woocommerce-cart .cart-empty {
    padding: 3rem 1.5rem !important;
    margin: 2rem 1rem !important;
  }

  .woocommerce-cart .cart-is-empty-wrapper .title,
  .woocommerce-cart .cart-empty .title {
    font-size: 1.5rem !important;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .woocommerce-cart td.product-thumbnail {
    flex: 0 0 70px !important;
    width: 70px !important;
    margin-right: 0.75rem !important;
  }

  .woocommerce-cart td.product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
  }

  .woocommerce-cart td.product-name,
  .woocommerce-cart td.product-name a {
    font-size: 0.8rem !important;
  }

  .woocommerce-cart td.product-quantity button.minus,
  .woocommerce-cart td.product-quantity button.plus {
    width: 30px !important;
    height: 30px !important;
  }

  .woocommerce-cart td.product-quantity input.qty,
  .woocommerce-cart td.product-quantity .quantity-input {
    width: 34px !important;
    height: 30px !important;
    font-size: 0.78rem !important;
  }
}


/* =============================================
   CHECKOUT PAGE — SHOPIFY-STYLE (ALLURE-INSPIRED)
   Woolentor overrides for BBB brand
   ============================================= */

/* ----- GLOBAL PAGE ----- */

body.woocommerce-checkout {
  background-color: #F3EEE9 !important;
}

.woolentor-checkout__box {
  font-family: 'Manrope', sans-serif !important;
  color: #333 !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
}

.woolentor-checkout__box * {
  font-family: inherit !important;
}


/* ----- LAYOUT ----- */

.woolentor-checkout__container {
  max-width: 1100px !important;
  border-bottom: none !important;
  background: #fff !important;
}

.woolentor-checkout__left-sidebar {
  width: 55% !important;
  padding: 0 4rem 3rem 2.5rem !important;
  margin-top: 2.5rem !important;
  border-right: none !important;
}

.woolentor-checkout__right-sidebar {
  width: 45% !important;
  padding: 2.5rem 2.5rem 2.5rem 3rem !important;
  border-left: 1px solid #e1e1e1 !important;
}


/* ----- LOGO ----- */

.woolentor-checkout__box .woolentor-checkout__logo {
  margin-bottom: 1.2rem !important;
}

.woolentor-checkout__box .woolentor-checkout__logo img {
  max-width: 175px !important;
}


/* ----- BREADCRUMB ----- */

.woolentor-checkout__breadcrumb {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.85rem !important;
  margin-bottom: 2rem !important;
}

.woolentor-checkout__breadcrumb-item {
  color: #aaa !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.85rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}

.woolentor-checkout__breadcrumb-item:before {
  border-color: #ccc !important;
}

.woolentor-checkout__breadcrumb-item.active {
  color: #333 !important;
  font-weight: 600 !important;
}

.woolentor-checkout__breadcrumb-item.active .woolentor-checkout__breadcrumb-text {
  color: #333 !important;
}

.woolentor-checkout__breadcrumb-link {
  color: #C78665 !important;
  text-decoration: none !important;
}

.woolentor-checkout__breadcrumb-link:hover {
  color: #835E38 !important;
}


/* ----- "OR" DIVIDER (between express checkout and form) ----- */

.woolentor-checkout__box .woolentor-checkout__divider,
.woolentor-checkout__box .woolentor-checkout-or-divider {
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
  margin: 1.5rem 0 !important;
  color: #aaa !important;
  font-size: 0.82rem !important;
}

.woolentor-checkout__box .woolentor-checkout__divider::before,
.woolentor-checkout__box .woolentor-checkout__divider::after,
.woolentor-checkout__box .woolentor-checkout-or-divider::before,
.woolentor-checkout__box .woolentor-checkout-or-divider::after {
  content: '' !important;
  flex: 1 !important;
  border-bottom: 1px solid #e1e1e1 !important;
}

.woolentor-checkout__box .woolentor-checkout__divider::before,
.woolentor-checkout__box .woolentor-checkout-or-divider::before {
  margin-right: 12px !important;
}

.woolentor-checkout__box .woolentor-checkout__divider::after,
.woolentor-checkout__box .woolentor-checkout-or-divider::after {
  margin-left: 12px !important;
}


/* ----- SECTION HEADINGS (Allure: large, bold, black) ----- */

.woolentor-checkout__section-title,
.woolentor-checkout__box h2.woolentor-checkout__section-title {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.35rem !important;
  color: #000 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  margin-bottom: 1rem !important;
}

.woolentor-checkout__box h3.woolentor-checkout__section-title {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  color: #000 !important;
}

.woolentor-checkout__box .billing-title,
.woolentor-checkout__box h4.billing-title {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.woolentor-checkout__box h4 {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  color: #000 !important;
}

/* Contact header row — "Contact" left, "Sign in" right */
.woolentor-checkout__section-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
}


/* ----- FORM INPUTS (Allure: 1px grey border, 5px radius, generous padding) ----- */

.woolentor-checkout__box .input-text,
.woolentor-checkout__box .woolentor-checkout__input,
.woolentor-checkout__box textarea {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.875rem !important;
  color: #545454 !important;
  background: #fff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 5px !important;
  padding: 14px 12px !important;
  min-height: 50px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.woolentor-checkout__box .input-text:focus,
.woolentor-checkout__box .woolentor-checkout__input:focus,
.woolentor-checkout__box textarea:focus {
  border-color: #C78665 !important;
  box-shadow: 0 0 0 1px #C78665 !important;
  outline: none !important;
}

.woolentor-checkout__box .input-text::-webkit-input-placeholder {
  color: #b3b3b3 !important;
  font-weight: 400 !important;
}
.woolentor-checkout__box .input-text::-moz-placeholder {
  color: #b3b3b3 !important;
  font-weight: 400 !important;
}

/* Hide the floating labels — Allure shows placeholder text, not floating labels */
.woolentor-checkout__box .form-row label {
  display: none !important;
}

/* Select2 dropdowns */
.woolentor-checkout__box .select2-container--default .select2-selection--single {
  border: 1px solid #d9d9d9 !important;
  border-radius: 5px !important;
  height: 50px !important;
  background: #fff !important;
  transition: border-color 0.2s ease !important;
}

.woolentor-checkout__box .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.875rem !important;
  color: #545454 !important;
  line-height: 50px !important;
  padding-left: 12px !important;
}

.woolentor-checkout__box .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
  right: 12px !important;
}

.woolentor-checkout__box .select2-container--open .select2-selection--single {
  border-color: #C78665 !important;
  box-shadow: 0 0 0 1px #C78665 !important;
}

/* Form row spacing — Allure has ~12px between rows */
.woolentor-checkout__box .form-row {
  margin-bottom: 12px !important;
}

/* Side-by-side fields (first name / last name) */
.woolentor-checkout__box .form-row-first {
  width: calc(50% - 6px) !important;
  float: left !important;
  margin-right: 12px !important;
}
.woolentor-checkout__box .form-row-last {
  width: calc(50% - 6px) !important;
  float: right !important;
  margin-right: 0 !important;
}


/* ----- PAW POINTS BANNER (match Allure's yellow info bar style) ----- */

.woolentor-checkout__box .wlr-message-info,
.woolentor-checkout__box .wlr_points_rewards_earn_points {
  border: 1px solid #efd8c8 !important;
  color: #835E38 !important;
  background-color: #fef9f5 !important;
  border-radius: 5px !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  padding: 12px 16px !important;
  margin-bottom: 1.5rem !important;
}

.woolentor-checkout__box .wlr-message-info i,
.woolentor-checkout__box .wlr_points_rewards_earn_points i {
  color: #C78665 !important;
}


/* ----- RIGHT SIDEBAR / ORDER SUMMARY ----- */

.woolentor-checkout__right-sidebar:after {
  background: #fff !important;
  box-shadow: none !important;
}

.woolentor-checkout__right-sidebar {
  background: #fff !important;
}

/* Product rows */
.woolentor-checkout__product {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 0 !important;
  border-bottom: none !important;
}

.woolentor-checkout__prduct-box {
  padding-bottom: 0 !important;
  border-bottom: none !important;
  margin-bottom: 1.5rem !important;
}

/* Product thumbnail — Allure: ~50px rounded, 1px border */
.woolentor-checkout__product-thumbnail {
  position: relative !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 8px !important;
  overflow: visible !important;
  border: 1px solid #e1e1e1 !important;
  background: #fff !important;
  flex-shrink: 0 !important;
}

.woolentor-checkout__product-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 8px !important;
}

/* Quantity badge — Allure: dark grey pill, top-right */
.woolentor-checkout__product-quantity {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  background: rgba(114, 114, 114, 0.9) !important;
  color: #fff !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  min-width: 21px !important;
  height: 21px !important;
  padding: 0 6px !important;
  border-radius: 11px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  z-index: 1 !important;
}

/* Product name */
.woolentor-checkout__product-name,
.woolentor-checkout__product-name a {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: #333 !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
}

.woolentor-checkout__product-meta {
  font-size: 0.75rem !important;
  color: #999 !important;
  line-height: 1.5 !important;
}

/* Product price */
.woolentor-checkout__product-price,
.woolentor-checkout__product-price .woocommerce-Price-amount {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: #333 !important;
}


/* ----- COUPON / DISCOUNT FIELD ----- */

.woolentor-checkout__order-summary-section {
  padding: 1.25rem 0 !important;
  border-bottom: none !important;
  border-top: 1px solid #e1e1e1 !important;
}

.woolentor-checkout__box .checkout_coupon {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

.woolentor-checkout__box .checkout_coupon .woolentor-checkout__field-full,
.woolentor-checkout__box .checkout_coupon .woolentor-checkout__gift-card {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  width: 100% !important;
}

.woolentor-checkout__box .checkout_coupon .woolentor-checkout__field {
  flex: 1 !important;
}

.woolentor-checkout__box .checkout_coupon .woolentor-checkout__input,
.woolentor-checkout__box .checkout_coupon input.input-text {
  background: #fff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 5px !important;
  font-size: 0.875rem !important;
  min-height: 46px !important;
  padding: 12px !important;
  width: 100% !important;
}

.woolentor-checkout__box .checkout_coupon .woolentor-checkout__input:focus,
.woolentor-checkout__box .checkout_coupon input.input-text:focus {
  border-color: #C78665 !important;
  box-shadow: 0 0 0 1px #C78665 !important;
}

/* Apply button — Allure: OUTLINED, not filled */
.woolentor-checkout__box .checkout_coupon .woolentor-checkout__button,
.woolentor-checkout__box .checkout_coupon button[name="apply_coupon"],
.woolentor-checkout__box .checkout_coupon .woolentor-checkout__apply-button-box button {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  background: transparent !important;
  color: #333 !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 5px !important;
  padding: 0 1.2rem !important;
  height: 46px !important;
  min-width: 70px !important;
  cursor: pointer !important;
  transition: background 0.15s ease, border-color 0.15s ease !important;
  white-space: nowrap !important;
}

.woolentor-checkout__box .checkout_coupon .woolentor-checkout__button:hover,
.woolentor-checkout__box .checkout_coupon button[name="apply_coupon"]:hover,
.woolentor-checkout__box .checkout_coupon .woolentor-checkout__apply-button-box button:hover {
  background: #f5f5f5 !important;
  border-color: #bbb !important;
  color: #333 !important;
}


/* ----- ORDER TOTALS TABLE ----- */

.woolentor-checkout__box .woocommerce-checkout-review-order-table {
  border: none !important;
  border-collapse: collapse !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 1px solid #e1e1e1 !important;
  padding-top: 1rem !important;
}

.woolentor-checkout__box .woocommerce-checkout-review-order-table tfoot tr {
  border: none !important;
  background: transparent !important;
}

/* Subtotal / shipping labels */
.woolentor-checkout__box .woocommerce-checkout-review-order-table tfoot th {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #333 !important;
  border: none !important;
  padding: 6px 0 !important;
  text-align: left !important;
  background: transparent !important;
}

/* Subtotal / shipping values */
.woolentor-checkout__box .woocommerce-checkout-review-order-table tfoot td {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: #333 !important;
  border: none !important;
  padding: 6px 0 !important;
  text-align: right !important;
  background: transparent !important;
}

/* Total row — Allure: bold, top border, large price with "USD" prefix */
.woolentor-checkout__box .woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  padding-top: 14px !important;
  border-top: 1px solid #e1e1e1 !important;
}

.woolentor-checkout__box .woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  padding-top: 14px !important;
  border-top: 1px solid #e1e1e1 !important;
}

.woolentor-checkout__box .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  font-family: 'Manrope', sans-serif !important;
  color: inherit !important;
  font-weight: inherit !important;
}


/* ----- CTA / NAV BUTTONS (Allure: muted rose/pink, 5px radius) ----- */

.woolentor-checkout__box .woolentor-step-navigation .woolentor-checkout__button,
.woolentor-checkout__box .woolentor-step-navigation button,
.woolentor-checkout__box button.woolentor-checkout__button--primary,
.woolentor-checkout__box #place_order {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  background: #c9516b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 1rem 2.5rem !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
}

.woolentor-checkout__box .woolentor-step-navigation .woolentor-checkout__button:hover,
.woolentor-checkout__box .woolentor-step-navigation button:hover,
.woolentor-checkout__box button.woolentor-checkout__button--primary:hover,
.woolentor-checkout__box #place_order:hover {
  background: #b5475e !important;
  color: #fff !important;
}

/* Return link — Allure: teal/accent with < arrow */
.woolentor-checkout__box .woolentor-step-navigation a,
.woolentor-checkout__box a.woolentor-checkout__return-link {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.875rem !important;
  color: #C78665 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  transition: color 0.15s ease !important;
}

.woolentor-checkout__box .woolentor-step-navigation a:hover,
.woolentor-checkout__box a.woolentor-checkout__return-link:hover {
  color: #835E38 !important;
}

/* Login link — Allure: "Sign in" right-aligned, accent color */
.woolentor-checkout__box a.showlogin {
  font-family: 'Manrope', sans-serif !important;
  color: #C78665 !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.woolentor-checkout__box a.showlogin:hover {
  color: #835E38 !important;
  text-decoration: underline !important;
}

/* Login form submit button */
.woolentor-checkout__box .woocommerce-form-login .button {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  background: #c9516b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 0.75rem 2rem !important;
  cursor: pointer !important;
  transition: background 0.15s ease !important;
}

.woolentor-checkout__box .woocommerce-form-login .button:hover {
  background: #b5475e !important;
  color: #fff !important;
}


/* ----- HEADER / LOGO ----- */

.woolentor-checkout__box .woolentor-checkout__header {
  margin-bottom: 0.5rem !important;
}


/* ----- FOOTER ----- */

.woolentor-checkout-footer {
  border-top: 1px solid #e1e1e1 !important;
}

.woolentor-checkout__box .woolentor-checkout-footer-copyright {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.75rem !important;
  color: #999 !important;
}

.woolentor-checkout__box .woolentor-checkout-footer-links a {
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.75rem !important;
  color: #C78665 !important;
  text-decoration: underline !important;
  transition: color 0.15s ease !important;
}

.woolentor-checkout__box .woolentor-checkout-footer-links a:hover {
  color: #835E38 !important;
}


/* ----- NOTICES ----- */

.woolentor-checkout__box .woocommerce-message {
  border: 1px solid #e1e1e1 !important;
  background: #fafafa !important;
  color: #333 !important;
  border-radius: 5px !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.82rem !important;
}

.woolentor-checkout__box .woocommerce-error {
  border-color: #c9516b !important;
  border-radius: 5px !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 0.82rem !important;
}


/* ----- CHECKOUT RESPONSIVE ----- */

@media (max-width: 999px) {
  .woolentor-checkout__left-sidebar {
    width: 100% !important;
    border-right: none !important;
    padding: 0 24px 2rem !important;
  }

  .woolentor-checkout__right-sidebar {
    width: 100% !important;
    padding: 24px !important;
    border-left: none !important;
    border-top: 1px solid #e1e1e1 !important;
  }
}

@media (max-width: 767px) {
  .woolentor-checkout__box .woolentor-checkout__left-sidebar {
    padding: 0 16px 2rem !important;
    margin-top: 0 !important;
  }

  .woolentor-checkout__box .woolentor-checkout__right-sidebar {
    padding: 16px !important;
  }

  .woolentor-checkout__box .woolentor-checkout__section-title,
  .woolentor-checkout__box .billing-title {
    font-size: 1.1rem !important;
  }

  .woolentor-checkout__breadcrumb {
    font-size: 0.72rem !important;
    margin-bottom: 1.5rem !important;
  }
}

/* =============================================
   SHOP GRID — Ulta-style product cards
   ============================================= */

/* =============================================
   SHOP HEADER
   ============================================= */
body .shop-wrapper .inner-wrapper .shop-archive-header .top-side,
body .shop-wrapper .inner-wrapper .shop-archive-header .top-side.image {
  background: #F3EEE9 !important;
  background-image: none !important;
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
  text-align: left !important;
  padding: 250px 2rem 80px !important;
  box-sizing: border-box !important;
}

.shop-archive-header .top-side::after {
  display: none !important;
}

.shop-archive-header .top-side .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.shop-archive-header .shop-title {
  font-family: 'Manrope', sans-serif !important;
  font-size: 2.8rem !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  margin: 0 0 0.75rem 0 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}

.shop-archive-header .shop-subtitle {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: #666 !important;
  margin: 0 !important;
  max-width: none !important;
}

@media (max-width: 767px) {
  body .shop-wrapper .inner-wrapper .shop-archive-header .top-side,
  body .shop-wrapper .inner-wrapper .shop-archive-header .top-side.image,
  .shop-archive-header .top-side {
    padding: 125px 1.5rem 2.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  body .shop-wrapper .inner-wrapper .shop-archive-header,
  body .shop-wrapper .shop-archive-header,
  .shop-archive-header {
    margin-bottom: 0 !important;
  }
  .shop-archive-header .bottom-side {
    padding: 0.5rem 1.5rem 1.25rem !important;
    margin: 0 !important;
  }
  /* Hide breadcrumbs on mobile shop */
  .shop-archive-header .bottom-side .left-side {
    display: none !important;
  }
  .shop-archive-header .bottom-side .container {
    padding: 4px 0 !important;
    min-height: auto !important;
    height: auto !important;
  }
  /* Compact filter button on mobile */
  .shop-archive-header .bottom-side .filter-sidebar-toggle,
  .shop-archive-header .bottom-side button.filter-sidebar-toggle {
    padding: 10px 24px !important;
    font-size: 13px !important;
    margin: 0 !important;
  }
  .shop-archive-header .shop-title {
    font-size: 1.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  body .shop-wrapper .shop-archive-header .shop-subtitle,
  .shop-archive-header .shop-subtitle,
  .shop-archive-header .top-side p {
    font-size: 0.9rem !important;
    line-height: 1.7 !important;
  }
  /* Kill nested padding — container > shop-loop-wrapper > loop-inner all add 20px */
  .shop-wrapper .site-main .container.loop-container {
    padding: 0 !important;
  }
  .shop-wrapper .shop-loop-wrapper {
    padding: 0 !important;
  }
  .shop-wrapper .loop-inner {
    padding: 0 12px !important;
  }
  /* Hide filter sidebar on mobile (it's an offcanvas panel) */
  .shop-wrapper .filter-sidebar {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* Result count — tighter */
  .shop-wrapper .woocommerce-result-count {
    margin: 0 !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
  /* Tighter gap between filter and product grid */
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.woocommerce ul.products.columns-4,
  html body ul.products,
  html body .products:not(.posts-slider-wrapper) {
    margin-top: 8px !important;
  }
}

/* 4-column grid — override parent's flex+padding system from woocommerce.min.css */
body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.woocommerce ul.products.columns-4,
html body ul.products,
html body .products:not(.posts-slider-wrapper) {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 15px !important;
  row-gap: 40px !important;
  column-gap: 15px !important;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}

/* Kill parent's padding:15px on every .product AND negative margins */
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
html body .products .product,
html body .products:not(.elementor-grid).columns-4 .product,
html body .products:not(.posts-slider-wrapper) .product {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
}

/* Thumbnail wrapper — kill parent theme aspect-ratio and border-radius */
.woocommerce ul.products li.product .thumbnail-wrapper,
.woocommerce ul.products li.product .product-inner .thumbnail-wrapper,
.product-inner .thumbnail-wrapper {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
  box-shadow: none !important;
  aspect-ratio: 3/4 !important;
  position: relative;
  overflow: hidden !important;
}

.woocommerce ul.products li.product .thumbnail-wrapper a {
  display: block;
}

/* Image: no border, no background, bigger */
.woocommerce ul.products li.product .thumbnail-wrapper img,
.woocommerce ul.products li.product .product-inner .thumbnail-wrapper img,
.product-inner img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

/* Remove hover overlay */
.woocommerce ul.products li.product .buttons-overlay {
  display: none !important;
}

/* Kill product-inner styling — stretch children full width, left-align text */
.products .product .product-inner,
body.woocommerce ul.products li.product .product-inner {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: left !important;
  align-items: stretch !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  justify-content: flex-start !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Left-align text on product children */
.products .product .product-inner .woocommerce-loop-product__title,
.products .product .product-inner .price,
.products .product .product-inner .price ins .amount bdi,
.products .product .product-inner .product-brand,
.products .product .product-inner .custom-add-to-cart-container {
  text-align: left !important;
  justify-content: flex-start !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
}

/* Brand name — left-aligned */
body.woocommerce ul.products li.product .product-brand,
body.woocommerce-page ul.products li.product .product-brand {
  font-family: 'Manrope', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #1a1a1a !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

/* Product title — left-aligned, override parent .woocommerce-loop-product__title center */
body.woocommerce ul.products li.product .product-inner .woocommerce-loop-product__title,
body.woocommerce ul.products li.product .product-inner h2,
body.woocommerce ul.products li.product .product-inner h5,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Manrope', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #333 !important;
  text-align: left !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

/* Star ratings */
body.woocommerce ul.products li.product .product-rating-row {
  margin: 0 0 6px;
  text-align: left !important;
}

body.woocommerce ul.products li.product .product-rating-row .star-rating {
  float: none !important;
  display: inline-block !important;
  margin: 0 !important;
  font-size: 12px !important;
}

/* Move rating out of thumbnail */
.woocommerce ul.products li.product .thumbnail-wrapper .star-rating {
  display: none !important;
}

.woocommerce ul.products li.product .responsive-rating {
  display: none !important;
}

/* Price — left-aligned, override parent .price center */
body.woocommerce ul.products li.product .product-inner .price,
body.woocommerce-page ul.products li.product .price,
body.woocommerce ul.products li.product .price {
  text-align: left !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 0 12px !important;
  display: block !important;
}

body.woocommerce ul.products li.product .price span,
body.woocommerce ul.products li.product .price .woocommerce-Price-amount,
body.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol,
body.woocommerce ul.products li.product .price bdi {
  font-family: 'Manrope', sans-serif !important;
}

body.woocommerce ul.products li.product .price del {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  color: #999 !important;
  font-size: 12px !important;
}

body.woocommerce ul.products li.product .price ins {
  font-family: 'Manrope', sans-serif !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

/* Add to bag button — black pill, LEFT-aligned (override parent margin: 0 auto + display: table) */
body.woocommerce ul.products li.product .custom-add-to-cart-container {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  width: 100% !important;
}

body.woocommerce ul.products li.product .custom-add-to-cart-container .button,
body.woocommerce ul.products li.product .custom-add-to-cart-container .add_to_cart_button,
body.woocommerce ul.products li.product .custom-add-to-cart-container .added_to_cart,
body.woocommerce ul.products li.product .button,
body.woocommerce ul.products li.product .added_to_cart {
  background: #1a1a1a !important;
  color: #fff !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 10px 24px !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  text-transform: none !important;
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  cursor: pointer;
  transition: background 0.2s ease;
  line-height: 1 !important;
}

body.woocommerce ul.products li.product .button:hover,
body.woocommerce ul.products li.product .added_to_cart:hover {
  background: #333 !important;
}

/* Responsive button text: desktop vs mobile */
.btn-text-mobile { display: none; }
.btn-text-desktop { display: inline; }

/* Hide Paw Points message on grid */
.woocommerce ul.products li.product .wlr-product-message {
  display: none !important;
}

/* =============================================
   SHOP GRID — Responsive
   ============================================= */

@media (max-width: 1024px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products,
  html body .products:not(.elementor-grid).columns-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  html body .products:not(.elementor-grid).columns-4 .product {
    padding: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products,
  html body ul.products,
  html body .products:not(.posts-slider-wrapper) {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    row-gap: 28px !important;
    column-gap: 12px !important;
    padding: 0 !important;
    margin: 8px 0 0 0 !important;
  }
  html body .products .product,
  html body .products:not(.elementor-grid).columns-4 .product {
    padding: 0 !important;
    width: 100% !important;
  }

  /* Shorter image on mobile so more products visible */
  .woocommerce ul.products li.product .thumbnail-wrapper,
  .woocommerce ul.products li.product .product-inner .thumbnail-wrapper,
  .product-inner .thumbnail-wrapper {
    aspect-ratio: 3/3.5 !important;
  }

  /* Tighter brand + title text */
  body.woocommerce ul.products li.product .product-brand,
  body.woocommerce-page ul.products li.product .product-brand {
    font-size: 10px !important;
    margin: 0 0 2px !important;
  }

  body.woocommerce ul.products li.product .product-inner .woocommerce-loop-product__title,
  body.woocommerce ul.products li.product .product-inner h2,
  body.woocommerce ul.products li.product .product-inner h5,
  body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px !important;
    margin: 0 0 4px !important;
  }

  /* Compact button on mobile */
  .woocommerce ul.products li.product .custom-add-to-cart-container .button,
  .woocommerce ul.products li.product .custom-add-to-cart-container .add_to_cart_button,
  body.woocommerce ul.products li.product .button,
  body.woocommerce ul.products li.product .added_to_cart {
    padding: 9px 16px !important;
    font-size: 10px !important;
  }

  /* Shorter button text on mobile: "Add - $xx" */
  .btn-text-desktop { display: none !important; }
  .btn-text-mobile { display: inline !important; }

  /* Filter button — compact inline */
  .shop-wrapper .shop-filter-toggle,
  .shop-wrapper button.shop-filter-toggle {
    font-size: 12px !important;
    padding: 8px 20px !important;
  }
}

/* =============================================
   SLIDE-OUT CART DRAWER STYLING
   ============================================= */

/* Fix cart panel overlapping header on mobile */
@media (max-width: 991px) {
  .shopping-bag-panel,
  .shopping-bag-panel.active {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 999999 !important;
    background: #fff !important;
  }
  /* Drop the nav bar z-index when cart is open so panel sits on top */
  .navigation-mobile .inner-wrapper:has(~ .shopping-bag-panel.active) {
    z-index: 1 !important;
  }
}

.shopping-bag-panel .bag-header,
.shopping-bag-panel .bag-header .before-count {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
}
.shopping-bag-panel .product-body .bag-product-brand {
  font-family: 'Manrope', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #835E38 !important;
  margin: 0 0 2px 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}
body .navigation-mobile .shopping-bag-panel .product-body .product-title,
body .navigation-mobile .shopping-bag-panel .product-body .product-title a,
body .navigation-mobile .shopping-bag-panel .product-body h6,
body .navigation-mobile .shopping-bag-panel .product-body h6 a {
  --heading-font: 'Manrope', sans-serif;
  font-family: 'Manrope', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
}
.shopping-bag-panel .product-body .product-price,
.shopping-bag-panel .product-body .product-price .woocommerce-Price-amount,
.shopping-bag-panel .product-body .product-price bdi,
.shopping-bag-panel .product-body .product-price .woocommerce-Price-currencySymbol {
  font-family: 'Manrope', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}
.shopping-bag-panel .bag-footer .subtotal,
.shopping-bag-panel .bag-footer .subtotal p,
.shopping-bag-panel .bag-footer .subtotal-value,
.shopping-bag-panel .bag-footer .subtotal-value .woocommerce-Price-amount,
.shopping-bag-panel .bag-footer .subtotal-value bdi {
  font-family: 'Manrope', sans-serif !important;
}
.shopping-bag-panel .bag-footer .links .fs-button {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}
.shopping-bag-panel .custom-quantity-input-wrapper .pre,
.shopping-bag-panel .custom-quantity-input-wrapper .quantity-input {
  font-family: 'Manrope', sans-serif !important;
}
.shopping-bag-panel .empty-cart .empty-message {
  font-family: 'Manrope', sans-serif !important;
}
