:root {
  --bg: #fff;
  --accent: #ff5722;
  --card: #fff;
  --card-border: #ddd;
  --muted: #6b6b6b ;
}

* {
  box-sizing: border-box;
}

.d-flex {
  display: flex;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: linear-gradient(180deg, var(--bg), #fff);
  color: #222;
  font-size: 14px;
  overflow: hidden;
}
body .highlight {
  color: var(--accent);
}
body .fireworks-animation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
body .mb-0 {
  margin-bottom: 0;
}
body button {
  background: #FF1155;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 8px 10px;
  margin: 0 2px;
  text-transform: uppercase;
  transition: background 0.3s ease;
}
body button:hover {
  background: #FA6D95;
}
body button[disabled] {
  pointer-events: none;
  background: #ccc;
}
body button.share-referral {
  margin-left: 10px;
  background: transparent;
  padding: 0;
  color: #000;
  position: absolute;
  bottom: 66px;
  right: 96px;
  z-index: 999;
}
body .header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  align-items: center;
  justify-content: space-between;
  padding: 33px 10px 10px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body .header-logo {
  width: 250px;
  margin: 0;
  padding: 0 10px;
}
body .header-logo__svg {
  width: 100%;
}
body .header-auth {
  z-index: 1;
  padding-bottom: 40px;
}
body .header-auth .user-id {
  position: absolute;
  right: 10px;
  top: 8px;
  text-align: right;
  width: 100%;
}
body .header__bg {
  position: absolute;
  z-index: auto;
  left: 220px;
  top: -30px;
  width: 400px;
  opacity: 0.1;
}
body .header__bg.second {
  left: 600px;
  width: 500px;
  top: -33px;
}
body .header .my-order {
  position: absolute;
  bottom: 8px;
  right: 11px;
  z-index: 99;
  font-size: 22px;
  padding-right: 13px;
  color: #000;
}
body .header .my-order > i {
  color: #076aff;
}
body .hamburger {
  height: 32px;
  width: 30px;
  cursor: pointer;
  display: none;
}
body .hamburger span, body .hamburger span::before, body .hamburger span::after {
  background: #222;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  margin-top: 13px;
  transition: 0.3s ease-in-out;
}
body .hamburger span::before {
  margin-top: -9px;
}
body .hamburger span::after {
  margin-top: 9px;
}
body .hamburger.active span {
  background: transparent;
}
body .hamburger.active span:before {
  margin-top: 0;
  transform: rotate(45deg);
}
body .hamburger.active span:after {
  margin-top: 0;
  transform: rotate(-45deg);
}
body .strip {
  background: #fcd0d0;
  color: #222;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 35px;
  padding: 7px 15px;
}
body .strip__left {
  display: flex;
  align-items: center;
}
body .strip__left--item .right-align {
  font-weight: 600;
}
body .strip__left--item.discount {
  padding-right: 30px;
  display: inline-block;
}
body .strip__right {
  position: relative;
}
body .strip.fixed-strip {
  position: fixed;
  top: 0;
  z-index: 1;
}
body .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
body .container-middle {
  width: 100%;
  padding: 0 15px 0 0;
}
body .container .categories-list__heading {
  border-bottom: 1px solid #c9c9c9;
  padding: 0 0 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
body .container .categories-list__grid {
  width: 100%;
  overflow: auto;
  height: calc(100% - 45px);
}
body .container .categories-list__accordion {
  margin: 10px 0 0;
  overflow: auto;
  height: calc(100vh - 206px);
}
body .container .categories-list__accordion--item {
  margin: 0 0 4px;
}
body .container .categories-list__accordion--item .accordion-header {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
body .container .categories-list__accordion--item .accordion-content__item {
  display: flex;
  width: 100%;
  border-bottom: 2px dotted #c9c9c9;
  padding: 8px 0;
}
body .container .categories-list__accordion--item .accordion-content__item--details {
  width: calc(100% - 130px);
  display: flex;
  align-items: center;
  padding-left: 5px;
}
body .container .categories-list__accordion--item .accordion-content__item--details .title {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
}
body .container .categories-list__accordion--item .accordion-content__item--details .desc {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 25%;
}
body .container .categories-list__accordion--item .accordion-content__item--details .price {
  width: 25%;
}
body .container .categories-list__accordion--item .accordion-content__item--cart {
  text-align: right;
  display: flex;
  align-items: center;
  width: 130px;
}
body .container .categories-list__accordion--item .accordion-content__item--cart .product-img {
  width: 100px;
  height: 100px;
  border: 1px solid #c9c9c9;
  position: relative;
}
body .container .categories-list__accordion--item .accordion-content__item--cart .product-img .qty-control {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3px;
  width: calc(100% - 4px);
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
body .container .categories-list__accordion--item .accordion-content__item--cart .product-img .qty-control input.qty-number {
  text-align: center;
  padding: 0 20px;
  border-radius: 0;
  border: 1px solid #c9c9c9;
  height: 30px;
  width: 84px;
  outline: 0;
}
body .container .categories-list__accordion--item .accordion-content__item--cart .product-img .qty-control button[type=button] {
  position: absolute;
  left: 0;
  margin: 0;
  height: 30px;
  width: 20px;
  text-align: center;
  padding: 0;
}
body .container .categories-list__accordion--item .accordion-content__item--cart .product-img .qty-control button[type=button].qty-increase {
  right: 0;
  left: auto;
}
body .container .categories-list__accordion--item .accordion-content__item--cart .cart-btn {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
body .container .categories-list__accordion--item .accordion-content__item--cart .cart-btn > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  width: 13px;
}
body .container .categories-list__accordion--item .accordion-content__item--cart .cart-btn .btn-txt {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 13px);
  vertical-align: middle;
  padding-left: 5px;
  display: none;
}
body .container .categories-list__accordion--item .accordion-content__item.items-qty-add .accordion-content__item--cart .product-img {
  margin-left: 34px;
}
body .cart-list {
  position: absolute;
  bottom: auto;
  right: 0;
  z-index: 99;
  top: -17px;
}
body .cart-list .cart-list-btn {
  position: relative;
  padding: 0;
  height: 33px;
  width: 33px;
}
body .cart-list .cart-list-btn > i {
  position: relative;
  left: -3px;
  top: 8px;
  font-size: 20px;
}
body .cart-list .cart-list-btn .count {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #222;
  text-align: center;
  background: #fff;
  color: #000;
  line-height: 20px;
  font-weight: bold;
}
body .cart-list .cart-details__items {
  position: fixed;
  display: none;
  width: 40%;
  height: 90%;
  left: 50%;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px 10px;
  border: 1px solid #ddd;
  z-index: 99;
}
body .cart-list .cart-details__items--list {
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  font-size: 13px;
}
body .cart-list .cart-details__items--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
body .cart-list .cart-details__items--header .popup-close-btn {
  background: transparent;
  color: #333;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
body .cart-list .cart-details__items .header-cart-list {
  overflow-y: auto;
  max-height: calc(100% - 236px);
}
body .cart-list .cart-details__items.show {
  display: block;
}
body .cart-list .cart-details__items .cart-details {
  padding: 0;
  margin: 10px 0 0;
}
body .cart-list .cart-details__items .cart-details .cart-heading {
  border-bottom: 1px solid #c9c9c9;
  padding: 0 0 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
body .cart-list .cart-details__items .cart-details__total--item {
  border-bottom: 1px solid #c9c9c9;
  padding: 7px 5px;
}
body .cart-list .cart-details__items .cart-details__total--item .right-align {
  float: right;
}
body .cart-list .cart-details__items .cart-details__checkout--mode {
  border-bottom: 1px solid #c9c9c9;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
body .cart-list .cart-details__items .cart-details__checkout--mode .label {
  padding-left: 5px;
}
body .cart-list .cart-details__items .cart-details__checkout--mode .select-option {
  float: right;
}
body .cart-list .cart-details__items .cart-details__items {
  max-height: 180px;
  overflow: auto;
}
body .cart-list .cart-details__items .cart-details__items--list .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 5px;
}
body .cart-list .cart-details__items .cart-details__items--list .cart-item .item {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .cart-list .cart-details__items .cart-details__items--list .cart-item .item-count, body .cart-list .cart-details__items .cart-details__items--list .cart-item .item-total {
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
body .cart-list .cart-details__items .cart-details__items--list .cart-item .item-total {
  text-align: right;
}
body .cart-list.open:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0.9;
}
body .footer {
  width: 100%;
  text-align: center;
  background: #ffc089;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
body .footer__text {
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .footer__text--left {
  text-align: center;
  width: calc(100% - 125px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 5px;
}
body .footer__text--right {
  padding-right: 5px;
}
body .footer__text--right > a {
  display: flex;
  align-items: center;
  color: #222;
  text-decoration: none;
  font-weight: bold;
}
body .footer .contact-whatapp {
  position: fixed;
  left: 10px;
  bottom: 50px;
  z-index: 9;
}
body .footer__location {
  position: fixed;
  display: inline-block;
  cursor: pointer;
  right: 0;
  bottom: 20px;
  z-index: 9;
}
body .footer__location--icon:hover + .footer__location--tooltip {
  visibility: visible;
  opacity: 1;
}
body .footer__location--tooltip {
  visibility: hidden;
  opacity: 0;
  width: 250px;
  background: #ffffff;
  border: 1px solid #ccc;
  color: #222;
  text-align: left;
  border-radius: 6px;
  padding: 12px;
  position: absolute;
  z-index: 1;
  top: -110px;
  left: -125px;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
body .footer__location--tooltip:before {
  content: "";
  position: absolute;
  top: 82%;
  right: -17px;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
}

@media screen and (max-width: 768px) {
  body {
    overflow: visible;
  }
  body button.share-referral {
    bottom: 47px;
  }
  body .header-logo {
    width: 190px;
    position: relative;
    bottom: -10px;
  }
  body .header-auth {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
    text-align: right;
  }
  body .header-auth .user-id {
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    top: -2px;
  }
  body .header__bg {
    opacity: 0.1;
    left: 80px;
  }
  body .hamburger {
    display: none;
    position: absolute;
    left: 5px;
    bottom: 0;
  }
  body .container {
    display: block;
    padding: 0 15px;
  }
  body .container-middle {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  body .container .accordion-content__item--cart .product-img {
    width: 95px;
  }
  body .container .accordion-content__item--cart .cart-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
  }
  body .container .accordion-content__item--cart .cart-btn > i {
    display: block;
    font-size: 13px;
    width: 100%;
    line-height: 30px;
  }
  body .container .accordion-content__item--cart .cart-btn .btn-txt {
    display: none;
  }
  body .container .categories-list__accordion {
    height: calc(100vh - 190px);
  }
  body .cart-list .cart-details__items {
    width: 90%;
  }
  body .cart-list .cart-details__items .cart-details__checkout {
    display: block;
  }
  body .footer {
    position: absolute;
    bottom: 0;
  }
}