/* =========================================================
   GIFTED GOAT APPAREL — FINAL CONSOLIDATED BIG CARTEL CSS
   Greatness In All Aspects
   Replace the current custom CSS with this file.
========================================================= */

:root {
  --gg-black: #050505;
  --gg-black-soft: #0b0b0b;
  --gg-charcoal: #151515;
  --gg-charcoal-2: #1d1d1d;
  --gg-red: #d71920;
  --gg-red-bright: #ef242a;
  --gg-yellow: #edb51c;
  --gg-yellow-soft: #c99512;
  --gg-white: #f2efe8;
  --gg-gray: #969696;
  --gg-gray-dark: #555;
  --gg-border: #272727;
}


/* =========================================================
   GLOBAL
========================================================= */

html {
  background: var(--gg-black);
}

body {
  background:
    radial-gradient(circle at 75% 0%, #210606 0%, #0a0a0a 28%, #050505 65%);
  color: var(--gg-white);
  margin-top: 0 !important;
}

* {
  box-sizing: border-box;
}

a {
  transition:
    color .2s ease,
    background .2s ease,
    border-color .2s ease,
    opacity .2s ease,
    transform .2s ease;
}

img {
  max-width: 100%;
}

main,
.content,
.page-content,
.home-content,
.gg-home-content {
  margin-top: 0 !important;
}

button,
.button,
input[type="submit"] {
  border-radius: 0 !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

input,
select,
textarea {
  background: #0c0c0c !important;
  color: white !important;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  border-color: var(--gg-red) !important;
}


/* =========================================================
   BIG CARTEL TOP NAV
========================================================= */

.top-nav {
  width: 100% !important;
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 4% !important;
  background: #050505 !important;
  border-bottom: 1px solid #1e1e1e !important;
  position: relative !important;
  z-index: 100 !important;
}

.top-nav ul,
#navigation-modal ul,
header[data-bc-hook="header"] ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.top-nav li,
#navigation-modal li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.top-nav--links {
  display: block !important;
}

.top-nav--links > ul {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
}

.top-nav--links a,
.top-nav__dropdown-button {
  color: #f3f0e9 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 7px 0 !important;
}

.top-nav--links a:hover,
.top-nav__dropdown-button:hover {
  color: var(--gg-yellow) !important;
}

.top-nav a::after,
.top-nav__dropdown-button::after {
  display: none !important;
}

.top-nav__dropdown {
  position: relative !important;
}

.top-nav__dropdown-button {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  cursor: pointer !important;
}

.top-nav__dropdown-arrow {
  width: 11px !important;
  height: auto !important;
  color: var(--gg-red) !important;
}


/* =========================================================
   DESKTOP DROPDOWNS
========================================================= */

.top-nav__dropdown-content {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 8px !important;
  min-width: 190px !important;
  padding: 10px 0 !important;
  background: #090909 !important;
  border: 1px solid #292929 !important;
  box-shadow: 0 16px 35px rgba(0,0,0,.42) !important;
  z-index: 999 !important;
}

.top-nav__dropdown-content[aria-hidden="false"] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.top-nav__dropdown-list {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.top-nav__dropdown-list a {
  display: block !important;
  padding: 11px 16px !important;
  color: #eee !important;
  font-size: 11px !important;
}

.top-nav__dropdown-list a:hover {
  background: #151515 !important;
  color: var(--gg-yellow) !important;
}


/* =========================================================
   SEARCH + CART
========================================================= */

.top-nav__icons {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-left: auto !important;
}

.top-nav__interactive,
.top-nav__icons-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #f3f0e9 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 8px !important;
  text-decoration: none !important;
}

.top-nav__interactive:hover,
.top-nav__icons-cart:hover {
  color: var(--gg-yellow) !important;
}

.top-nav__icons-cart span {
  margin-left: 5px !important;
  color: var(--gg-red) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}


/* =========================================================
   STORE LOGO HEADER
========================================================= */

header[data-bc-hook="header"] {
  width: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  background: #050505 !important;
  border-bottom: 3px solid var(--gg-red) !important;
}

header[data-bc-hook="header"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 8% !important;
  height: 3px !important;
  background: var(--gg-yellow) !important;
}

.header-store-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.store-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 130px !important;
  max-height: 76px !important;
  object-fit: contain !important;
}


/* =========================================================
   MOBILE NAV OVERLAY
========================================================= */

.top-nav__mobile-menu {
  display: none !important;
}

.open-mobile-navigation {
  background: transparent !important;
  border: 0 !important;
  color: #f3f0e9 !important;
  padding: 8px !important;
}

#navigation-modal {
  display: none !important;
  background: #050505 !important;
  color: white !important;
}

#navigation-modal[aria-hidden="false"] {
  display: block !important;
}

.overlay_background {
  background: rgba(0,0,0,.88) !important;
}

.overlay_content {
  background: #070707 !important;
  color: white !important;
}

.overlay-page-list {
  margin: 0 !important;
  padding: 20px !important;
}

.overlay-page-list a {
  display: block !important;
  padding: 12px 0 !important;
  color: #f1eee7 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.overlay-page-list a:hover {
  color: var(--gg-yellow) !important;
}


/* =========================================================
   HOME HERO
========================================================= */

.gg-home-hero,
.home-hero {
  position: relative !important;
  overflow: hidden;
  background: #050505;
  margin-top: 0 !important;
  min-height: 480px !important;
  max-height: 620px !important;
}

.home-hero-image,
.slideshow-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 480px !important;
  max-height: 620px !important;
  display: block;
  object-fit: cover !important;
  object-position: center 42% !important;
}

.gg-hero-overlay,
.home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.84) 0%,
      rgba(0,0,0,.52) 38%,
      rgba(0,0,0,.28) 68%,
      rgba(0,0,0,.44) 100%
    ) !important;
}

.gg-hero-brand {
  position: absolute;
  z-index: 5;
  left: 6% !important;
  top: 46% !important;
  transform: translateY(-50%) !important;
  width: min(760px, 88%) !important;
  max-width: 760px !important;
}

.gg-hero-brand-small {
  color: var(--gg-yellow);
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 14px !important;
}

.gg-hero-brand-title {
  color: white;
  font-size: clamp(48px, 7vw, 98px) !important;
  line-height: .82 !important;
  letter-spacing: -.055em !important;
  font-weight: 1000;
  text-transform: uppercase;
  text-shadow:
    4px 4px 0 #000,
    7px 7px 0 rgba(215,25,32,.35);
}

.gg-hero-brand-title span {
  display: block;
  color: var(--gg-red);
}

.gg-hero-brand-copy {
  margin-top: 18px !important;
  color: #ddd;
  font-size: 11px !important;
  line-height: 1.6 !important;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gg-hero-brand-copy span {
  color: var(--gg-red);
  margin: 0 10px;
}

.gg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px !important;
  margin-top: 22px !important;
}

.gg-original-hero-content {
  display: none;
}


/* =========================================================
   FALLBACK HERO
========================================================= */

.gg-fallback-hero {
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 90px 7%;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 35%, rgba(180,0,0,.3), transparent 32%),
    linear-gradient(115deg, #040404, #111, #050505);
}

.gg-fallback-hero::after {
  content: "89";
  position: absolute;
  right: 0;
  bottom: -70px;
  font-size: min(34vw, 500px);
  line-height: .8;
  font-weight: 1000;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,.05);
  transform: skewX(-8deg);
}

.gg-fallback-hero-inner {
  position: relative;
  z-index: 2;
}

.gg-fallback-hero h1 {
  margin: 0;
  color: white;
  font-size: clamp(60px, 10vw, 145px);
  line-height: .78;
  letter-spacing: -.06em;
  font-weight: 1000;
  text-transform: uppercase;
}

.gg-fallback-hero h1 span {
  display: block;
  color: var(--gg-red);
}

.gg-fallback-hero p {
  color: #aaa;
  font-size: 13px;
  letter-spacing: .25em;
  font-weight: 800;
  text-transform: uppercase;
}


/* =========================================================
   GIFTED GOAT BUTTONS
========================================================= */

.gg-button {
  display: inline-block;
  padding: 14px 24px !important;
  text-transform: uppercase;
  letter-spacing: .1em !important;
  font-size: 11px !important;
  font-weight: 950;
}

.gg-button-primary {
  background: var(--gg-red);
  color: white !important;
}

.gg-button-primary:hover {
  background: var(--gg-yellow);
  color: #050505 !important;
  transform: translateY(-2px);
}

.gg-button-outline {
  border: 1px solid #555;
  color: white !important;
  background: rgba(0,0,0,.18);
}

.gg-button-outline:hover {
  border-color: var(--gg-yellow);
  color: var(--gg-yellow) !important;
}


/* =========================================================
   RACING STRIP
========================================================= */

.gg-racing-strip {
  height: 24px;
  opacity: .18;
  background-color: #111;
  background-image:
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%),
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%);
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px;
}


/* =========================================================
   COLLECTION LINKS
========================================================= */

.gg-home-collections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  margin-top: 0 !important;
  background: #0b0b0b !important;
  border-top: 1px solid #1f1f1f !important;
  border-bottom: 1px solid #1f1f1f !important;
}

.gg-collection-card {
  min-height: 145px !important;
  padding: 24px 26px !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white !important;
  background: linear-gradient(145deg, #141414, #0b0b0b) !important;
  overflow: hidden;
}

.gg-collection-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gg-red), var(--gg-yellow));
  transform: scaleX(0);
  transform-origin: left;
  transition: .25s ease;
}

.gg-collection-card:hover::before {
  transform: scaleX(1);
}

.gg-collection-card:hover {
  background: linear-gradient(145deg, #1b1b1b, #101010) !important;
}

.gg-collection-card:hover .gg-collection-title {
  color: var(--gg-yellow) !important;
}

.gg-collection-number {
  position: absolute;
  right: 22px;
  top: 16px;
  font-size: 52px !important;
  line-height: 1;
  font-weight: 1000;
  color: rgba(255,255,255,.035);
}

.gg-collection-title {
  font-size: 19px !important;
  font-weight: 950;
  text-transform: uppercase;
}

.gg-collection-copy {
  margin-top: 6px;
  color: #888;
  font-size: 9px !important;
  letter-spacing: .13em !important;
  font-weight: 800;
  text-transform: uppercase;
}

.gg-collection-arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: var(--gg-yellow);
  font-size: 24px;
  transition: transform .2s ease;
}

.gg-collection-card:hover .gg-collection-arrow {
  transform: translateX(5px);
}


/* =========================================================
   HOME CONTENT + VIDEO
========================================================= */

.gg-home-content,
.home-content {
  background: #070707;
  color: var(--gg-white);
  padding-bottom: 0;
}

.gg-video-section,
.home-featured-video-section {
  background: #090909;
  padding: 70px 5%;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}


/* =========================================================
   SECTION TITLES
========================================================= */

.gg-section-label {
  color: var(--gg-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.gg-section-title,
.featured-title {
  margin: 8px 0 0;
  color: white;
  font-size: clamp(30px, 4vw, 52px) !important;
  line-height: .9;
  letter-spacing: -.035em;
  font-weight: 1000;
  text-transform: uppercase;
}

.gg-section-title::after,
.featured-title::after {
  content: "";
  display: block;
  width: 70px !important;
  height: 4px !important;
  margin-top: 10px !important;
  background: linear-gradient(
    90deg,
    var(--gg-red) 0 70%,
    var(--gg-yellow) 70% 100%
  );
}


/* =========================================================
   FEATURED PRODUCTS
========================================================= */

.gg-featured-products {
  padding-top: 48px !important;
  background: #070707;
}

.gg-featured-heading-wrap,
.featured-container {
  max-width: none !important;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.gg-featured-heading-wrap {
  margin-bottom: 10px !important;
}

.gg-featured-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 14px !important;
}

.gg-view-all {
  color: #aaa !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gg-view-all:hover {
  color: var(--gg-yellow) !important;
}

.gg-featured-message,
.featured-message {
  color: #aaa;
  max-width: 700px;
  line-height: 1.7;
  margin-bottom: 35px;
}


/* =========================================================
   PRODUCT GRID
========================================================= */

.gg-product-list-container,
.product-list-container {
  max-width: none !important;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 4px !important;
}

.gg-product-list,
.product-list {
  gap: 16px !important;
}

.gg-product-card,
.product-list-thumb {
  position: relative;
  overflow: hidden;
  background: #0d0d0d !important;
  border: 1px solid #242424 !important;
  box-shadow: none !important;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.gg-product-card:hover,
.product-list-thumb:hover {
  transform: translateY(-3px) !important;
  border-color: #3b3b3b !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.28) !important;
}

.gg-product-image,
.product-list-image-container {
  background: #111 !important;
  overflow: hidden;
}

.gg-product-card img,
.product-list-image {
  transition:
    transform .35s ease,
    filter .35s ease;
  filter: saturate(.96) contrast(1.02) !important;
}

.gg-product-card:hover img,
.product-list-thumb:hover img {
  transform: scale(1.03);
}

.gg-product-info,
.product-list-thumb-info {
  min-height: 84px;
  padding: 14px 14px 16px !important;
  background: #0d0d0d;
}

.gg-product-name,
.product-list-thumb-name {
  color: white;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .035em !important;
}

.gg-product-price,
.product-list-thumb-price {
  color: var(--gg-yellow);
  margin-top: 6px !important;
  font-size: 13px !important;
  font-weight: 900;
}

.gg-product-status,
.product-list-thumb-status {
  border-radius: 0 !important;
  background: var(--gg-red) !important;
  color: white !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.product-list-thumb-info .product-list-thumb-status {
  display: none !important;
}

.gg-shop-now,
.product-list-shop-now {
  background: var(--gg-red) !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 13px 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gg-shop-now:hover,
.product-list-shop-now:hover {
  background: var(--gg-yellow) !important;
  color: #050505 !important;
}


/* =========================================================
   FEATURED CATEGORIES
========================================================= */

.gg-featured-categories,
.featured-categories {
  padding: 60px 5% 20px !important;
  background: #070707;
}

.gg-category-section-heading {
  margin-bottom: 20px !important;
}

.gg-category-list {
  gap: 20px;
}

.gg-category-product-card {
  background: #101010;
}

.gg-category-text-button {
  background: #111 !important;
  border: 1px solid #333 !important;
  color: white !important;
  padding: 15px 22px;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .08em;
}

.gg-category-text-button:hover {
  background: var(--gg-red) !important;
  border-color: var(--gg-red) !important;
}


/* =========================================================
   ALL PRODUCTS BUTTON
========================================================= */

.gg-all-products-wrap {
  text-align: center;
  padding: 30px 20px 50px !important;
}

.gg-all-products-button {
  background: transparent !important;
  color: white !important;
  border: 1px solid #555 !important;
  border-radius: 0 !important;
  padding: 15px 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.gg-all-products-button:hover {
  color: var(--gg-yellow) !important;
  border-color: var(--gg-yellow) !important;
}


/* =========================================================
   BRAND STORY
========================================================= */

.gg-brand-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px !important;
  margin-top: 50px !important;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  background: #090909;
}

.gg-brand-story-left {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 7% !important;
  background:
    linear-gradient(
      120deg,
      rgba(4,4,4,.98),
      rgba(19,19,19,.98)
    );
}

.gg-brand-story-left::before {
  content: "GIFTED";
  position: absolute;
  right: -25px;
  bottom: -35px;
  font-size: clamp(90px, 12vw, 190px);
  font-weight: 1000;
  line-height: 1;
  color: rgba(255,255,255,.008) !important;
  -webkit-text-stroke: 1px rgba(255,255,255,.015) !important;
  opacity: .28 !important;
  transform: rotate(-6deg);
}

.gg-brand-story-left > * {
  position: relative;
  z-index: 2;
}

.gg-brand-story-left h2 {
  margin: 12px 0 20px !important;
  color: white;
  font-size: clamp(46px, 6vw, 82px) !important;
  line-height: .78;
  letter-spacing: -.06em;
  font-weight: 1000;
  text-transform: uppercase;
}

.gg-brand-story-left h2 span {
  display: block;
  color: var(--gg-red);
}

.gg-brand-story-left p {
  max-width: 560px;
  color: #999;
  font-size: 12px !important;
  line-height: 1.65 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gg-brand-story-right {
  position: relative;
  min-height: 420px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: #000 !important;
  padding: 55px 30px !important;
  box-sizing: border-box !important;
}

.gg-brand-story-right::before,
.gg-brand-story-right::after {
  display: none !important;
  content: none !important;
}

.gg-brand-logo {
  display: block !important;
  width: min(46%, 235px) !important;
  max-width: 235px !important;
  height: auto !important;
  margin: 0 auto 30px !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 5 !important;
  opacity: 1 !important;
  filter: none !important;
  background: transparent !important;
  object-fit: contain;
}

.gg-brand-statement {
  position: relative !important;
  z-index: 5 !important;
  color: white;
  font-size: clamp(26px, 3vw, 42px) !important;
  line-height: .88;
  font-weight: 1000;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 4px !important;
  margin-bottom: 10px !important;
}

.gg-brand-statement span {
  display: block;
  color: var(--gg-yellow);
}


/* =========================================================
   INSTAGRAM BAR
========================================================= */

.gg-instagram-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px !important;
  padding: 20px !important;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  background:
    linear-gradient(
      90deg,
      #0d0d0d 0%,
      #201010 30%,
      #b2181d 50%,
      #201010 70%,
      #0d0d0d 100%
    ) !important;
  color: white;
}

.gg-instagram-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.gg-instagram-handle {
  color: white;
  font-size: 17px !important;
  font-weight: 1000;
  letter-spacing: .03em;
}

.gg-instagram-link {
  color: white !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--gg-yellow);
}


/* =========================================================
   FOOTER
========================================================= */

footer,
.footer,
.site-footer {
  margin-top: 0 !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  background: #020202 !important;
  color: #777 !important;
  border-top: 1px solid #222 !important;
}

footer a,
.footer a,
.site-footer a {
  color: #aaa !important;
}

footer a:hover,
.footer a:hover,
.site-footer a:hover {
  color: var(--gg-yellow) !important;
}


/* =========================================================
   OPTIONAL GRAIN
========================================================= */

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: .022;
  background-image:
    repeating-radial-gradient(
      circle at 0 0,
      #fff 0,
      #fff 1px,
      transparent 1px,
      transparent 3px
    );
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .gg-home-collections {
    grid-template-columns: 1fr;
  }

  .gg-brand-story {
    grid-template-columns: 1fr !important;
  }

  .gg-brand-story-right {
    min-height: 300px !important;
  }

  .gg-hero-brand {
    left: 5%;
    right: 5%;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {
  .top-nav {
    min-height: 52px !important;
    padding: 0 18px !important;
  }

  .top-nav--links {
    display: none !important;
  }

  .top-nav__mobile-menu {
    display: block !important;
  }

  .top-nav__icons {
    margin-left: auto !important;
  }

  header[data-bc-hook="header"] {
    padding: 8px 15px !important;
  }

  .store-logo {
    max-width: 105px !important;
    max-height: 66px !important;
  }

  #navigation-modal {
    display: none !important;
  }

  #navigation-modal[aria-hidden="false"] {
    display: block !important;
  }

  .home-hero,
  .gg-home-hero {
    min-height: 440px !important;
    max-height: none !important;
  }

  .home-hero-image,
  .slideshow-image {
    min-height: 440px !important;
    max-height: none !important;
    object-position: center center !important;
  }

  .gg-hero-brand {
    left: 22px !important;
    right: 22px !important;
    width: auto !important;
    max-width: none !important;
    top: 48% !important;
  }

  .gg-hero-brand-title {
    font-size: clamp(42px, 13vw, 60px) !important;
  }

  .gg-hero-brand-copy {
    font-size: 10px !important;
  }

  .gg-home-collections {
    grid-template-columns: 1fr !important;
  }

  .gg-collection-card {
    min-height: 110px !important;
  }

  .gg-featured-products {
    padding-top: 42px !important;
  }

  .gg-brand-story {
    margin-top: 35px !important;
  }

  .gg-brand-story-left {
    padding: 50px 24px !important;
  }

  .gg-brand-story-right {
    min-height: 280px !important;
    padding: 45px 20px !important;
  }

  .gg-instagram-bar {
    padding: 18px 14px !important;
  }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 600px) {
  .gg-hero-brand-small {
    font-size: 10px;
  }

  .gg-hero-brand-copy span {
    display: none;
  }

  .gg-hero-actions {
    flex-direction: column;
  }

  .gg-button {
    width: 100%;
    text-align: center;
  }

  .gg-fallback-hero {
    min-height: 550px;
    padding: 70px 22px;
  }

  .gg-fallback-hero h1 {
    font-size: 52px;
  }

  .gg-product-list-container,
  .product-list-container,
  .gg-featured-heading-wrap,
  .featured-container,
  .gg-featured-categories,
  .featured-categories {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gg-brand-story-left::before {
    opacity: .18 !important;
  }

  .gg-brand-logo {
    width: min(48%, 190px) !important;
    max-width: 190px !important;
    margin-bottom: 20px !important;
  }

  .gg-instagram-bar {
    flex-direction: column;
    gap: 10px !important;
    text-align: center;
  }
}


/* =========================================================
   DESKTOP SAFETY
========================================================= */

@media (min-width: 769px) {
  #navigation-modal {
    display: none !important;
  }
}


/* =========================================================
   PRODUCT PAGE — GIFTED GOAT
========================================================= */

.product-breadcrumb.gg-product-breadcrumb {
  width: min(1400px, 90%);
  margin: 28px auto 10px !important;
  color: #747474 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

.product-breadcrumb.gg-product-breadcrumb a {
  color: #aaa !important;
  text-decoration: none !important;
}

.product-breadcrumb.gg-product-breadcrumb a:hover {
  color: var(--gg-yellow) !important;
}

.gg-product-page {
  width: min(1400px, 90%) !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 26px 0 70px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr) !important;
  gap: clamp(34px, 5vw, 78px) !important;
  align-items: start !important;
}

.gg-product-gallery {
  background: #0b0b0b !important;
  border: 1px solid #202020 !important;
  padding: 12px !important;
}

.gg-product-gallery .zoom-image-container,
.gg-product-gallery .splide__slide {
  background: #111 !important;
}

.gg-product-gallery .product-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.product-thumbnails-buttons-container {
  margin-top: 12px !important;
}

.product-thumbnails--list {
  gap: 8px !important;
}

.product-thumbnails--change-slide {
  background: #0d0d0d !important;
  border: 1px solid #282828 !important;
  border-radius: 0 !important;
}

.product-thumbnails--change-slide:hover,
.product-thumbnails--change-slide.is-active {
  border-color: var(--gg-yellow) !important;
}

.gg-product-detail {
  position: sticky !important;
  top: 24px !important;
  padding: clamp(26px, 3vw, 42px) !important;
  background: #080808 !important;
  border: 1px solid #222 !important;
}

.gg-product-eyebrow {
  margin-bottom: 14px;
  color: var(--gg-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.gg-product-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(38px, 4vw, 68px) !important;
  line-height: .88 !important;
  letter-spacing: -.045em !important;
  font-weight: 1000 !important;
  text-transform: uppercase !important;
}

.gg-product-pricing {
  margin-top: 18px !important;
  color: var(--gg-yellow) !important;
  font-size: 23px !important;
  font-weight: 950 !important;
}

.product-detail__status {
  display: inline-block !important;
  margin-bottom: 12px !important;
  padding: 7px 10px !important;
  background: var(--gg-red) !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.gg-product-form {
  margin-top: 28px !important;
  padding-top: 24px !important;
  border-top: 1px solid #242424 !important;
}

.gg-product-form .product-selects,
.gg-product-form .product_option_groups {
  display: grid !important;
  gap: 12px !important;
}

.gg-product-form .select {
  position: relative !important;
}

.gg-product-form select {
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 46px 0 15px !important;
  background: #101010 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.gg-product-form select:focus {
  border-color: var(--gg-yellow) !important;
}

.gg-add-to-cart {
  width: 100% !important;
  min-height: 54px !important;
  margin-top: 16px !important;
  background: var(--gg-red) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.gg-add-to-cart:hover {
  background: var(--gg-yellow) !important;
  color: #050505 !important;
}

.inventory-status-message {
  margin-top: 10px !important;
  color: #999 !important;
  font-size: 11px !important;
}

.gg-product-description-label {
  margin-top: 30px !important;
  padding-top: 24px !important;
  border-top: 1px solid #242424 !important;
  color: var(--gg-red) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.gg-product-description {
  margin-top: 12px !important;
  color: #aaa !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
}

.gg-product-description p {
  margin: 0 0 14px !important;
}

.gg-related-products {
  margin-top: 20px !important;
  padding: 70px 5% !important;
  background: #070707 !important;
  border-top: 1px solid #222 !important;
}

.gg-related-products .related-products-header {
  margin-bottom: 26px !important;
}

.gg-related-products-title {
  margin: 7px 0 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 4vw, 52px) !important;
  line-height: .9 !important;
  font-weight: 1000 !important;
  text-transform: uppercase !important;
}

.gg-related-products-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 10px;
  background: linear-gradient(
    90deg,
    var(--gg-red) 0 70%,
    var(--gg-yellow) 70% 100%
  );
}

@media (max-width: 900px) {
  .gg-product-page {
    grid-template-columns: 1fr !important;
    width: min(94%, 900px) !important;
    gap: 24px !important;
  }

  .gg-product-detail {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 600px) {
  .product-breadcrumb.gg-product-breadcrumb {
    width: calc(100% - 36px) !important;
    margin-top: 18px !important;
  }

  .gg-product-page {
    width: calc(100% - 36px) !important;
    padding-top: 12px !important;
    padding-bottom: 46px !important;
  }

  .gg-product-gallery {
    padding: 8px !important;
  }

  .gg-product-detail {
    padding: 24px 20px !important;
  }

  .gg-product-title {
    font-size: clamp(34px, 11vw, 48px) !important;
  }

  .gg-product-pricing {
    font-size: 20px !important;
  }

  .gg-related-products {
    padding: 50px 18px !important;
  }
}


/* =========================================================
   HOMEPAGE PRODUCT IMAGE RATIO
   Keeps featured product images from becoming oversized
========================================================= */

.gg-product-card .product-list-image-container,
.gg-product-list .product-list-image-container {
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  overflow: hidden !important;
  background: #111 !important;
}

.gg-product-card .product-list-image,
.gg-product-list .product-list-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}


/* =========================================================
   PRODUCT PAGE — FINAL FIXES
========================================================= */

/* Product size dropdown custom arrow */
.gg-product-form .select {
  position: relative !important;
}

.gg-product-form .select svg {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  width: 12px !important;
  height: 8px !important;
  transform: translateY(-50%) !important;
  color: var(--gg-yellow) !important;
  fill: currentColor !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

.gg-product-form select {
  padding-right: 45px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
}

.gg-product-form select::-ms-expand {
  display: none !important;
}

/* Hide Big Cartel carousel/scroller arrows */
.product-thumbnails-buttons-container .thumb-scroller,
.product-carousel .splide__arrows,
.product-carousel .splide__arrow,
.product-images .splide__arrow {
  display: none !important;
}

@media (min-width: 769px) {
  .product-images .mobile-buttons-indicator,
  .product-images .change-slide {
    display: none !important;
  }
}

/* Do not keep product info pinned while scrolling */
.gg-product-detail {
  position: relative !important;
  top: auto !important;
  align-self: start !important;
}

/* Force gallery to behave as one-image-at-a-time carousel */
.gg-product-gallery .splide__track {
  overflow: hidden !important;
}

.gg-product-gallery .splide__list {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.gg-product-gallery .splide__slide {
  flex: 0 0 100% !important;
  width: 100% !important;
  display: block !important;
}

.gg-product-gallery .product-image {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

.gg-product-gallery .product-thumbnails--list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  gap: 8px !important;
}

.gg-product-gallery .product-thumbnails--item {
  flex: 0 0 72px !important;
  width: 72px !important;
}

.gg-product-gallery .product-thumbnails--item img {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover !important;
}

/* Product description */
.gg-product-description ul {
  margin: 18px 0 24px 20px !important;
  padding: 0 !important;
}

.gg-product-description li {
  margin: 0 0 10px !important;
  padding-left: 4px !important;
  line-height: 1.6 !important;
  color: var(--gg-white) !important;
}

.gg-product-description li::marker {
  color: var(--gg-yellow);
}

.gg-product-signoff {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #252525;
  color: var(--gg-white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gg-inline-logo {
  width: auto !important;
  height: 28px !important;
  max-width: 45px !important;
  object-fit: contain !important;
  display: block !important;
}


/* =========================================================
   GIFTED GOAT CART PAGE
========================================================= */

.gg-cart-page {
  width: min(1400px, 92%) !important;
  margin: 0 auto !important;
  padding: 55px 0 90px !important;
}

.gg-cart-heading {
  margin-bottom: 38px !important;
}

.gg-cart-title {
  margin: 8px 0 5px !important;
  color: #fff !important;
  font-size: clamp(44px, 7vw, 90px) !important;
  line-height: .85 !important;
  letter-spacing: -.05em !important;
  font-weight: 1000 !important;
  text-transform: uppercase !important;
}

.gg-cart-subtitle {
  color: #888 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.gg-cart-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 1.5fr) minmax(310px, .5fr) !important;
  gap: 38px !important;
  align-items: start !important;
}

.gg-cart-items {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gg-cart-item {
  display: grid !important;
  grid-template-columns: 145px minmax(0, 1fr) auto auto !important;
  gap: 24px !important;
  align-items: center !important;
  padding: 22px !important;
  margin-bottom: 14px !important;
  background: #0b0b0b !important;
  border: 1px solid #222 !important;
}

.gg-cart-item-image-holder {
  width: 145px !important;
  height: 145px !important;
  overflow: hidden !important;
  background: #111 !important;
}

.gg-cart-item-image-holder img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.gg-cart-item-label {
  margin-bottom: 7px !important;
  color: var(--gg-red) !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

.gg-cart-product-name,
.gg-cart-product-name a {
  color: #fff !important;
  font-size: 19px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.gg-cart-option-name {
  margin-top: 8px !important;
  color: #999 !important;
  font-size: 11px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.gg-cart-unit-price {
  margin-top: 8px !important;
  color: var(--gg-yellow) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.gg-cart-qty {
  text-align: center !important;
}

.gg-qty-holder {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #333 !important;
  background: #080808 !important;
}

.gg-qty-holder .qty-button {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
}

.gg-qty-holder .qty-button:hover {
  color: var(--gg-yellow) !important;
}

.gg-qty-holder svg {
  width: 12px !important;
  height: 12px !important;
}

.gg-qty-holder .product-quantity {
  width: 46px !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  border: 0 !important;
  border-left: 1px solid #222 !important;
  border-right: 1px solid #222 !important;
  background: #111 !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.gg-cart-remove {
  margin-top: 9px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #777 !important;
  font-size: 9px !important;
  letter-spacing: .1em !important;
}

.gg-cart-remove:hover {
  color: var(--gg-red) !important;
}

.gg-cart-item-price {
  min-width: 75px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  text-align: right !important;
}

.gg-cart-footer-container {
  position: sticky !important;
  top: 24px !important;
}

.gg-cart-footer {
  padding: 28px !important;
  background: #080808 !important;
  border: 1px solid #242424 !important;
}

.gg-cart-summary-label {
  padding-bottom: 17px !important;
  border-bottom: 1px solid #242424 !important;
  color: var(--gg-red) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.gg-cart-subtotal {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 23px 0 !important;
  color: #fff !important;
}

.gg-cart-subtotal .cart-subtotal__label {
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

.gg-cart-subtotal .cart-subtotal__amount {
  color: var(--gg-yellow) !important;
  font-size: 24px !important;
  font-weight: 1000 !important;
}

.gg-cart-note {
  margin-bottom: 18px !important;
  color: #666 !important;
  font-size: 8px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.gg-checkout-button {
  width: 100% !important;
  min-height: 55px !important;
  background: var(--gg-red) !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 1000 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.gg-checkout-button:hover {
  background: var(--gg-yellow) !important;
  color: #050505 !important;
}

.gg-cart-footer-secondary {
  margin-top: 12px !important;
  text-align: center !important;
}

.gg-share-cart {
  color: #777 !important;
  font-size: 9px !important;
}

.gg-share-cart:hover {
  color: var(--gg-yellow) !important;
}

.gg-cart-empty {
  min-height: 420px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border: 1px solid #222 !important;
  background: #080808 !important;
}

.gg-cart-empty-mark {
  margin-bottom: 18px !important;
  color: transparent !important;
  font-size: 100px !important;
  font-weight: 1000 !important;
  line-height: .8 !important;
  -webkit-text-stroke: 2px rgba(215,25,32,.5) !important;
}

.gg-cart-shop-button {
  margin-top: 20px !important;
  padding: 15px 28px !important;
  background: var(--gg-red) !important;
  color: #fff !important;
  border: 0 !important;
}

.gg-cart-shop-button:hover {
  background: var(--gg-yellow) !important;
  color: #050505 !important;
}

/* Make built-in cart/footer controls inherit the dark skin */
.gg-cart-page a {
  text-decoration: none !important;
}

.gg-cart-page .button {
  border-radius: 0 !important;
}

@media (max-width: 900px) {
  .gg-cart-columns {
    grid-template-columns: 1fr !important;
  }

  .gg-cart-footer-container {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 600px) {
  .gg-cart-page {
    width: calc(100% - 36px) !important;
    padding-top: 35px !important;
  }

  .gg-cart-item {
    grid-template-columns: 95px minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 15px !important;
  }

  .gg-cart-item-image-holder {
    width: 95px !important;
    height: 110px !important;
    grid-row: span 2 !important;
  }

  .gg-cart-qty {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    text-align: left !important;
  }

  .gg-cart-remove {
    margin-top: 0 !important;
  }

  .gg-cart-item-price {
    grid-column: 2 !important;
    text-align: left !important;
    color: var(--gg-yellow) !important;
  }

  .gg-cart-footer {
    padding: 22px !important;
  }
}


/* =========================================================
   GIFTED GOAT — CLEAN FOOTER
========================================================= */

.gg-site-footer {
  margin: 0 !important;
  padding: 0 !important;
  background: #020202 !important;
  border-top: 1px solid #222 !important;
  color: #777 !important;
  overflow: hidden !important;
}

.gg-footer-inner {
  width: min(1400px, 92%) !important;
  margin: 0 auto !important;
  padding: 46px 0 26px !important;
}

.gg-footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.gg-footer-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.gg-footer-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 110px !important;
  max-height: 80px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

.gg-footer-logo-text {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 1000 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.gg-footer-tagline {
  margin-top: 14px !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 1000 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.gg-footer-copy {
  margin-top: 7px !important;
  color: var(--gg-red) !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
}

.gg-footer-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  margin-top: 28px !important;
  padding: 20px 0 !important;
  border-top: 1px solid #1d1d1d !important;
  border-bottom: 1px solid #1d1d1d !important;
}

.gg-footer-nav a {
  color: #aaa !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.gg-footer-nav a:hover {
  color: var(--gg-yellow) !important;
}

.gg-footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding-top: 20px !important;
  color: #555 !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.gg-footer-line {
  color: #777 !important;
}

/* Search modal must stay hidden until Big Cartel opens it */
#search-modal {
  display: none !important;
}

#search-modal[aria-hidden="false"] {
  display: block !important;
}

@media (max-width: 600px) {
  .gg-footer-inner {
    padding: 38px 0 24px !important;
  }

  .gg-footer-logo {
    max-width: 90px !important;
    max-height: 68px !important;
  }

  .gg-footer-tagline {
    font-size: 14px !important;
  }

  .gg-footer-nav {
    gap: 16px 20px !important;
    padding: 18px 0 !important;
  }

  .gg-footer-bottom {
    flex-direction: column !important;
    gap: 8px !important;
    text-align: center !important;
  }
}
/* =========================================================
   GIFTED GOAT CONTACT PAGE
========================================================= */

.gg-contact-page {
  width: min(1400px, 92%);
  margin: 0 auto;
  padding: 60px 0 90px;
}

.gg-contact-heading {
  margin-bottom: 42px;
}

.gg-contact-title {
  margin: 8px 0 6px !important;
  color: #fff !important;
  font-size: clamp(46px, 7vw, 92px) !important;
  line-height: .84 !important;
  letter-spacing: -.05em !important;
  font-weight: 1000 !important;
  text-transform: uppercase !important;
}

.gg-contact-subtitle {
  color: #888;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.gg-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: 50px;
  align-items: start;
}

.gg-contact-copy {
  padding: 38px;
  background: #080808;
  border: 1px solid #222;
}

.gg-contact-copy-label {
  color: #d71920;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.gg-contact-copy h2 {
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(42px, 5vw, 74px);
  line-height: .82;
  letter-spacing: -.04em;
  font-weight: 1000;
  text-transform: uppercase;
}

.gg-contact-copy h2 span {
  color: #d71920;
}

.gg-contact-copy p {
  max-width: 520px;
  color: #999;
  font-size: 13px;
  line-height: 1.7;
}

.gg-contact-mini {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #242424;
  color: #edb51c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gg-contact-form-wrap {
  padding: 38px;
  background: #0a0a0a;
  border: 1px solid #222;
}

.gg-contact-form {
  display: grid;
  gap: 18px;
}

.gg-contact-form .contact-form-block {
  margin: 0 !important;
}

.gg-contact-form .contact-label {
  display: block;
  margin-bottom: 8px;
  color: #f2efe8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gg-contact-form input,
.gg-contact-form textarea {
  width: 100% !important;
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  padding: 14px 15px !important;
  font-size: 13px !important;
}

.gg-contact-form textarea {
  min-height: 160px !important;
  resize: vertical;
}

.gg-contact-form input:focus,
.gg-contact-form textarea:focus {
  border-color: #edb51c !important;
  outline: none !important;
}

.gg-contact-button {
  width: 100% !important;
  min-height: 54px !important;
  background: #d71920 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 11px !important;
  font-weight: 1000 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.gg-contact-button:hover {
  background: #edb51c !important;
  color: #050505 !important;
}

.gg-recaptcha-note {
  margin-top: 4px !important;
  color: #666 !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

.gg-recaptcha-note a {
  color: #888 !important;
}

.gg-recaptcha-note a:hover {
  color: #edb51c !important;
}

.gg-contact-success {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #080808;
  border: 1px solid #222;
  text-align: center;
}

.gg-contact-success-label {
  margin-bottom: 10px;
  color: #d71920;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .gg-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .gg-contact-page {
    width: calc(100% - 36px);
    padding: 40px 0 65px;
  }

  .gg-contact-copy,
  .gg-contact-form-wrap {
    padding: 24px 20px;
  }

  .gg-contact-copy h2 {
    font-size: 46px;
  }
}
/* =========================================================
   HOME PAGE COLOR POLISH
========================================================= */

/* 1) Make the transparent divider line red */
.gg-home-collections {
  border-top: 2px solid #d71920 !important;
}

/* 2) Make the big background 89 gold */
.gg-fallback-hero::after {
  color: transparent !important;
  -webkit-text-stroke: 2px rgba(237,181,28,.28) !important;
}

/* 3) Collection numbers turn gold on hover */
.gg-collection-number {
  transition: color .2s ease, opacity .2s ease, -webkit-text-stroke .2s ease !important;
}

.gg-collection-card:hover .gg-collection-number {
  color: rgba(237,181,28,.18) !important;
  -webkit-text-stroke: 1px rgba(237,181,28,.5) !important;
}

/* Optional: make active hover title + number feel tied together */
.gg-collection-card:hover .gg-collection-title {
  color: #edb51c !important;
}
/* =========================================================
   GIFTED GOAT RACING STRIP
========================================================= */

.gg-racing-strip {
  position: relative !important;

  height: 30px !important;

  opacity: 1 !important;

  background-color: #050505 !important;

  background-image:
    linear-gradient(
      45deg,
      #f2efe8 25%,
      transparent 25%,
      transparent 75%,
      #f2efe8 75%
    ),
    linear-gradient(
      45deg,
      #f2efe8 25%,
      transparent 25%,
      transparent 75%,
      #f2efe8 75%
    ) !important;

  background-size: 24px 24px !important;

  /* centers the checker evenly between both red lines */
  background-position:
    0 0,
    12px 12px !important;

  border-top: 3px solid #d71920 !important;
  border-bottom: 3px solid #d71920 !important;

  margin: 0 !important;
  padding: 0 !important;
}

.gg-home-collections {
  margin-top: 0 !important;
  border-top: 0 !important;
}

/* Give the bottom red line a little breathing room from the cards */
.gg-home-collections {
  margin-top: 8px !important;
  border-top: 0 !important;
}

/* Remove any extra faded separator under it */
.gg-home-collections {
  border-top: 0 !important;
  margin-top: 0 !important;
}
/* =========================================================
   COLLECTION CARD IMAGE VISIBILITY + TITLE CLEANUP
========================================================= */

/* Make card images easier to see */
.gg-collection-card-image {
  opacity: .55 !important;
}

.gg-collection-card-image::after {
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,.72) 0%,
      rgba(5,5,5,.38) 48%,
      rgba(5,5,5,.18) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5,5,5,.04) 0%,
      rgba(5,5,5,.42) 100%
    ) !important;
}

/* Slightly brighter on hover */
.gg-collection-card:hover .gg-collection-card-image {
  opacity: .72 !important;
}

/* Remove white underline/bar from card text */
.gg-collection-card,
.gg-collection-card:hover,
.gg-collection-card:focus,
.gg-collection-card span,
.gg-collection-title,
.gg-collection-copy {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/* Make sure no link pseudo-line appears across title */
.gg-collection-card::after,
.gg-collection-title::before,
.gg-collection-title::after {
  content: none !important;
}

/* Keep text crisp over image */
.gg-collection-title {
  color: #f2efe8 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.9);
}

.gg-collection-copy {
  color: #c7c7c7 !important;
  text-shadow: 0 2px 7px rgba(0,0,0,.9);
}
/* Brighten collection cards when hovered / selected */
.gg-collection-card:hover .gg-collection-card-image,
.gg-collection-card:focus .gg-collection-card-image,
.gg-collection-card:active .gg-collection-card-image {
  opacity: 0.82 !important;
  filter: brightness(1.12) contrast(1.03) !important;
}

/* Lessen the dark overlay when hovered */
.gg-collection-card:hover .gg-collection-card-image::after,
.gg-collection-card:focus .gg-collection-card-image::after,
.gg-collection-card:active .gg-collection-card-image::after {
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,.48) 0%,
      rgba(5,5,5,.22) 48%,
      rgba(5,5,5,.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5,5,5,.02) 0%,
      rgba(5,5,5,.24) 100%
    ) !important;
}

/* Optional: make text pop a little more too */
.gg-collection-card:hover .gg-collection-title,
.gg-collection-card:focus .gg-collection-title,
.gg-collection-card:active .gg-collection-title {
  color: #ffd23f !important;
}

.gg-collection-card:hover .gg-collection-copy,
.gg-collection-card:focus .gg-collection-copy,
.gg-collection-card:active .gg-collection-copy {
  color: #f2efe8 !important;
}
/* =========================================================
   HEADER NAV FONT — CONSISTENT
========================================================= */

.top-nav--links a,
.top-nav__dropdown-button,
.top-nav__dropdown-content a,
#navigation-modal a {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
/* =========================================================
   HEADER NAV — ALIGN PRODUCTS + MORE
========================================================= */

.top-nav--links > ul {
  display: flex !important;
  align-items: center !important;
}

.top-nav--links li,
.top-nav__dropdown {
  display: flex !important;
  align-items: center !important;
}

.top-nav--links a,
.top-nav__dropdown-button {
  display: flex !important;
  align-items: center !important;

  height: 38px !important;
  line-height: 1 !important;

  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* =========================================================
   GIFTED GOAT PRODUCTS PAGE
========================================================= */

.gg-products-page {
  width: min(1400px, 92%);
  margin: 0 auto;
  padding: 60px 0 90px;
}


/* HEADER */

.gg-products-header {
  margin-bottom: 42px;
}

.gg-products-title {
  margin: 8px 0 8px !important;

  color: #f2efe8 !important;

  font-size: clamp(54px, 8vw, 104px) !important;
  line-height: .84 !important;

  font-weight: 1000 !important;

  letter-spacing: -.05em !important;

  text-transform: uppercase !important;
}

.gg-products-subtitle {
  margin-top: 12px;

  color: #777;

  font-size: 9px;
  font-weight: 900;

  letter-spacing: .20em;

  text-transform: uppercase;
}


/* CATEGORY NAV */

.gg-category-navigation {
  margin-top: 34px;
  padding: 18px 0;

  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
}

.gg-category-navigation ul {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

.gg-category-navigation li {
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

.gg-category-navigation a {
  display: block;

  padding: 10px 16px;

  border: 1px solid #2c2c2c;

  background: #0a0a0a;

  color: #aaa !important;

  font-family: Arial, Helvetica, sans-serif !important;

  font-size: 10px;
  font-weight: 900;

  letter-spacing: .1em;

  text-decoration: none !important;

  text-transform: uppercase;
}

.gg-category-navigation a:hover,
.gg-category-navigation .selected a {
  background: #d71920;

  border-color: #d71920;

  color: #fff !important;
}


/* GRID */

.gg-products-grid-container {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}

.gg-products-grid {
  display: grid !important;

  grid-template-columns:
    repeat(3, minmax(0, 1fr)) !important;

  gap: 20px !important;
}


/* PRODUCT CARD */

.gg-products-card {
  margin: 0 !important;

  background: #090909 !important;

  border: 1px solid #202020 !important;

  overflow: hidden !important;

  transition:
    transform .22s ease,
    border-color .22s ease !important;
}

.gg-products-card:hover {
  transform: translateY(-4px);

  border-color: #d71920 !important;
}

.gg-products-link {
  display: block !important;

  color: inherit !important;

  text-decoration: none !important;
}


/* IMAGE */

.gg-products-image-wrap {
  position: relative !important;

  width: 100% !important;

  aspect-ratio: 4 / 5 !important;

  overflow: hidden !important;

  background: #111 !important;
}

.gg-products-image {
  width: 100% !important;
  height: 100% !important;

  display: block !important;

  object-fit: cover !important;

  transition:
    transform .35s ease,
    filter .35s ease !important;
}

.gg-products-card:hover .gg-products-image {
  transform: scale(1.04);

  filter: brightness(1.06);
}


/* VIEW DROP HOVER */

.gg-products-hover-label {
  position: absolute;

  left: 16px;
  bottom: 16px;

  padding: 9px 12px;

  background: #d71920;

  color: #fff;

  font-size: 9px;
  font-weight: 1000;

  letter-spacing: .12em;

  text-transform: uppercase;

  opacity: 0;

  transform: translateY(7px);

  transition: .22s ease;
}

.gg-products-card:hover .gg-products-hover-label {
  opacity: 1;

  transform: translateY(0);
}


/* STATUS */

.gg-products-status {
  position: absolute !important;

  top: 14px !important;
  left: 14px !important;

  padding: 8px 11px !important;

  background: #d71920 !important;

  color: #fff !important;

  font-size: 9px !important;
  font-weight: 900 !important;

  letter-spacing: .1em !important;

  text-transform: uppercase !important;
}


/* PRODUCT INFO */

.gg-products-info {
  padding: 18px 18px 22px !important;
}

.gg-products-label {
  margin-bottom: 7px;

  color: #d71920;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: .15em;

  text-transform: uppercase;
}

.gg-products-name {
  color: #f2efe8 !important;

  font-size: 18px !important;
  font-weight: 1000 !important;

  line-height: 1.05 !important;

  text-transform: uppercase !important;
}

.gg-products-price {
  margin-top: 9px;

  color: #edb51c !important;

  font-size: 15px !important;
  font-weight: 1000 !important;
}

.gg-products-options {
  margin-top: 8px;

  color: #777 !important;

  font-size: 9px !important;

  letter-spacing: .1em;

  text-transform: uppercase;
}


/* PAGINATION */

.gg-pagination {
  display: flex !important;

  align-items: center !important;
  justify-content: center !important;

  gap: 20px !important;

  margin-top: 55px !important;
}

.gg-pagination a {
  color: #aaa !important;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 10px;

  font-weight: 900;

  letter-spacing: .1em;

  text-decoration: none !important;

  text-transform: uppercase;
}

.gg-pagination a:hover {
  color: #edb51c !important;
}

.gg-page-numbers {
  display: flex;

  gap: 8px;
}


/* EMPTY */

.gg-products-empty {
  min-height: 300px;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 1px solid #222;

  background: #080808;
}


/* TABLET */

@media (max-width: 900px) {

  .gg-products-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;
  }

}


/* MOBILE */

@media (max-width: 600px) {

  .gg-products-page {
    width: calc(100% - 36px);

    padding: 40px 0 65px;
  }

  .gg-products-grid {
    grid-template-columns: 1fr !important;

    gap: 18px !important;
  }

  .gg-products-image-wrap {
    aspect-ratio: 4 / 4.6 !important;
  }

  .gg-category-navigation ul {
    gap: 7px;
  }

  .gg-category-navigation a {
    padding: 9px 12px;

    font-size: 9px;
  }

}
/* =========================================================
   GIFTED GOAT ABOUT PAGE
========================================================= */

.gg-about-page {
  width: min(900px, 88%) !important;

  margin-left: auto !important;
  margin-right: 4% !important;

  padding: 70px 0 90px !important;
}

.gg-about-kicker {
  color: #d71920 !important;

  font-size: 10px !important;
  font-weight: 900 !important;

  letter-spacing: .22em !important;

  text-transform: uppercase !important;
}

.gg-about-page h2 {
  margin: 14px 0 28px !important;

  color: #f2efe8 !important;

  font-size: clamp(52px, 8vw, 100px) !important;
  line-height: .84 !important;

  font-weight: 1000 !important;

  letter-spacing: -.05em !important;

  text-transform: uppercase !important;
}

.gg-about-page h2 span {
  color: #d71920 !important;
}

.gg-about-page p {
  max-width: 720px !important;

  margin: 0 0 22px !important;

  color: #aaa !important;

  font-size: 15px !important;
  line-height: 1.75 !important;
}

.gg-about-quote {
  margin-top: 45px !important;
  padding-top: 24px !important;

  border-top: 1px solid #242424 !important;

  color: #edb51c !important;

  font-size: 15px !important;
  font-weight: 900 !important;

  letter-spacing: .16em !important;

  text-transform: uppercase !important;
}


/* Hide the default Big Cartel About title */

body:has(.gg-about-page) .page-title {
  display: none !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .gg-about-page {
    width: calc(100% - 24px) !important;

    margin-left: 12px !important;
    margin-right: 12px !important;

    padding: 45px 0 65px !important;
  }

  .gg-about-page h2 {
    font-size: 48px !important;
  }

  .gg-about-page p {
    font-size: 14px !important;
  }

  .gg-about-quote {
    font-size: 12px !important;
  }

}
/* =========================================================
   MOBILE HERO 89 POSITION FIX
========================================================= */

@media (max-width: 600px) {

  .gg-fallback-hero::after {
    right: -8px !important;
    bottom: -5px !important;

    font-size: 120px !important;

    line-height: .8 !important;

    opacity: .42 !important;

    -webkit-text-stroke: 2px rgba(237,181,28,.72) !important;
    color: transparent !important;
  }

}