/* [project]/src/app/styles2.scss.css [app-client] (css) */
.auth_sc {
  background: #f3f4f6;
  padding: 60px 0;
}

@media only screen and (width <= 991.98px) {
  .auth_sc {
    padding-bottom: 45px;
  }
}

.auth_sc .rt_inner {
  max-width: 465px;
  width: 95%;
  margin-inline: auto;
}

.auth_sc .rt_inner.login_inner .form {
  --field_height: unset;
}

.auth_sc .rt_inner.login_inner .form input {
  border: 0;
  border-radius: 0;
  padding: 0 30px !important;
}

.auth_sc .rt_inner.login_inner .form .MuiInputAdornment-positionStart {
  padding: 0;
}

.auth_sc .rt_inner .remember_me {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 20px;
}

.auth_sc .rt_inner .remember_me a {
  font-size: 15px;
  font-weight: 400;
}

.auth_sc .rt_inner .remember_me label.MuiFormControlLabel-root span {
  color: #000000b2;
}

.auth_sc .rt_inner .remember_me label.MuiFormControlLabel-root:hover span {
  color: #000;
}

.auth_sc .rt_inner .site_tabs1 {
  margin: 0;
}

.auth_sc .rt_inner .site_tabs1 .MuiTabs-flexContainer {
  width: 100%;
  gap: 0;
}

.auth_sc .rt_inner .site_tabs1 .MuiTabs-flexContainer button {
  flex: 1;
}

.auth_sc .rt_inner .tab_content {
  padding: 25px 10px;
}

.auth_sc .rt_inner .tab_content .gap_m {
  --gap_x: 0;
  --gap_y: 0;
}

.auth_sc .rt_inner .tab_content .gap_m .control_group {
  width: 100%;
}

.auth_sc .rt_inner .tab_content .gap_m .control_group:not(:last-child) {
  border-bottom: 1px solid #deeded;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.auth_sc .rt_inner .auth_head {
  margin-bottom: 20px;
}

@media only screen and (width <= 767.98px) {
  .auth_sc .rt_inner .auth_head h2 {
    margin-bottom: 8px;
  }
}

.auth_sc .rt_inner .auth_head p {
  display: inline-flex;
  gap: 2px;
}

.auth_sc .rt_inner .or_box {
  margin-top: 26px;
}

@media only screen and (width <= 575.98px) {
  .auth_sc .rt_inner .or_box {
    margin-top: 20px;
  }
}

.auth_sc .rt_inner .or_box p {
  color: #333c43;
  font-size: 15px;
}

@media only screen and (width <= 767.98px) {
  .auth_sc .rt_inner .or_box p {
    font-size: 14px;
  }
}

@media only screen and (width <= 575.98px) {
  .auth_sc .rt_inner .or_box p {
    font-size: 12px;
  }
}

.auth_sc .rt_inner .or_box p:has(a) {
  color: #1d1d1d80;
}

.auth_sc .rt_inner .or_box p:has(a) a {
  color: #1d1d1d;
  cursor: pointer;
}

.auth_sc .rt_inner .or_box .btn_flex {
  gap: 10px;
  margin-block: 26px;
}

@media only screen and (width <= 575.98px) {
  .auth_sc .rt_inner .or_box .btn_flex {
    margin-block: 20px;
    gap: 6px;
  }
}

.auth_sc .rt_inner .or_box .btn_flex button.MuiButton-root {
  background: #fffc;
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1d;
  border-radius: 12px;
  border-color: #fffc;
  box-shadow: 0 0 20.1px #0000001a !important;
}

@media only screen and (width <= 767.98px) {
  .auth_sc .rt_inner .or_box .btn_flex button.MuiButton-root {
    font-size: 14px;
  }
}

@media only screen and (width <= 575.98px) {
  .auth_sc .rt_inner .or_box .btn_flex button.MuiButton-root {
    font-size: 13px;
  }
}

.auth_sc .rt_inner .or_box .btn_flex button.MuiButton-root:hover {
  border-color: #fb4898;
}

.auth_sc .rt_inner .or_box .btn_flex button.MuiButton-root:hover img {
  filter: unset;
}

.auth_sc .rt_inner .btn_flex.mt_30 {
  margin-top: 30px;
}

.auth_sc .rt_inner.profile_setup {
  max-width: 880px;
  box-shadow: 0 1.16px 2.33px #e4e5e73d;
}

.auth_sc .rt_inner.profile_setup .btn_flex {
  max-width: 430px;
  width: 100%;
  margin-inline: auto;
}

.account_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}

@media only screen and (width <= 1399.98px) {
  .account_grid {
    gap: 0;
  }
}

.account_grid > .lt {
  width: calc(27.6% - 21px);
  padding: 20px;
  border-radius: 14px;
  background: #f5f5f5;
  align-self: flex-start;
  position: relative;
}

.account_grid > .lt .emptyLink {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media only screen and (width <= 1399.98px) {
  .account_grid > .lt {
    width: 100%;
    border-radius: 0;
    padding: 0;
    background: #fff;
  }
}

.account_grid > .lt .user_detail {
  display: flex;
  align-items: center;
  min-height: 100px;
  border-radius: 10px;
  padding: 10px 6px;
  position: relative;
  background: #fb48980d;
  border: 1px solid #fb4898;
  gap: 8px;
}

@media only screen and (width <= 575.98px) {
  .account_grid > .lt .user_detail {
    padding-inline: 0;
    gap: 5px;
  }
}

.account_grid > .lt .user_detail > figure {
  width: 68px;
  height: 68px;
  min-width: 68px;
  border-radius: 68px;
}

@media only screen and (width <= 575.98px) {
  .account_grid > .lt .user_detail > figure {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 45px;
  }
}

.account_grid > .lt .user_detail > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.account_grid > .lt .user_detail .user_cnt {
  padding-right: 30px;
}

.account_grid > .lt .user_detail .user_cnt h2 {
  margin-bottom: 4px;
}

.account_grid > .lt .user_detail .user_cnt span {
  font-size: 13px;
  color: #0009;
  display: block;
}

.account_grid > .lt .user_detail > svg {
  top: 4px;
  right: 4px;
  font-size: 24px;
  color: #838383;
  position: absolute;
  transition: all .3s ease-in-out;
}

@media only screen and (width <= 1399.98px) {
  .account_grid > .lt .user_detail > svg {
    display: none;
  }
}

.account_grid > .lt .user_detail:hover > svg {
  color: #fb4898;
}

.account_grid > .lt > h2 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-block: 25px 10px;
}

.account_grid > .lt .social_links {
  justify-content: center;
  gap: 10px;
}

.account_grid > .lt .social_links li a {
  max-width: 18px;
  width: 18px;
  height: auto;
}

.account_grid > .lt .hd_6 h2 {
  margin-bottom: 12px;
}

@media only screen and (width <= 1199.98px) {
  .account_grid > .lt .order_details {
    margin-top: 0;
  }
}

.account_grid > .lt .order_type {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.account_grid > .lt .order_type li {
  width: calc(25% - 6px);
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 0;
  cursor: pointer;
}

.account_grid > .lt .order_type li figure {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (width <= 575.98px) {
  .account_grid > .lt .order_type li figure {
    width: 18px;
    height: 18px;
  }
}

.account_grid > .lt .order_type li figure img {
  max-height: 100%;
}

.account_grid > .lt .order_type li p {
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
}

@media only screen and (width <= 575.98px) {
  .account_grid > .lt .order_type li p {
    font-size: 12px;
  }
}

.account_grid > .lt .menu_list {
  border-radius: 12px;
}

.account_grid > .lt .menu_list:not(:last-child) {
  margin-bottom: 25px;
}

.account_grid > .lt .menu_list li {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.account_grid > .lt .menu_list li:hover {
  color: #fb4898;
}

.account_grid > .lt .menu_list li:hover svg {
  color: #fb4898;
}

.account_grid > .lt .menu_list li.active {
  color: #fb4898;
}

.account_grid > .lt .menu_list li.active svg {
  color: #fb4898;
}

.account_grid > .lt .menu_list li svg {
  padding: 2px;
  font-size: 24px;
  color: #878787;
  transition: all .3s ease-in-out;
}

.account_grid > .lt .menu_list li:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d950;
  margin-bottom: 12px;
}

.account_grid > .lt .menu_list2 li {
  color: gray;
}

.account_grid > .lt .menu_list2 li:not(:last-child) {
  border-bottom: 0;
  padding: 0;
}

.account_grid > .lt .menu_list2 li:last-child {
  color: #fb4898;
}

.account_grid > .lt .menu_list2 li:nth-last-child(2) {
  color: #f33636;
}

.account_grid > .lt .humb_menu {
  display: none;
  margin-left: auto;
  z-index: 3;
}

@media only screen and (width <= 1399.98px) {
  .account_grid > .lt .humb_menu {
    display: inline-flex;
  }
}

@media only screen and (width <= 1399.98px) {
  .account_grid > .lt .dropdown_menu {
    position: absolute;
    top: 100px;
    left: 0;
    background: #f5f5f5;
    z-index: 99;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease-in-out;
    padding: 20px;
    will-change: opacity, transform;
    max-height: 450px;
    overflow: auto;
    transition: opacity .24s, transform .24s, visibility 0s linear .24s;
  }

  .account_grid > .lt .dropdown_menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .12s, transform .12s, visibility;
  }
}

.account_grid .account_rt {
  width: calc(72.4% - 21px);
}

@media only screen and (width <= 1399.98px) {
  .account_grid .account_rt {
    width: 100%;
  }
}

.account_grid .account_rt .s_head {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (width <= 767.98px) {
  .account_grid .account_rt .s_head {
    gap: 16px;
  }
}

.account_grid .account_rt .s_head.border_none {
  border: none;
  padding-bottom: 0;
}

.account_grid .account_rt .s_head button.MuiButton-root.MuiButton-textPrimary {
  min-width: 150px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
}

.account_grid .account_rt .profile_page {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.account_grid .account_rt .profile_page .lt {
  width: 175px;
  height: 175px;
}

@media only screen and (width <= 767.98px) {
  .account_grid .account_rt .profile_page .lt {
    width: 120px;
    height: 120px;
  }
}

.account_grid .account_rt .profile_page .lt .upload_image {
  width: 100%;
  height: 100%;
}

.account_grid .account_rt .profile_page > .rt {
  width: calc(100% - 205px);
}

@media only screen and (width <= 767.98px) {
  .account_grid .account_rt .profile_page > .rt {
    width: 100%;
  }
}

.account_grid .account_rt .address_list li {
  margin-bottom: 18px;
  background: #f5f5f5;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 21px 16px 21px 14px;
  gap: 10px;
}

@media only screen and (width <= 575.98px) {
  .account_grid .account_rt .address_list li {
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 10px;
    flex-wrap: wrap;
    gap: 6px;
  }
}

.account_grid .account_rt .address_list li > figure {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border: 3px solid #fb489833;
  background: #fb4898;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

@media only screen and (width <= 575.98px) {
  .account_grid .account_rt .address_list li > figure {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 2px;
    border-width: 2px;
  }
}

@media only screen and (width <= 575.98px) {
  .account_grid .account_rt .address_list li .address_cnt {
    width: calc(100% - 46px);
  }
}

.account_grid .account_rt .address_list li .address_cnt h3 {
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.account_grid .account_rt .address_list li .address_cnt p {
  color: #0009;
  font-size: 14px;
}

.account_grid .account_rt .address_list li .btn_group {
  margin-left: auto;
}

.account_grid .account_rt .address_list li .btn_group button.MuiButton-root.icon_btn {
  --btn_size: 36px;
  background: none;
  border: 1px solid #cccccc4f;
}

.account_grid .account_rt .address_list li .btn_group button.MuiButton-root.icon_btn:hover {
  border-color: #fb4898;
}

.account_grid .account_rt .address_list li .btn_group button.MuiButton-root.icon_btn:hover img {
  filter: unset;
}

.account_grid .account_rt .payment_list {
  padding: 18px;
  border-radius: 12px;
  background: #f5f5f5;
}

@media only screen and (width <= 575.98px) {
  .account_grid .account_rt .payment_list {
    padding: 10px;
    border-radius: 8px;
  }
}

.account_grid .account_rt .payment_list li {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.account_grid .account_rt .payment_list li:not(:last-child) {
  border-bottom: 1px solid #0221291a;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.account_grid .account_rt .payment_list li > figure {
  width: 46px;
  height: 46px;
  min-width: 46px;
}

@media only screen and (width <= 575.98px) {
  .account_grid .account_rt .payment_list li > figure {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }
}

.account_grid .account_rt .payment_list li .payment_cnt h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}

.account_grid .account_rt .payment_list li .payment_cnt p {
  color: #0009;
  font-size: 11px;
}

.account_grid .account_rt .payment_list li .btn_group {
  margin-left: auto;
}

.account_grid .account_rt .payment_list li .btn_group p {
  font-size: 0;
  font-weight: 400;
  color: #0009;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.2;
  gap: 8px;
}

.account_grid .account_rt .payment_list li .btn_group p span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #626262;
  display: inline-flex;
}

.account_grid .account_rt .payment_list li .btn_group p.active {
  font-size: 12px;
}

.account_grid .account_rt .payment_list li .btn_group p.active span {
  border-color: #fb4898;
  background-color: #fb4898;
  background-image: url("data:image/svg+xml,<svg width=\"10\" height=\"8\" viewBox=\"0 0 10 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.91387 0.235698C8.63152 -0.078665 8.17301 -0.0784668 7.89028 0.235698L3.28339 5.35816L1.23582 3.08155C0.95309 2.76719 0.494784 2.76719 0.21205 3.08155C-0.0706834 3.39591 -0.0706834 3.90549 0.21205 4.21985L2.77139 7.06551C2.91267 7.22259 3.09792 7.30133 3.28319 7.30133C3.46846 7.30133 3.65389 7.22279 3.79517 7.06551L8.91387 1.37398C9.19661 1.05984 9.19661 0.550041 8.91387 0.235698Z\" fill=\"white\"/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.account_grid .account_rt .payment_list li .btn_group button.MuiButton-root.icon_btn {
  --btn_size: 36px;
  background: none;
  border: 1px solid #cccccc4f;
}

.account_grid .account_rt .payment_list li .btn_group button.MuiButton-root.icon_btn:hover {
  border-color: #fb4898;
}

.account_grid .account_rt .payment_list li .btn_group button.MuiButton-root.icon_btn:hover img {
  filter: unset;
}

.account_grid .account_rt .payment_btn button.MuiButton-root.MuiButton-textPrimary {
  font-size: 14px;
  font-weight: 500;
  min-width: 190px;
}

@media only screen and (width <= 575.98px) {
  .account_grid .account_rt .payment_btn button.MuiButton-root.MuiButton-textPrimary {
    min-width: 1px;
    font-size: 13px;
  }
}

.account_grid .account_rt .help_center :is(textarea) {
  height: 160px !important;
}

.account_grid .account_rt .notification_bx {
  padding: 24px 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ebebeb;
}

.account_grid .account_rt .notification_bx .hd_5 {
  margin-bottom: 20px;
}

.account_grid .account_rt .notification_bx .hd_5 h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.account_grid .account_rt .notification_bx .hd_5 p {
  color: #434142;
  font-size: 14px;
}

.account_grid .account_rt .notification_bx .notification_list li:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 0;
}

.account_grid .account_rt .notification_bx .notification_list li label.MuiFormControlLabel-root {
  width: 100%;
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0;
}

.account_grid .account_rt .notification_bx .notification_list li label.MuiFormControlLabel-root span.MuiTypography-root {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.account_grid .account_rt .notification_bx:not(:last-child) {
  margin-bottom: 20px;
}

.account_grid .account_rt .site_tabs3 .MuiTabs-flexContainer {
  gap: 10px;
  display: flex;
  justify-content: flex-end;
}

.account_grid .account_rt .site_tabs3 .MuiTabs-flexContainer button {
  flex: 1;
  background: none;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  min-height: 30px;
  max-width: unset;
  border: 1px solid #d7d7d7;
  padding: 5px 7px;
  border-radius: 6px;
  max-height: unset;
  flex: unset;
  min-width: unset;
}

.account_grid .account_rt .site_tabs3 .MuiTabs-flexContainer button.Mui-selected {
  border-color: #fb4898;
}

.account_grid .account_rt .form > .gap_p {
  --gap_y: 20px;
}

.cms_content p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #3c3c3c;
}

.no_data_found {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 600px;
  height: calc(100vh - 300px);
}

.no_data_found figure {
  width: 140px;
  max-width: 100%;
  margin-bottom: 12px;
}

.no_data_found figure img {
  width: 100%;
  height: auto;
  display: block;
}

.coupon_list .coupon_bx {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 16px;
  width: calc(50% - var(--gap_x));
}

@media only screen and (width <= 991.98px) {
  .coupon_list .coupon_bx {
    width: calc(100% - var(--gap_x));
  }
}

.coupon_list .coupon_bx p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.coupon_list .coupon_bx h2 {
  margin-bottom: 10px;
}

.coupon_list .coupon_bx h2 + p {
  margin: 0;
}

.coupon_list .coupon_bx .coupon_footer {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  gap: 8px;
}

.coupon_list .coupon_bx .coupon_footer .tag {
  border-radius: 4px;
  padding: 4px;
  background: #fb4898;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.coupon_list .coupon_bx .coupon_footer > svg.MuiSvgIcon-root {
  cursor: pointer;
}

.coupon_list .coupon_bx.disable {
  opacity: .6;
}

.new_arrivals ul {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.new_arrivals ul li {
  background: #e5f5ee;
  border-radius: 16px;
  margin: 0;
  overflow: hidden;
  width: calc(20% - 16px);
  display: flex;
  flex-direction: column;
}

@media only screen and (width <= 1599.98px) {
  .new_arrivals ul li {
    width: calc(33.3333% - 13.3333px);
  }
}

@media only screen and (width <= 767.98px) {
  .new_arrivals ul li {
    width: calc(50% - 10px);
    border-radius: 10px;
  }
}

.new_arrivals ul li div {
  padding: 16px 8px 35px;
}

@media only screen and (width <= 991.98px) {
  .new_arrivals ul li div {
    padding-bottom: 20px;
  }
}

@media only screen and (width <= 767.98px) {
  .new_arrivals ul li div {
    padding-block: 12px;
  }
}

@media only screen and (width <= 575.98px) {
  .new_arrivals ul li div {
    padding-block: 8px;
  }
}

.new_arrivals ul li div h3 {
  font-weight: 700;
  font-size: 55px;
  color: #008b60;
  margin: 0;
}

@media only screen and (width <= 991.98px) {
  .new_arrivals ul li div h3 {
    font-size: 40px;
  }
}

@media only screen and (width <= 767.98px) {
  .new_arrivals ul li div h3 {
    font-size: 32px;
  }
}

@media only screen and (width <= 575.98px) {
  .new_arrivals ul li div h3 {
    font-size: 26px;
  }
}

.new_arrivals ul li div h3 span {
  display: block;
  font-weight: 700;
  font-size: 20px;
}

@media only screen and (width <= 767.98px) {
  .new_arrivals ul li div h3 span {
    font-size: 16px;
  }
}

@media only screen and (width <= 575.98px) {
  .new_arrivals ul li div h3 span {
    font-size: 14px;
  }
}

.new_arrivals ul li div p {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-block: 12px 0;
}

@media only screen and (width <= 575.98px) {
  .new_arrivals ul li div p {
    font-size: 12px;
  }
}

.new_arrivals ul li figure {
  width: 100%;
  height: 285px;
  margin-top: auto;
}

@media only screen and (width <= 1199.98px) {
  .new_arrivals ul li figure {
    height: 200px;
  }
}

@media only screen and (width <= 991.98px) {
  .new_arrivals ul li figure {
    height: 150px;
  }
}

@media only screen and (width <= 575.98px) {
  .new_arrivals ul li figure {
    height: 100px;
  }
}

.new_arrivals ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gather_products figure {
  height: 600px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.gather_products figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drive_up figure {
  height: 378px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.drive_up figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fresh_products .product_list .product_bx .top_left .tag.info {
  color: #43a783;
  background: #ddffda;
}

.new_items .container {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.new_items .container .new_items_inner {
  width: calc(50% - 12.5px);
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (width <= 767.98px) {
  .new_items .container .new_items_inner {
    width: 100%;
    border-radius: 10px;
  }
}

.new_items .container .new_items_inner figure {
  width: 100%;
  height: 417px;
}

.new_items .container .new_items_inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new_items .container .new_items_inner div {
  padding: 18px 20px 25px;
  background-color: #f5efe0;
}

.new_items .container .new_items_inner div h3 {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 24px;
  color: #333;
}

.new_items .container .new_items_inner div p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  color: #333;
}

.new_items .container .btn_flex.mt_30 {
  margin-top: 30px;
}

.blog_wrpr {
  display: flex;
  align-items: flwx-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.blog_wrpr .blg_lft {
  width: calc(50% - 10px);
}

.blog_wrpr .blg_lft .blg_lst {
  border: 1.5px solid #11031214;
  border-radius: 24px;
  padding: 12px;
  background: #fff;
}

.blog_wrpr .blg_lft .blg_lst:not(:last-child) {
  margin-bottom: 25px;
}

.blog_wrpr .blg_lft .blg_lst.active {
  border: 1.5px solid #fb4898;
}

.blog_wrpr .blg_lft .blg_lst .article-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.blog_wrpr .blg_lft .blg_lst .article-card .card-image {
  width: 130px;
  height: 130px;
}

.blog_wrpr .blg_lft .blg_lst .article-card .card-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.blog_wrpr .blg_lft .blg_lst .article-card .card-content {
  flex: 1;
  margin-top: 10px;
}

.blog_wrpr .blg_lft .blg_lst .article-card .card-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #000;
}

.blog_wrpr .blg_lft .blg_lst .article-card .card-content p {
  font-size: 15px;
  line-height: 1.4;
  color: #000000a6;
}

.blog_wrpr .blg_lft .blg_lst .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.blog_wrpr .blg_lft .blg_lst .card-footer .footer-icons {
  display: flex;
  gap: 25px;
  font-size: 13px;
  color: #444;
}

.blog_wrpr .blg_lft .blg_lst .card-footer .footer-icons span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
}

.blog_wrpr .blg_lft .blg_lst .card-footer .footer-icons span img {
  width: 22px;
  height: 22px;
}

.blog_wrpr .blg_lft .blg_lst .card-footer .time-badge {
  background-color: #ff4fa3;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}

.blog_wrpr .blg_rgt {
  width: calc(50% - 10px);
}

.blog_wrpr .blg_rgt .article-card {
  border-radius: 14px;
  overflow: hidden;
  background-color: #fff;
}

.blog_wrpr .blg_rgt .card-header {
  position: relative;
}

.blog_wrpr .blg_rgt .card-header .ovr_bckgrnd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(36.81deg, #0000 22.19%, #000 117.6%);
  border-radius: 14px;
}

.blog_wrpr .blg_rgt .card-header figure {
  width: 100%;
  height: 218px;
}

.blog_wrpr .blg_rgt .card-header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blog_wrpr .blg_rgt .time-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff4fa3;
  color: #fff;
  font-size: 16px;
  padding: 4px 15px;
  border-radius: 20px;
}

.blog_wrpr .blg_rgt .card-body h3 {
  font-size: 24px;
  margin: 8px 0;
  color: #000;
}

.blog_wrpr .blg_rgt .card-body p {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
  font-weight: 400;
}

.blog_wrpr .blg_rgt .card-icons {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 14px;
  color: #444;
  margin: 15px 0 30px;
}

.blog_wrpr .blg_rgt .card-icons span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  color: #000;
}

.blog_wrpr .blg_rgt .card-icons span img {
  width: 22px;
  height: 22px;
}

.blog_wrpr .blg_rgt .post-info {
  font-size: 13px;
  color: #666;
  margin-bottom: 22px;
  line-height: 1.4;
}

.blog_wrpr .blg_rgt .post-info p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.product_featrs_sc .feature_video_list .slick-list {
  margin: 0 -7.5px;
}

.product_featrs_sc .feature_video_list .slick-slide {
  padding: 0 7.5px;
}

.product_featrs_sc .feature_video_bx .feature_video_inr {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.product_featrs_sc .feature_video_bx .feature_video_inr:before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #00000080 .05%, #0000 99.88%);
  width: 100%;
  height: 100px;
  bottom: 0;
  right: 0;
  left: 0;
}

.product_featrs_sc .feature_video_bx .feature_video_inr .main {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.product_featrs_sc .feature_video_bx .feature_video_inr .main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_featrs_sc .feature_video_bx .feature_video_inr .ply_count {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  left: 0;
  width: 100%;
  padding: 15px;
}

.product_featrs_sc .feature_video_bx .feature_video_inr .ply_count figure {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.product_featrs_sc .feature_video_bx .video_dtl p {
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  margin: 20px 0 0;
  font-family: Jost, sans-serif !important;
}

.product_rvws_sc .rating_overall {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  gap: 20px;
}

.product_rvws_sc .rating_overall .rating_prgrs {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.product_rvws_sc .rating_overall .rating_prgrs li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product_rvws_sc .rating_overall .rating_prgrs li:not(:last-child) {
  margin-bottom: 12px;
}

.product_rvws_sc .rating_overall .rating_prgrs li .MuiLinearProgress-root.MuiLinearProgress-colorPrimary.MuiLinearProgress-determinate {
  width: 100%;
}

.product_rvws_sc .rating_overall .rating_prgrs li span.count {
  font-size: 22px;
  color: #11031299;
  white-space: nowrap;
  min-width: 15px;
  font-family: Jost, sans-serif !important;
}

.product_rvws_sc .rating_overall .revws_detail {
  font-size: 19px;
  color: #11031261;
  display: block;
  font-family: Jost, sans-serif !important;
}

.product_rvws_sc .rating_overall .revws_detail:not(:last-child) {
  margin-bottom: 45px;
}

.product_rvws_sc .rating_overall .revws_detail.rtng {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000de;
  margin-bottom: 0;
  font-size: 30px;
  gap: 5px;
  font-family: Jost, sans-serif !important;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx:not(:last-child) {
  border-bottom: 1px solid #dfd2d2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt {
  width: 60%;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .prfle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .prfle > figure {
  width: 60px;
  height: 60px;
  min-width: 60px;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .prfle > figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .prfle .prfl_rtng h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt > p {
  font-size: 16px;
  color: #505050;
  margin: 20px 0;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns .divider {
  padding: 0 6px;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns .feedback span {
  font-size: 16px;
  color: #11031261;
  font-family: Jost, sans-serif !important;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns .details_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns .details {
  color: #110312de;
  font-size: 16px;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns .details span {
  font-family: Jost, sans-serif !important;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns .recommended_badge, .product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns p {
  color: #4caf50;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-family: Jost, sans-serif !important;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .rt h3 {
  font-size: 14px;
  color: #505050;
  font-weight: 500;
  text-align: right;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .rt .rvw_imgs {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 72px;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .rt .rvw_imgs .rvw_imgsbx {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .rt .rvw_imgs .rvw_imgsbx figure {
  width: 72px;
  height: 72px;
  position: relative;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .rt .rvw_imgs .rvw_imgsbx figure:has(span) {
  cursor: pointer;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .rt .rvw_imgs .rvw_imgsbx figure:has(span):before {
  position: absolute;
  content: "";
  background: #1103125c;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .rt .rvw_imgs .rvw_imgsbx figure span {
  position: absolute;
  inset: 0;
  inset: 0;
  margin: auto;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_rvws_sc .product_rvws_lst .product_rvws_bx .rt .rvw_imgs .rvw_imgsbx figure img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.product_rvws_sc .wrt_rvw {
  margin: 20px 0 50px;
}

.product_rvws_sc .wrt_rvw .MuiButton-root {
  border: 1px solid #1103121f;
  background: #fff;
  color: #11031299;
  width: 100%;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  font-family: Jost, sans-serif !important;
}

.product_rvws_sc .wrt_rvw p {
  color: #1103124d;
  margin-top: 8px;
  font-family: Jost, sans-serif !important;
}

.product_rvws_sc .wrt_rvw p a {
  color: #fb4898;
  text-decoration: underline;
  font-family: Jost, sans-serif !important;
}

.applied_copun_lst .applied_copun_bx {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  min-height: 135px;
}

.applied_copun_lst .applied_copun_bx .lt .inr {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.applied_copun_lst .applied_copun_bx .lt .inr figure {
  display: inline-flex;
}

.applied_copun_lst .applied_copun_bx .lt .inr .cntnt h3 {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.applied_copun_lst .applied_copun_bx .lt .inr .cntnt p {
  color: #1d1d1d;
  font-size: 14px;
}

.applied_copun_lst .applied_copun_bx .rt p {
  font-size: 13px;
  color: #110312;
  font-weight: 600;
  background: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  width: fit-content;
  position: absolute;
  top: 20px;
  right: 20px;
}

.applied_copun_lst .applied_copun_bx .rt Button {
  background: #fff;
  color: #110312;
  font-size: 14px;
  border: 1px solid #fb4898;
  border-radius: 10px;
  min-height: 30px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 6px;
}

@media (width <= 1200px) {
  .product_rvws_sc .rating_overall .rating_prgrs li {
    gap: 5px;
  }

  .product_rvws_sc .rating_overall .rating_prgrs li span.count, .product_rvws_sc .rating_overall .revws_detail.rtng {
    font-size: 16px;
  }

  .product_rvws_sc .rating_overall .rating_prgrs li span.count {
    min-width: 10px;
  }

  .product_rvws_sc .rating_overall .revws_detail, .product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns .feedback span, .product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns .details {
    font-size: 14px;
  }

  .product_rvws_sc .rating_overall .rating_prgrs li .MuiLinearProgress-root.MuiLinearProgress-colorPrimary.MuiLinearProgress-determinate {
    height: 8px;
  }

  .product_rvws_sc .rating_overall .rating_prgrs li:not(:last-child) {
    margin-bottom: 5px;
  }

  .product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .prfle .prfl_rtng h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .prfle {
    align-items: center;
  }

  .product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns .details {
    margin-top: 5px;
  }

  .product_rvws_sc .wrt_rvw .MuiButton-root {
    font-size: 16px;
  }

  .product_rvws_sc .product_rvws_lst .product_rvws_bx .lt > p {
    font-size: 14px;
    margin: 10px 0;
  }

  .product_rvws_sc .product_rvws_lst .product_rvws_bx .rt .rvw_imgs .rvw_imgsbx figure {
    width: 60px;
    height: 60px;
  }
}

@media (width <= 992px) {
  .product_rvws_sc .product_rvws_lst .product_rvws_bx .lt {
    width: 100%;
    margin-bottom: 20px;
  }

  .product_rvws_sc .product_rvws_lst .product_rvws_bx .lt .rcmndtns {
    justify-content: space-between;
    gap: 20px;
  }

  .product_rvws_sc .product_rvws_lst .product_rvws_bx .rt h3 {
    text-align: left;
  }

  .product_rvws_sc .product_rvws_lst .product_rvws_bx .rt .rvw_imgs {
    margin-top: 15px;
  }

  .product_rvws_sc .product_rvws_lst .product_rvws_bx:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .account_grid .account_rt .site_tabs3 .MuiTabs-flexContainer {
    gap: 5px;
  }

  .account_grid .account_rt .site_tabs3 .MuiTabs-flexContainer button {
    font-size: 12px;
  }

  .loyalty_prgrm_mn .rt .earned_points .semi_text h3 {
    font-size: 30px;
  }

  .loyalty_prgrm_mn .rt .earned_points .earned_points_progress .step.step_03, .loyalty_prgrm_mn .rt .earned_points .earned_points_progress .step.step_02 {
    top: 0%;
  }
}

@media (width <= 767px) {
  .loyalty_prgrm_mn .rt .earned_points .earned_points_progress .step.step_03, .loyalty_prgrm_mn .rt .earned_points .earned_points_progress .step.step_02 {
    top: -10%;
  }
}

@media (width <= 576px) {
  .product_rvws_sc .rating_overall .rating_prgrs {
    max-width: 200px;
  }

  .product_featrs_sc .feature_video_bx .feature_video_inr .main {
    height: 200px;
  }

  .product_rvws_sc .product_rvws_lst .product_rvws_bx .rt .rvw_imgs {
    gap: 5px;
  }

  .product_featrs_sc .feature_video_bx .feature_video_inr .ply_count {
    padding: 10px;
  }

  .product_featrs_sc .feature_video_bx .feature_video_inr .ply_count figure, .applied_copun_lst .applied_copun_bx .lt .inr .cntnt p {
    font-size: 12px;
  }

  .loyalty_prgrm_mn .rt .hwto_earn ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .loyalty_prgrm_mn .rt .hwto_earn ul li {
    font-size: 12px;
  }

  .loyalty_prgrm_mn .rt .earned_points .earned_points_progress .step img {
    max-width: 50px;
  }

  .loyalty_prgrm_mn .rt .level p {
    margin-bottom: 5px;
  }

  .loyalty_prgrm_mn .rt .level {
    padding: 20px;
  }

  .rfer_earn_sc .rfer_earn_lst .rfer_earn_bx h3, .loyalty_prgrm_mn .rt .level h3 {
    font-size: 24px;
  }

  .rfer_earn_sc .rfer_earn_lst .rfer_earn_bx p {
    margin-bottom: 5px;
  }

  .rfer_earn_sc .rfer_earn_lst .rfer_earn_bx, .loyalty_prgrm_mn .rt .hwto_earn ul {
    padding: 20px;
  }

  .pymnt_scsfl_mn figure {
    margin: 0 auto 15px;
    width: 130px;
    height: 130px;
  }

  .account_grid .account_rt .s_head {
    margin-bottom: 20px;
  }

  .pymnt_scsfl_mn p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .pymnt_scsfl_mn .btn_flex Button {
    min-width: auto;
  }

  .pymnt_scsfl_mn .btn_flex {
    gap: 10px;
  }

  .pymnts_optn > h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .applied_copun_lst .applied_copun_bx .rt p {
    font-size: 11px;
    padding: 5px;
  }

  .applied_copun_lst .applied_copun_bx {
    min-height: auto;
  }

  .product_rvws_sc .product_rvws_lst .product_rvws_bx .rt .rvw_imgs .rvw_imgsbx figure {
    width: 50px;
    height: 50px;
  }

  .applied_copun_lst .applied_copun_bx .rt Button {
    font-size: 11px;
    min-height: 25px;
    padding: 5px 10px;
  }

  .prfl_rtng figure img {
    max-width: 80px;
  }

  .applied_copun_lst .applied_copun_bx .lt .inr {
    gap: 10px;
    margin-top: 10px;
  }

  .applied_copun_lst .applied_copun_bx .lt .inr .cntnt h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .loyalty_prgrm_mn .rt .earned_points {
    margin-top: 20px;
  }
}

@media (width <= 480px) {
  .loyalty_prgrm_mn .rt .earned_points .earned_points_progress .step.step_03, .loyalty_prgrm_mn .rt .earned_points .earned_points_progress .step.step_02 {
    top: 5%;
  }
}

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