/** Shopify CDN: Minification failed

Line 351:0 Unexpected "{"
Line 351:1 Expected identifier but found "%"
Line 358:2 Unexpected "{"
Line 358:3 Expected identifier but found "%"
Line 461:0 Unexpected "{"
Line 461:1 Expected identifier but found "%"
Line 464:2 Unexpected "{"
Line 464:3 Expected identifier but found "%"

**/
.center-popup{
      display: flex;
    justify-content: center;
    height: 100dvh;
    align-items: center;
  }

  .note-main {
    max-width: 1300px;
    margin: auto;
    text-align: right;
    margin-top: 48px;
}
  .txt-note{
font-family: 'Outfit';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 140%;
color: #FFFFFF;
text-transform: capitalize;
padding-right:8px;
  }
  .txt-note-main{

font-family: 'Outfit';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #D1D4E2;
margin: 0;
  }
   .tooltip-wrapper {
      position: relative;
      display: inline-block;
      height: 16px;
    }

    .tooltip-icon {
      cursor: pointer;
      color: #999;
      transition: color 0.3s ease;
    }

    .tooltip-icon:hover {
      color: #fff;
    }

    .tooltip-text {
          visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 220px;
    background-color: #222;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    top: -320%;
    left: 0;
    z-index: 99999;
    transition: opacity .3s ease;
    box-shadow: 0 2px 6px #0000004d;
    }

    .tooltip-wrapper:hover .tooltip-text {
      visibility: visible;
      opacity: 1;
    }
    .image-gallery-section{
      margin:56px 0;
    }
.image-gallery-section h1{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #FFFFFF;
  text-align: center;
  margin:0 0 48px 0;
}
.image-grid {
   display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: 1300px;
  margin: auto;
  padding: 0;
}

.gallery-item {
  height:100%;
      max-height: 250px;
}
.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 16px;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.gallery-item {
  position: relative;
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
}

/* Image styling */
.gallery-item img {
  width: 100%;
    aspect-ratio: 1;
  border-radius: 16px;
  transition: opacity 0.3s ease;
  display: block;
}

/* On hover: reduce opacity */
.gallery-item:hover img {
  opacity: 0.6;
   background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
              linear-gradient(90deg, #f94a5c, #a346f1, #3f88ff) border-box;
  border: 2px solid transparent;
  border-radius: 16px;
  
}

/* Edit button hidden initially */
.edit-btn ,.select-creation-btn  {
  display: block;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(59deg, #f94a5c, #a346f1, #3f88ff);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 500;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 2;
    cursor: pointer;
}
.select-creation-btn  {
display: none;
}

/* Show the button on hover */
.gallery-item:hover .edit-btn ,.gallery-item:hover .select-creation-btn  {
  opacity: 1;
  pointer-events: auto;
}


/* Hover effect */
.gallery-item img:hover {
 
}

.gallery-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #0000007a;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
    position: relative;
    margin: 100px auto;
    background: rgba(0, 0, 0, 1);
    padding: 30px;
    max-width: 650px;
    border-radius: 20px;
    z-index: 1000;
    color: white;
}

.close-button {
    position: absolute;
    top: -15px;
    right: -15px;
    border: none;
    border-radius: 100px;
    background: linear-gradient(70deg, #f94a5c, #a346f1, #3f88ff);
    color: white;
    font-size: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.popup-image-wrapper img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 30px;
    border: 2px dashed rgba(255, 255, 255, 0.5);
    max-width: 590px;
    max-height: 350px;
    object-fit: contain;
}



.popup-card {
    background: rgba(16, 16, 17, 1);
    padding: 20px;
    border-radius: 12px;
}
.card-text {
font-family: 'Outfit';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 140%;
color: #FFFFFF;
margin:0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-buttons-row {
  display: flex;
  justify-content: space-between;
  gap:16px;
}
.card-btn {
    flex: 1;
    /* margin: 0 5px; */
    padding: 12px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* border: none; */
    border-radius: 12px;
    cursor: pointer;
    transition:all 0.3s ease;
    text-decoration:none;
font-family: 'Outfit';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 140%;
color: #FFFFFF;
text-align:center;
}
.card-btn:hover {
  background: #444;
}

.card-footer-buttons {
  display: flex;
  gap:16px;
  margin-top:30px;
}
.primary-btn {
     position: relative;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 50px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  background: linear-gradient(60.02deg, #F94A5C, #A346F1, #3F88FF);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  z-index: 1;
  cursor: pointer;
  max-width: fit-content;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease;
  text-decoration: none;
  display: flex;
    align-items: center;
    gap:10px;
}

/* Gradient border */
.primary-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(60deg, #F94A5C, #A346F1, #3F88FF);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -2; /* behind everything */
}

/* Gradient background (transitions on hover) */
.primary-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(60deg, #F94A5C, #A346F1, #3F88FF);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1; /* behind text, above border */
}

/* Hover state */
.primary-btn:hover::after {
  opacity: 1;
}

.primary-btn:hover {
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.primary-btn:hover svg path {
  fill: #fff; /* or stroke: #fff; for outline SVGs */
}

{% comment %} .secondary-btn {
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #3f88ff;
  color: #3f88ff;
  border-radius: 6px;
  cursor: pointer;
} {% endcomment %}
.secondary-btn {
  position: relative;
  display: inline-block;
  padding: 16px 140px;
  border-radius: 50px;
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  background: linear-gradient(60.02deg, #F94A5C, #A346F1, #3F88FF); /* background gradient */
  color: #fff; /* initial white text */
  border: none;
  z-index: 1;
  cursor: pointer;
  max-width: fit-content;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  transition: 
    background 0.4s ease,
    color 0.4s ease,
    -webkit-text-fill-color 0.4s ease,
    -webkit-background-clip 0.4s ease;
}

/* Gradient border (hidden initially) */
.secondary-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(60deg, #F94A5C, #A346F1, #3F88FF);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Hover state: black background + gradient text */
.secondary-btn:hover {
  background: #000; /* solid black background */
  background-clip: padding-box;
  color: transparent;
  background-image: linear-gradient(60deg, #F94A5C, #A346F1, #3F88FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
}

/* Show border on hover */
.secondary-btn:hover::before {
  opacity: 1;
}

@media only screen and (min-width: 680px) and (max-width: 800px) {
    .popup-content {
        margin:50px auto !important;
    }
}
  @media (max-width:1300px){
  .image-grid {
  
  margin: 0 20px;
}
 } 
  @media (max-width: 1024px) {
  .image-grid {
    grid-template-columns: repeat(4, 1fr); /* Tablet: 3 columns */
  }
}

@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: repeat(3, 1fr); /* Small tablets/large phones: 2 columns */
  }
  .image-gallery-section h1 {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .note-main {
    text-align: left;
    padding: 0 20px 0;
  }
  .txt-note {
    font-size: 14px;
}
.txt-note-main {
    font-size: 12px;
}
.popup-content {
    margin: 50px 20px;
    padding: 20px;
}
.edit-btn {
    padding: 6px 20px;
    font-size: 12px;
}
{% comment %} .card-buttons-row {
    gap: 12px;
    flex-direction: column;
} {% endcomment %}
.card-btn {
    padding: 12px;
    font-size: 14px;
}
.card-text {
    font-size: 12px;
}
.secondary-btn {
    padding: 14px 20px;
    font-size: 14px;
}
.primary-btn {
    padding: 14px 20px;
    font-size: 14px;
  }
.primary-btn svg{
    width:15px;
  }
  .card-footer-buttons {
    justify-content: center;
}
}

 @media (max-width: 480px) {
  .secondary-btn {
        padding: 14px;
        font-size: 12px;
        display: flex;
        align-items: center;
        }
            .primary-btn {
        padding: 14px;
        font-size: 12px;
    }
        .card-buttons-row {
        gap: 12px;
        flex-direction: column;
    }
}