/*
Theme Name: Traveled Hi Starter
Theme URI: https://example.com/
Author: OpenAI
Description: WordPress starter theme based on the visible structure of the Traveled Hi demo.
Version: 1.0.0
Text Domain: traveledhi
*/

@import url('assets/theme.css');

.current-menu-item > a,
.current_page_item > a,
.current_page_parent > a,
.navlinks a[aria-current="page"]{
  color: var(--gold);
}

main .entry-content > *:first-child,
main .page-content > *:first-child{
  margin-top: 0;
}

main .entry-content > *:last-child,
main .page-content > *:last-child{
  margin-bottom: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  background: linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  padding: 0 0 20px;
}

.woocommerce div.product,
.woocommerce-page div.product{
  color: var(--text);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit{
  display:inline-block;
  padding:13px 20px;
  border:1px solid rgba(216,178,106,.55);
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  background:linear-gradient(180deg,rgba(216,178,106,.18),rgba(216,178,106,.05));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  color: var(--text);
}
