/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/MainPage/MainPage.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.MainPage_pageContainer__ipmE1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(
    ellipse 70% 100% at 50% 50%,
    #e8e8e8 0%,
    #d0d0d0 40%,
    #c0c0c0 70%,
    #a8a8a8 100%
  );
}
  .MainPage_buttondiv__OW5oz {
    z-index: 1;
}
.MainPage_shoppingCartContainer__vNh_a {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001; /* Above everything else */
}

.MainPage_layout-container__nm_o9 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns with equal width */
  height: 100vh;
  padding: 0px 0%;
  box-sizing: border-box;
  color: white;
  overflow: hidden;
  /* Fallback solid color */
}
.MainPage_mainPage__mK3Nr{
  background: radial-gradient(
    ellipse 70% 100% at 50% 50%,
    #e8e8e8 0%,
    #d0d0d0 40%,
    #b4b4b4 70%,
    #9a9a9a 100%
  );
}

.MainPage_headertry__ceQyK {
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: center;
    width: 100%;
    text-align: left;
    position: relative;
    top: 5px;
    z-index: 2;
    margin-left: 0;
}

.MainPage_h1Header__wjf4d{
    font-size: clamp(20px, 5vw, 33px);
    font-weight: bold;
    text-align: center;
    color: rgba(0, 0, 0, 0.37);
    margin: 0;
    white-space: nowrap;
    display: block;
}

.MainPage_logoimg__JGMJK {
    opacity: 0.7;
    position: relative;
    transform: scale(1.6) translateX(9px) translateY(5px);
    transform-origin: center;
    margin-right: 15px;
    align-self: center;
    width: 20%;
    flex-shrink: 0;
}

.MainPage_logo__BSqRB{
  width: 209px !important;
  height: auto !important;
  position: relative;
  top: 9px;
}
.MainPage_logo1__P4mdF{
  z-index: 2;
  position: relative;
  top: 5px;
}
.MainPage_header__8g90G{

    padding: 0px 0px;
    width: 400px;
    margin: auto;
}

.MainPage_middle-bar__A_6AQ {
  overflow-y: hidden;
  grid-column: 2;
  width: 530px;
  display: flex;
  flex-direction: column;
}

.MainPage_ali__euO_6  {
    display: block;             /* Makes margin auto work */
    margin: 0 auto;             /* Centers the button horizontally */
    background: rgba(0, 0, 0, 0.45);        /* Button background */
    color: var(--button-text);  /* Button text color */
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
    padding: 13px;              /* Consistent padding */
    width: 95vw;                 /* Relative width */
    max-width: 430px;           /* Maximum width remains fixed */
    box-sizing: border-box;     /* Padding included in width */
    text-align: center;         /* Center text */
    white-space: nowrap;        /* Prevents text wrapping */
    overflow: hidden;           /* Hide any overflowed text */
}
/* Mobile styles */

.MainPage_imageWrapper__1XFmP {
  position: relative;
  width: 100%;
  height: 490px;
  min-height: 200px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 25% 41%;
  margin-bottom: 20px;
}

.MainPage_swipeArrows__olHcv {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 195px;
  z-index: 100;
}

.MainPage_arrowButton__QPQVQ {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  border: 3px solid rgba(0, 0, 0, 0.47);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}

.MainPage_arrowButton__QPQVQ:hover {
  background: rgba(90, 90, 90, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.MainPage_arrowButton__QPQVQ:active {
  transform: scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.MainPage_arrowUp__Zg6Su::before {
  content: "▲";
  color: rgba(0, 0, 0, 0.47);
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.MainPage_arrowDown__CoZEe::before {
  content: "▼";
  color: rgba(0, 0, 0, 0.47);
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}


@media (max-width: 540px) {
  .MainPage_imageWrapper__1XFmP {
width: 100vw;
height: 92vw;
background-size: cover;
  }
}

@media (max-height: 560px) {
  .MainPage_imageWrapper__1XFmP {
width: 100vw;
height: 92vw;
background-size: cover;
  }
}
/* — NEW toggle styles below — */


.MainPage_container__5enrr {
  position: absolute;
  top: 210px;
  right: 12px;
  user-select: none;
  z-index: 10;
  display: flex;
  justify-content: center;
  width: 50%;
}
.MainPage_headerRight__rSSMc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
    top: -2.2rem;
  width: 100%;
  gap: 1rem;
}

.MainPage_genderToggleWrapper__0S67_ {
  margin-left: auto; /* pushes toggle leftward */
}

.MainPage_shoppingCartWrapper__1iB_c {
  margin-left: 0;
}
@media (max-width: 520px) {
  .MainPage_headerRight__rSSMc {
    display: none;
  }

  .MainPage_mobileOnly__AAsga {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: -2.2rem;
    right: 1rem;
    width: 100%;
    padding-right: 1rem;
    gap: 1rem;
  }
}

/* Hide on desktop */
.MainPage_mobileOnly__AAsga {
  display: none;
}
.MainPage_mobileHeaderIcons__mgEN8 {
  position: absolute;
  top: -0.6rem;
  right: 0.6rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: .75rem;
  z-index: 1001;
}

.MainPage_shoppingCartMobileWrapper__6kQyy {
  transform: scale(0.9);
}
@media (max-width: 540px) {
  .MainPage_ali__euO_6 {
width: 95vw;
        position: relative;
  }
  .MainPage_buttondiv__OW5oz {
width: 100vw;
}
}

@media (max-height: 560px) {
  .MainPage_ali__euO_6 {
width: 95vw;
        position: relative;
  }
}

@media (max-width: 300px) {
  .MainPage_ali__euO_6 {
  }
}
@media (max-width: 200px) {
  .MainPage_ali__euO_6 {
  }
}

@media (max-width: 130px) {
  .MainPage_ali__euO_6 {
  }
}
@media (max-width: 545px) {
  .MainPage_headertry__ceQyK {
width:100vw;
  }
}

.MainPage_logoOnlyContainer__QlY6B {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.MainPage_logoContainer__JfHs0 {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: MainPage_logoFadeIn__z3bC6 0.5s ease-in-out;
}

.MainPage_logo__BSqRB {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@keyframes MainPage_logoFadeIn__z3bC6 {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/MainImageContainer/MainImageContainer.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.MainImageContainer_characterCss__9jaRK {
  position: relative;
  z-index: 1;
  transform: scale(1.15) !important;
  max-width: 100%;
  max-height: 100%;
  top: 18px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.MainImageContainer_imgCont__SttZm {
  position: relative;
  left: 45px;
}

.MainImageContainer_spinner__1JgPD {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #555;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: MainImageContainer_spin__1Bfx3 1s linear infinite;
  margin: auto;
}

@keyframes MainImageContainer_spin__1Bfx3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1800px) {
  .MainImageContainer_imgCont__SttZm {
    position: relative;
    left: 0;
  }
}

.MainImageContainer_mainImage__IqUHK {
  width: 100%;
  height: 100%;
  position: relative;
  /* Make sure container fills parent */
}

/* Video-specific styling */
.MainImageContainer_videoMainImage__vCJc4 {
 height: auto;
 top: -50px;
}

/* Video background image - only visible when video condition is active */
.MainImageContainer_videoBackground__Lyn1G {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 8px;
  opacity: 0.8;
  top:95vw;
}

/* Image-specific styling */
.MainImageContainer_imageMainImage__VM_RC {
  /* Default styling for images */
}

.MainImageContainer_characterCsss__w2V0T {
  max-width: 100%;
  max-height: 80%;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(1.03) !important;
  top: 13px;
}

.MainImageContainer_swipedUp__vKiDW {
  transform: translateY(-50px);
  opacity: 0;
}

.MainImageContainer_swipedDown__gwmRH {
  transform: translateY(50px);
  opacity: 0;
}


.MainImageContainer_emptyContainer__AR18h {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
  background-color: #f5f5f5;
  color: #666;
  font-style: italic;
}

/* Mobile styles */
@media (max-width: 768px) {
  .MainImageContainer_mainImage__IqUHK {
    /* Optimize for touch gestures on mobile */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y; /* Allow vertical pan gestures */
  }

  .MainImageContainer_characterCss__9jaRK {
    /* Ensure smooth animations on mobile */
    -webkit-transform: translateZ(0); /* Hardware acceleration */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
    .MainImageContainer_characterCsss__w2V0T {
    /* Ensure smooth animations on mobile */
    -webkit-transform: translateZ(0); /* Hardware acceleration */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/* Desktop trackpad optimization */
@media (min-width: 769px) {
  .MainImageContainer_mainImage__IqUHK {
    touch-action: none; /* Disable all touch actions for trackpad control */
  }
}


/* --------- Custom Toggle Switch --------- */

.MainImageContainer_container__dfQF6 {
  position: absolute;
  top: 210px;
  right: 12px;
  user-select: none;
  z-index: 10;
  display: flex;
  justify-content: center;
  width: 50%;
}

.MainImageContainer_loadingContainer__ZWT5t {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: transparent;
}

.MainImageContainer_spinner__1JgPD {
  width: 60px;
  height: 60px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: MainImageContainer_spin__1Bfx3 1.5s linear infinite;
}

@keyframes MainImageContainer_spin__1Bfx3 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.MainImageContainer_loadingText__zt2_B {
  margin-top: 16px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}


/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/components/MainContainer/MainContainer.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.MainContainer_main-box__Y5eh0 {
    /*background-color: rgba(0, 0, 0, 0.2); /* Use global variable */
    border-radius: 25px;
    height: 100%; /* Fill the height of the parent */
    width: 100%; /* Fill the width of the parent */
    display: flex; /* Center content */
    justify-content: center;
    align-items: center;

    /* Add shadow */
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Horizontal, vertical, blur, color */
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/TriedOnClothesContainer/TriedOnClothesContainer.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************/
.TriedOnClothesContainer_main__xVt2R {
    display: flex;
    flex-direction: row;
    max-width: 530px;
    width: 100%; /* Fixed height relative to the parent */
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}

.TriedOnClothesContainer_triedOnClothes__PVDwj {
    padding: 1% 0;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 15px;
    top: 5px;
}

/* Scrollable Wrapper */
.TriedOnClothesContainer_scrollWrapper__ogmTp {
    width: calc(100% + 10px); /* Expands the width to move scrollbar out of the content */
    max-height: 500px; /* Ensures scrollbar activates when needed */
    overflow-y: auto;
    overflow-x: auto; /* Prevents scrollbar from covering content */
    position: relative;
    box-sizing: border-box;
}

/* Prevents content from going under scrollbar */
.TriedOnClothesContainer_clothContainer__bOLFH {
    display: flex;
    flex-direction: row;
    gap: 10px;
max-width: 435px;
    width: 100%;
    height: auto;
    /* padding-right: 40px; */
    /* padding-left: 40px; */
    margin: 0 auto;
    margin-bottom: 1.4%;
}
/*@media (max-width: 1170px) {
    .main{
        max-height: 45%;
    }
  }*/

/* Scrollbar styles */
.TriedOnClothesContainer_scrollWrapper__ogmTp::-webkit-scrollbar {
    width: 3px;
}

.TriedOnClothesContainer_scrollWrapper__ogmTp::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 25px;
}

.TriedOnClothesContainer_scrollWrapper__ogmTp::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 25px;
}
.TriedOnClothesContainer_scrollWrapper__ogmTp::-webkit-scrollbar{
    width: 3px;
    height: 3px;
}
.TriedOnClothesContainer_cos__0F9WA {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 540px) {
  .TriedOnClothesContainer_main__xVt2R {
width: 100vw;
  }
}

@media (max-height: 560px) {
  .TriedOnClothesContainer_main__xVt2R {
width: 100vw;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/TriedOnClothesContainer/ItemCard/ItemCard.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************/
.ItemCard_tryon__okXAF {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    gap: 6px;
    padding: 0px 0px 0px 10px;
    /* Add will-change for better performance during resize */
    will-change: transform;
}

.ItemCard_itemContainer__VKc02 {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 12px; /* Rounded corners */
    box-shadow: -2px 4px 7px 0px #00000047; /* Subtle shadow for cards */
    gap:8px; /* Space between sections in the card */
    flex-grow: 1;
    background-color: rgb(199 199 199);
    color: white;
    min-height: 96px;
    /* Optimize for layout changes */
    contain: layout style;
    /* Hardware acceleration for smooth transitions */
    transform: translateZ(0);
}

.ItemCard_itemContainerNarrow__YzBqK {
    padding: 5px;
    /* Inherit containment for consistency */
    contain: layout style;
}
.ItemCard_image-placeholder__XmTQO {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    /* Optimize image container */
    contain: layout;
}

.ItemCard_image-placeholder__XmTQO img {
    object-fit: scale-down; /* Ensure the image covers the placeholder */
    width: 95%; /* Make the image width fit the placeholder */
    height: 95%; /* Make the image height fit the placeholder */
    /* Add will-change for smooth image loading */
    will-change: auto;
}
.ItemCard_image-price__6ivV7{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.ItemCard_item-details__VovPo {
   display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-shrink: 1;
    flex-grow: 1;
}

.ItemCard_price__k9VJU {
    font-size: 12px;
    position: relative;
    bottom:1px;
    color: black;
    font-weight: 600;
}

.ItemCard_priceVideo__Qn7eB {
    font-size: 12px;
    position: relative;
    bottom:1px;
    color: black !important;
    font-weight: 600;
    margin-bottom: 5px;
}

.ItemCard_button-container__OuDze {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    padding: 10px;
}

.ItemCard_basket-button__3FrJj {
    background: hsl(0, 0%, 67%);
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.ItemCard_basket-button__3FrJj:hover {
    transform: scale(1.1);
    background-color: #e6e2d8;
}

.ItemCard_trash-button__g0r_J {
    background: hsl(0, 0%, 67%);
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.ItemCard_trash-button__g0r_J:hover {
    transform: scale(1.1);
    background-color: #ffd6d6;
}

.ItemCard_basket-icon__zISIh,
.ItemCard_trash-icon__BWDfg {
    width: 100%;
    height: 100%;
}

.ItemCard_text__94KkA {
    color: black;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    bottom: 5px;
    top: -3px;
}
.ItemCard_moredet__PdN8S {
  background: #00000073;
  color: white;
  border-radius: 25px;
  cursor: pointer;
  font-size: 10px;
  border: none;
  padding: 6px 12px;
  width: 70%;
  max-width: 400px;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  font-weight: 100;
  /* Add transition for better UX */
  transition: background-color 0.2s ease;
}

.ItemCard_moredet__PdN8S:hover {
  background: #000000a0;
}

/* (A) Default: card is a row, so buttons sit to right */
  
  /* (B) When the viewport (or parent container) is ≤ 1167px: stack vertically */
  @media (max-width: 1167px) {
    .ItemCard_itemContainer__VKc02 {
      /* allow children to wrap onto new lines */
      flex-wrap: wrap;
    }
  
    .ItemCard_button-container__OuDze {
      /* force a full‐width row for the buttons */
      order: 1;            /* put it after the other two items */
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      margin-top: 8px;
      padding: 0 10px;
    }
  }

.ItemCard_detailsButtonNarrow__BHvVO {
    background: #505050;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 10px;
    border: none;
    padding: 20px;
    width: 120px;
    max-width: 400px;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    /* Add transition for better UX */
    transition: background-color 0.2s ease;
}

.ItemCard_detailsButtonNarrow__BHvVO:hover {
    background: #606060;
}

.ItemCard_customColorLabel__EiKnC {
    color: black;
    font-weight: 600;
    font-size: 12px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/components/ColorOptions/ColorOptions.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.ColorOptions_colors__9K47f {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 5px;
}

.ColorOptions_label__G7d3M {
    font-size: 12px;
    color: white; /* Text color for labels */
    margin-bottom: 0px;
}

.ColorOptions_color-options__KOGMp {
    display: flex;
    gap: 10px; /* Space between color circles */
}

.ColorOptions_color-circle__Gu9JV {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid var(--neutral-border); /* Neutral border color */
    cursor: pointer;
    transition: transform 0.2s, border-color 0.2s;
}

.ColorOptions_color-circle__Gu9JV:hover {
    transform: scale(1.1);
    border-color: var(--accent-secondary); /* Highlight border on hover */
}

.ColorOptions_selected__EKN45 {
    border-color: var(--accent-primary); /* Highlight selected color */
    transform: scale(1.2); /* Enlarge selected */
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 auto;
  align-items: center;
  word-break: break-word;
}

.Toastify__toast-container[data-stacked='true'] {
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/components/MessageBox/MessageBox.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.MessageBox_toast-container__WAHBN {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.MessageBox_toast__whbeu {
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    color: var(--button-text); /* Text color for all toasts */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    animation: MessageBox_fadeIn__6j03W 0.3s ease-out, MessageBox_fadeOut__6Wa6K 0.3s ease-in 2.7s;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.MessageBox_toast__whbeu:hover {
    transform: scale(1.02); /* Slight enlargement on hover */
}

.MessageBox_toast-success__xjrx9 {
    background-color: var(--toast-success); /* Green for success */
    border-left: 4px solid var(--accent-secondary); /* Accent border */
}

.MessageBox_toast-error__4J4xs {
    background-color: var(--toast-error); /* Red for errors */
    border-left: 4px solid var(--accent-primary);
}

.MessageBox_toast-info__v8bEu {
    background-color: var(--toast-info); /* Blue for info */
    border-left: 4px solid var(--accent-info);
}

.MessageBox_toast-warning__d0qk5 {
    background-color: var(--toast-warning); /* Orange for warnings */
    border-left: 4px solid var(--accent-warning);
}

.MessageBox_toast-close__nam6W {
    background: none;
    border: none;
    font-size: 16px;
    color: var(--button-text); /* Matches toast text color */
    cursor: pointer;
}

@keyframes MessageBox_fadeIn__6j03W {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes MessageBox_fadeOut__6Wa6K {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/overlay/Overlay.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/* Overlay.module.css */
.Overlay_overlay__EujGi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); /* dark translucent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .Overlay_spinner__GIGvD {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #555;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: Overlay_spin__JneK_ 1s linear infinite;
  }
  
  @keyframes Overlay_spin__JneK_ {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/components/modalContainer/ModalContainer.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.ModalContainer_backdrop__kkujR {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.ModalContainer_modal__l97b8 {
    background-color: #b2b2b2; /* Modal background */
    border-radius: 25px;
    width: 80%;
    max-width: 1000px;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Shadow effect */
    animation: ModalContainer_fadeIn__wx_7R 0.3s ease-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 10001;
}

@keyframes ModalContainer_fadeIn__wx_7R {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ModalContainer_header__XIUaJ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #999999; /* Border color */
    font-size: 18px;
    font-weight: bold;
    color: var(--neutral-text); /* Text color */
}

.ModalContainer_closeButton__PRRM5 {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: white; /* Close button color */
}

.ModalContainer_content__Vfixy {
    padding: 16px;
    color: var(--neutral-text); /* Text color for content */
    text-align: center;
    overflow-y: hidden;
}

.ModalContainer_footer__9fsQI {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border-top: 1px solid #999999; /* Border color */
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.ModalContainer_yesButton__ME8fq,
.ModalContainer_noButton__3IpXH {
    border: none;
    padding: 12px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    width: 100%; /* Make buttons fill their container */
    max-width: 150px; /* Set a maximum width for larger screens */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.ModalContainer_yesButton__ME8fq {
    background: #505050; /* Use primary button background */
    color: var(--button-text); /* Button text color */
}

.ModalContainer_noButton__3IpXH {
    background: #868686; /* Use secondary button background */
    color: var(--button-text); /* Button text color */
}

.ModalContainer_yesButton__ME8fq:hover,
.ModalContainer_noButton__3IpXH:hover {
    opacity: 0.8; /* Dim hover effect */
}

.ModalContainer_openModal__sN5Sp {
    display: block;             /* Makes margin auto work */
    margin: 0 auto;             /* Centers the button horizontally */
    background: #505050;        /* Button background */
    color: var(--button-text);  /* Button text color */
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
    padding: 13px;              /* Consistent padding */
    width: 100%;                 /* Relative width */
    max-width: 340px;           /* Maximum width remains fixed */
    box-sizing: border-box;     /* Padding included in width */
    text-align: center;         /* Center text */
    white-space: nowrap;        /* Prevents text wrapping */
    overflow: hidden;           /* Hide any overflowed text */
}


.ModalContainer_openModal__sN5Sp,
.ModalContainer_choiceButton__yDfzF {
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Ensure long words break properly */
    text-align: center; /* Keep text centered */
    display: flex; /* Ensure proper alignment */
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
    overflow-wrap: break-word; /* Ensure long words break inside the button */
    padding: 13px; /* Maintain padding */
    height: auto; /* Let height adjust if needed */
    min-height: 35px; /* Ensure consistent button height */
    background-color: #505050;
    border-radius: 25px;
    color: white;
}
.ModalContainer_footer__9fsQI,
.ModalContainer_choicesContainer__29X7p {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap; /* Allow buttons to move to the next line if needed */
}
@media (max-width: 768px) {
    .ModalContainer_openModal__sN5Sp,
    .ModalContainer_choiceButton__yDfzF {
        width: 100%; /* Ensure buttons take full width on smaller screens */
    }
}
.ModalContainer_choicesContainer__29X7p{
    display: flex;
    justify-content: center;
    gap:10px;
    margin-top: 3%;
}
.ModalContainer_choiceButton__yDfzF:hover {
    background-color: #f0f0f0;
    color: black;
  }
  
  .ModalContainer_selected__PaSXG {
    background-color: #6f6a66;
    color: white;
  }
  .ModalContainer_currentQuestion__EXODW {
    font-size: 22px;
  }
  .ModalContainer_modalContainerShelf__ldMbW {
    display: flex;
    justify-content: center;
    padding: 16px;
    width: 100%;       /* Allow container to span the available width */
    position: relative;
    bottom: 30px;
    align-items: center;
}
@media (max-width: 1381px) {
    .ModalContainer_openModal__sN5Sp {
        width: 100%;                 /* Relative width */
        max-width: 330px;           /* Maximum width remains fixed */
    }
  }
  @media (max-width: 1347px) {
    .ModalContainer_openModal__sN5Sp {
        width: 100%;                 /* Relative width */
        max-width: 310px;           /* Maximum width remains fixed */
    }
  }
  @media (max-width: 1150px) {
    .ModalContainer_openModal__sN5Sp {
        width: 100%;                 /* Relative width */
        max-width: 210px;           /* Maximum width remains fixed */
    }
  }
  @media (max-width: 770px) {
    .ModalContainer_modalContainerShelf__ldMbW {
        bottom: 20px;
    }
    .ModalContainer_openModal__sN5Sp {
        width: 100%;                 /* Relative width */
        max-width: 300px !important;           /* Maximum width remains fixed */
    }
  }
@media (max-width: 767) {
    .ModalContainer_modalContainerShelf__ldMbW {
       margin-top: 0px;
    }
  }


/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/carddetail/carddetail.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.carddetail_productImage__Q_gAo {
  width: 100%;
  max-width: 150px;
  height: 125px;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #B4B4B4;
  display: flex;
  justify-content: center;
}

.carddetail_productTitle__s7g8r {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: white;
  display: flex;
  justify-content: left;
  gap: 10px;
}
.carddetail_bodyDetLeft__txGzr{
  display: flex;
  gap: 20px;
  margin-bottom: 1.5rem;
}
.carddetail_productPrice__7B7P1 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
  color: #444;
}

.carddetail_descriptionDropdown__qoeKe {
  margin: 1.5rem 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

.carddetail_descriptionTitle__jA4EA {
  font-size: 18px;
  padding: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  color: white;
}

.carddetail_descriptionContent__C2ZZs {
  padding: 1rem;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}
.carddetail_left__KUwj9{
  width: 30%;
}
.carddetail_right__AcYda{
  width: 70%;
}
.carddetail_descP__wb2Tu{
  color: white;
  text-align: left;
}
.carddetail_orderButton__f8p5u {
  background: #A9A9A9;
  color: black;
  padding: 14px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: background 0.3s;
  width: 100%;
  margin-top: 1rem;
}

.carddetail_orderButton__f8p5u:hover {
  background: #333;
}

.carddetail_colorOptions__Cew0A {
  display: flex;
  gap: 0.75rem;
  margin: 1rem 0;
}

.carddetail_sizeOptions__bjYAv {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
}

/* For mobile sticky cart */

/* CardDetail.module.css */


/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/carddetail/CustomModalStyles.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.CustomModalStyles_customModal__eA9Rl {
    height: 70%;
    width: 510px;
    max-height: 90vh;
    max-width: 1000px;
    background-color: rgb(55 55 55 / 90%);
  }
  .CustomModalStyles_customModal__eA9Rl h2 {
  color: white !important;
}
  @media (max-width: 540px) {
    .CustomModalStyles_customModal__eA9Rl {
      height: 83%;
      width: 95%;
      max-height: 90vh;
      max-width: 100%;
      margin: 0;
      border-radius: 12px;
    }
  }
  
  
/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/components/SizeOptions/SizeOptions.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.SizeOptions_sizes__EdgGg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 5px;
}

.SizeOptions_label__AOW_3 {
    font-size: 32px;
    color: white; /* Text color for labels */
    margin-bottom: 0px;
}

.SizeOptions_sizeOptions__l3A4C {
    display: flex;
    gap: 25px; /* Space between size options */
    flex-wrap: wrap;
}

.SizeOptions_size-option__ed40_ {
    text-align: center;
    font-size: 25px;
    padding: 3px 5px; /* Size option padding */
    border: 1px solid var(--neutral-border); /* Neutral border color */
    border-radius: 4px;
    background-color:#555555; /* Neutral background */
    color: white; /* Neutral text color */
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s, border-color 0.2s;
}

.SizeOptions_size-option__ed40_:hover {
    transform: scale(1.05); /* Slight scaling for hover */
    opacity: 0.8;
}

.SizeOptions_selected__mZjr7 {
    background-color: var(--accent-primary); /* Highlight selected size */
    color: white; /* Text color for selected */
    font-weight: bold;
    border-color: var(--accent-primary);
}

.SizeOptions_unavailable__azCTq {
    background-color: #151515; /* Gray background */
    color: white; /* Neutral text for unavailable */
    cursor: not-allowed;
    opacity: 0.5;
}

.SizeOptions_unavailable__azCTq:hover {
    transform: none; /* Disable hover effect for unavailable sizes */
    background-color: #151515;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/carddetail/customColorStyles.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.customColorStyles_colorOptionsWrapper__kEwc5 {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.customColorStyles_colorLabel__o1LKF {
    font-size: 22px;
    color: white; /* Text color for labels */
    margin-bottom: 0px;
}

.customColorStyles_colorOptionContainer__GtH0y {
display: flex;
    gap: 25px;
}

.customColorStyles_colorCircleSmall__syc9Y {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--neutral-border); /* Neutral border color */
    cursor: pointer;
    transition: transform 0.2s, border-color 0.2s;
}






/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/carddetail/customSizeStyles.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.customSizeStyles_sizeOptionSmall__kLA51 {
    text-align: center;
    font-size: 20px;
    padding: 3px 5px;
    border: 1px solid var(--neutral-border);
    border-radius: 4px;
    background-color: #555;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s, transform .2s, border-color .2s;
}
.customSizeStyles_sizeLabel__VudvT {
    font-size: 25px;
    color: white;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/AddToCartModal/AddToCartModal.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.AddToCartModal_modalContainer__tT82d {
  width: 90%;
  max-width: 400px;
  max-height: 80vh;
  background: #4C4C4C;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.AddToCartModal_modalContent__37Fj_ {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.AddToCartModal_itemsList__LoGL3 {
  flex: 1;
  overflow-y: hidden;
  max-height: 60vh;
}

/* Copy exact ItemCard styles */
.AddToCartModal_tryon__T9uo_ {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    gap: 6px;
    padding: 0px 0px 0px 10px;
    margin-bottom: 10px;
}

.AddToCartModal_itemContainer__2mc1l {
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    gap: 8px;
    flex-grow: 1;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

/* Top row: Image + Details + Checkbox */
.AddToCartModal_separator___nkxh {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

/* Bottom row: Size selection */
.AddToCartModal_separator1__wcSPh {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}
.AddToCartModal_image-placeholder__q_41e {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.AddToCartModal_image-placeholder__q_41e img {
    object-fit: scale-down; /* Ensure the image covers the placeholder */
    width: 95%; /* Make the image width fit the placeholder */
    height: 95%; /* Make the image height fit the placeholder */
}

.AddToCartModal_image-price__qLMx4 {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.AddToCartModal_item-details__o4UjU {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 1;
    flex-grow: 1;
    gap: 4px;
}

.AddToCartModal_button-container__K_yeG {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.AddToCartModal_text__ml9MU {
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    text-align: left;
    position: relative;
    display: flex
}

.AddToCartModal_price__Qe_1w {
    font-size: 12px;
    color: white;
    margin: 0;
    text-align: left;
    position: relative;
    display: flex
}

/* Checkbox styling for selection */
.AddToCartModal_selectionCheckbox__mgbRA {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.AddToCartModal_checkbox__mYpkh {
  appearance: none;
  width: 32px;
  height: 32px;
  background-color: #ADAAAA;
  border: 2px solid #5c5c5c;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.AddToCartModal_checkbox__mYpkh:checked {
  background-color: #ADAAAA;
  border-color: #5c5c5c;
}

.AddToCartModal_checkbox__mYpkh:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.AddToCartModal_checkbox__mYpkh:hover {
  background-color: #c4c1c1;
  border-color: #5c5c5c;
}

/* Size section styling to match first image */
.AddToCartModal_sizeSection__PdbT5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-top: 0px;
}

.AddToCartModal_sizeLabel__1M_RA {
    font-size: 12px;
    color: white;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
}

.AddToCartModal_modalFooter__Lke3a {
  padding: 15px;
}

.AddToCartModal_addToCartButton__n1Az4 {
  width: 100%;
  padding: 12px;
  background: #636363;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.AddToCartModal_addToCartButton__n1Az4:hover {
  background: #606060;
  transform: translateY(-1px);
}

.AddToCartModal_addToCartButton__n1Az4:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .AddToCartModal_modalContainer__tT82d {
    width: 95%;
    max-height: 85vh;
    border-radius: 10px;
  }
  
  .AddToCartModal_tryon__T9uo_ {
    padding: 0px 0px 0px 5px;
  }
  
  .AddToCartModal_itemContainer__2mc1l {
    padding: 8px;
    gap: 6px;
  }
  
  .AddToCartModal_separator___nkxh {
    gap: 8px;
  }
  
  .AddToCartModal_separator1__wcSPh {
    gap: 6px;
  }
  
  .AddToCartModal_image-placeholder__q_41e {
    width: 60px;
    height: 60px;
  }
  
  .AddToCartModal_text__ml9MU {
    font-size: 12px;
  }
  
  .AddToCartModal_price__Qe_1w {
    font-size: 11px;
  }
  
  .AddToCartModal_sizeLabel__1M_RA {
    font-size: 11px;
  }
  
  .AddToCartModal_addToCartButton__n1Az4 {
    padding: 10px;
    font-size: 13px;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/AddToCartModal/customSizeStyles.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.customSizeStyles_sizeOptionsWrapper__Sf_WX {
    display: flex;
    flex-direction: row;
    gap: 0px;
    margin-bottom: 0px;
    align-items: center;
}

.customSizeStyles_sizeLabel__q9e5w {
    display: none; /* Hide the SizeOptions internal label since we're using our own */
}

.customSizeStyles_sizeOptionContainer__hM7tg {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 0px;
}

.customSizeStyles_sizeOptionSmall__n_blu {
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #666;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 32px;
    text-align: center;
}

.customSizeStyles_sizeOptionSmall__n_blu:hover:not(:disabled) {
    border-color: #fff;
    background-color: #777;
}

.customSizeStyles_selectedSmall__y5Ru4 {
    background-color: #333 !important;
    color: white !important;
    border-color: #fff !important;
}

.customSizeStyles_unavailableSmall__RLwqA {
    background-color: #333 !important;
    color: #666 !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}

.customSizeStyles_unavailableSmall__RLwqA:hover {
    border-color: #999 !important;
    background-color: #333 !important;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/AddToCartModal/customColorStyles.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.customColorStyles_colorOptionsWrapper__l_N4g {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 6px;
    align-items: center;
}

.customColorStyles_colorLabel__iH0g9 {
    font-size: 11px;
    color: white;
    margin: 0;
    white-space: nowrap;
}

.customColorStyles_colorOptionContainer__jxril {
    display: flex;
    gap: 6px;
}

.customColorStyles_colorCircleSmall__bhBQL {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #666;
    cursor: pointer;
    transition: all 0.2s ease;
}

.customColorStyles_colorCircleSmall__bhBQL:hover {
    transform: scale(1.1);
    border-color: #fff;
}

.customColorStyles_selectedSmall__pJThc {
    border-color: #15ff00; /* Highlight selected color */
    border: 2px solid #15ff00;
    transform: scale(1.2); /* Enlarge selected */
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/layouts/AddToCartModal/CustomModalStyles.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.CustomModalStyles_customModal__r11g0 {
    background-color: rgb(55 55 55 / 90%);
}
.CustomModalStyles_customModal__r11g0 h2 {
  color: white !important;
}


