html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  color: #1e1e1e;
  min-width: 320px;
}

h2 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 32px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
}

img {
  height: auto;
  display: block;
  border-radius: 20px;
}

main {
  margin: 0 20px;
  margin-bottom: 100px;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  padding: 20px;
}
@media screen and (min-width: 900px) {
  main {
    margin: 0 5%;
    margin-bottom: 142px;
  }
}

.hidden {
  display: none;
}

.logo-header {
  display: none;
}
@media screen and (min-width: 900px) {
  .logo-header {
    margin: 3rem 5%;
    display: block;
  }
}

svg {
  stroke-width: 1.5;
  width: 20px;
  height: 20px;
}

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

main.account {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
  row-gap: 40px;
}
main.account h2 {
  text-align: center;
}
@media screen and (min-width: 900px) {
  main.account h2 {
    text-align: left;
  }
}
main.account .account-header {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 1px;
}
main.account .account-header .general-user-info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
main.account .account-header .general-user-info .profile {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 10px;
}
main.account .account-header .general-user-info .profile .img-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
}
main.account .account-header .general-user-info .profile .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
main.account .account-header .general-user-info .profile .img-wrapper .upload-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27px;
  height: 27px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 5px;
}
main.account .account-header .general-user-info .profile .img-wrapper .upload-btn:hover {
  background-color: #f0f0f0;
}
main.account .account-header .general-user-info .profile .img-wrapper #file-input {
  display: none;
}
main.account .account-header .general-user-info .profile p {
  font-size: 1.5rem;
  font-weight: 18px;
}
@media screen and (min-width: 900px) {
  main.account .account-header .general-user-info .profile p {
    font-size: 32px;
  }
}
@media screen and (min-width: 900px) {
  main.account .account-header .general-user-info .profile {
    flex-direction: row;
    gap: 20px;
  }
}
main.account .account-header .general-user-info .points-wrapper {
  display: none;
}
@media screen and (min-width: 900px) {
  main.account .account-header .general-user-info .points-wrapper {
    display: block;
    padding: 11px 17px;
    background-color: #668efe;
    color: #fff;
    border-radius: 30px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    height: fit-content;
  }
}
@media screen and (min-width: 900px) {
  main.account .account-header {
    gap: 15px;
    align-items: normal;
  }
}
main.account .mobile-layout {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
main.account .mobile-layout .mobile-account-button {
  font-weight: 500;
  display: flex;
  flex-flow: row nowrap;
  gap: 15px;
  padding: 12px 0;
  align-items: center;
}
main.account .mobile-layout .mobile-account-button.points {
  justify-content: space-between;
}
main.account .mobile-layout .mobile-account-button.points div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 15px;
}
main.account .mobile-layout .mobile-user-points {
  border-radius: 12px;
  background: #668efe;
  color: #fff;
  padding: 0 0.75rem;
  align-self: end;
}
main.account .desktop-layout {
  display: none;
}
@media screen and (min-width: 900px) {
  main.account .mobile-layout {
    display: none;
  }
  main.account .desktop-layout {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: start;
    gap: 1rem;
  }
  main.account .left {
    interpolate-size: allow-keywords;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    flex-basis: calc(50% - 1rem);
    flex-grow: 1;
  }
  main.account .left .account-options {
    overflow: hidden;
    height: 60px;
    width: 100%;
    border-radius: 9px;
    transition: height ease 0.5s;
  }
  main.account .left .account-options button {
    background: #e8e8e8;
    width: 100%;
    height: 60px;
    border-radius: 9px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    color: #1e1e1e;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 20px;
    cursor: pointer;
    transition: all ease 0.5s;
  }
  main.account .left .account-options button:hover {
    background-color: #f3f3f3;
  }
  main.account .left .account-options.active {
    height: max-content;
  }
  main.account .left .account-options.active button {
    background-color: #c1d2ff;
  }
  main.account .left .account-options .profile-settings {
    margin: 30px 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 44px;
  }
  main.account .left .account-options .profile-settings h3 {
    text-align: center;
  }
  main.account .left .account-options .profile-settings .input-wrapper {
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
  }
  main.account .left .account-options .profile-settings .input-wrapper label {
    flex-basis: calc(20% - 15px);
  }
  main.account .left .account-options .profile-settings .input-wrapper input {
    flex-grow: 1;
    flex-basis: calc(80% - 15px);
    border: none;
    border-bottom: 1px solid #1e1e1e;
  }
  main.account .left .account-options .profile-settings .input-wrapper input.error {
    border-bottom: 1px solid red;
  }
  main.account .left .account-options .profile-settings .input-wrapper input:focus {
    outline: none;
    border-bottom: 1px solid #c1d2ff;
  }
  main.account .left .account-options .profile-settings .input-wrapper input[type=email]:focus, main.account .left .account-options .profile-settings .input-wrapper input[type=email] {
    outline: none;
    border-bottom: none;
  }
  main.account .left .account-options .profile-settings .input-wrapper .password-wrapper {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
  }
  main.account .left .account-options .profile-settings .input-wrapper .password-wrapper .lucide-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  main.account .left .orders {
    padding: 1rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
  }
  main.account .left .order {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, 0.05);
    /* Drop shadow_1 */
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  }
  main.account .left .order .order-date {
    margin-top: 1.5rem;
    margin-left: 1rem;
  }
  main.account .left .order .items {
    display: flex;
    flex-flow: column nowrap;
  }
  main.account .left .order .items .item {
    border-top: 1px solid #777;
    padding: 1rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  main.account .left .order .items .item .item-details {
    display: flex;
    flex-basis: 45%;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
  }
  main.account .left .order .items .item .item-details img {
    width: 90px;
    height: 90px;
  }
  main.account .left .order .items .item .item-details .product-name {
    font-weight: 700;
  }
  main.account .left .order .items .item .buttons {
    display: flex;
    flex-basis: 45%;
    flex-flow: column nowrap;
  }
  main.account .left .order .items .item .buttons #track-order {
    font-weight: 600;
    padding: 14px 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 9px;
    background: #fff;
    color: #668efe;
    font-family: "outfit", sans-serif;
    border: 1px solid #668efe;
    margin-bottom: 10px;
  }
  main.account .left .order .items .item .buttons #review-btn {
    font-weight: 600;
    padding: 14px 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 9px;
    background: #668efe;
    color: #fff;
    font-family: "outfit", sans-serif;
    margin-bottom: 10px;
  }
  main.account .right {
    flex-basis: calc(50% - 1rem);
    flex-grow: 1;
  }
  main.account .right .question-title {
    font-size: 20px;
    border-bottom: 1px solid #1e1e1e;
  }
  main.account .right .options {
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    justify-content: center;
    margin: 20px 0;
  }
  main.account .right .option {
    flex-basis: calc(25% - 20px);
    position: relative;
    width: 100%;
    text-align: center;
  }
  main.account .right .option input[type=radio],
  main.account .right .option input[type=checkbox] {
    display: none;
  }
  main.account .right .option input[type=radio]:checked + label,
  main.account .right .option input[type=checkbox]:checked + label {
    background-color: #c1d2ff;
    color: #245ace;
  }
  main.account .right .option label {
    display: block;
    padding: 12px 0;
    background-color: #e8e8e8;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
  }
  main.account .save-btn {
    font-weight: 600;
    padding: 14px 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 9px;
    background: #668efe;
    color: #fff;
    font-family: "outfit", sans-serif;
    flex-basis: 25%;
  }
}

main.cart {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  gap: 26px;
}
main.cart h2,
main.cart h3 {
  flex-basis: 100%;
  text-align: center;
}
main.cart .desktop-left {
  flex-basis: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
main.cart .desktop-left .cart-header {
  display: flex;
  flex-flow: flex nowrap;
  justify-content: space-between;
}
main.cart .desktop-left .cart-header #remove-all {
  cursor: pointer;
}
main.cart .desktop-left .items {
  flex-basis: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: 2.25rem;
}
main.cart .desktop-left .items .item {
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
  padding: 22px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.05);
  /* Drop shadow_1 */
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
main.cart .desktop-left .items .item .item-description {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
main.cart .desktop-left .items .item .item-description .product {
  display: flex;
  gap: 8px;
  flex-flow: row nowrap;
}
main.cart .desktop-left .items .item .item-description img {
  width: 90px;
  height: 90px;
}
@media screen and (min-width: 900px) {
  main.cart .desktop-left .items .item .item-description img {
    width: 171px;
    height: 171px;
  }
}
main.cart .desktop-left .items .item .item-description .product-description {
  max-width: 60%;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
main.cart .desktop-left .items .item .action-buttons {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}
main.cart .desktop-left .items .item .action-buttons svg {
  width: 24px;
  height: 24px;
}
main.cart .desktop-left .items .item .action-buttons .like svg {
  color: #efacac;
}
main.cart .desktop-left .items .item .action-buttons .like.liked svg {
  fill: #efacac;
}
main.cart .desktop-left .items .item .action-buttons .trash svg {
  color: #959698;
}
main.cart .desktop-left .items .item-bottom {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
main.cart .desktop-left .items .item-bottom .qty-buttons {
  display: flex;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 3px;
  overflow: hidden;
  width: 90px;
  text-align: center;
}
main.cart .desktop-left .items .item-bottom .qty-buttons .btn {
  flex: 1;
  border: none;
  background-color: white;
  font-size: 20px;
  cursor: pointer;
  outline: none;
}
main.cart .desktop-left .items .item-bottom .qty-buttons .qty {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(128, 128, 128, 0.5);
  border-right: 1px solid rgba(128, 128, 128, 0.5);
}
@media screen and (min-width: 900px) {
  main.cart .desktop-left .items .item-bottom .qty-buttons {
    width: 171px;
  }
}
main.cart .desktop-left .items .item-bottom .product-price {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  main.cart .desktop-left {
    flex-basis: 60%;
    flex-grow: 1;
  }
}
main.cart .desktop-right {
  flex-basis: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  gap: 16px;
}
main.cart .desktop-right .order-preview h3 {
  margin-bottom: 20px;
}
main.cart .desktop-right .order-preview .table-wrapper {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.05);
  /* Drop shadow_1 */
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
main.cart .desktop-right .order-preview table {
  width: 100%;
}
main.cart .desktop-right .order-preview table tbody {
  margin: 29px 17px;
  display: flex;
  flex-flow: column nowrap;
  gap: 25px;
}
main.cart .desktop-right .order-preview table tbody tr {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
main.cart .desktop-right .order-preview table tbody .order-total {
  border-top: 1px solid #1e1e1e;
  padding-top: 16px;
  font-weight: 700;
}
main.cart .desktop-right .internal-link {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #e8e8e8;
  color: #1e1e1e;
  font-family: "outfit", sans-serif;
}
@media screen and (min-width: 900px) {
  main.cart .desktop-right {
    flex-basis: 30%;
    flex-grow: 1;
    position: sticky;
    top: 0;
  }
}

main.checkout {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}
main.checkout .count {
  color: #668efe;
}
main.checkout .desktop-left {
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 100%;
  gap: 16px;
}
main.checkout .desktop-left h2 {
  text-align: center;
}
@media screen and (min-width: 900px) {
  main.checkout .desktop-left h2 {
    text-align: left;
  }
}
main.checkout .desktop-left form {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
main.checkout .desktop-left form .form-input {
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
  flex-basis: 100%;
}
main.checkout .desktop-left form label {
  font-size: 1rem;
  color: #767676;
}
main.checkout .desktop-left form label::after {
  content: "*";
  color: #d6763c;
}
main.checkout .desktop-left form input {
  height: 48px;
  border-radius: 10px;
  border: 0.5px solid #777777;
  background: #fff;
  padding-left: 1rem;
}
main.checkout .desktop-left form input:placeholder {
  padding-left: 1rem;
}
main.checkout .desktop-left form button {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #e8e8e8;
  color: #1e1e1e;
  font-family: "outfit", sans-serif;
  margin-top: 1rem;
}
main.checkout .desktop-left .points-form {
  margin-top: 1rem;
  display: flex;
  flex-flow: row nowrap;
  gap: 5px;
}
main.checkout .desktop-left .points-form input {
  flex-basis: 65%;
}
main.checkout .desktop-left .points-form button {
  margin: 0;
  flex-basis: 35%;
}
main.checkout .desktop-left .points-instructions {
  margin-top: 20px;
}
main.checkout .desktop-right {
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 100%;
  gap: 16px;
}
main.checkout .desktop-right .items {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.05);
  /* Drop shadow_1 */
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
}
main.checkout .desktop-right .items-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
main.checkout .desktop-right .item {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}
main.checkout .desktop-right .item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
@media screen and (min-width: 900px) {
  main.checkout .desktop-right .item img {
    width: 130px;
    height: 130px;
  }
}
main.checkout .desktop-right .item .product-description {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
}
main.checkout .desktop-right .item .product-description h4 {
  font-weight: 700;
}
main.checkout .desktop-right .item .product-description .product-price {
  font-weight: 700;
  align-self: end;
}
@media screen and (min-width: 900px) {
  main.checkout .desktop-right .item .product-description .product-price {
    align-self: start;
  }
}
main.checkout .desktop-right .order-summary {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
main.checkout .desktop-right .order-summary-title {
  text-align: center;
}
main.checkout .desktop-right .table-wrapper {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.05);
  /* Drop shadow_1 */
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
main.checkout .desktop-right .table-wrapper table {
  width: 100%;
}
main.checkout .desktop-right .table-wrapper table tbody {
  margin: 29px 17px;
  display: flex;
  flex-flow: column nowrap;
  gap: 25px;
}
main.checkout .desktop-right .table-wrapper table tbody tr {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
main.checkout .desktop-right .table-wrapper table tbody .order-total {
  border-top: 1px solid #1e1e1e;
  padding-top: 16px;
  font-weight: 700;
}
main.checkout .desktop-right .place-order-button {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #c1d2ff;
  color: #fff;
  font-family: "outfit", sans-serif;
  background: var(--Gradient-blue-buttonHover, linear-gradient(90deg, #4a7bff 0%, #668efe 100%));
}
@media screen and (min-width: 900px) {
  main.checkout {
    gap: 100px;
  }
  main.checkout .desktop-left {
    flex-basis: calc(50% - 50px);
    gap: 115px;
  }
  main.checkout .desktop-left form {
    flex-flow: row wrap;
  }
  main.checkout .desktop-left form .form-input {
    flex-basis: 100%;
  }
  main.checkout .desktop-left form .email-input {
    order: 1;
  }
  main.checkout .desktop-left form .half-width {
    flex-basis: 40%;
    flex-grow: 1;
  }
  main.checkout .desktop-left form .shipping-button {
    max-width: 80%;
    order: 2;
  }
  main.checkout .desktop-right {
    flex-basis: calc(50% - 50px);
  }
  main.checkout .desktop-right .place-order-button {
    max-width: 80%;
  }
}

svg[data-lucide=star] {
  fill: #fd9c00;
  stroke: none;
}

main .section-title {
  align-items: center;
  font-size: clamp(20px, 3vw, 45px);
  flex: 1 0 100%;
}
main .section-title + p {
  font-size: clamp(1rem, 2vw, 32px);
}
main h2 + p {
  font-size: clamp(1rem, 2vw, 32px);
}
main section {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
  height: 100%;
}
main section.user-info__box h2 {
  font-weight: 300;
}
main section.user-info__box h2 span {
  font-weight: 600;
}
main section.skintypes,
main section.skinConcerns {
  gap: 0;
}
main .box {
  margin-top: 1.5rem;
}
main .box__item {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 123px;
  height: 230px;
  cursor: pointer;
}
main .box__item-info-visual {
  position: relative;
  border-radius: 10px;
}
main .box__item-info-visual img {
  width: 123px;
  height: 123px;
}
main .box__item-info-visual .like {
  margin: 0;
  padding: 0;
  color: #efacac;
  position: absolute;
  top: 12px;
  right: 12px;
}
main .box__item-info-visual .like.btn.liked svg {
  fill: #efacac;
}
main .box__item-info-desc {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  gap: 10px;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 292px;
}
main .item-brand {
  font-weight: bold;
  font-size: 15px;
  font-weight: 700;
  line-height: 110%;
  color: #1e1e1e;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main .item-title {
  font-size: 13px;
  line-height: 110%;
  max-width: 123px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .item-price {
  font-size: 12px;
  font-weight: 700;
  line-height: 110%;
}
main .item-rate {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  line-height: 110%;
}
main .weather__box-content > a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 20px;
  background: linear-gradient(109deg, #c1d2ff 0.31%, #f1cece 99.69%);
  border-radius: 20px;
  padding: 30px;
}
main .weather__box-content > a h3 {
  grid-column: 1/-1;
  font-size: clamp(1rem, 2.5vw, 43px);
  font-weight: 400;
}
main .weather__box-content > a h3 .apply-ingredient {
  font-weight: bold;
}
main .weather__box-content-view {
  grid-row-start: 2;
  grid-row: span 2;
  grid-column: 1/-1;
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
  justify-content: space-evenly;
}
main .weather__box-content-view img {
  width: clamp(120px, 30vw, 313px);
}
main .weather__box-content-view .location {
  display: flex;
  align-items: center;
  font-size: 25px;
  text-align: center;
  color: #3d3d3d;
}
main .weather__box-content-view .location i {
  margin-right: 5px;
}
main .weather__box-content-view .location svg {
  width: 20px;
  height: 20px;
}
main .weather__box-content-view .location-city {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 4vw, 36px);
}
main .weather__box-content-view .temperature {
  font-size: clamp(36px, 6vw, 96px);
  text-align: left;
  font-weight: 500;
}
main .product-list {
  display: flex;
  gap: 17px;
}
main .product-list img {
  max-width: 100px;
}
main .product-suggestion-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: clamp(15px, 2vw, 32px);
  text-wrap: balance;
  color: #3d3d3d;
}
main .product-suggestion-text svg {
  color: #21272a;
  stroke-width: 2px;
}
main .popular__box {
  position: relative;
}
main .popular__box__item {
  width: 292px;
  height: 215px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
}
main .popular__item-user-info {
  display: flex;
  flex-flow: row nowrap;
  padding: 10px;
  gap: 6px;
  align-items: center;
}
main .popular__item-user-info img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
main .popular__item-desc {
  position: relative;
  height: 170px;
}
main .popular__item-desc .img-wrapper {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
main .popular__item-desc img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  object-fit: cover;
}
main .popular__item-desc-info {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding: 20px 10px;
}
main .popular__item-desc-info .review__comment {
  font-size: 13px;
  color: #fff;
  max-height: 20px;
  min-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .desktop {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  main .weather__box > a {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  main .weather__box-content a h3 {
    grid-column: span 1;
    grid-row: 1/2;
  }
  main .weather__box-content .suggestion-box {
    grid-column: span 1;
    grid-row: span 1;
  }
  main .weather__box-content-view {
    grid-column: span 1;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  main .weather__box-content-view .location svg {
    width: 30px;
    height: 30px;
  }
  main .weather__box-content .product-suggestion-text {
    justify-content: unset;
    margin-bottom: 1rem;
  }
  main .popular__box {
    position: relative;
  }
  main .popular .box__item {
    width: 698px;
    height: 512px;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
  }
  main .popular__item-user-info {
    display: flex;
    flex-flow: row nowrap;
    padding: 14px 23px;
    gap: 20px;
    align-items: center;
  }
  main .popular__item-user-info img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
  }
  main .popular__item-desc {
    position: relative;
    height: 434px;
  }
  main .popular__item-desc .img-wrapper {
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100%;
  }
  main .popular__item-desc .img-wrapper img {
    object-fit: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 100%;
  }
  main .popular__item-desc-info {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding: 20px 10px;
  }
  main .popular__item-desc-info .review__comment {
    font-size: 13px;
    color: #fff;
    max-height: 20px;
    min-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .desktop {
    display: inline-block;
  }
  .mobile {
    display: none !important;
  }
}
main.login .login-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-around;
}
main.login .login-wrapper .left-banner {
  display: none;
}
main.login .login-wrapper a {
  color: #245ace;
  text-decoration: none;
  font-weight: 600;
  margin-left: 0.5rem;
}
main.login .login-wrapper a:hover {
  color: #dbd0e4;
  text-decoration: underline;
}
main.login .login-wrapper .login-form {
  width: 100%;
  margin: 0;
}
main.login .login-wrapper .login-form h1 {
  margin: 0;
  font-size: 1.5rem;
}
main.login .login-wrapper .login-form input {
  border-radius: 10px;
  padding-inline: 1.5rem;
  border: none;
  outline: none;
  font-size: 0.875rem;
  background-color: #c1d2ff;
  width: 100%;
  background-color: #c1d2ff;
  height: 4rem;
  margin: 1rem 0;
}
main.login .login-wrapper .login-form input::placeholder {
  font-size: 0.875rem;
  color: #245ace;
}
main.login .login-wrapper .login-form input.is-invalid {
  background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg") no-repeat 95% 50% #e9d0db;
}
main.login .login-wrapper .login-form .password-input {
  position: relative;
}
main.login .login-wrapper .login-form .password-input i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #668efe;
}
main.login .login-wrapper .login-form button {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #668efe;
  color: #fff;
  font-family: "outfit", sans-serif;
  box-shadow: 0px 4px 61px 0px rgba(102, 142, 254, 0.4);
  width: 100%;
  margin-top: 20px;
}
main.login .login-wrapper .login-form .register {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  main.login .login-wrapper .left-banner {
    display: block;
    flex-basis: 50%;
  }
  main.login .login-wrapper .left-banner h1 {
    font-size: 3.5rem;
  }
  main.login .login-wrapper .left-banner .description {
    font-size: 1.5rem;
  }
  main.login .login-wrapper .login-form {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 900px) {
  main.login {
    margin: 0;
    padding: 0 1rem;
  }
  main.login .login-form {
    height: 100vh;
    align-self: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
}

main.order-confirmation h2 {
  text-align: center;
}
main.order-confirmation .thank-you {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.05);
  /* Drop shadow_1 */
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  text-align: center;
}
main.order-confirmation .thank-you .title {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 1rem;
}
main.order-confirmation .thank-you #order-number {
  color: #245ace;
  font-weight: 700;
}
main.order-confirmation .thank-you .confirmation-email-prompt {
  margin-top: 1rem;
}
main.order-confirmation .thank-you .confirmation-email-prompt #confirmation-email {
  color: #245ace;
  font-weight: 700;
}
main.order-confirmation .items {
  display: flex;
  flex-flow: column nowrap;
  gap: 9px;
}
main.order-confirmation .items li {
  list-style: none;
  margin-bottom: 9px;
}
main.order-confirmation .items .item {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.05);
  /* Drop shadow_1 */
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  position: relative;
}
main.order-confirmation .items .item .product {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}
main.order-confirmation .items .item .product .product-price {
  font-weight: 700;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
@media screen and (min-width: 900px) {
  main.order-confirmation .items .item .product .product-price {
    align-self: start;
  }
}
main.order-confirmation .items .item .product .product-description {
  max-width: 60%;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
main.order-confirmation .items .item h4 {
  font-weight: 700;
}
main.order-confirmation .items .item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
@media screen and (min-width: 900px) {
  main.order-confirmation .items .item img {
    width: 130px;
    height: 130px;
  }
}
main.order-confirmation .items .item .action-buttons {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}
main.order-confirmation .items .item .action-buttons svg {
  width: 24px;
  height: 24px;
}
main.order-confirmation .items .item .action-buttons .like svg {
  color: #efacac;
}
main.order-confirmation .items .item .action-buttons .like.liked svg {
  fill: #efacac;
}
main.order-confirmation .shipping-details .shipping-details-card {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.05);
  /* Drop shadow_1 */
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  margin-top: 1rem;
}
main.order-confirmation .order-summary {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
main.order-confirmation .order-summary h3 {
  text-align: center;
}
main.order-confirmation .order-summary .table-wrapper {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.05);
  /* Drop shadow_1 */
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
main.order-confirmation .order-summary .table-wrapper table {
  width: 100%;
}
main.order-confirmation .order-summary .table-wrapper table tbody {
  margin: 29px 17px;
  display: flex;
  flex-flow: column nowrap;
  gap: 25px;
}
main.order-confirmation .order-summary .table-wrapper table tbody tr {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
main.order-confirmation .order-summary .table-wrapper table tbody .order-total {
  border-top: 1px solid #1e1e1e;
  padding-top: 16px;
  font-weight: 700;
}
main.order-confirmation .order-summary .table-wrapper .points {
  font-weight: 700;
}
main.order-confirmation .continue-shopping-button {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #e8e8e8;
  color: #1e1e1e;
  font-family: "outfit", sans-serif;
}

main.order-history {
  display: flex;
  flex-flow: column nowrap;
}
main.order-history .back {
  margin: -0.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.5rem;
}
main.order-history .orders {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
main.order-history .order {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.05);
  /* Drop shadow_1 */
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
main.order-history .order .order-date {
  margin-top: 1.5rem;
  margin-left: 1rem;
}
main.order-history .order .items {
  display: flex;
  flex-flow: column nowrap;
}
main.order-history .order .items .item {
  border-top: 1px solid #777;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
main.order-history .order .items .item .item-details {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
main.order-history .order .items .item .item-details img {
  width: 90px;
  height: 90px;
}
main.order-history .order .items .item .item-details .product-name {
  font-weight: 700;
}
main.order-history .order .items .item .buttons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
main.order-history .order .items .item .buttons #track-order {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #fff;
  color: #668efe;
  font-family: "outfit", sans-serif;
  border: 1px solid #668efe;
  margin-bottom: 10px;
  width: fit-content;
  padding: 1rem;
}
main.order-history .order .items .item .buttons #review-btn {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #668efe;
  color: #fff;
  font-family: "outfit", sans-serif;
  margin-bottom: 10px;
  width: fit-content;
  padding: 1rem;
}

@keyframes topSlideIn {
  from {
    opacity: 0;
    transform: translateY(-80%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bottomSlideIn {
  from {
    opacity: 0;
    transform: translateY(80%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
main.signup {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
main.signup a {
  color: #c1d2ff;
  text-decoration: none;
  font-weight: 600;
  color: #245ace;
}
main.signup a:hover {
  color: #dbd0e4;
  text-decoration: underline;
}
main.signup a:hover {
  color: #245ace;
  text-decoration: none;
}
main.signup .register-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  gap: 10vw;
  margin: 0;
}
main.signup .register-intro {
  max-width: 480px;
  text-align: center;
  flex: 1 1 50%;
}
main.signup .register-intro p {
  text-align: left;
}
main.signup .register-intro .p1 {
  font-size: 1.5rem;
  font-weight: 500;
}
main.signup .register-intro .p2 {
  margin-top: 1rem;
}
main.signup .register-intro h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  flex-flow: column nowrap;
  text-align: left;
  gap: 1rem;
}
main.signup .register-intro h2 .gradient-container {
  padding: 0 1rem;
  display: flex;
  flex-flow: row nowrap;
  gap: 1.5rem;
}
main.signup .register-intro h2 .gradient-container span {
  scale: 2;
  display: inline-block;
  background: inherit;
  animation: bigger 4s ease-in-out infinite, colorChange 5s linear infinite;
  background: linear-gradient(to right, #668efe, #f1cece, #668efe);
  background-size: 300% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
main.signup .register-intro h2 .gradient-container span:nth-child(1) {
  animation-delay: 0s, 0s;
}
main.signup .register-intro h2 .gradient-container span:nth-child(2) {
  animation-delay: 0.4s, 0s;
}
main.signup .register-intro h2 .gradient-container span:nth-child(3) {
  animation-delay: 0.8s, 0s;
}
main.signup .register-intro h2 .gradient-container span:nth-child(4) {
  animation-delay: 1.2s, 0s;
}
main.signup .register-intro h2 .gradient-container span:nth-child(5) {
  animation-delay: 1.6s, 0s;
}
main.signup .register-form h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
main.signup .register-form .password-input,
main.signup .register-form .password-confirm {
  position: relative;
}
main.signup .register-form .password-input i,
main.signup .register-form .password-confirm i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #668efe;
}
main.signup .register-form input,
main.signup .register-form select {
  border-radius: 10px;
  padding-inline: 1.5rem;
  border: none;
  outline: none;
  font-size: 0.875rem;
  background-color: #c1d2ff;
  width: 100%;
  background-color: #c1d2ff;
  height: 4rem;
  margin: 1rem 0;
  color: #245ace;
  box-shadow: 0 0 10px 0px rgba(118, 118, 118, 0.2);
  transition: transform 0.2s ease-in-out;
  font-family: "Outfit", sans-serif;
}
main.signup .register-form input::placeholder,
main.signup .register-form select::placeholder {
  font-size: 0.875rem;
  color: #245ace;
}
main.signup .register-form input.is-invalid,
main.signup .register-form select.is-invalid {
  background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg") no-repeat 95% 50% #e9d0db;
}
main.signup .register-form input:hover,
main.signup .register-form select:hover {
  transform: scale(1.02);
}
main.signup .register-form input:focus,
main.signup .register-form select:focus {
  border: 2px solid #668efe;
}
main.signup .register-form input::placeholder {
  color: #245ace;
  font-family: "Outfit", sans-serif;
}
main.signup .register-form select:valid {
  color: #245ace;
}
main.signup .register-form select {
  color: #245ace;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../assets/images/arrow.svg") no-repeat right 20px center;
  padding-right: 30px;
  background-color: #c1d2ff;
  background-size: 15px 15px;
}
main.signup .register-form button {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #668efe;
  color: #fff;
  font-family: "outfit", sans-serif;
  width: 100%;
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
}
main.signup .register-form button:hover {
  background-color: #668efe;
  color: white;
  transform: scale(1.02);
  box-shadow: 0 4px 61px 0px rgba(102, 142, 254, 0.4);
}
@media screen and (max-width: 900px) {
  main.signup .register-container {
    flex-flow: column nowrap;
    align-items: center;
    gap: 2rem;
  }
  main.signup .register-intro {
    display: none;
  }
  main.signup .register-form {
    width: 100%;
  }
  main.signup .register-form p {
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  main.signup .register-form {
    opacity: 0;
    transform: translateY(80%);
    animation: bottomSlideIn 0.8s ease forwards;
    max-width: 480px;
  }
  main.signup .register-form p {
    display: none;
  }
  main.signup .register-intro {
    opacity: 0;
    transform: translateY(-80%);
    animation: topSlideIn 0.8s ease forwards;
  }
}

main.productList {
  margin: 0 20px;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
main.productList body {
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  color: #1e1e1e;
  min-width: 320px;
}
main.productList .dropdown {
  border-radius: 10px;
  border: 0.5px solid #e8e8e8;
  background: #fff;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem 1rem 1rem 1rem;
  overflow: hidden;
}
main.productList .dropdown .spacer {
  height: 10px;
}
main.productList .dropdown .options {
  max-height: 0px;
  visibility: hidden;
  transition: max-height 0.4s ease-out, visibility 0.4s ease-out;
}
main.productList .dropdown.expanded .options {
  max-height: 1000px;
  visibility: visible;
}
main.productList .dropdown .dropdown-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.productList .dropdown .dropdown-button span {
  font-size: 1rem;
}
main.productList .filters {
  display: flex;
  flex-flow: column nowrap;
  gap: 34px;
}
main.productList .body-wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 34px;
}
main.productList .body-head-wrapper {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  gap: 20px;
}
main.productList .body-head {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  gap: 1rem;
}
main.productList .body-head .body-title {
  flex-basis: 100%;
}
main.productList .body-head h3 {
  font-size: 32px;
  font-family: "Outfit", sans-serif;
}
main.productList .body-sub {
  display: flex;
  flex-flow: row nowrap;
  margin-left: 5rem;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  gap: 1rem;
}
main.productList .sort-dropdown {
  background-color: #fff;
  z-index: 1;
  position: relative;
  display: inline-block;
  width: max-content;
}
main.productList .sort-dropdown .chevron-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #697077;
  align-items: center;
}
main.productList #sort {
  display: flex;
  font-size: 16px;
  font-family: Lato;
  font-weight: 400;
  width: 184px;
  height: 42px;
  padding: 8px 20px;
  margin-right: 0.5rem;
  border: 1px solid #777;
  cursor: pointer;
}
main.productList #sort::picker-icon {
  display: none;
}
main.productList #sort:hover {
  background-color: #fff;
}
main.productList select,
main.productList #sort::picker(select) {
  appearance: base-select;
}
main.productList ::picker(select) {
  border: solid 1px rgba(224, 219, 219, 0.5);
  border-radius: 9px;
  appearance: none;
}
main.productList #sort option {
  margin: 1rem 0;
}
main.productList option::checkmark {
  content: "";
}
main.productList .options input[type=checkbox] {
  accent-color: #668efe;
}
main.productList .dropdown-section-desktop {
  display: none;
}
main.productList .filter-clear {
  font-size: 16px;
  text-decoration: underline;
  text-align: right;
  cursor: pointer;
}
main.productList .suggestedProducts__box {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 16%;
  gap: 1.5rem;
}
main.productList .suggestedProducts__box h2 {
  font-size: 16px;
}
main.productList .suggestedProducts__box-content.box-content {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  flex-shrink: 0;
  gap: 25px;
}
main.productList .box__item-info.__box__item {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}
main.productList h4.item-brand {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* shows only 1 line */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main.productList .more {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  flex-grow: 1;
  margin-top: 2rem;
}
main.productList .moreBtn {
  color: #668efe;
  width: 241px;
  height: 50px;
  border: solid 2px #668efe;
  border-radius: 9px;
  font-size: 18px;
}
main.productList .applyFilter {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  flex-grow: 1;
  margin-top: 2rem;
}
main.productList .applyFilterBtn {
  color: #1e1e1e;
  width: 165px;
  height: 45px;
  background-color: #e8e8e8;
  border: solid 2px #e8e8e8;
  border-radius: 9px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  main.productList .filter-btn {
    display: flex;
    flex-flow: row nowrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    border: solid 1px #e8e8e8;
    border-radius: 9px;
    background-color: #e8e8e8;
    max-width: 91px;
    height: 42px;
    padding: 10px;
  }
  main.productList .filters-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 80vw;
    max-width: 350px;
    height: 100vh;
    background: white;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    padding: 1rem;
    padding-bottom: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
    flex-direction: column;
  }
  main.productList .filters-mobile.active {
    display: flex;
    transform: translateX(0);
    scrollbar-width: none;
    padding-bottom: 0;
  }
  main.productList .filters-mobile legend {
    color: var(--Instead-of-black, #1e1e1e);
    font-size: 16px;
    font-family: Lato;
    font-weight: 700;
    line-height: 22.4px;
    margin-bottom: 0.5rem;
  }
  main.productList .filters-mobile .filter-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.25rem 0;
  }
  main.productList .filters-mobile input[type=checkbox] {
    accent-color: #668efe;
  }
  main.productList .mb-filter-head {
    border-bottom: 1px solid #777;
  }
  main.productList .mb-filter-head {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  main.productList .filters-mobile-list {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  main.productList .applyBtn {
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  main.productList .applyFilterBtn {
    position: sticky;
    bottom: 20px;
    margin: 10px 0;
    font-size: 16px;
    font-family: Outfit;
    font-weight: 500;
    width: 165px;
    height: 45px;
    background-color: #e8e8e8;
  }
  main.productList .more {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 900px) {
  main.productList {
    margin: 0 5%;
    margin-bottom: 142px;
  }
  main.productList .body-wrapper {
    display: flex;
    flex-flow: column nowrap;
  }
  main.productList .body-head {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  main.productList .body-title {
    flex-grow: 1;
  }
  main.productList .body-sub {
    flex-flow: row wrap;
    flex-basis: 30%;
    justify-content: flex-end;
    width: 30%;
    margin-left: 0;
  }
  main.productList .body-content {
    display: flex;
    flex-flow: row nowrap;
    gap: 34px;
  }
  main.productList .dropdown-section-desktop {
    display: flex;
    flex-flow: column wrap;
    flex-shrink: 0;
    gap: 34px;
    width: 272px;
  }
  main.productList .greater-icon {
    display: none;
  }
  main.productList .filter-title {
    display: block;
    font-size: 20px;
  }
  main.productList .filter {
    display: none;
  }
  main.productList .filter-clear {
    display: flex;
    justify-content: end;
    font-size: 16px;
    text-decoration: underline;
  }
  main.productList .applyFilterBtn {
    width: 272px;
  }
  main.productList .products-section {
    flex-basis: 100%;
    width: 100%;
  }
  main.productList .suggestedProducts__box {
    flex-basis: 20%;
  }
  main.productList .suggestedProducts__box-content {
    flex-flow: column wrap;
    align-items: stretch;
  }
  main.productList .suggestedProducts__box-content .no-products-message {
    width: 100%;
    height: 100%;
  }
  main.productList .filters-mobile,
  main.productList .filters-mobile.active {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
main.productList svg {
  stroke-width: 1.5;
  width: 20px;
  height: 20px;
}

@keyframes rotatebigger {
  0%, 100% {
    transform: scale(1) rotate(0);
  }
  50% {
    transform: scale(2.4) rotate(20deg);
  }
}
@keyframes bottomSlidein {
  from {
    opacity: 0;
    transform: translateY(60%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
main.survey .survey-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
main.survey .survey-container h3 {
  font-size: 1.5rem;
  text-align: center;
}
main.survey .survey-container .question-form {
  display: flex;
  flex-flow: column nowrap;
  gap: 4rem;
}
main.survey .survey-container .question-form .questionTitle {
  font-size: 2.25rem;
  margin-top: 1rem;
}
main.survey .survey-container h1 {
  font-size: 1.5rem;
}
main.survey .survey-container .question-index {
  color: lightgray;
}
main.survey .survey-container .option-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  align-self: center;
  justify-content: center;
  width: 100%;
}
main.survey .survey-container .option-wrapper label {
  cursor: pointer;
  flex: 0 0 calc((100% - 1rem) / 2);
  text-align: center;
  background-color: #E8E8E8;
}
@media screen and (min-width: 900px) {
  main.survey .survey-container .option-wrapper label {
    flex: 0 0 calc((100% - 2rem) / 3);
    text-align: center;
  }
}
main.survey .survey-container .option-wrapper .completeDiv {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
main.survey .survey-container .option-wrapper .completeDiv p {
  font-size: 0.6rem;
}
main.survey .survey-container .option-wrapper .completeDiv svg {
  color: #668efe;
  height: 10rem;
  width: 10rem;
  stroke-width: 2.3px;
  animation: rotatebigger 0.7s forwards;
}
main.survey .survey-container .option-wrapper .completeDiv .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 100%;
  border: solid 1rem #c1d2ff;
  animation: bottomSlidein forwards 0.7s;
}
@media screen and (max-width: 900px) {
  main.survey .survey-container .option-wrapper .completeDiv i {
    font-size: 7rem;
  }
  main.survey .survey-container .option-wrapper .completeDiv .icon {
    height: 12rem;
    width: 12rem;
    border: solid 0.8rem #c1d2ff;
  }
}
main.survey .survey-container .option-wrapper .completeDiv h1 {
  font-size: 2.25rem;
  animation: bottomSlidein forwards 0.5s;
}
main.survey .survey-container .option-wrapper .completeDiv p {
  max-width: 320px;
  font-size: 1.2rem;
  animation: bottomSlidein forwards 0.3s;
}
main.survey .survey-container .option-button,
main.survey .survey-container button {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #e8e8e8;
  color: #1e1e1e;
  font-family: "outfit", sans-serif;
  border: none;
}
main.survey .survey-container .nextBtn,
main.survey .survey-container .backBtn {
  width: 300px;
}
main.survey .survey-container input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
main.survey .survey-container input[type=checkbox]:checked + label.option-button {
  background-color: #668efe;
  color: white;
}
main.survey .survey-container input[type=radio]:checked + label.option-button {
  background-color: #668efe;
  color: white;
}
main.survey .survey-container .progressContainer {
  background-color: #d9d9d9;
  border-radius: 50px;
}
main.survey .survey-container .progress-bar {
  height: 1rem;
  background-color: #668efe;
  border-radius: 50px;
  transition: width 1s ease;
}
@media screen and (max-width: 900px) {
  main.survey .survey-container .progress-bar {
    height: 0.5rem;
  }
}
main.survey .survey-container .navContainer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 900px) {
  main.survey .survey-container .navContainer {
    flex-flow: row nowrap;
  }
}
main.survey .survey-container .nextBtn.active {
  background-color: #668efe;
  color: white;
  box-shadow: 0 4px 61px 0px rgba(102, 142, 254, 0.4);
}
main.survey .survey-container .backBtn, main.survey .survey-container .nextBtn {
  background-color: #d9d9d9;
}

#sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease;
  z-index: 1001;
  padding: 52px 20px;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  z-index: 90;
}
#sidebar.open {
  left: 0;
}
#sidebar .sidebar-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
#sidebar .sidebar-header h2 {
  font-size: 20px;
}
#sidebar .sidebar-header button {
  display: flex;
  align-items: center;
}
#sidebar .sidebar-header button svg {
  width: 24px;
  height: 24px;
}
#sidebar .sidebar-user {
  display: flex;
  flex-flow: column nowrap;
  font-size: 16px;
  gap: 10px;
  color: #697077;
}
#sidebar .sidebar-custom a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
#sidebar .sidebar-section {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
#sidebar .sidebar-section h3 {
  border-bottom: 1px solid #1e1e1e;
  font-size: 20px;
}
#sidebar .sidebar-section ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
}
#sidebar .sidebar-section ul a {
  font-size: 16px;
  line-height: 140%;
  color: #575859;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 80;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 900px) {
  #sidebar {
    left: -30vw;
    width: 30vw;
  }
}
.review-container {
  position: relative;
  margin-top: 2rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.review-container .title {
  text-align: center;
  font-size: 2.5rem;
}
.review-container .productName {
  font-weight: bold;
}
.review-container button {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #c1d2ff;
  color: #fff;
  font-family: "outfit", sans-serif;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
.review-container .yes-icon,
.review-container .no-icon {
  background-color: #e8e8e8;
  color: #1e1e1e;
}
.review-container .part1 {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
.review-container .part1 img {
  height: 10rem;
  width: auto;
}
.review-container .part1 .product-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: 350px;
}
.review-container .part1 .product-container .product-info {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5rem;
}
.review-container .part1 .question {
  font-size: 1.2rem;
  text-align: center;
}
.review-container .part1 .star-comment {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 1rem;
}
.review-container .part1 .yesno-comment {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  gap: 1rem;
}
.review-container .part1 .yesno-icon {
  margin: auto;
  width: 300px;
  display: flex;
  flex-flow: row nowrap;
  gap: 2rem;
}
.review-container #reviewTip {
  width: 100%;
  text-align: center;
}
.review-container #reviewTip h2 {
  font-size: clamp(1.5rem, 2.5vw, 3.5rem);
}
.review-container #reviewTip #buyBtn {
  margin-top: 1rem;
  background-color: #668efe;
  width: 200px;
  font-size: 1.5rem;
}
.review-container .part2 {
  min-width: 350px;
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
  width: 100%;
}
.review-container .part2 .btn-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
.review-container .part2 .addPhoto {
  background-color: #e8e8e8;
  color: #1e1e1e;
  width: 300px;
}
.review-container .part2 .submit {
  background-color: #668efe;
  width: 300px;
}
.review-container .part2 .imagesArea {
  margin-top: 2rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.5rem;
  overflow-x: auto;
}
.review-container .part2 .imagesArea.center {
  justify-content: center;
}
.review-container .part2 .review-image {
  cursor: pointer;
  transition: box-shadow 0.35s;
}
.review-container .part2 .review-image:hover {
  box-shadow: 0 0 5px 0 #668efe;
}
.review-container #editor {
  display: flex;
  flex-flow: column nowrap;
  min-height: 200px;
  max-width: 100%;
  background-color: #e8e8e8;
  border-radius: 10px;
  padding: 1rem;
}
.review-container #editor #pictures {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.review-container #editor #pictures img,
.review-container #editor #pictures video {
  object-fit: cover;
  border: #668efe solid 1px;
  box-shadow: 0 0 3px #668efe;
}
.review-container #editor textarea {
  background-color: #e8e8e8;
  min-height: 200px;
  max-width: 100%;
  border: none;
  border-radius: 10px;
  resize: none;
  font-family: "Lato", sans-serif;
}
.review-container #editor .mediaWrapper {
  position: relative;
}
.review-container #editor .mediaWrapper .cancelBtn {
  position: absolute;
  cursor: pointer;
  top: -0.2rem;
  right: 0.1rem;
}
.review-container #editor .mediaWrapper .cancelBtn svg {
  width: 15px;
  height: 15px;
  fill: #f3f3f3;
  stroke: #767676;
}
.review-container textarea:focus {
  outline: none;
}
.review-container .star-container svg {
  fill: #afafaf;
  stroke-width: 1.5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.review-container .star-container svg.changeColor {
  fill: #fd9c00;
}
.review-container .yes-icon svg.changeColor {
  fill: #fff;
  stroke: none;
}
.review-container .no-icon svg.changeColor {
  fill: #fff;
  stroke: none;
}
.review-container .yes-icon.changeBlue {
  background-color: #668efe;
  color: #fff;
}
.review-container .no-icon.changeBlue {
  background-color: #668efe;
  color: #fff;
}
.review-container img {
  width: 100%;
  height: auto;
  display: block;
}

main .submitWindow {
  display: none;
  transition: display 0.35s;
  width: 25rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.785);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 10px 0 #9ea6af;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
main .submitWindow h3 {
  text-align: center;
  font-size: 1.5rem;
}
main .submitWindow p {
  text-align: center;
}
main .submitWindow button {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #c1d2ff;
  color: #fff;
  font-family: "outfit", sans-serif;
  max-width: 10rem;
  background-color: #fff;
  color: black;
  border: solid #767676 1px;
  font-size: 1.1rem;
  font-weight: normal;
}
main .submitWindow #reviewCancel {
  position: absolute;
  cursor: pointer;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  color: #1d47a3;
}
main .submitWindow.open {
  display: flex;
}
main .image-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  flex-direction: column;
}
main .image-viewer.hidden {
  display: none;
}
main .viewer-img {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
  transition: transform 0.3s;
}
main .close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}
main .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: white;
  cursor: pointer;
  user-select: none;
}
main .nav.prev {
  left: 2rem;
}
main .nav.next {
  right: 2rem;
}

.review-container.blur {
  filter: blur(5px);
}

@media screen and (max-width: 900px) {
  .review-container {
    flex-flow: column nowrap;
    align-content: none;
  }
  .review-container .btn-container .addPhoto,
  .review-container .btn-container .submit {
    width: 100%;
  }
  .part1,
  .part2 {
    flex-basis: 100%;
    width: 100%;
  }
}
#overlay.overlay-review-modal {
  display: block !important;
  height: fit-content;
  width: fit-content;
  background-color: transparent !important;
  inset: unset;
  bottom: 0;
}
#overlay.overlay-review-modal .modal-close {
  transition: opacity 1s ease;
  opacity: 0;
}
#overlay.overlay-review-modal .modal-close svg {
  width: 22px;
  height: 22px;
}
#overlay.overlay-review-modal .modal.open .modal-close {
  opacity: 1;
}
@media screen and (min-width: 900px) {
  #overlay.overlay-review-modal {
    bottom: 2%;
    right: 2%;
  }
}

.review-modal {
  width: 100vw;
  height: 100vh;
  text-align: center;
  display: none;
  flex-flow: column nowrap;
  justify-content: end;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.review-modal .modal-wrapper {
  border-radius: 10px 10px 0 0;
  padding: 1rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  justify-content: center;
  background-color: #fff;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  width: 100%;
}
.review-modal .modal-wrapper .drag-indicator {
  width: 105px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 3px;
  margin: 0 auto 10px;
}
.review-modal .modal-wrapper .modal-title {
  font-size: 20px;
  font-weight: 500;
  font-family: Outfit, sans-serif;
}
.review-modal .modal-wrapper .product-img-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.review-modal .modal-wrapper .product-img-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.review-modal .modal-wrapper .button {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #668efe;
  color: #fff;
  font-family: "outfit", sans-serif;
}
@media screen and (min-width: 900px) {
  .review-modal {
    display: block;
    height: fit-content;
    width: fit-content;
    background-color: transparent;
    top: auto;
    left: auto;
    margin: 5px;
    bottom: 2%;
    right: 2%;
    border-radius: 10px;
  }
  .review-modal .modal-wrapper {
    padding-top: 2.5rem;
    position: relative;
    width: 400px;
    border-radius: 10px;
  }
  .review-modal .modal-wrapper .drag-indicator {
    display: none;
  }
}

.review-modal.open {
  display: flex;
  opacity: 1;
}
.review-modal.open .modal-wrapper {
  transform: translateY(0);
}

svg {
  width: 24px;
  height: 24px;
}

.header {
  padding: 20px;
  background: #c1d2ff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.header__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, auto);
}
.header__wrapper h1 {
  grid-column: 1/5;
  font-size: 2rem;
  font-weight: 300;
}
.header__wrapper h1 span {
  font-weight: 600;
}
.header__wrapper h1 img {
  display: none;
}
.header__wrapper .skin {
  grid-column: 1/-1;
  grid-row: 2/-3;
}
.header__wrapper .skin h2 {
  font-size: 13px;
  color: #767676;
}
.header__wrapper .link-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column: 5/7;
}
.header__wrapper .link-wrapper a {
  color: #190075;
}
.header__wrapper .link-wrapper a[href="/account"],
.header__wrapper .link-wrapper a[href="/wishlist"] {
  display: none;
}
.header__wrapper form {
  position: relative;
  margin-top: 27px;
  grid-column: 1/-1;
  grid-row: 3/-1;
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 12px 1rem;
  gap: 8px;
  align-items: center;
}
.header__wrapper form input {
  border-radius: 10px;
  padding-inline: 1.5rem;
  border: none;
  outline: none;
  font-size: 0.875rem;
  background-color: #fff;
  width: 100%;
  height: 22px;
  padding: 0;
}
.header__wrapper form input::placeholder {
  font-size: 0.875rem;
  color: #9ea6af;
}
.header__wrapper form input.is-invalid {
  background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg") no-repeat 95% 50% #e9d0db;
}
.header__wrapper form button {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.header__wrapper form button svg {
  width: 24px;
  height: 24px;
  stroke: #697077;
}
.header__wrapper form input:focus ~ .search-history.has-items {
  display: block;
}
.header__wrapper form .search-history:hover {
  display: block;
}
.header__wrapper form .search-history {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: none;
  padding: 0;
}
.header__wrapper form .search-history .dropdown-title {
  font-size: 14px;
  font-weight: 300;
  color: #1e1e1e;
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.header__wrapper form .search-history li {
  display: flex;
  flex-flow: row nowrap;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 300;
  color: #1e1e1e;
  cursor: pointer;
  transition: background 0.2s;
}
.header__wrapper form .search-history li:hover {
  background-color: #f3f3f3;
}
.header__wrapper nav {
  display: none;
}
.header-skin {
  margin-bottom: 1rem;
}
.header-form {
  display: flex;
  align-items: center;
  position: relative;
}
.header-form button {
  position: absolute;
}
.header-form button svg {
  width: 24px;
  height: 24px;
}
.header-form .btn-search {
  left: 15px;
}
.header-form .btn-scan {
  right: 15px;
}
.header-form input {
  border-radius: 10px;
  padding-inline: 1.5rem;
  border: none;
  outline: none;
  font-size: 0.875rem;
  background-color: #fff;
  width: 100%;
  height: 63px;
  padding-inline: 40px;
}
.header-form input::placeholder {
  font-size: 0.875rem;
  color: #245ace;
}
.header-form input.is-invalid {
  background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg") no-repeat 95% 50% #e9d0db;
}
.header-form input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #1e1e1e;
}

@media screen and (min-width: 900px) {
  .header {
    border-radius: 0;
    padding-inline: 5%;
  }
  .header__wrapper {
    grid-template-columns: min-content repeat(11, 1fr);
    grid-template-rows: repeat(2, auto);
    align-items: center;
  }
  .header__wrapper h1 {
    grid-column: 1/2;
    max-width: 220px;
  }
  .header__wrapper h1 span {
    display: none;
  }
  .header__wrapper h1 img {
    display: block;
    max-width: 100%;
  }
  .header__wrapper .skin {
    display: none;
  }
  .header__wrapper .link-wrapper {
    grid-column: 11/13;
    gap: 1.7rem;
  }
  .header__wrapper .link-wrapper a {
    display: block;
    color: #1d47a3;
  }
  .header__wrapper .link-wrapper a[href="/account"],
  .header__wrapper .link-wrapper a[href="/wishlist"] {
    display: inline-block;
  }
  .header__wrapper form {
    height: 48px;
    grid-column: 3/9;
    grid-row: 1;
    margin: 0;
    align-items: center;
  }
  .header__wrapper form input {
    border-radius: 10px;
    padding-inline: 1.5rem;
    border: none;
    outline: none;
    font-size: 0.875rem;
    background-color: #fff;
    width: 100%;
    padding: 0;
  }
  .header__wrapper form input::placeholder {
    font-size: 0.875rem;
    color: #9ea6af;
  }
  .header__wrapper form input.is-invalid {
    background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg") no-repeat 95% 50% #e9d0db;
  }
  .header__wrapper form button {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .header__wrapper form button svg {
    width: 24px;
    height: 24px;
    stroke: #697077;
  }
  .header__wrapper nav {
    display: block;
    margin-block: 20px;
  }
  .header__wrapper nav ul {
    padding-inline: 16px;
    display: flex;
    flex-flow: row nowrap;
    gap: 50px;
    color: #1d47a3;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
  }
  .header-skin {
    margin-bottom: 1rem;
  }
}
.footer-nav {
  display: none;
}

.menu {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 0.5px solid #9d9d9d;
  z-index: 99;
}
.menu ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  height: 68px;
  background: #fff;
  padding-block: 10px;
}
.menu a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  color: #697077;
}
.menu a.active {
  color: #190075;
  font-weight: 700;
}
.menu a span:nth-of-type(2) {
  font-size: 10px;
}
.menu .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .icon-wrapper::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #c1d2ff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}
.menu svg {
  z-index: 1;
  width: 24px;
  height: 24px;
}
.menu a.active .icon-wrapper::before {
  opacity: 1;
}

@media screen and (min-width: 900px) {
  .footer-nav {
    display: block;
    padding-inline: 5%;
    background: #c1d2ff;
    padding-block: 48px;
    height: 46px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    color: #1d47a3;
  }
  .footer-nav ul {
    display: flex;
    flex-flow: row nowrap;
    gap: 1rem;
    height: 24px;
  }
  .footer-nav ul a {
    display: inline-block;
    height: 24px;
  }
  .footer-nav ul svg {
    width: 24px;
    height: 24px;
    fill: #1d47a3;
    stroke: none;
  }
  .footer-nav ul li:nth-of-type(1) svg path:nth-of-type(2) {
    fill: #c1d2ff;
  }
  .footer-nav ul li:nth-of-type(4) svg {
    stroke: #1d47a3;
    fill: none;
  }
  .menu {
    display: none;
  }
}
#overlay {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal {
  position: relative;
  z-index: 100;
}
.modal-close {
  position: absolute;
  z-index: 9999999999999;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #245ace;
  font-size: 1.8rem;
  font-weight: bold;
  transition: color 0.3s ease;
}
.modal-close svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.5px;
}
.modal-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}

main.not-found {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
main.not-found .content {
  font-weight: 500;
  color: #1e1e1e;
}
main.not-found .content .not-found-title {
  color: #668efe;
  font-size: 3.5rem;
}
main.not-found .content .not-found-subtitle {
  font-size: 50px;
}
main.not-found .content .not-found-message {
  font-size: 36px;
}
main.not-found .content .not-found-link {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #668efe;
  color: #fff;
  font-family: "outfit", sans-serif;
  width: 190px;
  margin: 0;
  margin-top: 45px;
}
main.not-found .icon img {
  width: 100%;
}

main.offline {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
main.offline .content {
  font-weight: 500;
  color: #1e1e1e;
}
main.offline .content .offline-title {
  color: #668efe;
  font-size: 30px;
}
main.offline .content .offline-subtitle {
  font-size: 20px;
  text-align: center;
}
main.offline .icon img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  main.offline {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  main.offline .content {
    font-weight: 500;
    color: #1e1e1e;
  }
  main.offline .content .offline-title {
    font-size: 3.5rem;
  }
  main.offline .content .offline-subtitle {
    font-size: 50px;
  }
  main.offline .icon {
    order: 1;
  }
}

#overlay.overlay-scan {
  display: block;
}
#overlay.overlay-scan .modal {
  height: 100%;
  width: 100%;
}
#overlay.overlay-scan .modal .modal-content {
  height: 100%;
  width: 100%;
  position: absolute;
}

@media screen and (min-width: 900px) {
  #overlay.overlay-scan .modal .modal-content {
    max-width: 1428px;
    width: calc(100vw - 150px);
    max-height: calc(100vh - 170px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
  }
}
.scan-modal {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.scan-modal .scan-inner {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.scan-modal .scan-inner .camera-support {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.scan-modal .scan-inner .camera-support svg.frame {
  width: 100%;
  height: 200px;
}
.scan-modal .scan-inner .camera-support h2 {
  font-size: 25px;
  font-weight: 600;
}
.scan-modal .scan-inner .camera-support p {
  text-align: center;
}
.scan-modal .scan-inner .camera-support .camera-inner .camera-label {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
}
.scan-modal .scan-inner .camera-support .camera-inner .camera-label::before {
  display: inline-block;
  content: "";
  transform: translateY(1px);
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  margin-right: 5px;
}
.scan-modal .scan-inner .camera-support .camera-inner #camera-preview {
  position: absolute;
  z-index: -9999999999999;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.scan-modal .scan-inner .camera-support #ocr-text {
  font-size: 0.9rem;
  color: #555;
  min-height: 1.5rem;
  user-select: none;
}
.scan-modal .scan-inner .no-camera-support {
  display: none;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
}
.scan-modal .scan-inner .no-camera-support p {
  text-align: center;
}
.scan-modal .scan-inner .no-camera-support svg {
  width: 75px;
  height: 75px;
}
.scan-modal .scan-inner .scan-status {
  display: none;
}
.scan-modal .scan-inner .selected-file-preview {
  display: none;
}
.scan-modal .scan-inner .btn-upload {
  width: 228px;
  padding: 14px;
  border-radius: 9px;
  background-color: #e8e8e8;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
}
.scan-modal .scan-inner #upload-input {
  display: none !important;
}
.scan-modal.no-camera-support .scan-inner .camera-support {
  display: none;
}
.scan-modal.no-camera-support .camera-button-wrapper {
  display: none;
}
.scan-modal.no-camera-support .scan-inner {
  background: #fff;
}
.scan-modal.no-camera-support .scan-inner .no-camera-support {
  display: flex;
}
.scan-modal .camera-button-wrapper {
  width: 100%;
  height: 65px;
  padding: 10px 0;
  background-color: #c1d2ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scan-modal .camera-button-wrapper #btn-capture {
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: #f2f4f8;
  color: #1e1e1e;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* --- Mixins for Reuse --- */
/* --- Global Styles --- */
main.product {
  padding-left: 0;
  padding-right: 0;
  /* --- Gallery --- */
  /* --- Product Tabs --- */
  /* --- Desktop Screen --- */
}
main.product img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
main.product .product-gallery {
  display: flex;
  flex-flow: row nowrap;
  overflow: auto;
  scrollbar-width: none;
  gap: 22px;
  max-width: 100%;
  scroll-behavior: smooth;
}
main.product .thumbnail-column {
  display: flex;
  flex-flow: row nowrap;
  gap: 22px;
  scrollbar-width: none;
}
main.product .product-gallery img {
  width: 340px;
  flex-shrink: 0;
}
main.product .selectedProducts__box {
  margin-bottom: 55px;
}
main.product .productInfo__box-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
  margin-bottom: 15px;
}
main.product .productInfo__box-content .title_wrap {
  display: flex;
  justify-content: space-between;
}
main.product .productInfo__box-content .title_wrap h1 {
  font-size: 20px;
  font-family: Outfit;
  font-weight: 600;
  line-height: 48px;
}
main.product .productInfo__box-content .title_wrap .wishlist-icon {
  color: #efacac;
  cursor: pointer;
}
main.product .productInfo__box-content .title_wrap .wishlist-icon.liked {
  fill: #efacac;
}
main.product .productInfo__box-content p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
main.product .productInfo__box-content p:nth-of-type(2) {
  font-size: 20px;
  font-family: Outfit;
  font-weight: 600;
  line-height: 48px;
}
main.product .productInfo__box-content .product-rate {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5rem;
}
main.product .productInfo__box-content .product-rate span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  line-height: 22.4px;
}
main.product .button {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
}
main.product .button .qntBtn {
  display: flex;
  border: 1px solid #575859;
  border-radius: 3px;
  overflow: hidden;
  width: 171px;
  text-align: center;
}
main.product .button .btn.minus,
main.product .button .btn.add,
main.product .button #quantityInput {
  flex-basis: 33.33%;
}
main.product .button .btn.minus,
main.product .button .btn.add {
  color: #1e1e1e;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  text-align: center;
}
main.product .button #quantityInput {
  width: 2rem;
  border: 1px solid #575859;
  border-top: none;
  border-bottom: none;
  text-align: center;
}
main.product .button input[type=number]::-webkit-inner-spin-button,
main.product .button input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main.product .button .addToCartBtn {
  height: 45px;
  font-size: 18px;
  font-family: Outfit;
  font-weight: 500;
  border-radius: 9px;
  cursor: pointer;
  color: #668efe;
  background-color: #fff;
  border: 1px solid #668efe;
}
main.product .buyNowBtn,
main.product .writeReviewBtn {
  height: 45px;
  font-size: 18px;
  font-family: Outfit;
  font-weight: 500;
  border-radius: 9px;
  cursor: pointer;
  color: #fff;
  background-color: #668efe;
  border: 1px solid;
}
main.product .product-tabs .productDetail__box h2,
main.product .product-tabs .ingredients__box h2 {
  font-size: 20px;
}
main.product .product-tabs .dropdown-content {
  font-size: 14px;
  font-family: Lato;
  font-weight: 400;
  padding: 8px 0 20px;
  display: none;
}
main.product .product-tabs .dropdown-section,
main.product .product-tabs .ingredients-toggle-wrapper,
main.product .product-tabs .allergy-toggle-wrapper {
  border-bottom: 1px solid #575859;
}
main.product .product-tabs .ingredients__box-content,
main.product .product-tabs .productDetail__box-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
  font-size: 20px;
  font-family: Lato;
  font-weight: 500;
}
main.product .ingWrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
main.product .ingWrapper .primeIng,
main.product .ingWrapper .secondIng {
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 12px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  word-wrap: break-word;
}
main.product .tab-buttons {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 16px;
  font-size: 20px;
  font-family: Outfit;
  font-weight: 600;
  border-bottom: 1px solid #575859;
}
main.product .tab-buttons .tab-btn {
  padding: 8px 16px;
  cursor: pointer;
  font-weight: bold;
  width: 50%;
  text-align: center;
}
main.product .tab-buttons .tab-btn.active {
  color: #1e1e1e;
  border-bottom: 2px solid #1e1e1e;
}
main.product .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  font-family: Outfit;
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
}
main.product .highlight-allergen {
  color: #cf5a5a;
  font-weight: bold;
}
main.product .allergen-warning {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  color: #1e1e1e;
  margin-top: 1rem;
}
main.product .allergen-warning p {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: flex;
  gap: 10px;
}
main.product .allergen-warning .allergen-list {
  list-style-type: none;
  padding-left: 1rem;
}
main.product .allergen-warning .allergen-list li {
  color: #cf5a5a;
  margin-bottom: 4px;
}
main.product .allergen-warning .lucide-alert-circle {
  color: #cf5a5a;
}
main.product .ingredients-toggle-wrapper:nth-of-type(2) .dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.product .allergy-toggle-wrapper h2 {
  color: #cf5a5a;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
main.product .reviewScore__box,
main.product .reviewScore__box h1 {
  text-align: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
main.product .reviewScore__box-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
}
main.product .reviewScore__box-content h1 {
  font-family: Outfit;
  font-size: 32px;
  font-weight: 600;
}
main.product .media-gallery {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  gap: 20px;
  max-width: 100%;
  scrollbar-width: none;
}
main.product .media-gallery img {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
}
main.product .productReviews__box {
  margin-top: 2rem;
}
main.product .productReviews__box .productReviews__box-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
}
main.product .productReviews__box .productReviews__box-content p {
  font-size: 18px;
}
main.product .review__box,
main.product .media__box {
  margin-bottom: 24px;
}
main.product .review__box {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #697077;
  margin-bottom: 0;
}
main.product .media__box {
  display: flex;
  flex-flow: column nowrap;
  gap: 19px;
}
main.product .media__box h3 {
  font-size: 18px;
  font-family: Outfit;
  font-weight: 500;
  word-wrap: break-word;
}
main.product .review__box-1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
main.product .review__box-1 .verified p {
  color: #668efe;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
main.product .review__box-1 .recommend {
  color: #245ace;
  justify-content: end;
}
main.product .review__box-1 .recommend span,
main.product .review__box-1 .recommend p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
main.product .review__box-1 .recommend p {
  color: #668efe;
  text-align: right;
}
main.product .review__box-1 .diffDays {
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  font-weight: bold;
}
main.product .review__box-1 .diffDays p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
main.product .review__box-3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
}
main.product .review__box-3 .userWrapper,
main.product .review__box-3 .skinProfile {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
main.product .review__box-3 .userWrapper p,
main.product .review__box-3 .skinProfile p {
  text-align: right;
  font-size: 14px;
}
main.product .review__box-3 .userWrapper span,
main.product .review__box-3 .skinProfile span {
  font-weight: 700;
}
main.product .review__box-3 .userWrapper .reviewDate p,
main.product .review__box-3 .userWrapper .userName,
main.product .review__box-3 .skinProfile .reviewDate p,
main.product .review__box-3 .skinProfile .userName {
  text-align: left;
}
main.product .review__box-3 .userProfile {
  display: flex;
  flex-flow: row nowrap;
  flex-basis: 100%;
  width: 100%;
  gap: 10px;
}
main.product .review__box-3 .userProfile .userName {
  align-self: center;
  font-weight: bold;
}
main.product .review__box-3 .userAvatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
main.product .review__box-3 .skinProfile {
  width: 60%;
}
main.product .more-reviews-btn {
  margin: 1rem auto;
  display: block;
  border: none;
  color: #1e1e1e;
  font-size: 18px;
  font-family: Outfit;
  font-weight: 500;
  cursor: pointer;
}
main.product .star-container {
  display: flex;
  justify-self: start;
}
main.product .filled-star {
  color: #fd9c00;
}
main.product .empty-star {
  color: #afafaf;
}
main.product .carousel {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}
main.product .carousel img {
  object-fit: cover;
}
main.product .dropdown-toggle {
  padding-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  main.product .more {
    display: none;
  }
  main.product .selectedProducts__box {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 55px;
  }
  main.product .selectedProducts__box .selectedProducts__box-content {
    flex-basis: 45%;
    padding-right: 20px;
  }
  main.product .selectedProducts__box .selectedProducts__box-content .title_wrap {
    display: flex;
    justify-content: space-between;
  }
  main.product .selectedProducts__box .selectedProducts__box-content .title_wrap h1 {
    font-size: 48px;
    font-weight: 500;
  }
  main.product .selectedProducts__box .selectedProducts__box-content p,
  main.product .selectedProducts__box .selectedProducts__box-content .product-rate span {
    font-size: 28px;
    font-weight: 500;
  }
  main.product .selectedProducts__box .selectedProducts__box-content p:nth-of-type(2) {
    font-size: 36px;
    font-weight: 500;
  }
  main.product .selectedProducts__box-gallery {
    display: flex;
    flex-basis: 45%;
    flex-grow: 1;
    width: 45%;
  }
  main.product .product-gallery {
    gap: auto;
    width: 100%;
    margin-left: 20px;
  }
  main.product .product-gallery img {
    max-width: 400px;
  }
  main.product .mainImg {
    width: 100%;
    max-width: 500px;
  }
  main.product .mainImg img {
    width: 100%;
    max-width: 750px;
    object-fit: contain;
  }
  main.product .thumbnail-column {
    flex-flow: column;
    order: -1;
    gap: 12px;
    overflow-y: auto;
    max-height: 450px;
    width: 25%;
  }
  main.product .thumbnail-column img {
    width: 100%;
    object-fit: cover;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
  }
  main.product .productDetail__box-content,
  main.product .ingredients__box-content {
    padding: 0 10%;
  }
  main.product .dropdown-section .dropdown-content {
    font-size: 20px;
  }
  main.product .dropdown-section .dropdown-toggle {
    font-size: 32px;
  }
  main.product .ingredients__box-content .dropdown-toggle h2 {
    font-size: 32px;
  }
  main.product .ingWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main.product .ingWrapper .primeIng h3,
  main.product .ingWrapper .secondIng h3 {
    font-size: 20px;
  }
  main.product .ingWrapper .primeIng p,
  main.product .ingWrapper .secondIng p {
    font-size: 20px;
  }
  main.product .allergen-warning p,
  main.product .allergen-warning li {
    font-size: 20px;
  }
  main.product .tab-buttons {
    font-size: 32px;
  }
  main.product .dropdown-toggle {
    font-size: 20px;
  }
  main.product .reviewSection {
    display: flex;
    flex-flow: row nowrap;
    gap: 75px;
    margin-top: 50px;
  }
  main.product .reviewSection .review__box {
    display: grid;
    grid-template-columns: 22% 50% 22%;
    height: fit-content;
    gap: 3%;
  }
  main.product .reviewSection .reviewScore__box {
    width: 25%;
    margin-top: 0.95rem;
  }
  main.product .reviewSection .reviewScore__box .reviewScore__box-content h1 {
    font-size: 96px;
  }
  main.product .reviewSection .reviewScore__box .reviewScore__box-content p {
    font-size: 28px;
  }
  main.product .reviewSection .productReviews__box {
    width: 75%;
  }
  main.product .reviewSection .productReviews__box .productReviews__box-content p {
    font-size: 20px;
  }
  main.product .reviewSection .review__box-1 {
    flex-flow: column wrap;
    flex-grow: 1;
    flex-shrink: 0;
    gap: 2%;
    align-items: center;
    justify-content: start;
  }
  main.product .reviewSection .review__box-1 .verified,
  main.product .reviewSection .review__box-1 .diffDays {
    order: -1;
  }
  main.product .reviewSection .review__box-1 .verified p {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  main.product .reviewSection .review__box-1 .verified span.star-container {
    justify-self: center;
  }
  main.product .reviewSection .review__box-1 .recommend span {
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
  }
  main.product .reviewSection .review__box-1 .recommend p {
    color: #668efe;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }
  main.product .reviewSection .review__box-1 .diffDays p {
    color: #1e1e1e;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  main.product .reviewSection .review__box-2 {
    width: 100%;
    word-wrap: break-word;
  }
  main.product .reviewSection .review__box-3 {
    flex-flow: column;
    gap: 15px;
  }
  main.product .reviewSection .review__box-3 .userProfile {
    gap: 2rem;
    width: 100%;
    flex-basis: 100%;
  }
  main.product .reviewSection .review__box-3 .userProfile p,
  main.product .reviewSection .review__box-3 .userProfile span {
    color: black;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
  }
  main.product .reviewSection .review__box-3 .skinProfile {
    width: 100%;
  }
  main.product .reviewSection .review__box-3 .skinProfile p {
    text-align: left;
    color: black;
    font-size: 20px;
    font-family: Lato;
    font-weight: 400;
    line-height: 19.6px;
  }
  main.product .reviewSection .review__box-3 .reviewDate p {
    color: black;
    font-size: 14px;
    font-family: Lato;
    font-weight: 400;
    line-height: 19.6px;
  }
}

main h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

main section .total {
  text-align: right;
}

.wishlist__content {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.wishlist__content .wishlist__box {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
}
.wishlist__content .wishlist__box-info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.wishlist__content .wishlist__box-info-group {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  padding: 1rem;
  align-items: center;
  position: relative;
}
.wishlist__content .wishlist__box-info-group .img-wrapper {
  width: clamp(90px, 10vw, 171px);
  height: clamp(90px, 10vw, 171px);
}
.wishlist__content .wishlist__box-info-group .img-wrapper img {
  width: 100%;
}
.wishlist__content .wishlist__box-info-group-desc {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  padding-block: 20px;
}
.wishlist__content .wishlist__box-info-group-desc p {
  font-size: 1rem;
}
.wishlist__content .wishlist__box-info-group-desc .item-title {
  max-width: unset;
  text-overflow: unset;
}
.wishlist__content .wishlist__box-info-group-desc .item-desc {
  font-size: 14px;
  color: #1e1e1e;
}
.wishlist__content .wishlist__box-info-group-desc .item-price {
  font-size: 1rem;
  font-weight: 700;
}
.wishlist__content .wishlist__box-info-group > button {
  position: absolute;
  top: 12px;
  right: 9px;
}
.wishlist__content .wishlist__box-info .btn-group {
  width: 100%;
}
.wishlist__content .wishlist__box-info .btn-group .wishlist__box-btn {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #4a7bff;
  color: #fff;
  font-family: "outfit", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 900px) {
  main h1 {
    text-align: left;
    font-size: 48px;
  }
  .wishlist__content {
    gap: 33px;
  }
  .wishlist__content .wishlist__box-info {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
  }
  .wishlist__content .wishlist__box .btn-group {
    display: flex;
    flex-flow: column nowrap;
    gap: 14px;
    position: absolute;
    right: 30px;
    width: 30%;
  }
  .wishlist__content .wishlist__box .btn-group button {
    font-size: 18px;
  }
  .wishlist__content .wishlist__box .btn-group .remove {
    background-color: #e8e8e8;
    color: #1e1e1e;
  }
}
#overlay.overlay-location-denied {
  display: flex;
  justify-content: center;
  align-items: center;
}
#overlay.overlay-location-denied .modal {
  background-color: #fff;
  height: 40%;
  width: 60%;
  min-width: 360px;
  height: 340px;
  min-height: 340px;
  border-radius: 10px;
}
#overlay.overlay-location-denied .modal .modal-content {
  height: 100%;
  width: 100%;
}
#overlay.overlay-location-denied .modal .location-modal {
  height: 100%;
}
#overlay.overlay-location-denied .modal .location-modal .location-inner {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  height: 100%;
  padding: 3rem;
}
#overlay.overlay-location-denied .modal .location-modal .location-inner svg {
  width: 46px;
  height: 46px;
}
#overlay.overlay-location-denied .modal .location-modal .location-inner h3 {
  margin-top: 13px;
  margin-bottom: 8px;
}
#overlay.overlay-location-denied .modal .location-modal .location-inner .access-instruction {
  text-align: center;
  text-wrap: balance;
  font-size: clamp(1rem, 2vw, 20px);
}
#overlay.overlay-location-denied .modal .location-modal .location-inner .access-instruction span {
  font-weight: 700;
}

.shopping-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .shopping-container .banner {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .shopping-container .banner::-webkit-scrollbar {
    display: none;
  }
  .shopping-container .banner .release1,
  .shopping-container .banner .release2,
  .shopping-container .banner .release3,
  .shopping-container .banner .release4,
  .shopping-container .banner .release5,
  .shopping-container .banner .release6 {
    flex: 0 0 100% !important;
    scroll-snap-align: start;
    border-radius: 10px;
    overflow: hidden;
  }
  .shopping-container .banner .release1:hover,
  .shopping-container .banner .release2:hover,
  .shopping-container .banner .release3:hover,
  .shopping-container .banner .release4:hover,
  .shopping-container .banner .release5:hover,
  .shopping-container .banner .release6:hover {
    scale: 1 !important;
    transition: none !important;
  }
}
.shopping-container h3 {
  font-size: clamp(20px, 3vw, 45px);
}
.shopping-container .banner {
  overflow-x: auto;
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  color: white;
  height: 424px;
  border-radius: 10px;
}
.shopping-container .banner::-webkit-scrollbar {
  display: none;
}
.shopping-container .banner .bannerProduct {
  flex-shrink: 0;
  min-width: 300px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.shopping-container .banner .bannerProduct .product-intro {
  border-radius: 0 0 10px 10px;
}
.shopping-container .banner img {
  width: 100%;
  border-radius: 0;
  height: 300px;
  object-fit: cover;
}
.shopping-container .banner .release1 .product-intro {
  background-color: #2E5193;
}
.shopping-container .banner .release2 .product-intro {
  background-color: #6F6F6F;
}
.shopping-container .banner .release3 .product-intro {
  background-color: #FD9C00;
}
.shopping-container .banner .release4 .product-intro {
  background-color: #61ACD7;
}
.shopping-container .banner .release5 .product-intro {
  background-color: #FF5684;
}
.shopping-container .banner .release6 .product-intro {
  background-color: #FF634F;
}
.shopping-container .banner .product-intro {
  padding: 1rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.shopping-container .banner .product-intro p {
  font-size: 0.875rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.shopping-container .banner .product-intro p span {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.shopping-container .weather,
.shopping-container .forYou,
.shopping-container .topRated {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
.shopping-container .weather-matched-gallery,
.shopping-container .forYou-gallery,
.shopping-container .topRated-gallery {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  gap: 1rem;
}
.shopping-container .weather-matched-gallery .shopping-item,
.shopping-container .forYou-gallery .shopping-item,
.shopping-container .topRated-gallery .shopping-item {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 123px;
  min-height: 230px;
  cursor: pointer;
  flex: 0 1 auto;
  width: 123px;
}
.shopping-container .weather-matched-gallery .shopping-item .img-area,
.shopping-container .forYou-gallery .shopping-item .img-area,
.shopping-container .topRated-gallery .shopping-item .img-area {
  position: relative;
  width: 123px;
}
.shopping-container .weather-matched-gallery .shopping-item .img-area img,
.shopping-container .forYou-gallery .shopping-item .img-area img,
.shopping-container .topRated-gallery .shopping-item .img-area img {
  width: 123px;
  height: 123px;
  cursor: pointer;
}
.shopping-container .weather-matched-gallery .shopping-item .img-area .heart-icon,
.shopping-container .forYou-gallery .shopping-item .img-area .heart-icon,
.shopping-container .topRated-gallery .shopping-item .img-area .heart-icon {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}
.shopping-container .weather-matched-gallery .shopping-item .img-area .heart-icon svg,
.shopping-container .forYou-gallery .shopping-item .img-area .heart-icon svg,
.shopping-container .topRated-gallery .shopping-item .img-area .heart-icon svg {
  stroke: #efacac;
}
.shopping-container .s-carousel {
  position: relative;
}
.shopping-container .s-carousel .s-content {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.shopping-container .s-carousel .s-content::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.shopping-container .s-carousel .s-content::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.shopping-container .s-carousel .s-content::-webkit-scrollbar-track {
  background: transparent;
}
.shopping-container .s-carousel .s-left,
.shopping-container .s-carousel .s-right {
  display: none;
  align-items: center;
  justify-content: center;
  border-color: #FD9C00;
  opacity: 70%;
  background: #efacac;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  text-align: center;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  color: #fff;
}
.shopping-container .s-carousel .s-left svg,
.shopping-container .s-carousel .s-right svg {
  height: 60px;
  width: 60px;
  stroke-width: 2px;
}
.shopping-container .s-carousel .s-right {
  right: 0px;
}
.shopping-container .s-carousel.show:hover .s-left,
.shopping-container .s-carousel.show:hover .s-right {
  display: initial;
}

.heart-icon svg.active {
  fill: #efacac;
  stroke: #efacac;
}

main.settings {
  interpolate-size: allow-keywords;
  display: flex;
  flex-flow: column nowrap;
}
main.settings .back {
  margin: -0.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.5rem;
}
main.settings .account-options {
  display: flex;
  height: 60px;
  overflow: hidden;
  flex-flow: column nowrap;
  transition: height ease 0.5s;
}
main.settings .account-options button {
  height: 60px;
  border: 1px solid #f2f4f8;
  border-radius: 9px;
  padding: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  transition: all ease 0.5s;
}
main.settings .account-options .dropdown-content {
  padding: 1rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
main.settings .account-options .dropdown-content .input-wrapper {
  height: 43px;
  display: flex;
  flex-flow: row nowrap;
  gap: 15px;
}
main.settings .account-options .dropdown-content .input-wrapper label {
  flex-basis: calc(20% - 15px);
}
main.settings .account-options .dropdown-content .input-wrapper input {
  flex-grow: 1;
  flex-basis: calc(80% - 15px);
  border: none;
  border-bottom: 1px solid #1e1e1e;
}
main.settings .account-options .dropdown-content .input-wrapper input.error {
  border-bottom: 1px solid red;
}
main.settings .account-options .dropdown-content .input-wrapper input:focus {
  outline: none;
  border-bottom: 1px solid #c1d2ff;
}
main.settings .account-options .dropdown-content .input-wrapper input[type=email]:focus, main.settings .account-options .dropdown-content .input-wrapper input[type=email] {
  outline: none;
  border-bottom: none;
}
main.settings .account-options .dropdown-content .input-wrapper .password-wrapper {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
}
main.settings .account-options .dropdown-content .input-wrapper .password-wrapper .lucide-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
main.settings .account-options.active {
  height: max-content;
}
main.settings .account-options.active button {
  background-color: #c1d2ff;
}
main.settings .survey-wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  padding: 1rem;
}
main.settings .survey-wrapper .survey-question {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.05);
  /* Drop shadow_1 */
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
}
main.settings .survey-wrapper .options {
  max-height: 200px;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
main.settings .survey-wrapper .option {
  display: flex;
  align-items: center;
}
main.settings .survey-wrapper .option input[type=radio],
main.settings .survey-wrapper .option input[type=checkbox] {
  display: none;
}
main.settings .survey-wrapper .option input:checked + label {
  background: #c1d2ff;
  border-radius: 50px;
}
main.settings .survey-wrapper .option label {
  flex-grow: 1;
  padding: 10px 10px;
}
main.settings .save-btn {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #668efe;
  color: #fff;
  font-family: "outfit", sans-serif;
}

.carousel {
  position: relative;
}
.carousel .content {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.carousel .content::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.carousel .content::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.carousel .content::-webkit-scrollbar-track {
  background: transparent;
}
.carousel .left,
.carousel .right {
  display: none;
  opacity: 70%;
  background: #efacac;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  color: #fff;
}
.carousel .left svg,
.carousel .right svg {
  height: 60px;
  width: 60px;
  stroke-width: 2px;
}
.carousel .right {
  right: 0px;
}

.carousel .left,
.carousel .right {
  display: none;
}

.carousel.show-buttons:hover .left,
.carousel.show-buttons:hover .right {
  display: block;
}

.btn-primary {
  font-weight: 600;
  padding: 14px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 9px;
  background: #e9d0db;
  color: #fff;
  font-family: "outfit", sans-serif;
  color: #1e1e1e;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main {
  flex: 1;
}

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