.menu {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 0;
  --marquee-width: 100vw;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  --item-font-size: 10vw;
  counter-reset: menu;
  background: #970e71;
}

.marquee {
  width: var(--marquee-width);
  overflow: hidden;
  pointer-events: none;
}

.marquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 5s linear infinite;
  animation-play-state: paused;
  opacity: 0;
  transition: opacity 0.1s;
}

.marquee .marquee__inner {
  animation-play-state: running;
  opacity: 1;
  transition-duration: 0.4s;
}

.marquee span {
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
  padding: 0 1vw;
  font-weight: 900;
  line-height: 1.15;
  color: #ffffff;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

.product_loader {
  border: 7px solid #f3f3f3;
  border-top: 7px solid #9f2089;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 100px auto;
  display: none;
}

.product_loader.visible {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.offer-img {
  max-width: 300px;
  border-radius: 20px;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 111;
}

.popup-overlay.open {
  display: flex;
}

.popup {
  position: relative;
  border-radius: 8px;
  text-align: center;
}

.popup-close-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  background: #000000;
  padding: 4px 10px;
  border-radius: 50%;
  font-size: 14px;
  color: white;
}

.cart-free-message {
  color: green;
  font-weight: 600;
  margin-top: 5px;
  font-size: 11px;
}

.product-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(159, 32, 137, 0.12);
}

.add_cart:hover,
.buy_now:hover,
.cart__confirm__order:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.dress-size:hover:not(.active),
.product-size:hover:not(.active) {
  border-color: #9f2089;
  color: #9f2089;
}

.carousel-indicators li {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.carousel-indicators li:hover {
  opacity: 0.8;
}

/* Product page — from original inline styles */
.eeldyg.eeldyg {
  margin-bottom: 8px;
}

.iGlGaV {
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  margin-bottom: 8px;
  padding: 20px 16px;
  border-top: 5px solid #eaeaf2;
  border-bottom: 5px solid #eaeaf2;
}

.keaMtN.keaMtN {
  margin-bottom: 16px;
}

.hmRtgo {
  color: rgb(53, 53, 67);
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  font-family: "mier bold", sans-serif;
  margin: 0;
  padding: 0;
}

.hnbNOX {
  display: flex;
  flex-wrap: wrap;
}

.dqLmGj {
  background: rgb(255, 255, 255);
  padding: 6px 16px;
  border-radius: 40px;
  border: 1px solid rgb(53, 53, 67);
  margin: 6px 12px 6px 0;
  min-width: 46px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.iwPwcX {
  color: rgb(53, 53, 67);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  font-family: "mier demi", sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

.gHgHGw {
  color: rgb(3, 141, 99);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  font-family: "mier demi", sans-serif;
}

.eXZucf {
  color: rgb(97, 97, 115);
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  font-family: "mier demi", sans-serif;
}

.evBRxL {
  pointer-events: none;
  color: rgb(97, 97, 115);
  background: rgb(248, 248, 255);
  padding: 4px 8px;
  border-radius: 48px;
  display: inline-flex;
}

.product-page-content {
  padding: 0 16px 16px;
  background: #fff;
}

._1fhgRH.product-page-root {
  padding-bottom: 72px;
}

._1fhgRH .container.card {
  background: #fff;
}

.button-container {
  z-index: 12;
}

.carousel-item {
  transition: transform 0.6s ease-in-out;
}

/* Cart page — from original inline styles */
body.cart-route .header-menu {
  display: none;
}

.cart-page {
  padding-bottom: 90px;
  background: #f1f2f4;
}

.cart-page .card {
  background: #fff;
  border-radius: 0;
  margin: 0;
}

.cart-page .cart-list,
.cart-page .cart-products-list {
  max-height: none;
  overflow: visible;
}

.cart-page .cart-product {
  border-bottom: 5px solid #eaeaf2;
  justify-content: flex-start;
  gap: 12px;
  padding: 16px;
  margin: 0;
}

.cart-page .cart_page_footer {
  box-shadow: none;
  position: unset;
  border-bottom: 5px solid #eaeaf2;
  width: 100%;
  padding: 12px 16px 16px;
}

.cart-page .cart__price__details,
.cart-page .cart__breakup__inner {
  width: 100%;
}

.cart-page .mc_pay__total {
  padding: 5px 0;
  color: rgb(53, 53, 67);
  font-weight: 600;
  font-size: 15px;
  font-family: "mier demi", sans-serif;
  text-align: left;
  line-height: 24px;
}

.cart-page .cart__total,
.cart-page .shipping__total,
.cart-page .mc_pay__total {
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-page .cart__total {
  text-decoration: underline dotted;
  color: rgb(53, 53, 67);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  font-family: "mier book", sans-serif;
  margin: 0;
  padding: 0;
}

.cart-page .cart-qty {
  color: rgb(53, 53, 67);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-family: "mier book", sans-serif;
  white-space: nowrap;
  margin-left: 8px;
}

.cart-page .dUijPM {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  padding-right: 8px;
}

.cart-page .dUijPM span {
  color: rgb(53, 53, 67);
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  font-family: "mier bold", sans-serif;
}

.cart-page .dUijPM button {
  font-weight: unset;
  font-family: "mier bold", sans-serif;
}

.cart-page .ylmAj {
  color: rgb(159, 32, 137);
  cursor: pointer;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.0015em;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 4px;
  background: inherit;
  border: none;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-page .iAFVK {
  width: 50%;
}

.cart-page .iAFVK button {
  width: 100%;
  font-weight: 600;
  font-family: "mier demi", sans-serif;
}

.cart-page .bwHzRF {
  cursor: pointer;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.0015em;
  font-size: 15px;
  line-height: 20px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  background: rgb(159, 32, 137);
  border: none;
  padding: 12px;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-page .bwHzRF:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cart-page .sefty-banner {
  padding: 20px 0 100px;
  background: #fff;
}

.checkout-header-menu {
  display: none;
}

.sc-iJkHyd.IhlWp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgb(85, 133, 248);
  color: rgb(85, 133, 248);
  font-size: 11px;
  font-weight: 700;
  background-color: rgb(85, 133, 248);
}

/* Address page — original-address.html inline styles */
body.address-route .card-footer.address-fixed-footer {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 95%;
  max-width: 800px;
  background-color: rgb(255, 255, 255);
  z-index: 1000;
  border-top: none;
  padding: 10px 12px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.06);
}

body.address-route .card-footer.address-fixed-footer .btn.save-address {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.0015em;
  font-size: 15px;
  line-height: 20px;
  border-radius: 4px !important;
  color: rgb(255, 255, 255) !important;
  background-color: #800080 !important;
  background: #800080 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 12px;
  font-weight: 500;
  font-family: "mier demi", "Mier demi", sans-serif;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  min-height: 60px;
}

body.address-route .card-footer.address-fixed-footer .btn.save-address:hover,
body.address-route .card-footer.address-fixed-footer .btn.save-address:focus,
body.address-route .card-footer.address-fixed-footer .btn.save-address:active {
  color: rgb(255, 255, 255) !important;
  background-color: #800080 !important;
  background: #800080 !important;
  border: none !important;
  box-shadow: none !important;
}

body.address-route .bbBFRm {
  overflow: auto;
  background-color: rgb(234, 234, 242);
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}

body.address-route .izYblt {
  margin-bottom: 8px;
  background-color: rgb(255, 255, 255);
  padding: 20px 16px;
}

body.address-route .lcYQRo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

body.address-route .iZWODx {
  display: flex;
}

body.address-route .gANwSd {
  color: rgb(53, 53, 67);
  font-weight: 700;
  font-size: 17px;
  font-family: "Mier bold", "mier bold", sans-serif;
  flex-grow: 1;
}

body.address-route .address-secure-img {
  width: 100%;
  display: block;
}

body.address-route .card.py-1.max-height {
  background: transparent;
  border: none;
}

body.address-route .row .col-6.form-floating {
  position: relative;
}

body.address-route .row .col-6.form-floating > label {
  left: 10px !important;
}

/* Payment page — original-payment.html inline styles */
body.payment-route .payment-page._1fhgRH {
  margin-bottom: 250px;
  min-height: 100vh;
}

body.payment-route .gNFCeh {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 18px;
  background-color: #ffffff;
}

body.payment-route .fill-grey-t2 {
  fill: rgb(139, 139, 163);
}

body.payment-route .hEBjyt {
  color: rgb(53, 53, 67);
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  font-family: "Mier bold", "mier bold", sans-serif;
  margin: 0;
  padding: 0;
}

body.payment-route .cHsEym {
  padding: 0 16px 18px;
  background-color: #ffffff;
}

body.payment-route .efQsfx {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  border-radius: 4px;
  background-color: rgb(231, 238, 255);
  padding: 6px 12px;
  gap: 10px;
}

body.payment-route .eVDQPI {
  display: flex;
  align-items: center;
  padding-left: 10px;
  height: 60px;
  width: 60px;
  object-fit: contain;
}

body.payment-route .cOCnuI {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-height: 50px;
  border-radius: 4px;
  background-color: rgb(231, 238, 255);
}

body.payment-route .eNkLGR {
  color: rgb(159, 32, 137);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  font-family: "Mier demi", "mier demi", sans-serif;
  margin: 0;
  padding: 0;
}

body.payment-route .GmPbS {
  padding: 6px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
}

body.payment-route .GmPbS span {
  font-weight: 600;
  font-size: 10px;
  font-family: "Mier book", "mier book", sans-serif;
}

body.payment-route .GmPbS div {
  height: 1px;
  background-color: rgb(206, 206, 222);
  flex-grow: 1;
}

body.payment-route .payment_page_footer.cart__footer {
  position: unset;
  box-shadow: unset;
  border-top: 5px solid #eaeaf2;
  border-bottom: 5px solid #eaeaf2;
}

body.payment-route .accordion-item.is-active .accordion-panel {
  display: block;
}

body.payment-route .payment-page .dUijPM {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  padding-right: 8px;
}

body.payment-route .payment-page .dUijPM span {
  color: rgb(53, 53, 67);
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  font-family: "Mier bold", "mier bold", sans-serif;
}

body.payment-route .payment-page .dUijPM button {
  font-weight: unset;
  font-family: "Mier bold", "mier bold", sans-serif;
}

body.payment-route .payment-page .ylmAj {
  color: rgb(159, 32, 137);
  cursor: pointer;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.0015em;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 4px;
  background: inherit;
  border: none;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.payment-route .payment-page .iAFVK {
  width: 50%;
}

body.payment-route .payment-page .iAFVK button {
  width: 100%;
  font-weight: 600;
  font-family: "Mier demi", "mier demi", sans-serif;
}

body.payment-route .payment-page .bwHzRF {
  cursor: pointer;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.0015em;
  font-size: 15px;
  line-height: 20px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  background: rgb(159, 32, 137);
  border: none;
  padding: 12px;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.payment-route .payment-page .mc_pay__total {
  padding: 5px 0;
  color: rgb(53, 53, 67);
  font-weight: 600;
  font-size: 15px;
  font-family: "mier demi", sans-serif;
  text-align: left;
  line-height: 24px;
}

body.payment-route .payment-page .cart__total,
body.payment-route .payment-page .shipping__total,
body.payment-route .payment-page .mc_pay__total {
  padding: 10px 0;
}

body.payment-route .payment-page .cart__total {
  text-decoration: underline dotted;
  color: rgb(53, 53, 67);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  font-family: "mier book", sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  body.payment-route #gpay-label,
  body.payment-route #phonepe-label,
  body.payment-route #paytm-label,
  body.payment-route #bhim_upi-label,
  body.payment-route #whatspp_pay-label {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body.payment-route #gpay-label,
  body.payment-route #phonepe-label,
  body.payment-route #paytm-label,
  body.payment-route #bhim_upi-label,
  body.payment-route #whatspp_pay-label {
    display: block;
  }
}

.payment-confirm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.payment-confirm-box {
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.payment-confirm-box h5 {
  margin: 0 0 10px;
  color: rgb(53, 53, 67);
  font-size: 18px;
  font-weight: 700;
}

.payment-confirm-box p {
  margin: 0 0 16px;
  color: rgb(97, 97, 115);
  font-size: 14px;
  line-height: 1.5;
}

.payment-confirm-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.payment-confirm-btn {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.payment-confirm-btn--yes {
  background: rgb(159, 32, 137);
  color: #fff;
}

.payment-confirm-btn--retry {
  background: rgb(231, 238, 255);
  color: rgb(85, 133, 248);
}

.payment-confirm-btn--no {
  background: #f3f3f7;
  color: rgb(53, 53, 67);
}
