@media (max-width: 576px) {
    .min-qty-text {
        font-size: 8px !important; /* smaller on mobile */
    }
}
.upload-preview-box {
  font-size: 16px;
  color: #777;
  cursor: default;
}

.my-account-nav-item.disabled {
  pointer-events: none;
  color: #aaa; /* optional: give a grayed out appearance */
  opacity: 0.6;
  cursor: not-allowed;
}

/* Footer bar styles */
.product-footer-bar .footer-title {
  font-size: 15px;
  color: #222;
}
.product-footer-bar .small {
  font-size: 13px;
  color: #6c757d; /* muted gray */
}
.product-footer-bar strong {
  font-weight: 600;
  color: #333; /* darker for labels */
}

/* Size selector container */
.size-selector-container {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Inter', Arial, sans-serif;
  padding: 0 12px; /* spacing for mobile */
}

/* Header */
.size-selector-header {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 1.38rem;
  margin-bottom: 7px;
  flex-wrap: wrap; /* handle small screens */
}
.step-number {
  color: #000000;
  font-weight: 900;
  font-size: 1.15rem;
}
.step-main {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  font-weight: 700;
}

/* Quantity input fields */
.total-qty-input,
.quantity-block-multiple__pink {
  width: 52px;
  font-size: 1.5em;
  font-weight: bold;
  color: #e50067;
  border: none;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  outline: none;
  margin: 0 4px;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  transition: border 0.15s;
  padding: 0;
  border-bottom: 2.5px solid #f3c9dc;
}
.total-qty-input:focus,
.quantity-block-multiple__pink:focus {
  outline: none;
  border-bottom: 2.5px solid #e50067;
  background: #fff;
  color: #e50067;
}

/* Price breaks button */
.price-breaks-btn {
  background: #f8f8f8;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  color: #999;
  border: none;
  padding: 8px 20px;
  cursor: default;
  white-space: nowrap;
  margin-left: auto;
}

/* Subheader */
.size-selector-subheader {
  font-size: 1.07rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 3px;
}
.min-label {
  font-weight: 800;
  margin-right: 6px;
}
.collect-sizes-link {
  text-decoration: underline;
  font-size: 0.96em;
  color: #1a1a1a;
  margin-left: 8px;
  font-weight: 500;
}
.size-selector-note {
  font-size: 14px;
  color: #818181;
  margin-bottom: 12px;
}

/* Sizes grid */
.sizes-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem 0.8rem;
  justify-items: center;
}
.quantity-block-multiple__input {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  width: 76px;
  padding: 14px 0 8px 0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border: 1.3px solid #ebe2ea;
  margin-bottom: 0.5rem;
}
.size-label {
  font-size: 1.08em;
  font-weight: 600;
  color: #848587;
  margin-top: 8px;
  letter-spacing: 1px;
}

/* Remove spin buttons */
.quantity-block-multiple__pink::-webkit-inner-spin-button,
.quantity-block-multiple__pink::-webkit-outer-spin-button,
.total-qty-input::-webkit-inner-spin-button,
.total-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-block-multiple__pink[type="number"],
.total-qty-input[type="number"] {
  -moz-appearance: textfield;
}

/* ==============================
   Responsive tweaks
   ============================== */
@media (max-width: 1200px) {
  .sizes-grid { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 900px) {
  .sizes-grid { grid-template-columns: repeat(4, 1fr); }
  .quantity-block-multiple__input { width: 64px; }
  .size-selector-header { font-size: 1.25rem; }
}
@media (max-width: 768px) {
  .sizes-grid { grid-template-columns: repeat(4, 1fr); }
  .quantity-block-multiple__input { width: 60px; }
  .price-breaks-btn { font-size: 0.85rem; padding: 6px 14px; }
}
@media (max-width: 600px) {
  .sizes-grid { grid-template-columns: repeat(3, 1fr); }
  .quantity-block-multiple__input { width: 53px; }
  .size-selector-header { font-size: 1.15rem; gap: 8px; }
}
@media (max-width: 480px) {
  .sizes-grid { grid-template-columns: repeat(5, 1fr); }
  .quantity-block-multiple__input { width: 100%; }
  .size-label { font-size: 0.95em; }
}
@media (max-width: 360px) {
  .sizes-grid { grid-template-columns: 1fr; }
  .size-selector-header { font-size: 1rem; }
  .price-breaks-btn { font-size: 0.8rem; padding: 6px 12px; }
}

/* peoduction time and prices from section  */
.tf-product-info-quantity {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;           /* Space between items */
  font-size: 14px;
  color: #6c757d;        /* muted text color */
  align-items: center;
  margin-bottom: 1rem;   /* spacing below section */
}

.tf-product-info-quantity .footer-meta {
  display: flex;
  align-items: center;
  gap: 0.25rem;          /* small gap between label and value */
  white-space: nowrap;   /* keep label and value on same line */
}

.tf-product-info-quantity .fw-semibold {
  font-weight: 600;
  margin-right: 0.25rem;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .tf-product-info-quantity {
    gap: 1rem;
    font-size: 13px;
  }
  .tf-product-info-quantity .footer-meta {
    flex-basis: 100%;   /* stack vertically */
    justify-content: flex-start;
    white-space: normal; /* allow wrapping */
    margin-bottom: 0.5rem;
  }
}

.progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: rgba(0,123,255,0.2);
    transition: width 0.3s;
    z-index: 0;
}
button strong {
    position: relative;
    z-index: 1;
}
/* color swatch visual - add to your CSS file */
.color-btn { cursor: pointer; display:inline-block; }
.color-btn .check-color {
  display:inline-block;
  width:28px;
  height:28px;
  border-radius:50%;
  border:1px solid rgba(0,0,0,0.08);
  transition: box-shadow .12s ease, transform .12s ease;
  vertical-align: middle;
}

/* visible marker for active colors (works for multiple active swatches) */
.color-btn.active .check-color {
  box-shadow: 0 0 0 3px #000; /* black ring — you can change thickness */
  transform: scale(1.03);
}
.color-btn {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border 0.2s ease;
}

.color-btn.active {
    border: 2px solid #000; /* Black border when selected */
}

.color-btn .check-color {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}
/* for colr hearder */
.color-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    border-radius: 8px;
    font-family: 'Montserrat', monospace, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    font-size: 1.1rem;
    white-space: nowrap;
    cursor: pointer; /* Optional: if clickable */
    user-select: none;
}

/* Circular color dot */
.color-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #ccc;
    flex-shrink: 0;
}

/* Responsive: smaller on small devices */
@media (max-width: 576px) {
    .color-box {
        padding: 8px 18px;
        gap: 8px;
        font-size: 0.95rem;
        letter-spacing: 0.12em;
    }
    .color-dot {
        width: 16px;
        height: 16px;
        border-width: 1px;
    }
}
/* cart page */
.cart-actions {
    margin-top: 8px;
    font-size: 14px;
}

.cart-actions .action-link {
    color: #555;
    text-decoration: none;
    margin: 0 5px;
    position: relative;
}

.cart-actions .action-link:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    color: #aaa;
}
/* size tooltip in cart page */
.size-breakdown-popover {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px 15px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 5px;
    z-index: 10;
}
.size-breakdown-popover ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.size-breakdown-popover li {
    font-size: 14px;
    padding: 2px 0;
}
.size-breakdown-link {
    font-size: 14px;
    color: #0d6efd;
    cursor: pointer;
    margin-left: 5px;
}
.color-block {
    margin-bottom: 10px;
}
/* Remove border from first row */
.no-border td {
    border-bottom: none !important;
}

/* Apply border only after actions row */
.with-border td {
    border-bottom: 1px solid #e0e0e0; /* match your theme */
    padding-bottom: 12px;
}
.cart-actions {
    display: flex;
    flex-wrap: wrap; /* ✅ ensures responsiveness if they don’t fit in one line */
    gap: 10px;
    align-items: center;
}

.cart-actions .remove-cart {
    position: relative;
    padding: 0 8px;
    white-space: nowrap; /* ✅ keeps words together */
}

/* Vertical line except last one */
.cart-actions .remove-cart:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #ccc;
}
/* min qty */
.min-qty-badge {
    background-color: #f8f9fa;
    padding: 0.25rem 0.5rem;
    font-size: 0.85em;
    border-radius: 0.25rem;
}

/* Pagination wrapper */
.wg-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

/* Base circle style */
.wg-pagination .pagination-item {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #111;
    border: 1px solid #dcdcdc;
    background: #fff;
    transition: all 0.25s ease;
}

/* Hover effect */
.wg-pagination a.pagination-item:hover {
    border-color: #111;
    background: #f5f5f5;
}

/* Active page (filled circle) */
.wg-pagination li.active .pagination-item {
    background: #111;
    color: #fff;
    border-color: #111;
    cursor: default;
}

/* Disabled state */
.wg-pagination li.disabled .pagination-item {
    opacity: 0.4;
    pointer-events: none;
}

/* Arrow icons inside circles */
.wg-pagination .pagination-item i {
    font-size: 14px;
}

/* Mobile friendly */
@media (max-width: 576px) {
    .wg-pagination .pagination-item {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
}
