/** Shopify CDN: Minification failed

Line 485:36 Expected identifier but found "!"
Line 569:0 Unexpected "{"
Line 649:22 Expected identifier but found "!"

**/
@font-face {
  font-family: VicenteRegular-Regular;
  src: url(https://aegwebprod.blob.core.windows.net/content/fonts/VicenteRegular-Regular.ttf);
}

@font-face {
  font-family: VicenteRegular-Distressed;
  src: url(https://aegwebprod.blob.core.windows.net/content/fonts/VicenteRegular-Distressed.ttf);
}

@font-face {
  font-family: VicenteSpurred-Regular;
  src: url(https://aegwebprod.blob.core.windows.net/content/fonts/VicenteSpurred-Regular.ttf);
}

@font-face {
  font-family: VicenteSpurred-Distressed;
  src: url(https://aegwebprod.blob.core.windows.net/content/fonts/VicenteSpurred-Distressed.ttf);
}

@font-face {
  font-family: "futura-pt", sans-serif;
  src: url(https://aegwebprod.blob.core.windows.net/content/fonts/FuturaStd-Medium-SC.ttf);
}

h1 {
    font-family: VicenteRegular-Distressed;
    font-size: 42px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

h2 {
    font-family: vinyl, sans-serif;
    font-size: 36px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

h3 {
    font-family: vinyl, sans-serif;
    font-size: 28px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

h4 {
    font-family: vinyl, sans-serif;
    font-size: 20px;
}

p, li {
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
}

span {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    color: #f9dc9f;
}


p,
p a,
.drop-hide,
.drop-hide a
{
  color: #f5ecd3;
  font-size: 1.7rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 27px;
}
p a,
.drop-hide a,
.shopify-policy__body a
{
  text-decoration: underline;
  color: #FECC81;
}
p a:hover,
.drop-hide a:hover {
  color: #f5ecd3;
}

svg {
  vertical-align: middle;
  fill: white;
  margin-left: 0.5rem;
}

.icon.icon-search {
  display: none;
}

:root, .color-scheme-1 {
  --gradient-background: #f6e8cf !important;
}

html,
body {
  min-height: 100%;
}

body,
body.gradient {
  position: relative;
  min-height: 100vh;
  background: none;
  color: #F5ECD3;
  font-family: "futura-pt", sans-serif;
}

body::before,
body.gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    #1e3438 0%,     /* deep top */
    #1e3438 25%,    /* hold the dark */
    #355055 50%,    /* mid transition */
    #6e5a4f 75%,    /* warm blend */
    #a56749 100%    /* bottom tone */
  );
}

.hidden {
  display:none;
}

.facets {
  display: none !important;
}

.facet-filters {
  padding: 1rem !important;
  border: 1px solid #f5ecd3;
}
.facet-filters.sorting.caption {
  justify-content: flex-start !important; /* Align to the left */
  text-align: left !important; /* Ensure text inside aligns left */
}
.facets-vertical-form {
  justify-content: flex-start !important;
  margin-bottom: 2rem;
}
.mobile-facets__sort .select {
  font-size: 14px;
  font-family: vinyl, sans-serif;
  font-weight: 400;
}

.announcement-bar-section {
  background-color: #006fcf;
  text-align: center;
  box-sizing: border-box;
  display: none;
}
.homepage .announcement-bar-section {
  display: block;
}

.announcement-bar-section .utility-bar--bottom-border {
  border-bottom: none;
}
.announcement-bar__message.h5 {
  font-family: vinyl, sans-serif;
  font-weight: 400 !important;
  color: #fff;
}

/* AMEX */

#amex-announcement {
  background-color: #006fcf;
  text-align: center;
  /*display: none;*/
  display: block;
}

.amex-announce-inner {
  display: inline-flex;         /* center entire block */
  align-items: center;          /* vertical alignment */
  gap: 1rem;                    /* space between logo + text */
  text-align: left;             /* allows natural text alignment */
  padding: 1rem 0;
  max-width: var(--page-width);
}
.amex-announce-inner a {
  color: white;
}

.amex-announce-inner a img {
  /*display: flex;*/
  display: none;
  align-items: center;
}

.amex-logo {
  width: 50px;
  height: auto;
  border: 1px solid #fff;
  margin: 0;
}

.amex-announce h5 {
  margin: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 400 !important;
  font-size: calc(var(--font-heading-scale) * 1.3rem);
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
    .amex-announce h5 {
      font-size: calc(var(--font-heading-scale) * 1.1rem);
    }
}

/* AMEX button in nav */
li:has(#HeaderMenu-amex-shop) {
  display: flex;
  align-items: center;
}
#HeaderMenu-amex-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.1rem;
  background-color: #006fcf;
  border-radius: 8px;
  color: #fff !important;
  letter-spacing: normal;
}

#HeaderMenu-amex-shop span {
  color: #fff !important;
}
/* Hover state */
#HeaderMenu-amex-shop:hover {
  background-color: #005bb0;
  border-color: #005bb0;
}
#HeaderMenu-amex-shop:hover span {
  text-decoration: none;
}

.amex-exclusive-button {
  background-color: #006fcf;
  color: #fff;
  border-radius: 999px;
  padding: 1.8rem;
  display: block;
  text-align: center;
  font-weight: 600;
  letter-spacing: .05em;
  text-decoration: none;
  border: 0px !important;
  margin-top: 4rem;
}

.amex-exclusive-button:hover {
  background-color: #005bb0;
}

.amex-exclusive-button::after,
.amex-exclusive-button::before {
  box-shadow: none !important;
}

/* Target the 3rd card in this specific slider */
#Slider-template--19514172506164__featured_collection
  > li:nth-of-type(3) .card-wrapper {
    position: relative;
}

/* Amex Badge */
#Slider-template--19514172506164__featured_collection
  > li:nth-of-type(3) .card-wrapper::after {
    content: "AMEX EXCLUSIVE";
    position: absolute;
    top: 8px;
    right: 8px;
    background: #006fcf;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    z-index: 20;
    pointer-events: none;
}

/* end AMEX */


.amex {
  font-family: vinyl, sans-serif;
  color: #000;
  background-color: #f7cdb7;
  width: 80%;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px;
  text-align: center; /* Center the text horizontally */
  box-sizing: border-box; /* Ensure padding is included in the width */
  font-size: calc(var(--font-heading-scale)* 1.5rem);
}
.amex h4 {
  font-family: vinyl, sans-serif;
  font-size: calc(var(--font-heading-scale)* 2.5rem);
  margin: 0;
}

@media (max-width: 767px) {
    .amex {
      width: 90%; /* Increase width on smaller screens */
      padding: 15px; /* Reduce padding on smaller screens */
      font-size: calc(var(--font-heading-scale)* 1.25rem);
    }
    .amex h4 {
      font-size: calc(var(--font-heading-scale)* 2rem);
    }
}

p.amex {
  width: 100%;
  text-align: left;
}

.facets__heading,
.facet-filters__label,
.facet-filters__label .select,
.facet-filters__field .select,
.facets__form .product-count,
.facet-filters__sort,
.product-count__text
{
  color: #F5ECD3;
  font-family: vinyl, sans-serif !important;
}

.gradient {
  background: none;
}
 
h1,h2,h3,h4 {
  font-family: vinyl, sans-serif;
}

h2.title--primary,
.homepage .h2,
.rich-text__heading.rte.inline-richtext.h2,
.template-404 p
{
  font-family: vinyl, sans-serif;
  font-size: calc(var(--font-heading-scale)* 3.5rem) !important;
}

@media only screen and (min-width: 750px) {
  .homepage .button {
    font-size: 3rem !important;
  }
}

.homepage .collection__title .h2,
.related-products__heading
{
  font-family: vinyl, sans-serif !important;
  text-align: center;
}

.content-for-layout {
  background-color: none;
}

a {
  color: #121515;
  font-weight: 700;
}

/* Header */

.header {
  min-height: 80px;
}

.header-wrapper {
  /*background: rgba(41, 28, 20, 0.80);*/
  backdrop-filter: blur(40px);
  border-bottom: 0px;
}

.header__heading-logo-wrapper {
   padding: 0 22px 0 0;
   line-height: none;
   font-size: calc(var(--font-heading-scale)* 3rem);
}

.header__menu-item span,
.header__coachella-link {
  color: #F5ECD3;
  -webkit-font-smoothing: antialiased;
  font-family: vinyl, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*
@media screen and (min-width: 990px) {
    .header {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}
*/

@media screen and (max-width: 989px) {
    .header__heading {
       border-right: 0px;
       padding:0;
    }
}
@media only screen and (min-width: 750px) {
    .header__heading {
        font-size: calc(var(--font-heading-scale)* 4rem);
    }
}

.header__icon .icon,
.icon.icon-caret
{
  color: #F5ECD3;
}

.header__icon .icon:hover,
.icon.icon-caret:hover {
  color: #f9dc9f;
}

.global-media-settings.global-media-settings--no-shadow {
  background: none;
}

/* Drawers  */

.mega-menu__content,
.cart-notification,
.product-media-modal,
.drawer__inner
{
  background-color: #F5ECD3 !important;
}
.mega-menu__link {
  color: #121515;
  font-weight: 700;
  font-size: 2rem;
  font-family: vinyl, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.link-underline--primary {
  display: inline-block;
  padding-bottom: 0.25rem;
  color: #f9dc9f;
  border-bottom: 1px solid #f9dc9f; !important;
}

/* Rich text heading */

@media only screen and (min-width: 750px) {
    .rich-text__blocks.center h2.rich-text__heading {
        font-size: calc(var(--font-heading-scale)* 8rem);
    }
}

/* Prices */

.preorder_text,
.product__description {
  /*border-top: 2px solid #859a2e;*/
  padding-top: 20px;
}
/*
.preorder_text::before,
.product__description::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-bottom: 20px;
  background: var(--bar-orange-gradient);
}
  */

.product-form__quantity {
  margin-bottom: 20px !important;
}

.price-item {
  font-family: vinyl, sans-serif;
}
.price-item--regular {
  font-size: 3rem;
}

.price {
    font-family: vinyl, sans-serif;
    font-weight: 500 !important;
    color: #f5ecd3 !important;
    font-size: 2.2rem !important;
}
.card__information,
.card-information {
  text-align: center; 
}
.card-information .price,
.card-information .price-item--regular {
  font-size: 2rem !important;
  text-align: center;
}
.card__heading.h5 {
  font-family: vinyl !important;
  color: #f5ecd3 !important;
  font-size: 1.7rem;
}

.product__title h1 {
  font-family: VicenteSpurred-Distressed, sans-serif !important;
  color: #f5ecd3 !important;
  font-size: 4.5rem;
}


.price.price--large {
  border-bottom: 2px solid #f9dc9f;
}
.price.price--large::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
}

/* Size Picker */

.product-form__input--pill input[type="radio"] + label,
.product-form__input--pill input[type=radio]:disabled+label,
.product-form__input--pill input[type=radio].disabled:checked+label,
{
  position: relative;
  background: none !important;
  color: #f5ecd3;
  border-radius: 8px !important;
  border-color: #f5ecd3 !important;
  padding: 1rem 1.8rem;
  font-family: vinyl, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}

.product-form__input--pill input[type=radio].disabled:checked+label,
.product-form__input--pill input[type=radio].disabled:checked+label span
{
  background: #fda923 !important;
  color: #100f0b !important;
  text-decoration-line: line-through;
  text-decoration-color: #100f0b;
}

.product-form__input--pill input[type="radio"] + label:hover,
.product-form__input--pill input[type="radio"] + label:hover span
{
  background: #f9dc9f !important;
  color: #100f0b !important;
}

.product-form__input--pill input[type=radio].disabled + label:hover {
  color: #100f0b !important;
}

.product-form__input--pill input[type="radio"]:disabled + label {
  opacity: 0.45;
  cursor: not-allowed;
}

.product-form__input--pill input[type=radio]:disabled+label,
.product-form__input--pill input[type=radio].disabled+label {
    border: 0;
    color: #f5ecd3 !important;
    background: none;
    box-shadow: 0 0 0 1px #f5ecd3;
    text-decoration-line: line-through;
    text-decoration-color: #f5ecd3;
}

.product-form__input--pill input[type=radio]+label:before,
.product-form__input--pill input[type=radio]+label:after {
  display: none;
}


.image-magnify-full-size {
  background-color: #45585b !important;
}

.quantity__input,
.quantity__button
{
  font-family: vinyl, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 1.6rem;
}
.quantity__button .svg-wrapper {
  width: 1.5rem;
  fill: black !important;
  color: black !important;
}

.installment.caption-large,
.product-form__input .form__label
{
  font-family: futura-pt, sans-serif !important;
  color: #f5ecd3 !important;
}

.card__inner {
  border-radius: 8px; !important;
  /*background-image: linear-gradient(135deg, #cbc8bb 0%, #ece9dc  100%);*/
  background: none;
  overflow: hidden;
}
.card-wrapper:hover .card__inner {
  background: #F5ECD30D;
  border-radius: 8px;
}
.homepage .card__inner,
.homepage .card-wrapper:hover .card__inner,
.related-products .card__inner,
.related-products .card-wrapper:hover .card__inner
{
  background-image: none;
  border: 0;
}

.thumbnail[aria-current] {
  /*background-image: linear-gradient(135deg, #cbc8bb 0%, #ece9dc  100%);*/
  background: #F5ECD30D;
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* Variant Images app tweaks */

.rondell-item.rondell-item-focused {
  background: none;
  border-radius: 0 !important;
  box-shadow: none;
}
.rondell-item {
  background-image: none;
  border-radius: 8px !important;
  box-shadow: none;
  opacity: 1 !important;
}
.rondell-item.rondell-item-focused:hover {
  background-image: none !important;
}
.rondell-item:hover {
  background-image: linear-gradient(135deg, #cbc8bb 0%, #ece9dc  100%);
}

.lg-toolbar,
.lg-outer .lg-thumb-outer {
  background-image: linear-gradient(135deg,#ffba7a,#f2bf44);
}
#lg-counter,
.lg-toolbar .lg-icon {
  color: #000 !important;
}

.lg-backdrop,
.gravizoomImg
{
  background: #f5f3e8 !important;
}

/* Sustainability Features */

.drop-hide {
  margin-top: 10px;
  /*border-bottom: 2px solid #000;*/
}
.drop-hide .drop-element {
  padding-top: 10px;
  padding-bottom: 10px;
  /*border-top: 2px solid #859a2e;*/
}

/*
.drop-hide .hidden-text {
  padding:0px 8px;
}
*/
/*
.drop-hide::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: var(--bar-pink-gradient);
}
*/

.show-more-button {
  color: #f9dc9f;
  border: none;
  cursor: pointer;
  background: none;
  font-family: vinyl, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-transform: uppercase;
  text-decoration: none;

  position: relative;
  display: inline-block;
}

.show-more-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto 0;
  background-color: #f9dc9f;
}

.show-more-button:hover {
  background: none;
}

.hidden-text {
  max-height: 0; /* Start with no height */
  overflow: hidden; /* Hide overflow content */
  transition: max-height 0.5s ease; /* Smooth transition */
}
.hidden-text.visible {
  max-height: 500px; /* Set a max height for the transition */
  transition: max-height 0.5s ease; /* Smooth transition */
}
.hidden-text ul {
  padding-inline-start: 0px !important;
}

.size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 15px 0;
}
.size-table th {
  font-weight: bold;
  background-color: #f2bf44;
  text-align: center;
  padding: 4px;
  border: 1px solid #000;
}
.size-table td
{
  text-align: center;
  padding: 4px;
  border: 1px solid #000;
}


/* Add to Cart Button */

.cart__checkout-button,
.button--primary,
.button--secondary,
.collection__view-all .button,
.product-form__submit.button.button--full-width.button--secondary span,
.product-form__submit.button.button--full-width.button--primary span
{
  font-family: vinyl, sans-serif !important;
  font-size: 1.6rem !important;
  color: #100f0b;
  background: #FDA923;
  border-color: #FDA923;
}

.cart__checkout-button:after,
.button--primary:after,
.button--secondary:after,
.collection__view-all .button:after,
.product-form__submit.button.button--full-width.button--secondary:after
{
  position:none;
  display:none;
}

.cart__checkout-button,
.button--primary,
.button--secondary,
.collection__view-all .button,
.product-form__submit.button.button--full-width.button--secondary {
    border: 0px;
    border-radius: 4px;
    line-height: 1;
    font-size: 1rem;
    padding: 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: inherit;
    transition: inherit;

    font-family: vinyl, sans-serif !important;
    font-size: 1.5rem !important;
    color: #0E0E0C;
    background: #FDA923;
    border-color: #FDA923;
}

@media (min-width: 768px) {
    .cart__checkout-button,
    .button--primary,
    .button--secondary,
    .collection__view-all .button,
    .product-form__submit.button.button--full-width.button--secondary
    {
        border-width: 0px;
        padding: 10px 8px;
    }
}

.product-form__submit.button.button--full-width.button--secondary.loading span {
  color: #fff;
}

/* Collections */

.collection-hero {
  background: url(https://aegwebprod.blob.core.windows.net/content/stagecoach/2026/page-title-bg.jpg);
  background-position: center bottom;
  background-size: cover;
  padding: 5rem 2rem !important;
}

.collection-hero__title {
  font-family: VicenteRegular-Distressed, sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #F5ECD3;
}

@media only screen and (min-width: 750px) {
    .collection-hero__title {
        font-size: calc(var(--font-heading-scale)* 5rem);
    }
}

.facets-container {
  padding-top: 0;
}

/* Popup? */

@media screen and (max-width: 749px) {
  body .product-popup-modal__content{
     width: auto;
     transform: translate(-50%,-50%) ;
     top: 50% ;
     height: auto ;
     min-width: 90% ;
     padding: 0 3rem 0 3rem ;
  }
  body .product-popup-modal__content-info {
      padding-right: 0 ;
  }
}

/* Badges */
.card__badge span {
  vertical-align: middle;
  text-align: center;
}
.badge.badge-preorder {
  background-color: #ffa552;
  color: #121515;
  border: 2px solid #121515;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  margin: 0;
  border-radius: 16px;
}

.badge {
  padding: 1rem;
}

/* Background elements */
.shopify-section,
.shopify-policy__container {
  position: relative;
}

@media screen and (min-width: 750px) {
    .grid--4-col-tablet .grid__item {
        width: calc(33% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
    }
}

/* Desktop only */
@media screen and (min-width: 990px) {

  /* Make the header a 3-column flex layout that can take the new item */
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* NAV gets normal flex */
  .header__inline-menu {
    flex: 1;
    display: flex;
    justify-content: center; /* matches current theme look */
  }

  /* Our new container floats right */
  .header__coachella-wrap {
    margin-left: auto;
    margin-right: 2rem;
    display: flex;
    align-items: center;
  }

  .header__coachella-link {
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 1.2rem;
  }

  .header__coachella-link:hover {
    text-decoration: underline;
    color: #F5ECD3;
  }

  /* Hide the original nav versions */
  #HeaderMenu-stagecoachfestival-com,
  .list-menu--inline #HeaderMenu-amex-shop
  {
    display: none !important;
  }
}

/* Mobile: hide the standalone version entirely */
@media screen and (max-width: 989px) {
  .header__coachella-wrap {
    display: none !important;
  }
}

.menu-drawer__menu #HeaderDrawer-amex-shop,
.menu-drawer__menu #HeaderDrawer-coachella-com {
  font-weight: normal;
}

/* Random */

a.ot-sdk-show-settings {
  display: inline-block;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.75);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}
a.ot-sdk-show-settings:hover {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

/* Featured Links on homepage */

  .featured-links-container {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 20px;
  }

  .featured-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .featured-links-item {
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
  }

  /* Ensure entire block is clickable */
  .featured-links-item a {
    all: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: white;
    border-radius: 30px;
    padding: 16px;
  }

  .featured-links-item img {
    height: auto;
    max-height: 200px;
    width: 100%;
    object-fit: contain; /* Ensures full image fits inside */
  }

  .featured-links-item h3 {
    color: #100f0b;
    font-family: VicenteSpurred-Distressed, sans-serif;
    font-size: calc(var(--font-heading-scale)* 2.3rem);
    margin: 10px;
    /*text-shadow : 1px 1px 5px #c2bfb6;*/
    text-transform: uppercase;
  }

  .featured-links-item p {
    font-family: vinyl, sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    color: #100f0b;
    background: #fda923;
    border-radius: 8px;
    margin: -4px auto 14px;
    width: 80px;
    text-align: center;
  }

/*
  .promo-box1 {
    background: url(https://media.coachella.com/content/coachella-2026/noise.webp), linear-gradient(180deg, #FD4A3E, #F97101 50%, #FBE8C8);
    background-blend-mode: multiply, normal;
  }
  .promo-box2 {
    background: url(https://media.coachella.com/content/coachella-2026/noise.webp), linear-gradient(180deg, #FDA923, #FD4A3E 50%, #3F1900);
    background-blend-mode: multiply, normal;
  }
  .promo-box3 {
    background: url(https://media.coachella.com/content/coachella-2026/noise.webp), linear-gradient(180deg, #FD4A3E, #5A2B23 50%, #0E0E0C);
    background-blend-mode: multiply, normal;
  }
  .promo-box4 {
    background: url(https://media.coachella.com/content/coachella-2026/noise.webp), linear-gradient(180deg, #F97101, #FEDB96 50%, #1F676C);
    background-blend-mode: multiply, normal;
  }
*/

  .promo-box1,
  .promo-box2,
  .promo-box3,
  .promo-box4
  {
    background-image: url(https://aegwebprod.blob.core.windows.net/content/stagecoach/2026/orange-bg.jpg);
    background-size: cover;
    background-position: bottom;
  }

  @media screen and (max-width: 768px) {
    .featured-links-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .featured-links-item img {
      height: 150px;
    }
  }


/* New Badges */

/* Ensure we can absolutely position inside the image area */
.card__inner { position: relative; }

/* Metafield pill: always top-right */
.cc-card-pill{
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 6;
  pointer-events: none; /* doesn’t block clicks */
}

/* Pill base */
.cc-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  border-radius: 40px;
  background: #242833;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.10);
  white-space: nowrap;

  font-family: vinyl, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 34px;
  letter-spacing: 1px;
  line-height: 12px;
}

/* Color variants based on the metafield text */
.cc-pill--amex-exclusive { background: #006fcf; }
.cc-pill--online-exclusive { background: linear-gradient(135deg, #e7bd55 0%, #e99252 100%); }

/* Low Stock badge */
.badge--low-stock {
  background: linear-gradient(180deg, #efbe3c -75.35%, #f36835 20.84%, #f9ae51 207.34%);
  color: white;
}

.product__low-stock-badge {
  margin-top: 1rem;
}

.product__low-stock-badge .badge {
  display: inline-flex;
}

.cc-cart-drawer-message {
    font-size: 1.3rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    letter-spacing: .04rem;
    text-align: center;
    color: white;

    background-color: #006fcf;
    border-radius: 4px;
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
}
.cc-cart-drawer-message a {
  color: white;
}

.section-template--21199128494265__custom_liquid_4hDYVg-padding {
  position: relative;
  background-image: url(https://aegwebprod.blob.core.windows.net/content/stagecoach/2026/firework-isolated.gif);
  background-size: cover;
  background-position: center center;
}

.homepage .button {
  color: #fda923;
  background: #100f0b;
  border: 2px solid #fda923;
  font-family: vinyl, sans-serif !important;
  padding: 2.3rem 3rem;
  font-size: 1.6rem;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: normal;
}

.homepage-hero {
  display:block;
  margin-top: -28px;
  overflow: hidden;
  position: relative;
}

.homepage-hero-art {
  position: relative;
  display: block !important;
  background-image: url("/cdn/shop/files/bg-1b.jpg?v=1774458417");
  background-color: #100f0b;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: clamp(120px,25vw,330px);
  overflow: hidden;
}
.homepage-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://aegwebprod.blob.core.windows.net/content/stagecoach/2026/firework-isolated.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.homepage-hero-fireworks {
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url(https://aegwebprod.blob.core.windows.net/content/stagecoach/2026/firework-isolated.gif);
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.homepage-hero-cta {
  background: #100f0b;
  padding: 2rem;
  margin-top: -1px;
  position: relative;
}

/* Popup */

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Prevents scrolling on the outer modal */
}

.popup-content {
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #fda923;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;

  /* Adjusted dimensions */
  width: 90%;
  max-width: 600px;
  max-height: 90vh; /* Reduce from 80vh */
  overflow-y: auto;

  background: url(https://aegwebprod.blob.core.windows.net/content/stagecoach/2026/page-title-bg.jpg);
  background-position: center bottom;
  background-size: cover;
}

.close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: block;
}
.close-popup span {
    background-color: #fda923;
    border-radius: 50%;
    color: #100f0b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    font-size: 3rem;
    height: 30px;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 750px) {
  .popup-content {
    width: 600px;
    max-width: 80%;
    padding: 20px 50px;
  }
  .close-popup {
    top: 20px;
    right: 20px;
  }
}

.aeg-modal-heading {
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
}
.aeg-modal-heading h2 {
  font-family: VicenteRegular-Distressed, sans-serif;
  text-transform: uppercase;
  color: #F5ECD3;
  font-size: 4rem;
  text-align: center;
  margin: 0;
}
.aeg-modal-heading p {
  font-size: 16px;
  line-height: 22px !important;
}

.c-aeg-newsletter__container {
  background: none !important;
}
.c-aeg-newsletter__container {
  background: transparent;
}
.c-aeg-newsletter__label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  text-align: left;
}
.c-aeg-newsletter__input {
  width: 100%;
  height: 48px;
  border: 1px solid #121515 !important;
  border-radius: 3px !important;
  padding: 0 10px !important;
  background-color: #ffffff !important;
  font-size: 1.5rem !important;
}
.c-aeg-newsletter__checkbox {
  position: relative;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #121515;
  border-radius: 3px;
}
.c-aeg-newsletter__checkbox-label {
  margin-left: 10px;
  text-align: left;
  color: #f5ecd3 !important;
}
.c-aeg-newsletter__submit-button {
  font-family: vinyl, sans-serif;
  text-transform: uppercase;
  border-radius: 8px;
  overflow: hidden;
  border:0px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #100f0b;
  background: #fda923 !important;
}
.c-aeg-newsletter__submit-button:hover {
  background: #000;
  color: #fff;
}

/* Overwrites */
.c-aeg-newsletter__container {
  margin: 0;
}
.c-aeg-newsletter__group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 1.5rem;
}
.c-aeg-newsletter__checkbox {
  height: 20px !important;
  width: 20px !important;
}
.c-aeg-newsletter__input-group-checkbox,
.c-aeg-newsletter__checkbox
{
  font-size: 14px !important;
  font-weight: 400;
}
.c-aeg-newsletter__input-group {
    flex-direction: column;
}
.c-aeg-newsletter__group:nth-of-type(2),
.c-aeg-newsletter__group:nth-of-type(4) {
  margin-bottom: 0 !important;
}

/* New Footer */

.cc-footer:before {
    content: "";
    position: absolute;
    height: 223px;
    width: 100%;
    background-image: url(https://aegwebprod.blob.core.windows.net/content/stagecoach/2026/footer-graphic-desktop.png);
    top: -220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.cc-footer {
  position: relative;
  color: #F3E6D1;
  padding: 4rem 0 2.25rem;
  margin-top: 300px;
  background: #242424;
  width: 100%;
}

/* Desktop image swap */
/*
@media (min-width: 1024px){
  .cc-footer{
    background-position-x: 0px;
  }
}
*/

.cc-footer__inner {
  position: relative;
  z-index: 2;
}

/* Top layout */
.cc-footer__top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: end;
  padding-bottom: 2.25rem;
}

/* LEFT */
.cc-footer__logos {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 3rem;
}

.cc-footer__logo {
  display: block;
  height: 28px;
  width: auto;
}

.cc-footer__social {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-footer__social-link svg {
  fill: #f7e7cb !important;
}

.ot-sdk-show-settings,
.cc-footer__eyebrow,
.cc-footer__social a,
.cc-footer__col a,
.cc-footer__legal,
.cc-footer__legal a,
.cc-footer__legal li
 {
  color: #f7e7cb !important;
  text-decoration: none;
  opacity: 0.92;
  font-size: 1.5rem !important;
  letter-spacing: 0.05em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 27px;
  position: relative;
}

.privacy-icon {
  padding-left: 30px;
}
.privacy-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 25px;
    height: 12px;
    background-image: url(https://media.coachella.com/content/aegpresents/privacyoptions29x14.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
}

/* Normalize OneTrust "Manage Cookie Preferences" link */
.cc-footer a.ot-sdk-show-settings {
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  display: inline-flex;          /* baseline fix */
  align-items: center;           /* vertical centering */
  cursor: pointer;
}
.cc-footer__legal > li {
  display: flex;
  align-items: center;
}

.cc-footer__legal,
.cc-footer__legal a {
  font-size: 1.4rem
}

.cc-footer__eyebrow,
.cc-footer__legal {
  color: white;
}

.cc-footer__eyebrow {
  margin: .6rem 0;
  font-size: 1.3rem;
}

.cc-footer__col a:hover,
.cc-footer__social a:hover,
.cc-footer__legal a:hover {
  text-decoration: none;
  color: #F5ECD3;
}

/* RIGHT */
.cc-footer__right {
  display: grid;
  grid-template-columns: 220px 200px 1fr;
  gap: 2.5rem;
  justify-content: end;
  align-items: start;
}

.cc-footer__app-badges {
  display: grid;
  gap: 0.75rem;
}

.cc-footer__app-badges img {
  display: block;
  width: 160px;
  height: auto;
}

.cc-footer__blanks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cc-footer__blanks-logo {
  display: block;
  width: 140px;   /* tweak visually */
  height: auto;
  opacity: 0.95;
}

.cc-footer__blanks-logo:hover {
  opacity: 1;
}

/* Menu columns */
.cc-footer__menu {
  /*display: grid;
  grid-template-columns: 1fr 1fr;*/
  display: block;
}

.cc-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cc-footer__col li {
  margin: 0.6rem 0;
}

/* Bottom legal row */
.cc-footer__bottom {
  padding-top: 1.25rem;
}

.cc-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cc-footer__legal.first {
  border-bottom: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 989px) {
  .cc-footer {
    padding: 20rem 0 2rem;
  }

  .cc-footer__top {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cc-footer__right {
    grid-template-columns: 1fr;
  }

  .cc-footer__menu {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .cc-footer__app-badges img {
    width: 170px;
  }
}

.shopify-policy__title {
  display: none;
}
.shopify-policy__body {
  margin-top: 2rem;
}
.shopify-policy__body h1 span {
    font-family: VicenteRegular-Distressed !important;
    font-size: 42px !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400 !important;
}

.product-form__input--pill input[type=radio]+label span {
  color: #000000;
}
.product-form__input--pill input[type=radio]:checked+label span {
  color: #000000;
}
.product-form__input--pill input[type=radio]:checked+label {
  background-color: #FDA923 !important;
}