/** Shopify CDN: Minification failed

Line 245:9 Unexpected "{"
Line 245:18 Expected ":"
Line 248:9 Unexpected "{"
Line 248:18 Expected ":"
Line 254:9 Unexpected "{"
Line 254:18 Expected ":"
Line 260:9 Unexpected "{"
Line 260:18 Expected ":"
Line 267:9 Unexpected "{"
Line 267:18 Expected ":"

**/


/* CSS from section stylesheet tags */
.gd-grid {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.gd-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gd-col--stacked {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.gd-card {
  border: 1px solid #e1e1e1;
  padding: 1rem;
  text-align: center;
}

.gd-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 1rem;
}

.gd-card--large img {
  max-height: 400px;
}

.gd-card--small img {
  max-height: 180px;
}

.gd-card .title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.gd-card--small .title {
  font-size: 1rem;
}

.gd-card .price {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.gd-card select,
.gd-card button {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.gd-card button {
  background-color: black;
  color: white;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.gd-card button:hover {
  opacity: 0.85;
}

@media (max-width: 768px) {
  .gd-grid {
    display: flex;
    flex-direction: column;
  }

  .gd-card--large img {
    max-height: none;
  }

  .gd-card--small img {
    max-height: none;
  }
}
.bottom-cta {
  text-align: center;
  padding: 3rem 1rem;
  background-color: var(--bg-color, #f7f7f7);
}

.bottom-cta__heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: var(--text-color, #000);
}

.bottom-cta__button {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--button-color, #000);
  color: var(--button-text-color, #fff);
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.bottom-cta__button:hover {
  opacity: 0.85;
}
.design-story-wrapper {
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 0;
}

.design-story-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.design-story-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.design-story-description {
  max-width: 800px;
  margin: 2rem auto;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 1rem;
}

.design-story-images {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin: 0;
}

.design-story-images a {
  flex: 1;
  position: relative;
}

.design-story-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.design-story-label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-weight: bold;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.design-story-bottom-image {
  position: relative;
  width: 100%;
  margin: 0;
  display: block;
  padding: 0;
  line-height: 0;
}

.design-story-bottom-image img {
  width: 100%;
  display: block;
  margin: 0;
}

.design-story-bottom-text {
  position: absolute;
  top: 10%;
  left: 5%;
  color: white;
  font-size: 1.5rem;
  text-align: left;
  max-width: 40%;
  font-weight: bold;
  line-height: 1.4;
}

.design-story-click-to-shop {
  position: absolute;
  top: 25%;
  left: 5%;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  max-width: 40%;
}

.design-story-click-to-shop .highlight {
  font-size: 1.5rem;
  color: yellow;
  display: block;
  margin-top: 0.5rem;
}
/* Lock everything inside this section only */
#twoimg-{{ section.id }} *{box-sizing:border-box!important;max-width:none!important;float:none!important;clear:none!important}

/* Fixed-height tiles via ratio */
#twoimg-{{ section.id }} .image-block{
  position:relative!important;overflow:hidden!important;margin:0!important;padding:0!important;
  aspect-ratio:var(--ratio,3/2)!important;min-width:0!important;min-height:0!important
}

/* Link fills tile; keeps ratio height */
#twoimg-{{ section.id }} .image-link{
  position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;
  line-height:0!important;text-decoration:none!important;color:inherit!important
}

/* Image covers tile; no transitions */
#twoimg-{{ section.id }} .image-block img{
  position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
  object-fit:cover!important;object-position:center!important;
  transform:none!important;transition:none!important;animation:none!important;opacity:1!important;backface-visibility:hidden!important;pointer-events:none!important
}

/* Optional bottom overlay */
#twoimg-{{ section.id }} .overlay{
  position:absolute!important;left:0;right:0;bottom:0;padding:1rem!important;
  background:linear-gradient(to top, rgba(0,0,0, {{ section.settings.overlay_strength | divided_by: 10 }}), rgba(0,0,0,0))!important;
  color:#fff!important;font-weight:700!important;pointer-events:none!important
}
/* Layout */
.featured-product-grid{
  max-width:1200px;
  margin:4rem auto;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:2rem;
}
.featured-product-grid .column{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:2rem;
}

/* ===== Remove ALL theme card frames (Dawn & similar) ===== */
.gd-no-frame,
.gd-no-frame .card,
.gd-no-frame .card--standard,
.gd-no-frame .card__inner,
.gd-no-frame .card__content,
.gd-no-frame .card-wrapper,
.gd-no-frame .product-card,
.gd-no-frame .product-card-wrapper,
.gd-no-frame .card--media,
.gd-no-frame .card--product,
.gd-no-frame .grid-item__content {
  border:none !important;
  box-shadow:none !important;
  background:transparent !important;
}

.gd-no-frame{
  padding:0 !important;
}

/* Make images big; tees larger than hats */
.gd-no-frame img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.featured-product-grid .product-card.large .gd-no-frame img{   /* left & right tees */
  max-height:720px;
}
.featured-product-grid .product-card.small .gd-no-frame img{   /* stacked hats */
  max-height:420px;
}

/* Optional: tighten card content spacing some themes add */
.gd-no-frame .card__content,
.gd-no-frame .card__information{
  padding:0 !important;
  margin-top:0 !important;
}

/* Mobile stack */
@media (max-width:768px){
  .featured-product-grid{ grid-template-columns:1fr; gap:1.5rem; }
  .featured-product-grid .product-card.large .gd-no-frame img{ max-height:520px; }
  .featured-product-grid .product-card.small .gd-no-frame img{ max-height:360px; }
}
/* ===== Layout ===== */
.gd-asym {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 1fr 0.9fr 1fr; /* tees wider than hat column */
  gap: 2.5rem;
  align-items: start;
}
.gd-asym__col { display:flex; flex-direction:column; gap:2.5rem; }

/* ===== Strip ALL theme card chrome ===== */
.gd-card,
.gd-card .card,
.gd-card .card--standard,
.gd-card .card__inner,
.gd-card .card__content,
.gd-card .card-wrapper,
.gd-card .product-card,
.gd-card .product-card-wrapper,
.gd-card .card--media,
.gd-card .card--product,
.gd-card .grid-item__content {
  border:none !important;
  box-shadow:none !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
}

/* Media */
.gd-card__media { display:block; width:100%; margin:0 0 .75rem 0; }
.gd-card__img { width:100%; height:auto; object-fit:contain; display:block; }
.gd-card--tee .gd-card__img { max-height:720px; }
.gd-card--hat .gd-card__img { max-height:420px; }

/* Title + pill row */
.gd-card__row{ display:flex; align-items:center; justify-content:space-between; gap:.75rem; flex-wrap:wrap; }
.gd-title{ font-weight:700; letter-spacing:.02em; text-transform:uppercase; font-size:.95rem; margin:0; line-height:1.2; }

/* Pills */
.gd-pill{
  display:inline-flex; align-items:center; gap:.4rem;
  height:28px; padding:0 .75rem; border-radius:999px;
  background:#111; color:#fff; text-transform:uppercase;
  font-weight:700; font-size:.72rem; letter-spacing:.02em;
  text-decoration:none; border:0; cursor:pointer; white-space:nowrap;
}
.gd-pill:hover{ opacity:.9; }

/* Compact size select */
.gd-size{ appearance:none; -webkit-appearance:none; -moz-appearance:none;
  height:28px; padding:0 1.75rem 0 .6rem; border-radius:999px; border:1px solid #ccc;
  background:#fff; font-size:.72rem; text-transform:uppercase; font-weight:600; letter-spacing:.02em; line-height:28px;
}
.gd-size-wrap{ position:relative; }
.gd-size-wrap:after{ content:"▾"; position:absolute; right:.55rem; top:50%; transform:translateY(-50%); font-size:.7rem; pointer-events:none; color:#333; }

/* Mobile */
@media (max-width:768px){
  .gd-asym{ grid-template-columns:1fr; gap:2rem; }
  .gd-card--tee .gd-card__img { max-height:520px; }
  .gd-card--hat .gd-card__img { max-height:360px; }
}