/*
Theme Name: Gofshoe Astra Child
Theme URI: https://gofshoe.shop/
Description: A flexible storefront layer for Astra and WooCommerce.
Author: Gofshoe
Template: astra
Version: 1.0.0
*/

:root {
  --gofshoe-ink: #111111;
  --gofshoe-muted: #69706d;
  --gofshoe-paper: #f5f6f3;
  --gofshoe-cloud: #eaede8;
  --gofshoe-line: #d9ded9;
  --gofshoe-accent: #d7f36b;
  --gofshoe-dark: #17201d;
  --gofshoe-radius: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--gofshoe-ink);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.gofshoe-site {
  overflow: hidden;
}

.gofshoe-announcement {
  background: var(--gofshoe-ink);
  color: #fff;
  font-size: 11px;
  letter-spacing: .14em;
  line-height: 1;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
}

.gofshoe-header {
  background: #fff;
  border-bottom: 1px solid var(--gofshoe-line);
  position: relative;
  z-index: 20;
}

.gofshoe-header-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  margin: 0 auto;
  max-width: 1320px;
  min-height: 78px;
  padding: 0 28px;
}

.gofshoe-brand {
  align-items: center;
  display: inline-flex;
  font-size: 21px;
  font-weight: 800;
  justify-self: start;
  letter-spacing: .12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.gofshoe-brand img {
  display: block;
  max-height: 38px;
  width: auto;
}

.gofshoe-nav {
  justify-self: center;
}

.gofshoe-nav ul {
  align-items: center;
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gofshoe-nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.gofshoe-nav a:hover,
.gofshoe-header-actions a:hover {
  opacity: .58;
}

.gofshoe-header-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-self: end;
}

.gofshoe-header-actions a,
.gofshoe-menu-toggle {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.gofshoe-menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  padding: 8px 0;
}

.gofshoe-hero {
  background: var(--gofshoe-paper);
}

.gofshoe-hero-inner {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: min(680px, calc(100vh - 120px));
}

.gofshoe-hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(28px, 7vw, 112px);
}

.gofshoe-kicker {
  color: var(--gofshoe-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.gofshoe-hero h1 {
  font-size: clamp(46px, 6vw, 86px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .95;
  margin: 0;
  max-width: 620px;
}

.gofshoe-hero-text {
  color: var(--gofshoe-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 26px 0 30px;
  max-width: 450px;
}

.gofshoe-button {
  align-items: center;
  background: var(--gofshoe-ink);
  border: 1px solid var(--gofshoe-ink);
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .12em;
  min-height: 48px;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.gofshoe-button:hover {
  background: transparent;
  color: var(--gofshoe-ink);
}

.gofshoe-hero-media {
  background: var(--gofshoe-cloud);
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

.gofshoe-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.gofshoe-section {
  margin: 0 auto;
  max-width: 1320px;
  padding: 92px 28px;
}

.gofshoe-section-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.gofshoe-section-heading h2 {
  font-size: clamp(30px, 4vw, 52px);
  letter-spacing: -.035em;
  line-height: 1;
  margin: 0;
}

.gofshoe-section-heading p {
  color: var(--gofshoe-muted);
  font-size: 14px;
  margin: 0;
  max-width: 390px;
}

.gofshoe-text-link {
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.gofshoe-trust {
  background: var(--gofshoe-dark);
  color: #fff;
}

.gofshoe-trust-inner {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 28px;
}

.gofshoe-trust-item {
  border-left: 1px solid rgba(255,255,255,.18);
  padding: 28px 24px;
}

.gofshoe-trust-item:first-child {
  border-left: 0;
}

.gofshoe-trust-item strong {
  display: block;
  font-size: 12px;
  letter-spacing: .1em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.gofshoe-trust-item span {
  color: rgba(255,255,255,.68);
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.gofshoe-products {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gofshoe-product-card {
  min-width: 0;
}

.gofshoe-product-image {
  background: var(--gofshoe-paper);
  display: block;
  overflow: hidden;
  position: relative;
}

.gofshoe-product-image img {
  aspect-ratio: 1 / 1.08;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
  padding: 12px;
  transition: transform .35s ease;
  width: 100%;
}

.gofshoe-product-card:hover .gofshoe-product-image img {
  transform: scale(1.04);
}

.gofshoe-badge {
  background: var(--gofshoe-accent);
  font-size: 9px;
  font-weight: 800;
  left: 12px;
  letter-spacing: .1em;
  padding: 7px 9px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
}

.gofshoe-product-meta {
  padding-top: 14px;
}

.gofshoe-product-meta h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 7px;
}

.gofshoe-product-meta h3 a {
  text-decoration: none;
}

.gofshoe-product-price {
  color: var(--gofshoe-muted);
  font-size: 13px;
}

.gofshoe-product-price del {
  margin-right: 6px;
  opacity: .7;
}

.gofshoe-category-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gofshoe-category-card {
  background: var(--gofshoe-paper);
  min-height: 280px;
  overflow: hidden;
  position: relative;
}

.gofshoe-category-card img {
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.gofshoe-category-card:hover img {
  transform: scale(1.04);
}

.gofshoe-category-card::after {
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.68));
  content: "";
  inset: 0;
  position: absolute;
}

.gofshoe-category-card-content {
  bottom: 24px;
  color: #fff;
  left: 24px;
  position: absolute;
  right: 24px;
  z-index: 1;
}

.gofshoe-category-card-content h3 {
  font-size: 24px;
  letter-spacing: -.02em;
  margin: 0 0 8px;
}

.gofshoe-category-card-content a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.gofshoe-editorial {
  background: var(--gofshoe-accent);
}

.gofshoe-editorial-inner {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1320px;
  padding: 88px 28px;
}

.gofshoe-editorial h2 {
  font-size: clamp(38px, 5vw, 70px);
  letter-spacing: -.05em;
  line-height: .95;
  margin: 0;
}

.gofshoe-editorial-copy {
  color: rgba(17,17,17,.72);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 26px;
  max-width: 470px;
}

.gofshoe-editorial .gofshoe-button {
  background: transparent;
  color: var(--gofshoe-ink);
}

.gofshoe-editorial .gofshoe-button:hover {
  background: var(--gofshoe-ink);
  color: #fff;
}

.gofshoe-footer {
  background: var(--gofshoe-ink);
  color: #fff;
}

.gofshoe-footer-inner {
  display: grid;
  gap: 48px;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1320px;
  padding: 72px 28px 46px;
}

.gofshoe-footer-brand {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.gofshoe-footer p {
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  max-width: 300px;
}

.gofshoe-footer h3 {
  font-size: 11px;
  letter-spacing: .12em;
  margin: 3px 0 20px;
  text-transform: uppercase;
}

.gofshoe-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gofshoe-footer li {
  margin-bottom: 11px;
}

.gofshoe-footer a {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  text-decoration: none;
}

.gofshoe-footer a:hover {
  color: #fff;
}

.gofshoe-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.48);
  font-size: 11px;
  letter-spacing: .05em;
  margin: 0 auto;
  max-width: 1320px;
  padding: 22px 28px 28px;
}

.woocommerce .site-main {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .gofshoe-header-inner {
    grid-template-columns: 1fr auto;
    min-height: 68px;
  }

  .gofshoe-menu-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .gofshoe-nav {
    background: #fff;
    border-top: 1px solid var(--gofshoe-line);
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    padding: 18px 0 22px;
  }

  .gofshoe-nav.is-open {
    display: block;
  }

  .gofshoe-nav ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .gofshoe-header-actions {
    display: none;
  }

  .gofshoe-hero-inner {
    grid-template-columns: 1fr;
  }

  .gofshoe-hero-copy {
    min-height: 470px;
    padding: 60px 28px;
  }

  .gofshoe-hero-media {
    min-height: 390px;
  }

  .gofshoe-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
  }

  .gofshoe-trust-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .gofshoe-trust-item:nth-child(3) {
    border-left: 0;
  }

  .gofshoe-category-grid,
  .gofshoe-editorial-inner {
    grid-template-columns: 1fr;
  }

  .gofshoe-category-card {
    min-height: 240px;
  }

  .gofshoe-footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .gofshoe-announcement {
    font-size: 9px;
    letter-spacing: .1em;
  }

  .gofshoe-section {
    padding: 64px 20px;
  }

  .gofshoe-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .gofshoe-products {
    gap: 16px 12px;
  }

  .gofshoe-product-meta h3 {
    font-size: 12px;
  }

  .gofshoe-trust-inner {
    padding: 0 20px;
  }

  .gofshoe-trust-item {
    padding: 23px 14px;
  }

  .gofshoe-trust-item strong {
    font-size: 10px;
  }

  .gofshoe-trust-item span {
    font-size: 11px;
  }

  .gofshoe-footer-inner {
    gap: 34px 22px;
    grid-template-columns: 1fr 1fr;
    padding: 54px 20px 34px;
  }

  .gofshoe-footer-brand-wrap {
    grid-column: 1 / -1;
  }

  .gofshoe-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Astra Builder content blocks. */
.ast-builder-html-element .gofshoe-footer-brand,
.ast-builder-html-element .gofshoe-footer-contact {
  color: rgba(255, 255, 255, .72);
}

.ast-builder-html-element .gofshoe-footer-brand img {
  display: block;
  filter: brightness(0) invert(1);
  margin: 0 0 18px;
  max-height: 42px;
  width: auto;
}

.ast-builder-html-element .gofshoe-footer-brand p,
.ast-builder-html-element .gofshoe-footer-contact span {
  color: rgba(255, 255, 255, .62);
  display: block;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  max-width: 280px;
}

.ast-builder-html-element .gofshoe-footer-contact strong {
  color: #fff;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
}

.ast-builder-html-element .gofshoe-footer-contact a {
  color: #d7f36b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none;
}

.ast-builder-html-element .gofshoe-footer-contact a:hover,
.ast-builder-html-element .gofshoe-footer-contact a:focus {
  color: #fff;
  text-decoration: underline;
}

.ast-primary-header-bar {
  border-bottom: 1px solid var(--gofshoe-line);
}

.ast-primary-header-bar .main-header-menu > .menu-item > .menu-link {
  color: var(--gofshoe-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  padding-left: 14px;
  padding-right: 14px;
  text-transform: uppercase;
}

.ast-primary-header-bar .main-header-menu > .menu-item > .menu-link:hover,
.ast-primary-header-bar .main-header-menu > .menu-item > .menu-link:focus {
  color: var(--gofshoe-muted);
}

.ast-header-button-1 .ast-custom-button {
  background: var(--gofshoe-ink);
  border: 1px solid var(--gofshoe-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 13px 20px;
  text-transform: uppercase;
}

.ast-header-button-1 .ast-custom-button:hover,
.ast-header-button-1 .ast-custom-button:focus {
  background: var(--gofshoe-accent);
  border-color: var(--gofshoe-accent);
  color: var(--gofshoe-ink);
}

.gofshoe-hero .elementor-widget-image,
.gofshoe-hero .elementor-widget-image .elementor-widget-container,
.gofshoe-hero .elementor-widget-image img {
  height: 100%;
  width: 100%;
}

.gofshoe-hero .elementor-widget-image img {
  object-fit: cover;
}

.gofshoe-hero-copy > .elementor-element,
.gofshoe-editorialcopy > .elementor-element {
  max-width: 520px;
}

.gofshoe-hero .elementor-widget-heading h1 {
  font-size: clamp(42px, 5.8vw, 76px);
  letter-spacing: -.04em;
  line-height: .98;
  margin: 14px 0 18px;
}

.gofshoe-hero .elementor-widget-text-editor p,
.gofshoe-editorial .elementor-widget-text-editor p,
.gofshoe-section > .elementor-widget-text-editor p,
.gofshoe-faq > .elementor-widget-text-editor p {
  line-height: 1.65;
  margin: 0 0 22px;
}

.gofshoe-trust-inner {
  display: grid !important;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.gofshoe-trust-inner > .elementor-element {
  border-left: 1px solid rgba(255, 255, 255, .18);
  padding: 24px 24px;
}

.gofshoe-trust-inner > .elementor-element:first-child {
  border-left: 0;
}

.gofshoe-trust-inner strong,
.gofshoe-trust-inner span {
  display: block;
}

.gofshoe-trust-inner strong {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
}

.gofshoe-trust-inner span {
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
}

.gofshoe-section,
.gofshoe-faq {
  margin: 0 auto;
  max-width: 1320px;
  padding: 90px 28px;
}

.gofshoe-section > .elementor-widget-heading h2,
.gofshoe-faq > .elementor-widget-heading h2 {
  font-size: clamp(34px, 4.5vw, 58px);
  letter-spacing: -.03em;
  line-height: 1;
  margin: 0 0 12px;
}

.gofshoe-section > .elementor-widget-text-editor,
.gofshoe-faq > .elementor-widget-text-editor {
  max-width: 540px;
}

.gofshoe-section .woocommerce ul.products {
  display: grid;
  gap: 32px 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 42px 0 0;
}

.gofshoe-section .woocommerce ul.products::before,
.gofshoe-section .woocommerce ul.products::after {
  display: none;
}

.gofshoe-section .woocommerce ul.products li.product {
  float: none;
  margin: 0;
  width: auto;
}

.gofshoe-section .woocommerce ul.products li.product a img {
  background: var(--gofshoe-paper);
  margin: 0 0 15px;
  transition: transform .25s ease;
}

.gofshoe-section .woocommerce ul.products li.product a:hover img {
  transform: scale(1.025);
}

.gofshoe-section .woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--gofshoe-ink);
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
}

.gofshoe-section .woocommerce ul.products li.product .price {
  color: var(--gofshoe-muted);
  font-size: 14px;
}

.gofshoe-category-section .product-category.product {
  background: var(--gofshoe-paper);
  padding-bottom: 18px;
}

.gofshoe-category-section .product-category.product img {
  margin-bottom: 12px !important;
}

.gofshoe-category-section .woocommerce ul.products li.product .woocommerce-loop-category__title {
  color: var(--gofshoe-ink);
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  padding: 0 18px;
}

.gofshoe-category-section .woocommerce ul.products li.product .count {
  color: var(--gofshoe-muted);
  font-size: 12px;
}

.gofshoe-editorial {
  width: 100%;
}

.gofshoe-editorial-inner {
  align-items: center;
  display: grid !important;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1320px;
  padding: 92px 28px;
}

.gofshoe-editorial-inner h2 {
  font-size: clamp(38px, 5.2vw, 68px);
  letter-spacing: -.04em;
  line-height: .96;
  margin: 0;
}

.gofshoe-faq-grid {
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.gofshoe-faq-item {
  border-top: 1px solid var(--gofshoe-line);
  padding-top: 20px;
}

.gofshoe-faq-item h3 {
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 14px;
}

.gofshoe-faq-item p {
  color: var(--gofshoe-muted);
  font-size: 14px;
  line-height: 1.65;
}

.gofshoe-final-cta {
  color: #fff;
  padding: 92px 28px;
  text-align: center;
}

.gofshoe-final-cta .elementor-widget-heading h2 {
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: -.04em;
  line-height: 1;
  margin: 0 0 14px;
}

.gofshoe-final-cta .elementor-widget-text-editor {
  margin: 0 auto 18px;
  max-width: 500px;
}

.gofshoe-final-cta .elementor-widget-button {
  margin: 0 auto;
}

@media (max-width: 900px) {
  .gofshoe-hero {
    flex-direction: column !important;
  }

  .gofshoe-hero-copy,
  .gofshoe-hero-media {
    width: 100% !important;
  }

  .gofshoe-hero-copy {
    min-height: 430px;
    padding: 58px 28px !important;
  }

  .gofshoe-hero-media {
    min-height: 380px;
  }

  .gofshoe-trust-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .gofshoe-trust-inner > .elementor-element:nth-child(3) {
    border-left: 0;
  }

  .gofshoe-section .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gofshoe-editorial-inner,
  .gofshoe-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .gofshoe-hero-copy {
    min-height: 390px;
    padding: 46px 20px !important;
  }

  .gofshoe-hero-media {
    min-height: 280px;
  }

  .gofshoe-hero .elementor-widget-heading h1 {
    font-size: 42px;
  }

  .gofshoe-trust-inner {
    padding: 0 20px;
  }

  .gofshoe-trust-inner > .elementor-element {
    padding: 20px 12px;
  }

  .gofshoe-section,
  .gofshoe-faq,
  .gofshoe-editorial-inner,
  .gofshoe-final-cta {
    padding: 64px 20px;
  }

  .gofshoe-section .woocommerce ul.products {
    gap: 22px 12px;
    margin-top: 30px;
  }

  .gofshoe-section .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
  }
}
