/* ==========================================================
   Tohfa Hair Oil - WooCommerce Template Overrides
   ========================================================== */

/* Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 1.5rem;
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 600;
}
.woocommerce-message { background: #f0fdf4; border-left: 4px solid #1B4332; color: #1B4332; }
.woocommerce-error { background: #fef2f2; border-left: 4px solid #ef4444; color: #b91c1c; }
.woocommerce-info { background: #FFFDE7; border-left: 4px solid #D4AF37; color: #5C4500; }

/* Shop / archive */
.tohfa-shop-hero {
  background: linear-gradient(135deg, #1B4332 0%, #2d6a4f 60%, #1B4332 100%);
  color: #fff;
}
.tohfa-shop-hero__inner {
  text-align: center;
  padding-top: 3.6rem;
  padding-bottom: 3.2rem;
}
.tohfa-shop-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: #D4AF37;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tohfa-shop-hero__title {
  font-size: clamp(2.05rem, 3vw, 3.1rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.65rem;
}
.tohfa-shop-hero__text {
  max-width: 44rem;
  margin: 0 auto;
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  line-height: 1.75;
}

.tohfa-shop-toolbar {
  position: sticky;
  top: 80px;
  z-index: 35;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1.5px solid rgba(212,175,55,0.14);
}
.tohfa-shop-toolbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.tohfa-shop-toolbar__meta,
.tohfa-shop-toolbar__shipping {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.92rem;
}
.tohfa-shop-toolbar__meta {
  color: #1B4332;
  font-weight: 700;
}
.tohfa-shop-toolbar__shipping {
  color: #4b5563;
  font-weight: 600;
}
.tohfa-shop-toolbar__meta i { color: #D4AF37; }
.tohfa-shop-toolbar__shipping i { color: #1B4332; }
.tohfa-shop-toolbar__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.26rem 0.7rem;
  border-radius: 9999px;
  background: rgba(212,175,55,0.14);
  color: #8B6914;
  font-size: 0.76rem;
  font-weight: 800;
}

.tohfa-shop-main {
  padding-top: 2.2rem;
  padding-bottom: 4rem;
}

.tohfa-shop-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.9rem;
}
@media (min-width: 640px) {
  .tohfa-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .tohfa-shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.tohfa-product-card {
  background: #fff;
  border: 1.5px solid rgba(212,175,55,0.24);
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.tohfa-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(212,175,55,0.16);
  border-color: rgba(212,175,55,0.5);
}
.tohfa-product-card .tohfa-product-card__media-link {
  display: block;
  color: inherit;
}
.tohfa-product-card .card-img-wrap {
  position: relative;
  background: linear-gradient(135deg, #FFFDE7 0%, #FFF5BF 100%);
  padding: 1.85rem 1rem 0;
  text-align: center;
}
.tohfa-product-card .card-img-panel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 252px;
  background: rgba(255,255,255,0.88);
}
.tohfa-product-card .card-img-panel img {
  width: 100%;
  max-width: 164px;
  height: 220px;
  object-fit: contain;
}
.tohfa-product-card .card-img-panel--placeholder {
  align-items: center;
  min-height: 252px;
  background: linear-gradient(135deg, #f5f3ed 0%, #f0ede7 100%);
}
.tohfa-product-card .card-placeholder-drop {
  font-size: 4rem;
  opacity: 0.18;
}
.tohfa-product-card .card-badges {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  z-index: 1;
}
.tohfa-product-card .card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1B4332;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.28rem 0.72rem;
  border-radius: 9999px;
}
.tohfa-product-card .card-badge.out { background: #9ca3af; }
.tohfa-product-card .card-badge--gold {
  background: #E1B631;
  color: #1a1a1a;
}
.tohfa-product-card .card-body {
  padding: 1rem 1.15rem 1.2rem;
}
.tohfa-product-card .card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.42rem;
}
.tohfa-product-card .card-heading__text {
  min-width: 0;
}
.tohfa-product-card .card-title {
  font-weight: 700;
  color: #173c2e;
  font-size: 1.05rem;
  line-height: 1.32;
  margin-bottom: 0.12rem;
}
.tohfa-product-card .card-title a {
  color: inherit;
}
.tohfa-product-card .card-subtitle {
  color: #9ca3af;
  font-size: 0.88rem;
  line-height: 1.4;
}
.tohfa-product-card .card-price {
  color: #8B6914;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  flex-shrink: 0;
  white-space: nowrap;
}
.tohfa-product-card .card-price ins {
  color: inherit;
  text-decoration: none;
}
.tohfa-product-card .card-price del {
  display: block;
  color: #9ca3af;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 0.16rem;
}
.tohfa-product-card .card-rating {
  display: flex;
  align-items: center;
  gap: 0.36rem;
  margin-bottom: 0.65rem;
}
.tohfa-product-card .card-rating .star-rating {
  float: none;
  color: #D4AF37;
  font-size: 0.9rem;
}
.tohfa-product-card .card-rating__text {
  color: #9ca3af;
  font-size: 0.75rem;
  font-weight: 700;
}
.tohfa-product-card .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}
.tohfa-product-card .card-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.26rem 0.65rem;
  border-radius: 9999px;
  background: rgba(27,67,50,0.08);
  color: #1B4332;
  font-size: 0.72rem;
  font-weight: 700;
}
.tohfa-product-card .card-actions {
  display: grid;
  gap: 0.8rem;
}
.tohfa-product-card .card-purchase-form,
.tohfa-product-card .card-purchase-row {
  display: block;
}
.tohfa-product-card .card-purchase-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.tohfa-product-card .card-qty-box {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 1.5px solid rgba(212,175,55,0.5);
  border-radius: 9999px;
  background: #fff;
}
.tohfa-product-card .card-qty-btn {
  width: 2.2rem;
  height: 2.5rem;
  border: none;
  background: rgba(212,175,55,0.12);
  color: #8B6914;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
}
.tohfa-product-card .card-qty-input {
  width: 2.45rem;
  height: 2.5rem;
  border: none;
  background: #fff;
  color: #1a1a1a;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  outline: none;
}
.tohfa-product-card .card-add-btn,
.tohfa-product-card .button,
.tohfa-product-card .added_to_cart,
.tohfa-product-card .tohfa-product-card__secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.6rem;
  border-radius: 9999px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.tohfa-product-card .card-add-btn,
.tohfa-product-card .button {
  gap: 0.45rem;
  border: none;
  background: linear-gradient(135deg, #F3CD4F 0%, #D4AF37 55%, #B9890C 100%);
  color: #1a1a1a;
  padding: 0.78rem 1rem !important;
  font-size: 0.93rem !important;
  box-shadow: 0 8px 18px rgba(212,175,55,0.24);
}
.tohfa-product-card .tohfa-product-card__secondary-btn,
.tohfa-product-card .added_to_cart {
  border: 2px solid #1B4332;
  background: transparent;
  color: #1B4332;
  padding: 0.72rem 1rem;
  font-size: 0.9rem;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.tohfa-product-card .tohfa-product-card__secondary-btn:hover,
.tohfa-product-card .added_to_cart:hover {
  transform: translateY(-2px);
  background: #1B4332;
  color: #fff;
}
.tohfa-product-card .card-stock-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  border-radius: 9999px;
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 0.9rem;
  font-weight: 700;
}
.tohfa-product-card--coming {
  opacity: 0.52;
  pointer-events: none;
}

.tohfa-shop-pagination {
  margin-top: 2.4rem;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  height: 2.8rem;
  border-radius: 9999px;
  border: 1.5px solid rgba(212,175,55,0.3);
  background: #fff;
  color: #1B4332;
  font-weight: 700;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: linear-gradient(135deg, #F5D060 0%, #D4AF37 50%, #8B6914 100%);
  color: #1a1a1a;
  border-color: transparent;
}

.tohfa-empty-shop {
  max-width: 42rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  border-radius: 24px;
  text-align: center;
  background: #fff;
  border: 1.5px solid rgba(212,175,55,0.2);
  box-shadow: 0 18px 44px rgba(212,175,55,0.12);
}
.tohfa-empty-shop__icon {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto 1.2rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(245,208,96,0.25), rgba(212,175,55,0.16));
  color: #8B6914;
  font-size: 2rem;
}
.tohfa-empty-shop h2 {
  color: #1B4332;
  font-size: 1.85rem;
  margin-bottom: 0.7rem;
}
.tohfa-empty-shop p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.tohfa-empty-shop__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}
.tohfa-empty-shop__actions .btn-gold,
.tohfa-empty-shop__actions .btn-outline {
  padding: 0.95rem 1.5rem;
}

.tohfa-shop-benefits {
  background: #1B4332;
  padding: 4rem 0;
}
.tohfa-shop-benefits h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.tohfa-shop-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.tohfa-shop-benefit {
  text-align: center;
  color: #fff;
}
.tohfa-shop-benefit__icon {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto 0.9rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212,175,55,0.2);
  font-size: 1.7rem;
}
.tohfa-shop-benefit p {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .tohfa-shop-benefits__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Single product */
.tohfa-single-product {
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .tohfa-single-product { grid-template-columns: 1fr 1fr; }
}
.tohfa-product-gallery { position: relative; }
.tohfa-product-gallery img { border-radius: 16px; width: 100%; }
.tohfa-product-info .product-title { font-size: 2rem; font-weight: 700; color: #1B4332; margin-bottom: 0.5rem; }
.tohfa-product-info .product-price { font-size: 2.5rem; font-weight: 900; color: #8B6914; margin-bottom: 1rem; }
.tohfa-product-info .woocommerce-product-details__short-description { color: #4b5563; line-height: 1.7; margin-bottom: 1.5rem; }

/* Add to cart buttons */
.woocommerce .single_add_to_cart_button,
.woocommerce button.button.alt,
.woocommerce a.button.checkout-button,
.tohfa-add-to-cart-btn {
  background: linear-gradient(135deg, #F5D060 0%, #D4AF37 50%, #8B6914 100%) !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
  border-radius: 9999px !important;
  padding: 14px 32px !important;
  font-size: 1rem !important;
  font-family: 'Hind Siliguri', sans-serif !important;
  border: none !important;
  box-shadow: 0 4px 18px rgba(212,175,55,0.45) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  cursor: pointer !important;
}
.woocommerce .single_add_to_cart_button:hover,
.woocommerce button.button.alt:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(212,175,55,0.6) !important;
  background: linear-gradient(135deg, #F5D060 0%, #D4AF37 50%, #8B6914 100%) !important;
  color: #1a1a1a !important;
}

/* Cart page */
.tohfa-cart-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 2rem;
}
.tohfa-cart-table thead th {
  background: #1B4332;
  color: #fff;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tohfa-cart-table thead th:first-child { border-radius: 12px 0 0 0; }
.tohfa-cart-table thead th:last-child { border-radius: 0 12px 0 0; }
.tohfa-cart-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(212,175,55,0.15);
  vertical-align: middle;
}
.tohfa-cart-table tbody tr:hover { background: #FFFDE7; }
.tohfa-cart-qty-input {
  width: 70px;
  border: 1.5px solid #D4AF37;
  border-radius: 8px;
  padding: 6px 10px;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 1rem;
  text-align: center;
}

.tohfa-cart-totals {
  background: #fff;
  border: 1.5px solid rgba(212,175,55,0.25);
  border-radius: 16px;
  padding: 1.5rem;
}
.tohfa-cart-totals h3 { color: #1B4332; font-size: 1.2rem; font-weight: 700; margin-bottom: 1rem; }
.tohfa-cart-totals-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(212,175,55,0.12);
  font-size: 0.95rem;
}
.tohfa-cart-totals-row:last-of-type { border-bottom: none; font-weight: 800; font-size: 1.1rem; color: #8B6914; }

.tohfa-cart-page__hero {
  background: linear-gradient(135deg, #1B4332 0%, #2d6a4f 100%);
  padding: 2.5rem 0 2rem;
}
.tohfa-cart-page__hero-inner,
.tohfa-cart-page__inner {
  width: min(100% - 2rem, 1200px);
  margin: 0 auto;
}
.tohfa-cart-page__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.6);
  font-size: 0.92rem;
}
.tohfa-cart-page__breadcrumb a {
  color: rgba(255,255,255,0.6);
}
.tohfa-cart-page__breadcrumb .is-current {
  color: #D4AF37;
}
.tohfa-cart-page__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
}
.tohfa-cart-page__title i {
  color: #D4AF37;
}
.tohfa-cart-page__section {
  padding: 2.5rem 0;
}
.tohfa-cart-layout {
  display: grid;
  gap: 2rem;
}
.tohfa-cart-layout__main,
.tohfa-cart-layout__sidebar {
  min-width: 0;
}
.tohfa-cart-card {
  background: #fff;
  border: 1.5px solid rgba(212,175,55,0.2);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(212,175,55,0.1);
}
.tohfa-cart-table-head {
  display: none;
  grid-template-columns: minmax(0, 6fr) minmax(0, 2fr) minmax(0, 2fr) minmax(0, 2fr);
  gap: 1rem;
  padding: 0.9rem 1.5rem;
  background: #1B4332;
  color: rgba(255,255,255,0.7);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tohfa-cart-rows {
  display: grid;
}
.tohfa-cart-row {
  display: grid;
  gap: 1rem;
  padding: 1.15rem 1.15rem 1.1rem;
  border-bottom: 1px solid rgba(212,175,55,0.15);
}
.tohfa-cart-row:last-child {
  border-bottom: none;
}
.tohfa-cart-row__product,
.tohfa-cart-row__media {
  min-width: 0;
}
.tohfa-cart-row__media {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.tohfa-cart-row__thumb {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(212,175,55,0.22);
  background: #FFFBF0;
  padding: 0.45rem;
}
.tohfa-cart-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tohfa-cart-row__details {
  min-width: 0;
}
.tohfa-cart-row__name {
  color: #1B4332;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
}
.tohfa-cart-row__meta,
.tohfa-cart-row__meta * {
  margin-top: 0.2rem;
  color: #9ca3af;
  font-size: 0.8rem;
}
.tohfa-cart-row__price,
.tohfa-cart-row__qty,
.tohfa-cart-row__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 700;
}
.tohfa-cart-row__price {
  color: #8B6914;
}
.tohfa-cart-row__total {
  color: #8B6914;
  font-weight: 800;
}
.tohfa-cart-row__mobile-label {
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 700;
}
.tohfa-cart-row__qty .quantity {
  margin: 0;
}
.tohfa-cart-row__qty-static {
  color: #1B4332;
  font-weight: 700;
}
.tohfa-cart-row__remove {
  display: flex;
  justify-content: flex-end;
}
.tohfa-cart-row__remove-link {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ef4444 !important;
  background: rgba(239,68,68,0.08);
  font-size: 0.95rem !important;
}
.tohfa-cart-row__remove-link:hover {
  background: rgba(239,68,68,0.14);
}
.tohfa-cart-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.15rem 1.1rem;
  border-top: 1px solid rgba(212,175,55,0.15);
  background: #FFFBF0;
}
.tohfa-cart-footer__link,
.tohfa-cart-footer__clear {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #1B4332;
  font-size: 0.92rem;
  font-weight: 700;
}
.tohfa-cart-footer__clear {
  color: #ef4444;
}
.tohfa-cart-footer__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}
.tohfa-cart-footer__update {
  padding: 0.8rem 1.35rem;
  font-size: 0.9rem;
}
.tohfa-cart-empty {
  text-align: center;
  padding: 4.5rem 1rem;
}
.tohfa-cart-empty--rich {
  padding: 0;
}
.tohfa-cart-empty__panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 3rem 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(245,208,96,0.22), transparent 24%),
    radial-gradient(circle at left bottom, rgba(27,67,50,0.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,253,231,0.95) 100%);
  border: 1.5px solid rgba(212,175,55,0.22);
  box-shadow: 0 18px 44px rgba(212,175,55,0.12);
}
.tohfa-cart-empty__spark {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(212,175,55,0.26) 0%, rgba(212,175,55,0) 72%);
  pointer-events: none;
}
.tohfa-cart-empty__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.65rem;
  color: #8B6914;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tohfa-cart-empty__icon {
  font-size: 5rem;
  margin-bottom: 1rem;
}
.tohfa-cart-empty__title {
  color: #1B4332;
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
}
.tohfa-cart-empty__text {
  color: #9ca3af;
  margin-bottom: 1.5rem;
}
.tohfa-cart-empty__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}
.tohfa-cart-empty__button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.95rem 1.7rem;
}
.tohfa-cart-empty__secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.95rem 1.7rem;
}
.tohfa-cart-empty__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.tohfa-cart-empty__feature {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1rem;
  border-radius: 9999px;
  background: rgba(27,67,50,0.06);
  border: 1px solid rgba(27,67,50,0.1);
  color: #1B4332;
  font-size: 0.9rem;
  font-weight: 700;
}
.tohfa-cart-empty__feature i {
  color: #D4AF37;
}
.tohfa-cart-summary {
  position: sticky;
  top: 100px;
  background: #fff;
  border: 1.5px solid rgba(212,175,55,0.2);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(212,175,55,0.1);
}
.tohfa-cart-summary__head {
  padding: 1rem 1.5rem;
  background: #1B4332;
}
.tohfa-cart-summary__head h3 {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.tohfa-cart-summary__head i {
  color: #D4AF37;
}
.tohfa-cart-summary__body {
  padding: 1.5rem;
}
.tohfa-cart-summary__rows {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.25rem;
}
.tohfa-cart-summary__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  color: #6b7280;
  font-size: 0.95rem;
}
.tohfa-cart-summary__row > span:last-child {
  text-align: right;
  color: #1B4332;
  font-weight: 600;
}
.tohfa-cart-summary__row .amount {
  color: #1B4332;
}
.tohfa-cart-summary__row .is-free {
  color: #1B4332;
  font-weight: 700;
}
.tohfa-cart-summary__row .is-free small {
  color: #9ca3af;
}
.tohfa-cart-summary__divider {
  height: 1px;
  background: rgba(212,175,55,0.2);
}
.tohfa-cart-summary__row--total > span:first-child {
  color: #1B4332;
  font-weight: 800;
}
.tohfa-cart-summary__row--total > span:last-child,
.tohfa-cart-summary__row--total .amount {
  color: #8B6914;
  font-size: 1.35rem;
  font-weight: 900;
}
.tohfa-cart-summary__notice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  margin-bottom: 1.25rem;
  border-radius: 14px;
  background: rgba(27,67,50,0.07);
  border: 1px solid rgba(27,67,50,0.15);
}
.tohfa-cart-summary__notice i {
  color: #1B4332;
  margin-top: 0.1rem;
}
.tohfa-cart-summary__notice p {
  color: #1B4332;
  font-size: 0.88rem;
  font-weight: 700;
}
.tohfa-cart-summary__checkout .checkout-button,
.tohfa-cart-summary__checkout .button {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}
.tohfa-cart-summary__trust {
  display: flex;
  justify-content: center;
  gap: 1.35rem;
  margin-top: 1.25rem;
}
.tohfa-cart-summary__trust-item {
  text-align: center;
}
.tohfa-cart-summary__trust-item i {
  display: block;
  margin-bottom: 0.35rem;
  color: #D4AF37;
  font-size: 1.1rem;
}
.tohfa-cart-summary__trust-item p {
  color: #9ca3af;
  font-size: 0.75rem;
}

/* Checkout */
.tohfa-checkout-page-widget {
  background: #FFFBF0;
}
.tohfa-checkout-hero {
  background: linear-gradient(135deg, #1B4332 0%, #2d6a4f 100%);
  padding: 2.5rem 0 2rem;
}
.tohfa-checkout-hero__inner,
.tohfa-checkout-content-shell__inner {
  width: min(100% - 2rem, 1200px);
  margin: 0 auto;
}
.tohfa-checkout-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.6);
  font-size: 0.92rem;
}
.tohfa-checkout-breadcrumb a {
  color: rgba(255,255,255,0.6);
}
.tohfa-checkout-breadcrumb .is-current {
  color: #D4AF37;
}
.tohfa-checkout-hero__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
}
.tohfa-checkout-hero__title i {
  color: #D4AF37;
}
.tohfa-checkout-steps {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
  color: rgba(255,255,255,0.4);
  font-size: 0.92rem;
}
.tohfa-checkout-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.65);
  font-weight: 700;
}
.tohfa-checkout-step.is-active {
  background: #D4AF37;
  color: #1a1a1a;
}
.tohfa-checkout-content-shell {
  padding: 2.5rem 0;
}
.section-card {
  background: #fff;
  border-radius: 20px;
  border: 1.5px solid rgba(212,175,55,0.2);
  box-shadow: 0 4px 24px rgba(212,175,55,0.08);
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.section-head {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
  font-size: 1rem;
  background: #1B4332;
  color: #fff;
}
.section-head i {
  color: #D4AF37;
}
.section-head-light {
  background: #f9fafb;
  color: #1B4332;
}
.section-body {
  padding: 1.5rem;
}
.tohfa-optional-text {
  color: #9ca3af;
  font-weight: 400;
}
.tohfa-checkout-delivery-note {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #1B4332;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.75rem;
  padding: 0.875rem 1.25rem;
  margin-bottom: 2rem;
}
.tohfa-checkout-delivery-note i {
  color: #D4AF37;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.tohfa-checkout-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .tohfa-checkout-grid { grid-template-columns: 3fr 2fr; }
}
.tohfa-checkout-main,
.tohfa-checkout-sidebar {
  min-width: 0;
}
.tohfa-checkout-summary-card {
  position: sticky;
  top: 100px;
}
.tohfa-checkout-inline-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.tohfa-checkout-divider {
  height: 1px;
  background: rgba(212,175,55,0.2);
  margin: 0.5rem 0 1.25rem;
}
.tohfa-back-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  margin-top: 0.15rem;
  color: #1B4332;
  font-size: 0.95rem;
  font-weight: 700;
}

.tohfa-order-review__items {
  display: grid;
  gap: 0.9rem;
}
.tohfa-order-review__item,
.tohfa-order-review__media {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tohfa-order-review__item {
  justify-content: space-between;
}
.tohfa-order-review__meta {
  min-width: 0;
}
.tohfa-order-review__name {
  font-weight: 700;
  font-size: 0.92rem;
  color: #1B4332;
  margin-bottom: 0.15rem;
}
.tohfa-order-review__qty,
.tohfa-order-review__details,
.tohfa-order-review__details * {
  font-size: 0.76rem;
  color: #9ca3af;
}
.tohfa-order-review__details dl {
  margin: 0;
}
.tohfa-order-review__price {
  flex-shrink: 0;
  font-weight: 700;
  color: #8B6914;
}
.tohfa-order-review__divider {
  height: 1px;
  background: rgba(212,175,55,0.2);
  margin: 1rem 0;
}
.tohfa-order-review__totals {
  display: grid;
  gap: 0.7rem;
}
.tohfa-order-review__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  color: #6b7280;
  font-size: 0.95rem;
}
.tohfa-order-review__row--shipping {
  display: grid;
  gap: 0.45rem;
  justify-content: stretch;
}
.tohfa-order-review__shipping-title {
  font-weight: 600;
}
.tohfa-order-review__shipping-methods {
  min-width: 0;
  width: 100%;
  text-align: left;
  color: #1B4332;
}
.tohfa-order-review__shipping-methods ul,
.tohfa-order-review__shipping-methods li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tohfa-order-review__shipping-methods .woocommerce-shipping-methods {
  display: grid;
  gap: 0.45rem;
}
.tohfa-order-review__shipping-methods .woocommerce-shipping-methods li {
  display: flex;
  justify-content: flex-start;
}
.tohfa-order-review__shipping-methods label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  color: #1B4332;
  font-weight: 700;
  cursor: pointer;
}
.tohfa-order-review__shipping-methods input[type="radio"] {
  accent-color: #1B4332;
}
.tohfa-order-review__shipping-methods .amount {
  color: #8B6914;
  font-weight: 800;
}
.tohfa-order-review__shipping-methods p {
  margin: 0.2rem 0 0;
}
.tohfa-order-review__row > span:last-child {
  text-align: right;
  font-weight: 600;
  color: #1B4332;
}
.tohfa-order-review__row .is-free {
  color: #22c55e;
}
.tohfa-order-review__row--total {
  align-items: center;
}
.tohfa-order-review__row--total > span:first-child {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1B4332;
}
.tohfa-order-review__row--total > span:last-child,
.tohfa-order-review__row--total .amount {
  font-size: 1.35rem;
  font-weight: 900;
  color: #8B6914;
}
.tohfa-order-review__cod {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(27,67,50,0.15);
  background: rgba(27,67,50,0.07);
  padding: 0.9rem 1rem;
  margin-top: 1.25rem;
}
.tohfa-order-review__cod i {
  color: #1B4332;
  font-size: 1.15rem;
}
.tohfa-order-review__cod p:first-child {
  color: #1B4332;
  font-size: 0.88rem;
  font-weight: 700;
}
.tohfa-order-review__cod p:last-child {
  color: #6b7280;
  font-size: 0.76rem;
}
.tohfa-order-review__trust {
  display: flex;
  justify-content: space-around;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.tohfa-order-review__trust-item {
  text-align: center;
}
.tohfa-order-review__trust-item i {
  display: block;
  margin-bottom: 0.35rem;
  color: #D4AF37;
  font-size: 1.15rem;
}
.tohfa-order-review__trust-item p {
  color: #9ca3af;
  font-size: 0.75rem;
}

.woocommerce form .form-row label { font-weight: 600; color: #5C4500; margin-bottom: 6px; display: block; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1.5px solid #D4AF37 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-family: 'Hind Siliguri', sans-serif !important;
  font-size: 1rem !important;
  background: #fff !important;
  width: 100% !important;
  outline: none !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.woocommerce form .form-row input.input-text:focus { border-color: #8B6914 !important; box-shadow: 0 0 0 3px rgba(212,175,55,0.2) !important; }
.woocommerce form .form-row.woocommerce-invalid input.input-text { border-color: #ef4444 !important; }
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  border-color: #8B6914 !important;
  box-shadow: 0 0 0 3px rgba(212,175,55,0.2) !important;
}
.woocommerce form .form-row {
  margin-bottom: 1.2rem;
}
.woocommerce form .form-row-last,
.woocommerce form .form-row-first,
.woocommerce form .form-row-wide {
  width: 100%;
}
.woocommerce form .form-row-hidden {
  display: none !important;
}

.woocommerce-checkout #payment { background: transparent; border: none; border-radius: 0; }
.woocommerce-checkout #payment ul.payment_methods { border: none; padding: 0; margin-bottom: 1rem; }
.woocommerce-checkout #payment ul.payment_methods li {
  background: #fff;
  border: 1.5px solid rgba(212,175,55,0.3);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 8px;
}
.woocommerce-checkout #payment ul.payment_methods li label { font-weight: 600; color: #374151; }
.woocommerce-checkout #payment div.payment_box {
  background: #FFFDE7;
  border-radius: 8px;
  margin-top: 8px;
  padding: 10px 14px;
  color: #5C4500;
  font-size: 0.9rem;
}
.tohfa-checkout-submit-wrap {
  margin-top: 1.5rem;
}
.tohfa-checkout-submit-wrap .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1rem;
}
.tohfa-checkout-submit-wrap .validate-required {
  margin-bottom: 0.9rem;
}
.tohfa-checkout-submit-wrap .woocommerce-privacy-policy-text,
.tohfa-checkout-submit-wrap .woocommerce-terms-and-conditions-checkbox-text {
  color: #6b7280;
  font-size: 0.84rem;
}

#place_order {
  background: linear-gradient(135deg, #F5D060 0%, #D4AF37 50%, #8B6914 100%) !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
  border-radius: 9999px !important;
  padding: 16px 32px !important;
  font-size: 1.1rem !important;
  width: 100% !important;
  border: none !important;
  box-shadow: 0 4px 18px rgba(212,175,55,0.45) !important;
  cursor: pointer !important;
  font-family: 'Hind Siliguri', sans-serif !important;
  transition: transform 0.3s, box-shadow 0.3s !important;
}
#place_order:hover { transform: translateY(-2px) !important; box-shadow: 0 8px 28px rgba(212,175,55,0.6) !important; }

.tohfa-empty-cart {
  text-align: center;
}
.tohfa-empty-cart__icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.tohfa-empty-cart__title {
  color: #1B4332;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.tohfa-empty-cart__button {
  padding: 0.85rem 1.5rem;
  font-size: 0.9rem;
}

.woocommerce-order-received .tohfa-thankyou-page {
  text-align: left;
  padding: 0;
}
.tohfa-thankyou-shell {
  width: min(100% - 2rem, 1180px);
  margin: 0 auto;
  padding: 2.2rem 0 4rem;
}
.tohfa-thankyou-hero {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 2.4rem 2rem;
  background:
    radial-gradient(circle at top right, rgba(245,208,96,0.24), transparent 26%),
    radial-gradient(circle at left bottom, rgba(255,255,255,0.2), transparent 24%),
    linear-gradient(135deg, #1B4332 0%, #27563f 50%, #1f4a37 100%);
  box-shadow: 0 24px 60px rgba(27,67,50,0.16);
  color: #fff;
  text-align: center;
}
.tohfa-thankyou-hero--failed {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 26%),
    linear-gradient(135deg, #7f1d1d 0%, #991b1b 55%, #7f1d1d 100%);
}
.tohfa-thankyou-hero__icon {
  width: 84px;
  height: 84px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F5D060 0%, #D4AF37 60%, #8B6914 100%);
  color: #1B4332;
  font-size: 2rem;
  box-shadow: 0 14px 30px rgba(212,175,55,0.28);
  margin-bottom: 1.15rem;
}
.tohfa-thankyou-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 0.5rem;
}
.tohfa-thankyou-hero__title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 0.85rem;
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}
.tohfa-thankyou-hero__text {
  max-width: 56rem;
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
.tohfa-thankyou-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.25rem;
  padding: 0.8rem 1rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 700;
}
.tohfa-thankyou-highlight i {
  color: #D4AF37;
}
.tohfa-thankyou-overview {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.tohfa-thankyou-stat {
  background: #fff;
  border: 1.5px solid rgba(212,175,55,0.22);
  border-radius: 20px;
  padding: 1rem 1.15rem;
  box-shadow: 0 10px 28px rgba(212,175,55,0.08);
}
.tohfa-thankyou-stat__label {
  display: block;
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.42rem;
}
.tohfa-thankyou-stat__value {
  display: block;
  color: #1B4332;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  word-break: break-word;
}
.tohfa-thankyou-stat__value .amount {
  color: #8B6914;
}
.tohfa-thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
  justify-content: center;
}
.tohfa-thankyou-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.4rem;
  font-size: 0.95rem;
}
.tohfa-thankyou-btn--whatsapp {
  border-color: #25D366;
  color: #1f7a45;
}
.tohfa-thankyou-btn--whatsapp:hover {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
}
.tohfa-thankyou-content {
  display: grid;
  gap: 1.35rem;
  margin-top: 2rem;
}
.tohfa-thankyou-page .woocommerce-order-details,
.tohfa-thankyou-page .woocommerce-customer-details,
.tohfa-thankyou-page .wc-bacs-bank-details {
  margin: 0;
  background: #fff;
  border: 1.5px solid rgba(212,175,55,0.2);
  border-radius: 24px;
  box-shadow: 0 14px 42px rgba(212,175,55,0.08);
  padding: 1.5rem;
}
.tohfa-thankyou-page .woocommerce-order-details__title,
.tohfa-thankyou-page .woocommerce-column__title,
.tohfa-thankyou-page .wc-bacs-bank-details-heading {
  color: #1B4332;
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.tohfa-thankyou-page table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.16);
  border-radius: 18px;
}
.tohfa-thankyou-page table.shop_table thead th {
  background: linear-gradient(135deg, rgba(27,67,50,0.96), rgba(39,86,63,0.96));
  color: #fff;
  padding: 1rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
}
.tohfa-thankyou-page table.shop_table tbody td,
.tohfa-thankyou-page table.shop_table tfoot th,
.tohfa-thankyou-page table.shop_table tfoot td {
  padding: 0.95rem 1.1rem;
  border-top: 1px solid rgba(212,175,55,0.14);
}
.tohfa-thankyou-page table.shop_table tbody td {
  color: #374151;
}
.tohfa-thankyou-page table.shop_table tbody tr:nth-child(even) td {
  background: rgba(255,251,240,0.62);
}
.tohfa-thankyou-page table.shop_table tfoot th {
  color: #1B4332;
  font-weight: 700;
}
.tohfa-thankyou-page table.shop_table tfoot td {
  text-align: right;
  font-weight: 700;
  color: #8B6914;
}
.tohfa-thankyou-page .product-name a {
  color: #1B4332;
  font-weight: 700;
}
.tohfa-thankyou-page .product-total,
.tohfa-thankyou-page .woocommerce-table__product-total,
.tohfa-thankyou-page .amount {
  color: #8B6914;
  font-weight: 800;
}
.tohfa-thankyou-page .woocommerce-customer-details address {
  border: 1px solid rgba(212,175,55,0.16);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,253,231,0.7), rgba(255,255,255,0.96));
  padding: 1.15rem 1.2rem;
  color: #374151;
  line-height: 1.85;
  font-style: normal;
}
.tohfa-thankyou-page .woocommerce-customer-details .woocommerce-customer-details--phone,
.tohfa-thankyou-page .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-top: 0.55rem;
  color: #1B4332;
  font-weight: 700;
}
.tohfa-thankyou-page .woocommerce-notice {
  margin: 0;
}
.tohfa-thankyou-page .wc-bacs-bank-details-account-name {
  color: #1B4332;
}

.woocommerce-order-received .woocommerce-order { text-align: center; padding: 3rem 1rem; }
.woocommerce-order-received .woocommerce-thankyou-order-details { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin: 1.5rem 0; }
.woocommerce-order-received .woocommerce-thankyou-order-details li {
  background: #fff;
  border: 1.5px solid rgba(212,175,55,0.3);
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: 700;
}

.quantity .qty {
  border: 1.5px solid #D4AF37;
  border-radius: 8px;
  padding: 8px 12px;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 1rem;
  width: 70px;
  text-align: center;
}

.woocommerce-breadcrumb {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 1.5rem;
}
.woocommerce-breadcrumb a { color: #8B6914; }

.woocommerce .woocommerce-MyAccount-navigation ul { padding: 0; margin: 0; }
.woocommerce .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid rgba(212,175,55,0.15);
}
.woocommerce .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 16px;
  color: #374151;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation li a:hover {
  color: #8B6914;
  background: rgba(212,175,55,0.07);
}

/* My account */
.woocommerce-account #main-content {
  background:
    radial-gradient(circle at top left, rgba(212,175,55,0.12), transparent 28%),
    linear-gradient(180deg, #fffaf0 0%, #fffdf7 100%);
}
.woocommerce-account .container-main {
  max-width: 1220px;
}
.tohfa-account-page {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.tohfa-account-hero {
  background: linear-gradient(135deg, #1B4332 0%, #27563f 54%, #18382b 100%);
  border-radius: 30px;
  color: #fff;
  padding: 2rem 1.2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(27,67,50,0.16);
}
.tohfa-account-hero::before,
.tohfa-account-hero::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
}
.tohfa-account-hero::before {
  width: 220px;
  height: 220px;
  right: -70px;
  top: -90px;
  background: radial-gradient(circle, rgba(245,208,96,0.34) 0%, rgba(245,208,96,0) 70%);
}
.tohfa-account-hero::after {
  width: 280px;
  height: 280px;
  left: -110px;
  bottom: -170px;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 72%);
}
.tohfa-account-hero__content,
.tohfa-account-hero__badges {
  position: relative;
  z-index: 1;
}
.tohfa-account-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.48rem 0.9rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.1);
  color: #F5D060;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.95rem;
}
.tohfa-account-hero__title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.12;
  font-weight: 800;
  max-width: none;
  margin: 0 0 0.8rem;
}
.tohfa-account-hero__text {
  max-width: 42rem;
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  line-height: 1.8;
}
.tohfa-account-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}
.tohfa-account-hero__badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.92);
  font-weight: 600;
  font-size: 0.9rem;
}
.tohfa-account-hero__badges i {
  color: #F5D060;
}
.tohfa-account-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}
.tohfa-account-nav,
.tohfa-account-panel {
  background: rgba(255,255,255,0.94);
  border: 1.5px solid rgba(212,175,55,0.18);
  box-shadow: 0 16px 40px rgba(212,175,55,0.1);
}
.tohfa-account-nav {
  border-radius: 28px;
  overflow: hidden;
}
.tohfa-account-nav__profile {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(255,249,230,0.95) 0%, rgba(255,255,255,0.96) 100%);
  border-bottom: 1px solid rgba(212,175,55,0.14);
}
.tohfa-account-nav__avatar {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #F5D060 0%, #D4AF37 60%, #8B6914 100%);
  color: #173c2e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 12px 24px rgba(212,175,55,0.24);
}
.tohfa-account-nav__meta {
  min-width: 0;
}
.tohfa-account-nav__eyebrow {
  display: block;
  color: #8B6914;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.28rem;
}
.tohfa-account-nav__meta h3 {
  color: #173c2e;
  font-size: 1.06rem;
  line-height: 1.25;
  margin: 0 0 0.18rem;
}
.tohfa-account-nav__meta p {
  margin: 0;
  color: #6b7280;
  font-size: 0.85rem;
  overflow-wrap: anywhere;
}
.woocommerce .tohfa-account-menu {
  list-style: none;
  margin: 0;
  padding: 0.8rem;
}
.woocommerce .tohfa-account-menu li {
  border-bottom: none;
  list-style: none;
  margin: 0 0 0.45rem;
}
.woocommerce .tohfa-account-menu li:last-child {
  margin-bottom: 0;
}
.woocommerce .tohfa-account-menu li a {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  color: #173c2e;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.woocommerce .tohfa-account-menu li a:hover {
  transform: translateX(4px);
  color: #173c2e;
  background: rgba(27,67,50,0.05);
}
.woocommerce .tohfa-account-menu li.is-active a,
.woocommerce .tohfa-account-menu li.is-active a:hover {
  background: linear-gradient(135deg, rgba(245,208,96,0.22) 0%, rgba(212,175,55,0.18) 100%);
  color: #8B6914;
  box-shadow: inset 0 0 0 1px rgba(212,175,55,0.16);
  transform: none;
}
.tohfa-account-menu__icon,
.tohfa-account-menu__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tohfa-account-menu__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(27,67,50,0.07);
  color: #1B4332;
}
.woocommerce .tohfa-account-menu li.is-active .tohfa-account-menu__icon {
  background: rgba(212,175,55,0.18);
  color: #8B6914;
}
.tohfa-account-menu__label {
  min-width: 0;
  flex: 1;
}
.tohfa-account-menu__arrow {
  color: #9ca3af;
  font-size: 0.75rem;
}
.tohfa-account-panel {
  border-radius: 30px;
  padding: 1.2rem;
  min-width: 0;
}
.tohfa-account-panel > :first-child {
  margin-top: 0;
}
.tohfa-account-panel h2,
.tohfa-account-panel h3,
.tohfa-account-panel legend {
  color: #173c2e;
}
.tohfa-account-panel h2 {
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.tohfa-account-panel h3 {
  font-size: 1.12rem;
  margin-bottom: 0.8rem;
}
.tohfa-account-panel p {
  color: #4b5563;
  line-height: 1.8;
}
.tohfa-account-panel a {
  color: #8B6914;
  font-weight: 700;
}
.tohfa-account-dashboard {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.tohfa-account-dashboard__hero {
  padding: 1.35rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(245,208,96,0.22), transparent 24%),
    linear-gradient(135deg, #fffdf2 0%, #fffaf0 100%);
  border: 1px solid rgba(212,175,55,0.14);
}
.tohfa-account-dashboard__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.7rem;
  border-radius: 9999px;
  background: rgba(27,67,50,0.08);
  color: #1B4332;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.tohfa-account-dashboard__hero h2 {
  margin: 0 0 0.55rem;
}
.tohfa-account-dashboard__hero p {
  margin: 0;
}
.tohfa-account-dashboard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.15rem;
}
.tohfa-account-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.9rem 1.2rem;
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}
.tohfa-account-btn--primary {
  background: linear-gradient(135deg, #F5D060 0%, #D4AF37 65%, #8B6914 100%);
  color: #1a1a1a;
  box-shadow: 0 14px 30px rgba(212,175,55,0.22);
}
.tohfa-account-btn--secondary {
  border: 2px solid #1B4332;
  color: #1B4332;
  background: #fff;
}
.tohfa-account-dashboard__feature {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 18px;
  background: rgba(27,67,50,0.06);
  color: #1B4332;
  font-weight: 700;
}
.tohfa-account-dashboard__feature i {
  color: #D4AF37;
}
.tohfa-account-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.tohfa-account-card {
  display: block;
  padding: 1.2rem;
  border-radius: 22px;
  background: #fff;
  border: 1.5px solid rgba(212,175,55,0.16);
  box-shadow: 0 16px 34px rgba(212,175,55,0.08);
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.tohfa-account-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212,175,55,0.34);
  box-shadow: 0 20px 40px rgba(212,175,55,0.14);
}
.tohfa-account-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin-bottom: 0.9rem;
  background: linear-gradient(135deg, rgba(245,208,96,0.2) 0%, rgba(212,175,55,0.16) 100%);
  color: #8B6914;
  font-size: 1.15rem;
}
.tohfa-account-card h3 {
  margin: 0 0 0.35rem;
  color: #173c2e;
}
.tohfa-account-card p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.75;
}
.tohfa-account-dashboard__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(27,67,50,0.04);
}
.tohfa-account-dashboard__footer p {
  margin: 0;
}
.woocommerce-account .tohfa-account-panel .woocommerce-message,
.woocommerce-account .tohfa-account-panel .woocommerce-info,
.woocommerce-account .tohfa-account-panel .woocommerce-error {
  margin-bottom: 1.1rem;
}
.woocommerce-account .tohfa-account-panel .woocommerce-orders-table,
.woocommerce-account .tohfa-account-panel .shop_table,
.woocommerce-account .tohfa-account-panel table.shop_table {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(212,175,55,0.18);
  border-radius: 22px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 1.1rem;
}
.woocommerce-account .tohfa-account-panel table.shop_table thead th {
  background: #1B4332;
  color: #fff;
  border: none;
  padding: 1rem 1.05rem;
  font-size: 0.9rem;
}
.woocommerce-account .tohfa-account-panel table.shop_table td,
.woocommerce-account .tohfa-account-panel table.shop_table th {
  border-color: rgba(212,175,55,0.12);
}
.woocommerce-account .tohfa-account-panel table.shop_table tbody td,
.woocommerce-account .tohfa-account-panel table.shop_table tfoot th,
.woocommerce-account .tohfa-account-panel table.shop_table tfoot td {
  padding: 0.95rem 1.05rem;
  color: #374151;
  vertical-align: top;
}
.woocommerce-account .tohfa-account-panel .button,
.woocommerce-account .tohfa-account-panel button.button,
.woocommerce-account .tohfa-account-panel input.button,
.woocommerce-account .tohfa-account-panel .woocommerce-Button {
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  border-radius: 9999px;
  border: none;
  background: linear-gradient(135deg, #F5D060 0%, #D4AF37 65%, #8B6914 100%);
  color: #1a1a1a;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(212,175,55,0.18);
}
.woocommerce-account .tohfa-account-panel .button:hover,
.woocommerce-account .tohfa-account-panel button.button:hover,
.woocommerce-account .tohfa-account-panel input.button:hover,
.woocommerce-account .tohfa-account-panel .woocommerce-Button:hover {
  color: #1a1a1a;
  filter: brightness(1.02);
}
.woocommerce-account .tohfa-account-panel .button.is-outline,
.woocommerce-account .tohfa-account-panel .woocommerce-Button--secondary {
  background: #fff;
  color: #1B4332;
  border: 2px solid #1B4332;
  box-shadow: none;
}
.woocommerce-account .tohfa-account-panel .form-row label,
.woocommerce-account .tohfa-account-panel fieldset legend {
  color: #173c2e;
  font-weight: 700;
}
.woocommerce-account .tohfa-account-panel input.input-text,
.woocommerce-account .tohfa-account-panel textarea,
.woocommerce-account .tohfa-account-panel select {
  min-height: 54px;
  border-radius: 16px;
  border: 1.5px solid rgba(212,175,55,0.45);
  background: #fff;
  padding: 0.9rem 1rem;
  color: #173c2e;
  box-shadow: none;
}
.woocommerce-account .tohfa-account-panel textarea {
  min-height: 140px;
  padding-top: 1rem;
}
.woocommerce-account .tohfa-account-panel input.input-text:focus,
.woocommerce-account .tohfa-account-panel textarea:focus,
.woocommerce-account .tohfa-account-panel select:focus {
  outline: none;
  border-color: #D4AF37;
  box-shadow: 0 0 0 4px rgba(212,175,55,0.12);
}
.woocommerce-account .tohfa-account-panel fieldset {
  border: 1px solid rgba(212,175,55,0.18);
  border-radius: 22px;
  padding: 1.1rem 1rem 0.2rem;
  margin-top: 1rem;
}
.woocommerce-account .tohfa-account-panel .addresses,
.woocommerce-account .tohfa-account-panel .u-columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.woocommerce-account .tohfa-account-panel .woocommerce-Address,
.woocommerce-account .tohfa-account-panel .woocommerce-column {
  background: linear-gradient(180deg, #fffef8 0%, #ffffff 100%);
  border: 1.5px solid rgba(212,175,55,0.16);
  border-radius: 22px;
  padding: 1.2rem;
}
.woocommerce-account .tohfa-account-panel .woocommerce-Address address {
  color: #4b5563;
  line-height: 1.8;
}
.woocommerce-account .tohfa-account-panel .addresses .title,
.woocommerce-account .tohfa-account-panel .woocommerce-column__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}
.woocommerce-account .tohfa-account-panel .addresses .title h3,
.woocommerce-account .tohfa-account-panel .woocommerce-column__title h2,
.woocommerce-account .tohfa-account-panel .woocommerce-column__title h3 {
  margin: 0;
}
.woocommerce-account .tohfa-account-panel .addresses .title .edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 1rem;
  border-radius: 9999px;
  background: rgba(27,67,50,0.07);
  color: #1B4332;
  font-weight: 700;
}
.woocommerce-account .tohfa-account-panel .woocommerce-pagination {
  margin-top: 1rem;
}
.woocommerce-account .tohfa-account-panel .woocommerce-pagination ul.page-numbers {
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
}
.woocommerce-account .tohfa-account-panel .woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce-account .tohfa-account-panel .woocommerce-pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.8rem;
  border-radius: 9999px;
  background: rgba(27,67,50,0.05);
  color: #173c2e;
  font-weight: 700;
}
.woocommerce-account .tohfa-account-panel .woocommerce-pagination .page-numbers.current {
  background: #1B4332;
  color: #fff;
}

/* Login / register */
.tohfa-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.4rem;
}
.tohfa-auth-showcase,
.tohfa-auth-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1.5px solid rgba(212,175,55,0.18);
  box-shadow: 0 18px 42px rgba(212,175,55,0.12);
}
.tohfa-auth-showcase {
  background: linear-gradient(135deg, #1B4332 0%, #27563f 56%, #18382b 100%);
  color: #fff;
  padding: 1.5rem 1.15rem;
}
.tohfa-auth-showcase::before,
.tohfa-auth-showcase::after,
.tohfa-auth-card::before {
  content: "";
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
}
.tohfa-auth-showcase::before {
  width: 220px;
  height: 220px;
  top: -90px;
  right: -80px;
  background: radial-gradient(circle, rgba(245,208,96,0.36) 0%, rgba(245,208,96,0) 70%);
}
.tohfa-auth-showcase::after {
  width: 240px;
  height: 240px;
  left: -120px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0) 72%);
}
.tohfa-auth-showcase > * {
  position: relative;
  z-index: 1;
}
.tohfa-auth-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.92rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.1);
  color: #F5D060;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.tohfa-auth-showcase__title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 0.8rem;
  max-width: 14ch;
}
.tohfa-auth-showcase__text {
  margin: 0;
  max-width: 40rem;
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  line-height: 1.8;
}
.tohfa-auth-showcase__features {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.9rem;
  margin-top: 1.4rem;
}
.tohfa-auth-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
}
.tohfa-auth-feature__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(245,208,96,0.16);
  color: #F5D060;
  flex-shrink: 0;
}
.tohfa-auth-feature h3 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.2rem;
}
.tohfa-auth-feature p {
  margin: 0;
  color: rgba(255,255,255,0.75);
  font-size: 0.92rem;
  line-height: 1.7;
}
.tohfa-auth-showcase__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.tohfa-auth-showcase__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.92);
  font-size: 0.88rem;
  font-weight: 700;
}
.tohfa-auth-showcase__trust i {
  color: #F5D060;
}
.tohfa-auth-forms {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.2rem;
}
.tohfa-auth-card {
  background: linear-gradient(180deg, rgba(255,254,248,0.96) 0%, rgba(255,255,255,0.98) 100%);
  padding: 1.3rem 1.1rem;
}
.tohfa-auth-card::before {
  width: 200px;
  height: 200px;
  top: -110px;
  right: -80px;
  background: radial-gradient(circle, rgba(245,208,96,0.24) 0%, rgba(245,208,96,0) 72%);
}
.tohfa-auth-card > * {
  position: relative;
  z-index: 1;
}
.tohfa-auth-card__header {
  margin-bottom: 1rem;
}
.tohfa-auth-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.4rem 0.8rem;
  border-radius: 9999px;
  background: rgba(27,67,50,0.08);
  color: #1B4332;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.tohfa-auth-card__header h2 {
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  line-height: 1.2;
  margin: 0 0 0.35rem;
  color: #173c2e;
}
.tohfa-auth-card__header p {
  margin: 0;
  color: #6b7280;
  line-height: 1.75;
}
.tohfa-auth-form .form-row {
  margin-bottom: 1rem;
}
.tohfa-auth-form label {
  display: block;
  margin-bottom: 0.45rem;
  color: #173c2e;
  font-weight: 700;
}
.tohfa-auth-form input.input-text,
.tohfa-auth-form input[type="email"],
.tohfa-auth-form input[type="password"],
.tohfa-auth-form input[type="text"] {
  min-height: 56px;
  border-radius: 18px;
  border: 1.5px solid rgba(212,175,55,0.45);
  background: #fff;
  padding: 0.95rem 1rem;
  color: #173c2e;
  box-shadow: none;
}
.tohfa-auth-form input.input-text:focus,
.tohfa-auth-form input[type="email"]:focus,
.tohfa-auth-form input[type="password"]:focus,
.tohfa-auth-form input[type="text"]:focus {
  outline: none;
  border-color: #D4AF37;
  box-shadow: 0 0 0 4px rgba(212,175,55,0.12);
}
.tohfa-auth-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
.tohfa-auth-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #374151;
  font-weight: 600;
  margin: 0;
}
.tohfa-auth-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #1B4332;
}
.tohfa-auth-form__link {
  color: #8B6914;
  font-weight: 700;
  text-decoration: none;
}
.tohfa-auth-form__link:hover {
  color: #1B4332;
}
.tohfa-auth-form__submit {
  margin-bottom: 0 !important;
}
.tohfa-auth-form .button,
.tohfa-auth-form button.button,
.tohfa-auth-form .woocommerce-Button {
  width: 100%;
  min-height: 54px;
  border: none;
  border-radius: 9999px;
  background: linear-gradient(135deg, #F5D060 0%, #D4AF37 65%, #8B6914 100%);
  color: #1a1a1a;
  font-size: 0.96rem;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(212,175,55,0.2);
}
.tohfa-auth-form .button:hover,
.tohfa-auth-form button.button:hover,
.tohfa-auth-form .woocommerce-Button:hover {
  color: #1a1a1a;
  filter: brightness(1.02);
}
.tohfa-auth-form__note {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(27,67,50,0.05);
  color: #374151;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.tohfa-auth-form__note i {
  color: #1B4332;
  margin-top: 0.2rem;
}
.tohfa-auth-card--accent {
  background:
    radial-gradient(circle at top right, rgba(245,208,96,0.22), transparent 24%),
    linear-gradient(180deg, rgba(255,252,242,0.98) 0%, rgba(255,255,255,0.98) 100%);
}

@media (max-width: 1023px) {
  .tohfa-shop-toolbar { top: 64px; }
  .tohfa-checkout-summary-card { position: static; }
  .tohfa-cart-summary { position: static; }
  .tohfa-thankyou-shell {
    padding-top: 1.75rem;
  }
  .tohfa-account-nav {
    position: static;
  }
  .tohfa-auth-showcase__title {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .tohfa-shop-hero__inner {
    padding-top: 3rem;
    padding-bottom: 2.75rem;
  }
  .tohfa-shop-toolbar__inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.55rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tohfa-shop-toolbar__inner::-webkit-scrollbar {
    display: none;
  }
  .tohfa-shop-toolbar__meta,
  .tohfa-shop-toolbar__shipping {
    gap: 0.4rem;
    font-size: 0.76rem;
    line-height: 1.25;
    white-space: nowrap;
    flex: 0 0 auto;
    padding: 0.5rem 0.72rem;
    border-radius: 9999px;
    border: 1px solid rgba(212,175,55,0.16);
    background: rgba(255,255,255,0.92);
  }
  .tohfa-shop-toolbar__meta {
    font-weight: 700;
  }
  .tohfa-shop-toolbar__count {
    padding: 0.18rem 0.44rem;
    font-size: 0.62rem;
  }
  .tohfa-product-card .card-img-wrap {
    padding-inline: 0.55rem;
  }
  .tohfa-product-card .card-img-panel {
    min-height: 300px;
  }
  .tohfa-product-card .card-img-panel img {
    max-width: 212px;
    height: 272px;
  }
  .tohfa-product-card .card-badges {
    top: 0.7rem;
    left: 0.7rem;
    right: 0.7rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tohfa-product-card .card-badge--gold {
    margin-left: auto;
  }
  .tohfa-product-card .card-heading {
    flex-direction: column;
  }
  .tohfa-product-card .card-price {
    font-size: 1.65rem;
  }
  .tohfa-product-card .card-purchase-row {
    flex-direction: column;
    align-items: stretch;
  }
  .tohfa-product-card .card-qty-box {
    width: 100%;
    justify-content: space-between;
  }
  .tohfa-empty-shop h2,
  .tohfa-shop-benefits h2 {
    font-size: 1.55rem;
  }
  .tohfa-checkout-hero {
    padding-top: 2rem;
    padding-bottom: 1.75rem;
  }
  .tohfa-checkout-steps {
    flex-wrap: wrap;
  }
  .tohfa-order-review__item,
  .tohfa-order-review__media {
    align-items: flex-start;
  }
  .tohfa-order-review__trust {
    gap: 0.5rem;
  }
  .tohfa-thankyou-hero {
    padding: 1.6rem 1.15rem;
    border-radius: 24px;
  }
  .tohfa-thankyou-hero__icon {
    width: 68px;
    height: 68px;
    font-size: 1.55rem;
  }
  .tohfa-thankyou-hero__title {
    max-width: none;
  }
  .tohfa-thankyou-actions {
    flex-direction: column;
  }
  .tohfa-thankyou-btn {
    width: 100%;
  }
  .tohfa-thankyou-page .woocommerce-order-details,
  .tohfa-thankyou-page .woocommerce-customer-details,
  .tohfa-thankyou-page .wc-bacs-bank-details {
    padding: 1rem;
    border-radius: 18px;
  }
  .tohfa-thankyou-page table.shop_table thead {
    display: none;
  }
  .tohfa-thankyou-page table.shop_table,
  .tohfa-thankyou-page table.shop_table tbody,
  .tohfa-thankyou-page table.shop_table tr,
  .tohfa-thankyou-page table.shop_table td,
  .tohfa-thankyou-page table.shop_table th,
  .tohfa-thankyou-page table.shop_table tfoot {
    display: block;
    width: 100%;
  }
  .tohfa-thankyou-page table.shop_table tr {
    border-bottom: 1px solid rgba(212,175,55,0.14);
  }
  .tohfa-thankyou-page table.shop_table tfoot tr:last-child,
  .tohfa-thankyou-page table.shop_table tbody tr:last-child {
    border-bottom: none;
  }
  .tohfa-thankyou-page table.shop_table tbody td,
  .tohfa-thankyou-page table.shop_table tfoot th,
  .tohfa-thankyou-page table.shop_table tfoot td {
    text-align: left;
    padding: 0.7rem 0.9rem;
  }
  .tohfa-cart-page__hero {
    padding-top: 2rem;
    padding-bottom: 1.75rem;
  }
  .tohfa-cart-empty__panel {
    padding: 2.2rem 1rem;
    border-radius: 24px;
  }
  .tohfa-cart-empty__actions {
    flex-direction: column;
  }
  .tohfa-cart-empty__button,
  .tohfa-cart-empty__secondary {
    width: 100%;
    justify-content: center;
  }
  .tohfa-cart-empty__features {
    flex-direction: column;
  }
  .tohfa-cart-empty__feature {
    width: 100%;
    justify-content: center;
  }
  .tohfa-cart-row__media {
    align-items: flex-start;
  }
  .tohfa-cart-summary__trust {
    gap: 0.75rem;
  }
  .tohfa-account-hero {
    padding: 1.55rem 1rem;
    border-radius: 24px;
  }
  .tohfa-account-hero__badges {
    flex-direction: column;
  }
  .tohfa-account-hero__badges span,
  .tohfa-account-btn,
  .tohfa-account-dashboard__feature {
    width: 100%;
    justify-content: center;
  }
  .tohfa-account-nav__profile {
    padding: 1.1rem;
  }
  .tohfa-account-panel {
    padding: 1rem;
    border-radius: 24px;
  }
  .tohfa-account-dashboard__hero {
    padding: 1.1rem;
  }
  .tohfa-account-dashboard__actions {
    flex-direction: column;
  }
  .tohfa-account-dashboard__footer {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .woocommerce-account .tohfa-account-panel table.shop_table,
  .woocommerce-account .tohfa-account-panel .woocommerce-orders-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .tohfa-auth-showcase,
  .tohfa-auth-card {
    border-radius: 24px;
  }
  .tohfa-auth-showcase,
  .tohfa-auth-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tohfa-auth-showcase__trust {
    flex-direction: column;
  }
  .tohfa-auth-showcase__trust span,
  .tohfa-auth-form__actions,
  .tohfa-auth-form .button,
  .tohfa-auth-form button.button,
  .tohfa-auth-form .woocommerce-Button {
    width: 100%;
  }
  .tohfa-auth-form__actions {
    align-items: flex-start;
  }
}
@media (min-width: 640px) {
  .tohfa-checkout-inline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tohfa-thankyou-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tohfa-account-dashboard__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tohfa-auth-showcase__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tohfa-cart-layout {
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  }
  .tohfa-cart-table-head {
    display: grid;
  }
  .tohfa-cart-row {
    grid-template-columns: minmax(0, 6fr) minmax(0, 2fr) minmax(0, 2fr) minmax(0, 2fr) auto;
    align-items: center;
    padding: 1rem 1.5rem;
  }
  .tohfa-cart-row__price,
  .tohfa-cart-row__qty,
  .tohfa-cart-row__total {
    justify-content: center;
  }
  .tohfa-cart-row__mobile-label {
    display: none;
  }
  .tohfa-cart-row__remove {
    justify-content: center;
  }
  .tohfa-account-shell {
    grid-template-columns: minmax(290px, 320px) minmax(0, 1fr);
  }
  .tohfa-account-nav {
    position: sticky;
    top: 110px;
  }
  .woocommerce-account .tohfa-account-panel .addresses,
  .woocommerce-account .tohfa-account-panel .u-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tohfa-auth-shell {
    grid-template-columns: minmax(420px, 0.96fr) minmax(0, 1.04fr);
    align-items: stretch;
  }
  .tohfa-auth-showcase {
    padding: 1.9rem 1.5rem;
  }
  .tohfa-auth-forms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
  .tohfa-auth-forms--single {
    grid-template-columns: minmax(0, 1fr);
  }
  .tohfa-auth-card {
    padding: 1.45rem 1.3rem;
    min-height: 100%;
  }
}
@media (min-width: 1024px) {
  .tohfa-thankyou-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 399px) {
  .tohfa-shop-toolbar__meta,
  .tohfa-shop-toolbar__shipping {
    font-size: 0.76rem;
  }
  .tohfa-shop-toolbar__count {
    padding: 0.2rem 0.46rem;
    font-size: 0.64rem;
  }
}
