/* ===== SINGLE PRODUCT PAGE STYLES ===== */

/* ===== PRODUCT TITLE ===== */
.product-info .product_title {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  line-height: 1.2 !important;
  margin-bottom: 12px !important;
}

/* Category above title */
.product-info .product_meta .posted_in,
.product-info .breadcrumb-category {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #999 !important;
}
.product-info .breadcrumb-category a {
  color: #999 !important;
}
.product-info .breadcrumb-category a:hover {
  color: #f5c518 !important;
}

/* ===== PRICE ===== */
.product-info .price {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
}
.product-info .price del {
  font-size: 18px !important;
  color: #ccc !important;
}
.product-info .price ins {
  text-decoration: none !important;
  color: #1a1a1a !important;
}

/* Dual price USD */
.product-info .tt-dual-price {
  font-size: 16px !important;
  margin-top: 2px !important;
}

/* ===== ADD TO CART BUTTON ===== */
.product-info .single_add_to_cart_button,
.product-info button.single_add_to_cart_button {
  background: #f5c518 !important;
  color: #1a1a1a !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 14px 36px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  transition: all .2s !important;
}
.product-info .single_add_to_cart_button:hover {
  background: #e6b800 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 16px rgba(245,197,24,0.3) !important;
}

/* Quantity input */
.product-info .quantity input.qty {
  border-radius: 8px !important;
  border: 1.5px solid #ddd !important;
  font-size: 15px !important;
  height: 48px !important;
}
.product-info .quantity .minus,
.product-info .quantity .plus {
  border-radius: 8px !important;
  background: #f5f5f5 !important;
  border: 1.5px solid #ddd !important;
  transition: all .2s !important;
}
.product-info .quantity .minus:hover,
.product-info .quantity .plus:hover {
  background: #f5c518 !important;
  border-color: #f5c518 !important;
}

/* Variation select */
.product-info .variations select {
  border-radius: 8px !important;
  border: 1.5px solid #ddd !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  transition: border-color .2s !important;
  min-width: 200px !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 44px !important;
  overflow: visible !important;
  text-overflow: ellipsis !important;
}
.product-info .variations select:focus {
  border-color: #f5c518 !important;
  outline: none !important;
}
/* Variations table layout */
.product-info .variations td {
  padding: 8px 0 !important;
}
.product-info .variations td.label {
  padding-right: 14px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  white-space: nowrap !important;
}

/* ===== TRUST BADGES BELOW ADD TO CART ===== */
.ttm-product-trust {
  margin-top: 24px;
  padding: 20px;
  background: #fafafa;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
}
.ttm-product-trust .trust-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 13px;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}
.ttm-product-trust .trust-row:last-child {
  border-bottom: none;
}
.ttm-product-trust .trust-row .trust-icon {
  font-size: 18px;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}
.ttm-product-trust .trust-row strong {
  color: #1a1a1a;
}

/* ===== PRODUCT IMAGE ===== */
.product-gallery-slider .slide img {
  border-radius: 12px !important;
}

/* ===== PRODUCT TABS ===== */
.product-page-accordian .panel,
.product-page-accordian .accordion-title,
.woocommerce-tabs .panel {
  border-radius: 10px !important;
}

/* ===== RELATED PRODUCTS ===== */
.related-products-wrapper h2,
.up-sells h2 {
  font-size: 24px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* ===== HIDE YELLOW BANNER ON ALL PAGES ===== */
.custom-page-title,
#section_430067163,
div[style*="background-color: rgb(231, 194, 0)"],
section[style*="background-color: rgb(231, 194, 0)"] {
  display: none !important;
}
