.elementor-491 .elementor-element.elementor-element-070534c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-1135921 *//* =========================================
   GAVIN HARD SHOP TERMS AND CONDITIONS
========================================= */

.ghs-terms-section {
  --ghs-primary: #173f35;
  --ghs-accent: #d6ff43;
  --ghs-heading: #17211e;
  --ghs-text: #596460;
  --ghs-muted: #818b87;
  --ghs-border: #dde5e1;
  --ghs-background: #f5f7f6;
  --ghs-white: #ffffff;
  --ghs-soft-green: #edf3f0;

  width: 100%;
  padding: 90px 24px;
  background: var(--ghs-background);
  font-family: "Raleway", Arial, sans-serif;
  scroll-behavior: smooth;
}

.ghs-terms-section *,
.ghs-terms-section *::before,
.ghs-terms-section *::after {
  box-sizing: border-box;
}

.ghs-terms-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* HEADER */

.ghs-terms-hero {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
}

.ghs-terms-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 9px 16px;
  border-radius: 100px;
  background: var(--ghs-accent);
  color: var(--ghs-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.5px;
}

.ghs-terms-hero h1 {
  margin: 0 0 18px;
  color: var(--ghs-heading);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2.5px;
}

.ghs-terms-hero > p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--ghs-text);
  font-size: 17px;
  line-height: 1.8;
}

.ghs-terms-update {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  padding: 10px 15px;
  border: 1px solid var(--ghs-border);
  border-radius: 100px;
  background: var(--ghs-white);
  color: var(--ghs-text);
  font-size: 13px;
  font-weight: 600;
}

.ghs-update-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ghs-primary);
  color: var(--ghs-white);
  font-size: 11px;
}

/* MAIN LAYOUT */

.ghs-terms-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}

/* SIDEBAR */

.ghs-terms-sidebar {
  position: relative;
}

.ghs-sidebar-inner {
  position: sticky;
  top: 110px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid var(--ghs-border);
  border-radius: 20px;
  background: var(--ghs-white);
  box-shadow: 0 14px 40px rgba(23, 33, 30, 0.05);
}

.ghs-sidebar-inner::-webkit-scrollbar {
  width: 5px;
}

.ghs-sidebar-inner::-webkit-scrollbar-track {
  background: transparent;
}

.ghs-sidebar-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--ghs-border);
}

.ghs-sidebar-title {
  display: block;
  margin-bottom: 15px;
  color: var(--ghs-heading);
  font-size: 16px;
  font-weight: 800;
}

.ghs-terms-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ghs-terms-nav a {
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  color: var(--ghs-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    padding-left 0.2s ease;
}

.ghs-terms-nav a:hover {
  padding-left: 17px;
  background: var(--ghs-soft-green);
  color: var(--ghs-primary);
}

/* CONTENT */

.ghs-terms-content {
  min-width: 0;
}

.ghs-terms-intro {
  margin-bottom: 20px;
  padding: 30px 34px;
  border-radius: 20px;
  background: var(--ghs-primary);
}

.ghs-terms-intro p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.85;
}

.ghs-terms-intro p:last-child {
  margin-bottom: 0;
}

/* TERM CARDS */

.ghs-term-card {
  scroll-margin-top: 120px;
  margin-bottom: 20px;
  padding: 36px 38px;
  border: 1px solid var(--ghs-border);
  border-radius: 20px;
  background: var(--ghs-white);
  box-shadow: 0 12px 38px rgba(23, 33, 30, 0.04);
}

.ghs-term-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ghs-border);
}

.ghs-term-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  background: var(--ghs-primary);
  color: var(--ghs-white);
  font-size: 13px;
  font-weight: 800;
}

.ghs-term-heading h2 {
  margin: 0;
  color: var(--ghs-heading);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.ghs-term-card h3 {
  margin: 28px 0 12px;
  color: var(--ghs-heading);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.ghs-term-card p {
  margin: 0 0 15px;
  color: var(--ghs-text);
  font-size: 15px;
  line-height: 1.85;
}

.ghs-term-card p:last-child {
  margin-bottom: 0;
}

.ghs-term-card ul,
.ghs-term-card ol {
  margin: 17px 0 20px;
  padding-left: 23px;
}

.ghs-term-card li {
  margin-bottom: 10px;
  padding-left: 4px;
  color: var(--ghs-text);
  font-size: 15px;
  line-height: 1.75;
}

.ghs-term-card li::marker {
  color: var(--ghs-primary);
  font-weight: 800;
}

/* BUSINESS INFORMATION */

.ghs-business-info {
  overflow: hidden;
  margin: 22px 0;
  border: 1px solid var(--ghs-border);
  border-radius: 15px;
}

.ghs-info-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--ghs-border);
}

.ghs-info-row:last-child {
  border-bottom: none;
}

.ghs-info-row:nth-child(even) {
  background: var(--ghs-background);
}

.ghs-info-row span {
  color: var(--ghs-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.ghs-info-row strong {
  color: var(--ghs-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

/* NOTICE BOX */

.ghs-notice-box {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 4px solid var(--ghs-accent);
  border-radius: 0 14px 14px 0;
  background: var(--ghs-soft-green);
}

.ghs-notice-box strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ghs-primary);
  font-size: 15px;
  font-weight: 800;
}

.ghs-notice-box p {
  margin: 0;
  color: var(--ghs-text);
  font-size: 14px;
}

/* INLINE LINK */

.ghs-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 7px;
  padding: 13px 18px;
  border-radius: 100px;
  background: var(--ghs-primary);
  color: var(--ghs-white) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.ghs-inline-link:hover {
  background: var(--ghs-heading);
  transform: translateY(-2px);
}

.ghs-inline-link span {
  font-size: 17px;
}

/* CONTACT CARD */

.ghs-contact-card {
  border: none;
  background: var(--ghs-primary);
}

.ghs-contact-card .ghs-term-heading {
  border-color: rgba(255, 255, 255, 0.14);
}

.ghs-contact-card .ghs-term-number {
  background: var(--ghs-accent);
  color: var(--ghs-primary);
}

.ghs-contact-card .ghs-term-heading h2 {
  color: var(--ghs-white);
}

.ghs-contact-card > p {
  color: rgba(255, 255, 255, 0.75);
}

.ghs-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.ghs-contact-item {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.ghs-contact-full {
  grid-column: 1 / -1;
}

.ghs-contact-label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.ghs-contact-item strong {
  color: var(--ghs-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

/* TABLET */

@media screen and (max-width: 1024px) {
  .ghs-terms-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 22px;
  }

  .ghs-sidebar-inner {
    padding: 18px;
  }

  .ghs-term-card {
    padding: 32px 30px;
  }

  .ghs-info-row {
    grid-template-columns: 180px minmax(0, 1fr);
  }
}

/* MOBILE AND SMALL TABLET */

@media screen and (max-width: 800px) {
  .ghs-terms-section {
    padding: 70px 20px;
  }

  .ghs-terms-hero {
    margin-bottom: 40px;
    text-align: left;
  }

  .ghs-terms-hero h1 {
    font-size: 48px;
    letter-spacing: -1.5px;
  }

  .ghs-terms-hero > p {
    font-size: 15px;
  }

  .ghs-terms-layout {
    display: block;
  }

  .ghs-terms-sidebar {
    display: none;
  }

  .ghs-terms-intro {
    padding: 26px;
  }

  .ghs-term-card {
    scroll-margin-top: 90px;
  }
}

/* MOBILE */

@media screen and (max-width: 520px) {
  .ghs-terms-section {
    padding: 55px 14px;
  }

  .ghs-terms-label {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .ghs-terms-hero h1 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 1.1;
  }

  .ghs-terms-hero > p {
    font-size: 14px;
    line-height: 1.75;
  }

  .ghs-terms-update {
    align-items: flex-start;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.5;
  }

  .ghs-terms-intro {
    padding: 22px 20px;
    border-radius: 15px;
  }

  .ghs-terms-intro p {
    font-size: 14px;
    line-height: 1.75;
  }

  .ghs-term-card {
    margin-bottom: 14px;
    padding: 24px 18px;
    border-radius: 15px;
  }

  .ghs-term-heading {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 18px;
  }

  .ghs-term-number {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 11px;
  }

  .ghs-term-heading h2 {
    padding-top: 5px;
    font-size: 20px;
    line-height: 1.35;
  }

  .ghs-term-card h3 {
    font-size: 16px;
  }

  .ghs-term-card p,
  .ghs-term-card li {
    font-size: 14px;
    line-height: 1.75;
  }

  .ghs-term-card ul,
  .ghs-term-card ol {
    padding-left: 20px;
  }

  .ghs-info-row {
    display: block;
    padding: 15px;
  }

  .ghs-info-row span {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
  }

  .ghs-info-row strong {
    display: block;
    font-size: 13px;
  }

  .ghs-notice-box {
    padding: 18px;
  }

  .ghs-contact-grid {
    grid-template-columns: 1fr;
  }

  .ghs-contact-full {
    grid-column: auto;
  }
}/* End custom CSS */