/** Shopify CDN: Minification failed

Line 406:0 Expected "{" but found "}"
Line 423:0 Unexpected "}"

**/
.scale-container {
display: none;
}
.faq-item-wrapper.py-3:focus {
    outline: none;
    border-color: transparent; /* Remove or adjust the color as needed */
}

.drag-drop {
    color: #400dd5;
}


/* Target the SVG container */
.h-7.w-7 {
    width: 35px; /* Adjust the width */
    height: 35px; /* Adjust the height */
    fill: #400dd5; /* Change the fill color */
}

/* Target the SVG path specifically */
.h-7.w-7 .text-content-tertiary {
    fill: #400dd5; /* Change the fill color */
}

/* Directly target the <path> within the SVG */
.h-7.w-7 path {
    fill: #ccc; /* Change the path fill color */
    stroke: #000; /* Add a stroke if needed */
    stroke-width: 0px; /* Stroke width */
}

/*  generator right column    */

#result {
    width: 100%; /* Adjust width as needed */
    background-image: url('/cdn/shop/files/mb.png?v=1733727641');
    background-repeat: no-repeat;
    background-position: 50% 306px;
    background-size: 72px;
  
}



/*  Unsplash    */

.unsplash-library {
        margin: 0px;
        font-family: Arial, sans-serif;
      padding-top: 20px;
    }
    .search-container {
        position: relative;
        margin-bottom: 20px;
    }
    #unsplash-search {
        width: 100%;
        padding: 20px 40px;
        border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: solid 0px #ccc;
        border-radius: 0px;
      font-size: 15px;
    color: #777;
      box-shadow: 0 0 23px 0px rgba(65, 12, 217, 0.1);
      border-radius: 7px;
    }

  #unsplash-search::placeholder {
    color: black;
  }

    .search-icon {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        color: #000;
    }
    #results {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center;
        padding-top: 45px;
    }
    #results img {
          width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 0px;
        cursor: pointer;
        opacity: 0; /* Start with invisible */
        transition: opacity 3s ease-in; /* Transition effect */
    }
    #results img.fade-in {
        opacity: 1; /* Fully visible */
    }





@keyframes gradientFlow {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: -100% 0%;
    }
}

.animated-gradient {
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background-size: 200% 100%;
    animation: gradientFlow 1.5s ease-in-out infinite;
    border-radius: 6px; /* optional: smooth rounded look */
}

 .drop-text {
    position: absolute; /* Absolute positioning to overlay content */
    top: 46%;
    left: 50%;
    transform: translate(-48%, -50%); /* Center content */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 0; /* Ensure it is behind the image thumbnail */
    background: transparent; /* Semi-transparent background */
    padding: 1rem; /* Add padding if needed */
    border-radius: 8px; /* Optional: Rounded corners */
    text-wrap: inherit;
    width: 100%;
    }   


   .drop-text-title {
    font-size: 12px;
    font-weight: bold;
    }   
@media screen and (min-width: 1020px) {
 .drop-text {
       text-wrap: nowrap;
       transform: translate(-50%, -50%); 
 }
  
   .drop-text-title {
    font-size: 17px;
   }
}

      /* Loading spinner animation */
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    margin: 0 auto; /* Center the spinner */
}

/* Keyframes for spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Styling for the button when loading */
.loading-button {
    position: relative;
}

.loading-button .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

      
        /* General container styling */
        .container {
            display: flex;
            justify-content: space-between;
            padding: 0px;
        }

        /* Form styling */
        #generator-form {
            flex: 1;
            margin-right: 20px;
            position: fixed;
            max-width: 40%;
            min-width: 40%;
            padding: 0;
        }
  
        #generator-form label,
        #generator-form input,
        #generator-form button {
            display: block;
            margin-bottom: 0px;
          font-size: 14px;
          margin-top: 0px;
          text-align: left;
          letter-spacing: 0.5px;
          color: #444;
        }

@media (min-width: 1020px) {  

          #generator-form {
            #generator-form {
    z-index: 1;
    background: transparent;
    flex-grow: 1;
    max-width: 20%;
    min-width: 300px;
    position: relative;
}
          }

  
        #generator-form button {
          font-size: 15px;
        }
}

#generator-form #mood-transfer-label {
    min-width: 0;
  color: #fff;
}
 

      #guidance-label {
      font-weight: bold;
      }
      /* Flexbox for image and guidance upload sections */
        .upload-section {
            display: flex;
            justify-content: space-between;
            gap: 0px; /* Space between the two sections */
            border-bottom: solid 0px #000;
              min-width: 100%;
    max-width: 100%;
        }
@media (min-width: 1020px) {  
        .upload-section {
                      display: block;
            border-bottom: solid 0px #777;
        }


        #drag-and-drop-guidance {
              background-color: #0d0e12 !important;
        }
}


        .upload-item {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: left;
              border-right: 0px solid #333;

        }

 
   
        #drag-and-drop-guidance {
            border: 0;
            padding:0px;
            text-align: center;
            cursor: pointer;
            margin-bottom: 0px;

            width: 100%; 
            max-width: 100%; 
            box-sizing: border-box; 
            border-radius: 0px;

    position: relative;
    width: 100%;
    overflow: hidden; 
}



#drag-and-drop-image {
    border: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    position: relative; /* Position relative for absolute children */
    width: 100%;
    height: 350px; /* Adjust height as needed */
    overflow: hidden; /* Hide overflow content if any */
    background-color: #0d0e12 !important; /* Optional: Background color for the container */
}

#image-thumbnail {
    width: 100%; /* Adjust width as needed */
    height: 100%; /* Adjust height as needed */
    object-fit: cover; /* Maintain aspect ratio while covering the container */
    position: absolute; /* Position the image absolutely within the container */
    top: 0;
    left: 0;
    z-index: 1; /* Ensure the image is behind the drop-text */
}
img#image-thumbnail {
display: none;
}

        /* Styling for image preview in drag and drop areas */
        #drag-and-drop-image img,
        #drag-and-drop-guidance img {
            object-fit: cover;
          position: relative;
              margin: 0 auto;
          object-position: center;
              
        }
  #drag-and-drop-image img.upload-ic {
    width: 30px !important;
  }
        /* Thumbnails container styling */
        .thumbnails {
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px; /* Space between thumbnails */
          justify-content: space-evenly;
        }

        /* Individual thumbnail styling */
        .thumbnail {
            width: 17%;
            height: 75px; /* Maintain aspect ratio */
            cursor: pointer;
            border: 2px solid transparent;
            border-radius: 0x;
            object-fit: cover;
            object-position: center 23%;
          
        }



        /* Selected thumbnail styling */
        .thumbnail.selected {
            border: 2px solid #1374e7;
        }

        .results-container {
            flex: 1;
            margin-left: 0px; 

        }


@media screen and (max-width: 1020px) {
  #drag-and-drop-image {
     background-color: transparent !important;
    height: 350px;
  }
    #drag-and-drop-image img.upload-ic {
    width: 50px !important;
  }
}
.header-column-left #image-upload-container #drag-and-drop-image img {
    object-fit: contain;
    position: relative;
    background: white;
    padding: 10px;
    max-width: 247px;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
}

.header-column-left #image-upload-container #drag-and-drop-image {
    overflow: visible !important;
    @media screen and (min-width: 1020px) 
}

.header-column-left #image-upload-container #drag-and-drop-image img {
    object-fit: contain;
    position: relative;
    background: white;
    padding: 10px;
    max-width: 235px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      border-radius: 7px;
}


  
        .results-container {
            margin-left: 20px; 
        }
}
        /* Processed images styling */
        #result {
            width: 100%;
            margin: 0px auto;
            text-align: right;
          min-height: 1000px;
          max-width: 100%;
   
        }
        #result img {
            width: 100%; /* Adjust to fit container */
            height: auto; /* Maintain aspect ratio */
            margin-bottom: 10px;
            object-fit: cover;
            padding: 0px 10px;
            margin-right: 0;
            max-height: 800px;
            max-width: 100%;
        }

@media screen and (max-width: 1020px) {
     #result img {
    padding: 0px 0px;
     }

}

#mood-transfer-label {
font-size: 16px !important;
  font-weight: bold;
 
  }

.generate-button {
  padding: 0 0px 0 0px;
  margin: 11px 0 0;
}
.generate-container {
    display: block;
    justify-content: space-between;
}

#generator-form button {
    background-color: #6b7280b3;
    color: #fff;
    border: none;
    padding: 15px 35px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 0px;
    text-wrap: nowrap;
    text-align: center;
    width: 100%;
}

#generator-form button:hover {
    background-color: rgba(107, 114, 128, 0.7); /* Slightly darken on hover */
}

.scale-slider-container {
    position: relative;
    width: 100%;
    max-width: 500px; /* Adjust as needed */
    margin: 20px auto 15px;
    display: none;
}

@media screen and (min-width: 1020px) {

  
  
.scale-slider-container {
  margin: 420px 35px 28px;
  max-width: 366px !important;
  margin: 20px 40px 15px !important;

  
}
  
.upload-item {
    border-right: 0px solid #333;
      width: auto;
          position: absolute;
}
  
#generator-form button {
    padding: 20px 35px;
    margin-top: 20px;
  }
}

.section-title-container {
  padding: 15px 4%;
      position: fixed;
}
      
      .section-title {
    font-size: 29px;
    font-weight: normal;
    color: #000;
      }



#guidance-scale-slider {
    -webkit-appearance: none; /* Removes default styling */
    width: 100%;
    height: 12px; /* Thickness of the track */
    background: linear-gradient(to right, #1374e7 var(--slider-progress), #ddd var(--slider-progress), #ddd); /* Gradient track */
    border-radius: 10px; /* Rounded corners */
    outline: none;
    opacity: 1;
    transition: opacity .2s;
    border: solid 4px #ddd;
    box-shadow: none; /* Ensure no shadow around the track */
    margin-top: 30px;
}

#guidance-scale-slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Removes default styling */
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1374e7; /* Color of the thumb */
    cursor: pointer;
    transition: background .2s;
}

#guidance-scale-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1374e7; /* Color of the thumb */
    cursor: pointer;
}

#guidance-scale-slider::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1374e7; /* Color of the thumb */
    cursor: pointer;
}

#guidance-scale-slider::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 5px;
    cursor: pointer;
    background: #ddd; /* Ensure background color */
    border: none; /* Ensure no border */
}

#guidance-scale-slider::-moz-range-track {
    height: 10px;
    border-radius: 5px;
    cursor: pointer;
    background: #ddd; /* Ensure background color */
    border: none; /* Ensure no border */
}

#guidance-scale-slider::-ms-track {
    background: transparent; /* For the track's background to be visible */
    border-color: transparent;
    color: transparent;
    height: 10px;
    border-radius: 5px;
    cursor: pointer;
}

#guidance-scale-slider::-ms-fill-lower {
    background: #1374e7; /* Color of the bar to the left of the thumb */
    border-radius: 5px;
    border: none; /* Ensure no border */
}

#guidance-scale-slider::-ms-fill-upper {
    background: #ddd; /* Color of the bar to the right of the thumb */
    border-radius: 5px;
    border: none; /* Ensure no border */
}


input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Removes default styling */
    width: 20px; /* Size of the thumb */
    height: 20px;
    background: #1374e7; /* Color of the thumb */
    cursor: pointer;
    border-radius: 50%; /* Makes the thumb circular */
    border: 0px solid #0056b3; /* Adds a border around the thumb */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Adds shadow for 3D effect */
  margin-top: -5px;
}


#scale-value {
    font-size: 12px;
    margin-left: 7px;
    background: #000;
    color: #fff;
    padding: 4px 7px;
    border-radius: 5px;
      margin-top: 18px;
      height: 29px;
}

  .container{

    max-width: 100%;
}

  .scale-strength {
display: flex;
    }

#shopify-section-main-collapsible-content-generator section {
    margin-bottom: 70px;
}
