@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');/* Tailwind removed: all styles now use component-scoped CSS Modules or existing CSS files */

.unselectable-text {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari, Chrome, Opera */
  /* Konqueror HTML */
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */
}

.blue-scrollbar-vertical {
  &::-webkit-scrollbar {
    width: 3px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    cursor: pointer;
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #3e85f8;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    outline: 1px solid #fff;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #0a64f9;
    cursor: pointer !important;
  }
}

.blue-scrollbar-horizontal {
  &::-webkit-scrollbar {
    height: 3px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    cursor: pointer;
  }
  
  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #3e85f8;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    outline: 1px solid #fff;
  }
  
  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #0a64f9;
    cursor: pointer !important;
  }
}








* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: normal !important;
  /* -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}

*,
::after,
::before {
  box-sizing: border-box;
}

.qvrow {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.qvrow > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-qv-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* remove this for focus border in input border: 2px solid #0A64F9 !important; */

p {
  margin: 0;
  padding: 0;
  margin-bottom: 0px!important;
}

input:hover,
input:focus,
Input:hover,
Input:focus {
  background-color: none !important;
  background: none;
}

@font-face {
  font-family: QuicksandLight;
  src: url(/vite-assets/Quicksand-Light-BYeyS-Nc.ttf);
}

@font-face {
  font-family: QuicksandLight;
  src: url(/vite-assets/Quicksand-Light-BYeyS-Nc.ttf);
}

@font-face {
  font-family: QuicksandBold;
  src: url(/vite-assets/Quicksand-Bold-CIhu2lJL.ttf);
}

@font-face {
  font-family: QuicksandMedium;
  src: url(/vite-assets/Quicksand-Medium-W7M8sNy_.ttf);
}

@font-face {
  font-family: QuicksandRegular;
  src: url(/vite-assets/Quicksand-Regular-D57vDJ8Q.ttf);
}

@font-face {
  font-family: QuicksandSemiBold;
  src: url(/vite-assets/Quicksand-SemiBold-CIusTgN6.ttf);
}

@font-face {
  font-family: QuicksandLight;
  src: url(/vite-assets/Quicksand-Light-BYeyS-Nc.ttf);
}

@font-face {
  font-family: OutfitSemiBold;
  src: url(/vite-assets/Outfit-SemiBold-Ccv0ETGw.ttf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: OutfitMedium;
  src: url(/vite-assets/Outfit-Medium-DWCtRdtQ.ttf);
}

@font-face {
  font-family: OutfitBold;
  src: url(/vite-assets/Outfit-Bold-CvCPH1sI.ttf);
}

@font-face {
  font-family: OutfitRegular;
  src: url(/vite-assets/Outfit-Regular-D0y4HnY4.ttf);
}
@font-face {
  font-family: circular-bold;
  src: url(/vite-assets/circular-bold-DbkGNKKH.TTF);
}
@font-face {
  font-family: Circular-Std-Regular-Book;
  src: url(/vite-assets/Circular-Std-Regular-Book-BQj9D7Nn.ttf);
}
/* 
@font-face {
  font-family: QuicksandBold;
  src: url(https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap);
}

@font-face {
  font-family: QuicksandMedium;
  src: url(https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap);
}

@font-face {
  font-family: QuicksandRegular;
  src: url(https://fonts.googleapis.com/css2?family=Quicksand&display=swap);
}

@font-face {
  font-family: QuicksandSemiBold;
  src: url(https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap);
} */

@font-face {
  font-family: Jost;
  src: url(/vite-assets/Jost-Regular-NDwFUtVf.ttf);
}

/* main authentication component */
.main-authentication-component {
  /* display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; */
  /* padding: 15px; */
}

.wrapper {
  width: 55%;
  /* margin-left: auto; */
  border-radius: 15px;
  background: url('/vite-assets/LoginBanner1.1-HL_u5PX1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-self: stretch;
  height: 95vh;
  animation: slider 10s infinite;
}

.my-overflow-hanlde-for-authentication {
  /* padding: 20px 60px 20px 0; */
  height: 95vh;
  justify-content: flex-start !important;
  overflow-y: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  .my-overflow-hanlde-for-authentication {
    overflow-y: unset;
    scroll-behavior: smooth;
    overflow-x: unset;
  }
  body.age-confirmation-modal #root {
    filter: none !important;
  }
  body.age-confirmation-modal {
    padding-right: 0 !important;
  }
}

/* width */
.my-overflow-hanlde-for-authentication::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.my-overflow-hanlde-for-authentication::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  cursor: pointer;
}

/* Handle */
.my-overflow-hanlde-for-authentication::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}

/* Handle on hover */
.my-overflow-hanlde-for-authentication::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

@keyframes slider {
  0% {
    background: url('/vite-assets/LoginBanner1.1-HL_u5PX1.png');
    background-size: cover;
    background-position: center;
  }

  30% {
    background: url('/vite-assets/LoginBanner2.1--TxbMhJH.png');
    background-size: cover;
    background-position: center;
  }

  60% {
    background: url('/vite-assets/LoginBanner3.1-VVcPpvIi.png');
    background-size: cover;
    background-position: center;
  }

  100% {
    background: url('/vite-assets/LoginBanner1.1-HL_u5PX1.png');
    background-size: cover;
    background-position: center;
  }
}

/*Customer Login*/
@media screen and (max-width: 900px) {
  .my-overflow-hanlde-for-authentication {
    /* overflow-x: hidden; */
    padding: 20px 40px 20px 0;
  }
}

@media screen and (max-width: 750px) {
  .login-customer-form {
    margin-right: 20px;
  }
}

@media screen and (max-width: 678px) {
  .wrapper {
    display: none;
  }

  .my-overflow-hanlde-for-authentication {
    /* overflow: auto; */
    padding: 0px;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .wrapper {
    display: none;
  }

  .quickvee-logo-authentication {
    /* width: 150px !important; */
  }

  .back-auth-icons {
    top: 7px !important;
    left: 1% !important;
  }
}

.quickvee-logo-authentication {
  width: 160px;
  margin: 0 0 30px 0;
}

.css-18djxyj-MuiPaper-root-MuiAlert-root {
  padding: 6px 10px !important;
}

.login-customer-form {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.input-error {
  /* display: inherit; */
  /* right: 0; */
  margin: 3px !important;
  padding: 0px !important;
  /* float: left !important; */
  /* justify-self: right; */
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  font-size: 11px !important;
  color: #fa0000 !important;
}

.login-customer-form > h1 {
  font-family: QuicksandBold, 'Quicksand' !important;
  font-size: 19px;
  color: #222222 !important;
}

.login-customer-form .sub-heading-from {
  font-family: QuicksandMedium, 'Quicksand' !important;
  font-size: 14px;
  color: #232323 !important;
  margin: 10px 0 25px 0;
}

.sub-heading-from {
  width: 300px;
}

.password-input-field {
  display: flex;
  max-width: 100%;
  width: 300px;
  font-size: 12px !important;
  background: #ffffff;
  font-family: QuicksandMedium, 'Quicksand' !important;
  /* background: #FFFFFF !important;
  border: 1px solid #D3D3D3 !important;
  border-radius: 6px !important; */
}

.password-input-field:focus-within {
  border: 2px solid #0a64f9 !important;
}

.customer-login-input {
  max-width: 100%;
  width: 300px;
  font-size: 12px !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
  /* background: #FFFFFF !important;
  border: 1px solid #D3D3D3 !important;
  border-radius: 6px !important; */
}

.customer-login-input .css-1njz7x1,
.password-input-field .css-1njz7x1,
.payment-billing-input .css-1njz7x1 {
  font-size: 13px !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
  color: #595959 !important;
}

.customer-login-input .css-dvhgws,
.password-input-field .css-dvhgws,
.payment-billing-input .css-dvhgws {
  background: #ffffff !important;
  /* border: 1px solid #d3d3d3 !important; */
  border-radius: 6px !important;
}

.css-s2lqj8,
.css-s2lqj8.Mui-focused {
  font-size: 13px !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
}

.modal-form-single-input .css-s2lqj8,
.modal-form-single-input .css-ftr4jk {
  font-size: 13px !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  color: #000000;
}

.modal-form-single-item .css-17gq4vl.MuiSelect-select {
  font-size: 13px !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  color: #000000 !important;
}

.modal-form-single-item .css-17gq4vl:focus {
  background-color: #fff !important;
}

.modal-form-single-item .css-1thjcug:hover {
  background-color: #fff !important;
}

.css-1thjcug:hover {
  background-color: #fff !important;
}

.css-fi4tqy {
  padding: 14px 12px 4px !important;
  font: unset !important;
  font-size: 15px !important;
  font-family: QuicksandSemiBold !important;
}

.modal-form-single-input .css-fi4tqy {
  padding: 18px 12px 4px !important;
  font: unset !important;
  font-size: 15px !important;
  height: 1.98rem;
  font-family: QuicksandSemiBold !important;
}
.css-2bxn45 {
  padding: 22px 12px 8px !important;
}
.customer-login-input > div .css-dvhgws:hover,
.customer-login-input .css-dvhgws.Mui-focused,
.password-input-field > div .css-dvhgws:hover,
.password-input-field .css-dvhgws.Mui-focused {
  background: #ffffff !important;
}

.password-input-field
  .css-dvhgws:hover:not(
    .Mui-disabled,
    .password-input-field .Mui-error
  )::before,
.password-input-field .css-dvhgws:hover:not(.Mui-disabled, .Mui-error)::before,
.customer-login-input
  .css-dvhgws:hover:not(
    .Mui-disabled,
    .customer-login-input .Mui-error
  )::before,
.customer-login-input .css-dvhgws:hover:not(.Mui-disabled, .Mui-error)::before {
  border-bottom: none !important;
}

.customer-login-input .css-dvhgws::before,
.password-input-field .css-dvhgws::before,
.payment-billing-input .css-dvhgws::before {
  border-bottom: none !important;
}

.css-dvhgws::after {
  border-bottom: none !important;
}

/* .customer-login-error-input{
  border: 1px solid #F55353 !important;
} */

.customer-login-input:focus-within,
.password-input-field:focus-within {
  border: 2px solid #0a64f9 !important;
  border-radius: 6px !important;
}

.modal-form-single-input .css-1thjcug.Mui-focused {
  background-color: #fff !important;
}

.modal-form-single-input .css-1thjcug {
  background-color: #fff !important;
}

.css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root:hover {
  border-color: #911b1b !important;
}

.css-17mgbju::before,
.css-1thjcug::before,
.css-17mgbju::after,
.css-1thjcug::after {
  border: none !important;
}

.css-1ff8729-MuiInputBase-root-MuiFilledInput-root {
  background: none !important;
  top: 8px !important;
  font-size: 14px !important;
}

.css-1ff8729-MuiInputBase-root-MuiFilledInput-root:before {
  border: none !important;
}

.css-1ff8729-MuiInputBase-root-MuiFilledInput-root:after {
  border: none !important;
}

.css-1mog9k0-MuiFormLabel-root-MuiInputLabel-root {
  font-size: 13px !important;
  color: #595959 !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
}

.css-11qvwfa-MuiFormLabel-root-MuiInputLabel-root {
  font-size: 14px !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
}

.css-11qvwfa-MuiFormLabel-root-MuiInputLabel-root.Mui-focused {
  font-size: 14px !important;
  color: #595959 !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
}

.css-c5v1qu-MuiInputBase-input-MuiFilledInput-input:focus,
.css-c5v1qu-MuiInputBase-input-MuiFilledInput-input {
  padding-top: 13px !important;
  padding-bottom: 10px !important;
  font-family: QuicksandSemibold, 'Quicksand' !important;
}

.css-yf8vq0-MuiSelect-nativeInput {
  font-family: QuicksandSemibold, 'Quicksand' !important;
}

.css-6hp17o-MuiList-root-MuiMenu-list > li {
  /* color: #0A64F9 !important; */
  font-size: 12px;
  font-family: QuicksandSemibold, 'Quicksand' !important;
}

.css-1gctnaj-MuiInputBase-input-MuiFilledInput-input {
  font-family: QuicksandSemibold, 'Quicksand' !important;
}

.input-outer-div {
  position: relative;

  display: flex;
  flex-direction: column;
  margin: 9px 0;
}

.css-1pysi21-MuiFormLabel-root-MuiInputLabel-root {
  font-size: 14px !important;
  color: #595959 !important;
}

.error-on-submit {
  align-self: flex-start !important;
  text-transform: capitalize;
  font-family: QuicksandRegular, 'Quicksand' !important;
  font-size: 11px !important;
  color: #fa0000 !important;
}

.css-1e6y48t-MuiButtonBase-root-MuiButton-root.Mui-focusVisible {
  background-color: #fff !important;
}

.form-submit-error-message {
  position: relative;
  right: 0px;
  bottom: -15px;
  animation: slideTopError 0.8s;
}

.css-1pxa9xg-MuiAlert-message {
  text-transform: capitalize !important;
  font-family: QuicksandSemibold !important;
}

@keyframes slideTopError {
  0% {
    opacity: 0;
    right: 0px;
    bottom: -35px;
  }

  100% {
    opacity: 1;
    right: 0px;
    bottom: -8px;
  }
}

.error-close-icon {
  color: #000 !important;
  background-color: #fff !important;
}

.customer-login-input::placeholder {
  color: #595959 !important;
}

/* .password-input-field {
  display: flex;
  max-width: 100%;
  width: 300px;
  font-size: 10px !important;
  background: #FFFFFF;
  border-radius: 6px !important;
  font-family: QuicksandMedium !important;
  border: 2px solid #D3D3D3;
  border-radius: 6px;
} */
.unvisible-input {
  display: none !important;
}

.customer-banner-authentication {
  display: flex;
  align-items: 'center' !important;
  justify-content: space-around !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  vertical-align: middle !important;
  margin: 3vh 3vw;
}

.password-input-text,
.password-input-text:hover {
  outline-style: none;
  border-style: none;
  border: none;
  color: #595959 !important;
  font-size: 14px;
}

.css-c5v1qu-MuiInputBase-input-MuiFilledInput-input {
  color: #000000 !important;
  font: normal !important;
  letter-spacing: normal !important;
}

.forgot-password {
  align-self: end !important;
  font-size: 14px !important;
  text-decoration: underline !important;
  color: #0a64f9 !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
}

.customer-btn {
  width: 100%;
  width: 300px;
  margin: 20px 0 !important;
  background-color: #0a64f9 !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  height: 44px;
}

.sign-in-section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  font-size: 14px;
  font-family: QuicksandRegular, 'Quicksand' !important;
}

.sign-in-section-head > p {
  color: #222222;
  font-size: 13px;
  font-family: QuicksandRegular, 'Quicksand' !important;
}

.css-1pysi21-MuiFormLabel-root-MuiInputLabel-root,
.css-yjsfm1 > span {
  font-size: 13px !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
  color: #595959 !important;
}

.sign-in-section-head > span > hr {
  margin: 0 15px;
  rotate: 90deg;
  height: 15px;
  color: #707070;
}

.customer-login-with-google {
  display: flex;
  width: 100%;
  width: 300px;
  margin: 20px 0 !important;
  color: #222222 !important;
  text-transform: capitalize !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px !important;
  background: #ffffff !important;
  border: 2px solid #d3d3d3;
  border-radius: 6px;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
}

.customer-login-with-google > img {
  position: absolute !important;
  right: 0 !important;
  margin-right: 15px;
}

.login-customer-reduirection {
  font-family: QuicksandMedium, 'Quicksand' !important;
  letter-spacing: 0px;
  color: #595959;
  font-size: 13px;
  margin: 5px 0 !important;
}

.login-customer-reduirection > .login-customer-reduirection-link {
  font-family: QuicksandBold, 'Quicksand' !important;
  color: #222222 !important;
  font-weight: 800 !important;
  margin: 0 2px;
  font-size: 13px;
  text-decoration: none !important;
}

.back-auth-icons {
  position: absolute;
  top: 25px;
  left: 5%;
  background: none !important;
  color: black;
}

.login-customer-reduirection > .login-customer-reduirection-link:hover {
  text-decoration: none !important;
}

/*end Customer Login*/

/* start Customer Register */

.register-inputs-div {
  display: flex;
  justify-content: space-between;
  width: 300px;
}

.c-register {
  width: 145px;
}

/* end customer registration */

/* start order history */
/* start top bar */

.main-order-top-bar {
  padding: 10px 3px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
  z-index: 99;
}
@media (min-width: 712px) {
  .hello-world.modal {
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .main-order-top-bar {
    padding: 10px 20px 10px 0px !important;
  }
}
.quickvee-logo-order-top-bar {
  width: 148px;
  height: 40px;
  margin-right: 0px;
}

.order-top-bar-search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f6f7f8;
  border-radius: 6px;
  /* padding: 2px 10px; */
  padding-left: 3%;
  padding-right: 3%;
  width: 35vw;
}

.online-o-page-profile-drop-btn {
  margin: 0px 0px 0px 8px;
}

@media (max-width: 768px) {
  .online-o-page-profile-drop-btn {
    display: none !important;
  }
}
.my-profile-drop-btn {
  margin: 0px 11px 0 8px;
}

.my-profile-drop-btn img {
  width: 20px;
}

.top-bar-button {
  flex-grow: 1;
  color: #232323 !important;
  font-family: QuicksandBold, 'Quicksand' !important;
  text-transform: capitalize !important;
}

.order-top-bar-search > .order-top-bar-search-input {
  background: #f6f7f8;
  padding: 3px 10px;
  width: 100% !important;
}

.order-top-bar-search > .order-top-bar-search-input,
.order-top-bar-search > .order-top-bar-search-input:focus,
.order-top-bar-search > .order-top-bar-search-input:active,
.order-top-bar-search > .order-top-bar-search-input:focus-within,
.order-top-bar-search > .order-top-bar-search-input:focus-visible {
  border: none;
  border-color: none !important;
}

.order-top-bar-search > .order-top-bar-search-input::placeholder {
  font-family: QuicksandRegular, 'Quicksand' !important;
  font-size: 15px;
  color: #a8a8a8;
}

.css-q0jhri-MuiInputBase-root-MuiInput-root {
  font-family: QuicksandSemibold, 'Quicksand' !important;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-radius: 50em;
  background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg)
    no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

input[type='search']:focus::-webkit-search-cancel-button {
  opacity: 0.3;
  pointer-events: all;
}

.order-top-bar-search-icon {
  rotate: 90deg;
  margin-right: 5px;
}

.order-top-bar-search-input::after,
.order-top-bar-search-input::before {
  border: none !important;
}

/* end top bar */

/* start side bar */

.order-side-bar-component {
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 250px;
  overflow: hidden;
  height: 100%;
  border-right: 1px solid #ebebeb;
  position: fixed;
  background-color: #fff;
  /* padding: 20px 0 0 0; */
  transition: all 0.3s ease-in-out;
  left: 0;
}

@media (min-width: 768px) {
  .order-side-bar-component {
    width: 250px !important;
    transition: width 0.3s ease-in-out;
    /* Adjust width for smaller screens */
  }
}

@media (max-width: 767px) {
  .order-history-main-component {
    margin-left: 0px !important;
  }

  .order-history-main-component > .order-history-top-component > h1 {
    font-size: 18px !important;
  }

  .basic-modal {
    width: 90%;
  }
}

.order-side-bar-component > .order-side-bar-link,
.order-side-bar-component > div .order-side-bar-link-div {
  text-decoration: none !important;
}

.order-side-bar-component > .order-side-bar-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px 10px 0px 20px;
  padding: 11px 10px;
  color: #2e2e2e;
}

.order-side-bar-component > .order-side-bar-link:hover {
  color: #6e81e2;
  background: #f1f6ff;
  border-radius: 5px;
}

.order-side-bar-component > .order-side-bar-link > .link-home {
  background: #2e2e2e;
  width: 20px;
  height: 200%;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='21.343'%20height='21.343'%20viewBox='0%200%2021.343%2021.343'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='path1101'%20d='M21.343-682.665H0v21.343H21.343Z'%20transform='translate(0%20682.665)'%20fill='%23232323'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='g1095'%20transform='translate(0%20682.665)'%3e%3cg%20id='g1097'%20transform='translate(0%20-682.665)'%3e%3cg%20id='g1099'%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='g1105'%20transform='translate(0.834%200.832)'%3e%3cpath%20id='path1107'%20d='M19.676-206.663,10.8-213.03a1.659,1.659,0,0,0-.959-.3,1.659,1.659,0,0,0-.959.3L0-206.663'%20transform='translate(0%20213.333)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3cg%20id='g1109'%20transform='translate(2.501%205.001)'%3e%3cpath%20id='path1111'%20d='M-284.782-9.385a1.66,1.66,0,0,1,.959-.3,1.66,1.66,0,0,1,.959.3l6.5,4.7a1.667,1.667,0,0,1,.708,1.364V4.152a1.667,1.667,0,0,1-1.667,1.667h-4.835V2.484A1.667,1.667,0,0,0-283.824.817a1.667,1.667,0,0,0-1.667,1.667V5.819h-4.835a1.667,1.667,0,0,1-1.667-1.667V-3.326a1.667,1.667,0,0,1,.708-1.364Z'%20transform='translate(291.994%209.688)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='21.343'%20height='21.343'%20viewBox='0%200%2021.343%2021.343'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='path1101'%20d='M21.343-682.665H0v21.343H21.343Z'%20transform='translate(0%20682.665)'%20fill='%23232323'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='g1095'%20transform='translate(0%20682.665)'%3e%3cg%20id='g1097'%20transform='translate(0%20-682.665)'%3e%3cg%20id='g1099'%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='g1105'%20transform='translate(0.834%200.832)'%3e%3cpath%20id='path1107'%20d='M19.676-206.663,10.8-213.03a1.659,1.659,0,0,0-.959-.3,1.659,1.659,0,0,0-.959.3L0-206.663'%20transform='translate(0%20213.333)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3cg%20id='g1109'%20transform='translate(2.501%205.001)'%3e%3cpath%20id='path1111'%20d='M-284.782-9.385a1.66,1.66,0,0,1,.959-.3,1.66,1.66,0,0,1,.959.3l6.5,4.7a1.667,1.667,0,0,1,.708,1.364V4.152a1.667,1.667,0,0,1-1.667,1.667h-4.835V2.484A1.667,1.667,0,0,0-283.824.817a1.667,1.667,0,0,0-1.667,1.667V5.819h-4.835a1.667,1.667,0,0,1-1.667-1.667V-3.326a1.667,1.667,0,0,1,.708-1.364Z'%20transform='translate(291.994%209.688)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
  transition: all 0.2s ease-in;
}

.order-side-bar-component > .order-side-bar-link:hover > .link-home {
  background: #6e81e2;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='21.343'%20height='21.343'%20viewBox='0%200%2021.343%2021.343'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='path1101'%20d='M21.343-682.665H0v21.343H21.343Z'%20transform='translate(0%20682.665)'%20fill='%23232323'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='g1095'%20transform='translate(0%20682.665)'%3e%3cg%20id='g1097'%20transform='translate(0%20-682.665)'%3e%3cg%20id='g1099'%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='g1105'%20transform='translate(0.834%200.832)'%3e%3cpath%20id='path1107'%20d='M19.676-206.663,10.8-213.03a1.659,1.659,0,0,0-.959-.3,1.659,1.659,0,0,0-.959.3L0-206.663'%20transform='translate(0%20213.333)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3cg%20id='g1109'%20transform='translate(2.501%205.001)'%3e%3cpath%20id='path1111'%20d='M-284.782-9.385a1.66,1.66,0,0,1,.959-.3,1.66,1.66,0,0,1,.959.3l6.5,4.7a1.667,1.667,0,0,1,.708,1.364V4.152a1.667,1.667,0,0,1-1.667,1.667h-4.835V2.484A1.667,1.667,0,0,0-283.824.817a1.667,1.667,0,0,0-1.667,1.667V5.819h-4.835a1.667,1.667,0,0,1-1.667-1.667V-3.326a1.667,1.667,0,0,1,.708-1.364Z'%20transform='translate(291.994%209.688)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='21.343'%20height='21.343'%20viewBox='0%200%2021.343%2021.343'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='path1101'%20d='M21.343-682.665H0v21.343H21.343Z'%20transform='translate(0%20682.665)'%20fill='%23232323'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='g1095'%20transform='translate(0%20682.665)'%3e%3cg%20id='g1097'%20transform='translate(0%20-682.665)'%3e%3cg%20id='g1099'%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='g1105'%20transform='translate(0.834%200.832)'%3e%3cpath%20id='path1107'%20d='M19.676-206.663,10.8-213.03a1.659,1.659,0,0,0-.959-.3,1.659,1.659,0,0,0-.959.3L0-206.663'%20transform='translate(0%20213.333)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3cg%20id='g1109'%20transform='translate(2.501%205.001)'%3e%3cpath%20id='path1111'%20d='M-284.782-9.385a1.66,1.66,0,0,1,.959-.3,1.66,1.66,0,0,1,.959.3l6.5,4.7a1.667,1.667,0,0,1,.708,1.364V4.152a1.667,1.667,0,0,1-1.667,1.667h-4.835V2.484A1.667,1.667,0,0,0-283.824.817a1.667,1.667,0,0,0-1.667,1.667V5.819h-4.835a1.667,1.667,0,0,1-1.667-1.667V-3.326a1.667,1.667,0,0,1,.708-1.364Z'%20transform='translate(291.994%209.688)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
}

.order-side-bar-component > .order-side-bar-link > .link-reorder {
  background: #2e2e2e;
  width: 20px;
  height: 200%;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18.147'%20height='22.371'%20viewBox='0%200%2018.147%2022.371'%3e%3cg%20id='Group_5751'%20data-name='Group%205751'%20transform='translate(-49%20-390.996)'%3e%3cpath%20id='Path_6993'%20data-name='Path%206993'%20d='M30.064,308.147a8,8,0,1,1,5.225-4.426'%20transform='translate(29.999%2099.579)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_6994'%20data-name='Path%206994'%20d='M-616.75,284.5l3.064,3.677-3.064,3.779'%20transform='matrix(0.995,%200.105,%20-0.105,%200.995,%20701.101,%20185.654)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18.147'%20height='22.371'%20viewBox='0%200%2018.147%2022.371'%3e%3cg%20id='Group_5751'%20data-name='Group%205751'%20transform='translate(-49%20-390.996)'%3e%3cpath%20id='Path_6993'%20data-name='Path%206993'%20d='M30.064,308.147a8,8,0,1,1,5.225-4.426'%20transform='translate(29.999%2099.579)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_6994'%20data-name='Path%206994'%20d='M-616.75,284.5l3.064,3.677-3.064,3.779'%20transform='matrix(0.995,%200.105,%20-0.105,%200.995,%20701.101,%20185.654)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
  transition: all 0.2s ease-in;
}

.order-side-bar-component > .order-side-bar-link:hover > .link-reorder {
  background: #6e81e2;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18.147'%20height='22.371'%20viewBox='0%200%2018.147%2022.371'%3e%3cg%20id='Group_5751'%20data-name='Group%205751'%20transform='translate(-49%20-390.996)'%3e%3cpath%20id='Path_6993'%20data-name='Path%206993'%20d='M30.064,308.147a8,8,0,1,1,5.225-4.426'%20transform='translate(29.999%2099.579)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_6994'%20data-name='Path%206994'%20d='M-616.75,284.5l3.064,3.677-3.064,3.779'%20transform='matrix(0.995,%200.105,%20-0.105,%200.995,%20701.101,%20185.654)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18.147'%20height='22.371'%20viewBox='0%200%2018.147%2022.371'%3e%3cg%20id='Group_5751'%20data-name='Group%205751'%20transform='translate(-49%20-390.996)'%3e%3cpath%20id='Path_6993'%20data-name='Path%206993'%20d='M30.064,308.147a8,8,0,1,1,5.225-4.426'%20transform='translate(29.999%2099.579)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_6994'%20data-name='Path%206994'%20d='M-616.75,284.5l3.064,3.677-3.064,3.779'%20transform='matrix(0.995,%200.105,%20-0.105,%200.995,%20701.101,%20185.654)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
}

.order-side-bar-component > .order-side-bar-link > .link-wishlist {
  background: #2e2e2e;
  width: 20px;
  height: 200%;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='15.747'%20viewBox='0%200%2018%2015.747'%3e%3cpath%20id='Path_6988'%20data-name='Path%206988'%20d='M260,305.333l-6.758-6.436A4,4,0,1,1,260,296a4,4,0,1,1,6.758,2.9L260,305.333'%20transform='translate(-251%20-291)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='15.747'%20viewBox='0%200%2018%2015.747'%3e%3cpath%20id='Path_6988'%20data-name='Path%206988'%20d='M260,305.333l-6.758-6.436A4,4,0,1,1,260,296a4,4,0,1,1,6.758,2.9L260,305.333'%20transform='translate(-251%20-291)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat 0px;
  transition: all 0.2s ease-in;
}

.order-side-bar-component > .order-side-bar-link:hover > .link-wishlist {
  background: #6e81e2;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='15.747'%20viewBox='0%200%2018%2015.747'%3e%3cpath%20id='Path_6988'%20data-name='Path%206988'%20d='M260,305.333l-6.758-6.436A4,4,0,1,1,260,296a4,4,0,1,1,6.758,2.9L260,305.333'%20transform='translate(-251%20-291)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='15.747'%20viewBox='0%200%2018%2015.747'%3e%3cpath%20id='Path_6988'%20data-name='Path%206988'%20d='M260,305.333l-6.758-6.436A4,4,0,1,1,260,296a4,4,0,1,1,6.758,2.9L260,305.333'%20transform='translate(-251%20-291)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat 0px;
}

.order-side-bar-component > .order-side-bar-link > span {
  color: #2e2e2e;
  margin-left: 10px;
  font-family: QuicksandSemibold, 'Quicksand' !important;
  font-size: 14px;
  padding: 0 10px;
}

.order-side-bar-component > .order-side-bar-link:hover > span {
  color: #6e81e2;
}

.order-side-bar-component > div .order-side-bar-link-div {
  display: flex;
  align-items: center;
  color: #2e2e2e !important;
  font-family: QuicksandSemibold !important;
  padding: 10px 0px !important;
  border-left: 3px solid #ffffff;
  padding-left: 20px !important;
  font-size: 15px;
}

.order-side-bar-component > div {
  display: flex;
  /* margin-top: 20px; */
  flex-direction: column;
  width: 100% !important;
  transition: all 2s ease-in-out;
}

.order-side-bar-component > div .order-side-bar-link-div {
  transition: all 0.3s ease-in-out;
}

/* .order-side-bar-component > div .order-side-bar-link-div:hover{
  background: #F5F5F5;
  border-left: 3px solid #222222;
  color: #232323;
  font-family: QuicksandBold !important;
} */

.order-side-bar-component > div .orderhistoryclass,
.order-side-bar-component > div .accountinfoclass,
.order-side-bar-component > div .homeclass,
.order-side-bar-component > div .LoyaltyPointsZone {
  background: #f5f5f5;
  border-left: 3px solid #222222;
  color: #232323;
  font-family: QuicksandBold, 'Quicksand' !important;
}

/* end side bar */

/* start main order page */
.side-bar-and-order-section {
  display: flex;
  background: #ffffff;
}

.order-history-main-component {
  width: 100%;
  padding: 20px 20px 40px 20px;
  margin-left: 250px;
  min-height: calc(100vh - 137px) !important;
  /* height: 85vh; */
}

.order-history-main-component > .order-history-top-component {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.order-history-main-component > .order-history-top-component > h1 {
  font-size: 24px;
  /* margin-left: 10px; */
  color: #212121;
  font-family: QuicksandBold, 'Quicksand' !important;
}

.order-history-main-component
  > .order-history-top-component
  > .order-history-button-grp {
  background: #efefef;
  border-radius: 5px;

  padding: 6px 6px;
}

.order-history-main-component
  > .order-history-top-component
  > .order-history-button-grp
  > Button {
  background: #efefef;
  color: #928c8c;
  text-transform: capitalize;
  font-size: 14px;
  font-family: QuicksandMedium, 'Quicksand' !important;
  transition: all 0.3s ease-in-out;
  padding: 6px 15px !important;
}

@media (max-width: 496px) {
  .order-history-main-component
    > .order-history-top-component
    > .order-history-button-grp
    > Button {
    font-size: 10px;
  }

  .order-history-main-component > .order-history-top-component {
    width: 100%;
  }
}

.order-history-main-component
  > .order-history-top-component
  > .order-history-button-grp
  > Button.openorders,
.order-history-main-component
  > .order-history-top-component
  > .order-history-button-grp
  > Button.closeorders {
  color: #ffffff;
  background: #222222 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000042;
}

.order-history-bottom-component {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}

.no-open-and-close-order {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.no-open-and-close-order img {
  width: 80px;
  margin-bottom: 20px;
}

.no-open-and-close-order h1 {
  font-family: QuicksandSemiBold !important;
  font-size: 19px;
  color: #232323;
}

.no-open-and-close-order p {
  font-family: QuicksandSemiBold !important;
  font-size: 13px;
  color: #878787;
  margin-bottom: 15px;
}

.no-open-and-close-order .start-shopping-on-order {
  color: #0a64f9;
  width: 200px;
  border: 2px solid #0a64f9;
  background: #fff;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
  text-transform: capitalize !important;
  background: #ffffff;
  border-radius: 5px;
}

.start-shopping-on-order:hover {
  background: #fff !important;
}

.start-shopping-on-order a {
  text-decoration: none;
  color: #0a64f9;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
}

/* end main order page*/

/*  start order Account info */

.account-info-main-component {
  padding: 20px 40px;
  margin-left: 250px;
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .account-info-main-component {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .account-info-main-component {
    /* margin-left: 2; */
    margin: 0 auto;
    padding: 15px;
    /* display: flex; */
    flex-wrap: wrap;
    max-width: 100%;
  }
}

.account-info-main-component > .account-info-welcome-header {
  display: flex;
  align-items: flex-end;
  padding: 30px;
  justify-content: space-between;
  background: var(--unnamed-color-0a64f9) 0% 0% no-repeat padding-box;
  border: 1px solid var(--unnamed-color-707070);
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='990'%20height='166'%20viewBox='0%200%20990%20166'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_2450'%20data-name='Rectangle%202450'%20width='990'%20height='166'%20rx='4'%20transform='translate(346%20118)'%20fill='none'/%3e%3c/clipPath%3e%3clinearGradient%20id='linear-gradient'%20x1='0.5'%20x2='0.5'%20y2='1'%20gradientUnits='objectBoundingBox'%3e%3cstop%20offset='0'%20stop-color='%2380b0ff'/%3e%3cstop%20offset='1'%20stop-color='%23ede6ff'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='linear-gradient-2'%20x1='0.5'%20x2='0.5'%20y2='1'%20gradientUnits='objectBoundingBox'%3e%3cstop%20offset='0'%20stop-color='%239bc1ff'/%3e%3cstop%20offset='1'%20stop-color='%23ede6ff'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='linear-gradient-3'%20x1='0.5'%20x2='0.5'%20y2='1'%20gradientUnits='objectBoundingBox'%3e%3cstop%20offset='0'%20stop-color='%23a7c7ff'/%3e%3cstop%20offset='1'%20stop-color='%23ede6ff'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='Mask_Group_5872'%20data-name='Mask%20Group%205872'%20transform='translate(-346%20-118)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='Rectangle_2499'%20data-name='Rectangle%202499'%20transform='translate(320%2088)'%20fill='%230a64f9'%20stroke='%23707070'%20stroke-width='1'%3e%3crect%20width='1050'%20height='228'%20stroke='none'/%3e%3crect%20x='0.5'%20y='0.5'%20width='1049'%20height='227'%20fill='none'/%3e%3c/g%3e%3cg%20id='Group_5955'%20data-name='Group%205955'%20transform='translate(823.107%20591.655)%20rotate(180)'%3e%3cpath%20id='Polygon_1'%20data-name='Polygon%201'%20d='M248.5,0,497,291H0Z'%20transform='translate(0.108%20497.656)%20rotate(-90)'%20opacity='0.22'%20fill='url(%23linear-gradient)'/%3e%3cpath%20id='Polygon_2'%20data-name='Polygon%202'%20d='M248.5,0,497,291H0Z'%20transform='translate(137.108%20497.656)%20rotate(-90)'%20opacity='0.39'%20fill='url(%23linear-gradient-2)'/%3e%3c/g%3e%3cg%20id='Group_5956'%20data-name='Group%205956'%20transform='translate(706.893%20-173.655)'%20opacity='0.41'%3e%3cpath%20id='Polygon_1-2'%20data-name='Polygon%201'%20d='M248.5,0,497,291H0Z'%20transform='translate(0.108%20497.656)%20rotate(-90)'%20opacity='0.55'%20fill='url(%23linear-gradient-3)'/%3e%3cpath%20id='Polygon_2-2'%20data-name='Polygon%202'%20d='M248.5,0,497,289H0Z'%20transform='translate(151.107%20497.656)%20rotate(-90)'%20opacity='0.56'%20fill='url(%23linear-gradient-3)'/%3e%3cpath%20id='Polygon_3'%20data-name='Polygon%203'%20d='M248.5,0,497,291H0Z'%20transform='translate(301.107%20497.656)%20rotate(-90)'%20opacity='0.33'%20fill='url(%23linear-gradient-3)'/%3e%3cpath%20id='Polygon_5'%20data-name='Polygon%205'%20d='M248.5,0,497,291H0Z'%20transform='translate(452.108%20497.656)%20rotate(-90)'%20opacity='0.33'%20fill='url(%23linear-gradient-3)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #707070;
  border-radius: 5px;
}

.account-info-main-component > .account-info-welcome-header > h1 {
  color: #ffffff;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  font-size: 25px;
}

.account-info-main-component > .account-info-welcome-header > p {
  color: #ffffff;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  font-size: 15px;
}

.account-info-subheading {
  color: #707070;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  font-size: 10px;
  margin: 15px 0;
}

.account-info-subheading > p {
  color: #707070;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  font-size: 12px;
}

.account-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 15px 20px;
  margin: 20px 0;
}

.account-info > .account-info-top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account-info > .account-info-top-section > span {
  text-transform: capitalize;
  color: #212121;
  font-size: 16px;
  font-family: QuicksandBold, 'Quicksand' !important;
}

.account-info-bottom-section {
  width: 100%;
}
.account-info > .account-info-bottom-section > div {
  /* display: flex; */
  align-items: top;
  padding: 10px 10px 10px 0;
  /* margin: 10px 10px 10px 0; */
  /* margin-left: 5px; */
  margin-bottom: 5px;
  /* justify-content: flex-start; */
}

@media (min-width: 1200px) {
  .css-1lj5egr-MuiGrid-root {
    max-width: 32.33% !important;
  }
}

@media (min-width: 900px) {
  .css-1lj5egr-MuiGrid-root {
    max-width: 32.33% !important;
  }
}

.account-info > .account-info-bottom-section > .account-info-single {
  display: flex;
  /* align-items: center; */
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 480px) {
  .span-before-driving-licence-image {
    display: none;
  }
  .account-info-single {
    justify-content: center;
  }
}

.account-info > .account-info-bottom-section > div > span:first-child {
  color: #707070;
  font-size: 13px;
  font-family: QuicksandSemibold, 'Quicksand' !important;
  width: 30%;
}

.account-info > .account-info-bottom-section > div > .driving-licence-image {
  width: 299px;
  border-radius: 5px;
}

.account-info > .account-info-bottom-section > div > span:nth-child(2) {
  color: #232323;
  font-family: QuicksandBold, 'Quicksand' !important;
  font-size: 13px;
  justify-self: flex-end;
  width: 70%;
  text-transform: capitalize !important;
}

.card-info-important {
  color: #707070;
  font-family: QuicksandBold, 'Quicksand' !important;
  font-size: 13px;
}

.basic-modal {
  position: absolute;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  /* width: 100%; */
  box-shadow: 1px 1px 6px black;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 10px 0;
  max-height: 94vh;
  overflow: hidden;
}

.for-scroll {
  overflow-y: scroll !important;
}

.basic-modal > #modal-modal-title {
  padding: 5px 15px 11px 15px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: 1px solid #d3d3d3;
}

.basic-modal > #modal-modal-title > span {
  color: #212121;
  text-transform: capitalize;
  font-size: 20px;
  font-family: QuicksandBold, 'Quicksand' !important;
}

@media (max-width: 767px) {
  .basic-modal > #modal-modal-title > span {
    font-size: 18px;
  }
}

.basic-modal > #modal-modal-title > .modal-close-icon {
  cursor: pointer;
}

.basic-modal > #modal-modal-title > .modal-close-button {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #1d2939;
  cursor: pointer;
}

.basic-modal > #modal-modal-title > .modal-close-button:hover {
  background: #f2f4f7;
}

.basic-modal > #modal-modal-title > .modal-close-button:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.25);
  outline-offset: 2px;
}

.basic-modal > #modal-modal-title > .modal-close-button img {
  width: 22px;
  height: 22px;
}

.basic-modal > .modal-forms {
  padding: 15px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
}

.modal-forms .css-13sljp9 {
  width: 100%;
}

.basic-modal .modal-forms > .css-1nrlq1o-MuiFormControl-root {
  width: 100%;
  margin-bottom: 15px;
}

.modal-form-single-item {
  display: flex !important;
  flex-direction: column !important;
  margin: 0px 0px 10px !important;
  width: 100% !important;
}

.password-margin-bottom {
  margin-bottom: 15px !important;
}

.modal-form-single-item .css-14x1nlk,
.modal-form-single-item .css-14x1nlk {
  color: #595959 !important;
  font-family: QuicksandMedium, Quicksand !important;
  font-size: 13px !important;
}

.modal-form-single-item .css-1rgmeur {
  color: #595959 !important;
  font-family: QuicksandSemiBold !important;
  font-size: 14px !important;
}

.modal-form-single-input label {
  color: #595959 !important;
  font-family: QuicksandSemiBold !important;
  font-size: 14px !important;
}

.modal-form-single-input {
  width: 100%;
  font-size: 12px !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
  background: #ffffff !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 6px !important;
}

.modal-form-single-input .css-dvhgws {
  background: #ffffff !important;
  /* border: 1px solid #D3D3D3 !important; */
  border-radius: 6px !important;
}

.modal-form-single-input .css-dvhgws:hover,
.modal-form-single-input .css-dvhgws.Mui-focused {
  background: #ffffff !important;
}

.modal-form-single-input
  .css-dvhgws:hover:not(
    .Mui-disabled,
    .modal-form-single-input .Mui-error
  )::before,
.modal-form-single-input
  .css-dvhgws:hover:not(.Mui-disabled, .Mui-error)::before {
  border-bottom: none !important;
}

.modal-form-single-input .css-dvhgws::before {
  border-bottom: none !important;
}

.modal-form-single-input .css-1njz7x1 {
  font-size: 13px !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
  color: #595959 !important;
}

.modal-form-single-input:focus-within {
  border: 1px solid #000000 !important;
}

.modal-form-single-input::placeholder {
  color: #595959 !important;
}

.modal-main-button {
  color: #0a64f9 !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
}
.css-1e6y48t-MuiButtonBase-root-MuiButton-root {
  min-width: unset !important;
}
.basic-modal > .modal-forms > .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 14px 0 0 0;
}

.basic-modal > .modal-forms > .modal-footer > .modal-cancle-btn {
  background: #ffffff !important;
  border: 1px solid #232323 !important;
  border-radius: 6px !important;
  color: #232323 !important;
  text-transform: capitalize !important;
  font-family: QuicksandBold, 'Quicksand' !important;
  width: 48%;
  height: 44px;
}

.basic-modal > .modal-forms > .modal-footer > .modal-save-btn {
  background: #0a64f9;
  border: 2px solid #0a64f9 !important;
  border-radius: 6px;
  color: #ffffff;
  text-transform: capitalize !important;
  font-family: QuicksandBold, 'Quicksand' !important;
  width: 48%;
  height: 44px;
}

/* Scoped fixes for checkout/account address add/edit modal */
.address-modal {
  display: flex;
  flex-direction: column;
  max-height: min(94vh, 760px);
}

.address-modal > #modal-modal-title {
  flex-shrink: 0;
}

.address-modal > .address-modal-form {
  flex: 1;
  overflow-y: auto;
  padding: 15px 15px 18px;
}

.address-modal-form .address-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10px;
  row-gap: 10px;
}

.address-modal-form .address-field-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.address-modal-form .address-field-full {
  grid-column: 1 / -1;
}

.address-modal-form .address-state-zip-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.address-modal-form .address-form-label {
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  font-size: 14px;
  line-height: 1.25;
  color: #232323;
  margin-bottom: 4px;
}

.address-modal .input-error,
.address-modal .MuiFormHelperText-root {
  position: static !important;
  display: block !important;
  min-height: 15px;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
  word-break: break-word;
  line-height: 1.2;
  margin-top: 4px !important;
  margin-left: 0 !important;
  color: #fa0000 !important;
}

.address-modal .address-field-error {
  position: static !important;
  display: block !important;
  min-height: 0;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
  word-break: break-word;
  line-height: 1.2;
  margin-top: 3px !important;
  margin-left: 0 !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  font-size: 12px !important;
  color: #fa0000 !important;
}

.address-modal .address-field-error:empty {
  display: none !important;
  margin-top: 0 !important;
}

.address-modal-form .address-submit-error-row {
  margin-top: 4px;
  margin-bottom: 8px;
}

.address-modal-form .row > [class*='col'] {
  margin-bottom: 12px !important;
}

@media (max-width: 768px) {
  .address-modal-form .row > [class*='col'] {
    margin-bottom: 12px !important;
  }
}

.address-modal .error-on-submit {
  display: block;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  font-size: 11px;
  color: #fa0000;
  line-height: 1.25;
}

.address-modal .modal-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 2;
  background: #fff;
  padding-top: 10px;
  margin-top: 10px !important;
}

@media (max-width: 768px) {
  .address-modal {
    width: 95%;
    max-height: 92vh;
    border-radius: 12px;
  }

  .address-modal > .address-modal-form {
    padding: 12px 12px 16px;
  }

  .address-modal-form .address-form-grid {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .address-modal-form .address-state-zip-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .address-modal .modal-footer > .modal-cancle-btn,
  .address-modal .modal-footer > .modal-save-btn {
    height: 48px;
    font-size: 18px;
    line-height: 1;
  }
}

.account-info > .account-info-top-section > .account-password-top-section {
  display: flex;
  align-items: center;
}

.account-info
  > .account-info-top-section
  > .account-password-top-section
  > span {
  text-transform: capitalize;
  color: #212121;
  font-size: 16px;
  font-family: QuicksandBold, 'Quicksand' !important;
}

.account-info > .account-info-top-section > div > p {
  text-transform: capitalize;
  color: #707070 !important;
  font-size: 12px;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  /* margin-left: 86px !important; */
}

.account-info-bottom-section .single-delivery-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  /* width: 31%; */
  padding: 10px !important;
}

.account-info-bottom-section
  .single-delivery-address
  > .single-delivery-address-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.account-info-bottom-section
  .single-delivery-address
  > .single-delivery-address-content {
  width: 100%;
  margin: 10px 0;
  text-transform: capitalize;
}

.account-info-bottom-section
  .single-delivery-address
  > .single-delivery-address-footer {
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
}

.account-info-bottom-section
  .single-delivery-address
  > .single-delivery-address-footer
  > .btn-remove-delivery-address
  > .delete-address-icon {
  width: 15px;
  height: 15px;
  margin: 5px;
}

.account-info-bottom-section
  .single-delivery-address
  > .single-delivery-address-footer
  > * {
  text-transform: capitalize !important;
  color: #222222 !important;
}

.my-custom-class-for-file-input::-webkit-file-upload-button,
.file-input-not-display::-webkit-file-upload-button {
  visibility: hidden !important;
}

.custom-file-upload-input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  padding: 2px 15px 2px 15px;
  color: #fff;
  width: 100%;
}

/* .my-custom-class-for-file-input {
  color: #232323;
  font-family: QuicksandBold, 'Quicksand' !important;
  border-bottom: none;
  width: 50%;
} */

/* .my-custom-class-for-file-input::placeholder {
  color: red !important;
} */
.image-input-quickvee > .my-file-custom-input-for-image {
  color: #232323;
  font-size: 13px;
  font-family: QuicksandBold, 'Quicksand' !important;
  padding: 13px 13px 13px 0;
  /* cursor: pointer !important; */
  cursor: default;
  overflow: hidden;
  width: 70%;
}

/* .file-input-not-display::after{
  content: "Upload ID Card";
  color: #FFFFFF;
  font-family: QuicksandMedium !important;
  font-size: 14px ;
  background: #232323 0% 0% no-repeat padding-box;
border-radius: 3px;
padding: 7px 20px;
position: absolute;
right: 9px;
top: 10px;
cursor: pointer;
}  */

.button-update-id-card,
.button-update-id-card:hover {
  color: #0a64f9 !important;
  font-family: QuicksandBold, 'Quicksand' !important;
  font-size: 14px !important;
  /* margin-right: 7px !important; */
  background-color: #fff !important;
  cursor: pointer;
  text-transform: capitalize !important;
}

.button-update-id-card img {
  margin-left: 5px !important;
}

.image-input-quickvee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.account-info-bottom-section
  .single-delivery-address
  > .single-delivery-address-footer
  > .default-address {
  color: #0a64f9 !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  background: #d2e3ff !important;
  border-radius: 4px !important;
  font-size: 10px !important;
}

.account-info-bottom-section
  .single-delivery-address
  > .single-delivery-address-footer
  > .set-default-address {
  color: #0a64f9 !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  background: none !important;
  border-radius: 4px !important;
  font-size: 10px !important;
}

.btn-remove-delivery-address {
  margin: 0px !important;
  padding: 0px !important;
}

.remove-delivery-address {
  font-weight: 600;
  font-family: QuicksandRegular !important;
  line-height: 15px;
  color: #222222;
  font-size: 12px !important;
  border-bottom: 1px solid #222222;
  border-radius: unset !important;
}

.single-delivery-address .single-delivery-address-content > .receiver-name,
.receiver-address {
  color: #232323 !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  font-size: 13px;
  margin: 3px 0;
}

.single-delivery-address
  > .single-delivery-address-content
  > .receiver-zipcode {
  color: #212121 !important;
  font-family: QuicksandRegular !important;
  font-size: 13px;
  text-transform: capitalize;
}

.delivery-address-update-form {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 15px;
}

.delivery-address-update-form > div {
  width: 100%;
}

.delivery-address-update-form > div:first-child {
  margin: 0px 10px 0px 0px;
}

.delivery-city-state-update-inputs {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 55%;
}

.delivery-city-state-update-inputs label {
  color: #595959 !important;
  font-family: QuicksandSemiBold !important;
  font-size: 14px !important;
}

.delivery-city-state-update-inputs > div:first-child {
  margin: 0px 10px 0px 0px !important;
  width: 100% !important;
}

.delivery-address-update-form .css-1gtlbg0 {
  padding: 2px 0px 2px 0px !important;
}

.the-state-input-in-delivery::before {
  content: 'âŒ„';
  font-size: 24px !important;
  position: absolute;
  right: 9px;
  top: 2px;
  color: #595959;
}

.modal-form-single-item .css-17gq4vl {
  padding: 22px 10px 7px 10px !important;
}

.the-state-input-in-delivery:focus-within::before {
  content: '';
  font-size: 0px !important;
}

.css-llrb4p-MuiInputBase-root-MuiFilledInput-root-MuiSelect-root:before {
  border: none !important;
}

.css-llrb4p-MuiInputBase-root-MuiFilledInput-root-MuiSelect-root::after {
  border: none !important;
}

.css-e4w4as-MuiFormLabel-root-MuiInputLabel-root {
  font-size: 12px !important;
  font-family: QuicksandMedium !important;
  top: -4px !important;
}

.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input {
  padding: 20px 10px 3px 9px !important;
  font-size: 13px;
  font: normal !important;
  color: #000000;
  font-family: QuicksandSemibold !important;
}

.css-o943dk-MuiFormLabel-root-MuiInputLabel-root {
  font-size: 14px !important;
  font-family: QuicksandSemiBold !important;
  top: -3px !important;
}

.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input:focus {
  /* padding: 24px 10px 0px 9px !important;
  font-size: 13px; */
  background: none;
}

.edit-delivery-address-button {
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  width: 100% !important;
  min-width: 30px !important;
}

.css-zs07ro-MuiInputBase-root-MuiFilledInput-root {
  background: none !important;
  font-size: 14px !important;
  padding-top: 7px !important;
}

.css-zs07ro-MuiInputBase-root-MuiFilledInput-root:after {
  border: none !important;
}

.css-zs07ro-MuiInputBase-root-MuiFilledInput-root::before {
  border: none !important;
}

.css-1gctnaj-MuiInputBase-input-MuiFilledInput-input {
  padding: 20px 10px 6px 9px !important;
  font-family: QuicksandSemiBold !important;
  font-size: 13px !important;
}

.css-1869usk-MuiFormControl-root {
  min-width: 110px !important;
}

.css-1xhypcz-MuiStack-root {
  /* padding-top: 0px !important;
  overflow: unset !important; */
}

.css-1n8xjfr-MuiFormControl-root {
  margin: 3px !important;
}

.css-o943dk-MuiFormLabel-root-MuiInputLabel-root.Mui-error {
  color: #595959 !important;
}

.crop-image-modal-button {
  margin: 10px 0 !important;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  width: 100%;
}

.reactEasyCrop_Container {
  position: relative !important;
  height: 200px !important;
  width: 317px !important;
}

.my-image-crop-modal-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.crop-image-modal-button > .image-motion-button {
  background: #0a64f9 !important;
  text-transform: capitalize !important;
  color: #fff !important;
  margin: 0px 8px 0px 8px;
  padding: 5px 11px;
  border-radius: 4px;
  font-family: QuicksandMedium !important;
}

/*  end order Account info */

/* single order start */

.single-open-order-div {
  display: flex;
  flex-direction: column;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='724'%20height='212'%20viewBox='0%200%20724%20212'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_2526'%20data-name='Rectangle%202526'%20width='724'%20height='212'%20rx='4'%20transform='translate(347%20116)'%20fill='none'/%3e%3c/clipPath%3e%3clinearGradient%20id='linear-gradient'%20x1='0.5'%20x2='0.5'%20y2='1'%20gradientUnits='objectBoundingBox'%3e%3cstop%20offset='0'%20stop-color='%23d5d5d5'/%3e%3cstop%20offset='1'%20stop-color='%23ede6ff'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='Mask_Group_5874'%20data-name='Mask%20Group%205874'%20transform='translate(-347%20-116)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='Path_7118'%20data-name='Path%207118'%20transform='translate(234%20106.619)'%20fill='none'%3e%3cpath%20d='M0,0H1050V228.916H0Z'%20stroke='none'/%3e%3cpath%20d='M%201%201.000045776367188%20L%201%20227.9160461425781%20L%201049%20227.9160461425781%20L%201049%201.000045776367188%20L%201%201.000045776367188%20M%200%204.57763671875e-05%20L%201050%204.57763671875e-05%20L%201050%20228.9160461425781%20L%200%20228.9160461425781%20L%200%204.57763671875e-05%20Z'%20stroke='none'%20fill='%23707070'/%3e%3c/g%3e%3cg%20id='Group_5970'%20data-name='Group%205970'%20transform='translate(823%20561.575)%20rotate(180)'%20opacity='0.3'%3e%3cpath%20id='Polygon_6'%20data-name='Polygon%206'%20d='M233,0,466,291H0Z'%20transform='translate(-0.001%20466.575)%20rotate(-90)'%20opacity='0.22'%20fill='url(%23linear-gradient)'/%3e%3cpath%20id='Path_7119'%20data-name='Path%207119'%20d='M233.106,0,466.212,291H0L181.441,64.5Z'%20transform='translate(137%20466.212)%20rotate(-90)'%20opacity='0.39'%20fill='url(%23linear-gradient)'/%3e%3c/g%3e%3cg%20id='Group_5971'%20data-name='Group%205971'%20transform='translate(707%20-154.617)'%20opacity='0.41'%3e%3cpath%20id='Polygon_8'%20data-name='Polygon%208'%20d='M233,0,466,291H0Z'%20transform='translate(-0.001%20465.618)%20rotate(-90)'%20opacity='0.55'%20fill='url(%23linear-gradient)'/%3e%3cpath%20id='Polygon_9'%20data-name='Polygon%209'%20d='M233,0,466,289H0Z'%20transform='translate(151%20465.618)%20rotate(-90)'%20opacity='0.56'%20fill='url(%23linear-gradient)'/%3e%3cpath%20id='Polygon_10'%20data-name='Polygon%2010'%20d='M233,0,466,291H0Z'%20transform='translate(301%20465.618)%20rotate(-90)'%20opacity='0.33'%20fill='url(%23linear-gradient)'/%3e%3cpath%20id='Polygon_11'%20data-name='Polygon%2011'%20d='M233,0,466,291H0Z'%20transform='translate(451.999%20465.618)%20rotate(-90)'%20opacity='0.33'%20fill='url(%23linear-gradient)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.3s ease-in;
}

.single-open-order-div:hover {
  box-shadow: 0px 6px 18px #0000001c;
}

.infinite-scroll-component__outerdiv {
  width: 100%;
}

/* .infinite-scroll-component> div {
  margin: 10px;
} */
.demo-simple-select-filled-label {
  line-height: 14px !important;
}
.onload-spinner-order {
  display: inline-block;
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #6e6e6e;
  width: 80px;
  height: 80px;
  align-self: center;
  justify-self: center !important;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.infinite-scroll-component {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.infinite-scroll-component span {
  /* width: 49%; */
  cursor: pointer;
}

.single-open-order-div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.single-open-order-div > .single-open-order-delivery-status {
  padding-bottom: 10px;
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 3px;
}

.single-open-order-div > .single-open-order-delivery-status > .delivery-button,
.single-open-order-div
  > .single-open-order-delivery-status
  > .picked-up-button {
  padding: 6px !important;
  text-transform: capitalize;
  font-size: 12px;
  font-family: QuicksandBold, 'Quicksand' !important;
  border-radius: 3px;
}

.single-open-order-div
  > .single-open-order-delivery-status
  > .delivery-button
  > img,
.single-open-order-div
  > .single-open-order-delivery-status
  > .picked-up-button
  > img {
  padding: 0 4px 0 0;
}

.single-open-order-div
  > .single-open-order-delivery-status
  > .picked-up-button {
  background: #ffdcc1;
  color: #db5f00;
}

.single-open-order-div > .single-open-order-delivery-status > .delivery-button {
  color: #0055ff;
  background: #e2edff;
  border-radius: 3px;
}

.single-open-order-div > .single-open-order-content {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin: 10px 0;
}

.single-open-order-div > .single-open-order-content > .single-order-date-time {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.single-open-order-div > .single-open-order-content > .single-order-id > span {
  color: #888888;
  font-size: 11px;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
}

.single-open-order-div > .single-open-order-content > .single-order-id > p {
  color: #030303;
  text-transform: uppercase;
  font-size: 13px;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
}

.single-open-order-div > .single-open-order-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .accepted-button,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .packing-button,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .ready-button,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .shipped-button,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .delivered-button,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .cancle-button,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .refund-button {
  font-size: 12px;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  text-transform: capitalize;
  border-radius: 3px;
  color: #fff;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .accepted-button
  > img,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .packing-button
  > img,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .ready-button
  > img,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .shipped-button
  > img,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .delivered-button
  > img,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .cancle-button
  > img,
.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .refund-button
  > img {
  padding: 0 4px 0 0;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .accepted-button {
  background: #10c558;
  padding: 6px !important;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .packing-button {
  background: #ffb303;
  padding: 6px !important;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .ready-button {
  background: #c520f5;
  padding: 6px !important;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .shipped-button {
  background: #03cbff;
  padding: 6px !important;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .delivered-button {
  background: #0a64f9;
  padding: 6px !important;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .cancle-button {
  background: #f55353;
  padding: 6px !important;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-button
  > .refund-button {
  background: #7a7a7a;
  padding: 6px !important;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-status
  > .payment-am-status {
  display: flex;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-status
  > .payment-am-status
  > .payment-paid {
  color: #26be7e;
  font-size: 14px;
  font-family: QuicksandBold, 'Quicksand' !important;
  margin-right: 10px;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-status
  > .payment-am-status
  > .payment-cod-pending {
  color: #f55353;
  font-size: 14px;
  font-family: QuicksandBold, 'Quicksand' !important;
  margin-right: -5px;
  width: 100px;
}

.single-open-order-div
  > .single-open-order-amount
  > .single-open-order-payment-status
  > .payment-am-status
  > p {
  color: #1a1a1a;
  font-size: 14px;
  font-family: QuicksandBold, 'Quicksand' !important;
}

/* single order end */

/* end order history */

/* My information */
.my-information-main-component {
  padding: 40px 0;
  margin-left: 320px;
  width: 70%;
  display: flex !important;
  /* align-items: center ; */
  justify-content: center;
  flex-direction: column;
}

.menu-icon-div {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topBar-xMark {
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 769px) {
  .menu-icon-div-inner,
  .topBar-xMark {
    display: none;
  }
}

.menu-icon {
  width: 30px !important;
  height: 2px !important;
  background-color: black !important;

  margin: 6px !important;
}

.my-information-main-component > .my-information-middle-glass-box-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #ffffff;
  background: #0a64f933;
  border-radius: 4px;
  opacity: 1;
  box-shadow: #0a64f98c 0px 0px 80px 0px;
  padding: 5px !important;
  height: 164px;
}

.my-information-main-component
  > .my-information-middle-glass-box-div
  > .my-info-single-glass {
  background: #ecf3ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  width: 255px;
  height: 144px;
  margin: 1px;
  text-transform: capitalize;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.my-information-main-component
  > .my-information-middle-glass-box-div
  > .my-info-single-glass
  > .my-info-image {
  border: 2px solid #ffffff;
  border-radius: 9px;
  padding: 5px;
  margin-bottom: 15px;
  box-shadow: #000000 0px 0px 3px 0px;
  color: #8c8c8c;
  background: #e2edff;
}

.my-information-main-component
  > .my-information-middle-glass-box-div
  > .my-info-single-glass
  > p {
  font-family: QuicksandBold, 'Quicksand' !important;
  font-size: 16px;
  color: #686868;
}

.my-information-main-component
  > .my-information-middle-glass-box-div
  > .my-info-single-active-glass {
  background: radial-gradient(
    farthest-side at 6% 14%,
    #6ea5ff 0%,
    #0a64f9 100%
  );
  border-radius: 4px;
  color: #ffffff;
  width: 300px;
  height: 182px;
  margin-bottom: 40px;
}

.my-information-main-component
  > .my-information-middle-glass-box-div
  > .my-info-single-active-glass
  > .my-info-image {
  border: 2px solid #ffffff;
  border-radius: 9px;
  box-shadow: #ffffff 0px 0px 3px 0px;
  color: #fff;
  padding: 7px 9px;
  background: #0a64f9;
  margin-bottom: 20px;
}

.my-information-main-component
  > .my-information-middle-glass-box-div
  > .my-info-single-active-glass
  > p {
  color: #fff;
  font-family: QuicksandBold, 'Quicksand' !important;
  font-size: 18px;
}

.my-information-bottom-glass-box-div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0;
  display: none;
  padding: 5px;
}

.my-information-bottom-glass-box-div > .my-information-bottom-glass-content {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.my-information-bottom-glass-box-div
  > .my-information-bottom-glass-content
  > span {
  color: #707070;
  font-size: 12px;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  width: 70% !important;
}

.my-information-bottom-glass-box-div
  > .my-information-bottom-glass-content
  > .customer-data-and-information {
  margin-top: 20px;
}

.my-information-bottom-glass-box-div
  > .my-information-bottom-glass-content
  > .customer-data-and-information
  > .my-information-single {
  display: flex;
  margin: 10px 0;
}

.my-information-bottom-glass-content
  > .customer-data-and-information
  > .my-information-single
  > span {
  color: #232323;
  font-size: 14px;
  font-family: QuicksandBold, 'Quicksand' !important;
  display: flex;
  flex-wrap: wrap;
}

.my-information-bottom-glass-content
  > .customer-data-and-information
  > .my-information-single
  > span:first-child {
  width: 30%;
  color: #707070;
  font-size: 14px;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
}

.my-information-main-component > .my-info-single-active-glass {
  display: flex;
}

.customer-delivery-address-section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.customer-delivery-address-section > .customer-single-delivery-address {
  border: 2px solid #0a64f9;
  border-radius: 6px;
  width: 48%;
  padding: 5px;
  margin: 5px;
}

.customer-delivery-address-section
  > .customer-single-delivery-address
  > .customer-single-delivery-address-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customer-delivery-address-section
  > .customer-single-delivery-address
  > .customer-single-delivery-address-middle {
  display: flex;
  flex-direction: column;
  margin: 10px 0 5px 0;
}

.customer-delivery-address-section
  > .customer-single-delivery-address
  > .customer-single-delivery-address-middle
  > p {
  color: #232323 !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  font-size: 13px;
  margin: 0 !important;
}

.customer-delivery-address-section
  > .customer-single-delivery-address
  > .customer-single-delivery-address-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.customer-data-and-information-delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -100px;
}

.customer-delivery-address-section
  > .customer-single-delivery-address
  > .customer-single-delivery-address-bottom
  > .btn-remove-delivery-address {
  margin: 0px !important;
  padding: 0px !important;
}

.customer-delivery-address-section
  > .customer-single-delivery-address
  > .customer-single-delivery-address-bottom
  > .btn-remove-delivery-address
  > .remove-delivery-address {
  color: #222222;
  font-size: 13px !important;
  border-bottom: 1px solid #222222;
  border-radius: unset !important;
  text-transform: capitalize;
  font-family: QuicksandRegular !important;
}

.customer-delivery-address-section
  > .customer-single-delivery-address
  > .customer-single-delivery-address-bottom
  > .default-address {
  color: #0a64f9 !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  background: #d2e3ff !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  text-transform: capitalize;
}

.customer-delivery-address-section
  > .customer-single-delivery-address
  > .customer-single-delivery-address-bottom
  > .set-default-address {
  color: #0a64f9 !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  background: none !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  text-transform: capitalize;
}

.modal-form-single-input .css-1thjcug {
  background-color: #fff;
}

/* end my information */

/* start cart and payment*/

.main-cart-top-bar {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
  z-index: 5;
}

.quickvee-logo-cart-top-bar {
  width: 148px;
  height: 44px;
  margin-right: 100px;
}

.top-cart-bar-button {
  color: #232323 !important;
  font-family: QuicksandBold, 'Quicksand' !important;
  text-transform: capitalize !important;
}

.top-cart-bar-button:hover {
  background: none !important;
}

.search-location-button:hover {
  background: none !important;
}

.quickvee-payement-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f9f9f9 !important;
  padding: 20px;
}

.quickvee-payement-stepper > span {
  color: #878787 !important;
  font-family: QuicksandBold, 'Quicksand' !important;
  font-size: 18px !important;
  margin: 0 10px;
  cursor: not-allowed;
}

.quickvee-payement-stepper > p {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0px;
  transition: all 0.3s ease-in-out;
}

.quickvee-payement-stepper > .active-payment-component {
  color: #0a64f9 !important;
  cursor: pointer;
}

.quickvee-payement-stepper > .active-payment-stepper-status {
  width: 10px;
  height: 10px;
  background-color: #0a64f9;
  border-radius: 50%;
  margin: 0px;
}

@media (max-width: 480px) {
  .active-payment-stepper-status {
    width: 5px !important;
    height: 5px !important;
  }
}
.quickvee-payement-stepper > .active-payment-stepper-range {
  color: #0a64f9 !important;
  background-color: #0062ff !important;
  height: 3px;
}

.quickvee-payement-stepper > hr {
  width: 10%;
  margin: 0px;
  height: 2px;
  background-color: #c4c4c4 !important;
  border: none;
  transition: background-color 0.3s ease-out;
}

.quickvee-payment-component-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 50px;
  flex-wrap: wrap;
}

.payment-stepper-cart {
  width: 75%;
  display: flex;
  justify-content: center;
  /* min-height: calc(100vh - 200px); */
}

.payment-stepper-cart > .payment-stepper-wishlist-item {
  width: 65%;
  border-right: 1px solid #e8e8e8;
  padding: 0 20px;
  /* min-height: calc(100vh - 200px); */
}

.payment-stepper-cart
  > .payment-stepper-wishlist-item
  > .payment-stepper-wishlist-item-topper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0px -15px; */
}

.payment-cart-remove-from-cart-wishlist-modal {
  display: flex;
}

.payment-stepper-cart
  > .payment-stepper-wishlist-item
  > .payment-stepper-wishlist-item-topper
  > .selected-count {
  color: #232323;
  font-size: 20px;
  font-family: QuicksandBold !important;
}

.q-payment-selected-wishlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.q-payment-selected-wishlist span {
  color: #595959;
  font-size: 14px;
  /* font-family: QuicksandBold !important; */
  border-right: 1px solid #414141;
  border-left: 1px solid #414141;
  padding: 0 20px 0 10px;
  cursor: pointer;
}

.q-payment-selected-wishlist img {
  cursor: pointer;
}

.payment-stepper-cart
  > .payment-stepper-wishlist-item
  > .payment-stepper-wishlist-item-topper
  > .selected-wishlist
  > .selected-delete-all {
  color: red;
  margin-left: 20px;
}

.payment-stepper-cart > .payment-stepper-checkout-item {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  padding-bottom: 15px;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-item-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #232323;
  font-size: 20px;
  font-family: QuicksandBold !important;
  margin-bottom: 15px;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content {
  display: flex;
  flex-direction: column;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > div {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 5px 0;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > div
  > span {
  color: #595959;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > div
  > p {
  padding: 0 !important;
  margin: 0 !important;
  color: #595959;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > div
  > p
  img {
  margin-right: 5px;
  cursor: pointer;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > .quickvee-checkout-final-amount
  > span,
.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > .quickvee-checkout-final-amount
  > p {
  color: #222222;
  font-size: 20px;
  font-family: QuicksandBold !important;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > .quickvee-checkout-final-amount {
  margin: 15px 0px 10px 0px;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > .payment-checkout-with-login {
  background: #000000;
  border: 2px solid #000000;
  border-radius: 6px;
  color: #fff;
  text-transform: capitalize;
  font-size: 13.72px;
  margin-bottom: 15px;
  font-family: QuicksandBold !important;
  height: 44px;
}

.payment-checkout-with-login-save-and-proceed {
  border: 2px solid #000000 !important;
  border-radius: 6px !important;
  color: #000000 !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-family: QuicksandBold !important;
  margin: 15px 0 !important;
  height: 44px;
}
.payment-checkout-with-login-pay-button {
  border: 2px solid #000000 !important;
  border-radius: 6px !important;
  color: #000000 !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-family: QuicksandBold !important;
  margin: 15px 0 !important;
  height: 44px;
}
.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > .payment-checkout-as-guest {
  border: 2px solid #000000;
  border-radius: 6px;
  color: #000000;
  text-transform: capitalize;
  font-size: 16px;
  font-family: QuicksandBold !important;
  margin: 15px 0;
  height: 44px;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > .payment-checkout-as-guest:hover {
  background-color: #fff !important;
}

.payment-stepper-cart
  > .payment-stepper-wishlist-item
  > .payment-all-cart-items {
  margin: 20px 0px;
  overflow-y: auto;
  max-height: 72vh;
  width: 100%;
  overflow-x: hidden;
  /* padding: 0 20px 0 0; */
}

.payment-all-cart-items.overflowed {
  padding-right: 20px;
}

.payment-all-cart-items:not(.overflowed) {
  padding-right: 0;
}

.payment-stepper-cart
  > .payment-stepper-wishlist-item
  > .payment-all-cart-items::-webkit-scrollbar {
  width: 3px;
  position: relative;
  right: 10px;
}

/* Track */
.payment-stepper-cart
  > .payment-stepper-wishlist-item
  > .payment-all-cart-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  cursor: pointer;
}

/* Handle */
.payment-stepper-cart
  > .payment-stepper-wishlist-item
  > .payment-all-cart-items::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}

/* Handle on hover */
.payment-stepper-cart
  > .payment-stepper-wishlist-item
  > .payment-all-cart-items::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

.payment-all-cart-add-more-products {
  border-radius: 6px;
  float: right;
  color: #000000;
  font-family: QuicksandBold !important;
  text-transform: capitalize;
  padding: 5px 15px 5px 0px;
  font-size: 16px;
  display: flex;
  align-items: center;
  /* width: 75%; */
}

.payment-page-wishlist-cart-items {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  padding: 10px 16px;
  margin: 0 0 15px 0;
  width: 100%;
  justify-content: space-between;
}

.payment-page-wishlist-cart-items > .payment-page-wishlist-item-image {
  width: 15%;
}

.payment-page-wishlist-cart-items > .payment-page-wishlist-item-content {
  width: 80%;
}

.payment-page-wishlist-cart-items > div {
  display: flex;
  align-items: flex-start;
}

.payment-page-wishlist-cart-items > .payment-page-wishlist-item-image > div {
  position: relative;
  right: 0px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-page-wishlist-cart-items
  > .payment-page-wishlist-item-image
  > div
  > img {
  width: 66px;
}

.payment-page-wishlist-cart-items
  > .payment-page-wishlist-item-image
  > .checkbox {
  position: relative;
  top: -2px;
  right: -2px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  width: 15px;
}

.payment-page-wishlist-cart-items
  > .payment-page-wishlist-item-image
  > .checkbox-checkmark {
  position: relative;
  top: -5px;
  right: 15px;
  padding: 10px 10px 10px 10px;
  background-color: rgb(226, 226, 226);
  border-radius: 2px;
  z-index: 1;
}

.payment-page-wishlist-cart-items
  > .payment-page-wishlist-item-image
  > .checkbox:checked
  ~ .checkbox-checkmark {
  /* background-color: #14AE2D; */
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cg%20id='Group_5978'%20data-name='Group%205978'%20transform='translate(-332%20-305)'%3e%3crect%20id='Rectangle_2376'%20data-name='Rectangle%202376'%20width='24'%20height='24'%20rx='2'%20transform='translate(332%20305)'%20fill='%2314ae2d'/%3e%3cpath%20id='Path_7082'%20data-name='Path%207082'%20d='M8700.25,3678l3.877,3.877,7.055-7.055'%20transform='translate(-8362%20-3362)'%20fill='none'%20stroke='%23fff'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.payment-page-wishlist-item-content {
  display: flex;
  flex-direction: column;
}

.payment-modal-outer-div .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
  max-width: 500px !important;
}

.payment-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 25px;
}

.payment-modal.out-of-stock-products {
  padding: 20px 50px;
}

@media (max-width: 768px) {
  .payment-modal.out-of-stock-products {
    padding: 20px 25px;
  }
}

.payment-modal .payment-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payment-modal .payment-modal-content img {
  margin-bottom: 15px;
  width: 80px;
  height: auto;
}

.payment-modal .payment-modal-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.payment-modal .payment-modal-button button {
  width: 48%;
  padding: 10px;
  font-size: 15px;
  font-family: QuicksandBold, 'Quicksand' !important;
  background-color: #fff;
  outline: none;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.payment-modal .payment-modal-button button:first-child {
  border: 1px solid #232323;
}

.payment-modal .payment-modal-content span {
  text-align: center;
  color: #212121;
  font-family: QuicksandBold, 'Quicksand' !important;
  font-size: 18px;
  padding: 0 10px;
}

.payment-page-wishlist-item-content > .top-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.payment-page-wishlist-item-content > .top-content > p {
  color: #212121;
  font-size: 16px;
  font-family: QuicksandBold !important;
  margin-right: 45px;
}

.payment-page-wishlist-item-content > .middle-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  width: 70%;
}

.payment-page-wishlist-item-content
  > .middle-content
  > .increment-decremnt-button {
  display: flex;
  align-items: center;
}

.payment-page-wishlist-item-content
  > .middle-content
  > .increment-decremnt-button
  > button {
  border: none;
  background: #0a64f9;
  border-radius: 4px;
  color: #fff;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.payment-page-wishlist-item-content
  > .middle-content
  > .increment-decremnt-button
  > button:disabled {
  background: #80aef7;
}

.payment-page-wishlist-item-content
  > .middle-content
  > .increment-decremnt-button
  > span {
  margin: 0px 50%;
  font-family: QuicksandSemiBold !important;
  color: #000000;
  width: 13%;
  font-size: 19px;
  text-align: center;
}

.payment-page-wishlist-item-content
  > .middle-content
  > .amount-calculation
  > span {
  color: #2e2e2e;
  font-size: 18px;
  font-family: QuicksandBold !important;
  margin: 0px 10px;
}

.payment-page-wishlist-item-content
  > .middle-content
  > .amount-calculation
  > del {
  font-size: 14px;
  color: #989898;
  font-family: QuicksandMedium !important;
}

.payment-page-wishlist-item-content > .bottom-dropdowns-for-categories {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.payment-page-wishlist-item-content > .bottom-dropdowns-for-categories > div {
  width: 45%;
  margin: 0 10px 0 0;
}

.payment-stepper-cart > .payment-stepper-customer-detail-section {
  display: flex;
  flex-direction: column;
  width: 65%;
  border-right: 1px solid #d3d3d3;
  padding: 0 20px;
}

.payment-billing-customer-form {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 20px 0px;
  margin-left: auto;
}

.payment-billing-customer-form > h1 {
  color: #212121;
  text-transform: capitalize;
  font-size: 20px;
  font-family: QuicksandBold !important;
}

.payment-billing-customer-form p {
  color: #222222;
  font-size: 12px;
  /* margin-bottom: 15px  !important; */
  font-family: QuicksandMedium !important;
}
.id-verigfication-description {
  margin-bottom: 15px !important;
}
.payment-billing-inputs-div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.payment-billing-input-outer-div {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
  /* align-items: center; */
  width: 48.5%;
}

.payment-billing-input-outer-div-for-all {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
  /* align-items: center; */
  width: 100%;
}

/* .payment-billing-input-outer-div:nth-child(2){
  align-items: flex-end;
} */
.payment-billing-input {
  max-width: 100%;
  font-size: 12px !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
  background: #ffffff !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 6px !important;
}

.payment-billing-input .css-s2lqj8 {
  color: #595959 !important;
  font-family: QuicksandSemiBold !important;
  font-size: 14px !important;
}

.payment-billing-input:focus-within {
  border: 1px solid #595959 !important;
}

.payment-billing-input::placeholder {
  color: #595959 !important;
}

.c-payment-billing {
  width: 100% !important;
}

.payment-billing-city-state-update-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.css-o943dk-MuiFormLabel-root-MuiInputLabel-root.Mui-focused {
  color: #595959 !important;
}

.payment-billing-city-state-update-inputs > div:first-child {
  margin: 0px 15px 0px 0px !important;
  width: 48%;
}

.payment-billing-city-state-update-inputs > div:first-child .css-14x1nlk {
  color: #595959 !important;
  font-family: QuicksandMedium, Quicksand !important;
  font-size: 13px !important;
  top: -5px;
}

.payment-billing-modal-form-single-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 50%;
}

.payment-billing-modal-form-single-item .css-1rgmeur {
  color: #595959 !important;
  font-size: 14px !important;
  font-family: QuicksandSemiBold !important;
  top: -3px !important;
}

.payment-billing-modal-form-single-item .css-14x1nlk {
  color: #595959 !important;
  font-size: 14px !important;
  font-family: QuicksandSemiBold !important;
  top: -3px !important;
}

.payment-billing-modal-form-single-item .css-17gq4vl.css-17gq4vl.css-17gq4vl {
  color: #000000 !important;
  font-size: 14px !important;
  font-family: QuicksandSemiBold !important;
  padding: 17px 10px 2px 10px;
}

.billing-info-delivery-address-update-form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* margin: 5px 0 15px 0; */
  width: 100%;
  /* margin-bottom: 15px !important; */
}

.billing-info-delivery-address-update-form .billing-date-time {
  width: 100% !important;
}

.billing-info-delivery-address-update-form > div {
  width: 100%;
}

.billing-info-delivery-address-update-form > div:nth-child(1) {
  margin: 0px 10px 15px 0;
}

.billing-info-delivery-address-update-form > div:nth-child(2) {
  margin: 0px 10px;
}

.billing-info-delivery-address-update-form > div:nth-child(3) {
  margin: 0px 0px 0px 5px;
}

.billing-info-delivery-address-update-form .css-13sljp9 {
  width: 100% !important;
  /* padding-top:8px; */
}

.css-1gctnaj-MuiInputBase-input-MuiFilledInput-input {
  padding: 12px 10px 6px 9px !important;
}

.css-zs07ro-MuiInputBase-root-MuiFilledInput-root {
  background: none !important;
  font-size: 14px !important;
  padding-top: 4px !important;
}

.payment-stepper-single-billing-info-detail > .payment-billing-save-button {
  float: right;
  color: #ffffff;
  font-family: QuicksandBold !important;
  background: #0a64f9;
  padding: 5px 60px;
  border-radius: 6px;
  text-transform: capitalize !important;
}
.payment-stepper-single-billing-info-detail {
  padding-top: 24px;
}

.payment-stepper-single-billing-info-detail
  > .payment-billing-save-button:hover {
  float: right;
  color: #ffffff;
  font-family: QuicksandBold !important;
  background: #0a64f9;
  padding: 5px 60px;
  border-radius: 6px;
  text-transform: capitalize !important;
}

.apply-coupon-modal-button {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  border: 1px solid #176cf8;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
}

.apply-coupon-listing-btn {
  display: inline-flex;
  min-height: 44px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: #0a64f9;
  font: inherit;
  font-size: 14px !important;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  cursor: pointer;
}

.apply-coupon-listing-btn > span {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.apply-coupon-listing-btn:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.22);
  outline-offset: 2px;
  border-radius: 6px;
}

.apply-coupon-modal-button.coupon-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 6px 15px #0a64f94d;
  border: 1px solid #176cf8;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
}

.apply-coupon-modal-button > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0px;
}

.apply-coupon-modal-button > div > p {
  color: #0a64f9;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
  margin: 0;
  padding: 0;
}

.apply-coupon-modal-button > div > span {
  color: #222222;
  font-size: 12px;
  font-family: QuicksandSemiBold !important;
  margin: 0;
  padding: 0;
}

.basic-modal,
.basic-modal:focus-visible {
  outline: none;
}
.border-bottom-gray {
  width: 100%;
  border-bottom: 1px solid #e6eaf0;
  padding: 10px;
  min-height: 68px;
  .quickvee-logo-authentication {
    margin: 0;
  }
}
.search-bar-heading {
  font-size: 20px;
  padding-left: 16px;
  padding-top: 6px;
}
.show-hide-button {
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  position: absolute;
  right: 1px;
  top: 23px;
  padding: 12px;
  cursor: pointer !important;
  color: #222222 !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
  font-size: 13px;
}
.show-hide-button-change-password {
  background-color: #fff;
  top: 7px;
}
.show-hide-button.login-password {
  right: 0;
  top: 21px;
}
.modal-forms > .available-coupons-listing {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 0;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
  /* opacity: 1; */
}

.coupon-error-on-modal {
  display: flex;
  align-self: flex-start;
  color: red;
  font-size: 16px;
  font-family: 'QuicksandMedium' !important;
  position: relative !important;
  margin-left: 15px !important;
}

.modal-forms
  > .available-coupons-listing
  > .available-coupons-listing-checkbox
  > .available-coupons-checkbox {
  position: relative;
  top: 0px;
  right: -5px;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.modal-forms
  > .available-coupons-listing
  > .available-coupons-listing-checkbox
  > .available-coupons-checkbox-checkmark {
  position: relative;
  /* top: 2px; */
  right: 5px;
  padding: 2px 12px 2px 12px;
  background-color: rgb(226, 226, 226);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 2px;
  z-index: 0;
  cursor: pointer;
}

.modal-forms
  > .available-coupons-listing
  > .available-coupons-listing-checkbox
  > .available-coupons-checkbox:checked
  ~ .available-coupons-checkbox-checkmark {
  background-size: cover;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%3e%3cg%20id='Group_5977'%20data-name='Group%205977'%20transform='translate(-709%20-395)'%3e%3crect%20id='Rectangle_2540'%20data-name='Rectangle%202540'%20width='19'%20height='19'%20rx='4'%20transform='translate(709%20395)'%20fill='%23eef4ff'/%3e%3cpath%20id='Check11'%20d='M110.49,144.99l-7.187,7.187-3.063-3.063'%20transform='translate(613.135%20255.916)'%20fill='none'%20stroke='%230a64f9'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e");
}

.modal-forms > .available-coupons-listing > .available-coupons-listing-content {
  cursor: pointer;
}

.modal-forms
  > .available-coupons-listing
  > .available-coupons-listing-content
  > span {
  color: #232323;
  font-size: 14px;
  font-family: QuicksandBold !important;
  text-transform: uppercase;
}

.modal-forms
  > .available-coupons-listing
  > .available-coupons-listing-content
  > p {
  color: #000000;
  font-size: 12px;
  font-family: QuicksandRegular !important;
}

#modal-modal-description {
  display: flex;
  justify-content: flex-start !important;
  height: auto;
  max-height: 84vh;
  /* overflow-y: auto; */
}

.css-dmmspl-MuiFormGroup-root {
  display: flex !important;
  flex-direction: row !important;
}

.payment-delivery-section > div .css-1h7anqn {
  flex-direction: row !important;
}

.payment-delivery-section > span {
  color: #212121;
  text-transform: capitalize;
  font-size: 20px;
  font-family: QuicksandBold !important;
}

.payment-delivery-section > .select-delivery-hour-and-date {
  display: flex;
  flex-direction: row !important;
  width: 100%;
  display: none;
  /* align-items: center;
  justify-content: center; */
}

.select-delivery-hour-and-date .choose-time-on-payment {
  width: 100% !important;
}

.select-delivery-hour-and-date .choose-date-on-payment input {
  position: relative;
  left: 3px;
}

.select-delivery-hour-and-date label {
  color: #595959 !important;
  /* font-family: QuicksandSemiBold !important; */
  font-size: 14px !important;
}

.select-delivery-hour-and-date input {
  /* padding: 12px 10px 6px 9px !important; */
  /* font-family: QuicksandSemiBold !important; */
  /* font-size: 13px !important; */
}

.select-delivery-hour-and-date
  .css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input {
  position: relative;
  top: 4px;
  left: 3px;
  padding: 17px 10px 9px 9px !important;
}

.select-delivery-hour-and-date.DeliveryNow-active {
  display: flex;
  animation: fadeOut 0.8s !important;
  height: 0px !important;
  display: none !important;
}

.payment-delivery-section > .DeliveryNow-active {
  display: flex;
  animation: fadeOut 0.8s !important;
  height: 0px !important;
  display: none !important;
}

.payment-delivery-section > .DeliveryLater-active {
  display: flex;
  animation: fadeIn 0.9s;
}

.payment-delivery-section > .select-delivery-hour-and-date > div {
  width: 100% !important;
  margin-right: 10px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -40px;
    height: 0px;
  }

  100% {
    opacity: 1;
    top: 0px;
    height: 85px;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    top: 0px;
    height: 50px;
  }

  100% {
    opacity: 0;
    top: -40px;
    height: 0px;
    display: none;
  }
}

.css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  font-size: 13px !important;
  color: #595959 !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
}

.css-ahj2mt-MuiTypography-root {
  color: #222222 !important;
  font-size: 16px !important;
  /* font-family: QuicksandMedium, 'Quicksand' !important; */
}

.css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root {
  border: none !important;
  /* border-radius: 6px !important; */
  outline: none;
  padding: 0px 12px 0px 0px !important;
}

.payment-stepper-single-billing-info-detail
  > .payment-delivery-address-section {
  display: flex;
  flex-direction: column;
}

.payment-stepper-single-billing-info-detail
  > .payment-delivery-address-section
  > .head-section-of-payment-delivery-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.payment-delivery-address-section
  > .head-section-of-payment-delivery-address
  > span {
  color: #212121;
  text-transform: capitalize;
  font-size: 20px;
  font-family: QuicksandBold !important;
}

.payment-delivery-address-section
  > .middle-section-of-payment-delivery-address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.payment-delivery-address-section
  > .middle-section-of-payment-delivery-address
  > p {
  color: #222222;
  font-size: 13px;
  font-family: QuicksandMedium !important;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 12px;
}

.delivery-address-helper-text {
  margin-bottom: 14px !important;
}

.payment-delivery-address-section
  > .middle-section-of-payment-delivery-address
  > label
  > span:nth-child(2) {
  color: #222222;
  font-size: 13px !important;
  font-family: QuicksandMedium !important;
  line-height: 1 !important;
  margin-left: -7px;
}

.payment-delivery-address-section
  > .bottom-section-of-payment-delivery-address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.payment-delivery-address-section .head-section-of-payment-delivery-address .modal-main-button {
  font-size: 17px !important;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  line-height: 1.35;
  margin-bottom: 6px;
}

.delivery-address-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}

.delivery-address-grid-item {
  min-width: 0;
  display: flex;
}

.delivery-address-grid-item .payment-delivery-single-delivery-address {
  width: 100%;
}

.delivery-address-card-actions {
  gap: 12px;
  white-space: nowrap;
}

.delivery-address-edit-action .edit-delivery-address-button {
  margin: 0 !important;
}

.payment-delivery-single-delivery-address {
  padding: 10px 15px;
  /* border: 1px solid #d3d3d3; */
  border-radius: 6px;
  /* margin: 12px 0; */
  /* width: 48%; */
}

.payment-delivery-single-delivery-address > div {
  display: flex;
  /* align-items: flex-end; */
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .delivery-address-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width: 992px) {
  .delivery-address-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

.payment-delivery-single-delivery-address > .bottom-payment-delivery-address p {
  cursor: pointer;
}

.payment-delivery-single-delivery-address
  > .bottom-payment-delivery-address
  > img {
  object-fit: contain;
  width: 15px;
  cursor: pointer;
}

.payment-delivery-single-delivery-address
  > .top-payment-delivery-address
  > img {
  object-fit: contain;
  width: 20px;
}

.payment-delivery-single-delivery-address > .middle-payment-delivery-address {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0 0 0;
  /* width: 240px; */
}

.payment-delivery-single-delivery-address
  > .middle-payment-delivery-address
  > span {
  color: #232323;
  font-family: QuicksandSemiBold !important;
  font-size: 14px;
}

.payment-delivery-single-delivery-address
  > .middle-payment-delivery-address
  > p {
  color: #212121;
  font-family: QuicksandRegular !important;
  font-size: 14px;
}

.payment-delivery-single-delivery-address
  .bottom-payment-delivery-address
  > Button {
  text-transform: capitalize;
  color: #0a64f9;
  font-family: QuicksandSemiBold !important;
  font-size: 13px;
  border-radius: 4px;
}

.payment-delivery-single-delivery-address
  .bottom-payment-delivery-address
  > span {
  background: #ff57570f;
  border: 0.5px solid #ff5757;
  border-radius: 4px;
  color: #ff5757;
  font-size: 10px;
  /* font-size: clamp(8px, 0.05px + 2.6783vw, 10px) !important; */

  font-family: QuicksandSemiBold !important;
  padding: 0px 10px;
}

.billingaddrss-error-on-payment {
  background: #ff57570f;
  border: 0.5px solid #ff5757;
  border-radius: 4px;
  color: #ff5757;
  font-size: 11px;
  font-family: QuicksandSemiBold !important;
  padding: 6px;
}

.quickvee-tip-selection-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* height: 70px; */
  /* margin: 15px 0; */
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
}

@keyframes fadeTipIn {
  0% {
    right: -300px;
    width: 100%;
  }

  100% {
    right: 0;
    width: 100%;
  }
}

.quickvee-tip-custom {
  width: 100%;
  position: relative;
  animation: fadeTipIn 0.6s;
}

.quickvee-tip-percents {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.quickvee-tip-percents span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff 0 0 no-repeat padding-box;
  border: 2px solid #dedede;
  border-radius: 6px;
  color: #1e1e1e;
  font-family: QuicksandBold !important;
  font-size: 14px;
  padding: 9px 0;
}

.quickvee-tip-percents span:not(:last-child) {
  margin: 0 2% 0 0;
}

.quickvee-tip-percents span p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quickvee-tip-percents .custom-tip-with-values {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 12px #0a64f926;
  border: 2px solid #0a64f9;
  border-radius: 6px;
  padding: 9px 0;
  /* padding: 2% 3%; */
}

.payment-add-update-tip {
  /* visibility: hidden; */
  position: absolute;
  right: 3px;
  top: 8px;
  background-color: #fff;
  color: #0a64f9;
  font-size: 14px;
  font-family: QuicksandBold !important;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

#tip-input:not(:placeholder-shown) ~ .payment-add-update-tip {
  visibility: visible !important;
}

.quickvee-tip-percents .selected-tip {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 12px #0a64f926;
  border: 2px solid #0a64f9;
  border-radius: 6px;
}

.payment-delivery-payment-info-section {
  /* height: 400px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.payment-delivery-payment-info-section > span {
  color: #212121;
  text-transform: capitalize;
  font-size: 20px;
  font-family: QuicksandBold !important;
  margin-bottom: 5px;
}

.payment-delivery-payment-info-section > p {
  margin: 10px 0;
  color: #202020;
  font-size: 13px;
  font-family: QuicksandMedium !important;
}

.payment-delivery-payment-info-section > .quickvee-payment-cards-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.div-for-payment-header-and-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quickvee-single-payment-card {
  background-color: #ffff;
  z-index: 2;
}

.payment-delivery-payment-info-section
  > .quickvee-payment-cards-section
  > .quickvee-single-payment-card {
  padding: 10px 15px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  margin: 2% 0;
  width: 48%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.single-payment-icon-edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.single-payment-detail-select {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.payment-delivery-payment-info-section
  .quickvee-payment-cards-section
  .quickvee-single-payment-card
  .single-payment-detail {
  margin: 5px 0;
}

.css-i4bv87-MuiSvgIcon-root {
  font-size: 20px !important;
}

.quickvee-payment-cards-section
  .quickvee-single-payment-card
  .single-payment-detail
  > span {
  font-size: 14px;
  font-family: QuicksandSemibold !important;
}

.single-payment-detail > p {
  font-size: 12px;
  text-align: start;
  font-family: QuicksandRegular !important;
}

.payment-delivery-payment-info-section
  .quickvee-payment-cards-section
  .quickvee-single-payment-card
  .single-payment-select {
  display: flex;
  flex-direction: row-reverse;
}

.quickvee-payment-cards-section
  .quickvee-single-payment-card
  .single-payment-select
  > * {
  color: #0a64f9;
  font-family: QuicksandSemiBold !important;
  text-transform: capitalize !important;
  font-size: 15px;
  padding: 0;
  margin: 0px;
}

.payment-card-details-add-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between !important;
  width: 100%;
}

.payment-card-details-add-section > div {
  width: 49.5% !important;
}

.quickvee-old-card-detail {
  display: none;
}

.quickvee-new-add-card-detail {
  display: none;
  border-bottom: 1px solid #e2e8ed;
  padding-bottom: 16px !important;
  margin-bottom: 10px;
}

.addoldpayment {
  display: flex;
  animation: fadeInPayment 0.6s !important;
}

.removeoldpayment {
  display: flex;
  animation: fadeOutPayment 0.6s !important;
  width: 0px;
  height: 0px;
  opacity: 0;
  z-index: 0;
}

@keyframes fadeInPayment {
  0% {
    opacity: 0;
    height: 0px;
  }

  100% {
    opacity: 1;
    height: 50px;
  }
}

@keyframes fadeOutPayment {
  0% {
    opacity: 1;
    height: 50px;
    width: 100%;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    height: 0px;
    width: 0px;
  }
}

.addnewpayment {
  display: flex;
  flex-direction: column;
  animation: fadeInPaymentNew 0.6s !important;
}

.removenewpayment {
  display: flex;
  animation: fadeOutPaymentNew 0.6s !important;
  width: 0px;
  height: 0px;
  opacity: 0;
  z-index: 0;
  display: none;
}
@keyframes fadeInPaymentNew {
  0% {
    opacity: 0;
    height: 0px;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    height: 120px;
  }
}

@media (max-width: 768px) {
  @keyframes fadeInPaymentNew {
    0% {
      opacity: 0;
      height: 0px;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
      height: 200px;
    }
  }
}

@keyframes fadeOutPaymentNew {
  0% {
    opacity: 1;
    height: 80px;
    width: 100%;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    height: 0px;
    width: 0px;
  }
}

.payment-old-radio-select {
  border-radius: 4px !important;
}

.payment-old-radio-select > span:nth-child(1) {
  display: none;
}

.payment-old-radio-select > span:nth-child(2) {
  color: #0a64f9 !important;
  font-size: 14px !important;
  font-family: QuicksandSemiBold !important;
}

.payment-old-radio-select.selected > span:nth-child(2) {
  padding: 5px 10px;
}

/* .payment-card-details-add-section-single-item {
  margin: 5px 10px 5px 0px;
  } */

/* .payment-card-details-card-num {
  width: 275px !important;
} */

/* .payment-card-details-expiredate>div>div {
  width: 130px !important;
  min-width: auto !important;

} */
.payment-card-details-expiredate
  .css-1xhypcz-MuiStack-root
  > .MuiTextField-root {
  min-width: 134px;
}

/* .payment-card-details-cvv {
  width: 130px !important;

} */

.payment-card-details-add-section-single-item {
  overflow: hidden;
}

.payment-card-detail-single-item-date-cvv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.payment-card-detail-single-item-date-cvv > div {
  width: 49% !important;
}

.payment-card-details-expiredate .css-1gtlbg0 > .MuiTextField-root {
  min-width: 100px !important;
}

.quickvee-new-payment-card {
  width: 100%;
  margin: 10px 0;
}

.payment-card-detail-save-checkbox > span:nth-child(2) {
  color: #222222 !important;
  font-size: 12px !important;
  font-family: QuicksandMedium !important;
}

.payment-radio-heading span:nth-child(2) {
  cursor: pointer;
  font-size: 16px !important;
  /* font-family: QuicksandBold !important; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

.the-state-input-in-cart
  > .css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input {
  color: #0a64f9 !important;
}

/* end cart and payment */

/* Start Main Home page Search Bar */
.home-top-bar-search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f6f7f8;
  border-radius: 6px;
  margin-bottom: 180px;
  width: 100%;
}

.home-top-bar-search > .home-top-bar-search-input {
  background: #f6f7f8;
  padding: 3px 20px;
  width: 100% !important;
}

.home-top-bar-search > .home-top-bar-search-input,
.home-top-bar-search > .home-top-bar-search-input:focus,
.home-top-bar-search > .home-top-bar-search-input:active,
.home-top-bar-search > .home-top-bar-search-input:focus-within,
.home-top-bar-search > .home-top-bar-search-input:focus-visible {
  border: none;
  border-color: none !important;
}

.home-top-bar-search > .home-top-bar-search-input::placeholder {
  font-family: QuicksandRegular, 'Quicksand' !important;
  font-size: 15px;
  color: #a8a8a8;
}

.home-top-bar-search-icon {
  rotate: 0deg;
  margin-right: 12px;
}

.home-top-bar-search-input::after,
.home-top-bar-search-input::before {
  border: none !important;
}

/* End Main Home Page Search Bar */

/* start payment page coupon new ui */
.quickvee-shop-coupon {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.payment-summary-field {
  width: 100%;
  margin-bottom: 5px;
}

.payment-summary-action-row {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 10px;
}

.payment-summary-action-row > .MuiFormControl-root {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

.quickvee-shop-coupon .payment-summary-apply-btn {
  position: static;
  flex: 0 0 auto;
  min-width: 112px;
  height: 51px;
  padding: 0 18px;
  border: 1px solid #0a64f9;
  border-radius: 10px;
  background: #0a64f9;
  color: #ffffff;
  font-family: QuicksandBold, 'Quicksand', sans-serif !important;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.quickvee-shop-coupon .payment-summary-apply-btn:hover {
  border-color: #0854d1;
  background: #0854d1;
}

/* .quickvee-shop-coupon .payment-remove-coupon{
  visibility: hidden;
}
#coupon-input:not(:placeholder-shown) .quickvee-shop-coupon .payment-remove-coupon{
visibility: visible;
} */

.quickvee-shop-coupon .payment-apply-coupon {
  visibility: hidden;
}

#coupon-input:not(:placeholder-shown) ~ .payment-apply-coupon {
  visibility: visible;
}

.quickvee-shop-coupon .payment-summary-remove-btn {
  position: static;
  flex: 0 0 auto;
  min-width: 112px;
  height: 51px;
  padding: 0 18px;
  border: 1px solid #fecaca;
  border-radius: 10px;
  background: #fff5f5;
  color: #d92d20;
  font-family: QuicksandBold, 'Quicksand', sans-serif !important;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.quickvee-shop-coupon .payment-summary-remove-btn:hover {
  border-color: #fda29b;
  background: #fee4e2;
}

.quickvee-shop-coupon .payment-summary-apply-btn:focus-visible,
.quickvee-shop-coupon .payment-summary-remove-btn:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.22);
  outline-offset: 2px;
}

.quickvee-shop-coupon-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0px 0px 8px 0px;
}

.quickvee-shop-coupon-header > span:first-child,
.quickvee-shop-coupon-title {
  display: flex;
  align-items: center;
  color: #232323;
  /* font-size: 14px;
  font-family: QuicksandBold !important; */
}

.quickvee-shop-coupon-heading {
  display: flex;
  min-width: 0;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px 6px;
}

.quickvee-shop-coupon-title {
  font-family: QuicksandSemiBold, 'Quicksand', sans-serif !important;
}

.quickvee-shop-coupon-balance {
  color: #667085;
  font-size: 14px;
  font-family: QuicksandSemiBold, 'Quicksand', sans-serif !important;
}

@media (max-width: 430px) {
  .payment-summary-action-row {
    flex-direction: column;
    gap: 8px;
  }

  .quickvee-shop-coupon .payment-summary-apply-btn,
  .quickvee-shop-coupon .payment-summary-remove-btn {
    width: 100%;
    min-width: 0;
    height: 48px;
  }

  .quickvee-shop-coupon-balance {
    flex-basis: 100%;
  }
}

.quickvee-shop-coupon .payment-summary-input {
  width: 100%;
  outline: none;
  border: none;
  background: #ffffff;
  padding: 12px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  color: #000000;
  font-family: QuicksandSemiBold !important;
  font-size: 14px;
}

.quickvee-shop-coupon .payment-summary-input::placeholder {
  font-family: QuicksandSemiBold !important;
  color: #595959;
  font-size: 12px;
}

.quickvee-shop-coupon .payment-summary-input:not(:placeholder-shown) {
  border: 1px solid #000000;
}

.quickvee-shop-coupon .payment-summary-input:focus {
  border: 1px solid #000000;
}

.quickvee-shop-coupon .payment-summary-input-error {
  display: flex;
  align-items: center;
  /* width: 27%; */
  /* justify-content: center; */
  font-size: 11px !important;
  color: #f34747 !important;
  margin: 5px !important;
  align-self: flex-start;
  font-family: 'QuicksandSemiBold', 'Quicksand' !important;
}

.payment-summary-input-tip {
  width: 100%;
  outline: none;
  border: none;
  background: #ffffff;
  padding: 12px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  color: #000000;
  font-family: QuicksandSemiBold !important;
  font-size: 14px;
}

.payment-summary-input-tip::placeholder {
  font-family: QuicksandSemiBold !important;
  color: #595959;
  font-size: 12px;
}

.payment-summary-input-tip:not(:placeholder-shown) {
  border: 1px solid #000000;
}

.payment-summary-input-tip:focus {
  border: 1px solid #000000;
}

.payment-summary-input-tip-error {
  font-size: 9px !important;
  color: #f34747 !important;
  margin: 5px !important;
  align-self: flex-start;
  font-family: QuicksandRegular, 'Quicksand' !important;
}

.quickvee-shop-coupon-header .tip-cancle-btn {
  color: #f34747;
  font-family: QuicksandBold !important;
  font-size: 14px;
  cursor: pointer;
}

.custom-tip-section .payment-summary-add-tip {
  position: absolute;
  background-color: #fff;
  outline: none;
  border: none;
  color: #0a64f9;
  font-size: 14px;
  font-family: QuicksandBold !important;
  top: 67px;
  right: 9px;
  cursor: pointer;
}

.billing-date-time .css-1thjcug {
  background: #fff !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 6px !important;
}

.billing-date-time .css-14x1nlk,
.billing-date-time .css-1rgmeur {
  color: #595959 !important;
  font-family: QuicksandSemiBold !important;
  font-size: 14px !important;
}

.billing-date-time .css-ftr4jk {
  color: #000 !important;
  font-family: QuicksandSemiBold !important;
  font-size: 14px !important;
  padding: 22px 0px 6px 12px !important;
  /* font-family: QuicksandBold !important; */
}

.billing-date-time .css-17gq4vl {
  font-family: QuicksandSemiBold !important;
  font-size: 14px !important;
  /* padding: 22px 0px 10px 9px; */
}

.css-1rgmeur {
  font-family: QuicksandMedium, Quicksand !important;
}

.select-varient-cart .css-17gq4vl.MuiSelect-select {
  color: #0a64f9 !important;
}

/* end payment page coupon new ui */

.css-10botns-MuiInputBase-input-MuiFilledInput-input {
  height: 0px !important;
  padding-bottom: 16px !important;
}

/* dropdown loyalty point  */

.loyalty-customSelect {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3cpath%20id='Path_7114'%20data-name='Path%207114'%20d='M0,0H24V24H0Z'%20transform='translate(665%20704)'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='Mask_Group_5874'%20data-name='Mask%20Group%205874'%20transform='translate(-665%20-704)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='Path_7077'%20data-name='Path%207077'%20d='M5622.615,1516l8.188,8.188,2.559-2.559,1.536-1.535,4.094-4.094'%20transform='translate(-4953.787%20-803.094)'%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  border-radius: 8px;
  padding: 8px 40px 8px 15px;
  font-family: QuicksandMedium !important;
  /* margin-right: 8px; */
  background-color: white;
  color: #2e2e2e;
  font-size: 16px;
}

.css-3dzjca-MuiPaper-root-MuiPopover-paper-MuiMenu-paper {
  /* max-height: calc(50% - 96px) !important; */
}

#menu-state {
  height: 300px;
}

.custom-select {
  position: relative;
  /* padding: 8px 15px 8px 15px; */
  font-family: QuicksandMedium !important;
  /* margin-right: 8px; */
  background-color: white;
  color: #2e2e2e;
  font-size: 16px;
  /* width: 200px;  */
  /* border: 1px solid #000; */
  /* border-radius: 8px; */
}

.default-option {
  cursor: pointer;
  padding: 5px 0px 5px 5px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center; /* Align items vertically */
  /* justify-content: space-between; */
}

.option {
  display: flex;
  align-items: center;
  width: 100% !important;
}

.select-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 6px 15px #0a64f94d;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 5%;
  margin-left: -100px;
}

.select-ul li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.select-ul li {
  cursor: pointer;
  padding: 12px;
}

.select-ul li:hover {
  background-color: #f0f0f0;
}
.option .filter {
  width: 100% !important;
}

.lablePickup span {
  /* font-family: 'QuicksandSemiBold' !important; */
}

.payment-error-msg {
  font-family: QuicksandBold !important;
  padding: 0px 25px;
}

.load-more-btn {
  /* padding: 6px 16px; */
  font-weight: 500;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #0a64f9;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
}

.load-more-btn span {
  height: 25px !important;
  width: 25px !important;
}

body.age-confirmation-modal #root {
  filter: blur(5px);
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.text-right {
  text-align: right;
}

.mb-6 {
  margin-bottom: 24px;
}

.shareImageContainer {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 1rem;
}
.shareicon {
  min-width: 0;
  min-height: 92px;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
}
.shareicon:hover {
  border-color: #d7e5f7;
  background: #f5f9ff;
}
.shareicon:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.24);
  outline-offset: 2px;
}
.shareicon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.shareicon span {
  max-width: 100%;
  overflow: hidden;
  color: #1d2939;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shareicon p,
.copyContainer p {
  font-weight: 500;
  font-size: 13px;
}
.share-modal {
  border: none !important;
}
.copyContainer {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  border-radius: 12px;
  margin: 1rem;
  padding: 10px;
  border: 1px solid #d9d9d9;
  align-items: center;
}
.copyContainer p {
  min-width: 0;
  flex: 1;
  margin: 0;
  overflow: hidden;
  color: #000000;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 560px) {
  .shareImageContainer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .shareicon {
    min-height: 84px;
  }

  .shareicon img {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 340px) {
  .shareImageContainer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .copyContainer {
    margin: 12px;
  }
}

/* Custom Scrollbar */
.customScrollbar {
  overflow-y: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #3e85f8 #eee; /* Firefox */
}

/* Chrome / Safari / Edge */
.customScrollbar::-webkit-scrollbar {
  width: 3px;
}

.customScrollbar::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}

.customScrollbar::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.customScrollbar::-webkit-scrollbar-thumb:hover {
  background: #246be0;
}
/* New Landing Page */

.hero-address-input { padding-left: 2.5rem !important; }


.landing-footer {
  ul {
    padding: 0;
  }
  a{color: #AEB6C8}
  a:hover {color: #ffffff; }
}

/* Uber delivery intro modal */
/* body.uber-delivery-modal-open #root {
  filter: blur(5px);
} */

.uber-delivery-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1300;
}

.uber-delivery-modal {
  background: #ffffff;
  border-radius: 16px;
  /* padding: 32px; */
  max-width: 520px;
  /* width: 90%; */
  box-shadow: 0px 30px 80px rgba(15, 23, 42, 0.3);
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uber-delivery-modal-close-wrapper {
  display: flex;
  height: 48px;
  padding: 16px 16px 0 0;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: stretch;
}

.uber-delivery-modal-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.uber-delivery-modal-logo-description-content-wrapper {
  display: flex;
  padding: 0 32px;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  align-self: stretch;
}
.uber-delivery-modal-logo-wrapper {
  display: flex;
  padding-top: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.uber-delivery-modal-logo {
  height: 46px;
  width: auto;
}

.uber-delivery-modal-close {
  width: 20px;
  height: 20px;
}

.uber-delivery-modal-close img {
  width: 10px;
  height: 10px;
}

.uber-delivery-modal-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.uber-delivery-modal-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uber-delivery-modal-icon-circle img {
  width: 32px;
  height: 32px;
}

.uber-delivery-modal-title {
  display: none;
}

.uber-delivery-modal-description {
  margin: 0 auto 36px;
  max-width: 358px;
  text-align: center;
  color: #101828;
  font-family:
    'Jost',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 22.4px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.12px; /* 130% */
  letter-spacing: -0.15px;
}

.uber-delivery-modal-description-strong {
  font-weight: 700;
}

.uber-delivery-modal-primary {
  display: flex;
  padding: 12px 134px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.uber-delivery-modal-primary:hover {
  background: #111111;
}

.uber-delivery-modal-secondary {
  background: transparent;
  border: none;
  margin-top: 16px;
  color: #99a1af;
  font-family:
    'Jost',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.4px; /* 150% */
  cursor: pointer;
}

.uber-delivery-modal-secondary:hover {
  color: #4b5563;
}

@media (max-width: 767.98px) {
  .uber-delivery-modal {
    width: 90%;
  }

  .uber-delivery-modal-primary {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .uber-delivery-modal-button-wrapper{
    width: 100%;
  }
}

@media (max-width: 480px) {
  .uber-delivery-modal {
    padding: 24px 20px 20px;
    border-radius: 12px;
  }

  .uber-delivery-modal-title {
    font-size: 20px;
  }

  .uber-delivery-modal-description {
    font-size: 18px;
    line-height: 24px;
  }
}

.uber-delivery-modal-button-wrapper {
  display: flex;
  padding-bottom: 32px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
a {
  text-decoration: none !important;
}

@font-face {
  font-family: QuicksandLight;
  src: url(/vite-assets/Quicksand-Light-BYeyS-Nc.ttf);
}

@font-face {
  font-family: QuicksandBold;
  src: url(/vite-assets/Quicksand-Bold-CIhu2lJL.ttf);
}

@font-face {
  font-family: QuicksandMedium;
  src: url(/vite-assets/Quicksand-Medium-W7M8sNy_.ttf);
}

@font-face {
  font-family: QuicksandRegular;
  src: url(/vite-assets/Quicksand-Regular-D57vDJ8Q.ttf);
}

@font-face {
  font-family: QuicksandSemiBold;
  src: url(/vite-assets/Quicksand-SemiBold-CIusTgN6.ttf);
}

@font-face {
  font-family: QuicksandLight;
  src: url(/vite-assets/Quicksand-Light-BYeyS-Nc.ttf);
}

/* Start Single Store  */
.quickvee-single-store-top-bar {
  flex-wrap: wrap;
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  /* padding-left: 3%;
  padding-right: 3%; */
  background-color: #fff;
  border: 1px solid #ebebeb;
}
@media (max-width: 768px) {
  .quickvee-single-store-top-bar {
    padding: unset;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.quickvee-single-store-top-bar > .quickvee-logo-icon-single-store {
  width: 250px;
}

.quickvee-single-store-offer-coupon {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  width: auto;
  position: relative;

  /* justify-content: center; */
}

.quickvee-single-store-offer-coupon > .quickvee-single-store-offer-button {
  width: 100%;
  background-color: #fff !important;
  padding: 6px 16px !important;
  color: #0a64f9;
  text-transform: uppercase;
  font-size: 16px;
  font-family: QuicksandBold !important;
  transition: all 0.4s ease-in-out;
}

.quickvee-single-store-offer-coupon
  > .quickvee-single-store-offer-button
  > span {
  color: #232323;
  text-transform: uppercase;
  font-size: 16px;
  font-family: QuicksandBold !important;
}

.quickvee-single-store-offer-coupon
  > .quickvee-single-store-offer-button:hover {
  box-shadow: 0px 6px 12px #00000029;
}

.quickvee-single-store-offer-coupon > .quickvee-single-store-offer-detail {
  position: absolute;
  margin-top: 40px;
  /* width: 230px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 12px #00000029;
  padding: 10px 0;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #ebebeb;
  background-color: #fff;
  animation: fadeIncoupon 0.3s linear;
  left: 0;
  right: 0;
}

@keyframes fadeIncoupon {
  0% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.quickvee-single-store-offer-coupon
  > .quickvee-single-store-offer-detail
  > .usecoupon-text {
  color: #202020;
  text-transform: capitalize;
  font-size: 16px;
  font-family: QuicksandBold !important;
  margin: 5px 0;
}

.quickvee-single-store-offer-coupon
  > .quickvee-single-store-offer-detail
  > .coupon-copytext {
  margin: 14px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px 2px 26px;
  background: #f1f6ff;
  color: #0a64f9;
  text-transform: uppercase;
  font-size: 20px;
  font-family: QuicksandBold !important;
}

.quickvee-single-store-offer-coupon
  > .quickvee-single-store-offer-detail
  > span {
  color: #5d5d5d;
  font-size: 9px;
  font-family: QuicksandSemiBold;
  margin: 2px 0;
}

.quickvee-single-store-top-bar
  > .quickvee-single-store-login-and-wishlist-button {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quickvee-customer-login-main {
  position: relative;
}

.quickvee-customer-login {
  background: #0a64f9 !important;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px !important;
  /* font-family: QuicksandBold !important; */
  text-transform: capitalize;
  padding: 10px 16px;
  margin: 0 5px;
  cursor: pointer;
  text-decoration: none;
  height: 44px;
  text-align: center;
  min-width: 76px;
}

.quickvee-single-store-top-bar
  > .quickvee-single-store-login-and-wishlist-button
  > .quickvee-single-store-cart-button {
  cursor: pointer;
  background: #f6f7f8 !important;
  border-radius: 6px !important;
  padding: 6px 20px !important;
  margin: 0 5px;
  line-height: normal !important;
  color: #232323;
  font-size: 20px;
  font-family: QuicksandBold !important;
}

.quickvee-single-store-main-area {
  display: flex;
  /* overflow: hidden; */
}

.quickvee-single-store-left-menu {
  background: #fff;
  position: fixed;
  left: 0;
  width: 250px;
  border-right: 1px solid #ebebeb;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 10px 0;
  display: block;
  scroll-behavior: smooth;
}

.quickvee-single-store-left-menu::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.quickvee-single-store-left-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  cursor: pointer;
}

/* Handle */
.quickvee-single-store-left-menu::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}

/* Handle on hover */
.quickvee-single-store-left-menu::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

.quickvee-single-store-left-menu > .quickvee-left-menu-single-store-detail {
  background-color: #fff;
  /* margin: 10px 0 0 0; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* position: sticky;
  width: 100%;
  right: 0;
  top: 0;
  left: 0; */
  padding: 0px 15px 0px 15px;
}

.quickvee-single-store-logo {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 25;
}

.quickvee-single-store-logo a img {
  object-fit: contain;
  object-position: center;
  border-radius: 100px;
  border: 2px solid #f2f2f2;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  position: relative;
  width: 100px;
  height: 100px;
  left: 0px;
  top: 0px;
  transition: all 0.5s;
}

.quickvee-single-store-logo.scrolled a img {
  position: relative;
  width: 50px;
  height: 50px;
  left: -83px;
  top: 0px;
}

.quickvee-single-store-logo > span {
  border-radius: 12px;
  color: #fff;
  font-family: QuicksandMedium !important;
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 13px;
  margin-top: -12px;
  z-index: 1;
}

.quickvee-left-menu-single-store-detail-sticky {
  height: 100%;
  transition: all 0.5s;
}

.quickvee-left-menu-single-store-detail-sticky.scrolled {
  height: 5px;
}

.quickvee-left-menu-single-store-detail-sticky
  > .quickvee-single-store-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 0px 10px;
  position: relative;
  top: 0px;
  right: 0px;
  transition: all 0.5s;
}

.quickvee-left-menu-single-store-detail-sticky
  > .quickvee-single-store-content.scrolled {
  top: -50px;
  right: -31px;
  padding: 0px;
}

.quickvee-left-menu-single-store-detail-sticky
  > .quickvee-single-store-content
  > p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #2e2e2e;
  text-transform: capitalize;
  font-size: 12px;
  font-family: QuicksandSemibold !important;
  text-align: center;
  margin: 5px 0;
  position: relative;
  right: 0px;
  transition: all 0.5s;
}

/* .quickvee-left-menu-single-store-detail-sticky >.quickvee-single-store-content>p.scrolled{
  right: -19px; 
} */

.quickvee-left-menu-single-store-detail-sticky
  > .quickvee-single-store-content
  > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232323;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  font-family: QuicksandBold !important;
}

.quickvee-left-menu-single-store-detail > .quickvee-single-store-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quickvee-left-menu-single-store-detail > .quickvee-single-store-content > p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #2e2e2e;
  text-transform: capitalize;
  font-size: 12px;
  font-family: QuicksandSemibold !important;
  text-align: center;
}

.quickvee-left-menu-single-store-detail
  > .quickvee-single-store-content
  > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232323;
  text-transform: capitalize;
  font-size: 16px;
  font-family: QuicksandBold !important;
}

.quickvee-single-store-left-menu
  > .quickvee-left-menu-single-store-detail
  > .quickvee-single-store-pickup-delivery {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  background: #efefef;
  border-radius: 5px;
  padding: 5px 10px;
}

.quickvee-single-store-left-menu
  > .quickvee-left-menu-single-store-detail
  > .quickvee-single-store-pickup-delivery
  > Button {
  background-color: none;
  width: 100%;
  padding: 3px 25px;
  background-color: #efefef;
  color: #928c8c;
  font-size: 15px;
  text-transform: capitalize !important;
  transition: all 0.2s ease-in-out;
}

.quickvee-single-store-left-menu
  > .quickvee-left-menu-single-store-detail
  > .quickvee-single-store-pickup-delivery
  > .active-delivery-button {
  background: #000;
  color: #ffffff;
  font-size: 15px;
  font-family: QuicksandMedium !important;
  box-shadow: 0px 6px 12px #00000042;
}

.quickvee-single-store-reorder-wishlist {
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.loading-category-menu-listing-elements {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quickvee-single-store-reorder-wishlist > .quickvee-single-store-link {
  width: 98%;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin: 2px 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.quickvee-single-store-reorder-wishlist > .quickvee-single-store-link-active {
  background: #ffffff !important;
  box-shadow: 0px 6px 16px #0a64f936;
  border: 1px solid #0a64f9;
  border-radius: 5px;
}

.quickvee-single-store-reorder-wishlist
  > .quickvee-single-store-link-active
  > .wishlist-icon {
  background: #0a64f9 !important;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='15.747'%20viewBox='0%200%2018%2015.747'%3e%3cpath%20id='Path_6988'%20data-name='Path%206988'%20d='M260,305.333l-6.758-6.436A4,4,0,1,1,260,296a4,4,0,1,1,6.758,2.9L260,305.333'%20transform='translate(-251%20-291)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='15.747'%20viewBox='0%200%2018%2015.747'%3e%3cpath%20id='Path_6988'%20data-name='Path%206988'%20d='M260,305.333l-6.758-6.436A4,4,0,1,1,260,296a4,4,0,1,1,6.758,2.9L260,305.333'%20transform='translate(-251%20-291)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat 0px;
}

.quickvee-single-store-reorder-wishlist
  > .quickvee-single-store-link-active
  > .loyaltyIcon-icon {
  background: #0a64f9 !important;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_3203'%20data-name='Rectangle%203203'%20width='24'%20height='24'%20transform='translate(46%20389)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='Mask_Group_5906'%20data-name='Mask%20Group%205906'%20transform='translate(-46%20-389)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='Group_7521'%20data-name='Group%207521'%20transform='translate(-1.001%20-0.66)'%3e%3cpath%20id='vip'%20d='M19.473,14.511l-1.974,7.6a1.03,1.03,0,0,1-.994.77h-11a1.03,1.03,0,0,1-.994-.77l-1.974-7.6A1.027,1.027,0,0,1,3.9,13.292l3.271,1.26a.166.166,0,0,0,.19-.052L10.2,10.868a1.023,1.023,0,0,1,1.62,0L14.648,14.5a.166.166,0,0,0,.19.052l3.271-1.26a1.035,1.035,0,0,1,1.363,1.219Z'%20transform='translate(47.997%20383.189)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1.8'/%3e%3cline%20id='Line_337'%20data-name='Line%20337'%20x2='12.751'%20transform='translate(52.625%20409.429)'%20fill='none'%20stroke='%23fdba18'%20stroke-linecap='round'%20stroke-width='1.8'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_3203'%20data-name='Rectangle%203203'%20width='24'%20height='24'%20transform='translate(46%20389)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='Mask_Group_5906'%20data-name='Mask%20Group%205906'%20transform='translate(-46%20-389)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='Group_7521'%20data-name='Group%207521'%20transform='translate(-1.001%20-0.66)'%3e%3cpath%20id='vip'%20d='M19.473,14.511l-1.974,7.6a1.03,1.03,0,0,1-.994.77h-11a1.03,1.03,0,0,1-.994-.77l-1.974-7.6A1.027,1.027,0,0,1,3.9,13.292l3.271,1.26a.166.166,0,0,0,.19-.052L10.2,10.868a1.023,1.023,0,0,1,1.62,0L14.648,14.5a.166.166,0,0,0,.19.052l3.271-1.26a1.035,1.035,0,0,1,1.363,1.219Z'%20transform='translate(47.997%20383.189)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1.8'/%3e%3cline%20id='Line_337'%20data-name='Line%20337'%20x2='12.751'%20transform='translate(52.625%20409.429)'%20fill='none'%20stroke='%23fdba18'%20stroke-linecap='round'%20stroke-width='1.8'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
}

.quickvee-single-store-reorder-wishlist
  > .quickvee-single-store-link-active
  > span {
  color: #0a64f9 !important;
}

.quickvee-single-store-reorder-wishlist > .quickvee-single-store-link:hover {
  background: #f1f6ff;
  border-radius: 5px;
}

.quickvee-single-store-reorder-wishlist > .quickvee-single-store-link > span {
  color: #2e2e2e;
  font-size: 16px;
  font-family: QuicksandSemiBold !important;
  transition: all 0.2s ease-in-out;
  margin-left: 12px;
}

.quickvee-single-store-reorder-wishlist
  > .quickvee-single-store-link:hover
  > span {
  color: #6e81e2;
}

.quickvee-single-store-reorder-wishlist
  > .quickvee-single-store-link
  > .wishlist-icon {
  background: #2e2e2e;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='15.747'%20viewBox='0%200%2018%2015.747'%3e%3cpath%20id='Path_6988'%20data-name='Path%206988'%20d='M260,305.333l-6.758-6.436A4,4,0,1,1,260,296a4,4,0,1,1,6.758,2.9L260,305.333'%20transform='translate(-251%20-291)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='15.747'%20viewBox='0%200%2018%2015.747'%3e%3cpath%20id='Path_6988'%20data-name='Path%206988'%20d='M260,305.333l-6.758-6.436A4,4,0,1,1,260,296a4,4,0,1,1,6.758,2.9L260,305.333'%20transform='translate(-251%20-291)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat 0px;
  transition: all 0.2s ease-in-out;
}

.quickvee-single-store-reorder-wishlist
  > .quickvee-single-store-link:hover
  > .wishlist-icon {
  background: #6e81e2;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='15.747'%20viewBox='0%200%2018%2015.747'%3e%3cpath%20id='Path_6988'%20data-name='Path%206988'%20d='M260,305.333l-6.758-6.436A4,4,0,1,1,260,296a4,4,0,1,1,6.758,2.9L260,305.333'%20transform='translate(-251%20-291)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='15.747'%20viewBox='0%200%2018%2015.747'%3e%3cpath%20id='Path_6988'%20data-name='Path%206988'%20d='M260,305.333l-6.758-6.436A4,4,0,1,1,260,296a4,4,0,1,1,6.758,2.9L260,305.333'%20transform='translate(-251%20-291)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat 0px;
}

.quickvee-single-store-reorder-wishlist
  > .quickvee-single-store-link
  > .loyaltyIcon-icon {
  background: #2e2e2e;
  width: 20px;
  height: 20px;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_3203'%20data-name='Rectangle%203203'%20width='24'%20height='24'%20transform='translate(46%20389)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='Mask_Group_5906'%20data-name='Mask%20Group%205906'%20transform='translate(-46%20-389)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='Group_7521'%20data-name='Group%207521'%20transform='translate(-1.001%20-0.66)'%3e%3cpath%20id='vip'%20d='M19.473,14.511l-1.974,7.6a1.03,1.03,0,0,1-.994.77h-11a1.03,1.03,0,0,1-.994-.77l-1.974-7.6A1.027,1.027,0,0,1,3.9,13.292l3.271,1.26a.166.166,0,0,0,.19-.052L10.2,10.868a1.023,1.023,0,0,1,1.62,0L14.648,14.5a.166.166,0,0,0,.19.052l3.271-1.26a1.035,1.035,0,0,1,1.363,1.219Z'%20transform='translate(47.997%20383.189)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1.8'/%3e%3cline%20id='Line_337'%20data-name='Line%20337'%20x2='12.751'%20transform='translate(52.625%20409.429)'%20fill='none'%20stroke='%23fdba18'%20stroke-linecap='round'%20stroke-width='1.8'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_3203'%20data-name='Rectangle%203203'%20width='24'%20height='24'%20transform='translate(46%20389)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='Mask_Group_5906'%20data-name='Mask%20Group%205906'%20transform='translate(-46%20-389)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='Group_7521'%20data-name='Group%207521'%20transform='translate(-1.001%20-0.66)'%3e%3cpath%20id='vip'%20d='M19.473,14.511l-1.974,7.6a1.03,1.03,0,0,1-.994.77h-11a1.03,1.03,0,0,1-.994-.77l-1.974-7.6A1.027,1.027,0,0,1,3.9,13.292l3.271,1.26a.166.166,0,0,0,.19-.052L10.2,10.868a1.023,1.023,0,0,1,1.62,0L14.648,14.5a.166.166,0,0,0,.19.052l3.271-1.26a1.035,1.035,0,0,1,1.363,1.219Z'%20transform='translate(47.997%20383.189)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1.8'/%3e%3cline%20id='Line_337'%20data-name='Line%20337'%20x2='12.751'%20transform='translate(52.625%20409.429)'%20fill='none'%20stroke='%23fdba18'%20stroke-linecap='round'%20stroke-width='1.8'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
  transition: all 0.2s ease-in-out;
}

.quickvee-single-store-reorder-wishlist
  > .quickvee-single-store-link:hover
  > .loyaltyIcon-icon {
  background: #6e81e2;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_3203'%20data-name='Rectangle%203203'%20width='24'%20height='24'%20transform='translate(46%20389)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='Mask_Group_5906'%20data-name='Mask%20Group%205906'%20transform='translate(-46%20-389)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='Group_7521'%20data-name='Group%207521'%20transform='translate(-1.001%20-0.66)'%3e%3cpath%20id='vip'%20d='M19.473,14.511l-1.974,7.6a1.03,1.03,0,0,1-.994.77h-11a1.03,1.03,0,0,1-.994-.77l-1.974-7.6A1.027,1.027,0,0,1,3.9,13.292l3.271,1.26a.166.166,0,0,0,.19-.052L10.2,10.868a1.023,1.023,0,0,1,1.62,0L14.648,14.5a.166.166,0,0,0,.19.052l3.271-1.26a1.035,1.035,0,0,1,1.363,1.219Z'%20transform='translate(47.997%20383.189)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1.8'/%3e%3cline%20id='Line_337'%20data-name='Line%20337'%20x2='12.751'%20transform='translate(52.625%20409.429)'%20fill='none'%20stroke='%23fdba18'%20stroke-linecap='round'%20stroke-width='1.8'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_3203'%20data-name='Rectangle%203203'%20width='24'%20height='24'%20transform='translate(46%20389)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='Mask_Group_5906'%20data-name='Mask%20Group%205906'%20transform='translate(-46%20-389)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='Group_7521'%20data-name='Group%207521'%20transform='translate(-1.001%20-0.66)'%3e%3cpath%20id='vip'%20d='M19.473,14.511l-1.974,7.6a1.03,1.03,0,0,1-.994.77h-11a1.03,1.03,0,0,1-.994-.77l-1.974-7.6A1.027,1.027,0,0,1,3.9,13.292l3.271,1.26a.166.166,0,0,0,.19-.052L10.2,10.868a1.023,1.023,0,0,1,1.62,0L14.648,14.5a.166.166,0,0,0,.19.052l3.271-1.26a1.035,1.035,0,0,1,1.363,1.219Z'%20transform='translate(47.997%20383.189)'%20fill='none'%20stroke='%23fdba18'%20stroke-width='1.8'/%3e%3cline%20id='Line_337'%20data-name='Line%20337'%20x2='12.751'%20transform='translate(52.625%20409.429)'%20fill='none'%20stroke='%23fdba18'%20stroke-linecap='round'%20stroke-width='1.8'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
}

.quickvee-single-store-reorder-wishlist
  > .quickvee-single-store-link
  > .reorder-icon {
  background: #2e2e2e;
  width: 20px;
  height: 20px;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18.147'%20height='22.371'%20viewBox='0%200%2018.147%2022.371'%3e%3cg%20id='Group_5751'%20data-name='Group%205751'%20transform='translate(-49%20-390.996)'%3e%3cpath%20id='Path_6993'%20data-name='Path%206993'%20d='M30.064,308.147a8,8,0,1,1,5.225-4.426'%20transform='translate(29.999%2099.579)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_6994'%20data-name='Path%206994'%20d='M-616.75,284.5l3.064,3.677-3.064,3.779'%20transform='matrix(0.995,%200.105,%20-0.105,%200.995,%20701.101,%20185.654)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18.147'%20height='22.371'%20viewBox='0%200%2018.147%2022.371'%3e%3cg%20id='Group_5751'%20data-name='Group%205751'%20transform='translate(-49%20-390.996)'%3e%3cpath%20id='Path_6993'%20data-name='Path%206993'%20d='M30.064,308.147a8,8,0,1,1,5.225-4.426'%20transform='translate(29.999%2099.579)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_6994'%20data-name='Path%206994'%20d='M-616.75,284.5l3.064,3.677-3.064,3.779'%20transform='matrix(0.995,%200.105,%20-0.105,%200.995,%20701.101,%20185.654)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
  transition: all 0.2s ease-in-out;
}

.quickvee-single-store-reorder-wishlist
  > .quickvee-single-store-link:hover
  > .reorder-icon {
  background: #6e81e2;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18.147'%20height='22.371'%20viewBox='0%200%2018.147%2022.371'%3e%3cg%20id='Group_5751'%20data-name='Group%205751'%20transform='translate(-49%20-390.996)'%3e%3cpath%20id='Path_6993'%20data-name='Path%206993'%20d='M30.064,308.147a8,8,0,1,1,5.225-4.426'%20transform='translate(29.999%2099.579)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_6994'%20data-name='Path%206994'%20d='M-616.75,284.5l3.064,3.677-3.064,3.779'%20transform='matrix(0.995,%200.105,%20-0.105,%200.995,%20701.101,%20185.654)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
          mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18.147'%20height='22.371'%20viewBox='0%200%2018.147%2022.371'%3e%3cg%20id='Group_5751'%20data-name='Group%205751'%20transform='translate(-49%20-390.996)'%3e%3cpath%20id='Path_6993'%20data-name='Path%206993'%20d='M30.064,308.147a8,8,0,1,1,5.225-4.426'%20transform='translate(29.999%2099.579)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3cpath%20id='Path_6994'%20data-name='Path%206994'%20d='M-616.75,284.5l3.064,3.677-3.064,3.779'%20transform='matrix(0.995,%200.105,%20-0.105,%200.995,%20701.101,%20185.654)'%20fill='none'%20stroke='%23232323'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/g%3e%3c/svg%3e") no-repeat 0px;
}

.quickvee-single-store-left-menu
  > .quickvee-left-menu-single-store-navigations {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: block;
}

.quickvee-left-menu-single-store-navigations::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.quickvee-left-menu-single-store-navigations::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  cursor: pointer;
}

/* Handle */
.quickvee-left-menu-single-store-navigations::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}

/* Handle on hover */
.quickvee-left-menu-single-store-navigations::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

.quickvee-single-store-left-menu
  > .quickvee-left-menu-single-store-navigations
  > .single-store-all-products {
  font-size: 16px !important;
  font-family: QuicksandBold !important;
}

.quickvee-single-store-left-menu
  > .quickvee-left-menu-single-store-navigations
  > .single-store-product-active {
  background: #f5f5f5;
  border-left: 5px solid #232323;
  font-size: 14px;
  font-family: QuicksandBold !important;
}

.quickvee-single-store-left-menu
  > .quickvee-left-menu-single-store-navigations
  > a {
  width: 100%;
  text-decoration: none;
  color: #2e2e2e;
  font-family: QuicksandSemiBold !important;
  font-size: 14px;
  padding: 10px 0 10px 20px;
  border-left: 5px solid transparent;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.quickvee-single-store-left-menu
  > .quickvee-left-menu-single-store-navigations
  .single-store-all-products-active {
  background: #f5f5f5;
  border-left: 5px solid #232323 !important;
  font-family: QuicksandBold !important;
  padding: 13px 10px 10px 20px;
}

.quickvee-single-store-main-area-detail-page {
  margin-left: 15%;
  width: calc(100% - 15%);
  display: flex;
  padding: 10px 20px 0px 20px !important;
  overflow-x: hidden;
}

/* View Full Hours */

.view-full-hour-link {
  text-decoration: underline !important;
  color: #3f882b !important;
  font-family: QuicksandSemiBold !important;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232323;
  text-transform: capitalize;
  font-size: 16px;
  font-family: QuicksandBold !important;
}

.modal-view-full-hours-div:focus-visible {
  outline: none !important;
}

.modal-view-full-hours-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  box-sizing: border-box;
}

#modal-view-full-hours-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 8px;
  box-sizing: border-box;
  border-bottom: 2px solid #0000001a;
}

#modal-view-full-hours-header > span {
  /* margin: 0 auto; */
  font-weight: 600;
  color: #2d2a6e;
  font-size: 26px;
  justify-self: center;
  font-family: Jost;
}

.modal-view-full-hours-close {
  padding: 5px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.modal-view-full-hours-close:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.22);
  outline-offset: 2px;
}

.modal-view-full-hours-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-view-full-hours-description > .full-hours-data {
  width: 100%;
  overflow-x: hidden;
  /* padding: 20px; */
  box-sizing: border-box;
}

.modal-view-full-hours-description > .full-hours-data > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 10px 0;
}

.modal-view-full-hours-description > .full-hours-data .view-hour-today p {
  /* box-shadow: 0px 0px 7px #005df0; */
  /* margin: 3px -3px;
  border-radius: 5px;
  width: 102%; */
  font-size: 18px;
  font-weight: 600;
  font-family: Jost !important;
  color: #0a64f9;
  white-space: nowrap;
}

.modal-view-full-hours-description > .full-hours-data .view-hour-today-span {
  width: 104px;
}

.modal-view-full-hours-description .full-hours-data .single-time-slot {
  width: 48%;
}

.modal-view-full-hours-description > .full-hours-data > div:nth-child(odd) {
  /* background: #f9f9f9; */
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.modal-view-full-hours-description > .full-hours-data > div > span {
  text-transform: capitalize;
  width: 100px;
  text-align: center;
  color: #232323;
  font-size: 16px;
  font-family: QuicksandBold !important;
  /* border-right: 2px solid #c7c7c7; */
}

.modal-view-full-hours-description > .full-hours-data > div > p {
  color: #000000;
  font-size: 18px;
  font-family: jost !important;
  font-weight: 400;
  text-align: center;
}

.modal-view-full-hours-description > .full-hours-data > div > p > span {
  display: flex;
  flex-wrap: wrap;
}

.modal-view-full-hours-description
  > .full-hours-data
  > div
  > p
  > span.active-day-hour {
  display: inline-block !important;
  font-size: 14px;
}

.modal-view-full-hours-description > .full-hours-data-detail {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 15px;
  margin-top: 10px;
  width: 100%;
  border-top: 2px solid #0000001a;
}

.modal-view-full-hours-description
  > .full-hours-data-detail
  > .single-full-hour-data-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  /* padding: 20px; */
  width: 100%;
}

.full-hours-data-detail > .single-full-hour-data-detail > img {
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
}

.full-hours-data-detail > .single-full-hour-data-detail > p {
  color: #232323;
  font-size: 18px !important;
  /* font-family: QuicksandBold !important; */
  margin-left: 14px;
  font-weight: 600;
  font-family: Jost;
}

.full-hours-data-detail > .single-full-hour-data-detail > p > span {
  color: #000000;
  font-size: 18px !important;
  /* font-family: QuicksandBold !important; */
  line-height: 20px;
  font-weight: 400;
}

/* end full hours modal*/
/* End Single Store  */

/* Start Store Wishlist */
.quickvee-store-topbar-cart {
  width: 450px;
  background: #ffffff;
}

.quickvee-store-topbar-cart > .quickvee-store-cart-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.quickvee-store-topbar-cart > .quickvee-store-cart-header > h1 {
  font-size: 24px;
  font-family: QuicksandBold !important;
  color: #222222;
  text-align: center;
  margin-bottom: 0;
}

.quickvee-store-topbar-cart > .quickvee-store-cart-header > h1 > span {
  font-size: 18px;
  color: #595959;
}

.quickvee-store-topbar-cart > .quickvee-store-cart-header > Button {
  padding: 5px !important;
  background: #f3f3f3 !important;
  min-width: 50px !important;
}

.quickvee-store-topbar-cart > .quickvee-store-cart-checkout-btn {
  display: flex;
  justify-content: center;
  align-self: center;
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  width: 100%;
  padding: 0px 20px 0px 20px;
}

.delivery-amount-modal-cart .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
  padding: 55px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.not-select-empty-delivery-content h1 {
  font-family: QuicksandSemiBold !important;
  font-size: 19px;
  color: #232323;
  margin-top: 15px;
}

.delivery-address-not-selected {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 20px;
}

.delivery-amount-button-cart-ok {
  margin-top: 10px;
  align-self: center;
  text-decoration: none;
  text-align: center;
  width: 150px;
  background: #0a64f9;
  padding: 10px 0;
  border-radius: 6px;
  color: #ffffff;
  font-family: QuicksandBold !important;
  font-size: 16px;
  text-transform: capitalize !important;
  cursor: pointer;
  outline: none;
  border: 1px solid #0a64f9;
  margin: 20px;
}

.delivery-amount-modal-cart-text {
  font-family: QuicksandBold !important;
  font-size: 20px;
  text-align: center;
}

.quickvee-store-topbar-cart > .quickvee-store-cart-checkout-btn > a,
.quickvee-store-topbar-cart
  > .quickvee-store-cart-checkout-btn
  > .payment-checkout-with-login,
.quickvee-store-cart-checkout-btn .button-for-minamount-on-delivery {
  text-decoration: none;
  text-align: center;
  width: 100%;
  background: #000000;
  padding: 13px 0px !important;
  border-radius: 6px;
  color: #ffffff;
  font-family: QuicksandBold !important;
  font-size: 16px;
  text-transform: capitalize !important;
  line-height: 1;
  letter-spacing: normal;
  height: 44px;
}

.quickvee-store-cart-checkout-btn .button-for-minamount-on-delivery:hover {
  background: #0a64f9;
}

.quickvee-store-cart-items {
  overflow-y: auto;
  scroll-behavior: smooth;
  /* margin: 10px 0; */
  width: 100%;
  height: 87vh;
}

/* width */
.quickvee-store-cart-items::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.quickvee-store-cart-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  cursor: pointer;
}

/* Handle */
.quickvee-store-cart-items::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}

/* Handle on hover */
.quickvee-store-cart-items::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

.quickvee-store-cart-items > .quickvee-store-cart-single-item {
  padding: 17px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: 1px solid #e1e1e1;
  position: relative;
}

.quickvee-store-cart-items
  > .quickvee-store-cart-single-item
  > .quickvee-scsi-image {
  border: 1px solid #e1e1e1;
  padding: 10px;
  height: 80px;
  object-fit: contain;
}

.quickvee-store-cart-items
  > .quickvee-store-cart-single-item
  > .quickvee-scsi-content {
  width: 310px;
  padding: 0px 10px 0px 17px;
}

.quickvee-store-cart-items
  > .quickvee-store-cart-single-item
  > .quickvee-scsi-content
  > .q-cart-product-name {
  width: 85%;
  display: flex;
  color: #212121;
  font-size: 15px;
  font-family: QuicksandMedium !important;
  margin-bottom: 10px;
  text-transform: capitalize !important;
}

.quickvee-store-cart-items
  > .quickvee-store-cart-single-item
  > .quickvee-scsi-content
  > p {
  color: #232323;
  font-family: QuicksandBold !important;
  font-size: 12px;
  margin: 5px 0;
}

.quickvee-store-cart-items
  > .quickvee-store-cart-single-item
  > .quickvee-scsi-content
  > p
  > span {
  color: #707070;
  margin: 0 2px;
}

.q-cart-product-amount-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2px 0;
}

.q-cart-product-amount-section > .q-cart-product-amount-calculation > span {
  color: #2e2e2e;
  font-family: QuicksandBold !important;
  font-size: 20px;
  margin: 0 4px;
}

.q-cart-product-amount-section > .q-cart-product-amount-calculation > del {
  color: #989898;
  font-family: QuicksandMedium !important;
  font-size: 14px;
  margin: 0 4px;
}

.q-cart-product-amount-update {
  display: flex;
  align-items: center;
}

.q-cart-product-amount-section > .q-cart-product-amount-update > button {
  color: #fff;
  background: #0a64f9;
  border-radius: 4px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 6px 16px 6px;
  cursor: pointer;
}

.q-cart-product-amount-section
  > .q-cart-product-amount-update
  > button:disabled {
  opacity: 0.5;
}

.q-cart-product-amount-section > .q-cart-product-amount-update > span {
  color: #000000;
  font-family: QuicksandSemibold !important;
  font-size: 19px;
  margin: 0 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quickvee-scsi-content > .q-cart-product-customize {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 13px 0;
  position: absolute;
  top: 0px;
  right: 15px;
}

.quickvee-scsi-content > .q-cart-product-customize > span {
  color: #595959;
  font-family: QuicksandBold !important;
  font-size: 16px;
  border-right: 2px solid #595959;
  padding-right: 15px;
  cursor: pointer;
}

.quickvee-scsi-content > .q-cart-product-customize > img {
  padding-left: 15px;
  cursor: pointer;
}

.single-store-empty-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 80vh;
}

.empty-cart-content {
  /* width: 250px; */
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty-cart-content img {
  width: 80px;
  margin-bottom: 20px;
}

.empty-cart-content h1 {
  font-family: QuicksandSemiBold !important;
  font-size: 19px;
  color: #232323;
}

.empty-cart-content p {
  font-family: QuicksandSemiBold !important;
  font-size: 13px;
  color: #878787;
  margin: 15px auto;
}

.empty-cart-content .continue-shopping-on-cart {
  color: #0a64f9;
  width: 200px;
  border: 2px solid #0a64f9;
  background: #fff;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
  text-transform: capitalize !important;
  background: #ffffff;
  border-radius: 5px;
  margin-top: 30px;
}

.continue-shopping-on-cart:hover {
  background: #fff !important;
}

.continue-shopping-on-cart a {
  text-decoration: none;
  color: #0a64f9;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
}

/* End Store cart*/

/*  start single product page */
.quickvee-single-product-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
}

.quickvee-single-product-top-section {
  display: flex;
  width: 100%;
}

.quickvee-single-product-image-section {
  display: flex;
  flex-direction: column;
  margin: 20px;
  width: 45%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.quickvee-single-product-image-section > .quickvee-single-product-main-image {
  position: relative;
  border: 1px solid #e1e1e1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
}

@media (max-width: 768px) {
  .quickvee-single-product-image-section > .quickvee-single-product-main-image {
    height: unset;
  }
  .quickvee-single-product-main-image {
    width: 100%;
  }
  .quickvee-single-product-main-image-skeleton {
    width: 320px !important;
  }
}

.quickvee-single-product-images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0;
}

.quickvee-single-product-images .skeleton-for-loading {
  display: flex;
  margin-left: 10px;
}

.quickvee-single-product-images > .quickvee-single-product-images-single-image {
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  margin: 0 9px 10px 0;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.quickvee-single-product-images
  > .quickvee-single-product-images-single-image
  > img {
  width: 68px;
}

.quickvee-single-product-images
  > .quickvee-single-product-images-single-image:hover {
  border: 1px solid #232323;
}

.quickvee-single-product-image-section
  > .quickvee-single-product-main-image
  > span {
  position: absolute;
  top: 0;
  left: 0;
  /* background: #373737; */
  padding: 10px 10px !important;
  font-size: 17px;
  font-family: QuicksandBold !important;
  color: #ffffff;
  align-self: flex-start;
}

.quickvee-single-product-image-section
  > .quickvee-single-product-main-image
  > .quickvee-single-product-add-to-wishlist-icon {
  background: #efefef;
  padding: 10px;
  align-self: flex-start;
  margin: 6px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.quickvee-single-product-image-section
  > .quickvee-single-product-main-image
  > .quickvee-single-product-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.quickvee-single-product-div img {
  object-fit: cover;
  object-position: center;
  width: 90%;
  height: 90%;
}

/* .quickvee-single-product-div  img:hover{

} */
.quickvee-single-product-detail-section {
  width: 62%;
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.quickvee-single-product-detail-section::-webkit-scrollbar {
  width: 0px;
}

.quickvee-single-product-detail-section > .quickvee-single-product-main-detail {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.quickvee-single-product-detail-section
  > .quickvee-single-product-main-detail
  > h1 {
  color: #212121;
  font-size: 22px;
  font-family: QuicksandLight !important;
}

.quickvee-single-product-detail-section
  > .quickvee-single-product-main-detail
  > p
  > span {
  color: #2e2e2e;
  font-size: 24px;
  font-family: QuicksandBold !important;
}

p.bogo-discount {
  font-size: 15px;
  font-family: QuicksandMedium !important;
  margin: 8px 0px;
}

.quickvee-single-product-detail-section
  > .quickvee-single-product-main-detail
  > p
  > del {
  color: #989898;
  font-size: 16px;
  font-family: QuicksandMedium !important;
}

.quickvee-single-product-detail-section > .quickvee-single-product-features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.quickvee-single-product-single-features {
  margin: 5px 0;
}

.quickvee-single-product-single-features > p {
  display: flex;
  color: #232323;
  font-size: 16px;
  font-family: QuicksandBold !important;
}

.single-product-single-features-selection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 12px 0;
}

.single-product-single-features-selection > div > input {
  visibility: hidden;
  width: 0px;
  height: 45px;
}

.single-product-single-features-selection > div > input:checked + label {
  color: #0a64f9;
  background: #ffffff;
  box-shadow: 0px 0px 9px #0a64f94d;
  border: 1px solid #176cf8;
  border-radius: 4px;
  height: 44px;
}

.single-product-single-features-selection > div > label {
  cursor: pointer;
  color: #434343;
  text-transform: capitalize;
  font-size: 14px;
  font-family: QuicksandSemibold !important;
  background: #efefef 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 10px 14px;
  margin: 8px 15px 8px 0;
  border: 1px solid #efefef00;
  height: 44px;
}

.quickvee-single-product-add-update {
  display: flex;
  margin: 20px 0;
}

.quickvee-single-product-add-update > button {
  background: #0a64f9;
  border-radius: 4px;
  color: #fff;
  padding: 0px 8px !important;
  border: none;
  cursor: pointer;
  height: 44px;
}

.quickvee-single-product-add-update .add-minuus-button {
  display: flex;
  padding: 12px !important;
}

/* .quickvee-single-product-add-update .add-minuus-button img{
  width: 20px;
} */
.quickvee-single-product-add-update > button:disabled {
  opacity: 0.5;
  cursor: auto;
}

.quickvee-single-product-add-update > span {
  margin: 5px 15px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: QuicksandSemiBold !important;
  font-size: 20px;
}

.quickvee-single-product-add-update > .single-patc-btn,
.quickvee-single-product-add-update > .single-patc-btn:hover {
  background: #232323;
  border-radius: 4px;
  color: #ffffff;
  font-family: QuicksandSemiBold !important;
  font-size: 14px !important;
  padding: 5px 20px !important;
  text-transform: capitalize !important;
  margin: 0 20px;
}

.quickvee-single-product-add-update > .single-patc-btn:disabled {
  color: #fff;
  cursor: not-allowed;
  pointer-events: all;
}

.go-to-cart-btn,
.go-to-cart-btn:hover {
  width: 50%;
  background: #232323 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-family: QuicksandSemiBold !important;
  font-size: 14px !important;
  padding: 7.76px 20px !important;
  text-transform: capitalize !important;
  margin: 20px 0 !important;
  height: 44px;
}

.quickvee-single-product-detail-description > span {
  color: #232323;
  font-size: 20px;
  font-family: QuicksandBold !important;
}

.quickvee-single-product-detail-description > p {
  margin: 10px 0;
  font-family: QuicksandMedium !important;
  text-align: justify;
}

.quickvee-single-product-detail-description > ul {
  padding: 0 20px;
  font-family: QuicksandMedium !important;
  text-align: justify;
}

.quickvee-single-product-detail-description > ul > li {
  list-style: none;
}

.quickvee-single-product-detail-description > ul li::before {
  content: '\2022';
  color: #232323;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.quickvee-single-product-bottom-section {
  margin: 0 0 20px 0;
}

.quickvee-single-product-bottom-section > span {
  color: #232323;
  font-size: 20px;
  font-family: QuicksandBold !important;
}

.quickvee-single-product-bottom-content-section {
  border: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: flex-start;
  margin: 10px 0;
}

.fbt-products {
  display: flex;
  padding: 20px;
  align-items: center;
}

.fbt-single-product-div {
  width: 100%;
}

.fbt-single-product-div
  > .fbt-single-product
  > .fbt-single-product-content
  > span {
  color: #212121;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
  margin-bottom: 5px;
}

.fbt-single-product-div
  > .fbt-single-product
  > .fbt-single-product-content
  > p {
  color: #2e2e2e;
  font-size: 17px;
  font-family: QuicksandBold !important;
}

.fbt-single-product-div
  > .fbt-single-product
  > .fbt-single-product-content
  > p
  > del {
  color: #989898;
  font-size: 13px;
  font-family: QuicksandMedium !important;
}

.fbt-single-product-div > .fbt-single-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #2ccb61;
}

.fbt-single-product-div > .fbt-single-product > .fbt-single-product-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-left: 10px;
  width: 80%;
}

.quickvee-single-product-bottom-content-section
  > .fbt-products
  > .fbt-single-product-div {
  display: flex;
  flex-direction: column;
}

.fbt-category-selected-items > div {
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.fbt-category-selected-items
  .css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input {
  padding: 20px 10px 3px 9px !important;
}

.fbt-category-item {
  font-size: 14px !important;
}

.fbt-category-label > label {
  color: #232323 !important;
  font-size: 14px !important;
  font-family: QuicksandSemiBold !important;
}

.quickvee-single-product-bottom-content-section > .fbt-products-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 5px 10px;
}

.fbt-products-plus-product-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 34%;
}

.fbt-single-product-div > .fbt-single-product-features > div {
  margin: 10px 0;
}

.quickvee-single-product-bottom-content-section > .fbt-products-amount > p {
  font-family: QuicksandRegular !important;
  font-size: 20px;
}

.quickvee-single-product-bottom-content-section
  > .fbt-products-amount
  > Button {
  background: #0a64f9 !important;
  border-radius: 4px;
  font-size: 15px;
  font-family: QuicksandSemiBold !important;
  text-transform: capitalize;
  color: #fff;
  padding: 4px 13px !important;
}

.quickvee-highest-selling-product-section {
  width: 100%;
  height: auto;
  display: inline-block;
}

.quickvee-highest-selling-product-section > span {
  color: #232323;
  font-size: 20px;
  font-family: QuicksandBold !important;
  line-height: 55px;
}

.quickvee-highest-selling-products {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 15px 0;
}

/*  end  single product page */

/* start Single Product */

.q-sv-single-product {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 300px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.4s ease-in-out;
  /* margin: 0px 30px 25px 0px; */
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.slick-slider {
  margin: 0 -15px;
}

.slick-initialized .slick-slide {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 1024px) {
  .q-sv-single-product:hover {
    box-shadow: 0px 8px 22px #00000017;
    border: 1px solid #c6c6c6;
    border-radius: 5px;

    /* height: 290px; */
  }
}

.q-sv-single-product > .q-sv-single-product-top {
  outline: none;
  width: 200px;
  height: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 20px; */
  align-self: center;
}

.discout-tag {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 28px;
  border-radius: 4px 0px;
  color: #ffffff;
  font-size: 14px;
  font-family: QuicksandBold !important;
  padding: 5px 10px;
  align-self: flex-start;
}

span.limited-qty-text {
  color: red;
  z-index: 2;
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 14px;
  font-family: QuicksandBold !important;
  width: auto !important;
}

span.limited-quantity-text {
  color: red;
  font-size: 16px;
  font-family: QuicksandBold !important;
  width: auto !important;
}

@media (min-width: 768px) {
  .discout-tag-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .discout-tag {
    display: none;
  }
  span.limited-qty-text {
    margin-bottom: 6px;
  }
}
.discout-tag-mobile {
  z-index: 2;
  /* position: absolute; */
  /* top: 0px;
  left: 0px; */
  /* height: 18px; */
  border-radius: 0px;
  color: #ffffff;
  font-size: 12px;
  font-family: QuicksandBold !important;
  padding: 2px 7px;
  align-self: flex-start;
}
.q-sv-single-product > .q-sv-single-product-top > img {
  z-index: 1;
  height: 100%;
  /* width: 140px; */
  transition: all 0.4s ease-in-out;
}

/* .q-sv-single-product:hover>.q-sv-single-product-top>img {
  height: 100%;
  width: 100%;
} */

.q-sv-single-product > .q-sv-single-product-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.q-sv-single-product > .q-sv-single-product-bottom > h1 {
  color: #212121;
  font-size: 14px;
  font-family: QuicksandMedium !important;
  text-transform: capitalize !important;
}

/* @media (max-width:768px) { */
.single-product-card-heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  /* height: 30px; */
}

.single-product-card-title-link {
  width: 100%;
  display: block;
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
}

.single-product-card-title-link:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.24);
  outline-offset: 2px;
}
/* } */

@media (max-width: 768px) {
  .single-product-card-heading {
    height: 30px;
  }
}
.q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-amount {
  margin: 4px 0;
}

.q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-amount
  > span {
  color: #0a64f9;
  font-size: 18px;
  font-family: QuicksandBold !important;
  margin-right: 10px;
}

.q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-amount
  > del {
  color: #888888;
  font-size: 14px;
  font-family: QuicksandMedium !important;
}

.q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-purchase
  > Button {
  width: 75%;
  /* justify-content: space-around !important; */
  background: #0a64f9;
  border-radius: 4px;
  color: #ffffff;
  /* font-size: 14px; */
  font-size: clamp(10px, 0.05px + 2.6783vw, 14px) !important;
  font-family: QuicksandMedium !important;
  text-transform: capitalize !important;
  padding: 6px 8px 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
@media (min-width: 806px) and (max-width: 822px) {
  .q-sv-single-product
    > .q-sv-single-product-bottom
    > .q-sv-single-product-bottom-purchase
    > Button {
    font-size: 12px !important;
  }
}

.q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-purchase
  > Button
  p {
  /* margin-left: 5%; */
  white-space: nowrap;
  /* font-size: clamp(12px, 0.1px + 0.98783vw, 14px) !important; */
  font-size: 14px;
}

.q-sv-single-product .out-of-stock-btn {
  background-color: rgb(255, 255, 255) !important;
  color: red !important;
  border: 1px solid red;
}

.out-of-stock-btn-single-product-page {
  margin: 24px 0 !important;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: rgb(255, 255, 255) !important;
  color: red !important;
  border: 1px solid red !important;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-family: QuicksandMedium !important;
  text-transform: capitalize !important;
  height: 44px !important;
}

.q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-purchase
  > .remove-wish {
  background: #fff5f5;
  border-radius: 4px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.remove-wish img {
  width: 20px;
}

.q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-purchase
  > .add-wish {
  display: flex;
  background: #eef4ff;
  border-radius: 4px;
  cursor: pointer;
  height: 44px;
  position: relative;
  width: 38px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .q-sv-single-product
    > .q-sv-single-product-bottom
    > .q-sv-single-product-bottom-purchase
    > .add-wish {
    margin-top: 5px;
  }
}

.q-sv-single-product .single-p-select-variant-btn {
  width: 75%;
  color: #000000;
  border: 1px solid #000000;
  background: #fff;
  /* font-size: 14px; */
  font-size: clamp(10px, 0.05px + 2.6783vw, 14px) !important;
  font-family: QuicksandMedium !important;
  border-radius: 4px;
  padding: 8px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  cursor: pointer;
}

.q-sv-single-product .single-p-select-variant-btn:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.24);
  outline-offset: 2px;
}

.q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-purchase
  > .product-qti-button {
  color: #000;
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: auto;
  background: #fff !important;
  border-radius: 4px;
  width: 75%;
  padding: 7px;
  height: 44px;
  border: 1px solid #000;
}

.product-qti-button .css-sghohy-MuiButtonBase-root-MuiButton-root.Mui-disabled {
  color: #fff;
}

.q-sv-single-product-bottom-purchase
  > .product-qti-button
  > .add-remove-cart-btn {
  background: #000 !important;
  width: auto !important;
  padding: 4px 5px !important;
  box-shadow: none !important;
  min-width: unset !important;
  border: 1px solid #000 !important;
  height: 28px;
}

.q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-purchase
  > .product-qti-button
  > svg {
  cursor: pointer;
}

.q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-purchase
  > .product-qti-button
  > span {
  font-size: 16px;
  font-family: QuicksandMedium !important;
  color: #000000;
}

/* end single product*/

/* Start Featured categories */
.single-store-featured-categories-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.single-store-featured-categories-section > h1 {
  color: #212121;
  font-size: 26px;
  font-family: QuicksandBold !important;
}

.single-store-featured-categories-section > .all-featured-categories {
  margin: 10px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}

.featured-categories-scrollable-row {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
}

.single-featured-category {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
  width: 250px;
  height: 60px;
  scroll-snap-align: start;
  touch-action: pan-y;
}

.single-featured-category > img {
  width: 45px;
  object-fit: contain;
}

.single-featured-category > .single-featured-category-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 10px;
  min-width: 100px;
}

.single-featured-category > .single-featured-category-content > span {
  color: #212121;
  font-size: 12px;
  font-family: QuicksandBold !important;
}

.single-featured-category > .single-featured-category-content > p {
  color: #212121;
  font-family: QuicksandRegular !important;
  font-size: 11px;
}

.quickvee-highest-selling-product-section .slick-slider .slick-prev {
  right: 55px;
  top: -32px;
}

.quickvee-highest-selling-product-section .slick-slider .slick-next {
  right: 16px;
  top: -32px;
}

/* End Featured categories */

/*  Start SingleStoreAllInformationPage */
.SingleStoreAllInformationPage {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* overflow: hidden; */
}

.single-store-banners-images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.single-store-banners-images > a {
  margin: 10px 10px 10px 0;
  width: 35%;
}

.single-store-banners-images > a > img {
  width: 100%;
  height: auto;
}

.single-store-sproductListing-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.single-store-sproductListing-section > section {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  margin: 0px 0px 0px 0;
}

.single-store-sproductListing-section > section > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 200px; */
}

.single-store-sproductListing-section > section > div > a {
  color: #0a64f9;
  font-size: 17px;
  font-family: QuicksandBold !important;
}

.single-store-sproductListing-section
  > section
  > div
  > .search-category-store-image-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
}

/* .single-store-sproductListing-section>section> div > div  > img{
  cursor: pointer;
} */

.slick-next {
  right: 95px;
  top: -20px;
  z-index: 1;
  /* background: black; */
  width: 31px;
  height: 27px;
}

.slick-next.slick-disabled:before {
  cursor: default !important;

  opacity: 1;
  content: url("data:image/svg+xml,%3csvg%20id='Component_32_1'%20data-name='Component%2032%20–%201'%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2044%2044'%3e%3ccircle%20id='Ellipse_318'%20data-name='Ellipse%20318'%20cx='22'%20cy='22'%20r='22'%20fill='%23e5e5e5'/%3e%3cpath%20id='Path_7153'%20data-name='Path%207153'%20d='M-1920,3500l6.8,6.8-6.8,6.8'%20transform='translate(1939%20-3484)'%20fill='none'%20stroke='%23000'%20stroke-width='2'/%3e%3c/svg%3e") !important;
}

.slick-next:before {
  opacity: 1;
  content: url("data:image/svg+xml,%3csvg%20id='Component_32_1'%20data-name='Component%2032%20–%201'%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2044%2044'%3e%3cpath%20id='Path_7155'%20data-name='Path%207155'%20d='M22,0A22,22,0,1,1,0,22,22,22,0,0,1,22,0Z'%20fill='%230a64f9'/%3e%3cpath%20id='Path_7153'%20data-name='Path%207153'%20d='M-1920,3500l6.8,6.8-6.8,6.8'%20transform='translate(1939%20-3484)'%20fill='none'%20stroke='%23fff'%20stroke-width='2'/%3e%3c/svg%3e") !important;
}

.slick-prev {
  right: 133px;
  left: unset !important;
  top: -20px;
  width: 31px;
  height: 27px;
}

.slick-prev.slick-disabled:before {
  cursor: default !important;
  opacity: 1;
  content: url("data:image/svg+xml,%3csvg%20id='Component_33_10'%20data-name='Component%2033%20–%2010'%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2044%2044'%3e%3ccircle%20id='Ellipse_317'%20data-name='Ellipse%20317'%20cx='22'%20cy='22'%20r='22'%20fill='%23e5e5e5'/%3e%3cpath%20id='Path_7154'%20data-name='Path%207154'%20d='M-1920,3500l6.8,6.8-6.8,6.8'%20transform='translate(-1894.601%203529.598)%20rotate(180)'%20fill='none'%20stroke='%23000'%20stroke-width='2'/%3e%3c/svg%3e") !important;
}

.slick-prev:before {
  opacity: 1;
  content: url("data:image/svg+xml,%3csvg%20id='Component_33_10'%20data-name='Component%2033%20–%2010'%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2044%2044'%3e%3cpath%20id='Path_7156'%20data-name='Path%207156'%20d='M22,0A22,22,0,1,1,0,22,22,22,0,0,1,22,0Z'%20fill='%230a64f9'/%3e%3cpath%20id='Path_7154'%20data-name='Path%207154'%20d='M-1920,3500l6.8,6.8-6.8,6.8'%20transform='translate(-1894.601%203529.598)%20rotate(180)'%20fill='none'%20stroke='%23fff'%20stroke-width='2'/%3e%3c/svg%3e") !important;
}

.single-store-sproductListing-section > section > span {
  color: #212121;
  font-size: 24px;

  font-family: QuicksandBold !important;
}

@media (max-width: 820px) {
  .single-store-sproductListing-section > section > span {
    font-size: clamp(22px, 0.05px + 2.1783vw, 24px) !important;
  }
}

.single-store-sproductListing-section > .single-store-sproductListing-products,
.slick-slider .slick-initialized {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  /* flex-wrap: wrap; */
}

.single-store-single-category-product-listing-section {
  /* margin: 0px 5px; */
  min-height: calc(100vh - 137px) !important;
}

.single-store-single-category-product-listing {
  /* width: 100%; */
  /* display: flex; */
  /* flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; */
  margin: 10px -15px;
  /* display: inline-block; */
}

.single-store-single-category-product-listing.loading {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  /* min-height: calc(100vh - 137px) !important;  */
}

.product-in-category {
  width: 20%;
  padding-left: 15px;
  display: inline-block;
  padding-right: 15px;
  float: left;
}

.single-selectCategory-product-listing > .q-single-category-headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}

.single-selectCategory-product-listing > .q-single-category-headings > span {
  color: #212121;
  font-size: 24px;
  font-family: QuicksandBold !important;
}

.select-box {
  position: absolute;
  right: 0px;
  display: block;
  width: 230px;
  margin: 0 auto;
  font-family: QuicksandMedium, sans-serif !important;
  font-size: 18px;
  color: #000000;
  z-index: 1;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current .select-box__icon {
  /* transform: translateY(-50%) rotate(180deg); */
}

.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(0deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 1;
  transition: 0.2s ease;
}

.select-box__value {
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
  /* border: 1px solid #000000; */
  border-radius: 7px;
  font-size: 16px;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  text-align: end;
  padding-right: 48px;
}

.select-box__list {
  z-index: -1;
  overflow: hidden;
  /* border: 1px solid #707070; */
  /* border-radius: 7px 7px 7px 7px; */
  border-radius: 8px;
  box-shadow: 0px 6px 15px #0a64f94d;
  position: absolute;
  top: 38 px;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  background: #ffffff 0% 0% no-repeat padding-box;
}

.select-box__option {
  font-size: 16px;
  font-family: QuicksandMedium !important;
  color: #414141;
  display: block;
  padding: 10px 15px;
  background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #000000;
  background-color: #fbfbfb;
}

.sort-by:hover,
.sort-by:focus {
  color: #414141 !important;
  background-color: #fbfbfb;
  cursor: auto !important;
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

/*  End SingleStoreAllInformationPage */

/* Start Wishlist */
.single-store-wishlist {
  display: flex;
  flex-wrap: wrap;
}

/* .single-store-wishlist div {
  margin-right: 26px;
  width: 242px;
} */

/* .single-store-wishlist
  > .q-sv-single-product
  > .q-sv-single-product-bottom
  > .q-sv-single-product-bottom-purchase
  > .add-wish {
  right: 19px;
  height: 37px;
} */

.single-store-empty-wishlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 80vh;
}

.empty-wishlist-content {
  width: 300px;
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty-wishlist-content img {
  width: 80px;
  margin-bottom: 20px;
}

.empty-wishlist-content h1 {
  font-family: QuicksandSemiBold !important;
  font-size: 19px;
  color: #232323;
}

.empty-wishlist-content p {
  font-family: QuicksandSemiBold !important;
  font-size: 13px;
  color: #878787;
  margin: 15px auto;
  margin-bottom: 15px !important;
}

.empty-wishlist-content .continue-shopping-on-wishlist {
  color: #0a64f9;
  width: 200px;
  border: 2px solid #0a64f9;
  background: #fff;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
  text-transform: capitalize !important;
  background: #ffffff;
  border-radius: 5px;
}

.continue-shopping-on-wishlist:hover {
  background: #fff !important;
}

.continue-shopping-on-wishlist a {
  text-decoration: none;
  color: #0a64f9;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
}

/* End Wishlist */

/* Start Wishlist */
.single-store-loyalty-point {
  display: flex;
  flex-wrap: wrap;
}

.single-store-empty-loyalty-point {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 55vh;
}

.empty-loyalty-point-content {
  /* width: 300px; */
  /* height: 70vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty-loyalty-point-content img {
  width: 80px;
  margin-bottom: 20px;
}

.empty-loyalty-point-content h1 {
  font-family: QuicksandSemiBold !important;
  font-size: 19px;
  color: #232323;
}

.empty-loyalty-point-content p {
  font-family: QuicksandSemiBold !important;
  font-size: 13px;
  color: #878787;
  margin: 15px auto;
  margin-bottom: 15px !important;
}

.empty-loyalty-point-content .continue-shopping-on-loyalty-point {
  color: #0a64f9;
  width: 200px;
  border: 2px solid #0a64f9;
  background: #fff;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
  text-transform: capitalize !important;
  background: #ffffff;
  border-radius: 5px;
}

.continue-shopping-on-loyalty-point:hover {
  background: #fff !important;
}

.continue-shopping-on-loyalty-point a {
  text-decoration: none;
  color: #0a64f9;
  font-size: 14px;
  font-family: QuicksandSemiBold !important;
}

/* End Wishlist */

/* Start HomePage */
.home-page-all-sections {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
}

.home-page-all-sections > div {
  margin: 10px auto;
  width: 100%;
}

.home-categories {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-home-categorie {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.single-home-categorie > .single-home-categorie-image-section {
  height: 100px;
  width: 100px;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  /* background-color: red; */
}

.single-home-categorie > span {
  justify-content: center;
  text-align: center;
  margin: 8px 0 0 0;
  font-family: QuicksandMedium !important;
  font-size: 16px;
  color: #131313;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.quickvee-home-stores {
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quickvee-home-stores > h1 {
  font-size: 24px;
  color: #212121;
  font-family: QuicksandBold !important;
}

.quickvee-home-all-stores {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
}

.quickvee-home-single-store {
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 1000px) {
  .quickvee-home-single-store {
    width: 21%;
    margin: 2%;
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.quickvee-home-single-store > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.q-store-image-section {
  position: relative;
  border: 2px solid #f2f2f2;
  width: 130px;
  height: 130px;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
}

.q-store-image-section img {
  width: 90%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
}

.q-store-content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  text-align: center;
  width: 238px;
}

.q-store-content-section > span {
  margin-top: 10px;
  /* font-size: 18px; */
  font-size: clamp(16px, 0.05px + 2.6783vw, 18px) !important;
  color: #232323;
  font-family: QuicksandBold !important;
}

.q-store-content-section > p {
  font-size: 13px;
  color: #232323;
  font-family: QuicksandMedium !important;
}

.quicvee-home-banner {
  margin: 40px 0;
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.quicvee-home-banner > .quickvee-home-banner-image {
  height: auto;
  width: 100%;
  object-fit: contain;
}

/*  search box  */

.search-data-box::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.search-data-box::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  cursor: pointer;
}

/* Handle */
.search-data-box::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}

/* Handle on hover */
.search-data-box::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

.search-data-box {
  z-index: 5;
  left: 250px;
  top: 55px;
  width: 50vw;
  overflow-y: auto;
  position: absolute;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 6px 15px #0a64f94d;
  max-height: 473px;
  overflow-x: hidden;
  padding: 5px 0px;
}

.search-data-box > a {
  display: block;
  width: 100%;
  /* border-bottom: 1px solid #E1E1E1; */
  padding: 10px 10px;
}

.search-bar-link {
  /* font-family: QuicksandMedium !important; */
  /* width: 100%; */
  color: #202020 !important;
  font-size: 14px;
  padding-inline: 10px;
}

.search-bar-link:visited {
  color: #202020 !important;
}

.online-o-page-profile-box {
  text-align: start;
  z-index: 5;
  right: 110px;
  top: 50px;
  width: 140px;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  box-shadow: 0px 6px 15px #0a64f94d;
  padding: 5px;
  flex-direction: column;
  position: absolute;
  right: 0;
  margin-right: 2%;
  bottom: 0;
  display: inline-table;
}

.online-o-page-profile-box > .profile-bar-link {
  text-align: start;
  text-decoration: none !important;
  font-family: QuicksandMedium !important;
  width: 100%;
  color: #000000 !important;
  font-size: 14px;
  padding: 7px;
  display: block;
}

.online-o-page-profile-box > .profile-bar-link-logout {
  text-transform: capitalize;
  font-family: QuicksandMedium !important;
  /* margin-left: -31px; */
}

.online-o-page-profile-box > .profile-bar-link-logout:hover {
  background: none !important;
}

.online-o-page-profile-box > .profile-bar-link:nth-child(0) {
  border-bottom: 1px solid #e1e1e1;
}

.online-o-page-profile-box > .profile-bar-link:nth-child(1) {
  border-bottom: 1px solid #e1e1e1;
}

.online-o-page-profile-box > .profile-bar-link:nth-child(2) {
  border-bottom: 1px solid #e1e1e1;
}

.top-bar-button:hover {
  background: none !important;
}

/* End Homepage */

/* Start Footer */
.footer_area {
  width: 100%;
  height: auto;
  background: #f6f6f6;
  padding: 10px 0;
  float: left;
  margin-top: 20px;
}

.footer_area_inner {
  width: 74%;
  height: auto;
  margin: 0 auto;
}

.footer_area_inner.footer_area_inner_menu {
  width: 100%;
  height: auto;
  padding-left: 18%;
  padding-right: 2%;
  display: inline-block;
}

.footer_areaL {
  width: 40%;
  height: auto;
  float: left;
}

.footer_areaL p {
  display: inline-block;
  font-size: 12px;
  color: #707070;
  font-family: 'QuicksandMedium';
}

.footer_areaR {
  width: 60%;
  height: auto;
  float: left;
}

.footer_areaR ul {
  list-style: none;
  float: right;
  padding: 0px;
}

.footer_areaR ul li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #707070;
  display: inline-block;
}

.footer_areaR ul li:last-child {
  border-right: none;
  padding-right: 0px;
}

.footer_areaR ul li a {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  color: #707070;
  font-family: 'QuicksandMedium';
}

.footer_areaR ul li a:hover {
  color: #0a64f9;
}

/* End Footer */

/* Start Header*/

.header_area {
  width: 100%;
  height: auto;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  margin-bottom: 10px;
}

.quickvee_logo {
  width: 148px;
  height: 44px;
}

.header_area_box {
  display: flex;
  align-items: center;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.header_area_box > .other-header-items {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.logo_area {
  width: auto;
  float: left;
  margin-right: 20px;
}

.home_page_top_category_div {
  /* width: 173px !important; */
  height: auto;
  padding: 0 10px;
  text-align: center;
}

.home_page_top_category_div > .q-single-category-link-home {
  text-decoration: none !important;
  display: inline-block;
}

.q-single-category-link-home > span {
  text-decoration: none !important;
  display: inline-block;
  color: #000 !important;
  margin-top: 10px;
  font-family: QuicksandMedium !important;
}

.home_page_top_category_div_inner {
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.home_page_top_category_div_inner img {
  width: 100%;
}

.links-div {
  position: relative;
}

.home-page-link-box {
  z-index: 5;
  left: 0px;
  /* top: 50px; */
  width: 130px;
  position: absolute;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  box-shadow: 0px 6px 15px #0a64f94d;
  padding: 5px;
  flex-direction: column;
}

.home-page-link-box > .profile-bar-link {
  text-decoration: none !important;
  font-family: QuicksandMedium !important;
  width: 100%;
  color: #000000 !important;
  font-size: 14px;
  padding: 7px;
}

.home-page-link-box > .profile-bar-link:nth-child(1) {
  border-bottom: 1px solid #e1e1e1;
}

.home-search-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

.logo-image-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.logo-image {
  width: 35px;
  border-radius: 50%;
  border: 1px solid rgb(193 193 193);
  margin-right: 20px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ..home-search-items:hover {
  background-color: red;
} */

.home-search-items img {
  /* display: none; */
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgb(193 193 193);
  /* margin-right: 20px; */
}

.home-search-data-box::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.home-search-data-box::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  cursor: pointer;
}

/* Handle */
.home-search-data-box::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}

/* Handle on hover */
.home-search-data-box::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

.home-search-data-box {
  z-index: 5;
  left: 302px;
  top: 63px;
  width: 35vw;
  overflow-y: auto;
  position: absolute;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 6px 15px #0a64f94d;
  max-height: 432px;
  overflow-x: hidden;
  padding: 5px 0px;
}

.home-search-data-box > div {
  width: 100%;
  /* border-bottom: 1px solid #E1E1E1; */
  padding: 10px 10px;
}

/* End Header*/

/* Start Search category*/
/* .search-category-visit-store-btn {
  background: #0A64F9;
  color: #FFF !important;
  font-size: 15px !important;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #0A64F9;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.search-category-visit-store-btn:hover {
  background: #FFF;
  color: #0A64F9 !important;
} */

/* Start Search category*/
/* .search-category-visit-store-btn {
  background: #0A64F9;
  color: #FFF !important;
  font-size: 15px !important;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #0A64F9;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.search-category-visit-store-btn:hover {
  background: #FFF;
  color: #0A64F9 !important;
} */

/* Start Search category*/
.search-category-visit-store-btn {
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  flex-shrink: 0;
  /* color: #fff !important; */
  /* color: inherit;
  font-size: 15px !important;
  padding: 6px 10px 6px 10px;
  border-radius: 6px;
  border: 1px solid #0a64f9; */
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1024px) {
  .search-category-visit-store-btn {
    border: 0;
    padding: 6px 0px 6px 0px;
  }
}

/* .search-category-visit-store-btn:hover {
  background: #fff;
  color: #0a64f9 !important;
} */

.search-category-page-store-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  flex: 1.5 !important;
}
@media (max-width: 480px) {
  .search-category-page-store-detail {
    display: unset !important;
  }
}

.search-category-page-store-detail > .search-category-store-image-div {
  width: 75px !important;
  height: 74px;
  float: left;
  border: 2px solid #f2f2f2;
  border-radius: 100px;
  overflow: hidden;
  padding: 8px;
  text-align: center;
  margin-right: 16px;
  position: relative;
}

.search-category-page-store-detail > .search-category-store-image-div img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-category-page-store-description {
  /* width: 230px;
  height: 74px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search-category-page-store-description > span {
  text-transform: capitalize !important;
  font-family: QuicksandBold !important;
}

.search-category-page-store-description > p {
  font-size: 13px;
  text-transform: capitalize;
  font-family: 'QuicksandMedium';
}

/*End Search category*/

.profile-page-user-data-button {
  display: flex;
  align-items: center;
  padding: 3px 15px;
  background: #fff !important;
  color: #232323 !important;
  padding: 0px;
}

.profile-page-user-data-button > img {
  margin-top: -3px !important;
  width: 22px;
}

/* LoyaltyPointsZone Start */
.loyalty-point-zone-page {
  width: 100%;
  margin-left: 250px;
  height: 85vh;
}

.loyalty-point-zone-banner {
  background-image: url('/vite-assets/LoyaltyPointBgCoins-Cvjwx1ES.png'),
    url('/vite-assets/loyaltyPointBackground-C4NtiY0J.png');
  background-position: right center, left top;
  /* background-position: 300px,800px; */
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;

  width: 100%;
  height: 200px;
  display: flex;
  padding: 40px 60px 60px 60px;
}

@media (max-width: 768px) {
  .loyalty-point-zone-banner {
    background-image: url('/vite-assets/LoyaltyPointBgCoins-Cvjwx1ES.png'),
      url('/vite-assets/loyaltyPointBackground-C4NtiY0J.png');
    /* background-position: right center, left top; */
    background-position: 50px, 800px;
    background-repeat: no-repeat, repeat;
    background-size: cover;

    width: 100%;
    height: 200px;
    display: flex;
    padding: 40px 60px 60px 20px;
  }
}

.loyalty-point-zone-top-detail > span {
  font-size: clamp(1rem, 1rem + 3.6783vw, 5rem) !important;
}

.loyalty-point-zone-top-detail > p {
  font-size: clamp(14px, 1px + 4.6783vw, 18px) !important;
}

.loyalty-point-zone-top-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.loyalty-point-zone-top-detail > p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: QuicksandSemiBold !important;
  font-size: 18px;
  color: #fff;
}

.loyalty-point-zone-top-detail > p > span {
  margin-left: 10px;
}

.loyalty-point-zone-top-detail > span {
  font-size: 4rem;
  color: #fdba18;
  font-family: 'QuicksandBold';
}

.loyalty-point-zone-detail-section {
  margin: 20px 10%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 2%;
}

.loyalty-details-table {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.loyalty-order-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2%;
  /* cursor: pointer; */
}

@media (max-width: 532px) {
  .loyalty-order-details div {
    font-size: 12px;
  }

  .loyalty-order-id {
    font-size: 12px !important;
  }

  .loyalty-pont-decrement {
    font-size: 12px !important;
  }
}

.loyalty-order-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5%;
}

.loyalty-point-increament {
  color: #10c558;
  font-size: 15px;
  font-family: QuicksandSemiBold !important;
}

.loyalty-pont-decrement {
  color: #f55353;
  font-size: 15px;
  font-family: QuicksandSemiBold !important;
  margin-top: 5px;
}

.loyalty-order-deatils {
  color: #0a64f9;
  font-size: 16px;
  font-family: QuicksandSemiBold;
}

@media (max-width: 480px) {
  .loyalty-order-deatils {
    display: none !important;
  }
}

.loyalty-order-point {
  color: #2e2e2e;
  font-size: 15px;
  font-family: QuicksandMedium;
}

.loyalty-order-id {
  color: #707070;
  font-size: 14px;
  font-family: QuicksandMedium;
  margin-top: 5px;
}

.loyalty-details-table > p {
  color: #212121;
  font-size: 16px;
  font-family: QuicksandSemiBold !important;
}

.loyalty-order-deatils {
  color: #0a64f9;
  font-size: 16px;
  font-family: QuicksandSemiBold;
}

.loyalty-order-point {
  color: #2e2e2e;
  font-size: 15px;
  font-family: QuicksandMedium;
}

.loyalty-order-id {
  color: #707070;
  font-size: 14px;
  font-family: QuicksandMedium;
  margin-top: 5px;
}

.loyalty-details-table > p {
  color: #212121;
  font-size: 16px;
  font-family: QuicksandSemiBold !important;
}

.loyalty-border-line {
  border-bottom: 1px solid #e9e9e9;
  margin-top: 20px;
  opacity: 1;
}

/* LoyaltyPointsZone End */

/* Store Credit points */
.StoreCredit-point-zone-page {
  width: 100%;
  /* height: auto; */
  margin-left: 250px;
}

@media (max-width: 768px) {
  .StoreCredit-point-zone-page {
    margin-left: 0;
  }
}

.StoreCredit-zone-detail-section {
  margin: 6%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 50px;
  /* padding-bottom: 50%; */
}

.loyalty-border-line {
  border-bottom: 1px solid #e9e9e9;
  margin-top: 20px;
  opacity: 1;
}

/* LoyaltyPointsZone End */

/* View Hours */

.hours-option-main {
  display: flex !important;
  align-items: start !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
}
.full-hours-data-detail .hours-options {
  background-color: #f6f6f6;
  width: 24%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 2px;
}
.full-hours-data-detail .hours-options img {
  width: 22px;
  height: 22px;
  margin-bottom: 6px;
}

.hours-options p {
  color: #515151;
  font-size: 12px;
  font-weight: 400;
  font-family: Jost !important;
}

.hours-options span {
  color: #515151;
  font-size: 14px;
  font-weight: 600;
  font-family: Jost !important;
}

@media (max-width: 560px) {
  .full-hours-data-detail .hours-options {
    background-color: #f6f6f6;
    width: 48%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    margin: 2px;
  }
}

@media (max-width: 568px) {
  #modal-view-full-hours-header > span {
    font-size: 21px;
  }
}

/* Wishlist Start */
.wishlist_container{
  margin-left: 1rem;
}
.wishlist-modal{
  padding: 1rem 2rem !important;
  border: 0px !important;
}
.wishListContainer{
  border-top: 0.1px solid #cbc8c8;;
  margin: 0rem 2rem;
   max-height: 300px;
  overflow-y: auto;
}
.wishlistCross{
  width: 13px;
  filter: drop-shadow(0px 0.5px 0.5px black);
}
.modalTitle{
  color: #2D2A6E !important;
  text-transform: unset !important;
}
.wishlsitBtn_conatiner{
  padding: 1rem 2rem !important;
  display: flex;
  justify-content: space-between;

}
.createwishlsitBtn_conatiner{
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.wishlistDoneBTn,.createwishlistDoneBTn{
  width: 7.5rem;
}

.new_wishlist{
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  font: inherit;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
}
.checkbox_list{
  display: flex;
  align-items: center;
  gap: 10px;
  /* border: 1px solid #0d6efd; */
  border-radius: 0.75rem;
  padding: 12px 0px 12px 16px;
  margin-top: 1rem;
  cursor: pointer;
}

/* Custom box */

  .wishlist_input:checked ~ .category-checkmark {
    background-color: #108910;
    border-color: #108910;
  }

  .wishlist_input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

/* Remove unwanted autofill styling */
  .wishlist_input:-webkit-autofill {
    box-shadow: unset !important;
    -webkit-text-fill-color: unset !important;
  }

/* Label */
.checkbox_list {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}

.category-checkmark {
    position: absolute;
    left: 12px;
    top: 15px;
    width: 16px;
    height: 16px;
    border: 1px solid #a19f9f;
    border-radius: 3px;
    background-color: transparent;
}


/* White tick mark */
.category-checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.wishlist_input:checked ~ .category-checkmark::after {
    display: block;
    left: 4.5px;
    top: 1.25px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}



  .wishHeading{
    color: #000000 !important;
    font-weight: 500;
  }




/* Wishlist End */


@media (min-width: 1920px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1367px) {
  .q-sv-single-product .single-p-select-variant-btn {
    font-size: 13px;
  }
  .slick-initialized .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1281px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1279px) {
}
@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
  .main-authentication-component .wrapper {
    display: none;
  }
  .main-authentication-component {
    height: 96vh;
  }
}

@media (max-width: 1023px) {
}

@media (max-width: 991px) {
}
@media (max-width: 950px) {
}
@media (max-width: 800px) {
}
@media (max-width: 768px) {
  .footer_area_inner {
    width: 90%;
  }
  .quicvee-home-banner img.DesktopBanner {
    display: none;
  }
  .quicvee-home-banner img.MobileBanner {
    display: block;
  }
  .basic-modal {
    width: 95%;
  }
  .delivery-address-update-form {
    /* display: unset; */
  }
}
@media (max-width: 767px) {
  /* .order-top-bar-search {
    display: none;
  } */
  .header_area {
    margin-bottom: 0;
  }

  .order-top-bar-search {
    justify-content: space-between;
    border-radius: 0px;
    width: 100%;
  }

  .footer_areaL {
    width: 100%;
    text-align: center;
  }
  .footer_areaR {
    width: 100%;
    text-align: center;
  }
  .footer_areaR ul {
    float: unset;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .home_page_top_category_div_inner {
    width: 70px;
    height: 70px;
  }
  .q-single-category-link-home > span {
    font-size: 14px;
  }
}

@media (max-width: 515px) {
  .footer_area_inner {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .footer_areaR ul li {
    width: 50%;
    margin-bottom: 8px;
  }

  .footer_areaR ul li:nth-child(2),
  .footer_areaR ul li:nth-child(4) {
    border-right: 0;
  }
}

@media (max-width: 479px) {
}

@media (max-width: 420px) {
}
@media (max-width: 419px) {
}
@media (max-width: 380px) {
}
/* home page category error */
.home_alert_area {
  width: 74%;
  margin: 20px auto 0px;
}

.alert.home_alert_div {
  background: #f5f9ff;
  padding: 16px;
  border-radius: 5px;
  position: relative;
}

.home_alert_div button {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 50%;
}

.home_alert_div h3 {
  color: #2e2e2e;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}

.home_alert_div p {
  color: #707070;
  font-family: 'Poppins', sans-serif;
}

.cursor-pointer {
  cursor: pointer;
}

.home-search-data-box,
.search-data-box {
  left: 0px;
  top: 50px;
  width: auto;
  right: 0;
}

.relative {
  position: relative;
}

.input-outer-div .custom-input-field {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
}

.search-category-visit-store-btn {
  color: inherit;
}

.home-page-all-sections {
  margin-top: 15px;
}

/* for age confirmation modal */
.age_popup_logo_area {
  width: 35%;
  height: auto;
  margin: 10px auto 0;
  text-align: center;
}
.age_popup_content_area {
  width: 100%;
  height: auto;
}
.age_popup_content_area h4 {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  font-family: QuicksandBold !important;
}

.age_popup_content_area p {
  font-size: 14px;
  font-family: QuicksandMedium !important;
  color: #232323;
  text-align: center;
  margin-bottom: 10px !important;
  font-weight: 300;
}

.age_popup_content_area span {
  font-weight: 600;
}

.age_popup_button_area {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 20px 0;
}
.modal-body.age-confirmation-modal-body {
  padding: 20px 30px;
}

.age_popup_button_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.age_popup_black_btn,
.age_popup_grey_btn {
  color: #ffffff;
  font-size: 12px;
  padding: 12px 12px;
  text-decoration: none;
  flex: 1;
  text-align: center;
  border-radius: 100px;
  outline: none;
  border: 0;
  font-family: QuicksandBold !important;
  font-weight: 500;
}

.age_popup_black_btn {
  background-color: #000;
  white-space: nowrap;
}
.age_popup_grey_btn {
  background-color: #ccc;
  color: #565656;
  white-space: nowrap;
}

.age_popup_uber_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.age_popup_uber_row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.age_popup_uber_icon {
  width: 24px;
  height: 24px;
}

.age_popup_uber_text {
  color: #6a7282;
  text-align: center;
  font-family: 'Jost', QuicksandMedium, system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
}

.age_popup_uber_text_uber {
  color: #000000;
}

.stateDropdown .modal-form-single-input {
  /* height: 10px; */
}

.flex-1 {
  flex: 1;
}

.single-store-wishlist .q-sv-single-product {
  margin-right: 26px;
  /* width: 242px; */
}

.new__input .modal-form-single-input .css-fi4tqy {
  height: 2.1rem;
  padding: 12px 12px 4px !important;
}

.no-stock-variant-product,
.quickvee-store-cart-items
  > .quickvee-store-cart-single-item
  > .quickvee-scsi-content
  > p.no-stock-variant-product {
  font-size: 15px;
  font-family: QuicksandMedium !important;
  text-transform: capitalize !important;
  color: red;
  font-weight: 500;
  line-height: 1.25;
  margin: 10px 0px;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > .payment-checkout-with-login:disabled,
.quickvee-store-topbar-cart > .quickvee-store-cart-checkout-btn > .disable-link,
.quickvee-store-cart-checkout-btn .button-for-minamount-on-delivery:disabled {
  pointer-events: all;
  cursor: not-allowed;
  background-color: rgb(199, 199, 199);
  border-color: rgb(199, 199, 199);
  color: gray;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > .payment-checkout-as-guest:disabled {
  pointer-events: all;
  cursor: not-allowed;
  border-color: rgb(199, 199, 199);
  color: gray;
}

.payment-page-wishlist-cart-items.error {
  border: 1px solid red;
}

@media (max-width: 480px) {
  .payment-page-wishlist-cart-items.error {
    border: unset;
    border-top: 1px solid red !important;
    border-bottom: 1px solid red !important;
  }
}
.quickvee-store-cart-items > .quickvee-store-cart-single-item.error {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}

.quickvee-store-cart-checkout-btn {
  display: flex;
  flex-direction: column;
}

.out-of-stock-products-info {
  color: red;
  background-color: #f0f0f0;
  border-radius: 4px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: QuicksandMedium !important;
  font-weight: 500;
  line-height: 1.25;
}
: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;
}

.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;
}

@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-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 {
  -webkit-margin-end: 10px;
          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);
  }
}
._auth_r4mfg_1 {
  width: 100%;
  max-width: 510px;
  margin: auto;
  color: #10213b;
}

._authFormWrapper_r4mfg_8 {
  width: 100%;
}

._authContainer_r4mfg_12 {
  text-align: left;
}

._authHeading_r4mfg_16 {
  margin: 0;
  color: #091a35;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
  text-align: left;
}

._authDescription_r4mfg_26 {
  margin: 10px 0 24px;
  color: #627089;
  font-size: 14px;
  line-height: 1.6;
}

._authSwitch_r4mfg_33 {
  width: 100%;
  margin: 0 0 26px;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid #e2e8f1;
  border-radius: 13px;
  background: #f1f4f8;
}
._authSwitch_r4mfg_33 button {
  min-width: 0;
  min-height: 40px;
  padding: 8px 14px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #53627a;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}
._authSwitch_r4mfg_33 button:hover {
  color: #0b63ed;
  background: rgba(255, 255, 255, 0.68);
}
._authSwitch_r4mfg_33 button._active_r4mfg_61 {
  color: #10213b;
  background: #fff;
  box-shadow: 0 2px 8px rgba(19, 45, 84, 0.1);
}
._authSwitch_r4mfg_33 button:focus-visible {
  outline: 3px solid rgba(20, 108, 247, 0.24);
  outline-offset: 1px;
}

._form_r4mfg_71 {
  width: 100%;
}

._formGroup_r4mfg_75 {
  width: 100%;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  text-align: left;
}
._formGroup_r4mfg_75 label {
  margin: 0 0 8px;
  color: #263a58;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
._formGroup_r4mfg_75 .MuiOutlinedInput-root {
  min-height: 48px;
  border-radius: 11px;
  background: #fff;
  transition: box-shadow 160ms ease, background-color 160ms ease;
}
._formGroup_r4mfg_75 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: #8ea4c3;
}
._formGroup_r4mfg_75 .MuiOutlinedInput-root.Mui-focused {
  box-shadow: 0 0 0 4px rgba(20, 108, 247, 0.11);
}
._formGroup_r4mfg_75 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-width: 1px;
  border-color: #146cf7;
}
._formGroup_r4mfg_75 .MuiOutlinedInput-input {
  height: auto;
  padding: 13px 14px;
  color: #10213b;
  font-size: 15px;
  line-height: 20px;
}
._formGroup_r4mfg_75 .MuiOutlinedInput-input::placeholder {
  color: #8793a7;
  opacity: 1;
}

._posRelative_r4mfg_119 {
  position: relative;
}

._dFlex_r4mfg_123 {
  display: flex;
}

._flexColumn_r4mfg_127 {
  width: 100%;
  flex-direction: column;
}

._flex1_r4mfg_132 {
  flex: 1;
}

._fieldsGrid_r4mfg_136,
._fullNameSec_r4mfg_137,
._phoneNumberSec_r4mfg_138 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

._fullNameSec_r4mfg_137 ._formGroup_r4mfg_75 {
  min-width: 0;
}

._widthsetpassword_r4mfg_149 {
  width: 100%;
}
._widthsetpassword_r4mfg_149 .MuiOutlinedInput-input {
  padding-right: 70px;
}

._passwordToggle_r4mfg_156 {
  position: absolute;
  right: 7px;
  top: 27px;
  min-width: 58px;
  min-height: 38px;
  padding: 7px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #31527e;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
._passwordToggle_r4mfg_156:hover {
  color: #0b63ed;
  background: #eff5ff;
}
._passwordToggle_r4mfg_156:focus-visible {
  outline: 3px solid rgba(20, 108, 247, 0.22);
  outline-offset: 1px;
}

._error_r4mfg_180 {
  margin: 6px 0 0;
  color: #c92a3b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

._fieldHelp_r4mfg_188 {
  margin: 6px 0 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
}

._helperRow_r4mfg_195 {
  margin: -2px 0 20px;
  display: flex;
  justify-content: flex-end;
}

._textLink_r4mfg_201 {
  color: #0b63ed;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
._textLink_r4mfg_201:hover {
  text-decoration: underline;
}
._textLink_r4mfg_201:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(20, 108, 247, 0.22);
  outline-offset: 3px;
}

._btnAuth_r4mfg_216 {
  width: 100%;
  min-height: 48px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #146cf7;
  border-radius: 11px;
  background: linear-gradient(135deg, #146cf7, #0759dc);
  color: #fff;
  box-shadow: 0 8px 18px rgba(20, 108, 247, 0.2);
  font-size: 15px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
._btnAuth_r4mfg_216:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 11px 24px rgba(20, 108, 247, 0.27);
  filter: saturate(1.08);
}
._btnAuth_r4mfg_216:focus-visible {
  outline: 3px solid rgba(20, 108, 247, 0.27);
  outline-offset: 3px;
}
._btnAuth_r4mfg_216:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

._divider_r4mfg_247 {
  width: 100%;
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #667085;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
._divider_r4mfg_247::before, ._divider_r4mfg_247::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #e3e8f0;
}
._divider_r4mfg_247 span {
  flex: 0 0 auto;
}

._authWithGoogle_r4mfg_268 button,
._authWithFacebook_r4mfg_269 button,
._authWithApple_r4mfg_270 button {
  width: 100%;
  min-height: 48px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid #d9e1ec;
  border-radius: 11px;
  color: #20334f;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
._authWithGoogle_r4mfg_268 button:hover,
._authWithFacebook_r4mfg_269 button:hover,
._authWithApple_r4mfg_270 button:hover {
  border-color: #a7b9d2;
  background: #f8faff;
  box-shadow: 0 5px 14px rgba(19, 45, 84, 0.08);
}
._authWithGoogle_r4mfg_268 button:focus-visible,
._authWithFacebook_r4mfg_269 button:focus-visible,
._authWithApple_r4mfg_270 button:focus-visible {
  outline: 3px solid rgba(20, 108, 247, 0.22);
  outline-offset: 3px;
}
._authWithGoogle_r4mfg_268 button img,
._authWithFacebook_r4mfg_269 button img,
._authWithApple_r4mfg_270 button img {
  width: 22px;
  height: 22px;
}

._formFooter_r4mfg_307 {
  margin: 22px 0 0;
  color: #627089;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
._formFooter_r4mfg_307 a {
  margin-left: 5px;
  color: #0b63ed;
  font-weight: 750;
  text-decoration: none;
}
._formFooter_r4mfg_307 a:hover {
  text-decoration: underline;
}

._subheading_r4mfg_324 {
  display: block;
  margin: 10px 0 26px;
  color: #627089;
  font-size: 14px;
  line-height: 1.6;
}

._recaptchaFrame_r4mfg_332 {
  width: 100%;
  min-height: 78px;
  margin: 2px 0 18px;
  overflow: hidden;
}

._recaptcha_r4mfg_332 {
  width: 304px;
  max-width: 100%;
  transform-origin: left top;
}

._statusBox_r4mfg_345 {
  width: 100%;
  margin-top: 18px;
}

._merchantBadge_r4mfg_350 {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b63ed;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
._merchantBadge_r4mfg_350::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22b573;
  box-shadow: 0 0 0 4px rgba(34, 181, 115, 0.12);
}

@media (max-width: 600px) {
  ._auth_r4mfg_1 {
    max-width: 100%;
    margin: 0;
  }
  ._authHeading_r4mfg_16 {
    font-size: 28px;
  }
  ._fullNameSec_r4mfg_137,
  ._phoneNumberSec_r4mfg_138,
  ._fieldsGrid_r4mfg_136 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 350px) {
  ._recaptcha_r4mfg_332 {
    transform: scale(0.86);
  }
  ._recaptchaFrame_r4mfg_332 {
    min-height: 68px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._btnAuth_r4mfg_216,
  ._authSwitch_r4mfg_33 button,
  ._authWithGoogle_r4mfg_268 button {
    transition: none;
  }
}._page_7b78e_1 {
  --auth-blue: #146cf7;
  --auth-navy: #071d3c;
  min-height: 100svh;
  padding: clamp(18px, 3vw, 42px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 8% 12%, rgba(20, 108, 247, 0.16), transparent 26rem), radial-gradient(circle at 92% 88%, rgba(38, 188, 255, 0.12), transparent 24rem), #f5f8fd;
}

._shell_7b78e_12 {
  width: min(1120px, 100%);
  height: min(820px, 100svh - clamp(36px, 6vw, 84px));
  min-height: min(760px, 100svh - clamp(36px, 6vw, 84px));
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(460px, 1.18fr);
  overflow: hidden;
  border: 1px solid rgba(152, 172, 203, 0.24);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(19, 45, 84, 0.14);
}

._story_7b78e_25 {
  position: relative;
  isolation: isolate;
  padding: clamp(36px, 5vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(20, 108, 247, 0.96), rgba(8, 44, 99, 0.98)), #0d5dda;
}
._story_7b78e_25::before, ._story_7b78e_25::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}
._story_7b78e_25::before {
  width: 360px;
  height: 360px;
  top: -132px;
  right: -168px;
  box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.035), 0 0 0 108px rgba(255, 255, 255, 0.025);
}
._story_7b78e_25::after {
  width: 250px;
  height: 250px;
  bottom: -132px;
  left: -96px;
  background: rgba(38, 188, 255, 0.1);
}

._storyContent_7b78e_58 {
  max-width: 390px;
}
._storyContent_7b78e_58 h2 {
  margin: 20px 0 18px;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: #fff;
}
._storyContent_7b78e_58 > p {
  margin: 0;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

._eyebrow_7b78e_77 {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._benefits_7b78e_92 {
  margin: 38px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}
._benefits_7b78e_92 li {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 600;
}
._benefits_7b78e_92 span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #bfe3ff;
  font-size: 11px;
  font-weight: 800;
}

._storyFooter_7b78e_121 {
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

._formPanel_7b78e_130 {
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

._formShell_7b78e_138 {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

._brandBar_7b78e_146 {
  min-height: 76px;
  padding: 15px clamp(20px, 4vw, 46px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e8edf5;
}

._logoButton_7b78e_156 {
  min-width: 0;
  padding: 5px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}
._logoButton_7b78e_156 img {
  display: block;
  width: clamp(128px, 13vw, 152px);
  height: auto;
}

._backLink_7b78e_170 {
  min-height: 40px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 10px;
  color: #38506f;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
._backLink_7b78e_170 svg {
  width: 18px;
  height: 18px;
}
._backLink_7b78e_170:hover {
  color: #0b63ed;
  background: #eff5ff;
}

._formViewport_7b78e_191 {
  min-height: 0;
  padding: clamp(24px, 4vh, 46px) clamp(18px, 5vw, 58px) 34px;
  display: flex;
  align-items: center;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #a9b9cf transparent;
}
._formViewport_7b78e_191::-webkit-scrollbar {
  width: 8px;
}
._formViewport_7b78e_191::-webkit-scrollbar-track {
  background: transparent;
}
._formViewport_7b78e_191::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: #a9b9cf;
  background-clip: padding-box;
}
._formViewport_7b78e_191::-webkit-scrollbar-thumb:hover {
  background: #7f94b1;
  background-clip: padding-box;
}

._formViewport_7b78e_191 > * {
  width: 100%;
}

._logoButton_7b78e_156:focus-visible,
._backLink_7b78e_170:focus-visible {
  outline: 3px solid rgba(20, 108, 247, 0.28);
  outline-offset: 2px;
}

@media (max-width: 1024px) {
  ._page_7b78e_1 {
    padding: 22px;
  }
  ._shell_7b78e_12 {
    width: min(640px, 100%);
    height: calc(100svh - 44px);
    min-height: calc(100svh - 44px);
    grid-template-columns: 1fr;
  }
  ._story_7b78e_25 {
    display: none;
  }
}
@media (max-width: 600px) {
  ._page_7b78e_1 {
    min-height: 100svh;
    padding: 0;
    place-items: stretch;
    overflow: visible;
    background: #fff;
  }
  ._shell_7b78e_12 {
    height: auto;
    min-height: 100svh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  ._brandBar_7b78e_146 {
    min-height: 66px;
    padding: 10px 14px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  ._formViewport_7b78e_191 {
    padding: 28px max(16px, env(safe-area-inset-right)) 34px max(16px, env(safe-area-inset-left));
    align-items: flex-start;
    overflow: visible;
  }
  ._backLink_7b78e_170 {
    padding-inline: 9px;
  }
  ._backLink_7b78e_170 span {
    display: none;
  }
}
@media (max-height: 500px) and (min-width: 601px) and (max-width: 1024px) {
  ._page_7b78e_1 {
    padding: 10px;
  }
  ._shell_7b78e_12 {
    height: calc(100svh - 20px);
    min-height: calc(100svh - 20px);
    border-radius: 20px;
  }
  ._brandBar_7b78e_146 {
    min-height: 60px;
    padding: 8px 24px;
  }
  ._formViewport_7b78e_191 {
    padding: 18px 34px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._formViewport_7b78e_191 {
    scroll-behavior: auto;
  }
}._dFlex_1e0zm_1 {
  display: flex;
}

._input-label_1e0zm_5 {
  font-weight: 500;
}

._justifyEnd_1e0zm_9 {
  justify-content: flex-end;
}

._alignCenter_1e0zm_13 {
  align-items: center;
}

._miniHeader_1e0zm_17 {
  background-color: #2d2a6e;
  padding: 0px 18px;
}
._miniHeader_1e0zm_17 ul {
  gap: 28px;
}
._miniHeader_1e0zm_17 ul li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
}

._form-header_1e0zm_34 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
._form-header_1e0zm_34 ._header_1e0zm_40 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._form-header_1e0zm_34 ._header_1e0zm_40 ._modal-heading_1e0zm_45 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #101828;
  margin-bottom: 0;
}
._form-header_1e0zm_34 ._header_1e0zm_40 ._close-icon_1e0zm_52 {
  padding: 0;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #dce4ee;
  border-radius: 10px;
  background: #f8fafc;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
._form-header_1e0zm_34 ._header_1e0zm_40 ._close-icon_1e0zm_52 img {
  width: 16px;
  height: 16px;
  object-fit: cover;
}
._form-header_1e0zm_34 ._header_1e0zm_40 ._close-icon_1e0zm_52:hover {
  border-color: #bed3ee;
  background: #eef5ff;
}
._form-header_1e0zm_34 ._header_1e0zm_40 ._close-icon_1e0zm_52:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}
._form-header_1e0zm_34 ._header-text_1e0zm_77 {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #667085;
}

._action-button_1e0zm_85 {
  width: 210px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  padding: 10px 0 !important;
  border-radius: 8px !important;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

._save-button_1e0zm_99 {
  background-color: #0a64f9 !important;
  border: 1px solid #0a64f9 !important;
  color: #ffffff;
  transition: background-color 0.3s ease;
}
._save-button_1e0zm_99:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  color: #666;
}

._modalOverlay_1e0zm_111 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(8, 25, 48, 0.58);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

._modalContent_1e0zm_126 {
  width: min(560px, 100%);
  max-height: min(760px, 100dvh - 40px);
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(219, 228, 239, 0.92);
  border-radius: 22px;
  outline: none;
  background-color: #fff;
  box-shadow: 0 28px 80px rgba(5, 23, 48, 0.28);
}
._modalContent_1e0zm_126 h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

._editAddressButton_1e0zm_142 {
  min-width: 52px;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid #cfe0f5;
  border-radius: 10px;
  background: #f2f7fd;
  color: #175da9;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
._editAddressButton_1e0zm_142:hover {
  border-color: #96bcea;
  background: #e8f2ff;
}
._editAddressButton_1e0zm_142:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}

._locationEmptyState_1e0zm_164 {
  min-height: 132px;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px dashed #cdd9e7;
  border-radius: 14px;
  background: #f8fafc;
  text-align: center;
}
._locationEmptyState_1e0zm_164 > span {
  width: 36px;
  height: 36px;
  margin-bottom: 3px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #eaf3ff;
  color: #0a64f9;
  font-size: 19px;
}
._locationEmptyState_1e0zm_164 strong {
  color: #243d5a;
  font-size: 14px;
  font-weight: 750;
}
._locationEmptyState_1e0zm_164 p {
  max-width: 300px;
  color: #718096;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 600px) {
  ._modalOverlay_1e0zm_111 {
    padding: 10px;
    align-items: flex-end;
  }
  ._modalContent_1e0zm_126 {
    width: 100%;
    max-height: calc(100dvh - 10px);
    padding: 20px 16px;
    border-radius: 22px 22px 14px 14px;
  }
  ._form-header_1e0zm_34 {
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
  ._form-header_1e0zm_34 ._header_1e0zm_40 {
    gap: 12px;
    align-items: flex-start;
  }
  ._form-header_1e0zm_34 ._modal-heading_1e0zm_45 {
    min-width: 0;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 24px;
  }
}
._formGroup_1e0zm_226 {
  margin-bottom: 15px;
}
._formGroup_1e0zm_226 label {
  display: block;
  margin-bottom: 5px;
}
._formGroup_1e0zm_226 input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

._buttonGroup_1e0zm_240 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
._buttonGroup_1e0zm_240 button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
._buttonGroup_1e0zm_240 button:first-child {
  background-color: #007bff;
  color: white;
}
._buttonGroup_1e0zm_240 button:last-child {
  background-color: #28a745;
  color: #fff;
}
._buttonGroup_1e0zm_240 button:not(:first-child):not(:last-child) {
  background-color: #a72828;
  color: white;
}._searchWrapper_jzuhd_1 {
  width: 65%;
  min-width: 0;
  gap: 24px;
  display: flex;
  align-items: center;
  position: relative;
}

._posRel_jzuhd_10 {
  position: relative;
  min-width: 0;
  flex: 1;
}

._locationButton_jzuhd_16 {
  font-size: 14px;
  font-weight: 500;
}

._locationChevron_jzuhd_21 {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  color: #101828;
}

._formSearchBox_jzuhd_28 {
  width: 100%;
  position: relative;
}
._formSearchBox_jzuhd_28 input {
  width: 100%;
  border-radius: 21px;
  height: 38.48px;
  border: 2px solid #f3f3f3;
  padding: 0 45px 0 16px;
  outline: none;
}
._formSearchBox_jzuhd_28 input::placeholder {
  color: #838383;
  font-size: 14px;
}
._formSearchBox_jzuhd_28 input:not(:placeholder-shown) + ._searchIcon_jzuhd_44 {
  animation: _bounce_jzuhd_1 0.8s infinite;
}
@keyframes _bounce_jzuhd_1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
._formSearchBox_jzuhd_28 ._searchIcon_jzuhd_44 {
  position: absolute;
  top: 10px;
  right: 13px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease-in-out;
}

._deliveryPickupSwitch_jzuhd_65 {
  max-width: 233px;
  width: 100%;
  border-radius: 21px;
  background-color: #f6f7f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 10px;
  margin-right: 10px;
}
._deliveryPickupSwitch_jzuhd_65 ._btn_jzuhd_77 {
  padding: 8px 10px;
  flex: 0 0 50%;
  cursor: pointer;
  border-radius: 21px;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  background: transparent;
}
._deliveryPickupSwitch_jzuhd_65 ._btn_jzuhd_77._active_jzuhd_93 {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  color: #0a64f9;
  border: 1px solid #0a64f9;
}
._deliveryPickupSwitch_jzuhd_65 ._btn_jzuhd_77:disabled {
  cursor: unset;
}

._noBackground_jzuhd_103 {
  background-color: transparent !important;
}

/* Utility classes */
._dFlex_jzuhd_108 {
  display: flex;
}

._alignCenter_jzuhd_112 {
  align-items: center;
}

._justifyCenter_jzuhd_116 {
  justify-content: center;
}

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

._flexShrink0_jzuhd_124 {
  flex-shrink: 0;
}

._gap10_jzuhd_128 {
  gap: 10px;
}

._set-store-name_jzuhd_132 {
  font-size: 11px;
  font-weight: 500;
  color: #fff !important;
  background: #0a64f9 !important;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
}

@media (max-width: 768px) {
  ._searchWrapper_jzuhd_1 {
    width: calc(100% - 24px);
    min-width: 0;
    margin: 10px 12px 12px;
    flex-direction: column;
  }
  ._searchWrapper_jzuhd_1 > ._posRel_jzuhd_10 {
    width: 100%;
  }
  ._searchWrapper_jzuhd_1 {
    gap: 12px;
  }
}
@media (max-width: 360px) {
  ._searchWrapper_jzuhd_1 {
    width: calc(100% - 16px);
    margin-right: 8px;
    margin-left: 8px;
  }
  ._searchWrapper_jzuhd_1 ._formSearchBox_jzuhd_28 input {
    padding-right: 38px;
    padding-left: 13px;
  }
  ._searchWrapper_jzuhd_1 ._formSearchBox_jzuhd_28 input::placeholder {
    font-size: 12px;
  }
}
._merchantSearchWrapper_jzuhd_172 {
  width: min(100%, 790px);
  min-width: 280px;
  flex: 1 1 720px;
  gap: 14px;
  font-family: "Manrope", "Jost", sans-serif;
}
._merchantSearchWrapper_jzuhd_172 ._posRel_jzuhd_10 {
  min-width: 0;
}
._merchantSearchWrapper_jzuhd_172 ._formSearchBox_jzuhd_28 input {
  height: 46px;
  border: 1px solid #dfe5ee;
  border-radius: 13px;
  background: #f7f9fc;
  color: #182230;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 0 44px 0 15px;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
._merchantSearchWrapper_jzuhd_172 ._formSearchBox_jzuhd_28 input::placeholder {
  color: #7d899a;
  font-family: inherit;
}
._merchantSearchWrapper_jzuhd_172 ._formSearchBox_jzuhd_28 input:hover {
  border-color: #c5cfdd;
  background: #fff;
}
._merchantSearchWrapper_jzuhd_172 ._formSearchBox_jzuhd_28 input:focus {
  border-color: #0a64f9;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.14);
}
._merchantSearchWrapper_jzuhd_172 ._formSearchBox_jzuhd_28 input:not(:placeholder-shown) + ._searchIcon_jzuhd_44 {
  animation: none;
}
._merchantSearchWrapper_jzuhd_172 ._formSearchBox_jzuhd_28 ._searchIcon_jzuhd_44 {
  width: 19px;
  height: 19px;
  top: 13px;
  right: 14px;
  cursor: default;
}
._merchantSearchWrapper_jzuhd_172 ._locationButton_jzuhd_16 {
  min-height: 46px;
  padding: 0 12px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(176, 201, 231, 0.16);
  border-radius: 12px;
  background: rgba(2, 19, 39, 0.48);
  color: #e3edf9;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: border-color 160ms ease, background-color 160ms ease;
}
._merchantSearchWrapper_jzuhd_172 ._locationButton_jzuhd_16:hover {
  border-color: rgba(176, 209, 248, 0.34);
  background: rgba(255, 255, 255, 0.09);
}
._merchantSearchWrapper_jzuhd_172 ._locationButton_jzuhd_16:focus-visible {
  outline: 3px solid rgba(102, 167, 255, 0.28);
  outline-offset: 2px;
}
._merchantSearchWrapper_jzuhd_172 ._locationChevron_jzuhd_21 {
  color: #a9bad0;
}

._merchantOrderSwitch_jzuhd_246 {
  width: 238px;
  max-width: 238px;
  min-height: 46px;
  margin-right: 0;
  padding: 4px;
  gap: 4px;
  border: 1px solid #e1e7ef;
  border-radius: 14px;
  background: #f2f5f9;
}
._merchantOrderSwitch_jzuhd_246 ._btn_jzuhd_77 {
  flex: 1 1 0;
  min-width: 0;
  min-height: 36px;
  padding: 7px 10px;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #667085;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
._merchantOrderSwitch_jzuhd_246 ._btn_jzuhd_77 ._orderMethodIcon_jzuhd_271 {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  opacity: 0.72;
}
._merchantOrderSwitch_jzuhd_246 ._btn_jzuhd_77._active_jzuhd_93 {
  border-color: #0a64f9;
  background: linear-gradient(145deg, #1672ff 0%, #075bdc 100%);
  color: #fff;
  box-shadow: 0 5px 12px rgba(10, 100, 249, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
._merchantOrderSwitch_jzuhd_246 ._btn_jzuhd_77._active_jzuhd_93 ._orderMethodIcon_jzuhd_271 {
  opacity: 1;
}
._merchantOrderSwitch_jzuhd_246 ._btn_jzuhd_77:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}
._merchantOrderSwitch_jzuhd_246 ._btn_jzuhd_77:disabled {
  cursor: wait;
  opacity: 0.86;
}

._merchantOrderSwitch_jzuhd_246._singleOrderMethod_jzuhd_295 {
  width: auto;
  min-width: 154px;
  max-width: 190px;
  margin-inline: auto;
  flex: 0 0 auto;
  border-color: rgba(148, 183, 228, 0.34);
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
._merchantOrderSwitch_jzuhd_246._singleOrderMethod_jzuhd_295 ._btn_jzuhd_77 {
  min-width: 146px;
  padding-inline: 18px;
  flex: 1 1 auto;
}
._merchantOrderSwitch_jzuhd_246._singleOrderMethod_jzuhd_295 ._btn_jzuhd_77::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
  content: "";
}
._merchantOrderSwitch_jzuhd_246._singleOrderMethod_jzuhd_295 ._btn_jzuhd_77._active_jzuhd_93 {
  border-color: rgba(178, 205, 239, 0.9);
  background: #fff;
  color: #0b4f9f;
  box-shadow: 0 5px 14px rgba(2, 17, 38, 0.22);
}

._merchantResultsPanel_jzuhd_327 {
  z-index: 30;
  top: calc(100% + 8px) !important;
  right: auto !important;
  left: 0 !important;
  width: 100%;
  overflow: auto;
  padding: 7px !important;
  border: 1px solid #dfe5ee !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.16) !important;
}

._merchantResultsPanel_jzuhd_327 ._merchantSearchItem_jzuhd_341 {
  min-height: 62px;
  padding: 8px 9px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto 20px;
  align-items: center;
  gap: 11px;
  border: 0 !important;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 140ms ease, transform 140ms ease;
}
._merchantResultsPanel_jzuhd_327 ._merchantSearchItem_jzuhd_341:hover, ._merchantResultsPanel_jzuhd_327 ._merchantSearchItem_jzuhd_341._merchantSearchItemActive_jzuhd_353 {
  background: #eef5ff !important;
}
._merchantResultsPanel_jzuhd_327 ._merchantSearchItem_jzuhd_341:active {
  transform: scale(0.995);
}
._merchantResultsPanel_jzuhd_327 ._merchantSearchItem_jzuhd_341 > svg {
  width: 18px;
  height: 18px;
  color: #8b98aa;
}

._merchantSearchPrice_jzuhd_365 {
  min-height: 40px;
  padding: 0 8px;
  display: grid;
  place-items: center;
  border: 1px solid #d8e6fa;
  border-radius: 9px;
  background: #f3f7fd;
  color: #0a64f9;
  font-size: 12px;
  font-weight: 800;
}

._merchantSearchCopy_jzuhd_378 {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
._merchantSearchCopy_jzuhd_378 strong {
  overflow: hidden;
  color: #182230;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._merchantSearchCopy_jzuhd_378 small {
  color: #7a8799;
  font-size: 10px;
  font-weight: 600;
}

._merchantSearchStock_jzuhd_398 {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eaf8ef;
  color: #15803d;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

._merchantSearchStockUnavailable_jzuhd_408 {
  background: #fff0f0;
  color: #c52828;
}

._merchantSearchEmpty_jzuhd_413 {
  min-height: 88px;
  margin: 0 !important;
  display: grid;
  place-items: center;
  color: #667085 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center;
}

@media (max-width: 1024px) and (min-width: 769px) {
  ._merchantSearchWrapper_jzuhd_172 {
    gap: 8px;
  }
  ._merchantOrderSwitch_jzuhd_246 {
    width: 210px;
    max-width: 210px;
  }
  ._merchantResultsPanel_jzuhd_327 {
    width: min(560px, 100vw - 184px) !important;
  }
}
@media (max-width: 768px) {
  ._merchantSearchWrapper_jzuhd_172 {
    width: calc(100% - 32px);
    min-width: 0;
    margin: 12px 16px;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  ._merchantSearchWrapper_jzuhd_172 > ._posRel_jzuhd_10 {
    width: auto;
    flex: 1 1 auto;
  }
  ._merchantSearchWrapper_jzuhd_172 ._formSearchBox_jzuhd_28 input {
    height: 44px;
    padding-right: 38px;
    font-size: 13px;
  }
  ._merchantSearchWrapper_jzuhd_172 ._formSearchBox_jzuhd_28 ._searchIcon_jzuhd_44 {
    width: 18px;
    height: 18px;
    top: 13px;
    right: 12px;
  }
  ._merchantOrderSwitch_jzuhd_246 {
    width: clamp(132px, 36vw, 160px);
    min-height: 44px;
    flex: 0 0 auto;
    padding: 3px;
  }
  ._merchantOrderSwitch_jzuhd_246 ._btn_jzuhd_77 {
    min-height: 36px;
    padding: 6px;
    gap: 5px;
    font-size: 11px;
  }
  ._merchantResultsPanel_jzuhd_327 {
    width: calc(100vw - 32px) !important;
    max-height: min(62vh, 480px) !important;
  }
  ._merchantResultsPanel_jzuhd_327 ._merchantSearchItem_jzuhd_341 {
    grid-template-columns: 64px minmax(0, 1fr) 20px;
    gap: 9px;
  }
  ._merchantSearchStock_jzuhd_398 {
    display: none;
  }
  ._merchantSearchCopy_jzuhd_378 strong {
    display: -webkit-box;
    overflow: hidden;
    line-height: 17px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ._merchantSearchCopy_jzuhd_378 small {
    display: none;
  }
}
@media (max-width: 420px) {
  ._merchantOrderSwitch_jzuhd_246 ._btn_jzuhd_77 ._orderMethodIcon_jzuhd_271 {
    display: none;
  }
}
@media (max-width: 600px) {
  ._merchantSearchWrapper_jzuhd_172 {
    flex-wrap: wrap;
  }
  ._merchantSearchWrapper_jzuhd_172 > ._posRel_jzuhd_10 {
    width: 100%;
    flex: 1 0 100%;
  }
  ._merchantOrderSwitch_jzuhd_246 {
    width: 100%;
    max-width: none;
  }
  ._merchantSearchWrapper_jzuhd_172 ._locationButton_jzuhd_16 {
    width: 100%;
    min-height: 44px;
    flex: 1 0 100%;
  }
  ._merchantResultsPanel_jzuhd_327 {
    width: 100% !important;
  }
}
@media (max-width: 350px) {
  ._merchantSearchWrapper_jzuhd_172 {
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
  ._merchantOrderSwitch_jzuhd_246 {
    width: 100%;
    max-width: none;
  }
}._accountOptions_1ke2q_1 {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 4px;
  border: 1px solid #e3e9f1;
  border-radius: 16px;
  background: #f7f9fc;
  list-style: none;
}
._accountOptions_1ke2q_1 > li {
  display: flex;
  min-width: 0;
  align-items: center;
}
._accountOptions_1ke2q_1 ._btn_1ke2q_18._headerAction_1ke2q_18 {
  position: relative;
  min-width: 82px;
  height: 42px;
  padding: 0 10px 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 12px;
  outline: none;
  background: transparent;
  color: #344054;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
._accountOptions_1ke2q_1 ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 {
  width: 27px;
  height: 27px;
  display: inline-grid;
  flex: 0 0 27px;
  place-items: center;
  border: 1px solid #dce5f0;
  border-radius: 9px;
  background: #fff;
  color: #315276;
}
._accountOptions_1ke2q_1 ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 svg {
  width: 18px;
  height: 18px;
}
._accountOptions_1ke2q_1 ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionLabel_1ke2q_50 {
  color: currentColor;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}
._accountOptions_1ke2q_1 ._btn_1ke2q_18._headerAction_1ke2q_18:hover {
  border-color: #cddcf0;
  background: #fff;
  color: #0a64f9;
  transform: translateY(-1px);
}
._accountOptions_1ke2q_1 ._btn_1ke2q_18._headerAction_1ke2q_18:focus-visible {
  border-color: #0a64f9;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}
._accountOptions_1ke2q_1 ._btn_1ke2q_18._headerActionActive_1ke2q_67 {
  border-color: #bcd4f5;
  background: #edf5ff;
  color: #0a64f9;
}
._accountOptions_1ke2q_1 ._btn_1ke2q_18._btnCart_1ke2q_72 {
  min-width: 76px;
  background: #0a64f9;
  color: #fff;
}
._accountOptions_1ke2q_1 ._btn_1ke2q_18._btnCart_1ke2q_72 ._actionIcon_1ke2q_35 {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
._accountOptions_1ke2q_1 ._btn_1ke2q_18._btnCart_1ke2q_72:hover {
  border-color: #0756da;
  background: #0756da;
  color: #fff;
}

._actionItem_1ke2q_88 {
  margin: 0;
  padding: 0;
  list-style: none;
}

._floatingCartBoundary_1ke2q_94,
._floatingCartButton_1ke2q_95 {
  display: none;
}

@media (max-width: 1024px) {
  ._floatingCartBoundary_1ke2q_94 {
    position: fixed;
    top: env(safe-area-inset-top, 0px);
    right: env(safe-area-inset-right, 0px);
    bottom: env(safe-area-inset-bottom, 0px);
    left: env(safe-area-inset-left, 0px);
    z-index: 90;
    display: block;
    pointer-events: none;
  }
  ._floatingCartButton_1ke2q_95 {
    position: absolute;
    z-index: 1;
    min-width: 108px;
    height: 54px;
    padding: 0 10px 0 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    outline: none;
    background: linear-gradient(135deg, #0a64f9 0%, #084fc7 100%);
    box-shadow: 0 12px 28px rgba(4, 58, 143, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    color: #fff;
    cursor: grab;
    font-family: "Manrope", "Jost", sans-serif;
    opacity: 0;
    pointer-events: auto;
    touch-action: none;
    user-select: none;
    visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    transition: left 140ms ease, top 140ms ease, opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  }
  ._floatingCartButton_1ke2q_95:active {
    transform: translateY(0) scale(0.98);
  }
  ._floatingCartButton_1ke2q_95:focus-visible {
    box-shadow: 0 0 0 4px rgba(121, 181, 255, 0.42), 0 12px 28px rgba(4, 58, 143, 0.3);
  }
  ._floatingCartButtonReady_1ke2q_143 {
    opacity: 1;
    visibility: visible;
  }
  ._floatingCartButtonDragging_1ke2q_147,
  ._floatingCartButtonDragging_1ke2q_147:active {
    cursor: grabbing;
    transition: opacity 160ms ease, box-shadow 80ms ease;
    box-shadow: 0 16px 36px rgba(4, 58, 143, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.26);
    transform: none;
  }
  ._floatingCartButtonHidden_1ke2q_154 {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px) scale(0.94);
  }
  ._floatingCartGrip_1ke2q_160 {
    width: 10px;
    display: grid;
    flex: 0 0 10px;
    grid-template-columns: repeat(2, 3px);
    grid-template-rows: repeat(3, 3px);
    gap: 2px;
    place-content: center;
    opacity: 0.72;
  }
  ._floatingCartGrip_1ke2q_160 i {
    width: 3px;
    height: 3px;
    display: block;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 1px rgba(0, 34, 85, 0.12);
  }
  ._floatingCartIcon_1ke2q_178 {
    width: 26px;
    height: 26px;
    display: inline-grid;
    flex: 0 0 26px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.12);
  }
  ._floatingCartIcon_1ke2q_178 svg {
    width: 18px;
    height: 18px;
  }
  ._floatingCartLabel_1ke2q_192 {
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
  }
  ._floatingCartCount_1ke2q_197 {
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: #fff;
    color: #0b4d9b;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
  }
  ._floatingCartInstructions_1ke2q_211 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    margin: -1px;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) and (hover: hover) and (pointer: fine) {
  ._floatingCartButtonReady_1ke2q_143:not(._floatingCartButtonDragging_1ke2q_147):hover {
    box-shadow: 0 14px 32px rgba(4, 58, 143, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    transform: translateY(-2px);
  }
}
@media (prefers-reduced-motion: reduce) {
  ._floatingCartButton_1ke2q_95 {
    transition: none;
  }
}
._locationButton_1ke2q_234 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 4px;
  border: none;
  background: transparent;
  cursor: pointer;
}

._locationCity_1ke2q_244,
._locationPlaceholder_1ke2q_245 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #101828;
}

._locationZip_1ke2q_252 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #101828;
}

._locationChevron_1ke2q_259 {
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #101828;
}

._notificationBadge_1ke2q_268 {
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  display: inline-grid;
  place-items: center;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 999px;
  background-color: #e53e3e;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  top: -5px;
  right: -5px;
}

/*============================================
    Profile Dropdown    
============================================*/
/* Overlay for mobile */
._overlay_1ke2q_290 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 100;
  display: block;
}

/* Dropdown menu */
._profileDropdown_1ke2q_302 {
  position: fixed;
  top: 0;
  right: 0;
  width: 75%; /* Adjust width as needed */
  height: 100vh;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 101; /* Above overlay */
  overflow-y: auto;
}
._profileDropdown_1ke2q_302 ul {
  padding-left: 0;
}

/* When menu is open */
._profileDropdown_1ke2q_302._open_1ke2q_320 {
  transform: translateX(0);
}

._dropdown_1ke2q_324 {
  position: relative;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 ul {
  width: 100%;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 a, ._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 button {
  display: flex;
  align-items: center;
  line-height: 23px;
  width: 100%;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 a span, ._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 button span {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li {
  padding: 8px 12px;
  display: block;
  width: 100%;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child {
  margin: 7px 0;
  position: relative;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child::before {
  content: "";
  border-top: 1px solid #e9e9e9;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -8px;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover {
  background-color: #000;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover a span, ._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover button span {
  color: #fff;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover a img, ._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover button img {
  filter: invert(1);
}

._activeLink_1ke2q_373 {
  background-color: #000;
}
._activeLink_1ke2q_373 span {
  color: #fff !important;
}
._activeLink_1ke2q_373 img {
  filter: invert(1);
}

/*============================================
    Cart Sidebar   
============================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  width: 40px; /* Control the width */
  text-align: center; /* Center the value */
}

/* Cart Sidebar */
._cartSidebar_1ke2q_401 {
  position: fixed;
  right: -100%;
  background-color: #fff;
  top: 0;
  z-index: 20;
  height: 100vh;
  transition: right 0.3s ease; /* Add transition for smooth sliding */
}
._cartSidebar_1ke2q_401 button {
  border: none;
  background: none;
}

/* Cart Sidebar Open */
._cartSidebar_1ke2q_401._cartSidebarOpen_1ke2q_416 {
  right: 0;
}

._closeBtn_1ke2q_420 {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding: 14px 12px 0 0;
  cursor: pointer;
}

._cartSummary_1ke2q_428 {
  display: flex;
  padding: 16px 30px;
  gap: 12px;
}

._userProfileLogo_1ke2q_434 {
  width: 64px;
  height: 60px;
}
._userProfileLogo_1ke2q_434 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._billTo_1ke2q_444, ._billTime_1ke2q_444, ._total_1ke2q_444 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #2D2A6E;
  word-break: break-word;
}

._userProfileDetails_1ke2q_452 {
  padding-right: 10px;
  flex: 1;
}

._cartItems_1ke2q_457 {
  padding-inline: 25px;
  list-style: none;
}

._cartItems_1ke2q_457 > li:nth-child(2n) ._cartItem_1ke2q_457 {
  border-bottom: 1px solid #E2E8ED;
}

._cartItem_1ke2q_457 {
  display: flex;
  padding: 16px 0;
  gap: 8px;
}

._cartItemImage_1ke2q_472 {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  position: relative;
}
._cartItemImage_1ke2q_472 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._cartItemName_1ke2q_484 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
  margin-bottom: 6px;
}

ul._productVariation_1ke2q_492 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin-bottom: 6px;
  padding-left: 0;
}

._cartItemQuantity_1ke2q_501 {
  display: flex;
  align-items: center;
  gap: 4px;
}
._cartItemQuantity_1ke2q_501 button._btnPlus_1ke2q_506, ._cartItemQuantity_1ke2q_501 ._btnMinus_1ke2q_506, ._cartItemQuantity_1ke2q_501 input {
  width: 30px; /* Adjusted width */
  height: 30px; /* Adjusted height */
  border: 1px solid #e2e8ed;
  text-align: center;
  outline: none;
  border-radius: 4px; /* Add rounded corners for buttons */
}

._btnPlus_1ke2q_506, ._btnMinus_1ke2q_506 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

._itemPrice_1ke2q_522 {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #108910;
}

._btnRemove_1ke2q_529 {
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  left: 0;
  background: none;
}

/* Utility classes */
._dFlex_1ke2q_539 {
  display: flex;
}

._alignCenter_1ke2q_543 {
  align-items: center;
}

._justifyCenter_1ke2q_547 {
  justify-content: center;
}

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

._flex1_1ke2q_555 {
  flex: 1;
}

._gap10_1ke2q_559 {
  gap: 10px;
}

._cartOverlay_1ke2q_563 {
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  inset: 0;
  z-index: 2;
}

._userArea_1ke2q_570 {
  padding: 8px 12px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  word-break: break-word;
}
._userArea_1ke2q_570 h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  margin-bottom: 0;
}
._userArea_1ke2q_570 span {
  color: #939393;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

/* Ensure it's hidden on desktop */
@media (min-width: 769px) {
  ._overlay_1ke2q_290 {
    display: none;
  }
  ._profileDropdown_1ke2q_302._open_1ke2q_320 {
    display: block;
    transform: translate(0, 44px);
  }
  ._profileDropdown_1ke2q_302 {
    position: absolute;
    min-width: 290px;
    transform: translateX(0);
    display: none;
    max-height: 100vh;
    height: auto;
  }
}
._closeDropdownBtn_1ke2q_608 {
  background: transparent;
  border: none;
  padding: 4px 0 0 4px;
  cursor: pointer;
  color: #666;
  font-weight: 800;
}
._closeDropdownBtn_1ke2q_608 svg {
  font-size: 1.4rem;
  stroke-width: 2;
}

/*============================================
    Logout Confirmation Modal    
============================================*/
._logoutModalOverlay_1ke2q_624 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

._logoutModal_1ke2q_624 {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
._logoutModal_1ke2q_624 h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  margin-bottom: 12px;
  margin-top: 0;
}
._logoutModal_1ke2q_624 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #666;
  margin-bottom: 24px;
}

._logoutModalActions_1ke2q_662 {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
._logoutModalActions_1ke2q_662 button {
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  outline: none;
}
._logoutModalActions_1ke2q_662 button._btnCancel_1ke2q_677 {
  background-color: #f5f5f5;
  color: #000;
}
._logoutModalActions_1ke2q_662 button._btnCancel_1ke2q_677:hover {
  background-color: #e0e0e0;
}
._logoutModalActions_1ke2q_662 button._btnConfirm_1ke2q_684 {
  background-color: #ff4444;
  color: #fff;
}
._logoutModalActions_1ke2q_662 button._btnConfirm_1ke2q_684:hover {
  background-color: #cc0000;
}

@media (max-width: 768px) {
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) {
    gap: 2px;
    padding: 3px;
    border-radius: 14px;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._headerAction_1ke2q_18 {
    width: 45px;
    min-width: 45px;
    height: 43px;
    padding: 3px 2px 2px;
    flex-direction: column;
    gap: 2px;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 svg {
    width: 18px;
    height: 18px;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionLabel_1ke2q_50 {
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._btnCart_1ke2q_72 {
    min-width: 47px;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._btnCart_1ke2q_72 ._notificationBadge_1ke2q_268 {
    top: -4px;
    right: -3px;
  }
  ._profileDropdown_1ke2q_302 {
    width: min(340px, 100vw - 24px);
  }
  ._logoutModal_1ke2q_624 {
    padding: 20px;
  }
  ._logoutModal_1ke2q_624 h3 {
    font-size: 18px;
  }
  ._logoutModal_1ke2q_624 p {
    font-size: 14px;
  }
  ._logoutModalActions_1ke2q_662 button {
    padding: 8px 20px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._headerAction_1ke2q_18 {
    width: 41px;
    min-width: 41px;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._btnCart_1ke2q_72 {
    min-width: 43px;
  }
}
._merchantAccountOptions_1ke2q_693 {
  flex: 0 0 auto;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(176, 201, 231, 0.16);
  border-radius: 16px;
  background: rgba(2, 19, 39, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(0, 12, 30, 0.16);
  font-family: "Manrope", "Jost", sans-serif;
}
._merchantAccountOptions_1ke2q_693 > li {
  display: flex;
  align-items: center;
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18,
._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 {
  position: relative;
  min-width: 94px;
  height: 42px;
  padding: 0 12px 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  outline: none;
  background: transparent;
  color: #dce8f7;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35,
._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 {
  width: 27px;
  height: 27px;
  display: inline-grid;
  flex: 0 0 27px;
  place-items: center;
  border: 1px solid rgba(186, 210, 238, 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  color: #f7fbff;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 svg,
._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 svg {
  width: 19px;
  height: 19px;
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionLabel_1ke2q_50,
._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionLabel_1ke2q_50 {
  color: currentColor;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18:hover,
._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18:hover {
  border-color: rgba(176, 209, 248, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-1px);
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18:hover ._actionIcon_1ke2q_35,
._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18:hover ._actionIcon_1ke2q_35 {
  border-color: rgba(176, 209, 248, 0.27);
  background: rgba(255, 255, 255, 0.12);
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18:focus-visible,
._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18:focus-visible {
  border-color: #66a7ff;
  box-shadow: 0 0 0 3px rgba(102, 167, 255, 0.28);
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerActionActive_1ke2q_67,
._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerActionActive_1ke2q_67 {
  border-color: rgba(89, 155, 245, 0.4);
  background: rgba(38, 109, 204, 0.22);
  color: #fff;
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerActionActive_1ke2q_67 ._actionIcon_1ke2q_35,
._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerActionActive_1ke2q_67 ._actionIcon_1ke2q_35 {
  border-color: rgba(120, 180, 255, 0.36);
  background: rgba(63, 136, 232, 0.28);
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._btnCart_1ke2q_72 {
  min-width: 88px;
  padding-right: 9px;
  border-color: rgba(89, 155, 245, 0.3);
  background: #1158ad;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 5px 14px rgba(0, 52, 117, 0.28);
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._btnCart_1ke2q_72 ._actionIcon_1ke2q_35 {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.11);
}
._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._btnCart_1ke2q_72:hover {
  border-color: rgba(135, 190, 255, 0.54);
  background: #1767c6;
}
._merchantAccountOptions_1ke2q_693 ._notificationBadge_1ke2q_268 {
  position: static;
  width: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
  color: #0b4d9b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

._customerLogin_1ke2q_877 {
  height: 38.48px;
  padding: 7px 16px;
  border-radius: 21px;
}

._merchantLogin_1ke2q_883 {
  min-width: 76px;
  height: 42px !important;
  padding: 0 17px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(176, 209, 248, 0.28);
  border-radius: 12px !important;
  outline: none;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 13px;
  font-weight: 800;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
._merchantLogin_1ke2q_883:hover {
  border-color: rgba(176, 209, 248, 0.48);
  background: rgba(255, 255, 255, 0.14) !important;
}
._merchantLogin_1ke2q_883:focus-visible {
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.18);
}

@media (max-width: 1199px) {
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18,
  ._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 {
    width: 48px;
    min-width: 48px;
    height: 44px;
    padding: 3px 2px 2px;
    flex-direction: column;
    gap: 2px;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35,
  ._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 svg,
  ._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 svg {
    width: 18px;
    height: 18px;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionLabel_1ke2q_50,
  ._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionLabel_1ke2q_50 {
    font-size: 8px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._btnCart_1ke2q_72 {
    width: auto;
    min-width: 52px;
    padding-right: 4px;
    padding-left: 4px;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._btnCart_1ke2q_72 ._notificationBadge_1ke2q_268 {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-color: #091e3a;
    box-shadow: 0 0 0 2px #091e3a;
    font-size: 9px;
  }
}
@media (max-width: 420px) {
  ._merchantAccountOptions_1ke2q_693 {
    gap: 2px;
    padding: 3px;
    border-radius: 14px;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18,
  ._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 {
    width: 43px;
    min-width: 43px;
    height: 42px;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionLabel_1ke2q_50,
  ._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionLabel_1ke2q_50 {
    font-size: 7px;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._btnCart_1ke2q_72 {
    min-width: 46px;
  }
  ._merchantLogin_1ke2q_883 {
    min-width: 65px;
    height: 40px !important;
    padding: 0 12px !important;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) {
    gap: 0;
    padding: 2px;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._headerAction_1ke2q_18 {
    width: 36px;
    min-width: 36px;
    height: 38px;
    padding-right: 1px;
    padding-left: 1px;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 svg {
    width: 17px;
    height: 17px;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionLabel_1ke2q_50 {
    font-size: 6px;
  }
  ._accountOptions_1ke2q_1:not(._merchantAccountOptions_1ke2q_693) ._btn_1ke2q_18._btnCart_1ke2q_72 {
    min-width: 38px;
  }
  ._merchantAccountOptions_1ke2q_693 {
    gap: 0;
    padding: 2px;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18,
  ._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 {
    width: 36px;
    min-width: 36px;
    height: 38px;
    padding-right: 1px;
    padding-left: 1px;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35,
  ._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 svg,
  ._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionIcon_1ke2q_35 svg {
    width: 17px;
    height: 17px;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionLabel_1ke2q_50,
  ._merchantAccountOptions_1ke2q_693 > ._btn_1ke2q_18._headerAction_1ke2q_18 ._actionLabel_1ke2q_50 {
    font-size: 6px;
  }
  ._merchantAccountOptions_1ke2q_693 > li > ._btn_1ke2q_18._btnCart_1ke2q_72 {
    min-width: 38px;
    padding-right: 1px;
    padding-left: 1px;
  }
}
/* Shared account drawer/dropdown surface */
._profileDropdown_1ke2q_302 {
  right: 0;
  width: min(360px, 100vw - 12px);
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  padding: 0 10px max(16px, env(safe-area-inset-bottom));
  overflow-x: hidden;
  overflow-y: auto;
  border-left: 1px solid #dfe6ef;
  background: #f8fafc;
  box-shadow: -18px 0 50px rgba(16, 24, 40, 0.18);
  box-sizing: border-box;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #a9bad0 transparent;
}

._mobileAccountHeader_1ke2q_1063 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: 60px;
  margin: 0 -2px 6px;
  padding: max(10px, env(safe-area-inset-top)) 2px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(216, 226, 238, 0.82);
  background: #f8fafc;
  box-shadow: 0 7px 10px rgba(248, 250, 252, 0.96);
}

._mobileAccountTitle_1ke2q_1079 {
  color: #172f4c;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.015em;
}

._closeDropdownBtn_1ke2q_608 {
  position: static;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-grid;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid #d8e2ee;
  border-radius: 12px;
  background: #fff;
  color: #203750;
}
._closeDropdownBtn_1ke2q_608:hover {
  border-color: #b9cde5;
  background: #edf5ff;
}
._closeDropdownBtn_1ke2q_608:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}

._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 ._closeDropdownBtn_1ke2q_608 {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  display: inline-grid;
  align-items: center;
  justify-content: center;
}

._userArea_1ke2q_570 {
  margin: 0 2px 8px;
  padding: 14px;
  border: 1px solid #dce6f2;
  border-radius: 14px;
  background: linear-gradient(145deg, #eef5ff, #fff);
}
._userArea_1ke2q_570 h3 {
  overflow: hidden;
  color: #152c47;
  font-size: 17px;
  font-weight: 750;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._userArea_1ke2q_570 span {
  display: block;
  overflow: hidden;
  color: #697b91;
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 ul {
  display: grid;
  gap: 2px;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 11px;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li::before,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child::before {
  display: none;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li > a,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li > button,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child > a,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child > button {
  min-height: 44px;
  padding: 9px 11px;
  border: 0;
  border-radius: 11px;
  outline: none;
  background: transparent;
  color: #334e6d;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li > a img,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li > button img,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child > a img,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child > button img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  opacity: 0.78;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li > a span,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li > button span,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child > a span,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child > button span {
  color: currentColor;
  font-size: 14px;
  font-weight: 650;
  line-height: 20px;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li > a:focus-visible,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li > button:focus-visible,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child > a:focus-visible,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child > button:focus-visible {
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.15);
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover, ._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li._activeLink_1ke2q_373,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child:hover,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child._activeLink_1ke2q_373 {
  background: #eaf3ff;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover > a,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover > button, ._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li._activeLink_1ke2q_373 > a,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li._activeLink_1ke2q_373 > button,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child:hover > a,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child:hover > button,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child._activeLink_1ke2q_373 > a,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child._activeLink_1ke2q_373 > button {
  color: #0b5fc4;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover > a span,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover > button span, ._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li._activeLink_1ke2q_373 > a span,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li._activeLink_1ke2q_373 > button span,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child:hover > a span,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child:hover > button span,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child._activeLink_1ke2q_373 > a span,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child._activeLink_1ke2q_373 > button span {
  color: currentColor !important;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover > a img,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:hover > button img, ._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li._activeLink_1ke2q_373 > a img,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li._activeLink_1ke2q_373 > button img,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child:hover > a img,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child:hover > button img,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child._activeLink_1ke2q_373 > a img,
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child._activeLink_1ke2q_373 > button img {
  filter: none;
  opacity: 1;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e1e8f0;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child > button {
  color: #b4232c;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child:hover {
  background: transparent;
}
._dropdown_1ke2q_324 ._profileDropdown_1ke2q_302 li:last-child:hover > button {
  background: #fff0f1;
  color: #a51d28;
}

._logoutModalOverlay_1ke2q_624 {
  background: rgba(8, 25, 48, 0.58);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

._logoutModal_1ke2q_624 {
  padding: 26px;
  border: 1px solid #dce5ef;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(8, 25, 48, 0.24);
}
._logoutModal_1ke2q_624 h3 {
  color: #172b45;
  font-size: 21px;
  font-weight: 750;
}
._logoutModal_1ke2q_624 p {
  color: #66758a;
  font-size: 15px;
}

._logoutModalActions_1ke2q_662 button {
  min-height: 44px;
  font-weight: 700;
}
._logoutModalActions_1ke2q_662 button._btnCancel_1ke2q_677 {
  border: 1px solid #d8e1ec;
  background: #fff;
  color: #324b68;
}
._logoutModalActions_1ke2q_662 button._btnConfirm_1ke2q_684 {
  background: #c52d38;
}
._logoutModalActions_1ke2q_662 button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}

@media (min-width: 769px) {
  ._profileDropdown_1ke2q_302 {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    min-width: 320px;
    max-height: min(680px, 100vh - 90px);
    height: auto;
    padding: 8px;
    overflow-y: auto;
    border: 1px solid #dce4ee;
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(16, 24, 40, 0.18);
  }
  ._profileDropdown_1ke2q_302._open_1ke2q_320 {
    transform: translateY(8px);
  }
  ._userArea_1ke2q_570 {
    margin: 0 0 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._profileDropdown_1ke2q_302,
  ._accountOptions_1ke2q_1 ._btn_1ke2q_18._headerAction_1ke2q_18 {
    transition: none;
  }
}/*============================================
    Cart Sidebar   
============================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  width: 40px; /* Control the width */
  text-align: center; /* Center the value */
}

._CartTotal_kkxze_18 {
  display: flex;
  justify-content: space-between;
  margin-inline: 25px;
  border-top: 1px solid #E2E8ED;
  padding-top: 16px;
  margin-bottom: 16px;
}

._CartTotalText_kkxze_27 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

._checkoutSidebarButton_kkxze_33 {
  margin-inline: 25px;
  text-align: center;
  margin-bottom: 16px;
}
._checkoutSidebarButton_kkxze_33 a {
  border-radius: 30px;
  border: 2px solid #108910;
  padding: 12px;
  color: #108910 !important;
  display: block;
  font-weight: 700;
}

._itemcounts_kkxze_47 {
  background-color: #108910;
  color: #fff;
  padding: 5px 13px;
  border-radius: 50%;
  font-size: 14px;
  top: 0;
  position: absolute;
}

._cartHeader_kkxze_57 {
  display: flex;
  gap: 12px;
  padding: 0 25px 16px;
  border-bottom: 1px solid #E2E8ED;
}

._myProfile_kkxze_64 {
  width: 64px;
  height: 60px;
  flex-shrink: 0;
  position: relative;
}
._myProfile_kkxze_64 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._totalAmount_kkxze_76 {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #2D2A6E;
}

._myInfo_kkxze_83 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}

._name_kkxze_90 {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #2D2A6E;
  word-break: break-word;
  margin-bottom: 8px;
}

._bio_kkxze_99 {
  padding-right: 10px;
  flex: 1;
}

._time_kkxze_104 {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #2D2A6E;
}

._checkoutSidebarButtonFill_kkxze_111 {
  background-color: #108910;
  margin-inline: 25px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 16px;
}
._checkoutSidebarButtonFill_kkxze_111 a {
  padding: 14px;
  color: #fff !important;
  display: block;
  font-weight: 700;
}

._CartTotalNumber_kkxze_125 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

/* Cart Sidebar */
._cartSidebar_kkxze_132 {
  position: fixed;
  right: -100%;
  background-color: #fff;
  width: 381px;
  top: 0;
  z-index: 9;
  bottom: 0;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease; /* Add transition for smooth sliding */
}
._cartSidebar_kkxze_132 button {
  border: none;
  background: none;
}

/* Cart Sidebar Open */
._cartSidebar_kkxze_132._cartSidebarOpen_kkxze_150 {
  right: 0;
}

._closeBtn_kkxze_154 {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding: 14px 12px 0 0;
  cursor: pointer;
}

._cartSummary_kkxze_162 {
  display: flex;
  padding: 16px 30px;
  gap: 12px;
}

._userProfileLogo_kkxze_168 {
  width: 64px;
  height: 60px;
}
._userProfileLogo_kkxze_168 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._billTo_kkxze_178, ._billTime_kkxze_178, ._total_kkxze_76 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #2D2A6E;
  word-break: break-word;
}

._userProfileDetails_kkxze_186 {
  padding-right: 10px;
  flex: 1;
}

._cartItems_kkxze_191 {
  padding-inline: 25px;
  list-style: none;
  overflow-y: auto;
  flex: 1;
}

._cartItems_kkxze_191 > li ._cartItem_kkxze_191 {
  border-bottom: 1px solid #E2E8ED;
}

._cartItems_kkxze_191 > li:last-child ._cartItem_kkxze_191 {
  border-bottom: none;
}

._cartItem_kkxze_191 {
  display: flex;
  padding: 16px 0;
  gap: 8px;
}

._cartItemImage_kkxze_212 {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  position: relative;
}
._cartItemImage_kkxze_212 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 100%;
}

._cartItemName_kkxze_225 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
  margin-bottom: 6px;
}

ul._productVariation_kkxze_233 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin-bottom: 6px;
  padding-left: 0;
}

._cartItemQuantity_kkxze_242 {
  display: flex;
  align-items: center;
  gap: 4px;
}
._cartItemQuantity_kkxze_242 button._btnPlus_kkxze_247, ._cartItemQuantity_kkxze_242 ._btnMinus_kkxze_247, ._cartItemQuantity_kkxze_242 input, ._cartItemQuantity_kkxze_242 span {
  width: 30px; /* Adjusted width */
  height: 30px; /* Adjusted height */
  border: 1px solid #e2e8ed;
  text-align: center;
  outline: none;
  border-radius: 4px; /* Add rounded corners for buttons */
}
._cartItemQuantity_kkxze_242 span {
  width: auto;
  min-width: 30px;
  line-height: 30px;
}

._btnPlus_kkxze_247, ._btnMinus_kkxze_247 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
._btnPlus_kkxze_247:disabled, ._btnMinus_kkxze_247:disabled {
  opacity: 0.5;
}

._itemPrice_kkxze_271 {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #108910;
}

._btnRemove_kkxze_278 {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  left: 0;
  background: none;
  line-height: 0;
}

/* Utility classes */
._dFlex_kkxze_289 {
  display: flex;
}

._alignCenter_kkxze_293 {
  align-items: center;
}

._justifyCenter_kkxze_297 {
  justify-content: center;
}

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

._flex1_kkxze_305 {
  flex: 1;
}

._gap10_kkxze_309 {
  gap: 10px;
}

._cartOverlay_kkxze_313 {
  position: fixed;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  inset: 0;
  padding: 0;
  border: 0;
  z-index: 3;
}

._merchantCartOverlay_kkxze_323 {
  z-index: 2000;
  border: 0;
  background: rgba(7, 24, 47, 0.54);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

._merchantCartSidebar_kkxze_330 {
  z-index: 2010;
  right: 0;
  display: none;
  width: min(448px, 100vw);
  height: 100vh;
  height: 100dvh;
  max-height: none;
  overflow: hidden;
  overscroll-behavior: contain;
  border-left: 1px solid #dce6f2;
  background: #f5f8fc;
  font-family: "Manrope", "Jost", sans-serif;
  box-shadow: -18px 0 42px rgba(7, 24, 47, 0.16);
}
._merchantCartSidebar_kkxze_330._cartSidebarOpen_kkxze_150 {
  display: flex;
  animation: _merchantCartEnter_kkxze_1 240ms ease-out both;
}
._merchantCartSidebar_kkxze_330 ._sideTop_kkxze_349 {
  position: relative;
  flex: 0 0 auto;
  min-height: 0;
  display: block;
  padding: 0;
  border-bottom: 1px solid #dce6f2;
  background: #fff;
}
._merchantCartSidebar_kkxze_330 ._drawerHeading_kkxze_358 {
  min-height: 76px;
  padding: 16px 116px 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(circle at 78% 0, rgba(45, 137, 255, 0.25), transparent 38%), linear-gradient(118deg, #071c38 0%, #0c315c 100%);
  color: #fff;
}
._merchantCartSidebar_kkxze_330 ._drawerHeading_kkxze_358 > span {
  color: #93c5fd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
._merchantCartSidebar_kkxze_330 ._drawerHeading_kkxze_358 h2 {
  margin: 2px 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 28px;
}
._merchantCartSidebar_kkxze_330 ._closeBtn_kkxze_154 {
  position: absolute;
  top: 19px;
  right: 18px;
  z-index: 2;
  width: auto;
  min-width: 82px;
  height: 38px;
  margin: 0;
  padding: 0 13px 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
._merchantCartSidebar_kkxze_330 ._closeBtn_kkxze_154 svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}
._merchantCartSidebar_kkxze_330 ._closeBtn_kkxze_154 span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}
._merchantCartSidebar_kkxze_330 ._closeBtn_kkxze_154:hover {
  border-color: #fff;
  background: #fff;
  color: #0b2d53;
}
._merchantCartSidebar_kkxze_330 ._closeBtn_kkxze_154:active {
  transform: scale(0.97);
}
._merchantCartSidebar_kkxze_330 ._closeBtn_kkxze_154:focus-visible {
  outline: 3px solid #79b5ff;
  outline-offset: 3px;
}
._merchantCartSidebar_kkxze_330 ._cartHeader_kkxze_57 {
  padding: 13px 20px;
  align-items: center;
  border: 0;
}
._merchantCartSidebar_kkxze_330 ._myProfile_kkxze_64 {
  width: 48px;
  height: 48px;
  padding: 4px;
  border: 1px solid #dce5f0;
  border-radius: 12px;
  background: #fff;
}
._merchantCartSidebar_kkxze_330 ._myProfile_kkxze_64 img {
  border-radius: 8px;
}
._merchantCartSidebar_kkxze_330 ._itemcounts_kkxze_47 {
  display: none;
}
._merchantCartSidebar_kkxze_330 ._name_kkxze_90,
._merchantCartSidebar_kkxze_330 ._time_kkxze_104,
._merchantCartSidebar_kkxze_330 ._totalAmount_kkxze_76 {
  color: #13233a;
}
._merchantCartSidebar_kkxze_330 ._name_kkxze_90 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
}
._merchantCartSidebar_kkxze_330 ._totalAmount_kkxze_76 {
  font-size: 15px;
  font-weight: 800;
}
._merchantCartSidebar_kkxze_330 ._cartMethodBadge_kkxze_462 {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border: 1px solid #cfe0fa;
  border-radius: 999px;
  background: #eef5ff;
  color: #0a64f9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
._merchantCartSidebar_kkxze_330 ._checkoutSidebarButton_kkxze_33 {
  margin: 0 20px 10px;
}
._merchantCartSidebar_kkxze_330 ._checkoutSidebarButton_kkxze_33 a {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  place-items: center;
  justify-content: center;
  gap: 1px;
  border-color: #0a64f9;
  border-radius: 13px;
  background: #0a64f9;
  color: #fff !important;
  font-weight: 800;
  box-shadow: none;
}
._merchantCartSidebar_kkxze_330 ._checkoutSidebarButton_kkxze_33 a span {
  font-size: 13px;
  line-height: 18px;
}
._merchantCartSidebar_kkxze_330 ._checkoutSidebarButton_kkxze_33 a small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
}
._merchantCartSidebar_kkxze_330 ._checkoutSidebarButton_kkxze_33 a:hover {
  background: #084fc7;
}
._merchantCartSidebar_kkxze_330 ._checkoutSidebarButton_kkxze_33 a:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 2px;
}
._merchantCartSidebar_kkxze_330 ._checkoutSidebarButtonFill_kkxze_111 {
  margin-right: 24px;
  margin-left: 24px;
  border-radius: 13px;
  background: #0a64f9;
}
._merchantCartSidebar_kkxze_330 ._checkoutSidebarButtonFill_kkxze_111 a {
  font-weight: 800;
}
._merchantCartSidebar_kkxze_330 ._continueShopping_kkxze_520 ._btnShopping_kkxze_520 {
  border-radius: 13px;
  background: #0a64f9;
  font-weight: 800;
}
._merchantCartSidebar_kkxze_330 ._cartItems_kkxze_191 {
  min-height: 0;
  flex: 1 1 auto;
  margin: 0;
  padding: 16px 12px 22px 18px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #91a8c2 transparent;
  -webkit-overflow-scrolling: touch;
}
._merchantCartSidebar_kkxze_330 ._cartItems_kkxze_191::-webkit-scrollbar {
  width: 9px;
}
._merchantCartSidebar_kkxze_330 ._cartItems_kkxze_191::-webkit-scrollbar-track {
  background: transparent;
}
._merchantCartSidebar_kkxze_330 ._cartItems_kkxze_191::-webkit-scrollbar-thumb {
  border: 2px solid #f5f8fc;
  border-radius: 999px;
  background: #91a8c2;
}
._merchantCartSidebar_kkxze_330 ._cartItems_kkxze_191::-webkit-scrollbar-thumb:hover {
  background: #607d9e;
}
._merchantCartSidebar_kkxze_330 ._cartItems_kkxze_191 > li {
  margin-bottom: 10px;
}
._merchantCartSidebar_kkxze_330 ._cartItem_kkxze_191 {
  padding: 13px;
  gap: 12px;
  border: 1px solid #dfe7f1 !important;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}
._merchantCartSidebar_kkxze_330 ._cartItemImage_kkxze_212 {
  width: 84px;
  height: 84px;
  padding: 7px;
  border: 1px solid #e2e9f2;
  border-radius: 13px;
  background: #f8fafc;
}
._merchantCartSidebar_kkxze_330 ._cartItemImage_kkxze_212 > img {
  border-radius: 8px;
}
._merchantCartSidebar_kkxze_330 ._btnRemove_kkxze_278 {
  top: -6px;
  left: -6px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #dce5f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(16, 42, 82, 0.12);
}
._merchantCartSidebar_kkxze_330 ._btnRemove_kkxze_278 img {
  width: 11px;
  height: 11px;
}
._merchantCartSidebar_kkxze_330 ._cartItemName_kkxze_225 {
  margin: 0 0 7px;
  display: -webkit-box;
  overflow: hidden;
  color: #182230;
  font-size: 14px;
  font-weight: 750;
  line-height: 19px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
._merchantCartSidebar_kkxze_330 ul._productVariation_kkxze_233 {
  margin-bottom: 10px;
  gap: 5px;
  color: #667085;
  font-size: 11px;
}
._merchantCartSidebar_kkxze_330 ul._productVariation_kkxze_233 li {
  padding: 4px 7px;
  border: 1px solid #e0e8f2;
  border-radius: 7px;
  background: #f7f9fc;
}
._merchantCartSidebar_kkxze_330 ul._productVariation_kkxze_233 strong {
  color: #475467;
  font-weight: 800;
}
._merchantCartSidebar_kkxze_330 ._cartItemQuantity_kkxze_242 {
  gap: 0;
  padding: 3px;
  border: 1px solid #dce5f0;
  border-radius: 10px;
  background: #f8fafc;
}
._merchantCartSidebar_kkxze_330 ._cartItemQuantity_kkxze_242 button._btnPlus_kkxze_247,
._merchantCartSidebar_kkxze_330 ._cartItemQuantity_kkxze_242 ._btnMinus_kkxze_247,
._merchantCartSidebar_kkxze_330 ._cartItemQuantity_kkxze_242 span {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 7px;
  background: transparent;
}
._merchantCartSidebar_kkxze_330 ._cartItemQuantity_kkxze_242 button:not(:disabled):hover {
  border-color: #aac8f1;
  background: #eef5ff;
}
._merchantCartSidebar_kkxze_330 ._cartItemFooter_kkxze_636 {
  margin-top: 4px;
  align-items: center;
}
._merchantCartSidebar_kkxze_330 ._itemPrice_kkxze_271 {
  color: #0a64f9;
  font-size: 13px;
  font-weight: 800;
}
._merchantCartSidebar_kkxze_330 > div:last-child {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 15px 0 8px;
  border-top: 1px solid #dce6f2;
  background: #fff;
  box-shadow: none;
}
._merchantCartSidebar_kkxze_330 ._CartTotal_kkxze_18 {
  margin-right: 20px;
  margin-left: 20px;
  border-top: 0;
  padding-top: 0;
}
._merchantCartSidebar_kkxze_330 ._CartTotalText_kkxze_27 {
  color: #667085;
  font-size: 12px;
  letter-spacing: 0.02em;
}
._merchantCartSidebar_kkxze_330 ._CartTotalNumber_kkxze_125 {
  color: #13233a;
  font-size: 19px;
}
._merchantCartSidebar_kkxze_330 ._cartFooterNote_kkxze_669 {
  margin: 0 20px;
  color: #7a8699;
  font-size: 9px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
}
@media (max-width: 479px) {
  ._merchantCartSidebar_kkxze_330 ._drawerHeading_kkxze_358 {
    padding-right: 68px;
  }
  ._merchantCartSidebar_kkxze_330 ._closeBtn_kkxze_154 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
  }
  ._merchantCartSidebar_kkxze_330 ._closeBtn_kkxze_154 span {
    display: none;
  }
  ._merchantCartSidebar_kkxze_330 ._cartItems_kkxze_191 {
    padding-right: 8px;
    padding-left: 12px;
  }
}
@media (max-width: 300px) {
  ._merchantCartSidebar_kkxze_330 ._cartItem_kkxze_191 {
    padding: 10px;
    gap: 9px;
  }
  ._merchantCartSidebar_kkxze_330 ._cartItemImage_kkxze_212 {
    width: 70px;
    height: 70px;
    padding: 5px;
  }
  ._merchantCartSidebar_kkxze_330 ._cartItemFooter_kkxze_636 {
    gap: 4px;
  }
  ._merchantCartSidebar_kkxze_330 ._cartItemQuantity_kkxze_242 {
    padding: 2px;
  }
  ._merchantCartSidebar_kkxze_330 ._cartItemQuantity_kkxze_242 button._btnPlus_kkxze_247,
  ._merchantCartSidebar_kkxze_330 ._cartItemQuantity_kkxze_242 ._btnMinus_kkxze_247,
  ._merchantCartSidebar_kkxze_330 ._cartItemQuantity_kkxze_242 span {
    width: 26px;
    height: 26px;
  }
  ._merchantCartSidebar_kkxze_330 ._itemPrice_kkxze_271 {
    font-size: 12px;
  }
}

@keyframes _merchantCartEnter_kkxze_1 {
  from {
    opacity: 0;
    transform: translateX(42px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
._merchantEmptyCart_kkxze_732 {
  min-height: 100%;
  display: grid;
  place-items: center;
}

._emptyCartContent_kkxze_738 {
  width: 100%;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dce6f2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 42, 82, 0.09);
  text-align: center;
}
._emptyCartContent_kkxze_738 h2 {
  margin: 20px 0 8px;
  color: #13233a;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.025em;
}
._emptyCartContent_kkxze_738 p {
  max-width: 280px;
  margin: 0 0 22px;
  color: #667085;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

._emptyCartArtwork_kkxze_766 {
  width: 98px;
  height: 98px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef5ff;
}
._emptyCartArtwork_kkxze_766 img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

._merchantShopButton_kkxze_780 {
  width: min(100%, 230px);
  min-height: 46px;
  border-radius: 12px !important;
  background: #0a64f9 !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  box-shadow: 0 10px 20px rgba(10, 100, 249, 0.22);
}
._merchantShopButton_kkxze_780:hover {
  background: #084fc7 !important;
}
._merchantShopButton_kkxze_780:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 3px;
}

._userArea_kkxze_800 {
  padding: 8px 12px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  word-break: break-word;
}
._userArea_kkxze_800 h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
  margin-bottom: 0;
}
._userArea_kkxze_800 span {
  color: #939393;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

._myStoreCartWidget_kkxze_820 {
  border-bottom: 1px solid #E2E8ED;
  margin-bottom: 16px;
}
._myStoreCartWidget_kkxze_820 ._cartHeaderStoreSec_kkxze_824 {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 16px;
}

._remainingOverlay_kkxze_830 {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
}

._imageList_kkxze_845 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
._imageList_kkxze_845 ._thumbnail_kkxze_850 {
  width: 40px;
  height: 40px;
  position: relative;
}
._imageList_kkxze_845 ._thumbnail_kkxze_850 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._continueShopping_kkxze_520 {
  margin-top: 25px;
  padding-bottom: 12px;
}
._continueShopping_kkxze_520 ._btnShopping_kkxze_520 {
  width: 100%;
  border-radius: 30px;
  height: 52px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  background-color: #108910;
  color: #fff;
}

._crNewHeight_kkxze_876 {
  height: calc(100vh - 50px);
}

/* Ensure it's hidden on desktop */
@media (min-width: 768px) {
  ._overlay_kkxze_882 {
    display: none;
  }
  ._profileDropdown_kkxze_885._open_kkxze_885 {
    display: block;
    transform: translate(0, 44px);
  }
  ._profileDropdown_kkxze_885 {
    position: absolute;
    min-width: 290px;
    transform: translateX(0);
    display: none;
    max-height: 100vh;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  ._cartSidebar_kkxze_132 {
    display: none;
  }
  /* Cart Sidebar Open */
  ._cartSidebar_kkxze_132._cartSidebarOpen_kkxze_150 {
    display: flex;
  }
}
@media (max-width: 768px) {
  ._cartSidebar_kkxze_132 {
    width: 100%;
    right: -115%;
  }
}
._storeItemWrapper_kkxze_913 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}

._logoWrapper_kkxze_924 img {
  border-radius: 8px;
}

._storeDetails_kkxze_928 {
  flex-grow: 1;
  margin-left: 10px;
}

._storeName_kkxze_933 {
  font-weight: 600;
  color: #2c2c54;
}

._storeTime_kkxze_938 {
  color: #666;
  font-size: 0.9rem;
  margin-top: 2px;
}

._storePrice_kkxze_944 {
  font-weight: 600;
  color: #2c2c54;
  white-space: nowrap;
}._mainHeader_xzapd_1 {
  margin-bottom: 0;
  padding: 12px 24px;
  border-bottom: 1px solid #e6eaf0;
  background: rgba(255, 255, 255, 0.98);
}
._mainHeader_xzapd_1 ._headerContent_xzapd_7 {
  width: 100%;
  max-width: 1600px;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
._mainHeader_xzapd_1 ._headerContent_xzapd_7 ._logoSection_xzapd_16 {
  min-width: 0;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}
._mainHeader_xzapd_1 ._headerContent_xzapd_7 ._logoSection_xzapd_16 img {
  cursor: pointer;
}
._mainHeader_xzapd_1 ._headerContent_xzapd_7 ._localDeliveryInfo_xzapd_26 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._mainHeader_xzapd_1 ._headerContent_xzapd_7 ._localDeliveryLabel_xzapd_31 {
  color: #000000;
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
  text-align: center;
}
._mainHeader_xzapd_1 ._headerContent_xzapd_7 ._localDeliveryUberLogo_xzapd_40 {
  height: 19.3px;
  width: 55.7px;
  object-fit: contain;
}

._menuButton_xzapd_46,
._logoButton_xzapd_47,
._closeButton_xzapd_48 {
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}
._menuButton_xzapd_46:focus-visible,
._logoButton_xzapd_47:focus-visible,
._closeButton_xzapd_48:focus-visible {
  border-radius: 10px;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.18);
}

._menuButton_xzapd_46 {
  width: 42px;
  height: 42px;
}

._burgerMenu_xzapd_69 {
  width: 23px;
  height: auto;
}

._logoButton_xzapd_47 {
  min-height: 44px;
  flex: 0 0 auto;
}

._logo_xzapd_16 {
  width: 142px;
  max-width: 100%;
  height: auto;
}

._closeButton_xzapd_48 {
  width: 44px;
  height: 44px;
}

._merchantHeader_xzapd_90 {
  margin-bottom: 0;
  padding: 14px 24px;
  border-bottom: 0;
  background: #091e3a;
  font-family: "Manrope", "Jost", sans-serif;
}
._merchantHeader_xzapd_90 ._headerContent_xzapd_7 {
  width: 100%;
  max-width: 1600px;
  gap: 22px;
}
._merchantHeader_xzapd_90 ._logoSection_xzapd_16 {
  flex: 0 0 auto;
}
._merchantHeader_xzapd_90 ._logo_xzapd_16 {
  width: 148px;
  filter: brightness(0) invert(1);
}
._merchantHeader_xzapd_90 ._menuButton_xzapd_46 {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}
._merchantHeader_xzapd_90 ._menuButton_xzapd_46 img {
  filter: brightness(0) invert(1);
}
._merchantHeader_xzapd_90 ._headerContent_xzapd_7 ._localDeliveryLabel_xzapd_31 {
  color: #a9bad0;
}
._merchantHeader_xzapd_90 ._localDeliveryUberLogo_xzapd_40 {
  filter: brightness(0) invert(1);
}

@media (max-width: 1024px) and (min-width: 769px) {
  ._merchantHeader_xzapd_90 ._headerContent_xzapd_7 {
    gap: 12px;
  }
  ._merchantHeader_xzapd_90 ._headerContent_xzapd_7 ._localDeliveryInfo_xzapd_26 {
    display: none;
  }
  ._merchantHeader_xzapd_90 ._logo_xzapd_16 {
    width: 132px;
  }
}
@media (max-width: 768px) {
  ._mainHeader_xzapd_1 {
    padding: 8px 12px;
    border-bottom: 1px solid #e7edf5;
  }
  ._mainHeader_xzapd_1 ._headerContent_xzapd_7 {
    gap: 6px;
  }
  ._mainHeader_xzapd_1 ._logoSection_xzapd_16 {
    gap: 4px;
  }
  ._mainHeader_xzapd_1 ._logo_xzapd_16 {
    width: clamp(86px, 25vw, 116px);
  }
  /* Sidebar Container */
  ._sidebar_xzapd_150 {
    position: fixed;
    top: 0;
    left: 0;
    width: min(344px, 92vw);
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-right: 1px solid #dce6f2;
    border-radius: 0 22px 22px 0;
    background: #f7f9fc;
    box-shadow: 16px 0 44px rgba(12, 34, 65, 0.22);
    transform: translateX(-100%); /* Initially hidden */
    transition: transform 0.3s ease-in-out;
    z-index: 103;
  }
  /* Sidebar Open - Slide in */
  ._sidebar_xzapd_150._open_xzapd_169 {
    transform: translateX(0);
  }
  ._sidebar_xzapd_150 .sideBar {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    flex: 1 1 auto;
  }
  ._sidebarHeader_xzapd_179 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    width: 0;
    min-height: 0;
  }
  ._sidebarHeader_xzapd_179 ._closeIcon_xzapd_187 {
    position: static;
  }
  /* Overlay */
  ._overlay_xzapd_191 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 24, 47, 0.58);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    z-index: 102;
    padding: 0;
    border: 0;
  }
  ._merchantHeader_xzapd_90 {
    padding: 8px 16px;
  }
  ._merchantHeader_xzapd_90 ._headerContent_xzapd_7 {
    gap: 7px;
  }
  ._merchantHeader_xzapd_90 ._logoSection_xzapd_16 {
    gap: 4px;
  }
  ._merchantHeader_xzapd_90 ._logo_xzapd_16 {
    width: 122px;
  }
  ._merchantHeader_xzapd_90 + * {
    font-family: "Manrope", "Jost", sans-serif;
  }
  ._merchantHeader_xzapd_90 ~ ._sidebar_xzapd_150,
  ._merchantHeader_xzapd_90 ._sidebar_xzapd_150 {
    display: flex;
    flex-direction: column;
    width: min(344px, 92vw);
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    border-right: 1px solid #dfe5ee;
    border-radius: 0 20px 20px 0;
    background: #0c2545;
    box-shadow: 12px 0 36px rgba(16, 24, 40, 0.18);
  }
  ._merchantHeader_xzapd_90 ._sidebarHeader_xzapd_179 {
    z-index: 4;
    flex: 0 0 auto;
    background: transparent;
  }
  ._sidebarHeader_xzapd_179 {
    min-height: 0;
  }
  ._sidebarHeader_xzapd_179 ._closeButton_xzapd_48 {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 1px solid #d6e2f0;
    border-radius: 12px;
    background: #fff;
    color: #22354d;
    box-shadow: 0 8px 20px rgba(18, 48, 86, 0.13);
  }
  ._sidebarHeader_xzapd_179 ._closeIcon_xzapd_187 {
    position: static;
  }
}
@media (max-width: 600px) {
  ._sidebar_xzapd_150 {
    width: min(344px, 92vw);
  }
}
@media (max-width: 360px) {
  ._mainHeader_xzapd_1 {
    padding-right: 8px;
    padding-left: 8px;
  }
  ._menuButton_xzapd_46 {
    width: 38px;
    height: 38px;
  }
  ._logoSection_xzapd_16 img {
    max-width: 88px;
  }
  ._merchantHeader_xzapd_90 {
    padding-right: 10px;
    padding-left: 10px;
  }
  ._merchantHeader_xzapd_90 ._logo_xzapd_16 {
    width: 105px;
  }
}
@media (max-width: 320px) {
  ._mainHeader_xzapd_1 {
    padding-right: 6px;
    padding-left: 6px;
  }
  ._mainHeader_xzapd_1 ._headerContent_xzapd_7 {
    gap: 3px;
  }
  ._mainHeader_xzapd_1 ._logoSection_xzapd_16 {
    gap: 2px;
  }
  ._mainHeader_xzapd_1 ._menuButton_xzapd_46 {
    width: 36px;
    height: 36px;
  }
  ._mainHeader_xzapd_1 ._logo_xzapd_16 {
    width: 72px;
    max-width: 72px;
  }
  ._merchantHeader_xzapd_90 {
    padding-right: 8px;
    padding-left: 8px;
  }
  ._merchantHeader_xzapd_90 ._headerContent_xzapd_7 {
    gap: 3px;
  }
  ._merchantHeader_xzapd_90 ._logoSection_xzapd_16 {
    gap: 3px;
  }
  ._merchantHeader_xzapd_90 ._menuButton_xzapd_46 {
    width: 36px;
    height: 36px;
  }
  ._merchantHeader_xzapd_90 ._logo_xzapd_16 {
    width: 72px;
    max-width: 72px;
  }
}._categories-list_1gtnb_1 {
  width: 100%;
  margin: 0;
  padding: 12px 12px 11px;
  flex: 0 0 auto;
  border-bottom: 1px solid #e3eaf3;
  font-family: "Manrope", "Jost", sans-serif;
}
._categories-list_1gtnb_1 ul {
  margin: 0;
  padding: 0;
}
._categories-list_1gtnb_1 ul li {
  position: relative;
  min-height: 46px;
  margin: 2px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #23324a;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
._categories-list_1gtnb_1 ul li._active_1gtnb_25 {
  border-color: #0a64f9;
  background: linear-gradient(135deg, #1371ff 0%, #0757df 100%);
  box-shadow: 0 9px 20px rgba(10, 100, 249, 0.22);
}
._categories-list_1gtnb_1 ul li._active_1gtnb_25:hover {
  border-color: #0a64f9;
  background: linear-gradient(135deg, #1371ff 0%, #0757df 100%);
  transform: none;
}
._categories-list_1gtnb_1 ul li._active_1gtnb_25 ._category-link_1gtnb_35 span {
  color: #fff;
}
._categories-list_1gtnb_1 ul li._active_1gtnb_25 ._category-link_1gtnb_35 img {
  background: rgba(255, 255, 255, 0.17);
  filter: brightness(0) invert(1) !important;
}
._categories-list_1gtnb_1 ul li ._category-link_1gtnb_35 {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  gap: 10px;
  border: 0;
  border-radius: 13px;
  outline: none;
  background: transparent;
  color: #23324a;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
._categories-list_1gtnb_1 ul li ._category-link_1gtnb_35 img,
._categories-list_1gtnb_1 ul li ._category-link_1gtnb_35 ._home--img_1gtnb_62 {
  width: 34px;
  height: 34px;
  padding: 8px;
  flex: 0 0 34px;
  border-radius: 10px;
  background: #edf4ff;
  box-sizing: border-box;
  filter: brightness(0) saturate(100%) invert(35%) sepia(90%) saturate(2291%) hue-rotate(209deg) brightness(99%) contrast(102%) !important;
  transition: background-color 160ms ease, transform 160ms ease;
}
._categories-list_1gtnb_1 ul li ._category-link_1gtnb_35 span {
  overflow: hidden;
  color: #23324a;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -0.01em;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._categories-list_1gtnb_1 ul li ._category-link_1gtnb_35:focus-visible {
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.22);
}
._categories-list_1gtnb_1 ul li:hover:not(._active_1gtnb_25) {
  border-color: #dbe6f3;
  background: #fff;
  box-shadow: 0 7px 18px rgba(26, 55, 94, 0.07);
  transform: translateX(2px);
}
._categories-list_1gtnb_1 ul li:hover:not(._active_1gtnb_25) ._category-link_1gtnb_35 img {
  background: #e2edff;
}

@media (max-width: 768px) {
  ._categories-list_1gtnb_1 {
    padding: 10px 12px;
  }
}
._skeleton-item_1gtnb_101 {
  justify-content: unset !important;
  gap: 5px;
}

._merchantMainMenu_1gtnb_106 {
  width: auto;
  margin: 0 14px 10px;
  padding: 0 0 11px;
  border-bottom: 1px solid #1d426c;
  font-family: "Manrope", "Jost", sans-serif;
}
._merchantMainMenu_1gtnb_106 ul {
  margin: 0;
}
._merchantMainMenu_1gtnb_106 ul li {
  min-height: 44px;
  margin: 2px 0;
  border-color: transparent;
  border-radius: 11px;
  outline: none;
  box-shadow: none;
  transition: color 160ms ease, background-color 160ms ease;
}
._merchantMainMenu_1gtnb_106 ul li ._category-link_1gtnb_35 {
  width: 100%;
  min-height: 44px;
  flex: 1 1 100%;
  justify-content: flex-start;
  gap: 10px;
  padding: 9px 11px;
  border: 0;
  border-radius: 11px;
  outline: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
._merchantMainMenu_1gtnb_106 ul li ._category-link_1gtnb_35 img,
._merchantMainMenu_1gtnb_106 ul li ._category-link_1gtnb_35 ._home--img_1gtnb_62 {
  width: 18px;
  height: 18px;
  padding: 0;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  opacity: 0.72;
  filter: brightness(0) invert(1) !important;
}
._merchantMainMenu_1gtnb_106 ul li ._category-link_1gtnb_35 span {
  color: #d5e0ee;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
._merchantMainMenu_1gtnb_106 ul li ._category-link_1gtnb_35:focus-visible {
  box-shadow: 0 0 0 3px rgba(126, 177, 255, 0.34);
}
._merchantMainMenu_1gtnb_106 ul li:hover:not(._active_1gtnb_25) {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  transform: none;
}
._merchantMainMenu_1gtnb_106 ul li:hover:not(._active_1gtnb_25) ._category-link_1gtnb_35 span {
  color: #fff;
}
._merchantMainMenu_1gtnb_106 ul li:hover:not(._active_1gtnb_25) ._category-link_1gtnb_35 img,
._merchantMainMenu_1gtnb_106 ul li:hover:not(._active_1gtnb_25) ._category-link_1gtnb_35 ._home--img_1gtnb_62 {
  background: transparent;
}
._merchantMainMenu_1gtnb_106 ul li._active_1gtnb_25, ._merchantMainMenu_1gtnb_106 ul li._active_1gtnb_25:hover {
  background: #0a64f9;
}
._merchantMainMenu_1gtnb_106 ul li._active_1gtnb_25 ._category-link_1gtnb_35 span, ._merchantMainMenu_1gtnb_106 ul li._active_1gtnb_25:hover ._category-link_1gtnb_35 span {
  color: #fff;
}
._merchantMainMenu_1gtnb_106 ul li._active_1gtnb_25 ._category-link_1gtnb_35 img,
._merchantMainMenu_1gtnb_106 ul li._active_1gtnb_25 ._category-link_1gtnb_35 ._home--img_1gtnb_62, ._merchantMainMenu_1gtnb_106 ul li._active_1gtnb_25:hover ._category-link_1gtnb_35 img,
._merchantMainMenu_1gtnb_106 ul li._active_1gtnb_25:hover ._category-link_1gtnb_35 ._home--img_1gtnb_62 {
  padding: 0;
  background: transparent;
  filter: brightness(0) invert(1) !important;
  opacity: 1;
}

._merchantMenuShell_1gtnb_188 {
  display: flex;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

._merchantPinnedMenu_1gtnb_196 {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  margin-bottom: 8px;
  padding-top: 9px;
  padding-bottom: 8px;
  background: #0c2545;
  box-shadow: 0 10px 18px -18px rgba(0, 0, 0, 0.9);
}

._merchantMenuScroll_1gtnb_207 {
  position: relative;
  z-index: 1;
  min-height: 0;
  flex: 1 1 auto;
  contain: paint;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-anchor: none;
  overscroll-behavior: contain;
  scrollbar-color: #6f8eaf transparent;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}
._merchantMenuScroll_1gtnb_207::-webkit-scrollbar {
  width: 5px;
}
._merchantMenuScroll_1gtnb_207::-webkit-scrollbar-track {
  background: transparent;
}
._merchantMenuScroll_1gtnb_207::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #6f8eaf;
}
._merchantMenuScroll_1gtnb_207:hover::-webkit-scrollbar-thumb, ._merchantMenuScroll_1gtnb_207:focus-within::-webkit-scrollbar-thumb {
  background: #91a9c2;
}

@media (max-width: 768px) {
  ._merchantMainMenu_1gtnb_106 {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 4px;
  }
  ._merchantMenuShell_1gtnb_188 {
    min-height: 0;
  }
  ._merchantPinnedMenu_1gtnb_196 {
    margin-bottom: 6px;
    padding-top: 7px;
  }
  ._merchantMenuScroll_1gtnb_207 {
    padding-bottom: max(16px, env(safe-area-inset-bottom));
    scroll-snap-type: none;
  }
}._modalContent_5i6pu_1 {
  padding: 20px;
}

._header_5i6pu_5 {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}
._header_5i6pu_5 span {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
._header_5i6pu_5 img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

._header_5i6pu_5 > div {
  display: flex;
  justify-content: space-between;
}

._closeButton_5i6pu_28 {
  width: 36px;
  height: 36px;
  padding: 6px !important;
  border-radius: 9px !important;
}
._closeButton_5i6pu_28:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 2px;
}

._couponDescription_5i6pu_39 {
  color: #000;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

._couponCard_5i6pu_48 {
  display: flex;
  height: 200px;
  transition: transform 0.2s ease;
}
._couponCard_5i6pu_48:hover {
  transform: translateY(-2px);
}

._leftSection_5i6pu_57 {
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 12px 0 0 12px;
}
._leftSection_5i6pu_57::before, ._leftSection_5i6pu_57::after {
  content: "";
  position: absolute;
  right: -10px;
  width: 20px;
  height: 20px;
  background-color: #f9f9f9;
  border: 1px solid var(--coupon-color);
  border-radius: 50%;
  z-index: 2;
}
._leftSection_5i6pu_57::before {
  bottom: -10px;
}
._leftSection_5i6pu_57::after {
  bottom: -13px;
  border: 1px solid white;
}

._green_5i6pu_84 {
  background-color: #34a853;
  color: white;
}

._red_5i6pu_89 {
  background-color: #ea4335;
  color: white;
}

._blue_5i6pu_94 {
  background-color: #249cdb;
  color: white;
}

._couponCode_5i6pu_99 {
  font-family: Jost;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(12px, 2vw, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

._rightSection_5i6pu_110 {
  flex: 1;
  background: white;
  border-radius: 0 12px 12px 0;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border: 1px solid #e0e0e0;
  border-left: none;
}
._rightSection_5i6pu_110::before, ._rightSection_5i6pu_110::after {
  content: "";
  position: absolute;
  left: -12px;
  width: 20px;
  height: 20px;
  background-color: #f9f9f9;
  border: 1px solid var(--coupon-color);
  border-radius: 50%;
  z-index: 2;
}
._rightSection_5i6pu_110::before {
  top: -10px;
}
._rightSection_5i6pu_110::after {
  top: -13px;
  border: 1px solid white;
}

._topRow_5i6pu_141 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

._discountText_5i6pu_147 {
  font-family: Jost;
  font-style: normal;
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 600;
  color: #000;
  line-height: normal;
  text-transform: uppercase;
}

._copyButton_5i6pu_157 {
  padding: 4px;
  border-radius: 8px;
}
._copyButton_5i6pu_157:hover {
  background-color: #f5f5f5;
}

._detailsRow_5i6pu_165 {
  display: flex;
  position: relative;
  margin-top: auto;
}

._detailItem_5i6pu_171 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  white-space: nowrap;
}

._detailsRow_5i6pu_165 > ._detailItem_5i6pu_171:nth-child(2) {
  padding-left: 20px;
}

._detailsRow_5i6pu_165::after {
  content: "";
  left: 50%;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #dbdbdb;
  transform: translateX(-50%);
}

._detailLabel_5i6pu_194 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #8d8d8d;
  font-family: Jost;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
._detailLabel_5i6pu_194 svg {
  font-size: 14px;
}

._detailValue_5i6pu_210 {
  font-size: clamp(12px, 1vw, 16px);
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 5px;
}

._skeletonCard_5i6pu_221 {
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
}

._modalContent_5i6pu_1::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  outline: 1px solid #fff;
}

@media (max-width: 480px) {
  ._leftSection_5i6pu_57 {
    width: 52px;
    flex: 0 0 52px;
  }
  ._rightSection_5i6pu_110 {
    min-width: 0;
    padding: 24px 12px 18px;
  }
  ._detailsRow_5i6pu_165 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
  ._detailsRow_5i6pu_165::after {
    display: none;
  }
  ._detailItem_5i6pu_171,
  ._detailsRow_5i6pu_165 > ._detailItem_5i6pu_171:nth-child(2) {
    min-width: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
  }
  ._detailLabel_5i6pu_194 {
    min-width: 0;
    white-space: nowrap;
  }
  ._detailValue_5i6pu_210 {
    padding-left: 0;
    text-align: right;
    white-space: nowrap;
  }
}._browse-categories-sec_yak1y_1 {
  width: 100%;
  padding: 11px 12px 22px;
  border: 0;
  font-family: "Manrope", "Jost", sans-serif;
}
._browse-categories-sec_yak1y_1 ._categories_heading_yak1y_7 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  min-height: 40px;
  margin: 0 0 5px;
  padding: 8px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(220, 230, 242, 0.88);
  border-radius: 12px;
  background: rgba(247, 250, 254, 0.94);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #66758c;
  font-family: inherit;
  text-align: left;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 15px;
  text-transform: uppercase;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
}
._browse-categories-sec_yak1y_1 ._categories_heading_yak1y_7 ._categoryHeadingText_yak1y_33 {
  min-width: 0;
  overflow: hidden;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._browse-categories-sec_yak1y_1 ._categories_heading_yak1y_7 ._categoryCount_yak1y_43 {
  min-width: 28px;
  min-height: 24px;
  padding: 0 7px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #d5e3f5;
  border-radius: 999px;
  background: #fff;
  color: #0a64f9;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 22px;
}
._browse-categories-sec_yak1y_1 ._categories_heading_yak1y_7 ._expand-icon_yak1y_58 {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  flex-shrink: 0;
}
._browse-categories-sec_yak1y_1 ._categories-list-wrapper_yak1y_63 {
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
}
._browse-categories-sec_yak1y_1 ._categories-list-wrapper_yak1y_63._expanded_yak1y_70 {
  max-height: none;
  opacity: 1;
  transform: translateY(0);
}
._browse-categories-sec_yak1y_1 ._categories-list-wrapper_yak1y_63._collapsed_yak1y_75 {
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
}
._browse-categories-sec_yak1y_1 ul {
  margin: 0;
  padding: 0;
}
._browse-categories-sec_yak1y_1 ul li {
  min-height: 42px;
  margin: 2px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #2c3d56;
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
._browse-categories-sec_yak1y_1 ul li ._category-link_yak1y_95 {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 6px 6px 6px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 100%;
  gap: 8px;
  border-radius: 11px;
  outline: none;
  color: #2c3d56;
  line-height: 18px;
  text-decoration: none;
}
._browse-categories-sec_yak1y_1 ul li ._category-link_yak1y_95 img {
  width: 28px;
  height: 28px;
  padding: 9px;
  flex: 0 0 28px;
  border-radius: 9px;
  background: #eef3f9;
  box-sizing: border-box;
  opacity: 0.72;
  transition: background-color 150ms ease;
}
._browse-categories-sec_yak1y_1 ul li ._category-link_yak1y_95 span {
  overflow: hidden;
  color: #2c3d56;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._browse-categories-sec_yak1y_1 ul li ._category-link_yak1y_95 ._browseall--categories_yak1y_132 {
  font-weight: 600;
  line-height: 23px;
  font-family: "IBM Plex Sans", serif;
  font-style: normal;
}
._browse-categories-sec_yak1y_1 ul li ._category-link_yak1y_95:focus-visible {
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.2);
}
._browse-categories-sec_yak1y_1 ul li._active_yak1y_141 {
  border-color: #0a64f9;
  background: linear-gradient(135deg, #1371ff 0%, #0757df 100%);
  box-shadow: 0 8px 18px rgba(10, 100, 249, 0.2);
}
._browse-categories-sec_yak1y_1 ul li._active_yak1y_141 ._category-link_yak1y_95 span {
  color: #fff;
  font-weight: 800;
}
._browse-categories-sec_yak1y_1 ul li._active_yak1y_141 img {
  background: rgba(255, 255, 255, 0.16);
  filter: brightness(0) invert(1);
  opacity: 1;
}
._browse-categories-sec_yak1y_1 ul li:hover:not(._active_yak1y_141) {
  border-color: #dbe6f3;
  background: #fff;
  box-shadow: 0 7px 16px rgba(26, 55, 94, 0.065);
  transform: translateX(2px);
}
._browse-categories-sec_yak1y_1 ul li:hover:not(._active_yak1y_141) ._category-link_yak1y_95 span {
  color: #0a56ce;
}
._browse-categories-sec_yak1y_1 ul li:hover:not(._active_yak1y_141) img {
  background: #e3edfb;
}

@media (max-width: 600px) {
  ._browse-categories-sec_yak1y_1 {
    width: 100%;
    padding-right: 12px;
  }
}
._merchantCategoryList_yak1y_174 {
  width: auto;
  margin: 0 14px;
  padding: 0 0 18px;
  border-bottom: 0;
  font-family: "Manrope", "Jost", sans-serif;
}
._merchantCategoryList_yak1y_174 ._categories_heading_yak1y_7 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 8px 9px 10px;
  border: 0;
  border-radius: 10px;
  outline: none;
  background: #0c2545;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}
._merchantCategoryList_yak1y_174 ._categories_heading_yak1y_7:not(:disabled):hover {
  background: rgba(255, 255, 255, 0.08);
}
._merchantCategoryList_yak1y_174 ._categories_heading_yak1y_7:focus-visible {
  box-shadow: 0 0 0 3px rgba(126, 177, 255, 0.34);
}
._merchantCategoryList_yak1y_174 ._categories_heading_yak1y_7:disabled {
  cursor: default;
  opacity: 1;
}
._merchantCategoryList_yak1y_174 ._categories_heading_yak1y_7 ._categoryHeadingLabel_yak1y_209 {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
._merchantCategoryList_yak1y_174 ._categories_heading_yak1y_7 ._categoryHeadingLabel_yak1y_209 small {
  color: #86b5ef;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 12px;
  text-transform: uppercase;
}
._merchantCategoryList_yak1y_174 ._categories_heading_yak1y_7 ._categoryHeadingLabel_yak1y_209 > span {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._merchantCategoryList_yak1y_174 ._categories_heading_yak1y_7 ._categoryHeadingMeta_yak1y_232 {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 5px;
}
._merchantCategoryList_yak1y_174 ._categories_heading_yak1y_7 ._categoryCount_yak1y_43 {
  min-width: 27px;
  min-height: 22px;
  border-color: rgba(139, 190, 255, 0.28);
  background: rgba(75, 143, 233, 0.16);
  color: #cfe4ff;
  line-height: 20px;
}
._merchantCategoryList_yak1y_174 ._categories_heading_yak1y_7 ._expand-icon_yak1y_58 {
  color: #b7c7da !important;
}
._merchantCategoryList_yak1y_174 ._categories-list-wrapper_yak1y_63 {
  margin-top: 3px;
}
._merchantCategoryList_yak1y_174 ul {
  margin: 0;
}
._merchantCategoryList_yak1y_174 ul li {
  min-height: 42px;
  margin: 2px 0;
  padding: 0;
  border-color: transparent;
  border-radius: 10px;
  box-shadow: none;
  animation-duration: 180ms;
}
._merchantCategoryList_yak1y_174 ul li:last-child span {
  font-weight: 600;
}
._merchantCategoryList_yak1y_174 ul li ._category-link_yak1y_95 {
  width: 100%;
  min-height: 42px;
  flex: 1 1 100%;
  padding: 8px 10px;
  border-radius: 10px;
  outline: none;
}
._merchantCategoryList_yak1y_174 ul li ._category-link_yak1y_95 span {
  overflow: hidden;
  color: #c2d0e0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._merchantCategoryList_yak1y_174 ul li ._category-link_yak1y_95 img {
  width: 7px;
  height: 13px;
  padding: 0;
  display: block;
  flex: 0 0 7px;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  opacity: 0.54;
  filter: brightness(0) invert(1);
  transition: opacity 150ms ease, transform 150ms ease;
}
._merchantCategoryList_yak1y_174 ul li ._category-link_yak1y_95:focus-visible {
  box-shadow: 0 0 0 3px rgba(126, 177, 255, 0.34);
}
._merchantCategoryList_yak1y_174 ul li:hover:not(._active_yak1y_141) {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  transform: none;
}
._merchantCategoryList_yak1y_174 ul li:hover:not(._active_yak1y_141) ._category-link_yak1y_95 span {
  color: #fff;
}
._merchantCategoryList_yak1y_174 ul li:hover:not(._active_yak1y_141) img {
  background: transparent;
  filter: brightness(0) invert(1);
  opacity: 0.84;
  transform: translateX(1px);
}
._merchantCategoryList_yak1y_174 ul li._active_yak1y_141, ._merchantCategoryList_yak1y_174 ul li._active_yak1y_141:hover {
  border-color: transparent;
  background: #0a64f9;
  box-shadow: none;
}
._merchantCategoryList_yak1y_174 ul li._active_yak1y_141 ._category-link_yak1y_95 span, ._merchantCategoryList_yak1y_174 ul li._active_yak1y_141:hover ._category-link_yak1y_95 span {
  color: #fff;
  font-weight: 800;
}
._merchantCategoryList_yak1y_174 ul li._active_yak1y_141 img, ._merchantCategoryList_yak1y_174 ul li._active_yak1y_141:hover img {
  background: transparent;
  filter: brightness(0) invert(1);
  opacity: 1;
}

@media (max-width: 768px) {
  ._merchantCategoryList_yak1y_174 {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 2px;
  }
  ._merchantCategoryList_yak1y_174 ._categories_heading_yak1y_7 {
    position: static;
  }
  ._merchantCategoryList_yak1y_174 li {
    scroll-snap-align: start;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._merchantCategoryList_yak1y_174 ._categories-list-wrapper_yak1y_63,
  ._merchantCategoryList_yak1y_174 li,
  ._merchantCategoryList_yak1y_174 ._expand-icon_yak1y_58 {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}._checkbox_space_1raaj_1 {
  margin-bottom: 6px;
}

._filterPanel_1raaj_5 {
  width: 100%;
  color: #182230;
  font-family: "Manrope", "Jost", sans-serif;
}

._filterHeader_1raaj_11 {
  min-height: 54px;
  padding: 2px 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #dfe7f1;
}

._filterTitle_1raaj_21 {
  margin: 0 !important;
  color: #13233a;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 21px !important;
}

._filterAvailability_1raaj_31 {
  margin: 1px 0 0 !important;
  color: #7a8aa0;
  font-family: inherit !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 15px !important;
}

._resetFiltersButton_1raaj_40 {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #cfdef0;
  border-radius: 9px;
  background: #f5f9ff;
  color: #0a64f9;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}
._resetFiltersButton_1raaj_40:hover:not(:disabled) {
  border-color: #a8c8f8;
  background: #eaf3ff;
}
._resetFiltersButton_1raaj_40:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.18);
  outline-offset: 2px;
}
._resetFiltersButton_1raaj_40:disabled {
  border-color: #e7ecf2;
  background: #f8fafc;
  color: #a5afbd;
  cursor: not-allowed;
}

._filterList_1raaj_68 {
  padding-top: 2px;
}

._filterSummary_1raaj_72 {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

._filterSummaryTitle_1raaj_81 {
  color: #24364d;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 20px !important;
}

._filterSummaryMeta_1raaj_89 {
  min-width: 0;
  overflow: hidden;
  color: #718198;
  font-family: inherit !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._filterSummaryMetaUnavailable_1raaj_102 {
  color: #a0aaba;
}

._filterDetails_1raaj_106 {
  padding: 2px 12px 11px !important;
}

._viewAllFilterOptions_1raaj_110 {
  min-height: 30px;
  margin-top: 1px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0a64f9;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
._viewAllFilterOptions_1raaj_110:hover {
  color: #084fc7;
  text-decoration: underline;
}
._viewAllFilterOptions_1raaj_110:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.18);
  outline-offset: 2px;
  border-radius: 4px;
}

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

._qv_checkbox_add_checkmark_label_1raaj_137 {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: 100%;
  font-size: 13px;
  color: #516176;
  font-weight: 600;
  font-family: "Manrope", "Jost", sans-serif;
  -webkit-user-select: none;
          user-select: none;
  min-width: 0;
}
._qv_checkbox_add_checkmark_label_1raaj_137 > *:last-child:not(input):not(._qv_add_checkmark_1raaj_150) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}
._qv_checkbox_add_checkmark_label_1raaj_137 input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
._qv_checkbox_add_checkmark_label_1raaj_137 ._qv_add_checkmark_1raaj_150 {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #e5e5e5;
  border: none;
  position: relative;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
._qv_checkbox_add_checkmark_label_1raaj_137 ._qv_add_checkmark_1raaj_150::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 3px 0;
  transform: rotate(45deg);
}
._qv_checkbox_add_checkmark_label_1raaj_137 input[type=checkbox]:checked ~ ._qv_add_checkmark_1raaj_150 {
  background-color: #0a64f9;
}
._qv_checkbox_add_checkmark_label_1raaj_137 input[type=checkbox]:checked ~ ._qv_add_checkmark_1raaj_150::after {
  display: block;
}
._qv_checkbox_add_checkmark_label_1raaj_137 input[type=checkbox]:hover ~ ._qv_add_checkmark_1raaj_150 {
  background-color: #d4d4d4;
}
._qv_checkbox_add_checkmark_label_1raaj_137 input[type=checkbox]:checked:hover ~ ._qv_add_checkmark_1raaj_150 {
  background-color: #084fc7;
}
._qv_checkbox_add_checkmark_label_1raaj_137 input[type=checkbox]:focus-visible ~ ._qv_add_checkmark_1raaj_150 {
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.18);
}

._modalHeader_1raaj_205 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start !important;
  padding: 20px;
}

._posRel_1raaj_213 {
  position: relative;
  flex: 1;
}

._modalHeaderContent_1raaj_218 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
}

._formSearchBox_1raaj_226 {
  max-width: 14rem;
  position: relative;
}
._formSearchBox_1raaj_226 input {
  width: 100%;
  border-radius: 21px;
  height: 38.48px;
  border: 2px solid #f3f3f3;
  padding: 0 45px 0 16px;
  outline: none;
}
._formSearchBox_1raaj_226 input::placeholder {
  color: #838383;
  font-size: 14px;
}
._formSearchBox_1raaj_226 input:not(:placeholder-shown) + ._searchIcon_1raaj_242 {
  animation: _bounce_1raaj_1 0.8s infinite;
}
@keyframes _bounce_1raaj_1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
._formSearchBox_1raaj_226 ._searchIcon_1raaj_242 {
  position: absolute;
  top: 10px;
  right: 13px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  ._formSearchBox_1raaj_226 {
    max-width: 100%;
  }
  ._formSearchBox_1raaj_226 input {
    font-size: 14px;
    height: 36px;
  }
  ._modalHeader_1raaj_205 {
    padding: 15px !important;
  }
}._modernSidebar_1rhky_1 {
  --sidebar-accent: #0a64f9;
  --sidebar-ink: #14213d;
  --sidebar-muted: #66758c;
  --sidebar-line: #dce6f2;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
  color: var(--sidebar-ink);
  font-family: "Manrope", "Jost", sans-serif;
}

@media (min-width: 769px) {
  ._siteSidebar_1rhky_15 {
    position: -webkit-sticky;
    position: sticky;
    top: 96px !important;
    width: 272px !important;
    height: calc(100vh - 112px) !important;
    height: calc(100dvh - 112px) !important;
    margin: 22px 0 56px 24px;
    flex: 0 0 272px;
    align-self: flex-start;
    border: 1px solid #173a63 !important;
    border-radius: 20px;
    background: #0c2545 !important;
    box-shadow: 0 16px 36px rgba(10, 31, 60, 0.18);
  }
}
._merchantSidebar_1rhky_30 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 0;
  border-right: 0;
  background: #0c2545 !important;
  font-family: "Manrope", "Jost", sans-serif;
}

._sidebarIntro_1rhky_40 {
  position: relative;
  min-height: 68px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 11px;
  overflow: hidden;
  border-bottom: 1px solid #e3ebf5;
  background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 72%);
}
._sidebarIntro_1rhky_40::after {
  position: absolute;
  top: -35px;
  right: -28px;
  width: 88px;
  height: 88px;
  border: 18px solid rgba(10, 100, 249, 0.06);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

._sidebarIntroIcon_1rhky_64 {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  border: 1px solid #cfe0f7;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(10, 100, 249, 0.12);
}
._sidebarIntroIcon_1rhky_64 img {
  width: 19px;
  height: 19px;
  filter: brightness(0) saturate(100%) invert(34%) sepia(95%) saturate(2380%) hue-rotate(210deg) brightness(98%) contrast(101%);
}

._sidebarIntroCopy_1rhky_84 {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
._sidebarIntroCopy_1rhky_84 small {
  color: #58708f;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 14px;
  text-transform: uppercase;
}
._sidebarIntroCopy_1rhky_84 strong {
  overflow: hidden;
  color: #14213d;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._merchantSidebar_1rhky_30 {
  border: 1px solid #173a63 !important;
}
._merchantSidebar_1rhky_30 ._sidebarIntro_1rhky_40 {
  border-bottom-color: #1d426c;
  background: radial-gradient(circle at 100% 0, rgba(54, 135, 255, 0.2), transparent 45%), linear-gradient(135deg, #102f55 0%, #0c2545 74%);
}
._merchantSidebar_1rhky_30 ._sidebarIntro_1rhky_40::after {
  border-color: rgba(101, 164, 255, 0.09);
}
._merchantSidebar_1rhky_30 ._sidebarIntroIcon_1rhky_64 {
  border-color: rgba(139, 190, 255, 0.34);
  background: linear-gradient(145deg, #1a78ff, #0755d8);
  box-shadow: 0 10px 24px rgba(2, 55, 137, 0.36);
}
._merchantSidebar_1rhky_30 ._sidebarIntroIcon_1rhky_64 img {
  filter: brightness(0) invert(1);
}
._merchantSidebar_1rhky_30 ._sidebarIntroCopy_1rhky_84 small {
  color: #91bdf5;
}
._merchantSidebar_1rhky_30 ._sidebarIntroCopy_1rhky_84 strong {
  color: #fff;
}

._merchantFilters_1rhky_135 {
  margin: 0 14px 16px !important;
  padding: 8px 8px 9px;
  border: 0 !important;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(4, 18, 38, 0.14);
}

@media (max-width: 768px) {
  .sideBar._modernSidebar_1rhky_1 {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
    height: 100% !important;
    min-height: 0;
    max-height: 100%;
    flex: 1 1 auto;
    align-self: stretch;
    overflow: hidden !important;
    padding: 0;
    border: 0 !important;
    box-sizing: border-box;
  }
  ._sidebarIntro_1rhky_40 {
    padding-right: 64px;
    padding-left: max(16px, env(safe-area-inset-left));
  }
  .sideBar._merchantSidebar_1rhky_30 {
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }
  ._merchantFilters_1rhky_135 {
    width: auto;
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
}._mainFooter_rrg5z_1 {
  position: relative;
  isolation: isolate;
  margin-top: auto;
  overflow: hidden;
  border-top: 1px solid #173a63;
  background: radial-gradient(circle at 84% -20%, rgba(10, 100, 249, 0.32), transparent 38%), linear-gradient(135deg, #07192f 0%, #091e3a 52%, #0c294c 100%);
  color: #fff;
  font-family: "Manrope", "Jost", sans-serif;
}
._mainFooter_rrg5z_1::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 76%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 76%);
  content: "";
  pointer-events: none;
}
._mainFooter_rrg5z_1 a {
  text-decoration: none;
}

._footerInner_rrg5z_26 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px 24px 7px;
}

._footerMain_rrg5z_33 {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
}

._supportPanel_rrg5z_40 {
  width: 100%;
  min-width: 0;
}

._supportTop_rrg5z_45 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

._logoLink_rrg5z_52 {
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
}
._logoLink_rrg5z_52:focus-visible {
  outline: 3px solid rgba(93, 159, 255, 0.62);
  outline-offset: 4px;
}

._logoSurface_rrg5z_64 {
  width: 132px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}
._logoSurface_rrg5z_64 img {
  width: 112px;
  height: auto;
  display: block;
}

._newsletterKicker_rrg5z_80 {
  margin: 0 0 3px;
  color: #75adff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 16px;
  text-transform: uppercase;
}

._supportTitle_rrg5z_90,
._newsletterTitle_rrg5z_91 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.035em;
}

._supportTitle_rrg5z_90 {
  color: #fff;
  font-size: clamp(20px, 1.5vw, 24px);
  line-height: 1.12;
}

._supportIntro_rrg5z_103 {
  min-width: 0;
  flex: 1 1 230px;
}

._supportCopy_rrg5z_108 {
  max-width: 430px;
  margin: 4px 0 0;
  color: #a9bad0;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

._supportActions_rrg5z_117 {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

._contactList_rrg5z_125 {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

._contactLink_rrg5z_131 {
  min-height: 38px;
  padding: 5px 11px 5px 6px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(130, 166, 207, 0.24);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
  color: #f7faff;
  font-size: 11px;
  font-weight: 750;
  line-height: 16px;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
._contactLink_rrg5z_131:hover {
  transform: translateY(-1px);
  border-color: rgba(117, 173, 255, 0.58);
  background: rgba(10, 100, 249, 0.12);
  color: #fff;
}
._contactLink_rrg5z_131:focus-visible {
  outline: 3px solid rgba(93, 159, 255, 0.56);
  outline-offset: 3px;
}

._contactIcon_rrg5z_158 {
  width: 27px;
  height: 27px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: #0a64f9;
  color: #fff;
  box-shadow: 0 8px 18px rgba(10, 100, 249, 0.22);
}
._contactIcon_rrg5z_158 svg {
  width: 15px;
  height: 15px;
}

._socialRow_rrg5z_174 {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 9px;
}
._socialRow_rrg5z_174 > span {
  color: #8fa6c1;
  font-size: 11px;
  font-weight: 750;
}

._socialLinks_rrg5z_187 {
  display: flex;
  gap: 7px;
}
._socialLinks_rrg5z_187 a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(130, 166, 207, 0.24);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.065);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
._socialLinks_rrg5z_187 a img {
  width: 16px;
  max-height: 16px;
  display: block;
  object-fit: contain;
}
._socialLinks_rrg5z_187 a:hover {
  transform: translateY(-2px);
  border-color: #4f91f7;
  background: #0a64f9;
}
._socialLinks_rrg5z_187 a:focus-visible {
  outline: 3px solid rgba(93, 159, 255, 0.56);
  outline-offset: 2px;
}

._newsletterCard_rrg5z_217 {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 680px;
  padding: clamp(14px, 1.35vw, 16px);
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  background: radial-gradient(circle at 100% 0, rgba(10, 100, 249, 0.14), transparent 36%), linear-gradient(145deg, #fff 0%, #f4f8ff 100%);
  color: #182230;
  box-shadow: 0 16px 38px rgba(2, 13, 30, 0.21);
}

._newsletterHeading_rrg5z_232 {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
}

._newsletterIcon_rrg5z_239 {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #e9f2ff;
  color: #0a64f9;
}
._newsletterIcon_rrg5z_239 svg {
  width: 15px;
  height: 15px;
}

._newsletterKicker_rrg5z_80 {
  margin: 0;
  color: #0a64f9;
}

._newsletterTitle_rrg5z_91 {
  color: #13233a;
  font-size: clamp(20px, 1.5vw, 24px);
  line-height: 1.18;
}

._newsletterCopy_rrg5z_264 {
  max-width: 620px;
  margin: 4px 0 7px;
  color: #667085;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

._newsletterForm_rrg5z_273 {
  display: flex;
  flex-direction: column;
}

._inputRow_rrg5z_278 {
  min-height: 46px;
  padding: 3px;
  display: flex;
  align-items: stretch;
  gap: 6px;
  border: 1px solid #d4deeb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(16, 42, 82, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
._inputRow_rrg5z_278:focus-within {
  border-color: #0a64f9;
  box-shadow: 0 0 0 4px rgba(10, 100, 249, 0.13);
}

._emailControl_rrg5z_295 {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 10px;
  color: #7a8798;
}
._emailControl_rrg5z_295 svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

._emailField_rrg5z_310 {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #182230;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
}
._emailField_rrg5z_310::placeholder {
  color: #8b97a8;
}
._emailField_rrg5z_310:disabled {
  cursor: not-allowed;
  opacity: 0.66;
}

._subscribeButton_rrg5z_331 {
  min-width: 122px;
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #0a64f9;
  border-radius: 9px;
  background: #0a64f9;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 9px 18px rgba(10, 100, 249, 0.22);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
._subscribeButton_rrg5z_331 svg {
  width: 17px;
  height: 17px;
  transition: transform 160ms ease;
}
._subscribeButton_rrg5z_331:hover:not(:disabled) {
  transform: translateY(-1px);
  background: #084fc7;
  box-shadow: 0 12px 22px rgba(10, 100, 249, 0.28);
}
._subscribeButton_rrg5z_331:hover:not(:disabled) svg {
  transform: translateX(2px);
}
._subscribeButton_rrg5z_331:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.28);
  outline-offset: 3px;
}
._subscribeButton_rrg5z_331:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  box-shadow: none;
}

._termsRow_rrg5z_373 {
  margin-top: 6px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #667085;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
}
._termsRow_rrg5z_373 input {
  -webkit-appearance: none;
          appearance: none;
  width: 17px;
  height: 17px;
  margin: 0;
  display: grid;
  flex: 0 0 auto;
  place-content: center;
  border: 1.5px solid #98a6b8;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
._termsRow_rrg5z_373 input::before {
  width: 9px;
  height: 9px;
  transform: scale(0);
  background: #fff;
  -webkit-clip-path: polygon(14% 44%, 0 59%, 41% 100%, 100% 20%, 84% 6%, 39% 69%);
          clip-path: polygon(14% 44%, 0 59%, 41% 100%, 100% 20%, 84% 6%, 39% 69%);
  content: "";
  transition: transform 120ms ease;
}
._termsRow_rrg5z_373 input:checked {
  border-color: #0a64f9;
  background: #0a64f9;
}
._termsRow_rrg5z_373 input:checked::before {
  transform: scale(1);
}
._termsRow_rrg5z_373 input:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.22);
  outline-offset: 2px;
}
._termsRow_rrg5z_373 input:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}
._termsRow_rrg5z_373 a {
  color: #0757d8;
  font-weight: 800;
}
._termsRow_rrg5z_373 a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
._termsRow_rrg5z_373 a:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 2px;
}

._feedback_rrg5z_435 {
  min-height: 16px;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 750;
  line-height: 16px;
}
._feedback_rrg5z_435:empty {
  display: none;
}

._feedbackError_rrg5z_446 {
  color: #b42318;
}

._feedbackSuccess_rrg5z_450 {
  color: #087443;
}

._footerBottom_rrg5z_454 {
  margin-top: 8px;
  padding-top: 7px;
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(130, 166, 207, 0.2);
  color: #8fa6c1;
  font-size: 11px;
  font-weight: 650;
}
._footerBottom_rrg5z_454 p {
  margin: 0;
}

._legalLinks_rrg5z_470 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
._legalLinks_rrg5z_470 a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  color: #a9bad0;
  font-weight: 750;
}
._legalLinks_rrg5z_470 a:hover {
  color: #fff;
}
._legalLinks_rrg5z_470 a:focus-visible {
  outline: 3px solid rgba(93, 159, 255, 0.52);
  outline-offset: 2px;
}

._paymentMethods_rrg5z_492,
._paymentIcons_rrg5z_493 {
  display: flex;
  align-items: center;
}

._paymentMethods_rrg5z_492 {
  justify-content: flex-end;
  gap: 8px;
}
._paymentMethods_rrg5z_492 > span {
  white-space: nowrap;
}

._paymentIcons_rrg5z_493 {
  gap: 6px;
}

._paymentIcon_rrg5z_493 {
  width: 36px;
  height: 22px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #dce4ee;
  border-radius: 7px;
  background: #fff;
}
._paymentIcon_rrg5z_493 img {
  width: 30px;
  max-height: 17px;
  display: block;
  object-fit: contain;
}

._srOnly_rrg5z_527 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

@media (max-width: 991px) {
  ._footerMain_rrg5z_33 {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 24px;
  }
  ._supportActions_rrg5z_117 {
    flex-wrap: wrap;
    gap: 10px;
  }
  ._socialRow_rrg5z_174 > span {
    display: none;
  }
  ._socialLinks_rrg5z_187 a {
    width: 32px;
    height: 32px;
  }
  ._footerBottom_rrg5z_454 {
    grid-template-columns: 1fr auto;
    row-gap: 8px;
  }
  ._legalLinks_rrg5z_470 {
    grid-column: 1/-1;
    grid-row: 2;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  ._footerInner_rrg5z_26 {
    padding: 14px 14px 8px;
  }
  ._footerMain_rrg5z_33 {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  ._logoSurface_rrg5z_64 {
    width: 128px;
    height: 39px;
  }
  ._logoSurface_rrg5z_64 img {
    width: 108px;
  }
  ._supportActions_rrg5z_117 {
    flex-wrap: nowrap;
  }
  ._newsletterCard_rrg5z_217 {
    padding: 12px;
    border-radius: 16px;
  }
  ._footerBottom_rrg5z_454 {
    margin-top: 9px;
    padding-top: 7px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 6px;
    text-align: center;
  }
  ._legalLinks_rrg5z_470 {
    grid-column: auto;
    grid-row: auto;
    justify-content: center;
    order: 2;
  }
  ._paymentMethods_rrg5z_492 {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    order: 1;
  }
  ._paymentMethods_rrg5z_492 > span {
    display: none;
  }
  ._legalLinks_rrg5z_470 {
    gap: 18px;
  }
  ._legalLinks_rrg5z_470 a {
    min-height: 28px;
  }
}
@media (max-width: 520px) {
  ._supportTop_rrg5z_45 {
    gap: 8px;
  }
  ._supportActions_rrg5z_117 {
    margin-top: 10px;
    display: grid;
    gap: 10px;
  }
  ._supportCopy_rrg5z_108 {
    display: none;
  }
  ._contactList_rrg5z_125 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  ._contactLink_rrg5z_131 {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 5px 7px;
    gap: 7px;
    font-size: 10px;
  }
  ._contactLink_rrg5z_131 > span:last-child {
    min-width: 0;
    white-space: nowrap;
  }
  ._contactIcon_rrg5z_158 {
    width: 31px;
    height: 31px;
  }
  ._contactIcon_rrg5z_158 svg {
    width: 15px;
    height: 15px;
  }
  ._socialRow_rrg5z_174 {
    gap: 5px;
  }
  ._socialRow_rrg5z_174 > span {
    display: none;
  }
  ._socialLinks_rrg5z_187 a {
    width: 34px;
    height: 34px;
  }
  ._subscribeButton_rrg5z_331 {
    min-width: 116px;
    min-height: 40px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 359px) {
  ._newsletterCard_rrg5z_217 {
    padding: 12px;
  }
  ._contactLink_rrg5z_131 {
    font-size: 10px;
  }
  ._socialLinks_rrg5z_187 {
    justify-content: flex-end;
  }
  ._socialLinks_rrg5z_187 a {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 299px) {
  ._supportTop_rrg5z_45 {
    flex-wrap: wrap;
  }
  ._contactList_rrg5z_125 {
    grid-template-columns: minmax(0, 1fr);
  }
  ._contactLink_rrg5z_131 {
    font-size: 11px;
  }
  ._inputRow_rrg5z_278 {
    padding: 0;
    display: grid;
    gap: 9px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  ._inputRow_rrg5z_278:focus-within {
    box-shadow: none;
  }
  ._emailControl_rrg5z_295 {
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #d4deeb;
    border-radius: 13px;
    background: #fff;
    transition: border-color 160ms ease, box-shadow 160ms ease;
  }
  ._emailControl_rrg5z_295:focus-within {
    border-color: #0a64f9;
    box-shadow: 0 0 0 4px rgba(10, 100, 249, 0.13);
  }
  ._subscribeButton_rrg5z_331 {
    width: 100%;
    min-height: 46px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._mainFooter_rrg5z_1 *,
  ._mainFooter_rrg5z_1 *::before,
  ._mainFooter_rrg5z_1 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}._navigation_uzijc_1 {
  padding: 14px;
  color: #dbe7f5;
}

._settingList_uzijc_6 {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

._settingListItem_uzijc_13 {
  margin: 0 0 4px;
}

._settingListLink_uzijc_17,
._backButton_uzijc_18 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: #dbe7f5;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}
._settingListLink_uzijc_17:hover,
._backButton_uzijc_18:hover {
  border-color: rgba(151, 190, 246, 0.18);
  background: rgba(255, 255, 255, 0.075);
  color: #ffffff;
}
._settingListLink_uzijc_17:focus-visible,
._backButton_uzijc_18:focus-visible {
  outline: 3px solid rgba(118, 171, 255, 0.45);
  outline-offset: 2px;
}

._backButton_uzijc_18 {
  color: #aecdf3;
}
._backButton_uzijc_18:hover {
  transform: translateX(-1px);
}

._iconWrap_uzijc_58 {
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.075);
  color: #9fc2f2;
  transition: background-color 160ms ease, color 160ms ease;
}

._active_uzijc_71 {
  border-color: rgba(255, 255, 255, 0.7);
  background: #ffffff;
  color: #12345d;
  box-shadow: 0 6px 18px rgba(3, 16, 35, 0.22);
}
._active_uzijc_71 ._iconWrap_uzijc_58 {
  background: #e9f1ff;
  color: #0a64f9;
}
._active_uzijc_71:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #0a64f9;
}

._logoutItem_uzijc_87 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
._logoutItem_uzijc_87 ._settingListLink_uzijc_17:hover {
  border-color: rgba(255, 151, 151, 0.18);
  background: rgba(213, 60, 60, 0.12);
  color: #ffd7d7;
}
._logoutItem_uzijc_87 ._settingListLink_uzijc_17:hover ._iconWrap_uzijc_58 {
  color: #ffaaaa;
}

._logoutModalOverlay_uzijc_101 {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(5, 17, 34, 0.66);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

._logoutModal_uzijc_101 {
  width: 100%;
  max-width: 420px;
  padding: 28px;
  border: 1px solid #e1e8f1;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(7, 25, 49, 0.3);
  font-family: "Manrope", "Jost", sans-serif;
}
._logoutModal_uzijc_101 h3 {
  margin: 14px 0 8px;
  color: #182230;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.35;
}
._logoutModal_uzijc_101 p {
  margin: 0 0 24px;
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

._modalIcon_uzijc_138 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #fff0f0;
  color: #d92d20;
}

._logoutModalActions_uzijc_149 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
._logoutModalActions_uzijc_149 button {
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid transparent;
  border-radius: 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
._logoutModalActions_uzijc_149 button:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.25);
  outline-offset: 2px;
}

._btnCancel_uzijc_169 {
  border-color: #d6dee9 !important;
  background: #ffffff;
  color: #344054;
}
._btnCancel_uzijc_169:hover {
  background: #f5f7fa;
}

._btnConfirm_uzijc_178 {
  background: #d92d20;
  color: #ffffff;
}
._btnConfirm_uzijc_178:hover {
  background: #b42318;
}

@media (max-width: 900px) {
  ._navigation_uzijc_1 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 12px 12px;
    scroll-padding-inline: 12px;
    scrollbar-color: rgba(143, 186, 255, 0.7) transparent;
    scrollbar-width: thin;
    overscroll-behavior-inline: contain;
  }
  ._navigation_uzijc_1::-webkit-scrollbar {
    height: 4px;
  }
  ._navigation_uzijc_1::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: rgba(143, 186, 255, 0.7);
  }
  ._backButton_uzijc_18 {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
  }
  ._settingList_uzijc_6 {
    display: flex;
    gap: 6px;
    flex: 0 0 auto;
    margin: 0;
    padding: 0 0 0 8px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  ._settingListItem_uzijc_13 {
    flex: 0 0 auto;
    margin: 0;
  }
  ._settingListLink_uzijc_17 {
    width: auto;
    white-space: nowrap;
  }
  ._logoutItem_uzijc_87 {
    margin: 0 0 0 2px;
    padding: 0 0 0 8px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 600px) {
  ._settingListLink_uzijc_17,
  ._backButton_uzijc_18 {
    min-height: 40px;
    padding: 5px 8px;
    font-size: 12px;
  }
  ._iconWrap_uzijc_58 {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }
  ._logoutModal_uzijc_101 {
    padding: 22px;
    border-radius: 18px;
  }
  ._logoutModalActions_uzijc_149 {
    flex-direction: column-reverse;
  }
  ._logoutModalActions_uzijc_149 button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._settingListLink_uzijc_17,
  ._backButton_uzijc_18,
  ._iconWrap_uzijc_58 {
    transition: none;
  }
}._dashboardPage_wpotx_1 {
  --account-primary: #0a64f9;
  --account-primary-dark: #084fc7;
  --account-ink: #182230;
  --account-muted: #667085;
  --account-border: #e4e9f1;
  min-height: 100vh;
  overflow-x: clip;
  background: radial-gradient(circle at 92% 2%, rgba(10, 100, 249, 0.09), transparent 24rem), #f4f7fb;
  color: var(--account-ink);
  font-family: "Manrope", "Jost", sans-serif;
}
._dashboardPage_wpotx_1 .headerSticky {
  border-bottom: 1px solid #173657;
  background: #091e3a;
  box-shadow: 0 8px 24px rgba(7, 25, 49, 0.2);
}

._skipLink_wpotx_19 {
  position: fixed;
  inset-block-start: 8px;
  inset-inline-start: 12px;
  z-index: 10000;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--account-primary-dark);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
}
._skipLink_wpotx_19:focus {
  transform: translateY(0);
}

._dashboardLayout_wpotx_36 {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  width: 100%;
  max-width: 1600px;
  min-height: 68vh;
  margin: 0 auto;
  padding: 24px 24px 56px;
}

._accountNavigation_wpotx_48 {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid #173a63;
  border-radius: 22px;
  background: #0c2545;
  box-shadow: 0 16px 36px rgba(10, 31, 60, 0.18);
}

._accountIntro_wpotx_58 {
  padding: 24px 22px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(circle at 100% 0, rgba(67, 139, 255, 0.32), transparent 9rem), linear-gradient(145deg, #102f56, #0c2545);
}
._accountIntro_wpotx_58 h2 {
  margin: 5px 0 6px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
._accountIntro_wpotx_58 p {
  max-width: 220px;
  margin: 0;
  color: #b9c9dc;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

._accountEyebrow_wpotx_80 {
  color: #8fbaff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._contentSurface_wpotx_88 {
  min-width: 0;
  min-height: 64vh;
  overflow: hidden;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid #dce6f2;
  border-radius: 24px;
  outline: none;
  background: #ffffff;
  box-shadow: 0 15px 36px rgba(16, 42, 82, 0.09);
}
._contentSurface_wpotx_88 h1 {
  color: var(--account-ink);
  letter-spacing: -0.025em;
}
._contentSurface_wpotx_88 button,
._contentSurface_wpotx_88 input,
._contentSurface_wpotx_88 select,
._contentSurface_wpotx_88 textarea {
  font-family: inherit;
}
._contentSurface_wpotx_88 a:focus-visible,
._contentSurface_wpotx_88 button:focus-visible,
._contentSurface_wpotx_88 input:focus-visible,
._contentSurface_wpotx_88 select:focus-visible,
._contentSurface_wpotx_88 textarea:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.28);
  outline-offset: 2px;
}

@media (max-width: 1100px) {
  ._dashboardLayout_wpotx_36 {
    grid-template-columns: 244px minmax(0, 1fr);
    gap: 18px;
    padding-inline: 18px;
  }
  ._accountIntro_wpotx_58 {
    padding-inline: 18px;
  }
}
@media (max-width: 900px) {
  ._dashboardLayout_wpotx_36 {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding-top: 16px;
  }
  ._accountNavigation_wpotx_48 {
    position: static;
    border-radius: 20px;
  }
  ._accountIntro_wpotx_58 {
    padding: 17px 20px 15px;
  }
  ._accountIntro_wpotx_58 h2 {
    margin-top: 3px;
    font-size: 20px;
  }
  ._accountIntro_wpotx_58 p {
    max-width: none;
    font-size: 12px;
  }
  ._contentSurface_wpotx_88 {
    min-height: 58vh;
  }
}
@media (max-width: 600px) {
  ._dashboardLayout_wpotx_36 {
    gap: 12px;
    padding: 12px 12px 32px;
  }
  ._accountNavigation_wpotx_48,
  ._contentSurface_wpotx_88 {
    border-radius: 18px;
  }
  ._accountIntro_wpotx_58 {
    padding: 15px 16px 13px;
  }
  ._accountIntro_wpotx_58 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  ._contentSurface_wpotx_88 {
    padding: 20px 16px;
  }
}
@media (max-width: 360px) {
  ._dashboardLayout_wpotx_36 {
    padding-inline: 10px;
  }
  ._accountIntro_wpotx_58 p {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ._contentSurface_wpotx_88 {
    padding: 18px 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._skipLink_wpotx_19 {
    transition: none;
  }
}._statusBanner_l8ti7_1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 15px 17px;
  border: 1px solid;
  border-radius: 15px;
}
._statusBanner_l8ti7_1 > svg {
  flex: 0 0 auto;
}
._statusBanner_l8ti7_1 div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
._statusBanner_l8ti7_1 strong {
  color: #182230;
  font-size: 13px;
  font-weight: 750;
}
._statusBanner_l8ti7_1 span {
  margin-top: 2px;
  color: #667085;
  font-size: 12px;
  font-weight: 500;
}

._verified_l8ti7_30 {
  border-color: #bde8ce;
  background: #f0fbf4;
  color: #138a46;
}

._pending_l8ti7_36 {
  border-color: #f1dca9;
  background: #fffaf0;
  color: #aa6d00;
}

._detailGrid_l8ti7_42 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

._detailCard_l8ti7_48 {
  display: flex;
  min-width: 0;
  min-height: 84px;
  padding: 15px;
  border: 1px solid #e2e9f2;
  border-radius: 15px;
  background: #fbfdff;
  align-items: center;
  gap: 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
._detailCard_l8ti7_48:hover {
  border-color: #cbdcf1;
  box-shadow: 0 8px 18px rgba(16, 42, 82, 0.07);
}

._detailIcon_l8ti7_65 {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eaf2ff;
  color: #0a64f9;
}

._detailCopy_l8ti7_77 {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}
._detailCopy_l8ti7_77 span {
  color: #667085;
  font-size: 11px;
  font-weight: 650;
}
._detailCopy_l8ti7_77 strong {
  overflow: hidden;
  margin-top: 3px;
  color: #182230;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._inlineAction_l8ti7_99 {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 7px 10px;
  border: 1px solid #d8e4f3;
  border-radius: 9px;
  background: #ffffff;
  color: #0a64f9;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}
._inlineAction_l8ti7_99:hover {
  border-color: #a9c9f5;
  background: #f3f7ff;
}
._inlineAction_l8ti7_99:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.24);
  outline-offset: 2px;
}

._idCard_l8ti7_121 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px dashed #bfd2e9;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}
._idCard_l8ti7_121 > div {
  min-width: 0;
}
._idCard_l8ti7_121 strong {
  display: block;
  color: #182230;
  font-size: 14px;
  font-weight: 750;
}
._idCard_l8ti7_121 p {
  max-width: 720px;
  margin: 5px 0 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.6;
}

._idPreview_l8ti7_147 {
  display: inline-flex;
  flex: 0 0 82px;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 58px;
  overflow: hidden;
  border: 1px solid #d7e3f1;
  border-radius: 12px;
  background: #ffffff;
  color: #0a64f9;
}
._idPreview_l8ti7_147 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 750px) {
  ._detailGrid_l8ti7_42 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  ._detailCard_l8ti7_48 {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  ._inlineAction_l8ti7_99 {
    width: 100%;
    min-height: 42px;
    margin-left: 0;
  }
  ._idCard_l8ti7_121 {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._detailCard_l8ti7_48 {
    transition: none;
  }
}._border-bottom_27lcm_1 {
  border-bottom: 1px solid #e2e8ed;
}

._d-flex_27lcm_5 {
  display: flex;
}

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

._align-flex-start_27lcm_13 {
  align-items: flex-start;
}

._gap-33_27lcm_17 {
  gap: 33px;
}

._gap-24_27lcm_21 {
  gap: 24px;
}

._gap-16_27lcm_25 {
  gap: 16px;
}

._gap-10_27lcm_29 {
  gap: 10px;
}

._gap-8_27lcm_33 {
  gap: 8px;
}

._flex-50_27lcm_37 {
  width: 50%;
}

._mb-21_27lcm_41 {
  margin-bottom: 21px;
}

._flex-80_27lcm_45 {
  flex: 0 0 calc(70% - 16px);
}

._flex-20_27lcm_49 {
  flex: 0 0 30%;
}

button {
  border: none;
  background-color: transparent;
  outline: none;
}

._cursor-pointer_27lcm_59 {
  cursor: pointer;
}

._border-bottom-gray_27lcm_63 {
  border-bottom: 1px solid #e2e8ed;
}

._singlePaymentCard_27lcm_67 {
  padding: 18px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

._singlePaymentIconEdit_27lcm_80 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._singlePaymentCard_27lcm_67 p {
  font-size: 14px;
}

._paymentCardDelete_27lcm_90 {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  width: 100% !important;
}

/*==================================
    Common Style
===================================*/
._alert-btn_27lcm_110 p, ._alert-btn_27lcm_110 span, ._alert-btn_27lcm_110 strong {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

._payment-card-wrapper_27lcm_116 ._info-checkbox_27lcm_116, ._form-group-control_27lcm_116 input[type=checkbox] {
  border: 1px solid #767676;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

/*==================================
    Checkout Page 
===================================*/
._checkout-wrapper_27lcm_126 {
  max-width: 100%;
  margin: 0;
  width: 100%;
}
._checkout-wrapper_27lcm_126 h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}
._checkout-wrapper_27lcm_126 h3._mb-15_27lcm_137 {
  margin-bottom: 15px;
}

._billing-heading_27lcm_141 {
  background-color: #fff;
  padding: 30px 20px 0;
}

._checkout-heading_27lcm_146 {
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  color: #2d2c6e;
  margin-bottom: 22px;
}

._billing-form-wrapper_27lcm_154 {
  background-color: #f8f8f8;
  padding: 10px;
}

._billing-heading_27lcm_141 h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  border-bottom: 1px solid #e2e8ed;
  margin-bottom: 0;
  padding-bottom: 12px;
  color: #000;
}

._checkout-flexbox_27lcm_169 {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: start;
}

._billingLeftNewContainer_27lcm_178 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  width: 100%;
}

._billing-details-form_27lcm_185 ._billing-form_27lcm_154 {
  background-color: #fff;
  padding: 29px 22px 45px;
}

._form-group-control_27lcm_116 {
  display: flex;
  flex-direction: column;
  margin-bottom: 21px;
}
._form-group-control_27lcm_116 input[type=number] {
  text-align: left;
}
._form-group-control_27lcm_116._flex-row_27lcm_198 {
  flex-direction: row;
  align-items: center;
}
._form-group-control_27lcm_116._flex-row_27lcm_198 label {
  margin-bottom: 0;
}
._form-group-control_27lcm_116._mb-0_27lcm_205 {
  margin-bottom: 0;
}
._form-group-control_27lcm_116 input,
._form-group-control_27lcm_116 select {
  border: 1px solid #e2e8ed;
  height: 46px;
  outline: none;
  border-radius: 6px;
  padding-inline: 12px;
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}
._form-group-control_27lcm_116 textarea {
  border: 1px solid #e2e8ed;
  outline: none;
  border-radius: 6px;
  padding: 18px;
  resize: none;
  font-size: 12px;
}
._form-group-control_27lcm_116 textarea::placeholder {
  color: #000;
}

._form-group-control_27lcm_116 label {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 8px;
}
._form-group-control_27lcm_116 label ._required_27lcm_238 {
  color: #ff0000;
}

._form-group-control_27lcm_116 ._delivery-label_27lcm_242 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #000000;
}

._alert_27lcm_110 {
  margin-bottom: 28px;
}

._alert-body_27lcm_253 {
  padding: 0 10px 10px;
  background-color: #f8f8f8;
}
._alert-body_27lcm_253 form {
  background-color: #fff;
  padding: 25px 22px 40px;
}

._alert-btn_27lcm_110 {
  cursor: pointer;
}
._alert-btn_27lcm_110 strong {
  font-weight: 500;
}
._alert-btn_27lcm_110 span {
  font-weight: 400;
}
._alert-header_27lcm_271 {
  background-color: #f8f8f8;
  border-top: 3px solid #dae1bc;
  padding: 14px 30px;
}

._btn-green_27lcm_277 {
  padding: 13px 45px;
  background-color: #108910;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
._btn-green_27lcm_277._btn-coupon_27lcm_290 {
  padding: 13px 37px;
}

._remember_27lcm_294 label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
._remember_27lcm_294 input {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 1px solid #767676;
}

._order-summary-wrapper_27lcm_307 {
  background-color: #f8f8f8;
  padding: 40px 30px 30px;
}

._order-heading_27lcm_312 h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #000000;
  border-bottom: 1px solid #e2e8ed;
  margin-bottom: 30px;
}

._order-details_27lcm_321 {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 24px;
}

._order-details-header_27lcm_327 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8ed;
  margin-bottom: 16px;
}

._order-details-row_27lcm_335 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
._order-details-row_27lcm_335 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
}
._order-details-row_27lcm_335 h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
}
._order-details-row_27lcm_335._mb-0_27lcm_205 {
  margin-bottom: 0;
}

._order-details-item_27lcm_357 {
  display: flex;
  align-items: center;
  gap: 16px;
}
._order-details-item_27lcm_357 p {
  padding-right: 20px;
  word-break: break-word;
}

._order-item-img_27lcm_367 {
  width: 53px;
  height: 53px;
}
._order-item-img_27lcm_367 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._order-bill-summary_27lcm_377 ._order-details-row_27lcm_335 {
  padding-bottom: 10px;
}

._order-details_27lcm_321 ._grand-total_27lcm_381,
._total-amount_27lcm_382 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #000;
}

/*============================================
    deleivery Section
============================================*/
._paymentCardRight_27lcm_392 {
  max-width: 100%;
  width: 100%;
  position: static;
  top: auto;
  align-self: auto;
  min-width: 0;
}

._paymentCardLeft_27lcm_401 {
  max-width: 100%;
  width: 100%;
  min-width: 0;
}

@media (max-width: 1023px) {
  ._checkout-flexbox_27lcm_169 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  ._paymentCardLeft_27lcm_401,
  ._paymentCardRight_27lcm_392 {
    max-width: 100%;
    width: 100%;
  }
  ._paymentCardRight_27lcm_392 {
    position: static;
    top: auto;
  }
}
._radioLable_27lcm_422 {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #4a4a4a;
  margin-bottom: 10px;
}

/*============================================
    Verification Section
============================================*/
._verification-block_27lcm_435 {
  background-color: #fff;
  padding: 20px;
}
._verification-block_27lcm_435 h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #101828;
}

._verification-heading_27lcm_446 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #000000;
  margin-bottom: 15px;
}

._verification-content_27lcm_454 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
._verification-content_27lcm_454 button {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #40882c;
}
._verification-content_27lcm_454 h4 {
  margin-bottom: 5px;
}

._verification-content_27lcm_454 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.23px;
  color: #75787f;
}

._verification-card_27lcm_477 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._verification-card_27lcm_477 img {
  max-width: 46px;
  height: 32px;
}

/*==================================
    Upload ID Modal
=================================*/
._modalOverlay_27lcm_490 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-start; /* align top */
  overflow-y: auto; /* allow scroll if needed */
  padding: 40px 16px; /* top/bottom space */
  z-index: 1000;
}

._modalContent_27lcm_505 {
  padding: 20px;
  background: #fff;
  width: 100%;
  max-width: 480px;
  border-radius: 8px;
  overflow: hidden;
}

._modalWrapper_27lcm_514 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto; /* Now the modal wrapper itself can scroll */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 40px 16px; /* Some padding for top/bottom space */
}

._form-header_27lcm_529 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
._form-header_27lcm_529 ._header_27lcm_535 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._form-header_27lcm_529 ._header_27lcm_535 ._modal-heading_27lcm_540 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #101828;
  margin-bottom: 0;
}
._form-header_27lcm_529 ._header_27lcm_535 ._close-icon_27lcm_547 {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
._form-header_27lcm_529 ._header-text_27lcm_552 {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #667085;
}

._upload-id-wrapper_27lcm_560 {
  background-color: #fff;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.031372549), 0px 20px 24px -4px rgba(16, 24, 40, 0.0784313725);
  padding: 24px;
}
._upload-id-wrapper_27lcm_560 input::placeholder {
  text-align: left;
  color: #000;
  font-size: 14px;
}

._upload-id-header_27lcm_575 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
._upload-id-header_27lcm_575 h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #101828;
}
._upload-id-header_27lcm_575 button {
  cursor: pointer;
}

._mb-15_27lcm_137 {
  margin-bottom: 15px;
}

._form-group_27lcm_116 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
._form-group_27lcm_116 label {
  margin-bottom: 8px;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 20px;
  color: #000 !important;
}
._form-group_27lcm_116 label span {
  display: block;
  margin-bottom: 8px;
}
._form-group_27lcm_116 label._mb-30_27lcm_613 {
  margin-bottom: 30px;
}
._form-group_27lcm_116 label._mb-0_27lcm_205 {
  margin-bottom: 0;
}
._form-group_27lcm_116 select,
._form-group_27lcm_116 input,
._form-group_27lcm_116 input[type=number] {
  height: 46px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  outline: none;
  padding: 5px 12px;
  width: 100%;
  text-align: left;
}
._form-group_27lcm_116._flex-row_27lcm_198 {
  flex-direction: row;
}
._form-group_27lcm_116._mb-0_27lcm_205 {
  margin-bottom: 0;
}

._error-text_27lcm_637 {
  color: #d32f2f;
  font-size: 0.75rem;
  margin-top: 4px;
  line-height: 1.2;
  display: block;
  font-weight: 400;
  animation: _fadeIn_27lcm_1 0.2s ease-in;
}

._d-none_27lcm_647 {
  display: none;
}

._upload-button_27lcm_651 {
  display: flex;
  gap: 12px;
}
._upload-button_27lcm_651 button {
  flex: 0 0 calc(50% - 12px);
  padding: 10px;
  text-align: center;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 8px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
}
._upload-button_27lcm_651 button._btn-cancel_27lcm_665 {
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  color: #344054;
}
._upload-button_27lcm_651 button._btn-save_27lcm_670 {
  background-color: #0a64f9;
  border: 1px solid #0a64f9;
  color: #fff;
}

._upload-doc_27lcm_676 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #c4c4c4;
  padding: 7px 12px;
  border-radius: 4px;
  height: 46px;
}
._upload-doc_27lcm_676 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #4a4a4a;
}

._upload-modal_27lcm_692 {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

/*=======================================
    Payment Form
=======================================*/
._payment-card-wrapper_27lcm_116 {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 24px;
  width: 100%;
}
._payment-card-wrapper_27lcm_116 button svg {
  color: #101828;
}
._payment-card-wrapper_27lcm_116 form {
  padding: 0;
}
._payment-card-wrapper_27lcm_116 form input {
  font-size: 16px;
  color: #101828;
  border: 1px solid #d0d5dd;
}
._payment-card-wrapper_27lcm_116 form input::placeholder {
  color: #101828;
}
._payment-card-wrapper_27lcm_116 + ._btn-order_27lcm_728 {
  width: 100%;
}
._payment-card-wrapper_27lcm_116 + ._btn-order_27lcm_728:hover {
  background-color: #96ae00;
}

@media (max-width: 767px) {
  ._dateOnMobile_27lcm_736 {
    max-width: 76px;
  }
  ._delivery-hour-and-date_27lcm_739 > ._d-flex_27lcm_5 {
    flex-direction: column;
    gap: 0;
    gap: 20px;
    padding-bottom: 16px;
  }
  ._checkout-heading_27lcm_146 {
    font-size: 22px;
  }
  ._billing-heading_27lcm_141 {
    padding: 10px 10px 0 10px;
  }
  ._billing-heading_27lcm_141 h2 {
    font-size: 20px;
  }
  ._delivery-label_27lcm_242, ._order-heading_27lcm_312 h2 {
    font-size: 20px !important;
  }
  ._billing-form_27lcm_154 ._align-flex-start_27lcm_13 {
    flex-direction: column;
    gap: 0 !important;
  }
  ._billing-form_27lcm_154 ._form-group-control_27lcm_116 {
    flex-basis: auto;
    width: 100%;
  }
  ._billing-form_27lcm_154, ._verification-block_27lcm_435, ._payment-card-wrapper_27lcm_116 {
    padding: 10px !important;
  }
  ._order-summary-wrapper_27lcm_307 {
    padding: 10px;
  }
  ._checkout-flexbox_27lcm_169 {
    flex-wrap: wrap;
  }
  ._billing-details-form_27lcm_185, ._order-summary_27lcm_307 {
    flex-basis: 100%;
    padding: 0;
  }
  ._alert-body_27lcm_253 ._align-flex-start_27lcm_13 {
    flex-wrap: wrap;
  }
  ._alert-body_27lcm_253 ._flex-50_27lcm_37 {
    flex-basis: 100%;
    width: 100%;
  }
}
._form-actions_27lcm_786 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
._form-actions_27lcm_786 ._action-button_27lcm_791 {
  width: 210px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
._form-actions_27lcm_786 ._cancel-button_27lcm_804 {
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  color: #344054;
}
._form-actions_27lcm_786 ._save-button_27lcm_809 {
  background-color: #0a64f9;
  border: 1px solid #0a64f9;
  color: #ffffff;
}

/* Checkout Skeleton Loading Styles */
._checkout-page-skeleton_27lcm_816 {
  width: 100%;
}

._checkout-wrapper-skeleton_27lcm_820 {
  max-width: 1440px;
  margin: 0 auto;
}

._checkout-flexbox-skeleton_27lcm_825 {
  display: flex;
  gap: 30px;
}

._billing-details-skeleton_27lcm_830 {
  flex: 1;
}

._coupon-tip-skeleton_27lcm_834 {
  flex: 1;
}

._skeleton-heading_27lcm_838 {
  width: 200px;
  height: 40px;
  background: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 30px;
  animation: _pulse_27lcm_1 1.5s infinite;
}

._skeleton-section_27lcm_847 {
  margin-bottom: 30px;
}

._skeleton-section-heading_27lcm_851 {
  width: 150px;
  height: 24px;
  background: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 20px;
  animation: _pulse_27lcm_1 1.5s infinite;
}

._skeleton-form-group_27lcm_860 {
  margin-bottom: 20px;
}

._skeleton-label_27lcm_864 {
  width: 100px;
  height: 16px;
  background: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 8px;
  animation: _pulse_27lcm_1 1.5s infinite;
}

._skeleton-input_27lcm_873 {
  width: 100%;
  height: 40px;
  background: #e0e0e0;
  border-radius: 4px;
  animation: _pulse_27lcm_1 1.5s infinite;
}

._skeleton-select_27lcm_881 {
  width: 100%;
  height: 40px;
  background: #e0e0e0;
  border-radius: 4px;
  animation: _pulse_27lcm_1 1.5s infinite;
}

._skeleton-date-picker_27lcm_889 {
  width: 100%;
  height: 40px;
  background: #e0e0e0;
  border-radius: 4px;
  animation: _pulse_27lcm_1 1.5s infinite;
}

._skeleton-file-upload_27lcm_897 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

._skeleton-file-preview_27lcm_904 {
  width: 50px;
  height: 32px;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  animation: _pulse_27lcm_1 1.5s infinite;
}

._skeleton-upload-button_27lcm_913 {
  width: 120px;
  height: 36px;
  background: #e0e0e0;
  border-radius: 4px;
  animation: _pulse_27lcm_1 1.5s infinite;
}

._skeleton-coupon-section_27lcm_921 {
  width: 100%;
  height: 120px;
  background: #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  animation: _pulse_27lcm_1 1.5s infinite;
}

._skeleton-tip-section_27lcm_930 {
  width: 100%;
  height: 60%;
  background: #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  animation: _pulse_27lcm_1 1.5s infinite;
}

._skeleton-place-order-btn_27lcm_939 {
  width: 100%;
  height: 50px;
  background: #e0e0e0;
  border-radius: 8px;
  animation: _pulse_27lcm_1 1.5s infinite;
}

@keyframes _pulse_27lcm_1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}
._checkout-page_27lcm_816 {
  width: 100%;
}

._checkout-hero_27lcm_962 {
  width: 100%;
  margin-bottom: 14px;
  padding: 18px 20px;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  background: radial-gradient(circle at 82% 0, rgba(45, 137, 255, 0.25), transparent 36%), linear-gradient(118deg, #071c38 0%, #0c315c 100%);
  color: #fff;
}

._checkout-kicker_27lcm_973 {
  margin: 0 0 5px;
  color: #93c5fd;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 14px;
  text-transform: uppercase;
}

._checkout-hero_27lcm_962 ._checkout-heading_27lcm_146 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 30px;
}

._checkout-sub_27lcm_992 {
  max-width: 50ch;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
}

._checkout-wrapper_27lcm_126 {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

._checkout-wrapper_27lcm_126 .MuiInputAdornment-root .MuiIconButton-root {
  width: 44px;
  min-width: 44px;
  height: 44px;
}

._checkout-wrapper_27lcm_126 .delivery-address-edit-action .edit-delivery-address-button {
  min-width: 44px !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 10px !important;
}

._deliveryAddressDeleteButton_27lcm_1020 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}
._deliveryAddressDeleteButton_27lcm_1020 img {
  width: 18px;
  height: 18px;
}
._deliveryAddressDeleteButton_27lcm_1020:hover {
  background: #fff0f2;
}
._deliveryAddressDeleteButton_27lcm_1020:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.18);
  outline-offset: 2px;
}

._checkout-flexbox_27lcm_169 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
  align-items: start;
  gap: 22px;
}

._billing-details-form_27lcm_185,
._order-summary_27lcm_307,
._billingLeftNewContainer_27lcm_178,
._paymentCardLeft_27lcm_401,
._paymentCardRight_27lcm_392 {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

._billing-form-wrapper_27lcm_154 {
  width: 100%;
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: transparent;
}

._billing-form-wrapper_27lcm_154 > ._billing-heading_27lcm_141 {
  width: 100%;
  min-height: 58px;
  margin: 14px 0 0;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dce5f0;
  border-bottom-color: #e7edf4;
  border-radius: 15px 15px 0 0;
  background: #fff;
}
._billing-form-wrapper_27lcm_154 > ._billing-heading_27lcm_141:first-child {
  margin-top: 0;
}

._billing-heading_27lcm_141 h2 {
  min-width: 0;
  margin: 0;
  padding: 0;
  flex: 1;
  border: 0;
  color: #13233a;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 21px;
}

._station-num_27lcm_1102 {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 9px;
  background: #eaf3ff;
  color: #0a64f9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

._billing-details-form_27lcm_185 ._billing-form_27lcm_154 {
  width: 100%;
  max-width: 100%;
  padding: 18px !important;
  border: 1px solid #dce5f0;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  background: #fff;
  box-shadow: none;
}

._billing-form-wrapper_27lcm_154 > ._billing-heading_27lcm_141 ~ *:not([class*=billing-heading]) {
  width: 100%;
  max-width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-right: 1px solid #dce5f0 !important;
  border-bottom: 0 !important;
  border-left: 1px solid #dce5f0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

._billing-form-wrapper_27lcm_154 > *:not([class*=billing-heading]):has(+ [class*=billing-heading]),
._billing-form-wrapper_27lcm_154 > *:not([class*=billing-heading]):last-child {
  margin-bottom: 0 !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #dce5f0 !important;
  border-radius: 0 0 15px 15px !important;
}

._billing-form-wrapper_27lcm_154 > *:not([class*=billing-heading]):has(+ [class*=billing-heading]) {
  margin-bottom: 14px !important;
}

._form-group-control_27lcm_116 {
  width: 100%;
  min-width: 0;
  margin-bottom: 15px;
}
._form-group-control_27lcm_116 label {
  margin-bottom: 7px;
  color: #344054;
  font-size: 12px;
  font-weight: 750;
  line-height: 17px;
}
._form-group-control_27lcm_116 input,
._form-group-control_27lcm_116 select {
  width: 100%;
  max-width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d7e0eb;
  border-radius: 10px;
  background: #fff;
  color: #182230;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  box-shadow: none;
}
._form-group-control_27lcm_116 input:focus,
._form-group-control_27lcm_116 select:focus {
  border-color: #0a64f9;
  outline: 3px solid rgba(10, 100, 249, 0.1);
  box-shadow: none;
}

._gap-33_27lcm_17,
._gap-24_27lcm_21,
._gap-16_27lcm_25 {
  min-width: 0;
}

._order-summary-wrapper_27lcm_307 {
  width: 100%;
  max-width: 370px;
  min-width: 0;
  padding: 18px;
  position: -webkit-sticky;
  position: sticky;
  top: 92px;
  overflow: hidden;
  border: 1px solid #dce5f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

._order-heading_27lcm_312 h2 {
  margin: 0 0 14px;
  padding: 0 0 11px;
  border-bottom: 1px solid #dce5f0;
  color: #13233a;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 22px;
  text-transform: none;
}

._order-details_27lcm_321 {
  max-height: 280px;
  margin-bottom: 10px;
  padding: 0 2px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  background: transparent;
  scrollbar-width: thin;
}

._order-details-header_27lcm_327 {
  margin-bottom: 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid #e4eaf1;
}
._order-details-header_27lcm_327 h3 {
  margin: 0;
  color: #667085;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._order-details-row_27lcm_335 {
  width: 100%;
  min-width: 0;
  margin: 0 0 8px;
  padding: 8px 0 !important;
  align-items: flex-start;
  gap: 9px;
  border-bottom: 1px solid #edf1f5;
}
._order-details-row_27lcm_335 p {
  min-width: 0;
  margin: 0;
  color: #475467;
  font-size: 11px;
  font-weight: 650;
  line-height: 16px;
  overflow-wrap: anywhere;
}
._order-details-row_27lcm_335 h4 {
  margin: 0;
  flex: 0 0 auto;
  color: #13233a;
  font-size: 12px;
  font-weight: 800;
  line-height: 17px;
  white-space: nowrap;
}

._order-details-item_27lcm_357 {
  min-width: 0;
  align-items: flex-start;
  gap: 9px;
}
._order-details-item_27lcm_357 p {
  min-width: 0;
  padding-right: 0;
}

._order-item-img_27lcm_367 {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  overflow: hidden;
  border: 1px solid #e3e9f1;
  border-radius: 9px;
  background: #f7f9fc;
}
._order-item-img_27lcm_367 img {
  object-fit: contain;
}

._btn-green_27lcm_277,
._checkoutPayBtn_27lcm_1296 {
  box-shadow: none !important;
}

@media (max-width: 1100px) {
  ._checkout-flexbox_27lcm_169 {
    grid-template-columns: minmax(0, 1fr);
  }
  ._order-summary-wrapper_27lcm_307 {
    max-width: none;
    position: static;
  }
}
@media (max-width: 640px) {
  ._checkout-hero_27lcm_962 {
    margin-bottom: 11px;
    padding: 14px;
    border-radius: 14px;
  }
  ._checkout-hero_27lcm_962 ._checkout-heading_27lcm_146 {
    font-size: 20px;
    line-height: 25px;
  }
  ._billing-form-wrapper_27lcm_154 > ._billing-heading_27lcm_141 {
    min-height: 52px;
    margin-top: 11px;
    padding: 11px 12px;
    border-radius: 13px 13px 0 0;
  }
  ._billing-details-form_27lcm_185 ._billing-form_27lcm_154,
  ._verification-block_27lcm_435,
  ._payment-card-wrapper_27lcm_116 {
    padding: 13px !important;
  }
  ._flex-50_27lcm_37,
  ._flex-80_27lcm_45,
  ._flex-20_27lcm_49 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 100% !important;
  }
  ._d-flex_27lcm_5._gap-33_27lcm_17,
  ._d-flex_27lcm_5._gap-24_27lcm_21,
  ._d-flex_27lcm_5._gap-16_27lcm_25,
  ._gap-33_27lcm_17,
  ._gap-24_27lcm_21,
  ._gap-16_27lcm_25 {
    width: 100%;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
  }
  ._order-summary-wrapper_27lcm_307 {
    padding: 14px;
    border-radius: 15px;
  }
}
/* Saved payment methods */
._savedPaymentCards_27lcm_1355 {
  width: 100%;
  min-width: 0;
  padding: 4px 18px 10px !important;
  display: grid !important;
  gap: 8px;
  background: #fff;
}

._singlePaymentCard_27lcm_67 {
  width: 100%;
  min-width: 0;
  min-height: 76px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  border: 1px solid #dce5f0;
  border-radius: 13px;
  background: #fff;
  color: #182230;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
._singlePaymentCard_27lcm_67:hover {
  border-color: #afc9ed;
  background: #f9fbff;
}
._singlePaymentCard_27lcm_67:focus-within {
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.1);
}

._singlePaymentCardSelected_27lcm_1389 {
  border-color: #0a64f9;
  background: #f4f8ff;
}

._singlePaymentIconEdit_27lcm_80 {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px 46px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

._savedCardRadio_27lcm_1402 {
  width: 38px;
  height: 44px;
  display: grid;
  place-items: center;
}
._savedCardRadio_27lcm_1402 .MuiRadio-root {
  width: 38px;
  height: 44px;
  padding: 7px;
}

._savedCardBrand_27lcm_1414 {
  width: 46px;
  height: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}
._savedCardBrand_27lcm_1414 > * {
  max-width: 42px;
  max-height: 30px;
}

._savedCardDetails_27lcm_1429 {
  min-width: 0;
  display: block;
}
._savedCardDetails_27lcm_1429 .single-payment-detail {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._savedCardNumber_27lcm_1440 {
  overflow: hidden;
  color: #182230;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._savedCardExpiry_27lcm_1450 {
  margin: 0;
  color: #667085;
  font-size: 11px !important;
  font-weight: 650;
  line-height: 16px;
  white-space: nowrap;
}
._savedCardExpiry_27lcm_1450 b {
  font-weight: 750;
}

._paymentCardDelete_27lcm_90 {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}
._paymentCardDelete_27lcm_90:hover {
  background: #fff1f3;
}
._paymentCardDelete_27lcm_90 .delete-card-icon {
  width: 44px !important;
  height: 44px !important;
  padding: 12px;
  object-fit: contain;
}

@media (max-width: 640px) {
  ._savedPaymentCards_27lcm_1355 {
    padding: 4px 12px 12px !important;
  }
  ._singlePaymentCard_27lcm_67 {
    min-height: 72px;
    padding: 9px;
    gap: 6px;
  }
  ._singlePaymentIconEdit_27lcm_80 {
    grid-template-columns: 36px 42px minmax(0, 1fr);
    gap: 7px;
  }
  ._savedCardRadio_27lcm_1402 {
    width: 36px;
  }
  ._savedCardRadio_27lcm_1402 .MuiRadio-root {
    width: 36px;
  }
  ._savedCardBrand_27lcm_1414 {
    width: 42px;
    height: 32px;
  }
  ._savedCardBrand_27lcm_1414 > * {
    max-width: 38px;
    max-height: 28px;
  }
  ._savedCardNumber_27lcm_1440 {
    font-size: 12px;
  }
  ._savedCardExpiry_27lcm_1450 {
    font-size: 10px !important;
  }
}
@media (max-width: 480px) {
  ._payment-card-wrapper_27lcm_116 {
    padding: 10px 12px 8px !important;
  }
  ._payment-card-wrapper_27lcm_116 > div > ._mb-15_27lcm_137 {
    margin-bottom: 6px;
  }
  ._payment-card-wrapper_27lcm_116 .quickvee-new-add-card-detail {
    margin-bottom: 0;
    padding-bottom: 4px !important;
    border-bottom: 0;
  }
  ._payment-card-wrapper_27lcm_116 ._form-group_27lcm_116:not(._mb-0_27lcm_205) {
    margin-bottom: 12px;
  }
  ._payment-card-wrapper_27lcm_116 ._form-group_27lcm_116 label {
    margin-bottom: 5px;
    font-size: 14px !important;
    line-height: 18px;
  }
  ._payment-card-wrapper_27lcm_116 ._form-group_27lcm_116 input,
  ._payment-card-wrapper_27lcm_116 ._form-group_27lcm_116 input[type=number] {
    height: 44px;
  }
  ._payment-card-wrapper_27lcm_116 .deliveryDatePicker .MuiInputBase-root {
    height: 44px;
  }
  ._payment-card-wrapper_27lcm_116 .deliveryDatePicker .MuiInputBase-input {
    height: 100%;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
  }
  ._payment-card-wrapper_27lcm_116 ._form-group_27lcm_116._mb-0_27lcm_205 {
    min-height: 44px;
    margin: 0;
  }
  ._payment-card-wrapper_27lcm_116 ._form-group_27lcm_116._mb-0_27lcm_205 .MuiFormControlLabel-root {
    min-height: 44px;
    margin: 0;
  }
  ._billing-form-wrapper_27lcm_154 > .MuiRadioGroup-root:last-child {
    padding-bottom: 0 !important;
  }
}._modalOverlay_ww4y5_1 {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  padding: 20px;
  background: rgba(5, 17, 34, 0.68);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

._posRel_ww4y5_16 {
  position: relative;
}
._posRel_ww4y5_16 ._input-field_ww4y5_19 {
  padding-right: 70px;
}

._show-hide-button_ww4y5_23 {
  position: absolute;
  top: 2px;
  right: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 7px;
  background: #ffffff;
  color: #222222 !important;
  font-family: QuicksandMedium, "Quicksand" !important;
  font-size: 13px;
  cursor: pointer !important;
  -webkit-user-select: none;
          user-select: none;
}
._show-hide-button_ww4y5_23:hover {
  background: #f3f6fa;
}
._show-hide-button_ww4y5_23:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.24);
  outline-offset: 1px;
}

._modalContent_ww4y5_50 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  max-height: calc(100dvh - 40px);
  overflow: hidden;
  border: 1px solid #e1e8f1;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(7, 25, 49, 0.32);
}

._modalWrapper_ww4y5_63 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto; /* Now the modal wrapper itself can scroll */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 40px 16px; /* Some padding for top/bottom space */
}

._modal_ww4y5_1 {
  background: #fff;
  width: 100%;
  max-width: 480px;
  border-radius: 8px;
  overflow: hidden;
}

._error-text_ww4y5_86 {
  color: #d32f2f;
  font-size: 0.75rem;
  margin-top: 4px;
  line-height: 1.2;
  display: block;
  font-weight: 400;
  animation: _fadeIn_ww4y5_1 0.2s ease-in;
}

._modal-content_ww4y5_96 {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

._form-header_ww4y5_102 {
  flex: 0 0 auto;
  padding: 20px 20px 16px;
  width: 100%;
  border-bottom: 1px solid #e9edf3;
  background: #ffffff;
}
._form-header_ww4y5_102 ._header_ww4y5_109 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
._form-header_ww4y5_102 ._header_ww4y5_109 ._modal-heading_ww4y5_115 {
  margin: 0;
  color: #101828;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
._form-header_ww4y5_102 ._header_ww4y5_109 ._close-icon_ww4y5_122 {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #f2f5f9;
}
._form-header_ww4y5_102 ._header_ww4y5_109 ._close-icon_ww4y5_122 img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
._form-header_ww4y5_102 ._header_ww4y5_109 ._close-icon_ww4y5_122:hover {
  background: #e8edf4;
}
._form-header_ww4y5_102 ._header_ww4y5_109 ._close-icon_ww4y5_122:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.28);
  outline-offset: 2px;
}
._form-header_ww4y5_102 ._header-text_ww4y5_147 {
  margin-top: 8px;
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
._form-header_ww4y5_102 ._header-text_ww4y5_147 p {
  margin: 0;
}

._formBody_ww4y5_158 {
  min-height: 0;
  overflow-y: auto;
  padding: 20px;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

input {
  -webkit-text-fill-color: unset !important;
}

._form-group_ww4y5_170 {
  margin-bottom: 15px;
}
._form-group_ww4y5_170 ._input-label_ww4y5_173 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  font-family: "josh", sans-serif;
  margin-bottom: 8px;
  display: flex;
}
._form-group_ww4y5_170 ._input-field_ww4y5_19 {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  color: #4a4a4a;
}
._form-group_ww4y5_170 ._input-field_ww4y5_19:focus {
  outline: none;
}
._form-group_ww4y5_170 ._input-field_ww4y5_19::placeholder {
  color: #9ca3af;
  font-weight: 400;
  font-size: 14px;
}
._form-group_ww4y5_170 ._input-field_ww4y5_19[type=password] {
  font-weight: 800;
  font-size: 17px;
}

._error-message_ww4y5_205 {
  color: #d32f2f;
  font-size: 12px;
}

._upload-field_ww4y5_210 {
  position: relative;
}
._upload-field_ww4y5_210 ._upload-label_ww4y5_213 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  height: 100%;
}
._upload-field_ww4y5_210 ._upload-placeholder_ww4y5_221 {
  font-size: 12px;
  font-weight: 400;
  color: #4a4a4a;
}
._upload-field_ww4y5_210 ._upload-icon_ww4y5_226 {
  width: 14px;
  height: 16px;
}
._upload-field_ww4y5_210 ._upload-input_ww4y5_230 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

._form-actions_ww4y5_240 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
._form-actions_ww4y5_240 ._action-button_ww4y5_245 {
  width: 210px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
._form-actions_ww4y5_240 ._cancel-button_ww4y5_259 {
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  color: #344054;
  text-transform: capitalize;
  font-family: QuicksandMedium, "Quicksand" !important;
}
._form-actions_ww4y5_240 ._save-button_ww4y5_266 {
  background-color: #0a64f9;
  border: 1px solid #0a64f9;
  color: #ffffff;
  text-transform: capitalize;
  font-family: QuicksandMedium, "Quicksand" !important;
}

._paymentFormRow_ww4y5_274 {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(140px, 1fr);
  gap: 16px;
}

._paymentFieldWide_ww4y5_280,
._paymentFieldNarrow_ww4y5_281 {
  min-width: 0;
}

._deliveryDatePicker_ww4y5_285 {
  width: 100%;
}
._deliveryDatePicker_ww4y5_285 .MuiOutlinedInput-root {
  height: 44px;
  border-radius: 8px;
}
._deliveryDatePicker_ww4y5_285 .MuiInputBase-input {
  min-width: 0;
  height: auto !important;
  padding: 10px 12px !important;
  color: #4a4a4a;
  font-size: 14px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=number]::-webkit-inner-spin-button {
  display: none;
}

@media (max-width: 767px) {
  ._modalOverlay_ww4y5_1 {
    align-items: stretch;
    padding: 12px;
  }
  ._modalContent_ww4y5_50 {
    max-height: calc(100dvh - 24px);
    margin: auto;
    border-radius: 18px;
  }
  ._form-header_ww4y5_102 {
    padding: 16px 16px 13px;
  }
  ._formBody_ww4y5_158 {
    padding: 16px;
    scrollbar-gutter: auto;
  }
  ._modal_ww4y5_1 {
    max-width: 100%;
    margin: auto;
  }
  ._modal-content_ww4y5_96 {
    margin-left: 20px;
    margin-right: 20px;
  }
  ._form-actions_ww4y5_240 {
    flex-direction: column-reverse;
  }
  ._form-actions_ww4y5_240 ._action-button_ww4y5_245 {
    width: 100%;
  }
}
@media (max-width: 360px) {
  ._paymentFormRow_ww4y5_274 {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}._page_rvohn_1 {
  display: grid;
  gap: 20px;
  min-width: 0;
}

._pageHeader_rvohn_7 {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 184px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid #174f91;
  border-radius: 22px;
  background: radial-gradient(circle at 86% 14%, rgba(74, 153, 255, 0.38), transparent 13rem), linear-gradient(135deg, #0b294d 0%, #0b376b 56%, #0a64f9 150%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(6, 36, 73, 0.2);
}
._pageHeader_rvohn_7::before, ._pageHeader_rvohn_7::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}
._pageHeader_rvohn_7::before {
  inset: -96px -42px auto auto;
  width: 240px;
  height: 240px;
}
._pageHeader_rvohn_7::after {
  inset: auto 112px -110px auto;
  width: 190px;
  height: 190px;
}

._headerMain_rvohn_41 {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  min-width: 0;
}

._headerIcon_rvohn_48 {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.12);
  color: #cfe2ff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

._headerCopy_rvohn_63 {
  min-width: 0;
}
._headerCopy_rvohn_63 h1 {
  margin: 5px 0 7px;
  color: #ffffff;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.08;
}
._headerCopy_rvohn_63 p {
  max-width: 650px;
  margin: 0;
  color: #c2d3e7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

._eyebrow_rvohn_83 {
  color: #90bbff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

._headerAside_rvohn_91 {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

._headerMetric_rvohn_99 {
  display: flex;
  min-width: 178px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 17px;
  background: rgba(4, 25, 51, 0.35);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  flex-direction: column;
}
._headerMetric_rvohn_99 span,
._headerMetric_rvohn_99 small {
  color: #bed1e7;
  font-size: 11px;
  font-weight: 650;
}
._headerMetric_rvohn_99 strong {
  margin: 2px 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

._statsGrid_rvohn_124 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

._statCard_rvohn_130 {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 17px;
  border: 1px solid #dce6f2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(16, 42, 82, 0.06);
}

._statIcon_rvohn_142 {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eaf2ff;
  color: #0a64f9;
}

._tone-green_rvohn_154 ._statIcon_rvohn_142 {
  background: #e9f8ef;
  color: #138a46;
}

._tone-gold_rvohn_159 ._statIcon_rvohn_142 {
  background: #fff7df;
  color: #bd7b00;
}

._tone-purple_rvohn_164 ._statIcon_rvohn_142 {
  background: #f1edff;
  color: #7254d6;
}

._statCopy_rvohn_169 {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
._statCopy_rvohn_169 span,
._statCopy_rvohn_169 small {
  overflow: hidden;
  color: #667085;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._statCopy_rvohn_169 strong {
  overflow: hidden;
  margin: 2px 0;
  color: #182230;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._panel_rvohn_195 {
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 42, 82, 0.065);
}

._panelHeader_rvohn_203 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid #e9eef5;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}
._panelHeader_rvohn_203 h2 {
  margin: 0;
  color: #182230;
  font-size: 18px;
  font-weight: 740;
  letter-spacing: -0.02em;
  line-height: 1.35;
}
._panelHeader_rvohn_203 p {
  margin: 4px 0 0;
  color: #667085;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

._panelBody_rvohn_228 {
  min-width: 0;
  padding: 22px;
}

._panelAction_rvohn_233 {
  flex: 0 0 auto;
}

._emptyState_rvohn_237 {
  display: flex;
  min-height: 280px;
  padding: 34px 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
._emptyState_rvohn_237 h2 {
  margin: 16px 0 7px;
  color: #182230;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.025em;
}
._emptyState_rvohn_237 p {
  max-width: 460px;
  margin: 0;
  color: #667085;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}

._emptyStateCompact_rvohn_262 {
  min-height: 190px;
}

._emptyIcon_rvohn_266 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid #cfe0f7;
  border-radius: 20px;
  background: linear-gradient(145deg, #edf5ff, #ffffff);
  color: #0a64f9;
  box-shadow: 0 12px 28px rgba(10, 100, 249, 0.12), inset 0 1px #ffffff;
}

._emptyAction_rvohn_280 {
  margin-top: 20px;
}

._notice_rvohn_284 {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  border: 1px solid #d8e7fa;
  border-radius: 15px;
  background: #f4f8ff;
}
._notice_rvohn_284 strong {
  display: block;
  color: #24456b;
  font-size: 13px;
  font-weight: 750;
}
._notice_rvohn_284 p {
  margin: 2px 0 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

._noticeIcon_rvohn_306 {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #deebff;
  color: #0a64f9;
}

._noticeAction_rvohn_318 {
  margin-left: auto;
}

._actionButton_rvohn_322 {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
._actionButton_rvohn_322:hover:not(:disabled) {
  transform: translateY(-1px);
}
._actionButton_rvohn_322:focus-visible {
  outline: 3px solid rgba(99, 160, 255, 0.4);
  outline-offset: 2px;
}
._actionButton_rvohn_322:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

._primaryButton_rvohn_350 {
  background: #0a64f9;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(10, 100, 249, 0.24);
}
._primaryButton_rvohn_350:hover:not(:disabled) {
  background: #0756d8;
  box-shadow: 0 11px 22px rgba(10, 100, 249, 0.3);
}

._secondaryButton_rvohn_360 {
  border-color: #d7e1ed;
  background: #ffffff;
  color: #24456b;
}
._secondaryButton_rvohn_360:hover:not(:disabled) {
  background: #f5f8fc;
}

@media (max-width: 850px) {
  ._pageHeader_rvohn_7 {
    align-items: flex-start;
    flex-direction: column;
  }
  ._headerAside_rvohn_91 {
    width: 100%;
  }
  ._headerMetric_rvohn_99 {
    flex: 1;
  }
  ._statsGrid_rvohn_124 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  ._page_rvohn_1 {
    gap: 14px;
  }
  ._pageHeader_rvohn_7 {
    min-height: 0;
    gap: 20px;
    padding: 22px 18px;
    border-radius: 18px;
  }
  ._headerMain_rvohn_41 {
    gap: 13px;
  }
  ._headerIcon_rvohn_48 {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
  ._headerCopy_rvohn_63 h1 {
    font-size: 27px;
  }
  ._headerCopy_rvohn_63 p {
    font-size: 12px;
  }
  ._headerAside_rvohn_91 {
    align-items: stretch;
    flex-direction: column;
  }
  ._headerMetric_rvohn_99 {
    min-width: 0;
  }
  ._panel_rvohn_195 {
    border-radius: 17px;
  }
  ._panelHeader_rvohn_203 {
    align-items: flex-start;
    padding: 17px;
    flex-direction: column;
  }
  ._panelAction_rvohn_233,
  ._panelAction_rvohn_233 > * {
    width: 100%;
  }
  ._panelBody_rvohn_228 {
    padding: 17px;
  }
  ._emptyState_rvohn_237 {
    min-height: 230px;
    padding: 28px 15px;
  }
  ._notice_rvohn_284 {
    align-items: flex-start;
  }
}
@media (max-width: 360px) {
  ._pageHeader_rvohn_7 {
    padding: 20px 16px;
  }
  ._headerMain_rvohn_41 {
    width: 100%;
    gap: 12px;
    flex-direction: column;
  }
  ._headerIcon_rvohn_48 {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
  ._headerCopy_rvohn_63 {
    width: 100%;
  }
  ._headerCopy_rvohn_63 h1 {
    overflow-wrap: anywhere;
    font-size: 26px;
  }
  ._headerCopy_rvohn_63 p {
    line-height: 1.55;
  }
  ._headerMetric_rvohn_99 {
    padding: 15px 16px;
  }
  ._headerMetric_rvohn_99 strong {
    font-size: 24px;
  }
  ._statCard_rvohn_130 {
    padding: 14px;
  }
  ._panelHeader_rvohn_203,
  ._panelBody_rvohn_228 {
    padding: 14px;
  }
  ._notice_rvohn_284 {
    padding: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._actionButton_rvohn_322 {
    transition: none;
  }
}._orderList_1wzo0_1 {
  display: grid;
  gap: 14px;
}

._orderCard_1wzo0_6 {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #dfe7f1;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 7px 20px rgba(16, 42, 82, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
._orderCard_1wzo0_6:hover {
  border-color: #bfd3ec;
  box-shadow: 0 13px 28px rgba(16, 42, 82, 0.1);
  transform: translateY(-1px);
}

._orderCardTop_1wzo0_22 {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

._storeIcon_1wzo0_29 {
  display: inline-flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #eaf2ff;
  color: #0a64f9;
}

._storeCopy_1wzo0_41 {
  min-width: 0;
  flex: 1;
}
._storeCopy_1wzo0_41 > span {
  color: #667085;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
._storeCopy_1wzo0_41 h2 {
  overflow: hidden;
  margin: 2px 0;
  color: #182230;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._storeCopy_1wzo0_41 p {
  margin: 0;
  color: #667085;
  font-size: 11px;
  font-weight: 600;
}

._statusBadge_1wzo0_69 {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-transform: uppercase;
}

._status-success_1wzo0_80 {
  background: #e9f8ef;
  color: #11753d;
}

._status-danger_1wzo0_85 {
  background: #fff0ef;
  color: #b42318;
}

._status-warning_1wzo0_90 {
  background: #fff7df;
  color: #986400;
}

._status-blue_1wzo0_95 {
  background: #eaf2ff;
  color: #0756d8;
}

._status-neutral_1wzo0_100 {
  background: #f0f2f5;
  color: #5c6674;
}

._orderDetails_1wzo0_105 {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(100px, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 15px;
  border: 1px solid #e6ecf3;
  border-radius: 13px;
  background: #e6ecf3;
}
._orderDetails_1wzo0_105 > div {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  min-width: 0;
  padding: 12px;
  background: #f9fbfd;
  align-items: center;
}
._orderDetails_1wzo0_105 > div > svg {
  grid-row: 1/span 2;
  color: #7a92ae;
}
._orderDetails_1wzo0_105 > div span {
  color: #667085;
  font-size: 10px;
  font-weight: 650;
}
._orderDetails_1wzo0_105 > div strong {
  display: flex;
  min-width: 0;
  color: #182230;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.35;
  flex-direction: column;
}
._orderDetails_1wzo0_105 > div strong small {
  color: #667085;
  font-size: 9px;
  font-weight: 550;
}

._capitalize_1wzo0_147 {
  text-transform: capitalize;
}

._viewOrderLink_1wzo0_151 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 14px;
  margin-left: auto;
  color: #0a64f9;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  width: -webkit-fit-content;
  width: fit-content;
}
._viewOrderLink_1wzo0_151:hover {
  color: #084fc7;
  text-decoration: underline;
}

._skeletonCopy_1wzo0_168 {
  flex: 1;
}

._loadingMore_1wzo0_172 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px;
  color: #667085;
  font-size: 12px;
  font-weight: 650;
}
._loadingMore_1wzo0_172 span {
  width: 16px;
  height: 16px;
  border: 2px solid #c8d8eb;
  border-top-color: #0a64f9;
  border-radius: 50%;
  animation: _spin_1wzo0_1 700ms linear infinite;
}

@keyframes _spin_1wzo0_1 {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 860px) {
  ._orderDetails_1wzo0_105 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  ._orderList_1wzo0_1 {
    gap: 12px;
  }
  ._orderCard_1wzo0_6 {
    padding: 14px;
    border-radius: 15px;
  }
  ._orderCardTop_1wzo0_22 {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 9px 11px;
  }
  ._storeIcon_1wzo0_29 {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 12px;
  }
  ._storeCopy_1wzo0_41 {
    width: 100%;
    min-width: 0;
    flex-basis: auto;
  }
  ._storeCopy_1wzo0_41 h2 {
    font-size: 15px;
  }
  ._storeCopy_1wzo0_41 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  ._statusBadge_1wzo0_69 {
    grid-column: 2;
    width: -webkit-fit-content;
    width: fit-content;
    margin-top: -4px;
    padding: 5px 9px;
    justify-self: start;
  }
  ._orderDetails_1wzo0_105 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
  }
  ._orderDetails_1wzo0_105 > div {
    min-height: 68px;
    grid-template-columns: 18px minmax(0, 1fr);
    padding: 10px 9px;
  }
  ._orderDetails_1wzo0_105 > div strong {
    overflow-wrap: anywhere;
  }
  ._viewOrderLink_1wzo0_151 {
    min-height: 40px;
    margin-top: 11px;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    background: #edf4ff;
  }
}
@media (max-width: 340px) {
  ._orderCard_1wzo0_6 {
    padding: 12px;
  }
  ._orderDetails_1wzo0_105 > div {
    min-height: 66px;
    padding-inline: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._orderCard_1wzo0_6 {
    transition: none;
  }
  ._loadingMore_1wzo0_172 span {
    animation: none;
  }
}._addressGrid_1olo6_1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

._addressCard_1olo6_7 {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  min-height: 142px;
  padding: 17px;
  border: 1px solid #dee7f1;
  border-radius: 16px;
  background: #fbfdff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
._addressCard_1olo6_7:hover {
  border-color: #bed3ec;
  box-shadow: 0 10px 24px rgba(16, 42, 82, 0.08);
  transform: translateY(-1px);
}

._addressIcon_1olo6_25 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #eaf2ff;
  color: #0a64f9;
}

._addressContent_1olo6_36 {
  min-width: 0;
}
._addressContent_1olo6_36 h3 {
  overflow: hidden;
  margin: 3px 0 5px;
  color: #182230;
  font-size: 14px;
  font-weight: 740;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._addressContent_1olo6_36 p {
  margin: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

._addressLabel_1olo6_57 {
  color: #0a64f9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._addressActions_1olo6_65 {
  display: flex;
  grid-column: 2;
  gap: 8px;
  align-self: end;
}
._addressActions_1olo6_65 button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 7px 10px;
  border: 1px solid #d7e2ef;
  border-radius: 9px;
  background: #ffffff;
  color: #345273;
  font: inherit;
  font-size: 11px;
  font-weight: 720;
  cursor: pointer;
}
._addressActions_1olo6_65 button:hover {
  border-color: #adc8e8;
  color: #0a64f9;
}
._addressActions_1olo6_65 button:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.24);
  outline-offset: 2px;
}
._addressActions_1olo6_65 ._deleteAction_1olo6_94 {
  color: #b42318;
}
._addressActions_1olo6_65 ._deleteAction_1olo6_94:hover {
  border-color: #f0b9b4;
  background: #fff8f7;
  color: #b42318;
}

._modalOverlay_1olo6_103 {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(5, 17, 34, 0.66);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

._modalContent_1olo6_115 {
  width: 100%;
  max-width: 420px;
  padding: 27px;
  border: 1px solid #e1e8f1;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(7, 25, 49, 0.3);
  text-align: left;
}
._modalContent_1olo6_115 h3 {
  margin: 14px 0 7px;
  color: #182230;
  font-size: 20px;
  font-weight: 760;
}
._modalContent_1olo6_115 p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

._deleteIcon_1olo6_138 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #fff0ef;
  color: #d92d20;
}

._buttonGroup_1olo6_149 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}
._buttonGroup_1olo6_149 button {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid transparent;
  border-radius: 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

._cancelButton_1olo6_166 {
  border-color: #d7e1ed !important;
  background: #ffffff;
  color: #344054;
}

._deleteButton_1olo6_172 {
  background: #d92d20;
  color: #ffffff;
}

@media (max-width: 760px) {
  ._addressGrid_1olo6_1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  ._addressCard_1olo6_7 {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 15px;
  }
  ._addressIcon_1olo6_25 {
    width: 38px;
    height: 38px;
  }
  ._addressActions_1olo6_65 {
    grid-column: 1/-1;
  }
  ._addressActions_1olo6_65 button {
    flex: 1;
    justify-content: center;
    min-height: 42px;
  }
  ._buttonGroup_1olo6_149 {
    flex-direction: column-reverse;
  }
  ._buttonGroup_1olo6_149 button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._addressCard_1olo6_7 {
    transition: none;
  }
}._h1_kstr1_1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  color: #2d2c6e;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e9eb;
  margin-bottom: 20px;
}

._storeGrid_kstr1_11 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

._emptyGridCell_kstr1_18 {
  grid-column: 1/-1;
}

@media (max-width: 1100px) {
  ._storeGrid_kstr1_11 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  ._storeGrid_kstr1_11 {
    grid-template-columns: 1fr;
  }
}
._card_kstr1_32 {
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f9fbfe);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(25, 35, 63, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  padding: 16px;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfe7f1;
}
._card_kstr1_32:hover {
  border-color: #bfd3ec;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(16, 42, 82, 0.1);
}

._cardInner_kstr1_52 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: 100%;
}

._cardHeader_kstr1_60 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

._imageStack_kstr1_66 {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 74px;
  height: 46px;
}

._imageStackBtn_kstr1_74 {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}

._stackImage_kstr1_83 {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e5e7ef;
  box-sizing: border-box;
}

._stackImage_kstr1_83:nth-child(1) {
  left: 0;
  z-index: 3;
}

._stackImage_kstr1_83:nth-child(2) {
  left: 14px;
  z-index: 2;
}

._stackImage_kstr1_83:nth-child(3) {
  left: 28px;
  z-index: 1;
}

._headerText_kstr1_111 {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._storeTitleLink_kstr1_119 {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  width: -webkit-max-content;
  width: max-content;
}

._storeTitle_kstr1_119 {
  font-size: 15px;
  font-weight: 700;
  color: #182230;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._sharedRow_kstr1_139 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-height: 20px;
}

._sharedSubtitle_kstr1_147 {
  font-size: 13px;
  font-weight: 400;
  color: #5a6b8a;
  line-height: 1.35;
  word-break: break-word;
}

._singleStoreHistoryLink_kstr1_155 {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: none;
  background: transparent;
  color: #0a64f9;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: fit-content;
  cursor: pointer;
}

._infoIconBtn_kstr1_172 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  color: #5a6b8a;
  line-height: 0;
  flex-shrink: 0;
}
._infoIconBtn_kstr1_172:hover {
  background: rgba(0, 0, 0, 0.06);
}

._infoIcon_kstr1_172 {
  font-size: 18px !important;
}

._pointsBanner_kstr1_196 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  margin-top: auto;
  border-radius: 11px;
  background: linear-gradient(135deg, #edf7ff, #e5f3ff);
  border: 1px solid #cfe4f5;
}

._crownIcon_kstr1_207 {
  flex-shrink: 0;
  color: #c9a227;
}

._pointsBannerText_kstr1_212 {
  font-size: 13px;
  color: #4d5574;
  line-height: 1.35;
}

._pointsValue_kstr1_218 {
  font-weight: 800;
  color: #11753d;
}

._subHeader_kstr1_223 {
  margin-bottom: 24px;
}
._subHeader_kstr1_223 h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #010101;
}
._subHeader_kstr1_223 p {
  font-size: 14px;
  font-weight: 400;
  color: #010101;
}

._imageWrapper_kstr1_238 {
  width: 50px;
  height: 50px;
}

._image_kstr1_66 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._info_kstr1_172 {
  flex-shrink: 0;
}

._storeName_kstr1_253 {
  font-size: 13px;
  color: #2d2a6e;
  font-weight: 700;
}

._storeNameLink_kstr1_259 {
  border: none;
}

._creditHistory_kstr1_263 {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  color: #4d5574;
  margin-bottom: 4px;
}

._ViewLoyaltyPointsHistory_kstr1_273 {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  color: #2563eb;
  margin-top: 2px;
  cursor: pointer;
}

._credits_kstr1_284 {
  font-size: 12px;
  font-weight: 500;
  color: #4d5574;
  margin-bottom: 5px;
}

._groupDialogPaper_kstr1_291 {
  border-radius: 12px !important;
  overflow: hidden;
}

._groupDialogTitle_kstr1_296 {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 12px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1e3a5f !important;
  border-bottom: 1px solid #e8e9eb;
}

._groupDialogContent_kstr1_308 {
  padding: 16px !important;
}

._groupStoreGrid_kstr1_312 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  gap: 12px;
}

._groupStoreCard_kstr1_318 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
}

._groupStoreImg_kstr1_329 {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 6px;
}

._groupStoreName_kstr1_336 {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  line-height: 1.25;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._modalHistoryBtn_kstr1_348 {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: none;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin-top: auto;
}

@media (max-width: 700px) {
  ._storeTitleLink_kstr1_119,
  ._singleStoreHistoryLink_kstr1_155 {
    min-height: 40px;
  }
}
@media (max-width: 360px) {
  ._card_kstr1_32 {
    padding: 12px;
  }
  ._cardHeader_kstr1_60 {
    width: 100%;
    flex-direction: column;
  }
  ._headerText_kstr1_111,
  ._storeTitleLink_kstr1_119,
  ._singleStoreHistoryLink_kstr1_155,
  ._sharedRow_kstr1_139 {
    width: 100%;
  }
  ._sharedRow_kstr1_139 {
    align-items: flex-start;
  }
  ._sharedSubtitle_kstr1_147 {
    min-width: 0;
    flex: 1;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  ._infoIconBtn_kstr1_172 {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
  ._pointsBanner_kstr1_196 {
    align-items: flex-start;
    padding-inline: 10px;
  }
}
._loyaltyPoints_kstr1_401 {
  color: #4d5574;
  font-size: 12px;
}
._loyaltyPoints_kstr1_401 strong {
  font-weight: 500;
}

._availability_kstr1_409 {
  font-size: 12px;
  font-weight: 400;
  color: #4d5574;
  margin-bottom: 4px;
}

._viewStore_kstr1_416 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.23px;
  text-align: left;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  color: #757575;
  margin-bottom: 20px;
  display: inline-block;
}._h1_kstr1_1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  color: #2d2c6e;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e9eb;
  margin-bottom: 20px;
}

._storeGrid_kstr1_11 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

._emptyGridCell_kstr1_18 {
  grid-column: 1/-1;
}

@media (max-width: 1100px) {
  ._storeGrid_kstr1_11 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  ._storeGrid_kstr1_11 {
    grid-template-columns: 1fr;
  }
}
._card_kstr1_32 {
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f9fbfe);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(25, 35, 63, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  padding: 16px;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfe7f1;
}
._card_kstr1_32:hover {
  border-color: #bfd3ec;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(16, 42, 82, 0.1);
}

._cardInner_kstr1_52 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: 100%;
}

._cardHeader_kstr1_60 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

._imageStack_kstr1_66 {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 74px;
  height: 46px;
}

._imageStackBtn_kstr1_74 {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}

._stackImage_kstr1_83 {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e5e7ef;
  box-sizing: border-box;
}

._stackImage_kstr1_83:nth-child(1) {
  left: 0;
  z-index: 3;
}

._stackImage_kstr1_83:nth-child(2) {
  left: 14px;
  z-index: 2;
}

._stackImage_kstr1_83:nth-child(3) {
  left: 28px;
  z-index: 1;
}

._headerText_kstr1_111 {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._storeTitleLink_kstr1_119 {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  width: -webkit-max-content;
  width: max-content;
}

._storeTitle_kstr1_119 {
  font-size: 15px;
  font-weight: 700;
  color: #182230;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._sharedRow_kstr1_139 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-height: 20px;
}

._sharedSubtitle_kstr1_147 {
  font-size: 13px;
  font-weight: 400;
  color: #5a6b8a;
  line-height: 1.35;
  word-break: break-word;
}

._singleStoreHistoryLink_kstr1_155 {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: none;
  background: transparent;
  color: #0a64f9;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: fit-content;
  cursor: pointer;
}

._infoIconBtn_kstr1_172 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  color: #5a6b8a;
  line-height: 0;
  flex-shrink: 0;
}
._infoIconBtn_kstr1_172:hover {
  background: rgba(0, 0, 0, 0.06);
}

._infoIcon_kstr1_172 {
  font-size: 18px !important;
}

._pointsBanner_kstr1_196 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  margin-top: auto;
  border-radius: 11px;
  background: linear-gradient(135deg, #edf7ff, #e5f3ff);
  border: 1px solid #cfe4f5;
}

._crownIcon_kstr1_207 {
  flex-shrink: 0;
  color: #c9a227;
}

._pointsBannerText_kstr1_212 {
  font-size: 13px;
  color: #4d5574;
  line-height: 1.35;
}

._pointsValue_kstr1_218 {
  font-weight: 800;
  color: #11753d;
}

._subHeader_kstr1_223 {
  margin-bottom: 24px;
}
._subHeader_kstr1_223 h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #010101;
}
._subHeader_kstr1_223 p {
  font-size: 14px;
  font-weight: 400;
  color: #010101;
}

._imageWrapper_kstr1_238 {
  width: 50px;
  height: 50px;
}

._image_kstr1_66 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._info_kstr1_172 {
  flex-shrink: 0;
}

._storeName_kstr1_253 {
  font-size: 13px;
  color: #2d2a6e;
  font-weight: 700;
}

._storeNameLink_kstr1_259 {
  border: none;
}

._creditHistory_kstr1_263 {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  color: #4d5574;
  margin-bottom: 4px;
}

._ViewLoyaltyPointsHistory_kstr1_273 {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  color: #2563eb;
  margin-top: 2px;
  cursor: pointer;
}

._credits_kstr1_284 {
  font-size: 12px;
  font-weight: 500;
  color: #4d5574;
  margin-bottom: 5px;
}

._groupDialogPaper_kstr1_291 {
  border-radius: 12px !important;
  overflow: hidden;
}

._groupDialogTitle_kstr1_296 {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 12px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1e3a5f !important;
  border-bottom: 1px solid #e8e9eb;
}

._groupDialogContent_kstr1_308 {
  padding: 16px !important;
}

._groupStoreGrid_kstr1_312 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  gap: 12px;
}

._groupStoreCard_kstr1_318 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
}

._groupStoreImg_kstr1_329 {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 6px;
}

._groupStoreName_kstr1_336 {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  line-height: 1.25;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._modalHistoryBtn_kstr1_348 {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: none;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin-top: auto;
}

@media (max-width: 700px) {
  ._storeTitleLink_kstr1_119,
  ._singleStoreHistoryLink_kstr1_155 {
    min-height: 40px;
  }
}
@media (max-width: 360px) {
  ._card_kstr1_32 {
    padding: 12px;
  }
  ._cardHeader_kstr1_60 {
    width: 100%;
    flex-direction: column;
  }
  ._headerText_kstr1_111,
  ._storeTitleLink_kstr1_119,
  ._singleStoreHistoryLink_kstr1_155,
  ._sharedRow_kstr1_139 {
    width: 100%;
  }
  ._sharedRow_kstr1_139 {
    align-items: flex-start;
  }
  ._sharedSubtitle_kstr1_147 {
    min-width: 0;
    flex: 1;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  ._infoIconBtn_kstr1_172 {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
  ._pointsBanner_kstr1_196 {
    align-items: flex-start;
    padding-inline: 10px;
  }
}
._loyaltyPoints_kstr1_401 {
  color: #4d5574;
  font-size: 12px;
}
._loyaltyPoints_kstr1_401 strong {
  font-weight: 500;
}

._availability_kstr1_409 {
  font-size: 12px;
  font-weight: 400;
  color: #4d5574;
  margin-bottom: 4px;
}

._viewStore_kstr1_416 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.23px;
  text-align: left;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  color: #757575;
  margin-bottom: 20px;
  display: inline-block;
}._h1_m2v4k_1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  color: #2d2c6e;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e9eb;
  margin-bottom: 20px;
}

._storeGrid_m2v4k_11 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

._emptyGridCell_m2v4k_18 {
  grid-column: 1/-1;
}

@media (max-width: 1100px) {
  ._storeGrid_m2v4k_11 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  ._storeGrid_m2v4k_11 {
    grid-template-columns: 1fr;
  }
}
._card_m2v4k_32 {
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f9fbfe);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(25, 35, 63, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  padding: 16px;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfe7f1;
}
._card_m2v4k_32:hover {
  border-color: #bfd3ec;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(16, 42, 82, 0.1);
}

._cardInner_m2v4k_52 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: 100%;
}

._cardHeader_m2v4k_60 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

._headerText_m2v4k_66 {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

._imageStack_m2v4k_73 {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 74px;
  height: 46px;
}

._imageStackBtn_m2v4k_81 {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

._stackImage_m2v4k_89 {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e5e7ef;
  box-sizing: border-box;
}

._stackImage_m2v4k_89:nth-child(1) {
  left: 0;
  z-index: 3;
}

._stackImage_m2v4k_89:nth-child(2) {
  left: 14px;
  z-index: 2;
}

._stackImage_m2v4k_89:nth-child(3) {
  left: 28px;
  z-index: 1;
}

._sharedRow_m2v4k_117 {
  display: flex;
  align-items: center;
  gap: 6px;
}

._sharedSubtitle_m2v4k_123 {
  font-size: 13px;
  font-weight: 400;
  color: #5a6b8a;
  line-height: 1.35;
}

._infoIconBtn_m2v4k_130 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  color: #5a6b8a;
  line-height: 0;
  flex-shrink: 0;
}
._infoIconBtn_m2v4k_130:hover {
  background: rgba(0, 0, 0, 0.06);
}

._infoIcon_m2v4k_130 {
  font-size: 18px !important;
}

._subHeader_m2v4k_154 {
  margin-bottom: 24px;
}
._subHeader_m2v4k_154 h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #010101;
}
._subHeader_m2v4k_154 p {
  font-size: 14px;
  font-weight: 400;
  color: #010101;
}

._storeName_m2v4k_169 {
  font-size: 15px;
  color: #182230;
  font-weight: 700;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._creditHistory_m2v4k_180 {
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  color: #4d5574;
  margin-bottom: 4px;
}

._credits_m2v4k_191 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  margin-top: auto;
  border-radius: 11px;
  background: linear-gradient(135deg, #edf7ff, #e5f3ff);
  border: 1px solid #cfe4f5;
}

._crownIcon_m2v4k_202 {
  flex-shrink: 0;
  color: #c9a227;
}

._pointsBannerText_m2v4k_207 {
  font-size: 13px;
  color: #4d5574;
  line-height: 1.35;
}

._pointsValue_m2v4k_213 {
  font-weight: 800;
  color: #11753d;
}

._availability_m2v4k_218 {
  font-size: 12px;
  font-weight: 400;
  color: #4d5574;
  margin-bottom: 4px;
}

._viewStore_m2v4k_225 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.23px;
  text-align: left;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  color: #757575;
  margin-bottom: 20px;
  display: inline-block;
}

._ViewLoyaltyPointsHistory_m2v4k_237 {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  color: #0a64f9;
  margin-top: 2px;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  width: -webkit-fit-content;
  width: fit-content;
}

._groupDialogPaper_m2v4k_256 {
  border-radius: 12px !important;
  overflow: hidden;
}

._groupDialogTitle_m2v4k_261 {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 12px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1e3a5f !important;
  border-bottom: 1px solid #e8e9eb;
}

._groupDialogContent_m2v4k_273 {
  padding: 16px !important;
}

._groupStoreGrid_m2v4k_277 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  gap: 12px;
}

._groupStoreCard_m2v4k_283 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
}

._groupStoreImg_m2v4k_294 {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 6px;
}

._groupStoreName_m2v4k_301 {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  line-height: 1.25;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._modalStoreBalance_m2v4k_313 {
  font-size: 12px;
  font-weight: 600;
  color: #4d5574;
}

._modalHistoryBtn_m2v4k_319 {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: none;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin-top: auto;
}

@media (max-width: 700px) {
  ._ViewLoyaltyPointsHistory_m2v4k_237 {
    min-height: 40px;
  }
}
@media (max-width: 360px) {
  ._card_m2v4k_32 {
    padding: 12px;
  }
  ._cardHeader_m2v4k_60 {
    width: 100%;
    flex-direction: column;
  }
  ._headerText_m2v4k_66,
  ._ViewLoyaltyPointsHistory_m2v4k_237,
  ._sharedRow_m2v4k_117 {
    width: 100%;
  }
  ._sharedRow_m2v4k_117 {
    align-items: flex-start;
  }
  ._sharedSubtitle_m2v4k_123 {
    min-width: 0;
    flex: 1;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  ._infoIconBtn_m2v4k_130 {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
  ._credits_m2v4k_191 {
    align-items: flex-start;
    padding-inline: 10px;
  }
}._paymentCard_1bhtr_1 {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 132px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid #dee7f1;
  border-radius: 15px;
  background: linear-gradient(145deg, #ffffff, #f9fbfe);
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
._paymentCard_1bhtr_1::after {
  position: absolute;
  inset: auto -30px -54px auto;
  width: 110px;
  height: 110px;
  border: 18px solid rgba(10, 100, 249, 0.045);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
._paymentCard_1bhtr_1:hover {
  border-color: #bdd2ec;
  box-shadow: 0 10px 22px rgba(16, 42, 82, 0.08);
  transform: translateY(-1px);
}

._activeCard_1bhtr_32 {
  border-color: #a9c9f5;
  background: linear-gradient(145deg, #ffffff, #f1f6ff);
  box-shadow: inset 3px 0 #0a64f9;
}

._cardTop_1bhtr_38 {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-width: 0;
}

._cardLogo_1bhtr_45 {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 34px;
  overflow: hidden;
  border: 1px solid #dce4ef;
  border-radius: 8px;
  background: #ffffff;
}
._cardLogo_1bhtr_45 img {
  width: 100%;
  height: 100%;
  padding: 3px;
  object-fit: contain;
}

._cardDetails_1bhtr_64 {
  min-width: 0;
  flex: 1;
}
._cardDetails_1bhtr_64 > span {
  color: #7a8797;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
._cardDetails_1bhtr_64 h3 {
  overflow: hidden;
  margin: 1px 0 3px;
  color: #182230;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._cardDetails_1bhtr_64 p {
  margin: 0;
  color: #667085;
  font-size: 10px;
  font-weight: 550;
}

._defaultBadge_1bhtr_92 {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  padding: 5px 7px;
  border-radius: 999px;
  background: #e9f8ef;
  color: #11753d;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

._cardActions_1bhtr_106 {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
._cardActions_1bhtr_106 button {
  display: inline-flex;
  min-height: 40px;
  padding: 6px 8px;
  border: 1px solid #d7e1ed;
  border-radius: 8px;
  background: #ffffff;
  color: #345273;
  align-items: center;
  gap: 5px;
  font: inherit;
  font-size: 9px;
  font-weight: 720;
  cursor: pointer;
}
._cardActions_1bhtr_106 button:hover {
  border-color: #adc8e8;
  background: #f5f9ff;
  color: #0a64f9;
}
._cardActions_1bhtr_106 button:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.24);
  outline-offset: 2px;
}
._cardActions_1bhtr_106 ._deleteButton_1bhtr_137 {
  margin-left: auto;
  color: #b42318;
}
._cardActions_1bhtr_106 ._deleteButton_1bhtr_137:hover {
  border-color: #efc0bc;
  background: #fff7f6;
  color: #b42318;
}

@media (max-width: 440px) {
  ._cardActions_1bhtr_106 button {
    flex: 1;
    justify-content: center;
    min-height: 42px;
  }
  ._cardActions_1bhtr_106 ._deleteButton_1bhtr_137 {
    margin-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._paymentCard_1bhtr_1 {
    transition: none;
  }
}._listWrapper_x0h4k_1 {
  display: grid;
  gap: 17px;
}

._storeGroup_x0h4k_6 {
  overflow: hidden;
  padding: 16px;
  border: 1px solid #e0e7f0;
  border-radius: 17px;
  background: #fbfdff;
}

._storeHeader_x0h4k_14 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
._storeHeader_x0h4k_14 > div {
  min-width: 0;
}
._storeHeader_x0h4k_14 h2 {
  overflow: hidden;
  margin: 0;
  color: #182230;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._storeHeader_x0h4k_14 p {
  margin: 2px 0 0;
  color: #667085;
  font-size: 10px;
  font-weight: 600;
}

._paymentsCardImage_x0h4k_40 {
  display: inline-flex;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid #dce5f0;
  border-radius: 12px;
  background: #ffffff;
}
._paymentsCardImage_x0h4k_40 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._storeHeaderIcon_x0h4k_56 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: -17px;
  border: 2px solid #fbfdff;
  border-radius: 9px;
  background: #eaf2ff;
  color: #0a64f9;
}

._cardsGrid_x0h4k_69 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

._skeletonCard_x0h4k_75 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  background: #fbfcfe;
}
._skeletonCard_x0h4k_75 > div {
  min-width: 0;
  overflow: hidden;
  flex: 1;
}
._skeletonCard_x0h4k_75 .MuiSkeleton-root {
  max-width: 100%;
}

._form-actions_x0h4k_93 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

._action-button_x0h4k_100 {
  min-width: 118px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

._cancel-button_x0h4k_112 {
  border-color: #d7e1ed;
  background: #ffffff;
  color: #344054;
}

._save-button_x0h4k_118 {
  background: #0a64f9;
  color: #ffffff;
}

@media (max-width: 760px) {
  ._cardsGrid_x0h4k_69 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  ._storeGroup_x0h4k_6 {
    padding: 13px;
  }
  ._form-actions_x0h4k_93 {
    flex-direction: column-reverse;
  }
  ._form-actions_x0h4k_93 ._action-button_x0h4k_100 {
    width: 100%;
  }
}._phoneCard_lde6h_1,
._preferenceRow_lde6h_2 {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid #e0e8f2;
  border-radius: 15px;
  background: #fbfdff;
}

._preferenceIcon_lde6h_12 {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #eaf2ff;
  color: #0a64f9;
}

._phoneCard_lde6h_1 > div {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}
._phoneCard_lde6h_1 span {
  color: #667085;
  font-size: 11px;
  font-weight: 650;
}
._phoneCard_lde6h_1 strong {
  margin-top: 3px;
  color: #182230;
  font-size: 14px;
  font-weight: 740;
}

._editPhoneButton_lde6h_42 {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 8px 11px;
  border: 1px solid #cdddf0;
  border-radius: 10px;
  background: #ffffff;
  color: #0a64f9;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}
._editPhoneButton_lde6h_42:hover {
  border-color: #9ebfea;
  background: #f4f8ff;
}

._preferenceList_lde6h_60 {
  display: grid;
  gap: 11px;
}

._preferenceCopy_lde6h_65 {
  min-width: 0;
  flex: 1;
}
._preferenceCopy_lde6h_65 strong {
  display: block;
  color: #182230;
  font-size: 13px;
  font-weight: 740;
}
._preferenceCopy_lde6h_65 p {
  margin: 3px 0 0;
  color: #667085;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

._switch_lde6h_83 {
  position: relative;
  display: inline-block;
  flex: 0 0 52px;
  width: 52px;
  height: 30px;
}
._switch_lde6h_83 input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
._switch_lde6h_83 input:focus-visible + ._slider_lde6h_96 {
  outline: 3px solid rgba(10, 100, 249, 0.25);
  outline-offset: 2px;
}
._switch_lde6h_83 input:checked + ._slider_lde6h_96 {
  border-color: #0a64f9;
  background: #0a64f9;
}
._switch_lde6h_83 input:checked + ._slider_lde6h_96::before {
  transform: translateX(22px);
}

._slider_lde6h_96 {
  position: absolute;
  inset: 0;
  border: 1px solid #c5ced9;
  border-radius: 30px;
  background: #d5dbe3;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease;
}
._slider_lde6h_96::before {
  position: absolute;
  inset: 3px auto auto 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(16, 24, 40, 0.22);
  content: "";
  transition: transform 180ms ease;
}

@media (max-width: 520px) {
  ._phoneCard_lde6h_1 {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  ._editPhoneButton_lde6h_42 {
    width: 100%;
    margin-left: 0;
  }
  ._preferenceRow_lde6h_2 {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: start;
    padding: 14px;
  }
  ._switch_lde6h_83 {
    margin-top: 6px;
  }
}
@media (max-width: 360px) {
  ._preferenceRow_lde6h_2 {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }
  ._preferenceIcon_lde6h_12 {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
  ._switch_lde6h_83 {
    grid-column: 1/-1;
    justify-self: end;
    margin-top: 2px;
  }
  ._preferenceRow_lde6h_2 > .MuiSkeleton-root {
    grid-column: 1/-1;
    justify-self: end;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._slider_lde6h_96,
  ._slider_lde6h_96::before {
    transition: none;
  }
}._historyPanel_1yb83_1 {
  min-width: 0;
}

._tableWrap_1yb83_5 {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #e4eaf2;
  border-radius: 15px;
}

._table_1yb83_5 {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0;
}

._table_1yb83_5 thead {
  background: #f7faff;
}

._table_1yb83_5 ._tableHeading_1yb83_23 {
  padding: 13px 16px;
  border-bottom: 1px solid #e3eaf3;
  color: #526174;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}

._table_1yb83_5 ._tableContent_1yb83_35 {
  padding: 16px;
  border-bottom: 1px solid #edf1f6;
  color: #263548;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 13px;
  font-weight: 590;
  line-height: 1.45;
}

._table_1yb83_5 tbody tr {
  transition: background-color 150ms ease;
}
._table_1yb83_5 tbody tr:hover {
  background: #fbfdff;
}
._table_1yb83_5 tbody tr:last-child ._tableContent_1yb83_35 {
  border-bottom: 0;
}

._cardNumber_1yb83_55 {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 5px 10px;
  border: 1px solid #dce7f5;
  border-radius: 9px;
  background: #f4f8fe;
  color: #173f70;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.045em;
}

._creditHistory_1yb83_70 {
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #cbdcf3;
  border-radius: 9px;
  background: #f5f9ff;
  color: #075fc8;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease, transform 150ms ease;
}
._creditHistory_1yb83_70:hover {
  border-color: #8db8ef;
  background: #eaf3ff;
  color: #054eaa;
  transform: translateY(-1px);
}
._creditHistory_1yb83_70:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 2px;
}

._creditAmount_1yb83_94 {
  color: #168347 !important;
  font-weight: 750 !important;
}

._debitAmount_1yb83_99 {
  color: #bd342a !important;
  font-weight: 750 !important;
}

._loadingTable_1yb83_104 {
  overflow: hidden;
  border: 1px solid #e5ebf3;
  border-radius: 15px;
  box-shadow: none !important;
}

._loadingTable_1yb83_104 td {
  padding: 15px 16px;
  border-bottom-color: #edf1f6;
}

._sentinel_1yb83_116 {
  width: 100%;
  height: 1px;
}

._loadingMore_1yb83_121 {
  position: relative;
  max-width: 260px;
  margin: 16px auto 0;
}
._loadingMore_1yb83_121 > span:last-child {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #526174;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 680px) {
  ._tableWrap_1yb83_5 {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }
  ._table_1yb83_5 {
    display: block;
    min-width: 0;
  }
  ._table_1yb83_5 thead {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  ._table_1yb83_5 tbody {
    display: grid;
    gap: 10px;
    width: 100%;
  }
  ._table_1yb83_5 tbody tr {
    display: grid;
    overflow: hidden;
    width: 100%;
    border: 1px solid #dfe7f1;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(16, 42, 82, 0.055);
  }
  ._table_1yb83_5 ._tableContent_1yb83_35 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    padding: 11px 13px;
    border-bottom: 1px solid #edf1f6;
    text-align: right;
  }
  ._table_1yb83_5 ._tableContent_1yb83_35::before {
    flex: 0 0 auto;
    color: #718096;
    content: attr(data-label);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.065em;
    text-align: left;
    text-transform: uppercase;
  }
  ._table_1yb83_5 ._tableContent_1yb83_35:last-child {
    border-bottom: 0;
  }
  ._table_1yb83_5 ._tableContent_1yb83_35[align=right] {
    text-align: right;
  }
  ._creditHistory_1yb83_70 {
    min-height: 34px;
  }
}
@media (max-width: 480px) {
  ._table_1yb83_5 ._tableContent_1yb83_35 {
    align-items: flex-start;
    font-size: 12px;
  }
  ._cardNumber_1yb83_55 {
    max-width: 62%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._table_1yb83_5 tbody tr,
  ._creditHistory_1yb83_70 {
    transition: none;
  }
}._productPageContent_1aaac_1 {
  width: 100%;
  min-width: 0;
  max-width: none !important;
  padding: 0 !important;
  font-family: "Manrope", "Jost", sans-serif;
}
._productPageContent_1aaac_1 > section {
  width: 100%;
  max-width: none;
  margin-bottom: 36px;
  padding: 22px 22px 26px;
  border: 1px solid #dce5f0;
  border-radius: 22px;
  background: #fff;
}
._productPageContent_1aaac_1 > section > div:first-child {
  padding-bottom: 14px;
}
._productPageContent_1aaac_1 > section > div:first-child h3 {
  margin: 0;
  color: #182230;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 32px;
}

._productBreadcrumb_1aaac_30 {
  min-height: 36px;
  margin: 0 2px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7a8699;
  font-size: 12px;
  font-weight: 700;
}
._productBreadcrumb_1aaac_30 a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 7px;
  color: #0a64f9;
}
._productBreadcrumb_1aaac_30 a:hover {
  color: #084fc7;
}
._productBreadcrumb_1aaac_30 a:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.18);
  outline-offset: 3px;
}

._productContainer_1aaac_55 {
  width: 100%;
  max-width: none;
  margin-bottom: 36px;
  padding: 0;
  overflow: clip;
  border: 1px solid #dce6f2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 42, 82, 0.07);
}
._productContainer_1aaac_55 h1 {
  margin: 0 0 8px;
  color: #13233a;
  font-size: clamp(24px, 2.15vw, 34px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

._discountTag_1aaac_75 {
  min-width: 74px;
  padding: 7px 10px;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  border-radius: 10px;
  background: #0a64f9;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: 0 8px 18px rgba(10, 100, 249, 0.24);
}

._productContextBar_1aaac_92 {
  min-height: 70px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: radial-gradient(circle at 82% 0, rgba(45, 137, 255, 0.26), transparent 34%), linear-gradient(118deg, #071c38 0%, #0c315c 100%);
  color: #fff;
}

._productContextCopy_1aaac_103 {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
._productContextCopy_1aaac_103 strong {
  overflow: hidden;
  font-size: 15px;
  font-weight: 800;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._productContextKicker_1aaac_118 {
  color: #93c5fd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

._fulfillmentBadge_1aaac_126 {
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 800;
}
._fulfillmentBadge_1aaac_126 > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #56e0b1;
  box-shadow: 0 0 0 4px rgba(86, 224, 177, 0.13);
}

._valueGroup_1aaac_147 {
  line-height: 22px;
}

._productDetails_1aaac_151 {
  width: 100%;
  display: grid !important;
  grid-template-columns: minmax(320px, 0.88fr) minmax(380px, 1.12fr);
  align-items: start;
  gap: clamp(24px, 3vw, 48px);
  padding: 28px;
}
._productDetails_1aaac_151 ._productImage_1aaac_159 {
  width: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  max-width: 540px;
  margin: 0 auto;
}
._productDetails_1aaac_151 ._productImage_1aaac_159 ._mainImage_1aaac_167 {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding: clamp(18px, 3vw, 36px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e0e8f2;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 38%, #fff 0, #fff 46%, transparent 72%), #f7f9fc;
}
._productDetails_1aaac_151 ._productImage_1aaac_159 ._mainImage_1aaac_167 > div,
._productDetails_1aaac_151 ._productImage_1aaac_159 ._mainImage_1aaac_167 > span {
  width: 100% !important;
  height: 100% !important;
}
._productDetails_1aaac_151 ._productImage_1aaac_159 ._mainImage_1aaac_167 > div > div {
  width: 100% !important;
  height: 100% !important;
  background-position: center !important;
  background-size: contain !important;
}
._productDetails_1aaac_151 ._productImage_1aaac_159 ._mainImage_1aaac_167 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
._productDetails_1aaac_151 ._productImage_1aaac_159 ._imageGallery_1aaac_195 {
  width: 100%;
  margin-top: 14px;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  padding: 0 8px;
}
._productDetails_1aaac_151 ._productImage_1aaac_159 ._imageGallery_1aaac_195 ._itemImage_1aaac_203 {
  width: 64px;
  height: 64px;
  padding: 5px;
  display: grid;
  place-items: center;
  flex: 0 0 64px;
  overflow: hidden;
  border: 1px solid #dce5f0;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  line-height: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
._productDetails_1aaac_151 ._productImage_1aaac_159 ._imageGallery_1aaac_195 ._itemImage_1aaac_203 img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 7px;
  object-fit: contain;
}
._productDetails_1aaac_151 ._productImage_1aaac_159 ._imageGallery_1aaac_195 ._itemImage_1aaac_203:hover {
  border-color: #86afe9;
  background: #f7faff;
  box-shadow: inset 0 0 0 2px rgba(10, 100, 249, 0.12);
}
._productDetails_1aaac_151 ._productImage_1aaac_159 ._imageGallery_1aaac_195 ._itemImage_1aaac_203._active_1aaac_230 {
  border-color: #0a64f9;
  background: #f2f7ff;
  box-shadow: inset 0 0 0 2px rgba(10, 100, 249, 0.16);
}
._productDetails_1aaac_151 ._productImage_1aaac_159 ._imageGallery_1aaac_195 ._itemImage_1aaac_203:focus-visible {
  border-color: #0a64f9;
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(10, 100, 249, 0.24);
}

._imageStage_1aaac_241 {
  width: 100%;
  position: relative;
}

._mediaFallback_1aaac_246 {
  min-height: 100%;
}
._mediaFallback_1aaac_246 ._mainImage_1aaac_167 {
  position: relative;
  background: linear-gradient(rgba(10, 100, 249, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 100, 249, 0.045) 1px, transparent 1px), radial-gradient(circle at 50% 40%, #fff 0, #f2f7ff 54%, #eaf2fc 100%) !important;
  background-size: 28px 28px, 28px 28px, auto !important;
}
._mediaFallback_1aaac_246 ._mainImage_1aaac_167::before {
  content: "";
  position: absolute;
  width: 66%;
  aspect-ratio: 1;
  border: 1px solid rgba(10, 100, 249, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}
._mediaFallback_1aaac_246 ._mainImage_1aaac_167 > div,
._mediaFallback_1aaac_246 ._mainImage_1aaac_167 > span {
  position: relative;
  z-index: 1;
  max-width: 58% !important;
  max-height: 58% !important;
  opacity: 0.42;
  filter: grayscale(1);
}

._mediaFallbackLabel_1aaac_273 {
  margin-top: -28px;
  padding: 12px 14px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #d6e4f6;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
}
._mediaFallbackLabel_1aaac_273 > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 10px;
  background: #eaf3ff;
  color: #0a64f9;
  font-size: 10px;
  font-weight: 900;
}
._mediaFallbackLabel_1aaac_273 > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
._mediaFallbackLabel_1aaac_273 strong {
  color: #13233a;
  font-size: 12px;
  font-weight: 800;
  line-height: 17px;
}
._mediaFallbackLabel_1aaac_273 small {
  color: #667085;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}

._outOfStock_1aaac_316 {
  color: #ea0d42 !important;
}

._inStock_1aaac_320 {
  color: #00b853;
}

._d-flex_1aaac_324 {
  display: flex;
}

._zoomable_1aaac_328 img {
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

._productDescription_1aaac_333 {
  word-break: break-word;
  max-width: 474px;
  display: flex;
  flex-direction: column;
}
._productDescription_1aaac_333 p,
._productDescription_1aaac_333 li,
._productDescription_1aaac_333 span {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #4d5574;
}
._productDescription_1aaac_333 ul {
  padding-left: 0;
}
._productDescription_1aaac_333 ._availableList_1aaac_350 strong {
  font-weight: 500;
  font-size: 16px;
  color: #4d5574;
  margin-right: 4px;
}
._productDescription_1aaac_333 ._availableList_1aaac_350 ._dFlex_1aaac_356 {
  margin-bottom: 5px;
  align-items: flex-start;
}
._productDescription_1aaac_333 ._label_1aaac_360 {
  min-width: -webkit-fit-content;
  min-width: fit-content;
}
._productDescription_1aaac_333 ._value_1aaac_147 {
  font-size: 15px;
  font-weight: 400;
}
._productDescription_1aaac_333 ._value_1aaac_147._selectedFlavor_1aaac_367 {
  font-weight: 600;
  color: #0a64f9;
  text-decoration: underline;
}
._productDescription_1aaac_333 ul {
  margin: 8px 0;
  list-style-type: decimal;
  list-style-position: inside;
}
._productDescription_1aaac_333 ul li {
  font-size: 14px;
}
._productDescription_1aaac_333 ._availability_1aaac_380 {
  color: #00b853;
}
._productDescription_1aaac_333 ._category_1aaac_383,
._productDescription_1aaac_333 ._flavor_1aaac_384,
._productDescription_1aaac_333 ._range_1aaac_385 {
  color: #4d5574;
}
._productDescription_1aaac_333 ._dFlex_1aaac_356 {
  display: flex;
  align-items: center;
}

._desTopSec_1aaac_393 {
  width: 100%;
  height: 168px;
  margin: 0 0 16px;
  padding: 12px 14px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #dce6f2;
  border-radius: 14px;
  outline: none;
  background: #fff;
  color: #344054;
  font-size: 13px;
  line-height: 1.55;
  overscroll-behavior: contain;
  scrollbar-color: #8daed8 #edf3fa;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
._desTopSec_1aaac_393:focus-visible {
  border-color: #0a64f9;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.15);
}
._desTopSec_1aaac_393::-webkit-scrollbar {
  width: 7px;
}
._desTopSec_1aaac_393::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #edf3fa;
}
._desTopSec_1aaac_393::-webkit-scrollbar-thumb {
  border: 2px solid #edf3fa;
  border-radius: 999px;
  background: #8daed8;
}
._desTopSec_1aaac_393 p {
  margin: 0 0 8px !important;
}
._desTopSec_1aaac_393 img {
  max-width: 100% !important;
  height: auto !important;
}
._desTopSec_1aaac_393 > :first-child {
  margin-top: 0 !important;
}
._desTopSec_1aaac_393 > :last-child {
  margin-bottom: 0 !important;
}

._productVariation_1aaac_443 {
  width: 100%;
  min-width: 0;
  max-width: 620px;
  padding: 24px;
  border: 1px solid #dfe8f3;
  border-radius: 20px;
  background: #f6f9fd;
}
._productVariation_1aaac_443 ._price_1aaac_452,
._productVariation_1aaac_443 ._stockHeading_1aaac_453 {
  color: #0a64f9;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
}
._productVariation_1aaac_443 ._price_1aaac_452 {
  color: #0a64f9 !important;
}
._productVariation_1aaac_443 ._stockHeading_1aaac_453 {
  font-size: 11px;
}
._productVariation_1aaac_443 ._availability_1aaac_380 {
  color: #4d5574;
  font-family: Jost;
  font-size: var(--font-size-18, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 146.667% */
}
._productVariation_1aaac_443 ._quantity_1aaac_473 {
  color: #00b853;
  font-family: Jost;
  font-size: var(--font-size-18, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-22, 22px); /* 146.667% */
}
._productVariation_1aaac_443 ._heading_1aaac_481 {
  color: #344054;
  font-size: 11px;
  line-height: 17px;
  font-weight: 800;
  letter-spacing: 0.045em;
  margin-bottom: 0;
  display: flex;
  text-transform: uppercase;
}
._productVariation_1aaac_443 ._flavorButtons_1aaac_491,
._productVariation_1aaac_443 ._stockButtons_1aaac_492,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 8px;
}
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._flavorButton_1aaac_491,
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._strainButton_1aaac_493,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._flavorButton_1aaac_491,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._strainButton_1aaac_493,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._flavorButton_1aaac_491,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._strainButton_1aaac_493 {
  border: 1px solid #dce5f0 !important;
  border-radius: 10px;
  background: #fff;
  color: #344054;
  box-shadow: none;
}
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._flavorButton_1aaac_491:hover,
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._strainButton_1aaac_493:hover,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._flavorButton_1aaac_491:hover,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._strainButton_1aaac_493:hover,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._flavorButton_1aaac_491:hover,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._strainButton_1aaac_493:hover {
  background-color: #0a64f9;
  color: #ffffff;
}
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._active_1aaac_230,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._active_1aaac_230,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._active_1aaac_230 {
  border-color: #0a64f9 !important;
  background-color: #0a64f9;
  color: #ffffff;
  box-shadow: none;
}
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._stockButton_1aaac_492,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._stockButton_1aaac_492,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._stockButton_1aaac_492 {
  background-color: #e9e9e9;
  color: #acafb7;
}
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._flavorButton_1aaac_491,
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._stockButton_1aaac_492,
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._strainButton_1aaac_493,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._flavorButton_1aaac_491,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._stockButton_1aaac_492,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._strainButton_1aaac_493,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._flavorButton_1aaac_491,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._stockButton_1aaac_492,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._strainButton_1aaac_493 {
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 23px;
  font-weight: 700;
  min-height: 38px;
  padding: 6px 15px;
}
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._flavorButton_1aaac_491:focus-visible,
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._stockButton_1aaac_492:focus-visible,
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 ._strainButton_1aaac_493:focus-visible,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._flavorButton_1aaac_491:focus-visible,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._stockButton_1aaac_492:focus-visible,
._productVariation_1aaac_443 ._stockButtons_1aaac_492 ._strainButton_1aaac_493:focus-visible,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._flavorButton_1aaac_491:focus-visible,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._stockButton_1aaac_492:focus-visible,
._productVariation_1aaac_443 ._strainButtons_1aaac_493 ._strainButton_1aaac_493:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.18);
  outline-offset: 2px;
}
._productVariation_1aaac_443 ._flavorButtons_1aaac_491 {
  margin-bottom: 0;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 {
  align-items: center;
  margin: 14px 0 12px;
  padding: 12px;
  border: 1px solid #dfe8f3;
  border-radius: 16px;
  background: #fff;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._qtyHeading_1aaac_574 {
  margin-bottom: 0;
  color: #667085;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.055em;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._quantityActions_1aaac_581 {
  width: 100%;
  min-width: 0;
  margin-left: 12px;
  display: flex;
  align-items: stretch;
  gap: 10px;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._addToCartSlot_1aaac_589 {
  min-width: 0;
  flex: 1 1 auto;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._quantityControls_1aaac_593 {
  min-height: 48px;
  padding: 3px;
  border: 1px solid #dce5f0;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  min-width: 116px;
  gap: 2px;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._quantityControls_1aaac_593 ._quantityButton_1aaac_606 {
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
  padding-bottom: 0 !important;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  justify-content: center;
  border-radius: 7px;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._quantityControls_1aaac_593 ._quantityButton_1aaac_606:hover:not(:disabled) {
  background: #eef5ff;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._quantityControls_1aaac_593 ._quantityButton_1aaac_606:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.18);
  outline-offset: 1px;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._quantityControls_1aaac_593 ._quantityButton_1aaac_606:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._quantityControls_1aaac_593 ._quantityValue_1aaac_630 {
  min-width: 22px;
  padding: 0 4px;
  color: #13233a;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._cartButton_1aaac_638 {
  min-height: 48px;
  padding: 12px 18px;
  text-align: center;
  border-radius: 12px;
  border: none;
  background-color: #0a64f9;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  max-width: none;
  min-width: 120px;
  box-shadow: none;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._cartButton_1aaac_638:hover {
  background-color: #084fc7;
}
._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._cartButton_1aaac_638:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 3px;
}
._productVariation_1aaac_443 ._cartButton_1aaac_638 {
  min-height: 48px;
  padding: 12px 18px;
  text-align: center;
  border-radius: 12px;
  border: none;
  background-color: #0a64f9;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
  min-width: 100px;
}
._productVariation_1aaac_443 ._cartButton_1aaac_638:hover {
  background-color: #084fc7;
}
._productVariation_1aaac_443 ._cartButton_1aaac_638:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 3px;
}
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 {
  width: 100%;
  margin-top: 12px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  align-items: stretch;
  gap: 8px;
  border-bottom: 1px solid #e6edf5;
}
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._share_1aaac_693 {
  min-width: 0;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
  display: flex;
  min-height: 44px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #dce5f0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
}
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683:hover,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._share_1aaac_693:hover {
  border-color: #a9c6ee;
  background: #f5f9ff;
}
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683 ._wishlistImg_1aaac_714,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683 ._shareImg_1aaac_715,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._share_1aaac_693 ._wishlistImg_1aaac_714,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._share_1aaac_693 ._shareImg_1aaac_715 {
  width: 12px;
  height: 12px;
  line-height: 0;
}
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683 ._wishlistImg_1aaac_714 img,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683 ._shareImg_1aaac_715 img,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._share_1aaac_693 ._wishlistImg_1aaac_714 img,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._share_1aaac_693 ._shareImg_1aaac_715 img {
  width: 100%;
  height: 100%;
}
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683 ._wishlistImg_1aaac_714,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._share_1aaac_693 ._wishlistImg_1aaac_714 {
  width: 16px;
  height: 16px;
  line-height: 0;
  cursor: pointer;
}
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683 ._wishlistImg_1aaac_714 img,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._share_1aaac_693 ._wishlistImg_1aaac_714 img {
  width: 100%;
  height: 100%;
}
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683 {
  margin-right: 0;
}
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 button,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 span {
  color: #2d2c6e;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 button:focus-visible,
._productVariation_1aaac_443 ._wishlistShare_1aaac_683 span:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.18);
  outline-offset: 2px;
}
._productVariation_1aaac_443 ._wishlistButton_1aaac_756 {
  min-width: 0;
  max-width: 100%;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: none;
}
._productVariation_1aaac_443 ._footerBottom_1aaac_766 {
  justify-content: space-between;
  align-items: center;
  color: #667085;
  padding: 11px 14px;
  border-top: 1px solid #e3eaf3;
}
._productVariation_1aaac_443 ._footerBottom_1aaac_766 ._paymentIcons_1aaac_773 {
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 10px;
}
._productVariation_1aaac_443 ._footerBottom_1aaac_766 ._paymentIcons_1aaac_773 ._icon_1aaac_778 {
  padding: 3px;
  border: 1px solid #dce5f0;
  border-radius: 5px;
  background: #fff;
  line-height: 0;
}
._productVariation_1aaac_443 ._footerBottom_1aaac_766 ._paymentIcons_1aaac_773 ._icon_1aaac_778 img {
  width: 40px;
  height: 16px;
}
._productVariation_1aaac_443 ._footerBottom_1aaac_766 ._guarantee_1aaac_789 {
  font-size: 11px;
  line-height: 23px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 5px;
}

._productStatusRow_1aaac_799 {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

._availabilityPill_1aaac_807 {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #bdebdc;
  border-radius: 999px;
  background: #ecfdf6;
  color: #087a56;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.025em;
}
._availabilityPill_1aaac_807 > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a875;
}

._inCartSection_1aaac_828 {
  justify-content: space-between;
  gap: 14px;
}
._inCartSection_1aaac_828 ._cartButton_1aaac_638 {
  width: auto;
  min-width: 160px;
}

._unavailablePill_1aaac_837 {
  border-color: #ffd1d8;
  background: #fff1f3;
  color: #b4233f;
}
._unavailablePill_1aaac_837 > span {
  background: #e54868;
}

._localItemLabel_1aaac_846 {
  color: #8792a4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._priceRow_1aaac_854 {
  min-height: 48px;
}

._priceMeta_1aaac_858 {
  min-width: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
}

._limitedStock_1aaac_866 {
  color: #c03535;
  font-size: 11px;
  font-weight: 800;
}

._comparePrice_1aaac_872 {
  color: #8a94a5;
  font-size: 14px;
  font-weight: 600;
}

._optionGroup_1aaac_878 {
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #dfe7f1;
  border-radius: 14px;
  background: #fff;
}

._optionHeader_1aaac_886 {
  min-height: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

._optionCount_1aaac_895 {
  color: #8792a4;
  font-size: 10px;
  font-weight: 700;
}

._trustPanel_1aaac_901 {
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 16px;
  background: #fff;
}

._fulfillmentPromise_1aaac_908 {
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 11px;
}
._fulfillmentPromise_1aaac_908 > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
._fulfillmentPromise_1aaac_908 strong {
  color: #13233a;
  font-size: 12px;
  font-weight: 800;
  line-height: 17px;
}
._fulfillmentPromise_1aaac_908 small {
  color: #667085;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}

._promiseIcon_1aaac_933 {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  border-radius: 10px;
  background: #eaf3ff;
  color: #0a64f9;
  font-size: 15px;
  font-weight: 900;
}

._dFlex_1aaac_356 {
  display: flex;
}

@media (min-width: 1700px) {
  ._productDescription_1aaac_333 {
    width: 100%;
    min-width: 270px;
  }
}
@media (min-width: 1201px) {
  ._productDetails_1aaac_151 {
    align-items: start;
  }
  ._productDetails_1aaac_151 ._productImage_1aaac_159 {
    max-width: min(540px, 100dvh - 198px);
    height: auto;
    align-self: start;
  }
  ._productDetails_1aaac_151 ._imageStage_1aaac_241 {
    height: auto;
  }
  ._productDetails_1aaac_151 ._mainImage_1aaac_167 {
    min-height: 0;
    flex: 0 0 auto;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 1081px) {
  ._productDetails_1aaac_151 ._productImage_1aaac_159 {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
    z-index: 2;
  }
  ._productDetails_1aaac_151 ._productImage_1aaac_159 ._imageGallery_1aaac_195 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
}
@media (min-width: 1081px) and (max-width: 1200px) {
  ._productDetails_1aaac_151 {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 22px;
    padding: 20px;
  }
  ._productDetails_1aaac_151 ._productImage_1aaac_159 {
    max-width: min(260px, 100dvh - 198px);
  }
  ._productDetails_1aaac_151 ._productImage_1aaac_159 ._mainImage_1aaac_167 {
    padding: 16px;
  }
  ._productVariation_1aaac_443 {
    max-width: none;
    padding: 18px;
  }
  ._productVariation_1aaac_443 ._flavorButtons_1aaac_491,
  ._productVariation_1aaac_443 ._stockButtons_1aaac_492,
  ._productVariation_1aaac_443 ._strainButtons_1aaac_493 {
    margin-bottom: 13px;
  }
  ._productVariation_1aaac_443 ._quantitySection_1aaac_566 {
    margin: 16px 0 13px;
    padding: 12px;
  }
  ._productVariation_1aaac_443 ._wishlistShare_1aaac_683 {
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
  ._productVariation_1aaac_443 ._footerBottom_1aaac_766 {
    padding: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  ._productDetails_1aaac_151 {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 22px;
  }
  ._productDetails_1aaac_151 ._productImage_1aaac_159 {
    max-width: 320px;
  }
  ._productVariation_1aaac_443 {
    max-width: none;
    padding: 22px;
  }
}
@media (max-width: 767px) {
  ._productPageContent_1aaac_1 > section {
    margin-bottom: 28px;
    padding: 16px;
    border-radius: 18px;
  }
  ._productPageContent_1aaac_1 > section > div:first-child h3 {
    font-size: 18px;
    line-height: 25px;
  }
  ._productBreadcrumb_1aaac_30 {
    margin-bottom: 9px;
  }
  ._productBreadcrumb_1aaac_30 > span:last-child {
    display: none;
  }
  ._productContainer_1aaac_55 {
    margin-bottom: 24px;
    padding: 0;
    border-radius: 19px;
  }
  ._productContainer_1aaac_55 h1 {
    font-size: 23px;
    line-height: 1.22;
  }
  ._productContextBar_1aaac_92 {
    min-height: 62px;
    padding: 12px 15px;
  }
  ._productContextCopy_1aaac_103 strong {
    max-width: 220px;
    font-size: 13px;
  }
  ._fulfillmentBadge_1aaac_126 {
    min-height: 30px;
    padding: 0 10px;
  }
  ._productDetails_1aaac_151 {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
  }
  ._productDetails_1aaac_151 ._productImage_1aaac_159 {
    margin-bottom: 0;
  }
  ._productDetails_1aaac_151 ._productImage_1aaac_159 ._mainImage_1aaac_167 {
    width: 100%;
    height: min(63vw, 248px);
    aspect-ratio: auto;
    margin-bottom: 0;
    padding: 14px;
    border-radius: 16px;
  }
  ._productDetails_1aaac_151 ._productImage_1aaac_159 ._imageGallery_1aaac_195 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 2px 6px;
    scrollbar-width: thin;
  }
  ._productDetails_1aaac_151 ._productImage_1aaac_159 ._imageGallery_1aaac_195 ._itemImage_1aaac_203 {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
  }
  ._productDescription_1aaac_333 {
    order: 3;
  }
  ._desTopSec_1aaac_393 {
    height: 144px;
    margin-bottom: 14px;
    padding: 11px 12px;
    border-radius: 12px;
    font-size: 12px;
  }
  ._productVariation_1aaac_443 {
    margin-bottom: 0;
    padding: 16px;
    border-radius: 17px;
  }
  ._productVariation_1aaac_443 ._quantitySection_1aaac_566 {
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
  ._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._quantityActions_1aaac_581 {
    margin-left: 0;
  }
  ._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683,
  ._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._share_1aaac_693 {
    padding-inline: 9px;
    gap: 5px;
  }
  ._productVariation_1aaac_443 ._wishlistShare_1aaac_683 button,
  ._productVariation_1aaac_443 ._wishlistShare_1aaac_683 span {
    font-size: 12px;
  }
  ._mediaFallbackLabel_1aaac_273 {
    margin: -22px 10px 0;
  }
  ._optionGroup_1aaac_878 {
    padding: 12px;
  }
  ._footerBottom_1aaac_766 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .quickvee-single-product-main-image-skeleton {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 359px) {
  ._productVariation_1aaac_443 ._wishlistShare_1aaac_683 {
    flex-direction: column;
  }
  ._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683,
  ._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._share_1aaac_693 {
    width: 100%;
    flex-basis: auto;
  }
}
@media (min-width: 360px) and (max-width: 429px) {
  ._productVariation_1aaac_443 ._wishlistShare_1aaac_683 ._wishlist_1aaac_683 {
    flex-grow: 1.8;
  }
}
@media (max-width: 360px) {
  ._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._quantityActions_1aaac_581 {
    flex-direction: column;
  }
  ._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._quantityControls_1aaac_593,
  ._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._addToCartSlot_1aaac_589 {
    width: 100%;
  }
  ._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._quantityControls_1aaac_593 {
    justify-content: space-between;
  }
  ._productVariation_1aaac_443 ._quantitySection_1aaac_566 ._cartButton_1aaac_638 {
    min-width: 0;
  }
}
._flavorButton_1aaac_491._isOutOfStock_1aaac_1180 {
  background-color: #ededed !important;
  color: #8c8c8c !important;
  cursor: not-allowed;
  pointer-events: none;
}

._outOfStockHeading_1aaac_1187 {
  color: #ff0000;
  margin-bottom: 8px;
  display: block;
  font-size: 11px;
  font-weight: 500;
}

._form-group_1aaac_1195 {
  margin-bottom: 15px;
}
._form-group_1aaac_1195 ._input-label_1aaac_1198 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  font-family: "josh", sans-serif;
  margin-bottom: 8px;
  display: flex;
}
._form-group_1aaac_1195 ._input-label_1aaac_1198 ._required_1aaac_1206 {
  color: #ff0000;
}
._form-group_1aaac_1195 ._input-field_1aaac_1209 {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  color: #4A4A4A;
}
._form-group_1aaac_1195 ._input-field_1aaac_1209:focus {
  outline: none;
}

._error-text_1aaac_1224 {
  color: #d32f2f;
  font-size: 0.75rem;
  margin-top: 4px;
  line-height: 1.2;
  display: block;
  font-weight: 400;
  animation: _fadeIn_1aaac_1 0.2s ease-in;
}/* Layout and General Styles */
._checkoutPage_16up5_2 {
  --checkout-primary: #0a64f9;
  --checkout-primary-dark: #084fc7;
  --checkout-ink: #182230;
  --checkout-muted: #667085;
  --checkout-border: #e1e8f1;
  min-height: 100vh;
  overflow-x: clip;
  background: #f4f7fb;
  color: var(--checkout-ink);
  font-family: "Manrope", "Jost", sans-serif;
}
._checkoutPage_16up5_2 .headerSticky {
  border-bottom: 1px solid #173657;
  background: #091e3a;
  box-shadow: 0 8px 24px rgba(7, 25, 49, 0.22);
}
._checkoutPage_16up5_2 ._checkoutCanvas_16up5_19 {
  max-width: 1440px;
  padding: 26px 28px 56px;
}
._checkoutPage_16up5_2 ._checkoutHeading_16up5_23 {
  margin-bottom: 16px;
  align-items: center;
}
._checkoutPage_16up5_2 ._checkoutHeading_16up5_23 h1 {
  margin-top: 3px;
}
._checkoutPage_16up5_2 ._checkoutStoreName_16up5_30 {
  margin: 5px 0 0;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
._checkoutPage_16up5_2 ._checkoutJourney_16up5_37 {
  width: 100%;
  margin: 0 0 20px;
}
._checkoutPage_16up5_2 ._checkoutJourneyRail_16up5_41 {
  width: 100%;
  margin: 0;
  padding: 7px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  list-style: none;
  border-radius: 17px;
  background: #0a2343;
}
._checkoutPage_16up5_2 ._checkoutJourneyItem_16up5_52 {
  min-width: 0;
}
._checkoutPage_16up5_2 ._checkoutJourneyStep_16up5_55 {
  width: 100%;
  min-height: 58px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-family: inherit;
  text-align: left;
}
._checkoutPage_16up5_2 ._checkoutJourneyStep_16up5_55:disabled {
  opacity: 1;
  cursor: default;
}
._checkoutPage_16up5_2 ._checkoutJourneyStep_16up5_55:focus-visible {
  outline: 3px solid rgba(147, 197, 253, 0.5);
  outline-offset: 2px;
}
._checkoutPage_16up5_2 ._checkoutJourneyStepActive_16up5_77 {
  border-color: #dbe9ff;
  background: #fff;
  color: #13233a;
}
._checkoutPage_16up5_2 ._checkoutJourneyStepComplete_16up5_82 {
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer !important;
}
._checkoutPage_16up5_2 ._checkoutJourneyStepComplete_16up5_82:hover {
  background: rgba(255, 255, 255, 0.07);
}
._checkoutPage_16up5_2 ._checkoutJourneyIndex_16up5_89 {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  font-size: 11px;
  font-weight: 900;
}
._checkoutPage_16up5_2 ._checkoutJourneyStepActive_16up5_77 ._checkoutJourneyIndex_16up5_89 {
  border-color: #cfe0fa;
  background: #eaf3ff;
  color: #0a64f9;
}
._checkoutPage_16up5_2 ._checkoutJourneyStepComplete_16up5_82 ._checkoutJourneyIndex_16up5_89 {
  border-color: rgba(86, 224, 177, 0.28);
  background: rgba(86, 224, 177, 0.13);
  color: #56e0b1;
}
._checkoutPage_16up5_2 ._checkoutJourneyMeta_16up5_112 {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
._checkoutPage_16up5_2 ._checkoutJourneyMeta_16up5_112 strong {
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
}
._checkoutPage_16up5_2 ._checkoutJourneyMeta_16up5_112 small {
  overflow: hidden;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  opacity: 0.72;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._checkoutPage_16up5_2 ._mainContainer_16up5_132 {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
  gap: 22px;
}
._checkoutPage_16up5_2 ._leftContainer_16up5_136 {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
._checkoutPage_16up5_2 ._shoppingCartTopSec_16up5_143 {
  min-height: 108px;
  padding: 18px 20px;
  align-items: center;
  border: 1px solid #dce5f0;
  border-radius: 18px;
  background: #fff;
}
._checkoutPage_16up5_2 ._cartHero_16up5_151 {
  min-width: 0;
}
._checkoutPage_16up5_2 ._cartHero_16up5_151 > p {
  margin: 5px 0 0;
  color: #667085;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
}
._checkoutPage_16up5_2 ._cartKicker_16up5_161 {
  color: #0a64f9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
._checkoutPage_16up5_2 ._shoppingTitle_16up5_168 {
  margin-top: 2px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
._checkoutPage_16up5_2 ._itemBadge_16up5_175 {
  min-height: 24px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8e5f6;
  border-radius: 999px;
  background: #f1f6fd;
  color: #52627a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}
._checkoutPage_16up5_2 ._cartTopSec_16up5_188 {
  margin-top: 0;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 {
  margin-top: 10px;
  border-spacing: 0 10px;
  border-collapse: separate;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr {
  background: transparent;
  filter: none;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td {
  padding: 14px 12px;
  border-color: #dfe7f1;
  background: #fff;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td:nth-child(1) {
  padding: 14px;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td:nth-child(2) {
  width: 112px;
  color: #13233a;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td:nth-child(3) {
  width: 138px;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td:nth-child(4) {
  width: 52px;
}
._checkoutPage_16up5_2 ._item_16up5_175 {
  width: 98px;
  height: 98px;
  padding: 10px;
  border-radius: 13px;
}
._checkoutPage_16up5_2 ._addSelctArea_16up5_227 {
  gap: 8px;
}
._checkoutPage_16up5_2 ._addSelctArea_16up5_227 > p {
  margin: 0;
  color: #182230;
  font-size: 14px;
  font-weight: 750;
  line-height: 19px;
}
._checkoutPage_16up5_2 ._items_16up5_237 {
  width: min(100%, 210px);
  display: grid;
  grid-template-columns: auto minmax(78px, 1fr);
  align-items: center;
  gap: 7px;
}
._checkoutPage_16up5_2 ._variantLabel_16up5_244 {
  color: #667085;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
._checkoutPage_16up5_2 ._select--items_16up5_251 {
  min-width: 0;
  height: 34px;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: #fff;
}
._checkoutPage_16up5_2 ._select--items_16up5_251 .MuiSelect-select {
  min-height: 34px !important;
  padding: 7px 30px 7px 10px !important;
  color: #182230;
  font-size: 11px;
  font-weight: 750;
  line-height: 18px;
}
._checkoutPage_16up5_2 ._select--items_16up5_251 .MuiOutlinedInput-notchedOutline {
  border: 1px solid #d9e3ef !important;
  border-radius: 9px;
}
._checkoutPage_16up5_2 ._select--items_16up5_251:hover .MuiOutlinedInput-notchedOutline {
  border-color: #a9c5eb !important;
}
._checkoutPage_16up5_2 ._select--items_16up5_251.Mui-focused .MuiOutlinedInput-notchedOutline {
  border: 2px solid #0a64f9 !important;
}
._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 {
  padding: 3px;
  flex-direction: row;
  align-items: center;
  border: 1px solid #dce5f0;
  border-radius: 11px;
  background: #f7f9fc;
}
._checkoutPage_16up5_2 ._counterBtn_16up5_286,
._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
}
._checkoutPage_16up5_2 ._counterBtn_16up5_286:hover:not(:disabled),
._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 button:hover:not(:disabled) {
  background: #eaf3ff;
}
._checkoutPage_16up5_2 ._counterValue_16up5_300 {
  min-width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #13233a;
  font-size: 12px;
  font-weight: 800;
  line-height: 32px;
  text-align: center;
}
._checkoutPage_16up5_2 ._rightContainer_16up5_311 {
  max-width: 370px;
}
._checkoutPage_16up5_2 ._order-summary-wrapper_16up5_314,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 {
  padding: 20px !important;
  border: 1px solid #dce5f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}
._checkoutPage_16up5_2 ._discountCodeWrapper_16up5_322 {
  margin: 16px 0 12px;
  padding: 0;
  background: transparent;
}
._checkoutPage_16up5_2 ._discountCodeBg_16up5_327 {
  padding: 14px;
  border: 1px solid #e0e7f0;
  border-radius: 12px;
}
._checkoutPage_16up5_2 ._styledBtn_16up5_332 {
  box-shadow: none;
}
@media (max-width: 1000px) {
  ._checkoutPage_16up5_2 ._mainContainer_16up5_132 {
    grid-template-columns: minmax(0, 1fr);
  }
  ._checkoutPage_16up5_2 ._rightContainer_16up5_311 {
    max-width: none;
  }
  ._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._cartTotal_16up5_342 {
    padding: 0;
  }
  ._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._cartInnerWrapper_16up5_345 {
    margin-bottom: 12px;
  }
  ._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._spacePx_16up5_348 {
    padding: 7px 0;
  }
  ._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._spacingAdjustments_16up5_351 {
    padding-inline: 14px;
  }
  ._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._sPx_16up5_354 {
    padding: 12px 14px;
  }
}
@media (max-width: 767px) {
  ._checkoutPage_16up5_2 ._checkoutCanvas_16up5_19 {
    padding: 18px 14px 38px;
  }
  ._checkoutPage_16up5_2 ._checkoutHeading_16up5_23 {
    align-items: flex-start;
  }
  ._checkoutPage_16up5_2 ._checkoutJourneyRail_16up5_41 {
    padding: 5px;
    gap: 4px;
    border-radius: 14px;
  }
  ._checkoutPage_16up5_2 ._checkoutJourneyStep_16up5_55 {
    min-height: 54px;
    padding: 7px 4px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    text-align: center;
  }
  ._checkoutPage_16up5_2 ._checkoutJourneyIndex_16up5_89 {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    border-radius: 7px;
    font-size: 9px;
  }
  ._checkoutPage_16up5_2 ._checkoutJourneyMeta_16up5_112 strong {
    font-size: 10px;
    line-height: 13px;
  }
  ._checkoutPage_16up5_2 ._checkoutJourneyMeta_16up5_112 small {
    display: none;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTopSec_16up5_143 {
    min-height: 0;
    padding: 16px;
    align-items: flex-start;
  }
  ._checkoutPage_16up5_2 ._cartHero_16up5_151 > p {
    display: none;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._items_16up5_237 {
    width: 100%;
    grid-template-columns: minmax(60px, auto) minmax(0, 1fr);
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._item_16up5_175 {
    width: 76px;
    height: 76px;
  }
  ._checkoutPage_16up5_2 ._order-summary-wrapper_16up5_314,
  ._checkoutPage_16up5_2 ._orderSummary_16up5_315 {
    padding: 16px !important;
  }
}

._checkoutCanvas_16up5_19 {
  width: 100%;
  max-width: 1500px;
  min-height: 68vh;
  padding: 28px 28px 64px;
}

._checkoutHeading_16up5_23 {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
._checkoutHeading_16up5_23 > div > span {
  color: #0a64f9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
._checkoutHeading_16up5_23 h1 {
  margin: 3px 0 0;
  color: #13233a;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

._orderMethodBadge_16up5_444 {
  min-height: 34px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #cfe0fa;
  border-radius: 999px;
  background: #eef5ff;
  color: #0a64f9;
  font-size: 11px;
  font-weight: 800;
}

._checkoutLoading_16up5_457 {
  min-height: 60vh;
  gap: 16px;
}

._mainContainer_16up5_132 {
  width: 100%;
  min-height: 60vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
  align-items: start;
  gap: 24px;
}

._leftContainer_16up5_136 {
  width: 100%;
  min-width: 0;
  max-width: none;
  padding: 26px;
  border: 1px solid #dce6f2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 42, 82, 0.08);
}

._rightContainer_16up5_311 {
  width: 100%;
  max-width: 390px;
  position: -webkit-sticky;
  position: sticky;
  top: 98px;
}

._dFlex_16up5_490 {
  display: flex;
}

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

._alignItems_16up5_498 {
  align-items: center;
}

._jCenter_16up5_502 {
  justify-content: center;
}

._g15_16up5_506 {
  gap: 15px;
}

._w100_16up5_510 {
  width: 100%;
}

._w88_16up5_514 {
  width: 88px;
}

._mb25_16up5_518 {
  margin-bottom: 25px;
}

._mb44_16up5_522 {
  margin-bottom: 44px;
}

._mb20_16up5_526 {
  margin-bottom: 20px;
}

._mb16_16up5_530 {
  margin-bottom: 16px;
}

._pUnset_16up5_534 {
  padding: unset;
}

/* Buttons */
._styledBtn_16up5_332 {
  border: none;
  outline: none;
  min-height: 48px;
  padding: 12px 30px;
  background-color: #0a64f9;
  color: #fff;
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  text-transform: none;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(10, 100, 249, 0.2);
}
._styledBtn_16up5_332:hover {
  background-color: #084fc7;
}
._styledBtn_16up5_332:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 3px;
}

._order-summary-wrapper_16up5_314 {
  padding: 26px;
  border: 1px solid #dce6f2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 42, 82, 0.08);
}

._order-heading_16up5_570 h2 {
  font-size: 22px;
  padding-bottom: 12px;
  font-weight: 500;
  line-height: 34px;
  color: #000000;
  border-bottom: 1px solid #E2E8ED;
  margin-bottom: 30px;
}

._order-details-header_16up5_580 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E2E8ED;
  margin-bottom: 16px;
  padding-top: 20px;
}

._order-details-header-inner_16up5_589 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E2E8ED;
  padding-top: 0 !important;
  padding-bottom: 0.5rem !important;
}
._order-details-header-inner_16up5_589 span {
  font-size: 16px;
}

._applyBtn_16up5_601 {
  padding-inline: 49px;
}

._checkoutBtn_16up5_605 {
  width: 100%;
}

._counterBtn_16up5_286, ._cartRemoveBtn_16up5_278 button {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #e2e8ed;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
._counterBtn_16up5_286:disabled, ._cartRemoveBtn_16up5_278 button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

._cartRemoveBtn_16up5_278 input[type=number] {
  width: 44px !important;
}

._counterBtn_16up5_286 span {
  font-size: 14px;
}

/* Input */
._codeInput_16up5_633 {
  width: 100%;
  height: 51px;
  border-radius: 10px;
  padding: 13px 15px 14px;
  border: 1px solid #d7e0eb;
  margin-bottom: 16px;
  outline: none;
}
._codeInput_16up5_633:focus {
  border-color: #0a64f9;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.13);
}

._counter_16up5_286 {
  width: 63.5px;
  border: 1px solid #e2e8ed;
  border-right: 1px solid transparent;
  text-align: center;
  border-radius: 8px 0 0 8px;
}

/* Product Styles */
._item_16up5_175 {
  width: 125px;
  height: 125px;
  background-color: #f8fafc;
  padding: 17px;
  flex-shrink: 0;
  border: 1px solid #e1e8f1;
  border-radius: 14px;
}

._productImg_16up5_666 {
  width: 100%;
  height: 100%;
}

._productDesc_16up5_671 {
  color: #182230;
  font-size: 15px;
  font-weight: 700;
  line-height: 23.12px;
  padding: 4px 12px;
  text-align: center;
}

/* Table */
._shoppingCartTable_16up5_191 {
  border-spacing: 0 16px;
  border-collapse: separate;
  width: 100%;
}

._shoppingCartTable_16up5_191 thead tr th {
  color: #667085;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  line-height: 26.01px;
  padding: 18px 16px;
}

._shoppingCartTable_16up5_191 thead tr th:nth-child(1) {
  text-align: left;
}

._shoppingCartTable_16up5_191 thead tr th:nth-child(2),
._shoppingCartTable_16up5_191 thead tr th:nth-child(3) {
  text-align: center;
}

._shoppingCartTable_16up5_191 tbody tr {
  background: #fff;
  filter: drop-shadow(0 7px 15px rgba(16, 42, 82, 0.045));
}

._shoppingCartTable_16up5_191 tbody tr td {
  border-top: 1px solid #e1e8f1;
  border-bottom: 1px solid #e1e8f1;
  padding: 20px 16px;
}

._shoppingCartTable_16up5_191 tbody tr td:first-child {
  border-left: 1px solid #e1e8f1;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

._shoppingCartTable_16up5_191 tbody tr td:last-child {
  border-right: 1px solid #e1e8f1;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

._shoppingCartTable_16up5_191 tbody tr td:nth-child(1) {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 16px;
}

._shoppingCartTable_16up5_191 tbody tr td:nth-child(2) {
  width: 130px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}

._shoppingCartTable_16up5_191 tbody tr td:nth-child(3) {
  width: 140px;
  text-align: center;
  vertical-align: middle;
}

._shoppingCartTable_16up5_191 tbody tr td:nth-child(4) {
  width: 140px;
  text-align: center;
  vertical-align: middle;
}

/* Titles */
._shoppingTitle_16up5_168 {
  margin: 0 !important;
  color: #13233a !important;
  font-size: 24px !important;
  font-weight: 800;
  letter-spacing: -0.025em;
}

._cartTitle_16up5_764 {
  font-size: 20px !important;
  line-height: 23px;
  padding: 16px 0 22px;
  font-weight: 400 !important;
  margin-bottom: 0;
}

._fs24_16up5_772 {
  font-size: 24px !important;
  font-weight: 500;
}

/* Order Summary */
._orderSummary_16up5_315 {
  padding: 24px;
  border: 1px solid #dce6f2;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 14px 34px rgba(16, 42, 82, 0.08);
}

._discountCode_16up5_322 {
  margin-bottom: 16px;
}

._discountCodeWrapper_16up5_322 {
  padding: 12px;
  border-radius: 14px;
  background-color: #f5f8fc;
  margin-top: 20px;
  margin-bottom: 16px;
}

._discountCodeBg_16up5_327 {
  padding: 22px 18px 12px;
  border: 1px solid #e1e8f1;
  border-radius: 12px;
  background-color: #fff;
}

._discTitle_16up5_805 {
  font-size: 14px;
}

._cartTotal_16up5_342 {
  padding: 0 5px 5px;
}

._cartInnerWrapper_16up5_345 {
  width: 100%;
  padding-inline: 4px;
  border: 1px solid #e2e8ed;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 22px;
}

._grandTotal_16up5_822 {
  font-size: 18px;
  font-weight: 500;
}

._spacingAdjustments_16up5_351 {
  border-bottom: 1px solid #e2e8ed;
  padding-inline: 22px;
}

._lastBorder_16up5_832 {
  border-bottom: 1px solid #e2e8ed;
}

._spacingAdjustmentsTxt_16up5_836 {
  padding-inline: 22px;
}

._sPx_16up5_354 {
  padding: 15px 22px;
}

._spacePx_16up5_348 {
  padding: 10px 0;
}

/* Text */
._fw400_16up5_849 {
  font-weight: 400;
}

._fw600_16up5_853 {
  font-weight: 600;
}

._lh23_16up5_857 {
  line-height: 23px;
}

._discountCode_16up5_322 > p {
  font-size: 13px;
}

._select--items_16up5_251 {
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #ebebeb;
  background: #f9f9f9;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  max-height: 35px;
  font-size: 14px;
}

._quantity_16up5_878 {
  text-align: left;
}

._addSelctArea_16up5_227 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  flex: 1;
  max-width: 400px;
  align-items: flex-start;
}
._addSelctArea_16up5_227 p {
  font-weight: 500;
  color: #000;
  word-break: break-word;
}

._quantity--items_16up5_897 {
  max-width: 40%;
}

._shoppingCartTopSec_16up5_143 {
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}

._cartTopSec_16up5_188 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
}

._updateCart_16up5_914 {
  display: flex;
  gap: 10px;
  padding-right: 10px;
  min-height: 44px;
  padding: 0 11px;
  align-items: center;
  border: 1px solid #cfe0fa;
  border-radius: 9px;
  background: #eef5ff;
  color: #0a64f9;
  font-size: 14px;
  font-weight: 800;
}
._updateCart_16up5_914:hover {
  border-color: #9fc2f5;
  background: #e4efff;
  color: #084fc7;
}
._updateCart_16up5_914:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.16);
  outline-offset: 2px;
}

._order-details-row_16up5_938 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 16px;
  padding-inline: 22px;
}
._order-details-row_16up5_938 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
}
._order-details-row_16up5_938 h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
}
._order-details-row_16up5_938._mb-0_16up5_957 {
  margin-bottom: 0;
}

._order-details-item_16up5_961 {
  display: flex;
  align-items: center;
  gap: 16px;
}
._order-details-item_16up5_961 p {
  padding-right: 20px;
  word-break: break-word;
}

._order-item-img_16up5_971 {
  width: 53px;
  height: 53px;
  flex-shrink: 0;
}
._order-item-img_16up5_971 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1000px) {
  ._mainContainer_16up5_132 {
    grid-template-columns: minmax(0, 1fr);
  }
  ._leftContainer_16up5_136 {
    max-width: 100%;
    width: 100%;
  }
  ._rightContainer_16up5_311 {
    max-width: 100%;
    width: 100%;
    position: static;
  }
}
@media (min-width: 1001px) and (max-width: 1150px) {
  ._mainContainer_16up5_132 {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 18px;
  }
  ._leftContainer_16up5_136 {
    padding: 24px;
  }
  ._rightContainer_16up5_311 {
    max-width: 320px;
  }
  ._shoppingCartTopSec_16up5_143 {
    flex-direction: column;
    gap: 12px;
  }
  ._cartTopSec_16up5_188 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  ._checkoutCanvas_16up5_19 {
    padding: 20px 16px 42px;
  }
  ._checkoutHeading_16up5_23 {
    margin-bottom: 14px;
    align-items: flex-start;
  }
  ._checkoutHeading_16up5_23 h1 {
    font-size: 24px;
  }
  ._orderMethodBadge_16up5_444 {
    min-height: 30px;
    padding: 0 10px;
    font-size: 10px;
  }
  ._leftContainer_16up5_136 {
    padding: 18px 14px;
    border-radius: 18px;
  }
  ._flexColumns_16up5_1035 {
    flex-direction: column;
  }
  ._order-summary-wrapper_16up5_314 {
    margin-top: 0;
    padding: 30px 20px 8px !important;
  }
  ._cartInnerWrapper_16up5_345 {
    padding-inline: 4px !important;
  }
  ._cartTotal_16up5_342 {
    padding-inline: 5px !important;
  }
  ._shoppingCartTopSec_16up5_143 {
    flex-direction: column;
  }
  ._cartTopSec_16up5_188 {
    width: 100%;
    margin-top: 0;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  ._mainContainer_16up5_132 {
    flex-wrap: wrap;
  }
  ._mainContainer_16up5_132 ._shoppingTitle_16up5_168 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  ._mainContainer_16up5_132 ._addSelctArea_16up5_227 {
    flex: 1;
  }
  ._mainContainer_16up5_132 ._codeInput_16up5_633 {
    width: auto;
    flex: 1;
  }
  ._mainContainer_16up5_132 ._rightContainer_16up5_311 {
    margin-bottom: 16px;
  }
  ._shoppingCartTable_16up5_191 {
    margin-bottom: 0;
  }
  ._shoppingCartTable_16up5_191 thead {
    display: none;
  }
  ._shoppingCartTable_16up5_191 tr {
    display: flex;
    position: relative;
  }
  ._shoppingCartTable_16up5_191 tr td:nth-child(4) {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 28px !important;
    min-width: 28px;
    height: 28px;
    padding: 5px !important;
    display: grid;
    place-items: center;
    border: 1px solid #dce5f0 !important;
    border-radius: 8px !important;
    background: #fff;
    box-shadow: 0 4px 10px rgba(16, 42, 82, 0.09);
  }
  ._shoppingCartTable_16up5_191 tr td:nth-child(4) img {
    width: 12px;
    height: 12px;
  }
  ._shoppingCartTable_16up5_191 td._dFlex_16up5_490 {
    order: 1;
    width: 100% !important;
    padding-right: 48px !important;
  }
  ._shoppingCartTable_16up5_191 ._productDesc_16up5_671 {
    order: 3;
  }
  ._shoppingCartTable_16up5_191 ._pUnset_16up5_534 {
    order: 2;
  }
  ._shoppingCartTable_16up5_191 ._pUnset_16up5_534 ._jCenter_16up5_502 {
    justify-content: flex-start;
  }
}
@media (max-width: 650px) {
  ._shoppingCartTable_16up5_191 tr {
    min-height: 190px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 16px;
  }
  ._shoppingCartTable_16up5_191 tr td._dFlex_16up5_490 {
    padding: 14px 44px 8px 14px !important;
    border: 0 !important;
  }
  ._shoppingCartTable_16up5_191 tr td:nth-child(2) {
    position: absolute;
    right: 16px;
    bottom: 14px;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
  }
  ._shoppingCartTable_16up5_191 tr td:nth-child(3) {
    position: absolute;
    bottom: 9px;
    left: 14px;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
  }
  ._shoppingCartTable_16up5_191 tr td:nth-child(4) {
    top: 9px;
    right: 9px;
  }
  ._item_16up5_175 {
    width: 80px;
    height: 80px;
  }
}
._checkoutPage_16up5_2 ._checkoutCanvas_16up5_19 {
  max-width: 1440px;
  min-height: 0;
  padding: 26px 28px 56px;
}
._checkoutPage_16up5_2 ._checkoutHeading_16up5_23 {
  margin-bottom: 16px;
  align-items: center;
}
._checkoutPage_16up5_2 ._mainContainer_16up5_132 {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
  gap: 22px;
}
._checkoutPage_16up5_2 ._leftContainer_16up5_136 {
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
._checkoutPage_16up5_2 ._rightContainer_16up5_311 {
  max-width: 370px;
}
._checkoutPage_16up5_2 ._shoppingCartTopSec_16up5_143 {
  min-height: 108px;
  padding: 18px 20px;
  align-items: center;
  border: 1px solid #dce5f0;
  border-radius: 18px;
  background: #fff;
}
._checkoutPage_16up5_2 ._cartTopSec_16up5_188 {
  margin-top: 0;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 {
  margin-top: 10px;
  border-spacing: 0 10px;
  border-collapse: separate;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr {
  background: transparent;
  filter: none;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td {
  padding: 14px 12px;
  border-color: #dfe7f1;
  background: #fff;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td:nth-child(1) {
  padding: 14px;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td:nth-child(2) {
  width: 112px;
  color: #13233a;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td:nth-child(3) {
  width: 138px;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td:nth-child(4) {
  width: 52px;
  padding-inline: 4px;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td:nth-child(4) img {
  width: 44px;
  height: 44px;
  padding: 14px;
  border-radius: 10px;
  box-sizing: border-box;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td:nth-child(4) img:hover {
  background: #f1f6fd;
}
._checkoutPage_16up5_2 ._item_16up5_175 {
  width: 98px;
  height: 98px;
  padding: 10px;
  border-radius: 13px;
}
._checkoutPage_16up5_2 ._addSelctArea_16up5_227 {
  gap: 8px;
}
._checkoutPage_16up5_2 ._addSelctArea_16up5_227 > p {
  margin: 0;
  color: #182230;
  font-size: 14px;
  font-weight: 750;
  line-height: 19px;
}
._checkoutPage_16up5_2 ._items_16up5_237 {
  width: min(100%, 210px);
  display: grid;
  grid-template-columns: auto minmax(78px, 1fr);
  align-items: center;
  gap: 7px;
}
._checkoutPage_16up5_2 ._select--items_16up5_251 {
  min-width: 0;
  width: 100%;
  height: 34px;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: #fff;
}
._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 {
  padding: 4px;
  flex-direction: row;
  align-items: center;
  border: 1px solid #d6e2ef;
  border-radius: 999px;
  background: #f8fbff;
  box-shadow: 0 3px 10px rgba(16, 42, 82, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 input[type=number] {
  width: 32px !important;
}
._checkoutPage_16up5_2 ._counterBtn_16up5_286,
._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
}
._checkoutPage_16up5_2 ._counterBtn_16up5_286 img,
._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 button img {
  width: 12px;
  height: 12px;
  opacity: 0.82;
  transition: opacity 160ms ease;
}
._checkoutPage_16up5_2 ._counterBtn_16up5_286:hover:not(:disabled),
._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 button:hover:not(:disabled) {
  background: #e7f0ff;
}
._checkoutPage_16up5_2 ._counterBtn_16up5_286:hover:not(:disabled) img,
._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 button:hover:not(:disabled) img {
  opacity: 1;
}
._checkoutPage_16up5_2 ._counterBtn_16up5_286:active:not(:disabled),
._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 button:active:not(:disabled) {
  transform: scale(0.94);
}
._checkoutPage_16up5_2 ._counterBtn_16up5_286:focus-visible,
._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.18);
}
._checkoutPage_16up5_2 ._counterValue_16up5_300 {
  width: 36px;
  min-width: 36px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #13233a;
  font-size: 14px;
  font-weight: 850;
  line-height: 44px;
  text-align: center;
}
._checkoutPage_16up5_2 ._order-summary-wrapper_16up5_314,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 {
  padding: 20px !important;
  border: 1px solid #dce5f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}
._checkoutPage_16up5_2 ._discountCodeWrapper_16up5_322 {
  margin: 16px 0 12px;
  padding: 0;
  background: transparent;
}
._checkoutPage_16up5_2 ._discountCodeBg_16up5_327 {
  padding: 14px;
  border: 1px solid #e0e7f0;
  border-radius: 12px;
}
._checkoutPage_16up5_2 ._styledBtn_16up5_332 {
  box-shadow: none;
}
._checkoutPage_16up5_2 ._emptyCartLayout_16up5_1350 {
  max-width: 760px;
  min-height: 0;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr);
}
._checkoutPage_16up5_2 ._emptyCartLayout_16up5_1350 ._leftContainer_16up5_136 {
  padding: 0;
}
._checkoutPage_16up5_2 ._emptyCartLayout_16up5_1350 .single-store-empty-wishlist {
  height: auto !important;
  min-height: 390px;
  max-height: 460px;
  margin-top: 12px;
  padding: 36px 24px;
  border: 1px solid #dce5f0;
  border-radius: 18px;
  background: #fff;
}
._checkoutPage_16up5_2 ._emptyCartLayout_16up5_1350 .empty-wishlist-content {
  width: min(100%, 360px);
  height: auto !important;
  min-height: 300px;
  max-height: 360px;
  padding: 0;
}
._checkoutPage_16up5_2 ._emptyCartLayout_16up5_1350 .empty-wishlist-content img {
  width: 92px;
  height: 92px;
}
._checkoutPage_16up5_2 ._emptyCartLayout_16up5_1350 .empty-wishlist-content h1 {
  margin: 16px 0 5px;
  color: #13233a;
  font-size: 19px;
  font-weight: 800;
}
._checkoutPage_16up5_2 ._emptyCartLayout_16up5_1350 .empty-wishlist-content p {
  margin-bottom: 18px;
  color: #667085;
  font-size: 12px;
}

@media (max-width: 1000px) {
  ._checkoutPage_16up5_2 ._mainContainer_16up5_132 {
    grid-template-columns: minmax(0, 1fr);
  }
  ._checkoutPage_16up5_2 ._rightContainer_16up5_311 {
    max-width: none;
  }
}
@media (max-width: 767px) {
  ._checkoutPage_16up5_2 ._checkoutCanvas_16up5_19 {
    padding: 18px 14px 38px;
  }
  ._checkoutPage_16up5_2 ._checkoutHeading_16up5_23 {
    align-items: flex-start;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTopSec_16up5_143 {
    min-height: 0;
    padding: 16px;
    align-items: flex-start;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._items_16up5_237 {
    width: 100%;
    grid-template-columns: minmax(60px, auto) minmax(0, 1fr);
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._item_16up5_175 {
    width: 76px;
    height: 76px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody tr td:nth-child(4) {
    width: 44px !important;
    min-width: 44px;
    height: 44px;
    padding: 0 !important;
  }
  ._checkoutPage_16up5_2 ._order-summary-wrapper_16up5_314,
  ._checkoutPage_16up5_2 ._orderSummary_16up5_315 {
    padding: 16px !important;
  }
  ._checkoutPage_16up5_2 ._emptyCartLayout_16up5_1350 .single-store-empty-wishlist {
    min-height: 310px;
    max-height: 360px;
    padding: 28px 18px;
  }
  ._checkoutPage_16up5_2 ._emptyCartLayout_16up5_1350 .empty-wishlist-content {
    min-height: 250px;
    max-height: 300px;
  }
}
/* Cart tab item cards */
._checkoutPage_16up5_2 ._cartProductCell_16up5_1441,
._checkoutPage_16up5_2 ._cartQuantityCell_16up5_1442,
._checkoutPage_16up5_2 ._cartQuantityWrap_16up5_1443 {
  min-width: 0;
}
._checkoutPage_16up5_2 ._cartDeleteCell_16up5_1446 {
  text-align: center;
}
._checkoutPage_16up5_2 ._cartItemNotice_16up5_1449 {
  max-width: 100%;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ffd7dc;
  border-radius: 7px;
  background: #fff4f5;
  color: #b42336;
  font-size: 9px;
  font-weight: 800;
  line-height: 14px;
}
._checkoutPage_16up5_2 ._cartItemNoticeSuccess_16up5_1462 {
  border-color: #bdebd8;
  background: #edfbf5;
  color: #087a55;
}

@media (max-width: 767px) {
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 {
    width: 100%;
    table-layout: fixed;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody {
    width: 100%;
    display: block;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody ._trcart_16up5_1477 {
    width: 100%;
    min-height: 0;
    padding: 0;
    display: grid;
    grid-template-areas: "product product" "quantity price";
    grid-template-columns: minmax(0, 1fr) auto;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16, 42, 82, 0.065);
    filter: none;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 tbody ._trcart_16up5_1477 > td {
    width: auto !important;
    min-width: 0;
    height: auto;
    border: 0 !important;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartProductCell_16up5_1441 {
    grid-area: product;
    padding: 16px 58px 15px 14px !important;
    align-items: flex-start;
    gap: 12px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartProductCell_16up5_1441 ._item_16up5_175 {
    width: 72px;
    height: 72px;
    padding: 9px;
    flex: 0 0 72px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartProductCell_16up5_1441 ._addSelctArea_16up5_227 {
    width: 100%;
    min-width: 0;
    max-width: none;
    gap: 7px;
    align-self: center;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartProductCell_16up5_1441 ._addSelctArea_16up5_227 > p {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    overflow-wrap: anywhere;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartProductCell_16up5_1441 ._items_16up5_237 {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartItemPrice_16up5_1528 {
    grid-area: price;
    position: static;
    padding: 6px 16px 6px 12px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #e2eaf4 !important;
    border-radius: 0 0 16px 0;
    background: #f6f9fd !important;
    color: #10233e;
    font-size: 15px;
    font-weight: 900;
    line-height: 24px;
    white-space: nowrap;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartQuantityCell_16up5_1442 {
    grid-area: quantity;
    position: static;
    padding: 6px 0 6px 14px !important;
    display: flex;
    align-items: center;
    border-top: 1px solid #e2eaf4 !important;
    border-radius: 0 0 0 16px;
    background: #f6f9fd !important;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartQuantityWrap_16up5_1443 {
    width: 100%;
    justify-content: flex-start;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartQuantityCell_16up5_1442 ._cartRemoveBtn_16up5_278 {
    width: clamp(156px, 48vw, 184px);
    max-width: 100%;
    padding: 5px;
    display: grid;
    grid-template-columns: 44px minmax(32px, 1fr) 44px;
    align-items: center;
    border-color: #d7e2ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(16, 42, 82, 0.045);
    box-sizing: border-box;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartQuantityCell_16up5_1442 ._counterBtn_16up5_286,
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartQuantityCell_16up5_1442 ._cartRemoveBtn_16up5_278 button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 9px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartQuantityCell_16up5_1442 ._counterValue_16up5_300 {
    width: 100%;
    min-width: 32px;
    height: 44px;
    line-height: 44px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartDeleteCell_16up5_1446 {
    width: 44px !important;
    min-width: 44px;
    height: 44px;
    padding: 0 !important;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 1px solid #dce5f0 !important;
    border-radius: 11px !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(16, 42, 82, 0.09);
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartDeleteCell_16up5_1446 button,
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartDeleteCell_16up5_1446 img {
    width: 44px;
    height: 44px;
    margin: 0 !important;
    box-sizing: border-box;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartDeleteCell_16up5_1446 img {
    padding: 14px;
  }
}
@media (max-width: 359px) {
  ._checkoutPage_16up5_2 ._checkoutCanvas_16up5_19 {
    padding-inline: 10px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTopSec_16up5_143 {
    padding: 14px 12px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartProductCell_16up5_1441 {
    padding: 14px 54px 13px 12px !important;
    gap: 10px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartProductCell_16up5_1441 ._item_16up5_175 {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartQuantityCell_16up5_1442 {
    padding-left: 10px !important;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartItemPrice_16up5_1528 {
    padding-right: 12px !important;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartQuantityCell_16up5_1442 ._cartRemoveBtn_16up5_278 {
    width: clamp(152px, 52vw, 168px);
    grid-template-columns: 44px minmax(32px, 1fr) 44px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartQuantityCell_16up5_1442 ._counterBtn_16up5_286,
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._cartQuantityCell_16up5_1442 ._cartRemoveBtn_16up5_278 button {
    width: 44px;
    min-width: 44px;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 {
    gap: 5px;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 ._updateCart_16up5_914,
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist span {
    font-size: 12px;
  }
}
/* Mobile checkout containment and compact controls */
._checkoutPage_16up5_2 ._checkoutHeading_16up5_23 > div,
._checkoutPage_16up5_2 ._mainContainer_16up5_132,
._checkoutPage_16up5_2 ._mainContainer_16up5_132 > *,
._checkoutPage_16up5_2 ._rightContainer_16up5_311,
._checkoutPage_16up5_2 ._orderSummary_16up5_315,
._checkoutPage_16up5_2 ._cartInnerWrapper_16up5_345 {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
._checkoutPage_16up5_2 ._orderMethodBadge_16up5_444 {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  flex: 0 0 auto;
  align-self: flex-start;
  white-space: nowrap;
}
._checkoutPage_16up5_2 ._rightContainer_16up5_311 {
  width: 100%;
  justify-self: stretch;
}
._checkoutPage_16up5_2 ._orderSummary_16up5_315 {
  width: 100%;
  margin-inline: 0;
}
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._cartTotal_16up5_342,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._tax_16up5_1677,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._fee_16up5_1678,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._grandTotal_16up5_822 {
  min-width: 0;
}
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._cartTotal_16up5_342 ._spaceBetween_16up5_494,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._tax_16up5_1677 ._spaceBetween_16up5_494,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._fee_16up5_1678 ._spaceBetween_16up5_494,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._grandTotal_16up5_822 {
  min-width: 0;
  gap: 12px;
}
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._cartTotal_16up5_342 ._spaceBetween_16up5_494 > :first-child,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._tax_16up5_1677 ._spaceBetween_16up5_494 > :first-child,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._fee_16up5_1678 ._spaceBetween_16up5_494 > :first-child,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._grandTotal_16up5_822 > :first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._cartTotal_16up5_342 ._spaceBetween_16up5_494 > :last-child,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._tax_16up5_1677 ._spaceBetween_16up5_494 > :last-child,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._fee_16up5_1678 ._spaceBetween_16up5_494 > :last-child,
._checkoutPage_16up5_2 ._orderSummary_16up5_315 ._grandTotal_16up5_822 > :last-child {
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1000px) {
  ._checkoutPage_16up5_2 ._cartGrid_16up5_1706 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  ._checkoutPage_16up5_2 ._mainContainer_16up5_132 {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }
  ._checkoutPage_16up5_2 ._rightContainer_16up5_311 {
    max-width: 100%;
    position: static;
  }
}
@media (max-width: 767px) {
  ._checkoutPage_16up5_2 ._checkoutHeading_16up5_23 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
  }
  ._checkoutPage_16up5_2 ._orderMethodBadge_16up5_444 {
    min-height: 32px;
    padding-inline: 11px;
    font-size: 10px;
    line-height: 1;
  }
  ._checkoutPage_16up5_2 ._mainContainer_16up5_132 {
    gap: 16px;
  }
  ._checkoutPage_16up5_2 ._rightContainer_16up5_311 {
    margin: 0 0 16px;
  }
  ._checkoutPage_16up5_2 ._orderSummary_16up5_315 {
    padding: 16px !important;
    border-radius: 16px;
  }
  ._checkoutPage_16up5_2 ._cartInnerWrapper_16up5_345 {
    width: 100%;
    margin-inline: 0;
  }
}
@media (max-width: 359px) {
  ._checkoutPage_16up5_2 ._checkoutCanvas_16up5_19 {
    padding-inline: 12px;
  }
  ._checkoutPage_16up5_2 ._checkoutHeading_16up5_23 {
    gap: 8px;
  }
  ._checkoutPage_16up5_2 ._orderMethodBadge_16up5_444 {
    padding-inline: 9px;
    font-size: 9px;
  }
  ._checkoutPage_16up5_2 ._orderSummary_16up5_315 {
    padding: 14px !important;
  }
}
._checkoutPage_16up5_2 ._mainContainer_16up5_132 {
  min-height: 0;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 {
  margin-bottom: 0;
}
._checkoutPage_16up5_2 ._summaryHeader_16up5_1769 {
  margin: -20px -20px 18px;
  padding: 15px 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-radius: 17px 17px 0 0;
  background: radial-gradient(circle at 88% 0, rgba(45, 137, 255, 0.26), transparent 40%), linear-gradient(118deg, #071c38 0%, #0c315c 100%);
  color: #fff;
}
._checkoutPage_16up5_2 ._summaryHeader_16up5_1769 > span {
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 22px;
}
._checkoutPage_16up5_2 ._summaryHeader_16up5_1769 small {
  color: #a9ceff;
  font-size: 9px;
  font-weight: 750;
  line-height: 14px;
}
._checkoutPage_16up5_2 ._checkoutReassurance_16up5_1791 {
  margin: 14px 0 12px;
  padding: 11px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #d9e5f4;
  border-radius: 12px;
  background: #f5f9ff;
}
._checkoutPage_16up5_2 ._checkoutReassurance_16up5_1791 > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  border-radius: 8px;
  background: #e2efff;
  color: #0a64f9;
  font-size: 12px;
  font-weight: 900;
}
._checkoutPage_16up5_2 ._checkoutReassurance_16up5_1791 > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
._checkoutPage_16up5_2 ._checkoutReassurance_16up5_1791 strong {
  color: #13233a;
  font-size: 10px;
  font-weight: 850;
  line-height: 15px;
}
._checkoutPage_16up5_2 ._checkoutReassurance_16up5_1791 small {
  color: #667085;
  font-size: 9px;
  font-weight: 600;
  line-height: 14px;
}
._checkoutPage_16up5_2 ._cartTopSec_16up5_188 {
  gap: 8px;
}
._checkoutPage_16up5_2 ._cartTopSec_16up5_188 > div:last-child {
  gap: 8px;
}
._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce5f0;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
}
._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist span {
  width: 100%;
  padding: 0 10px;
  border: 0;
  color: #52627a;
  font-size: 11px;
  font-weight: 750;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
}
._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist img {
  width: 44px;
  height: 44px;
  margin: 0 !important;
  padding: 14px;
  box-sizing: border-box;
}
._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist--remove {
  border-color: #f2d5da;
  background: #fff8f9;
}

@media (max-width: 767px) {
  ._checkoutPage_16up5_2 ._summaryHeader_16up5_1769 {
    margin: -16px -16px 15px;
    padding: 13px 15px;
    border-radius: 15px 15px 0 0;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px;
    overflow: visible;
    padding: 0;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 > div:first-child {
    min-width: 0;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 > div:last-child {
    min-width: 0;
    display: flex;
    gap: 6px;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 ._updateCart_16up5_914 {
    width: 100%;
    min-height: 44px;
    padding: 0 9px;
    justify-content: center;
    font-size: 12px;
    white-space: nowrap;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist {
    min-height: 44px;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist span {
    padding: 0 8px;
    font-size: 12px;
    line-height: 42px;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist img {
    width: 44px;
    height: 44px;
    margin: 0 !important;
    padding: 14px;
  }
  ._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._items_16up5_237 {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }
  ._checkoutPage_16up5_2 ._variantLabel_16up5_244 {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 > div:first-child,
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 > div:last-child {
    display: contents;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist {
    min-width: 0;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 359px) {
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 {
    grid-template-columns: minmax(0, 1fr) 44px;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 ._updateCart_16up5_914 {
    grid-row: 1;
    grid-column: 1;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist:not(.q-payment-selected-wishlist--remove) {
    grid-row: 2;
    grid-column: 1/-1;
    width: 100%;
    justify-content: center;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist:not(.q-payment-selected-wishlist--remove) span {
    overflow: visible;
    font-size: 12px;
    text-overflow: clip;
  }
  ._checkoutPage_16up5_2 ._cartTopSec_16up5_188 .q-payment-selected-wishlist--remove {
    grid-row: 1;
    grid-column: 2;
  }
}
/* Cart variant controls */
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._select--items_16up5_251 {
  height: 40px;
  min-height: 40px;
  max-height: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
}
._checkoutPage_16up5_2 ._shoppingCartTable_16up5_191 ._select--items_16up5_251 .MuiSelect-select {
  height: 40px !important;
  min-height: 0 !important;
  padding: 0 40px 0 12px !important;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
}

@media (max-width: 899px) {
  ._checkoutPage_16up5_2 ._select--items_16up5_251 {
    height: 44px;
    min-height: 44px;
  }
  ._checkoutPage_16up5_2 ._select--items_16up5_251 .MuiSelect-select {
    height: 44px !important;
  }
  ._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 {
    padding: 4px;
  }
  ._checkoutPage_16up5_2 ._counterBtn_16up5_286,
  ._checkoutPage_16up5_2 ._cartRemoveBtn_16up5_278 button {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  ._checkoutPage_16up5_2 ._counterValue_16up5_300 {
    width: 32px;
    min-width: 32px;
    height: 40px;
    border: 0;
    border-radius: 0;
    line-height: 40px;
  }
}
/* Keep all tip choices inside the narrow checkout summary card. */
._checkoutPage_16up5_2 .quickvee-tip-selection-section {
  cursor: default;
}

._checkoutPage_16up5_2 .quickvee-tip-custom .activeTip,
._checkoutPage_16up5_2 .quickvee-tip-custom .quickvee-tip-input-field {
  height: 51px;
  min-height: 51px;
}

._checkoutPage_16up5_2 .quickvee-tip-input-field {
  width: 100%;
  position: relative;
  font-family: QuicksandSemiBold, "Quicksand", sans-serif;
}

._checkoutPage_16up5_2 .quickvee-shop-coupon-header .tip-cancle-btn {
  min-height: 36px;
  margin: -6px -8px -6px 0;
  padding: 6px 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  line-height: 20px;
}

._checkoutPage_16up5_2 .quickvee-shop-coupon-header .tip-cancle-btn:hover {
  background: #fff1f3;
}

._checkoutPage_16up5_2 .quickvee-shop-coupon-header .tip-cancle-btn:focus-visible {
  outline: 2px solid #f34747;
  outline-offset: 2px;
}

._checkoutPage_16up5_2 .quickvee-tip-percents {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

._checkoutPage_16up5_2 .quickvee-tip-percents span {
  width: auto;
  min-width: 0;
  min-height: 40px;
  margin: 0 !important;
  padding: 8px 4px;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 480px) {
  ._checkoutPage_16up5_2 ._discountCodeBg_16up5_327 ._flexColumns_16up5_1035 > ._applyBtn_16up5_601 {
    width: 100%;
    padding-inline: 18px;
  }
  ._checkoutPage_16up5_2 .quickvee-tip-percents {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
  ._checkoutPage_16up5_2 .quickvee-tip-percents span {
    min-height: 44px;
    grid-column: auto;
    padding: 8px 5px;
    border-radius: 9px;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
  }
  ._checkoutPage_16up5_2 .quickvee-tip-percents span:last-child {
    grid-column: 1/-1;
    background: #f7faff;
  }
}
@media (max-width: 359px) {
  ._checkoutPage_16up5_2 [class*='merchantAccountOptions'] {
    max-width: calc(100vw - 100px);
    margin-right: 2px;
  }
}._dialog_ezfo7_1 {
  --quick-blue: #0a64f9;
  --quick-navy: #0b2345;
  --quick-ink: #17243a;
  --quick-muted: #64748b;
  --quick-line: #dce5f1;
  --quick-surface: #f4f7fb;
  z-index: 1600 !important;
}
._dialog_ezfo7_1 .MuiBackdrop-root {
  background: rgba(8, 20, 40, 0.66);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

._paper_ezfo7_15 {
  width: min(820px, 100vw - 40px);
  max-width: none !important;
  max-height: min(740px, 100dvh - 40px);
  margin: 20px !important;
  overflow: hidden;
  border: 1px solid rgba(219, 229, 242, 0.92);
  border-radius: 24px !important;
  background: #fff;
  box-shadow: 0 28px 80px rgba(6, 25, 55, 0.25), 0 3px 14px rgba(6, 25, 55, 0.12) !important;
  font-family: "Manrope", "Jost", sans-serif;
}

._header_ezfo7_28 {
  position: relative;
  z-index: 4;
  min-height: 60px;
  padding: 10px 14px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  border-bottom: 1px solid var(--quick-line);
  background: rgba(255, 255, 255, 0.96);
}

._headerLabel_ezfo7_41 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--quick-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
._headerLabel_ezfo7_41 svg {
  width: 21px;
  height: 21px;
}

._closeButton_ezfo7_56 {
  width: 38px;
  height: 38px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid #dbe4f0;
  border-radius: 13px;
  background: #f6f8fb;
  color: #25344c;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
._closeButton_ezfo7_56:hover {
  border-color: #c7d4e6;
  background: #edf2f8;
  transform: translateY(-1px);
}
._closeButton_ezfo7_56:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.24);
  outline-offset: 2px;
}
._closeButton_ezfo7_56:disabled {
  cursor: wait;
  opacity: 0.6;
}

._content_ezfo7_83 {
  min-height: 0;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  gap: 24px;
  overflow: auto;
  overscroll-behavior: contain;
}

._gallery_ezfo7_93,
._details_ezfo7_94 {
  min-width: 0;
}

._gallery_ezfo7_93 {
  display: flex;
  flex-direction: column;
}

._mainImage_ezfo7_103 {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.82;
  padding: clamp(20px, 3vw, 36px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #dce6f2;
  border-radius: 20px;
  background: radial-gradient(circle at 48% 44%, #fff 0 32%, transparent 67%), linear-gradient(145deg, #f8fbff, #eaf1f9);
}
._mainImage_ezfo7_103::after {
  position: absolute;
  right: -58px;
  bottom: -65px;
  width: 180px;
  height: 180px;
  content: "";
  border: 30px solid rgba(10, 100, 249, 0.05);
  border-radius: 50%;
  pointer-events: none;
}
._mainImage_ezfo7_103 img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(26, 49, 81, 0.16));
}

._previewBadge_ezfo7_135 {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  min-height: 26px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(10, 100, 249, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #1858b4;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

._thumbnailList_ezfo7_155 {
  margin-top: 10px;
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scrollbar-width: thin;
}
._thumbnailList_ezfo7_155 button {
  width: 54px;
  height: 54px;
  padding: 7px;
  flex: 0 0 54px;
  overflow: hidden;
  border: 1px solid #d9e3ef;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
}
._thumbnailList_ezfo7_155 button:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.24);
  outline-offset: 1px;
}
._thumbnailList_ezfo7_155 ._activeThumbnail_ezfo7_177 {
  border-color: var(--quick-blue);
  box-shadow: inset 0 0 0 1px var(--quick-blue);
}
._thumbnailList_ezfo7_155 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._details_ezfo7_94 {
  padding: 2px 2px 0;
}

._brand_ezfo7_191 {
  margin: 0 0 6px;
  overflow: hidden;
  color: var(--quick-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

._details_ezfo7_94 h2 {
  margin: 0;
  color: var(--quick-ink);
  font-size: clamp(22px, 2.7vw, 30px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

._priceRow_ezfo7_213 {
  min-height: 34px;
  margin-top: 9px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
._priceRow_ezfo7_213 strong {
  color: var(--quick-navy);
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.035em;
}
._priceRow_ezfo7_213 del {
  color: #98a2b3;
  font-size: 14px;
  font-weight: 650;
}
._priceRow_ezfo7_213 span {
  min-height: 25px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccebdd;
  border-radius: 999px;
  background: #effbf6;
  color: #087653;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

._optionArea_ezfo7_247 {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

._optionGroup_ezfo7_253 {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
._optionGroup_ezfo7_253 legend {
  width: 100%;
  margin: 0 0 7px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
._optionGroup_ezfo7_253 legend span {
  color: #35445c;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
._optionGroup_ezfo7_253 legend strong {
  min-width: 0;
  overflow: hidden;
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._optionGrid_ezfo7_284 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
._optionGrid_ezfo7_284 button {
  position: relative;
  min-width: 70px;
  min-height: 38px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #cfdae8;
  border-radius: 10px;
  background: #fff;
  color: #34445d;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 17px;
  overflow-wrap: anywhere;
  transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, color 150ms ease;
}
._optionGrid_ezfo7_284 button:hover:not(:disabled) {
  border-color: #93b8f4;
  background: #f5f9ff;
}
._optionGrid_ezfo7_284 button:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.22);
  outline-offset: 2px;
}
._optionGrid_ezfo7_284 button:disabled {
  color: #aab3c1;
  cursor: not-allowed;
  background: linear-gradient(to bottom right, transparent 48%, #cbd2dc 49% 51%, transparent 52%), #f7f8fa;
  opacity: 0.74;
}
._optionGrid_ezfo7_284 button svg {
  width: 17px;
  height: 17px;
}
._optionGrid_ezfo7_284 ._selectedOption_ezfo7_328 {
  border-color: var(--quick-blue);
  background: #edf4ff;
  color: #0758d4;
  box-shadow: inset 0 0 0 1px var(--quick-blue);
}

._availability_ezfo7_335 {
  min-height: 34px;
  margin-top: 14px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #cdebdc;
  border-radius: 11px;
  background: #f1fbf6;
  color: #087653;
  font-size: 12px;
  font-weight: 750;
}
._availability_ezfo7_335 i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #16a56a;
  box-shadow: 0 0 0 4px rgba(22, 165, 106, 0.11);
}
._availability_ezfo7_335 button {
  margin-left: auto;
  padding: 2px 5px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

._availability_ezfo7_335._unavailable_ezfo7_368 {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #b4233a;
}

._quantitySection_ezfo7_374 {
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #e4eaf2;
}
._quantitySection_ezfo7_374 > div:first-child {
  min-width: 0;
  display: grid;
  gap: 2px;
}
._quantitySection_ezfo7_374 span {
  color: #35445c;
  font-size: 13px;
  font-weight: 850;
}
._quantitySection_ezfo7_374 small {
  color: #087653;
  font-size: 11px;
  font-weight: 650;
}

._quantityControl_ezfo7_399 {
  min-width: 128px;
  height: 42px;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #cbd8e8;
  border-radius: 14px;
  background: #f7faff;
}
._quantityControl_ezfo7_399 button {
  width: 40px;
  height: 40px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #0a55c6;
  cursor: pointer;
}
._quantityControl_ezfo7_399 button:hover:not(:disabled) {
  background: #eaf2ff;
}
._quantityControl_ezfo7_399 button:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.24);
  outline-offset: -3px;
}
._quantityControl_ezfo7_399 button:disabled {
  color: #a9b4c3;
  cursor: not-allowed;
}
._quantityControl_ezfo7_399 output {
  color: #1e2d44;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}
._quantityControl_ezfo7_399 svg {
  width: 20px;
  height: 20px;
}

._limitMessage_ezfo7_443 {
  margin: 7px 0 0;
  color: #b4233a;
  font-size: 11px;
  font-weight: 650;
}

._footer_ezfo7_450 {
  position: relative;
  z-index: 4;
  min-height: 70px;
  padding: 10px 18px;
  display: grid;
  grid-template-columns: -webkit-max-content minmax(220px, 310px);
  grid-template-columns: max-content minmax(220px, 310px);
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex: 0 0 auto;
  border-top: 1px solid var(--quick-line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 -12px 28px rgba(14, 34, 62, 0.055);
}
._footer_ezfo7_450 > a {
  min-height: 42px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 9px;
  color: #20426e;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
._footer_ezfo7_450 > a:hover {
  color: var(--quick-blue);
}
._footer_ezfo7_450 > a[aria-disabled=true] {
  color: #9aa6b6;
  cursor: not-allowed;
  pointer-events: none;
}
._footer_ezfo7_450 > a:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.23);
  outline-offset: 1px;
}
._footer_ezfo7_450 > a svg {
  width: 17px;
  height: 17px;
}
._footer_ezfo7_450 > button {
  min-height: 46px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  transition: box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}
._footer_ezfo7_450 > button span {
  margin-left: auto;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
}
._footer_ezfo7_450 > button svg {
  width: 20px;
  height: 20px;
}
._footer_ezfo7_450 > button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(10, 77, 176, 0.25);
}
._footer_ezfo7_450 > button:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.27);
  outline-offset: 2px;
}
._footer_ezfo7_450 > button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  box-shadow: none;
}

._addButton_ezfo7_533 {
  background: linear-gradient(135deg, #0b2d5b, #0768f6);
  box-shadow: 0 10px 20px rgba(10, 77, 176, 0.2);
}

._addedButton_ezfo7_538 {
  background: linear-gradient(135deg, #087653, #13a66d);
  box-shadow: 0 10px 20px rgba(8, 118, 83, 0.18);
}

._loadingState_ezfo7_543 {
  min-height: min(520px, 100dvh - 170px);
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(290px, 1.1fr);
  grid-template-rows: 1fr auto;
  gap: 24px;
}
._loadingState_ezfo7_543 > p {
  grid-column: 1/-1;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  text-align: center;
}

._loadingImage_ezfo7_559,
._loadingDetails_ezfo7_560 span {
  background: linear-gradient(90deg, #edf2f7 25%, #f7f9fc 50%, #edf2f7 75%);
  background-size: 200% 100%;
  animation: _quickViewShimmer_ezfo7_1 1.25s infinite linear;
}

._loadingImage_ezfo7_559 {
  min-height: 280px;
  border-radius: 20px;
}

._loadingDetails_ezfo7_560 {
  padding-top: 18px;
  display: grid;
  align-content: start;
  gap: 14px;
}
._loadingDetails_ezfo7_560 span {
  height: 30px;
  border-radius: 9px;
}
._loadingDetails_ezfo7_560 span:nth-child(1) {
  width: 30%;
  height: 15px;
}
._loadingDetails_ezfo7_560 span:nth-child(2) {
  width: 88%;
  height: 58px;
}
._loadingDetails_ezfo7_560 span:nth-child(3) {
  width: 42%;
  height: 36px;
}
._loadingDetails_ezfo7_560 span:nth-child(4) {
  width: 100%;
  height: 140px;
}

._errorState_ezfo7_598 {
  min-height: 370px;
  padding: 42px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #243650;
  text-align: center;
}
._errorState_ezfo7_598 span {
  font-size: 22px;
  font-weight: 850;
}
._errorState_ezfo7_598 p {
  max-width: 460px;
  margin: 8px 0 20px;
  color: #6b778a;
  font-size: 14px;
}
._errorState_ezfo7_598 button {
  min-height: 44px;
  padding: 0 19px;
  border: 0;
  border-radius: 12px;
  background: var(--quick-blue);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

@keyframes _quickViewShimmer_ezfo7_1 {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@media (max-width: 767px) {
  ._dialog_ezfo7_1 .MuiDialog-container {
    align-items: flex-end;
  }
  ._paper_ezfo7_15 {
    width: 100vw !important;
    min-width: 100vw;
    max-height: calc(100dvh - 18px);
    margin: 18px 0 0 !important;
    flex: 0 0 100vw;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0 !important;
  }
  ._header_ezfo7_28 {
    min-height: 59px;
    padding: 9px 11px 8px 17px;
  }
  ._header_ezfo7_28::before {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 40px;
    height: 4px;
    content: "";
    border-radius: 999px;
    background: #d7dee8;
    transform: translateX(-50%);
  }
  ._headerLabel_ezfo7_41 {
    padding-top: 4px;
    font-size: 10px;
  }
  ._closeButton_ezfo7_56 {
    width: 39px;
    height: 39px;
  }
  ._content_ezfo7_83 {
    padding: 15px 14px 20px;
    display: block;
  }
  ._gallery_ezfo7_93 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  ._mainImage_ezfo7_103 {
    width: min(100%, 320px);
    aspect-ratio: 1/0.69;
    margin: 0 auto;
    padding: 17px 30px;
    border-radius: 19px;
  }
  ._previewBadge_ezfo7_135 {
    top: 9px;
    left: 9px;
  }
  ._thumbnailList_ezfo7_155 {
    width: 100%;
    margin-top: 8px;
  }
  ._thumbnailList_ezfo7_155 button {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 11px;
  }
  ._details_ezfo7_94 {
    padding-top: 15px;
  }
  ._brand_ezfo7_191 {
    margin-bottom: 4px;
    font-size: 9px;
  }
  ._details_ezfo7_94 h2 {
    font-size: clamp(21px, 6.5vw, 27px);
    line-height: 1.17;
  }
  ._priceRow_ezfo7_213 {
    min-height: 31px;
    margin-top: 8px;
  }
  ._priceRow_ezfo7_213 strong {
    font-size: 21px;
  }
  ._optionArea_ezfo7_247 {
    margin-top: 15px;
    gap: 14px;
  }
  ._optionGroup_ezfo7_253 legend {
    margin-bottom: 7px;
  }
  ._optionGrid_ezfo7_284 {
    gap: 7px;
  }
  ._optionGrid_ezfo7_284 button {
    min-width: 68px;
    min-height: 40px;
    padding: 7px 11px;
    border-radius: 11px;
    font-size: 12px;
  }
  ._availability_ezfo7_335 {
    margin-top: 14px;
  }
  ._quantitySection_ezfo7_374 {
    margin-top: 12px;
    padding-top: 12px;
  }
  ._quantityControl_ezfo7_399 {
    min-width: 126px;
    height: 44px;
    grid-template-columns: 42px 1fr 42px;
  }
  ._quantityControl_ezfo7_399 button {
    width: 42px;
    height: 42px;
  }
  ._footer_ezfo7_450 {
    min-height: 78px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.65fr);
    gap: 8px;
  }
  ._footer_ezfo7_450 > a {
    min-height: 48px;
    padding: 0 8px;
    justify-content: center;
    gap: 4px;
    color: var(--quick-blue);
    font-size: 11px;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    white-space: nowrap;
  }
  ._footer_ezfo7_450 > a > span {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  ._footer_ezfo7_450 > a svg {
    width: 14px;
    height: 14px;
    display: block;
    flex: 0 0 14px;
  }
  ._footer_ezfo7_450 > button {
    min-width: 0;
    min-height: 50px;
    padding: 0 13px;
    gap: 6px;
    font-size: 12px;
  }
  ._footer_ezfo7_450 > button span {
    padding-left: 8px;
    font-size: 11px;
  }
  ._loadingState_ezfo7_543 {
    min-height: calc(100dvh - 155px);
    padding: 15px;
    display: block;
  }
  ._loadingState_ezfo7_543 > p {
    margin-top: 20px;
  }
  ._loadingImage_ezfo7_559 {
    min-height: 220px;
  }
  ._loadingDetails_ezfo7_560 {
    padding-top: 18px;
  }
}
@media (max-width: 360px) {
  ._content_ezfo7_83 {
    padding-right: 11px;
    padding-left: 11px;
  }
  ._mainImage_ezfo7_103 {
    aspect-ratio: 1/0.62;
  }
  ._details_ezfo7_94 h2 {
    font-size: 20px;
  }
  ._optionGrid_ezfo7_284 button {
    min-width: 62px;
    padding-right: 9px;
    padding-left: 9px;
  }
  ._footer_ezfo7_450 {
    grid-template-columns: 104px minmax(0, 1fr);
  }
  ._footer_ezfo7_450 > a {
    padding: 0 3px;
  }
  ._footer_ezfo7_450 > button {
    padding-right: 9px;
    padding-left: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._dialog_ezfo7_1 *,
  ._dialog_ezfo7_1 *::before,
  ._dialog_ezfo7_1 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
._merchantSort_1f360_1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #667085;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

._merchantSortControl_1f360_12 {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 104px;
  max-width: 100%;
  height: 44px;
}
._merchantSortControl_1f360_12 ._merchantSortSizer_1f360_20 {
  max-width: 100%;
  padding: 0 42px 0 14px;
  overflow: hidden;
  font: inherit;
  font-weight: 700;
  text-overflow: ellipsis;
  visibility: hidden;
  white-space: nowrap;
}
._merchantSortControl_1f360_12 ._merchantSortButton_1f360_30 {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 11px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #dfe4ec;
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: #182230;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
._merchantSortControl_1f360_12 ._merchantSortButton_1f360_30:hover {
  border-color: #b8c2d1;
  background: #fbfcfe;
}
._merchantSortControl_1f360_12 ._merchantSortButton_1f360_30:focus-visible {
  border-color: #0a64f9;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}
._merchantSortControl_1f360_12 ._merchantSortButton_1f360_30 > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._merchantSortControl_1f360_12 ._merchantSortButton_1f360_30 > ._merchantSortMobileLabel_1f360_66 {
  display: none;
}
._merchantSortControl_1f360_12 ._merchantSortButton_1f360_30 > svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #667085;
  transition: transform 160ms ease;
}
._merchantSortControl_1f360_12 ._merchantSortChevronOpen_1f360_76 {
  transform: rotate(180deg);
}
._merchantSortControl_1f360_12 ._merchantSortMenu_1f360_79 {
  position: absolute;
  z-index: 50;
  top: calc(100% + 7px);
  right: 0;
  width: -webkit-max-content;
  width: max-content;
  min-width: max(100%, 194px);
  max-width: min(260px, 100vw - 24px);
  padding: 6px;
  display: grid;
  gap: 3px;
  border: 1px solid #d7e1ef;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(15, 35, 67, 0.17), 0 2px 8px rgba(15, 35, 67, 0.07);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
._merchantSortControl_1f360_12 ._merchantSortMenu_1f360_79 > button {
  width: 100%;
  min-height: 40px;
  padding: 0 9px 0 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #344054;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease;
}
._merchantSortControl_1f360_12 ._merchantSortMenu_1f360_79 > button:hover, ._merchantSortControl_1f360_12 ._merchantSortMenu_1f360_79 > button:focus-visible {
  border-color: #d7e5fa;
  outline: none;
  background: #f2f7ff;
  color: #0a4da7;
}
._merchantSortControl_1f360_12 ._merchantSortMenu_1f360_79 > button > i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0a64f9;
  color: #fff;
  font-size: 11px;
  font-style: normal;
}
._merchantSortControl_1f360_12 ._merchantSortMenu_1f360_79 > ._merchantSortOptionSelected_1f360_134 {
  border-color: #cfe0fa;
  background: #edf5ff;
  color: #084b9f;
}

@media (max-width: 768px) {
  ._merchantSort_1f360_1 {
    width: 100%;
    min-width: 0;
    display: block;
  }
  ._merchantSort_1f360_1 > span {
    display: none;
  }
  ._merchantSortControl_1f360_12 {
    width: 100%;
    min-width: 0;
    display: flex;
  }
  ._merchantSortControl_1f360_12 ._merchantSortButton_1f360_30 {
    padding: 0 10px 0 12px;
  }
  ._merchantSortControl_1f360_12 ._merchantSortDesktopLabel_1f360_157 {
    display: none;
  }
  ._merchantSortControl_1f360_12 > ._merchantSortButton_1f360_30 > ._merchantSortMobileLabel_1f360_66 {
    display: block;
  }
}.quickvee-single-store-main-area-detail-page {
  margin-left: 250px !important;
}

.SingleStoreAllInformationPage .slick-slider {
  margin-left: 0;
  margin-right: 0;
}

.cancleBtn-div {
  margin-top: 10px;

  display: flex;
  align-self: flex-end;
  display: none !important;
}

@media (max-width: 1200px) {
  .quickvee-single-store-top-bar > .quickvee-logo-icon-single-store {
    /* width: auto; */
    margin-right: 10px;
    margin-left: -6px;
  }
}

.cancleBtn-div-main-order > div {
  display: flex;
  align-items: flex-end;
  /* border: 1px solid 1px red !important; */
  height: 20px !important;
}

.cancleBtn-div-main-order {
  display: none !important;
}
/* .swpier_main_div_SingleProductListing{
  margin-left: -25px;
  margin-right: -25px;
}
.swpier_main_div_SingleProductListing_inner_div{
  padding-left: 25px !important;
} */
@media (max-width: 768px) {
  .css-13xqbvb {
    top: 5px !important;
    right: 7px !important;
  }
  .quickvee-customer-login-main {
    /* width: 75px; */
  }
  .delivery-address-main-div {
    display: flex !important;
    flex-wrap: wrap;
  }
  .delivery-address-inner-div {
    margin: 0px 0px 15px 0px !important;
  }
  .quickvee-single-product-image-section {
    margin: 20px 20px 0px 0px;
  }
  .css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    /* margin-left: 10px !important; */
  }
  .quickvee-single-store-main-area-detail-page {
    margin-left: 0 !important;
  }

  .quickvee-single-product-image-section {
    /* margin: 0px 0px 20px 20px; */
  }

  .quickvee-single-store-left-menu {
    width: 250px;
    position: fixed;
    z-index: 999;
    top: -9px;
    height: 100vh;
    padding-bottom: 70px;
    left: 0;
    transition: all 0.3s;
    overflow-x: auto !important;
    /* overflow: hidden !important; */
  }

  .cancleBtn-div {
    display: block !important;
  }

  .quickvee-single-store-top-bar > .quickvee-logo-icon-single-store {
    width: auto;
  }

  /* .quickvee-single-store-search-bar {
        display: none !important;
    }

    .quickvee-single-store-top-bar>.quickvee-logo-icon-single-store {
        width: unset !important;

    } */
  .quickvee-store-topbar-cart {
    width: unset !important;
    /* padding-bottom: 100px; */
  }

  .quickvee-store-cart-items {
    padding-bottom: 100px;
  }

  .modal-view-full-hours-div {
    width: 90%;
  }

  .modal-view-full-hours-description {
    /* margin-top: 50px; */
    /* height: 100%; */
    /* overflow-y: auto !important; */
  }

  .cancleBtn-div-main-order {
    display: flex !important;
    align-items: flex-end !important;
  }

  .cancleBtn-div-main-order > div {
    /* align-items: flex-end; */

    margin: 10px;
    width: 20px;
  }
}

.quickvee-store-cart-items {
  padding-bottom: 100px;
}

.modal-view-full-hours-description {
  overflow-y: auto !important;
  max-height: 78vh;
  scroll-behavior: smooth;
}

.modal-view-full-hours-description::-webkit-scrollbar {
  width: 3px !important;
}

.modal-view-full-hours-description::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  cursor: pointer;
}

.modal-view-full-hours-description::-webkit-scrollbar-thumb {
  background: #3e85f8 !important;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}

.modal-view-full-hours-description::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

.cancleBtn-div-main-order > div {
  /* justify-self: flex-end; */
  margin: 10px;
  width: 20px;
}

@media (min-width: 769px) {
  .quickvee-single-store-logo-singleStore {
    display: none !important;
  }
}

.quickvee-single-store-logo-singleStore {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quickvee-single-store-logo-singleStore a img {
  object-fit: contain;
  object-position: center;
  border-radius: 100px;
  border: 2px solid #f2f2f2;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  position: relative;
  width: 75px;
  height: 75px;
  left: 0px;
  top: 0px;
  transition: all 0.5s;
}

.quickvee-single-store-main-area-detail-page {
  display: block !important;
}

.quickvee-single-store-pickup-delivery {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* width: 100%; */
  background: #efefef;
  border-radius: 5px;
  /* padding: 5px 10px; */
}

.quickvee-single-store-pickup-delivery > Button {
  /* width: 100%; */
  /* padding: 3px 25px; */
  width: 120px;
  background-color: #efefef;
  color: #928c8c;
  font-size: 15px;
  text-transform: capitalize !important;
  transition: all 0.2s ease-in-out;
}

.quickvee-single-store-pickup-delivery > .active-delivery-button {
  background: #000 !important;
  color: #ffffff !important;
  font-size: 15px;
  height: 44px;
  font-family: QuicksandMedium !important;
  box-shadow: 0px 6px 12px #00000042;
}

.quickvee-single-store-content-singleStore > span {
  display: flex;
  align-items: center;
  color: #232323;
  text-transform: capitalize;
  font-size: clamp(10px, 0.05px + 5.1783vw, 18px) !important;
  /* text-align: center; */
  font-family: QuicksandBold !important;
}

@media (max-width: 652px) {
  .quickvee-single-store-logo-singleStore {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
  }

  .quickvee-single-store-pickup-delivery {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 612px) {
  .q-sv-single-product {
    width: 180px !important;
    /* height: 250px !important; */
  }

  /* .quickvee-single-store-content-singleStore>span {
        font-size: 20px;
    } */

  .quickvee-single-store-content-singleStore > p {
    font-size: clamp(10px, 0.05px + 5.1783vw, 14px) !important;
  }

  .single-store-sproductListing-section > section > span {
    font-size: 20px;
  }

  .single-store-sproductListing-section > section {
    margin-bottom: 0;
  }
}

.store-open-close-status {
  border-radius: 12px;
  color: #fff;
  font-family: QuicksandMedium !important;
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 13px;
  margin-left: 10px;
  /* margin-top: -12px; */
  z-index: 1;
}

.Swiper-btn {
  font-size: 80% !important;
  width: 90px;
  /* margin-right: 10px; */
}

.mySwiper-catagories-swiper-single-store {
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .q-sv-single-product-bottom-purchase {
    position: absolute;
    top: 5px;
    left: 0;
    display: flex !important;
    flex-direction: row-reverse;
    /* transform: translate(-50%, -50%) !important; */
  }

  .modal-form-single-item {
    /* margin-bottom: 15px !important; */
  }

  .delivery-address-update-form {
    /* margin-bottom: 15px; */
    /* display:flex !important;
    flex-wrap: wrap; */
  }
  .delivery-address-update-form-city-zipCode {
    display: flex !important;
    flex-wrap: wrap;
  }
  .modal-form-single-item-city {
    margin: 0px 0px 15px 0px !important;
    width: 100%;
  }
  .modal-form-single-item-zipcode {
    width: 100%;
  }

  .q-sv-single-product-bottom-purchase {
    position: absolute;
    top: 0px;
    left: 0;
    display: flex !important;
    flex-direction: row-reverse;
    /* transform: translate(-50%, -50%) !important; */
  }

  .q-sv-single-product {
    padding-top: 45px;
    /* padding-bottom: 45px !important; */
  }

  .q-sv-single-product > .q-sv-single-product-bottom {
    display: flex !important;
    flex-direction: column-reverse;
    /* margin-top: 20px; */
  }

  .q-sv-single-product > span {
    position: absolute !important;
    bottom: 67px !important;
    top: unset !important;
    margin-left: 10px;
    height: 20px;
    width: 60px;
    font-size: 10px;
    padding-top: 3px;
  }

  .q-sv-single-product
    > .q-sv-single-product-bottom
    > .q-sv-single-product-bottom-purchase
    > Button {
    width: 100px !important;
    font-size: 11px;
    background: none;
    margin-left: 0 !important;
    margin-right: -25px;
    height: 36px !important;
  }

  .q-sv-single-product
    > .q-sv-single-product-bottom
    > .q-sv-single-product-bottom-purchase
    > Button
    p {
    margin-left: 0;
  }

  .q-sv-single-product
    > .q-sv-single-product-bottom
    > .q-sv-single-product-bottom-purchase
    > .product-qti-button {
    width: 58%;
    margin-right: 11px;
    /* margin-top: 5px; */
  }

  .out-of-stock-btn {
    margin-right: 10px !important;
    margin-top: 5px !important;
    border: 5px solid black;
  }

  .home-page-all-sections {
    width: 94% !important;
  }

  .header_area_box {
    width: 94% !important;
  }

  .media-scroller-upper {
    margin-left: -25px !important;
    padding-left: 25px !important;
    margin-right: -25px !important;
    padding-right: 25px !important;
  }

  .SingleStoreAllInformationPage .media-scroller-upper {
    margin-right: 0 !important;
  }

  .q-sv-single-product > .q-sv-single-product-top {
    width: 100% !important;
    margin-top: 5px;
  }

  .q-sv-single-product > .q-sv-single-product-top > img {
    height: 100%;
  }

  .q-sv-single-product
    > .q-sv-single-product-bottom
    > .q-sv-single-product-bottom-purchase
    > .add-wish {
    background: unset;
  }

  .q-sv-single-product
    > .q-sv-single-product-bottom
    > .q-sv-single-product-bottom-amount
    > span {
    font-size: 15px;
  }

  .q-sv-single-product > .q-sv-single-product-bottom > h1 {
    font-size: 12px;
  }

  .quickvee-single-store-content-singleStore {
    margin-left: 5px;
  }

  .quickvee-single-store-content-singleStore > span {
    font-size: 20px;
  }

  .quickvee-single-store-content-singleStore > p {
    font-size: clamp(12px, 0.05px + 3.1783vw, 16px) !important;
  }

  .single-store-sproductListing-section > section > span {
    font-size: clamp(16px, 0.05px + 4.1783vw, 20px) !important;
  }

  .single-store-sproductListing-section {
    margin-bottom: 20px;
  }

  .single-store-sproductListing-section > section {
    margin-bottom: 5px;
  }

  .songleStoreSearchBar {
    margin-top: -10px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .q-sv-single-product-bottom-purchase
    > .product-qti-button
    > .add-remove-cart-btn {
    background: #0a64f9 !important;
    border: none !important;
    padding: 4px 5px !important;
  }

  .single-product-card-add-btn {
    background: #0a64f9 !important;
    border: none !important;
    padding: 14px 5px !important;
    height: 28px;
    border-radius: 4px;
  }

  .q-sv-single-product
    > .q-sv-single-product-bottom
    > .q-sv-single-product-bottom-purchase
    > .product-qti-button {
    height: auto;
    width: 10px;
    padding: 0px;
    /* border: 1px solid #0a64f9; */
    border: 0;
  }

  .select-box {
    z-index: 1;
  }

  .product-in-category {
    padding-left: 5px;
    padding-right: 5px;
  }

  .modal-view-full-hours-description > .full-hours-data > div > span {
    font-size: clamp(5, 0.05px + 3.1783vw, 16px);
  }

  .modal-view-full-hours-description > .full-hours-data > div > p {
    font-size: clamp(5px, 0.05px + 3.1783vw, 16px);
  }

  .modal-view-full-hours-description > .full-hours-data .view-hour-today p {
    font-size: clamp(5px, 0.05px + 3.1783vw, 16px);
    display: -webkit-inline-box;
  }
  .select-box__input-text {
    font-size: clamp(8px, 0.05px + 3.1783vw, 16px) !important;
  }

  .select-box__option {
    font-size: clamp(8px, 0.05px + 3.1783vw, 16px) !important;
  }

  .single-selectCategory-product-listing > .q-single-category-headings > span {
    font-size: clamp(12px, 0.05px + 5.1783vw, 20px) !important;
  }

  .order-top-bar-search {
    width: 100%;
  }

  /* #modal-view-full-hours-header {
    position: sticky !important;
    top: 0;
    background-color: white;
  } */

  .topBarUserAndCartLogo {
    display: flex !important;
    flex-direction: row-reverse;
    /* border: solid 1px red; */
    justify-content: center !important;
  }

  .select-box {
    width: 220px;
  }

  .quickvee-single-store-logo-singleStore a img {
    height: 60px;
    width: 60px;
  }

  .quickvee-store-topbar-cart > .quickvee-store-cart-checkout-btn {
    margin: 0;
    width: 100%;
    padding: 10px;
  }

  .full-hours-data-detail > .single-full-hour-data-detail > img {
    width: 50px;
    height: 50px;
  }

  .full-hours-data-detail > .single-full-hour-data-detail > span {
    font-size: clamp(8px, 0.5px + 2.1783vw, 14px) !important;
    text-align: center;
  }

  .full-hours-data-detail > .single-full-hour-data-detail > p {
    font-size: clamp(8px, 0.5px + 2.1783vw, 14px) !important;
    text-align: center;
    color: #232323;
    font-size: 18px !important;
    /* font-family: QuicksandBold !important; */
    margin-left: 14px;
    font-weight: 600;
    font-family: Jost;
    text-wrap-style: balance;
  }

  .modal-view-full-hours-description
    > .full-hours-data-detail
    > .single-full-hour-data-detail {
    padding: 10px;
  }

  .order-side-bar-component {
    top: 0;
    z-index: 100;
  }

  .quickvee-store-topbar-cart > .quickvee-store-cart-checkout-btn > a,
  .quickvee-store-topbar-cart
    > .quickvee-store-cart-checkout-btn
    > .payment-checkout-with-login {
    width: 100%;
  }

  .quickvee-store-topbar-cart > {
    padding-left: 10px;
  }

  .orderSummeryBannerContent {
    right: unset !important;
    left: 10%;
    width: unset !important;
    font-size: clamp(18px, 0.5px + 2.1783vw, 20px);
  }

  .OrderSummeryProductRTop h4 {
    font-size: clamp(15px, 0.5px + 2.1783vw, 18px) !important;
  }

  .OrderSummeryProductRBottomL span {
    font-size: clamp(18px, 0.5px + 2.1783vw, 20px) !important;
  }

  .orderSummeryRightTopC p {
    margin-bottom: 12px !important;
  }

  .button-for-minamount-on-delivery {
    width: 100%;
  }

  .full-hours-data-detail > .single-full-hour-data-detail > img {
    width: 50px;
    height: 50px;
  }

  .full-hours-data-detail > .single-full-hour-data-detail > span {
    font-size: clamp(8px, 0.5px + 2.1783vw, 14px) !important;
    text-align: center;
  }

  .full-hours-data-detail > .single-full-hour-data-detail > p {
    font-size: clamp(8px, 0.5px + 2.1783vw, 14px) !important;
    text-align: center;
    color: #232323;
    font-size: 18px !important;
    /* font-family: QuicksandBold !important; */
    margin-left: 14px;
    font-weight: 600;
    font-family: Jost;
    text-wrap-style: balance;
  }

  .modal-view-full-hours-description
    > .full-hours-data-detail
    > .single-full-hour-data-detail {
    padding: 10px;
  }

  .order-side-bar-component {
    top: 0;
    z-index: 100;
  }

  .quickvee-store-topbar-cart > .quickvee-store-cart-checkout-btn > a {
    width: 100%;
  }

  .quickvee-store-topbar-cart > {
    padding-left: 10px;
  }

  .orderSummeryBannerContent {
    /* right: unset !important; */
    /* left: 10%; */
    width: 65% !important;
    font-size: clamp(18px, 0.5px + 2.1783vw, 20px);
  }

  .orderSummeryBannerContent p {
    font-size: 16px;
  }

  .OrderSummeryProductRTop h4 {
    font-size: clamp(15px, 0.5px + 2.1783vw, 18px) !important;
  }

  .OrderSummeryProductRBottomL span {
    font-size: clamp(18px, 0.5px + 2.1783vw, 20px) !important;
  }

  .orderSummeryRightTopC p {
    margin-bottom: 12px !important;
  }

  .button-for-minamount-on-delivery {
    width: 100%;
  }
}

@media (max-width: 612px) {
  .q-sv-single-product {
    width: 100% !important;
    height: 300px !important;
  }
}

.add-btn-single-product {
  /* margin-right: 5px; */
  /* width: 30px; */

  color: #efefef;
  background-color: #0a64f9;
  border-radius: 5px;
  /* margin-top: 5px; */
}

.quickvee-single-store-logo-singleStore {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 420px) {
  .quickvee-single-store-pickup-delivery {
    width: 100%;
  }

  .quickvee-single-store-pickup-delivery > Button {
    width: 180px;
  }

  .select-box {
    width: 60%;
  }

  .modal-view-full-hours-description
    > .full-hours-data-detail
    > .single-full-hour-data-detail {
    padding: 5px;
  }
}

@media (max-width: 900px) {
  .q-sv-single-product .single-p-select-variant-btn {
    width: 70%;
    padding: 0;
  }
}

@media (max-width: 806px) {
  .q-sv-single-product
    > .q-sv-single-product-bottom
    > .q-sv-single-product-bottom-purchase
    > Button
    p {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .StoreCredit-zone-detail-section {
    padding-top: 0px;
    padding-left: 0%;
    padding-right: 0;
  }

  .single-store-sproductListing-section > section > div > a {
    font-size: clamp(8px, 0.05px 2.1783vw, 16px) !important;
    /* width: 90px !important; */
    white-space: nowrap;
  }

  .account-info-main-component {
    padding: 15px 0px;
  }

  .account-info-welcome-header {
    margin: 0px 15px;
  }

  .account-info-subheading > p {
    margin: 0px 15px;
  }

  .account-info {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
      rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 0;
    margin: 12px -2px;
  }

  .StoreCredit-zone-detail-section {
    border: none;
  }
}

/* @media (max-width:441px) {
    .single-store-sproductListing-section>section>div>a {
        font-size: 10px !important;
    }
} */

.search-category-page-store-description {
  /* width: auto !important; */
  /* max-width: 170px !important; */
  width: auto !important;
}

@media (max-width: 440px) {
  .search-category-page-store-description > span {
    font-size: 15px;
  }

  .search-category-page-store-description > p {
    font-size: 10px;
  }

  .search-category-page-store-detail > .search-category-store-image-div {
    margin-right: 6px;
  }
}

.modal-view-full-hours-description {
  overflow-y: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.quickvee-single-store-offer-coupon {
  /* width: 285px; */
}

.moble-cart-icon {
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 10px;
  width: 28px;
  /* margin-right: 20px !important; */
}

.css-106c1u2-MuiBadge-badge {
  top: 9px !important;
  right: 10px !important;
}

.quickvee-single-store-cart-button {
  background: #fff !important;
  border-radius: 6px !important;
  color: #232323 !important;
  cursor: pointer !important;
  font-family: QuicksandBold !important;
  font-size: 20px !important;
  line-height: normal !important;
  margin: 0 5px;
  padding: 6px 20px !important;
}

.q-sv-single-product > .q-sv-single-product-top > img {
  z-index: unset !important;
}

.quickvee-single-store-top-bar {
  display: flex !important;
  flex-wrap: nowrap;
}

.topBarUserAndCartLogo {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row-reverse;
}

@media (max-width: 950px) {
  .quickvee-single-store-offer-coupon {
    margin: 0;
  }

  .order-top-bar-search {
    width: unset !important;
  }
}

.single-product-zoom-div > div > div {
  /* background-size: 80% !important; */
  /* background-position: 50% !important; */
}

@media (max-width: 1104px) {
  .single-product-zoom-div > div > div {
    background-size: 80% !important;
    /* background-position: 50% !important; */
  }

  .quickvee-single-product-add-update > span {
    margin: 0;
    width: 10%;
  }

  .quickvee-single-product-add-update {
    /* margin-left: px !important; */
  }

  .quickvee-single-product-add-update > .single-patc-btn,
  .quickvee-single-product-add-update > .single-patc-btn:hover {
    padding: 5px 11px !important;
  }
}

@media (max-width: 891px) {
  .single-product-zoom-div > div > div {
    background-size: 60% !important;
    /* background-position: 50% !important; */
  }

  .quickvee-single-product-add-update > .single-patc-btn,
  .quickvee-single-product-add-update > .single-patc-btn:hover {
    margin: 0 10px !important;
  }

  .quickvee-single-product-detail-section {
    margin-left: 0;
  }
}

.quickvee-single-product-add-update > .single-patc-btn,
.quickvee-single-product-add-update > .single-patc-btn:hover {
  font-size: clamp(2px, 5px + 0.7783vw, 14px) !important;
  /* margin: 0 10px; */
}

.single-product-single-features-selection > div > label {
  font-size: clamp(12px, 1px + 1.1783vw, 14px) !important;
}

@media (max-width: 850px) {
  .quickvee-single-product-add-update {
    margin-left: 0px !important;
    margin-right: -100px !important;
  }
}

.css-106c1u2-MuiBadge-badge {
  width: 20px;
}

@media (max-width: 480px) {
  .account-info-welcome-header {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start !important;
  }

  .account-info-welcome-header p {
    /* margin-left: auto; */

    /* Add this line */
  }
}

.account-info-main-component > .account-info-welcome-header > h1 {
  font-size: clamp(15px, 2px + 4.1783vw, 25px) !important;
}

.css-1xhypcz-MuiStack-root > .MuiTextField-root {
  padding-bottom: 5px !important;
}

#modal-modal-description {
  padding-bottom: 70px;
}
.modal-Billinginfo {
  padding-bottom: 80px !important;
}

#modal-modal-description::-webkit-scrollbar {
  width: 3px;
}

/* Track */
#modal-modal-description::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;

  cursor: pointer;
}

/* Handle */
#modal-modal-description::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}

/* Handle on hover */
#modal-modal-description::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

.basic-modal > .modal-forms > .modal-footer {
  padding: 15px;
  /* margin-left: 12px;
  margin-right: 18px; */
  background: white;
  position: fixed !important;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 490px) {
  .quickvee-single-product-top-section {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .quickvee-single-product-top-section > div {
    flex: 1;
    /* Make the divs flexible to distribute space */
    display: flex;
    /* Nested flex container */
  }

  .quickvee-single-product-detail-section {
    align-self: start !important;
  }

  .quickvee-single-product-image-section {
    width: 100%;
    /* margin-left: 10px; */
    margin: 0;
  }

  .single-product-single-features-selection > div > label {
    font-size: 18px !important;
    padding: 7px 14px;
  }

  .quickvee-single-product-add-update {
    margin-right: 0 !important;
  }

  .quickvee-single-product-add-update > .single-patc-btn,
  .quickvee-single-product-add-update > .single-patc-btn:hover {
    font-size: 13px !important;
    margin: 0 20px !important;
  }

  .quickvee-single-product-single-features {
    /* margin: -6px; */
  }

  .single-product-single-features-selection > div > input {
    height: 0;
  }

  .quickvee-single-product-detail-section {
    margin: 0;
  }

  .go-to-cart-btn {
    padding: 10px 20px !important;
  }
}

.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.MuiSelect-select {
  min-height: 1.543em !important;
}

.discount-tag {
  z-index: 1;
}

.id-type-billinginfo {
  height: 3.1rem !important;
  margin-top: 1px !important;
}

.password-title-accountinfo {
  text-transform: capitalize;
  color: #212121;
  font-size: 16px;
  font-family: QuicksandBold, 'Quicksand' !important;
}

.last-change-password-p {
  text-transform: capitalize;
  color: #707070 !important;
  font-size: 12px;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
}

.date-of-birth-div {
  margin-bottom: 0 !important;
}

@media (max-width: 420px) {
  .out-of-stock-btn {
    height: 36px !important;
  }
}

.dropdown-container > button {
  background-color: white !important;
  border: none !important;
}
.DropDown-menu-container {
  border-radius: 8px;
  box-shadow: 0px 6px 15px #0a64f94d;
  padding: 0 !important;
}
.dropdown-toggle::after {
  display: none !important;
}

.error_banner_area {
  width: 100%;
  height: 100%;
  background: url('/vite-assets/banner_bg-DPPXgC5w.webp');
  background-size: cover;
  background-position: bottom;
  position: relative;
  background-repeat: no-repeat;
  min-height: calc(100vh - 0px);
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .error_banner_area {
  }
}

.error_banner_left {
  width: 20%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url('/vite-assets/banner_left-PqL1Xcpv.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.error_banner_right {
  width: 20%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('/vite-assets/banner_right-zMDZp4H2.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.error_banner_center {
  width: 40%;
  height: auto;
  margin: 0 auto;
  /* padding-top: 13%; */
  text-align: center;
}

element.style {
  filter: invert(0);
}
.error_banner_center img {
  width: 40%;
  height: auto;
  margin-bottom: 20px;
}

@media (max-width: 1280px) {
  .error_banner_left,
  .error_banner_right {
    width: 23%;
  }
}
@media (max-width: 991px) {
  .error_banner_left {
    background-position: right;
  }
  .error_banner_right {
    background-position: left;
  }
  .error_banner_center {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .error_banner_left,
  .error_banner_right {
    width: 36%;
  }
}
._container__swiper_asf0t_1 {
  padding: 2px;
}

._innerPageSec_asf0t_5 {
  position: relative;
  margin-bottom: 32px;
}
._innerPageSec_asf0t_5 ._innerPageSec__title_asf0t_9 {
  padding-bottom: 24px;
}
._innerPageSec_asf0t_5 ._innerPageSec__title_asf0t_9 h3 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  color: #2d2a6e;
  margin-bottom: 0;
}

._productCarouselHeader_asf0t_20 {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
._productCarouselHeader_asf0t_20 h3 {
  min-width: 0;
}

._productCarouselControls_asf0t_31 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}
._productCarouselControls_asf0t_31[hidden] {
  display: none;
}

._productCarouselButton_asf0t_41 {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dfe5ee;
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: #344054;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
._productCarouselButton_asf0t_41 svg {
  width: 18px;
  height: 18px;
}
._productCarouselButton_asf0t_41:hover:not(:disabled) {
  border-color: #0a64f9;
  background: #edf4ff;
  color: #0a64f9;
  transform: translateY(-1px);
}
._productCarouselButton_asf0t_41:focus-visible {
  border-color: #0a64f9;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}
._productCarouselButton_asf0t_41:disabled {
  background: #f8fafc;
  color: #98a2b3;
  cursor: not-allowed;
  opacity: 0.62;
  box-shadow: none;
}

@media (max-width: 768px) {
  ._innerPageSec_asf0t_5 {
    max-width: calc(100vw - 0px);
  }
}
._catStoreSecLeftImgWrapper_asf0t_83 {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 10px;
}

._disabled_asf0t_92 {
  opacity: 0.6;
  pointer-events: none;
}

._catStoreSec_asf0t_83 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

._catStoreSecLeft_asf0t_83 {
  display: flex;
  gap: 10px;
  align-items: center;
}
._catStoreSecLeft_asf0t_83 h3 {
  font-size: 20px !important;
  color: #2d2a6e;
  margin-bottom: 0 !important;
  line-height: normal !important;
}
._catStoreSecLeft_asf0t_83 p {
  font-size: 11px;
  text-transform: capitalize;
  color: #475467;
  font-weight: 400;
  line-height: 12px;
  margin-top: 0px;
}

._catStoreSecLeftImg_asf0t_83 {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
._catStoreSecLeftImg_asf0t_83 img {
  width: 100%;
  height: 100%;
}

._arrowPrev_asf0t_135 {
  right: 110px !important;
}

._arrowNext_asf0t_139 {
  right: 168px !important;
}

._arrowPrev_asf0t_135,
._arrowNext_asf0t_139 {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 2;
  cursor: pointer;
}

._viewAll_asf0t_152 {
  position: absolute;
  top: 12px;
  right: 8px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

._viewAllText_asf0t_161 {
  display: inline-block;
}

._selectedSlide_asf0t_165 {
  border: 2px solid #007bff;
  border-radius: 10px;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  ._innerPageSec_asf0t_5 {
    max-width: 90vw;
    margin-bottom: 16px;
  }
  ._innerPageSec_asf0t_5 ._innerPageSec__title_asf0t_9 {
    padding-bottom: 10px;
  }
  ._innerPageSec_asf0t_5 ._innerPageSec__title_asf0t_9 h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }
  ._arrowPrev_asf0t_135,
  ._arrowNext_asf0t_139 {
    display: none;
  }
  ._productCarouselHeader_asf0t_20 {
    min-height: 38px;
    align-items: center;
    gap: 10px;
  }
  ._productCarouselControls_asf0t_31 {
    display: none;
  }
  ._viewAll_asf0t_152 {
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 700;
    top: 12px;
  }
}
@media (max-width: 576px) {
  ._catStoreSec_asf0t_83 {
    flex-direction: column;
    gap: 10px;
  }
  ._catStoreSec_asf0t_83 a {
    width: 100%;
    justify-content: end;
    font-weight: 500;
  }
  ._catStoreSecLeft_asf0t_83 h3 {
    font-size: 20px !important;
    color: #2d2a6e;
    margin-bottom: 0 !important;
    line-height: normal !important;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    display: inline-block;
  }
  ._catStoreSecLeft_asf0t_83 h3:hover {
    animation: _scrollText_asf0t_1 5s linear infinite;
  }
  ._catStoreSecLeft_asf0t_83 p {
    font-size: 13px;
    text-transform: capitalize;
  }
  @keyframes _scrollText_asf0t_1 {
    0% {
      text-indent: 0;
    }
    100% {
      text-indent: -100%;
    }
  }
}
._visit_store_home_asf0t_242 {
  position: absolute;
  top: 12px;
  right: 18px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

/* Merchant route refresh. Every rule below is isolated by the route wrapper. */
._merchantPage_asf0t_252 {
  --merchant-primary: #0a64f9;
  --merchant-primary-dark: #084fc7;
  --merchant-ink: #182230;
  --merchant-muted: #667085;
  --merchant-border: #e4e9f1;
  min-height: 100vh;
  overflow-x: clip;
  background: #f4f7fb;
  color: var(--merchant-ink);
  font-family: "Manrope", "Jost", sans-serif;
}
._merchantPage_asf0t_252 .headerSticky {
  z-index: 40;
  border-bottom: 1px solid #173657;
  background: #091e3a;
  box-shadow: 0 8px 24px rgba(7, 25, 49, 0.22);
}

._merchantLayout_asf0t_271 {
  width: 100%;
  max-width: 1600px;
  align-items: flex-start;
  gap: 24px;
  padding: 22px 24px 56px;
}
._merchantLayout_asf0t_271 > .sideBar {
  position: -webkit-sticky;
  position: sticky;
  width: 272px;
  height: calc(100vh - 112px);
  flex: 0 0 272px;
  top: 96px;
  overflow: hidden;
  border: 1px solid #173a63;
  border-radius: 20px;
  background: #0c2545;
  box-shadow: 0 16px 36px rgba(10, 31, 60, 0.18);
}

._merchantMain_asf0t_291 {
  width: 100%;
  min-width: 0;
  max-width: none !important;
  padding: 0 !important;
}

._merchantProducts_asf0t_298 {
  min-width: 0;
  scroll-margin-top: 110px;
}

/* Keep the shared wishlist presentation aligned with the merchant storefront. */
._merchantProducts_asf0t_298 .create-wishlist-container {
  min-height: 48px;
  height: auto;
  margin: 0 0 16px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

._merchantProducts_asf0t_298 .wishHeading {
  min-width: 0;
  margin: 0;
  color: #17283f;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

._merchantProducts_asf0t_298 .create-btn-cart {
  min-height: 44px;
  flex: 0 0 auto;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #0a64f9;
  border-radius: 13px;
  background: #0a64f9;
  color: #fff;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgba(10, 100, 249, 0.2);
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
._merchantProducts_asf0t_298 .create-btn-cart:hover {
  background: #084fc7;
  box-shadow: 0 10px 24px rgba(10, 100, 249, 0.26);
  transform: translateY(-1px);
}
._merchantProducts_asf0t_298 .create-btn-cart:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.22);
  outline-offset: 3px;
}
._merchantProducts_asf0t_298 .create-btn-cart .add {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: nowrap;
}
._merchantProducts_asf0t_298 .create-btn-cart .plus-icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}
._merchantProducts_asf0t_298 .create-btn-cart .plus-icon svg {
  width: 18px;
  height: 18px;
}

._merchantProducts_asf0t_298 .showAll {
  margin: 0;
  color: #0a64f9;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

._merchantProducts_asf0t_298 .WishList_default_section {
  min-height: 300px;
  padding: 18px !important;
  overflow: hidden;
  border: 1px solid #dce6f2 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 13px 34px rgba(16, 42, 82, 0.08);
}

._merchantProducts_asf0t_298 .single-store-empty-wishlist-page {
  min-height: 264px;
  background: transparent !important;
}

._merchantProducts_asf0t_298 .single-store-empty-wishlist-page .empty-wishlist-content {
  width: min(100%, 460px);
  height: auto !important;
  padding: 22px 16px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

._merchantProducts_asf0t_298 .empty-wishlist-content img {
  width: 78px;
  height: 78px;
  margin: 0;
  object-fit: contain;
}

._merchantProducts_asf0t_298 .empty-wishlist-content h4 {
  margin: 14px 0 5px !important;
  color: #17283f;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

._merchantProducts_asf0t_298 .empty-wishlist-content .wishlist-para {
  max-width: 390px;
  margin: 0 0 17px !important;
  color: #667085 !important;
  font-size: 13px;
  line-height: 1.55;
}

._merchantProducts_asf0t_298 .empty-wishlist-content .browse-product {
  min-height: 43px;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #0a64f9;
  box-shadow: 0 8px 20px rgba(10, 100, 249, 0.2);
}
._merchantProducts_asf0t_298 .empty-wishlist-content .browse-product a {
  min-height: 43px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

._storefrontOverview_asf0t_453 {
  position: relative;
  min-height: 168px;
  margin-bottom: 30px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.62fr);
  align-items: center;
  gap: 28px;
  overflow: hidden;
  border: 1px solid #dce6f2;
  border-radius: 24px;
  background: #fff;
  color: #182230;
  box-shadow: 0 15px 36px rgba(16, 42, 82, 0.1);
}
._storefrontOverview_asf0t_453::before, ._storefrontOverview_asf0t_453::after {
  position: absolute;
  content: "";
  border: 42px solid rgba(10, 100, 249, 0.08);
  border-radius: 50%;
  pointer-events: none;
}
._storefrontOverview_asf0t_453::before {
  width: 220px;
  height: 220px;
  top: -138px;
  right: 22%;
}
._storefrontOverview_asf0t_453::after {
  width: 150px;
  height: 150px;
  right: -96px;
  bottom: -110px;
}

._storefrontIdentity_asf0t_489 {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

._storefrontLogo_asf0t_501 {
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d9e4f1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 42, 82, 0.12);
}
._storefrontLogo_asf0t_501 img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
}

._storefrontDetails_asf0t_520 {
  min-width: 0;
}
._storefrontDetails_asf0t_520 h1 {
  margin: 7px 0 6px;
  overflow: hidden;
  color: #13233a;
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._storefrontStatusRow_asf0t_535 {
  display: flex;
  align-items: center;
  gap: 10px;
}

._storefrontStatus_asf0t_535,
._storefrontLabel_asf0t_542 {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

._storefrontStatus_asf0t_535 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
._storefrontStatus_asf0t_535 > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px currentColor;
}

._storefrontStatusOpen_asf0t_562 {
  color: #15803d;
}
._storefrontStatusOpen_asf0t_562 > span {
  box-shadow: 0 0 0 4px rgba(21, 128, 61, 0.12);
}

._storefrontStatusClosed_asf0t_569 {
  color: #c52828;
}
._storefrontStatusClosed_asf0t_569 > span {
  box-shadow: 0 0 0 4px rgba(197, 40, 40, 0.12);
}

._storefrontStatusNeutral_asf0t_576 {
  color: #667085;
}
._storefrontStatusNeutral_asf0t_576 > span {
  box-shadow: 0 0 0 4px rgba(102, 112, 133, 0.12);
}

._storefrontLabel_asf0t_542 {
  color: #0a64f9;
}

._storefrontAddress_asf0t_587 {
  max-width: 640px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #667085;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
._storefrontAddress_asf0t_587 svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
}

._storefrontMetadata_asf0t_605 {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
._storefrontMetadata_asf0t_605 span {
  min-height: 27px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #dce6f2;
  border-radius: 999px;
  background: #f8fafc;
  color: #526174;
  font-size: 10px;
  font-weight: 800;
}
._storefrontMetadata_asf0t_605 svg {
  width: 13px;
  height: 13px;
  color: #0a64f9;
}

._mobileStorefrontShortcuts_asf0t_631 {
  display: none;
}

._mobileStoreReturn_asf0t_635 {
  display: none;
}

._storefrontShowcase_asf0t_639 {
  position: relative;
  z-index: 1;
  min-height: 126px;
  padding: 12px 116px 12px 16px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d6e5fa;
  border-radius: 19px;
  background: #eef5ff;
}

._storefrontProductFan_asf0t_652 {
  min-width: 220px;
  height: 102px;
  display: flex;
  align-items: center;
}
._storefrontProductFan_asf0t_652 span {
  width: 78px;
  height: 94px;
  margin-left: -17px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(16, 42, 82, 0.14);
}
._storefrontProductFan_asf0t_652 span:first-child {
  margin-left: 0;
  transform: rotate(-5deg) translateY(3px);
}
._storefrontProductFan_asf0t_652 span:nth-child(2) {
  z-index: 2;
  transform: translateY(-3px);
}
._storefrontProductFan_asf0t_652 span:nth-child(3) {
  transform: rotate(5deg) translateY(3px);
}
._storefrontProductFan_asf0t_652 span img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}

._storefrontOrderBadge_asf0t_688 {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #0a64f9;
}
._storefrontOrderBadge_asf0t_688 > svg {
  width: 19px;
  height: 19px;
}
._storefrontOrderBadge_asf0t_688 > span {
  display: flex;
  flex-direction: column;
}
._storefrontOrderBadge_asf0t_688 small {
  color: #738198;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
._storefrontOrderBadge_asf0t_688 strong {
  color: #13233a;
  font-size: 12px;
  font-weight: 800;
}

._storefrontCta_asf0t_718 {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  border-radius: 8px;
  color: #0a64f9;
  font-size: 12px;
  font-weight: 800;
}
._storefrontCta_asf0t_718 svg {
  width: 15px;
  height: 15px;
}
._storefrontCta_asf0t_718:hover {
  color: #084fc7;
}
._storefrontCta_asf0t_718:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.18);
  outline-offset: 3px;
}

._aisleNavigation_asf0t_743 {
  position: -webkit-sticky;
  position: sticky;
  top: 86px;
  z-index: 16;
  min-width: 0;
  min-height: 82px;
  margin: 0 0 30px;
  padding: 12px;
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr) 154px;
  align-items: center;
  gap: 10px;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #20466f;
  border-radius: 22px;
  background: linear-gradient(118deg, rgba(8, 32, 61, 0.98), rgba(10, 41, 78, 0.97)), #092443;
  box-shadow: 0 18px 38px rgba(8, 29, 57, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
}

._aisleGlow_asf0t_765 {
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 160px;
  top: -116px;
  left: 76px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 121, 255, 0.46) 0, rgba(10, 100, 249, 0.18) 48%, transparent 74%);
  pointer-events: none;
}

._aisleIdentity_asf0t_777 {
  min-width: 0;
  padding: 0 14px 0 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

._aisleIcon_asf0t_786 {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(121, 178, 255, 0.3);
  border-radius: 14px;
  background: linear-gradient(145deg, #1d76ff, #0755d8);
  color: #fff;
  box-shadow: 0 9px 22px rgba(4, 69, 173, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
._aisleIcon_asf0t_786 svg {
  width: 20px;
  height: 20px;
}

._aisleTitle_asf0t_803 {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
._aisleTitle_asf0t_803 small {
  color: #91bdf8;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 13px;
  text-transform: uppercase;
}
._aisleTitle_asf0t_803 strong {
  margin-top: 1px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 23px;
}
._aisleTitle_asf0t_803 em {
  min-width: 28px;
  height: 20px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(117, 175, 255, 0.26);
  border-radius: 999px;
  background: rgba(10, 100, 249, 0.2);
  color: #bbd7ff;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
}

._aisleRailControls_asf0t_844 {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 6px;
}

._aisleRail_asf0t_844 {
  min-width: 0;
  padding: 4px 6px;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 6px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 11px, #000 calc(100% - 11px), transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 11px, #000 calc(100% - 11px), transparent 100%);
}
._aisleRail_asf0t_844::-webkit-scrollbar {
  display: none;
}
._aisleRail_asf0t_844::after {
  width: var(--aisle-tail-space, 0);
  height: 1px;
  content: "";
  flex: 0 0 var(--aisle-tail-space, 0);
}

._aisleLink_asf0t_876 {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.055);
  color: #c9d7e8;
  font-size: 12px;
  font-weight: 750;
  line-height: 16px;
  text-decoration: none;
  white-space: nowrap;
  scroll-snap-align: start;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
._aisleLink_asf0t_876:hover {
  border-color: rgba(119, 176, 255, 0.38);
  background: rgba(36, 111, 224, 0.2);
  color: #fff;
  transform: translateY(-1px);
}
._aisleLink_asf0t_876:focus-visible {
  border-color: #6fabff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(77, 149, 255, 0.3);
}

._aisleLinkActive_asf0t_907 {
  border-color: #fff;
  background: #fff;
  color: #103056;
  box-shadow: 0 8px 20px rgba(4, 19, 38, 0.28);
}
._aisleLinkActive_asf0t_907:hover {
  border-color: #fff;
  background: #fff;
  color: #0a64f9;
}

._aisleScrollButton_asf0t_919 {
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  color: #d7e5f6;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
._aisleScrollButton_asf0t_919 svg {
  width: 17px;
  height: 17px;
}
._aisleScrollButton_asf0t_919:hover:not(:disabled) {
  border-color: rgba(121, 178, 255, 0.38);
  background: rgba(10, 100, 249, 0.24);
  color: #fff;
}
._aisleScrollButton_asf0t_919:focus-visible {
  border-color: #6fabff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(77, 149, 255, 0.28);
}
._aisleScrollButton_asf0t_919:disabled {
  cursor: default;
  opacity: 0.25;
}

._aisleDirectoryTrigger_asf0t_950 {
  min-width: 0;
  min-height: 54px;
  padding: 0 11px;
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(123, 180, 255, 0.42);
  border-radius: 15px;
  background: linear-gradient(145deg, #1370ff, #0755d8);
  color: #fff;
  box-shadow: 0 9px 22px rgba(2, 68, 173, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
._aisleDirectoryTrigger_asf0t_950 > svg:first-child {
  width: 20px;
  height: 20px;
}
._aisleDirectoryTrigger_asf0t_950 > svg:last-child {
  width: 15px;
  height: 15px;
  opacity: 0.75;
  transition: transform 160ms ease;
}
._aisleDirectoryTrigger_asf0t_950 span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
._aisleDirectoryTrigger_asf0t_950 strong {
  font-size: 12px;
  font-weight: 850;
  line-height: 16px;
}
._aisleDirectoryTrigger_asf0t_950 small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.04em;
  line-height: 12px;
  text-transform: uppercase;
}
._aisleDirectoryTrigger_asf0t_950:hover {
  border-color: #9cc6ff;
  box-shadow: 0 12px 26px rgba(2, 68, 173, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}
._aisleDirectoryTrigger_asf0t_950:hover > svg:last-child {
  transform: translateX(2px);
}
._aisleDirectoryTrigger_asf0t_950:focus-visible {
  outline: 3px solid rgba(117, 175, 255, 0.42);
  outline-offset: 3px;
}

._aisleDirectoryOverlay_asf0t_1007 {
  position: fixed;
  z-index: 2100;
  inset: 0;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgba(5, 18, 36, 0.68);
  -webkit-backdrop-filter: blur(10px) saturate(0.9);
          backdrop-filter: blur(10px) saturate(0.9);
  animation: _aisle-overlay-in_asf0t_1 180ms ease-out;
}

._aisleDirectoryDialog_asf0t_1019 {
  width: min(1080px, 100%);
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: #f5f8fc;
  box-shadow: 0 32px 90px rgba(2, 15, 32, 0.42);
  animation: _aisle-dialog-in_asf0t_1 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

._aisleDirectoryHeader_asf0t_1032 {
  position: relative;
  flex: 0 0 auto;
  padding: 25px 28px 23px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  background: radial-gradient(circle at 82% -20%, rgba(61, 137, 255, 0.52), transparent 38%), linear-gradient(125deg, #071a33 0%, #0b315c 100%);
  color: #fff;
}
._aisleDirectoryHeader_asf0t_1032::after {
  position: absolute;
  width: 190px;
  height: 190px;
  right: 15%;
  bottom: -166px;
  content: "";
  border: 28px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

._aisleDirectoryHeading_asf0t_1055 {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
._aisleDirectoryHeading_asf0t_1055 > span {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(131, 186, 255, 0.38);
  border-radius: 17px;
  background: linear-gradient(145deg, #1a78ff, #0755d8);
  box-shadow: 0 12px 28px rgba(1, 61, 157, 0.38);
}
._aisleDirectoryHeading_asf0t_1055 > span svg {
  width: 23px;
  height: 23px;
}
._aisleDirectoryHeading_asf0t_1055 small {
  display: block;
  color: #8fbcf8;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 14px;
  text-transform: uppercase;
}
._aisleDirectoryHeading_asf0t_1055 h2 {
  margin: 2px 0 3px;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.13;
}
._aisleDirectoryHeading_asf0t_1055 p {
  margin: 0;
  color: #b9cae0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

._aisleDirectoryClose_asf0t_1103 {
  position: relative;
  z-index: 2;
  width: auto;
  min-width: 86px;
  height: 42px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
._aisleDirectoryClose_asf0t_1103 svg {
  width: 19px;
  height: 19px;
}
._aisleDirectoryClose_asf0t_1103 span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
._aisleDirectoryClose_asf0t_1103:hover {
  background: rgba(255, 255, 255, 0.15);
}
._aisleDirectoryClose_asf0t_1103:focus-visible {
  outline: 3px solid rgba(122, 180, 255, 0.42);
  outline-offset: 3px;
}

._aisleDirectoryToolbar_asf0t_1137 {
  flex: 0 0 auto;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #dce5f0;
  background: #fff;
}

._aisleDirectorySearch_asf0t_1147 {
  min-width: 0;
  min-height: 48px;
  padding: 0 12px 0 15px;
  display: flex;
  align-items: center;
  flex: 1;
  gap: 10px;
  border: 1px solid #d9e3ef;
  border-radius: 14px;
  background: #f8fafc;
  color: #738198;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
._aisleDirectorySearch_asf0t_1147 > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
._aisleDirectorySearch_asf0t_1147 input {
  width: 100%;
  min-width: 0;
  height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #17233a;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
}
._aisleDirectorySearch_asf0t_1147 input::placeholder {
  color: #8b97aa;
}
._aisleDirectorySearch_asf0t_1147 input::-webkit-search-cancel-button {
  display: none;
}
._aisleDirectorySearch_asf0t_1147 button {
  width: 30px;
  height: 30px;
  padding: 0;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border: 0;
  border-radius: 9px;
  background: #eaf1fa;
  color: #617086;
}
._aisleDirectorySearch_asf0t_1147 button svg {
  width: 15px;
  height: 15px;
}
._aisleDirectorySearch_asf0t_1147:focus-within {
  border-color: #65a1ff;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(10, 100, 249, 0.12);
}

._aisleDirectoryResult_asf0t_1206 {
  min-width: 82px;
  margin: 0;
  color: #748197;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
._aisleDirectoryResult_asf0t_1206 strong {
  color: #0a64f9;
  font-size: 16px;
  font-weight: 850;
}

._aisleDirectoryBody_asf0t_1221 {
  flex: 1 1 auto;
  min-height: 220px;
  padding: 20px 22px 26px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #b8c7da transparent;
  scrollbar-width: thin;
}

._aisleDirectoryGroups_asf0t_1231 {
  columns: 3 280px;
  column-gap: 14px;
}

._aisleDirectoryGroup_asf0t_1231 {
  margin: 0 0 14px;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 42, 78, 0.055);
}

._aisleDirectoryLetter_asf0t_1248 {
  min-height: 42px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8edf4;
  background: #f8fafc;
}
._aisleDirectoryLetter_asf0t_1248 strong {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #e8f1ff;
  color: #0a64f9;
  font-size: 11px;
  font-weight: 900;
}
._aisleDirectoryLetter_asf0t_1248 span {
  color: #8591a3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

._aisleDirectoryItems_asf0t_1276 {
  padding: 5px;
}

._aisleDirectoryItem_asf0t_1276 {
  min-height: 45px;
  padding: 8px 9px 8px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 11px;
  color: #33445c;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}
._aisleDirectoryItem_asf0t_1276 > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
._aisleDirectoryItem_asf0t_1276 strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 750;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._aisleDirectoryItem_asf0t_1276 small {
  margin-top: 1px;
  overflow: hidden;
  color: #8994a6;
  font-size: 8px;
  font-weight: 650;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._aisleDirectoryItem_asf0t_1276 svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: #97a4b6;
  transition: transform 150ms ease;
}
._aisleDirectoryItem_asf0t_1276:hover {
  background: #edf5ff;
  color: #075bdc;
}
._aisleDirectoryItem_asf0t_1276:hover svg {
  color: #0a64f9;
  transform: translate(1px, -1px);
}
._aisleDirectoryItem_asf0t_1276:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.18);
  outline-offset: -1px;
}

._aisleDirectoryItemActive_asf0t_1335 {
  background: #0a64f9;
  color: #fff;
}
._aisleDirectoryItemActive_asf0t_1335 small,
._aisleDirectoryItemActive_asf0t_1335 svg {
  color: rgba(255, 255, 255, 0.75);
}
._aisleDirectoryItemActive_asf0t_1335:hover {
  background: #075bdc;
  color: #fff;
}
._aisleDirectoryItemActive_asf0t_1335:hover svg {
  color: #fff;
}

._aisleDirectoryEmpty_asf0t_1351 {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #748197;
  text-align: center;
}
._aisleDirectoryEmpty_asf0t_1351 > svg {
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  color: #0a64f9;
}
._aisleDirectoryEmpty_asf0t_1351 strong {
  color: #182230;
  font-size: 17px;
  font-weight: 850;
}
._aisleDirectoryEmpty_asf0t_1351 p {
  margin: 5px 0 14px;
  font-size: 12px;
}
._aisleDirectoryEmpty_asf0t_1351 button {
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 11px;
  background: #0a64f9;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

._visuallyHidden_asf0t_1386 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@keyframes _aisle-overlay-in_asf0t_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _aisle-dialog-in_asf0t_1 {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
._merchantCollection_asf0t_1415 {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-bottom: 38px;
  scroll-margin-top: 178px;
  content-visibility: auto;
  contain-intrinsic-size: auto 430px;
}
._merchantCollection_asf0t_1415 ._innerPageSec__title_asf0t_9 {
  min-height: 50px;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

._collectionSkeleton_asf0t_1433 {
  position: relative;
  min-width: 0;
  min-height: 350px;
  margin-bottom: 38px;
  overflow: hidden;
}
._collectionSkeleton_asf0t_1433::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 28%, rgba(255, 255, 255, 0.72) 44%, transparent 60%);
  content: "";
  transform: translateX(-110%);
  animation: _collection-skeleton-shimmer_asf0t_1 1.35s ease-in-out infinite;
  pointer-events: none;
}

._collectionSkeletonHeader_asf0t_1450 {
  min-height: 50px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._collectionSkeletonHeader_asf0t_1450 span {
  height: 18px;
  border-radius: 999px;
  background: #dfe7f1;
}
._collectionSkeletonHeader_asf0t_1450 span:first-child {
  width: min(210px, 42%);
}
._collectionSkeletonHeader_asf0t_1450 span:last-child {
  width: 92px;
}

._collectionSkeletonTrack_asf0t_1469 {
  display: flex;
  gap: 18px;
  overflow: hidden;
}
._collectionSkeletonTrack_asf0t_1469 span {
  height: 285px;
  flex: 0 0 clamp(156px, 19%, 232px);
  border: 1px solid #e0e8f2;
  border-radius: 18px;
  background: linear-gradient(#eef3f8 0 0) 16px 210px/64% 13px no-repeat, linear-gradient(#e4ebf3 0 0) 16px 236px/82% 10px no-repeat, linear-gradient(#f5f8fb 0 0) center 14px/calc(100% - 28px) 178px no-repeat, #fff;
}

@keyframes _collection-skeleton-shimmer_asf0t_1 {
  to {
    transform: translateX(110%);
  }
}
._collectionHeading_asf0t_1487 {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
._collectionHeading_asf0t_1487 h2 {
  margin: 0;
  overflow: hidden;
  color: var(--merchant-ink);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._collectionHeading_asf0t_1487 span {
  color: var(--merchant-muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

._collectionActions_asf0t_1511,
._sliderControls_asf0t_1512 {
  display: flex;
  align-items: center;
}

._collectionActions_asf0t_1511 {
  flex: 0 0 auto;
  gap: 12px;
}

._sliderControls_asf0t_1512 {
  gap: 7px;
}

._merchantCollection_asf0t_1415 ._arrowPrev_asf0t_135,
._merchantCollection_asf0t_1415 ._arrowNext_asf0t_139 {
  position: static;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dfe5ee;
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: #344054;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
._merchantCollection_asf0t_1415 ._arrowPrev_asf0t_135 svg,
._merchantCollection_asf0t_1415 ._arrowNext_asf0t_139 svg {
  width: 18px;
  height: 18px;
}
._merchantCollection_asf0t_1415 ._arrowPrev_asf0t_135:hover:not(:disabled),
._merchantCollection_asf0t_1415 ._arrowNext_asf0t_139:hover:not(:disabled) {
  border-color: var(--merchant-primary);
  background: #edf4ff;
  color: var(--merchant-primary);
}
._merchantCollection_asf0t_1415 ._arrowPrev_asf0t_135:focus-visible,
._merchantCollection_asf0t_1415 ._arrowNext_asf0t_139:focus-visible {
  border-color: var(--merchant-primary);
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}
._merchantCollection_asf0t_1415 ._arrowPrev_asf0t_135:disabled,
._merchantCollection_asf0t_1415 ._arrowNext_asf0t_139:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

._merchantCollection_asf0t_1415 ._viewAll_asf0t_152 {
  position: static;
  min-height: 40px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  color: var(--merchant-primary);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
._merchantCollection_asf0t_1415 ._viewAll_asf0t_152 svg {
  width: 17px;
  height: 17px;
  transition: transform 160ms ease;
}
._merchantCollection_asf0t_1415 ._viewAll_asf0t_152:hover {
  color: var(--merchant-primary-dark);
}
._merchantCollection_asf0t_1415 ._viewAll_asf0t_152:hover svg {
  transform: translateX(2px);
}
._merchantCollection_asf0t_1415 ._viewAll_asf0t_152:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.16);
  outline-offset: 2px;
}

._sliderWrapper_asf0t_1593 {
  min-width: 0;
}

._merchantCollection_asf0t_1415 ._container__swiper_asf0t_1 {
  padding: 3px 2px 14px;
}
._merchantCollection_asf0t_1415 ._container__swiper_asf0t_1 .swiper-wrapper {
  align-items: stretch;
}
._merchantCollection_asf0t_1415 ._container__swiper_asf0t_1 .swiper-slide {
  height: auto;
  display: flex;
}

._merchantError_asf0t_1608 {
  min-height: 240px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #fecaca;
  border-radius: 18px;
  background: #fff5f5;
  color: #9f1d1d;
  text-align: center;
}
._merchantError_asf0t_1608 strong {
  font-size: 18px;
}
._merchantError_asf0t_1608 span {
  max-width: 560px;
  color: #b42318;
  font-size: 13px;
}

@media (max-width: 1100px) and (min-width: 769px) {
  ._storefrontOverview_asf0t_453 {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  ._storefrontShowcase_asf0t_639 {
    max-width: 440px;
  }
  ._aisleNavigation_asf0t_743 {
    grid-template-columns: 148px minmax(0, 1fr) 48px;
  }
  ._aisleIdentity_asf0t_777 {
    padding-right: 10px;
  }
  ._aisleIcon_asf0t_786 {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  ._aisleTitle_asf0t_803 small {
    display: none;
  }
  ._aisleTitle_asf0t_803 strong {
    font-size: 14px;
  }
  ._aisleDirectoryTrigger_asf0t_950 {
    width: 46px;
    min-height: 46px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
  }
  ._aisleDirectoryTrigger_asf0t_950 span,
  ._aisleDirectoryTrigger_asf0t_950 > svg:last-child {
    display: none;
  }
}
@media (max-width: 900px) and (min-width: 769px) {
  ._aisleNavigation_asf0t_743 {
    min-height: 68px;
    padding: 9px;
    grid-template-columns: 96px minmax(0, 1fr) 46px;
    gap: 8px;
    border-radius: 18px;
  }
  ._aisleIdentity_asf0t_777 {
    padding-right: 8px;
    gap: 7px;
  }
  ._aisleIcon_asf0t_786 {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 11px;
  }
  ._aisleIcon_asf0t_786 svg {
    width: 17px;
    height: 17px;
  }
  ._aisleTitle_asf0t_803 strong {
    font-size: 12px;
    line-height: 17px;
  }
  ._aisleTitle_asf0t_803 em {
    display: none;
  }
  ._aisleRailControls_asf0t_844 {
    display: block;
  }
  ._aisleRail_asf0t_844 {
    padding: 2px 5px;
    scroll-padding-inline: 5px;
    scroll-snap-type: inline proximity;
  }
  ._aisleLink_asf0t_876 {
    min-height: 40px;
    padding: 0 14px;
  }
  ._aisleScrollButton_asf0t_919 {
    display: none;
  }
}
@media (max-width: 768px) {
  ._merchantLayout_asf0t_271 {
    display: block !important;
    padding: 16px 16px 40px;
  }
  ._merchantMain_asf0t_291 {
    max-width: 100% !important;
  }
  ._mobileStoreReturn_asf0t_635 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 32;
    top: 8px;
    margin-bottom: 14px;
    display: block;
  }
  ._mobileStoreReturnLink_asf0t_1729 {
    width: min(100%, 520px);
    min-height: 52px;
    padding: 7px 9px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    border: 1px solid #dce6f2;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    color: #182b49;
    text-decoration: none;
    box-shadow: 0 9px 24px rgba(17, 45, 82, 0.13);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }
  ._mobileStoreReturnLink_asf0t_1729:focus-visible {
    outline: 3px solid rgba(10, 100, 249, 0.26);
    outline-offset: 2px;
    border-color: #0a64f9;
  }
  ._mobileStoreReturnLink_asf0t_1729:active {
    transform: scale(0.99);
  }
  ._mobileStoreReturnIcon_asf0t_1755 {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #0a64f9 0%, #5535ff 100%);
    color: #fff;
    box-shadow: 0 7px 16px rgba(44, 75, 219, 0.23);
  }
  ._mobileStoreReturnIcon_asf0t_1755 svg {
    width: 17px;
    height: 17px;
  }
  ._mobileStoreReturnCopy_asf0t_1769 {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
  }
  ._mobileStoreReturnCopy_asf0t_1769 small {
    color: #6b7890;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.075em;
    line-height: 10px;
    text-transform: uppercase;
  }
  ._mobileStoreReturnCopy_asf0t_1769 strong {
    overflow: hidden;
    color: #12233e;
    font-size: 13px;
    font-weight: 800;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  ._mobileStoreReturnContext_asf0t_1792 {
    max-width: 126px;
    min-height: 28px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #ddd8ff;
    border-radius: 999px;
    background: #f2f0ff;
    color: #5535ff;
    font-size: 9px;
    font-weight: 850;
    line-height: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 768px) and (hover: hover) and (pointer: fine) {
  ._mobileStoreReturnLink_asf0t_1729:hover {
    border-color: #b9cce8;
    box-shadow: 0 11px 28px rgba(17, 45, 82, 0.17);
    transform: translateY(-1px);
  }
}
@media (max-width: 768px) {
  ._storefrontOverview_asf0t_453 {
    min-height: 0;
    margin-bottom: 13px;
    padding: 16px;
    display: block;
    border-radius: 19px;
    box-shadow: 0 12px 30px rgba(16, 42, 82, 0.18);
  }
  ._storefrontOverview_asf0t_453::before {
    right: -72px;
  }
  ._storefrontIdentity_asf0t_489 {
    gap: 12px;
  }
  ._storefrontLogo_asf0t_501 {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    border-radius: 15px;
  }
  ._storefrontDetails_asf0t_520 h1 {
    margin: 5px 0 3px;
    font-size: 21px;
  }
  ._storefrontStatus_asf0t_535,
  ._storefrontLabel_asf0t_542 {
    font-size: 9px;
  }
  ._storefrontAddress_asf0t_587 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    line-height: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  ._storefrontAddress_asf0t_587 svg {
    display: none;
  }
  ._storefrontMetadata_asf0t_605 {
    margin-top: 8px;
  }
  ._storefrontMetadata_asf0t_605 span {
    min-height: 24px;
    padding: 0 8px;
    font-size: 9px;
  }
  ._mobileStorefrontShortcuts_asf0t_631 {
    position: relative;
    z-index: 1;
    margin: 11px -16px -16px;
    padding: 9px 16px 10px;
    display: block;
    border-top: 1px solid #dfe7f4;
    background: radial-gradient(circle at 7% 0, rgba(91, 53, 255, 0.1), transparent 38%), linear-gradient(135deg, #f9f8ff 0%, #eef5ff 100%);
  }
  ._mobileStorefrontShortcutGrid_asf0t_1875 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }
  ._mobileStorefrontShortcut_asf0t_631 {
    min-width: 0;
    min-height: 52px;
    padding: 6px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    -webkit-appearance: none;
            appearance: none;
    border: 1px solid #dfe5f2;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #253858;
    font-family: inherit;
    font-size: 9.5px;
    font-weight: 800;
    line-height: 12px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(26, 48, 83, 0.07);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }
  ._mobileStorefrontShortcut_asf0t_631 > span:last-child {
    width: 100%;
    white-space: nowrap;
  }
  ._mobileStorefrontShortcut_asf0t_631:focus-visible {
    outline: 3px solid rgba(10, 100, 249, 0.24);
    outline-offset: 1px;
    border-color: #0a64f9;
  }
  ._mobileStorefrontShortcut_asf0t_631:active {
    transform: scale(0.98);
  }
  ._mobileStorefrontShortcut_asf0t_631[data-shortcut-tone=coupon] {
    border-color: #ddd5ff;
  }
  ._mobileStorefrontShortcut_asf0t_631[data-shortcut-tone=bogo] {
    border-color: #f4dfca;
  }
  ._mobileStorefrontShortcut_asf0t_631[data-shortcut-tone=mix] {
    border-color: #cfe6f5;
  }
  ._mobileStorefrontShortcut_asf0t_631[data-shortcut-tone=repeat] {
    border-color: #cfe8dc;
  }
  ._mobileStorefrontShortcutIcon_asf0t_1928 {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #eeeaff;
    color: #5535ff;
  }
  ._mobileStorefrontShortcutIcon_asf0t_1928 svg {
    width: 14px;
    height: 14px;
  }
  [data-shortcut-tone=bogo] ._mobileStorefrontShortcutIcon_asf0t_1928 {
    background: #fff1e4;
    color: #c45a08;
  }
  [data-shortcut-tone=mix] ._mobileStorefrontShortcutIcon_asf0t_1928 {
    background: #e9f6ff;
    color: #0876aa;
  }
  [data-shortcut-tone=repeat] ._mobileStorefrontShortcutIcon_asf0t_1928 {
    background: #eaf8f1;
    color: #0b7a4b;
  }
}
@media (max-width: 768px) and (hover: hover) and (pointer: fine) {
  ._mobileStorefrontShortcut_asf0t_631:hover {
    border-color: #b9c9e2;
    box-shadow: 0 7px 17px rgba(26, 48, 83, 0.12);
    transform: translateY(-1px);
  }
}
@media (max-width: 768px) {
  ._storefrontShowcase_asf0t_639,
  ._storefrontCta_asf0t_718 {
    display: none;
  }
  ._aisleNavigation_asf0t_743 {
    top: 0;
    min-height: 56px;
    margin: 0 -16px 20px;
    padding: 7px 8px 7px 12px;
    grid-template-columns: auto minmax(0, 1fr) 40px;
    gap: 7px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: 0 10px 26px rgba(7, 29, 57, 0.22);
  }
  ._aisleIdentity_asf0t_777 {
    min-width: auto;
    padding-right: 8px;
    gap: 7px;
    border-right-color: rgba(255, 255, 255, 0.1);
  }
  ._aisleIcon_asf0t_786 {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 10px;
  }
  ._aisleIcon_asf0t_786 svg {
    width: 16px;
    height: 16px;
  }
  ._aisleTitle_asf0t_803 strong {
    gap: 4px;
    font-size: 12px;
    line-height: 16px;
  }
  ._aisleTitle_asf0t_803 em {
    min-width: 24px;
    height: 18px;
    padding: 0 5px;
    font-size: 9px;
  }
  ._aisleTitle_asf0t_803 small {
    display: none;
  }
  ._aisleRailControls_asf0t_844 {
    display: block;
  }
  ._aisleRail_asf0t_844 {
    padding: 2px 5px;
    gap: 6px;
    scroll-padding-inline: 5px;
    scroll-snap-type: inline proximity;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7px, #000 calc(100% - 7px), transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 7px, #000 calc(100% - 7px), transparent 100%);
  }
  ._aisleLink_asf0t_876 {
    min-height: 36px;
    padding: 0 12px;
    border-radius: 11px;
    font-size: 11px;
  }
  ._aisleScrollButton_asf0t_919 {
    display: none;
  }
  ._aisleDirectoryTrigger_asf0t_950 {
    width: 40px;
    min-height: 40px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    border-radius: 12px;
  }
  ._aisleDirectoryTrigger_asf0t_950 > svg:first-child {
    width: 18px;
    height: 18px;
  }
  ._aisleDirectoryTrigger_asf0t_950 span,
  ._aisleDirectoryTrigger_asf0t_950 > svg:last-child {
    display: none;
  }
  ._aisleDirectoryOverlay_asf0t_1007 {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100svh;
    padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
    place-items: stretch center;
    overflow: hidden;
    overscroll-behavior: none;
  }
  ._aisleDirectoryDialog_asf0t_1019 {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    border-radius: 22px;
  }
  ._aisleDirectoryHeader_asf0t_1032 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
    top: 0;
    padding: 18px 17px 17px;
  }
  ._aisleDirectoryHeading_asf0t_1055 {
    gap: 11px;
  }
  ._aisleDirectoryHeading_asf0t_1055 > span {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    border-radius: 13px;
  }
  ._aisleDirectoryHeading_asf0t_1055 > span svg {
    width: 19px;
    height: 19px;
  }
  ._aisleDirectoryHeading_asf0t_1055 small {
    font-size: 8px;
  }
  ._aisleDirectoryHeading_asf0t_1055 h2 {
    margin-top: 1px;
    font-size: 21px;
    line-height: 1.15;
  }
  ._aisleDirectoryHeading_asf0t_1055 p {
    display: none;
  }
  ._aisleDirectoryClose_asf0t_1103 {
    width: auto;
    min-width: 76px;
    height: 38px;
    padding: 0 10px;
    flex-basis: auto;
    gap: 5px;
    border-radius: 11px;
  }
  ._aisleDirectoryClose_asf0t_1103 span {
    font-size: 10px;
  }
  ._aisleDirectoryToolbar_asf0t_1137 {
    padding: 12px;
    gap: 9px;
  }
  ._aisleDirectorySearch_asf0t_1147 {
    min-height: 44px;
  }
  ._aisleDirectorySearch_asf0t_1147 input {
    height: 42px;
    font-size: 12px;
  }
  ._aisleDirectoryResult_asf0t_1206 {
    min-width: 54px;
    font-size: 9px;
  }
  ._aisleDirectoryResult_asf0t_1206 strong {
    display: block;
    font-size: 14px;
    line-height: 15px;
  }
  ._aisleDirectoryBody_asf0t_1221 {
    min-height: 0;
    padding: 12px 12px 20px;
  }
  ._aisleDirectoryGroups_asf0t_1231 {
    columns: 1;
  }
  ._aisleDirectoryGroup_asf0t_1231 {
    margin-bottom: 10px;
    border-radius: 15px;
  }
  ._aisleDirectoryItem_asf0t_1276 {
    min-height: 48px;
  }
  ._aisleDirectoryItem_asf0t_1276 strong {
    font-size: 12px;
  }
  ._merchantCollection_asf0t_1415 {
    max-width: 100%;
    margin-bottom: 30px;
    scroll-margin-top: 70px;
  }
  ._merchantCollection_asf0t_1415 ._innerPageSec__title_asf0t_9 {
    min-height: 44px;
    padding-bottom: 10px;
  }
  ._collectionSkeleton_asf0t_1433 {
    min-height: 316px;
    margin-bottom: 30px;
  }
  ._collectionSkeletonHeader_asf0t_1450 {
    min-height: 44px;
    padding-bottom: 10px;
  }
  ._collectionSkeletonTrack_asf0t_1469 {
    gap: 14px;
  }
  ._collectionSkeletonTrack_asf0t_1469 span {
    height: 260px;
    flex-basis: min(72vw, 250px);
  }
  ._collectionHeading_asf0t_1487 {
    display: block;
  }
  ._collectionHeading_asf0t_1487 h2 {
    max-width: 58vw;
    font-size: 18px;
    line-height: 25px;
  }
  ._collectionHeading_asf0t_1487 span {
    display: block;
    margin-top: 1px;
    font-size: 10px;
  }
  ._sliderControls_asf0t_1512 {
    display: none;
  }
  ._merchantCollection_asf0t_1415 ._viewAll_asf0t_152 {
    min-height: 38px;
    padding: 0;
    font-size: 12px;
  }
  ._merchantCollection_asf0t_1415 ._container__swiper_asf0t_1 {
    overflow: hidden;
    overscroll-behavior-x: contain;
  }
  ._merchantProducts_asf0t_298 .create-wishlist-container {
    min-height: 44px;
    margin-bottom: 12px !important;
    gap: 12px;
  }
  ._merchantProducts_asf0t_298 .wishHeading {
    font-size: 20px;
  }
  ._merchantProducts_asf0t_298 .create-btn-cart {
    min-height: 42px;
    padding: 0 13px;
    border-radius: 12px;
    font-size: 12px;
  }
  ._merchantProducts_asf0t_298 .WishList_default_section {
    min-height: 270px;
    padding: 14px !important;
    border-radius: 18px !important;
  }
  ._merchantProducts_asf0t_298 .single-store-empty-wishlist-page {
    min-height: 240px;
  }
  ._merchantProducts_asf0t_298 .single-store-empty-wishlist-page .empty-wishlist-content {
    padding: 18px 10px 14px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  ._mobileStorefrontShortcut_asf0t_631 {
    min-height: 44px;
    padding: 6px 10px;
    flex-direction: row;
    gap: 7px;
    font-size: 10px;
    line-height: 13px;
    text-align: left;
  }
  ._mobileStorefrontShortcut_asf0t_631 > span:last-child {
    width: auto;
  }
}
@media (max-width: 480px) {
  ._aisleIdentity_asf0t_777 {
    padding-right: 7px;
  }
  ._aisleTitle_asf0t_803 strong {
    font-size: 11px;
  }
  ._aisleTitle_asf0t_803 em {
    display: none;
  }
}
@media (max-width: 374px) {
  ._merchantLayout_asf0t_271 {
    padding-right: 12px;
    padding-left: 12px;
  }
  ._storefrontOverview_asf0t_453 {
    padding: 14px;
  }
  ._mobileStorefrontShortcuts_asf0t_631 {
    margin-right: -14px;
    margin-bottom: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
  }
  ._mobileStoreReturnLink_asf0t_1729 {
    padding-right: 8px;
    padding-left: 8px;
    gap: 8px;
  }
  ._mobileStoreReturnContext_asf0t_1792 {
    max-width: 92px;
    padding-right: 7px;
    padding-left: 7px;
  }
  ._storefrontDetails_asf0t_520 h1 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ._storefrontAddress_asf0t_587 {
    -webkit-line-clamp: 2;
  }
  ._storefrontLabel_asf0t_542 {
    display: none;
  }
  ._aisleNavigation_asf0t_743 {
    margin-right: -12px;
    margin-left: -12px;
    padding-left: 10px;
  }
  ._aisleIdentity_asf0t_777 {
    padding-right: 6px;
  }
  ._aisleIcon_asf0t_786 {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }
  ._aisleTitle_asf0t_803 strong {
    font-size: 11px;
  }
  ._aisleTitle_asf0t_803 em {
    min-width: 22px;
    padding: 0 4px;
  }
  ._collectionHeading_asf0t_1487 {
    max-width: calc(100% - 62px);
  }
  ._collectionHeading_asf0t_1487 h2 {
    max-width: 100%;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    text-overflow: clip;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 359px) {
  ._merchantProducts_asf0t_298 .create-wishlist-container {
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
  }
  ._merchantProducts_asf0t_298 .create-btn-cart {
    width: 100%;
  }
  ._merchantProducts_asf0t_298 .WishList_default_section {
    min-height: 250px;
    padding: 11px !important;
  }
  ._merchantProducts_asf0t_298 .single-store-empty-wishlist-page {
    min-height: 226px;
  }
  ._merchantProducts_asf0t_298 .empty-wishlist-content img {
    width: 62px;
    height: 62px;
  }
  ._merchantProducts_asf0t_298 .empty-wishlist-content h4 {
    font-size: 18px;
  }
  ._merchantProducts_asf0t_298 .empty-wishlist-content .wishlist-para {
    font-size: 12px;
  }
}
._mobileFilterOverlay_asf0t_2342 {
  position: fixed;
  inset: 0;
  z-index: 1800;
  padding: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(4, 18, 38, 0.58);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

._mobileFilterDialog_asf0t_2354 {
  overflow: hidden;
  width: min(100%, 430px);
  max-height: min(780px, 100dvh - 24px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border: 1px solid rgba(185, 207, 235, 0.85);
  border-radius: 24px;
  background: #f8fbff;
  box-shadow: 0 28px 80px rgba(1, 15, 34, 0.32);
  color: #17283f;
}

._mobileFilterHeader_asf0t_2367 {
  min-height: 82px;
  padding: 15px 16px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 11px;
  background: radial-gradient(circle at 65% 140%, rgba(76, 141, 255, 0.28), transparent 45%), linear-gradient(135deg, #09264a, #0a4e99);
  color: #fff;
}
._mobileFilterHeader_asf0t_2367 > span,
._mobileFilterHeader_asf0t_2367 > button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
}
._mobileFilterHeader_asf0t_2367 > span {
  background: #0a6cf2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
._mobileFilterHeader_asf0t_2367 svg {
  width: 19px;
  height: 19px;
}
._mobileFilterHeader_asf0t_2367 small {
  display: block;
  margin-bottom: 1px;
  color: #b7d4f7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
._mobileFilterHeader_asf0t_2367 h2 {
  margin: 0;
  color: #fff;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 26px;
}
._mobileFilterHeader_asf0t_2367 > button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
}
._mobileFilterHeader_asf0t_2367 > button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.48);
  outline-offset: 2px;
}

._mobileFilterBody_asf0t_2422 {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 14px;
  scrollbar-width: thin;
  scrollbar-color: #aabed8 transparent;
}
._mobileFilterBody_asf0t_2422 > section {
  padding: 8px 4px 3px;
  border: 1px solid #dbe5f1;
  border-radius: 18px;
  background: #fff;
}

._mobileFilterFooter_asf0t_2436 {
  padding: 12px 14px max(12px, env(safe-area-inset-bottom));
  border-top: 1px solid #dce5f0;
  background: #fff;
}
._mobileFilterFooter_asf0t_2436 button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 13px;
  background: #0a64f9;
  color: #fff;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 9px 22px rgba(10, 100, 249, 0.22);
}
._mobileFilterFooter_asf0t_2436 button:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.26);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  ._merchantPage_asf0t_252 *,
  ._merchantPage_asf0t_252 *::before,
  ._merchantPage_asf0t_252 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/*============================================
    Product Card   
============================================*/
._text-decoration-none_lrq0k_4 {
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

._product-card_lrq0k_11 {
  padding: 11px 13px;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

._product-image_lrq0k_20 {
  max-width: 126px;
  height: 131px;
  position: relative;
}
._product-image_lrq0k_20 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._out-of-stock-btn_lrq0k_31 {
  color: #f00;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 12px;
  border-radius: 111px;
  background: #ffd3d3;
}

._remove-product-btn_lrq0k_46 {
  position: absolute;
  top: 10px;
  left: 10px;
}
._remove-product-btn_lrq0k_46 svg {
  color: #ff0000;
}
@media (max-width: 576px) {
  ._remove-product-btn_lrq0k_46 {
    top: 5px;
    left: 5px;
  }
}

._product-price_lrq0k_61 {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 4px;
  word-break: break-word;
  flex-wrap: wrap;
  margin-top: 10px;
}
._product-price_lrq0k_61 strong {
  font-size: 16px;
  font-family: Jost;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  font-style: normal;
  white-space: nowrap;
}
._product-price_lrq0k_61 small {
  color: #8d8d8d;
  font-family: Jost;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  white-space: nowrap;
}

._product-title_lrq0k_90 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px !important;
  max-height: 46px;
}

._productTitleLink_lrq0k_104 {
  display: block;
  border-radius: 5px;
  color: inherit;
  text-decoration: none;
}
._productTitleLink_lrq0k_104:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.22);
  outline-offset: 2px;
}

._btn-cart_lrq0k_115 {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  gap: 0;
  isolation: isolate;
  overflow: hidden;
  min-width: 80px;
  justify-content: flex-end;
  cursor: pointer;
  background: none;
  border: none;
  transition: all 0.3s ease;
}
._btn-cart_lrq0k_115 ._add_lrq0k_132 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  background-color: #0a64f9;
  border-radius: 50px 0 0 50px;
  white-space: nowrap;
  position: absolute;
  right: -7px;
  padding: 12px 4px 12px 12px;
  z-index: -1;
  transition: all 0.3s ease;
}
._btn-cart_lrq0k_115 ._variantSelect_lrq0k_146 {
  z-index: 1;
  position: static;
  padding-right: 12px;
}
._btn-cart_lrq0k_115 ._plus-icon_lrq0k_151 {
  width: 35px;
  height: 40px;
  background-color: #0a64f9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 50px 50px 0;
  transition: all 0.3s ease;
}
._btn-cart_lrq0k_115:hover {
  width: 140px;
  opacity: 0.9;
}
._btn-cart_lrq0k_115:hover ._add_lrq0k_132 {
  right: 34px;
  background-color: #003684;
}
._btn-cart_lrq0k_115:hover ._plus-icon_lrq0k_151 {
  background-color: #003684;
}

._btn-remove_lrq0k_173 {
  position: absolute;
  top: 10px;
  left: 10px;
}

._btn-cart-action_lrq0k_179 {
  position: absolute;
  top: 9px;
  right: 5px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  gap: 4px;
  isolation: isolate;
  overflow: hidden;
  background-color: #0a64f9;
}

._btn-plusMinus_lrq0k_192 {
  background-color: #0a64f9 !important;
  box-shadow: none !important;
  min-height: 40px !important;
  min-width: 46px !important;
}
._btn-plusMinus_lrq0k_192:hover {
  background-color: #0a64f9 !important;
}

._btn-plusMinus-text_lrq0k_202 {
  color: #fff;
}

._product-discount_lrq0k_206 {
  font-family: Jost;
  font-style: normal;
  font-size: 13px;
  color: #ff6404;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

._onlyLeft_lrq0k_216 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #ff0000;
  font-size: 14px;
}

@media (max-width: 767px) {
  ._product-image_lrq0k_20 {
    height: 115px;
  }
  ._product-price_lrq0k_61 strong {
    font-size: 16px;
  }
  ._product-price_lrq0k_61 small {
    font-size: 12px;
  }
  ._product-title_lrq0k_90 {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 576px) {
  ._onlyLeft_lrq0k_216 {
    font-size: 10px;
  }
}
._product-deal_lrq0k_245 {
  color: #108910;
}

._product-deal-button_lrq0k_249 {
  background-color: #127D29;
  color: #fff;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 12px;
  display: inline-flex;
}

._merchantProductCard_lrq0k_258 {
  width: 100%;
  min-width: 0;
  min-height: 318px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(213, 222, 234, 0.82);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 38, 68, 0.07);
  font-family: "Manrope", "Jost", sans-serif;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
._merchantProductCard_lrq0k_258 ._text-decoration-none_lrq0k_4 {
  width: 100%;
  margin-top: 0;
  border-radius: 17px;
  outline: none;
  background: #f1f5fa;
}
._merchantProductCard_lrq0k_258 ._text-decoration-none_lrq0k_4:focus-visible {
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.18);
}
._merchantProductCard_lrq0k_258 ._product-image_lrq0k_20 {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1/0.9;
  padding: 16px;
}
._merchantProductCard_lrq0k_258 ._product-image_lrq0k_20 img {
  transition: transform 220ms ease;
}
._merchantProductCard_lrq0k_258 ._product-card-body_lrq0k_293 {
  flex: 1;
  padding: 13px 3px 11px;
}
._merchantProductCard_lrq0k_258 ._product-price_lrq0k_61 {
  min-height: 24px;
  gap: 5px;
  margin: 0 0 6px;
}
._merchantProductCard_lrq0k_258 ._product-price_lrq0k_61 strong {
  color: #152238;
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
}
._merchantProductCard_lrq0k_258 ._product-price_lrq0k_61 small {
  color: #98a2b3;
  font-family: inherit;
  font-size: 12px;
}
._merchantProductCard_lrq0k_258 ._product-title_lrq0k_90 {
  min-height: 42px;
  max-height: 42px;
  margin: 0 !important;
  color: #40506a;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
._merchantProductCard_lrq0k_258 ._product-discount_lrq0k_206 {
  color: #d44f17;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
}
._merchantProductCard_lrq0k_258 ._product-deal_lrq0k_245 {
  width: 100%;
  max-width: 100%;
  margin-top: 6px;
  display: -webkit-box;
  overflow: hidden;
  border-radius: 6px;
  line-height: 15px !important;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 {
  position: static;
  width: -webkit-max-content;
  width: max-content;
  min-width: 0;
  min-height: 40px;
  margin-top: auto;
  align-self: flex-end;
  padding: 0 15px;
  justify-content: center;
  gap: 7px;
  overflow: visible;
  border: 1px solid #102a52;
  border-radius: 999px;
  outline: none;
  background: #102a52;
  color: #fff;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 ._add_lrq0k_132,
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 ._variantSelect_lrq0k_146 {
  position: static;
  z-index: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 ._plus-icon_lrq0k_151 {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: transparent;
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 ._plus-icon_lrq0k_151 svg {
  width: 19px;
  height: 19px;
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115:hover {
  width: -webkit-max-content;
  width: max-content;
  border-color: #0a64f9;
  background: #0a64f9;
  opacity: 1;
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115:hover ._add_lrq0k_132,
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115:hover ._plus-icon_lrq0k_151 {
  position: static;
  background: transparent;
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115:focus-visible {
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.2);
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115:disabled {
  cursor: wait;
  opacity: 0.72;
}
._merchantProductCard_lrq0k_258 ._btn-cart-action_lrq0k_179 {
  position: static;
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  justify-content: space-between;
  gap: 0;
  overflow: hidden;
  border: 1px solid #0a64f9;
  border-radius: 12px;
  background: #edf4ff;
}
._merchantProductCard_lrq0k_258 ._btn-plusMinus_lrq0k_192 {
  min-width: 44px !important;
  min-height: 44px !important;
  border-radius: 0 !important;
}
._merchantProductCard_lrq0k_258 ._btn-plusMinus_lrq0k_192:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.22);
  outline-offset: -3px;
}
._merchantProductCard_lrq0k_258 ._btn-plusMinus-text_lrq0k_202 {
  color: #0a64f9;
  font-size: 14px;
  font-weight: 800;
}
._merchantProductCard_lrq0k_258 ._out-of-stock-btn_lrq0k_31 {
  position: static;
  width: -webkit-max-content;
  width: max-content;
  min-height: 34px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #fecaca;
  border-radius: 999px;
  background: #fff1f2;
  color: #c52828;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  padding: 0 12px;
}
._merchantProductCard_lrq0k_258 ._remove-product-btn_lrq0k_46:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  ._product-card_lrq0k_11:hover {
    transform: translateY(-2px);
  }
  ._merchantProductCard_lrq0k_258:hover {
    transform: translateY(-3px);
    border-color: #cbd7e7;
    box-shadow: 0 18px 38px rgba(16, 38, 68, 0.14);
  }
  ._merchantProductCard_lrq0k_258:hover ._product-image_lrq0k_20 img {
    transform: scale(1.035);
  }
}
@media (max-width: 767px) {
  ._merchantProductCard_lrq0k_258 {
    min-height: 326px;
    padding: 11px;
    border-radius: 19px;
  }
  ._merchantProductCard_lrq0k_258 ._product-image_lrq0k_20 {
    height: auto;
    padding: 14px;
  }
  ._merchantProductCard_lrq0k_258 ._product-card-body_lrq0k_293 {
    padding: 10px 1px 8px;
  }
  ._merchantProductCard_lrq0k_258 ._product-price_lrq0k_61 strong {
    font-size: 15px;
  }
  ._merchantProductCard_lrq0k_258 ._product-title_lrq0k_90 {
    min-height: 38px;
    max-height: 38px;
    font-size: 13px;
    line-height: 19px;
  }
  ._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115,
  ._merchantProductCard_lrq0k_258 ._btn-cart-action_lrq0k_179,
  ._merchantProductCard_lrq0k_258 ._out-of-stock-btn_lrq0k_31 {
    min-height: 40px;
  }
  ._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 {
    padding: 0 8px;
  }
  ._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 ._add_lrq0k_132,
  ._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 ._variantSelect_lrq0k_146 {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._merchantProductCard_lrq0k_258,
  ._merchantProductCard_lrq0k_258 * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* Expressive storefront card treatment, scoped to merchant catalogs. */
._merchantProductCard_lrq0k_258 {
  --card-blue: #0866ff;
  --card-navy: #0b2345;
  --card-ink: #12213a;
  min-height: 348px;
  isolation: isolate;
  padding: 10px;
  border: 1px solid #d6e1ef;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(238, 245, 255, 0.74), transparent 38%), #fff;
  box-shadow: 0 1px 2px rgba(11, 35, 69, 0.04), 0 12px 30px rgba(11, 35, 69, 0.08);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
._merchantProductCard_lrq0k_258::before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 28px;
  left: 28px;
  height: 3px;
  content: "";
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0866ff, #4a8dff 55%, #7fb3ff);
  box-shadow: 0 2px 8px rgba(8, 102, 255, 0.16);
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: center;
  transition: opacity 180ms ease, transform 220ms ease;
  pointer-events: none;
}
._merchantProductCard_lrq0k_258 ._text-decoration-none_lrq0k_4 {
  position: relative;
  min-height: 0;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(213, 225, 240, 0.9);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 44%, #fff 0 30%, transparent 68%), linear-gradient(145deg, #f7faff, #eaf1f9);
}
._merchantProductCard_lrq0k_258 ._text-decoration-none_lrq0k_4::after {
  position: absolute;
  right: -36px;
  bottom: -46px;
  width: 112px;
  height: 112px;
  content: "";
  border: 18px solid rgba(8, 102, 255, 0.055);
  border-radius: 50%;
  pointer-events: none;
}
._merchantProductCard_lrq0k_258 ._product-image_lrq0k_20 {
  min-height: 0;
  flex: 0 0 auto;
  aspect-ratio: 1/0.88;
  padding: 18px;
  overflow: hidden;
}
._merchantProductCard_lrq0k_258 ._product-image_lrq0k_20 img {
  position: relative;
  z-index: 1;
  display: block;
  filter: drop-shadow(0 12px 12px rgba(30, 53, 84, 0.12));
  transition: filter 220ms ease, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
._merchantProductCard_lrq0k_258 ._merchantSavingsBadge_lrq0k_570,
._merchantProductCard_lrq0k_258 ._merchantStockBadge_lrq0k_571 {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  min-height: 27px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}
._merchantProductCard_lrq0k_258 ._merchantSavingsBadge_lrq0k_570 {
  border: 1px solid rgba(4, 120, 87, 0.15);
  background: #dff9ed;
  color: #087653;
  box-shadow: 0 6px 16px rgba(4, 120, 87, 0.12);
}
._merchantProductCard_lrq0k_258 ._merchantStockBadge_lrq0k_571 {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #b54708;
}
._merchantProductCard_lrq0k_258 ._product-card-body_lrq0k_293 {
  padding: 12px 4px 10px;
}
._merchantProductCard_lrq0k_258 ._merchantCardMeta_lrq0k_601 {
  min-width: 0;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
._merchantProductCard_lrq0k_258 ._merchantCardMeta_lrq0k_601 span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  color: #52627a;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
._merchantProductCard_lrq0k_258 ._merchantCardMeta_lrq0k_601 i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #18a66a;
  box-shadow: 0 0 0 3px rgba(24, 166, 106, 0.11);
}
._merchantProductCard_lrq0k_258 ._merchantCardMeta_lrq0k_601 small {
  flex: 0 0 auto;
  color: #0866ff;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}
._merchantProductCard_lrq0k_258 ._product-price_lrq0k_61 {
  min-height: 27px;
  gap: 6px;
  margin-bottom: 5px;
}
._merchantProductCard_lrq0k_258 ._product-price_lrq0k_61 strong {
  color: var(--card-ink);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.035em;
}
._merchantProductCard_lrq0k_258 ._product-title_lrq0k_90 {
  min-height: 40px;
  max-height: 40px;
  color: #354761;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.012em;
  line-height: 20px;
}
._merchantProductCard_lrq0k_258 ._product-discount_lrq0k_206 {
  min-height: 22px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccebdd;
  border-radius: 999px;
  background: #effbf6;
  color: #087653;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 {
  width: 100%;
  min-width: 100%;
  min-height: 46px;
  align-self: stretch;
  padding: 0 14px;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #0a3e8e;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b2d5b, #0a4ca7);
  box-shadow: 0 9px 18px rgba(10, 63, 143, 0.18);
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 ._add_lrq0k_132,
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 ._variantSelect_lrq0k_146 {
  font-weight: 850;
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 ._plus-icon_lrq0k_151 {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.12);
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115:hover {
  width: 100%;
  border-color: var(--card-blue);
  background: linear-gradient(135deg, #075fdc, #0878ff);
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(8, 102, 255, 0.24);
}
._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115:hover ._plus-icon_lrq0k_151 {
  background: rgba(255, 255, 255, 0.14);
}
._merchantProductCard_lrq0k_258 ._btn-cart-action_lrq0k_179 {
  min-height: 46px;
  border-radius: 14px;
}
._merchantProductCard_lrq0k_258 ._out-of-stock-btn_lrq0k_31 {
  width: 100%;
  min-height: 46px;
  justify-content: center;
  border-radius: 14px;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 {
  min-height: 0;
}
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._text-decoration-none_lrq0k_4 {
  position: static;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._text-decoration-none_lrq0k_4::before {
  position: absolute;
  z-index: 5;
  inset: 0;
  content: "";
  border-radius: inherit;
}
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._text-decoration-none_lrq0k_4::after {
  display: none;
}
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._text-decoration-none_lrq0k_4:focus-visible {
  box-shadow: none;
}
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._text-decoration-none_lrq0k_4:focus-visible::before {
  box-shadow: inset 0 0 0 3px rgba(8, 102, 255, 0.42);
}
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._product-image_lrq0k_20 {
  aspect-ratio: 1/0.76;
  overflow: hidden;
  border: 1px solid rgba(213, 225, 240, 0.9);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 44%, #fff 0 30%, transparent 68%), linear-gradient(145deg, #f7faff, #eaf1f9);
}
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._product-image_lrq0k_20::after {
  position: absolute;
  right: -36px;
  bottom: -46px;
  width: 112px;
  height: 112px;
  content: "";
  border: 18px solid rgba(8, 102, 255, 0.055);
  border-radius: 50%;
  pointer-events: none;
}
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._product-card-body_lrq0k_293 {
  flex: 0 0 auto;
  padding-bottom: 4px;
}
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._merchantCardMeta_lrq0k_601 {
  gap: 5px;
}
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._merchantCardMeta_lrq0k_601 span,
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._merchantCardMeta_lrq0k_601 small {
  font-size: 10px;
}
._merchantProductCard_lrq0k_258._merchantBrowseOnlyCard_lrq0k_719 ._merchantCardMeta_lrq0k_601 span {
  letter-spacing: 0.035em;
}

@media (hover: hover) and (pointer: fine) {
  ._merchantProductCard_lrq0k_258:hover {
    transform: none;
    border-color: #b9cce4;
    box-shadow: 0 22px 42px rgba(11, 35, 69, 0.16);
  }
  ._merchantProductCard_lrq0k_258:hover::before {
    opacity: 1;
    transform: scaleX(1);
  }
  ._merchantProductCard_lrq0k_258:hover ._product-image_lrq0k_20 img {
    filter: drop-shadow(0 16px 15px rgba(30, 53, 84, 0.17));
    transform: translateY(-3px) scale(1.055);
  }
}
@media (hover: none) and (pointer: coarse) {
  ._merchantProductCard_lrq0k_258 ._product-image_lrq0k_20 img {
    filter: none;
    transition: none;
  }
}
@media (max-width: 767px) {
  ._merchantProductCard_lrq0k_258 {
    min-height: 330px;
    padding: 9px;
    border-radius: 21px;
  }
  ._merchantProductCard_lrq0k_258 ._product-image_lrq0k_20 {
    padding: 13px;
  }
  ._merchantProductCard_lrq0k_258 ._product-card-body_lrq0k_293 {
    padding: 10px 2px 8px;
  }
  ._merchantProductCard_lrq0k_258 ._merchantCardMeta_lrq0k_601 small {
    display: none;
  }
  ._merchantProductCard_lrq0k_258 ._product-price_lrq0k_61 strong {
    font-size: 16px;
  }
  ._merchantProductCard_lrq0k_258 ._product-title_lrq0k_90 {
    min-height: 38px;
    max-height: 38px;
    font-size: 13px;
    line-height: 19px;
  }
  ._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115,
  ._merchantProductCard_lrq0k_258 ._btn-cart-action_lrq0k_179,
  ._merchantProductCard_lrq0k_258 ._out-of-stock-btn_lrq0k_31 {
    min-height: 43px;
  }
  ._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 {
    padding: 0 7px;
    justify-content: center;
    gap: 0;
    overflow: hidden;
  }
  ._merchantProductCard_lrq0k_258 ._btn-cart_lrq0k_115 ._plus-icon_lrq0k_151 {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._merchantProductCard_lrq0k_258,
  ._merchantProductCard_lrq0k_258::before,
  ._merchantProductCard_lrq0k_258 * {
    transition: none !important;
  }
}:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: QuicksandLight;
  src: url(/vite-assets/Quicksand-Light-BYeyS-Nc.ttf);
}
@font-face {
  font-family: QuicksandBold;
  src: url(/vite-assets/Quicksand-Bold-CIhu2lJL.ttf);
}

@font-face {
  font-family: QuicksandMedium;
  src: url(/vite-assets/Quicksand-Medium-W7M8sNy_.ttf);
}

@font-face {
  font-family: QuicksandRegular;
  src: url(/vite-assets/Quicksand-Regular-D57vDJ8Q.ttf);
}

@font-face {
  font-family: QuicksandSemiBold;
  src: url(/vite-assets/Quicksand-SemiBold-CIusTgN6.ttf);
}

/* font-family: QuicksandRegular, 'Quicksand' !important; */
.headerSummery {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
}

.headerSummeryDiv {
  width: 80%;
  /* border:1px solid red; */
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: space-between;
  /* border:1px solid green; */
  position: relative;
  margin-bottom: 10px;
}
.orderSummeryCarosuelSlider {
  left: 0 !important;
  right: 25%;
}
.carouselIcon > .carousel-control-prev > .carousel-control-prev-icon {
  background-image: none !important;
}
.carouselIcon > .carousel-control-next > .carousel-control-next-icon {
  background-image: none !important;
}
.carouselIcon > .carousel-indicators {
  display: none;
}

.carousel-indicators li {
  visibility: hidden;
}
.order-summery-carosuel {
  position: relative;
}
.order-summery-carousel-details {
  position: absolute;
  top: 60px;
  right: 40%;
}
.order-summery-bannerText {
  color: #ffffff;
  font-size: 16px;
  font-family: QuicksandRegular, 'regular';
}
.order-summery-drop-down .dropdown-toggle {
  color: #202020;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: white;
  border: none;
  padding: 5px;
}
.order-summery-drop-down {
  position: absolute;
  right: 0;
  top: 10px;
}
.order-summery-drop-down .btn:hover {
  background-color: #ffffff;
  color: #202020;
}
.order-summery-drop-down .btn.show,
.btn:first-child:active {
  background: #ffffff !important;
  color: #202020 !important;
}
.order-summery-icon-div {
  display: flex;
  margin-bottom: 10px;
}
.order-summery-banner-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #0a64f9;
  text-align: center;
  color: #ffff !important;
  margin-right: 15px;
}
/* .show{
    background:white !important;
} */

/* ----------- main section  ------------------*/
.mainSection {
  width: 100%;
  height: auto;
  /* border: 1px solid red; */
  /* padding-top: 30px; */
  margin-top: 30px;
}
/* ----------- main section  ------------------*/
/* ----------- main mid section -------------- */
.MidMainSection {
  width: 80%;
  margin: auto;
  /* border:2px solid rgb(60, 5, 105); */
  display: flex;
}
/* ----------- main mid section end -------------- */
/* ----------- Left div start --------------------- */
.LeftMidMainSection {
  width: 60%;
  /* padding-right: 30px; */
}
.orderStatus {
  /* padding-right: 60px;
     */
  width: 90%;
  position: relative;
}
.progressBar {
  display: flex;
  justify-content: space-between;
  /* border:1px solid green; */
}
.OrderSummeryimageSize {
  width: 30px;
}
.trackIconImageCircle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid green;
  margin: 0 auto;
}
.deliverySection {
  margin-top: 20px;
}
.DeliveryImageSection {
  /* border:1px solid rgb(172, 211, 120); */
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 20px;
}
.OrderImagePrice {
  width: 10%;
  /* border: 1px solid red; */
}
.OrderImageDescription {
  width: 90%;
  /* border:2px solid green; */
  padding-left: 2%;
}
.deliveryImageSize {
  width: 60px;
  height: 60px;
  background-size: cover;
  /* background-color: */
}
.orderDeliveryprice {
  display: flex;
  justify-content: space-between;
}
.order-Delivery-price-Number {
  color: #2e2e2e;
  font-size: 18px;
  font-family: QuicksandMedium, 'Quicksand';
}
.order-Delivery-price-Numberbolf {
  /* display: flex;
    justify-content: space-between; */
  color: #2e2e2e;
  font-size: 18px;
  font-family: QuicksandBold, 'Quicksand';
}
.trackIconImage {
  text-align: center;
}
.hrLine {
  width: 95%;
  border: 0.5px solid #c6cfdb;
  opacity: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.orderSummeryList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.orderSumeryText {
  color: #6a6969;
  font-size: 18px;
  font-family: QuicksandMedium, 'Quicksand';
}
.orderSumeryText-number {
  color: #6a6969;
  font-size: 18px;
  font-family: QuicksandSemiBold, 'Quicksand';
}
.orderSumeryTextRefund {
  color: #e6962e;
  font-size: 18px;
  font-family: QuicksandMedium, 'Quicksand';
}
.tracking-status-text {
  font-size: 16px;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  color: #000000;
}
.order-summery-grand-total {
  color: #000000;
  font-size: 18px;
  font-family: QuicksandBold, 'Quicksand';
}
.lineData {
  width: 80px;
  border-top: 2px solid #d4d4d4d4;
}
/* .main{
    width: 80px;
    border-top:2px solid #D4D4D4D4;
} */
.order-summery-quantity {
  font-size: 22px;
  font-family: QuicksandBold, 'Quicksand';
  color: #f55353;
}

/*-------------------- left div end here------------- */
/* --------------------Right div start here ---------- */
.RightMidMainSection {
  width: 40%;
  border-left: 0.5px solid #c6cfdb;
  top: 0;
  opacity: 1;
  /* border:2px solid green; */
  padding-left: 40px;
  /* border:2px solid rgb(128, 15, 0);
     */
}
.order-summery-right-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  /* padding-bottom: 10px;
    border-bottom: 0.5px solid #C6CFDB;
    opacity: 1; */
}
.order-summery-right-header-section {
  display: flex;
  justify-content: space-between;
}
.order-summery-success {
  width: 80px;
  padding: 5px;
  border-radius: 5px;
  background-color: #2ecf89;
  color: #ffffff;
  text-align: center;
  border: 1px solid #2ecf89;
}
.order-Sumery-Text-amount {
  color: #000000;
  font-family: QuicksandBold, 'Quicksand';
  font-size: 18px;
}
.order-Sumery-text-right {
  color: #000000;
  font-size: 14px;
  font-family: QuicksandBold, 'Quicksand';
}
.RightMidMainSection
  > .orderSummeryList
  > .orderSummeryLeftList
  > .orderSumeryText {
  font-size: 14px;
}
.order-summery-identification
  > .orderSummeryList
  > .orderSummeryLeftList
  > .orderSumeryText {
  font-size: 14px;
}
.order-Sumery-payment-Text {
  font-size: 18px;
  font-family: QuicksandSemiBold, 'Quicksand';
  color: #3a3a3a;
}
/* .order-summery-right-customer-header > .order-summery-text-success{
    background-color:#D8D8D8;
    width: 110px;
    height: 25px;
    padding: 3px 0px;
    border-radius:5px;
    color: #2B2B2B;
    text-align: center;
    font-size: 12px;
    font-family: QuicksandMedium ,'Quicksand';
   
} */
.order-summery-text-success-billing {
  background-color: #2ecf89;
  border: 1px solid #2ecf89;
  width: 110px;
  height: 25px;
  padding: 3px 0px;
  border-radius: 5px;
  color: #2b2b2b;
  text-align: center;
  font-size: 12px;
  font-family: QuicksandMedium, 'Quicksand';
}
.order-summery-text-success {
  background-color: #d8d8d8;
  width: 110px;
  height: 25px;
  padding: 3px 0px;
  border-radius: 5px;
  color: #2b2b2b;
  text-align: center;
  font-size: 12px;
  font-family: QuicksandMedium, 'Quicksand';
}
.billing-top-div {
  display: flex;
  justify-content: space-between;
}
.order-summery-address {
  width: 70%;
  /* border:1px solid green; */
}
.order-address-image {
  padding-right: 5px;
}
.order-summery-address {
  color: #3a3a3a;
  font-size: 14px;
  font-family: QuicksandMedium, 'Quicksand';
}
.order-address-dive {
  margin-bottom: 20px;
}
.order-address-customer-delivery {
  margin-top: 30px;
  margin-bottom: 30px;
  /* display: flex; */
}
.order-summery-right-customer-header {
  display: flex;
  justify-content: space-between;
}
.font-header-right {
  font-size: 22px;
  font-family: QuicksandBold, 'Quicksand';
  color: #202020;
  /* margin-bottom: 40px; */
  opacity: 1;
}
.left-font-header {
  font-size: 22px;
  font-family: QuicksandBold, 'Quicksand';
  color: #202020;
  opacity: 1;
  /* margin-bottom: 40px;
  padding-bottom: 20px; */
  /* border-bottom: 1px solid #c6cfdb; */
}
.left-font-header img {
  width: 100%;
  margin-top: 20px;
}
.font-header-right-text {
  font-size: 16px;
  font-family: QuicksandBold, 'Quicksand';
  color: #000000;
}
.order-summry-id-cart-details {
  width: 90%;
  height: auto;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.order-summery-profile-page {
  width: 328px;
  height: 168px;
}
.id-cart-image {
  width: 90%;
}
.carousel-Image-size {
  height: 40vh;
}
/* ----------- Right div end--------------------- */

.orderSummeryBanner {
  width: 100%;
  height: 300px;
  position: relative;
}
.orderSummeryBanner img {
  width: 100%;
  height: auto;
}
.orderSummeryBannerContent {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 45%;
  top: 50%;
  transform: translateY(-50%);
}
.orderSummeryBannerContent img {
  width: auto;
}
.orderSummeryBannerContent p {
  width: 100%;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-family: QuicksandRegular;
}
.orderSummeryBannerContent p img {
  margin-right: 10px;
  float: left;
  display: table;
  position: relative;
  top: -2px;
}
.orderSummeryBannerContent p span {
  display: table;
}
.orderSummery_head {
  /* font-size: 22px; */
  font-size: clamp(16px, 2vw, 19px);
  font-family: QuicksandBold;
  color: #202020;
}
.orderSummery_head span {
  color: #f55353;
  margin-left: 10px;
}
.OrderSummeryProductArea {
  width: 100%;
  height: auto;
  display: inline-block;
  /* border-bottom: 1px solid #c6cfdb; */
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.OrderSummeryProductDiv {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 40px;
}
.OrderSummeryProductL {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 4px;
  border: 1px solid #c6cfdb;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.OrderSummeryProductL img {
  width: 100%;
  height: auto;
  right: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.OrderSummeryProductR {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-left: 90px;
}
.OrderSummeryProductRTop {
  width: 100%;
  height: auto;
  display: inline-block;
}
.OrderSummeryProductRTop h4 {
  font-size: 18px;
  color: #000;
  font-family: QuicksandBold;
}
.OrderSummeryProductRBottom {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: inline-block;
}
.OrderSummeryProductRBottomL {
  width: 33.33%;
  height: auto;
  float: left;
}
.OrderSummeryProductRBottomL span {
  color: #2e2e2e;
  font-size: 20px;
  font-family: 'QuicksandSemiBold';
}
.OrderSummeryProductRBottomM {
  width: 33.33%;
  height: auto;
  float: left;
  text-align: center;
}
.OrderSummeryProductRBottomM span {
  color: #000000;
  font-size: 20px;
  font-family: 'QuicksandSemiBold';
}
.OrderSummeryProductRBottomR {
  width: 33.33%;
  height: auto;
  float: left;
  text-align: right;
}
.OrderSummeryProductRBottomR span {
  color: #2e2e2e;
  font-size: 20px;
  font-family: 'QuicksandSemiBold';
}
.OrderSummeryItemArea {
  width: 100%;
  height: auto;
  display: inline-block;
}
.OrderSummeryItemDiv {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 20px;
}
.OrderSummeryItemDiv p {
  font-size: clamp(14px, 2vw, 16px);
  color: #6a6969;
  font-family: QuicksandSemiBold;
  margin-bottom: 10px !important;
}

.OrderSummeryItemDiv p span {
  float: right;
}
.OrderSummeryItemDiv p.yellowclr {
  color: #e6962e;
}
.OrderSummeryItemDiv p.blackclr {
  color: #000;
}
.orderSummeryRightTop {
  width: 100%;
  height: auto;
  display: inline-block;
  border-bottom: 1px solid #c6cfdb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.orderSummeryRightTopL {
  width: 60%;
  height: auto;
  float: left;
}
.orderSummeryRightTopR {
  width: 40%;
  height: auto;
  float: left;
  text-align: right;
}
.orderSummeryRightTopR span.successbtn {
  background: #2ecf89;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-family: QuicksandMedium;
  padding: 6px 12px;
  border-radius: 4px;
  position: relative;
  top: 4px;
}
.orderSummeryRightTopC p {
  color: #6a6a6a;
  font-size: 14px;
  font-family: QuicksandMedium;
  /* margin-bottom: 10px !important; */
}
.orderSummeryRightTopC p span {
  float: right;
  font-family: 'QuicksandBold';
  color: #000;
}
.orderSummeryRightTopC p.amountrow {
  font-size: 18px;
  font-family: 'QuicksandBold';
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #c6cfdb;
  padding-bottom: 20px;
}
.orderSummeryCustomerDetailsArea .orderSummery_head {
  margin-bottom: 10px;
}
.orderSummeryCustomerDetailsArea {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid #c6cfdb;
  padding-bottom: 20px;
  padding-top: 20px;
}
.orderSummeryCustomerDetailsInner {
  width: 100%;
  height: auto;
  display: inline-block;
}
.orderSummeryCustomerDetailsInner h5 {
  font-size: 18px;
  margin-top: 10px;
  font-family: QuicksandSemiBold;
  color: #3a3a3a;
  margin-bottom: 10px;
}
.orderSummeryCustomerDetailsInner h5 span {
  font-size: 12px;
  color: #fff;
  font-family: QuicksandSemiBold;
  padding: 6px 12px;
  border-radius: 4px;
  float: right;
  position: relative;
  top: -2px;
  width: 124px;
  text-align: center;
}
.orderSummeryCustomerDetailsInner p {
  color: #3a3a3a;
  font-size: 14px;
  font-family: QuicksandMedium;
  margin-bottom: 10px;
}
.orderSummeryCustomerDetailsInner p.pleftright {
  display: inline-block;
  margin-right: 20px;
}
.btngreen_orderSummery {
  background-color: #2ecf89;
  background-color: #1c1c1c;
}
.btngrey_orderSummery {
  background-color: #d8d8d8;
}
.orderSummeryIdentification h1 {
  margin-bottom: 20px;
}
.ordersummaryR_div_file {
  width: 90%;
  height: auto;
  margin: 0 auto;
  position: relative;
  margin-bottom: 35px;
  margin-top: 20px;
}
.photo_area {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  position: relative;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  background: #e4e4e4;
}
#img_container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.photo_area img {
  width: 90%;
  height: auto;
}
.photo_area_text {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 145px;
  margin: 0 auto;
  text-align: center;
  z-index: 11;
}
.photo_area_text span {
  font-family: 'QuicksandBold';
  color: #202020;
  display: block;
  background: #fff;
  padding: 6px 0px;
  border-radius: 100px;
  box-shadow: 0 0 10px #00000029;
  font-size: 16px;
}

.GrandTotalRow {
  background-color: #eff5ff;
  padding: 1rem;
  font-size: clamp(16px, 2vw, 19px) !important;
  margin: 0px !important;
}

p.redclr span {
  color: #e61f1f !important;
}

.orderSummery_head {
  margin: 0px;
}

.text-responsiveClampContentText {
  font-size: clamp(14px, 2vw, 16px);
}





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: QuicksandLight;
  src: url(/vite-assets/Quicksand-Light-BYeyS-Nc.ttf);
}
@font-face {
  font-family: QuicksandBold;
  src: url(/vite-assets/Quicksand-Bold-CIhu2lJL.ttf);
}

@font-face {
  font-family: QuicksandMedium;
  src: url(/vite-assets/Quicksand-Medium-W7M8sNy_.ttf);
}

@font-face {
  font-family: QuicksandRegular;
  src: url(/vite-assets/Quicksand-Regular-D57vDJ8Q.ttf);
}

@font-face {
  font-family: QuicksandSemiBold;
  src: url(/vite-assets/Quicksand-SemiBold-CIusTgN6.ttf);
}

@font-face {
  font-family: QuicksandLight;
  src: url(/vite-assets/Quicksand-Light-BYeyS-Nc.ttf);
}
/* font-family: QuicksandRegular, 'Quicksand' !important; */
.headerSummery {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  /* padding: 0 20px; */
  /* padding: 0px 11px 0px 6px; */
}
@media (max-width: 480px) {
  .headerSummery {
    padding: 0;
  }
}

.headerSummeryDiv {
  width: 80%;
  /* border:1px solid red; */
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: space-between;
  /* border:1px solid green; */
  position: relative;
  margin-bottom: 10px;
}
.orderSummeryCarosuelSlider {
  left: 0 !important;
  right: 25%;
}
.carouselIcon > .carousel-control-prev > .carousel-control-prev-icon {
  background-image: none !important;
}
.carouselIcon > .carousel-control-next > .carousel-control-next-icon {
  background-image: none !important;
}
.carouselIcon > .carousel-indicators {
  display: none;
}

.carousel-indicators li {
  visibility: hidden;
}
.order-summery-carosuel {
  position: relative;
}
.order-summery-carousel-details {
  position: absolute;
  top: 60px;
  right: 40%;
}
.order-summery-bannerText {
  color: #ffffff;
  font-size: 16px;
  font-family: QuicksandRegular, 'regular';
}
.order-summery-drop-down .dropdown-toggle {
  color: #202020;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: white;
  border: none;
  padding: 5px;
}
.order-summery-drop-down {
  position: absolute;
  right: 0;
  top: 10px;
}
.order-summery-drop-down .btn:hover {
  background-color: #ffffff;
  color: #202020;
}
.order-summery-drop-down .btn.show,
.btn:first-child:active {
  background: #ffffff !important;
  color: #202020 !important;
}
.order-summery-icon-div {
  display: flex;
  margin-bottom: 10px;
}
.order-summery-banner-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #0a64f9;
  text-align: center;
  color: #ffff !important;
  margin-right: 15px;
}
/* .show{
    background:white !important;
} */

/* ----------- main section  ------------------*/
.mainSection {
  width: 100%;
  height: auto;
  /* border: 1px solid red; */
  /* padding-top: 30px; */
  margin-top: 30px;
}
/* ----------- main section  ------------------*/
/* ----------- main mid section -------------- */
.MidMainSection {
  width: 80%;
  margin: auto;
  /* border:2px solid rgb(60, 5, 105); */
  display: flex;
}

@media (max-width: 768px) {
  .MidMainSection {
    width: 90%;
  }
  .left-font-header img {
    margin-left: 0;
    margin-right: 0;
  }
}
/* ----------- main mid section end -------------- */
/* ----------- Left div start --------------------- */
.LeftMidMainSection {
  width: 60%;
  /* padding-right: 30px; */
}
.orderStatus {
  /* padding-right: 60px;
     */
  width: 90%;
  position: relative;
}
.progressBar {
  display: flex;
  justify-content: space-between;
  /* border:1px solid green; */
}
.OrderSummeryimageSize {
  width: 30px;
}
.trackIconImageCircle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid green;
  margin: 0 auto;
}
.deliverySection {
  margin-top: 20px;
}
.DeliveryImageSection {
  /* border:1px solid rgb(172, 211, 120); */
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 20px;
}
.OrderImagePrice {
  width: 10%;
  /* border: 1px solid red; */
}
.OrderImageDescription {
  width: 90%;
  /* border:2px solid green; */
  padding-left: 2%;
}
.deliveryImageSize {
  width: 60px;
  height: 60px;
  background-size: cover;
  /* background-color: */
}
.orderDeliveryprice {
  display: flex;
  justify-content: space-between;
}
.order-Delivery-price-Number {
  color: #2e2e2e;
  font-size: 18px;
  font-family: QuicksandMedium, 'Quicksand';
}
.order-Delivery-price-Numberbolf {
  /* display: flex;
    justify-content: space-between; */
  color: #2e2e2e;
  font-size: 18px;
  font-family: QuicksandBold, 'Quicksand';
}
.trackIconImage {
  text-align: center;
}
.hrLine {
  width: 95%;
  border: 0.5px solid #c6cfdb;
  opacity: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.orderSummeryList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.orderSumeryText {
  color: #6a6969;
  font-size: 18px;
  font-family: QuicksandMedium, 'Quicksand';
}
.orderSumeryText-number {
  color: #6a6969;
  font-size: 18px;
  font-family: QuicksandSemiBold, 'Quicksand';
}
.orderSumeryTextRefund {
  color: #e6962e;
  font-size: 18px;
  font-family: QuicksandMedium, 'Quicksand';
}
.tracking-status-text {
  font-size: 16px;
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  color: #000000;
}
.order-summery-grand-total {
  color: #000000;
  font-size: 18px;
  font-family: QuicksandBold, 'Quicksand';
}
.lineData {
  width: 80px;
  border-top: 2px solid #d4d4d4d4;
}
/* .main{
    width: 80px;
    border-top:2px solid #D4D4D4D4;
} */
.order-summery-quantity {
  font-size: 22px;
  font-family: QuicksandBold, 'Quicksand';
  color: #f55353;
}

/*-------------------- left div end here------------- */
/* --------------------Right div start here ---------- */
.RightMidMainSection {
  width: 40%;
  border-left: 0.5px solid #c6cfdb;
  top: 0;
  opacity: 1;
  /* border:2px solid green; */
  padding-left: 40px;
  /* border:2px solid rgb(128, 15, 0);
     */
}
.order-summery-right-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  /* padding-bottom: 10px;
    border-bottom: 0.5px solid #C6CFDB;
    opacity: 1; */
}
.order-summery-right-header-section {
  display: flex;
  justify-content: space-between;
}
.order-summery-success {
  width: 80px;
  padding: 5px;
  border-radius: 5px;
  background-color: #2ecf89;
  color: #ffffff;
  text-align: center;
  border: 1px solid #2ecf89;
}
.order-Sumery-Text-amount {
  color: #000000;
  font-family: QuicksandBold, 'Quicksand';
  font-size: 18px;
}
.order-Sumery-text-right {
  color: #000000;
  font-size: 14px;
  font-family: QuicksandBold, 'Quicksand';
}
.RightMidMainSection
  > .orderSummeryList
  > .orderSummeryLeftList
  > .orderSumeryText {
  font-size: 14px;
}
.order-summery-identification
  > .orderSummeryList
  > .orderSummeryLeftList
  > .orderSumeryText {
  font-size: 14px;
}
.order-Sumery-payment-Text {
  font-size: 18px;
  font-family: QuicksandSemiBold, 'Quicksand';
  color: #3a3a3a;
}
/* .order-summery-right-customer-header > .order-summery-text-success{
    background-color:#D8D8D8;
    width: 110px;
    height: 25px;
    padding: 3px 0px;
    border-radius:5px;
    color: #2B2B2B;
    text-align: center;
    font-size: 12px;
    font-family: QuicksandMedium ,'Quicksand';
   
} */
.order-summery-text-success-billing {
  background-color: #2ecf89;
  border: 1px solid #2ecf89;
  width: 110px;
  height: 25px;
  padding: 3px 0px;
  border-radius: 5px;
  color: #2b2b2b;
  text-align: center;
  font-size: 12px;
  font-family: QuicksandMedium, 'Quicksand';
}
.order-summery-text-success {
  background-color: #d8d8d8;
  width: 110px;
  height: 25px;
  padding: 3px 0px;
  border-radius: 5px;
  color: #2b2b2b;
  text-align: center;
  font-size: 12px;
  font-family: QuicksandMedium, 'Quicksand';
}
.billing-top-div {
  display: flex;
  justify-content: space-between;
}
.order-summery-address {
  width: 70%;
  /* border:1px solid green; */
}
.order-address-image {
  padding-right: 5px;
}
.order-summery-address {
  color: #3a3a3a;
  font-size: 14px;
  font-family: QuicksandMedium, 'Quicksand';
}
.order-address-dive {
  margin-bottom: 20px;
}
.order-address-customer-delivery {
  margin-top: 30px;
  margin-bottom: 30px;
  /* display: flex; */
}
.order-summery-right-customer-header {
  display: flex;
  justify-content: space-between;
}
.font-header-right {
  font-size: 22px;
  font-family: QuicksandBold, 'Quicksand';
  color: #202020;
  /* margin-bottom: 40px; */
  opacity: 1;
}
.left-font-header {
  font-size: 22px;
  font-family: QuicksandBold, 'Quicksand';
  color: #202020;
  opacity: 1;
  /* margin-bottom: 30px;
  padding-bottom: 20px; */
  /* border-bottom:1px solid #C6CFDB; */
}
.left-font-header img {
  width: 100%;
  margin-top: 20px;
}
.font-header-right-text {
  font-size: 16px;
  font-family: QuicksandBold, 'Quicksand';
  color: #000000;
}
.order-summry-id-cart-details {
  width: 90%;
  height: auto;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.order-summery-profile-page {
  width: 328px;
  height: 168px;
}
.id-cart-image {
  width: 100%;
}
.carousel-Image-size {
  height: 40vh;
}
/* ----------- Right div end--------------------- */

.orderSummeryBanner {
  width: 100%;
  height: 300px;
  position: relative;
  background: url('/vite-assets/OrderSummeryBanner1-DYwpnVvy.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  animation: loginbanner 10s infinite;
}
@keyframes loginbanner {
  0% {
    background: url('/vite-assets/OrderSummeryBanner1-DYwpnVvy.png');
    background-size: cover;
    background-position: center;
  }
  30% {
    background: url('/vite-assets/OrderSummeryBanner2-DkdeNrio.png');
    background-size: cover;
    background-position: center;
  }
  60% {
    background: url('/vite-assets/OrderSummeryBanner1-DYwpnVvy.png');
    background-size: cover;
    background-position: center;
  }
  100% {
    background: url('/vite-assets/OrderSummeryBanner1-DYwpnVvy.png');
    background-size: cover;
    background-position: center;
  }
}
.orderSummeryBanner img {
  width: 100%;
  height: auto;
  display: none;
}
.orderSummeryBannerContent {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 45%;
  top: 50%;
  transform: translateY(-50%);
}
.orderSummeryBannerContent img {
  width: auto;
}
.orderSummeryBannerContent p {
  width: 100%;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-family: QuicksandRegular;
}
.orderSummeryBannerContent p img {
  margin-right: 10px;
  float: left;
  display: table;
  position: relative;
  top: -2px;
}
.orderSummeryBannerContent p span {
  display: table;
}
.orderSummery_head {
  /* font-size: 22px; */
  font-size: clamp(16px, 2vw, 19px);
  font-family: QuicksandBold;
  color: #202020;
}
.orderSummery_head span {
  color: #f55353;
  margin-left: 10px;
}
.OrderSummeryProductArea {
  width: 100%;
  height: auto;
  display: inline-block;
  /* border-bottom: 1px solid #c6cfdb; */
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.OrderSummeryProductDiv {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 40px;
}
.OrderSummeryProductL {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 4px;
  border: 1px solid #c6cfdb;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.OrderSummeryProductL img {
  width: 100%;
  height: auto;
  right: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.OrderSummeryProductR {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-left: 90px;
}
.OrderSummeryProductRTop {
  width: 100%;
  height: auto;
  display: inline-block;
}
.OrderSummeryProductRTop h4 {
  font-size: 18px;
  color: #000;
  font-family: QuicksandBold;
}
.OrderSummeryProductRBottom {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: inline-block;
}
.OrderSummeryProductRBottomL {
  width: 33.33%;
  height: auto;
  float: left;
}
.OrderSummeryProductRBottomL span {
  color: #2e2e2e;
  font-size: 20px;
  font-family: 'QuicksandSemiBold';
}
.OrderSummeryProductRBottomM {
  width: 33.33%;
  height: auto;
  float: left;
  text-align: center;
}
.OrderSummeryProductRBottomM span {
  color: #000000;
  font-size: 20px;
  font-family: 'QuicksandSemiBold';
}
.OrderSummeryProductRBottomR {
  width: 33.33%;
  height: auto;
  float: left;
  text-align: right;
}
.OrderSummeryProductRBottomR span {
  color: #2e2e2e;
  font-size: 20px;
  font-family: 'QuicksandSemiBold';
}
.OrderSummeryItemArea {
  width: 100%;
  height: auto;
  display: inline-block;
}
.OrderSummeryItemDiv {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 20px;
}
.OrderSummeryItemDiv p {
  font-size: 18px;
  color: #6a6969;
  font-family: QuicksandSemiBold;
  margin-bottom: 10px !important;
}
.OrderSummeryItemDiv p span {
  float: right;
}
.OrderSummeryItemDiv p.yellowclr {
  color: #e6962e;
}
.OrderSummeryItemDiv p.blackclr {
  color: #000;
}
.orderSummeryRightTop {
  width: 100%;
  height: auto;
  display: inline-block;
  border-bottom: 1px solid #c6cfdb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.orderSummeryRightTopL {
  width: 60%;
  height: auto;
  float: left;
}
.orderSummeryRightTopR {
  width: 40%;
  height: auto;
  float: left;
  text-align: right;
}
.orderSummeryRightTopR span.successbtn {
  background: #2ecf89;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-family: QuicksandMedium;
  padding: 6px 12px;
  border-radius: 4px;
  position: relative;
  top: 4px;
}
.orderSummeryRightTopC p {
  color: #6a6a6a;
  font-size: 16px;
  font-family: QuicksandMedium;
  margin-bottom: 10px !important;
}
.orderSummeryRightTopC p span {
  float: right;
  font-family: 'QuicksandBold';
  color: #000;
}
.orderSummeryRightTopC p.amountrow {
  font-size: 18px;
  font-family: 'QuicksandBold';
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #c6cfdb;
  padding-bottom: 20px;
}
.orderSummeryCustomerDetailsArea .orderSummery_head {
  margin-bottom: 10px;
}
.orderSummeryCustomerDetailsArea {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid #c6cfdb;
  padding-bottom: 20px;
  padding-top: 20px;
}
.orderSummeryCustomerDetailsInner {
  width: 100%;
  height: auto;
  display: inline-block;
}
.orderSummeryCustomerDetailsInner h5 {
  font-size: 18px;
  margin-top: 10px;
  font-family: QuicksandSemiBold;
  color: #3a3a3a;
  margin-bottom: 10px;
}
.orderSummeryCustomerDetailsInner h5 span {
  font-size: 12px;
  color: #fff;
  font-family: QuicksandSemiBold;
  padding: 6px 12px;
  border-radius: 4px;
  float: right;
  position: relative;
  top: -2px;
  width: 124px;
  text-align: center;
}
.orderSummeryCustomerDetailsInner p {
  color: #3a3a3a;
  font-size: 16px;
  font-family: QuicksandMedium;
  margin-bottom: 10px;
}
.orderSummeryCustomerDetailsInner p.pleftright {
  display: inline-block;
  margin-right: 20px;
}
.btngreen_orderSummery {
  background-color: #2ecf89;
  background-color: #1c1c1c;
}
.btngrey_orderSummery {
  background-color: #d8d8d8;
}
.orderSummeryIdentification h1 {
  margin-bottom: 20px;
}
.ordersummaryR_div_file {
  width: 90%;
  height: auto;
  margin: 0 auto;
  position: relative;
  margin-bottom: 35px;
  margin-top: 20px;
}
.photo_area {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  position: relative;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  background: #e4e4e4;
}
#img_container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.photo_area img {
  width: 90%;
  height: auto;
}
.photo_area_text {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 145px;
  margin: 0 auto;
  text-align: center;
  z-index: 11;
}
.photo_area_text span {
  font-family: 'QuicksandBold';
  color: #202020;
  display: block;
  background: #fff;
  padding: 6px 0px;
  border-radius: 100px;
  box-shadow: 0 0 10px #00000029;
  font-size: 16px;
}

.greenclr {
  color: #11c53b !important;
}

.itemDiscountContainer,
.itemDiscountContainer span {
  color: #2ecf89 !important;
}

/********Responsive*********/
@media (min-width: 1920px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1367px) {
  .orderSummery_head {
    /* font-size: 21px; */
  }
}
@media (max-width: 1281px) {
}
@media (max-width: 1280px) {
  .orderSummery_head {
    /* font-size: 20px; */
  }
  .OrderSummeryItemDiv p {
    font-size: 17px;
  }
}
@media (max-width: 1279px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
  .orderSummery_head {
    /* font-size: 19px; */
  }
  .OrderSummeryItemDiv p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
}
@media (max-width: 991px) {
  .MidMainSection {
    margin: 0 auto;
    display: block;
  }
  .LeftMidMainSection {
    width: 100%;
    padding-right: 0px;
  }
  .RightMidMainSection {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
  }
}
@media (max-width: 900px) {
  .RightMidMainSection {
    border-left: none !important;
    width: 100% !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 950px) {
}
@media (max-width: 800px) {
}
@media (max-width: 768px) {
  .orderSummery_head {
    /* font-size: 18px; */
  }
  .OrderSummeryItemDiv p {
    font-size: 15px;
  }
  .photo_area_text span {
    font-size: 15px;
  }
  .orderSummeryBanner {
    width: 100%;
    height: 180px;
    position: relative;
    background: url('/vite-assets/OrderSummeryBannerMobile1-BopPl_l8.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    animation: loginbanner 10s infinite;
  }
  @keyframes loginbanner {
    0% {
      background: url('/vite-assets/OrderSummeryBannerMobile1-BopPl_l8.jpg');
      background-size: cover;
    }
    30% {
      background: url('/vite-assets/OrderSummeryBannerMobile2-CsphNJT0.jpg');
      background-size: cover;
    }
    60% {
      background: url('/vite-assets/OrderSummeryBannerMobile3-BGscDQyi.jpg');
      background-size: cover;
    }
    100% {
      background: url('/vite-assets/OrderSummeryBannerMobile1-BopPl_l8.jpg');
      background-size: cover;
    }
  }
}
@media (max-width: 767px) {
}
@media (max-width: 515px) {
}
@media (max-width: 480px) {
  .MidMainSection {
    width: 100%;
  }

  .order-summary-items-table .MuiTableCell-root {
    min-width: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .order-summary-items-table .MuiTableCell-root:first-child {
    padding-left: 0;
  }

  .order-summary-items-table .MuiTableCell-root:last-child {
    padding-right: 0;
  }

  .order-summary-items-table .OrderSummeryProductL {
    width: 50px;
    height: 58px;
    flex: 0 0 50px;
  }

  .order-summary-items-table .MuiGrid-root {
    min-width: 0;
  }

  .order-summary-items-table .OrderSummeryProductRTop h3,
  .order-summary-items-table .OrderSummeryProductRTop span {
    overflow-wrap: anywhere;
  }
}
@media (max-width: 479px) {
}
@media (max-width: 420px) {
}
@media (max-width: 419px) {
}
@media (max-width: 380px) {
}

/* Receipt page visual system */
.mainSection {
  min-height: calc(100vh - 326px);
  margin-top: 0;
  padding: 26px 0 46px;
  overflow-x: clip;
  background:
    radial-gradient(circle at 95% 0%, rgba(10, 100, 249, 0.075), transparent 28rem),
    #f5f8fc;
}

.order-summary-page-intro {
  width: min(80%, 1140px);
  margin: 0 auto 17px;
  padding: 20px 22px;
  border: 1px solid #dce6f2;
  border-radius: 18px;
  background:
    radial-gradient(circle at 96% 0%, rgba(10, 100, 249, 0.14), transparent 15rem),
    linear-gradient(135deg, #ffffff, #f4f8ff);
  box-shadow: 0 12px 30px rgba(18, 48, 89, 0.07);
}

.order-summary-page-intro > span {
  display: block;
  color: #0761d2;
  font-family: QuicksandBold, 'Quicksand', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.order-summary-page-intro h1 {
  margin: 3px 0 4px;
  color: #142943;
  font-family: QuicksandBold, 'Quicksand', sans-serif;
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.order-summary-page-intro p {
  margin: 0;
  color: #607187;
  font-family: QuicksandRegular, 'Quicksand', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.MidMainSection {
  align-items: flex-start;
  gap: 18px;
  width: min(100%, 1140px);
}

.LeftMidMainSection,
.RightMidMainSection {
  min-width: 0;
  padding: 22px !important;
  border: 1px solid #dfe7f1;
  border-radius: 19px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(18, 48, 89, 0.065);
}

.RightMidMainSection {
  border-left: 1px solid #dfe7f1;
}

.orderSummery_head {
  color: #172b47;
  letter-spacing: -0.015em;
}

.LeftMidMainSection .MuiTableContainer-root,
.RightMidMainSection .MuiTableContainer-root {
  max-width: 100%;
  overflow-x: auto !important;
  overscroll-behavior-inline: contain;
}

.order-summary-items-table {
  min-width: 0 !important;
}

.orderSummeryBanner {
  box-shadow: inset 0 -80px 90px rgba(0, 0, 0, 0.16);
}

.orderSummeryBannerContent h2 {
  margin-bottom: 7px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.orderSummeryBannerContent > div,
.orderSummeryBannerContent > p {
  line-height: 1.5;
}

@media (min-width: 992px) {
  .MidMainSection {
    display: grid !important;
    grid-template-columns: minmax(0, 7fr) minmax(330px, 5fr);
  }

  .LeftMidMainSection,
  .RightMidMainSection {
    width: auto;
    max-width: none !important;
    flex-basis: auto !important;
  }
}

@media (max-width: 991px) {
  .order-summary-page-intro {
    width: 90%;
  }

  .MidMainSection {
    display: block !important;
  }

  .RightMidMainSection {
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .mainSection {
    padding: 14px 0 32px;
  }

  .order-summary-page-intro,
  .parent-container {
    width: calc(100% - 24px) !important;
  }

  .order-summary-page-intro {
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 16px;
  }

  .order-summary-page-intro h1 {
    font-size: 22px;
  }

  .order-summary-page-intro p {
    font-size: 12px;
  }

  .LeftMidMainSection,
  .RightMidMainSection {
    padding: 15px !important;
    border-radius: 16px;
  }

  .order-summary-items-table .MuiTableCell-root {
    font-size: 12px;
  }

  .LeftMidMainSection .order-summary-items-table-container {
    overflow-x: hidden !important;
  }
}

@media (max-width: 320px) {
  .order-summary-page-intro,
  .parent-container {
    width: calc(100% - 20px) !important;
  }

  .order-summary-page-intro,
  .LeftMidMainSection,
  .RightMidMainSection {
    padding: 12px !important;
  }

  .order-summary-items-table .MuiTableCell-root {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .order-summary-items-table .MuiTableCell-root:first-child {
    width: 58% !important;
    padding-left: 0 !important;
  }

  .order-summary-items-table .MuiTableCell-root:nth-child(2) {
    width: 15% !important;
  }

  .order-summary-items-table .MuiTableCell-root:last-child {
    width: 27% !important;
    padding-right: 0 !important;
  }

  .order-summary-items-table thead p {
    font-size: 13px !important;
  }

  .order-summary-items-table td:first-child > .MuiGrid-root {
    gap: 7px;
  }

  .order-summary-items-table .OrderSummeryProductL {
    width: 44px;
    height: 52px;
    flex-basis: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orderSummeryBanner {
    animation: none;
  }
}

.order-summary-empty-state {
  display: flex;
  width: min(calc(100% - 32px), 760px);
  min-height: 360px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 52px);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #dce6f2;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 4%, rgba(10, 100, 249, 0.12), transparent 18rem),
    #ffffff;
  box-shadow: 0 16px 38px rgba(18, 48, 89, 0.08);
  color: #172b47;
  text-align: center;
}

.order-summary-empty-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfe0fa;
  border-radius: 20px;
  background: #edf4ff;
  color: #0a64f9;
  box-shadow: 0 10px 24px rgba(10, 100, 249, 0.12);
}

.order-summary-empty-eyebrow {
  color: #0a64f9;
  font-family: QuicksandBold, 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.order-summary-empty-state h2 {
  margin: 7px 0 9px;
  color: #142943;
  font-family: QuicksandBold, 'Quicksand', sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.order-summary-empty-state > p {
  max-width: 540px;
  margin: 0;
  color: #607187;
  font-family: QuicksandRegular, 'Quicksand', sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.order-summary-empty-actions {
  display: flex;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.order-summary-empty-primary,
.order-summary-empty-secondary {
  display: inline-flex;
  min-height: 46px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: QuicksandBold, 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.order-summary-empty-primary {
  background: #0a64f9;
  box-shadow: 0 10px 22px rgba(10, 100, 249, 0.22);
  color: #ffffff;
}

.order-summary-empty-primary:hover {
  background: #0754d6;
  color: #ffffff;
}

.order-summary-empty-secondary {
  border-color: #d5e1f1;
  background: #ffffff;
  color: #23466f;
}

.order-summary-empty-secondary:hover {
  border-color: #b9cde8;
  background: #f5f8fd;
  color: #16385f;
}

.order-summary-empty-primary:focus-visible,
.order-summary-empty-secondary:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.3);
  outline-offset: 3px;
}

@media (max-width: 480px) {
  .order-summary-empty-state {
    width: calc(100% - 24px);
    min-height: 330px;
    padding: 28px 18px;
    border-radius: 18px;
  }

  .order-summary-empty-actions {
    width: 100%;
    flex-direction: column;
  }

  .order-summary-empty-primary,
  .order-summary-empty-secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .order-summary-empty-primary,
  .order-summary-empty-secondary {
    transition: none;
  }
}
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw)}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw)}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw)}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw)}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw)}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem .75rem;overflow:hidden;color:rgba(var(--bs-body-color-rgb),.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>textarea:focus~label::after,.form-floating>textarea:not(:placeholder-shown)~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label::after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1 * var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(-1 * var(--bs-border-width))}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(-1 * var(--bs-border-width))}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-grow:1;flex-basis:0;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child)>.card-header,.card-group>.card:not(:last-child)>.card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-footer,.card-group>.card:not(:last-child)>.card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child)>.card-header,.card-group>.card:not(:first-child)>.card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-footer,.card-group>.card:not(:first-child)>.card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1 * var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transform:translate(0,-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin-top:calc(-.5 * var(--bs-modal-header-padding-y));margin-right:calc(-.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-.5 * var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#fff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.spinner-border,.spinner-grow{display:inline-block;flex-shrink:0;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y));margin-left:auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10{--bs-link-opacity:0.1}.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25{--bs-link-opacity:0.25}.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50{--bs-link-opacity:0.5}.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75{--bs-link-opacity:0.75}.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100{--bs-link-opacity:1}.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1{text-underline-offset:0.125em!important}.link-offset-1-hover:hover{text-underline-offset:0.125em!important}.link-offset-2{text-underline-offset:0.25em!important}.link-offset-2-hover:hover{text-underline-offset:0.25em!important}.link-offset-3{text-underline-offset:0.375em!important}.link-offset-3-hover:hover{text-underline-offset:0.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0{--bs-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10{--bs-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25{--bs-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50{--bs-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75{--bs-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100{--bs-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */._categoryPage_1s9a4_1 {
  width: 100%;
  min-width: 0;
  padding-top: 20px;
}

._categoryHero_1s9a4_7 {
  width: 100%;
  margin-bottom: 22px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid #dce6f4;
  border-radius: 22px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 255, 0.95)), #fff;
  box-shadow: 0 12px 30px rgba(27, 53, 87, 0.07);
}
._categoryHero_1s9a4_7 h1,
._categoryHero_1s9a4_7 p {
  margin: 0;
}
._categoryHero_1s9a4_7 h1 {
  color: #10233f;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-transform: capitalize;
}
._categoryHero_1s9a4_7 > p:last-child {
  max-width: 620px;
  margin-top: 8px;
  color: #66758a;
  font-size: 14px;
  line-height: 1.55;
}

._eyebrow_1s9a4_36 {
  margin-bottom: 5px !important;
  color: #155bcc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

._storeList_1s9a4_45 {
  display: grid;
  gap: 18px;
}

._categoryPage_1s9a4_1 ._storeSection_1s9a4_50 {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 !important;
  padding: clamp(16px, 2vw, 22px);
  overflow: hidden;
  border: 1px solid #e2e9f3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 45, 82, 0.07);
}

._storeSection_1s9a4_50 ._storeHeader_1s9a4_63 {
  min-width: 0;
  margin-bottom: 14px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

._storeIdentity_1s9a4_73 {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 15px;
  color: inherit;
  text-decoration: none;
}
._storeIdentity_1s9a4_73:hover h2 {
  color: #155bcc;
}
._storeIdentity_1s9a4_73:focus-visible {
  outline: 3px solid rgba(21, 91, 204, 0.22);
  outline-offset: 3px;
}

._storeLogo_1s9a4_92 {
  width: 54px !important;
  height: 54px !important;
  padding: 4px;
  overflow: hidden;
  flex: 0 0 54px;
  border: 1px solid #e2e9f3;
  border-radius: 15px !important;
  background: #f7f9fc;
}
._storeLogo_1s9a4_92 img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
}

._storeCopy_1s9a4_110 {
  min-width: 0;
  flex: 1 1 auto;
}
._storeCopy_1s9a4_110 h2 {
  margin: 0;
  overflow: hidden;
  color: #153052;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._storeAddress_1s9a4_125 {
  display: -webkit-box;
  margin: 4px 0 0 !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #66768d !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

._browseLink_1s9a4_137 {
  display: inline-flex;
  min-height: 40px;
  padding: 9px 15px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #155bcc;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 7px 16px rgba(21, 91, 204, 0.2);
}
._browseLink_1s9a4_137:hover {
  background: #0d4fb7;
}
._browseLink_1s9a4_137:focus-visible {
  outline: 3px solid rgba(21, 91, 204, 0.28);
  outline-offset: 3px;
}

._productSwiper_1s9a4_161 {
  min-width: 0;
  padding: 3px 2px 8px;
}
._productSwiper_1s9a4_161 .swiper-wrapper {
  align-items: stretch;
}
._productSwiper_1s9a4_161 .swiper-slide {
  display: flex;
  height: auto;
}

._emptyState_1s9a4_173 {
  display: flex;
  min-height: clamp(300px, 45vh, 470px);
  padding: 42px 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px dashed #bdcce0;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff 0%, #f4f8fd 100%);
  text-align: center;
}
._emptyState_1s9a4_173 h2 {
  margin: 16px 0 7px;
  color: #173353;
  font-size: clamp(20px, 2.2vw, 27px);
  font-weight: 800;
}
._emptyState_1s9a4_173 p {
  max-width: 490px;
  margin: 0 0 20px;
  color: #68778c;
  font-size: 14px;
  line-height: 1.55;
}

._emptyIcon_1s9a4_199 {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 20px;
  background: #e8f1ff;
  color: #155bcc;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

._visuallyHidden_1s9a4_212 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 576px) {
  ._categoryPage_1s9a4_1 {
    padding-top: 16px;
  }
  ._categoryHero_1s9a4_7 {
    margin-bottom: 16px;
    padding: 20px 18px;
    border-radius: 18px;
  }
  ._categoryHero_1s9a4_7 h1 {
    font-size: 28px;
  }
  ._categoryHero_1s9a4_7 > p:last-child {
    font-size: 13px;
  }
  ._categoryPage_1s9a4_1 ._storeSection_1s9a4_50 {
    padding: 13px;
    border-radius: 17px;
  }
  ._storeSection_1s9a4_50 ._storeHeader_1s9a4_63 {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  ._storeIdentity_1s9a4_73 {
    width: 100%;
  }
  ._storeCopy_1s9a4_110 h2 {
    max-width: calc(100vw - 128px);
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    white-space: normal;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ._emptyState_1s9a4_173 {
    min-height: 300px;
    padding: 34px 18px;
    border-radius: 19px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._browseLink_1s9a4_137 {
    scroll-behavior: auto;
  }
}._pageShell_1iol6_1 {
  width: 100%;
  overflow: clip;
  background: radial-gradient(circle at 92% 1%, rgba(24, 119, 242, 0.08), transparent 28rem), #f7f9fc;
}

._layout_1iol6_7 {
  width: 100%;
  min-width: 0;
  align-items: flex-start;
}

._content_1iol6_13 {
  width: 100%;
  max-width: none !important;
  min-width: 0;
  padding: 0 24px 42px !important;
  overflow: hidden;
  flex: 1 1 0;
  box-sizing: border-box;
}

._staticContent_1iol6_23 {
  max-width: 900px !important;
  margin: 0 auto;
}

._categoryPage_1iol6_28 {
  width: 100%;
  min-width: 0;
  padding-top: 20px;
}

._categoryHero_1iol6_34 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 21px 22px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid #dce7f4;
  border-radius: 20px;
  background: radial-gradient(circle at 95% 0%, rgba(10, 100, 249, 0.14), transparent 15rem), linear-gradient(135deg, #ffffff, #f3f8ff);
  box-shadow: 0 13px 32px rgba(18, 48, 89, 0.075);
}
._categoryHero_1iol6_34 > div {
  min-width: 0;
}
._categoryHero_1iol6_34 h1 {
  margin: 2px 0 4px;
  color: #122640;
  font-size: clamp(24px, 2.5vw, 35px);
  font-weight: 790;
  letter-spacing: -0.035em;
  line-height: 1.12;
  overflow-wrap: anywhere;
}
._categoryHero_1iol6_34 p {
  margin: 0;
  color: #607187;
  font-size: 14px;
  line-height: 1.5;
}

._categoryHeroIcon_1iol6_66 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, #0b68fa, #0051d5);
  color: #ffffff;
  box-shadow: 0 8px 19px rgba(10, 100, 249, 0.21);
}

._categoryEyebrow_1iol6_78 {
  color: #0761d2;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

._categoryCount_1iol6_86 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid #cfe0f5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #53677f;
  font-size: 11px;
  font-weight: 760;
  white-space: nowrap;
}

._productSection_1iol6_101 {
  min-width: 0;
}

._productGrid_1iol6_105 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 185px), 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}

._skeletonCard_1iol6_113 {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e1e8f1;
  border-radius: 16px;
  background: #ffffff;
}

._categoryEmpty_1iol6_121 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 36px 24px;
  border: 1px dashed #c9d8ea;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
}
._categoryEmpty_1iol6_121 > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #eaf3ff;
  color: #0a64f9;
}
._categoryEmpty_1iol6_121 h2 {
  margin: 15px 0 5px;
  color: #1c304b;
  font-size: 20px;
  font-weight: 770;
  letter-spacing: -0.02em;
}
._categoryEmpty_1iol6_121 p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #65758a;
  font-size: 14px;
  line-height: 1.55;
}

._categoryAction_1iol6_158 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 43px;
  padding: 9px 14px;
  border: 1px solid #c8daf3;
  border-radius: 11px;
  background: #f3f8ff;
  color: #075fc8;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}
._categoryAction_1iol6_158:hover {
  border-color: #91b9ec;
  background: #eaf3ff;
  color: #054ea8;
}
._categoryAction_1iol6_158:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  ._content_1iol6_13 {
    padding: 0 14px 30px !important;
    flex-basis: 100%;
  }
  ._categoryPage_1iol6_28 {
    padding-top: 12px;
  }
  ._categoryHero_1iol6_34 {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 12px;
    padding: 17px;
    border-radius: 17px;
  }
  ._categoryHeroIcon_1iol6_66 {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  ._categoryHero_1iol6_34 h1 {
    font-size: 23px;
  }
  ._categoryHero_1iol6_34 p {
    font-size: 13px;
  }
  ._categoryCount_1iol6_86 {
    grid-column: 1/-1;
    width: 100%;
  }
  ._productGrid_1iol6_105 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width: 350px) {
  ._content_1iol6_13 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  ._categoryHero_1iol6_34 {
    grid-template-columns: 1fr;
    padding: 15px;
  }
  ._categoryHero_1iol6_34 h1 {
    font-size: 21px;
  }
  ._categoryCount_1iol6_86 {
    grid-column: auto;
  }
  ._productGrid_1iol6_105 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  ._categoryEmpty_1iol6_121 {
    min-height: 290px;
    padding: 28px 16px;
  }
  ._categoryAction_1iol6_158 {
    width: 100%;
  }
}._page_1u21z_1 {
  width: 100%;
  padding: 34px 0 54px;
  color: #10213b;
}

._srOnly_1u21z_7 {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

._hero_1u21z_18 {
  position: relative;
  isolation: isolate;
  min-height: 320px;
  padding: clamp(34px, 7vw, 68px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(60, 139, 255, 0.22);
  border-radius: 28px;
  color: #fff;
  background: radial-gradient(circle at 88% 15%, rgba(77, 199, 255, 0.32), transparent 18rem), linear-gradient(135deg, #0b61e8 0%, #07366f 100%);
  box-shadow: 0 22px 58px rgba(15, 65, 139, 0.18);
}
._hero_1u21z_18::before, ._hero_1u21z_18::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
._hero_1u21z_18::before {
  width: 290px;
  height: 290px;
  right: -105px;
  top: -120px;
  box-shadow: 0 0 0 52px rgba(255, 255, 255, 0.035), 0 0 0 104px rgba(255, 255, 255, 0.02);
}
._hero_1u21z_18::after {
  width: 180px;
  height: 180px;
  right: 16%;
  bottom: -118px;
  background: rgba(23, 145, 255, 0.16);
}
._hero_1u21z_18 h1 {
  max-width: 680px;
  margin: 16px 0;
  color: #fff;
  font-size: clamp(36px, 6vw, 62px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
}
._hero_1u21z_18 > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.7;
}

._heroGlow_1u21z_72 {
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  right: 9%;
  top: 38%;
  border-radius: 44px;
  opacity: 0.35;
  transform: rotate(18deg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent);
}

._eyebrow_1u21z_85,
._sectionLabel_1u21z_86 {
  display: inline-flex;
  align-items: center;
  color: #0b63ed;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

._eyebrow_1u21z_85 {
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

._heroTags_1u21z_105 {
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}
._heroTags_1u21z_105 li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 650;
}

._intro_1u21z_123 {
  margin: 28px 0;
  padding: clamp(24px, 5vw, 42px);
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 38px);
  align-items: start;
  border: 1px solid #e0e7f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(19, 45, 84, 0.08);
}
._intro_1u21z_123 h2 {
  margin: 6px 0 14px;
  color: #10213b;
  font-size: clamp(25px, 4vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
._intro_1u21z_123 p {
  margin: 0;
  color: #56657d;
  font-size: 15px;
  line-height: 1.78;
}

._introMark_1u21z_150 {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(145deg, #1d78ff, #083d8e);
  box-shadow: 0 14px 28px rgba(20, 108, 247, 0.2);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

._benefits_1u21z_164 {
  padding: clamp(26px, 5vw, 44px);
  border: 1px solid #e2e8f1;
  border-radius: 22px;
  background: #f8faff;
}

._sectionHeading_1u21z_171 {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 28px;
  align-items: end;
}
._sectionHeading_1u21z_171 h2 {
  margin: 7px 0 0;
  color: #10213b;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
._sectionHeading_1u21z_171 > p {
  margin: 0;
  color: #637188;
  font-size: 14px;
  line-height: 1.7;
}

._benefitGrid_1u21z_192 {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}
._benefitGrid_1u21z_192 li {
  min-width: 0;
  padding: 18px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid #e0e7f1;
  border-radius: 15px;
  background: #fff;
}
._benefitGrid_1u21z_192 li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #0b63ed;
  background: #eaf2ff;
  font-size: 10px;
  font-weight: 850;
}
._benefitGrid_1u21z_192 li p {
  margin: 2px 0 0;
  color: #40516a;
  font-size: 14px;
  line-height: 1.55;
}

._legalHero_1u21z_229 {
  position: relative;
  isolation: isolate;
  padding: clamp(30px, 6vw, 58px);
  overflow: hidden;
  border: 1px solid #d7e4f8;
  border-radius: 26px;
  background: radial-gradient(circle at 92% 18%, rgba(20, 108, 247, 0.16), transparent 19rem), linear-gradient(145deg, #f9fbff, #edf4ff);
}
._legalHero_1u21z_229::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 220px;
  right: -74px;
  bottom: -124px;
  border: 42px solid rgba(20, 108, 247, 0.06);
  border-radius: 50%;
}
._legalHero_1u21z_229 h1 {
  margin: 12px 0 14px;
  color: #10213b;
  font-size: clamp(34px, 6vw, 54px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.05em;
}
._legalHero_1u21z_229 p {
  max-width: 650px;
  margin: 0;
  color: #576780;
  font-size: 15px;
  line-height: 1.7;
}

._legalMeta_1u21z_265 {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #31527e;
  font-size: 12px;
  font-weight: 700;
}
._legalMeta_1u21z_265::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20ae70;
  box-shadow: 0 0 0 4px rgba(32, 174, 112, 0.12);
}

._document_1u21z_283 {
  margin-top: 24px;
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid #e0e7f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(19, 45, 84, 0.07);
}
._document_1u21z_283 .pricacy_div {
  width: 100%;
  margin: 0;
  padding: 26px 0;
  display: block;
  border-bottom: 1px solid #e8edf4;
}
._document_1u21z_283 .pricacy_div:first-child {
  padding-top: 0;
}
._document_1u21z_283 .pricacy_div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
._document_1u21z_283 h2 {
  margin: 0 0 12px;
  padding: 0;
  color: #132641;
  font-size: clamp(20px, 3vw, 25px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
._document_1u21z_283 h3,
._document_1u21z_283 h4 {
  margin: 22px 0 8px;
  color: #1c3353;
  font-size: 17px;
  line-height: 1.35;
}
._document_1u21z_283 p,
._document_1u21z_283 .pricacy_div > div,
._document_1u21z_283 li {
  color: #53627a;
  font-size: 15px;
  line-height: 1.78;
}
._document_1u21z_283 p,
._document_1u21z_283 .pricacy_div > div {
  margin: 0 0 13px;
  padding: 0;
}
._document_1u21z_283 p:last-child,
._document_1u21z_283 .pricacy_div > div:last-child {
  margin-bottom: 0;
}
._document_1u21z_283 ul,
._document_1u21z_283 ol {
  margin: 12px 0 0;
  padding-left: 23px;
}
._document_1u21z_283 li {
  margin: 0 0 10px;
  padding-left: 4px;
}
._document_1u21z_283 a {
  color: #0b63ed;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}
._document_1u21z_283 a:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(20, 108, 247, 0.22);
  outline-offset: 3px;
}
._document_1u21z_283 .table-responsive {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border: 1px solid #dfe6ef;
  border-radius: 12px;
  scrollbar-width: thin;
  scrollbar-color: #a9b9cf #f4f7fb;
}
._document_1u21z_283 .table-responsive:focus-visible {
  outline: 3px solid rgba(20, 108, 247, 0.25);
  outline-offset: 3px;
}
._document_1u21z_283 table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}
._document_1u21z_283 th,
._document_1u21z_283 td {
  padding: 12px;
  border: 1px solid #dfe6ef;
  color: #53627a;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
}
._document_1u21z_283 th {
  color: #203652;
  background: #f4f7fb;
  font-weight: 750;
}

._documentIntro_1u21z_390 {
  margin: 0 0 4px !important;
  padding: 15px 17px !important;
  border: 1px solid #cfe0f8;
  border-radius: 12px;
  color: #31527e !important;
  background: #f3f7ff;
  font-size: 13px !important;
  font-weight: 700;
}

@media (max-width: 700px) {
  ._page_1u21z_1 {
    padding: 20px 0 34px;
  }
  ._hero_1u21z_18,
  ._legalHero_1u21z_229 {
    border-radius: 20px;
  }
  ._hero_1u21z_18 {
    min-height: 330px;
    padding: 28px 22px;
  }
  ._hero_1u21z_18 h1 {
    font-size: clamp(36px, 12vw, 48px);
  }
  ._intro_1u21z_123 {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  ._introMark_1u21z_150 {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 17px;
  }
  ._benefits_1u21z_164 {
    padding: 24px;
  }
  ._sectionHeading_1u21z_171,
  ._benefitGrid_1u21z_192 {
    grid-template-columns: 1fr;
  }
  ._sectionHeading_1u21z_171 {
    gap: 14px;
  }
  ._document_1u21z_283 {
    margin-top: 16px;
    padding: 24px 20px;
    border-radius: 18px;
  }
  ._document_1u21z_283 .pricacy_div {
    padding: 22px 0;
  }
  ._document_1u21z_283 p,
  ._document_1u21z_283 .pricacy_div > div,
  ._document_1u21z_283 li {
    font-size: 14px;
    line-height: 1.72;
  }
}
@media (max-width: 360px) {
  ._hero_1u21z_18,
  ._legalHero_1u21z_229,
  ._intro_1u21z_123,
  ._benefits_1u21z_164,
  ._document_1u21z_283 {
    border-radius: 16px;
  }
  ._hero_1u21z_18,
  ._legalHero_1u21z_229 {
    padding: 25px 18px;
  }
  ._intro_1u21z_123,
  ._benefits_1u21z_164,
  ._document_1u21z_283 {
    padding-right: 17px;
    padding-left: 17px;
  }
  ._benefitGrid_1u21z_192 li {
    padding: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._page_1u21z_1 {
    scroll-behavior: auto;
  }
}._page_1owlx_1 {
  width: 100%;
  min-width: 0;
  padding-top: 20px;
}

._hero_1owlx_7 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 22px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid #dce7f5;
  border-radius: 20px;
  background: radial-gradient(circle at 95% 10%, rgba(31, 115, 246, 0.17), transparent 16rem), linear-gradient(135deg, #ffffff, #f4f8ff);
  box-shadow: 0 14px 34px rgba(20, 49, 91, 0.08);
}

._heroIcon_1owlx_21,
._emptyIcon_1owlx_22 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, #0b66f5, #0053d9);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(10, 100, 249, 0.2);
}

._heroCopy_1owlx_35 {
  min-width: 0;
}
._heroCopy_1owlx_35 h1 {
  margin: 2px 0 4px;
  color: #11233f;
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 780;
  letter-spacing: -0.03em;
  line-height: 1.15;
  overflow-wrap: anywhere;
}
._heroCopy_1owlx_35 p {
  max-width: 670px;
  margin: 0;
  color: #5b6b80;
  font-size: 14px;
  line-height: 1.55;
}

._eyebrow_1owlx_55 {
  color: #0761d2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

._resultCount_1owlx_63 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 104px;
  padding: 11px 13px;
  border: 1px solid rgba(10, 100, 249, 0.15);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
}
._resultCount_1owlx_63 strong {
  color: #075fc8;
  font-size: 24px;
  line-height: 1;
}
._resultCount_1owlx_63 span {
  margin-top: 4px;
  color: #65758a;
  font-size: 11px;
  font-weight: 700;
}

._storeList_1owlx_85,
._loadingList_1owlx_86 {
  display: grid;
  gap: 16px;
}

._storeList_1owlx_85 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 480px), 1fr));
  align-items: start;
}

._loadingList_1owlx_86 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 480px), 1fr));
}

._storeCard_1owlx_100,
._loadingCard_1owlx_101 {
  min-width: 0;
  padding: 18px;
  border: 1px solid #dee7f1;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 49, 91, 0.065);
}

._storeHeader_1owlx_110,
._loadingHeader_1owlx_111 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8edf4;
}

._storeIdentity_1owlx_121 {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
}
._storeIdentity_1owlx_121:hover h2 {
  color: #0a64f9;
}
._storeIdentity_1owlx_121:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.22);
  outline-offset: 3px;
}

._storeLogo_1owlx_138 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 1px solid #e0e7f0;
  border-radius: 14px;
  background: #f8faff;
}
._storeLogo_1owlx_138 img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}

._storeCopy_1owlx_157 {
  min-width: 0;
}
._storeCopy_1owlx_157 h2 {
  margin: 0 0 4px;
  color: #182b49;
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
._storeCopy_1owlx_157 p {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  color: #64748a;
  font-size: 13px;
  line-height: 1.4;
}
._storeCopy_1owlx_157 p svg {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #0a64f9;
}
._storeCopy_1owlx_157 p span {
  min-width: 0;
  overflow-wrap: anywhere;
}

._secondaryAction_1owlx_187 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid #c9dbf4;
  border-radius: 11px;
  background: #f4f8ff;
  color: #075fc8;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}
._secondaryAction_1owlx_187:hover {
  border-color: #8cb7ef;
  background: #eaf3ff;
  color: #054ea8;
  transform: translateY(-1px);
}
._secondaryAction_1owlx_187:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.22);
  outline-offset: 2px;
}

._productGrid_1owlx_216,
._loadingProducts_1owlx_217 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 230px));
  gap: 13px;
  min-width: 0;
}

._productCell_1owlx_224 {
  min-width: 0;
}

._emptyState_1owlx_228 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 36px 24px;
  border: 1px dashed #cbd9ea;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
}
._emptyState_1owlx_228 h2 {
  margin: 17px 0 6px;
  color: #172a47;
  font-size: 21px;
  font-weight: 760;
}
._emptyState_1owlx_228 p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #64748a;
  font-size: 14px;
  line-height: 1.55;
}

._emptyIcon_1owlx_22 {
  background: #eaf3ff;
  color: #0a64f9;
  box-shadow: none;
}

._loadingCopy_1owlx_260 {
  flex: 1;
  min-width: 0;
}

._loadingProducts_1owlx_217 > span {
  width: 100%;
}

._visuallyHidden_1owlx_269 {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (min-width: 1650px) {
  ._productGrid_1owlx_216,
  ._loadingProducts_1owlx_217 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 240px));
  }
}
@media (max-width: 620px) {
  ._page_1owlx_1 {
    padding-top: 12px;
  }
  ._hero_1owlx_7 {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 12px;
    padding: 17px;
    border-radius: 17px;
  }
  ._heroIcon_1owlx_21 {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  ._heroCopy_1owlx_35 h1 {
    font-size: 22px;
  }
  ._heroCopy_1owlx_35 p {
    font-size: 13px;
  }
  ._resultCount_1owlx_63 {
    grid-column: 1/-1;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    width: 100%;
    min-width: 0;
    padding: 9px;
  }
  ._resultCount_1owlx_63 strong {
    font-size: 18px;
  }
  ._resultCount_1owlx_63 span {
    margin: 0;
  }
  ._storeCard_1owlx_100,
  ._loadingCard_1owlx_101 {
    padding: 14px;
    border-radius: 16px;
  }
  ._storeLogo_1owlx_138 {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }
  ._productGrid_1owlx_216,
  ._loadingProducts_1owlx_217 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width: 350px) {
  ._hero_1owlx_7 {
    grid-template-columns: 1fr;
  }
  ._heroIcon_1owlx_21 {
    width: 40px;
    height: 40px;
  }
  ._heroCopy_1owlx_35 h1 {
    font-size: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._secondaryAction_1owlx_187 {
    transition: none;
  }
}._header--top--categories_1vhu1_1 {
  width: 100%;
  min-width: 0;
  margin-bottom: 24px;
  padding: clamp(18px, 2vw, 26px);
  overflow: hidden;
  border: 1px solid #e5ebf5;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow: 0 14px 34px rgba(15, 39, 73, 0.07);
}
._header--top--categories_1vhu1_1 ._section-heading_1vhu1_12 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
._header--top--categories_1vhu1_1 ._section-heading_1vhu1_12 h2,
._header--top--categories_1vhu1_1 ._section-heading_1vhu1_12 p {
  margin: 0;
}
._header--top--categories_1vhu1_1 ._section-heading_1vhu1_12 h2 {
  color: #10284b;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}
._header--top--categories_1vhu1_1 ._section-heading_1vhu1_12 > p {
  max-width: 320px;
  color: #63728a;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}
._header--top--categories_1vhu1_1 ._section-heading_1vhu1_12 ._eyebrow_1vhu1_36 {
  margin-bottom: 4px;
  color: #1459c7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
._header--top--categories_1vhu1_1 ._top--categories-row_1vhu1_44 {
  position: relative;
  min-width: 0;
}
._header--top--categories_1vhu1_1 ._top--categories-row_1vhu1_44 ._top--categories-block_1vhu1_48 {
  text-align: center;
  min-width: 92px;
}
._header--top--categories_1vhu1_1 ._top--categories-row_1vhu1_44 ._top--categories-block_1vhu1_48 ._category-action_1vhu1_52 {
  width: 100%;
  padding: 3px 2px 6px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #172d4d;
  cursor: pointer;
  font: inherit;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}
._header--top--categories_1vhu1_1 ._top--categories-row_1vhu1_44 ._top--categories-block_1vhu1_48 ._category-action_1vhu1_52:hover:not(:disabled) {
  background: rgba(21, 91, 204, 0.07);
  color: #0b54c0;
  transform: translateY(-2px);
}
._header--top--categories_1vhu1_1 ._top--categories-row_1vhu1_44 ._top--categories-block_1vhu1_48 ._category-action_1vhu1_52:focus-visible {
  outline: 3px solid rgba(21, 91, 204, 0.28);
  outline-offset: 2px;
}
._header--top--categories_1vhu1_1 ._top--categories-row_1vhu1_44 ._top--categories-block_1vhu1_48 ._category-action_1vhu1_52:disabled {
  cursor: wait;
}
._header--top--categories_1vhu1_1 ._top--categories-row_1vhu1_44 ._top--categories-block_1vhu1_48 ._categories-block-img_1vhu1_75 {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #edf3fc;
  box-shadow: 0 7px 18px rgba(25, 56, 99, 0.12);
}
._header--top--categories_1vhu1_1 ._top--categories-row_1vhu1_44 ._top--categories-block_1vhu1_48 ._categories-block-img_1vhu1_75 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._header--top--categories_1vhu1_1 ._top--categories-row_1vhu1_44 ._top--categories-block_1vhu1_48 ._category-name_1vhu1_91 {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

._category-skeleton_1vhu1_99 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

._inner-set_1vhu1_106 {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  align-items: center !important;
  max-width: 180px;
}

._inner-set_1vhu1_106 img {
  max-width: 100%;
  display: block;
  border-radius: 100%;
}

._arrowPrev_1vhu1_120 {
  right: 0;
}

._arrowNext_1vhu1_124 {
  left: 0;
}

._center-align-product_1vhu1_128 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

._arrowPrev_1vhu1_120,
._arrowNext_1vhu1_124 {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid #dce5f2;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 18px rgba(15, 39, 73, 0.14);
  transform: translate(0, -50%);
  cursor: pointer;
}
._arrowPrev_1vhu1_120 img,
._arrowNext_1vhu1_124 img {
  width: 16px;
  height: 16px;
}
._arrowPrev_1vhu1_120:focus-visible,
._arrowNext_1vhu1_124:focus-visible {
  outline: 3px solid rgba(21, 91, 204, 0.28);
  outline-offset: 2px;
}
._arrowPrev_1vhu1_120:disabled, ._arrowPrev_1vhu1_120._disabled_1vhu1_163,
._arrowNext_1vhu1_124:disabled,
._arrowNext_1vhu1_124._disabled_1vhu1_163 {
  opacity: 0.38;
  cursor: not-allowed;
}

@media (min-width: 769px) {
  ._arrowPrev_1vhu1_120 {
    right: 0;
  }
  ._arrowNext_1vhu1_124 {
    left: 0;
  }
  ._arrowPrev_1vhu1_120,
  ._arrowNext_1vhu1_124 {
    top: 46px;
  }
}
@media (max-width: 768px) {
  ._header--top--categories_1vhu1_1 {
    padding: 18px 14px;
    border-radius: 20px;
  }
  ._header--top--categories_1vhu1_1 ._section-heading_1vhu1_12 {
    display: block;
    margin-bottom: 16px;
  }
  ._header--top--categories_1vhu1_1 ._section-heading_1vhu1_12 > p {
    margin-top: 6px;
    text-align: left;
  }
  ._arrowPrev_1vhu1_120,
  ._arrowNext_1vhu1_124 {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._header--top--categories_1vhu1_1 ._top--categories-row_1vhu1_44 ._top--categories-block_1vhu1_48 ._category-action_1vhu1_52 {
    transition: none;
  }
}._electronics-section__wape_vcrzp_1 {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-bottom: 24px;
}
._electronics-section__wape_vcrzp_1 .swiper-wrapper {
  align-items: stretch;
}
._electronics-section__wape_vcrzp_1 .swiper-slide {
  height: auto;
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 {
  position: relative;
  display: block;
  height: 100%;
  min-height: 290px;
  overflow: hidden;
  border: 1px solid #dfe7f2;
  border-radius: 24px;
  background: #eef3fb;
  box-shadow: 0 16px 34px rgba(15, 39, 73, 0.1);
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__img_vcrzp_24 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__img_vcrzp_24 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__content_vcrzp_37 {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  width: min(70%, 500px);
  min-height: 290px;
  padding: 22px clamp(24px, 3vw, 40px) 22px clamp(54px, 4.5vw, 66px);
  flex-direction: column;
  justify-content: center;
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__content_vcrzp_37 h3,
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__content_vcrzp_37 p {
  display: block;
  margin: 0;
  overflow-wrap: break-word;
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__content_vcrzp_37 h3 {
  max-width: 18ch;
  font-size: clamp(21px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__content_vcrzp_37 p {
  max-width: 30ch;
  margin-top: 8px;
  font-size: clamp(13.5px, 1.25vw, 16px);
  line-height: 1.35;
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__actions_vcrzp_68 {
  margin-top: 14px;
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__actions_vcrzp_68 ._btn-electronics_vcrzp_71 {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 24px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 8px 18px rgba(20, 73, 160, 0.22);
  transition: box-shadow 180ms ease, transform 180ms ease;
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__actions_vcrzp_68 ._btn-electronics_vcrzp_71:hover {
  box-shadow: 0 11px 22px rgba(20, 73, 160, 0.28);
  transform: translateY(-1px);
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__actions_vcrzp_68 ._btn-electronics_vcrzp_71:focus-visible {
  outline: 3px solid rgba(21, 91, 204, 0.3);
  outline-offset: 3px;
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__actions_vcrzp_68 ._btn-electronics--pink_vcrzp_94 {
  background-color: #c5356c;
}
._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__actions_vcrzp_68 ._btn-electronics--accent_vcrzp_97 {
  background-color: #155bcc;
}

._visuallyHidden_vcrzp_101 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

._arrowPrev_vcrzp_112,
._arrowNext_vcrzp_113 {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid #dce5f2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(15, 39, 73, 0.16);
  transform: translateY(-50%);
  cursor: pointer;
}
._arrowPrev_vcrzp_112 img,
._arrowNext_vcrzp_113 img {
  width: 17px;
  height: 17px;
}
._arrowPrev_vcrzp_112:focus-visible,
._arrowNext_vcrzp_113:focus-visible {
  outline: 3px solid rgba(21, 91, 204, 0.3);
  outline-offset: 2px;
}

._arrowPrev_vcrzp_112 {
  right: 12px;
}

._arrowNext_vcrzp_113 {
  left: 12px;
}

._disabledArrow_vcrzp_147,
._arrowPrev_vcrzp_112:disabled,
._arrowNext_vcrzp_113:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  ._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 {
    min-height: 230px;
    border-radius: 20px;
  }
  ._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__img_vcrzp_24 {
    height: 100%;
  }
  ._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__content_vcrzp_37 {
    width: 72%;
    min-height: 230px;
    padding: 24px;
  }
  ._arrowPrev_vcrzp_112,
  ._arrowNext_vcrzp_113 {
    top: auto;
    bottom: 12px;
    width: 34px;
    height: 34px;
    transform: none;
  }
  ._arrowPrev_vcrzp_112 {
    right: 12px;
  }
  ._arrowNext_vcrzp_113 {
    right: 54px;
    left: auto;
  }
}
@media (max-width: 480px) {
  ._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 {
    min-height: 210px;
  }
  ._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__img_vcrzp_24 {
    height: 100%;
  }
  ._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__content_vcrzp_37 {
    width: 82%;
    min-height: 210px;
    padding: 20px;
  }
  ._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__content_vcrzp_37 h3 {
    font-size: 20px;
  }
  ._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__content_vcrzp_37 p {
    font-size: 13px;
  }
  ._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__actions_vcrzp_68 {
    margin-top: 16px;
  }
  ._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__actions_vcrzp_68 ._btn-electronics_vcrzp_71 {
    min-height: 38px;
    padding: 8px 18px;
  }
  ._arrowPrev_vcrzp_112,
  ._arrowNext_vcrzp_113 {
    bottom: 10px;
    width: 32px;
    height: 32px;
  }
  ._arrowPrev_vcrzp_112 {
    right: 10px;
  }
  ._arrowNext_vcrzp_113 {
    right: 50px;
    left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._electronics-section__wape_vcrzp_1 ._electronics-section__block_vcrzp_13 ._electronics-section__actions_vcrzp_68 ._btn-electronics_vcrzp_71 {
    transition: none;
  }
}:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
._new-arrivals_1f2fe_1 {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-bottom: 24px;
  padding: clamp(20px, 2.5vw, 30px);
  overflow: hidden;
  border: 1px solid #e3eaf4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 39, 73, 0.06);
}
._new-arrivals_1f2fe_1 ._new-arrivals__title_1f2fe_13 {
  min-width: 0;
  padding: 0;
}
._new-arrivals_1f2fe_1 ._new-arrivals__title_1f2fe_13 p,
._new-arrivals_1f2fe_1 ._new-arrivals__title_1f2fe_13 h2 {
  margin: 0;
}
._new-arrivals_1f2fe_1 ._new-arrivals__title_1f2fe_13 p {
  margin-bottom: 4px;
  color: #1660cf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
._new-arrivals_1f2fe_1 ._new-arrivals__title_1f2fe_13 h2 {
  color: #10284b;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

._sectionHeader_1f2fe_37 {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

._sectionActions_1f2fe_45,
._carouselActions_1f2fe_46 {
  display: flex;
  align-items: center;
}

._sectionActions_1f2fe_45 {
  flex: 0 0 auto;
  gap: 12px;
}

._carouselActions_1f2fe_46 {
  gap: 7px;
}

._storeSwiper_1f2fe_60 {
  padding: 7px 2px 12px;
}
._storeSwiper_1f2fe_60 .swiper-wrapper {
  align-items: stretch;
}
._storeSwiper_1f2fe_60 .swiper-slide {
  display: flex;
  height: auto;
}

._storeCardLink_1f2fe_71 {
  width: 100%;
  min-width: 0;
  height: 100%;
  display: block;
  border-radius: 22px;
  color: inherit;
  text-decoration: none;
}
._storeCardLink_1f2fe_71:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.3);
  outline-offset: 3px;
}

._store-card_1f2fe_85 {
  --store-blue: #0866ff;
  position: relative;
  height: 100%;
  min-height: 246px;
  padding: 9px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #d8e3f1;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(238, 245, 255, 0.72), transparent 46%), #fff;
  box-shadow: 0 1px 2px rgba(11, 35, 69, 0.04), 0 10px 24px rgba(11, 35, 69, 0.07);
  transition: border-color 190ms ease, box-shadow 190ms ease, transform 190ms ease;
}
._store-card_1f2fe_85::before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 28px;
  left: 28px;
  height: 3px;
  content: "";
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0866ff, #67a2ff);
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 200ms ease;
}

._storeCardLink_1f2fe_71:hover ._store-card_1f2fe_85 {
  border-color: #b8cbe3;
  box-shadow: 0 20px 38px rgba(11, 35, 69, 0.14);
  transform: translateY(-4px);
}
._storeCardLink_1f2fe_71:hover ._store-card_1f2fe_85::before {
  opacity: 1;
  transform: scaleX(1);
}

._store-img_1f2fe_125 {
  position: relative;
  display: flex;
  height: 146px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(213, 225, 240, 0.92);
  border-radius: 17px;
  background: radial-gradient(circle at 50% 45%, #fff 0 32%, transparent 70%), linear-gradient(145deg, #f7faff, #eaf1f9);
}
._store-img_1f2fe_125::after {
  position: absolute;
  right: -34px;
  bottom: -46px;
  width: 110px;
  height: 110px;
  content: "";
  border: 18px solid rgba(8, 102, 255, 0.05);
  border-radius: 50%;
}
._store-img_1f2fe_125 img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  filter: drop-shadow(0 10px 10px rgba(30, 53, 84, 0.12));
  object-fit: contain;
  transition: filter 220ms ease, transform 240ms ease;
}

._storeCardLink_1f2fe_71:hover ._store-img_1f2fe_125 img {
  filter: drop-shadow(0 14px 13px rgba(30, 53, 84, 0.18));
  transform: translateY(-2px) scale(1.045);
}

._storeCardBody_1f2fe_163 {
  min-width: 0;
  padding: 12px 5px 3px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

._store-name_1f2fe_171 {
  min-height: 40px;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #18304f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._storeMeta_1f2fe_185 {
  min-width: 0;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border-top: 1px solid #e7edf5;
}

._arrowPrev_1f2fe_196,
._arrowNext_1f2fe_197 {
  position: static;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dfe5ee;
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: #344054;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
._arrowPrev_1f2fe_196 svg,
._arrowNext_1f2fe_197 svg {
  width: 18px;
  height: 18px;
}
._arrowPrev_1f2fe_196:hover:not(:disabled),
._arrowNext_1f2fe_197:hover:not(:disabled) {
  border-color: #0a64f9;
  background: #edf4ff;
  color: #0a64f9;
}
._arrowPrev_1f2fe_196:focus-visible,
._arrowNext_1f2fe_197:focus-visible {
  border-color: #0a64f9;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}

._viewAll_1f2fe_230 {
  position: static;
  min-height: 40px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  color: #0a64f9;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
._viewAll_1f2fe_230 svg {
  width: 17px;
  height: 17px;
  transition: transform 160ms ease;
}
._viewAll_1f2fe_230:hover {
  color: #0755d8;
}
._viewAll_1f2fe_230:hover svg {
  transform: translateX(2px);
}
._viewAll_1f2fe_230:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.16);
  outline-offset: 2px;
}

._disabled_1f2fe_260,
._arrowPrev_1f2fe_196:disabled,
._arrowNext_1f2fe_197:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

._stores-near-you-miles_1f2fe_267 {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  color: #66758a;
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
._stores-near-you-miles_1f2fe_267 i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border: 2px solid #18a66a;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

._no-stores_1f2fe_289 {
  display: grid;
  min-height: 150px;
  place-items: center;
  border: 1px dashed #cad5e5;
  border-radius: 16px;
  background: #f8fafd;
  color: #60718a;
  font-weight: 700;
}

@media (max-width: 768px) {
  ._arrowPrev_1f2fe_196,
  ._arrowNext_1f2fe_197 {
    display: none !important;
  }
  ._new-arrivals_1f2fe_1 {
    padding: 18px 14px;
    border-radius: 20px;
  }
  ._sectionHeader_1f2fe_37 {
    margin-bottom: 16px;
    align-items: center;
    gap: 10px;
  }
  ._store-card_1f2fe_85 {
    min-height: 216px;
    padding: 8px;
    border-radius: 20px;
  }
  ._store-img_1f2fe_125 {
    height: 118px;
    border-radius: 15px;
  }
  ._store-img_1f2fe_125 img {
    padding: 13px;
  }
  ._storeCardBody_1f2fe_163 {
    padding: 10px 4px 2px;
  }
  ._store-name_1f2fe_171 {
    min-height: 36px;
    font-size: 13px;
    line-height: 18px;
  }
  ._storeMeta_1f2fe_185 {
    padding-top: 8px;
  }
  ._stores-near-you-miles_1f2fe_267 {
    font-size: 9px;
  }
  ._viewAll_1f2fe_230 {
    min-height: 38px;
    padding: 0;
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  ._sectionHeader_1f2fe_37 {
    align-items: flex-start;
  }
  ._viewAll_1f2fe_230 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._store-card_1f2fe_85,
  ._store-img_1f2fe_125 img,
  ._viewAll_1f2fe_230 svg {
    transition: none;
  }
}._new-arrivals_sktm1_1 {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-bottom: 24px;
  padding: clamp(20px, 2.5vw, 30px);
  overflow: hidden;
  border: 1px solid #e3eaf4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 39, 73, 0.06);
}
._new-arrivals_sktm1_1 ._new-arrivals__title_sktm1_13 {
  min-width: 0;
  padding: 0;
}
._new-arrivals_sktm1_1 ._new-arrivals__title_sktm1_13 p,
._new-arrivals_sktm1_1 ._new-arrivals__title_sktm1_13 h2 {
  margin: 0;
}
._new-arrivals_sktm1_1 ._new-arrivals__title_sktm1_13 p {
  margin-bottom: 4px;
  color: #1660cf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
._new-arrivals_sktm1_1 ._new-arrivals__title_sktm1_13 h2 {
  color: #10284b;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

._sectionHeader_sktm1_37 {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

._sectionActions_sktm1_45,
._carouselActions_sktm1_46 {
  display: flex;
  align-items: center;
}

._sectionActions_sktm1_45 {
  flex: 0 0 auto;
  gap: 12px;
}

._carouselActions_sktm1_46 {
  gap: 7px;
}

._brandSwiper_sktm1_60 {
  padding: 7px 2px 12px;
}
._brandSwiper_sktm1_60 .swiper-wrapper {
  align-items: stretch;
}
._brandSwiper_sktm1_60 .swiper-slide {
  display: flex;
  height: auto;
}

._brandLink_sktm1_71 {
  width: 100%;
  min-width: 0;
  height: 100%;
  display: block;
  border-radius: 22px;
  color: inherit;
  text-decoration: none;
}
._brandLink_sktm1_71:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.3);
  outline-offset: 3px;
}

._pageHeading_sktm1_85 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  color: #2D2A6E;
  margin-bottom: 16px;
}

._category-card_sktm1_93 {
  position: relative;
  min-height: 180px;
  padding: 10px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  border: 1px solid #d8e3f1;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(238, 245, 255, 0.72), transparent 48%), #fff;
  box-shadow: 0 1px 2px rgba(11, 35, 69, 0.04), 0 10px 24px rgba(11, 35, 69, 0.07);
  text-align: center;
  transition: border-color 190ms ease, box-shadow 190ms ease, transform 190ms ease;
}
._category-card_sktm1_93::before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 28px;
  left: 28px;
  height: 3px;
  content: "";
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0866ff, #67a2ff);
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 200ms ease;
}

._brandLink_sktm1_71:hover ._category-card_sktm1_93 {
  border-color: #b8cbe3;
  box-shadow: 0 20px 38px rgba(11, 35, 69, 0.14);
  transform: translateY(-4px);
}
._brandLink_sktm1_71:hover ._category-card_sktm1_93::before {
  opacity: 1;
  transform: scaleX(1);
}

._brandMonogram_sktm1_133 {
  position: absolute;
  right: 5px;
  bottom: -24px;
  color: rgba(8, 102, 255, 0.045);
  font-size: 88px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

._category-image_sktm1_144 {
  position: relative;
  min-width: 0;
  width: 100%;
  height: 112px;
  margin: 0 auto;
  padding: 13px;
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(213, 225, 240, 0.92);
  border-radius: 17px;
  background: radial-gradient(circle at 50% 44%, #fff 0 34%, transparent 72%), linear-gradient(145deg, #f7faff, #eaf1f9);
}
._category-image_sktm1_144::after {
  position: absolute;
  right: -36px;
  bottom: -48px;
  width: 110px;
  height: 110px;
  content: "";
  border: 18px solid rgba(8, 102, 255, 0.05);
  border-radius: 50%;
}

._category-image_sktm1_144 img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 84px;
  filter: drop-shadow(0 9px 9px rgba(30, 53, 84, 0.11));
  object-fit: contain;
  transition: filter 220ms ease, transform 240ms ease;
}

._brandLink_sktm1_71:hover ._category-image_sktm1_144 img {
  filter: drop-shadow(0 13px 12px rgba(30, 53, 84, 0.17));
  transform: translateY(-2px) scale(1.045);
}

._brandFooter_sktm1_185 {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  padding: 11px 4px 2px;
}

._category-name_sktm1_193 {
  min-height: 36px;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #18304f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

p._category-count_sktm1_207 {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: #4D5574;
}

._arrowPrev_sktm1_215,
._arrowNext_sktm1_216 {
  position: static;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dfe5ee;
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: #344054;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
._arrowPrev_sktm1_215 svg,
._arrowNext_sktm1_216 svg {
  width: 18px;
  height: 18px;
}
._arrowPrev_sktm1_215:hover:not(:disabled),
._arrowNext_sktm1_216:hover:not(:disabled) {
  border-color: #0a64f9;
  background: #edf4ff;
  color: #0a64f9;
}
._arrowPrev_sktm1_215:focus-visible,
._arrowNext_sktm1_216:focus-visible {
  border-color: #0a64f9;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}

._viewAll_sktm1_249 {
  position: static;
  min-height: 40px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  color: #0a64f9;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
._viewAll_sktm1_249 svg {
  width: 17px;
  height: 17px;
  transition: transform 160ms ease;
}
._viewAll_sktm1_249:hover {
  color: #0755d8;
}
._viewAll_sktm1_249:hover svg {
  transform: translateX(2px);
}
._viewAll_sktm1_249:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.16);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  ._new-arrivals_sktm1_1 {
    padding: 18px 14px;
    border-radius: 20px;
  }
  ._sectionHeader_sktm1_37 {
    margin-bottom: 16px;
    align-items: center;
    gap: 10px;
  }
  ._product--card_sktm1_289 {
    min-height: 96px;
  }
  ._category-image_sktm1_144 {
    width: 100%;
    height: 96px;
    padding: 10px;
    border-radius: 15px;
  }
  ._category-image_sktm1_144 img {
    height: 72px;
  }
  ._category-card_sktm1_93 {
    min-height: 154px;
    padding: 8px;
    border-radius: 20px;
  }
  ._brandFooter_sktm1_185 {
    padding: 9px 3px 1px;
  }
  ._brandMonogram_sktm1_133 {
    font-size: 68px;
  }
  ._arrowPrev_sktm1_215,
  ._arrowNext_sktm1_216 {
    display: none !important;
  }
  ._category-name_sktm1_193 {
    min-height: 34px;
    font-size: 12px;
    line-height: 17px;
  }
  ._category-count_sktm1_207 {
    font-size: 11px !important;
  }
  ._viewAll_sktm1_249 {
    min-height: 38px;
    padding: 0;
    font-size: 12px;
  }
  ._product--info_sktm1_329 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  ._visit-store-btn_sktm1_334 {
    padding: 8px 16px;
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
  }
  ._catStoreSecLeft_sktm1_340 h3 {
    color: #2d2a6e;
    font-size: 20px !important;
  }
  ._catStoreSecLeft_sktm1_340 p {
    font-size: 12px !important;
  }
  ._innerPageSec_sktm1_347 {
    max-width: calc(100vw - 4px);
  }
}
@media (max-width: 360px) {
  ._sectionHeader_sktm1_37 {
    align-items: flex-start;
  }
  ._viewAll_sktm1_249 {
    padding-right: 0;
    padding-left: 0;
  }
}
._disabled_sktm1_360 {
  opacity: 0.42;
  cursor: not-allowed;
}

._arrowPrev_sktm1_215:disabled,
._arrowNext_sktm1_216:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  ._category-card_sktm1_93,
  ._category-image_sktm1_144 img,
  ._viewAll_sktm1_249 svg {
    transition: none;
  }
}
._innerPageSec_sktm1_347 {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 12px;
}
._innerPageSec_sktm1_347 ._innerPageSec__title_sktm1_385 {
  padding-bottom: 16px;
}
._innerPageSec_sktm1_347 ._innerPageSec__title_sktm1_385 h3 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  color: #2D2A6E;
  margin-bottom: 0;
}

._catStoreSec_sktm1_340 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

._catStoreSecLeft_sktm1_340 {
  display: flex;
  gap: 12px;
  align-items: center;
}
._catStoreSecLeft_sktm1_340 h3 {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2D2A6E;
  margin-bottom: 4px !important;
  line-height: normal !important;
}
._catStoreSecLeft_sktm1_340 p {
  font-size: 14px;
  font-weight: 400;
  color: #6B7280;
  margin: 0;
}

._catStoreSecLeftImg_sktm1_422 {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
._catStoreSecLeftImg_sktm1_422 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._visit-store-btn_sktm1_334 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
._new-arrivals_1qbnq_1 {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-bottom: 24px;
  padding: clamp(20px, 2.5vw, 30px);
  overflow: hidden;
  border: 1px solid #e3eaf4;
  border-radius: 24px;
  background: linear-gradient(145deg, #f7faff 0%, #eef5ff 100%);
  box-shadow: 0 14px 32px rgba(15, 39, 73, 0.06);
}
._new-arrivals_1qbnq_1 ._new-arrivals__title_1qbnq_13 {
  min-width: 0;
}
._new-arrivals_1qbnq_1 ._new-arrivals__title_1qbnq_13 p,
._new-arrivals_1qbnq_1 ._new-arrivals__title_1qbnq_13 h2 {
  margin: 0;
}
._new-arrivals_1qbnq_1 ._new-arrivals__title_1qbnq_13 p {
  margin-bottom: 4px;
  color: #1660cf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
._new-arrivals_1qbnq_1 ._new-arrivals__title_1qbnq_13 h2 {
  color: #10284b;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
._new-arrivals_1qbnq_1 .mySwiper ._swiper-wrapper_1qbnq_35 {
  align-items: stretch;
}
._new-arrivals_1qbnq_1 .mySwiper ._swiper-slide_1qbnq_38 {
  display: flex !important;
  height: auto !important;
}
._new-arrivals_1qbnq_1 .mySwiper ._swiper-slide_1qbnq_38 a {
  display: flex;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
._new-arrivals_1qbnq_1 .mySwiper ._swiper-slide_1qbnq_38 a:focus-visible {
  outline: 3px solid rgba(21, 91, 204, 0.28);
  outline-offset: 2px;
  border-radius: 18px;
}
._new-arrivals_1qbnq_1 .mySwiper ._swiper-grid-column_1qbnq_54 {
  display: flex;
  height: 100%;
  flex-direction: column;
}

._sectionHeader_1qbnq_60 {
  min-width: 0;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

._sectionActions_1qbnq_69,
._sliderControls_1qbnq_70 {
  display: flex;
  align-items: center;
}

._sectionActions_1qbnq_69 {
  flex: 0 0 auto;
  gap: 12px;
}

._sliderControls_1qbnq_70 {
  gap: 7px;
}

._d--flex_1qbnq_84 {
  display: flex;
}

._product--card_1qbnq_88 {
  display: flex;
  width: 100%;
  min-height: 126px;
  padding: 12px;
  align-items: center;
  gap: 13px;
  border: 1px solid #e1e9f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(20, 45, 82, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
._product--card_1qbnq_88:hover {
  border-color: #b8cef0;
  box-shadow: 0 12px 24px rgba(20, 54, 101, 0.12);
  transform: translateY(-2px);
}

._product-image_1qbnq_107 {
  position: relative;
  width: 96px;
  height: 96px;
  overflow: hidden;
  flex: 0 0 96px;
  border-radius: 13px;
  background: #f5f8fc;
}
._product-image_1qbnq_107 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._product--info_1qbnq_123 {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

._badge_1qbnq_132 {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff0bf;
  color: #735000;
  font-size: 11px;
  font-weight: 800;
}

._shop-name_1qbnq_143 {
  display: -webkit-box;
  margin-bottom: 2px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #203858;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  word-break: break-word;
}

._shopping-benefit_1qbnq_156 {
  max-width: 100%;
  margin: 2px 0 0;
  overflow: hidden;
  color: #66768d;
  font-size: 12px;
  line-height: 1.4;
  text-overflow: ellipsis;
}

._arrowButton_1qbnq_166 {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-grid;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid #dfe5ee;
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: #344054;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
._arrowButton_1qbnq_166 svg {
  width: 18px;
  height: 18px;
}
._arrowButton_1qbnq_166:hover:not(:disabled) {
  border-color: #155bcc;
  background: #edf4ff;
  color: #155bcc;
}
._arrowButton_1qbnq_166:focus-visible {
  border-color: #155bcc;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}
._arrowButton_1qbnq_166:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

._viewAll_1qbnq_200 {
  min-height: 40px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  color: #155bcc;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
._viewAll_1qbnq_200 svg {
  width: 17px;
  height: 17px;
  transition: transform 160ms ease;
}
._viewAll_1qbnq_200:hover svg {
  transform: translateX(2px);
}
._viewAll_1qbnq_200:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.16);
  outline-offset: 2px;
}

._no-stores_1qbnq_225 {
  display: grid;
  min-height: 150px;
  place-items: center;
  border: 1px dashed #bdcce0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: #60718a;
  font-weight: 700;
}

@media (max-width: 768px) {
  ._sliderControls_1qbnq_70 {
    display: none;
  }
  ._new-arrivals_1qbnq_1 {
    padding: 18px 14px;
    border-radius: 20px;
  }
  ._sectionHeader_1qbnq_60 {
    margin-bottom: 16px;
    gap: 12px;
  }
  ._product--card_1qbnq_88 {
    min-height: 104px;
    padding: 10px;
    border-radius: 15px;
  }
  ._product-image_1qbnq_107 {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
  }
  ._product-image_1qbnq_107 ._badge_1qbnq_132 {
    position: absolute;
    top: 4px;
    left: 4px;
    margin: 0;
    padding: 3px 5px;
    font-size: 8px;
  }
  ._viewAll_1qbnq_200 {
    min-height: 38px;
    padding: 0;
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  ._product-image_1qbnq_107 {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._product--card_1qbnq_88,
  ._arrowButton_1qbnq_166,
  ._viewAll_1qbnq_200 svg {
    transition: none;
  }
}._new-arrivals_1b96f_1 {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-bottom: 24px;
  padding: clamp(20px, 2.5vw, 30px);
  overflow: hidden;
  border: 1px solid #e3eaf4;
  border-radius: 24px;
  background: linear-gradient(145deg, #f8faff 0%, #f2f6fc 100%);
  box-shadow: 0 14px 32px rgba(15, 39, 73, 0.06);
}
._new-arrivals_1b96f_1 ._new-arrivals__title_1b96f_13 {
  padding-bottom: 22px;
}
._new-arrivals_1b96f_1 ._new-arrivals__title_1b96f_13 p,
._new-arrivals_1b96f_1 ._new-arrivals__title_1b96f_13 h2 {
  margin: 0;
}
._new-arrivals_1b96f_1 ._new-arrivals__title_1b96f_13 p {
  margin-bottom: 4px;
  color: #1660cf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
._new-arrivals_1b96f_1 ._new-arrivals__title_1b96f_13 h2 {
  color: #10284b;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

._merchantRow_1b96f_36 {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 18px !important;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #e2e9f3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(20, 45, 82, 0.06);
}
._merchantRow_1b96f_36:last-child {
  margin-bottom: 0 !important;
}

._merchantHeader_1b96f_52 {
  min-width: 0;
  margin-bottom: 14px !important;
  padding-bottom: 0 !important;
  gap: 14px;
}

._merchantIdentity_1b96f_59 {
  width: 100%;
  min-width: 0;
  justify-content: flex-start;
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
}
._merchantIdentity_1b96f_59 > div:last-child {
  min-width: 0;
  flex: 1 1 auto;
}
._merchantIdentity_1b96f_59 h3 {
  overflow: hidden;
  color: #153052 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._merchantIdentity_1b96f_59 p {
  margin: 3px 0 0;
  color: #67768b;
  line-height: 1.35;
}
._merchantIdentity_1b96f_59:hover h3 {
  color: #155bcc !important;
}
._merchantIdentity_1b96f_59:focus-visible {
  outline: 3px solid rgba(21, 91, 204, 0.24);
  outline-offset: 3px;
}

._merchantLogo_1b96f_92 {
  width: 48px !important;
  height: 48px !important;
}
._merchantLogo_1b96f_92 img {
  object-fit: contain;
}

._sliderWrapper_1b96f_100 {
  position: relative;
  min-width: 0;
  padding: 0 42px;
}

._merchantRow_1b96f_36 ._rowArrow_1b96f_106 {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid #dce5f2;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 39, 73, 0.1);
  transform: translateY(-50%);
  cursor: pointer;
}
._merchantRow_1b96f_36 ._rowArrow_1b96f_106 img {
  width: 14px;
  height: 14px;
}
._merchantRow_1b96f_36 ._rowArrow_1b96f_106:focus-visible {
  outline: 3px solid rgba(21, 91, 204, 0.28);
  outline-offset: 2px;
}
._merchantRow_1b96f_36 ._rowArrow_1b96f_106:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

._merchantRow_1b96f_36 ._rowArrowPrevious_1b96f_135 {
  right: auto !important;
  left: 0;
}

._merchantRow_1b96f_36 ._rowArrowNext_1b96f_140 {
  right: 0 !important;
}

._productSwiper_1b96f_144 {
  min-width: 0;
  padding: 7px 2px 12px;
}
._productSwiper_1b96f_144 .swiper-wrapper {
  align-items: stretch;
}
._productSwiper_1b96f_144 .swiper-slide {
  display: flex;
  height: auto;
}

._no-stores_1b96f_156 {
  display: grid;
  min-height: 150px;
  place-items: center;
  border: 1px dashed #bdcce0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: #60718a;
  font-weight: 700;
}

@media (max-width: 768px) {
  ._new-arrivals_1b96f_1 {
    padding: 18px 14px;
    border-radius: 20px;
  }
  ._new-arrivals_1b96f_1 ._new-arrivals__title_1b96f_13 {
    padding-bottom: 16px;
  }
  ._merchantRow_1b96f_36 {
    padding: 13px;
    border-radius: 16px;
  }
  ._merchantHeader_1b96f_52 {
    align-items: center !important;
  }
  ._merchantIdentity_1b96f_59 h3 {
    display: -webkit-box;
    max-width: calc(100vw - 112px) !important;
    overflow: hidden;
    font-size: 15px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ._merchantIdentity_1b96f_59 p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 10px !important;
  }
  ._sliderWrapper_1b96f_100 {
    padding: 0;
  }
  ._merchantRow_1b96f_36 ._rowArrow_1b96f_106 {
    display: none;
  }
}
@media (max-width: 420px) {
  ._merchantHeader_1b96f_52 {
    align-items: flex-start !important;
  }
  ._merchantIdentity_1b96f_59 {
    gap: 7px !important;
  }
  ._merchantLogo_1b96f_92 {
    width: 40px !important;
    height: 40px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._merchantRow_1b96f_36 {
    transition: none;
  }
}._homePage_19msc_1 {
  width: 100%;
  overflow: clip;
  background: radial-gradient(circle at 92% 2%, rgba(24, 119, 242, 0.08), transparent 28rem), #f7f9fc;
}

._homeLayout_19msc_7 {
  width: 100%;
  min-width: 0;
  align-items: flex-start;
}

._homeContent_19msc_13 {
  width: 100%;
  min-width: 0;
  max-width: none !important;
  flex: 1 1 0;
  padding: clamp(16px, 1.4vw, 22px) 24px 40px !important;
  overflow: hidden;
  box-sizing: border-box;
}

._pageIntro_19msc_23 {
  width: 100%;
  min-width: 0;
  margin-bottom: 18px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #dce6f4;
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94)), #fff;
  box-shadow: 0 10px 30px rgba(27, 53, 87, 0.07);
}
._pageIntro_19msc_23 h1 {
  margin: 3px 0 5px;
  color: #10233f;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
}
._pageIntro_19msc_23 p {
  max-width: 680px;
  margin: 0;
  color: #66758a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

._pageEyebrow_19msc_54 {
  color: #0a64f9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._fulfillmentBadge_19msc_62 {
  min-height: 36px;
  padding: 0 14px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid #cfe0f7;
  border-radius: 999px;
  background: #fff;
  color: #24517f;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 768px) {
  ._homeContent_19msc_13 {
    flex-basis: 100%;
    padding: 16px 14px 28px !important;
  }
  ._pageIntro_19msc_23 {
    margin-bottom: 14px;
    padding: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    border-radius: 16px;
  }
  ._pageIntro_19msc_23 h1 {
    font-size: clamp(23px, 7vw, 29px);
  }
  ._pageIntro_19msc_23 p {
    font-size: 13px;
  }
  ._fulfillmentBadge_19msc_62 {
    min-height: 32px;
  }
}
@media (max-width: 350px) {
  ._homeContent_19msc_13 {
    padding-top: 14px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  ._pageIntro_19msc_23 {
    padding: 16px;
  }
}
._uberFooterWrapper_19msc_110 {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 8px 2px rgba(10, 20, 47, 0.16);
  display: flex;
  justify-content: center;
  padding: 0 16px;
  z-index: 1;
  padding: 8px 0;
}

._uberFooterInner_19msc_123 {
  width: 100%;
  max-width: 309px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

._uberFooterText_19msc_133 {
  color: #000000;
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._uberFooterTextUber_19msc_142 {
  font-weight: 700;
}

._uberFooterButton_19msc_146 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  background: #000000;
  color: #ffffff;
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 19px;
  text-decoration: none;
  white-space: nowrap;
}.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
._grid-container_k714i_1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 185px), 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}
@media (min-width: 1920px) {
  ._grid-container_k714i_1 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

._pageShell_k714i_14 {
  width: 100%;
  min-height: 60vh;
  overflow: clip;
  background: radial-gradient(circle at 94% 0%, rgba(10, 100, 249, 0.08), transparent 24rem), #f7f9fc;
}

._layout_k714i_21 {
  width: 100%;
  min-width: 0;
  align-items: flex-start;
}

._content_k714i_27 {
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
  max-width: none !important;
  padding: 20px 24px 42px !important;
  box-sizing: border-box;
}

._pageHero_k714i_36 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  margin-bottom: 17px;
  border: 1px solid #dce7f4;
  border-radius: 19px;
  background: radial-gradient(circle at 96% 4%, rgba(10, 100, 249, 0.15), transparent 15rem), linear-gradient(135deg, #ffffff, #f3f8ff);
  box-shadow: 0 13px 32px rgba(18, 48, 89, 0.075);
}
._pageHero_k714i_36 > div {
  min-width: 0;
}
._pageHero_k714i_36 h1 {
  margin: 2px 0 4px;
  color: #132743;
  font-size: clamp(24px, 2.5vw, 35px);
  font-weight: 790;
  letter-spacing: -0.035em;
  line-height: 1.12;
  overflow-wrap: anywhere;
}
._pageHero_k714i_36 p {
  margin: 0;
  color: #627389;
  font-size: 14px;
  line-height: 1.5;
}

._pageHeroIcon_k714i_67 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, #0b68fa, #0051d5);
  color: #ffffff;
  box-shadow: 0 8px 19px rgba(10, 100, 249, 0.21);
}

._eyebrow_k714i_79 {
  color: #0761d2;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

._errorAlert_k714i_87 {
  margin-bottom: 16px;
  border-radius: 13px !important;
}

._loadingGrid_k714i_92 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 185px), 1fr));
  gap: 12px;
}

._loadingCard_k714i_98 {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 11px;
  border: 1px solid #e0e8f2;
  border-radius: 16px;
  background: #ffffff;
}
._loadingCard_k714i_98 > span:first-child {
  width: 100%;
  border-radius: 12px;
}

._emptyState_k714i_112 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 34px 22px;
  border: 1px dashed #c9d8ea;
  border-radius: 19px;
  background: #ffffff;
  text-align: center;
}
._emptyState_k714i_112 > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #eaf3ff;
  color: #0a64f9;
}
._emptyState_k714i_112 h2 {
  margin: 15px 0 5px;
  color: #1c304b;
  font-size: 20px;
  font-weight: 770;
}
._emptyState_k714i_112 p {
  max-width: 440px;
  margin: 0;
  color: #65758a;
  font-size: 14px;
  line-height: 1.55;
}

._innerPageSec_k714i_148 {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-bottom: 28px;
  z-index: 1;
}
._innerPageSec_k714i_148 ._innerPageSec__title_k714i_155 {
  padding: 1px 0 14px;
  display: flex;
}
._innerPageSec_k714i_148 ._innerPageSec__title_k714i_155 h3 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 760;
  color: #1d314d;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  ._content_k714i_27 {
    flex-basis: 100%;
    padding: 12px 14px 32px !important;
  }
  ._pageHero_k714i_36 {
    align-items: flex-start;
    gap: 12px;
    padding: 17px;
    border-radius: 17px;
  }
  ._pageHero_k714i_36 h1 {
    font-size: 23px;
  }
  ._pageHero_k714i_36 p {
    font-size: 13px;
  }
  ._pageHeroIcon_k714i_67 {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  ._grid-container_k714i_1,
  ._loadingGrid_k714i_92 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  ._innerPageSec_k714i_148 {
    margin-bottom: 16px;
  }
  ._innerPageSec_k714i_148 ._innerPageSec__title_k714i_155 {
    padding-bottom: 10px;
  }
  ._innerPageSec_k714i_148 ._innerPageSec__title_k714i_155 h3 {
    font-size: 16px;
    font-weight: 740;
    margin-bottom: 0;
  }
}
@media (max-width: 350px) {
  ._content_k714i_27 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  ._pageHero_k714i_36 {
    grid-template-columns: 1fr;
    padding: 15px;
  }
  ._pageHero_k714i_36 h1 {
    font-size: 21px;
  }
  ._grid-container_k714i_1,
  ._loadingGrid_k714i_92 {
    grid-template-columns: 1fr;
  }
  ._emptyState_k714i_112 {
    min-height: 280px;
    padding: 28px 16px;
  }
}._grid-container_1jqna_1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  gap: 10px;
}
@media (min-width: 1920px) {
  ._grid-container_1jqna_1 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 767px) {
  ._grid-container_1jqna_1 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}

._innerPageSec_1jqna_17 {
  position: relative;
  max-width: calc(100vw - 340px);
  margin-bottom: 32px;
}
._innerPageSec_1jqna_17 ._innerPageSec__title_1jqna_22 {
  padding-bottom: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._innerPageSec_1jqna_17 ._innerPageSec__title_1jqna_22 h3 {
  font-size: 20px;
  line-height: 38px;
  font-weight: 600;
  color: #2D2A6E;
  margin-bottom: 0;
  line-height: normal;
}

@media (max-width: 768px) {
  ._innerPageSec_1jqna_17 {
    max-width: calc(100vw - 4px);
    margin-bottom: 16px;
  }
  ._innerPageSec_1jqna_17 ._innerPageSec__title_1jqna_22 {
    padding-bottom: 10px;
  }
  ._innerPageSec_1jqna_17 ._innerPageSec__title_1jqna_22 h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }
  ._showing-results_1jqna_50 {
    font-size: 14px !important;
  }
}
._clear-filters_1jqna_54 {
  color: rgb(10, 100, 249);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}

._showing-results_1jqna_50 {
  font-weight: 400;
  font-size: 18px;
}

._merchantCategoryPage_1jqna_67 {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-bottom: 40px;
  font-family: "Manrope", "Jost", sans-serif;
}
._merchantCategoryPage_1jqna_67 ._innerPageSec__title_1jqna_22 {
  min-height: 64px;
  padding: 4px 0 20px;
  align-items: flex-end;
  gap: 24px;
}
._merchantCategoryPage_1jqna_67 ._innerPageSec__title_1jqna_22 h1 {
  min-width: 0;
  margin: 0;
  color: #182230;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 35px;
}
._merchantCategoryPage_1jqna_67 ._showing-results_1jqna_50 {
  display: block;
  margin-bottom: 3px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 18px;
  text-transform: none;
}
._merchantCategoryPage_1jqna_67 ._grid-container_1jqna_1 {
  grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
  gap: 18px;
}
._merchantCategoryPage_1jqna_67 ._skeleton-card_1jqna_103 .MuiSkeleton-root {
  border-radius: 16px;
}
._merchantCategoryPage_1jqna_67 ._no-products_1jqna_106 {
  min-height: 240px;
  grid-column: 1/-1;
  display: grid;
  place-items: center;
  border: 1px dashed #cdd5df;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  color: #667085;
  font-weight: 700;
}

._categoryTools_1jqna_118 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

._mobileFilterButton_1jqna_125 {
  min-height: 44px;
  padding: 0 16px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #c9dcfa;
  border-radius: 12px;
  background: #eef5ff;
  color: #075fd7;
  font-family: "Manrope", "Jost", sans-serif;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
._mobileFilterButton_1jqna_125 svg {
  width: 17px;
  height: 17px;
}
._mobileFilterButton_1jqna_125:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  ._merchantCategoryPage_1jqna_67 {
    max-width: 100%;
  }
  ._merchantCategoryPage_1jqna_67 ._innerPageSec__title_1jqna_22 {
    min-height: 0;
    padding: 0 0 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }
  ._merchantCategoryPage_1jqna_67 ._innerPageSec__title_1jqna_22 h1 {
    font-size: 23px;
    line-height: 29px;
  }
  ._merchantCategoryPage_1jqna_67 ._categoryTools_1jqna_118 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
  }
  ._merchantCategoryPage_1jqna_67 ._categoryTools_1jqna_118 > * {
    min-width: 0;
  }
  ._merchantCategoryPage_1jqna_67 ._mobileFilterButton_1jqna_125 {
    width: 100%;
    padding: 0 12px;
    display: inline-flex;
  }
  ._merchantCategoryPage_1jqna_67 ._showing-results_1jqna_50 {
    font-size: 11px !important;
    line-height: 16px;
  }
  ._merchantCategoryPage_1jqna_67 ._grid-container_1jqna_1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 340px) {
  ._merchantCategoryPage_1jqna_67 ._mobileFilterButton_1jqna_125 {
    padding: 0 10px;
    gap: 6px;
  }
  ._merchantCategoryPage_1jqna_67 ._grid-container_1jqna_1 {
    grid-template-columns: minmax(0, 1fr);
  }
}._state_1swoa_1 {
  --state-accent: #0a64f9;
  --state-soft: #edf5ff;
  position: relative;
  isolation: isolate;
  width: min(100%, 760px);
  min-height: 300px;
  margin: 22px auto 48px;
  padding: clamp(32px, 6vw, 64px) clamp(22px, 7vw, 76px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  border: 1px solid #dfe8f5;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94));
  box-shadow: 0 18px 44px rgba(18, 53, 92, 0.08);
}
._state_1swoa_1 h2 {
  margin: 0;
  color: #10233f;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

._glow_1swoa_30 {
  position: absolute;
  z-index: -1;
  top: -110px;
  right: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--state-accent) 16%, transparent), transparent 68%);
  pointer-events: none;
}

._icon_1swoa_42 {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--state-accent);
  border: 1px solid color-mix(in srgb, var(--state-accent) 18%, white);
  border-radius: 18px;
  background: var(--state-soft);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--state-accent) 12%, transparent);
}
._icon_1swoa_42 .material-symbols-outlined {
  font-size: 28px;
}

._eyebrow_1swoa_59 {
  margin: 0 0 8px;
  color: var(--state-accent);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._description_1swoa_69 {
  max-width: 510px;
  margin: 14px auto 0;
  color: #637086;
  font-size: 15px;
  line-height: 1.65;
}

._action_1swoa_77 {
  min-height: 46px;
  margin-top: 24px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  border-radius: 13px;
  background: var(--state-accent);
  box-shadow: 0 10px 20px color-mix(in srgb, var(--state-accent) 22%, transparent);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
._action_1swoa_77:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px color-mix(in srgb, var(--state-accent) 28%, transparent);
}
._action_1swoa_77:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--state-accent) 28%, transparent);
  outline-offset: 3px;
}
._action_1swoa_77 .material-symbols-outlined {
  font-size: 18px;
}

._offers_1swoa_107 {
  --state-accent: #7a4df5;
  --state-soft: #f3efff;
}

._saved_1swoa_112 {
  --state-accent: #dd396f;
  --state-soft: #fff0f5;
}

._history_1swoa_117 {
  --state-accent: #0a64f9;
  --state-soft: #edf5ff;
}

@media (max-width: 576px) {
  ._state_1swoa_1 {
    min-height: 265px;
    margin: 14px 0 32px;
    padding: 34px 20px;
    border-radius: 20px;
  }
  ._description_1swoa_69 {
    font-size: 14px;
    line-height: 1.55;
  }
  ._action_1swoa_77 {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._action_1swoa_77 {
    transition: none;
  }
}._main_1apha_1 {
  width: 100%;
  max-width: none;
  min-width: 0;
  flex: 1 1 0;
  padding-top: clamp(20px, 3vw, 34px);
  padding-bottom: 44px;
  background: #f7f9fc;
}

._pageHeader_1apha_11 {
  position: relative;
  isolation: isolate;
  min-height: 174px;
  margin: 0 auto 24px;
  padding: clamp(26px, 4vw, 44px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  border: 1px solid #dce7f6;
  border-radius: 24px;
  background: radial-gradient(circle at 87% 20%, rgba(10, 100, 249, 0.15), transparent 27%), linear-gradient(135deg, #fff 0%, #f5f9ff 62%, #eaf3ff 100%);
  box-shadow: 0 16px 38px rgba(29, 61, 102, 0.08);
}
._pageHeader_1apha_11::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -60px;
  bottom: -110px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(10, 100, 249, 0.13);
  border-radius: 50%;
}
._pageHeader_1apha_11 h1 {
  margin: 0;
  color: #10233f;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

._eyebrow_1apha_47 {
  margin: 0 0 9px;
  color: #0a64f9;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._intro_1apha_57 {
  max-width: 540px;
  margin: 13px 0 0;
  color: #647188;
  font-size: 15px;
  line-height: 1.55;
}

._headerIcon_1apha_65 {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a64f9;
  border: 1px solid rgba(10, 100, 249, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 34px rgba(10, 100, 249, 0.12);
}
._headerIcon_1apha_65 .material-symbols-outlined {
  font-size: 34px;
}

._collection_1apha_82 {
  max-width: 1500px;
  margin: 0 auto;
}

._embeddedGuestState_1apha_87 {
  width: 100%;
}

._visuallyHidden_1apha_91 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

._merchantSection_1apha_102,
._skeletonSection_1apha_103 {
  margin: 0 0 20px;
  padding: clamp(16px, 2vw, 22px);
  overflow: hidden;
  border: 1px solid #e0e7f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 49, 82, 0.06);
}

._merchantLink_1apha_113 {
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 3px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  border-radius: 14px;
  text-decoration: none;
}
._merchantLink_1apha_113:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.28);
  outline-offset: 3px;
}
._merchantLink_1apha_113:hover ._merchantArrow_1apha_129 {
  transform: translateX(3px);
}

._merchantLogo_1apha_133 {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid #e5ebf3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(22, 49, 82, 0.08);
}
._merchantLogo_1apha_133 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._merchantCopy_1apha_150 {
  min-width: 0;
}
._merchantCopy_1apha_150 > span {
  display: block;
  color: #8490a2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-transform: uppercase;
}
._merchantCopy_1apha_150 h2 {
  margin: 3px 0 0;
  overflow: hidden;
  color: #163153;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 750;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._merchantArrow_1apha_129 {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a64f9;
  border-radius: 10px;
  background: #edf5ff;
  transition: transform 160ms ease;
}
._merchantArrow_1apha_129 .material-symbols-outlined {
  font-size: 18px;
}

._productGrid_1apha_189 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  gap: 12px;
}

._productTile_1apha_195 {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e5eaf1;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(22, 49, 82, 0.05);
}

._skeletonSection_1apha_103 {
  margin-bottom: 20px;
}
._skeletonSection_1apha_103 ._productGrid_1apha_189 {
  margin-top: 12px;
}

@media (max-width: 768px) {
  ._main_1apha_1 {
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 32px;
  }
  ._pageHeader_1apha_11 {
    min-height: 150px;
    margin-bottom: 16px;
    padding: 25px 22px;
    border-radius: 20px;
  }
  ._headerIcon_1apha_65 {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 18px;
  }
  ._headerIcon_1apha_65 .material-symbols-outlined {
    font-size: 28px;
  }
  ._merchantSection_1apha_102,
  ._skeletonSection_1apha_103 {
    padding: 14px;
    border-radius: 18px;
  }
  ._productGrid_1apha_189 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width: 480px) {
  ._pageHeader_1apha_11 {
    min-height: 0;
    padding: 24px 20px;
  }
  ._headerIcon_1apha_65 {
    display: none;
  }
  ._intro_1apha_57 {
    font-size: 14px;
  }
  ._merchantLogo_1apha_133 {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
  ._merchantCopy_1apha_150 > span {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._merchantArrow_1apha_129 {
    transition: none;
  }
}.create-wishlist-container {
  display: flex;
  justify-content: space-between;
  height: 38px;
}

.create-btn-cart {
  display: flex;
  align-items: center;
  background-color: #0A64F9;
  color: #fff;
  padding: 12px 16px 12px 16px;
  cursor: pointer;
  line-height: 0.75rem;
  border-radius: 50px;
}

.form-group {
  margin-bottom: 15px;

  .input-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'josh', sans-serif;
    margin-bottom: 8px;
    display: flex;
  }

  .required {
    color: #ff0000;
  }
}

.input-field {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  color: #4A4A4A;

  &:focus {
    outline: none;
  }
}

.error-text {
  color: #d32f2f;
  font-size: 0.75rem;
  margin-top: 4px;
  line-height: 1.2;
  display: block;
  font-weight: 400;
  /* animation: fadeIn 0.2s ease-in; */
}


.showAll {
  color: #000000;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
}

.single-store-empty-wishlist-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.single-store-empty-wishlist-page .empty-wishlist-content {
  height: 35vh;
}

.remove-product-wishlist-btn {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #ebebeb;
  /* padding: 9px; */
  /* border: 1.5px solid #cbcbcb; */
}

.mainHeader-conatiner {
  position: relative;
  min-width: 0;
  min-height: 42px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.wishlist-title-row {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 7px;
}

.wishlist-title-row .wishHeading {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

.wishlsit-showall {
  min-height: 34px;
  padding: 0 10px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e5f5;
  border-radius: 999px;
  background: #ffffff;
  color: #0a64f9;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
}


.wishlist-content-page {
  border: 1px solid #F0F0F0;
  border-radius: 1.5rem;
  background-color: #FAFAFA;
}
.WishList_default_section{
   border: 1px solid #F0F0F0;
  border-radius: 1.5rem;
  background-color: #FAFAFA;
  padding: 1rem 1rem 0rem 1rem;
}

/* .wishlist-content-page {
  padding: 1.5rem;
} */

.wishlist-para {
  color: #000000 !important;
}

.empty-wishlist-content-page {
  height: 55vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wishlist-content-product {
  min-height: 65vh;
}

.wishlist-content-product .rowStyle {
  gap: 1.5rem;
}

/* Override ProductCard styles for Default section */
.WishList_default_section .product-card {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.browse-product a {
  text-decoration: none;
  color: #fff;
}

.wishListContainer {
  border-top: 0.1px solid #cbc8c8;
  margin: 0rem 2rem;
  max-height: 300px;
  overflow-y: auto;
  padding: 5px;
}

/* Scrollbar width */
.wishListContainer::-webkit-scrollbar {
  width: 6px;
}

/* Scrollbar track */
.wishListContainer::-webkit-scrollbar-track {
  background: #eaf6ff;
}

/* Scrollbar thumb */
.wishListContainer::-webkit-scrollbar-thumb {
  background-color: #0A64F9;
  /* sky blue */
  border-radius: 7px;
}

/* Thumb hover */
.wishListContainer::-webkit-scrollbar-thumb:hover {
  background-color: #0A64F9;
}

.wishListContainer {
  scrollbar-width: thin;
  scrollbar-color: #0A64F9 #eaf6ff;
  /* thumb track */
}

.confirmModalTitle{
  color: #2D2A6E !important;
  font-size: 20px;
  font-weight: 600 !important;
}
#delete-modal-title,#delete-item-modal-title{
  border-bottom:1px solid #DFDFDF !important;
}
.back-wishlsit{
  cursor: pointer;
  margin-right: 0.65rem;
  transform: translate(0, -2px);
  height: 1.75rem;
}
.wishlistEdit-icon{
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  display: inline-grid;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid #d9e3ef;
  border-radius: 10px;
  outline: none;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(16, 42, 82, 0.07);
  color: #3b526f;
  cursor: pointer;
}
.wishlistEdit-icon:hover {
  border-color: #b9d1ef;
  background: #edf5ff;
  color: #0a64f9;
}
.wishlistEdit-icon:focus-visible {
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.18);
}
.wishlistEdit-icon svg {
  width: 21px;
  height: 21px;
}

.wishlist-product-grid,
.wishlist-product-grid > div {
  min-width: 0;
}

.WishList_default_section [class*='remove-product-btn'],
.WishList_default_sections [class*='remove-product-btn'],
.wishlist-content-product [class*='remove-product-btn'] {
  top: 10px !important;
  left: 10px !important;
  z-index: 5;
  width: 30px;
  height: 30px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid #ffd8dc;
  border-radius: 50%;
  background: rgba(255, 248, 249, 0.96);
  box-shadow: 0 5px 12px rgba(167, 35, 50, 0.1);
}

.WishList_default_section .remove-product-wishlist-btn,
.WishList_default_sections .remove-product-wishlist-btn,
.wishlist-content-product .remove-product-wishlist-btn {
  width: 16px !important;
  height: 16px !important;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 768px) {
  .wishlist-content-page {
    padding: 0rem;
  }
  
  .wishHeading {
    font-size: 1.25rem;
  }
  
  .wishlsit-showall {
    min-height: 32px;
    padding-inline: 9px;
    font-size: 12px;
  }

  .showAll {
    font-size: 16px;
  }
  .back-wishlsit {
    height: 1.5rem;
  }
  .wishlist-content-product {
    min-height: auto;
    /* border: 1px solid #F0F0F0; */
  }

  .wishlist-content-product .MuiGrid-container {
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }

  .wishlist-content-product .MuiGrid-item {
    min-width: 0;
    padding: 6px !important;
  }

  .wislist-list-product, .wishlist-content-page {
    border: none;
  }
  .wishlist-content-page {
    padding: 0rem;
    border: none;
    border-radius: 0rem;
  }
  
  .empty-wishlist-content-page {
    height: 30vh;
  }

}

@media (max-width: 576px) {
  /* .create-wishlist-container{
    padding: 0 16px;
  } */
  .wishlist-content-page {
    padding: 0rem;
    border: none;
    border-radius: 0rem;
    background-color: unset;
  }

  .create-wishlist-container {
    min-width: 0;
    height: auto;
    min-height: 42px;
    align-items: center;
    gap: 10px;
  }

  .wishHeading {
    font-size: 1.1rem;
  }

  .create-btn-cart {
    min-height: 42px;
    padding: 9px 11px;
    flex: 0 0 auto;
  }

  .create-btn-cart .add {
    font-size: 0.9rem;
  }
  .remove-product-wishlist-btn {
    position: static;
  }
  .empty-wishlist-content-page {
    height: auto;
    padding: 1.5rem 1rem;
    margin-top: 1rem;
  }
  .wislist-list-product{
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 1rem !important;
  }

  .wishlist-product-grid article {
    min-width: 0;
    min-height: 310px;
    border-radius: 18px;
  }

  .WishList_default_section{
    border: none;
    padding: 0rem;
    border-radius: 0rem;
    background-color: unset;
  }
  .single-store-empty-wishlist-page {
    background-color: #FAFAFA;
  }
  .empty-wishlist-content img {
    width: 55px;
    margin-bottom: 0px;
  }

}


@media (max-width: 480px) {
  .create-wishlist-container{
    padding: 0 16px;
  }
  .mainHeader-conatiner {
    margin-right: 16px;
    margin-left: 16px;
    padding-left: 0;
  }
  .single-store-empty-wishlist-page {
    background-color: #FAFAFA;
  }

}

@media (max-width: 340px) {
  .wishlist-product-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .wishlist-content-product .MuiGrid-item {
    max-width: 100%;
    flex-basis: 100%;
  }

  .wishlist-product-grid article [class*='product-image'],
  .wishlist-content-product article [class*='product-image'] {
    height: 158px;
    aspect-ratio: auto;
  }

  .create-btn-cart .add {
    font-size: 0.8rem;
  }

  .mainHeader-conatiner {
    margin-right: 12px;
    margin-left: 12px;
  }
}
._main_fyjt4_1 {
  width: 100%;
  max-width: none;
  min-width: 0;
  flex: 1 1 0;
  padding-top: clamp(20px, 3vw, 34px);
  padding-bottom: 44px;
  background: #f7f9fc;
}

._pageHeader_fyjt4_11 {
  position: relative;
  isolation: isolate;
  min-height: 174px;
  margin: 0 auto 24px;
  padding: clamp(26px, 4vw, 44px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  border: 1px solid #f0dce6;
  border-radius: 24px;
  background: radial-gradient(circle at 87% 20%, rgba(221, 57, 111, 0.14), transparent 27%), linear-gradient(135deg, #fff 0%, #fff8fb 62%, #fff0f5 100%);
  box-shadow: 0 16px 38px rgba(74, 34, 53, 0.07);
}
._pageHeader_fyjt4_11::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -60px;
  bottom: -110px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(221, 57, 111, 0.12);
  border-radius: 50%;
}
._pageHeader_fyjt4_11 h1 {
  margin: 0;
  color: #10233f;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

._eyebrow_fyjt4_47 {
  margin: 0 0 9px;
  color: #c72e64;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._intro_fyjt4_57 {
  max-width: 540px;
  margin: 13px 0 0;
  color: #647188;
  font-size: 15px;
  line-height: 1.55;
}

._headerIcon_fyjt4_65 {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d93570;
  border: 1px solid rgba(221, 57, 111, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(181, 42, 91, 0.11);
}
._headerIcon_fyjt4_65 .material-symbols-outlined {
  font-size: 34px;
}

._collection_fyjt4_82 {
  max-width: 1500px;
  min-height: 220px;
  margin: 0 auto;
}

._embeddedGuestState_fyjt4_88 {
  width: 100%;
}

._visuallyHidden_fyjt4_92 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

._merchantList_fyjt4_103 {
  display: grid;
  gap: 20px;
}

._merchantSection_fyjt4_108 {
  min-width: 0;
  padding: clamp(16px, 2vw, 22px);
  overflow: hidden;
  border: 1px solid #e1e8f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 49, 82, 0.06);
}

._merchantHeader_fyjt4_118 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

._merchantIdentity_fyjt4_126 {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  color: inherit;
  border-radius: 14px;
  text-decoration: none;
}
._merchantIdentity_fyjt4_126:focus-visible {
  outline: 3px solid rgba(221, 57, 111, 0.24);
  outline-offset: 4px;
}

._merchantLogo_fyjt4_140 {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid #e7eaf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(22, 49, 82, 0.08);
}
._merchantLogo_fyjt4_140 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._merchantCopy_fyjt4_157 {
  min-width: 0;
}
._merchantCopy_fyjt4_157 > span {
  display: block;
  color: #a04466;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
._merchantCopy_fyjt4_157 h2 {
  margin: 3px 0 0;
  overflow: hidden;
  color: #163153;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 750;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._merchantCopy_fyjt4_157 p {
  max-width: 640px;
  margin: 4px 0 0;
  overflow: hidden;
  color: #748095;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._viewWishlist_fyjt4_190 {
  min-height: 44px;
  padding: 0 15px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #c72e64;
  border: 1px solid #f0cada;
  border-radius: 12px;
  background: #fff7fa;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
._viewWishlist_fyjt4_190:hover {
  color: #a82051;
  border-color: #e5a9c1;
  background: #fff0f5;
  transform: translateY(-1px);
}
._viewWishlist_fyjt4_190:focus-visible {
  outline: 3px solid rgba(221, 57, 111, 0.24);
  outline-offset: 3px;
}
._viewWishlist_fyjt4_190 .material-symbols-outlined {
  font-size: 17px;
}

._productsShell_fyjt4_221 {
  min-width: 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #edf0f5;
  border-radius: 17px;
  background: #f7f9fc;
}

._swiperShell_fyjt4_230 {
  position: relative;
  min-width: 0;
  width: 100%;
}

._slide_fyjt4_236 {
  width: 200px !important;
  height: auto;
}

._carouselButton_fyjt4_241 {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #193252;
  border: 1px solid #dce4ef;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(22, 49, 82, 0.17);
  transform: translateY(-50%);
  cursor: pointer;
}
._carouselButton_fyjt4_241:first-of-type {
  left: 5px;
}
._carouselButton_fyjt4_241:last-of-type {
  right: 5px;
}
._carouselButton_fyjt4_241:disabled {
  opacity: 0;
  pointer-events: none;
}
._carouselButton_fyjt4_241:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.28);
  outline-offset: 3px;
}
._carouselButton_fyjt4_241 .material-symbols-outlined {
  font-size: 22px;
}

@media (max-width: 768px) {
  ._main_fyjt4_1 {
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 32px;
  }
  ._pageHeader_fyjt4_11 {
    min-height: 150px;
    margin-bottom: 16px;
    padding: 25px 22px;
    border-radius: 20px;
  }
  ._headerIcon_fyjt4_65 {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 18px;
  }
  ._headerIcon_fyjt4_65 .material-symbols-outlined {
    font-size: 28px;
  }
  ._merchantList_fyjt4_103 {
    gap: 14px;
  }
  ._merchantSection_fyjt4_108 {
    padding: 14px;
    border-radius: 18px;
  }
  ._merchantHeader_fyjt4_118 {
    align-items: flex-start;
  }
  ._merchantLogo_fyjt4_140 {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
  ._slide_fyjt4_236 {
    width: clamp(164px, 54vw, 200px) !important;
  }
  ._carouselButton_fyjt4_241 {
    display: none;
  }
}
@media (max-width: 480px) {
  ._pageHeader_fyjt4_11 {
    min-height: 0;
    padding: 24px 20px;
  }
  ._headerIcon_fyjt4_65 {
    display: none;
  }
  ._intro_fyjt4_57 {
    font-size: 14px;
  }
  ._merchantHeader_fyjt4_118 {
    flex-direction: column;
  }
  ._merchantIdentity_fyjt4_126,
  ._viewWishlist_fyjt4_190 {
    width: 100%;
  }
  ._viewWishlist_fyjt4_190 {
    justify-content: space-between;
  }
  ._productsShell_fyjt4_221 {
    margin-inline: -6px;
    padding: 10px 6px;
    border-inline: 0;
    border-radius: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._viewWishlist_fyjt4_190 {
    transition: none;
  }
}
._page_17hz3_2 {
  position: relative;
  overflow: hidden;
  padding-top: clamp(18px, 2.2vw, 34px);
  padding-bottom: clamp(40px, 6vw, 80px);
  color: #0b1f3a;
  background: radial-gradient(circle at 94% 2%, rgba(24, 111, 255, 0.1), transparent 24rem), linear-gradient(180deg, #f7faff 0%, #ffffff 34rem);
}

._page_17hz3_2::before {
  position: absolute;
  z-index: 0;
  top: 150px;
  right: -140px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(24, 111, 255, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

._page_17hz3_2 > * {
  position: relative;
  z-index: 1;
}

._hero_17hz3_29 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  overflow: hidden;
  margin: 0 0 clamp(26px, 4vw, 44px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  color: #ffffff;
  background: radial-gradient(circle at 88% 16%, rgba(55, 145, 255, 0.5), transparent 15rem), linear-gradient(135deg, #071d3a 0%, #0b3d79 58%, #0864e8 100%);
  box-shadow: 0 20px 50px rgba(7, 35, 73, 0.18);
}

._heroCopy_17hz3_44 {
  max-width: 700px;
}

._eyebrow_17hz3_48 {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 10px;
  color: #bcd8ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

._eyebrow_17hz3_48::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #69dc9d;
  box-shadow: 0 0 0 5px rgba(105, 220, 157, 0.15);
  content: "";
}

._hero_17hz3_29 h1 {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

._heroDescription_17hz3_80 {
  max-width: 610px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.55;
}

._heroMark_17hz3_88 {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.08em;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

._merchantSection_17hz3_105 {
  margin-bottom: clamp(34px, 5vw, 58px);
}

._merchantHeader_17hz3_109 {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
  margin-bottom: 16px;
}

._merchantImage_17hz3_117 {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  overflow: hidden;
  padding: 4px;
  border: 1px solid #dbe6f5;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(8, 34, 70, 0.08);
}

._merchantImage_17hz3_117 img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  object-fit: contain;
}

._merchantIdentity_17hz3_137 {
  min-width: 0;
}

._merchantLabel_17hz3_141 {
  margin: 0 0 2px;
  color: #6c7d94;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

._merchantName_17hz3_151 {
  overflow: hidden;
  margin: 0;
  color: #0b1f3a;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._merchantActions_17hz3_163 {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-left: auto;
}

._sliderActions_17hz3_170 {
  display: flex;
  gap: 7px;
}

._sliderButton_17hz3_175 {
  display: inline-grid;
  width: 40px;
  height: 40px;
  padding: 0;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid #dfe5ee;
  border-radius: 12px;
  outline: none;
  cursor: pointer;
  background: #ffffff;
  color: #344054;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

._sliderButton_17hz3_175:hover:not(:disabled) {
  border-color: #0a64f9;
  background: #edf4ff;
  color: #0a64f9;
}

._sliderButton_17hz3_175:focus-visible {
  border-color: #0a64f9;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}

._sliderButton_17hz3_175:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

._sliderButton_17hz3_175 svg {
  display: block;
  width: 18px;
  height: 18px;
}

._viewAll_17hz3_214,
._detailButton_17hz3_215 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

._viewAll_17hz3_214 {
  min-height: 40px;
  padding: 0 4px;
  gap: 4px;
  color: #095ecf;
  background: transparent;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
._viewAll_17hz3_214 svg {
  width: 17px;
  height: 17px;
  transition: transform 160ms ease;
}

._viewAll_17hz3_214:hover {
  color: #0755d3;
}
._viewAll_17hz3_214:hover svg {
  transform: translateX(2px);
}

._sliderViewport_17hz3_251 {
  overflow: hidden;
  width: 100%;
  padding: 2px 1px 8px;
}

._sliderViewport_17hz3_251 .swiper {
  overflow: visible;
}

._sliderViewport_17hz3_251 .swiper-slide {
  display: flex;
  height: auto;
}

._dealCard_17hz3_266 {
  display: flex;
  width: 100%;
  min-height: 218px;
  flex-direction: column;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #dfe8f4;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(238, 246, 255, 0.8), transparent 48%), #ffffff;
  box-shadow: 0 10px 28px rgba(7, 35, 73, 0.07);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

._dealCard_17hz3_266:hover {
  border-color: #adcbf6;
  box-shadow: 0 16px 38px rgba(7, 35, 73, 0.12);
  transform: translateY(-3px);
}

._dealTitle_17hz3_286 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 13px;
  color: #11345f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._discount_17hz3_298 {
  margin: 0 0 7px;
  color: #078344;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

._description_17hz3_307 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 18px;
  color: #63748b;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._dealMeta_17hz3_321 {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

._detailButton_17hz3_215 {
  min-height: 38px;
  padding: 0 13px;
  border: 0;
  cursor: pointer;
  color: #0a64f9;
  background: transparent;
}

._detailButton_17hz3_215::after {
  margin-left: 7px;
  content: "→";
  font-size: 17px;
}

._detailButton_17hz3_215:hover {
  color: #064cab;
  background: #edf5ff;
}

._dealGrid_17hz3_347 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
  gap: 16px;
  margin-top: 22px;
}

._dealGrid_17hz3_347 ._dealCard_17hz3_266 {
  min-height: 210px;
}

._embeddedSurface_17hz3_358 {
  padding: 2px 0 34px;
}

._embeddedHeader_17hz3_362 {
  margin-bottom: 20px;
}

._embeddedHeader_17hz3_362 ._eyebrow_17hz3_48 {
  color: #536b86;
}

._embeddedHeader_17hz3_362 h2 {
  margin: 0;
  color: #0b1f3a;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

._embeddedDescription_17hz3_379 {
  display: inline-flex;
  margin: 10px 0 0;
  padding: 8px 12px;
  border: 1px solid #bde6cf;
  border-radius: 999px;
  color: #087640;
  background: #effbf4;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

._productGrid_17hz3_392 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 190px), 1fr));
  gap: 14px;
  margin-bottom: 30px;
}

._productCell_17hz3_399 {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

._productCell_17hz3_399 > * {
  height: 100%;
}

._emptyState_17hz3_409 {
  display: grid;
  min-height: 290px;
  padding: 34px 22px;
  place-items: center;
  border: 1px dashed #bfd1e8;
  border-radius: 22px;
  text-align: center;
  background: rgba(255, 255, 255, 0.86);
}

._emptyStateInner_17hz3_420 {
  max-width: 420px;
}

._emptyIcon_17hz3_424 {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 19px;
  color: #0a64f9;
  background: #eaf3ff;
  font-size: 29px;
  font-weight: 700;
}

._emptyState_17hz3_409 h2,
._emptyState_17hz3_409 h3 {
  margin: 0 0 7px;
  color: #0b1f3a;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

._emptyState_17hz3_409 p {
  margin: 0;
  color: #66768b;
  font-size: 14px;
  line-height: 1.55;
}

._unavailable_17hz3_453 {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #ffd2d2;
  border-radius: 13px;
  color: #a42828;
  background: #fff5f5;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

._sentinel_17hz3_468 {
  width: 100%;
  height: 2px;
  grid-column: 1/-1;
}

._loadingGroup_17hz3_474 {
  margin-bottom: 34px;
}

._skeletonHeader_17hz3_478 {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

._skeletonGrid_17hz3_485 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr));
  gap: 14px;
}

._loadingStatus_17hz3_491 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 768px) {
  ._sliderActions_17hz3_170 {
    display: none;
  }
}
._viewAll_17hz3_214:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.16);
  outline-offset: 2px;
}

._detailButton_17hz3_215:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.32);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  ._page_17hz3_2 {
    padding-top: 16px;
    padding-bottom: 48px;
  }
  ._hero_17hz3_29 {
    display: block;
    padding: 24px 20px;
    border-radius: 20px;
  }
  ._heroMark_17hz3_88 {
    display: none;
  }
  ._merchantHeader_17hz3_109 {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 10px;
  }
  ._merchantImage_17hz3_117 {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 14px;
  }
  ._merchantActions_17hz3_163 {
    margin-left: 0;
  }
  ._viewAll_17hz3_214 {
    min-height: 38px;
    padding: 0;
    font-size: 12px;
  }
  ._dealCard_17hz3_266 {
    min-height: 208px;
    padding: 18px;
  }
  ._dealGrid_17hz3_347 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  }
  ._productGrid_17hz3_392 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width: 480px) {
  ._merchantLabel_17hz3_141 {
    display: none;
  }
  ._merchantName_17hz3_151 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 17px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ._emptyState_17hz3_409 {
    min-height: 245px;
  }
}
@media (max-width: 350px) {
  ._merchantHeader_17hz3_109 {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  ._merchantImage_17hz3_117 {
    width: 44px;
    height: 44px;
  }
  ._merchantActions_17hz3_163 {
    grid-column: 1/-1;
  }
  ._viewAll_17hz3_214 {
    width: 100%;
  }
  ._productGrid_17hz3_392 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  ._dealCard_17hz3_266,
  ._sliderButton_17hz3_175,
  ._viewAll_17hz3_214,
  ._viewAll_17hz3_214 svg,
  ._detailButton_17hz3_215 {
    transition: none;
  }
}._page_398bt_1 {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(20px, 5vw, 72px);
  place-content: center;
  color: #0b1f3a;
  background: radial-gradient(circle at 10% 15%, rgba(42, 133, 255, 0.17), transparent 24rem), radial-gradient(circle at 90% 88%, rgba(53, 198, 131, 0.12), transparent 22rem), #f5f8fd;
}

._page_398bt_1::before,
._page_398bt_1::after {
  position: absolute;
  border: 1px solid rgba(10, 100, 249, 0.11);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

._page_398bt_1::before {
  top: -180px;
  right: -130px;
  width: 430px;
  height: 430px;
}

._page_398bt_1::after {
  bottom: -210px;
  left: -160px;
  width: 480px;
  height: 480px;
}

._glow_398bt_36 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(80vw, 900px);
  height: min(55vw, 560px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  filter: blur(70px);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

._card_398bt_49 {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 980px);
  justify-self: center;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 80px rgba(7, 35, 73, 0.16);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

._artwork_398bt_64 {
  position: relative;
  display: grid;
  min-height: 420px;
  padding: 42px;
  place-items: center;
  background: radial-gradient(circle at 78% 18%, rgba(74, 158, 255, 0.5), transparent 12rem), linear-gradient(145deg, #071d3a 0%, #0b407e 62%, #0864e8 100%);
}

._artwork_398bt_64::before,
._artwork_398bt_64::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

._artwork_398bt_64::before {
  width: 260px;
  height: 260px;
}

._artwork_398bt_64::after {
  width: 340px;
  height: 340px;
}

._artwork_398bt_64 img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 290px);
  height: auto;
  filter: invert(1);
}

._status_398bt_100 {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 25px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #d8e8ff;
  background: rgba(255, 255, 255, 0.09);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._copy_398bt_119 {
  display: flex;
  padding: clamp(34px, 5vw, 62px);
  flex-direction: column;
  justify-content: center;
}

._eyebrow_398bt_126 {
  margin: 0 0 10px;
  color: #0a64f9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

._copy_398bt_119 h1 {
  margin: 0;
  color: #0b1f3a;
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

._description_398bt_145 {
  margin: 17px 0 0;
  color: #64758a;
  font-size: 15px;
  line-height: 1.6;
}

._actions_398bt_152 {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

._primaryAction_398bt_158,
._secondaryAction_398bt_159 {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

._primaryAction_398bt_158 {
  border: 1px solid #0a64f9;
  color: #ffffff;
  background: #0a64f9;
  box-shadow: 0 10px 24px rgba(10, 100, 249, 0.24);
}

._secondaryAction_398bt_159 {
  border: 1px solid #d5e1ef;
  color: #163a65;
  background: #ffffff;
}

._primaryAction_398bt_158:hover,
._secondaryAction_398bt_159:hover {
  transform: translateY(-2px);
}

._primaryAction_398bt_158:hover {
  border-color: #074fbf;
  background: #074fbf;
}

._secondaryAction_398bt_159:hover {
  border-color: #9fc1ee;
  color: #095ecf;
  background: #f1f7ff;
}

._primaryAction_398bt_158:focus-visible,
._secondaryAction_398bt_159:focus-visible,
._helpText_398bt_204 a:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.32);
  outline-offset: 3px;
}

._helpText_398bt_204 {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  justify-self: center;
  color: #6a7b91;
  font-size: 13px;
  text-align: center;
}

._helpText_398bt_204 a {
  color: #095ecf;
  font-weight: 650;
}

@media (max-width: 760px) {
  ._card_398bt_49 {
    width: min(100%, 520px);
    grid-template-columns: minmax(0, 1fr);
    border-radius: 24px;
  }
  ._artwork_398bt_64 {
    min-height: 260px;
    padding: 36px;
  }
  ._artwork_398bt_64::before {
    width: 190px;
    height: 190px;
  }
  ._artwork_398bt_64::after {
    width: 245px;
    height: 245px;
  }
  ._artwork_398bt_64 img {
    width: min(72%, 240px);
  }
  ._copy_398bt_119 {
    padding: 32px 26px 34px;
  }
}
@media (max-width: 400px) {
  ._page_398bt_1 {
    padding: 14px;
  }
  ._artwork_398bt_64 {
    min-height: 220px;
  }
  ._actions_398bt_152 {
    flex-direction: column;
  }
  ._primaryAction_398bt_158,
  ._secondaryAction_398bt_159 {
    width: 100%;
  }
  ._helpText_398bt_204 {
    margin-top: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._primaryAction_398bt_158,
  ._secondaryAction_398bt_159 {
    transition: none;
  }
}._new-arrivals-list_1muqu_1 {
  width: 100%;
  max-width: 1600px;
  min-width: 0;
  margin: 0 auto;
}

._pageHero_1muqu_8 {
  position: relative;
  isolation: isolate;
  min-height: 224px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  color: #fff;
  background: radial-gradient(circle at 88% 18%, rgba(65, 146, 255, 0.42), transparent 25%), linear-gradient(132deg, #061936 0%, #082b61 52%, #0756bd 100%);
  box-shadow: 0 24px 60px rgba(5, 37, 84, 0.18);
}
._pageHero_1muqu_8::after {
  position: absolute;
  z-index: -1;
  right: -74px;
  bottom: -112px;
  width: 290px;
  height: 290px;
  border: 54px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}
._pageHero_1muqu_8 h1 {
  max-width: 700px;
  margin: 14px 0 12px;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
._pageHero_1muqu_8 p {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.6;
}

._eyebrow_1muqu_48 {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #dbeaff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

._locationNote_1muqu_64 {
  position: absolute;
  right: clamp(28px, 4vw, 54px);
  bottom: clamp(28px, 4vw, 44px);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(1, 18, 44, 0.38);
  font-size: 13px;
  font-weight: 700;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
._locationNote_1muqu_64::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57e3a1;
  box-shadow: 0 0 0 4px rgba(87, 227, 161, 0.14);
  content: "";
}

._catalogHeading_1muqu_90 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: clamp(30px, 4vw, 48px) 0 20px;
}
._catalogHeading_1muqu_90 h2 {
  margin: 0 0 4px;
  color: #071b3b;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
._catalogHeading_1muqu_90 p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

._new-arrivals-grid_1muqu_112 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr));
  gap: clamp(14px, 1.7vw, 22px);
  min-width: 0;
}

._new-arrivals__item_1muqu_119 {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dfe7f2;
  border-radius: 20px;
  color: #071b3b;
  background: #fff;
  box-shadow: 0 8px 26px rgba(15, 42, 78, 0.07);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
._new-arrivals__item_1muqu_119:hover {
  border-color: #b8d3f8;
  box-shadow: 0 16px 34px rgba(15, 68, 139, 0.13);
  transform: translateY(-4px);
}
._new-arrivals__item_1muqu_119:focus-visible {
  border-color: #0b67dc;
  outline: 3px solid rgba(11, 103, 220, 0.28);
  outline-offset: 3px;
}

._new-arrivals__img_1muqu_143 {
  display: grid;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin: 10px 10px 0;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #f8fbff, #eef4fb);
}
._new-arrivals__img_1muqu_143 img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
}

._new-arrivals__content_1muqu_160 {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}
._new-arrivals__content_1muqu_160 h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 44px;
  margin: 6px 0 0;
  color: #071b3b;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.38;
  text-align: left;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._cardLabel_1muqu_183 {
  color: #0870e8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._statePanel_1muqu_191 {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 32px;
  border: 1px dashed #c5d4e7;
  border-radius: 22px;
  color: #52647a;
  background: rgba(255, 255, 255, 0.78);
  text-align: left;
}
._statePanel_1muqu_191 h2 {
  margin: 0 0 6px;
  color: #102b4d;
  font-size: 20px;
  font-weight: 800;
}
._statePanel_1muqu_191 p {
  max-width: 520px;
  margin: 0;
  line-height: 1.6;
}

._stateIcon_1muqu_216 {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 15px;
  color: #0b67dc;
  background: #e8f2ff;
  font-size: 23px;
  font-weight: 850;
}

._errorState_1muqu_229 {
  border-color: #efc5cb;
  background: #fff8f9;
}
._errorState_1muqu_229 ._stateIcon_1muqu_216 {
  color: #b42337;
  background: #ffe6e9;
}

._inlineNotice_1muqu_238 {
  margin-bottom: 18px;
  padding: 12px 16px;
  border: 1px solid #f0d2a3;
  border-radius: 12px;
  color: #765218;
  background: #fff9ed;
  font-size: 14px;
  line-height: 1.5;
}

._skeletonCard_1muqu_249 {
  padding: 10px;
  pointer-events: none;
}
._skeletonCard_1muqu_249 > span {
  border-radius: 14px;
}

._skeletonBody_1muqu_257 {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 6px 8px;
}

@media (max-width: 1100px) {
  ._locationNote_1muqu_64 {
    position: static;
    margin-top: 22px;
  }
}
@media (max-width: 760px) {
  ._pageHero_1muqu_8 {
    min-height: 0;
    border-radius: 22px;
  }
  ._pageHero_1muqu_8 h1 {
    font-size: clamp(30px, 9vw, 42px);
  }
  ._new-arrivals-grid_1muqu_112 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  ._new-arrivals__img_1muqu_143 {
    margin: 7px 7px 0;
  }
  ._new-arrivals__img_1muqu_143 img {
    padding: 8px;
  }
  ._new-arrivals__content_1muqu_160 {
    padding: 13px 12px 14px;
  }
  ._new-arrivals__content_1muqu_160 h3 {
    min-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  ._new-arrivals-grid_1muqu_112 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  ._statePanel_1muqu_191 {
    flex-direction: column;
    padding: 26px 20px;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._new-arrivals__item_1muqu_119 {
    transition: none;
  }
}._pageShell_1km5m_1 {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-items: stretch;
  overflow: clip;
  background: #f4f7fc;
}

._mainContent_1km5m_10 {
  flex: 1 1 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: clamp(24px, 3vw, 48px);
}

@media (max-width: 768px) {
  ._mainContent_1km5m_10 {
    padding: 20px 16px 44px;
  }
}
@media (max-width: 340px) {
  ._mainContent_1km5m_10 {
    padding-inline: 12px;
  }
}._allStoresContainer_1x2l8_1 {
  width: 100%;
  min-width: 0;
}

._content_1x2l8_6 {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

._pageHeader_1x2l8_12 {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid #dce8f6;
  border-radius: 24px;
  background: radial-gradient(circle at 92% 10%, rgba(81, 157, 255, 0.2), transparent 32%), linear-gradient(135deg, #f8fbff, #edf5ff);
}
._pageHeader_1x2l8_12::after {
  content: "";
  position: absolute;
  right: clamp(20px, 8vw, 120px);
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 25px solid rgba(10, 100, 249, 0.07);
  border-radius: 50%;
  pointer-events: none;
}
._pageHeader_1x2l8_12 h1 {
  position: relative;
  z-index: 1;
  margin: 4px 0 8px;
  color: #102a47;
  font-size: clamp(29px, 4vw, 44px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
._pageHeader_1x2l8_12 p {
  position: relative;
  z-index: 1;
  max-width: 620px;
  color: #5e7188;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
}

._eyebrow_1x2l8_51 {
  position: relative;
  z-index: 1;
  color: #0a64f9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._resultBar_1x2l8_61 {
  min-height: 48px;
  margin-bottom: 14px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
._resultBar_1x2l8_61 strong {
  color: #172e49;
  font-size: 16px;
  font-weight: 750;
}
._resultBar_1x2l8_61 span {
  color: #718096;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

._grid_1x2l8_82 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(210px, 100%), 1fr));
  gap: clamp(12px, 1.7vw, 20px);
}
._grid_1x2l8_82 > div {
  min-width: 0;
}

._storeCard_1x2l8_91 {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e0e7f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(27, 50, 78, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
._storeCard_1x2l8_91:hover {
  border-color: #bad2ef;
  box-shadow: 0 14px 32px rgba(25, 61, 105, 0.12);
  transform: translateY(-3px);
}

._storeLink_1x2l8_106 {
  position: relative;
  height: 100%;
  min-height: 204px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
._storeLink_1x2l8_106:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.35);
  outline-offset: -3px;
}

._storeImage_1x2l8_121 {
  height: 132px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 13px;
  background: linear-gradient(145deg, #f8fafc, #f1f5fa);
}
._storeImage_1x2l8_121 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

._storeDetails_1x2l8_139 {
  min-width: 0;
  padding: 13px 2px 2px;
}
._storeDetails_1x2l8_139 h2 {
  overflow: hidden;
  margin: 0;
  color: #17314f;
  font-size: 15px;
  font-weight: 750;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._distanceBadge_1x2l8_154 {
  position: absolute;
  top: 20px;
  right: 20px;
  min-height: 26px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(14, 48, 82, 0.88);
  box-shadow: 0 4px 12px rgba(8, 27, 49, 0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

._skeletonCard_1x2l8_172 {
  min-height: 204px;
  padding: 12px;
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid #e3e9f1;
  border-radius: 18px;
  background: #fff;
}

._noStores_1x2l8_183 {
  min-height: 320px;
  margin-top: 6px;
  padding: 36px 20px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed #c9d8ea;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
._noStores_1x2l8_183 > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #eaf3ff;
  color: #0a64f9;
  font-size: 28px;
}
._noStores_1x2l8_183 h2 {
  margin: 8px 0 0;
  color: #17314f;
  font-size: 22px;
  font-weight: 750;
}
._noStores_1x2l8_183 p {
  color: #6a7c91;
  font-size: 14px;
}

._loadingMore_1x2l8_217 {
  padding: 20px;
  color: #6b7f96;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

@media (max-width: 560px) {
  ._pageHeader_1x2l8_12 {
    border-radius: 19px;
  }
  ._pageHeader_1x2l8_12::after {
    right: -52px;
  }
  ._resultBar_1x2l8_61 {
    min-height: 42px;
    gap: 8px;
  }
  ._resultBar_1x2l8_61 span {
    max-width: 54%;
    text-align: right;
  }
  ._grid_1x2l8_82 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  ._storeLink_1x2l8_106 {
    min-height: 176px;
    padding: 8px;
  }
  ._storeImage_1x2l8_121 {
    height: 108px;
    padding: 12px;
  }
  ._storeDetails_1x2l8_139 {
    padding: 10px 2px 2px;
  }
  ._storeDetails_1x2l8_139 h2 {
    display: -webkit-box;
    min-height: 36px;
    margin: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ._distanceBadge_1x2l8_154 {
    top: 13px;
    right: 13px;
    min-height: 23px;
    padding: 0 7px;
    font-size: 9px;
  }
  ._skeletonCard_1x2l8_172 {
    min-height: 158px;
    padding: 8px;
  }
}
@media (max-width: 340px) {
  ._grid_1x2l8_82 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  ._storeImage_1x2l8_121 {
    height: 96px;
    padding: 10px;
  }
  ._storeLink_1x2l8_106,
  ._skeletonCard_1x2l8_172 {
    min-height: 164px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._storeCard_1x2l8_91,
  ._storeImage_1x2l8_121 img {
    transition: none;
  }
}._mainContent_14qla_1 {
  width: 100%;
  min-width: 0;
  flex: 1;
  padding: 28px clamp(18px, 3vw, 44px) 48px;
  background: #f6f8fb;
}

@media (min-width: 769px) {
  ._mainContent_14qla_1 {
    max-width: none;
    flex: 1 1 0;
  }
}
@media (max-width: 768px) {
  ._mainContent_14qla_1 {
    padding: 22px 14px 38px;
  }
}
._popularProducts_x3tgk_2 {
  width: 100%;
  max-width: 1480px;
  min-width: 0;
  margin: 0 auto;
}

._pageHeader_x3tgk_9 {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid #dbe8f5;
  border-radius: 24px;
  background: radial-gradient(circle at 88% 20%, rgba(31, 159, 132, 0.15), transparent 29%), linear-gradient(135deg, #f8fbff, #eefaf7);
}
._pageHeader_x3tgk_9::after {
  content: "↗";
  position: absolute;
  right: clamp(28px, 8vw, 120px);
  bottom: -42px;
  color: rgba(22, 126, 105, 0.07);
  font-size: clamp(130px, 16vw, 210px);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}
._pageHeader_x3tgk_9 h1 {
  position: relative;
  z-index: 1;
  margin: 4px 0 8px;
  color: #122d47;
  font-size: clamp(29px, 4vw, 44px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
._pageHeader_x3tgk_9 p {
  position: relative;
  z-index: 1;
  max-width: 600px;
  color: #5f7387;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
}

._eyebrow_x3tgk_48 {
  position: relative;
  z-index: 1;
  color: #13806d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._resultBar_x3tgk_58 {
  min-height: 48px;
  margin-bottom: 14px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
._resultBar_x3tgk_58 strong {
  color: #172e49;
  font-size: 16px;
  font-weight: 750;
}
._resultBar_x3tgk_58 span {
  color: #718096;
  font-size: 13px;
  font-weight: 600;
}

._grid_x3tgk_78 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(205px, 100%), 1fr));
  gap: clamp(11px, 1.6vw, 19px);
}

._productCard_x3tgk_84 {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e0e7f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(27, 50, 78, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
._productCard_x3tgk_84:hover {
  border-color: #bad7d1;
  box-shadow: 0 14px 30px rgba(22, 87, 74, 0.11);
  transform: translateY(-3px);
}

._productLink_x3tgk_99 {
  height: 100%;
  min-height: 222px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
._productLink_x3tgk_99:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.32);
  outline-offset: -3px;
}

._imageSurface_x3tgk_113 {
  height: 158px;
  padding: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: linear-gradient(145deg, #fafcfd, #f2f6f8);
}
._imageSurface_x3tgk_113 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 200ms ease;
}

._productCard_x3tgk_84:hover ._imageSurface_x3tgk_113 img {
  transform: scale(1.035);
}

._productDetails_x3tgk_133 {
  min-width: 0;
  padding: 13px 2px 2px;
}
._productDetails_x3tgk_133 h2 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 40px;
  margin: 0;
  color: #193451;
  font-size: 14px;
  font-weight: 750;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._skeletonCard_x3tgk_150 {
  min-height: 222px;
  padding: 12px;
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
}

._emptyState_x3tgk_161 {
  min-height: 310px;
  margin-top: 14px;
  padding: 36px 20px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed #cbd8e5;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
._emptyState_x3tgk_161 > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #e8f7f3;
  color: #13806d;
  font-size: 26px;
  font-weight: 800;
}
._emptyState_x3tgk_161 h2 {
  margin: 8px 0 0;
  color: #17314f;
  font-size: 22px;
  font-weight: 750;
}
._emptyState_x3tgk_161 p {
  color: #6a7c91;
  font-size: 14px;
}

._endMessage_x3tgk_196 {
  padding: 24px 12px 8px;
  color: #728398;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

@media (max-width: 560px) {
  ._pageHeader_x3tgk_9 {
    border-radius: 19px;
  }
  ._pageHeader_x3tgk_9::after {
    right: -24px;
  }
  ._resultBar_x3tgk_58 {
    min-height: 42px;
    gap: 8px;
  }
  ._resultBar_x3tgk_58 span {
    max-width: 54%;
    text-align: right;
  }
  ._grid_x3tgk_78 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  ._productLink_x3tgk_99,
  ._skeletonCard_x3tgk_150 {
    min-height: 185px;
    padding: 8px;
  }
  ._imageSurface_x3tgk_113 {
    height: 126px;
    padding: 9px;
  }
  ._productDetails_x3tgk_133 {
    padding-top: 9px;
  }
  ._productDetails_x3tgk_133 h2 {
    min-height: 34px;
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-width: 340px) {
  ._grid_x3tgk_78 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  ._imageSurface_x3tgk_113 {
    height: 112px;
    padding: 8px;
  }
  ._productLink_x3tgk_99,
  ._skeletonCard_x3tgk_150 {
    min-height: 177px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._productCard_x3tgk_84,
  ._imageSurface_x3tgk_113 img {
    transition: none;
  }
}._mainContent_14qla_1 {
  width: 100%;
  min-width: 0;
  flex: 1;
  padding: 28px clamp(18px, 3vw, 44px) 48px;
  background: #f6f8fb;
}

@media (min-width: 769px) {
  ._mainContent_14qla_1 {
    max-width: none;
    flex: 1 1 0;
  }
}
@media (max-width: 768px) {
  ._mainContent_14qla_1 {
    padding: 22px 14px 38px;
  }
}._pageContainer_3m34j_1 {
  width: 100%;
  max-width: 1600px;
  min-width: 0;
  margin: 0 auto;
}

._pageHero_3m34j_8 {
  position: relative;
  isolation: isolate;
  min-height: 224px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  color: #fff;
  background: radial-gradient(circle at 86% 12%, rgba(52, 145, 255, 0.4), transparent 26%), linear-gradient(132deg, #061936 0%, #092b61 53%, #0757bf 100%);
  box-shadow: 0 24px 60px rgba(5, 37, 84, 0.18);
}
._pageHero_3m34j_8::after {
  position: absolute;
  z-index: -1;
  right: -70px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 56px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}
._pageHero_3m34j_8 h1 {
  max-width: 700px;
  margin: 14px 0 12px;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
._pageHero_3m34j_8 p {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.6;
}

._eyebrow_3m34j_48 {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #dbeaff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

._locationNote_3m34j_64 {
  position: absolute;
  right: clamp(28px, 4vw, 54px);
  bottom: clamp(28px, 4vw, 44px);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(1, 18, 44, 0.38);
  font-size: 13px;
  font-weight: 700;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
._locationNote_3m34j_64::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57e3a1;
  box-shadow: 0 0 0 4px rgba(87, 227, 161, 0.14);
  content: "";
}

._catalogHeading_3m34j_90 {
  margin: clamp(30px, 4vw, 48px) 0 20px;
}
._catalogHeading_3m34j_90 h2 {
  margin: 0 0 4px;
  color: #071b3b;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
._catalogHeading_3m34j_90 p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

._productGrid_3m34j_108 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr));
  gap: clamp(14px, 1.7vw, 22px);
  min-width: 0;
}

._productCard_3m34j_115 {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dfe7f2;
  border-radius: 20px;
  color: #071b3b;
  background: #fff;
  box-shadow: 0 8px 26px rgba(15, 42, 78, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
._productCard_3m34j_115:hover {
  border-color: #b8d3f8;
  box-shadow: 0 16px 34px rgba(15, 68, 139, 0.13);
  transform: translateY(-4px);
}

._imageLink_3m34j_133 {
  display: grid;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin: 10px 10px 0;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #f8fbff, #eef4fb);
}
._imageLink_3m34j_133:focus-visible {
  outline: 3px solid rgba(11, 103, 220, 0.32);
  outline-offset: 2px;
}
._imageLink_3m34j_133 img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
}

._productInfo_3m34j_154 {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}
._productInfo_3m34j_154 h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 44px;
  margin: 6px 0 16px;
  color: #071b3b;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.38;
  text-align: left;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._cardLabel_3m34j_177 {
  color: #0870e8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._stores-near-you-miles_3m34j_185 {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  margin-top: auto;
  padding: 5px 10px;
  border-radius: 999px;
  color: #33603f;
  background: #eaf7ee;
  font-size: 12px;
  font-weight: 750;
}

._statePanel_3m34j_198 {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 32px;
  border: 1px dashed #c5d4e7;
  border-radius: 22px;
  color: #52647a;
  background: rgba(255, 255, 255, 0.78);
  text-align: left;
}
._statePanel_3m34j_198 h2 {
  margin: 0 0 6px;
  color: #102b4d;
  font-size: 20px;
  font-weight: 800;
}
._statePanel_3m34j_198 p {
  max-width: 520px;
  margin: 0;
  line-height: 1.6;
}

._stateIcon_3m34j_223 {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 15px;
  color: #0b67dc;
  background: #e8f2ff;
  font-size: 22px;
  font-weight: 850;
}

._errorState_3m34j_236 {
  border-color: #efc5cb;
  background: #fff8f9;
}
._errorState_3m34j_236 ._stateIcon_3m34j_223 {
  color: #b42337;
  background: #ffe6e9;
}

._inlineNotice_3m34j_245 {
  margin-bottom: 18px;
  padding: 12px 16px;
  border: 1px solid #f0d2a3;
  border-radius: 12px;
  color: #765218;
  background: #fff9ed;
  font-size: 14px;
  line-height: 1.5;
}

._skeletonCard_3m34j_256 {
  padding: 10px;
  pointer-events: none;
}
._skeletonCard_3m34j_256 > span {
  border-radius: 14px;
}

._skeletonBody_3m34j_264 {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 6px 8px;
}

@media (max-width: 1100px) {
  ._locationNote_3m34j_64 {
    position: static;
    margin-top: 22px;
  }
}
@media (max-width: 760px) {
  ._pageHero_3m34j_8 {
    min-height: 0;
    border-radius: 22px;
  }
  ._pageHero_3m34j_8 h1 {
    font-size: clamp(30px, 9vw, 42px);
  }
  ._productGrid_3m34j_108 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  ._imageLink_3m34j_133 {
    margin: 7px 7px 0;
  }
  ._imageLink_3m34j_133 img {
    padding: 8px;
  }
  ._productInfo_3m34j_154 {
    padding: 13px 12px 14px;
  }
  ._productInfo_3m34j_154 h3 {
    min-height: 40px;
    font-size: 14px;
  }
  ._stores-near-you-miles_3m34j_185 {
    font-size: 11px;
  }
}
@media (max-width: 340px) {
  ._productGrid_3m34j_108 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  ._statePanel_3m34j_198 {
    flex-direction: column;
    padding: 26px 20px;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._productCard_3m34j_115 {
    transition: none;
  }
}._pageShell_1km5m_1 {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-items: stretch;
  overflow: clip;
  background: #f4f7fc;
}

._mainContent_1km5m_10 {
  flex: 1 1 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: clamp(24px, 3vw, 48px);
}

@media (max-width: 768px) {
  ._mainContent_1km5m_10 {
    padding: 20px 16px 44px;
  }
}
@media (max-width: 340px) {
  ._mainContent_1km5m_10 {
    padding-inline: 12px;
  }
}._offers-container_9xww9_1 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

._page-header_9xww9_7 {
  position: relative;
  isolation: isolate;
  min-height: 174px;
  margin-bottom: 24px;
  padding: clamp(26px, 4vw, 44px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  border: 1px solid #dce7f6;
  border-radius: 24px;
  background: radial-gradient(circle at 86% 24%, rgba(118, 82, 246, 0.16), transparent 26%), linear-gradient(135deg, #fff 0%, #f6f9ff 58%, #f3efff 100%);
  box-shadow: 0 16px 38px rgba(29, 61, 102, 0.08);
}
._page-header_9xww9_7::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -56px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(122, 77, 245, 0.14);
  border-radius: 50%;
}
._page-header_9xww9_7 h1 {
  margin: 0;
  color: #10233f;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

._header-copy_9xww9_43 {
  min-width: 0;
}

._eyebrow_9xww9_47 {
  margin: 0 0 9px;
  color: #6840dc;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._intro_9xww9_57 {
  max-width: 540px;
  margin: 13px 0 0;
  color: #647188;
  font-size: 15px;
  line-height: 1.55;
}

._header-icon_9xww9_65 {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7147e8;
  border: 1px solid rgba(122, 77, 245, 0.17);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 34px rgba(89, 57, 178, 0.13);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
._header-icon_9xww9_65 .material-symbols-outlined {
  font-size: 34px;
}

._offers-grid_9xww9_83 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

._offer-link_9xww9_90 {
  min-width: 0;
  color: inherit;
  text-decoration: none;
  border-radius: 18px;
}
._offer-link_9xww9_90:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.3);
  outline-offset: 3px;
}

._product--card_9xww9_101 {
  position: relative;
  min-height: 154px;
  height: 100%;
  padding: 14px;
  display: flex;
  gap: 15px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e1e8f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 49, 82, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
._product--card_9xww9_101::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(122, 77, 245, 0.04);
  pointer-events: none;
}
._offer-link_9xww9_90:hover ._product--card_9xww9_101, ._offer-link_9xww9_90:focus-visible ._product--card_9xww9_101 {
  border-color: #cfdaf0;
  transform: translateY(-3px);
  box-shadow: 0 15px 34px rgba(22, 49, 82, 0.12);
}

._product-image_9xww9_133 {
  position: relative;
  width: 118px;
  height: 124px;
  flex: 0 0 118px;
  padding: 9px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #edf0f5;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #f8faff);
}
._product-image_9xww9_133 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._badge_9xww9_152 {
  position: absolute;
  top: 7px;
  left: 7px;
  padding: 5px 8px;
  color: #704200;
  border: 1px solid #f7c349;
  border-radius: 999px;
  background: #ffe49a;
  box-shadow: 0 4px 12px rgba(133, 84, 0, 0.12);
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
}

._product--info_9xww9_167 {
  min-width: 0;
  flex: 1;
  padding: 3px 2px 2px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

._shop-name_9xww9_176 {
  width: 100%;
  color: #172b47;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
}
._shop-name_9xww9_176 span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._shopping-benefit_9xww9_190 {
  width: 100%;
  margin: 6px 0 0;
  display: -webkit-box;
  overflow: hidden;
  color: #66748a;
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
._shopping-benefit_9xww9_190 + ._shopping-benefit_9xww9_190 {
  color: #8791a3;
  -webkit-line-clamp: 1;
}

._view-offer_9xww9_207 {
  margin-top: auto;
  padding-top: 9px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #0a64f9;
  font-size: 12px;
  font-weight: 700;
}
._view-offer_9xww9_207 .material-symbols-outlined {
  font-size: 16px;
  transition: transform 180ms ease;
}
._offer-link_9xww9_90:hover ._view-offer_9xww9_207 .material-symbols-outlined {
  transform: translateX(3px);
}

@media (max-width: 1240px) {
  ._offers-grid_9xww9_83 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) and (min-width: 769px) {
  ._offers-grid_9xww9_83 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 768px) {
  ._page-header_9xww9_7 {
    min-height: 150px;
    margin-bottom: 16px;
    padding: 25px 22px;
    border-radius: 20px;
  }
  ._header-icon_9xww9_65 {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 18px;
  }
  ._header-icon_9xww9_65 .material-symbols-outlined {
    font-size: 28px;
  }
  ._offers-grid_9xww9_83 {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  ._page-header_9xww9_7 {
    min-height: 0;
    padding: 24px 20px;
  }
  ._header-icon_9xww9_65 {
    display: none;
  }
  ._intro_9xww9_57 {
    font-size: 14px;
  }
  ._product--card_9xww9_101 {
    min-height: 134px;
    padding: 11px;
    gap: 12px;
    border-radius: 16px;
  }
  ._product-image_9xww9_133 {
    width: 100px;
    height: 110px;
    flex-basis: 100px;
  }
  ._shop-name_9xww9_176 {
    font-size: 14px;
  }
}
@media (max-width: 355px) {
  ._product-image_9xww9_133 {
    width: 86px;
    flex-basis: 86px;
  }
  ._view-offer_9xww9_207 {
    padding-top: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._product--card_9xww9_101,
  ._view-offer_9xww9_207 .material-symbols-outlined {
    transition: none;
  }
}._pageShell_19lp8_1 {
  align-items: stretch;
  background: #f7f9fc;
}

._mainContent_19lp8_6 {
  padding-top: clamp(20px, 3vw, 34px);
  padding-bottom: 44px;
}

@media (max-width: 768px) {
  ._mainContent_19lp8_6 {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}._category-list-container_gu83a_1 {
  width: 100%;
  max-width: 1600px;
  min-width: 0;
  margin: 0 auto;
}

._pageHero_gu83a_8 {
  position: relative;
  isolation: isolate;
  min-height: 224px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  color: #fff;
  background: radial-gradient(circle at 86% 14%, rgba(56, 147, 255, 0.42), transparent 26%), linear-gradient(132deg, #061936 0%, #092b61 53%, #0757bf 100%);
  box-shadow: 0 24px 60px rgba(5, 37, 84, 0.18);
}
._pageHero_gu83a_8::after {
  position: absolute;
  z-index: -1;
  right: -68px;
  bottom: -116px;
  width: 296px;
  height: 296px;
  border: 55px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}
._pageHero_gu83a_8 h1 {
  max-width: 700px;
  margin: 14px 0 12px;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
._pageHero_gu83a_8 p {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.6;
}

._eyebrow_gu83a_48 {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #dbeaff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

._locationNote_gu83a_64 {
  position: absolute;
  right: clamp(28px, 4vw, 54px);
  bottom: clamp(28px, 4vw, 44px);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(1, 18, 44, 0.38);
  font-size: 13px;
  font-weight: 700;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
._locationNote_gu83a_64::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57e3a1;
  box-shadow: 0 0 0 4px rgba(87, 227, 161, 0.14);
  content: "";
}

._catalogHeading_gu83a_90 {
  margin: clamp(30px, 4vw, 48px) 0 20px;
}
._catalogHeading_gu83a_90 h2 {
  margin: 0 0 4px;
  color: #071b3b;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
._catalogHeading_gu83a_90 p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

._categories-grid_gu83a_108 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr));
  gap: clamp(14px, 1.7vw, 22px);
  min-width: 0;
}

._category-card_gu83a_115 {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #dfe7f2;
  border-radius: 20px;
  color: #071b3b;
  background: #fff;
  box-shadow: 0 8px 26px rgba(15, 42, 78, 0.07);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
._category-card_gu83a_115:hover {
  border-color: #b8d3f8;
  box-shadow: 0 16px 34px rgba(15, 68, 139, 0.13);
  transform: translateY(-4px);
}
._category-card_gu83a_115:focus-visible {
  border-color: #0b67dc;
  outline: 3px solid rgba(11, 103, 220, 0.28);
  outline-offset: 3px;
}
._category-card_gu83a_115 > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  padding: 12px;
  border-radius: 14px;
  background: linear-gradient(145deg, #f8fbff, #eef4fb);
  object-fit: contain;
}

._cardContent_gu83a_150 {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 6px 7px;
}

._category-name_gu83a_159 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 44px;
  margin: 0 0 5px;
  color: #071b3b;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.38;
  text-align: left;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._category-count_gu83a_174 {
  margin: 0 0 14px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

._cardAction_gu83a_181 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: #31506f;
  font-size: 13px;
  font-weight: 750;
}

._statePanel_gu83a_191 {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 32px;
  border: 1px dashed #c5d4e7;
  border-radius: 22px;
  color: #52647a;
  background: rgba(255, 255, 255, 0.78);
  text-align: left;
}
._statePanel_gu83a_191 h2 {
  margin: 0 0 6px;
  color: #102b4d;
  font-size: 20px;
  font-weight: 800;
}
._statePanel_gu83a_191 p {
  max-width: 520px;
  margin: 0;
  line-height: 1.6;
}

._stateIcon_gu83a_216 {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 15px;
  color: #0b67dc;
  background: #e8f2ff;
  font-size: 22px;
  font-weight: 850;
}

._errorState_gu83a_229 {
  border-color: #efc5cb;
  background: #fff8f9;
}
._errorState_gu83a_229 ._stateIcon_gu83a_216 {
  color: #b42337;
  background: #ffe6e9;
}

._inlineNotice_gu83a_238 {
  margin-bottom: 18px;
  padding: 12px 16px;
  border: 1px solid #f0d2a3;
  border-radius: 12px;
  color: #765218;
  background: #fff9ed;
  font-size: 14px;
  line-height: 1.5;
}

._skeletonCard_gu83a_249 {
  pointer-events: none;
}
._skeletonCard_gu83a_249 > span {
  border-radius: 14px;
}

._skeletonBody_gu83a_256 {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 6px 8px;
}

@media (max-width: 1100px) {
  ._locationNote_gu83a_64 {
    position: static;
    margin-top: 22px;
  }
}
@media (max-width: 760px) {
  ._pageHero_gu83a_8 {
    min-height: 0;
    border-radius: 22px;
  }
  ._pageHero_gu83a_8 h1 {
    font-size: clamp(30px, 9vw, 42px);
  }
  ._categories-grid_gu83a_108 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  ._category-card_gu83a_115 {
    padding: 7px;
  }
  ._category-card_gu83a_115 > img {
    padding: 8px;
  }
  ._cardContent_gu83a_150 {
    padding: 13px 5px 7px;
  }
  ._category-name_gu83a_159 {
    min-height: 40px;
    font-size: 14px;
  }
  ._cardAction_gu83a_181 {
    font-size: 12px;
  }
}
@media (max-width: 340px) {
  ._categories-grid_gu83a_108 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  ._statePanel_gu83a_191 {
    flex-direction: column;
    padding: 26px 20px;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._category-card_gu83a_115 {
    transition: none;
  }
}._pageShell_1km5m_1 {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-items: stretch;
  overflow: clip;
  background: #f4f7fc;
}

._mainContent_1km5m_10 {
  flex: 1 1 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: clamp(24px, 3vw, 48px);
}

@media (max-width: 768px) {
  ._mainContent_1km5m_10 {
    padding: 20px 16px 44px;
  }
}
@media (max-width: 340px) {
  ._mainContent_1km5m_10 {
    padding-inline: 12px;
  }
}._brandDirectory_16ql4_1 {
  width: 100%;
  max-width: 1480px;
  min-width: 0;
  margin: 0 auto;
}

._pageHeader_16ql4_8 {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid #dce5f1;
  border-radius: 24px;
  background: radial-gradient(circle at 88% 24%, rgba(96, 89, 224, 0.15), transparent 27%), linear-gradient(135deg, #fbfcff, #f1f3ff);
}
._pageHeader_16ql4_8::after {
  content: "Aa";
  position: absolute;
  right: clamp(20px, 6vw, 90px);
  bottom: -28px;
  color: rgba(43, 54, 130, 0.06);
  font-size: clamp(100px, 14vw, 190px);
  font-weight: 850;
  letter-spacing: -0.12em;
  pointer-events: none;
}
._pageHeader_16ql4_8 h1 {
  position: relative;
  z-index: 1;
  margin: 4px 0 8px;
  color: #172b4a;
  font-size: clamp(29px, 4vw, 44px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
._pageHeader_16ql4_8 p {
  position: relative;
  z-index: 1;
  max-width: 620px;
  color: #617187;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
}

._eyebrow_16ql4_47 {
  position: relative;
  z-index: 1;
  color: #4f55c8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._resultBar_16ql4_57 {
  min-height: 48px;
  margin-bottom: 14px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
._resultBar_16ql4_57 strong {
  color: #172e49;
  font-size: 16px;
  font-weight: 750;
}
._resultBar_16ql4_57 span {
  color: #718096;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

._gridView_16ql4_78 {
  width: 100%;
}

._brandList_16ql4_82 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(176px, 100%), 1fr));
  gap: clamp(11px, 1.5vw, 18px);
  width: 100%;
}

._brandLink_16ql4_89 {
  min-width: 0;
  height: 100%;
  display: block;
  border-radius: 20px;
  color: inherit;
  text-decoration: none;
}
._brandLink_16ql4_89:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.32);
  outline-offset: 3px;
}

._brandCard_16ql4_102 {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 158px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #d8e3f1;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(238, 245, 255, 0.72), transparent 48%), #fff;
  box-shadow: 0 1px 2px rgba(11, 35, 69, 0.04), 0 9px 22px rgba(11, 35, 69, 0.07);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
._brandCard_16ql4_102::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 26px;
  left: 26px;
  height: 3px;
  content: "";
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0866ff, #67a2ff);
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 200ms ease;
}

._brandLink_16ql4_89:hover ._brandCard_16ql4_102 {
  border-color: #b8cbe3;
  box-shadow: 0 18px 34px rgba(11, 35, 69, 0.13);
  transform: translateY(-4px);
}
._brandLink_16ql4_89:hover ._brandCard_16ql4_102::before {
  opacity: 1;
  transform: scaleX(1);
}

._brandImage_16ql4_142 {
  position: relative;
  overflow: hidden;
  height: 96px;
  padding: 10px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(213, 225, 240, 0.92);
  border-radius: 15px;
  background: radial-gradient(circle at 50% 44%, #fff 0 34%, transparent 72%), linear-gradient(145deg, #f7faff, #eaf1f9);
}
._brandImage_16ql4_142::after {
  position: absolute;
  right: -34px;
  bottom: -46px;
  width: 100px;
  height: 100px;
  content: "";
  border: 16px solid rgba(8, 102, 255, 0.05);
  border-radius: 50%;
}
._brandImage_16ql4_142 img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 72px !important;
  max-width: 100%;
  max-height: 100%;
  display: block;
  filter: drop-shadow(0 8px 8px rgba(30, 53, 84, 0.1));
  object-fit: contain;
  transition: filter 220ms ease, transform 220ms ease;
}

._brandLink_16ql4_89:hover ._brandImage_16ql4_142 img {
  filter: drop-shadow(0 12px 11px rgba(30, 53, 84, 0.16));
  transform: translateY(-2px) scale(1.045);
}

._brandName_16ql4_181 {
  min-height: 36px;
  overflow: hidden;
  margin: 9px 3px 1px;
  display: -webkit-box;
  color: #18304f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 18px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._skeletonCard_16ql4_196 {
  min-height: 158px;
  padding: 10px;
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid #d8e3f1;
  border-radius: 20px;
  background: #fff;
}

._emptyState_16ql4_207 {
  min-height: 300px;
  margin-top: 14px;
  padding: 36px 20px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed #cbd6e4;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
._emptyState_16ql4_207 > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #eff0ff;
  color: #5157c7;
  font-size: 24px;
  font-weight: 800;
}
._emptyState_16ql4_207 h2 {
  margin: 8px 0 0;
  color: #17314f;
  font-size: 22px;
  font-weight: 750;
}
._emptyState_16ql4_207 p {
  color: #6a7c91;
  font-size: 14px;
}

@media (max-width: 560px) {
  ._pageHeader_16ql4_8 {
    border-radius: 19px;
  }
  ._pageHeader_16ql4_8::after {
    right: -25px;
  }
  ._resultBar_16ql4_57 {
    min-height: 42px;
    gap: 8px;
  }
  ._resultBar_16ql4_57 span {
    max-width: 56%;
    text-align: right;
  }
  ._brandList_16ql4_82 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  ._brandCard_16ql4_102,
  ._skeletonCard_16ql4_196 {
    min-height: 140px;
    padding: 8px;
  }
  ._brandImage_16ql4_142 {
    height: 82px;
    padding: 8px;
  }
  ._brandImage_16ql4_142 img {
    height: 64px !important;
  }
  ._brandName_16ql4_181 {
    min-height: 32px;
    margin: 8px 2px 0;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 340px) {
  ._brandList_16ql4_82 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  ._brandImage_16ql4_142 {
    height: 76px;
  }
  ._brandImage_16ql4_142 img {
    height: 58px !important;
  }
  ._brandCard_16ql4_102,
  ._skeletonCard_16ql4_196 {
    min-height: 132px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._brandCard_16ql4_102,
  ._brandCard_16ql4_102::before,
  ._brandImage_16ql4_142 img {
    transition: none;
  }
}._mainContent_14qla_1 {
  width: 100%;
  min-width: 0;
  flex: 1;
  padding: 28px clamp(18px, 3vw, 44px) 48px;
  background: #f6f8fb;
}

@media (min-width: 769px) {
  ._mainContent_14qla_1 {
    max-width: none;
    flex: 1 1 0;
  }
}
@media (max-width: 768px) {
  ._mainContent_14qla_1 {
    padding: 22px 14px 38px;
  }
}
._shopPage_oy8pw_2 {
  position: relative;
  min-height: 62vh;
  overflow: hidden;
  padding-top: clamp(18px, 2.4vw, 34px);
  padding-bottom: clamp(42px, 6vw, 80px);
  color: #0b1f3a;
  background: radial-gradient(circle at 96% 4%, rgba(10, 100, 249, 0.1), transparent 25rem), linear-gradient(180deg, #f6f9fe 0%, #ffffff 32rem);
}

._shopPage_oy8pw_2::before {
  position: absolute;
  z-index: 0;
  top: 132px;
  right: -150px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(10, 100, 249, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

._shopPage_oy8pw_2 > * {
  position: relative;
  z-index: 1;
}

._shopSection_oy8pw_30 {
  min-width: 0;
}

._pageIntro_oy8pw_34 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  overflow: hidden;
  margin: 0 0 clamp(26px, 4vw, 42px);
  padding: clamp(24px, 4vw, 42px);
  border-radius: 24px;
  color: #ffffff;
  background: radial-gradient(circle at 88% 12%, rgba(62, 151, 255, 0.48), transparent 15rem), linear-gradient(135deg, #071d3a 0%, #0b3c76 58%, #0864e8 100%);
  box-shadow: 0 20px 50px rgba(7, 35, 73, 0.18);
}

._pageIntroCopy_oy8pw_48 {
  max-width: 720px;
}

._eyebrow_oy8pw_52 {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 10px;
  color: #bcd8ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

._eyebrow_oy8pw_52::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #68dda0;
  box-shadow: 0 0 0 5px rgba(104, 221, 160, 0.15);
  content: "";
}

._pageIntro_oy8pw_34 h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

._pageDescription_oy8pw_84 {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.55;
}

._pageBadge_oy8pw_92 {
  display: inline-flex;
  min-height: 44px;
  gap: 8px;
  align-items: center;
  align-self: end;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

._pageBadge_oy8pw_92::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #68dda0;
  content: "";
}

._storeList_oy8pw_117 {
  display: grid;
  gap: clamp(24px, 3.5vw, 38px);
}

._storeSection_oy8pw_122 {
  min-width: 0;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid #dfe8f4;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(7, 35, 73, 0.07);
}

._storeHeader_oy8pw_131 {
  display: flex;
  gap: 14px;
  align-items: center;
  min-width: 0;
  margin-bottom: 20px;
}

._storeIdentity_oy8pw_139 {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: center;
}

._storeLogo_oy8pw_146 {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  overflow: hidden;
  padding: 4px;
  border: 1px solid #dce6f2;
  border-radius: 17px;
  background: #f8fbff;
}

._storeLogo_oy8pw_146 img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: contain;
}

._storeCopy_oy8pw_165 {
  min-width: 0;
}

._storeCopy_oy8pw_165 h2 {
  overflow: hidden;
  margin: 0 0 4px;
  color: #0b1f3a;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

._storeCopy_oy8pw_165 p {
  overflow: hidden;
  margin: 0;
  color: #697a90;
  font-size: 13px;
  line-height: 1.4;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

._visitStore_oy8pw_193 {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 0 16px;
  border-radius: 12px;
  color: #095ecf;
  background: #eaf3ff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

._visitStore_oy8pw_193::after {
  margin-left: 8px;
  content: "→";
  font-size: 18px;
}

._visitStore_oy8pw_193:hover {
  color: #ffffff;
  background: #0a64f9;
  transform: translateY(-1px);
}

._productGrid_oy8pw_223 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 182px), 1fr));
  gap: 12px;
  margin: 0;
}

._productCell_oy8pw_230 {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

._productCell_oy8pw_230 > * {
  width: 100%;
  height: 100%;
}

._emptyState_oy8pw_241 {
  display: grid;
  min-height: 300px;
  padding: 36px 22px;
  place-items: center;
  border: 1px dashed #bdd0e8;
  border-radius: 22px;
  text-align: center;
  background: rgba(255, 255, 255, 0.88);
}

._emptyStateInner_oy8pw_252 {
  max-width: 430px;
}

._emptyIcon_oy8pw_256 {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 17px;
  place-items: center;
  border-radius: 20px;
  color: #0a64f9;
  background: #eaf3ff;
  font-size: 27px;
  font-weight: 700;
}

._emptyState_oy8pw_241 h2 {
  margin: 0 0 8px;
  color: #0b1f3a;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

._emptyState_oy8pw_241 p {
  margin: 0;
  color: #66778d;
  font-size: 14px;
  line-height: 1.55;
}

._loadingList_oy8pw_285 {
  display: grid;
  gap: 28px;
}

._loadingStore_oy8pw_290 {
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid #e3ebf5;
  border-radius: 22px;
  background: #ffffff;
}

._loadingHeader_oy8pw_297 {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

._loadingCopy_oy8pw_304 {
  display: grid;
  gap: 2px;
}

._loadingStatus_oy8pw_309,
._visuallyHidden_oy8pw_310 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

._sentinel_oy8pw_320 {
  width: 100%;
  height: 2px;
}

._catStoreSec_oy8pw_325 {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid #dfe8f4;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 9px 26px rgba(7, 35, 73, 0.07);
}

._catStoreSec_oy8pw_325 h3 {
  margin: 0;
  color: #0b1f3a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

._catStoreSec_oy8pw_325 p {
  margin: 3px 0 0;
  color: #66778d;
  font-size: 13px;
  line-height: 1.4;
  text-transform: capitalize;
}

._catStoreSecLeft_oy8pw_354 {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: center;
}

._catStoreSecLeftImg_oy8pw_361 {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  overflow: hidden;
  padding: 4px;
  border: 1px solid #dce6f2;
  border-radius: 16px;
  background: #f8fbff;
}

._catStoreSecLeftImg_oy8pw_361 img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  object-fit: contain;
}

._BuyAgain-container_oy8pw_380 {
  width: 100%;
}

._visitStore_oy8pw_193:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.32);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  ._shopPage_oy8pw_2 {
    padding-top: 16px;
    padding-bottom: 48px;
  }
  ._pageIntro_oy8pw_34 {
    display: block;
    padding: 24px 20px;
    border-radius: 20px;
  }
  ._pageBadge_oy8pw_92 {
    margin-top: 18px;
  }
  ._storeSection_oy8pw_122 {
    padding: 15px;
    border-radius: 18px;
  }
  ._storeHeader_oy8pw_131 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }
  ._storeLogo_oy8pw_146 {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 15px;
  }
  ._visitStore_oy8pw_193 {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
  ._productGrid_oy8pw_223 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  ._emptyState_oy8pw_241 {
    min-height: 260px;
  }
}
@media (max-width: 480px) {
  ._storeHeader_oy8pw_131 {
    grid-template-columns: minmax(0, 1fr);
  }
  ._visitStore_oy8pw_193 {
    width: 100%;
    margin-left: 0;
  }
  ._storeCopy_oy8pw_165 h2,
  ._storeCopy_oy8pw_165 p {
    white-space: normal;
  }
  ._catStoreSec_oy8pw_325 {
    align-items: flex-start;
    padding: 14px;
  }
}
@media (max-width: 340px) {
  ._productGrid_oy8pw_223 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  ._visitStore_oy8pw_193 {
    transition: none;
  }
}._pageShell_8gohc_1 {
  width: 100%;
  min-height: 62vh;
  overflow: clip;
  background: radial-gradient(circle at 92% 0%, rgba(10, 100, 249, 0.085), transparent 26rem), #f6f8fc;
}

._layout_8gohc_8 {
  width: 100%;
  min-width: 0;
  align-items: flex-start;
}

._sidebar_8gohc_14 {
  flex: 0 0 auto;
}

._content_8gohc_18 {
  flex: 1 1 0;
  min-width: 0;
  max-width: none !important;
  padding: 22px 26px 46px !important;
  box-sizing: border-box;
}

._hero_8gohc_26 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #d8e5f5;
  border-radius: 21px;
  background: radial-gradient(circle at 96% 6%, rgba(255, 204, 73, 0.21), transparent 13rem), linear-gradient(135deg, #ffffff 0%, #f3f8ff 100%);
  box-shadow: 0 16px 36px rgba(18, 48, 89, 0.085);
}

._heroIcon_8gohc_39 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: linear-gradient(145deg, #0a68fa, #004ecf);
  color: #ffffff;
  box-shadow: 0 9px 20px rgba(10, 100, 249, 0.23);
}

._heroCopy_8gohc_51 {
  min-width: 0;
}
._heroCopy_8gohc_51 h1 {
  margin: 2px 0 5px;
  color: #132743;
  font-size: clamp(25px, 2.6vw, 38px);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
._heroCopy_8gohc_51 p {
  max-width: 650px;
  margin: 0;
  color: #5f6f84;
  font-size: 14px;
  line-height: 1.55;
}

._eyebrow_8gohc_70 {
  color: #0761d2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

._pointsSummary_8gohc_78 {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  column-gap: 5px;
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid #d2e1f4;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.88);
  text-align: right;
}
._pointsSummary_8gohc_78 span {
  grid-column: 1/-1;
  color: #64758a;
  font-size: 11px;
  font-weight: 750;
}
._pointsSummary_8gohc_78 strong {
  color: #075fc8;
  font-size: 30px;
  font-weight: 820;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
._pointsSummary_8gohc_78 small {
  color: #65758a;
  font-size: 11px;
  font-weight: 700;
}

._rewardsPanel_8gohc_109 {
  margin-top: 17px;
  padding: 22px;
  border: 1px solid #dfe7f1;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 9px 28px rgba(18, 48, 89, 0.065);
}

._sectionHeader_8gohc_118 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8edf4;
}
._sectionHeader_8gohc_118 > div {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  gap: 11px;
}
._sectionHeader_8gohc_118 h2 {
  margin: 0 0 3px;
  color: #172b47;
  font-size: 19px;
  font-weight: 760;
  line-height: 1.3;
}
._sectionHeader_8gohc_118 p {
  margin: 0;
  color: #66768a;
  font-size: 13px;
  line-height: 1.45;
}

._sectionIcon_8gohc_146 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #fff5d9;
  color: #a66b00;
}

._recordCount_8gohc_158 {
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 1px solid #dfe7f1;
  border-radius: 999px;
  background: #f7f9fc;
  color: #5b6c81;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

._subHeader_8gohc_170 {
  margin: 18px 0 16px;
}
._subHeader_8gohc_170 h3 {
  margin: 0 0 3px;
  color: #243751;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
}
._subHeader_8gohc_170 p {
  margin: 0;
  color: #718095;
  font-size: 12px;
}

._storeGrid_8gohc_186 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
  gap: 13px;
  margin-bottom: 18px;
}

._card_8gohc_193,
._loadingCard_8gohc_194 {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  gap: 12px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #dfe8f2;
  border-radius: 15px;
  background: linear-gradient(145deg, #ffffff, #f9fbfe);
  box-shadow: 0 5px 15px rgba(18, 48, 89, 0.05);
}

._card_8gohc_193 {
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
._card_8gohc_193:hover {
  border-color: #bfd2ea;
  box-shadow: 0 10px 22px rgba(18, 48, 89, 0.085);
  transform: translateY(-1px);
}

._imageWrapper_8gohc_216 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid #e1e8f1;
  border-radius: 12px;
  background: #ffffff;
}

._image_8gohc_216 {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}

._info_8gohc_236,
._loadingCopy_8gohc_237 {
  flex: 1 1 auto;
  min-width: 0;
}

._creditHistory_8gohc_242 {
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
  color: #66768a;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

._storeName_8gohc_256 {
  margin: 0 0 9px;
  overflow: hidden;
  color: #1d314d;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._rewardMeta_8gohc_267 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
}
._rewardMeta_8gohc_267 span {
  display: flex;
  flex-direction: column;
}
._rewardMeta_8gohc_267 small {
  color: #718095;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
._rewardMeta_8gohc_267 strong {
  color: #176e42;
  font-size: 13px;
  font-weight: 790;
}

._emptyState_8gohc_288 {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 28px 20px;
  border: 1px dashed #cbd9ea;
  border-radius: 16px;
  background: #f9fbff;
  text-align: center;
}
._emptyState_8gohc_288 > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eaf3ff;
  color: #0a64f9;
}
._emptyState_8gohc_288 h3 {
  margin: 14px 0 5px;
  color: #1d314d;
  font-size: 17px;
  font-weight: 760;
}
._emptyState_8gohc_288 p {
  max-width: 430px;
  margin: 0 !important;
  color: #66768a;
  font-family: inherit !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

._viewStore_8gohc_326 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid #c9dbf4;
  border-radius: 11px;
  background: #f3f8ff;
  color: #075fc8;
  font-size: 12px;
  font-weight: 760;
  text-decoration: none !important;
}
._viewStore_8gohc_326:hover {
  border-color: #91b9eb;
  background: #eaf3ff;
  color: #054eaa;
}
._viewStore_8gohc_326:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  ._content_8gohc_18 {
    flex-basis: 100%;
    padding: 14px 14px 34px !important;
  }
  ._hero_8gohc_26 {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    padding: 18px;
    border-radius: 18px;
  }
  ._heroIcon_8gohc_39 {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }
  ._pointsSummary_8gohc_78 {
    grid-column: 1/-1;
    grid-template-columns: auto auto auto;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    min-width: 0;
    padding: 10px 12px;
    text-align: center;
  }
  ._pointsSummary_8gohc_78 span {
    grid-column: auto;
    margin-right: 4px;
  }
  ._pointsSummary_8gohc_78 strong {
    font-size: 22px;
  }
  ._rewardsPanel_8gohc_109 {
    padding: 16px;
    border-radius: 17px;
  }
}
@media (max-width: 420px) {
  ._hero_8gohc_26 {
    grid-template-columns: 1fr;
  }
  ._heroCopy_8gohc_51 h1 {
    font-size: 25px;
  }
  ._pointsSummary_8gohc_78 {
    grid-template-columns: auto auto;
  }
  ._pointsSummary_8gohc_78 span {
    grid-column: 1/-1;
    margin: 0;
  }
  ._sectionHeader_8gohc_118 {
    flex-direction: column;
    gap: 10px;
  }
  ._recordCount_8gohc_158 {
    align-self: flex-start;
  }
  ._viewStore_8gohc_326 {
    width: 100%;
  }
}
@media (max-width: 320px) {
  ._content_8gohc_18 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  ._hero_8gohc_26,
  ._rewardsPanel_8gohc_109 {
    padding: 14px;
  }
  ._sectionHeader_8gohc_118 > div {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._card_8gohc_193 {
    transition: none;
  }
}._mainContent_10rab_1 {
  width: 100%;
  max-width: none;
  min-width: 0;
  flex: 1 1 0;
  overflow: hidden;
  padding: 28px clamp(18px, 3vw, 44px) 48px;
  background: #f6f8fb;
}

._brandHero_10rab_11,
._heroSkeleton_10rab_12 {
  min-height: 154px;
  margin: 0 auto 22px;
  padding: clamp(22px, 3.2vw, 34px);
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 26px);
  border: 1px solid #dce5f1;
  border-radius: 24px;
  background: radial-gradient(circle at 88% 20%, rgba(80, 87, 205, 0.14), transparent 28%), linear-gradient(135deg, #fff, #f0f3ff);
}

._brandMark_10rab_24 {
  width: 84px;
  height: 84px;
  padding: 9px;
  display: grid;
  flex: 0 0 84px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #dce5f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(35, 52, 104, 0.1);
}
._brandMark_10rab_24 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._brandMonogram_10rab_43 {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(145deg, #eef0ff, #e4e8ff);
  color: #4f57c6;
  font-size: 34px;
  font-weight: 850;
}

._brandHero_10rab_11 h1 {
  margin: 2px 0 6px;
  color: #152d4a;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-transform: capitalize;
}
._brandHero_10rab_11 p {
  max-width: 650px;
  color: #64758b;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.55;
}

._heroContent_10rab_71 {
  min-width: 0;
}

._heroMeta_10rab_75 {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
._heroMeta_10rab_75 span {
  min-height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(80, 88, 198, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #43546b;
  font-size: 11px;
  font-weight: 720;
  white-space: nowrap;
}
._heroMeta_10rab_75 span:last-child {
  color: #08753d;
}
._heroMeta_10rab_75 span:last-child::before {
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: #18a764;
  content: "";
  box-shadow: 0 0 0 3px rgba(24, 167, 100, 0.1);
}

._eyebrow_10rab_107 {
  color: #5058c6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._heroSkeleton_10rab_12 > div:last-child {
  min-width: 0;
  display: grid;
  gap: 4px;
}

._storeSection_10rab_121,
._storeSkeleton_10rab_122 {
  width: 100%;
  margin-bottom: 20px;
  padding: clamp(14px, 2vw, 22px);
  overflow: hidden;
  border: 1px solid #e0e7f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(27, 50, 78, 0.055);
}

._storeHeader_10rab_133,
._storeSkeletonHeader_10rab_134 {
  margin-bottom: 16px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e8edf3;
}

._storeIdentity_10rab_144,
._storeSkeletonHeader_10rab_134 {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

._storeIdentity_10rab_144 {
  border-radius: 15px;
  color: inherit;
  text-decoration: none;
}
._storeIdentity_10rab_144:hover h2 {
  color: #0a64f9;
}
._storeIdentity_10rab_144:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.2);
  outline-offset: 3px;
}

._storeSkeletonHeader_10rab_134 > div:last-child {
  min-width: 0;
  display: grid;
  gap: 3px;
}

._storeLogo_10rab_171 {
  width: 56px;
  height: 56px;
  padding: 5px;
  display: grid;
  flex: 0 0 56px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e0e7ef;
  border-radius: 14px;
  background: #f8fafc;
}
._storeLogo_10rab_171 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._storeCopy_10rab_189 {
  min-width: 0;
}
._storeCopy_10rab_189 h2 {
  overflow: hidden;
  margin: 0 0 3px;
  color: #18324f;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 760;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._storeCopy_10rab_189 p {
  overflow: hidden;
  color: #6b7c90;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._storeTitleRow_10rab_211 {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
._storeTitleRow_10rab_211 h2 {
  min-width: 0;
}

._productCount_10rab_221 {
  min-height: 24px;
  padding: 0 8px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 999px;
  background: #eef4ff;
  color: #38618d;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

._storeActions_10rab_235 {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

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

._sliderButton_10rab_247 {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid #d8e2ee;
  border-radius: 12px;
  background: #fff;
  color: #344054;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
._sliderButton_10rab_247 svg {
  width: 18px;
  height: 18px;
}
._sliderButton_10rab_247:hover:not(:disabled) {
  border-color: #0a64f9;
  background: #edf4ff;
  color: #0a64f9;
}
._sliderButton_10rab_247:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.18);
  outline-offset: 2px;
}
._sliderButton_10rab_247:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

._productSwiper_10rab_279 {
  width: 100%;
  padding: 7px 2px 12px;
}
._productSwiper_10rab_279 .swiper-wrapper {
  align-items: stretch;
}
._productSwiper_10rab_279 .swiper-slide {
  display: flex;
  height: auto;
}

._productSkeletons_10rab_291 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

._emptyState_10rab_297 {
  min-height: 310px;
  padding: 36px 20px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed #cbd6e4;
  border-radius: 22px;
  background: #fff;
  text-align: center;
}
._emptyState_10rab_297 > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #eff1ff;
  color: #5058c6;
  font-size: 25px;
  font-weight: 850;
}
._emptyState_10rab_297 h2 {
  margin: 8px 0 0;
  color: #17314f;
  font-size: 22px;
  font-weight: 750;
}
._emptyState_10rab_297 p {
  max-width: 460px;
  color: #6a7c91;
  font-size: 14px;
}

@media (max-width: 768px) {
  ._mainContent_10rab_1 {
    max-width: 100%;
    padding: 22px 14px 38px;
  }
  ._brandHero_10rab_11,
  ._heroSkeleton_10rab_12 {
    min-height: 136px;
    border-radius: 20px;
  }
  ._brandMark_10rab_24 {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
    border-radius: 17px;
  }
  ._brandMonogram_10rab_43 {
    font-size: 28px;
  }
  ._storeSection_10rab_121,
  ._storeSkeleton_10rab_122 {
    border-radius: 18px;
  }
  ._storeHeader_10rab_133 {
    align-items: flex-start;
  }
  ._storeActions_10rab_235 {
    gap: 6px;
  }
  ._sliderControls_10rab_242 {
    display: none;
  }
  ._productSkeletons_10rab_291 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width: 420px) {
  ._brandHero_10rab_11,
  ._heroSkeleton_10rab_12 {
    padding: 19px 16px;
    align-items: flex-start;
  }
  ._brandMark_10rab_24 {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    padding: 6px;
  }
  ._brandHero_10rab_11 p {
    font-size: 12px;
  }
  ._heroMeta_10rab_75 {
    gap: 5px;
  }
  ._heroMeta_10rab_75 span {
    min-height: 26px;
    padding: 0 8px;
    font-size: 10px;
  }
  ._storeHeader_10rab_133 {
    flex-wrap: wrap;
  }
  ._storeIdentity_10rab_144 {
    width: 100%;
  }
  ._storeCopy_10rab_189 p {
    white-space: normal;
  }
  ._storeCopy_10rab_189 h2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  ._storeTitleRow_10rab_211 {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._sliderButton_10rab_247 {
    transition: none;
  }
}._main_a7muf_1 {
  width: auto !important;
  flex: 1 1 0;
  min-width: 0;
  padding-top: 20px !important;
  overflow-x: clip;
  padding-right: 18px !important;
}

._pageHeader_a7muf_10 {
  position: relative;
  isolation: isolate;
  margin: 0 0 34px;
  padding: clamp(26px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid #dfe8fa;
  border-radius: 24px;
  background: radial-gradient(circle at 88% 22%, rgba(122, 77, 245, 0.2), transparent 28%), radial-gradient(circle at 73% 110%, rgba(10, 100, 249, 0.18), transparent 34%), linear-gradient(135deg, #f8faff, #f4f0ff);
}
._pageHeader_a7muf_10::after {
  position: absolute;
  z-index: -1;
  right: clamp(20px, 5vw, 74px);
  bottom: -54px;
  width: 156px;
  height: 156px;
  content: "";
  border: 28px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
}
._pageHeader_a7muf_10 > p {
  margin: 0 0 9px;
  color: #6e43db;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
._pageHeader_a7muf_10 h1 {
  max-width: 650px;
  margin: 0;
  color: #10233f;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
._pageHeader_a7muf_10 > span {
  display: block;
  max-width: 620px;
  margin-top: 14px;
  color: #5e6d83;
  font-size: 15px;
  line-height: 1.6;
}

._merchantList_a7muf_57 {
  display: grid;
  gap: 24px;
}

._merchantSection_a7muf_62 {
  min-width: 0;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid #e3e9f2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 52, 93, 0.07);
}

._merchantHeader_a7muf_71 {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

._merchantIdentity_a7muf_79 {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
._merchantIdentity_a7muf_79 h2 {
  margin: 1px 0 0;
  overflow: hidden;
  color: #172b4d;
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._merchantImage_a7muf_96 {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  overflow: hidden;
  border: 1px solid #e5eaf2;
  border-radius: 15px;
  background: #f8fafc;
}
._merchantImage_a7muf_96 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._storeLabel_a7muf_111 {
  display: block;
  color: #7b8799;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

._merchantActions_a7muf_120,
._carouselActions_a7muf_121 {
  display: flex;
  align-items: center;
}

._merchantActions_a7muf_120 {
  gap: 12px;
}

._carouselActions_a7muf_121 {
  gap: 7px;
}

._carouselButton_a7muf_134 {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-grid;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid #dfe5ee;
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: #344054;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
._carouselButton_a7muf_134 svg {
  width: 18px;
  height: 18px;
}
._carouselButton_a7muf_134:hover:not(:disabled) {
  border-color: #0a64f9;
  background: #edf4ff;
  color: #0a64f9;
}
._carouselButton_a7muf_134:focus-visible {
  border-color: #0a64f9;
  box-shadow: 0 0 0 3px rgba(10, 100, 249, 0.16);
}
._carouselButton_a7muf_134:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

._viewAll_a7muf_167 {
  min-height: 40px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #0a64f9;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
._viewAll_a7muf_167:hover {
  color: #0755d3;
}
._viewAll_a7muf_167:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.16);
  outline-offset: 2px;
}
._viewAll_a7muf_167 svg {
  width: 17px;
  height: 17px;
  transition: transform 160ms ease;
}
._viewAll_a7muf_167:hover svg {
  transform: translateX(2px);
}

._sliderShell_a7muf_197 {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

._slide_a7muf_197 {
  height: auto;
  max-width: 100%;
}

._dealCard_a7muf_208 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 184px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dfe7f2;
  border-radius: 17px;
  background: radial-gradient(circle at 100% 0, rgba(122, 77, 245, 0.1), transparent 31%), #fff;
  box-shadow: 0 7px 18px rgba(24, 55, 95, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
._dealCard_a7muf_208:hover {
  border-color: #c7d7ef;
  box-shadow: 0 13px 28px rgba(24, 55, 95, 0.1);
  transform: translateY(-2px);
}
._dealCard_a7muf_208 h3 {
  min-height: 38px;
  margin: 9px 0 13px;
  display: -webkit-box;
  overflow: hidden;
  color: #172b4d;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._dealBadge_a7muf_241 {
  width: -webkit-fit-content;
  width: fit-content;
  padding: 4px 8px;
  color: #7140db;
  border-radius: 999px;
  background: #f1ebff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

._discount_a7muf_252 {
  margin: 0 0 7px;
  color: #148035;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

._description_a7muf_260 {
  margin: 0 0 14px;
  display: -webkit-box;
  overflow: hidden;
  color: #69768a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._detailsButton_a7muf_273 {
  min-height: 42px;
  margin-top: auto;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #0a64f9;
  border: 0;
  border-top: 1px solid #e8edf5;
  background: transparent;
  font-size: 13px;
  font-weight: 750;
}
._detailsButton_a7muf_273:hover {
  color: #074fbf;
}
._detailsButton_a7muf_273:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(10, 100, 249, 0.22);
  outline-offset: 2px;
}
._detailsButton_a7muf_273 .material-symbols-outlined {
  font-size: 17px;
}

._sentinel_a7muf_300 {
  height: 10px;
}

@media (max-width: 768px) {
  ._carouselActions_a7muf_121 {
    display: none;
  }
  ._main_a7muf_1 {
    padding: 16px 16px 0 !important;
  }
  ._pageHeader_a7muf_10 {
    margin-bottom: 22px;
    border-radius: 20px;
  }
  ._pageHeader_a7muf_10 > span {
    font-size: 14px;
  }
  ._merchantList_a7muf_57 {
    gap: 18px;
  }
  ._merchantSection_a7muf_62 {
    padding: 14px;
    border-radius: 19px;
  }
  ._merchantHeader_a7muf_71 {
    align-items: flex-start;
  }
  ._merchantIdentity_a7muf_79 {
    flex: 1;
  }
  ._merchantIdentity_a7muf_79 h2 {
    white-space: normal;
  }
  ._viewAll_a7muf_167 {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0;
    font-size: 12px;
  }
  ._dealCard_a7muf_208 {
    min-height: 176px;
  }
}
@media (max-width: 390px) {
  ._main_a7muf_1 {
    padding-inline: 12px !important;
  }
  ._pageHeader_a7muf_10 {
    padding: 24px 20px;
  }
  ._merchantImage_a7muf_96 {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  ._merchantActions_a7muf_120 {
    gap: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  ._carouselButton_a7muf_134,
  ._dealCard_a7muf_208,
  ._viewAll_a7muf_167 svg {
    transition: none;
  }
}._page_18kg8_1 {
  min-width: 0;
  overflow: clip;
  color: #0b1b38;
  background: radial-gradient(circle at 8% 5%, rgba(37, 99, 235, 0.1), transparent 24rem), linear-gradient(180deg, #f8fbff 0%, #f3f7fc 100%);
}

._resourceHeader_18kg8_8 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

._headerInner_18kg8_18 {
  display: flex;
  width: min(100%, 1440px);
  min-height: 72px;
  margin: 0 auto;
  padding: 10px clamp(14px, 3vw, 32px);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

._brand_18kg8_29,
._headerNav_18kg8_30,
._guideLink_18kg8_31,
._shopLink_18kg8_32 {
  display: flex;
  align-items: center;
}

._brand_18kg8_29 {
  min-width: 0;
  gap: 12px;
  color: #0b1b38;
  text-decoration: none;
}

._brand_18kg8_29:focus-visible,
._guideLink_18kg8_31:focus-visible,
._shopLink_18kg8_32:focus-visible,
._resourceLink_18kg8_47:focus-visible,
._featureLink_18kg8_48:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.28);
  outline-offset: 3px;
}

._logo_18kg8_53 {
  display: block;
  width: clamp(104px, 12vw, 142px);
  height: auto;
}

._resourceTag_18kg8_59 {
  padding-left: 12px;
  border-left: 1px solid #d9e2ef;
  color: #52637a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

._headerNav_18kg8_30 {
  flex: 0 0 auto;
  gap: 10px;
}

._guideLink_18kg8_31,
._shopLink_18kg8_32 {
  min-height: 44px;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

._guideLink_18kg8_31 {
  color: #38506e;
}

._guideLink_18kg8_31:hover {
  color: #0a64f9;
  background: #f0f6ff;
}

._shopLink_18kg8_32 {
  color: #fff !important;
  background: linear-gradient(135deg, #0a64f9 0%, #174fca 100%);
  box-shadow: 0 10px 22px rgba(10, 100, 249, 0.2);
}

._shopLink_18kg8_32:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 13px 26px rgba(10, 100, 249, 0.26);
}

._main_18kg8_107 {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(14px, 2.5vw, 36px) clamp(10px, 3vw, 34px) clamp(44px, 6vw, 82px);
}

._layout_18kg8_113 {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: clamp(18px, 2.5vw, 34px);
  align-items: start;
}

._article_18kg8_121 {
  min-width: 0;
  overflow: hidden;
  padding: clamp(12px, 2.3vw, 32px);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: clamp(18px, 2vw, 28px);
  background: #fff;
  box-shadow: 0 22px 60px rgba(30, 58, 95, 0.09);
}

._article_18kg8_121 * {
  min-width: 0;
  box-sizing: border-box;
}

._article_18kg8_121 img {
  display: block;
  max-width: 100%;
  height: auto;
}

._article_18kg8_121 .MuiTypography-root {
  overflow-wrap: anywhere;
  line-height: 1.62;
}

._article_18kg8_121 .MuiButton-root,
._article_18kg8_121 .MuiAccordionSummary-root,
._article_18kg8_121 input {
  min-height: 44px;
}

._hero_18kg8_153 {
  position: relative;
  overflow: hidden;
  min-height: clamp(220px, 38vw, 520px);
  border-radius: clamp(14px, 2vw, 22px);
  background: #10223c;
  isolation: isolate;
}

._hero_18kg8_153::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 28%, rgba(5, 15, 31, 0.16) 48%, rgba(5, 15, 31, 0.9) 100%), linear-gradient(90deg, rgba(5, 15, 31, 0.34), transparent 70%);
  content: "";
  pointer-events: none;
}

._heroImage_18kg8_171 {
  width: 100%;
  height: clamp(220px, 38vw, 520px) !important;
  object-fit: cover;
}

._heroTitle_18kg8_177 {
  position: absolute;
  right: clamp(16px, 4vw, 44px);
  bottom: clamp(18px, 4vw, 42px);
  left: clamp(16px, 4vw, 44px);
  z-index: 2;
  max-width: 900px;
  margin: 0 !important;
  color: #fff !important;
  font-family: OutfitSemiBold, Outfit, sans-serif !important;
  font-size: clamp(1.65rem, 4vw, 3.45rem) !important;
  letter-spacing: -0.035em;
  line-height: 1.08 !important;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

._sidebar_18kg8_194 {
  min-width: 0;
}

._sidebarSticky_18kg8_198 {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
}

._resourceNav_18kg8_203 {
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(30, 58, 95, 0.08);
}

._navEyebrow_18kg8_212 {
  margin: 0 0 6px;
  color: #0a64f9;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

._navTitle_18kg8_221 {
  margin: 0;
  color: #0b1b38;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.25;
}

._navIntro_18kg8_228 {
  margin: 8px 0 18px;
  color: #607087;
  font-size: 0.9rem;
  line-height: 1.55;
}

._resourceList_18kg8_235,
._featureList_18kg8_236 {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

._resourceLink_18kg8_47 {
  display: block;
  padding: 11px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #52637a;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

._resourceLink_18kg8_47:hover {
  color: #0a64f9;
  border-color: #d7e6ff;
  background: #f5f9ff;
}

._resourceLinkActive_18kg8_262 {
  color: #0a64f9;
  border-color: #cfe0ff;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fbff 100%);
  box-shadow: inset 3px 0 0 #0a64f9;
}

._featureHeading_18kg8_269 {
  margin: 24px 0 12px;
  padding-top: 20px;
  border-top: 1px solid #e6edf6;
  color: #0b1b38;
  font-size: 1rem;
}

._featureLink_18kg8_48 {
  display: grid;
  padding: 8px;
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

._featureLink_18kg8_48:hover {
  background: #f5f9ff;
}

._featureImage_18kg8_292 {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
}

._featureCopy_18kg8_299 {
  min-width: 0;
}

._featureTitle_18kg8_303,
._featureDate_18kg8_304 {
  display: block;
}

._featureTitle_18kg8_303 {
  color: #1d2f48;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.35;
}

._featureDate_18kg8_304 {
  margin-top: 4px;
  color: #718096;
  font-size: 0.74rem;
}

@media (max-width: 1023px) {
  ._layout_18kg8_113 {
    grid-template-columns: minmax(0, 1fr);
  }
  ._sidebarSticky_18kg8_198 {
    position: static;
  }
  ._resourceList_18kg8_235,
  ._featureList_18kg8_236 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  ._headerInner_18kg8_18 {
    min-height: 62px;
    padding: 8px 10px;
    gap: 8px;
  }
  ._resourceTag_18kg8_59,
  ._guideLink_18kg8_31 {
    display: none;
  }
  ._logo_18kg8_53 {
    width: 104px;
  }
  ._shopLink_18kg8_32 {
    min-height: 42px;
    padding: 0 13px;
    font-size: 0.82rem;
  }
  ._main_18kg8_107 {
    padding-right: 8px;
    padding-left: 8px;
  }
  ._article_18kg8_121 {
    padding: 10px;
    border-radius: 18px;
  }
  ._hero_18kg8_153,
  ._heroImage_18kg8_171 {
    min-height: 230px;
    height: 230px !important;
  }
  ._heroTitle_18kg8_177 {
    font-size: clamp(1.25rem, 7.2vw, 1.8rem) !important;
    line-height: 1.13 !important;
  }
  ._resourceNav_18kg8_203 {
    padding: 17px;
    border-radius: 18px;
  }
  ._resourceList_18kg8_235,
  ._featureList_18kg8_236 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 300px) {
  ._logo_18kg8_53 {
    width: 92px;
  }
  ._shopLink_18kg8_32 {
    padding: 0 10px;
  }
  ._article_18kg8_121 {
    padding: 8px;
  }
}._footer_1dva1_1 {
  margin-top: 0;
  padding: clamp(24px, 4vw, 42px) clamp(12px, 3vw, 32px) 18px;
  color: #dbe9ff;
  background: radial-gradient(circle at 85% 8%, rgba(37, 99, 235, 0.28), transparent 28rem), linear-gradient(145deg, #06162d 0%, #092345 100%);
}

._inner_1dva1_8 {
  width: min(100%, 1320px);
  margin: 0 auto;
}

._newsletter_1dva1_13 {
  display: grid;
  max-width: 860px;
  margin: 0 auto clamp(20px, 3vw, 30px);
  text-align: center;
  justify-items: center;
}

._eyebrow_1dva1_21 {
  margin: 0 0 6px;
  color: #7fb0ff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

._newsletterTitle_1dva1_30 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: OutfitSemiBold, Outfit, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

._newsletterCopy_1dva1_41 {
  margin: 7px 0 14px;
  color: #aec2dc;
  font-size: clamp(0.86rem, 1.2vw, 1rem);
}

._subscribeRow_1dva1_47 {
  display: grid;
  width: min(100%, 540px);
  padding: 4px;
  border: 1px solid rgba(178, 205, 241, 0.3);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
}

._emailInput_1dva1_58,
._submitButton_1dva1_59 {
  min-height: 42px;
  border-radius: 11px;
  font: inherit;
}

._emailInput_1dva1_58 {
  min-width: 0;
  border: 0;
  padding: 0 14px;
  color: #fff;
  outline: 0;
  background: transparent;
}

._emailInput_1dva1_58::placeholder {
  color: #a9bdd8;
}

._emailInput_1dva1_58:focus-visible {
  box-shadow: 0 0 0 3px rgba(127, 176, 255, 0.3);
}

._submitButton_1dva1_59 {
  border: 0;
  padding: 0 24px;
  color: #fff;
  font-weight: 750;
  cursor: pointer;
  background: linear-gradient(135deg, #0a64f9 0%, #2d7cff 100%);
  box-shadow: 0 9px 20px rgba(10, 100, 249, 0.24);
}

._submitButton_1dva1_59:hover {
  background: linear-gradient(135deg, #0959df 0%, #1e6eea 100%);
}

._submitButton_1dva1_59:focus-visible,
._footerLink_1dva1_97:focus-visible {
  outline: 3px solid rgba(127, 176, 255, 0.55);
  outline-offset: 3px;
}

._footerGrid_1dva1_102 {
  display: grid;
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid rgba(178, 205, 241, 0.14);
  border-radius: 24px;
  background: rgba(5, 18, 38, 0.42);
  grid-template-columns: 1.25fr 1fr 0.8fr;
  gap: clamp(20px, 3vw, 38px);
}

._columnTitle_1dva1_112 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

._linkList_1dva1_119 {
  display: grid;
  gap: 5px;
}

._footerGrid_1dva1_102 section:first-child ._linkList_1dva1_119,
._footerGrid_1dva1_102 nav ._linkList_1dva1_119 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
}

._footerLink_1dva1_97 {
  display: flex;
  min-width: 0;
  min-height: 34px;
  border-radius: 9px;
  color: #bfd0e5;
  font-size: 0.9rem;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
  align-items: center;
  gap: 9px;
}

._footerLink_1dva1_97:hover {
  color: #fff;
}

._footerLink_1dva1_97 svg {
  flex: 0 0 auto;
  color: #6da4ff;
}

._socialList_1dva1_153 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

._socialBadge_1dva1_159 {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(178, 205, 241, 0.18);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
  place-items: center;
}

._socialBadge_1dva1_159 img {
  display: block;
  width: 28px;
  height: 28px;
}

._copyright_1dva1_175 {
  margin: 16px 0 0;
  color: #849bb8;
  font-size: 0.78rem;
  text-align: center;
}

._srOnly_1dva1_182 {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 760px) {
  ._footerGrid_1dva1_102 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ._footerGrid_1dva1_102 section:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 460px) {
  ._footer_1dva1_1 {
    padding-top: 22px;
  }
  ._newsletter_1dva1_13 {
    justify-items: stretch;
    text-align: left;
  }
  ._newsletterTitle_1dva1_30 {
    font-size: 1.45rem;
  }
  ._subscribeRow_1dva1_47 {
    padding: 4px;
    border: 1px solid rgba(178, 205, 241, 0.3);
    background: rgba(255, 255, 255, 0.09);
    grid-template-columns: minmax(0, 1fr) auto;
  }
  ._emailInput_1dva1_58 {
    padding: 0 10px;
  }
  ._submitButton_1dva1_59 {
    padding: 0 16px;
  }
  ._footerGrid_1dva1_102 {
    padding: 16px;
    border-radius: 16px;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  ._footerGrid_1dva1_102 section:last-child {
    grid-column: auto;
  }
  ._footerGrid_1dva1_102 nav ._linkList_1dva1_119 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ._columnTitle_1dva1_112 {
    margin-bottom: 6px;
  }
  ._footerLink_1dva1_97 {
    min-height: 32px;
    font-size: 0.78rem;
    gap: 6px;
  }
  ._socialBadge_1dva1_159 {
    width: 38px;
    height: 38px;
  }
  ._socialBadge_1dva1_159 img {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 350px) {
  ._footerGrid_1dva1_102 section:first-child ._linkList_1dva1_119 {
    grid-template-columns: minmax(0, 1fr);
  }
}._overlay_1o7r7_1 {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

._backdrop_1o7r7_13 {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

._modal_1o7r7_19 {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 448px;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  overflow: hidden;
}

._closeBtn_1o7r7_31 {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  padding: 10px;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
  z-index: 2;
}
._closeBtn_1o7r7_31:hover {
  background-color: #f3f4f6;
}
._closeBtn_1o7r7_31:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.3);
  outline-offset: 2px;
}
._closeBtn_1o7r7_31 svg {
  font-size: 24px;
  color: #374151;
}

._content_1o7r7_59 {
  padding: 32px;
  width: 100%;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  box-sizing: border-box;
}

._title_1o7r7_70 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 24px;
  padding-right: 40px;
}

._infoBanner_1o7r7_78 {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #eff6ff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
._infoBanner_1o7r7_78 p {
  font-size: 14px;
  color: #374151;
  margin: 0;
  line-height: 1.4;
}

._infoIcon_1o7r7_94 {
  color: #2563eb;
  font-size: 20px !important;
  flex-shrink: 0;
}

._tabToggle_1o7r7_100 {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

._tabBtn_1o7r7_106 {
  flex: 1;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #f3f4f6;
  color: #374151;
}
._tabBtn_1o7r7_106:hover {
  background-color: #e5e7eb;
}
._tabBtn_1o7r7_106._active_1o7r7_121 {
  background-color: #111827;
  color: #ffffff;
}

._socialButtons_1o7r7_126 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

._googleBtn_1o7r7_133,
._facebookBtn_1o7r7_134,
._appleBtn_1o7r7_135 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

._googleBtn_1o7r7_133 {
  background-color: #4285f4;
  color: #ffffff;
}
._googleBtn_1o7r7_133:hover {
  background-color: #3367d6;
}

._facebookBtn_1o7r7_134 {
  background-color: #1877f2;
  color: #ffffff;
}
._facebookBtn_1o7r7_134:hover {
  background-color: #166fe5;
}

._appleBtn_1o7r7_135 {
  background-color: #000000;
  color: #ffffff;
}
._appleBtn_1o7r7_135:hover {
  background-color: #1a1a1a;
}

._socialIcon_1o7r7_174 {
  width: 20px;
  height: 20px;
}

._divider_1o7r7_179 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
}
._divider_1o7r7_179::before, ._divider_1o7r7_179::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #d1d5db;
}
._divider_1o7r7_179 span {
  font-size: 14px;
  color: #6b7280;
}

._formGroup_1o7r7_196 {
  margin-bottom: 16px;
}

._formRow_1o7r7_200 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
._formRow_1o7r7_200 ._formGroup_1o7r7_196 {
  margin-bottom: 16px;
}

._label_1o7r7_209 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

._input_1o7r7_217 {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
._input_1o7r7_217::placeholder {
  color: #9ca3af;
}
._input_1o7r7_217:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
._input_1o7r7_217:disabled {
  background-color: #f3f4f6;
  cursor: not-allowed;
}

._inputError_1o7r7_240 {
  border-color: #dc2626;
}
._inputError_1o7r7_240:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

._errorText_1o7r7_248 {
  display: block;
  font-size: 12px;
  color: #dc2626;
  margin-top: 4px;
}

._errorBanner_1o7r7_255 {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
  color: #dc2626;
  font-size: 14px;
}

._passwordWrapper_1o7r7_265 {
  position: relative;
}
._passwordWrapper_1o7r7_265 ._input_1o7r7_217 {
  padding-right: 52px;
}

._passwordToggle_1o7r7_272 {
  position: absolute;
  right: 4px;
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
}
._passwordToggle_1o7r7_272:hover {
  color: #374151;
}
._passwordToggle_1o7r7_272:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
  border-radius: 6px;
}
._passwordToggle_1o7r7_272 svg {
  font-size: 20px;
}

._forgotPassword_1o7r7_300 {
  display: inline-block;
  font-size: 14px;
  color: #2563eb;
  text-decoration: none;
  margin-bottom: 16px;
}
._forgotPassword_1o7r7_300:hover {
  text-decoration: underline;
}

._primaryBtn_1o7r7_311 {
  width: 100%;
  height: 48px;
  background-color: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-bottom: 16px;
}
._primaryBtn_1o7r7_311:hover {
  background-color: #1d4ed8;
}

._terms_1o7r7_328 {
  font-size: 12px;
  color: #4b5563;
  text-align: center;
  line-height: 1.5;
}
._terms_1o7r7_328 a {
  color: #2563eb;
  text-decoration: underline;
}

._buttonGroup_1o7r7_339 {
  display: flex;
  gap: 8px;
}

._outlineBtn_1o7r7_344 {
  flex: 1;
  height: 48px;
  background-color: transparent;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
._outlineBtn_1o7r7_344:hover {
  background-color: #f9fafb;
}

._outlineBtnFull_1o7r7_360 {
  width: 100%;
  height: 48px;
  background-color: transparent;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
._outlineBtnFull_1o7r7_360:hover {
  background-color: #f9fafb;
}

._addressInputWrapper_1o7r7_376 {
  position: relative;
}

._addressIcon_1o7r7_380 {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 20px !important;
  z-index: 1;
  pointer-events: none;
}

._addressInput_1o7r7_376 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

._addressSecondary_1o7r7_396 {
  margin-top: 8px;
}

._addressLoader_1o7r7_400 {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

._addressSuggestions_1o7r7_407 {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

._addressSuggestionItem_1o7r7_425 {
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
  font-size: 14px;
  transition: background 0.15s;
  display: flex;
  align-items: flex-start;
}
._addressSuggestionItem_1o7r7_425:last-child {
  border-bottom: none;
}
._addressSuggestionItem_1o7r7_425:hover {
  background: #f3f4f6;
}

._suggestionContent_1o7r7_442 {
  display: flex;
  flex-direction: column;
}

._suggestionPrimary_1o7r7_447 {
  font-weight: 700;
  color: #111827;
}

._suggestionSecondary_1o7r7_452 {
  font-size: 13px;
  color: #6b7280;
}

._successText_1o7r7_457 {
  display: block;
  font-size: 12px;
  color: #16a34a;
  margin-top: 4px;
}

._merchantLink_1o7r7_464 {
  text-align: center;
  font-size: 14px;
  color: #4b5563;
  margin: 16px 0 0 0;
}
._merchantLink_1o7r7_464 a {
  color: #111827;
  font-weight: 600;
  text-decoration: none;
}
._merchantLink_1o7r7_464 a:hover {
  text-decoration: underline;
}

._recaptchaWrap_1o7r7_479 {
  overflow: hidden;
}

@media (max-width: 480px) {
  ._overlay_1o7r7_1 {
    padding: 12px;
  }
  ._modal_1o7r7_19 {
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 14px;
    scrollbar-gutter: auto;
  }
  ._content_1o7r7_59 {
    padding: 24px 18px 20px;
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    scrollbar-gutter: auto;
  }
  ._closeBtn_1o7r7_31 {
    top: 10px;
    right: 10px;
  }
  ._title_1o7r7_70 {
    font-size: 1.55rem;
    line-height: 1.15;
    margin-bottom: 18px;
  }
  ._infoBanner_1o7r7_78 {
    padding: 12px;
    margin-bottom: 18px;
  }
  ._tabToggle_1o7r7_100,
  ._socialButtons_1o7r7_126 {
    margin-bottom: 18px;
  }
  ._divider_1o7r7_179 {
    margin: 18px 0;
  }
}
@media (max-width: 380px) {
  ._formRow_1o7r7_200 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  ._recaptchaWrap_1o7r7_479 > div {
    width: 108.7%;
    margin-bottom: -5px;
    transform: scale(0.92);
    transform-origin: top left;
  }
}
@media (max-width: 340px) {
  ._recaptchaWrap_1o7r7_479 > div {
    width: 125%;
    margin-bottom: -15px;
    transform: scale(0.8);
  }
}@keyframes _spin_w7vi4_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Main page wrapper */
._pageWrapper_w7vi4_11 {
  background: #f8f9ff;
  min-height: 100vh;
  font-family: 'Manrope', 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Hero + TrustBar: fill first viewport below header so stats row stays visible */
._heroViewport_w7vi4_20 {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 72px);
  min-height: calc(100dvh - 72px);
}

._heroViewport_w7vi4_20 ._trustBar_w7vi4_27 {
  flex-shrink: 0;
}

._innerWrapper_w7vi4_31 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ===== Header ===== */
._header_w7vi4_38 {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(130, 166, 207, 0.22);
  background:
    radial-gradient(circle at 82% -80%, rgba(10, 100, 249, 0.32), transparent 34%),
    linear-gradient(118deg, #071c38 0%, #091e3a 54%, #0c315c 100%);
  box-shadow: 0 8px 24px rgba(4, 20, 42, 0.18);
}

._header_w7vi4_38 ._innerWrapper_w7vi4_31 {
  width: 100%;
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

._logo_w7vi4_62 {
  width: 148px;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  filter: brightness(0) invert(1);
}

._logoButton_w7vi4_70 {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease;
}

._logoButton_w7vi4_70:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

._headerButtons_w7vi4_90 {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}

._signInBtn_w7vi4_97 {
  min-height: 44px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 750;
  color: #f7faff;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(151, 183, 221, 0.28);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

._signInBtn_w7vi4_97:hover {
  color: #ffffff;
  border-color: rgba(117, 173, 255, 0.68);
  background: rgba(10, 100, 249, 0.18);
  transform: translateY(-1px);
}

._signUpBtn_w7vi4_124 {
  min-height: 44px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  color: white;
  background: linear-gradient(145deg, #1a78ff, #0755d8);
  border: 1px solid rgba(126, 181, 255, 0.38);
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0, 76, 190, 0.32);
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

._signUpBtn_w7vi4_124:hover {
  background: linear-gradient(145deg, #2b84ff, #0960ef);
  box-shadow: 0 10px 24px rgba(0, 88, 218, 0.42);
  transform: translateY(-1px);
}

/* Profile menu styles */
._profileMenuWrapper_w7vi4_149 {
  position: relative;
}

._profileBtn_w7vi4_153 {
  height: 44px;
  width: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(151, 183, 221, 0.28);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease;
}

._profileBtn_w7vi4_153:hover {
  border-color: rgba(117, 173, 255, 0.68);
  background: rgba(10, 100, 249, 0.2);
}

._iconSm_w7vi4_174 {
  width: 20px;
  height: 20px;
}

._profileMenu_w7vi4_149 {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 12px;
  width: 288px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  z-index: 50;
  overflow: hidden;
}

._profileHeader_w7vi4_193 {
  padding: 12px 16px;
  border-bottom: 1px solid #f3f4f6;
}

._profileName_w7vi4_198 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

._profileEmail_w7vi4_205 {
  font-size: 14px;
  color: #6b7280;
  word-break: break-all;
  margin: 2px 0 0 0;
}

._menuList_w7vi4_212 {
  list-style: none;
  padding: 4px 0;
  margin: 0;
}

._menuItemBtn_w7vi4_218 {
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  text-align: left;
  color: #1f2937;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

._menuItemBtn_w7vi4_218:hover {
  background: #f9fafb;
}

._menuDivider_w7vi4_236 {
  border-top: 1px solid #f3f4f6;
}

._logoutBtn_w7vi4_240 {
  width: 100%;
  min-height: 44px;
  padding: 12px 16px;
  text-align: left;
  color: #111827;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

._logoutBtn_w7vi4_240:hover {
  background: #f9fafb;
}

/* ===== Trust Signals / Stats Bar ===== */
._trustBar_w7vi4_27 {
  position: relative;
  z-index: 10;
  margin-top: -56px;
  padding: 0 32px;
  margin-bottom: 16px;
}

._trustBarCard_w7vi4_267 {
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 82, 255, 0.06);
  padding: 32px 40px;
  max-width: 1280px;
  margin: 0 auto;
}

._trustBarGrid_w7vi4_276 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

._trustItem_w7vi4_282 {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 16px;
  border-right: 1px solid #e2e8f0;
}

._trustItem_w7vi4_282:last-child {
  border-right: none;
}

._trustIcon_w7vi4_296 {
  width: 48px;
  height: 48px;
  background: #eff6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0052ff;
  flex-shrink: 0;
}

._trustTextWrap_w7vi4_308 {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

._trustText_w7vi4_308 {
  font-size: 24px;
  font-weight: 900;
  color: #0b1c30;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

._trustSubtext_w7vi4_322 {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ===== Category Strip ===== */
._categoryStrip_w7vi4_331 {
  padding: 64px 0;
  background: #f8f9ff;
}

._categoryHeader_w7vi4_336 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  gap: 24px;
}

._categoryHeaderText_w7vi4_344 {
  flex: 1;
}

._categoryTitle_w7vi4_348 {
  font-size: 30px;
  font-weight: 800;
  color: #0b1c30;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

._categoryDescription_w7vi4_356 {
  font-size: 16px;
  color: #64748b;
  max-width: 480px;
  line-height: 1.5;
}

._categoryNavButtons_w7vi4_363 {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

._categoryArrow_w7vi4_369 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid rgba(195, 197, 217, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #434656;
  flex-shrink: 0;
  transition: all 0.2s;
}

._categoryArrow_w7vi4_369:hover:not(:disabled) {
  background: white;
  border-color: #0052ff;
  color: #0052ff;
}

._categoryArrowDisabled_w7vi4_390 {
  opacity: 0.3;
  cursor: default;
}

._categoryScrollWrapper_w7vi4_395 {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

._categoryFadeLeft_w7vi4_401,
._categoryFadeRight_w7vi4_402 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

._categoryFadeLeft_w7vi4_401 {
  left: 0;
  background: linear-gradient(to right, #f8f9ff, transparent);
}

._categoryFadeRight_w7vi4_402 {
  right: 0;
  background: linear-gradient(to left, #f8f9ff, transparent);
}

._categoryPills_w7vi4_421 {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 16px;
  overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 4px;
  scroll-snap-type: x mandatory;
}

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

._categoryPill_w7vi4_421 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: white;
  border: none;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #0b1c30;
  cursor: pointer;
  flex-shrink: 0;
  width: 160px;
  min-height: 140px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.25s;
  scroll-snap-align: start;
  text-align: center;
  font-family: inherit;
  -webkit-appearance: none;
          appearance: none;
}

._categoryPill_w7vi4_421:disabled {
  cursor: wait;
}

._categoryIconContainer_w7vi4_467 {
  width: 80px;
  height: 80px;
  background: #e5eeff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: #0b1c30;
  font-size: 36px;
}

._categoryPill_w7vi4_421:hover {
  box-shadow: 0 8px 24px rgba(0, 82, 255, 0.1);
}

._categoryPill_w7vi4_421:hover ._categoryIconContainer_w7vi4_467 {
  background: #0052ff;
  color: white;
}

/* ===== Content Sections (kept for backward compat) ===== */
._contentSection_w7vi4_490 {
  background: white;
  padding: 80px 0;
  display: flex;
  align-items: center;
  gap: 64px;
}

._contentSectionReverse_w7vi4_498 {
  flex-direction: row-reverse;
  background: #f9fafb;
}

._contentText_w7vi4_503 {
  flex: 1;
}

._contentTitle_w7vi4_507 {
  font-size: 36px;
  font-weight: 700;
  color: #0b1c30;
  margin-bottom: 20px;
  line-height: 1.15;
}

._contentDescription_w7vi4_515 {
  font-size: 18px;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 28px;
}

._contentImage_w7vi4_522 {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
}

._ctaBtn_w7vi4_528 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  margin-top: 4px;
  background: transparent;
  color: #0052ff;
  border: 1.5px solid #0052ff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}

._ctaBtn_w7vi4_528:hover {
  background: #0052ff;
  color: white;
}

/* ===== Order Options / Services ===== */
._orderOptions_w7vi4_553 {
  background: #eff4ff;
  padding: 80px 0;
}

._orderOptionsHeader_w7vi4_558 {
  text-align: center;
  margin-bottom: 48px;
}

._sectionTitle_w7vi4_563 {
  font-size: 36px;
  font-weight: 700;
  color: #0b1c30;
  margin-bottom: 12px;
}

._sectionSubtitle_w7vi4_570 {
  font-size: 18px;
  color: #475569;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.55;
}

._orderOptionsGrid_w7vi4_578 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

._orderCard_w7vi4_584 {
  position: relative;
  height: 550px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 16px 48px rgba(0, 82, 255, 0.08);
}

._orderCard_w7vi4_584:hover ._orderCardImageFull_w7vi4_594 {
  transform: scale(1.05);
}

._orderCardImageFull_w7vi4_594 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1000ms ease;
}

._orderCardOverlay_w7vi4_607 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.35) 50%,
    transparent
  );
  z-index: 1;
}

._orderCardContentOverlay_w7vi4_619 {
  position: relative;
  z-index: 2;
  padding: 48px;
  width: 100%;
}

._orderCardBadge_w7vi4_626 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0052ff;
  color: white;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(0, 82, 255, 0.4);
}

._orderCardTitle_w7vi4_642 {
  font-size: 36px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

._orderCardText_w7vi4_650 {
  font-size: 18px;
  color: #e2e8f0;
  margin-bottom: 0;
  /* padding so gap to CTA doesn’t collapse with button margins */
  padding-bottom: 24px;
  line-height: 1.6;
  max-width: 400px;
}

._orderCardBtnPrimary_w7vi4_660 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #0b1c30;
  border: none;
  border-radius: 12px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  transition: background 0.2s;
}

._orderCardBtnPrimary_w7vi4_660:hover {
  background: #f1f5f9;
}

._orderCardBtnOutline_w7vi4_680 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #0b1c30;
  border: none;
  border-radius: 12px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  transition: background 0.2s;
}

._orderCardBtnOutline_w7vi4_680:hover {
  background: #f1f5f9;
}

/* ===== Partner Section ===== */
._partnerSection_w7vi4_701 {
  padding: 80px 0;
  background: #f8f9ff;
}

._partnerCard_w7vi4_706 {
  background: #003ec7;
  border-radius: 32px;
  padding: 80px;
  display: flex;
  align-items: center;
  gap: 64px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 62, 199, 0.2);
}

._partnerCardContent_w7vi4_718 {
  position: relative;
  z-index: 1;
  flex: 1;
}

._partnerTitle_w7vi4_724 {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  color: white;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 24px;
}

._partnerDescription_w7vi4_733 {
  font-size: 18px;
  color: rgba(191, 219, 254, 0.9);
  line-height: 1.65;
  margin-bottom: 0;
  padding-bottom: 24px;
  max-width: 480px;
}

._partnerGlassBtn_w7vi4_742 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  border-radius: 12px;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}

._partnerGlassBtn_w7vi4_742:hover {
  background: rgba(255, 255, 255, 0.2);
}

._phoneMockup_w7vi4_763 {
  width: 310px;
  height: 630px;
  background: #020617;
  border-radius: 48px;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 0 4px #0f172a,
    0 20px 50px -10px rgba(0, 0, 0, 0.5);
  transform: rotate(3deg);
}

._phoneScreen_w7vi4_778 {
  width: 100%;
  height: 100%;
  background: #020617;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

._phoneScreenContent_w7vi4_789 {
  position: absolute;
  inset: 0;
  padding: 24px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Merchant Dashboard Header */
._phoneMerchantHeader_w7vi4_800 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

._phoneMerchantLabel_w7vi4_807 {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}

._phoneMerchantTitle_w7vi4_816 {
  font-size: 18px;
  font-weight: 800;
  color: white;
}

._phoneMerchantAvatar_w7vi4_822 {
  width: 40px;
  height: 40px;
  background: rgba(0, 82, 255, 0.2);
  border-radius: 50%;
  border: 1px solid rgba(0, 82, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Metric Card */
._phoneMetricCard_w7vi4_834 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

._phoneMetricHeader_w7vi4_841 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

._phoneMetricLabel_w7vi4_848 {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

._phoneMetricBadge_w7vi4_856 {
  font-size: 10px;
  font-weight: 700;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.1);
  padding: 2px 8px;
  border-radius: 999px;
}

._phoneMetricValue_w7vi4_865 {
  font-size: 24px;
  font-weight: 900;
  color: white;
}

/* Sales Growth Chart Card */
._phoneChartCard_w7vi4_872 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

._phoneChartHeader_w7vi4_879 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}

._phoneChartValue_w7vi4_886 {
  font-size: 20px;
  font-weight: 900;
  color: white;
  margin-top: 2px;
}

._phoneChartMiniBar_w7vi4_893 {
  display: flex;
  gap: 3px;
  height: 32px;
  align-items: flex-end;
}

._phoneMiniBar1_w7vi4_900 {
  width: 3px;
  background: rgba(0, 82, 255, 0.2);
  border-radius: 999px;
}

._phoneMiniBar2_w7vi4_906 {
  width: 3px;
  background: rgba(0, 82, 255, 0.4);
  border-radius: 999px;
}

._phoneMiniBar3_w7vi4_912 {
  width: 3px;
  background: #0052ff;
  border-radius: 999px;
}

._phoneLineChart_w7vi4_918 {
  height: 80px;
  width: 100%;
}

/* Order Volume Bar Chart */
._phoneBarChartCard_w7vi4_924 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

._phoneBarChartBars_w7vi4_931 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 96px;
  gap: 6px;
  padding: 0 4px;
  margin-top: 12px;
}

._phoneBar_w7vi4_924 {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px 2px 0 0;
}

._phoneBarActive_w7vi4_947 {
  background: #0052ff;
}

._phoneNotch_w7vi4_951 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
}

._phoneNotchLine_w7vi4_963 {
  width: 80px;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

/* ===== Newsletter Section ===== */
._newsletter_w7vi4_971 {
  --newsletter-column-width: 480px;
  padding: 42px 0 38px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-top: 1px solid #e1e9f3;
  border-bottom: 1px solid #d9e5f2;
  text-align: center;
}

._newsletterTitle_w7vi4_980 {
  font-size: clamp(28px, 2.5vw, 34px);
  font-weight: 900;
  color: #0b1c30;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  line-height: 1.15;
}

._newsletterSubtitle_w7vi4_989 {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 18px;
  max-width: var(--newsletter-column-width);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

._newsletterSignup_w7vi4_999 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

._newsletterFormWrapper_w7vi4_1009 {
  max-width: var(--newsletter-column-width);
  width: 100%;
  margin: 0 auto;
}

._newsletterForm_w7vi4_1009 {
  display: flex;
  gap: 12px;
}

._newsletterInput_w7vi4_1020 {
  flex: 1;
  min-width: 0;
  min-height: 52px;
  background: #f8f9ff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px;
  padding: 16px 20px;
  color: #0b1c30 !important;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  outline: none;
  transition: border-color 0.2s;
  pointer-events: auto !important;
  user-select: text !important;
  -webkit-user-select: text !important;
}

._newsletterInput_w7vi4_1020:focus {
  border-color: #0052ff !important;
}

._newsletterBtn_w7vi4_1042 {
  min-height: 52px;
  background: linear-gradient(135deg, #003ec7 0%, #0052ff 100%);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 82, 255, 0.15);
}

._newsletterBtn_w7vi4_1042:hover {
  box-shadow: 0 8px 24px rgba(0, 82, 255, 0.3);
}

._newsletterBtn_w7vi4_1042:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

._newsletterTerms_w7vi4_1067 {
  font-size: 13px;
  color: #94a3b8;
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 1.45;
}

@media (min-width: 1025px) {
  ._newsletterTerms_w7vi4_1067 {
    white-space: nowrap;
    width: -webkit-max-content;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

._termsRow_w7vi4_1085 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  font-size: 15px;
  color: #9ca3af;
  cursor: pointer;
}

._hiddenCheckbox_w7vi4_1095 {
  display: none;
}

._customCheckbox_w7vi4_1099 {
  width: 18px;
  height: 18px;
  border: 1px solid #4b5563;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

._checkIcon_w7vi4_1111 {
  color: #0052ff;
  font-size: 12px;
}

._termsLabel_w7vi4_1116 {
  font-size: 16px;
  color: #9ca3af;
  line-height: 1.4;
}

._termsLabel_w7vi4_1116 a {
  color: #60a5fa;
  text-decoration: none;
}

._termsLabel_w7vi4_1116 a:hover {
  text-decoration: underline;
}

/* ===== Footer ===== */
._footer_w7vi4_1132 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% -28%, rgba(10, 100, 249, 0.3), transparent 38%),
    linear-gradient(135deg, #07192f 0%, #091e3a 52%, #0c294c 100%);
  color: #ffffff;
  padding: 30px 0 0;
  border-top: 1px solid #173a63;
}

._footer_w7vi4_1132::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 76%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 76%);
  content: '';
  pointer-events: none;
}

._footerNewsletter_w7vi4_1158 {
  display: none;
}

._footerContent_w7vi4_1162 {
  padding: 0;
}

._footerGrid_w7vi4_1166 {
  display: grid;
  grid-template-columns: minmax(220px, 1.65fr) repeat(3, minmax(112px, 0.75fr)) minmax(210px, 1.25fr);
  gap: clamp(20px, 2.8vw, 42px);
  margin-bottom: 20px;
  align-items: start;
}

._footerHelpText_w7vi4_1174 {
  font-size: 13px;
  color: #a9bad0;
  line-height: 1.5;
  margin: 0 0 8px;
}

._footerContactLink_w7vi4_1181 {
  display: inline-flex !important;
  min-height: 40px;
  align-items: center;
  gap: 8px;
}

._footerContactLink_w7vi4_1181 ._material-symbols-outlined_w7vi4_1188 {
  color: #75adff;
}

._footerBrand_w7vi4_1192 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._footerBrand_w7vi4_1192 > a {
  width: -webkit-fit-content;
  width: fit-content;
  min-height: 44px;
  padding: 5px 10px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

._footerBrandDescription_w7vi4_1210 {
  font-size: 14px;
  color: #a9bad0;
  line-height: 1.5;
  max-width: 280px;
  margin: 0;
}

._footerColumn_w7vi4_1218 h4 {
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #75adff;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  line-height: 16px;
}

._footerColumn_w7vi4_1218 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

._footerColumn_w7vi4_1218 li {
  margin: 0;
}

._footerColumn_w7vi4_1218 a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  color: #bdcce0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
  line-height: 18px;
  transition: color 160ms ease;
}

._footerColumn_w7vi4_1218 a:hover {
  color: #ffffff;
}

._footerLegalLink_w7vi4_1254 {
  text-decoration: underline !important;
  -webkit-text-decoration-color: rgba(117, 173, 255, 0.45) !important;
          text-decoration-color: rgba(117, 173, 255, 0.45) !important;
  text-underline-offset: 4px;
}

._footerBottom_w7vi4_1260 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 0;
  border-top: 1px solid rgba(130, 166, 207, 0.22);
}

._footerLogo_w7vi4_1269 {
  width: auto;
  max-width: 100%;
  height: 30px;
}

._footerSocial_w7vi4_1275 {
  display: flex;
  gap: 12px;
}

._footerSocial_w7vi4_1275 a {
  color: #dce9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(130, 166, 207, 0.28);
  background: rgba(255, 255, 255, 0.065);
  transition: all 0.2s;
}

._footerSocial_w7vi4_1275 a:hover {
  color: white;
  border-color: #4f91f7;
  background: #0a64f9;
}

._footerCopyright_w7vi4_1299 {
  font-size: 12px;
  color: #8fa6c1;
  font-weight: 500;
  margin: 0;
}

._footerBadges_w7vi4_1306 {
  display: flex;
  gap: 18px;
}

._footerBadge_w7vi4_1306 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 900;
  color: #9db1ca;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Focus states for accessibility */
._orderCardBtnPrimary_w7vi4_660:focus-visible,
._orderCardBtnOutline_w7vi4_680:focus-visible,
._partnerGlassBtn_w7vi4_742:focus-visible,
._newsletterBtn_w7vi4_1042:focus-visible,
._categoryArrow_w7vi4_369:focus-visible,
._categoryPill_w7vi4_421:focus-visible,
._logoButton_w7vi4_70:focus-visible,
._signInBtn_w7vi4_97:focus-visible,
._signUpBtn_w7vi4_124:focus-visible,
._profileBtn_w7vi4_153:focus-visible,
._menuItemBtn_w7vi4_218:focus-visible,
._logoutBtn_w7vi4_240:focus-visible {
  outline: 2px solid #0052ff;
  outline-offset: 2px;
}

._footerSocial_w7vi4_1275 a:focus-visible {
  outline: 2px solid #0052ff;
  outline-offset: 2px;
}

._footerBrand_w7vi4_1192 > a:focus-visible {
  width: -webkit-fit-content;
  width: fit-content;
  outline: 2px solid #0052ff;
  outline-offset: 4px;
}

._header_w7vi4_38 ._logoButton_w7vi4_70:focus-visible,
._header_w7vi4_38 ._signInBtn_w7vi4_97:focus-visible,
._header_w7vi4_38 ._signUpBtn_w7vi4_124:focus-visible,
._header_w7vi4_38 ._profileBtn_w7vi4_153:focus-visible {
  outline-color: #8bb8ff;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
  ._header_w7vi4_38 ._innerWrapper_w7vi4_31 {
    padding: 0 24px;
  }

}

@media (max-width: 992px) {
  ._orderOptionsGrid_w7vi4_578 {
    grid-template-columns: 1fr;
  }

  ._orderCard_w7vi4_584 {
    height: 450px;
  }

  ._contentSection_w7vi4_490 {
    flex-direction: column;
    gap: 32px;
  }

  ._contentSectionReverse_w7vi4_498 {
    flex-direction: column;
  }

  ._footerGrid_w7vi4_1166 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 32px;
  }

  ._footerBrand_w7vi4_1192 {
    grid-column: span 2;
  }

  ._trustBarGrid_w7vi4_276 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  ._trustItem_w7vi4_282 {
    justify-content: flex-start;
    border-right: none;
    padding: 0;
  }

  ._categoryHeader_w7vi4_336 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  ._heroViewport_w7vi4_20 {
    min-height: calc(100vh - 60px);
    min-height: calc(100dvh - 60px);
  }

  ._innerWrapper_w7vi4_31 {
    padding: 0 20px;
  }

  ._header_w7vi4_38 {
    height: 60px;
  }

  ._header_w7vi4_38 ._innerWrapper_w7vi4_31 {
    padding: 0 16px;
    gap: 12px;
  }

  ._logo_w7vi4_62 {
    width: clamp(96px, 20vw, 116px);
    height: auto;
  }

  ._headerButtons_w7vi4_90 {
    gap: 7px;
  }

  ._signInBtn_w7vi4_97 {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13px;
    gap: 6px;
  }

  ._signUpBtn_w7vi4_124 {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  ._profileBtn_w7vi4_153 {
    width: 42px;
    height: 42px;
  }

  ._profileMenu_w7vi4_149 {
    width: min(288px, calc(100vw - 24px));
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
  }

  ._trustBar_w7vi4_27 {
    margin-top: -40px;
    padding: 0 16px;
  }

  ._trustBarCard_w7vi4_267 {
    padding: 24px;
  }

  ._trustText_w7vi4_308 {
    font-size: 20px;
  }

  ._sectionTitle_w7vi4_563 {
    font-size: 28px;
  }

  ._sectionSubtitle_w7vi4_570 {
    font-size: 15px;
  }

  ._orderOptions_w7vi4_553 {
    padding: 56px 0;
  }

  ._orderCard_w7vi4_584 {
    height: 380px;
  }

  ._orderCardContentOverlay_w7vi4_619 {
    padding: 24px;
  }

  ._orderCardTitle_w7vi4_642 {
    font-size: 28px;
  }

  ._orderCardText_w7vi4_650 {
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  ._categoryStrip_w7vi4_331 {
    padding: 40px 0;
  }

  ._categoryTitle_w7vi4_348 {
    font-size: 24px;
  }

  ._categoryNavButtons_w7vi4_363 {
    display: none;
  }

  ._categoryFadeLeft_w7vi4_401,
  ._categoryFadeRight_w7vi4_402 {
    display: none;
  }

  ._categoryPill_w7vi4_421 {
    width: 130px;
    padding: 16px;
    min-height: 120px;
  }

  ._categoryIconContainer_w7vi4_467 {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }

  ._newsletter_w7vi4_971 {
    padding: 34px 0 30px;
  }

  ._newsletterTitle_w7vi4_980 {
    font-size: 27px;
  }

  ._newsletterForm_w7vi4_1009 {
    flex-direction: column;
  }

  ._newsletterBtn_w7vi4_1042 {
    width: 100%;
  }

  ._newsletterSubtitle_w7vi4_989 {
    margin-bottom: 16px;
  }

  ._footerGrid_w7vi4_1166 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
    margin-bottom: 18px;
  }

  ._footerBrand_w7vi4_1192 {
    grid-column: span 2;
  }

  ._footerBottom_w7vi4_1260 {
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    padding: 14px 0 16px;
    text-align: center;
  }

  ._footerBadges_w7vi4_1306 {
    flex-flow: row wrap;
    justify-content: center;
    gap: 8px 14px;
    align-items: center;
  }

  ._footer_w7vi4_1132 {
    padding: 28px 0 0;
  }

  ._footerColumn_w7vi4_1218 a {
    min-height: 40px;
  }

  ._footerHelpText_w7vi4_1174 {
    max-width: 420px;
  }

  ._footerContactLink_w7vi4_1181 {
    min-height: 44px;
  }
}

@media (max-width: 480px) {
  ._categoryPills_w7vi4_421 {
    gap: 12px;
  }

  ._categoryPill_w7vi4_421 {
    width: 116px;
    min-height: 114px;
    padding: 14px 10px;
  }

  ._header_w7vi4_38 ._innerWrapper_w7vi4_31 {
    padding: 0 10px;
    gap: 8px;
  }

  ._logo_w7vi4_62 {
    width: 98px;
  }

  ._logoButton_w7vi4_70 {
    min-height: 44px;
  }

  ._headerButtons_w7vi4_90 {
    gap: 6px;
  }

  ._signInBtn_w7vi4_97 {
    min-height: 44px;
    padding: 0 8px;
    gap: 4px;
    font-size: 12px;
  }

  ._signUpBtn_w7vi4_124 {
    min-height: 44px;
    padding: 0 10px;
    font-size: 12px;
  }

  ._profileBtn_w7vi4_153 {
    width: 44px;
    height: 44px;
  }

  ._trustBarGrid_w7vi4_276 {
    grid-template-columns: 1fr 1fr;
    gap: 14px 8px;
  }

  ._trustBarCard_w7vi4_267 {
    padding: 18px 16px;
  }

  ._trustItem_w7vi4_282 {
    gap: 8px;
  }

  ._trustIcon_w7vi4_296 {
    width: 38px;
    height: 38px;
  }

  ._trustText_w7vi4_308 {
    font-size: 16px;
  }

  ._trustSubtext_w7vi4_322 {
    font-size: 8px;
    letter-spacing: 0.05em;
    overflow-wrap: anywhere;
  }

  ._orderCard_w7vi4_584 {
    height: 320px;
  }

  ._orderCardTitle_w7vi4_642 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  ._footerGrid_w7vi4_1166 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  ._footerBrand_w7vi4_1192 {
    grid-column: span 2;
  }

  ._footerGrid_w7vi4_1166 > ._footerColumn_w7vi4_1218:nth-child(4),
  ._footerGrid_w7vi4_1166 > ._footerColumn_w7vi4_1218:last-child {
    grid-column: span 2;
  }

  ._footerGrid_w7vi4_1166 > ._footerColumn_w7vi4_1218:nth-child(4) ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
  }

}

@media (min-width: 601px) and (max-width: 992px) {
  ._footerGrid_w7vi4_1166 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 20px;
  }

  ._footerGrid_w7vi4_1166 > ._footerColumn_w7vi4_1218:last-child {
    grid-column: span 3;
  }
}

@media (min-width: 360px) and (max-width: 768px) {
  ._newsletterForm_w7vi4_1009 {
    flex-direction: row;
    gap: 8px;
  }

  ._newsletterInput_w7vi4_1020 {
    padding-right: 14px;
    padding-left: 14px;
  }

  ._newsletterBtn_w7vi4_1042 {
    width: auto;
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 359px) {
  ._innerWrapper_w7vi4_31 {
    padding-right: 14px;
    padding-left: 14px;
  }

  ._header_w7vi4_38 ._innerWrapper_w7vi4_31 {
    padding-right: 8px;
    padding-left: 8px;
  }

  ._logo_w7vi4_62 {
    width: 82px;
  }

  ._signInBtn_w7vi4_97 {
    padding-right: 7px;
    padding-left: 7px;
  }

  ._signUpBtn_w7vi4_124 {
    padding-right: 9px;
    padding-left: 9px;
  }

  ._newsletter_w7vi4_971 {
    padding: 30px 0 26px;
  }

  ._newsletterTitle_w7vi4_980 {
    font-size: 25px;
  }

  ._footerGrid_w7vi4_1166 {
    column-gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._pageWrapper_w7vi4_11 *:not(._partnerPlatformImage_w7vi4_1768):not(._partnerPlatformVideo_w7vi4_1768),
  ._pageWrapper_w7vi4_11 *::before,
  ._pageWrapper_w7vi4_11 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ===== Landing experience refinement ===== */
._pageWrapper_w7vi4_11 {
  overflow-x: clip;
  color: #0b1c30;
}

._heroViewport_w7vi4_20 {
  min-height: 0;
}

._sectionEyebrow_w7vi4_1788 {
  margin: 0 0 10px;
  color: #0a64f9;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 18px;
  text-transform: uppercase;
}

._header_w7vi4_38 ._innerWrapper_w7vi4_31 {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
}

._logoButton_w7vi4_70 {
  justify-self: start;
}

._headerNav_w7vi4_1807 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

._headerNavLink_w7vi4_1814 {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #bdcde0;
  font-size: 13px;
  font-weight: 720;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

._headerNavLink_w7vi4_1814:hover {
  border-color: rgba(151, 183, 221, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

._headerButtons_w7vi4_90 {
  justify-self: end;
}

._trustBar_w7vi4_27 {
  margin-top: -48px;
  margin-bottom: 0;
}

._trustBarCard_w7vi4_267 {
  padding: 25px 34px;
  border: 1px solid rgba(211, 224, 240, 0.85);
  background:
    radial-gradient(circle at 8% 20%, rgba(10, 100, 249, 0.07), transparent 24%),
    rgba(255, 255, 255, 0.97);
  box-shadow:
    0 24px 60px rgba(19, 54, 101, 0.1),
    0 2px 8px rgba(19, 54, 101, 0.05);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

._trustIcon_w7vi4_296 {
  width: 44px;
  height: 44px;
  background: linear-gradient(145deg, #edf5ff, #dceaff);
}

._trustText_w7vi4_308 {
  font-size: 22px;
}

._trustSubtext_w7vi4_322 {
  font-size: 10px;
}

._categoryStrip_w7vi4_331 {
  padding: 70px 0 62px;
  scroll-margin-top: 72px;
  background:
    radial-gradient(circle at 100% 0, rgba(10, 100, 249, 0.06), transparent 30%),
    #fff;
}

._categoryHeader_w7vi4_336 {
  margin-bottom: 22px;
  align-items: flex-end;
}

._categoryTitle_w7vi4_348 {
  margin: 0;
  color: #081d38;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 880;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

._categoryDescription_w7vi4_356 {
  max-width: 590px;
  margin: 12px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}

._categoryNavButtons_w7vi4_363 {
  gap: 10px;
}

._categoryArrow_w7vi4_369 {
  width: 48px;
  height: 48px;
  border-color: #dbe5f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(21, 52, 92, 0.06);
}

._categoryArrow_w7vi4_369:hover:not(:disabled) {
  border-color: #8bb8ff;
  background: #edf5ff;
  box-shadow: 0 9px 24px rgba(10, 100, 249, 0.13);
  transform: translateY(-2px);
}

._categorySwipeHint_w7vi4_1924 {
  display: none;
}

._categoryPills_w7vi4_421 {
  gap: 14px;
  padding: 7px 4px 13px;
  scroll-padding-inline: 4px;
}

._categoryPill_w7vi4_421 {
  position: relative;
  width: 150px;
  min-height: 154px;
  padding: 17px 14px 18px;
  gap: 10px;
  overflow: hidden;
  border: 1px solid #e1eaf5;
  border-radius: 22px;
  background:
    linear-gradient(150deg, rgba(242, 247, 255, 0.68), transparent 42%),
    #fff;
  box-shadow:
    0 12px 28px rgba(25, 56, 96, 0.06),
    0 1px 3px rgba(25, 56, 96, 0.04);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

._categoryPill_w7vi4_421::before {
  position: absolute;
  inset: auto -28px -40px auto;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(10, 100, 249, 0.055);
  content: '';
  transition: transform 220ms ease;
}

._categoryPill_w7vi4_421:hover {
  border-color: #bdd6fa;
  box-shadow:
    0 18px 36px rgba(10, 100, 249, 0.12),
    0 2px 5px rgba(25, 56, 96, 0.05);
  transform: translateY(-4px);
}

._categoryPill_w7vi4_421:hover::before {
  transform: scale(1.25);
}

._categoryIconContainer_w7vi4_467 {
  width: 68px;
  height: 68px;
  border-radius: 19px;
  background: linear-gradient(145deg, #eef5ff, #dceaff);
  box-shadow: inset 0 0 0 1px rgba(10, 100, 249, 0.06);
  color: #0a58d3;
}

._categoryPill_w7vi4_421:hover ._categoryIconContainer_w7vi4_467 {
  background: linear-gradient(145deg, #1474ff, #0755d8);
  box-shadow: 0 10px 22px rgba(10, 100, 249, 0.22);
  transform: translateY(-1px) rotate(-2deg);
}

._categoryPillLabel_w7vi4_1993 {
  position: relative;
  z-index: 1;
  max-width: 100%;
  color: #142b48;
  font-size: 13px;
  font-weight: 780;
  line-height: 18px;
  text-wrap: balance;
}

._categoryPillArrow_w7vi4_2004 {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
  color: #9aabc0;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

._categoryPill_w7vi4_421:hover ._categoryPillArrow_w7vi4_2004 {
  color: #0a64f9;
  transform: translate(2px, -2px);
}

._categoryIconLoader_w7vi4_2020 {
  animation: _spin_w7vi4_1 0.9s linear infinite;
}

._howSection_w7vi4_2024 {
  padding: 70px 0 76px;
  scroll-margin-top: 72px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.52)),
    radial-gradient(circle at 12% 20%, rgba(10, 100, 249, 0.12), transparent 30%),
    #eef4fc;
  border-top: 1px solid #e3ebf5;
  border-bottom: 1px solid #dfe9f4;
}

._howHeader_w7vi4_2035 {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 64px;
}

._howTitle_w7vi4_2043 {
  max-width: 720px;
  margin: 0;
  color: #071c38;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 890;
  letter-spacing: -0.052em;
  line-height: 1.02;
  text-wrap: balance;
}

._howDescription_w7vi4_2054 {
  margin: 0 0 3px;
  color: #5e7087;
  font-size: 15px;
  font-weight: 540;
  line-height: 1.7;
}

._howGrid_w7vi4_2062 {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  counter-reset: landing-step;
}

._howCard_w7vi4_2073 {
  position: relative;
  min-width: 0;
  min-height: 214px;
  padding: 24px 24px 22px;
  overflow: hidden;
  border: 1px solid #dce7f3;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 16px 42px rgba(27, 60, 101, 0.07);
  list-style: none;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

._howCard_w7vi4_2073::after {
  content: none;
}

._howCard_w7vi4_2073:hover {
  border-color: #bcd4f6;
  box-shadow: 0 22px 48px rgba(10, 78, 178, 0.11);
  transform: translateY(-4px);
}

._howCardTop_w7vi4_2100 {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._howStep_w7vi4_2107 {
  color: #8da0b7;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

._howIcon_w7vi4_2114 {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #126eff, #0751cc);
  box-shadow: 0 10px 24px rgba(8, 83, 209, 0.22);
  color: #fff;
}

._howCardTitle_w7vi4_2125 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #102843;
  font-size: 20px;
  font-weight: 830;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

._howCardText_w7vi4_2136 {
  position: relative;
  z-index: 1;
  max-width: 340px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

._orderOptions_w7vi4_553 {
  padding: 70px 0 76px;
  background:
    radial-gradient(circle at 94% 0, rgba(19, 113, 255, 0.22), transparent 32%),
    radial-gradient(circle at 0 100%, rgba(24, 85, 169, 0.18), transparent 30%),
    #071c37;
}

._orderOptionsHeader_w7vi4_558 {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 64px;
  text-align: left;
}

._orderOptions_w7vi4_553 ._sectionEyebrow_w7vi4_1788 {
  color: #75adff;
}

._sectionTitle_w7vi4_563 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 890;
  letter-spacing: -0.052em;
  line-height: 1.02;
  text-wrap: balance;
}

._sectionSubtitle_w7vi4_570 {
  max-width: 460px;
  margin: 0 0 3px;
  color: #b5c5d9;
  font-size: 15px;
  line-height: 1.7;
}

._orderOptionsGrid_w7vi4_578 {
  gap: 20px;
}

._orderCard_w7vi4_584 {
  height: clamp(400px, 31vw, 440px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: #102744;
  box-shadow: 0 22px 50px rgba(0, 8, 24, 0.24);
}

._orderCardImageFull_w7vi4_594 {
  filter: saturate(0.9) contrast(1.02);
}

._orderCardOverlay_w7vi4_607 {
  background:
    linear-gradient(to top, rgba(2, 14, 31, 0.96) 0%, rgba(3, 19, 41, 0.7) 47%, rgba(3, 19, 41, 0.12) 78%),
    linear-gradient(110deg, rgba(5, 25, 52, 0.34), transparent 55%);
}

._orderCardContentOverlay_w7vi4_619 {
  padding: 30px;
}

._orderCardTopline_w7vi4_2212 {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

._orderCardNumber_w7vi4_2220 {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

._orderCardMode_w7vi4_2227 {
  min-height: 30px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 28, 55, 0.46);
  color: #dce8f8;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.02em;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

._orderCardBadge_w7vi4_626 {
  margin-bottom: 13px;
  background: #0a64f9;
}

._orderCardTitle_w7vi4_642 {
  margin: 0 0 10px;
  font-size: clamp(31px, 3.2vw, 43px);
  line-height: 1.04;
}

._orderCardText_w7vi4_650 {
  max-width: 450px;
  padding-bottom: 18px;
  color: #d1deee;
  font-size: 15px;
  line-height: 1.6;
}

._orderCardBtnPrimary_w7vi4_660,
._orderCardBtnOutline_w7vi4_680 {
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 13px;
  font-size: 14px;
  font-weight: 790;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

._orderCardBtnPrimary_w7vi4_660:hover,
._orderCardBtnOutline_w7vi4_680:hover {
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.19);
  transform: translateY(-2px);
}

._orderCardBtnPrimary_w7vi4_660 svg,
._orderCardBtnOutline_w7vi4_680 svg,
._partnerGlassBtn_w7vi4_742 svg {
  transition: transform 180ms ease;
}

._orderCardBtnPrimary_w7vi4_660:hover svg,
._orderCardBtnOutline_w7vi4_680:hover svg,
._partnerGlassBtn_w7vi4_742:hover svg {
  transform: translateX(3px);
}

._partnerSection_w7vi4_701 {
  padding: clamp(42px, 4.8vw, 58px) 0;
  scroll-margin-top: 72px;
  background:
    radial-gradient(circle at 7% 8%, rgba(10, 100, 249, 0.1), transparent 27%),
    radial-gradient(circle at 94% 92%, rgba(77, 97, 255, 0.07), transparent 24%),
    linear-gradient(180deg, #f7faff 0%, #f2f7fd 100%);
}

._partnerCard_w7vi4_706 {
  position: relative;
  min-height: 548px;
  padding: 42px 40px 42px 50px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(30px, 3.6vw, 54px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(132, 187, 255, 0.25);
  border-radius: 36px;
  background:
    radial-gradient(circle at 78% 46%, rgba(24, 116, 255, 0.2), transparent 31%),
    radial-gradient(circle at 10% 112%, rgba(72, 101, 255, 0.3), transparent 43%),
    linear-gradient(
      110deg,
      #123f79 0%,
      #082b58 38%,
      #030c1c 56%,
      #01050c 75%,
      #000000 100%
    );
  box-shadow:
    0 30px 76px rgba(4, 33, 78, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-align: left;
}

._partnerCard_w7vi4_706::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 38, 83, 0.08), rgba(0, 0, 0, 0.14)),
    linear-gradient(rgba(119, 177, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 177, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 88% 18%, rgba(64, 151, 255, 0.16), transparent 26%);
  background-size: auto, 40px 40px, 40px 40px, auto;
  -webkit-mask-image: linear-gradient(90deg, transparent 32%, #000000 64%);
  mask-image: linear-gradient(90deg, transparent 32%, #000000 64%);
  content: '';
  pointer-events: none;
}

._partnerCardContent_w7vi4_718 {
  position: relative;
  min-width: 0;
  z-index: 3;
  align-self: center;
}

._partnerEyebrow_w7vi4_2356 {
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 0 13px;
  padding: 7px 12px;
  border: 1px solid rgba(132, 189, 255, 0.34);
  border-radius: 999px;
  background: rgba(15, 102, 224, 0.23);
  color: #ffffff;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.1em;
  line-height: 17px;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

._partnerTitle_w7vi4_724 {
  max-width: 590px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(39px, 3.75vw, 49px);
  letter-spacing: -0.052em;
  line-height: 1.02;
  text-wrap: balance;
}

._partnerDescription_w7vi4_733 {
  max-width: 500px;
  padding: 0;
  margin: 0 0 18px;
  color: #d7e8ff;
  font-size: 15.5px;
  font-weight: 540;
  line-height: 1.62;
}

._partnerFeatureList_w7vi4_2392 {
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 9px;
  list-style: none;
}

._partnerFeatureList_w7vi4_2392 li {
  min-height: 38px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(133, 186, 255, 0.27);
  border-radius: 12px;
  background: rgba(8, 45, 95, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 11px;
  font-weight: 720;
  white-space: nowrap;
}

._partnerFeatureList_w7vi4_2392 svg {
  color: #8fc0ff;
}

._partnerGlassBtn_w7vi4_742 {
  min-height: 48px;
  padding: 0 20px;
  border-color: #ffffff;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  color: #0758dd;
  font-size: 14px;
  font-weight: 800;
}

._partnerGlassBtn_w7vi4_742:hover {
  background: #eef6ff;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.24);
}

._partnerExperience_w7vi4_2437 {
  position: relative;
  z-index: 2;
  width: min(100%, 700px);
  margin: 0;
  padding: 0;
  min-width: 0;
  align-self: center;
  justify-self: end;
  isolation: isolate;
}

._partnerExperience_w7vi4_2437::before {
  position: absolute;
  z-index: -1;
  top: 7%;
  right: -6%;
  bottom: 7%;
  left: 8%;
  border: 1px solid rgba(86, 158, 255, 0.12);
  border-radius: 30px;
  background: linear-gradient(
    135deg,
    rgba(27, 110, 235, 0.12),
    rgba(37, 52, 104, 0.02)
  );
  content: '';
  pointer-events: none;
  transform: rotate(2.2deg);
}

._newsletter_w7vi4_971 {
  padding: 44px 0;
  background: #fff;
  text-align: left;
}

._newsletterCard_w7vi4_2474 {
  padding: 31px 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  border: 1px solid #dce6f2;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(10, 100, 249, 0.09), transparent 35%),
    linear-gradient(145deg, #fbfdff, #f1f6fd);
  box-shadow: 0 15px 42px rgba(21, 54, 96, 0.07);
}

._newsletterIntro_w7vi4_2488 {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

._newsletterIcon_w7vi4_2495 {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  border-radius: 14px;
  background: linear-gradient(145deg, #1474ff, #0754d4);
  box-shadow: 0 10px 23px rgba(8, 82, 207, 0.2);
  color: #fff;
}

._newsletterTitle_w7vi4_980 {
  margin: 1px 0 6px;
  font-size: clamp(24px, 2.35vw, 31px);
  line-height: 1.1;
}

._newsletterSubtitle_w7vi4_989 {
  max-width: 480px;
  margin: 0;
  color: #5d7088;
  font-size: 14px;
  line-height: 1.55;
}

._newsletterSignup_w7vi4_999 {
  align-items: stretch;
}

._newsletterFormWrapper_w7vi4_1009 {
  max-width: none;
  margin: 0;
}

._newsletterForm_w7vi4_1009 {
  position: relative;
  gap: 9px;
}

._newsletterInputIcon_w7vi4_2535 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 16px;
  display: grid;
  place-items: center;
  color: #708299;
  transform: translateY(-50%);
  pointer-events: none;
}

._newsletterInput_w7vi4_1020 {
  min-height: 54px;
  padding: 0 16px 0 45px;
  border-color: #cedbea !important;
  background: #fff !important;
  font-size: 14px;
}

._newsletterInput_w7vi4_1020:focus {
  box-shadow: 0 0 0 4px rgba(10, 100, 249, 0.1);
}

._newsletterBtn_w7vi4_1042 {
  min-height: 54px;
  padding: 0 22px;
  font-size: 14px;
}

._newsletterTerms_w7vi4_1067 {
  margin: 9px 0 0;
  color: #64748b;
  font-size: 11px;
}

._newsletterTerms_w7vi4_1067 a {
  color: #315f9d;
  font-weight: 700;
  text-underline-offset: 2px;
}

._visuallyHidden_w7vi4_2577 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

._footer_w7vi4_1132 {
  padding-top: 27px;
}

._footerGrid_w7vi4_1166 {
  margin-bottom: 16px;
}

._footerContactLink_w7vi4_1181 svg {
  flex: 0 0 auto;
  color: #75adff;
}

._headerNavLink_w7vi4_1814:focus-visible,
._newsletterTerms_w7vi4_1067 a:focus-visible {
  outline: 2px solid #75adff;
  outline-offset: 3px;
  border-radius: 4px;
}

@media (max-width: 1080px) {
  ._header_w7vi4_38 ._innerWrapper_w7vi4_31 {
    grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
  }

  ._headerNavLink_w7vi4_1814 {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
  }

  ._howHeader_w7vi4_2035,
  ._orderOptionsHeader_w7vi4_558 {
    gap: 36px;
  }

  ._partnerCard_w7vi4_706 {
    padding: 39px 32px 39px 40px;
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    gap: 28px;
  }

  ._partnerTitle_w7vi4_724 {
    font-size: clamp(37px, 4.1vw, 47px);
  }

  ._partnerExperience_w7vi4_2437 {
    margin: 0;
    padding: 0;
  }

  ._newsletterCard_w7vi4_2474 {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
    gap: 32px;
  }
}

@media (max-width: 900px) {
  ._header_w7vi4_38 ._innerWrapper_w7vi4_31 {
    display: flex;
  }

  ._headerNav_w7vi4_1807 {
    display: none;
  }

  ._howHeader_w7vi4_2035,
  ._orderOptionsHeader_w7vi4_558 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  ._howDescription_w7vi4_2054,
  ._sectionSubtitle_w7vi4_570 {
    max-width: 640px;
  }

  ._howGrid_w7vi4_2062 {
    grid-template-columns: 1fr;
  }

  ._howCard_w7vi4_2073 {
    min-height: 0;
  }

  ._howCardTop_w7vi4_2100 {
    margin-bottom: 22px;
  }

  ._partnerCard_w7vi4_706 {
    min-height: 0;
    padding: 42px 40px 38px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    background:
      radial-gradient(circle at 70% 64%, rgba(13, 111, 255, 0.16), transparent 32%),
      radial-gradient(circle at 10% 25%, rgba(76, 108, 255, 0.2), transparent 36%),
      linear-gradient(
        180deg,
        #103e79 0%,
        #082b59 45%,
        #010813 59%,
        #000000 70%,
        #000000 100%
      );
    text-align: left;
  }

  ._partnerCardContent_w7vi4_718 {
    max-width: 680px;
  }

  ._partnerTitle_w7vi4_724 {
    max-width: 670px;
  }

  ._partnerDescription_w7vi4_733 {
    max-width: 620px;
    margin-right: 0;
    margin-left: 0;
  }

  ._partnerExperience_w7vi4_2437 {
    width: min(100%, 720px);
    margin-right: 0;
    padding: 0;
    justify-self: center;
  }

  ._partnerExperience_w7vi4_2437::before {
    top: 9%;
    right: -3%;
    bottom: 9%;
    left: 5%;
  }

  ._newsletterCard_w7vi4_2474 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  ._heroViewport_w7vi4_20 {
    min-height: 0;
  }

  ._trustBar_w7vi4_27 {
    margin-top: -31px;
    padding: 0 16px;
  }

  ._trustBarCard_w7vi4_267 {
    padding: 18px 17px;
    border-radius: 18px;
  }

  ._trustBarGrid_w7vi4_276 {
    gap: 16px 10px;
  }

  ._trustItem_w7vi4_282 {
    gap: 9px;
  }

  ._trustIcon_w7vi4_296 {
    width: 38px;
    height: 38px;
  }

  ._trustIcon_w7vi4_296 svg {
    width: 20px;
    height: 20px;
  }

  ._trustText_w7vi4_308 {
    font-size: 17px;
  }

  ._trustSubtext_w7vi4_322 {
    font-size: 9.5px;
    line-height: 1.25;
  }

  ._categoryStrip_w7vi4_331 {
    padding: 48px 0 44px;
  }

  ._categoryHeader_w7vi4_336 {
    margin-bottom: 13px;
  }

  ._categoryTitle_w7vi4_348 {
    font-size: clamp(29px, 8vw, 37px);
  }

  ._categoryDescription_w7vi4_356 {
    margin-top: 9px;
    font-size: 14px;
  }

  ._categorySwipeHint_w7vi4_1924 {
    min-height: 27px;
    margin: 0 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #6f8198;
    font-size: 10px;
    font-weight: 760;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  ._categoryScrollWrapper_w7vi4_395 {
    margin-right: -20px;
  }

  ._categoryPills_w7vi4_421 {
    gap: 11px;
    padding-right: 20px;
    padding-bottom: 11px;
  }

  ._categoryPill_w7vi4_421 {
    width: clamp(120px, 38vw, 136px);
    min-height: 130px;
    padding: 13px 10px;
    border-radius: 19px;
  }

  ._categoryIconContainer_w7vi4_467 {
    width: 61px;
    height: 61px;
    border-radius: 17px;
  }

  ._categoryIconContainer_w7vi4_467 svg {
    width: 28px;
    height: 28px;
  }

  ._howSection_w7vi4_2024 {
    padding: 48px 0 52px;
  }

  ._howHeader_w7vi4_2035 {
    margin-bottom: 22px;
  }

  ._howTitle_w7vi4_2043,
  ._sectionTitle_w7vi4_563 {
    font-size: clamp(31px, 8.5vw, 42px);
  }

  ._howDescription_w7vi4_2054,
  ._sectionSubtitle_w7vi4_570 {
    font-size: 14px;
    line-height: 1.6;
  }

  ._howGrid_w7vi4_2062 {
    gap: 12px;
  }

  ._howCard_w7vi4_2073 {
    padding: 19px 20px;
    border-radius: 20px;
  }

  ._howCardTop_w7vi4_2100 {
    margin-bottom: 14px;
  }

  ._howIcon_w7vi4_2114 {
    width: 43px;
    height: 43px;
  }

  ._orderOptions_w7vi4_553 {
    padding: 50px 0 54px;
  }

  ._orderOptionsHeader_w7vi4_558 {
    margin-bottom: 23px;
  }

  ._orderOptionsGrid_w7vi4_578 {
    gap: 12px;
  }

  ._orderCard_w7vi4_584 {
    height: 340px;
    border-radius: 23px;
  }

  ._orderCardContentOverlay_w7vi4_619 {
    padding: 21px;
  }

  ._orderCardTopline_w7vi4_2212 {
    margin-bottom: 11px;
  }

  ._orderCardTitle_w7vi4_642 {
    font-size: 30px;
  }

  ._orderCardText_w7vi4_650 {
    padding-bottom: 13px;
  }

  ._partnerSection_w7vi4_701 {
    padding: 44px 0;
  }

  ._partnerCard_w7vi4_706 {
    min-height: 0;
    padding: 34px 29px 29px;
    gap: 24px;
    border-radius: 28px;
  }

  ._partnerCardContent_w7vi4_718 {
    max-width: 100%;
  }

  ._partnerTitle_w7vi4_724 {
    font-size: clamp(35px, 8vw, 46px);
  }

  ._partnerFeatureList_w7vi4_2392 {
    max-width: 510px;
  }

  ._partnerExperience_w7vi4_2437 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  ._newsletter_w7vi4_971 {
    padding: 32px 0;
  }

  ._newsletterCard_w7vi4_2474 {
    padding: 26px;
    gap: 22px;
    border-radius: 21px;
  }

  ._newsletterIntro_w7vi4_2488 {
    gap: 12px;
  }

  ._newsletterTitle_w7vi4_980 {
    font-size: 26px;
  }

  ._newsletterForm_w7vi4_1009 {
    flex-direction: row;
  }

  ._newsletterBtn_w7vi4_1042 {
    width: auto;
  }

  ._footer_w7vi4_1132 {
    padding-top: 24px;
  }

  ._footerGrid_w7vi4_1166 {
    gap: 18px 20px;
    margin-bottom: 14px;
  }
}

@media (max-width: 480px) {
  ._sectionEyebrow_w7vi4_1788 {
    margin-bottom: 7px;
    font-size: 10px;
  }

  ._header_w7vi4_38 ._innerWrapper_w7vi4_31 {
    padding-right: 12px;
    padding-left: 12px;
  }

  ._logo_w7vi4_62 {
    width: 102px;
  }

  ._signInBtn_w7vi4_97 {
    min-width: 40px;
    padding: 0 9px;
  }

  ._signUpBtn_w7vi4_124 {
    padding: 0 11px;
  }

  ._trustBarGrid_w7vi4_276 {
    gap: 14px 8px;
  }

  ._trustBarCard_w7vi4_267 {
    padding: 17px 14px;
  }

  ._trustItem_w7vi4_282 {
    gap: 7px;
  }

  ._trustIcon_w7vi4_296 {
    width: 35px;
    height: 35px;
  }

  ._trustText_w7vi4_308 {
    font-size: 16px;
  }

  ._trustSubtext_w7vi4_322 {
    font-size: 9.5px;
    letter-spacing: 0.035em;
  }

  ._categoryStrip_w7vi4_331 {
    padding-top: 44px;
    padding-bottom: 40px;
  }

  ._categoryScrollWrapper_w7vi4_395 {
    margin-right: -20px;
  }

  ._categoryPill_w7vi4_421 {
    width: clamp(120px, 38vw, 136px);
  }

  ._howCard_w7vi4_2073 {
    padding: 18px;
  }

  ._howCardTitle_w7vi4_2125 {
    font-size: 19px;
  }

  ._orderCard_w7vi4_584 {
    height: 330px;
  }

  ._orderCardContentOverlay_w7vi4_619 {
    padding: 19px;
  }

  ._orderCardMode_w7vi4_2227 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 9px;
  }

  ._orderCardBadge_w7vi4_626 {
    font-size: 9px;
  }

  ._orderCardTitle_w7vi4_642 {
    font-size: 28px;
  }

  ._orderCardText_w7vi4_650 {
    font-size: 14px;
    line-height: 1.5;
  }

  ._orderCardBtnPrimary_w7vi4_660,
  ._orderCardBtnOutline_w7vi4_680 {
    min-height: 48px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 13px;
  }

  ._partnerCard_w7vi4_706 {
    padding: 26px 19px 22px;
    gap: 21px;
    border-radius: 24px;
  }

  ._partnerEyebrow_w7vi4_2356 {
    font-size: 9px;
  }

  ._partnerTitle_w7vi4_724 {
    font-size: clamp(32px, 9.5vw, 39px);
    line-height: 1.02;
  }

  ._partnerDescription_w7vi4_733 {
    font-size: 14px;
    line-height: 1.55;
  }

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

  ._partnerFeatureList_w7vi4_2392 li {
    width: -webkit-fit-content;
    width: fit-content;
    min-height: 32px;
    padding: 6px 8px;
    font-size: 10.5px;
  }

  ._partnerExperience_w7vi4_2437 {
    width: 100%;
    padding: 0;
  }

  ._newsletter_w7vi4_971 {
    padding: 26px 0;
  }

  ._newsletterCard_w7vi4_2474 {
    padding: 23px 20px;
    gap: 19px;
  }

  ._newsletterIcon_w7vi4_2495 {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  ._newsletterTitle_w7vi4_980 {
    font-size: 23px;
  }

  ._newsletterSubtitle_w7vi4_989 {
    font-size: 13px;
  }

  ._newsletterForm_w7vi4_1009 {
    gap: 7px;
  }

  ._newsletterInput_w7vi4_1020 {
    min-height: 50px;
    padding-right: 11px;
    padding-left: 40px;
    font-size: 13px;
  }

  ._newsletterInputIcon_w7vi4_2535 {
    left: 13px;
  }

  ._newsletterBtn_w7vi4_1042 {
    min-height: 50px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
  }

  ._newsletterTerms_w7vi4_1067 {
    font-size: 10px;
    line-height: 1.45;
  }

  ._footerGrid_w7vi4_1166 {
    gap: 14px 18px;
  }

  ._footerBrand_w7vi4_1192 {
    gap: 8px;
  }

  ._footerBrandDescription_w7vi4_1210 {
    font-size: 13px;
  }

  ._footerColumn_w7vi4_1218 h4 {
    margin-bottom: 5px;
  }

  ._footerColumn_w7vi4_1218 a {
    min-height: 38px;
  }

  ._footerContactLink_w7vi4_1181 {
    min-height: 42px;
  }

  ._footerBottom_w7vi4_1260 {
    padding-top: 12px;
    padding-bottom: 14px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  ._partnerDescription_w7vi4_733 {
    max-width: 450px;
  }

  ._partnerFeatureList_w7vi4_2392 {
    max-width: 470px;
  }

  ._partnerExperience_w7vi4_2437 {
    width: min(100%, 520px);
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  ._partnerCard_w7vi4_706 {
    min-height: 0;
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 26px;
  }

  ._partnerCardContent_w7vi4_718 {
    max-width: 620px;
  }

  ._partnerTitle_w7vi4_724 {
    font-size: clamp(36px, 5.8vw, 44px);
  }

  ._partnerExperience_w7vi4_2437 {
    width: min(100%, 620px);
    margin: 0 auto;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  ._partnerCard_w7vi4_706 {
    min-height: 0;
    padding: 38px 38px 34px;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    background:
      radial-gradient(circle at 70% 64%, rgba(13, 111, 255, 0.17), transparent 32%),
      radial-gradient(circle at 10% 25%, rgba(76, 108, 255, 0.21), transparent 36%),
      linear-gradient(180deg, #103e79 0%, #082b59 42%, #010813 61%, #000000 76%);
  }

  ._partnerCardContent_w7vi4_718 {
    max-width: 700px;
  }

  ._partnerTitle_w7vi4_724 {
    max-width: 680px;
    font-size: clamp(40px, 5.6vw, 50px);
  }

  ._partnerDescription_w7vi4_733 {
    max-width: 620px;
    font-size: 15px;
  }

  ._partnerFeatureList_w7vi4_2392 {
    gap: 8px;
  }

  ._partnerFeatureList_w7vi4_2392 li {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 11px;
  }

  ._partnerExperience_w7vi4_2437 {
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 0;
    justify-self: center;
  }

  ._partnerExperience_w7vi4_2437::before {
    top: 9%;
    right: -3%;
    bottom: 9%;
    left: 5%;
    display: block;
  }

}

@media (min-width: 720px) and (max-width: 992px) {
  ._howGrid_w7vi4_2062 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  ._howCard_w7vi4_2073 {
    min-height: 250px;
    padding: 18px;
  }

  ._orderOptionsGrid_w7vi4_578 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  ._orderCard_w7vi4_584 {
    height: 380px;
  }
}

@media (max-width: 359px) {
  ._header_w7vi4_38 ._innerWrapper_w7vi4_31 {
    padding-right: 8px;
    padding-left: 8px;
  }

  ._logo_w7vi4_62 {
    width: 86px;
  }

  ._signInBtn_w7vi4_97 {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
  }

  ._signUpBtn_w7vi4_124 {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 11px;
  }

  ._trustBar_w7vi4_27 {
    padding-right: 11px;
    padding-left: 11px;
  }

  ._trustBarCard_w7vi4_267 {
    padding-right: 11px;
    padding-left: 11px;
  }

  ._trustIcon_w7vi4_296 {
    width: 32px;
    height: 32px;
  }

  ._trustText_w7vi4_308 {
    font-size: 15px;
  }

  ._trustSubtext_w7vi4_322 {
    font-size: 8.8px;
  }

  ._categoryScrollWrapper_w7vi4_395 {
    margin-right: -14px;
  }

  ._categoryPills_w7vi4_421 {
    padding-right: 14px;
  }

  ._categoryPill_w7vi4_421 {
    width: 121px;
  }

  ._orderCard_w7vi4_584 {
    height: 334px;
  }

  ._orderCardMode_w7vi4_2227 {
    max-width: 135px;
    white-space: normal;
  }

  ._newsletterForm_w7vi4_1009 {
    flex-direction: column;
  }

  ._newsletterInputIcon_w7vi4_2535 {
    top: 25px;
  }

  ._newsletterBtn_w7vi4_1042 {
    width: 100%;
  }

  ._footerGrid_w7vi4_1166 {
    column-gap: 14px;
  }
}

/* ===== Connected retail showcase ===== */
._partnerSection_w7vi4_701 {
  position: relative;
  padding: clamp(42px, 4.8vw, 62px) 0;
  overflow: hidden;
  scroll-margin-top: 72px;
  background:
    radial-gradient(circle at 8% 8%, rgba(15, 106, 255, 0.1), transparent 28%),
    radial-gradient(circle at 92% 90%, rgba(96, 74, 255, 0.07), transparent 25%),
    linear-gradient(180deg, #f7faff 0%, #f1f6fc 100%);
  isolation: isolate;
}

._partnerSection_w7vi4_701::before {
  content: none;
}

._partnerSection_w7vi4_701::after {
  content: none;
}

._partnerSection_w7vi4_701 ._innerWrapper_w7vi4_31 {
  position: relative;
  z-index: 1;
}

._partnerCard_w7vi4_706 {
  position: relative;
  min-height: 548px;
  padding: 42px 40px 40px 50px;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(25px, 3vw, 48px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(130, 187, 255, 0.24);
  border-radius: 36px;
  background:
    radial-gradient(circle at 79% 44%, rgba(29, 120, 255, 0.2), transparent 32%),
    radial-gradient(circle at 5% 112%, rgba(67, 101, 255, 0.3), transparent 42%),
    linear-gradient(116deg, #154984 0%, #0b3364 37%, #061a36 52%, #01050d 100%);
  box-shadow:
    0 28px 70px rgba(5, 34, 76, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-align: left;
}

._partnerCard_w7vi4_706::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(rgba(133, 189, 255, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(133, 189, 255, 0.048) 1px, transparent 1px);
  background-size: 48px 48px;
  content: '';
  opacity: 0.72;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 30%, #000 74%);
  mask-image: linear-gradient(90deg, transparent 30%, #000 74%);
}

._partnerCard_w7vi4_706::after {
  position: absolute;
  z-index: 0;
  width: 430px;
  height: 430px;
  right: -190px;
  bottom: -265px;
  border-radius: 50%;
  background: rgba(28, 111, 255, 0.14);
  box-shadow: 0 0 110px rgba(39, 118, 255, 0.26);
  content: '';
  pointer-events: none;
}

._partnerCardContent_w7vi4_718 {
  position: relative;
  z-index: 3;
  min-width: 0;
  align-self: center;
}

._partnerEyebrow_w7vi4_2356 {
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 0 13px;
  padding: 7px 13px;
  border: 1px solid rgba(144, 198, 255, 0.3);
  border-radius: 999px;
  background: rgba(20, 106, 227, 0.2);
  color: #edf7ff;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.1em;
  line-height: 17px;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

._partnerTitle_w7vi4_724 {
  max-width: 560px;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: clamp(38px, 3.45vw, 49px);
  letter-spacing: -0.052em;
  line-height: 1.015;
  text-wrap: balance;
}

._partnerDescription_w7vi4_733 {
  max-width: 500px;
  margin: 0 0 20px;
  padding: 0;
  color: #c9ddf7;
  font-size: 15.5px;
  font-weight: 540;
  line-height: 1.62;
}

._partnerFeatureList_w7vi4_2392 {
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 10px 17px;
  list-style: none;
}

._partnerFeatureList_w7vi4_2392 li {
  width: auto;
  min-height: 28px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #f5f9ff;
  font-size: 11.5px;
  font-weight: 720;
  white-space: nowrap;
}

._partnerFeatureList_w7vi4_2392 svg {
  flex: 0 0 auto;
  color: #79b8ff;
}

._partnerGlassBtn_w7vi4_742 {
  min-height: 50px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #ffffff;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.18);
  color: #0758dd;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

._partnerGlassBtn_w7vi4_742:hover {
  background: #eef6ff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

._partnerGlassBtn_w7vi4_742:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 4px;
}

._partnerExperience_w7vi4_2437 {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  min-width: 0;
  min-height: 470px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: end;
  isolation: isolate;
}

._partnerExperience_w7vi4_2437::before {
  content: none;
}

._partnerPlatformHalo_w7vi4_3583 {
  position: absolute;
  z-index: -1;
  inset: 3% -11% 5% -2%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 51% 48%, rgba(20, 119, 255, 0.25), transparent 54%),
    radial-gradient(circle at 72% 72%, rgba(110, 77, 255, 0.2), transparent 43%);
  filter: blur(42px);
  opacity: 0.9;
  pointer-events: none;
}

._partnerPlatformKicker_w7vi4_3596 {
  margin: 0 0 4px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d9eaff;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.105em;
  line-height: 18px;
  text-transform: uppercase;
}

._partnerPlatformPulse_w7vi4_3610 {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #3c91ff;
  box-shadow:
    0 0 0 5px rgba(60, 145, 255, 0.12),
    0 0 18px rgba(60, 145, 255, 0.72);
  animation: _partnerPulse_w7vi4_1 2.2s ease-in-out infinite;
}

._partnerPlatformKickerLabel_w7vi4_3622 {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._partnerPlatformCanvas_w7vi4_3629 {
  --partner-media-fade: 1100ms;
  position: relative;
  height: 404px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  isolation: isolate;
}

._partnerPlatformCanvas_w7vi4_3629::before {
  position: absolute;
  z-index: 0;
  width: 74%;
  height: 17%;
  left: 13%;
  bottom: 4%;
  border-radius: 50%;
  background: rgba(0, 2, 8, 0.58);
  filter: blur(25px);
  content: '';
  pointer-events: none;
}

._partnerPlatformCanvas_w7vi4_3629::after {
  content: none;
}

._partnerPlatformImage_w7vi4_1768 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 106%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0;
  filter:
    saturate(1)
    drop-shadow(0 34px 32px rgba(0, 0, 0, 0.34));
  transform: translate(-50%, -50%);
  transform-origin: center;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: opacity var(--partner-media-fade) cubic-bezier(0.4, 0, 0.2, 1);
}

._partnerPlatformImageCommerce_w7vi4_3679 {
  max-width: 104%;
  max-height: 100%;
}

._partnerPlatformImageActive_w7vi4_3684 {
  z-index: 2;
  opacity: 1;
}

._partnerPlatformVideo_w7vi4_1768 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 122%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  mix-blend-mode: normal;
  opacity: 0;
  filter: saturate(1.04) contrast(1.02);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 60% 56% at 50% 50%, #000 48%, rgba(0, 0, 0, 0.92) 64%, rgba(0, 0, 0, 0.46) 82%, transparent 100%);
  mask-image: radial-gradient(ellipse 60% 56% at 50% 50%, #000 48%, rgba(0, 0, 0, 0.92) 64%, rgba(0, 0, 0, 0.46) 82%, transparent 100%);
  transition: opacity var(--partner-media-fade) cubic-bezier(0.4, 0, 0.2, 1);
}

._partnerPlatformVideoPlaying_w7vi4_3710 {
  opacity: 1;
}

._partnerViewTimeline_w7vi4_3714 {
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 30px);
  list-style: none;
}

._partnerViewTimelineItem_w7vi4_3723 {
  min-width: 0;
  min-height: 52px;
  padding: 8px 7px 3px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: #d9eaff;
  text-align: left;
}

._partnerViewTimelineIcon_w7vi4_3735 {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(134, 192, 255, 0.24);
  border-radius: 10px;
  background: linear-gradient(
    145deg,
    rgba(18, 120, 255, 0.34),
    rgba(75, 67, 238, 0.25)
  );
  color: #dcecff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

._partnerViewTimelineCopy_w7vi4_3751 {
  min-width: 0;
  display: grid;
  gap: 2px;
}

._partnerViewTimelineCopy_w7vi4_3751 strong,
._partnerViewTimelineCopy_w7vi4_3751 small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._partnerViewTimelineCopy_w7vi4_3751 strong {
  color: inherit;
  font-size: 10.5px;
  font-weight: 790;
}

._partnerViewLabelCompact_w7vi4_3770 {
  display: none;
}

._partnerViewTimelineCopy_w7vi4_3751 small {
  color: #87a5c8;
  font-size: 8.8px;
  font-weight: 620;
}

@keyframes _partnerPulse_w7vi4_1 {
  50% {
    opacity: 0.6;
    transform: scale(0.88);
  }
}

@media (max-width: 1120px) {
  ._partnerCard_w7vi4_706 {
    padding-right: 30px;
    padding-left: 40px;
    grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
    gap: 25px;
  }

  ._partnerTitle_w7vi4_724 {
    font-size: clamp(36px, 4vw, 45px);
  }

  ._partnerPlatformCanvas_w7vi4_3629 {
    height: 360px;
  }
}

@media (max-width: 959px) {
  ._partnerCard_w7vi4_706 {
    min-height: 0;
    padding: 39px 38px 31px;
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
    background:
      radial-gradient(circle at 69% 66%, rgba(18, 111, 255, 0.18), transparent 33%),
      radial-gradient(circle at 8% 20%, rgba(75, 108, 255, 0.2), transparent 36%),
      linear-gradient(180deg, #12457f 0%, #0a3060 42%, #04142b 59%, #01050d 100%);
  }

  ._partnerCardContent_w7vi4_718 {
    max-width: 720px;
  }

  ._partnerTitle_w7vi4_724 {
    max-width: 690px;
  }

  ._partnerDescription_w7vi4_733 {
    max-width: 640px;
  }

  ._partnerExperience_w7vi4_2437 {
    width: min(100%, 760px);
    min-height: 0;
    margin: 0 auto;
    justify-self: center;
  }

  ._partnerPlatformCanvas_w7vi4_3629 {
    height: clamp(350px, 50vw, 410px);
  }
}

@media (max-width: 768px) {
  ._partnerSection_w7vi4_701 {
    padding: 40px 0;
  }

  ._partnerCard_w7vi4_706 {
    padding: 32px 28px 25px;
    gap: 22px;
    border-radius: 28px;
  }

  ._partnerTitle_w7vi4_724 {
    font-size: clamp(35px, 7.2vw, 45px);
  }

  ._partnerPlatformCanvas_w7vi4_3629 {
    height: clamp(310px, 52vw, 370px);
  }

}

@media (max-width: 480px) {
  ._partnerSection_w7vi4_701 {
    padding: 34px 0;
  }

  ._partnerCard_w7vi4_706 {
    padding: 25px 19px 20px;
    gap: 18px;
    border-radius: 24px;
  }

  ._partnerEyebrow_w7vi4_2356 {
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 8.8px;
  }

  ._partnerTitle_w7vi4_724 {
    margin-bottom: 13px;
    font-size: clamp(31px, 9.2vw, 37px);
    line-height: 1.02;
  }

  ._partnerDescription_w7vi4_733 {
    margin-bottom: 17px;
    font-size: 13.7px;
    line-height: 1.55;
  }

  ._partnerFeatureList_w7vi4_2392 {
    margin-bottom: 20px;
    gap: 8px 13px;
  }

  ._partnerFeatureList_w7vi4_2392 li {
    min-height: 24px;
    gap: 5px;
    font-size: 10.2px;
  }

  ._partnerFeatureList_w7vi4_2392 svg {
    width: 15px;
    height: 15px;
  }

  ._partnerGlassBtn_w7vi4_742 {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12.5px;
  }

  ._partnerExperience_w7vi4_2437 {
    width: 100%;
  }

  ._partnerPlatformHalo_w7vi4_3583 {
    inset: 5% -8% 9%;
    display: block;
    filter: blur(29px);
    opacity: 0.64;
  }

  ._partnerPlatformKicker_w7vi4_3596 {
    margin-bottom: 0;
    padding: 0 2px;
    font-size: 8px;
  }

  ._partnerPlatformCanvas_w7vi4_3629 {
    height: clamp(225px, 66vw, 258px);
  }

  ._partnerPlatformImageCommerce_w7vi4_3679 {
    max-width: 109%;
    max-height: 100%;
  }

  ._partnerViewTimeline_w7vi4_3714 {
    margin-top: 1px;
    gap: 10px;
  }

  ._partnerViewTimelineItem_w7vi4_3723 {
    min-height: 50px;
    padding: 10px 2px 3px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 7px;
  }

  ._partnerViewTimelineIcon_w7vi4_3735 {
    width: 28px;
    height: 28px;
    border-radius: 9px;
  }

  ._partnerViewTimelineCopy_w7vi4_3751 strong {
    font-size: 9.2px;
  }

  ._partnerViewLabelFull_w7vi4_3963 {
    display: none;
  }

  ._partnerViewLabelCompact_w7vi4_3770 {
    display: inline;
  }

  ._partnerViewTimelineCopy_w7vi4_3751 small {
    display: none;
  }
}

@media (max-width: 359px) {
  ._partnerCard_w7vi4_706 {
    padding-right: 15px;
    padding-left: 15px;
  }

  ._partnerTitle_w7vi4_724 {
    font-size: 29px;
  }

  ._partnerPlatformCanvas_w7vi4_3629 {
    height: 214px;
  }

  ._partnerViewTimelineIcon_w7vi4_3735 {
    width: 27px;
    height: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._partnerGlassBtn_w7vi4_742 {
    transition: none;
  }

  ._partnerPlatformPulse_w7vi4_3610 {
    animation: none;
  }
}
@keyframes _heroContentReveal_1lzc4_1 {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes _heroGlowDrift_1lzc4_1 {
  0%,
  100% {
    opacity: 0.58;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: 0.82;
    transform: translate3d(-18px, 10px, 0) scale(1.06);
  }
}

._hero_1lzc4_24 {
  position: relative;
  min-height: clamp(660px, calc(100dvh - 120px), 840px);
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  box-sizing: border-box;
  background: #edf4ff;
}

._heroBackdrop_1lzc4_34 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.03) contrast(1.01);
  transform: scale(1.015);
}

._heroOverlay_1lzc4_45 {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(
      circle at 12% 17%,
      rgba(255, 255, 255, 0.96) 0,
      rgba(255, 255, 255, 0) 31%
    ),
    linear-gradient(
      90deg,
      #f8faff 0%,
      rgba(248, 250, 255, 0.98) 24%,
      rgba(248, 250, 255, 0.88) 42%,
      rgba(238, 245, 255, 0.36) 65%,
      rgba(222, 235, 255, 0.05) 100%
    );
  pointer-events: none;
}

._heroGlow_1lzc4_66 {
  position: absolute;
  z-index: 2;
  top: 12%;
  left: 34%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(54, 135, 255, 0.18);
  filter: blur(90px);
  animation: _heroGlowDrift_1lzc4_1 9s ease-in-out infinite;
  pointer-events: none;
}

._heroContent_1lzc4_80 {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
  padding: clamp(64px, 8vh, 92px) 32px 120px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

._heroInner_1lzc4_92 {
  width: min(100%, 660px);
  animation: _heroContentReveal_1lzc4_1 600ms ease-out both;
}

._heroEyebrow_1lzc4_97 {
  width: -webkit-fit-content;
  width: fit-content;
  min-height: 32px;
  margin-bottom: 20px;
  padding: 6px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(10, 100, 249, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 7px 22px rgba(32, 83, 150, 0.08);
  color: #075bd7;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

._heroTitle_1lzc4_118 {
  max-width: 650px;
  margin: 0;
  color: #071b35;
  font-size: clamp(48px, 5.05vw, 72px);
  font-weight: 880;
  letter-spacing: -0.058em;
  line-height: 0.99;
  text-wrap: balance;
}

._heroTitleHighlight_1lzc4_129 {
  display: inline;
  background: linear-gradient(110deg, #075ee8 4%, #0a74ff 56%, #0957d7 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._heroSubtitle_1lzc4_138 {
  max-width: 570px;
  margin: 22px 0 28px;
  color: #52647c;
  font-size: clamp(16px, 1.3vw, 18px);
  font-weight: 560;
  line-height: 1.65;
  text-wrap: pretty;
}

._searchBox_1lzc4_148 {
  position: relative;
  z-index: 2;
  width: min(100%, 650px);
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(194, 211, 234, 0.86);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 24px 70px rgba(21, 61, 119, 0.15),
    0 3px 10px rgba(21, 61, 119, 0.05);
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

._searchBoxHeader_1lzc4_164 {
  min-height: 29px;
  padding: 0 5px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

._searchLabel_1lzc4_173 {
  color: #182f4e;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: -0.01em;
  line-height: 18px;
}

._searchCoverage_1lzc4_181 {
  color: #74849a;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.04em;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

._searchInputWrapper_1lzc4_191 {
  display: flex;
  align-items: stretch;
  gap: 9px;
}

._inputWrap_1lzc4_197 {
  position: relative;
  min-width: 0;
  flex: 1 1 auto;
}

._inputIcon_1lzc4_203 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 17px;
  color: #0a64f9;
  transform: translateY(-50%);
  pointer-events: none;
}

._searchInput_1lzc4_191 {
  width: 100%;
  min-height: 58px;
  padding: 0 44px 0 49px;
  border: 1px solid #dde8f6;
  border-radius: 13px;
  outline: none;
  background: #f3f7fd;
  color: #102741;
  font-family: 'Manrope', 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 620;
  box-sizing: border-box;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

._searchInput_1lzc4_191::placeholder {
  color: #7d899a;
  font-weight: 520;
}

._searchInput_1lzc4_191:hover {
  border-color: #c6d8ee;
  background: #f8fbff;
}

._searchInput_1lzc4_191:focus {
  border-color: #6da5f8;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(10, 100, 249, 0.11);
}

._loader_1lzc4_248 {
  position: absolute;
  top: 50%;
  right: 15px;
  display: grid;
  place-items: center;
  color: #0a64f9;
  transform: translateY(-50%);
}

._searchBtn_1lzc4_258 {
  min-width: 170px;
  min-height: 58px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 13px;
  background: linear-gradient(135deg, #0b6bff 0%, #084ecf 100%);
  box-shadow: 0 11px 24px rgba(8, 82, 207, 0.24);
  color: #fff;
  font-family: 'Manrope', 'Inter', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 820;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease,
    filter 160ms ease;
}

._searchBtn_1lzc4_258:hover:not(:disabled) {
  filter: brightness(1.06);
  box-shadow: 0 14px 30px rgba(8, 82, 207, 0.32);
  transform: translateY(-1px);
}

._searchBtn_1lzc4_258:active:not(:disabled) {
  transform: translateY(0);
}

._searchBtn_1lzc4_258:disabled {
  opacity: 0.68;
  cursor: wait;
}

._searchBtn_1lzc4_258:focus-visible,
._signInLink_1lzc4_300:focus-visible {
  outline: 3px solid rgba(10, 100, 249, 0.24);
  outline-offset: 3px;
}

._dropdown_1lzc4_305 {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  width: 100%;
  max-height: min(260px, calc(100dvh - 90px));
  margin: 0;
  padding: 6px;
  overflow: hidden auto;
  border: 1px solid #dce7f4;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 52px rgba(13, 40, 77, 0.2);
  list-style: none;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

._dropdownItem_1lzc4_324 {
  min-height: 54px;
  padding: 9px 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  color: #34465e;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  transition:
    background 140ms ease,
    color 140ms ease;
}

._dropdownItem_1lzc4_324:hover,
._dropdownItemActive_1lzc4_341,
._dropdownItem_1lzc4_324[aria-selected='true'] {
  background: #edf5ff;
  color: #0a55c7;
}

._dropdownItemIconWrapper_1lzc4_347 {
  width: 30px;
  height: 30px;
  margin-top: 1px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 9px;
  background: #e5f0ff;
  color: #0a64f9;
}

._dropdownItemText_1lzc4_359 {
  min-width: 0;
  padding-top: 1px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._dropdownItemPrimary_1lzc4_367,
._dropdownItemSecondary_1lzc4_368 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._dropdownItemPrimary_1lzc4_367 {
  color: #112841;
  font-size: 13px;
  font-weight: 760;
  line-height: 18px;
}

._dropdownItemSecondary_1lzc4_368 {
  color: #6d7d91;
  font-size: 11px;
  font-weight: 540;
  line-height: 16px;
}

._error_1lzc4_388 {
  margin: 9px 4px 0;
  padding: 8px 10px;
  border: 1px solid #ffd3d8;
  border-radius: 9px;
  background: #fff5f6;
  color: #b42335;
  font-size: 11px;
  font-weight: 690;
  line-height: 16px;
  text-align: left;
}

._heroActions_1lzc4_401 {
  min-height: 32px;
  margin-top: 10px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  gap: 12px;
}

._signInText_1lzc4_410 {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #65748a;
  font-size: 11px;
  font-weight: 640;
  line-height: 17px;
}

._signInLink_1lzc4_300 {
  margin: 0 -2px 0 1px;
  padding: 3px 2px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #075bdb;
  font: inherit;
  font-weight: 820;
  cursor: pointer;
}

._signInLink_1lzc4_300:hover {
  color: #0647aa;
  text-decoration: underline;
  text-underline-offset: 3px;
}

._heroAssurances_1lzc4_439 {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 8px;
}

._heroAssurances_1lzc4_439 span {
  min-height: 30px;
  padding: 5px 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(190, 207, 230, 0.68);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.67);
  color: #52647a;
  font-size: 10px;
  font-weight: 720;
  line-height: 16px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

._heroAssurances_1lzc4_439 svg {
  color: #0a64f9;
}

@media (max-width: 1120px) {
  ._heroOverlay_1lzc4_45 {
    background:
      radial-gradient(
        circle at 12% 15%,
        rgba(255, 255, 255, 0.96),
        transparent 32%
      ),
      linear-gradient(
        90deg,
        #f8faff 0%,
        rgba(248, 250, 255, 0.97) 36%,
        rgba(248, 250, 255, 0.76) 60%,
        rgba(238, 245, 255, 0.2) 100%
      );
  }

  ._heroBackdrop_1lzc4_34 {
    object-position: 58% center;
  }

  ._heroInner_1lzc4_92 {
    width: min(100%, 600px);
  }
}

@media (max-width: 768px) {
  ._hero_1lzc4_24 {
    min-height: auto;
  }

  ._heroBackdrop_1lzc4_34 {
    object-position: 56% center;
    filter: saturate(0.92) contrast(0.98);
    opacity: 0.7;
    transform: scale(1.08);
  }

  ._heroOverlay_1lzc4_45 {
    background:
      linear-gradient(
        180deg,
        rgba(248, 250, 255, 0.46) 0%,
        rgba(248, 250, 255, 0.85) 25%,
        rgba(248, 250, 255, 0.96) 60%,
        rgba(240, 247, 255, 0.82) 100%
      ),
      linear-gradient(
        90deg,
        rgba(248, 250, 255, 0.9),
        rgba(248, 250, 255, 0.48)
      );
  }

  ._heroGlow_1lzc4_66 {
    top: 35%;
    left: -30%;
    width: 280px;
    height: 280px;
  }

  ._heroContent_1lzc4_80 {
    padding: 36px 20px 78px;
    align-items: flex-start;
  }

  ._heroInner_1lzc4_92 {
    width: 100%;
  }

  ._heroEyebrow_1lzc4_97 {
    min-height: 30px;
    margin-bottom: 15px;
    padding: 5px 9px;
    font-size: 9px;
  }

  ._heroTitle_1lzc4_118 {
    max-width: 620px;
    font-size: clamp(36px, 9.2vw, 50px);
    line-height: 1.01;
  }

  ._heroSubtitle_1lzc4_138 {
    max-width: 580px;
    margin: 16px 0 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  ._searchBox_1lzc4_148 {
    padding: 10px;
    border-radius: 18px;
  }

  ._searchBoxHeader_1lzc4_164 {
    padding-bottom: 7px;
  }

  ._searchInputWrapper_1lzc4_191 {
    flex-direction: column;
    gap: 8px;
  }

  ._searchInput_1lzc4_191,
  ._searchBtn_1lzc4_258 {
    min-height: 52px;
  }

  ._searchInput_1lzc4_191 {
    padding-right: 42px;
    padding-left: 45px;
    font-size: 14px;
  }

  ._searchBtn_1lzc4_258 {
    width: 100%;
    min-width: 0;
  }

  ._heroActions_1lzc4_401 {
    flex-wrap: wrap;
    gap: 4px 8px;
  }

  ._heroAssurances_1lzc4_439 {
    margin-top: 12px;
    gap: 6px;
  }
}

@media (max-width: 480px) {
  ._heroContent_1lzc4_80 {
    padding: 32px 16px 76px;
  }

  ._heroTitle_1lzc4_118 {
    font-size: clamp(34px, 10vw, 40px);
    letter-spacing: -0.052em;
  }

  ._heroSubtitle_1lzc4_138 {
    max-width: 340px;
  }

  ._searchBoxHeader_1lzc4_164 {
    align-items: flex-start;
  }

  ._searchCoverage_1lzc4_181 {
    display: none;
  }

  ._heroActions_1lzc4_401 {
    min-height: 0;
    margin-top: 8px;
  }

  ._heroAssurances_1lzc4_439 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  ._heroAssurances_1lzc4_439 span {
    min-width: 0;
    padding: 5px 4px;
    justify-content: center;
    font-size: 10px;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
}

@media (max-width: 359px) {
  ._heroContent_1lzc4_80 {
    padding-right: 12px;
    padding-left: 12px;
  }

  ._heroTitle_1lzc4_118 {
    font-size: 32px;
  }

  ._heroSubtitle_1lzc4_138 {
    font-size: 13px;
  }

  ._signInText_1lzc4_410 {
    width: 100%;
  }

  ._heroAssurances_1lzc4_439 span {
    padding-right: 2px;
    padding-left: 2px;
    gap: 3px;
    font-size: 9.5px;
    letter-spacing: -0.035em;
  }

  ._heroAssurances_1lzc4_439 svg {
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 769px) and (max-height: 720px) {
  ._hero_1lzc4_24 {
    min-height: 590px;
  }

  ._heroContent_1lzc4_80 {
    padding-top: 42px;
    padding-bottom: 105px;
  }

  ._heroEyebrow_1lzc4_97 {
    margin-bottom: 12px;
  }

  ._heroTitle_1lzc4_118 {
    font-size: clamp(44px, 5vw, 60px);
  }

  ._heroSubtitle_1lzc4_138 {
    margin: 14px 0 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._heroInner_1lzc4_92,
  ._heroGlow_1lzc4_66 {
    animation: none;
  }
}
@media (max-width: 1188px) {
  .payment-stepper-cart {
    width: 80%;
  }
}

@media (max-width: 1173px) {
  .payment-stepper-cart {
    width: 90%;
  }

  .quickvee-payment-component-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1035px) {
  .payment-stepper-cart {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .payment-stepper-cart {
    display: flex !important;
    flex-wrap: wrap;
  }

  .payment-stepper-cart > .payment-stepper-wishlist-item {
    width: 100%;
  }

  .payment-stepper-cart > .payment-stepper-checkout-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .payment-stepper-cart > .payment-stepper-customer-detail-section {
    width: 100%;
  }

  .payment-all-cart-items.overflowed {
    padding: 0;
    overflow: hidden;
  }

  .quickvee-payement-stepper > span {
    font-size: clamp(12px, 2px + 2.1783vw, 18px) !important;
  }

  .quickvee-payement-stepper {
    padding: 20px 0px;
    /* margin-bottom: 20px; */
  }

  .payment-stepper-cart
    > .payment-stepper-wishlist-item
    > .payment-all-cart-items {
    height: unset !important;
    max-height: unset !important;
  }

  .payment-stepper-cart > .payment-stepper-customer-detail-section {
    border-right: 0;
  }

  /* .custom-file-upload-input {
        width: 90% !important;
    } */
  .payment-delivery-payment-info-section {
    height: unset;
  }

  .payment-stepper-cart > .payment-stepper-wishlist-item {
    border-right: 0;
  }

  #modal-modal-description {
    overflow-x: unset;
  }

  .payment-stepper-cart > .payment-stepper-customer-detail-section {
    padding: 0;
  }

  .payment-delivery-section {
    margin-bottom: 20px;
  }
  .payment-stepper-checkout-item {
    padding-top: 10px !important;
  }

  .payment-stepper-customer-detail-section {
    padding: 0 20px !important;
  }

  .payment-stepper-cart
    > .payment-stepper-wishlist-item
    > .payment-all-cart-items {
    margin: 0 !important;
  }

  .payment-stepper-single-billing-info-detail {
    padding-top: 20px;
  }

  .payment-delivery-payment-info-section {
    margin-bottom: 10px;
  }

  .profile-page-user-data-button {
    padding-left: 11px;
  }

  .payment-card-details-add-section > div {
    /* width: 100% !important; */
    margin-bottom: 15px;
  }

  .card-expiry-date {
    max-width: 100% !important;
    bottom: -17px !important;
  }
}

/* add css by priya */
.MuiPaper-root::-webkit-scrollbar {
  width: 3px;
}
.MuiPaper-root::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;

  cursor: pointer;
}

/* Handle */
.MuiPaper-root::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}

/* Handle on hover */
.MuiPaper-root::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

@media (max-width: 604px) {
  .payment-card-details-add-section > div {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .top-content p {
    font-family: QuicksandBold !important;
    font-size: 16px;
    font-weight: 400 !important;
  }

  /* .payment-card-details-add-section>div{
        width: 100% !important;
        margin-bottom: 15px;
    } */

  /* .css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input.css-d9oaum-MuiSelect-select-MuiInputBase-input-MuiFilledInput-input {
        padding: 10px 10px !important;
    } */

  .MobileViewPaymentWishlist-option-title {
    font-weight: 500 !important;
    padding-left: 5px;
    margin-bottom: 5px;
  }

  .payment-stepper-cart > .payment-stepper-wishlist-item {
    width: 100%;
  }

  /* font-size: clamp(12px, 0.05px + 5.1783vw, 20px) !important; */

  .payment-stepper-cart > .payment-stepper-checkout-item {
    width: 100%;
    margin-bottom: 20px;
    /* box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
  }

  .payment-stepper-cart > .payment-stepper-wishlist-item {
    padding: 0;
  }

  .payment-page-wishlist-cart-items {
    margin-top: 5px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
      rgba(17, 17, 26, 0.05) 0px 8px 32px;
  }

  .quickvee-payment-component-content {
    padding: 0;
  }

  .payment-page-wishlist-cart-items {
    border-radius: 0;
    border: 0;
  }

  .id-card-detail-image {
    width: 100% !important;
  }

  .custom-file-upload-input {
    width: 100% !important;
  }

  .payment-billing-inputs-div {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .payment-billing-input-outer-div {
    width: 100%;
  }

  .payment-billing-city-state-update-inputs {
    display: flex !important;
    gap: 2 !important;
  }

  .payment-billing-city-state-update-inputs > div:first-child {
    margin-right: 10px;
    width: 100%;
  }

  .payment-billing-input-outer-div {
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 15px;
  }

  .quickvee-payement-stepper > span {
    margin: 0 5px;
  }

  .css-10botns-MuiInputBase-input-MuiFilledInput-input {
    padding-top: 20px;
  }
}

.payment-page-wishlist-item-content > .middle-content {
  width: 100% !important;
}

.payment-page-wishlist-item-content
  > .middle-content
  > .increment-decremnt-button
  > span {
  margin: unset;
}

.payment-page-wishlist-item-content
  > .middle-content
  > .increment-decremnt-button
  button:disabled {
  background: #80aef7;
}

.payment-page-wishlist-item-content
  > .middle-content
  > .increment-decremnt-button
  button {
  border: none;
  background: #0a64f9;
  border-radius: 4px;
  color: #fff;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.payment-page-wishlist-item-content > .bottom-dropdowns-for-categories > div {
  margin-bottom: 10px !important;
  padding: 0px 3px;
  margin-right: 0;
  width: unset() !important;
  padding: 0 5px !important;
}

.billing-info-delivery-address-update-form > div:nth-child(2) {
  margin: 0px 0px !important;
}

.payment-delivery-address-section
  > .bottom-section-of-payment-delivery-address
  > .payment-delivery-single-delivery-address {
  margin: 4px -4px !important;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-item-top {
  font-size: clamp(12px, 0.05px + 4.1783vw, 20px) !important;
}

.payment-billing-customer-form > h1 {
  margin-bottom: 12px;
  font-size: clamp(12px, 0.05px + 4.1783vw, 20px) !important;
}

.payment-delivery-section > span {
  font-size: clamp(12px, 0.05px + 4.1783vw, 20px) !important;
}

.payment-delivery-payment-info-section > span {
  font-size: clamp(12px, 0.05px + 4.1783vw, 20px) !important;
}

.payment-delivery-address-section
  > .head-section-of-payment-delivery-address
  > span {
  font-size: clamp(12px, 0.05px + 4.1783vw, 20px) !important;
}

.payment-radio-heading span:nth-child(2) {
  font-size: clamp(12px, 0.05px + 4.1783vw, 16px) !important;
}

.css-ahj2mt-MuiTypography-root {
  /* font-size: clamp(12px, 0.05px + 3.1783vw, 16px) !important; */
}

.modal-main-button {
  font-size: clamp(12px, 0.05px + 3.1783vw, 14px) !important;
}

.select-delivery-hour-and-date label {
  /* font-size: clamp(14px, 0.05px + 3.1783vw, 14px) !important; */
}

.modal-form-single-input label {
  font-size: clamp(10px, 0.05px + 3.1783vw, 14px) !important;
}

.css-1ff8729-MuiInputBase-root-MuiFilledInput-root {
  font-size: clamp(14px, 0.05px + 2.6783vw, 14px) !important;
}

.stateDropdown .modal-form-single-input {
  font-size: clamp(10px, 0.05px + 2.6783vw, 14px) !important;
}

.payment-stepper-cart
  > .payment-stepper-checkout-item
  > .payment-stepper-checkout-content
  > .quickvee-checkout-final-amount {
  margin: 15px 0 15px 0 !important;
}

.payment-stepper-cart
  > .payment-stepper-wishlist-item
  > .payment-stepper-wishlist-item-topper {
  margin-top: 20px;
}

.payment-stepper-wishlist-item {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .payment-stepper-checkout-item-top {
    margin-top: 20px;
  }
}

.payment-billing-input-outer-div {
  position: relative;
  margin-top: 0px !important;
  margin-bottom: 15px;
}

.input-error {
  position: absolute;
  bottom: -20px;
  left: 0;
  padding-left: 0;
  /* width: 80px; */
  /* padding-right: 30px; */
  height: 15px;
}

.payment-billing-input-outer-div-for-all {
  margin: 0 !important;
}

.top-bar-button {
  padding-left: 19px !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.css-1e6y48t-MuiButtonBase-root-MuiButton-root {
  /* padding: 8.76px 0px !important; */
  /* height: 44px; */
}

.payment-card-details-add-section-single-item {
  position: relative !important;
}

.cvv {
  position: relative !important;
}

.card-expiry-date {
  position: absolute;
  /* bottom: -30px; */
  left: 0;
  /* font-size: clamp(2px, 0.05px + 2.8783vw, 8px) !important; */
  max-width: 100px;
}

/* @media (max-width: 392px) {
    .cvv-input{
        bottom: -29px;
    }
} */

.choose-date-on-payment {
  position: relative !important;
}

.choose-time-on-payment {
  position: relative !important;
}

.css-1xhypcz-MuiStack-root > .MuiTextField-root {
  /* min-width: unset !important; */
}

.custom-file-upload-input {
  position: relative;
}

.image_input_error {
  left: 0;
}

@media (max-width: 480px) {
  .orderSummery_head {
    /* padding: 0 15px; */
  }

  .OrderSummeryProductDiv {
    padding: 0 20px;
  }

  .OrderSummeryItemDiv p.blackclr {
    background-color: #f1f1f1;
    padding: 10px 20px;
    /* font-size: 20px; */
  }

  

  .orderSummeryRightTop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orderSummeryRightTopC p {
    padding: 0 20px;
  }

  .orderSummeryCustomerDetailsArea .orderSummery_head {
    /* padding-left: 20px;
    padding-right: 20px; */
  }

  .orderSummeryCustomerDetailsInner {
    padding: 0 20px;
  }

  .orderSummeryIdentification h1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-font-header img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-font-header {
    border: 0;
  }

  .orderSummeryRightTopC p.amountrow {
    background-color: #f1f1f1;
    padding: 10px 15px;
    border: 0;
    font-size: 20px;
  }
}

.css-1gtlbg0 {
  overflow: unset !important;
  padding-top: 0 !important;
}

.payment-summary-input {
  position: relative !important;
}

.css-m9glnp-MuiPaper-root-MuiDialog-paper {
  height: unset !important;
  width: unset !important;
}

.css-1hyl1h2 {
  height: unset !important;
  width: unset !important;
}

/* .css-1ujsas3{
    min-width: unset !important;
    padding: 0px !important;
} */

.BasicInfo-btn-padding {
  min-width: unset !important;
  padding: 0px !important;
}

.error-on-submit-register {
  left: 0 !important;
}

.payment-modal-button button {
  width: 48%;
  padding: 10px;
  font-size: 15px;
  font-family: QuicksandBold, 'Quicksand' !important;
  background-color: #fff;
  outline: none;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.payment-modal-outer-div .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
  max-width: 500px !important;
}

.payment-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 25px;
}

.payment-modal .payment-modal-content img {
  margin-bottom: 15px;
  width: 80px;
  height: auto;
}

.payment-modal .payment-modal-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.payment-modal .payment-modal-button button {
  width: 48%;
  padding: 10px;
  font-size: 15px;
  font-family: QuicksandBold, 'Quicksand' !important;
  background-color: #fff;
  outline: none;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.payment-modal .payment-modal-button button:first-child {
  border: 1px solid #D0D5DD;
}

.payment-modal .payment-modal-content span {
  text-align: center;
  color: #212121;
  font-family: QuicksandBold, 'Quicksand' !important;
  font-size: 18px;
  padding: 0 10px;
}

.payment-modal .out-of-stock-products span {
  font-family: QuicksandBold, 'Quicksand' !important;
  font-size: 16px;
  align-self: start;
  margin-bottom: 5px;
  text-align: left;
}

.payment-modal-outer-div-card .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
  width: 370px;
}

.css-uhb5lp {
  width: 370px !important;
}

.DatePicker-Debit-creadit-card {
  width: 100%;
  font-size: 12px !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
  background: #ffffff !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 6px !important;
  /* height: 48px; */
}

.css-1rgmeur.Mui-error {
  color: unset !important;
}

.css-dvhgws::before {
  border-bottom: unset !important;
}

.css-dvhgws {
  background-color: unset !important;
}

.custom-date-picker-width {
  width: 100% !important;
  min-width: unset !important;
  /* Adjust width as needed */
}

.custom-date-picker-width
  .MuiOutlinedInput-root.Mui-focused
  .MuiOutlinedInput-notchedOutline {
  border-color: #000 !important;
  border-width: 1px !important;
}
.custom-date-picker-width
  .MuiOutlinedInput-root.Mui-error
  .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.23) !important;
}

.custom-date-picker-width > div > input {
  /* font-family: QuicksandBold, 'Quicksand' !important; */
}

.custom-date-picker-width > label {
  font-family: QuicksandBold, 'Quicksand' !important;
}

.css-192l38i {
  display: block !important;
}

.input-field {
  width: 100% !important;
  position: relative !important;
  font-family: QuicksandMedium, 'Quicksand' !important;
}

.input-field
  .MuiOutlinedInput-root.Mui-focused
  .MuiOutlinedInput-notchedOutline {
  /* border-color: #000 !important; */
  border-color: #000 !important;
  border-width: 1px !important;
}
.input-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  /* border-color: #000 !important; */
  border-color: #000 !important;
  border-width: 1px !important;
}

.select-OnFocus.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #000 !important;
  border-width: 1px !important;
}

/* .css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root .Mui-focused .MuiOutlinedInput-notchedOutline{
  border-color:  #000000 !important;
} */
/* .css-9ddj71-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #000000 !important;
  border-width: 1px !important;
} */

.input-field > div > input {
  /* font-family: QuicksandBold, 'Quicksand' !important; */
  font-family: QuicksandSemiBold, 'Quicksand' !important;
}

.input-field > label {
  font-family: QuicksandSemiBold, 'Quicksand' !important;
  color: #000000 !important;
}

.form-select-formcontrol > label {
  /* font-family: QuicksandSemiBold, 'Quicksand' !important; */
}

.form-select-formcontrol > div > div {
  font-family: QuicksandBold, 'Quicksand' !important;
}

.form-select-formcontrol > div > input {
  font-family: QuicksandSemiBold, 'Quicksand' !important;
}

.delivery-payment-radio-button {
  display: flex !important;
  flex-direction: row !important;
}

.MuiPickersLayout-root {
  display: unset !important;
}

.MuiDialog-paper {
  min-width: 280px !important;
  /* width: 70% !important; */
}
@media (max-width: 480px) {
  .MuiDialog-paper {
    width: 70% !important;
  }
}
.MuiDateCalendar-root {
  width: 280px !important;
}
.MuiMonthCalendar-root {
  width: 280px !important;
}
.MuiDialogContent-root {
  overflow-x: hidden;
}
/* Track */
.MuiDialogContent-root::-webkit-scrollbar {
  width: 3px !important;
}
.MuiDialogContent-root::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey !important;
  border-radius: 10px !important;

  cursor: pointer !important;
}

/* Handle */
.MuiDialogContent-root::-webkit-scrollbar-thumb {
  background: #3e85f8 !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  -webkit-transition: background 0.3s ease-in-out !important;
  transition: background 0.3s ease-in-out !important;
  outline: 1px solid #fff !important;
}

/* Handle on hover */
.MuiDateCalendar-root::-webkit-scrollbar-thumb:hover {
  background: #0a64f9 !important;
  cursor: pointer !important;
}

.MuiYearCalendar-root {
  width: 280px !important;
}

/* Track */
.MuiYearCalendar-root::-webkit-scrollbar {
  width: 3px;
}
.MuiYearCalendar-root::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;

  cursor: pointer;
}

/* Handle */
.MuiYearCalendar-root::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}

/* Handle on hover */
.MuiYearCalendar-root::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

/* .MuiDialogActions-root > button{
  border: 2px solid red !important; 
  background: #ffffff ;
  border: 1px solid #232323 !important;
  border-radius: 6px !important;
  color: #232323 !important;
  text-transform: capitalize !important;
  font-family: QuicksandBold, 'Quicksand' !important;
  width: 48%;
}
.MuiDialogActions-root.second-buttons > button {
  background: #0a64f9 !important;
  border: 2px solid #0a64f9 !important;
  color: #ffffff !important;
} */

.MuiFormLabel-root {
  color: #000 !important;
}

.MuiDialogActions-root {
  justify-content: space-around !important;
}

.topBarUserAndCartLogo > button {
  min-width: unset !important;
  padding: unset !important;
}

@media (min-width: 768px) {
  .loyality-points-para {
    /* margin-left: 0 !important; */
  }
}
@media (max-width: 480px) {
  .loyality-point-para-collpase {
    margin-left: 0 !important;
  }
}
.Log-in-as-Guest-div button {
  width: 325px !important;
}

.common-footer-div {
  margin-left: -47px !important;
  padding-left: 25px !important;
  margin-right: -46px !important;
  padding-right: 26px !important;
}
.common-footer-div > div > div {
  width: 90%;
}

@media (min-width: 768px) {
  .side-bar-and-order-section-footer {
    margin-left: 250px;
  }
}

.home_alert_div h3 {
  font-size: clamp(18px, 0.05px + 2.6783vw, 22px) !important;
}
.home_alert_div p {
  font-size: clamp(14px, 0.05px + 2.6783vw, 18px) !important;
}
.single-store-wishlist {
  /* min-height: calc(100vh - 137px) !important;  */
}

.lodding-image {
  width: 120px;
}

@media (max-width: 768px) {
  .lodding-image {
    width: 110px !important;
  }
  .OrderSummeryItemDiv p {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .lodding-image {
    width: 100px !important;
  }
}

.order-status-svg > svg {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 480px) {
  .moreordersummary-container {
    background-color: #f1f1f1 !important;
    padding: 0px 18px 0px 0px !important;
  }
}

.loaderarea {
  height: 80vh;
  display: flex;
  align-items: center;
  width: 100%;
    justify-content: center;
}

@media (max-width: 480px) {
  .refund-orderSummeryPage {
    margin-left: 15px;
  }
}

.fa-lg {
  line-height: 0em !important;
}

/*===============================
  container
================================*/
body {
  font-family: "Jost", serif;
  touch-action: manipulation;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

ul {
  list-style: none;
}

.newContainer {
  width: 100%;
  max-width: 1920px;
  min-width: 0;
  margin: 0 auto;
}

.sideBar {
  width: 250px;
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.mainContent {
  width: 100%;
  min-width: 0;
  flex: 1;
  padding-left: 30px;
}

.setting-sidebar {
  width: 250px;
  border-right: 1px solid #e8e9eb;
  padding-right: 24px;
}

.sticky-setting-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
}

.detailProductDesTop .image img {
  width: 100% !important;
  height: auto !important;
}

/*===============================
  swiper setting
================================*/
.home-new-arrivals__swiper .swiper-slide,
.home-store-near__swiper .swiper-slide,
.popularProduct .swiper-slide {
  height: auto !important;
}

.home-store-near__swiper,
.home-store-near__swiper .swiper-wrapper {
  padding-bottom: 2px;
}

@media (hover: none) and (pointer: coarse) {
  .swiper-horizontal[data-product-rail=true] {
    touch-action: pan-y pinch-zoom;
    -webkit-user-select: none;
    user-select: none;
  }
  .swiper-horizontal[data-product-rail=true] img {
    -webkit-user-drag: none;
  }
}
.mui-date-picker-width > div:hover fieldset {
  border-color: #c4c4c4 !important;
}
.mui-date-picker-width input {
  font-family: "Jost", serif !important;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.deliveryDatePicker > div:hover fieldset {
  border-color: #c4c4c4 !important;
}
.deliveryDatePicker input {
  height: 34px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.deliveryRightSec .coupenTipRigh† {
  max-width: 100%;
}

.checkoutPayBtn {
  border: none;
  outline: none;
  background-color: #108910 !important;
  padding: 13px 46px !important;
  color: #fff !important;
  border-radius: 30px !important;
  cursor: pointer !important;
  white-space: nowrap;
  width: 100% !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.checkoutPayBtn:hover {
  background-color: #80b918 !important;
}

.chooseTimeSelect .css-1jy569b-MuiFormLabel-root-MuiInputLabel-root {
  transform: translate(14px, 13px) scale(0.75);
  -webkit-transform: translate(14px, 13px) scale(0.75);
}
.chooseTimeSelect #demo-simple-select {
  padding: 11.5px 14px;
}

.loaderGig {
  height: calc(100vh - 150px);
  justify-content: center;
  display: flex;
  align-items: center;
}

/*===============================
  checkout
================================*/
.rightContainerCheckout {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  width: 100%;
}
.rightContainerCheckout .coupenTipRigh† {
  width: 100%;
  max-width: 100%;
}

.deliveryRightSec {
  width: 100%;
  max-width: 100%;
}

.cardNumberPlaceholder::placeholder {
  color: #bfbfbf !important; /* Change to desired color */
  /* Optional: make it bold */
  font-size: 14px; /* Optional: change size */
  opacity: 1; /* Ensure it's visible */
}

.rowStyle {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  gap: 10px;
}
@media (max-width: 768px) {
  .rowStyle {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}

.cardStyle {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}
.cardStyle:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/*===============================
  media query
================================*/
@media (min-width: 769px) {
  .sideBar {
    width: 250px;
    border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
    position: -webkit-sticky;
    position: sticky;
    height: calc(100vh - 89px);
    top: 99px;
    left: 0;
    align-self: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff; /* optional: background color */
    z-index: 1;
    /* width */
  }
  .sideBar.sideBarChangeValue {
    top: 141px;
    height: calc(100vh - 131px);
  }
  .sideBar::-webkit-scrollbar {
    width: 3px;
  }
  .sideBar {
    /* Track */
  }
  .sideBar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    cursor: pointer;
  }
  .sideBar {
    /* Handle */
  }
  .sideBar::-webkit-scrollbar-thumb {
    background: #3e85f8;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    outline: 1px solid #fff;
  }
  .sideBar {
    /* Handle on hover */
  }
  .sideBar::-webkit-scrollbar-thumb:hover {
    background: #0a64f9;
    cursor: pointer !important;
  }
  .headerSticky {
    position: -webkit-sticky;
    position: sticky;
    inset-block-start: 0px;
    z-index: 4;
    background: #fff;
  }
  .mainContent {
    max-width: calc(100% - 250px);
    min-width: 0;
    padding-right: 18px;
  }
  .newContainer.d-flex > .mainContent {
    max-width: none;
    min-width: 0;
    flex: 1 1 0;
  }
}
.scrollBar {
  /* Scrollbar (base) */
}
.scrollBar::-webkit-scrollbar {
  width: 4px; /* vertical scrollbar width */
  height: 8px; /* horizontal scrollbar height */
}
.scrollBar {
  /* Track */
}
.scrollBar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  cursor: pointer;
}
.scrollBar {
  /* Handle */
}
.scrollBar::-webkit-scrollbar-thumb {
  background: #3e85f8;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  outline: 1px solid #fff;
}
.scrollBar {
  /* Handle on hover */
}
.scrollBar::-webkit-scrollbar-thumb:hover {
  background: #0a64f9;
  cursor: pointer !important;
}

.headerStickyNavy {
  z-index: 40;
  border-bottom: 1px solid #173657;
  background: #091e3a;
  box-shadow: 0 8px 24px rgba(7, 25, 49, 0.2);
}

@media (max-width: 768px) {
  .rightContainerCheckout {
    flex-basis: 100%;
  }
  .mainContent {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .deliveryDatePicker > div {
    padding-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .sideBar {
    width: 90vw;
    border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    height: calc(100vh - 30px);
    left: 0;
    align-self: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    z-index: 1;
    padding-bottom: 30px;
  }
  .sideBar.sideBarChangeValue {
    top: 30px;
    height: calc(100vh - 30px);
  }
  .sideBar::-webkit-scrollbar {
    width: 3px;
  }
  .sideBar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  .sideBar::-webkit-scrollbar-thumb {
    background: #3e85f8;
    border-radius: 10px;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    outline: 1px solid #fff;
  }
  .sideBar::-webkit-scrollbar-thumb:hover {
    background: #0a64f9;
  }
}
.px-18px {
  padding-left: 18px;
  padding-right: 18px;
}

.pxR-18px {
  padding-right: 18px;
}