* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

img {
  max-width: 100%;
  object-fit: cover;
}

html, body {
  height: 100%;
}

body {
  font-family: "Figtree";
  font-size: 16px;
  color: var(--Black);
  display: flex;
  flex-direction: column;
  background-color: var(--Pastel-Mint);
}
body.with-footer {
  padding-bottom: var(--padding-bottom, 94px);
  height: fit-content;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}

:root {
  --Night-Blue: #0A2540;
  --Slate-Grey: #425466;
  --Indigo: #5261F5;
  --Light-Grey: #DFE4EA;
  --Whitesmoke: #F5F5F5;
  --Border-Color: #DFE4EA;
  --Border: #DFE4EA;
  --Success: #6D9D5B;
  --Danger: #CC686E;
  --Warning: #e37b00;
  --Midnight-Blue: #1A1B24;
  --Pastel-Mint: #E4F5EF;
  --Cosmic-Cobalt: #202F95;
  --Border: #BCCEC7;
  --Nandor: #53655E;
  --Black: #1A1B24;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}

.text-h1 {
  font-family: "Figtree";
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%; /* 100.8px */
  letter-spacing: -3.84px;
}

.text-h2 {
  font-family: "Figtree";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 48px */
  letter-spacing: -0.72px;
}

.text-h3 {
  font-family: "Satoshi";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
  letter-spacing: -0.6px;
}

.text-h4 {
  font-family: "Figtree";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 35.2px */
  letter-spacing: -0.48px;
}

.text-h5 {
  font-family: "Figtree";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
  letter-spacing: -0.36px;
}

.text-h6 {
  color: var(--Night-Blue);
  font-family: "Figtree";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 22px */
  letter-spacing: -0.3px;
}

.text-button {
  font-family: "Figtree";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}

.text-label {
  font-family: "Figtree";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.text-label-small {
  font-family: "Figtree";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.11px;
  text-transform: uppercase;
}

.text-large {
  font-family: "Figtree";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}

.text-medium {
  font-family: "Figtree";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}

.text-regular {
  font-family: "Figtree";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
}

.text-small {
  font-family: "Figtree";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
}

.text-tiny {
  font-family: "Figtree";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.12px;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 700;
}

.my-1 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-1-5 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mt-auto {
  margin-top: auto;
}

.mt-0-5 {
  margin-top: 8px;
}

.mt-1 {
  margin-top: 16px;
}

.mt-1-5 {
  margin-top: 24px;
}

.mt-2 {
  margin-top: 32px;
}

.mb-0-5 {
  margin-bottom: 8px;
}

.mb-0-75 {
  margin-bottom: 12px;
}

.mb-1 {
  margin-bottom: 16px;
}

.mb-1-5 {
  margin-bottom: 24px;
}

.mb-2 {
  margin-bottom: 32px;
}

.ml-auto {
  margin-left: auto;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.flex-default {
  display: flex;
  align-items: center;
}

.flex-grow-1 {
  flex-grow: 1;
}

.gap-1 {
  gap: 16px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.or-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-size: 14px;
  color: #425466;
  opacity: 0.6;
}
.or-indicator .hr {
  width: 30px;
  height: 1px;
  background-color: #425466;
}

.divider {
  height: 1px;
  background-color: #DFE4EA;
}

.cursor-pointer {
  cursor: pointer;
}

.text-page-title {
  color: var(--Midnight-Blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.2px;
}
.text-page-title .highlight {
  color: var(--Cosmic-Cobalt);
}
.text-page-title.highlight-nandor {
  color: var(--Nandor);
}

.text-slate-grey {
  color: var(--Slate-Grey);
}

.text-nandor {
  color: var(--Nandor);
}

.text-consmic-cobalt {
  color: var(--Cosmic-Cobalt);
}

.bg-nandor {
  background-color: var(--Nandor) !important;
}

.color-cosmic-cobalt {
  color: var(--Cosmic-Cobalt);
}

.color-nandor {
  color: var(--Nandor);
}

.back-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--Midnight-Blue);
}

.btn {
  border-radius: 30px;
  border: 1px solid var(--Black);
  background: var(--Black);
  border: none;
  outline: none;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 12px 24px;
  color: var(--Pastel-Mint);
  /* Text/Regular/Medium */
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: -0.28px;
}
.btn.block {
  display: flex;
  width: 100%;
}
.btn.secondary {
  background-color: var(--Cosmic-Cobalt);
}
.btn.tertiary {
  background: transparent;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px var(--Black);
  color: var(--Black);
}
.btn.link {
  background: transparent;
  border-radius: 30px;
  color: var(--Black);
}
.btn.small {
  padding: 8px 20px;
}
.btn.large {
  padding: 16px 24px;
  font-size: 17px;
}
.btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.input-group {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid var(--Border);
  background-color: #fff;
}
.input-group .label {
  color: var(--Nandor);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 16.5px */
  display: block;
  opacity: 0.8;
}
.input-group .input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  color: var(--Nandor);
  background: transparent;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
}
.input-group textarea.input {
  resize: vertical;
  min-height: 80px;
}
.input-group.error {
  background: #FDF3F1;
}
.input-group.error .label {
  color: #C13919;
}

.error-msg {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  color: #C13919;
}

.mobile-top-nav {
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  padding: 12px 8px;
  background-color: var(--Pastel-Mint);
  border-bottom: 1px solid var(--Border);
}
.mobile-top-nav .text {
  text-align: center;
  color: var(--Nandor);
  font-size: 17px;
  font-weight: 600;
  line-height: 22px; /* 129.412% */
  letter-spacing: -0.408px;
}

.back-btn {
  color: var(--Cosmic-Cobalt);
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
}

.guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.guide-item {
  text-decoration: none;
  color: var(--Nandor);
}
.guide-item .img {
  width: 100%;
  height: 156px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}
.guide-item .title {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.35px;
}
.guide-item .info {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.315px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guide-item.hero-item {
  margin-top: 24px;
}
.guide-item.hero-item .img {
  height: 184px;
}
.guide-item.hero-item .title {
  font-size: 24px;
}
.guide-item.hero-item .info {
  font-size: 18px;
}

.list-select {
  border-radius: 8px;
  border: 1px solid var(--Border);
}
.list-select .select-item {
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--Border);
  color: var(--Nandor);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
}
.list-select .select-item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.list-select .select-item input {
  accent-color: var(--Nandor);
}

.list-select.qty-select .select-item {
  background: #E9F6F1;
  flex-direction: column;
  align-items: self-start;
}
.list-select.qty-select .select-item .price {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
}
.list-select.qty-select .select-item .input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.list-select.qty-select .select-item.heading {
  background-color: transparent;
  flex-direction: row;
}
.list-select.qty-select .select-item.heading .text {
  font-size: 12px;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 0.12px;
  text-transform: uppercase;
}
.list-select.qty-select .select-item.heading .label {
  border-radius: 64px;
  background: #D0E5E1;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%; /* 15px */
}
.list-select.qty-select .qty-select-input {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: -0.28px;
}
.list-select.qty-select .item-infos {
  margin-top: 5px;
  padding-left: 24px;
}
.list-select.qty-select .item-infos li {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.245px;
}

.box-selects {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.box-selects .select-item {
  padding: 20px 12px;
  border-radius: 8px;
  border: 2px solid var(--Nandor);
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  min-width: 150px;
  color: var(--Nandor);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.35px;
}
.box-selects .select-item .checked-icon {
  display: none;
}
.box-selects .select-item input {
  display: none;
}
.box-selects .select-item:has(input:checked) {
  border-color: var(--Cosmic-Cobalt);
  color: var(--Cosmic-Cobalt);
  opacity: 1;
}
.box-selects .select-item:has(input:checked) .checked-icon {
  display: block;
}
.box-selects .select-item:has(input:checked) .unchecked-icon {
  display: none;
}

.date-selector-wrapper {
  width: 100%;
  padding: 2px 0;
  flex-shrink: 0;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
}

.date-selector {
  display: flex;
  gap: 10px;
  align-items: center;
}
.date-selector .scroll-btn {
  flex-shrink: 0;
  margin-right: 10px;
}
.date-selector .date-item {
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: -2px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px var(--Border);
}
.date-selector .date-item.active {
  box-shadow: 0 0 0 2px var(--Nandor);
}
.date-selector .date-item.active .date {
  color: var(--Nandor);
}
.date-selector .date-item.disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: var(--Border);
}
.date-selector .date-item .day {
  font-size: 11px;
  font-weight: 600;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.11px;
  color: var(--Nandor);
  text-transform: uppercase;
}
.date-selector .date-item .date {
  color: var(--Night-Blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
  white-space: nowrap;
}
.date-selector .date-item .date .small {
  font-size: 13px;
}

.img-drop-zone {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 200px;
  background: var(--Pastel-Mint);
  border: 3px dashed var(--Nandor);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  padding: 0.5em;
  color: var(--Nandor);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.img-drop-zone i {
  font-size: 3em;
  color: var(--primary-color);
}
.img-drop-zone input {
  display: none;
}

.img-drop-preview {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.img-drop-preview img {
  width: 100%;
  height: 100%;
  display: block;
}
.img-drop-preview .change-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

.page-footer {
  display: flex;
  padding: 16px 32px 12px 32px;
  justify-content: center;
  align-items: flex-start;
  border-top: 1px solid var(--Border, #BCCEC7);
  background-color: var(--Pastel-Mint);
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  gap: 6em;
}
.page-footer .footer-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--Nandor);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: -0.28px;
  text-decoration: none;
}
.page-footer .footer-link.active {
  color: var(--Cosmic-Cobalt);
}
.page-footer .footer-link.active svg path {
  fill: var(--Cosmic-Cobalt);
}

.page-container {
  padding: 36px;
  background: var(--Pastel-Mint);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  width: 100%;
  min-width: 600px;
  max-width: 800px;
  margin: 0 auto;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.modal-wrapper .modal-content {
  background-color: #fff;
  width: 90%;
  max-width: var(--modal-width, 600px);
  max-height: 90%;
  overflow-y: auto;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 80px 100px 0px rgba(0, 0, 0, 0.2);
  animation: 0.3s modalIn ease-in;
}
.modal-wrapper .modal-title {
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin-bottom: 24px;
  color: var(--Midnight-Blue);
}
.modal-wrapper .modal-title .close-btn {
  cursor: pointer;
}
.modal-wrapper .modal-footer {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(50px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@media (max-width: 576px) {
  .modal-wrapper {
    padding: var(--container-px);
  }
  .modal-wrapper .modal-content {
    max-width: 400px;
    width: 100%;
  }
}
@keyframes popIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.color-selector-btn-wrapper {
  position: fixed;
  top: 24px;
  right: 24px;
}
.color-selector-btn-wrapper:hover {
  cursor: pointer;
}
.color-selector-btn-wrapper.active .color-selector-pickers {
  pointer-events: all;
  display: flex;
}
.color-selector-btn-wrapper.active .color-selector-pickers .color-selector-btn.picker-item {
  transform: scale(0);
  animation: popIn 0.3s forwards;
  --size: 50px;
}
.color-selector-btn-wrapper.active .color-selector-pickers .color-selector-btn.picker-item:nth-child(1) {
  animation: none;
  --size: 60px;
}
.color-selector-btn-wrapper.active .color-selector-pickers .color-selector-btn.picker-item:nth-child(2) {
  animation-delay: 0.2s;
}
.color-selector-btn-wrapper.active .color-selector-pickers .color-selector-btn.picker-item:nth-child(3) {
  animation-delay: 0.3s;
}
.color-selector-btn-wrapper.active .color-selector-pickers .color-selector-btn.picker-item:nth-child(4) {
  animation-delay: 0.4s;
}
.color-selector-btn-wrapper.active .color-selector-pickers .color-selector-btn.picker-item:nth-child(5) {
  animation-delay: 0.5s;
}
.color-selector-btn-wrapper.active .color-selector-pickers .color-selector-btn.picker-item:nth-child(6) {
  animation-delay: 0.6s;
}
.color-selector-btn-wrapper.active .color-selector-pickers .color-selector-btn.picker-item:nth-child(7) {
  animation-delay: 0.7s;
}
.color-selector-btn-wrapper .color-selector-pickers {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 999;
}
.color-selector-btn-wrapper .color-selector-pickers .color-selector-btn.picker-item .color.primary {
  background-color: var(--color-primary);
}
.color-selector-btn-wrapper .color-selector-pickers .color-selector-btn.picker-item .color.secondary {
  background-color: var(--color-secondary);
}

.color-selector-btn {
  background-color: #fff;
  display: flex;
  --size: 60px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
.color-selector-btn .color {
  background-color: grey;
  height: 100%;
  flex-grow: 1;
}
.color-selector-btn .color.primary {
  background-color: var(--Nandor);
}
.color-selector-btn .color.secondary {
  background-color: var(--Pastel-Mint);
}

@media (max-width: 768px) {
  .page-container {
    min-width: 450px;
  }
}
@media (max-width: 576px) {
  .page-container {
    min-width: 100%;
  }
  .page-footer {
    justify-content: space-around;
    gap: 1em;
  }
}
.color-selector-btn-wrapper {
  display: none !important;
}

.uploaded-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.uploaded-image-grid .uploaded-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--Border, #BCCEC7);
}
.uploaded-image-grid .uploaded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uploaded-image-grid .uploaded-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.9));
  text-align: right;
  padding: 8px;
}
.uploaded-image-grid .uploaded-image .overlay svg {
  height: 24px;
  width: 24px;
}
.uploaded-image-grid .uploaded-image .overlay svg path {
  fill: var(--White, #fff);
}

.payment-succcess-page {
  padding-block: 36px;
  align-items: center;
}
.payment-succcess-page .title {
  color: var(--Cosmic-Cobalt);
  margin-top: 16px;
  margin-bottom: 36px;
}

/*# sourceMappingURL=style.css.map */
