/** Shopify CDN: Minification failed

Line 396:0 Unexpected "}"

**/
.tryptic {
  display: grid;
  gap: 2.4rem;
  margin-top: 20px;
  /*display: none;*/
}

/* CSS FOR CHOOSE YOUR WAY SHOW/HIDE LOGIC*/
@media screen and (max-width: 768px) {
  .shopify-section.desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .shopify-section.desktop-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .tryptic {
    display: flex;
    flex-direction: column;
  }
}

.countdown-enabled h2, .countdown-enabled p, .countdown-enabled h1 {
    /*background: #00000060;*/
    text-shadow: none;
}
.countdown-enabled .countdown-widget__container {
    background: none;
}
.tryptic__block p.countdown-widget__container {
  text-shadow: none;
}

.tryptic__block .countdown-alignment-left {
  margin: 0;
}
.tryptic__block .countdown-alignment-center {
  margin: 0 auto;
}
.tryptic__block .countdown-alignment-right {
  margin: 0 0 0 auto;
}

#countdown_alignment {
  width: 80%;
}

.countdown-widget.tryptic .timer-colon {
  font-size: 25px;
}

/* ------- triptych hover styles -------- */

/* Add keyframe animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Existing styles with added animations */
.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: calc(1 + .2 / var(--font-body-scale));
    z-index: 1;
}

.button, .shopify-challenge__button, .customer button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.6rem;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease, transform 0.3s, background-color 0.3s, color 0.3s;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    font-family: var(--font-headingalt-family);
    font-weight: var(--font-headingalt-weight);
    animation: fadeIn 0.5s ease-out;
    transform-origin: center; /* Ensure scaling happens from the center */
}

.button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded {
    min-width: calc(12rem + var(--buttons-border-width)* 2);
    min-height: calc(4.5rem + var(--buttons-border-width)* 2);
}

.button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded, .shopify-payment-button [role=button], .cart__dynamic-checkout-buttons [role=button], .cart__dynamic-checkout-buttons iframe {
    --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
    --shadow-blur-radius: var(--buttons-shadow-blur-radius);
    --shadow-opacity: var(--buttons-shadow-opacity);
    --shadow-visible: var(--buttons-shadow-visible);
    --border-offset: var(--buttons-border-offset);
    --border-opacity: calc(1 - var(--buttons-border-opacity));
    border-radius: var(--buttons-radius-outset);
    position: relative;
}

/* Hover effect applied when .tryptic__block is hovered */
.tryptic__block:hover .button, 
.tryptic__block:hover .shopify-challenge__button, 
.tryptic__block:hover .customer button {
    transform: scale(1.05);
    background-color: rgba(0, 0, 0, 0.5); /* Black with 0.5 opacity */
    color: rgba(var(--color-button-text-hover), var(--alpha-button-text-hover));
}

/* Pseudo-element for .tryptic__block-image */
.tryptic__block-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.3s;
    opacity: 0.5;
}

/* Hover effect for .tryptic__block affecting .tryptic__block-image::after */
.tryptic__block:hover .tryptic__block-image::after {
    /*background-color: #00a3e0;*/ /* Electric blue */
    background-color: rgb(0 163 224 / 64%); /* Slightly less Electric Blue */
    
}

/* Class to simulate hover on touch devices */
.tryptic__block-image.hovered::after {
    background-color: #00a3e0; /* Electric blue */
}

/* Hover effect for .tryptic__block affecting .draggable-image */
.tryptic__block:hover .draggable-image, .tryptic__block:hover .draggable-element {
    /*opacity: 0.89;*/
    /*filter: hue-rotate(165deg) saturate(50%) brightness(80%);*/
    transition: background-color 0.3s;
}

/* ------------------------------------- */



@media screen and (max-width: 1024px) {
  /*.tryptic.full-width-mobile{
    padding-left: 0;
    padding-right: 0;
  }*/

  .countdown-enabled h2, .countdown-enabled p, .countdown-enabled h1 {
    text-shadow: none;
  }
  
  #countdown_alignment {
    width: 100%;
  }

  .tryptic__block:nth-of-type(2) {
    /*min-height: 280px;*/
  }
  
  .tryptic__block:first-of-type .countdown-widget .countdown-widget__countdown  {
      padding: 4px 10px !important;
  }
  .tryptic__block:nth-of-type(2) .countdown-widget .countdown-widget__countdown {
      padding: 4px 10px !important;
  }

  .tryptic__block:first-of-type .countdown-widget .countdown-widget__countdown p.countdown-widget__container  {
      margin: 0;
  }
  .tryptic__block:nth-of-type(2) .countdown-widget .countdown-widget__countdown p.countdown-widget__container {
      margin: 0;
  }
  
  .tryptic__block:first-of-type .countdown-widget {
      gap: 0.5rem 2.4rem;
  }
  .tryptic__block:nth-of-type(2) .countdown-widget {
      gap: 0.5rem 2.4rem;
  }

  .tryptic__block .countdown-widget .countdown-widget__countdown p.countdown-widget__container .countdown-number {
    font-size: 25px;
  }
}

.tryptic__block{
  position: relative;
  cursor: pointer;
  border-radius: 0.6rem;
  overflow: hidden;
}

.tryptic__block.desktop-only{
  display: none;
}

.draggable-image, .draggable-text {
  /*cursor: move;*/
  position: absolute;
  height: auto;
  max-width: 100%; /* Ensures elements don't overflow */
  max-height: 100%; /* Ensures elements don't overflow */
  transition: filter 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .tryptic__block.desktop-only{
    display: block;
  }
}

.tryptic__block-image {
  height: 100%;
}
.tryptic__block-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .4rem;
}

.tryptic__block-image::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0.4rem;
}

.tryptic__block-text{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.tryptic__block-text-container{
  padding: 1.6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: var(--tryptic-text-alignment-mobile);
  align-items: var(--tryptic-x-alignment-mobile);
  justify-content: var(--tryptic-y-alignment-mobile);
}

.tryptic__block-text-container h1{
  /*margin: 0 0 .8rem;*/
  margin: 0 0 0rem;
  z-index: 1;
}
.tryptic__block-text-container h2{
  margin: 0 0 0rem;
  z-index: 1;
}

.tryptic__block-text-container p{
  margin: 0 0 2.4rem;
  line-height: calc(1 + .4 / var(--font-body-scale));
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .tryptic__block-image img {
    border-radius: 0px;
  }
  .tryptic.full-width-mobile {
    margin-top: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .tryptic__block-image::after, .tryptic__block{
    border-radius: 0.0rem;
  }
}

@media screen and (min-width: 1024px) {
  .tryptic{
    gap: 2.4rem;
  }

  .tryptic.grid-cols-2{
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tryptic.grid-cols-3{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .tryptic.grid-cols-3 .tryptic__block:first-of-type{
    grid-row: 1 / span 2;
  }
  
  .tryptic__block-text-container{
    /*padding: 3.2rem;*/
    padding: 2.6rem;
    text-align: var(--tryptic-text-alignment);
    align-items: var(--tryptic-x-alignment);
    justify-content: var(--tryptic-y-alignment);
  }

}

@media (max-width: 429px) and (orientation: portrait) {
  .dynamic-message-container {
      display: grid;
      justify-items: left;
  }
}

  /* COUNTDOWN SPECIFIC */
    .tryptic__block:first-of-type .countdown-widget {
      margin: 0 auto;
      width: 100%;
      gap: 1rem 2.4rem;
  }
  .tryptic__block:first-of-type .countdown-widget .countdown-widget__countdown p.countdown-widget__container {
    margin: 0;
  }
  .tryptic__block:first-of-type .countdown-widget .countdown-widget__countdown {
      margin-bottom: 0 !important;
  }
  .tryptic__block:first-of-type .countdown-widget a.button.button--primary {
      /*border: solid;*/
      width: fit-content;
      margin: 0 auto;
  }
  .tryptic__block:first-of-type .countdown-widget a.button.button--primary.fullwidth {
      width: 100%;
      /*border: solid;*/
  }
  .tryptic__block:nth-of-type(2) .countdown-widget {
      margin: 0 auto;
      width: 100%;
      gap: 1rem 2.4rem;
  }
  .tryptic__block:nth-of-type(2) .countdown-widget .countdown-widget__countdown p.countdown-widget__container {
    margin: 0;
  }
  .tryptic__block:nth-of-type(2) .countdown-widget .countdown-widget__countdown {
      margin-bottom: 0 !important;
  }
  .tryptic__block:nth-of-type(2) .countdown-widget a.button.button--primary {
      /*border: solid;*/
      width: fit-content;
      margin: 0 auto;
  }
  .tryptic__block:nth-of-type(2) .countdown-widget a.button.button--primary.fullwidth {
      width: 100%;
      /* border: solid; */
  }

  .tryptic__block .countdown-widget .countdown-widget__countdown p.countdown-widget__container .countdown-number {
    font-size: 25px;
  }
  
}