/** Shopify CDN: Minification failed

Line 523:18 Unexpected "{"
Line 523:27 Expected ":"
Line 523:33 Unexpected ","
Line 524:18 Unexpected "{"
Line 524:27 Expected ":"
Line 525:18 Unexpected "{"
Line 525:27 Expected ":"
Line 526:18 Unexpected "{"
Line 526:27 Expected ":"

**/
/* ════════════════════════════════════════
   UPAYA — Custom CSS (Craft Theme)
   ════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&family=Cormorant+Garamond:wght@300;400&family=Jost:wght@300;400&display=swap');

:root {
  --cream:     rgba(235, 225, 210, 0.88);
  --cream-dim: rgba(235, 225, 210, 0.55);
  --dark:      #31201e;
  --gold:      #c9a96e;
  --gold-dim:  #e8c97ab3;
  --rule:      rgba(201, 169, 110, 0.3);
  --text-color: #e8e0d099;
  --btn-hover-color:#e8c97a1a;
}

  @font-face {
  font-family: 'CupCakes';
  /*src: url('https://upayafestival.myshopify.com/cdn/shop/files/CupCakes.woff2') format('woff2');*/
  src: url('https://upayafestival.myshopify.com/cdn/shop/files/CupCakes_1.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.header,
.header-wrapper,
.shopify-section-group-header-group {
  z-index: 1000 !important;
}
/* ── Push page content below fixed header ── */
main, .main-page-content {
  padding-top: 80px;
}

#shopify-section-template--21919891194084__shop-main {

  background:white !important;
}

#shopify-section-template--21919891194084__shop-main h1{
 color: #4C302A !important;
 font-family: 'Montserrat', sans-serif !important;
}

#shopify-section-template--21919891194084__shop-main .s-shop__eyebrow{
  color:#000 !important;
  font-family: 'Montserrat', sans-serif !important;
}

#shopify-section-template--21919891194084__shop-main .s-shop-card__title{
  color:#000 !important;
  font-family: 'Montserrat', sans-serif !important;
}

#shopify-section-template--21919891194084__shop-main .s-shop-card__price{
  color: #4C302A !important;
  font-family: 'Montserrat', sans-serif !important;
}

#upaya-shop-grid-template--21919891194084__shop-main{
  padding-bottom:50px !important;
}

#shopify-section-template--21919891194084__shop-main .s-shop__title{

  font-family: 'Cupcakes', sans-serif !important;
}

.card__heading.h5{
font-family: 'Montserrat', sans-serif !important;
}

.card-information{
font-family: 'Montserrat', sans-serif !important;
}

.product__info-container.product__column-sticky h1{
  font-family: 'Montserrat', sans-serif !important;
  text-transform:uppercase;
}

.related-products__heading{
  font-family: 'Montserrat', sans-serif !important;
}


.product-form__buttons button{
  background-color:#31201e !important;
}

.shopify-payment-button .button{
  background:#31201e !important;
}


.color-scheme-1{
  background:#fff !important;

}

.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in{
  color: #4C302A !important;
}

p{
  text-align:justify;
}

/* ════════════════════════════════
   HEADER — Desktop
   ════════════════════════════════ */
.header {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex !important;
  align-items: center !important;
  padding: 16px 48px !important;
  /*background: rgba(10, 10, 8, 0.8) !important;*/
  border: none !important;
  box-shadow: none !important;
}


.header.header.header--top-left.header--mobile-left.page-width.header--has-menu.header--has-account{
  background-color:#262920 !important;
}

/*
.header__heading-logo-wrapper{
  display:none !important;
}
  */

.section-header sticky-header.scrolled-past-header .header-wrapper,
.shopify-section-header-sticky .header-wrapper {
  background-color: #262920 !important;
  --color-background: 0,0,0 !important;
  transition: background-color 0.4s ease;
}


/* Logo */
.header__heading {
  order: 1 !important;
  margin-right: auto !important;
}

.header__heading-link,
.header__heading-link * {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 6px !important;
  text-transform: uppercase !important;
  color: var(--cream) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

/* Nav menu */
.header__inline-menu {
  order: 2 !important;
  display: flex !important;
  align-items: center !important;
  gap: 40px !important;
  margin-right: 2rem !important;
}

.header__inline-menu a,
.header__menu-item,
.header__menu-item > span,
.list-menu__item {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-decoration: none !important;
  background: none !important;
  border: none !important;
  transition: color 0.3s !important;
}

.header__inline-menu a:hover,
.header__menu-item:hover,
.header__menu-item:hover > span {
  color: var(--cream) !important;
}

/* Icons (cart, account) */
.header__icons {
  order: 3 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.header__icon svg,
.header__icon path {
  stroke: var(--cream-dim) !important;
  fill: none !important;
}

.header__icon:hover path {
  stroke: var(--cream) !important;
}

/* Hide search everywhere */
.header__icon--search,
button[aria-label="Search"] {
  display: none !important;
}

/* ════════════════════════════════
   HEADER — Mobile
   ════════════════════════════════ */
@media (max-width: 749px) {

  p{
  max-width:300px;
}

  .header {
    padding: 16px 20px !important;
    justify-content: space-between !important;
  }

  .header__heading {
    margin-right: auto !important;
  }

  .header__heading-link,
  .header__heading-link * {
    font-size: 10px !important;
    letter-spacing: 5px !important;
  }

  /* Hide desktop nav on mobile */
  .header__inline-menu {
    display: none !important;
  }

  /* Cart left of hamburger, both on right */
  .header__icons {
    order: 2 !important;
    margin-left: auto !important;
  }

  .header__menu-toggle {
    order: 3 !important;
  }

  .header__icon svg,
  .header__icon path {
    stroke: rgba(235, 225, 210, 0.7) !important;
  }
}

/* ════════════════════════════════
   MOBILE MENU DRAWER
   ════════════════════════════════ */
@media (max-width: 749px) {

  .menu-drawer,
  .menu-drawer__inner-container,
  .menu-drawer__navigation-container {
    background: #0d0b09 !important;
    border: none !important;
  }

  .menu-drawer__close-button {
    color: var(--cream) !important;
    margin-left: auto !important;
  }

  .menu-drawer__navigation {
    padding: 40px 30px !important;
  }

  /* Main links */
  .menu-drawer__menu .menu-drawer__menu-item,
  .menu-drawer__menu a {
    font-family: 'Montserrat', serif !important;
    font-size: 1.6rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: var(--cream) !important;
    padding: 14px 0 !important;
    margin-left:15px;
    border: none !important;
    background: none !important;
  }

    #HeaderDrawer-book-ticket{
      margin-top:20px;
  padding: 12px 28px !important;
  border: 1px solid rgba(210,190,155,0.80) !important;
  border-radius: 15px !important;
  background: transparent !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 3.5px !important;
  color: rgba(235,225,205,0.92) !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  transition: background 0.3s, border-color 0.3s !important;
}

  .menu-drawer__menu-item,
  .menu-drawer__menu li {
    border: none !important;
  }

  /* Divider before submenu */
  .menu-drawer__menu > li:last-of-type {
    border-bottom: 1px solid rgba(240, 235, 224, 0.15) !important;
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
  }

  /* Submenu parent label (e.g. ARTISTS) */
  .menu-drawer__submenu-header,
  details > summary {
    font-family: 'Jost', sans-serif !important;
    font-size: 0.65rem !important;
    letter-spacing: 0.4em !important;
    text-transform: uppercase !important;
    color: var(--gold-dim) !important;
    font-weight: 400 !important;
    padding: 8px 0 12px !important;
    list-style: none !important;
  }

  details > summary::marker,
  details > summary::-webkit-details-marker {
    display: none !important;
  }

  /* Submenu child links */
  .menu-drawer__submenu a,
  details[open] a {
    font-family: 'Montserrat', serif !important;
    font-size: 1.3rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: var(--gold) !important;
    padding: 10px 0 !important;
  }

  .menu-drawer__utility-links {
    display: none !important;
  }
}
/* ── Remove page-width constraint from header ── */
.header-wrapper,
.shopify-section-group-header-group,
.section-header {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.header {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* ── Override Craft's .page-width on the header itself ── */
.header.page-width {
  max-width: 100% !important;
  padding-left: 48px !important;
  padding-right: 48px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-color:#33211f !important
}

.product__description p{
  text-align:left !important;
}

@media (max-width: 749px) {
  .header.page-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 749px) {

  .header--mobile-left header-drawer{
    margin-top:5px;
  }

  .header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 16px 20px !important;
  }

  /* 1 — Logo far left */
  .header__heading {
    order: 1 !important;
    margin-right: auto !important;
  }

  /* 2 — Cart icon */
  .header__icons {
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
  }

  /* 3 — Hamburger (header-drawer) far right */
  header-drawer {
    order: 3 !important;
    display: flex !important;
    align-items: center !important;
    margin-left: 14px !important;
  }

  /* Hide search */
  .header__icon--search,
  button[aria-label="Search"] {
    display: none !important;
  }

  .header__inline-menu {
    display: none !important;
  }
}

/* ── Inner page header layout fix ── */
.header.header--top-left {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* ── Logo far left ── */
.header.header--top-left .header__heading-link {
  order: 1 !important;
  margin-right: auto !important;
  flex-shrink: 0 !important;
}

/* ── Nav links middle-right ── */
.header.header--top-left .header__inline-menu {
  order: 2 !important;
  margin-right: 2rem !important;
}

/* ── Icons far right ── */
.header.header--top-left .header__icons {
  order: 3 !important;
  margin-left: 0 !important;
}

/* ── Hide hamburger on desktop ── */
@media (min-width: 750px) {
  .header.header--top-left header-drawer {
    display: none !important;
  }
}

/* ── Mobile — logo left, icons + hamburger right ── */
@media (max-width: 749px) {
  .header.header--top-left .header__heading-link {
    order: 1 !important;
    margin-right: auto !important;
  }

  .header.header--top-left header-drawer {
    order: 3 !important;
    display: flex !important;
    align-items: center !important;
    margin-left: 14px !important;
  }

  .header.header--top-left .header__icons {
    order: 2 !important;
    margin-left: auto !important;
  }

  .header.header--top-left .header__inline-menu {
    display: none !important;
  }
}

/* ── Force product image container to show full height ── */
.template-product main,
.template-product .main-page-content,
.template-product #MainContent {
  overflow: visible !important;
}

/* ── Section itself ── */
#shopify-section-{{ section.id }},
#shopify-section-{{ section.id }} .s-product,
#shopify-section-{{ section.id }} .s-product__grid,
#shopify-section-{{ section.id }} .s-product__img-wrap {
  overflow: visible !important;
}

/* ── Fix extra space below footer on collection pages ── */
.template-collection .main-page-content,
.template-collection main {
  padding-bottom: 0 !important;
}

/* ── Fix footer gap ── */
body {
  overflow-x: hidden;
}

footer.footer,
.footer {
  background: #090908 !important;
  border-top: 1px solid rgba(235,225,210,0.06) !important;
}

/*Cart */
.drawer__inner.gradient.color-scheme-1 {
    background-color: #0f0f0c;
}

#CartDrawer-Overlay {
  background: rgba(0, 0, 0, 0.4); /* required for blur to show */

  backdrop-filter: blur(9px) brightness(2) contrast(1.1);
  -webkit-backdrop-filter: blur(9px) brightness(2) contrast(1.1);
}

a.cart-item__name.h4.break {
    font-family: 'Montserrat', serif;
    font-size: 1.82rem;
    font-weight: 400;
    color: #31201e;
    line-height: 1.3;
}
.product-option, span.price.price--end {
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem 12px;
    color: #5a5248;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 3px;
    line-height: 1.5;
}
.s-shop-cart__artist,.totals,.totals__total{
font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    color: #5a5248;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 3px;
    line-height: 1.5;
}
td.cart-item__totals.right
 {
    visibility: hidden;
}
p.totals__total-value {
    color: #e8e0d0;
}
#CartDrawer-Checkout {
  
    background: #31201e !important;
    border: none !important;
    color: #fff !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.25em !important;
    text-transform: uppercase !important;
    cursor: pointer;   
    align-items: center;
        justify-content: center;
   
    transition: background 0.3s !important;
  }
 .s-product__atc {
    flex: 1;
    height: 48px;
    background: #e8c97a !important;
    border: none !important;
    color: #090908 !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.25em !important;
    text-transform: uppercase !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.3s !important;
    border-radius: 0 !important;
  }
   .s-product__atc:hover, #CartDrawer-Checkout:hover { background: #31201e !important; }

   quantity-input.quantity.cart-quantity {
    color: #31201e !important;
}
.drawer__footer{
   border-top: 1px solid rgba(235,225,210,0.06) !important;
}
.drawer.active{
  z-index:9999;
}

h2.drawer__heading {
    color: #31201e;
    font-size: 1.52rem;
    text-transform: uppercase;
}
.cart-drawer .cart-items thead{
  display:none;
}
.drawer__header {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid;
}
.drawer__close .svg-wrapper {
    height: 1.2rem;
    width: 2rem;
    color: #e8e0d0b3;
}
cart-drawer-items {
    padding-top: 24px;
}
.drawer__inner.gradient.color-scheme-1 > div , cart-drawer-items{
    padding-left: 13px;
    padding-right: 13px;
}
.drawer__inner.gradient.color-scheme-1 {
    padding-left: 0;
    padding-right: 0;
}

.quantity__input{
  color:#fff !important;
}



.quantity__button{
  color:#fff !important;
}

.price-per-item__container .quantity{

  background-color:#33211f !important;
}

.price-per-item__container .quantity:focused{

  background-color:#33211f !important;
  outline:none !important;
}

.shopify-policy__container h1{
  color: #4C302A !important;
  font-family: 'CupCakes', sans-serif !important;
  margin-top:30px;
  margin-bottom:30px;
}

.shopify-policy__container p, li{
   color: #000000 !important;
   font-family: 'Montserrat', sans-serif !important;
  
}

.shopify-policy__container p{
   text-align:justify;
}

.shopify-policy__container{

  padding-bottom:50px;
}

.shopify-policy__container hr{
  margin:2rem 0;
}



.cart-quantity .quantity__button{
  color:#31201e !important;
}

.cart-quantity .quantity__input{
  color:#000 !important;
}

.cart-drawer__footer .totals__total-value{
  color:#000 !important;
}

.cart-drawer__footer .totals{
  align-items:center !important;
}


@media (max-width: 749px) {

.s-shop__eyebrow{
  margin-top:50px !important;
}

}