/* Jewelry category — luxury pink + white */

body.aroutlet-jewelry-theme {
  background: #fff8fb;
  color: #2a1520;
}

body.aroutlet-jewelry-theme::before {
  background:
    radial-gradient(800px 400px at 10% 0%, rgba(255, 192, 203, 0.45), transparent 55%),
    radial-gradient(600px 400px at 100% 10%, rgba(255, 255, 255, 0.9), transparent 50%);
}

body.aroutlet-jewelry-theme .aro-header {
  background: rgba(255, 248, 251, 0.9);
  border-bottom-color: rgba(201, 120, 145, 0.2);
}

body.aroutlet-jewelry-theme .aro-nav__list a,
body.aroutlet-jewelry-theme .aro-wordmark__outlet,
body.aroutlet-jewelry-theme .aro-icon-btn,
body.aroutlet-jewelry-theme .aro-search input,
body.aroutlet-jewelry-theme .aro-search__cats select {
  color: #2a1520;
}

body.aroutlet-jewelry-theme .aro-search,
body.aroutlet-jewelry-theme .aro-icon-btn,
body.aroutlet-jewelry-theme .aro-shop-sidebar,
body.aroutlet-jewelry-theme .aro-product-card,
body.aroutlet-jewelry-theme .aro-glass-card {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(201, 120, 145, 0.25);
}

body.aroutlet-jewelry-theme .aro-shop__header h1,
body.aroutlet-jewelry-theme .aro-widget__title,
body.aroutlet-jewelry-theme .woocommerce-loop-product__title a,
body.aroutlet-jewelry-theme .entry-summary .product_title {
  color: #3a1c28;
}

body.aroutlet-jewelry-theme .aro-muted,
body.aroutlet-jewelry-theme .aro-filter-list a,
body.aroutlet-jewelry-theme .price del,
body.aroutlet-jewelry-theme .aro-page__content {
  color: rgba(42, 21, 32, 0.65);
}

body.aroutlet-jewelry-theme .aro-product-card__media {
  background: #fff;
}

body.aroutlet-jewelry-theme .aro-badge--sale {
  background: linear-gradient(135deg, #e38aaa, #c45c7a);
}

body.aroutlet-jewelry-theme .woocommerce ul.products .button,
body.aroutlet-jewelry-theme .single_add_to_cart_button {
  background: linear-gradient(135deg, #2a1520, #5a2438);
}

body.aroutlet-jewelry-theme .aro-footer {
  background: #2a1520;
  color: #fff;
}

body.aroutlet-jewelry-theme .aro-pdp .summary,
body.aroutlet-jewelry-theme .woocommerce-tabs .panel {
  color: #4a2a36;
}

body.aroutlet-jewelry-theme .quantity .qty,
body.aroutlet-jewelry-theme .woocommerce-checkout .form-row input.input-text {
  background: #fff;
  color: #2a1520;
}
