
.popup .closePopup {
  background: linear-gradient(135deg, #e8dfc9, #d6c6a5); /* sand */
  border: 1.5px solid #d4af37;
  color: #2f2a23;
  font-weight: 600;
  border-radius: 40px;
  padding: 14px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 10px auto 0 auto;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.popup .closePopup:hover {
  background: linear-gradient(135deg, #d6c6a5, #c8b690);
  border-color: #c5a028;
  color: #1e1a15;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

/* === Popup background === */
.popup .wrap {
  background: linear-gradient(135deg, #4b3621 0%, #3a2c1e 100%);
  border-radius: 16px;
  padding: 25px 35px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
  font-size: 16px;
  color: #f5f5f0;
  animation: fadeIn 0.2s ease-out;
}

.popup h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #d4af37;
}

.popup p {
  font-size: 15px;
  color: #f5f5f0;
  margin-bottom: 20px;
  line-height: 1.4;
}


 .mobile-head-scroll {
 display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
}

.mobile-head-scroll.is-hidden {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
}

.mobile-head-scroll.is-visible {
 display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
}
.empty-wishlist-message {
display: none;
}


.popup {
background: rgba(100, 100, 100, 0.6);

display: none;
position: fixed;
z-index: 12;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;

}


.popup_old_items {
                background: rgba(100, 100, 100, 0.6);
                display: none;
                        position: fixed;
                        z-index: 12;
                        padding-top: 100px;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        overflow: auto;


                }

.wrap {
                        position: relative;
                    background-color: #fff;
                    margin: auto;
                    padding: 0;
                    width: 450px;
                    border-radius: 10px;
                        box-shadow: 2px 2px 10px 0px rgba(#000000, 0.4);
                    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
                    -webkit-animation-name: animatetop;
                    -webkit-animation-duration: 0.4s;
                    animation-name: animatetop;
                    animation-duration: 0.4s;
                    border-radius: 0.3rem;

                }

                .closePopup{
                       width: 200px;
                      color: black;
                      display: block;
                      text-align: center;
                      margin: 20px auto;
                      padding: 10px;
                      border-radius: 10px;
                      border: 1px solid transparent;
                      background-color: #F8F8FF;
                      transition: .3s;
                    }

                    #myHeader-phone .w3-button{
                font-size: 30px;
                }


      .regular{
                        font-size: 25pt;
                            position: absolute;
                        padding: 16px;
                            top: 5px;
                            left: 1%;
                            color: green;

                        }

                        .fa-solid {
                        font-size: 25pt;
                            padding: 16px;
                            color:green;
                                position: absolute;

                                top: 5px;
                            left: 1%;


                        }

                          .far {
                            font-size: 25pt;
                            position: absolute;
                            padding: 16px;

                            top: 5px;
                            left: 70%;
                            }

                             .fas {
                            font-size: 25pt;
                            padding: 16px;

                                position: absolute;

                                color: red;
                                top: 5px;
                            left: 70%;
                            }

                            .heart {

                            font-size: 25pt;
                            padding: 16px;

                            position: absolute;

                            cursor: pointer;
                             top: 5px;
                            left: 70%;
                            }

                            .pulse {
                                animation: pulse .5s;
                            }

                            @keyframes .pulse {
                                0% {transform: scale(1); }
                                100% {transform: scale(1);}
                                100% {transform: scale(1);}
                            }
                            .container_2 {
                      padding-top: 1em;
                      color: #110f29;
                    }
                    .container {
                      padding-top: 1em;
                      color: #110f29;
                    }
                    .container h5 {
                      font-weight: 300;

                    }
                    .container h7 {
                      display: none;

                    }

                    .container h43{
                        display: none;

                    }

                    .container h10 {
                     display: none;
                     }



/* Shared overlay styling */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px); /* background blur */
  background-color: rgba(0, 0, 0, 0.4); /* semi-transparent overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000; /* make sure it's above everything */
}

/* Hidden state */
.hidden {
  display: none;
}

/* Speech bubble style */
.bubble {
  background: white;
  border-radius: 16px;
  padding: 20px 30px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  max-width: 300px;
  text-align: center;
  animation: none;
}

/* Close button */
.close-btn {
  margin-top: 15px;
  background: #f0f0f0;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
}

.close-btn:hover {
  background: #ddd;
}

.overlay-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
}

.action-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  border: none;
}

.buy-btn {
  background: #ff9900;
  color: #fff;
}
.buy-btn:hover { background: #e68a00; }

.cancel-btn {
  background: #ccc;
  color: #333;
}
.cancel-btn:hover { background: #aaa; }

/* Animation */
@keyframes popIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


/* Page container centered, but products start closer to left */
.page-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;                /* slightly tighter gap */
  margin: 250px auto 50px;  /* more top margin, keep bottom the same */
  max-width: 1200px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);

}


.model-note {
  margin-top: 20px; font-size: 0.95rem;
  color: #555;
  text-align: center;
}
/* Products container */
.products_and_slider {
  width: 600px;
  position: relative; /* For internal positioning if needed */
}

/* Slick list inside products - no absolute positioning */
.products_and_slider .slick-list {
  display: block;
  width: 100%; /* Full width of container */
  height: auto; /* Or auto if needed */
  position: relative; /* Remove absolute */
  margin-left: 20; /* Remove margin if unnecessary */
}

/* Model bigger */
.model-wrapper {
  max-width: 500px;         /* make model take more space */
  flex: 1;                  /* grow if room */
}

.model-and-talk {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;        /* prevent wrapping */
  width: 100%;              /* full width of parent */
}

.model-image {
  width: 100%;
  max-width: 480px;         /* larger picture */
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Make info-bubble-container a horizontal flexbox */
.info-bubble-container {
  margin-top: 40px;   /* push it further down */

  display: flex;
  flex-wrap: wrap;     /* wrap to next line if too many */
  gap: 20px;
  align-items: center; /* vertically align bubbles and button */
}

/* Each bubble styling */
.info-bubble {
  background: rgba(0,0,0,0.85);
  color: white;
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  max-width: 200px;
  white-space: normal;       /* allow wrapping */
  word-wrap: break-word;     /* break long words if needed */
  overflow-wrap: anywhere;   /* break even unspaced text */
  line-height: 1.4;          /* better readability */
}



/* Button wrapper to fit nicely inline with bubbles */
.button-wrapper-model {
  display: inline-flex;
  align-items: center;
}

/* Reset button styles */
.resetOutFitBtn {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.resetOutFitBtn:hover {
  background-color: #ddd;
}

.talk-bubble {
  flex-grow: 1;             /* allow it to expand */
  max-width: none;          /* remove max-width limit */
  min-width: 250px;         /* optional minimum width */
  width: 350px;             /* or set a desired width */
  background: #f0f0f0;
  border-radius: 12px;
  padding: 20px 25px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  position: relative;
  font-family: Arial, sans-serif;
}

.talk-bubble::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #f0f0f0;
}


/* Slick arrows */
.slick-prev,
.slick-next {
  background-color: rgba(0, 0, 0, 0.6); /* dark background */
  color: white;
  border: none;
  border-radius: 50%;
  width: 100px;      /* arrow button size */
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  font-size: 20px;  /* arrow icon size */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* Positioning */
.slick-prev {
  left: 0px;  /* space from left side */
}

.slick-next {
  right: -50px; /* space from right side */
}

/* Optional hover effect */
.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Remove default Slick text and replace with custom arrow */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  color: white;
  opacity: 1;
}



/* Scrollable container inside popup */
.saved-outfits-dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;       /* center buttons */
  gap: 12px;
  max-height: 400px;         /* limit height for scrolling */
  overflow-y: auto;          /* scroll if content exceeds max-height */
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

/* Outfit row wrapper */
.saved-outfits-dropdown .outfit-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: row;        /* button + delete side by side */
  gap: 8px;
}

/* Load button = reuse .btn-orange style */
.saved-outfits-dropdown .btn-orange {
  width: 90%;                /* almost full width */
  max-width: 400px;          /* optional */
  white-space: normal;        /* allow wrapping */
  word-break: break-word;     /* break long words */
  text-align: center;
  padding: 14px 20px;
  display: block;
}

/* Delete button */
.saved-outfits-dropdown .delete-btn {
  flex: 0 0 auto;             /* fixed size */
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ff4d4d;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.saved-outfits-dropdown .delete-btn:hover {
  background: #e60000;
}



        @media(min-width:821px){

               .menu-small-screen {
                display:none;

                }


               }

@media (max-width: 768px) {

       .outfit-menu {
     margin: 0 auto 20px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }


  .page-container {
    flex-direction: column;   /* stack vertically on mobile */
    gap: 20px;                /* smaller vertical gap */
    padding: 10px;            /* optional: reduce padding */

  }

.card {
                      background-color: #ffffff;
                      max-width: 40em;
                      margin-top: -0.5em;
                      padding: 1em;
                      border-radius: 5px;
                                            width: 100%; /* allow Slick to control sizing */
                                            border: none;
                      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                      transition: box-shadow 0.3s ease;
                      position: relative; /* enables absolute children positioning */



                    }

                   .image-container {
                    display:inline-block;
                    position:relative;

                  text-align: center;

                }

                img {

                   width: 100%;
                    height: auto;
                    vertical-align: middle;

                        }
                         .slick-list{

                        margin-left: 2%;
                        display: block;
                        width: 380px;
                        height: 1200px;
                        position: absolute;
                        vertical-align: top;



                      }
                      .products_and_slider {
  width: 380px;
  position: relative; /* For internal positioning if needed */
}

/* Positioning */
.slick-prev {
  left: 0px;  /* space from left side */
}

.slick-next {
  right: 10px; /* space from right side */
}


 .outfit-menu {
  display: flex;
  flex-direction: row;      /* row layout */
  justify-content: center;  /* center horizontally */
  align-items: center;      /* align vertically in the middle */
  gap: 10px;                /* spacing between buttons */
  margin-bottom: 20px;
  width: 100%;
}



.model-wrapper {
  max-width: 420px;
  position: relative;
  display: flex;
  flex-direction: column;  /* stack vertically */
  align-items: center;     /* center all children */
  gap: 16px;
}

.info-bubble-container {
    flex-direction: column;  /* stack vertically */
    align-items: center;     /* center bubbles */
    gap: 8px;                /* smaller gap for vertical spacing */
  }

  .info-bubble {
    max-width: 100%;         /* full container width */
    font-size: 12px;         /* smaller font */
    white-space: normal;     /* allow text wrap */
  }

 .talk-bubble {
  max-width: 400px;        /* control width */
  width: 100%;             /* full width of container */
  background: #f0f0f0;
  border-radius: 12px;
  padding: 20px 25px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  position: relative;
  font-family: Arial, sans-serif;
  text-align: center;      /* optional, center text */
  box-sizing: border-box;  /* include padding in width */
}

  .model-and-talk {
    flex-direction: column; /* stack model above talk bubble */
    align-items: center;    /* center them horizontally */
  }

  .talk-bubble::before {
    left: 20px;     /* adjust as needed */
    top: -15px;     /* arrow pointing up above bubble */
    border: 10px solid transparent;
    border-bottom-color: #f0f0f0;
  }



                        .regular{
                        font-size: 20pt;
                            position: absolute;
                        padding: 16px;
                            top: 3px;
                            left: 0.5%;
                            color: green;
                        }

                        .fa-solid {
                        font-size: 20pt;
                            padding: 16px;
                            color:green;
                                position: absolute;

                                top: 3px;
                            left: 0.5%;

                        }



                           .far {
                            font-size: 20pt;
                            position: absolute;
                            padding: 16px;

                            top: 3px;
                            left: 65%;
                            }

                             .fas {
                            font-size: 20pt;
                            padding: 16px;

                                position: absolute;

                                color: red;
                                top: 3px;
                            left: 65%;
                            }

                            .heart {

                            font-size: 20pt;
                            padding: 16px;

                            position: absolute;

                            cursor: pointer;
                             top: 3px;
                            left: 65%;
                            }

                            .pulse {
                                animation: pulse .5s;
                            }

                            @keyframes .pulse {
                                0% {transform: scale(1); }
                                100% {transform: scale(1);}
                                100% {transform: scale(1);}
                            }




               .popup {
                        background: rgba(100, 100, 100, 0.6);

                        display: none;
                        position: fixed;
                        z-index: 12;
                        padding-top: 100px;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        overflow: auto;

                    }

                        .closePopup{
                       width: 200px;
                      color: black;
                      display: block;
                      text-align: center;
                      margin: 20px auto;
                      padding: 10px;
                      border-radius: 10px;
                      border: 1px solid transparent;
                      background-color: #F8F8FF;
                      transition: .3s;
                    }

                                  .head-big-screen {
               display: none;
               }
                #myHeader {
               display: none;
               }

               .noContent {
                  color: #000 !important;
                  background-color: transparent !important;
                  pointer-events: none;
                            }

                .wrap

                 {
                        position: relative;
                    background-color: #fff;
                    margin: auto;
                    padding: 0;
                    width: 380px;
                    border-radius: 10px;
                        box-shadow: 2px 2px 10px 0px rgba(#000000, 0.4);
                    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
                    -webkit-animation-name: animatetop;
                    -webkit-animation-duration: 0.4s;
                    animation-name: animatetop;
                    animation-duration: 0.4s;
                    border-radius: 0.3rem;

                }
        .action-buttons {
    width: 100%;
  }

  .action-buttons .btn-orange {
    display: block;
    width: 90%;        /* stretch button width */
    margin: 10px auto; /* center in popup */
  }



}


