/* ===========================
        extra large devices
        =========================== */

.main_box_styles {
  background: linear-gradient(187deg, #421e1e 0%, #6d4934b5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  gap: 50px 50px;
}

.white_circle_middle {
  background: #ffffff;
  width: 345px;
  height: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.main_page_img {
  height: 248px;
  width: 248px;
  min-width: 248px;
  max-width: 248px;
  min-height: 248px;
  max-height: 248px;
}

.enjoy_coffee {
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  color: #ffffff;
  font-family: Arial;
}

.get_start_button {
  width: 280px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50px;
}

.get_start_text {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #583732;
}

.menu_main_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100vh;
  padding: 20px 8px 61px 8px;
  overflow: hidden auto;
  gap: 30px 30px;
}

.menu_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 400px;
}

.menu_text {
  color: #583732;
  font-size: 30px;
  text-align: center;
  width: var(--de_variable_fitcontent);
  height: var(--de_variable_fitcontent);
  min-height: var(--de_variable_fitcontent);
  max-height: var(--de_variable_fitcontent);
  max-width: var(--de_variable_fitcontent);
  min-width: var(--de_variable_fitcontent);
}

.user_profile_img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
}

.search_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #efeeee;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  padding: 8px;
  border-radius: 30px;
  gap: 3px 3px;
}

.search_svg {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  max-width: 38px;
  max-height: 38px;
}

.search_text {
  font-weight: 400;
  font-size: 22px;
  color: #aca4a4;
}

.main_body {
  position: relative;
}

.category_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 125px;
  max-width: 400px;
  width: 100%;
  overflow: auto hidden;
  gap: 20px 20px;
}

.category_item_cont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  max-height: 80px;
  max-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #d9d9d9;
  border-radius: 20px;
}

.category_item_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  max-width: 80px;
  min-width: 80px;
  width: 80px;
  gap: 12px 12px;
}

.category_item_text {
  font-size: 16px;
  font-weight: 400;
  color: #583732db;
  width: var(--de_variable_fitcontent);
  height: var(--de_variable_fitcontent);
  max-height: var(--de_variable_fitcontent);
  max-width: 100%;
  min-width: 100%;
  min-height: var(--de_variable_fitcontent);
  display: block;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.promotion_text {
  font-weight: 500;
  font-size: 28px;
  color: #583732;
  display: block;
  margin: 0 0 12px 0;
}

.promotion_cont {
  background: linear-gradient(100deg, #583732b3 0%, #5837327d 100%);
  height: 152px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  border-radius: 20px;
}

.todays_offer {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.free_bottle {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}

.promotion_img {
  width: 104px;
  height: 174px;
  margin-top: -60px;
  margin-right: 0px;
  margin-left: 0px;
}

.promotion_text_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: var(--de_variable_fitcontent);
  gap: 8px 8px;
}

.popular_item_cont {
  width: 177px;
  height: 191px;
  background: linear-gradient(145deg, #58373212 0%, #5837327d 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 177px;
  max-width: 177px;
  min-height: 191px;
  max-height: 191px;
  border-radius: 20px;
  gap: 12px 12px;
}

.popular_item_img {
  width: 54px;
}

.popular_text_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}

.popular_item_text {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.add_popular_item_button {
  height: 20px;
  cursor: pointer;
}

.popular_title {
  font-weight: 400;
  font-size: 16px;
  color: #583732;
  display: block;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  max-width: 135px;
}

.popular_price {
  font-weight: 600;
  font-size: 16px;
  color: #fcff00;
  display: block;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  max-width: 135px;
}

.popular_main_cont {
  display: flex;
  overflow: auto;
  align-items: center;
  justify-content: center;
  gap: 20px 20px;
}

.footer_cont {
  height: 61px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 500px;
  position: sticky;
  bottom: 0px;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  margin: -30px 0 0;
  gap: 40px 40px;
}

.footer_cont_svgs {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
  max-width: 40px;
  cursor: pointer;
}

.deactive_svg_footer {
  filter: contrast(0%);
}

.details_page_background {
  background: linear-gradient(98deg, #421e1e 0%, #6d4934b3 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  gap: 30px 30px;
}

.details_main_img {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
  margin: 48px 48px 15px 48px;
}

.details_white_box {
  background: #ffffff;
  overflow: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 45px 18px 30px 32px;
  border-radius: 80px 0 0;
  gap: 24px 24px;
}

.details_star_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  width: 100%;
}

.details_price {
  color: #d9c61c;
  font-weight: 600;
  font-size: 20px;
}

.detail_star_cont {
  background: #583732;
  display: flex;
  align-items: center;
  width: 103px;
  height: 45px;
  min-width: 103px;
  max-width: 103px;
  min-height: 45px;
  max-height: 45px;
  box-sizing: border-box;
  padding: 9px 21px;
  border-radius: 50px;
  gap: 8px 8px;
}

.detail_star_icon {
  width: 25px;
  height: var(--de_variable_fitcontent);
}

.details_star_rate {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}

.details_desc {
  font-weight: 300;
  font-size: 16px;
  color: #583732b0;
}

.details_title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px 0;
}

.details_title {
  font-weight: 600;
  font-size: 22px;
  color: #583732;
}

.detail_item_count {
  font-weight: 600;
  font-size: 22px;
}

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

.add_ons_title {
  font-size: 20px;
  font-weight: 600;
  color: #583732;
  margin: 8px 0;
}

.details_count_cont svg {
  cursor: pointer;
}

.add_ons_item {
  width: 80px;
  height: 80px;
  background: #d9d9d9a6;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  box-sizing: border-box;
  padding: 7px 0 0;
  border-radius: 20px;
}

.add_ons_items_cont {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 20px;
}

.add_ons_item svg {
  cursor: pointer;
  position: absolute;
  bottom: -7px;
  top: unset;
  right: -7px;
  left: unset;
}

.add_to_card_button {
  width: 329px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #583732;
  cursor: pointer;
  border-radius: 50px;
}

.add_to_card_button span {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}

.add_to_card_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  width: 100%;
}

.cart_items_count {
  font-weight: 500;
  font-size: 30px;
  color: #583732;
  max-width: 500px;
  width: 100%;
}

.cart_item_preview_cont {
  width: 129px;
  height: 139px;
  background: linear-gradient(145deg, #00000000 0%, #5837327d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.cart_item_preview_cont img {
  width: 54px;
}

.cart_items_cont {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  justify-content: flex-end;
  position: relative;
  max-width: 500px;
  width: 100%;
  column-gap: 15px;
}

.cart_items_cont svg {
  cursor: pointer;
}

.cart_item_detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 8px 0 0;
  gap: 7px 7px;
}

.cart_item_detail_cont {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.cart_items_cont > svg {
  position: absolute;
  right: 0px;
  left: unset;
}

.cart_items {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  gap: 13px 13px;
}

.order_instructions_title {
  font-weight: 500;
  font-size: 16px;
  color: #583732;
  margin: 0 0 10px 0;
}

.input_order_instruction {
  width: 317px;
  height: 69px;
  border: 1px solid #00000087;
  border-radius: 20px;
}

.total_cart_count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.total_cart_text {
  font-weight: 700;
  font-size: 22px;
  color: #583732;
}

.total_cart_price {
  font-weight: 600;
  font-size: 22px;
  color: #d9c61c;
}

.total_cart_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  gap: 25px 25px;
}

.cart_back_menu {
  font-weight: 400;
  font-size: 18px;
  color: #583732;
  cursor: pointer;
  margin: 0 0 25px 0;
}

/* ===========================
        large device
        =========================== */
@media only screen and (max-width: 992px) {
}

/* ===========================
        medium device
        =========================== */
@media only screen and (max-width: 768px) {
}

/* ===========================
        small device
        =========================== */
@media only screen and (max-width: 393px) {
  .footer_cont {
    transform: translateX(0px);
  }
}
/* ===========================
        extra large devices
        =========================== */

.main-body {
  background-color: var(--bg-page);
  font-family:
          Inter,
          system-ui,
          -apple-system,
          Segoe UI,
          Roboto,
          Helvetica,
          sans-serif;
  color: var(--text-primary);
  line-height: 1.45;
  transition: background-color 0.2s ease;
  padding: 2rem 1.5rem;
}

.faq-modern {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-header .coffee-badge {
  display: inline-block;
  background: var(--accent-light);
  color: var(--accent);
  font-size: var(--font-xs);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.2px;
  backdrop-filter: blur(2px);
  margin-bottom: 1rem;
  padding: 0.3rem 1rem;
  border-radius: 60px;
}

.faq-header h2 {
  font-size: var(--font-xxl);
  font-weight: 640;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--accent) 0%, #a55b34 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 0.5rem;
}

.faq-header p {
  color: var(--text-secondary);
  max-width: 500px;
  font-size: var(--font-md);
  margin: 0 auto;
}

.dir-control {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.dir-btn {
  background: var(--card-bg);
  font-size: var(--font-xs);
  font-weight: var(--font-weight-medium);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  backdrop-filter: blur(2px);
  padding: 0.5rem 1.2rem;
  border: 1px solid var(--border-light);
  border-radius: 60px;
}

.dir-btn:hover {
  transform: translateY(-2px);
  background: var(--accent-light);
  color: var(--accent);
  border-color: var(--accent);
}

.dir-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  box-shadow: 0 4px 12px #c67b4b4d;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.faq-item {
  background: var(--card-bg);
  box-shadow:
          0 12px 28px -8px var(--shadow-color),
          0 2px 4px #00000005;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  overflow: hidden;
  border: 1px solid var(--border-light);
  border-radius: 20px;
}

.faq-item:hover {
  box-shadow: 0 20px 32px -12px var(--shadow-hover-color);
  transform: translateY(-2px);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease;
  user-select: none;
  gap: 1rem;
  padding: 1.4rem 1.8rem;
}

.faq-question:hover {
  background: var(--transparent-accent-bg);
}

.faq-question h3 {
  font-size: var(--font-lg);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -0.2px;
  color: var(--text-primary);
  transition: color 0.2s;
  margin: 0;
}

.icon-toggle {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  font-weight: var(--font-weight-normal);
  color: var(--accent);
  transition: transform 0.25s ease;
  background: var(--accent-light);
  line-height: 1;
  border-radius: 40px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
          max-height 0.45s cubic-bezier(0.33, 1, 0.68, 1),
          padding 0.2s ease;
  background-color: var(--card-bg);
  color: var(--text-secondary);
  font-size: var(--font-sm);
  line-height: 1.55;
  padding: 0 1.8rem;
  border-top: 0px solid transparent;
}

.faq-item--open .faq-answer {
  max-height: 280px;
  padding: 0 1.8rem 1.6rem 1.8rem;
  border-top: 1px solid var(--border-light);
}

.faq-item--open .icon-toggle {
  transform: rotate(45deg);
  background: var(--accent);
  color: var(--white);
}

.faq-answer p {
  margin-bottom: 0.5rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.coffee-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: var(--font-weight-medium);
  border-bottom: 1px dashed var(--accent);
}

[dir="rtl"] .faq-question {
  text-align: right;
}

[dir="rtl"] .icon-toggle {
  transform: rotate(0deg);
}

[dir="rtl"] .faq-item--open .icon-toggle {
  transform: rotate(45deg);
}

[dir="rtl"] .dir-control {
  justify-content: flex-start;
}

/* ===========================
        large device
        =========================== */
@media only screen and (max-width: 0px) {
  .dir-btn:hover {
    transform: translateY(-2px);
    background: var(--accent-light);
    color: var(--accent);
    border-color: var(--accent);
  }

  .faq-item:hover {
    box-shadow: 0 20px 32px -12px var(--shadow-hover-color);
    transform: translateY(-2px);
  }

  .faq-question:hover {
    background: var(--transparent-accent-bg);
  }
}

/* ===========================
        medium device
        =========================== */
@media only screen and (max-width: 0px) {
  .dir-btn:hover {
    transform: translateY(-2px);
    background: var(--accent-light);
    color: var(--accent);
    border-color: var(--accent);
  }

  .faq-item:hover {
    box-shadow: 0 20px 32px -12px var(--shadow-hover-color);
    transform: translateY(-2px);
  }

  .faq-question:hover {
    background: var(--transparent-accent-bg);
  }
}

/* ===========================
        small device
        =========================== */
@media only screen and (max-width: 0px) {
  .main-body {
    padding: 1.5rem 1rem;
  }

  .faq-header h2 {
    font-size: 2rem;
  }

  .dir-btn:hover {
    transform: translateY(-2px);
    background: var(--accent-light);
    color: var(--accent);
    border-color: var(--accent);
  }

  .faq-item:hover {
    box-shadow: 0 20px 32px -12px var(--shadow-hover-color);
    transform: translateY(-2px);
  }

  .faq-question:hover {
    background: var(--transparent-accent-bg);
  }

  .faq-question {
    padding: 1rem 1.2rem;
  }

  .faq-question h3 {
    font-size: 1rem;
  }

  .faq-answer {
    padding: 0 1.2rem;
  }

  .faq-item--open .faq-answer {
    padding: 0 1.2rem 1.2rem;
  }
}
