/** Shopify CDN: Minification failed

Line 8:1 Unexpected "<"
Line 19:16 Unexpected "<"
Line 203:4 Unexpected "<"

**/
 <style>
  

.antonio-<uniquifier> {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto; 
  font-weight: 700;
  font-style: normal;
}


.hanken-grotesk-<uniquifier> {
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}
 p.sauce-card__desc {
    color: #202a32 !important;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 4px;
    font-family: "Hanken Grotesk", sans-serif !important;
}

/* body {
    font-family: "Hanken Grotesk", sans-serif;
} */
p {
    font-family: "Hanken Grotesk", sans-serif !important;
}

.header__row.header__row--top {
    max-width: 1300px !important;
    margin-inline: auto;
    margin-top: 55px;
    background-color: #c9bcac; 
    border: 1px solid #e1d2c3;
    border-radius: 24px;
  
  /* Proper Gradient */
  background: linear-gradient(90deg,
      #c6b7a9a6 0%, /* Left side dark tone */
      #d8cec333 25%, /* Slightly lighter */ 
      #d8cec333, /* Center highlight (lightest) */ 
      #d8cec347 75%, /* Transition back */
      #c6b7a9a6 100% /* Right side dark tone */
   )

  /* Optional: Header styling based on your image */
  padding: 10px 0;
  border-radius: 20px; /* Rounded corners as seen in image */
}
.tji-hdr {
    width: 100% !important;
    max-width: 1300px !important;
    margin-inline: auto !important;
    margin-top: 50px !important;
}
.tji-hdr span.menu-list__link-title {
    padding-inline: 20px;
}
.tji-hdr .header-menu__inner li a {
    text-transform: uppercase;
}
/* .tji-hdr header__columns  {
    padding-inline: 0px;
} */
/* .header-menu {
   background: linear-gradient(to bottom, #b3a292 0%, #c9bcaf 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
} */
.header-menu {
   background: linear-gradient(
    180deg, 
    rgba(255, 255, 255, 0.15) 0%, 
    rgba(255, 255, 255, 0.05) 100%
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50px;
  border: 1px solid #ffffff50;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 
              0 4px 15px rgba(0, 0, 0, 0.05);
  display: inline-flex;
  padding: 5px 25px;
  gap: 30px;
  align-items: center;
  height: 60px;
}
nav.menu-list li a {
    font-size: 24px;
    color: #fff !important;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
}
span.svg-wrapper.tji-cart svg {
    width: 48px;
    height: 32px;
}
/* cart-icon.tji-icon {
    background: linear-gradient(to bottom, #b3a292 0%, #c9bcaf 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
} */
cart-icon.tji-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.header-actions__cart-icon .cart-bubble {
  top: 0px !important;
  right: 0px !important;
}
#header-component[data-sticky-state=active] .right-tji {
    background-color: transparent;
}
/* #header-component[data-sticky-state=active] .header__columns {
    padding-inline: 40px;
} */
/* #header-component[data-sticky-state=active] .tji-hdr {
    background-color: #ffffff;
    padding: 5px 0px 20px 0px;
    border-radius: 40px;
    margin-top: 5px !important;
} */
#header-component[data-sticky-state=active] .tji-hdr {
  background: rgba(201, 188, 172, 0.9); 
  backdrop-filter: blur(12px); 
  -webkit-backdrop-filter: blur(12px); /* Safari support ke liye */
  border-radius: 20px;
  padding: 10px 0px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  width: 95%;
  margin-top: 5px !important;
  margin: 20px auto;
  /* transition: transform 0.4s ease-in-out; */
}
.shopify-section-group-footer-group {
    background-color: #eff1f3;
}
.shopify_subscriptions_app_block_container {
    display: none;
}
@media only screen and (max-width: 767px) {
  cart-icon.tji-icon {
    position: absolute;
    top: 12px;
    right: 25px;
    width: 52px;
    height: 52px;
 }
  #header-component[data-sticky-state=active] cart-icon.tji-icon {
    top: 6px;
 }
 .menu-drawer-container .header__icon--summary {
    color: #ffffff;
 }
 #header-component[data-sticky-state=active] .header__icon--summary {
    color: #ffffff;
 }
 #header-component[data-sticky-state=active] .tji-hdr {
    padding: 5px 0px 10px 0px;
}
.header__row.header__row--top {
    max-width: 360px !important;
    padding: 10px;
}
}
    </style>