/** Shopify CDN: Minification failed

Line 1512:2 Unexpected "}"
Line 1875:8 Unexpected "{"
Line 1875:17 Expected ":"
Line 1929:10 Unexpected "{"
Line 1929:19 Expected ":"
Line 1935:10 Unexpected "{"
Line 1935:19 Expected ":"
Line 1941:10 Unexpected "{"
Line 1941:19 Expected ":"

**/
/* ==========================================================================
   FONT DEFINITIONS
   ========================================================================== */
@font-face { /* Avantt Regular */
  font-family: "Avantt Regular";
  src: url("/cdn/shop/files/Avantt-Avantt-Regular.otf?v=1753200902") format("opentype");
}

@font-face { /* Avantt Light */
  font-family: "Avantt Light";
  src: url("/cdn/shop/files/Avantt-Avantt-Light.otf?v=1753200902") format("opentype");
}

@font-face { /* Avantt Medium */
  font-family: "Avantt Medium";
  src: url("/cdn/shop/files/Avantt-Medium.woff2?v=1749560146") format("woff2"),
       url("/cdn/shop/files/Avantt-Medium.woff?v=1749560146") format("woff");
}

@font-face { /* Avantt Bold */
  font-family: "Avantt Bold";
  src: url("/cdn/shop/files/Avantt-Bold.woff2?v=1749560146") format("woff2"),
       url("/cdn/shop/files/Avantt-Bold.woff?v=1749560146") format("woff");
}

@font-face { /* Avantt Extrabold */
  font-family: "Avantt Extrabold";
  src: url("/cdn/shop/files/Avantt-ExtraBold.woff2?v=1749560146") format("woff2"),
       url("/cdn/shop/files/Avantt-ExtraBold.woff?v=1749560146") format("woff");
}

@font-face { /* Stanley Regular */
  font-family: "Stanley";
  src: url("/cdn/shop/files/Stanley-Regular.otf?v=1750085119") format("opentype");
}

@font-face { /* Stanley Italic */
  font-family: "Stanley Italic";
  src: url("/cdn/shop/files/Stanley-Italic.otf?v=1750085120") format("opentype");
}

@font-face { /* PP Editorial */
  font-family: "PP Editorial";
  src: url("/cdn/shop/files/PPEditorialNew-Regular.otf?v=1750085120") format("opentype");
}

@font-face { /* PP Editorial Light */
  font-family: "PP Editorial Light";
  src: url("/cdn/shop/files/PPEditorialNew-Ultralight.woff2?v=1752089391") format("woff2");
}


@font-face { /* Courier Prime */
  font-family: "Courier Prime";
  src: url("/cdn/shop/files/CourierPrime-Regular.ttf?v=1750085413") format("truetype");
}


/* ==========================================================================
   ROOT VARIABLES
   ========================================================================== */

:root {
  /* Border Radii & Gutters */
  --radius-rounded: 1.5rem;
  --media-radius-rounded: 8px;
  --gutter-custom: 1rem;
  --left-padding: 2rem;
  --right-padding: 2rem;

  /* Colors */
  --color-white: #fff;
  --color-beige: #F5F5F5;
  --color-blue: #ABD0FF;
  --color-tan: #6A5D5D;
  --color-lighttan: #F4EADD;
  --color-grey: #2F2F2F;
  --color-lightgrey: #D9D9D9;
  --color-green: #EFFFD4;

  /* Headings Font Sizes - Desktop */
  --FONT-HEADING-MINI: 1.125rem;
  --FONT-HEADING-X-SMALL: 1.7797rem;
  --FONT-HEADING-SMALL: 20px;
  --FONT-HEADING-MEDIUM: 36px;
  --FONT-HEADING-LARGE: 5.11781rem;
  --FONT-HEADING-X-LARGE: 175px;

  /* Headings Font Sizes - Mobile */
  --FONT-HEADING-MINI-MOBILE: 12px;
  --FONT-HEADING-X-SMALL-MOBILE: 16px;
  --FONT-HEADING-SMALL-MOBILE: 20px;
  --FONT-HEADING-MEDIUM-MOBILE: 24px;
  --FONT-HEADING-LARGE-MOBILE: 32px;
  --FONT-HEADING-X-LARGE-MOBILE: 100px;

  /* Body Font Sizes */
  --font-body-x-large: 3rem;

  /* Fonts */
  --FONT-STACK-HEADING: Avantt Extrabold;
  --FONT-STACK-BODY:  Avantt Medium;
}

/* Responsive root updates */
@media only screen and (max-width: 749px) {
  :root {
   
  }
}


/* ==========================================================================
   HEADINGS & TEXT STYLES
   ========================================================================== */

h1, h2, h3, h4, h6 {
  font-family: Avantt Extrabold;
  line-height: 0.8;
}

h5 {
  font-family: Stanley;
  font-weight: normal;
  text-transform: none;
}

.blog__title, .hero__title, h6, .heading-mini {
  letter-spacing: 0.05625rem;
}

/* Announcement styles */
.announcement__text h2,
.announcement__text h4 {
  font-family: Avantt Extrabold !important;
  line-height: 1;
  letter-spacing: -.1rem !important;
}

.announcement__text h4 {
  line-height: 0.8;
}

.announcement__slide .body-small {
  letter-spacing: -0.03944rem;
  font-weight: 500;
}

/* Buttons */
.btn {
  font-family: Avantt Extrabold;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.btn:hover,
.btn:focus {
  border-color: var(--color-blue);
  box-shadow: 1.863px 1.863px 7.546px 0.932px #ABD0FF;
  color: var(--btn-text);
}

.btn span {
  transform: translateY(-0.1em) !important;
}

/* Button hover removal */
.btn--solid.btn--primary,
.btn--solid.btn--secondary,
.btn--solid.btn--white,
.btn--solid.btn--black {
  --btn-border-hover: none;
  --btn-bg-hover: none;
  --btn-text-hover: none;
}

.btn--solid.btn--white {
  --btn-border: var(--color-beige);
  --btn-bg: var(--color-beige);
  --btn-text: var(--color-grey);
}

.btn--solid.btn--black {
  --btn-border: var(--color-grey);
  --btn-bg: var(--color-grey);
  --btn-text: var(--color-beige);
}

.button__icon {
  height: 0.90275rem;
  padding-right: .3rem;
}


/* ==========================================================================
   GENERAL STYLES & UTILITY CLASSES
   ========================================================================== */

.header-border {
  position: relative;
  background-color: var(--color-green);
  padding-top: 1rem;
}

.header-border::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  background-color: var(--color-beige);
  border-top-left-radius: var(--radius-rounded);
  border-top-right-radius: var(--radius-rounded);
  z-index: 0;
}

.rounded-top, .rounded-bottom {
  margin-inline: var(--gutter-custom);
}

.rounded-top {
  border-radius: var(--radius-rounded) var(--radius-rounded) 0 0;
}

.rounded-bottom {
  border-radius: 0 0 var(--radius-rounded) var(--radius-rounded);
}

.custom-gutter, .rounded-bottom {
  margin-inline: var(--gutter-custom);
}

.custom-gutter-green {
  background-color: var(--color-green);
  padding-inline: var(--gutter-custom);
}

.border-radius {
  border-radius: var(--radius-rounded);
}

.negative-margin {
  margin-bottom: -5rem !important;
}

@media screen and (max-width: 767px) {
  .negative-margin {
    margin-bottom: 0 !important;
  }
}

.wrapper--full-padded {
  padding-left: var(--left-padding) !important;
  padding-right: var(--right-padding) !important;
  margin: 0;
}
/* Sticky Sections */
.main-content, .footer-sections, .shopify-section-group-group-pre-footer {
  position: relative;
  z-index: 2;
}
.overlay_section {
  position: relative;
  z-index: 10;
}
.custom_sticky_section1 {
  position: sticky;
  bottom: 0;
  z-index: 4;
}
.custom_sticky_section2 {
  position: sticky;
  top: 0;
  z-index: 3;
}
.custom_sticky_section3 {
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.custom_sticky_section4 {
  position: sticky;
  bottom: 0;
  z-index: 1;
}


/* ==========================================================================
   HEADER STYLES
   ========================================================================== */

/* Transparent header overlay adjustments */
.theme__header.transparent:after {
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

/* Drawer adjustments */
.drawer__head { padding: 0; }
.drawer__body { padding-top: 6rem; }
.sliderow__title, .sliderow { min-height: 0px; }
.sliderow__title { font-family: "Stanley"; }
.header__wrapper { --bg: none; }

/* Transparent logo logic when sticky header is active */
body:has(.main-content > .shopify-section.section-overlay-header:first-of-type):not(:has([data-prevent-transparent-header])) [data-header-transparent].js__header__stuck .header__logo--has-transparent .logo__img--transparent {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body:has(.main-content > .shopify-section.section-overlay-header:first-of-type):not(:has([data-prevent-transparent-header])) [data-header-transparent].js__header__stuck .header__logo--has-transparent .logo__img--color {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.template-article .header-border {
  --color-green: var(--color-grey);
}
@media screen and (max-width: 749px) {
.sliderow__title {
  font-size: 1.125rem;
}
  .sliderule__wrapper {
    padding-bottom: 1.25rem;
  }
}
.drawer__content__scroll,
.drawer__content__scroll--columns,
.drawer__col--links,
.drawer__col--content {
  height: 95%;
  overflow: hidden;
}

.drawer__content__scroll--columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;

  .drawer__col--links {
    padding-right: 1rem;
  }

  .drawer__col--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    border-radius: 0.49931rem;
    background: var(--color-blue);
    margin: 0 1rem 0 10rem;
  }
}

.drawer__main-menu--2col {
  display: flex;
  gap: 2rem;

  &.has-divider {
    position: relative;
  }
}

.drawer__menu {
  padding-left: 6rem;
}

.drawer__menu-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .94rem;
}

.sliderule__chevron .icon {
  display: none;
}

.column-divider {
  width: 1px;
  background-image: linear-gradient(to bottom, curr
                                    entColor 33%, transparent 0%);
  background-position: right;
  background-size: 1px 6px;
  background-repeat: repeat-y;
  height: 13rem;
}

.drawer__image-row {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: .5rem;
  border-radius: 0.56963rem;
  border: 2px dotted var(--color-grey);
  height: 100%;


  .drawer__image-left {
    height: 100%;

    .drawer__image-wrapper {
      width: 100%;
      border-radius: 6px;
      overflow: hidden;
    }
    .drawer__image-wrapper img {
      width: 9rem;
      height: 9rem;
      border-radius: 6px;
      overflow: hidden;
    }
  }

  .drawer__image-right {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;

    .drawer__image-title {
    font-family: Avantt Extrabold;
    margin-bottom: 0.25rem;
    font-size: 1.625rem;
    letter-spacing: -0.08125rem;
    }

    .drawer__image-subtitle {
      font-family: Avantt Medium;
      text-transform: uppercase;
      font-size: 0.875rem;
    }

    .drawer__image-button .btn {
      font-size: 0.75rem;
      padding: 0.4rem 0.6rem;
      margin-top: 0.5rem;
      display: inline-block;
      background-color: var(--color-green);
      color: var(--color-grey);
      border: var(--color-green);
    }
  }
}
@media screen and (min-width: 1700px) { 
  .drawer__image-row {
    .drawer__image-left {
    height: 100%;
    padding-top: .5rem !important;

    .drawer__image-wrapper {
      overflow: visible !important;
    }
  }
}
}
.hamburger-button {
  .icon--cancel {
    display: none;
  }
}

.drawer--header.is-open {
  .hamburger-button {
    .hamburger-icon {
      display: none;
    }

    .icon--cancel {
      display: inline-flex;
    }
  }
}
.header__mobile__hamburger {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .drawer--header.is-open .icon-search,
  .drawer--header.is-open .icon-customer-account {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .header__desktop__button .icon-search, .header__desktop__button .icon-customer-account, .header__mobile__button .icon-customer-account, .header__mobile__button .icon-search{
   display:none !important;
 }
  .header__mobile__left {
    display: none;
  }
  .header__mobile__right {
    order: 0;
  }
  .header__mobile {
   grid-template-columns: 1.5fr 1fr;
   padding-left: var(--left-padding) !important;
   padding-right: var(--right-padding) !important;
  }
  .header__logo {
    justify-content: left;
  }
}
/* ==========================================================================
   Megamenu/Drawer Menu
   ========================================================================== */
.drawer--header.is-open .drawer__inner {
    right: 0;
    margin: var(--gutter-custom);
}
@media only screen and (min-width: 480px) {
    .drawer__inner {
        max-width: 98vw
    }
.drawer__inner {
  height: 40vh;
  border-radius: var(--radius-rounded);
  }
}
@media only screen and (min-width: 1700px) {
  .drawer__inner {
    height: 35vh; 
  }
}
.sliderow__title span:first-of-type {
  position: relative;
  transition: text-shadow 0.3s ease;
}

.sliderow__title span:first-of-type::after {
  display:none;
}

@media (hover: hover) {
  .sliderow__title:hover span:first-of-type {
    text-shadow: 1px 1px 4px #ABD0FF;
  }
  
  .socials svg:hover,
  .icon-search svg:hover,
  .icon-customer-account svg:hover,
  .hamburger-button svg:hover {
    filter: drop-shadow(1px 1px 4px #ABD0FF);
    transition: filter 0.3s ease;
  }
}
 .drawer--header.is-open   .theme__header,
   .drawer--header[aria-expanded="true"]   .theme__header {
    --icon-color: var(--color-grey) !important;
  }
header-drawer.drawer--header.is-open .header__logo--has-transparent .logo__img--color {
  opacity: 1 !important;
}
header-drawer.drawer--header.is-open .header__logo--has-transparent .logo__img--transparent {
  opacity: 0 !important;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }
}
.drawer--header.is-open .drawer__inner {
  animation: slideDown 0.6s ease forwards !important;
}

.drawer--header.is-closing .drawer__inner {
  animation: slideUp 0.6s ease forwards !important;
}

/* ==========================================================================
   Mobile Megamenu/Drawer Menu
   ========================================================================== */
 @media only screen and (max-width: 749px) {
	.drawer--header .drawer__inner {
		height: 65vh;
		border-radius: var(--radius-rounded);
		max-width: 89%;
	}
	.drawer--header.is-open .drawer__inner {
		right: 4% !important;
	}
   .drawer--header .drawer__close {
     order: 2;
   }
	.drawer--header .drawer__head {
		padding-left: var(--left-padding) !important;
		padding-right: var(--right-padding) !important;
		padding-top: 20px;
        display: grid;
        grid-template-columns: 1.5fr 0fr 0fr 0fr;
	}
	.drawer--header .drawer__head::after {
		content: "";
		position: absolute;
		left: var(--left-padding);
		right: var(--right-padding);
		bottom: -1rem;
		height: 2px;
		background-image: repeating-linear-gradient(to right, #6A5D5D 0 2px, transparent 2px 6px);
		background-repeat: repeat-x;
		background-size: auto 2px;
		pointer-events: none;
		margin-top: 1.25rem;
	}
	.custom-search-bar{
		padding: 0 2rem;
	}
	.custom-search-bar .search-form {
		display: flex;
		align-items: center;
		border-radius: 4.45525rem;
		background: var(--color-lighttan);
		padding: .25rem;
		width: 100%;
		box-sizing: border-box;
	}
    .theme__header .section-padding {
		--padding-top: calc(var(--PT) * 1);
		--padding-bottom: calc(var(--PB) * 1);
		padding-top: var(--PT-MOBILE, var(--padding-top));
	}
	.custom-search-input {
		border: none;
		background: transparent;
		font-size: 16px;
		outline: none;
		width: 100%;
	}
	.custom-search-button {
		background: none;
		border: none;
		padding: 0;
		margin-left: 10px;
		--icon-color: var(--color-grey);
	}
	.custom-search-button svg {
		width: 20px;
		height: 20px;
	}
	.search-form input[type=search] {
		font-family: Courier Prime;
		color: var(--color-grey);
	}
   .drawer__body {
      padding-top: 3rem;
   }
   .mobile-menu__block--socials .icon-fallback-text {
     display: none;
   }
}
mobile-menu .header__logo__link {
	order: -1;
}
mobile-menu {
  --icon-color: var(--color-grey);
}
.drawer__inner {
  visibility: visible;
}
.mobile-menu__block-inner .socials {
  flex-wrap: nowrap;
}
.drawer__foot .mobile-menu__block {
    flex-basis: 0%;
}
.mobile-menu__block--socials .mobile-menu__block-inner {
    flex-direction: row;
}
.mobile-menu__block--customer-account {
    padding: 0 1.88rem;
}
.mobile-menu__block--socials .socials li {
   padding-right: 1.88rem;
}
.drawer--header {
  z-index: 5601;
}
.drawer__image-button .btn {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.drawer__image-button .btn:hover,
.drawer__image-button .btn:focus {
  box-shadow: 1.863px 1.863px 7.546px 0.932px var(--color-beige);
}

 
/* ==========================================================================
   Notification Popup (overlay-text-promo.liquid)
   ========================================================================== */
 .notification-drawer {
    position: fixed;
    padding-left: 1.5rem;
    bottom: 1rem; 
    left: 1rem;
    width: 30%;
    border-radius: 12px;
    z-index: 10000;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    background: transparent;
  }

.notification-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: #ABD0FF;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  gap: .7rem;
}

  .notification-thumb {
    width: 9.5rem;
    height: 9.5rem;
    object-fit: cover;
    border-radius: 0 8px 8px 0;
  }

  .notification-text {
    flex: 1;
    border: 2px dotted #ffffff; /* or #000 if you want black */
    padding: .5rem;
    margin: .7rem;
    font-family: Avantt Medium;
    font-size: 0.875rem;
  }

  .notification-title {
    font-family: Avantt Extrabold;
    margin-bottom: 0.25rem;
    font-size: 1.625rem;
    letter-spacing: -0.08125rem;
  }
  .notification-subtext strong {
     font-family: Avantt Extrabold;
  }
  .notification-subtext h4 {
    font-family: Avantt Medium;
    font-weight: normal;
    margin-bottom: 0.25rem;
    font-size: 1.625rem;
    letter-spacing: -0.08125rem;
  }
  
  .notification-item .btn {
    font-size: 0.75rem;
    padding: 0.4rem 0.6rem;
    margin-top: 0.5rem;
    display: inline-block;
    background-color: var(--color-green);
    color: var(--color-grey);
    border:var(--color-green);
  }
 .notification-item .btn:hover {
  box-shadow: 1.863px 1.863px 7.546px 0.932px var(--color-beige);
 }
  .show-more-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 1rem;
    border: none;
    font-weight: bold;
    font-size: 0.875rem;
    cursor: pointer;
    background: #ABD0FF;
    border-radius: 10rem;
  }

  .hidden {
    display: none !important;
  }

  .notification-close {
  border: none;
  padding-bottom: .25rem;
  position: absolute;
  top: .2rem;
  right: .2rem;
  background: #F5F5F5;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
}

@media screen and (max-width: 749px) {
  .notification-drawer {
    width: 90%;            
    left: 50%;          
    transform: translateX(-50%); 
    bottom: 1rem; 
    padding: 0 1rem;
  }

  .notification-thumb {
    width: 8.5rem;
    height: 8.5rem;
  }

  .notification-text {
    padding: 0.5rem;             
  }

  .notification-title {
    font-size: 1.19006rem;           
  }

  .notification-subtext h4 {
    font-size: 1.19006rem;           
  }
  .notification-close {
    top: 0.3rem;
    right: 1.3rem;
  }
}
 
/* ==========================================================================
   HOMEPAGE STYLES
   ========================================================================== */
/* --------------------------------------------------------------------------
   Rolling Text Hero Banner (section-hero-scrolling.liquid)
   -------------------------------------------------------------------------- */
  .rolling__title {
     letter-spacing: -.7rem !important;
  }
  .rolling-text-container {
  overflow: hidden;
  min-height: 80px; 
}

.rolling-text-item {
  font-family: Avantt Extrabold;
  color: var(--color-blue);
  position: absolute;
  top: 0;
  left:0;
  opacity: 0;
  pointer-events: none;
  font-weight: bold;
  font-size: 7rem;
  display: flex;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  letter-spacing: -.5rem;
}

.rolling-text-item.active {
  opacity: 1;
  pointer-events: auto;
}
.rolling-letter {
  display: inline-block;
  transform: translateY(0);
}

@keyframes rollUpOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-1em);
  }
}

@keyframes rollUpIn {
  0% {
    opacity: 0;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

  @media screen and (min-width: 1024px) {
  .rolling__title {
    margin-right: 30rem;
  }
  .rolling-text-item {
  margin-left: 40rem;
  margin-top: 7rem;
}
  }

@media screen and (min-width: 1280px) {
  .rolling__title {
    margin-right: 45rem;
  }
  .rolling-text-item {
  margin-left: 40rem;
  margin-top: 7rem;
}
}
@media screen and (min-width: 1900px) {
  .rolling__title {
    margin-right: 55rem;
  }
  .rolling-text-item {
  margin-left: 40rem;
  margin-top: 7rem;
}
  }
@media screen and (max-width: 767px) {
  .rolling-text-item {
    top: 60%;
    left: 10%;
    font-size: 4rem;
    letter-spacing: -.25rem;
  }
  .rolling__title {
     letter-spacing: -.35rem !important;
    margin-top: 16px;
  }
}

/* --------------------------------------------------------------------------
   Marquee Images & Videos (section-scrolling-video.liquid)
   -------------------------------------------------------------------------- */

.image-wrapper img {
  border-radius: var(--media-radius-rounded);
}
.scrolling-loop {
  display: flex;
  white-space: nowrap;
}

[data-ticker-frame] {
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Blog - Podcasts (section-blog.liquid) (more styling in section-blog.liquid)
   -------------------------------------------------------------------------- */
.blog__title {
  text-align: left !important;
  margin: 0 0 .7rem;
  
}
.carousel-cell .article__excerpt {
  margin-top: 0 !important;
}
.carousel-cell .article__text-wrapper {
  padding: .75rem 0;
}
.carousel-cell .article__title {
  margin-bottom: 4px !important;
}
.carousel-cell .grid-item {
  background-color: #f5f5f5; 
  padding: 1rem 1rem .7rem 1rem; 
  border-radius: 9px; 
  border: 2px dashed #ABD0FF;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.carousel-cell .grid-item:hover {
  border: 2px solid #ABD0FF;
  box-shadow: 1.863px 1.863px 7.546px 0.932px #ABD0FF;
}
.carousel-cell  .article__metafields {
    display: none;
  }

.article__title {
  letter-spacing: -0.1rem !important;
  font-size: 1.5rem;
}

/* --------------------------------------------------------------------------
   Blog - Liveshows (section-blog.liquid)
   -------------------------------------------------------------------------- */
.blog__title--grid::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #c00;
  filter: drop-shadow(1px 1px 4px #E22E2E) blur(2px);
  vertical-align: middle;
  animation: pulse-opacity 1.2s ease-in-out infinite;
}

/* Opacity-only pulse */
@keyframes pulse-opacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}


.blog__title--grid {
  font-family: Avantt Medium;
  letter-spacing: -0.05rem;
}

.live-show-blog-grid  {
  display: grid;
  gap: var(--gap);
   grid-template-columns: repeat(2, 1fr);
}

.live-show-blog-grid .grid-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem; /* spacing between image and text */
  padding: 1rem;
}
.live-show-blog-grid .article__text-wrapper {
  flex: 1;
}
.live-show-blog-grid .article__image__outer {
  flex: 0 0 24rem;
  padding: 1rem;
  border-radius: 9px;
  border: 2px dashed #ABD0FF;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.live-show-blog-grid .article__image__outer:hover {
  border: 2px solid #ABD0FF;
  box-shadow: 1.863px 1.863px 7.546px 0.932px #ABD0FF;
}
.live-show-blog-grid:hover .grid-item {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.live-show-blog-grid .grid-item:hover {
  opacity: 1 !important;
}
.article__excerpt {
  font-family: Stanley !important;
  font-weight: normal;
  text-transform: none;
  font-size: 1.125rem;
  letter-spacing: -0.02813rem;
  margin-top: 0;
}
.article__metafields {
    margin-left: 1rem;
    padding: .5rem 0;
    font-size: 1.5rem;
    font-family: Avantt Medium;
    letter-spacing: -0.0375rem;
}
.article__streaming_date {
  margin: 0;
}
.article__icons {
  padding: .5rem 0;
}
.article__icons svg {
  width: 2rem;
}
.icon-sirius svg {
  height: 1.5rem !important;
}

.article__stream-button a{
  --btn-bg: #EFFFD4;
  --btn-text: var(--color-grey);
  border-radius: 100px;
  background: var( --btn-bg);
  width: fit-content;
  height: fit-content;
  font-family: Avantt Extrabold;
  color: var( --btn-text);
  border: 1px solid transparent;
}

@media only screen and (max-width: 768px) {
  .live-show-blog-grid {
   grid-template-columns: repeat(1, 1fr);
  }

  .live-show-blog-grid .grid-item {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
  }

  .live-show-blog-grid .article__image__outer {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    border-radius: 8px;
  }

  .live-show-blog-grid .article__text-wrapper {
    width: 100%;
  }

  .live-show-blog-grid:hover .grid-item {
    opacity: 1; /* disable hover fade effect on mobile */
  }

  .article__metafields {
    margin-left: 0;
    padding: 0.5rem 0;
  }

  .article__icons {
    padding: 0.5rem 0;
  }
}

/* --------------------------------------------------------------------------
  Video (video.liquid)
   -------------------------------------------------------------------------- */
.external-video-wrapper {
    --video-width: 100vw;
    --video-height: 100vh;
    width: var(--video-width);
    height: var(--video-height);
}

.external-video-wrapper iframe {
    width: var(--video-width,100%);
    height: var(--video-height,100%);
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%!important;
    left: 50%!important;
    right: auto!important;
}

@media (max-aspect-ratio: 16 / 9) {
    .external-video-wrapper iframe {
        --video-width:177.78vh;
        height: calc(var(--video-height) + 200px)
    }
}

@media (min-aspect-ratio: 16 / 9) {
    .external-video-wrapper iframe {
        --video-width:100vw;
        height: calc(var(--video-height) + 200px)
    }
}
@media screen and (max-width: 599px) {
    .show-desktop {
        display:none;
    }

    .video-hero .hero__logo {
        width: 70vw;
    }

    .video-hero .frame__item {
        padding-bottom: 3rem;
    }
}
@media screen and (min-width: 600px) {
    .show-mobile {
        display:none;
    }
}
@media only screen and (min-width: 990px) {
    .video-hero .hero__content__wrapper .hero__content {
        width: auto;
        max-width: none;
    }
}
.video-hero .hero__logo {
    margin-inline: auto;
    margin-bottom: 1rem;
    width: var(--logo-width);
}
.video-hero .hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video__title {
  text-transform: none;
  color: var(--color-white);
  font-weight: normal;
  letter-spacing: -0.03em;
}

.video__button a{
  background: #C00;
  color: var(--color-white);
  border: none;
}
@media screen and (max-width: 767px) {
  .external-video-wrapper {
  --video-height: 80vh;
  height: var(--video-height);
  }
}
.hero__logo {
  opacity: 0;
  transform: translateY(6rem);
 transition: opacity .8s ease, transform .8s ease; 
}

.hero__logo.animate-in {
  opacity: 1;
  transform: translateY(0);
}
/* --------------------------------------------------------------------------
   Text Float (custom-section-text-float.liquid)
   -------------------------------------------------------------------------- */
.text-float__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 3rem;
}

.text-float__heading {
  font-family: PP Editorial Light;
  font-size: clamp(3rem, 3rem + 8vw, 10rem);
  line-height: 1;
  text-align: center;
  text-transform: lowercase;
  font-weight: 200;
  color: #C00;
}

.text-float__img-container {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.float-image-wrapper,
.drag-image-wrapper,
.static-image-wrapper {
  position: absolute;
  width: clamp(20px, 5vw + (var(--width) / 2), var(--width));
  top: var(--pos-y);
  left: var(--pos-x);
  rotate: var(--rotate);
  z-index: var(--pos-z);
}

.text-float__bottle {
  z-index: 3;
  height: 100vh;
}

.text-float__bottle img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

img.drag-image,
img.float-image,
img.static-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 549px) {
  .text-float__heading {
    font-size: clamp(3rem, 3rem + 4vw, 10rem);
  }

  .float-image-wrapper {
    width: clamp(20px, 5vw + (var(--width) / 3), var(--width));
  }
}

/* --------------------------------------------------------------------------
   Rich Text Columns 
   -------------------------------------------------------------------------- */
.hero__rte h5 {
  font-size: 2rem;
  letter-spacing: -0.06006rem;
}
.hero__rte strong {
  font-family: Avantt Extrabold;
}

.hero__rte span[style*="underline"] > strong {
  color: var(--color-blue);
}
.hero__rte span[style*="underline"] {
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: -0.06925rem;
}
.rich-text-columns__wrapper {
  justify-content: space-between !important;
}
.hero__button {
  padding-top: .87rem;
}

/* --------------------------------------------------------------------------
   Music Player (custom-section-music-player.liquid)
   -------------------------------------------------------------------------- */

.music-grid {
  display: grid;
  grid-template-columns: 1fr 2fr; 
  gap: 20px;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--color-blue);
  border-radius: 10px;
  padding: 2rem;
}

.music-player {
  padding: 16px;
  align-items: center;
  text-align: center !important;
}

.music-grid .hero__media {
  overflow: visible;
}
.music-grid .image-wrapper {
  width: 14rem;
  height: 14rem;
}   

#track-info, .progress-time {
  font-family: Courier Prime;
  padding-bottom: 1rem;
  }

.text-logo svg {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  height: 1.5em !important;
  width: auto;
}

.progress-container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.progress-time {
  display: flex;
  justify-content: space-between;
  padding: 0 2px;
}

#progress {
  -webkit-appearance: none;
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;

  /* The progress fill */
  background-image: linear-gradient(90deg, #EFFFD4 23.56%, #F5F5F5 100%);
  background-size: 0% 100%; /* will be updated via JS */
  background-repeat: no-repeat;
  background-position: left center;

  /* The unfilled track color */
  background-color: rgba(47, 47, 47, 0.3);
  border-radius: 3px;
  transition: background-size 0.2s ease;
}


/* WebKit browsers (Chrome, Safari) */
#progress::-webkit-slider-runnable-track {
  background: transparent;
}


#progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 0.6rem;
  width: 1rem;
  background: transparent;
  border: none;
  background-image: url('{{ "progress-thumb-icon.svg" | asset_url }}');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}
.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem; 
  padding-top: 1.5rem;
}

.controls button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.controls button:hover {
  transform: scale(1.04);
}

/* Mobile Responsive Styling */
@media (max-width: 767px) {
  .music-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
    gap: 1rem;
  }
  .hero__media {
      width: 100% !important;
    }
  .music-grid .image-wrapper {
   width: 12rem;
   max-width: 12rem;
   height: 12rem;
   margin: 0 auto;
   padding-top: 0 !important;
  }
  .music-player {
    text-align: center;
    padding: 1rem 0;
  }

  .progress-time {
    font-size: 0.9rem;
    padding: 0 0.5rem;
  }

  #track-info {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  #progress {
    height: 0.5rem;
  }

  #progress::-webkit-slider-thumb {
    width: 0.8rem;
    height: 0.5rem;
  }

  .controls img {
    width: 32px;
    height: auto;
  }

  .controls {
    margin-top: 1rem;
  }
}
  p svg {
    vertical-align: middle;
    position: relative;
    top: -0.1em;
    height: 1.125em !important;
    width: auto;
}
  }
/* --------------------------------------------------------------------------
   Rich Text Columns - Events Ticket (section-events-ticket.liquid)
   -------------------------------------------------------------------------- */
.events__text h4 {
 font-family: Avantt Medium;
  letter-spacing: 0.0755rem;
}
.events__text {
  color: var(--color-tan);
  margin-left: -10rem;
}
.events__text h5 {
  font-size: 4rem;
  line-height: 91%;
  margin: 0 30rem 0 0;
  letter-spacing: -0.1rem;
}
.events__text .hero__rte strong {
 letter-spacing: -0.2rem;
}

.events__button {
  margin-left: -10rem;
}
@media screen and (min-width: 1024px) {
    .rich-text-columns__left .rte-columns-block:nth-of-type(1) .circle {
      width: 13rem !important;   
      height: 13rem;
      border-radius: 50%;
      overflow: hidden; 
      position: absolute;
      left: 7%;
      top: 18%;
    }
    
    .rich-text-columns__left .rte-columns-block:nth-of-type(2) .circle {
      width: 100px !important;   
      height: 100px;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      left: 15%;
      top: 50%;
    }
}

@media screen and (min-width: 1600px) {
    .rich-text-columns__left .rte-columns-block:nth-of-type(1) .circle {
      width: 15rem !important;   
      height: 15rem;
      border-radius: 50%;
      overflow: hidden; 
      position: absolute;
      left: 9%;
      top: 10%;
    }
    
    .rich-text-columns__left .rte-columns-block:nth-of-type(2) .circle {
      width: 8rem !important;   
      height: 8rem;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      left: 15%;
      top: 50%;
    }
}

@media screen and (min-width: 1700px) {
  .events__text h5 {   
      margin: 0 30rem 0 0;
    font-size: 5.11975rem;
    }
    .rich-text-columns__left .rte-columns-block:nth-of-type(1) .circle {
      width: 16rem !important;   
      height: 16rem;
      left: 6%;
      top: 10%;
    }
    
    .rich-text-columns__left .rte-columns-block:nth-of-type(2) .circle {
      width: 10rem !important;   
      height: 10rem;
    }
}

@media screen and (max-width: 768px) {
  .events-ticket .rich-text-columns__left {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }

  .events-ticket .rich-text-columns__left .rte-columns-block:nth-of-type(1),
  .events-ticket .rich-text-columns__left .rte-columns-block:nth-of-type(2) {
    width: 50% !important;
    padding: 0.5rem;
    box-sizing: border-box;
    order: 1;
  }

  .events-ticket .rich-text-columns__right {
    order: 2;
    width: 100%;
    padding: 15rem 1rem 1rem 1rem;
    text-align: left;
  }
  .rich-text-columns__left .rte-columns-block:nth-of-type(1) .circle  {
        width: 14rem !important;
        height: 14rem !important;
        align-content: center;
        border-radius: 50%;
        margin: 0 auto;
        position: absolute;
        left: 16%;
        top: 9%;
  }
   .rich-text-columns__left .rte-columns-block:nth-of-type(2) .circle  {
        width: 9rem !important;
        height: 9rem !important;
        align-content: center;
        border-radius: 50%;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        top: 20%;
  }

  .events-ticket .events__text h5 {
    font-size: 2.58094rem;
    margin-bottom: 1rem;
    margin: 0 6rem 0 3rem;
  }

  .events-ticket .events__text h4 {
    font-size: 1.13388rem;
    padding: 1.5rem 0 2rem 0;
    margin: 0 10rem 0 3rem;
    line-height: 103%;
  }

  .events-ticket .events__button {
    text-align: center;
    margin: 2rem 0;
    justify-content: center;
    padding-top: 0;
  }

  .events-ticket .events__text {
    margin-left: 0;
  }
  #RteColumns--template--17042551177300__section_events_ticket_ADXEGq {
    min-height: 58rem;
  }
}
/* --------------------------------------------------------------------------
   Logo Section (press-logos.liquid)
   -------------------------------------------------------------------------- */
  .logos__logo {
    width:auto;
  }

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

/* --------------------------------------------------------------------------
   Instagram Marquee
   -------------------------------------------------------------------------- */
.custom-ig-marquee-feed {
  background: var(--color-grey);
  padding-top: 3rem;
  overflow: hidden;
  
}
.custom-ig-marquee-feed .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  color: var(--color-lighttan);
  padding-left: var(--left-padding);
}
.section-header h3 {
  font-family: Stanley;
  font-weight: 400;
  text-transform: none;
}
.section-header h3 strong {
  font-family: Avantt Extrabold;
}


.ig-feed-handle {
  font-family: var(--font-family-avantt-bold);
  text-transform: uppercase;
  font-size: var(--font-body-large);
}

.ig-marquee {
  display: flex;
}

.ig-marquee-wrapper {
  display: flex;
  align-items: flex-start;
  gap: var(--marquee-gutter);
  animation: 30s linear infinite marquee;
}

.ig-marquee-wrapper:hover {
  animation-play-state: paused;
}

.ig-marquee-slide-wrapper {
  width: 250px;
  position: relative;
}

.ig-marquee-slide {
  height: 100%;
  width: 100%;
  border-radius: var(--media-radius-rounded);
  overflow: hidden;
  position: relative;
}

.ig-marquee-slide-wrapper.icon-added::before {
  content: "";
  background: url("/cdn/shop/files/Unwell-BlueIcon_699463a4-5a74-4443-ae05-817e2f9773f3.svg?v=1752177889") center/contain no-repeat;
  height: var(--ig-icon);
  --ig-icon: 7rem;
  width: var(--ig-icon);
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  transform: translate(2rem, -2rem);
}

.ig-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: backdrop-filter 0.25s var(--ease-quad-out);
  --ease-quad-out: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ig-marquee-slide:hover .ig-image-overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.ig-marquee-slide img,
.ig-marquee-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - (var(--marquee-gutter) / 2)));
  }
}

/* --------------------------------------------------------------------------
   Pre-footer Newsletter
   -------------------------------------------------------------------------- */
.brick__hero {
  transform: rotate(-3deg) !important;
}
.text-logo-newsletter svg {
  vertical-align: middle;
  position: relative;
  height: 2em !important;
  width: auto;
  transform: rotate(3deg) !important;
}
/* --------------------------------------------------------------------------
   Footer 
   -------------------------------------------------------------------------- */
.legal_footer, .legal_footer p a  {
  font-size:.7rem;
  color:  var(--color-grey);
  -webkit-text-fill-color: var(--color-grey);
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.legal_footer p a:after {
  background: none !important;
}
.footer-gutter {
 padding-inline:var(--gutter-custom);
 background-color: #f5f5f5;
}
.sticky_footer_img_wrapper {
  background:var(--color-blue);
}
.sticky_footer_img_wrapper {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:2rem 1rem;
  border-radius:var(--radius-rounded);
}
.sticky_footer_img_wrapper img {
  width: 100%;
}

.custom_sticky_footer {
  padding-top: 2rem;
  position: sticky;
  bottom: 0;
  z-index: 0;
}

.footer__blocks {
  color: #F4EADD !important;
}

.footer__quicklinks a {
  font-family: "Stanley";
}
.footer__quicklinks li {
  margin: 0 0 0.5rem;
  letter-spacing: letter-spacing: -0.0375rem;
  font-size: 1.5rem;
}
.footer__blocks > .footer__block:last-of-type .footer__quicklinks a, .footer__block__title {
  font-family: 'Avantt Extrabold' !important;
  text-transform: uppercase !important;
  font-size: 1.125rem !important;
  letter-spacing: 0.05625rem;
}
.footer__quicklinks li a::after {
  content: none !important; 
}
.footer__quicklinks li a {
 transition: text-shadow 0.3s ease;
}

  .footer__quicklinks a:hover,
  .footer__quicklinks a:focus {
    text-shadow: 1px 1px 4px #ABD0FF;
  }



/* ==========================================================================
   NETWORK PAGE (Blog Page)
   ========================================================================== */
/* --------------------------------------------------------------------------
   Blog Section
   -------------------------------------------------------------------------- */
#Blog--{{ section.id }} .blog-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--COLUMNS), 1fr);
  padding-top: 1rem;
}
.blog-grid .grid-item {
  background-color: #f5f5f5; 
  padding: 1rem 1rem .7rem 1rem; 
  border-radius: 9px; 
  border: 2px dashed #ABD0FF;
  transition: 
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}
.blog-grid .grid-item:hover {
  border: 2px solid #ABD0FF;
  box-shadow: 1.863px 1.863px 7.546px 0.932px #ABD0FF;
}
.blog-grid .article__metafields {
    display: none;
  }
.blog-tag-nav {
  padding-bottom: 3rem;
}

.btn--network {
--btn-bg: var(--color-blue);
 background: var(--color-lightgrey);
margin-right: .5rem;
}
.blog-tag-nav .active {
  background: var(--color-blue);
  pointer-events: none;
}

.blog-tag-nav .btn--network {
  flex: 1 1 auto;
  min-width: 8rem; 
  font-size: 1.25rem;
  text-align: center;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.blog-tag-nav .btn--network span {
  width: 100%;
}

@media (max-width: 990px) {
  #Blog--{{ section.id }} .blog-grid {
    grid-template-columns: repeat(var(--COLUMNS-MEDIUM), 1fr);
  }
}

@media (max-width: 768px) {
  #Blog--{{ section.id }} .blog-grid {
    grid-template-columns: repeat(var(--COLUMNS-SMALL), 1fr);
  }
}

@media (max-width: 480px) {
  #Blog--{{ section.id }} .blog-grid {
    grid-template-columns: repeat(var(--COLUMNS-MOBILE), 1fr);
  }
}

.article__link .btn svg {
  height: 0.90275rem;
  width: auto;
    margin-right: .3rem;
}

.flickity-page-dot.is-selected {     
  background: var(--color-beige); 
  border: none;
  opacity: 1;
}
.flickity-page-dot {
  border: none;
  opacity: 0.5;
  background: var(--color-beige); 
}
.slideshow .hero__content--transparent {
    padding: 25px;
}
.hero__content--transparent .hero__button {
  margin: 0;
}
.hero__description.body-large {
  font-family: 'Avantt Medium';
  color: var(--color-beige);
  font-size: 2rem;
}
.hero__description.body-small {
  font-family: 'Avantt Medium';
  color: var(--color-beige);
  font-size: 1.125rem;
  margin-right: 15rem;
}
.avantt-extrabold {
  font-family: 'Avantt Extrabold';
}
.hero__button-group {
  gap: .5rem;  
}
.template-blog, .template-index  {
.flickity-viewport {
  pointer-events: none;
  border-radius: var(--radius-rounded);
}
 .section-overlay-header {
  background-color: var(--color-green);
  padding-inline: var(--gutter-custom);
}
.external-video-wrapper {
  --video-height: 70vh;
}
.slideshow {
  border-radius: var(--radius-rounded);
   z-index: 10;
  .flickity-page-dots {
    justify-content: flex-end;
    padding: 0 25px 25px;
  }
}
@media screen and (max-width: 599px) {
    .show-desktop {
        display: flex;
    }
  .hero__description.body-small {
  margin-right: 2rem !important;
    text-align: left;
  }
  .hero__description.body-large {
    text-align: left;
  }
.hero__button-group {
  justify-content: flex-start;
}
.ai-logo-wrapper-audlqelhab1dlczblwaigenblock2714f7a8c98hw {
  max-width: 200px !important;
}
  .slideshow .hero__content--transparent {
    padding: 15rem 25px 25px 25px;
  }
}
}

/* --------------------------------------------------------------------------
   Blog Posts (snippets/blog-posts.liquid)
   -------------------------------------------------------------------------- */
.like-button svg {
  fill: none;
  stroke: var(--color-grey); 
  transition: fill 0.2s ease;
  width: 1rem;
  height: 1rem;
}

.like-button.liked svg {
  fill: var(--color-grey); 
  stroke: var(--color-grey); 
}
 .comment-button svg {
  width: 1rem;
  height: .9rem;
}
.like-button, .comment-button {
   padding: var(--btn-top) 0;
    margin: 0 5px;
   position: relative;
   vertical-align: middle;
} 
  .article__text-wrapper {
    padding: var(--inner) 0 0 0;
}
/* ==========================================================================
   PODCAST/LIVESHOW LANDING PAGE 
   ========================================================================== */

.template-article  {
  .slideshow__slider {
  pointer-events: none;
}
.external-video-wrapper {
  --video-height: 70vh;
}
.slideshow {
  border-radius: var(--radius-rounded);
}
.section-overlay-header {
  background-color: var(--color-grey);
  padding-inline: var(--gutter-custom);
}
@media screen and (max-width: 749px) {
    .show-desktop {
        display: flex;
    }
  .slideshow .hero__content--transparent {
    padding: 15rem 25px 25px 25px;
  }
 .ai-logo-wrapper-arnrawlyvz0jfvjjlvaigenblock2714f7a8cmp8c {
  max-width: 200px !important;
}
  .align--middle-center-mobile {
        --alignment-justify-content: left;
  }
  }
}

/* ==========================================================================
   PRODUCTS - FROM UNWELL HYDRATION
   ========================================================================== */
/* =========================
   Product Page Base Styles
   ========================= */
:root {
    --marquee-gutter: 1rem;
    --color-red: #c00;
    --border-width: 2px;
    --border-dash: var(--border-width) dashed var(--color-red);
    --border-solid-white: var(--border-width) solid var(--color-white);
    --radius-pill: 4rem;
    --ease-quad-out: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.index-products .grid-outer {
  padding: 0;
}
.product__wrapper__inner {
  max-width: none;
}

.template-product h1.product__title::after {
  content: "";
  background: url("https://cdn.shopify.com/s/files/1/0909/9070/6984/files/Focus_Icon_0969148a-f825-4c52-8099-e13cf221d3c0.svg?v=1735339597") center/contain no-repeat;
  height: calc(var(--font-heading-large) * 1.05);
  width: clamp(3rem, 1rem + 5vw, 5rem);
  display: inline-block;
  position: relative;
  margin-left: .25rem;
}

.product__title__wrapper {
  padding-right: 0;
}

.product__content .hero__button .btn {
  width: 100%;
  text-transform: lowercase;
  font-size: var(--font-body-large);
}

/* =========================
   Product Form & Swatches
   ========================= */

.product__form__holder {
  border: none;
  padding-block: 0.5rem;
}

.product__form__holder .radio__fieldset {
  display: flex;
  flex-direction: column;
}

.product__form__holder .radio__buttons,
.custom-swatches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.product__form__holder .radio__legend__option-name,
.custom-swatch-label,
.product-accordion .accordion__title {
  font-family: Avantt Extrabold;
  text-transform: uppercase;
}

.product__form__holder .radio__fieldset .radio__button label,
.custom-swatch {
  border: var(--border-dash);
  border-radius: var(--radius-pill);
  text-transform: lowercase;
}

.product__form__holder .radio__fieldset .radio__button input:checked~label,
.product__form__holder .radio__fieldset .radio__button label:hover,
.custom-swatch--active,
.custom-swatch:hover {
  border-color: inherit;
  background: var(--pdp-color-second);
  color: var(--color-red);
}

.product__form__holder .option-title {
  font-size: var(--font-body-medium);
}


/* =========================
   Product Items
   ========================= */

p.product-item__title {
  font-family: Avantt Bold;
  color: var(--color-red);
  text-transform: uppercase;
  margin-bottom: 0 !important;
  font-size: var(--font-body-large);
}
.product-item__info:hover .product-item__title {
  color: var(--color-white);
}

.product-item__info {
  position: relative;
  border: var(--border-dash);
  border-radius: var(--radius-pill);
  padding-block: 0.75rem;
  margin-top: 1rem;
}

.product-item__info_overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #860019;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .25s var(--ease-quad-out);
}

.product-item__bg {
  background: var(--bg-item);
  border-radius: var(--radius-rounded);
}

.product-item__bg_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .35s var(--ease-quad-out);
}

.product-item__bg .image-wrapper {
  z-index: 3;
}

.product-item__bg:hover .product-item__bg_video,
.product-item__info:hover .product-item__info_overlay {
  opacity: 1;
}

/* =========================
   Misc Product Styles
   ========================= */
.custom-badges {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 1rem;
    gap: .5rem;
}
.custom-badge {
    --badge: 1.5rem;
    height: var(--badge);
}
.custom-badge:nth-child(2) {
    height: calc(var(--badge) * 2);
}
.custom-badge img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
svg.icon-custom-new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    max-width: 8rem;
    height: auto;
}



/* =================================
   Article Page (article.liquid)
   ================================= */
.article-grid-custom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  gap: 1.5rem;
  margin-top: 2rem;
}

.article-grid-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}

.block-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.article-grid-image-row {
  margin-top: 2rem;
}

.article__image-custom img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.recent-episodes__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-episode {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.recent-episodes__list li {
  margin: 0;
}

.recent-episode__thumb img {
  height: 5rem;
  width: auto;
  object-fit: cover;
  border-radius: 8px;
}

.recent-episode__title {
  font-size: 1rem;
  padding-bottom: .5rem;
}
.recent-episodes__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.streaming-date,
.article-grid-custom .new-episodes-block p,
.article-grid-custom .streaming-links a,
.article-grid-custom .follow-links a,
  .host-title strong, .streaming-title strong {
  font-family: 'Stanley', serif;
    text-transform: none;
}
.host-title strong{
  margin-left: 1rem;
  font-size: 1.5rem;
}

.bordered-block {
  border: 1.739px dashed #EFFFD4;
  border-radius: 0.49513rem;
  padding: 1rem;
}

.bordered-block--episode {
  border-left: 1.739px dashed #EFFFD4;
  border-right: 1.739px dashed #EFFFD4;
  border-bottom: 1.739px dashed #EFFFD4;
  border-top: none;
  border-radius: 0; 
  padding: 1rem 1.5rem;
}

.bordered-block--episode:last-child {
  border-radius: 0 0 0.49513rem 0.49513rem;
}

.bordered-group > .recent-episodes__header {
  background: #F4EADD;
  padding: 2rem 1rem;
  margin: 0;
  border-radius: 0.6875rem 0.6875rem 0 0;
  border: 1.739px dashed #EFFFD4;
  border-bottom: none;
}
.grid-span-2 {
  grid-column: span 2; 
  display: grid; 
  padding-right: 10rem;
}

.grid-span-5 {
  grid-column: span 5; 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 2rem; 
  align-items: flex-start;
}

.text-beige {
  color: var(--color-beige);
}

.text-grey {
  color: var(--color-grey);
}
.streaming-title {
  display: flex;
  color: var(--color-grey);
  gap: .8rem;
  align-items: center; 
  --icon-color : var(--color-grey);
}
.streaming-title h2 {
  font-size: 1.375rem;
}
.article-grid-custom .heading-mini {
  letter-spacing: 0.05625rem;
}
.hr {
    border: none;
  }
@media (max-width: 768px) {
  .article-grid-custom {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .grid-span-2,
  .grid-span-5 {
    grid-column: span 1 !important;
    padding-right: 0 !important;
    display: flex;
    flex-direction: column;
  }

  .grid-span-5 {
    gap: 1.5rem;
  }

  .recent-episodes__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .recent-episode {
    flex-direction: column;
    align-items: flex-start;
  }

  .recent-episode__thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .recent-episode__content {
    width: 100%;
  }

  .article__image-custom img {
    width: 100%;
    height: auto;
  }

  .streaming-title {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .host-title strong {
    margin-left: 0.5rem;
    font-size: 1.25rem;
  }

  .bordered-group > .recent-episodes__header {
    padding: 1.5rem 1rem;
  }

  .bordered-block--episode {
    padding: 1rem;
  }
}


/* =================================
   Blog Page (blog.liquid)
   ================================= */

.blog__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
}

.custom-dropdown__toggle {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  font-family: Avantt Extrabold;
  cursor: pointer;
  color: inherit;
  padding: 0;
}

.custom-dropdown__toggle:focus {
  outline: none;
}

.custom-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--color-green);
  border-radius: 0 0 var(--media-radius-rounded) var(--media-radius-rounded);
  border-left: 1.739px solid var(--color-blue);
  border-right: 1.739px solid var(--color-blue);
  border-bottom: 1.739px solid var(--color-blue);
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  display: none;
  z-index: 10;
}

.custom-dropdown__menu.open {
  display: block;
}

.custom-dropdown__menu li {
  width: 100%;
}

.custom-dropdown__menu a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  white-space: nowrap;
}

.custom-dropdown__menu a:hover {
  color: var(--color-blue)
}
.custom-dropdown__toggle svg {
  width: 0.85em;
  height: 0.85em;
}

/* ============================================================================================
   Accordion Section with Images (live page - custom-section-accordion-images.liquid)
   ============================================================================================ */
.custom-accordion-group {
 .gallery-scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: none;
    gap: 16px;
    cursor: grab;
  }

  .gallery-scroll-container::-webkit-scrollbar {
    display: none;
  }

  .gallery-slide {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .gallery-image {
    width: auto;
    height: 300px;
    border-radius: var(--media-radius-rounded);
    overflow: hidden;
  }

  .accordion__title {
    display: flex;
    align-items: center;
    color: var(--color-lightgrey);
    font-size: 7rem;
    padding: 0;
    line-height: 1;
    transition: color 0.3s ease;
  }

  .accordion[open] .accordion__title {
    color: var(--color-blue);
  }

  .accordion__icon-left {
    position: relative;
    width: .75em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
  }

  .icon-plus-wrapper,
  .icon-minus-wrapper {
    position: absolute;
    transition: opacity 0.2s ease;
  }

  .icon-plus-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .icon-minus-wrapper {
    opacity: 0;
    visibility: hidden;
     bottom: -2rem;
  }

  .accordion[open] .icon-plus-wrapper {
    opacity: 0;
    visibility: hidden;
  }

  .accordion[open] .icon-minus-wrapper,
  [data-collapsible-trigger] .icon-minus {
    opacity: 1;
    visibility: visible;
  }

  .accordion__content {
    padding: 1rem 0;
  }

  .accordion__title:hover {
    color: var(--color-blue);
  }

.accordion__icon-left svg {
  width: 100% !important;
  height: 100% !important;
}
}
/* ======================
      MOBILE BREAKPOINTS
   ====================== */

@media (max-width: 768px) {
  .gallery-image {
    height: 200px;
  }

  .accordion__title {
    font-size: 4rem;
  }

  .accordion__icon-left {
    width: 0.6em;
    height: 0.6em;
  }
  .icon-minus-wrapper {
     bottom: 0;
  }
}

@media (max-width: 480px) {
  .gallery-scroll-container {
    gap: 8px;
  }

  .gallery-image {
    height: 150px;
  }

  .accordion__title {
    font-size: 2.5rem;
  }

  .accordion__icon-left {
    width: 0.5em;
    height: 0.5em;
  }
}

/* ============================================================================================
   Image Gallery (homepage & live page - custom-section-image-gallery.liquid)
   ============================================================================================ */
.image-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin: 0 auto;
  padding: 2rem;
  overflow: visible;
}

.image-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
  display: block;
}

.image-gallery .middle {
  grid-column: 3;
  position: relative; 
  z-index: 10;
  overflow: visible;
}


.middle-img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute; 
  left: 50%;          
  transform: translateX(-50%);
  will-change: width;
}

.middle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.5s ease;
}

.image-gallery.no-middle {
  grid-template-columns: repeat(4, 1fr);
}

.image-gallery.no-middle .middle {
  display: none;
}
.image-gallery.no-middle .no-middle-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%; 
  transition: padding-bottom 1.5s cubic-bezier(0.22, 1.61, 0.36, 1);
}

.image-gallery.no-middle .no-middle-image-wrapper:hover {
  padding-bottom: 135%; 
}

.image-gallery.no-middle .no-middle-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.9s ease;
  filter: grayscale(100%);
}

.image-gallery.no-middle .no-middle-image-wrapper:hover img {
  filter: grayscale(0%);
}

@media screen and (max-width: 767px) {
  .middle-img-wrapper {
    width: 100% !important;
    height: auto;
    position: relative;
    transform: none;
    left: auto;
  }

  .middle-img {
    height: auto;
  }

  .middle {
    grid-column: auto;
    height: auto;
    overflow: visible;
  }
  .gallery-item {
    display: none;
  }
  .image-gallery.no-middle {
    grid-template-columns: repeat(3, 1fr);
}
  .image-gallery {
    padding: 1rem;
    gap: .5rem;
    grid-template-columns: repeat(3, 1fr);
  }
  /* When NO middle image: show the first 3 available */
  .image-gallery.no-middle .mobile-index-1,
  .image-gallery.no-middle .mobile-index-2,
  .image-gallery.no-middle .mobile-index-4 {
    display: block;
  }

  /* When middle image EXISTS: show only index 2, 3, 4 */
  .image-gallery:not(.no-middle) .mobile-index-1,
  .image-gallery:not(.no-middle) .mobile-index-2,
  .image-gallery:not(.no-middle) .mobile-index-3 {
    display: block;
  }


}



/* ============================================================================================
   VEGAS LANDING PAGE
   ============================================================================================ */
/* --------------------------------------------------------------------------
   Rich Text
   -------------------------------------------------------------------------- */
.rich-text-columns__left .hero__media  {
  margin-top: -16vh;
}

.hero__rte h6 {
  border-radius: 0.49513rem;
  border: 1.739px dashed var(--color-green);
  padding: 2rem;
  font-family: 'Stanley', serif;
  font-size: var(--FONT-HEADING-X-SMALL, 1rem); /* fallback provided */
  font-weight: normal;
  text-transform: none;
  letter-spacing: -0.0445rem;
}

.hero__rte h6 strong {
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
  line-height: 1.22625rem;
  margin-right: 2rem;
}

.hero__rte p {
  line-height: 109%;
}

/* Fix: move media query outside */
@media only screen and (max-width: 749px) {
  .hero__rte h6 {
    font-size: var(--FONT-HEADING-SMALL-MOBILE, 1rem); /* fallback */
  }
  .rich-text-columns__left .hero__media  {
  margin-top: -10vh;
}
}

/* --------------------------------------------------------------------------
   Divider
   -------------------------------------------------------------------------- */
.divider-container {
  background-color: var(--color-green);
  padding-inline: var(--gutter-custom);
  margin-top: -5vh;
}
@media only screen and (max-width: 749px) {
  .divider-container {
  margin-top: -3vh;
}
}
/* --------------------------------------------------------------------------
   Accordion FAQ
   -------------------------------------------------------------------------- */
.accordion-group__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    
  h5 {
    margin-top: 0;
  }
  }

  .accordion-group__column {
    width: 100%;
  }

  @media screen and (min-width: 768px) {
  .columns--2 .accordion-group__column--left {
    width: calc(30% - 1rem);
  }

  .columns--2 .accordion-group__column--right {
    width: calc(70% - 1rem);
  }
}
.faq {
.accordion {
  border: 2px dotted var(--color-tan);
  border-radius: 0.4951rem;
  margin-bottom: 0.75rem;
}
.accordion__title {
  font-size: 1.5rem;
  font-family: Avantt Regular;
  padding: 1.25rem;
  transition: color 0.3s ease;
}
.accordion__body {
  font-size: 1.125rem;
  padding: 0 3rem;
}
.accordion[open] {
  color: var(--color-grey);
  background-color: var(--color-blue);
  
  .accordion__title {
    font-weight: 600;
  }
}
.accordion:not([open]) {
  color: var(--color-tan); 
  background-color: transparent; 
  transition: all 0.3s ease;
}
  .accordion:not([open]):hover {
  background-color: var(--color-blue);
  color: var(--color-grey);
    .accordion__title {
    font-weight: 600;
  }
}
  .accordion__title .icon__animated {
    align-content: center;
    display: block;
  }
  [data-collapsible][open=true] [data-collapsible-trigger] .icon-plus {
    display: none;
  }
  [data-collapsible-trigger] .icon-minus {
    display: none;
}
  [data-collapsible][open=true] [data-collapsible-trigger] .icon-minus {
    display: block;
  }
}
@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    .icon__animated {
      display: -webkit-box;
    }
  }
}

/* --------------------------------------------------------------------------
   Custom Content - video & newsletter
   -------------------------------------------------------------------------- */
.custom-content {
.brick__block__video video,
.brick__block__video .video__player,
.brick__block__video .video-background,
.brick__block__video .image__hero__frame {
  border-radius: 0.95831rem;
}
.brick__block--text {
    border-radius: 0.95831rem;
    border-radius: 0.95831rem;
  border: 2px dashed #ABD0FF;
}
}

.socials {
    --gap: 1rem;
}

/* --------------------------------------------------------------------------
   Vegas Early Access Klaviyo Form
   -------------------------------------------------------------------------- */
.klaviyo-form input {
  border-radius: 0.49513rem !important;
  border: 1.739px dashed var(--color-green) !important;
  background: var(--color-blue) !important;
  height: auto !important;
  padding: 1.25rem !important;
}

.klaviyo-form input::placeholder {
  color: var(--color-grey) !important;
  font-family: Avantt Regular !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: -0.09rem !important;
}

.klaviyo-form input:focus {
  box-shadow: 1.863px 1.863px 7.546px 0.932px var(--color-blue) !important;
  border: 1.739px dashed var(--color-green) !important;
}


.go1629377445 {
  border-radius: 0.49513rem !important;
  height: auto !important;
  border: none !important;
}

.klaviyo-form button:last-of-type {
  border-radius: 6.25rem !important;
  background: var(--color-green) !important;
  padding: 0 1rem !important;
  color: var(--color-grey) !important;
  font-family: Avantt Extrabold !important;
  font-size: 1.125rem !important;
  text-transform: lowercase !important;
  padding-top: 0 !important;
  padding-bottom: 0.1em !important;
  line-height: 0.9 !important;
}
.klaviyo-form button:hover {
  border-color: var(--color-blue) !important;
  box-shadow: 1.863px 1.863px 7.546px 0.932px var(--color-blue) !important;
}


.klaviyo-form  button[aria-label="Search Countries"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}