@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .header_section .container {
    width: calc(100% - 20px);
    padding-left: 16px;
    padding-right: 18px;
    border-radius: 14px;
  }

  .custom_nav-container .navbar-collapse {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    max-height: calc(100vh - 140px);
    overflow-y: auto;
  }

  .hero_area {
    min-height: auto;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
padding-left: 0;
    align-items: center;
  }

  .user_option{
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section .carousel-indicators {
    margin-top: 45px;
  }

  .product_gallery {
    margin-bottom: 20px;
  }

  .navbar-brand img {
    width: 56px;
    height: 56px;
    padding: 6px;
  }

  .navbar-brand span {
    font-size: 28px;
  }

  .auth_dropdown {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .product_reviews_section .reviews_summary_card {
    margin-bottom: 24px;
  }

  .recommendations_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .food_section .box.product-card > div {
    min-height: auto;
  }

  .food_section .box.product-card .img-box {
    height: 220px;
    padding: 12px;
  }

  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"] .img-box,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"] .img-box {
    padding: 7px;
  }

  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"] .img-box img,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"] .img-box img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }

  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"]:hover .img-box img,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"]:hover .img-box img {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}

/* Premium compact product detail redesign */
body.product-page {
  --pdp-bg: #fff9ec;
  --pdp-panel: #ffffff;
  --pdp-soft: #f8f8f8;
  --pdp-text: #222831;
  --pdp-muted: #667085;
  --pdp-border: rgba(34, 40, 49, 0.1);
  --pdp-gold: #d4af37;
  --pdp-gold-dark: #b9872c;
  --pdp-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: var(--pdp-bg) !important;
}

body.product-page .product_details_section,
body.product-page .product_story_section,
body.product-page .product_reviews_section,
body.product-page .product_recommendations_section {
  background: var(--pdp-bg) !important;
  padding: 24px 0 !important;
  overflow-x: hidden;
}

body.product-page .product_details_section {
  padding-top: 28px !important;
}

body.product-page .product_page_container,
body.product-page .product_details_section .container,
body.product-page .product_story_section .container,
body.product-page .product_reviews_section .container,
body.product-page .product_recommendations_section .container {
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

body.product-page .product_back_link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--pdp-muted) !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

body.product-page .product_details_layout {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-left: 0;
  margin-right: 0;
}

body.product-page .product_gallery_column,
body.product-page .product_info_column {
  padding-left: 0;
  padding-right: 0;
}

body.product-page .product_gallery_column {
  flex: 0 0 calc(55% - 14px);
  max-width: calc(55% - 14px);
}

body.product-page .product_info_column {
  flex: 0 0 calc(45% - 14px);
  max-width: calc(45% - 14px);
}

body.product-page .product_gallery,
body.product-page .product_info_card,
body.product-page .product_story_card,
body.product-page .reviews_summary_card,
body.product-page .reviews_panel,
body.product-page .recommendation_card {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.product-page .product_gallery,
body.product-page .product_info_card {
  padding: 0 !important;
  border-radius: 0 !important;
}

body.product-page .product_main_image {
  width: 100%;
  height: 380px !important;
  max-height: 380px !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: var(--pdp-soft) !important;
  cursor: zoom-in;
}

body.product-page .product_main_image picture,
body.product-page .product_main_image img {
  width: 100%;
  height: 100%;
  display: block;
}

body.product-page .product_main_image img {
  max-width: 100%;
  max-height: 100% !important;
  object-fit: contain;
  transform: none !important;
}

body.product-page .product_thumbs {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 8px !important;
  margin-top: 10px !important;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}

body.product-page .product_thumbs::-webkit-scrollbar,
body.product-page #recommendedProducts::-webkit-scrollbar {
  display: none;
}

body.product-page .thumb_btn {
  width: 60px !important;
  height: 60px !important;
  flex: 0 0 60px;
  padding: 4px !important;
  border: 2px solid transparent !important;
  border-radius: 10px !important;
  background: var(--pdp-soft) !important;
  box-shadow: none !important;
}

body.product-page .thumb_btn.active {
  border-color: var(--pdp-gold) !important;
  box-shadow: none !important;
}

body.product-page .thumb_btn img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border-radius: 7px;
}

body.product-page .product_info_card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  color: var(--pdp-text) !important;
}

body.product-page .product_share_detail_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 1px solid rgba(34, 40, 49, 0.14) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--pdp-muted) !important;
  box-shadow: none !important;
  font-size: 14px !important;
}

body.product-page .product_share_detail_btn i {
  width: auto !important;
  min-width: 0 !important;
  color: inherit !important;
}

body.product-page .product_category_label {
  width: calc(100% - 44px);
  margin: 0 0 4px;
  color: var(--pdp-gold-dark);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.3;
  text-transform: uppercase;
}

body.product-page .product_info_card h1 {
  margin: 0 44px 8px 0 !important;
  color: var(--pdp-text) !important;
  font-family: "Open Sans", sans-serif;
  font-size: 22px !important;
  font-weight: 700;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
}

body.product-page .product_rating_meta {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--pdp-muted) !important;
  font-size: 13px;
  line-height: 1.3;
}

body.product-page .product_rating_meta .rating_stars,
body.product-page .product_rating_meta .rating_stars_wrap {
  display: inline-flex;
  align-items: center;
}

body.product-page #productRatingText[hidden] {
  display: inline !important;
  visibility: hidden;
}

body.product-page #productDescription {
  display: -webkit-box;
  margin: 0 0 12px !important;
  overflow: hidden;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

body.product-page .product_meta_section {
  margin: 0 0 12px !important;
  padding: 0 0 0 12px !important;
  border-left: 3px solid rgba(212, 175, 55, 0.45) !important;
}

body.product-page .product_meta_title {
  margin: 0 0 4px !important;
  color: var(--pdp-text) !important;
  font-size: 13px;
  font-weight: 700;
}

body.product-page .product_feature_list,
body.product-page .product_spec_list {
  display: grid;
  gap: 3px !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.product-page .product_feature_list li,
body.product-page .product_spec_row {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

body.product-page .product_spec_row {
  display: flex;
  gap: 7px !important;
}

body.product-page .product_spec_row dt {
  flex: 0 0 auto;
  color: var(--pdp-text) !important;
  font-size: 13px !important;
  font-weight: 700;
}

body.product-page .product_spec_row dd {
  margin: 0;
  color: #555 !important;
  font-size: 13px !important;
}

body.product-page .product_price_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

body.product-page .product_original_price {
  color: #999;
  font-size: 13px;
  line-height: 1;
  text-decoration: line-through;
}

body.product-page .product_sale_price {
  color: var(--pdp-gold-dark);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

body.product-page .product_discount_badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: #d92d20;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

body.product-page .quantity_wrap {
  justify-content: flex-start !important;
  gap: 12px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

body.product-page .quantity_wrap > span {
  color: var(--pdp-muted) !important;
  font-size: 14px !important;
  font-weight: 600;
}

body.product-page .qty_controls {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.product-page .qty_controls button,
body.product-page .qty_controls input {
  height: 32px !important;
}

body.product-page .qty_controls button {
  width: 32px !important;
  border: 1.5px solid #ddd !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--pdp-text) !important;
  font-size: 16px !important;
  line-height: 1;
}

body.product-page .qty_controls input {
  width: 48px !important;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: var(--pdp-text) !important;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

body.product-page .product_total_price {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--pdp-muted) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

body.product-page .product_total_price span {
  color: var(--pdp-text) !important;
  font-weight: 700;
}

body.product-page .product_action_row {
  display: flex !important;
  flex-direction: column;
  gap: 8px !important;
  margin: 0 !important;
}

body.product-page .product_cart_primary_btn,
body.product-page .product_checkout_btn {
  width: 100%;
  min-height: 45px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.2;
}

body.product-page .product_cart_primary_btn {
  border: 2px solid var(--pdp-gold) !important;
  background: var(--pdp-gold) !important;
  color: #fff !important;
}

body.product-page .product_checkout_btn {
  border: 2px solid var(--pdp-gold) !important;
  background: transparent !important;
  color: var(--pdp-gold-dark) !important;
  box-shadow: none !important;
}

body.product-page .product_story_card,
body.product-page .reviews_summary_card,
body.product-page .reviews_panel {
  padding: 0 !important;
  border-radius: 0 !important;
}

body.product-page .product_detail_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

body.product-page .product_detail_tab {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(34, 40, 49, 0.06);
  color: var(--pdp-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

body.product-page .product_detail_tab.active {
  background: #222831;
  color: #fff;
}

body.product-page .product_story_card .heading_container,
body.product-page .product_recommendations_section .heading_container {
  margin: 0 0 12px !important;
}

body.product-page .product_story_card .heading_container h2,
body.product-page .product_recommendations_section .heading_container h2 {
  margin: 0 !important;
  color: var(--pdp-text) !important;
  font-family: "Open Sans", sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.3;
}

body.product-page .product_story_title {
  margin: 0 0 8px !important;
  color: var(--pdp-text) !important;
  font-size: 16px !important;
  font-weight: 700;
}

body.product-page .product_story_lead,
body.product-page .product_story_body,
body.product-page .product_story_body p {
  max-width: 700px;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

body.product-page .product_story_body {
  display: grid;
  gap: 10px !important;
}

body.product-page .product_story_block {
  padding-top: 8px !important;
  border-top: 1px solid var(--pdp-border) !important;
}

body.product-page .product_reviews_section .row {
  align-items: flex-start;
  row-gap: 18px !important;
}

body.product-page .reviews_summary_card {
  max-height: 80px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
  overflow: hidden;
}

body.product-page .reviews_kicker,
body.product-page .reviews_summary_card h2,
body.product-page .reviews_summary_text {
  display: none !important;
}

body.product-page .rating_overview {
  display: contents;
  margin: 0 !important;
}

body.product-page .rating_overview_score {
  color: var(--pdp-text) !important;
  font-size: 34px !important;
  font-weight: 800;
  line-height: 1;
}

body.product-page .rating_overview_meta {
  display: grid;
  gap: 4px;
}

body.product-page .rating_overview_meta p {
  margin: 0 !important;
  color: var(--pdp-muted) !important;
  font-size: 13px !important;
}

body.product-page .review_auth_notice {
  grid-column: 1 / -1;
  margin: 8px 0 0;
}

body.product-page .reviews_panel {
  padding: 16px !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--pdp-shadow) !important;
}

body.product-page .reviews_panel_head {
  margin: 0 0 10px !important;
}

body.product-page .reviews_panel_head h3 {
  margin: 0 !important;
  color: var(--pdp-text) !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 700;
}

body.product-page .review_form {
  display: grid;
  gap: 10px !important;
}

body.product-page .review_field {
  gap: 5px !important;
}

body.product-page .review_field label {
  color: var(--pdp-text) !important;
  font-size: 12px !important;
}

body.product-page .review_star_picker {
  gap: 4px !important;
}

body.product-page .review_star_btn {
  width: 28px !important;
  height: 28px !important;
  color: #d0d5dd;
  font-size: 24px !important;
}

body.product-page .review_star_btn.is_active {
  color: var(--pdp-gold) !important;
}

body.product-page .review_field textarea {
  min-height: 80px !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
}

body.product-page .review_form_actions {
  display: flex !important;
  justify-content: flex-end;
  gap: 8px !important;
}

body.product-page .review_submit_btn,
body.product-page .review_delete_btn {
  min-height: 34px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
}

body.product-page .reviews_list {
  gap: 0 !important;
  margin-top: 14px;
}

body.product-page .review_card {
  padding: 12px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pdp-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.product-page .review_card_header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  gap: 10px !important;
}

body.product-page .review_card_avatar {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px;
  font-size: 13px !important;
}

body.product-page .review_card_identity strong,
body.product-page .review_card_identity span {
  font-size: 12px !important;
  line-height: 1.25;
}

body.product-page .review_card p {
  margin: 8px 0 0 !important;
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.product-page .product_recommendations_section .heading_container p {
  margin: 4px 0 16px !important;
  color: var(--pdp-muted) !important;
  font-size: 13px !important;
  line-height: 1.5;
}

body.product-page #recommendedProducts.recommendations_grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto;
  padding: 2px 2px 12px;
  scrollbar-width: none;
}

body.product-page #recommendedProducts > .recommendation_card {
  width: 180px !important;
  max-width: 180px !important;
  min-height: 0 !important;
  max-height: 240px;
  flex: 0 0 180px;
  overflow: hidden;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--pdp-shadow) !important;
}

body.product-page .recommendation_card_image {
  height: 110px !important;
  min-height: 110px !important;
  padding: 10px !important;
  background: var(--pdp-soft) !important;
}

body.product-page .recommendation_card_image img {
  max-height: 90px !important;
  object-fit: contain;
}

body.product-page .recommendation_card_body {
  padding: 10px !important;
  gap: 7px !important;
  background: transparent !important;
}

body.product-page .recommendation_card_label,
body.product-page .recommendation_card_copy p,
body.product-page .recommendation_card_rating,
body.product-page .recommendation_add_btn {
  display: none !important;
}

body.product-page .recommendation_card_copy h3,
body.product-page .recommendation_card_copy h3 a {
  color: var(--pdp-text) !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.3 !important;
}

body.product-page .recommendation_card_copy h3 {
  min-height: 34px;
  display: -webkit-box !important;
  margin: 0 !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

body.product-page .recommendation_card_footer {
  display: grid !important;
  gap: 8px !important;
}

body.product-page .recommendation_card_price {
  color: var(--pdp-gold-dark) !important;
  font-size: 13px !important;
  font-weight: 700;
}

body.product-page .recommendation_card_actions {
  display: block !important;
}

body.product-page .recommendation_link {
  width: 100%;
  min-height: 30px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px !important;
  border: 1px solid var(--pdp-gold) !important;
  border-radius: 999px !important;
  background: var(--pdp-gold) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700;
  text-decoration: none;
}

html[data-theme="dark"] body.product-page,
body.theme_dark.product-page {
  --pdp-bg: #11100e;
  --pdp-panel: #1d1915;
  --pdp-soft: #f8f8f8;
  --pdp-text: #fff8e8;
  --pdp-muted: #d8cbb8;
  --pdp-border: rgba(242, 199, 107, 0.16);
  --pdp-gold: #f2c76b;
  --pdp-gold-dark: #f2c76b;
}

html[data-theme="dark"] body.product-page .reviews_panel,
html[data-theme="dark"] body.product-page #recommendedProducts > .recommendation_card,
body.theme_dark.product-page .reviews_panel,
body.theme_dark.product-page #recommendedProducts > .recommendation_card {
  background: var(--pdp-panel) !important;
}

html[data-theme="dark"] body.product-page #productDescription,
html[data-theme="dark"] body.product-page .product_story_lead,
html[data-theme="dark"] body.product-page .product_story_body,
html[data-theme="dark"] body.product-page .product_story_body p,
html[data-theme="dark"] body.product-page .product_feature_list li,
html[data-theme="dark"] body.product-page .product_spec_row dd,
html[data-theme="dark"] body.product-page .review_card p,
body.theme_dark.product-page #productDescription,
body.theme_dark.product-page .product_story_lead,
body.theme_dark.product-page .product_story_body,
body.theme_dark.product-page .product_story_body p,
body.theme_dark.product-page .product_feature_list li,
body.theme_dark.product-page .product_spec_row dd,
body.theme_dark.product-page .review_card p {
  color: var(--pdp-muted) !important;
}

@media (max-width: 991px) {
  body.product-page .product_details_section,
  body.product-page .product_story_section,
  body.product-page .product_reviews_section,
  body.product-page .product_recommendations_section {
    padding: 20px 0 !important;
  }

  body.product-page .product_details_layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.product-page .product_gallery_column,
  body.product-page .product_info_column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.product-page .product_main_image {
    height: 260px !important;
    max-height: 260px !important;
    padding: 16px !important;
  }

  body.product-page .product_info_card h1 {
    font-size: 20px !important;
  }

  body.product-page .reviews_summary_card {
    max-height: none;
    margin-bottom: 14px;
  }

  body.product-page #recommendedProducts > .recommendation_card {
    width: 150px !important;
    max-width: 150px !important;
    flex-basis: 150px;
  }
}

/* Minimal fixed navbar and compact right drawer */
.custom_nav-container.minimal_navbar {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  width: 100% !important;
  min-height: 64px !important;
  overflow: visible !important;
}

.custom_nav-container.minimal_navbar .navbar-brand {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.custom_nav-container.minimal_navbar .navbar-brand picture {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

.custom_nav-container.minimal_navbar .navbar-brand img {
  display: block !important;
  object-fit: contain !important;
  overflow: visible !important;
}

.custom_nav-container.minimal_navbar .navbar-brand span {
  color: #fff8e8 !important;
}

html:not([data-theme="dark"]) .sub_page .custom_nav-container.minimal_navbar .navbar-brand span,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container.minimal_navbar .navbar-brand span,
html:not([data-theme="dark"]) .custom_nav-container.minimal_navbar.scrolled .navbar-brand span {
  color: #2b2114 !important;
  text-shadow: none !important;
}

.custom_nav-container.minimal_navbar .navbar-collapse,
.custom_nav-container.minimal_navbar .mobile-navbar-right {
  display: none !important;
}

.custom_nav-container.minimal_navbar > .offers_nav_btn,
.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_shell,
.custom_nav-container.minimal_navbar .minimal_nav_actions .offers_nav_btn {
  display: none !important;
}

.custom_nav-container.minimal_navbar > .custom-language-switcher,
.custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  gap: 8px !important;
  margin-left: auto !important;
  color: #fff8e8 !important;
}

html:not([data-theme="dark"]) .sub_page .custom_nav-container.minimal_navbar .minimal_nav_actions,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container.minimal_navbar .minimal_nav_actions,
html:not([data-theme="dark"]) .custom_nav-container.minimal_navbar.scrolled .minimal_nav_actions {
  color: #2b2114 !important;
}

html[data-theme="dark"] .custom_nav-container.minimal_navbar .minimal_nav_actions,
body.theme_dark .custom_nav-container.minimal_navbar .minimal_nav_actions {
  color: #fff2d2 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
.custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link,
.custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
.custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 40px !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 232, 176, 0.24) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: currentColor !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .site_search_toggle_form,
.custom_nav-container.minimal_navbar .minimal_nav_actions .form-inline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link:focus,
.custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link:focus,
.custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn:focus,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle:focus,
.custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn:focus,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler:focus {
  border-color: rgba(255, 190, 51, 0.54) !important;
  background: rgba(255, 190, 51, 0.16) !important;
  color: #ffbe33 !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

html:not([data-theme="dark"]) .sub_page .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
html:not([data-theme="dark"]) .sub_page .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
html:not([data-theme="dark"]) .sub_page .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
html:not([data-theme="dark"]) .sub_page .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler,
html:not([data-theme="dark"]) .custom_nav-container.minimal_navbar.scrolled .minimal_nav_actions .cart_link,
html:not([data-theme="dark"]) .custom_nav-container.minimal_navbar.scrolled .minimal_nav_actions .nav_search-btn,
html:not([data-theme="dark"]) .custom_nav-container.minimal_navbar.scrolled .minimal_nav_actions .theme_toggle,
html:not([data-theme="dark"]) .custom_nav-container.minimal_navbar.scrolled .minimal_nav_actions .language-btn,
html:not([data-theme="dark"]) .custom_nav-container.minimal_navbar.scrolled .minimal_nav_actions .navbar-toggler {
  border-color: rgba(134, 91, 20, 0.16) !important;
  background: rgba(255, 248, 232, 0.72) !important;
  color: #2b2114 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
  margin: 0 !important;
  filter: none !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn i,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle_icon,
.custom_nav-container.minimal_navbar .minimal_nav_actions .lang-icon,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle_icon::before {
  color: currentColor !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle_orbit {
  width: 24px !important;
  height: 24px !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler span,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler span::before,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler span::after {
  width: 18px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: currentColor !important;
  transform: none !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler span {
  display: block !important;
  margin: 0 !important;
  position: relative !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler span::before {
  top: -6px !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler span::after {
  top: 6px !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler[aria-expanded="true"],
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler[aria-expanded="true"] span,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler[aria-expanded="true"] span::after {
  transform: none !important;
}

.custom_nav-container.minimal_navbar .cart_count_badge {
  top: -6px !important;
  right: -6px !important;
}

.site_drawer_overlay {
  position: fixed;
  inset: 0;
  z-index: 999990;
  background: rgba(12, 10, 8, 0.46);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.site_drawer_overlay.is_visible {
  opacity: 1;
  pointer-events: auto;
}

.site_side_drawer {
  position: fixed;
  top: calc(var(--site-header-height) + 12px);
  right: 18px;
  z-index: 1000000;
  width: min(360px, 25vw);
  max-width: 25vw;
  max-height: calc(25vh - 12px);
  padding: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(185, 135, 44, 0.22);
  border-radius: 16px;
  background: linear-gradient(180deg, #fffaf0, #f7efe2);
  color: #2b2114;
  box-shadow: 0 24px 60px rgba(29, 21, 10, 0.2);
  transform: translateX(calc(100% + 32px));
  transition: transform 0.28s ease;
}

.site_side_drawer.is_open {
  transform: translateX(0);
}

.side_drawer_close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(185, 135, 44, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: #6d4b12;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.side_drawer_close:hover,
.side_drawer_close:focus {
  background: #fff1c7;
  color: #2b2114;
  outline: none;
}

.side_drawer_nav {
  display: grid;
  gap: 2px;
}

.side_drawer_link {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 25px;
  padding: 3px 8px;
  border-radius: 9px;
  color: #3a2b18;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.05;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.side_drawer_link:hover,
.side_drawer_link:focus,
.side_drawer_link.is_active {
  background: rgba(255, 190, 51, 0.14);
  color: #2b2114;
  outline: none;
}

.side_drawer_link:first-child {
  padding-right: 38px;
}

.side_drawer_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  color: #c58a1a;
  font-size: 13px;
}

.side_drawer_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  background: #d49a24;
  color: #fffdf8;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1;
}

html[data-theme="dark"] .site_side_drawer,
body.theme_dark .site_side_drawer {
  border-color: rgba(255, 211, 106, 0.18);
  background: linear-gradient(180deg, #2a2219, #1b1712);
  color: #f7f0e2;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .side_drawer_close,
body.theme_dark .side_drawer_close {
  border-color: rgba(255, 211, 106, 0.18);
  background: rgba(255, 246, 229, 0.08);
  color: #f7d577;
}

html[data-theme="dark"] .side_drawer_link,
body.theme_dark .side_drawer_link {
  color: #f7f0e2;
}

html[data-theme="dark"] .side_drawer_link:hover,
html[data-theme="dark"] .side_drawer_link:focus,
html[data-theme="dark"] .side_drawer_link.is_active,
body.theme_dark .side_drawer_link:hover,
body.theme_dark .side_drawer_link:focus,
body.theme_dark .side_drawer_link.is_active {
  background: rgba(255, 211, 106, 0.13);
  color: #fff7df;
}

body.side_drawer_open {
  overflow: hidden;
}

body.side_drawer_open .scroll-to-top,
body.side_drawer_open .scroll-down {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .header_section .container {
    width: min(100% - 24px, 760px) !important;
    padding-inline: 12px !important;
  }

  .custom_nav-container.minimal_navbar {
    gap: 10px !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand span {
    font-size: 24px !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand img {
    width: 40px !important;
    height: 40px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions {
    gap: 6px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
    flex-basis: 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 11px !important;
  }

  .site_side_drawer {
    right: 12px;
    width: min(320px, 65vw);
    max-width: 65vw;
    max-height: calc(25vh - 10px);
    padding: 8px;
    border-radius: 15px;
  }

  .side_drawer_link {
    min-height: 25px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .custom_nav-container.minimal_navbar .navbar-brand {
    gap: 7px !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand span {
    font-size: 21px !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand img {
    width: 36px !important;
    height: 36px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions {
    gap: 4px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
    flex-basis: 32px !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
  }
}

@media (max-width: 767px) {
  .slider_section .detail-box {
    margin-bottom: 70px;
    padding: 18px;
    border-radius: 16px;
    min-height: 330px;
  }

  .slider_section .detail-box h1 {
    font-size: 2.4rem;
  }

  .slider_section .detail-box p {
    font-size: 0.95rem;
    max-width: 100%;
  }

  .about_section .detail-box {
    margin-bottom: 45px;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .site_search_dialog {
    margin-top: 30px;
    padding: 20px;
    border-radius: 22px;
  }

  .cart_drawer_panel {
    padding: 20px;
  }

  .product_action_row,
  .review_form_actions,
  .cart_drawer_actions,
  .wishlist_header,
  .wishlist_card_actions {
    flex-direction: column;
    align-items: stretch;
  }

  .product_action_row > *,
  .review_form_actions > *,
  .cart_drawer_actions > *,
  .wishlist_header > *,
  .wishlist_card_actions > * {
    width: 100%;
  }

  .review_card_header,
  .review_card_meta,
  .product_rating_meta,
  .rating_overview {
    align-items: flex-start;
    flex-direction: column;
  }

  .auth_dropdown {
    width: min(300px, calc(100vw - 30px));
  }

  .recommendations_grid {
    grid-template-columns: 1fr;
  }

  .product_spec_row {
    flex-direction: column;
  }

  .product_spec_row dd {
    text-align: left;
  }

  .product_story_card {
    padding: 24px 20px;
  }

  .food_section .box.product-card > div {
    min-height: auto;
  }

  .food_section .box.product-card .img-box {
    height: 205px;
    padding: 12px;
  }

  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"] .img-box,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"] .img-box {
    padding: 6px;
  }

  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"] .img-box img,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"] .img-box img {
    -webkit-transform: scale(1.34);
            transform: scale(1.34);
  }

  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"]:hover .img-box img,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"]:hover .img-box img {
    -webkit-transform: scale(1.38);
            transform: scale(1.38);
  }
}

@media (max-width: 576px) {
  .back_to_top_btn {
    right: 16px;
    bottom: 78px;
    width: 48px;
    height: 48px;
  }

  .back_to_top_btn i {
    font-size: 18px;
  }

  body:not(.sub_page) .hero_area {
    min-height: 100vh;
    min-height: 100dvh;
    padding-bottom: 34px;
  }

  .slider_section {
    padding: 24px 0 78px 0;
    align-items: flex-start;
  }

  body:not(.sub_page) .food_section.layout_padding-bottom {
    padding-top: 82px;
    scroll-margin-top: calc(var(--site-header-height) + 28px);
  }

  body:not(.sub_page) .food_section .heading_container.heading_center {
    padding-top: 8px;
  }

  .slider_section .detail-box h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .slider_section .detail-box {
    padding: 16px;
    min-height: auto;
    margin-bottom: 0;
  }

  .navbar-brand {
    flex: 0 1 auto;
    margin-right: 0;
    gap: 8px;
  }

  .navbar-brand img {
    width: 50px;
    height: 50px;
    padding: 4px;
  }

  .navbar-brand span {
    font-size: 24px;
  }

  .product_main_image {
    height: 300px;
    padding: 10px;
  }

  .product_lightbox {
    padding: 12px;
  }

  .product_lightbox_dialog {
    height: min(88vh, 760px);
    padding: 12px;
    border-radius: 22px;
  }

  .product_lightbox_toolbar {
    margin-bottom: 10px;
  }

  .product_lightbox_control,
  .product_lightbox_close {
    width: 40px;
    height: 40px;
  }

  .product_lightbox_stage {
    padding: 14px;
    border-radius: 18px;
  }

  .product_info_card h1 {
    font-size: 1.75rem;
    line-height: 1.18;
  }

  .thumb_btn {
    width: 70px;
    height: 70px;
  }

  .site_search_result {
    grid-template-columns: 60px 1fr;
  }

  .site_search_result img {
    width: 60px;
    height: 60px;
  }

  .site_search_result picture {
    width: 60px;
    height: 60px;
  }

  .site_search_result_action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .cart_item {
    grid-template-columns: 1fr;
  }

  .cart_item_image {
    min-height: 88px;
  }

  .cart_drawer_panel {
    width: 100%;
    padding: 18px;
  }

  .cart_drawer_body {
    min-height: 0;
  }

  .cart_drawer_footer {
    flex-shrink: 0;
    padding-top: 16px;
  }

  .cart_drawer_actions {
    gap: 10px;
  }

  .cart_drawer_actions .cart_checkout_btn {
    min-height: 54px;
    padding: 0 18px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-align: center;
    line-height: 1.25;
    font-size: 15px;
    font-weight: 800;
    background: linear-gradient(135deg, #29d96d, #128c4a);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 14px 28px rgba(18, 140, 74, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  .cart_drawer_actions .cart_checkout_btn::before {
    font-size: 19px;
    color: #ffffff;
  }

  .cart_drawer_actions .cart_checkout_btn:hover,
  .cart_drawer_actions .cart_checkout_btn:focus {
    background: linear-gradient(135deg, #31e978, #159653);
    color: #ffffff;
  }

  .cart_drawer_actions .cart_checkout_btn.is_disabled {
    opacity: 1;
    background: rgba(34, 40, 49, 0.08);
    color: #6b6258;
    border: 1px solid rgba(34, 40, 49, 0.12);
    box-shadow: none;
  }

  body.theme_dark .cart_drawer_actions .cart_checkout_btn.is_disabled {
    background: rgba(255, 248, 232, 0.1);
    color: rgba(255, 248, 232, 0.72);
    border-color: rgba(242, 199, 107, 0.16);
  }

  .reviews_summary_card,
  .reviews_panel {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .product_story_title {
    font-size: 1.6rem;
  }

  .recommendation_card_image {
    min-height: 190px;
  }

  .recommendation_card_body {
    padding: 18px;
  }

  .food_section .box.product-card > div {
    min-height: 0;
  }

  .food_section .box.product-card .img-box {
    height: 200px;
    padding: 10px;
  }

  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"] .img-box,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"] .img-box {
    padding: 5px;
  }

  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"] .img-box img,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"] .img-box img {
    -webkit-transform: scale(1.28);
            transform: scale(1.28);
  }

  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"]:hover .img-box img,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"]:hover .img-box img {
    -webkit-transform: scale(1.32);
            transform: scale(1.32);
  }

  .food_section .box.product-card .detail-box h5 {
    min-height: 0;
  }

  .food_section .box.product-card .detail-box p {
    min-height: 0;
  }

  .rating_overview_score {
    font-size: 2.8rem;
  }

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

@media (max-width: 768px) {
  .cart_drawer {
    align-items: flex-end;
    justify-content: center;
    padding: 14px;
  }

  .cart_drawer_panel {
    width: 100%;
    max-width: 520px;
    max-height: 85vh;
    padding: 16px;
    border-radius: 24px 24px 18px 18px;
  }

  .cart_drawer_header h3 {
    font-size: 1.32rem;
  }

  .cart_drawer_body {
    margin: 14px 0;
  }

  .cart_item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
  }

  .cart_item_image {
    min-height: 72px;
    border-radius: 14px;
  }

  .cart_item_image img {
    max-width: 60px;
    max-height: 60px;
  }

  .cart_item_header {
    gap: 8px;
  }

  .cart_item_header strong {
    font-size: 13px;
  }

  .cart_remove_btn,
  .cart_item_price {
    font-size: 12px;
  }

  .cart_qty_controls {
    margin-top: 8px;
    gap: 8px;
    padding: 5px 8px;
  }

  .cart_qty_controls button {
    width: 26px;
    height: 26px;
  }

  .cart_drawer_actions {
    gap: 8px;
  }

  .cart_drawer_actions .cart_clear_btn,
  .cart_drawer_actions .return_menu_btn,
  .cart_drawer_actions .cart_checkout_btn {
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {}

@media (max-width: 430px) {
  .header_section {
    padding: 12px 0;
  }

  .header_section .container {
    width: calc(100% - 16px);
    padding-left: 14px;
    padding-right: 16px;
  }

  body:not(.sub_page) .food_section.layout_padding-bottom {
    padding-top: 92px;
  }
}

@media (max-width: 376px) {
  .slider_section .detail-box h1 {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}


@media (min-width:576px) and (max-width:991px) {
  .rent_solution_container .col-md-4.col-sm-6 {
    float: left;
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .header_section .container {
    width: calc(100% - 20px);
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-brand span {
    font-size: 26px;
  }

  .custom_nav-container .navbar-nav {
    gap: 2px;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 11px;
  }

  .user_option {
    gap: 6px;
    margin-left: 8px;
  }

  .auth_button_text,
  .auth_chevron {
    display: none;
  }

  .auth_button {
    width: 40px;
    min-width: 40px;
    padding: 4px;
  }

  .user_option .order_online {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 991px) {
  .header_section {
    padding: 8px 0;
  }

  .header_section .container {
    border-radius: 18px;
    padding: 8px 10px;
  }

  .custom_nav-container {
    justify-content: space-between;
  }

  .navbar-brand {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
  }

  .navbar-brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .custom_nav-container .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 10px;
  }

  .custom_nav-container .navbar-collapse {
    flex-basis: 100%;
    margin-top: 10px;
    padding: 12px 2px 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    max-height: calc(100vh - 108px);
    overflow-y: auto;
  }

  .custom_nav-container .navbar-nav {
    gap: 6px;
    padding-top: 0;
  }

  .custom_nav-container .navbar-nav .nav-item,
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    width: 100%;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    min-height: 42px;
    margin: 0;
    padding: 10px 14px;
    justify-content: center;
    font-size: 12px;
  }

  .user_option {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 0;
  }

  .user_option .order_online {
    min-width: 150px;
  }

  .auth_dropdown {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media (max-width: 575px) {
  .header_section .container {
    width: calc(100% - 16px);
    min-height: 58px;
    border-radius: 16px;
  }

  .custom_nav-container {
    gap: 5px;
    justify-content: flex-start;
  }

  .navbar-brand {
    flex: 0 1 auto;
    margin-right: 0;
    gap: 8px;
  }

  .navbar-brand img {
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 12px;
  }

  .navbar-brand span {
    font-size: 20px;
  }

  .custom_nav-container > .custom-language-switcher .language-btn {
    min-width: 74px;
    padding: 0 7px;
    gap: 4px;
    font-size: 9px;
  }

  .custom_nav-container .navbar-toggler {
    margin-left: 5px;
  }

  .custom_nav-container .navbar-toggler,
  .auth_button,
  .user_option .cart_link,
  .user_option .nav_search-btn,
  .user_option .theme_toggle {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    height: 38px;
  }

  .auth_avatar {
    width: 28px;
    height: 28px;
  }

  .user_option .order_online {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .navbar-brand span {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .user_option {
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .user_option {
    margin-left: 0;
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .user_option .theme_toggle,
  .custom_nav-container > .theme_toggle {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    border-radius: 13px;
  }

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

  .theme_toggle_icon::before {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .header_section .container {
    width: min(1180px, calc(100% - 72px));
  }
}

@media (max-width: 1199px) {
  .header_section .container {
    width: calc(100% - 36px);
  }

  .custom_nav-container .navbar-nav {
    gap: 2px;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11.5px;
  }

  .user_option {
    gap: 7px;
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .header_section .container {
    width: calc(100% - 28px);
    padding: 8px 10px;
  }

  .custom_nav-container .navbar-nav {
    gap: 6px;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .user_option {
    gap: 9px;
  }
}

@media (max-width: 575px) {
  .header_section .container {
    width: calc(100% - 18px);
  }
}

@media (min-width: 768px) {
  .product_action_row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .product_action_row > * {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .product_action_row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .product_action_row > * {
    width: 100%;
  }

  .product_unit_price,
  .product_total_price {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

@media (max-width: 575px) {
  .food_section .heading_container h2 {
    font-size: 2.25rem;
  }

  .products_heading_subtitle {
    font-size: 0.95rem;
  }

  .food_section .filters_menu {
    width: 100%;
    border-radius: 18px;
    justify-content: flex-start;
  }

  .food_section .filters_menu li {
    flex: 1 1 auto;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 768px) {
  .products-grid {
    align-items: start !important;
    grid-auto-rows: auto !important;
    height: auto !important;
  }

  .product-item {
    align-self: start !important;
    height: auto !important;
    min-height: unset !important;
  }

  .food_section .filters-content .row.grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: start !important;
    grid-auto-rows: auto !important;
  }

  .food_section .filters-content .row.grid > .all {
    position: static !important;
    transform: none !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    align-self: start !important;
    height: auto !important;
    min-height: unset !important;
  }

  .food_section .filters-content .row.grid > .all[hidden] {
    display: none !important;
  }

  .food_section .box.product-card {
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    align-self: start !important;
    min-width: 0 !important;
    margin-top: 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  .food_section .box.product-card > div {
    height: auto !important;
    min-height: unset !important;
  }

  .food_section .box.product-card .img-box {
    height: 150px !important;
    padding: 10px !important;
    border-radius: 0 0 0 24px;
  }

  .food_section .box.product-card .img-box img,
  .product-card-image-link img {
    max-height: 130px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .product-wishlist-btn,
  .product-share-btn {
    top: 10px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .product-wishlist-btn {
    right: 10px;
  }

  .product-share-btn {
    left: 10px;
  }

  .food_section .box.product-card .detail-box {
    flex: 0 0 auto !important;
    gap: 6px;
    padding: 12px 12px 10px !important;
  }

  .food_section .box.product-card .detail-box h5 {
    font-size: 15px !important;
    line-height: 1.3 !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }

  .food_section .box.product-card .detail-box p {
    min-height: 0 !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0 !important;
  }

  .product_card_rating {
    gap: 6px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product_card_rating_text {
    font-size: 11px;
    line-height: 1.3;
  }

  .rating_stars.compact i {
    font-size: 11px;
  }

  .food_section .box.product-card .options {
    gap: 8px;
    margin-top: 2px;
    padding-top: 0;
  }

  .food_section .box.product-card .detail-box h6,
  .food_section .box.product-card .options h6 {
    font-size: 15px !important;
    line-height: 1.2;
  }

  .product_action_group {
    gap: 8px;
    margin-left: 0;
  }

  .food_section .box .options .product-link-btn {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 38px !important;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .product-cart-btn {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    font-size: 13px;
  }

  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"] .img-box,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"] .img-box {
    padding: 10px !important;
  }

  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"] .img-box img,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"] .img-box img,
  .food_section .box.product-card[data-product-id="zumra-sushi-nori-sheets"]:hover .img-box img,
  .food_section .box.product-card[data-product-url*="zumra-sushi-nori-sheets"]:hover .img-box img {
    -webkit-transform: scale(1.12) !important;
            transform: scale(1.12) !important;
  }

  .recommendations_grid,
  .wishlist_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .recommendation_card,
  .wishlist_card {
    height: 100%;
    border-radius: 18px;
  }

  .recommendation_card_image,
  .wishlist_card_image {
    min-height: 145px;
    height: 145px;
    padding: 14px;
  }

  .recommendation_card_image img,
  .wishlist_card_image img {
    max-height: 120px;
    object-fit: contain;
  }

  .recommendation_card_body,
  .wishlist_card_body {
    min-height: 0;
    padding: 14px;
    gap: 10px;
  }

  .recommendation_card_label,
  .wishlist_card_category {
    min-height: 26px;
    max-width: 100%;
    padding: 0 9px;
    font-size: 10px;
    line-height: 1.1;
    white-space: normal;
  }

  .recommendation_card_copy h3,
  .wishlist_card h3 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .recommendation_card_copy h3 a,
  .wishlist_card h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .recommendation_card_copy p,
  .wishlist_card p {
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .recommendation_card_rating {
    gap: 6px;
    font-size: 11px;
    line-height: 1.3;
  }

  .recommendation_card_footer,
  .wishlist_card_actions {
    gap: 8px;
  }

  .recommendation_card_price,
  .wishlist_card_footer strong {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.2;
  }

  .recommendation_link,
  .recommendation_add_btn,
  .wishlist_view_btn,
  .wishlist_add_btn,
  .wishlist_remove_btn {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 999px;
  }

  .wishlist_card_actions {
    flex-direction: row;
    align-items: center;
  }

  .wishlist_card_actions > * {
    width: auto;
  }

  .wishlist_add_btn,
  .wishlist_remove_btn {
    width: 38px;
    min-width: 38px;
    padding: 0;
    font-size: 0;
  }

  .wishlist_add_btn i,
  .wishlist_remove_btn i {
    font-size: 13px;
  }
}

/* Homepage mobile hero teaser: reveal products title without showing cards */
@media (max-width: 768px) {
  .hero_area .bg-box {
    background-image: url("../images/hero-bg.webp") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .hero_area .bg-box picture,
  .hero_area .bg-box > img {
    display: none !important;
  }

  body:not(.sub_page) .hero_area {
    min-height: calc(100svh - 34px) !important;
    height: calc(100svh - 34px) !important;
    padding-top: calc(var(--site-header-height) + 8px) !important;
    padding-bottom: 14px !important;
    overflow: hidden !important;
  }

  body:not(.sub_page) .slider_section {
    min-height: 0 !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    padding: 8px 0 48px !important;
  }

  body:not(.sub_page) .slider_section #customCarousel1,
  body:not(.sub_page) .slider_section .carousel-inner,
  body:not(.sub_page) .slider_section .carousel-item,
  body:not(.sub_page) .slider_section .carousel-item .container,
  body:not(.sub_page) .slider_section .carousel-item .row {
    min-height: 0 !important;
  }

  body:not(.sub_page) .slider_section .detail-box {
    max-width: min(100%, 430px) !important;
    min-height: 0 !important;
    margin: 0 auto 12px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  body:not(.sub_page) .slider_section .detail-box h1 {
    font-size: clamp(1.82rem, 8vw, 2.22rem) !important;
    line-height: 1.12 !important;
    margin-bottom: 10px !important;
  }

  body:not(.sub_page) .slider_section .detail-box p {
    font-size: 0.9rem !important;
    line-height: 1.52 !important;
    margin-bottom: 10px !important;
  }

  body:not(.sub_page) .slider_section .detail-box a {
    margin-top: 2px !important;
    padding: 9px 28px !important;
  }

  body:not(.sub_page) .slider_section .carousel-indicators {
    justify-content: center !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
  }

  body:not(.sub_page) .slider_section .carousel-indicators li {
    width: 9px !important;
    height: 9px !important;
  }

  body:not(.sub_page) .slider_section .carousel-indicators li.active {
    width: 17px !important;
    height: 17px !important;
  }

  body:not(.sub_page) #products.food_section {
    position: relative !important;
    z-index: 3 !important;
    margin-top: -86px !important;
    padding-top: 42px !important;
    border-radius: 28px 28px 0 0 !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), #ffffff 130px) !important;
    box-shadow: 0 -18px 42px rgba(19, 17, 14, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
    scroll-margin-top: calc(var(--site-header-height) + 18px) !important;
  }

  body.theme_dark:not(.sub_page) #products.food_section,
  html[data-theme="dark"] body:not(.sub_page) #products.food_section {
    background: linear-gradient(180deg, rgba(22, 18, 13, 0.97), rgba(17, 16, 14, 1) 130px) !important;
    box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  }

  body:not(.sub_page) #products .heading_container.heading_center {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body:not(.sub_page) #products .heading_container h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: clamp(2.1rem, 10vw, 2.55rem) !important;
  }

  body:not(.sub_page) #products .products_heading_subtitle {
    margin-top: 8px !important;
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
  }

  body:not(.sub_page) #products .filters_menu {
    margin-top: 28px !important;
  }
}

@media (max-width: 380px) {
  body:not(.sub_page) .slider_section .detail-box {
    padding: 14px !important;
  }

  body:not(.sub_page) .slider_section .detail-box h1 {
    font-size: 1.74rem !important;
  }

  body:not(.sub_page) .slider_section .detail-box p {
    font-size: 0.84rem !important;
    line-height: 1.45 !important;
  }

  body:not(.sub_page) #products.food_section {
    margin-top: -78px !important;
    padding-top: 38px !important;
  }
}

@media (max-width: 768px) {
  body.product-page .product_details_section,
  body.product-page .product_story_section,
  body.product-page .product_reviews_section,
  body.product-page .product_recommendations_section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body.product-page .product_details_section {
    padding-bottom: 16px !important;
  }

  body.product-page .product_story_section,
  body.product-page .product_reviews_section {
    padding-top: 0 !important;
  }

  body.product-page .product_recommendations_section {
    margin-top: 20px !important;
    padding-top: 0 !important;
  }

  body.product-page .product_page_container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.product-page .product_details_layout {
    row-gap: 16px !important;
  }

  body.product-page .product_gallery,
  body.product-page .product_info_card,
  body.product-page .product_story_card,
  body.product-page .reviews_summary_card,
  body.product-page .reviews_panel {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px !important;
    overflow: hidden !important;
  }

  body.product-page .product_detail_tabs {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  body.product-page .product_story_title {
    margin: 12px 0 8px !important;
  }

  body.product-page .product_story_lead,
  body.product-page .product_story_body p {
    margin-bottom: 10px !important;
  }

  body.product-page .product_story_body {
    gap: 12px !important;
  }

  body.product-page .product_story_block {
    margin: 12px 0 !important;
    padding-top: 0 !important;
  }

  body.product-page .product_story_block + .product_story_block {
    margin-top: 12px !important;
    padding-top: 12px !important;
  }

  body.product-page .product_story_card hr,
  body.product-page .product_story_body hr {
    margin: 10px 0 !important;
  }

  body.product-page .product_story_list li {
    margin-bottom: 4px !important;
  }

  body.product-page .product_reviews_stack {
    gap: 0 !important;
  }

  body.product-page .reviews_summary_card {
    margin-bottom: 12px !important;
  }

  body.product-page .rating_overview {
    margin: 12px 0 !important;
  }

  body.product-page .reviews_list {
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 0 !important;
    gap: 0 !important;
  }

  body.product-page .review_card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10px !important;
    padding: 10px 0 !important;
    overflow: hidden !important;
  }

  body.product-page .reviews_panel {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    padding: 16px !important;
    overflow: hidden !important;
  }

  body.product-page .reviews_panel_head {
    margin-bottom: 12px !important;
  }

  body.product-page .review_form {
    margin-top: 0 !important;
    gap: 0 !important;
  }

  body.product-page .review_field {
    margin-bottom: 0 !important;
  }

  body.product-page .review_field:first-child {
    margin-bottom: 12px !important;
  }

  body.product-page .review_field label {
    margin: 0 0 6px !important;
  }

  body.product-page .review_field:first-child label {
    margin-bottom: 8px !important;
  }

  body.product-page .review_star_picker {
    margin: 0 !important;
  }

  body.product-page .review_field textarea {
    margin-top: 0 !important;
  }

  body.product-page .review_form_actions {
    margin-top: 12px !important;
  }

  body.product-page .review_form_status,
  body.product-page .review_auth_notice {
    margin-top: 8px !important;
  }

  body.product-page .review_notice_card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.product-page .review_notice_card p {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 4px !important;
    margin: 0 0 8px !important;
    overflow: hidden !important;
    color: #888 !important;
    font-size: 12px !important;
    font-style: italic !important;
    line-height: 1.45 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  body.product-page .review_google_signin_btn,
  body.product-page .review_notice_card .auth_dropdown_btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 10px 16px !important;
    overflow: hidden !important;
    border: 1.5px solid #ddd !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  body.product-page .review_google_signin_btn span,
  body.product-page .review_notice_card .auth_dropdown_btn span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.product-page .product_recommendations_section .heading_container {
    margin-bottom: 12px !important;
  }

  body.product-page .product_recommendations_section .heading_container p {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }

  body.product-page .layout_padding,
  body.product-page .layout_padding2,
  body.product-page .layout_padding-top,
  body.product-page .layout_padding2-top {
    padding-top: 20px !important;
  }

  body.product-page .layout_padding,
  body.product-page .layout_padding2,
  body.product-page .layout_padding-bottom,
  body.product-page .layout_padding2-bottom {
    padding-bottom: 20px !important;
  }

  body.product-page .product_details_section,
  body.product-page .product_story_section,
  body.product-page .product_reviews_section,
  body.product-page .product_recommendations_section {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body.product-page .product_story_section,
  body.product-page .product_reviews_section,
  body.product-page .product_recommendations_section {
    padding-top: 0 !important;
  }
}

/* Premium checkout redesign */
body.checkout-page {
  --checkout-gold: #d4a017;
  --checkout-gold-dark: #b9872c;
  --checkout-ink: #1a1a1a;
  --checkout-muted: #888;
  --checkout-card-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

body.checkout-page .checkout_page_section {
  padding: 24px !important;
  background: #fff8e8 !important;
}

body.checkout-page .checkout_page_section > .container,
body.checkout-page .checkout_page_shell,
body.checkout-page .checkout_page_header {
  width: 100% !important;
  max-width: 720px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.checkout-page .checkout_page_header {
  margin-bottom: 20px !important;
  text-align: left !important;
}

body.checkout-page .checkout_page_header > span {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 0 4px !important;
  color: var(--checkout-gold) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.checkout-page .checkout_page_header > span::before {
  content: "\f023" !important;
  font-family: FontAwesome !important;
  font-size: 11px !important;
  font-weight: normal !important;
  letter-spacing: 0 !important;
}

body.checkout-page .checkout_page_header h1 {
  margin: 0 0 4px !important;
  color: var(--checkout-ink) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.checkout-page .checkout_page_header p {
  margin: 0 0 20px !important;
  color: var(--checkout-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.checkout-page .checkout_steps {
  width: 100% !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 0 !important;
  margin: 0 0 16px !important;
  padding: 16px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--checkout-card-shadow) !important;
  list-style: none !important;
}

body.checkout-page .checkout_step {
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 0 !important;
  text-align: center !important;
}

body.checkout-page .checkout_step:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  top: 15px !important;
  left: calc(50% + 22px) !important;
  width: calc(100% - 44px) !important;
  height: 2px !important;
  margin: 0 6px !important;
  background: #e0e0e0 !important;
  z-index: -1 !important;
}

body.checkout-page .checkout_step.is_complete:not(:last-child)::after {
  background: var(--checkout-gold) !important;
}

body.checkout-page .checkout_step_number {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #ddd !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #aaa !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.checkout-page .checkout_step.is_active .checkout_step_number {
  border-color: var(--checkout-gold) !important;
  background: var(--checkout-gold) !important;
  color: #fff !important;
  box-shadow: 0 0 0 4px rgba(212, 160, 23, 0.15) !important;
}

body.checkout-page .checkout_step.is_complete .checkout_step_number {
  border-color: var(--checkout-ink) !important;
  background: var(--checkout-ink) !important;
  color: transparent !important;
  font-size: 0 !important;
}

body.checkout-page .checkout_step.is_complete .checkout_step_number::before {
  content: "\2713" !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_step > span:last-child {
  display: block !important;
  width: 100% !important;
  max-width: 80px !important;
  overflow: hidden !important;
  color: #aaa !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

body.checkout-page .checkout_step.is_active > span:last-child {
  color: var(--checkout-gold) !important;
  font-weight: 600 !important;
}

body.checkout-page .checkout_page_panel {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.checkout-page .checkout_panel_head {
  margin: 0 0 12px !important;
}

body.checkout-page .checkout_step_label {
  display: block !important;
  margin: 0 0 3px !important;
  color: var(--checkout-gold) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.checkout-page .checkout_panel_head h2 {
  margin: 0 0 12px !important;
  color: var(--checkout-ink) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.checkout-page .checkout_panel_head > strong {
  color: var(--checkout-gold) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.checkout-page .checkout_cart_items {
  display: grid !important;
  gap: 10px !important;
  margin: 0 0 10px !important;
}

body.checkout-page .checkout_cart_item {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--checkout-card-shadow) !important;
}

body.checkout-page .checkout_cart_item_image {
  width: 72px !important;
  height: 72px !important;
  flex: 0 0 72px !important;
  padding: 6px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #f8f8f8 !important;
}

body.checkout-page .checkout_cart_item_image img {
  object-fit: contain !important;
}

body.checkout-page .checkout_cart_item_body {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px 14px !important;
  padding-right: 80px !important;
}

body.checkout-page .checkout_cart_item_head {
  min-width: 0 !important;
  grid-column: 1 / 2 !important;
}

body.checkout-page .checkout_cart_item_head > a {
  display: -webkit-box !important;
  max-width: 100% !important;
  margin: 0 0 4px !important;
  overflow: hidden !important;
  color: var(--checkout-ink) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
}

body.checkout-page .checkout_cart_item_meta {
  min-width: 0 !important;
  grid-column: 1 / 2 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body.checkout-page .checkout_cart_item_meta span {
  color: var(--checkout-gold) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_cart_item_meta strong {
  position: absolute !important;
  right: 14px !important;
  bottom: 14px !important;
  margin: 0 !important;
  color: #555 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

body.checkout-page .checkout_item_qty {
  grid-column: 1 / 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
}

body.checkout-page .checkout_item_qty button {
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #333 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  transition: transform 0.16s ease, border-color 0.2s ease, color 0.2s ease !important;
}

body.checkout-page .checkout_item_qty button:active {
  transform: scale(0.92) !important;
}

body.checkout-page .checkout_item_qty span {
  min-width: 24px !important;
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
}

body.checkout-page .checkout_item_remove {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 3px 7px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #e53935 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
}

body.checkout-page .checkout_item_remove:hover,
body.checkout-page .checkout_item_remove:focus {
  background: rgba(229, 57, 53, 0.06) !important;
  color: #c62828 !important;
}

body.checkout-page .checkout_order_summary {
  margin: 4px 0 16px !important;
  padding: 16px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--checkout-card-shadow) !important;
}

body.checkout-page .checkout_summary_row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 9px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

body.checkout-page .checkout_summary_row span {
  color: #777 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

body.checkout-page .checkout_summary_row strong {
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-align: right !important;
}

body.checkout-page .checkout_summary_row:nth-child(2) strong {
  color: #aaa !important;
  font-size: 12px !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

body.checkout-page .checkout_discount_row strong {
  color: #4caf50 !important;
}

body.checkout-page .checkout_discount_row[hidden] strong {
  color: #aaa !important;
}

body.checkout-page .checkout_summary_total {
  margin-top: 4px !important;
  padding-top: 12px !important;
  border-bottom: 0 !important;
}

body.checkout-page .checkout_summary_total span {
  color: var(--checkout-ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_summary_total strong {
  color: var(--checkout-gold) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_nav_row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 16px !important;
}

body.checkout-page .checkout_back_btn,
body.checkout-page .checkout_next_btn,
body.checkout-page .checkout_confirm_btn {
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

body.checkout-page .checkout_back_btn {
  width: auto !important;
  flex: 0 0 auto !important;
  padding: 13px 24px !important;
  border: 2px solid #e0e0e0 !important;
  background: #fff !important;
  color: #555 !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

body.checkout-page .checkout_back_btn:hover,
body.checkout-page .checkout_back_btn:focus {
  border-color: var(--checkout-gold) !important;
  color: var(--checkout-gold) !important;
}

body.checkout-page .checkout_next_btn,
body.checkout-page .checkout_confirm_btn {
  width: auto !important;
  flex: 1 1 auto !important;
  padding: 13px 24px !important;
  border: 0 !important;
  background: var(--checkout-gold) !important;
  color: #fff !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 14px rgba(212, 160, 23, 0.35) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

body.checkout-page .checkout_next_btn:hover,
body.checkout-page .checkout_next_btn:focus,
body.checkout-page .checkout_confirm_btn:hover,
body.checkout-page .checkout_confirm_btn:focus {
  transform: translateY(-1px) !important;
  background: var(--checkout-gold) !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(212, 160, 23, 0.4) !important;
}

body.checkout-page .checkout_next_btn::after,
body.checkout-page .checkout_confirm_btn::after {
  content: "\2192" !important;
  margin-left: 8px !important;
}

body.checkout-page .checkout_city_card,
body.checkout-page .checkout_selected_city,
body.checkout-page .checkout_saved_address_bar,
body.checkout-page .checkout_review_card,
body.checkout-page .checkout_payment_option,
body.checkout-page .checkout_fields label,
body.checkout-page .checkout_page_empty,
body.checkout-page .checkout_page_loading {
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: var(--checkout-ink) !important;
  box-shadow: var(--checkout-card-shadow) !important;
}

@media (max-width: 575px) {
  body.checkout-page .checkout_page_section {
    padding: 16px !important;
  }

  body.checkout-page .checkout_steps {
    padding: 16px !important;
  }

  body.checkout-page .checkout_step {
    flex-basis: 0 !important;
    gap: 6px !important;
  }

  body.checkout-page .checkout_step:not(:last-child)::after {
    top: 12px !important;
    left: calc(50% + 18px) !important;
    width: calc(100% - 36px) !important;
    height: 1.5px !important;
    margin: 0 4px !important;
  }

  body.checkout-page .checkout_step_number {
    width: 26px !important;
    height: 26px !important;
    flex-basis: 26px !important;
    font-size: 11px !important;
  }

  body.checkout-page .checkout_step.is_complete .checkout_step_number::before {
    font-size: 11px !important;
  }

  body.checkout-page .checkout_step > span:last-child {
    max-width: 60px !important;
    font-size: 10px !important;
  }

  body.checkout-page .checkout_panel_head > strong {
    display: none !important;
  }

  body.checkout-page .checkout_cart_item {
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 14px !important;
  }

  body.checkout-page .checkout_cart_item_body {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    padding-right: 0 !important;
  }

  body.checkout-page .checkout_cart_item_meta strong {
    position: static !important;
    width: 100% !important;
    margin-top: 0 !important;
  }

  body.checkout-page .checkout_item_remove {
    position: static !important;
    width: fit-content !important;
    margin-top: 2px !important;
    padding: 3px 7px !important;
  }

  body.checkout-page .checkout_nav_row {
    flex-direction: column-reverse !important;
    gap: 10px !important;
  }

  body.checkout-page .checkout_back_btn,
  body.checkout-page .checkout_next_btn,
  body.checkout-page .checkout_confirm_btn {
    width: 100% !important;
  }
}

/* True final checkout form polish */
body.checkout-page .checkout_fields,
body.checkout-page .checkout_address_fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
}

body.checkout-page .checkout_fields label {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.checkout-page .checkout_fields span,
body.checkout-page .checkout_city_selector legend {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  color: #b9872c !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  line-height: 1.25 !important;
}

body.checkout-page .checkout_fields em {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 16px !important;
  padding: 1px 6px !important;
  border-radius: 999px !important;
  background: rgba(212, 160, 23, 0.09) !important;
  color: #9a9a9a !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: lowercase !important;
}

body.checkout-page .checkout_fields input,
body.checkout-page .checkout_fields select,
body.checkout-page .checkout_fields textarea {
  width: 100% !important;
  min-height: 38px !important;
  padding: 9px 11px !important;
  border: 1px solid rgba(26, 26, 26, 0.12) !important;
  border-radius: 10px !important;
  background: #fffdf8 !important;
  color: #1f1f1f !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease !important;
}

body.checkout-page .checkout_fields textarea {
  min-height: 76px !important;
  padding-top: 10px !important;
  resize: vertical !important;
}

body.checkout-page .checkout_fields input:focus,
body.checkout-page .checkout_fields select:focus,
body.checkout-page .checkout_fields textarea:focus {
  outline: none !important;
  border-color: rgba(212, 160, 23, 0.78) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.13) !important;
}

body.checkout-page .checkout_selected_city,
body.checkout-page .checkout_saved_address_bar {
  margin-bottom: 12px !important;
  padding: 12px 14px !important;
}

body.checkout-page .checkout_city_selector {
  margin: 0 !important;
}

body.checkout-page .checkout_city_options,
body.checkout-page .checkout_review_cards {
  gap: 10px !important;
}

body.checkout-page .checkout_city_card,
body.checkout-page .checkout_review_card,
body.checkout-page .checkout_payment_option {
  padding: 12px 14px !important;
}

body.checkout-page .checkout_panel_head {
  margin-bottom: 10px !important;
}

body.checkout-page .checkout_panel_head h2 {
  margin-bottom: 10px !important;
}

body.checkout-page .checkout_nav_row {
  margin-top: 14px !important;
}

body.checkout-page .checkout_next_btn,
body.checkout-page .checkout_confirm_btn {
  min-height: 44px !important;
  padding: 12px 22px !important;
  gap: 8px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

body.checkout-page .checkout_next_btn::after,
body.checkout-page .checkout_confirm_btn::after {
  display: inline-flex !important;
  align-items: center !important;
  margin-left: 8px !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

body.checkout-page .checkout_back_btn {
  min-height: 42px !important;
  padding: 11px 20px !important;
  border-width: 1.5px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease !important;
}

body.checkout-page .checkout_back_btn:hover,
body.checkout-page .checkout_back_btn:focus {
  background: rgba(212, 160, 23, 0.06) !important;
}

@media (max-width: 768px) {
  body.checkout-page .checkout_page_header {
    margin-bottom: 14px !important;
  }

  body.checkout-page .checkout_steps {
    margin-bottom: 14px !important;
  }

  body.checkout-page .checkout_fields,
  body.checkout-page .checkout_address_fields {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.checkout-page .checkout_fields label {
    gap: 4px !important;
  }

  body.checkout-page .checkout_fields input,
  body.checkout-page .checkout_fields select {
    min-height: 37px !important;
    padding: 8px 10px !important;
  }

  body.checkout-page .checkout_fields textarea {
    min-height: 72px !important;
  }

  body.checkout-page .checkout_selected_city,
  body.checkout-page .checkout_saved_address_bar,
  body.checkout-page .checkout_city_card,
  body.checkout-page .checkout_review_card,
  body.checkout-page .checkout_payment_option {
    padding: 11px 12px !important;
  }

  body.checkout-page .checkout_nav_row {
    gap: 10px !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 575px) {
  body.checkout-page .user_option {
    gap: 8px !important;
  }

  body.checkout-page .user_option .user_link,
  body.checkout-page .user_option .cart_link,
  body.checkout-page .user_option .nav_search-btn,
  body.checkout-page .user_option .theme_toggle,
  body.checkout-page .custom_nav-container > .theme_toggle,
  body.checkout-page .custom_nav-container .navbar-toggler {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
  }

  body.checkout-page .user_option .cart_link svg {
    width: 16px !important;
    height: 16px !important;
  }

  body.checkout-page .user_option .user_link i,
  body.checkout-page .user_option .nav_search-btn i,
  body.checkout-page .theme_toggle_icon,
  body.checkout-page .theme_toggle_icon::before {
    font-size: 14px !important;
  }

  body.checkout-page .custom_nav-container .navbar-toggler span {
    width: 17px !important;
  }

  body.checkout-page .custom_nav-container .navbar-toggler span,
  body.checkout-page .custom_nav-container .navbar-toggler span::before,
  body.checkout-page .custom_nav-container .navbar-toggler span::after {
    height: 2px !important;
  }
}

@media (max-width: 768px) {
  .policy_hero_section,
  .policy_content_section {
    padding: 24px 0;
  }

  .policy_hero_section .container,
  .policy_content_section .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .policy_hero_card,
  .policy_content_card {
    border-radius: 18px;
    padding: 22px;
  }

  .policy_content_card {
    gap: 18px;
  }

  .policy_hero_card p,
  .policy_section p,
  .policy_section li {
    font-size: 14px;
    line-height: 1.65;
  }

  .footer_section .footer_policy_links {
    margin-top: 16px;
  }
}

/* Final checkout form polish */
body.checkout-page .checkout_page_form {
  display: block !important;
}

body.checkout-page .checkout_fields,
body.checkout-page .checkout_address_fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
}

body.checkout-page .checkout_fields label {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.checkout-page .checkout_fields span,
body.checkout-page .checkout_city_selector legend {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  color: #b9872c !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  line-height: 1.25 !important;
}

body.checkout-page .checkout_fields em {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 16px !important;
  padding: 1px 6px !important;
  border-radius: 999px !important;
  background: rgba(212, 160, 23, 0.09) !important;
  color: #9a9a9a !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: lowercase !important;
}

body.checkout-page .checkout_fields input,
body.checkout-page .checkout_fields select,
body.checkout-page .checkout_fields textarea {
  width: 100% !important;
  min-height: 38px !important;
  padding: 9px 11px !important;
  border: 1px solid rgba(26, 26, 26, 0.12) !important;
  border-radius: 10px !important;
  background: #fffdf8 !important;
  color: #1f1f1f !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease !important;
}

body.checkout-page .checkout_fields textarea {
  min-height: 76px !important;
  padding-top: 10px !important;
  resize: vertical !important;
}

body.checkout-page .checkout_fields input:focus,
body.checkout-page .checkout_fields select:focus,
body.checkout-page .checkout_fields textarea:focus {
  outline: none !important;
  border-color: rgba(212, 160, 23, 0.78) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.13) !important;
}

body.checkout-page .checkout_selected_city,
body.checkout-page .checkout_saved_address_bar {
  margin-bottom: 12px !important;
  padding: 12px 14px !important;
}

body.checkout-page .checkout_city_selector {
  margin: 0 !important;
}

body.checkout-page .checkout_city_options,
body.checkout-page .checkout_review_cards {
  gap: 10px !important;
}

body.checkout-page .checkout_city_card,
body.checkout-page .checkout_review_card,
body.checkout-page .checkout_payment_option {
  padding: 12px 14px !important;
}

body.checkout-page .checkout_panel_head {
  margin-bottom: 10px !important;
}

body.checkout-page .checkout_panel_head h2 {
  margin-bottom: 10px !important;
}

body.checkout-page .checkout_nav_row {
  margin-top: 14px !important;
}

body.checkout-page .checkout_next_btn,
body.checkout-page .checkout_confirm_btn {
  min-height: 44px !important;
  padding: 12px 22px !important;
  gap: 8px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

body.checkout-page .checkout_next_btn::after,
body.checkout-page .checkout_confirm_btn::after {
  display: inline-flex !important;
  align-items: center !important;
  margin-left: 8px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  transform: translateY(0) !important;
}

body.checkout-page .checkout_back_btn {
  min-height: 42px !important;
  padding: 11px 20px !important;
  border-width: 1.5px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease !important;
}

body.checkout-page .checkout_back_btn:hover,
body.checkout-page .checkout_back_btn:focus {
  background: rgba(212, 160, 23, 0.06) !important;
}

@media (max-width: 768px) {
  body.checkout-page .checkout_page_header {
    margin-bottom: 14px !important;
  }

  body.checkout-page .checkout_steps {
    margin-bottom: 14px !important;
  }

  body.checkout-page .checkout_fields,
  body.checkout-page .checkout_address_fields {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.checkout-page .checkout_fields label {
    gap: 4px !important;
  }

  body.checkout-page .checkout_fields input,
  body.checkout-page .checkout_fields select {
    min-height: 37px !important;
    padding: 8px 10px !important;
  }

  body.checkout-page .checkout_fields textarea {
    min-height: 72px !important;
  }

  body.checkout-page .checkout_selected_city,
  body.checkout-page .checkout_saved_address_bar,
  body.checkout-page .checkout_city_card,
  body.checkout-page .checkout_review_card,
  body.checkout-page .checkout_payment_option {
    padding: 11px 12px !important;
  }

  body.checkout-page .checkout_nav_row {
    gap: 10px !important;
    margin-top: 12px !important;
  }

  body.checkout-page .checkout_next_btn,
  body.checkout-page .checkout_confirm_btn {
    min-height: 44px !important;
    padding: 12px 18px !important;
  }

  body.checkout-page .checkout_back_btn {
    min-height: 41px !important;
    padding: 11px 18px !important;
  }
}

@media (max-width: 575px) {
  body.checkout-page .user_option {
    gap: 8px !important;
  }

  body.checkout-page .user_option .user_link,
  body.checkout-page .user_option .cart_link,
  body.checkout-page .user_option .nav_search-btn,
  body.checkout-page .user_option .theme_toggle,
  body.checkout-page .custom_nav-container > .theme_toggle,
  body.checkout-page .custom_nav-container .navbar-toggler {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
  }

  body.checkout-page .user_option .cart_link svg {
    width: 16px !important;
    height: 16px !important;
  }

  body.checkout-page .user_option .user_link i,
  body.checkout-page .user_option .nav_search-btn i,
  body.checkout-page .theme_toggle_icon,
  body.checkout-page .theme_toggle_icon::before {
    font-size: 14px !important;
  }

  body.checkout-page .custom_nav-container .navbar-toggler span {
    width: 17px !important;
  }

  body.checkout-page .custom_nav-container .navbar-toggler span,
  body.checkout-page .custom_nav-container .navbar-toggler span::before,
  body.checkout-page .custom_nav-container .navbar-toggler span::after {
    height: 2px !important;
  }
}

@media (max-width: 768px) {
  .header_section {
    padding: 7px 0;
  }

  .header_section .container {
    min-height: 58px;
    padding: 6px 8px;
    border-radius: 18px;
  }

  .custom_nav-container {
    min-height: 42px;
    gap: 5px;
  }

  .navbar-brand {
    gap: 7px;
  }

  .navbar-brand img {
    width: 42px;
    height: 42px;
    padding: 4px;
    border-radius: 13px;
  }

  .navbar-brand span {
    font-size: 22px;
  }

  .custom_nav-container > .custom-language-switcher {
    margin-left: auto;
    margin-right: 4px;
  }

  .custom_nav-container > .custom-language-switcher .language-btn {
    height: 38px;
    min-height: 38px;
    min-width: 70px;
    padding: 0 8px;
    gap: 5px;
    font-size: 11px;
  }

  .language-btn i,
  .lang-icon::before {
    font-size: 13px;
  }

  .lang-icon {
    width: 14px;
    height: 14px;
  }

  .lang-arrow {
    font-size: 9px;
  }

  .custom_nav-container .navbar-toggler,
  .custom_nav-container > .theme_toggle,
  .auth_button,
  .user_option .cart_link,
  .user_option .nav_search-btn,
  .user_option .theme_toggle,
  .user_option .offers_nav_btn,
  .custom_nav-container > .offers_nav_btn,
  .custom_nav-container .navbar-collapse .user_option .auth_button,
  .custom_nav-container .navbar-collapse .user_option .offers_nav_btn,
  .custom_nav-container .navbar-collapse .user_option .cart_link,
  .custom_nav-container .navbar-collapse .user_option .nav_search-btn {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
  }

  .custom_nav-container .navbar-toggler,
  .custom_nav-container > .theme_toggle,
  .custom_nav-container > .custom-language-switcher .language-btn,
  .auth_button,
  .user_option .cart_link,
  .user_option .nav_search-btn,
  .user_option .theme_toggle,
  .user_option .offers_nav_btn,
  .custom_nav-container > .offers_nav_btn,
  .custom_nav-container .navbar-collapse .user_option .auth_button,
  .custom_nav-container .navbar-collapse .user_option .offers_nav_btn,
  .custom_nav-container .navbar-collapse .user_option .cart_link,
  .custom_nav-container .navbar-collapse .user_option .nav_search-btn {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 196, 72, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .custom_nav-container > .custom-language-switcher .language-btn:hover,
  .custom_nav-container > .custom-language-switcher .language-btn:focus,
  .custom_nav-container .navbar-toggler:hover,
  .custom_nav-container .navbar-toggler:focus,
  .custom_nav-container > .theme_toggle:hover,
  .custom_nav-container > .theme_toggle:focus,
  .user_option .cart_link:hover,
  .user_option .cart_link:focus,
  .user_option .nav_search-btn:hover,
  .user_option .nav_search-btn:focus,
  .user_option .theme_toggle:hover,
  .user_option .theme_toggle:focus,
  .user_option .offers_nav_btn:hover,
  .user_option .offers_nav_btn:focus,
  .custom_nav-container > .offers_nav_btn:hover,
  .custom_nav-container > .offers_nav_btn:focus {
    background: rgba(255, 196, 72, 0.10);
    border-color: rgba(255, 196, 72, 0.28);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .custom_nav-container .navbar-toggler {
    margin-left: 4px;
    border-radius: 13px;
  }

  .custom_nav-container .navbar-toggler span {
    width: 18px;
  }

  .custom_nav-container .navbar-toggler span::before {
    top: -6px;
  }

  .custom_nav-container .navbar-toggler span::after {
    top: 6px;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 196, 72, 0.24);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .user_option {
    gap: 7px;
  }

  .auth_avatar {
    width: 26px;
    height: 26px;
  }

  .user_option .cart_link svg {
    width: 15px;
  }

  .user_option .nav_search-btn i,
  .user_option .offers_nav_btn i,
  .custom_nav-container > .offers_nav_btn i,
  .theme_toggle_icon::before {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .delivery_schedule_modal {
    align-items: flex-end;
    justify-content: center;
    padding: 12px;
  }

  .delivery_schedule_dialog {
    width: calc(100% - 24px);
    max-width: 560px;
    max-height: 85vh;
    padding: 18px 14px;
    border-radius: 24px 24px 18px 18px;
  }

  .delivery_schedule_close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
  }

  .delivery_schedule_kicker {
    margin-right: 44px;
    font-size: 10px;
  }

  .delivery_schedule_dialog h3 {
    margin-right: 44px;
    font-size: 1.35rem;
  }

  .delivery_schedule_dialog p {
    font-size: 13px;
    line-height: 1.5;
  }

  .delivery_city_selector {
    margin: 16px 0 12px;
  }

  .delivery_city_options,
  .checkout_customer_fields {
    grid-template-columns: 1fr;
  }

  .delivery_city_card {
    min-height: 68px;
    padding: 11px;
    border-radius: 15px;
  }

  .delivery_city_copy strong {
    font-size: 14px;
  }

  .delivery_city_copy span,
  .delivery_selected_day,
  .checkout_customer_fields label,
  .checkout_order_item,
  .checkout_order_summary_head,
  .delivery_schedule_agreement {
    font-size: 12px;
  }

  .checkout_customer_fields input,
  .checkout_customer_fields textarea {
    padding: 10px 11px;
    border-radius: 12px;
  }

  .checkout_order_summary {
    padding: 11px;
  }

  .delivery_schedule_actions {
    gap: 9px;
  }

  .delivery_schedule_cancel,
  .delivery_schedule_continue {
    min-height: 46px;
    padding: 0 14px;
  }

  .site_search_panel {
    align-items: center;
    justify-content: center;
    padding: 16px;
  }

  .site_search_dialog {
    width: calc(100% - 32px);
    max-width: 520px;
    max-height: 80vh;
    margin: 0;
    padding: 16px;
    border-radius: 24px;
    overflow-y: auto;
  }

  .site_search_header {
    gap: 10px;
  }

  .site_search_header h3 {
    font-size: 1.18rem;
  }

  .site_search_kicker {
    font-size: 10px;
  }

  .site_search_close {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .site_search_input_wrap {
    min-height: 46px;
    margin-top: 14px;
    padding: 0 12px;
    border-radius: 16px;
  }

  .site_search_input_wrap input {
    font-size: 13px;
  }

  .site_search_hint {
    margin-top: 8px;
    font-size: 12px;
  }

  .site_search_section_label {
    margin-top: 10px;
  }

  .site_search_results {
    max-height: 280px;
    margin-top: 8px;
    padding-right: 2px;
    gap: 7px;
  }

  .site_search_result {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
  }

  .site_search_result img {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 11px;
  }

  .site_search_result picture {
    width: 50px;
    height: 50px;
  }

  .site_search_result strong {
    font-size: 13px;
  }

  .site_search_result_category {
    font-size: 9.5px;
  }

  .site_search_result_meta {
    font-size: 11.5px;
  }

  .site_search_result_action {
    grid-column: 2;
    justify-self: start;
    width: auto;
    min-height: 26px;
    margin-top: 5px;
    padding: 0 9px;
    font-size: 10.5px;
  }

  .site_search_empty_state {
    min-height: 136px;
    padding: 18px;
  }
}

/* Final mobile navbar grouping */
@media (max-width: 991px) {
  .custom_nav-container {
    justify-content: flex-start;
  }

  .navbar-brand {
    flex: 0 1 auto;
    margin-right: 18px;
  }

  .mobile-navbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
    flex: 0 0 auto;
    min-width: 0;
  }

  .mobile-navbar-right .form-inline,
  .mobile-navbar-right .custom-language-switcher {
    margin: 0;
    flex: 0 0 auto;
  }

  .mobile-navbar-right .offers_nav_btn,
  .mobile-navbar-right .nav_search-btn,
  .mobile-navbar-right .theme_toggle,
  .mobile-navbar-right .navbar-toggler {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgba(255, 196, 72, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: #f7efe2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .mobile-navbar-right .custom-language-switcher .language-btn {
    height: 38px;
    min-height: 38px;
    min-width: 66px;
    max-width: 74px;
    padding: 0 10px;
    border-radius: 18px;
    gap: 5px;
    font-size: 12px;
    letter-spacing: 0;
  }

  .mobile-navbar-right .language-btn i,
  .mobile-navbar-right .lang-icon,
  .mobile-navbar-right .lang-icon::before {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 1;
  }

  .mobile-navbar-right .lang-code {
    font-size: 12px;
  }

  .mobile-navbar-right .lang-divider,
  .mobile-navbar-right .lang-arrow {
    font-size: 9px;
  }

  .mobile-navbar-right .offers_nav_btn .offers_nav_label {
    display: none;
  }

  .mobile-navbar-right .nav_search-btn i,
  .mobile-navbar-right .offers_nav_btn i,
  .mobile-navbar-right .theme_toggle_icon::before {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .navbar-brand {
    margin-right: 12px;
  }

  .mobile-navbar-right {
    gap: 6px;
  }
}

@media (max-width: 360px) {
  .mobile-navbar-right {
    gap: 5px;
  }

  .mobile-navbar-right .custom-language-switcher .language-btn {
    min-width: 62px;
    max-width: 66px;
    padding: 0 8px;
  }
}

/* Emergency mobile navbar fix: one flex row, icon-only utilities */
@media (max-width: 991px) {
  .header_section {
    padding: 7px 0 !important;
  }

  .header_section .container {
    width: calc(100vw - 12px) !important;
    max-width: calc(100vw - 12px) !important;
    min-height: 58px !important;
    padding: 6px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .custom_nav-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 42px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .navbar-brand {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 1 calc(100% - 212px) !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 212px) !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .navbar-brand img {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    flex: 0 0 42px !important;
  }

  .navbar-brand span {
    display: inline-block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .mobile-navbar-right {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    flex: 0 0 204px !important;
    width: 204px !important;
    min-width: 204px !important;
    max-width: 204px !important;
    position: static !important;
    overflow: visible !important;
  }

  .mobile-navbar-right .form-inline,
  .mobile-navbar-right .custom-language-switcher,
  .mobile-navbar-right .theme_toggle,
  .mobile-navbar-right .offers_nav_btn,
  .mobile-navbar-right .navbar-toggler {
    flex: 0 0 36px !important;
    margin: 0 !important;
    position: static !important;
  }

  .mobile-navbar-right .offers_nav_btn {
    position: relative !important;
    overflow: visible !important;
    z-index: 2 !important;
  }

  .mobile-navbar-right .nav_search-btn,
  .mobile-navbar-right .offers_nav_btn,
  .mobile-navbar-right .theme_toggle,
  .mobile-navbar-right .custom-language-switcher,
  .mobile-navbar-right .custom-language-switcher .language-btn,
  .mobile-navbar-right .navbar-toggler {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    position: static !important;
  }

  .mobile-navbar-right .offers_nav_btn {
    position: relative !important;
  }

  .mobile-navbar-right .custom-language-switcher {
    inset: auto !important;
    z-index: auto !important;
  }

  .mobile-navbar-right .custom-language-switcher .language-btn span:not(.lang-icon),
  .mobile-navbar-right .offers_nav_btn .offers_nav_label {
    display: none !important;
  }

  .mobile-navbar-right .offers_nav_btn .offers_nav_badge {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    min-width: 16px !important;
    width: auto !important;
    height: 16px !important;
    padding: 0 5px !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ff2b2b !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    border: 2px solid rgba(20, 20, 20, 0.95) !important;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.35), 0 0 8px rgba(255, 50, 50, 0.4) !important;
    z-index: 9999 !important;
    pointer-events: none !important;
  }

  .mobile-navbar-right .offers_nav_btn .offers_nav_badge[hidden] {
    display: none !important;
  }

  .mobile-navbar-right .lang-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 14px !important;
    height: 14px !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .mobile-navbar-right .lang-icon::before,
  .mobile-navbar-right .offers_nav_btn i,
  .mobile-navbar-right .nav_search-btn i,
  .mobile-navbar-right .theme_toggle_icon::before {
    font-size: 14px !important;
    line-height: 1 !important;
  }

  .mobile-navbar-right .theme_toggle_orbit {
    width: 24px !important;
    height: 24px !important;
  }

  .mobile-navbar-right .navbar-toggler {
    order: 5 !important;
  }
}

@media (max-width: 380px) {
  .navbar-brand {
    flex: 0 0 42px !important;
    max-width: 42px !important;
    gap: 0 !important;
  }

  .navbar-brand span {
    display: none !important;
  }
}

/* Mobile product grid stability fix */
@media (max-width: 768px) {
  .food_section,
  .food_section .container,
  .food_section .filters-content {
    overflow: visible !important;
  }

  .food_section {
    padding-bottom: 100px !important;
  }

  .food_section .filters-content {
    padding-bottom: 90px !important;
  }

  .food_section .filters-content .row.grid,
  .products-grid,
  .product-grid,
  .menu-products-grid,
  .products-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
    grid-auto-flow: row !important;
    align-items: start !important;
    grid-auto-rows: auto !important;
    column-count: unset !important;
    columns: unset !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    margin: 0 !important;
    padding-bottom: 90px !important;
  }

  .food_section .filters-content .row.grid::before,
  .food_section .filters-content .row.grid::after {
    display: none !important;
    content: none !important;
  }

  .food_section .filters-content .row.grid > .all {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    break-inside: auto !important;
    page-break-inside: auto !important;
    grid-row: auto !important;
    grid-column: auto !important;
    align-self: start !important;
  }

  .food_section .filters-content .row.grid > .all[hidden] {
    display: none !important;
  }

  .food_section .box.product-card,
  .product-card {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    transform: none !important;
    margin: 0 !important;
    break-inside: auto !important;
    page-break-inside: auto !important;
    grid-row: auto !important;
    grid-column: auto !important;
    align-self: start !important;
  }

  .food_section .box.product-card:hover,
  .food_section .box.product-card:focus-within,
  .product-card:hover,
  .product-card:focus-within {
    transform: none !important;
  }

  .food_section .box.product-card *,
  .product-card * {
    box-sizing: border-box;
  }

  .food_section .box.product-card > div {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .food_section .box.product-card .img-box,
  .product-image,
  .product-card-image {
    height: 145px !important;
    min-height: 145px !important;
    max-height: 145px !important;
  }

  .food_section .box.product-card .detail-box,
  .product-content {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 12px !important;
  }

  .food_section .box.product-card .detail-box h5,
  .product-title {
    font-size: 14px !important;
    line-height: 1.25 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .food_section .box.product-card .detail-box p,
  .product-description {
    font-size: 12px !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .food_section .box.product-card .options,
  .product-footer {
    margin-top: auto !important;
  }

  .products-section,
  .menu-section,
  main {
    overflow: visible !important;
    padding-bottom: 120px !important;
  }
}

/* product.html recommendations: real mobile row-flow product grid */
@media (max-width: 768px) {
  body.product-page .products-section,
  body.product-page main {
    overflow: visible !important;
    padding-bottom: 140px !important;
  }

  body.product-page .products-grid,
  body.product-page #recommendedProducts.recommendations_grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
    align-items: start !important;
    grid-auto-flow: row !important;
    grid-auto-rows: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: visible !important;
    column-count: unset !important;
    columns: unset !important;
  }

  body.product-page .products-grid > .product-card,
  body.product-page #recommendedProducts > .recommendation_card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
    margin: 0 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    grid-column: auto !important;
    grid-row: auto !important;
    break-inside: auto !important;
    page-break-inside: auto !important;
    overflow: hidden !important;
  }

  body.product-page .product-card:hover,
  body.product-page .product-card:focus-within {
    transform: none !important;
  }

  body.product-page .product-image {
    height: 145px !important;
    min-height: 145px !important;
    max-height: 145px !important;
    flex: 0 0 145px !important;
    padding: 12px !important;
  }

  body.product-page .product-image img {
    max-width: 100% !important;
    max-height: 120px !important;
    object-fit: contain !important;
  }

  body.product-page .product-content {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    gap: 10px !important;
    min-height: 0 !important;
    padding: 12px !important;
  }

  body.product-page .product-title {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body.product-page .product-description {
    margin: 6px 0 0 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body.product-page .product-footer {
    margin-top: auto !important;
  }

  body.product-page .recommendation_card_actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
  }

  body.product-page .recommendation_link,
  body.product-page .recommendation_add_btn {
    width: 100% !important;
    min-height: 36px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }
}

/* Final product-grid rules: keep mobile cards in normal document flow. */
@media (max-width: 768px) {
  .food_section .filters-content .row.grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 34px !important;
    align-items: stretch !important;
    grid-auto-rows: auto !important;
  }

  .food_section .filters-content .row.grid > .all {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .food_section .box.product-card,
  .food_section .box.product-card > div,
  .food_section .box.product-card .detail-box,
  .food_section .box.product-card .options {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 600px) {
  .food_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .food_section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .food_section .filters-content .row.grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .food_section .box.product-card {
    border-radius: 22px !important;
  }

  .food_section .box.product-card .img-box {
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
    padding: 14px !important;
  }

  .food_section .box.product-card .img-box img,
  .product-card-image-link img {
    max-width: 100% !important;
    max-height: 160px !important;
  }

  .food_section .box.product-card .detail-box {
    gap: 8px !important;
    padding: 15px !important;
  }

  .food_section .box.product-card .detail-box h5 {
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .food_section .box.product-card .detail-box p {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .food_section .box.product-card .options {
    align-items: center !important;
    gap: 12px !important;
  }

  .product_action_group {
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }

  .food_section .box .options .product-link-btn {
    min-width: 122px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    text-align: center !important;
  }

  .offers_page_header {
    align-items: flex-start;
    flex-direction: column;
  }

  .offers_page_header .heading_container h1 {
    font-size: 2.25rem;
  }

  .offers_page_grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .offers_page_image {
    min-height: 210px;
  }

  .offers_page_body {
    min-height: 0;
    padding: 18px;
  }
}

@media (max-width: 360px) {
  .food_section .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .food_section .box.product-card .options {
    flex-wrap: wrap !important;
  }

  .product_action_group {
    width: 100% !important;
  }

  .food_section .box .options .product-link-btn {
    flex: 1 1 auto !important;
  }
}

/* Final mobile product card density: keep two readable cards per row. */
@media (max-width: 768px) {
  .food_section .filters-content .row.grid,
  .products-grid,
  .product-grid,
  .menu-products-grid,
  .products-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 0 40px !important;
    overflow-x: hidden !important;
  }

  .food_section .filters-content .row.grid > .all {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .food_section .box.product-card,
  .product-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .food_section .box.product-card .img-box,
  .product-image,
  .product-card-image {
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
    padding: 10px !important;
  }

  .food_section .box.product-card .img-box img,
  .product-card-image-link img,
  .product-image img,
  .product-card-image img {
    max-width: 100% !important;
    max-height: 100px !important;
    object-fit: contain !important;
  }

  .food_section .box.product-card .detail-box,
  .product-content {
    gap: 6px !important;
    padding: 10px !important;
  }

  .food_section .box.product-card .detail-box h5,
  .product-title {
    font-size: 14px !important;
    line-height: 1.25 !important;
    min-height: 0 !important;
  }

  .food_section .box.product-card .detail-box p,
  .product-description {
    font-size: 12px !important;
    line-height: 1.3 !important;
    min-height: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .food_section .box.product-card .detail-box h6,
  .food_section .box.product-card .options h6,
  .product-price {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .food_section .box.product-card .options {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 7px !important;
    margin-top: auto !important;
  }

  .product_action_group {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    gap: 6px !important;
    margin-left: 0 !important;
    min-width: 0 !important;
  }

  .food_section .box .options .product-link-btn {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    line-height: 34px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .product-cart-btn,
  .add-to-cart,
  .plus-btn {
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 340px) {
  .food_section .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .food_section .filters-content .row.grid,
  .products-grid,
  .product-grid,
  .menu-products-grid,
  .products-container {
    gap: 10px !important;
    padding-top: 8px !important;
  }

  .food_section .box.product-card .img-box,
  .product-image,
  .product-card-image {
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
    padding: 8px !important;
  }

  .food_section .box.product-card .img-box img,
  .product-card-image-link img,
  .product-image img,
  .product-card-image img {
    max-height: 86px !important;
  }

  .food_section .box.product-card .detail-box,
  .product-content {
    padding: 8px !important;
  }

  .food_section .box.product-card .detail-box h5,
  .product-title {
    font-size: 13px !important;
  }

  .food_section .box.product-card .detail-box p,
  .product-description {
    font-size: 11.5px !important;
  }

  .food_section .box .options .product-link-btn {
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 6px !important;
    font-size: 9.5px !important;
    line-height: 32px !important;
  }

  .product-cart-btn,
  .add-to-cart,
  .plus-btn {
    flex-basis: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }
}

@media (max-width: 768px) {
  body:not(.sub_page) #products.food_section.layout_padding-bottom {
    padding-bottom: 34px !important;
  }

  body:not(.sub_page) #products .filters-content {
    padding-bottom: 0 !important;
  }

  body:not(.sub_page) #products .filters-content .row.grid {
    padding-bottom: 0 !important;
  }

  body:not(.sub_page) #products + .about_section.layout_padding {
    padding-top: 40px !important;
  }

  .products_view_more {
    margin-top: 24px;
  }

  .products_view_more_btn {
    width: min(100%, 220px);
    min-width: 0;
    min-height: 46px;
    padding: 12px 22px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .products_view_more_btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .checkout_modal {
    align-items: stretch;
    padding: 12px;
  }

  .checkout_dialog {
    max-height: calc(100vh - 24px);
    padding: 22px 16px 18px;
    border-radius: 22px;
  }

  .checkout_grid,
  .checkout_fields,
  .checkout_city_options {
    grid-template-columns: 1fr;
  }

  .checkout_header {
    padding-right: 48px;
  }

  .checkout_header h3 {
    font-size: 24px;
  }

  .checkout_panel {
    padding: 15px;
  }

  .checkout_order_item {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .checkout_order_item img {
    width: 50px;
    height: 50px;
  }

  .checkout_order_item b {
    grid-column: 2;
  }

  .checkout_confirm_btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  body.product-page .product_details_section {
    padding: 34px 0 28px !important;
  }

  body.product-page .product_details_section .container,
  body.product-page .product_story_section .container,
  body.product-page .product_reviews_section .container,
  body.product-page .product_recommendations_section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.product-page .product_gallery,
  body.product-page .product_info_card {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  body.product-page .product_main_image {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 0.88 !important;
    max-height: 360px !important;
    padding: 14px !important;
  }

  body.product-page .product_main_image img {
    transform: none !important;
    max-height: 100% !important;
  }

  body.product-page .product_main_image:hover img {
    transform: none !important;
  }

  body.product-page .product_thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.product-page .thumb_btn {
    height: 56px !important;
    border-radius: 10px !important;
  }

  body.product-page .product_info_card h1 {
    font-size: 1.55rem !important;
  }

  body.product-page #productDescription {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
  }

  body.product-page .product_unit_price,
  body.product-page .product_total_price {
    padding: 10px 12px !important;
    font-size: 0.95rem !important;
  }

  body.product-page .quantity_wrap {
    padding-top: 10px !important;
  }

  body.product-page .qty_controls button,
  body.product-page .qty_controls input {
    height: 36px !important;
  }

  body.product-page .qty_controls button {
    width: 36px !important;
    font-size: 16px !important;
  }

  body.product-page .qty_controls input {
    width: 44px !important;
  }

  body.product-page .product_action_row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body.product-page .product_action_row .return_menu_btn,
  body.product-page .product_cart_primary_btn,
  body.product-page .product_checkout_btn,
  body.product-page .product_share_detail_btn {
    min-height: 42px !important;
    padding: 0 8px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    white-space: normal !important;
  }

  body.product-page .product_action_row i {
    width: 14px !important;
    min-width: 14px !important;
    font-size: 13px !important;
  }

  body.product-page .product_story_section,
  body.product-page .product_reviews_section,
  body.product-page .product_recommendations_section {
    padding-bottom: 28px !important;
  }

  body.product-page .product_story_card,
  body.product-page .reviews_summary_card,
  body.product-page .reviews_panel {
    padding: 16px !important;
    border-radius: 16px !important;
  }

  body.product-page .reviews_panel_head {
    gap: 8px !important;
  }

  body.product-page .review_form {
    gap: 12px !important;
  }

  body.product-page .review_form_actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.product-page #recommendedProducts.recommendations_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding-bottom: 0 !important;
  }

  body.product-page #recommendedProducts > .recommendation_card {
    border-radius: 14px !important;
  }

  body.product-page .recommendation_card_image {
    min-height: 112px !important;
    height: 112px !important;
    padding: 10px !important;
  }

  body.product-page .recommendation_card_image img {
    max-height: 92px !important;
  }

  body.product-page .recommendation_card_body {
    padding: 10px !important;
    gap: 7px !important;
  }

  body.product-page .recommendation_card_copy h3 {
    font-size: 13px !important;
    line-height: 1.25 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body.product-page .recommendation_card_copy p {
    font-size: 11.5px !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body.product-page .recommendation_card_rating,
  body.product-page .recommendation_card_label {
    display: none !important;
  }

  body.product-page .recommendation_card_footer {
    display: grid !important;
    gap: 8px !important;
  }

  body.product-page .recommendation_card_actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  body.product-page .recommendation_link,
  body.product-page .recommendation_add_btn {
    width: 100% !important;
    min-height: 34px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
  }
}

/* Checkout mobile-first step flow */
@media (max-width: 768px) {
  .checkout_modal {
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  .checkout_dialog {
    width: min(360px, 100%) !important;
    max-width: 360px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    max-height: calc(100dvh - 16px) !important;
    padding: 16px 12px 14px !important;
    border-radius: 18px !important;
  }

  .checkout_close {
    top: 12px !important;
    right: 12px !important;
    width: 36px !important;
    height: 36px !important;
  }

  .checkout_header {
    margin-bottom: 12px !important;
    padding-right: 42px !important;
  }

  .checkout_header h3 {
    font-size: 1.5rem !important;
  }

  .checkout_header p {
    font-size: 0.86rem !important;
  }

  .checkout_steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
  }

  .checkout_step {
    min-width: 0 !important;
    padding: 7px 3px !important;
    border-radius: 11px !important;
    font-size: 9px !important;
    overflow: hidden !important;
  }

  .checkout_step_number {
    width: 20px !important;
    height: 20px !important;
    font-size: 10px !important;
  }

  .checkout_step > span:not(.checkout_step_number) {
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
  }

  .checkout_panel {
    padding: 13px !important;
    border-radius: 15px !important;
  }

  .checkout_panel_head {
    margin-bottom: 11px !important;
  }

  .checkout_panel_head h4 {
    font-size: 1rem !important;
  }

  .checkout_panel_head > strong {
    display: none !important;
  }

  .checkout_order_summary {
    max-height: 44dvh !important;
  }

  .checkout_order_item {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    align-items: start !important;
  }

  .checkout_order_item img {
    width: 46px !important;
    height: 46px !important;
  }

  .checkout_order_item b {
    grid-column: 2 !important;
    justify-self: start !important;
  }

  .checkout_city_options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .checkout_city_card {
    min-height: 54px !important;
    padding: 10px !important;
  }

  .checkout_fields,
  .checkout_review_cards {
    grid-template-columns: 1fr !important;
  }

  .checkout_fields input,
  .checkout_fields textarea {
    min-height: 39px !important;
    font-size: 0.88rem !important;
  }

  .checkout_payment_option {
    align-items: start !important;
  }

  .checkout_nav_row {
    position: static !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .checkout_back_btn,
  .checkout_next_btn,
  .checkout_confirm_btn {
    min-height: 42px !important;
    flex: 1 1 auto !important;
    padding: 0 12px !important;
    font-size: 0.84rem !important;
  }

  .checkout_total_row {
    align-items: flex-start !important;
    flex-wrap: wrap !important;
  }

  .checkout_total_row strong {
    margin-left: auto !important;
    max-width: 100% !important;
  }
}

@media (max-width: 380px) {
  body.product-page .product_action_row {
    grid-template-columns: 1fr !important;
  }

  body.product-page .product_thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* Premium responsive UI polish */
:root {
  --sb-ink: #221a10;
  --sb-muted: #6e6251;
  --sb-soft: #f8f2e8;
  --sb-surface: #ffffff;
  --sb-surface-2: #fffaf1;
  --sb-border: rgba(134, 91, 20, 0.16);
  --sb-border-strong: rgba(185, 135, 44, 0.32);
  --sb-gold: #d49a24;
  --sb-gold-soft: #fff1c7;
  --sb-shadow: 0 18px 48px rgba(58, 41, 17, 0.11);
  --sb-shadow-hover: 0 22px 54px rgba(58, 41, 17, 0.16);
  --sb-radius: 18px;
}

html[data-theme="dark"] {
  --sb-ink: #fff8e8;
  --sb-muted: #d4c7b5;
  --sb-soft: #12100d;
  --sb-surface: rgba(36, 29, 23, 0.96);
  --sb-surface-2: rgba(255, 248, 232, 0.075);
  --sb-border: rgba(245, 192, 78, 0.22);
  --sb-border-strong: rgba(245, 192, 78, 0.48);
  --sb-gold: #f2c76b;
  --sb-gold-soft: rgba(242, 199, 107, 0.16);
  --sb-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
  --sb-shadow-hover: 0 26px 64px rgba(0, 0, 0, 0.42);
}

.header_section {
  padding: 10px 0 !important;
}

.header_section .container {
  width: min(1220px, calc(100% - 48px)) !important;
  min-height: 60px !important;
  padding: 7px 14px !important;
  border-radius: 18px !important;
  background: rgba(18, 17, 15, 0.68) !important;
  border: 1px solid rgba(255, 231, 180, 0.18) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(14px) saturate(1.16) !important;
}

html:not([data-theme="dark"]) .sub_page .header_section .container,
html:not([data-theme="dark"]) .header_section.is_scrolled .container {
  background: rgba(255, 252, 246, 0.9) !important;
  border-color: rgba(134, 91, 20, 0.16) !important;
  box-shadow: 0 18px 42px rgba(58, 41, 17, 0.13) !important;
}

html:not([data-theme="dark"]) .sub_page .navbar-brand span,
html:not([data-theme="dark"]) .header_section.is_scrolled .navbar-brand span,
html:not([data-theme="dark"]) .sub_page .custom_nav-container .navbar-nav .nav-item .nav-link,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container .navbar-nav .nav-item .nav-link,
html:not([data-theme="dark"]) .sub_page .auth_button,
html:not([data-theme="dark"]) .header_section.is_scrolled .auth_button,
html:not([data-theme="dark"]) .sub_page .user_option .cart_link,
html:not([data-theme="dark"]) .header_section.is_scrolled .user_option .cart_link,
html:not([data-theme="dark"]) .sub_page .user_option .nav_search-btn,
html:not([data-theme="dark"]) .header_section.is_scrolled .user_option .nav_search-btn,
html:not([data-theme="dark"]) .sub_page .user_option .theme_toggle,
html:not([data-theme="dark"]) .header_section.is_scrolled .user_option .theme_toggle,
html:not([data-theme="dark"]) .sub_page .language-btn,
html:not([data-theme="dark"]) .header_section.is_scrolled .language-btn {
  color: #2b2114 !important;
  text-shadow: none !important;
}

html:not([data-theme="dark"]) .sub_page .user_option .cart_link svg,
html:not([data-theme="dark"]) .header_section.is_scrolled .user_option .cart_link svg {
  fill: #2b2114 !important;
  filter: none !important;
}

.custom_nav-container {
  min-width: 0 !important;
  min-height: 46px !important;
  gap: 12px !important;
}

.custom_nav-container .navbar-collapse {
  min-width: 0 !important;
  gap: 14px !important;
}

.custom_nav-container .navbar-nav {
  min-width: 0 !important;
  gap: 4px !important;
  align-items: center !important;
}

.custom_nav-container .navbar-nav .nav-item {
  min-width: 0 !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 10px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  background: rgba(255, 190, 51, 0.14) !important;
  color: #ffcf66 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 210, 112, 0.2) !important;
}

html:not([data-theme="dark"]) .sub_page .custom_nav-container .navbar-nav .nav-item:hover .nav-link,
html:not([data-theme="dark"]) .sub_page .custom_nav-container .navbar-nav .nav-item.active .nav-link,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container .navbar-nav .nav-item:hover .nav-link,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  background: var(--sb-gold-soft) !important;
  color: #7a5200 !important;
  box-shadow: inset 0 0 0 1px rgba(185, 135, 44, 0.2) !important;
}

.navbar-brand {
  min-width: 0 !important;
  flex-shrink: 0 !important;
  gap: 9px !important;
}

.navbar-brand img {
  width: 44px !important;
  height: 44px !important;
  padding: 5px !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18) !important;
}

.navbar-brand span {
  font-size: 28px !important;
  white-space: nowrap !important;
}

.user_option {
  min-width: 0 !important;
  flex: 0 0 auto !important;
  gap: 8px !important;
  margin-left: 8px !important;
}

.auth_button,
.user_option .cart_link,
.user_option .nav_search-btn,
.user_option .theme_toggle,
.language-btn,
.offers_nav_btn {
  border-color: rgba(255, 218, 132, 0.2) !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.auth_button:hover,
.auth_button:focus,
.user_option .cart_link:hover,
.user_option .cart_link:focus,
.user_option .nav_search-btn:hover,
.user_option .nav_search-btn:focus,
.user_option .theme_toggle:hover,
.user_option .theme_toggle:focus,
.language-btn:hover,
.language-btn:focus,
.offers_nav_btn:hover,
.offers_nav_btn:focus {
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 26px rgba(255, 190, 51, 0.16) !important;
}

.auth_dropdown {
  width: min(220px, calc(100vw - 24px)) !important;
}

.auth_dropdown_card {
  padding: 12px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(134, 91, 20, 0.14) !important;
  box-shadow: 0 16px 34px rgba(35, 24, 8, 0.16) !important;
}

.auth_dropdown_link,
.auth_dropdown_btn {
  border-radius: 12px !important;
}

@media (max-width: 1240px) and (min-width: 992px) {
  .header_section .container {
    width: min(1160px, calc(100% - 28px)) !important;
  }

  .navbar-brand span {
    font-size: 24px !important;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 11.5px !important;
  }

  .auth_button {
    width: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
  }

  .auth_button_text,
  .auth_chevron {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .header_section {
    padding: 8px 0 !important;
  }

  .header_section .container {
    width: calc(100vw - 14px) !important;
    max-width: calc(100vw - 14px) !important;
    min-height: 58px !important;
    padding: 7px !important;
    border-radius: 18px !important;
    overflow: visible !important;
  }

  .custom_nav-container {
    flex-wrap: nowrap !important;
    gap: 8px !important;
    min-height: 44px !important;
  }

  .navbar-brand {
    flex: 1 1 auto !important;
    max-width: calc(100% - 258px) !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .navbar-brand img {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    flex: 0 0 42px !important;
  }

  .navbar-brand span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 22px !important;
  }

  .mobile-navbar-right {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    gap: 5px !important;
    margin-left: auto !important;
  }

  .mobile-navbar-right .auth_shell,
  .mobile-navbar-right .cart_link,
  .mobile-navbar-right .form-inline,
  .mobile-navbar-right .custom-language-switcher,
  .mobile-navbar-right .theme_toggle,
  .mobile-navbar-right .navbar-toggler {
    flex: 0 0 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    margin: 0 !important;
    position: relative !important;
  }

  .mobile-navbar-right .auth_button,
  .mobile-navbar-right .cart_link,
  .mobile-navbar-right .nav_search-btn,
  .mobile-navbar-right .theme_toggle,
  .mobile-navbar-right .custom-language-switcher,
  .mobile-navbar-right .custom-language-switcher .language-btn,
  .mobile-navbar-right .navbar-toggler {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    border-radius: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
  }

  .mobile-navbar-right .auth_button_text,
  .mobile-navbar-right .auth_chevron,
  .mobile-navbar-right .custom-language-switcher .language-btn span:not(.lang-icon) {
    display: none !important;
  }

  .mobile-navbar-right .auth_avatar {
    width: 24px !important;
    height: 24px !important;
  }

  .mobile-navbar-right .cart_link svg {
    width: 15px !important;
    fill: currentColor !important;
    filter: none !important;
  }

  .mobile-navbar-right .theme_toggle_orbit {
    width: 23px !important;
    height: 23px !important;
  }

  .custom_nav-container .navbar-collapse {
    position: fixed !important;
    top: calc(var(--site-header-height) - 26px) !important;
    right: 10px !important;
    left: auto !important;
    width: min(326px, calc(100vw - 20px)) !important;
    max-height: calc(100dvh - 92px) !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(255, 218, 132, 0.18) !important;
    border-radius: 22px !important;
    background: rgba(19, 16, 12, 0.96) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38) !important;
    backdrop-filter: blur(18px) saturate(1.15) !important;
    z-index: 140 !important;
  }

  html:not([data-theme="dark"]) .custom_nav-container .navbar-collapse {
    background: rgba(255, 252, 246, 0.98) !important;
    border-color: rgba(134, 91, 20, 0.18) !important;
    box-shadow: 0 28px 70px rgba(58, 41, 17, 0.18) !important;
  }

  body.mobile_menu_open::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 80 !important;
    background: rgba(13, 10, 7, 0.38) !important;
    backdrop-filter: blur(2px) !important;
  }

  .custom_nav-container .navbar-collapse .navbar-nav {
    width: 100% !important;
    display: grid !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: stretch !important;
  }

  .custom_nav-container .navbar-collapse .navbar-nav .nav-link {
    width: 100% !important;
    justify-content: flex-start !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    background: rgba(255, 248, 232, 0.06) !important;
    border: 1px solid rgba(255, 218, 132, 0.12) !important;
    color: #fff8e8 !important;
  }

  html:not([data-theme="dark"]) .custom_nav-container .navbar-collapse .navbar-nav .nav-link {
    background: rgba(134, 91, 20, 0.045) !important;
    border-color: rgba(134, 91, 20, 0.1) !important;
    color: #2b2114 !important;
  }

  .custom_nav-container .navbar-collapse .user_option {
    width: 100% !important;
    display: grid !important;
    gap: 8px !important;
    margin: 12px 0 0 !important;
  }

  .custom_nav-container .navbar-collapse .user_option .offers_nav_btn {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 44px !important;
    height: 44px !important;
    justify-content: flex-start !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
  }

  .custom_nav-container .navbar-collapse .user_option .offers_nav_btn .offers_nav_label {
    display: inline !important;
  }
}

@media (max-width: 430px) {
  .navbar-brand {
    flex: 0 0 42px !important;
    max-width: 42px !important;
    gap: 0 !important;
  }

  .navbar-brand span {
    display: none !important;
  }

  .mobile-navbar-right {
    gap: 4px !important;
  }

  .mobile-navbar-right .auth_shell,
  .mobile-navbar-right .cart_link,
  .mobile-navbar-right .form-inline,
  .mobile-navbar-right .custom-language-switcher,
  .mobile-navbar-right .theme_toggle,
  .mobile-navbar-right .navbar-toggler,
  .mobile-navbar-right .auth_button,
  .mobile-navbar-right .nav_search-btn,
  .mobile-navbar-right .custom-language-switcher .language-btn {
    width: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
  }
}

@media (max-width: 575px) {
  .navbar-brand {
    flex: 0 0 42px !important;
    max-width: 42px !important;
    gap: 0 !important;
  }

  .navbar-brand span {
    display: none !important;
  }

  .mobile-navbar-right {
    gap: 4px !important;
  }
}

html:not([data-theme="dark"]) .offers_page_section {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 190, 51, 0.14), transparent 34%),
    linear-gradient(180deg, #fffaf1 0%, #f8f2e8 100%) !important;
  color: var(--sb-ink) !important;
}

html:not([data-theme="dark"]) .offers_page_header .heading_container h1,
html:not([data-theme="dark"]) .offers_page_body h3,
html:not([data-theme="dark"]) .offers_page_empty strong {
  color: var(--sb-ink) !important;
}

html:not([data-theme="dark"]) .offers_page_header .heading_container p,
html:not([data-theme="dark"]) .offers_page_empty p {
  color: var(--sb-muted) !important;
}

html:not([data-theme="dark"]) .offers_page_count {
  background: #ffffff !important;
  border-color: var(--sb-border-strong) !important;
  color: #7a5200 !important;
  box-shadow: var(--sb-shadow) !important;
}

html:not([data-theme="dark"]) .offers_page_card {
  background: var(--sb-surface) !important;
  border-color: var(--sb-border) !important;
  color: var(--sb-ink) !important;
  box-shadow: var(--sb-shadow) !important;
}

html:not([data-theme="dark"]) .offers_page_card:hover,
html:not([data-theme="dark"]) .offers_page_card:focus-within {
  border-color: var(--sb-border-strong) !important;
  box-shadow: var(--sb-shadow-hover) !important;
  transform: translateY(-2px) !important;
}

html:not([data-theme="dark"]) .offers_page_body {
  color: var(--sb-ink) !important;
}

html:not([data-theme="dark"]) .offers_page_category {
  color: #9a690c !important;
}

html:not([data-theme="dark"]) .offers_page_price_row {
  background: #fff8e8 !important;
  border-color: var(--sb-border) !important;
}

html:not([data-theme="dark"]) .offers_page_price_row del {
  color: #8a7a65 !important;
}

html:not([data-theme="dark"]) .offers_page_price_row strong {
  color: #7a5200 !important;
}

html:not([data-theme="dark"]) .offers_page_empty {
  background: rgba(255, 255, 255, 0.76) !important;
  border-color: var(--sb-border-strong) !important;
}

html:not([data-theme="dark"]) body.orders-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 190, 51, 0.14), transparent 34%),
    linear-gradient(180deg, #fffaf1 0%, #f7efe2 58%, #ffffff 100%) !important;
  color: var(--sb-ink) !important;
}

html:not([data-theme="dark"]) body.orders-page .orders_page_header span,
html:not([data-theme="dark"]) body.admin-orders-page .admin_orders_stats span,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_head span,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_meta span,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_items_block > span,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_status_form span,
html:not([data-theme="dark"]) body.orders-page .orders_card_head span,
html:not([data-theme="dark"]) body.orders-page .orders_meta span {
  color: #9a690c !important;
}

html:not([data-theme="dark"]) body.orders-page .orders_page_header h1,
html:not([data-theme="dark"]) body.orders-page .orders_state h2,
html:not([data-theme="dark"]) body.orders-page .orders_card_head h2,
html:not([data-theme="dark"]) body.orders-page .orders_meta strong,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_head h2,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_meta strong,
html:not([data-theme="dark"]) body.admin-orders-page .admin_orders_stats strong {
  color: var(--sb-ink) !important;
}

html:not([data-theme="dark"]) body.orders-page .orders_page_header p,
html:not([data-theme="dark"]) body.orders-page .orders_state p,
html:not([data-theme="dark"]) body.orders-page .orders_item_empty,
html:not([data-theme="dark"]) body.orders-page .orders_item_more,
html:not([data-theme="dark"]) body.orders-page .orders_item_list li,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_items li {
  color: var(--sb-muted) !important;
}

html:not([data-theme="dark"]) body.orders-page .orders_page_shell {
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: var(--sb-border) !important;
  box-shadow: var(--sb-shadow) !important;
}

html:not([data-theme="dark"]) body.orders-page .orders_card,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_card {
  background: var(--sb-surface) !important;
  border-color: var(--sb-border) !important;
  box-shadow: 0 12px 32px rgba(58, 41, 17, 0.08) !important;
}

html:not([data-theme="dark"]) body.orders-page .orders_meta div,
html:not([data-theme="dark"]) body.admin-orders-page .admin_orders_stats div,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_meta div,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_items_block {
  background: #fff8e8 !important;
  border-color: var(--sb-border) !important;
}

html:not([data-theme="dark"]) body.orders-page .orders_state_icon {
  background: var(--sb-gold-soft) !important;
  color: #8a5d06 !important;
}

html:not([data-theme="dark"]) body.orders-page .orders_badge {
  background: #fff8e8 !important;
  border-color: var(--sb-border) !important;
  color: #3a2b18 !important;
}

html:not([data-theme="dark"]) body.orders-page .orders_badge_paid,
html:not([data-theme="dark"]) body.orders-page .orders_badge_delivered {
  background: rgba(34, 197, 94, 0.1) !important;
  border-color: rgba(22, 163, 74, 0.25) !important;
  color: #166534 !important;
}

html:not([data-theme="dark"]) body.orders-page .orders_badge_failed,
html:not([data-theme="dark"]) body.orders-page .orders_badge_cancelled {
  background: rgba(220, 38, 38, 0.08) !important;
  border-color: rgba(220, 38, 38, 0.22) !important;
  color: #991b1b !important;
}

html:not([data-theme="dark"]) body.admin-orders-page .admin_orders_filters button,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_status_form button:disabled {
  background: #ffffff !important;
  border-color: var(--sb-border) !important;
  color: #4d3a20 !important;
}

html:not([data-theme="dark"]) body.admin-orders-page .admin_order_status_form select {
  background: #ffffff !important;
  border-color: var(--sb-border-strong) !important;
  color: var(--sb-ink) !important;
  box-shadow: 0 10px 24px rgba(58, 41, 17, 0.07) !important;
}

html:not([data-theme="dark"]) body.admin-orders-page .admin_order_head > strong,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_items strong,
html:not([data-theme="dark"]) body.orders-page .orders_card_head > strong,
html:not([data-theme="dark"]) body.orders-page .orders_item_list strong {
  color: #8a5d06 !important;
}

.about_article_section {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 190, 51, 0.13), transparent 34%),
    linear-gradient(180deg, #fffaf1 0%, #f8f2e8 100%) !important;
}

.about_article_grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px) !important;
  gap: clamp(24px, 4vw, 44px) !important;
}

.about_article_block {
  border-color: rgba(134, 91, 20, 0.14) !important;
}

.about_product_item,
.about_highlight_panel,
.about_image_panel {
  border-color: var(--sb-border) !important;
  border-radius: var(--sb-radius) !important;
  box-shadow: var(--sb-shadow) !important;
}

.about_image_panel {
  min-height: 0 !important;
  padding: clamp(16px, 3vw, 24px) !important;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 190, 51, 0.14), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #fff8e8 100%) !important;
}

.about_image_panel picture {
  width: min(100%, 238px) !important;
  max-width: 238px !important;
  aspect-ratio: 1 / 1 !important;
  display: inline-grid !important;
  place-items: center !important;
}

.about_image_panel img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 238px !important;
  max-height: 238px !important;
  object-fit: contain !important;
}

.about_section .img-box img {
  width: min(100%, 360px) !important;
  height: auto !important;
  object-fit: contain !important;
}

html[data-theme="dark"] .about_article_section,
body.theme_dark .about_article_section {
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 199, 107, 0.1), transparent 34%),
    linear-gradient(180deg, #12100d 0%, #0c0b09 100%) !important;
}

html[data-theme="dark"] .about_image_panel {
  background:
    radial-gradient(circle at 50% 38%, rgba(242, 199, 107, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(36, 29, 23, 0.96), rgba(18, 15, 12, 0.97)) !important;
}

@media (max-width: 991px) {
  .about_article_grid {
    grid-template-columns: 1fr !important;
  }

  .about_article_sidebar {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr) !important;
    align-items: stretch !important;
  }

  .about_image_panel picture,
  .about_image_panel img {
    max-width: 210px !important;
    max-height: 210px !important;
  }
}

@media (max-width: 767px) {
  .offers_page_header,
  .orders_page_header,
  .about_article_hero {
    text-align: left !important;
  }

  .offers_page_header {
    align-items: flex-start !important;
  }

  .about_article_sidebar {
    grid-template-columns: 1fr !important;
  }

  .about_image_panel picture,
  .about_image_panel img {
    max-width: 190px !important;
    max-height: 190px !important;
  }

  body.orders-page .orders_page_section,
  body.admin-orders-page .admin_orders_section,
  .offers_page_section,
  .about_article_section {
    padding-top: 34px !important;
    padding-bottom: 52px !important;
  }
}

@media (max-width: 575px) {
  .orders_page_shell,
  body.orders-page .orders_card,
  body.admin-orders-page .admin_order_card,
  .offers_page_card,
  .about_product_item,
  .about_highlight_panel {
    border-radius: 16px !important;
  }

  .offers_page_grid {
    gap: 16px !important;
  }

  .offers_page_body {
    min-height: auto !important;
    padding: 18px !important;
  }
}

/* Premium checkout light mode and final responsive navigation pass */
.custom_nav-container .navbar-collapse {
  flex: 1 1 auto !important;
}

.custom_nav-container .navbar-nav {
  flex: 1 1 auto !important;
  justify-content: center !important;
}

.user_option,
.mobile-navbar-right {
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.auth_shell,
.user_option .cart_link,
.user_option .site_search_toggle_form,
.user_option .form-inline,
.user_option .theme_toggle,
.user_option .custom-language-switcher,
.offers_nav_btn {
  flex-shrink: 0 !important;
}

@media (min-width: 992px) and (max-width: 1180px) {
  .header_section .container {
    width: min(1140px, calc(100% - 24px)) !important;
    padding-inline: 11px !important;
  }

  .navbar-brand span {
    font-size: 22px !important;
  }

  .custom_nav-container {
    gap: 8px !important;
  }

  .custom_nav-container .navbar-collapse {
    gap: 8px !important;
  }

  .custom_nav-container .navbar-nav {
    gap: 2px !important;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    max-width: 112px !important;
    padding-inline: 7px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 11px !important;
  }

  .custom_nav-container .navbar-nav .wishlist_nav_link {
    max-width: 118px !important;
  }

  .auth_button {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    padding: 0 !important;
  }

  .auth_button_text,
  .auth_chevron,
  .user_option .offers_nav_btn .offers_nav_label {
    display: none !important;
  }

  .user_option .offers_nav_btn,
  .custom_nav-container > .offers_nav_btn {
    min-width: 38px !important;
    width: 38px !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  .user_option {
    gap: 6px !important;
    margin-left: 6px !important;
  }
}

@media (max-width: 991px) {
  .mobile-navbar-right {
    --sb-mobile-action-size: 34px;
    --sb-mobile-action-gap: 4px;
    display: grid !important;
    grid-template-columns: repeat(6, var(--sb-mobile-action-size)) !important;
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    min-width: 0 !important;
    width: 224px !important;
    max-width: 224px !important;
    gap: var(--sb-mobile-action-gap) !important;
    overflow: visible !important;
  }

  .custom_nav-container {
    position: relative !important;
  }

  .custom_nav-container .mobile-navbar-right {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    min-width: 224px !important;
    margin-left: 0 !important;
    transform: translateY(-50%) !important;
  }

  .mobile-navbar-right .auth_shell,
  .mobile-navbar-right .cart_link,
  .mobile-navbar-right .form-inline,
  .mobile-navbar-right .custom-language-switcher,
  .mobile-navbar-right .theme_toggle,
  .mobile-navbar-right .navbar-toggler {
    flex: 0 0 var(--sb-mobile-action-size) !important;
    width: var(--sb-mobile-action-size) !important;
    min-width: var(--sb-mobile-action-size) !important;
    max-width: var(--sb-mobile-action-size) !important;
  }

  .mobile-navbar-right .auth_button,
  .mobile-navbar-right .cart_link,
  .mobile-navbar-right .nav_search-btn,
  .mobile-navbar-right .theme_toggle,
  .mobile-navbar-right .custom-language-switcher,
  .mobile-navbar-right .custom-language-switcher .language-btn,
  .mobile-navbar-right .navbar-toggler {
    width: var(--sb-mobile-action-size) !important;
    min-width: var(--sb-mobile-action-size) !important;
    max-width: var(--sb-mobile-action-size) !important;
    height: var(--sb-mobile-action-size) !important;
    min-height: var(--sb-mobile-action-size) !important;
  }

  .custom_nav-container .navbar-collapse {
    overscroll-behavior: contain !important;
  }
}

@media (max-width: 360px) {
  .mobile-navbar-right {
    --sb-mobile-action-size: 31px;
    --sb-mobile-action-gap: 3px;
    width: 201px !important;
    min-width: 201px !important;
    max-width: 201px !important;
  }

  .mobile-navbar-right .auth_shell,
  .mobile-navbar-right .cart_link,
  .mobile-navbar-right .form-inline,
  .mobile-navbar-right .custom-language-switcher,
  .mobile-navbar-right .theme_toggle,
  .mobile-navbar-right .navbar-toggler,
  .mobile-navbar-right .auth_button,
  .mobile-navbar-right .nav_search-btn,
  .mobile-navbar-right .custom-language-switcher .language-btn {
    flex-basis: var(--sb-mobile-action-size) !important;
    width: var(--sb-mobile-action-size) !important;
    min-width: var(--sb-mobile-action-size) !important;
    max-width: var(--sb-mobile-action-size) !important;
    height: var(--sb-mobile-action-size) !important;
    min-height: var(--sb-mobile-action-size) !important;
  }
}

@media (max-width: 575px) {
  .custom_nav-container .mobile-navbar-right {
    right: clamp(62px, 22vw, 88px) !important;
  }

  body.checkout-page,
  body.checkout-page .checkout_page_main,
  body.checkout-page .checkout_page_section {
    overflow-x: hidden !important;
  }

  body.checkout-page .checkout_page_section > .container {
    width: calc(100vw - 72px) !important;
    max-width: calc(100vw - 72px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.checkout-page .checkout_page_header,
  body.checkout-page .checkout_page_shell,
  body.checkout-page .checkout_page_empty,
  body.checkout-page .checkout_page_loading {
    max-width: 100% !important;
  }

  body.checkout-page .checkout_page_header {
    width: 100% !important;
  }

  body.checkout-page .checkout_page_shell,
  body.checkout-page .checkout_page_empty,
  body.checkout-page .checkout_page_loading {
    width: calc(100% - 48px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.checkout-page .checkout_page_header p,
  body.checkout-page .checkout_page_empty p,
  body.checkout-page .checkout_page_loading p {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  body.checkout-page .checkout_page_header p {
    width: min(100%, 310px) !important;
  }

  body.checkout-page .checkout_page_empty p,
  body.checkout-page .checkout_page_loading p {
    width: min(100%, 270px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.about_image_panel {
  display: grid !important;
  place-items: center !important;
  align-self: start !important;
}

.about_image_panel picture {
  width: clamp(180px, 22vw, 260px) !important;
  max-width: 100% !important;
}

.about_image_panel img {
  width: 100% !important;
  height: auto !important;
  max-height: 260px !important;
  object-fit: contain !important;
}

.about_section .img-box {
  display: grid !important;
  place-items: center !important;
  max-width: 420px !important;
  margin-inline: auto !important;
}

.about_section .img-box picture {
  display: grid !important;
  place-items: center !important;
}

.about_section .img-box img {
  max-height: 360px !important;
}

html:not([data-theme="dark"]) .wishlist_section {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 190, 51, 0.12), transparent 34%),
    linear-gradient(180deg, #fffaf1 0%, #ffffff 100%) !important;
  color: var(--sb-ink) !important;
}

html:not([data-theme="dark"]) .wishlist_card,
html:not([data-theme="dark"]) .wishlist_empty_state {
  border: 1px solid var(--sb-border) !important;
  background: var(--sb-surface) !important;
  color: var(--sb-ink) !important;
  box-shadow: var(--sb-shadow) !important;
}

html:not([data-theme="dark"]) .wishlist_card h3 a,
html:not([data-theme="dark"]) .wishlist_empty_state h3 {
  color: var(--sb-ink) !important;
}

html:not([data-theme="dark"]) .wishlist_card p,
html:not([data-theme="dark"]) .wishlist_empty_state p,
html:not([data-theme="dark"]) .wishlist_header .heading_container p {
  color: var(--sb-muted) !important;
}

html:not([data-theme="dark"]) .wishlist_card_footer strong,
html:not([data-theme="dark"]) .wishlist_card_category {
  color: #8a5d06 !important;
}

html:not([data-theme="dark"]) .wishlist_view_btn {
  background: #fff8e8 !important;
  border-color: var(--sb-border) !important;
  color: #4d3a20 !important;
}

html:not([data-theme="dark"]) body.checkout-page {
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 190, 51, 0.16), transparent 34%),
    linear-gradient(180deg, #fffaf1 0%, #f7efe2 58%, #ffffff 100%) !important;
  color: var(--sb-ink) !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_page_header h1,
html:not([data-theme="dark"]) body.checkout-page .checkout_page_empty h2,
html:not([data-theme="dark"]) body.checkout-page .checkout_page_loading h2,
html:not([data-theme="dark"]) body.checkout-page .checkout_panel_head h2,
html:not([data-theme="dark"]) body.checkout-page .checkout_cart_item_head a,
html:not([data-theme="dark"]) body.checkout-page .checkout_city_card strong,
html:not([data-theme="dark"]) body.checkout-page .checkout_selected_city strong,
html:not([data-theme="dark"]) body.checkout-page .checkout_review_card strong,
html:not([data-theme="dark"]) body.checkout-page .checkout_payment_option strong,
html:not([data-theme="dark"]) body.checkout-page .checkout_item_qty span {
  color: var(--sb-ink) !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_page_header p,
html:not([data-theme="dark"]) body.checkout-page .checkout_page_empty p,
html:not([data-theme="dark"]) body.checkout-page .checkout_page_loading p,
html:not([data-theme="dark"]) body.checkout-page .checkout_cart_item_meta,
html:not([data-theme="dark"]) body.checkout-page .checkout_selected_city span,
html:not([data-theme="dark"]) body.checkout-page .checkout_saved_address_bar span,
html:not([data-theme="dark"]) body.checkout-page .checkout_payment_option small,
html:not([data-theme="dark"]) body.checkout-page .checkout_total_row {
  color: var(--sb-muted) !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_page_header span,
html:not([data-theme="dark"]) body.checkout-page .checkout_step_label,
html:not([data-theme="dark"]) body.checkout-page .checkout_city_selector legend,
html:not([data-theme="dark"]) body.checkout-page .checkout_fields span,
html:not([data-theme="dark"]) body.checkout-page .checkout_review_card span {
  color: #9a690c !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_page_shell,
html:not([data-theme="dark"]) body.checkout-page .checkout_page_empty,
html:not([data-theme="dark"]) body.checkout-page .checkout_page_loading {
  border-color: var(--sb-border) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: var(--sb-shadow) !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_page_panel,
html:not([data-theme="dark"]) body.checkout-page .checkout_cart_item,
html:not([data-theme="dark"]) body.checkout-page .checkout_city_card,
html:not([data-theme="dark"]) body.checkout-page .checkout_selected_city,
html:not([data-theme="dark"]) body.checkout-page .checkout_saved_address_bar,
html:not([data-theme="dark"]) body.checkout-page .checkout_review_card,
html:not([data-theme="dark"]) body.checkout-page .checkout_payment_option {
  border-color: var(--sb-border) !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px rgba(58, 41, 17, 0.07) !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_step {
  border-color: var(--sb-border) !important;
  background: #ffffff !important;
  color: #75654d !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_step_number {
  background: #fff1c7 !important;
  color: #8a5d06 !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_step.is_active {
  border-color: var(--sb-border-strong) !important;
  background: #fff7df !important;
  color: #3a2b18 !important;
  box-shadow: 0 12px 26px rgba(185, 135, 44, 0.12) !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_step.is_complete {
  border-color: rgba(34, 197, 94, 0.24) !important;
  background: rgba(34, 197, 94, 0.08) !important;
  color: #166534 !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_step.is_active .checkout_step_number,
html:not([data-theme="dark"]) body.checkout-page .checkout_step.is_complete .checkout_step_number {
  background: linear-gradient(135deg, #f7d577, #b9872c) !important;
  color: #16110a !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_cart_item_image {
  background: linear-gradient(180deg, #ffffff, #fff8e8) !important;
  box-shadow: inset 0 0 0 1px rgba(185, 135, 44, 0.12) !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_panel_head > strong,
html:not([data-theme="dark"]) body.checkout-page .checkout_total_row strong,
html:not([data-theme="dark"]) body.checkout-page .checkout_cart_item_meta strong {
  color: #8a5d06 !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_item_qty {
  border-color: var(--sb-border-strong) !important;
  background: #fff8e8 !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_item_qty button {
  background: #fff1c7 !important;
  color: #4d3a20 !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_city_check {
  border-color: rgba(185, 135, 44, 0.58) !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_city_card.is_selected {
  border-color: var(--sb-border-strong) !important;
  background: #fff7df !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_city_card.is_selected .checkout_city_check {
  background: #d49a24 !important;
  box-shadow: inset 0 0 0 4px #fffaf1 !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_fields em {
  color: #8a7a65 !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_fields input,
html:not([data-theme="dark"]) body.checkout-page .checkout_fields textarea {
  border-color: var(--sb-border) !important;
  background: #ffffff !important;
  color: var(--sb-ink) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_fields input:focus,
html:not([data-theme="dark"]) body.checkout-page .checkout_fields textarea:focus {
  border-color: var(--sb-border-strong) !important;
  box-shadow: 0 0 0 3px rgba(212, 154, 36, 0.14) !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_item_remove {
  border-color: rgba(220, 38, 38, 0.22) !important;
  background: rgba(220, 38, 38, 0.07) !important;
  color: #991b1b !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_item_remove i {
  color: #b42318 !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_payment_icon,
html:not([data-theme="dark"]) body.checkout-page .checkout_page_empty_icon,
html:not([data-theme="dark"]) body.checkout-page .checkout_page_loading_icon {
  background: linear-gradient(135deg, #f7d577, #b9872c) !important;
  color: #16110a !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_validation {
  border-color: rgba(220, 38, 38, 0.24) !important;
  background: #fff1f0 !important;
  color: #991b1b !important;
  box-shadow: 0 12px 28px rgba(153, 27, 27, 0.07) !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_back_btn,
html:not([data-theme="dark"]) body.checkout-page .checkout_clear_saved_btn {
  border-color: var(--sb-border) !important;
  background: #ffffff !important;
  color: #7a5200 !important;
}

html:not([data-theme="dark"]) body.checkout-page .checkout_back_btn:hover,
html:not([data-theme="dark"]) body.checkout-page .checkout_back_btn:focus,
html:not([data-theme="dark"]) body.checkout-page .checkout_clear_saved_btn:hover,
html:not([data-theme="dark"]) body.checkout-page .checkout_clear_saved_btn:focus {
  background: #fff1c7 !important;
  color: #4d3000 !important;
}

html:not([data-theme="dark"]) body.orders-page .orders_state_error {
  border-color: rgba(220, 38, 38, 0.22) !important;
  background: #fff1f0 !important;
  color: #991b1b !important;
}

html:not([data-theme="dark"]) body.admin-orders-page .admin_orders_filters button:hover,
html:not([data-theme="dark"]) body.admin-orders-page .admin_orders_filters button:focus,
html:not([data-theme="dark"]) body.admin-orders-page .admin_orders_filters button.is_active,
html:not([data-theme="dark"]) body.admin-orders-page .admin_order_status_form button:not(:disabled) {
  border-color: transparent !important;
  background: linear-gradient(135deg, #f7d577, #b9872c) !important;
  color: #16110a !important;
}

/* Final navbar polish: desktop alignment, scroll contrast, and mobile menu cards. */
.custom_nav-container {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.custom_nav-container .navbar-collapse {
  min-width: 0 !important;
}

.custom_nav-container .user_option,
.custom_nav-container .mobile-navbar-right {
  color: #fff8e8 !important;
}

.custom_nav-container .auth_button,
.custom_nav-container .cart_link,
.custom_nav-container .nav_search-btn,
.custom_nav-container .theme_toggle,
.custom_nav-container .language-btn,
.custom_nav-container .offers_nav_btn,
.custom_nav-container .navbar-toggler {
  color: currentColor !important;
}

.custom_nav-container .cart_link svg {
  fill: currentColor !important;
}

.custom_nav-container .nav_search-btn i,
.custom_nav-container .offers_nav_btn i,
.custom_nav-container .auth_avatar,
.custom_nav-container .theme_toggle_icon,
.custom_nav-container .theme_toggle_icon::before,
.custom_nav-container .lang-icon,
.custom_nav-container .lang-icon::before {
  color: currentColor !important;
}

html:not([data-theme="dark"]) .sub_page .custom_nav-container,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container,
html:not([data-theme="dark"]) .custom_nav-container.scrolled {
  color: #2b2114 !important;
}

html:not([data-theme="dark"]) .sub_page .custom_nav-container .user_option,
html:not([data-theme="dark"]) .sub_page .custom_nav-container .mobile-navbar-right,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container .user_option,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container .mobile-navbar-right,
html:not([data-theme="dark"]) .custom_nav-container.scrolled .user_option,
html:not([data-theme="dark"]) .custom_nav-container.scrolled .mobile-navbar-right {
  color: #2b2114 !important;
}

html:not([data-theme="dark"]) .sub_page .custom_nav-container .offers_nav_btn i,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container .offers_nav_btn i,
html:not([data-theme="dark"]) .custom_nav-container.scrolled .offers_nav_btn i {
  color: #b9872c !important;
}

html:not([data-theme="dark"]) .sub_page .custom_nav-container .navbar-toggler span,
html:not([data-theme="dark"]) .sub_page .custom_nav-container .navbar-toggler span::before,
html:not([data-theme="dark"]) .sub_page .custom_nav-container .navbar-toggler span::after,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container .navbar-toggler span,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container .navbar-toggler span::before,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container .navbar-toggler span::after,
html:not([data-theme="dark"]) .custom_nav-container.scrolled .navbar-toggler span,
html:not([data-theme="dark"]) .custom_nav-container.scrolled .navbar-toggler span::before,
html:not([data-theme="dark"]) .custom_nav-container.scrolled .navbar-toggler span::after {
  background-color: #2b2114 !important;
}

@media (min-width: 992px) {
  .custom_nav-container .navbar-brand {
    margin-right: clamp(16px, 2vw, 28px) !important;
  }

  .custom_nav-container .navbar-collapse {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    gap: clamp(12px, 2vw, 28px) !important;
  }

  .custom_nav-container .navbar-nav {
    flex: 1 1 auto !important;
    justify-content: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .custom_nav-container .user_option {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    gap: 8px !important;
  }

  .custom_nav-container .user_option .auth_shell,
  .custom_nav-container .user_option .cart_link,
  .custom_nav-container .user_option .site_search_toggle_form,
  .custom_nav-container .user_option .form-inline,
  .custom_nav-container .user_option .theme_toggle,
  .custom_nav-container .user_option .custom-language-switcher,
  .custom_nav-container .user_option .offers_nav_btn {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }
}

@media (max-width: 991px) {
  .custom_nav-container {
    justify-content: space-between !important;
  }

  .custom_nav-container .navbar-brand {
    margin-right: 0 !important;
  }

  .custom_nav-container .mobile-navbar-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    margin-left: auto !important;
  }

  .custom_nav-container .mobile-navbar-right .auth_button,
  .custom_nav-container .mobile-navbar-right .cart_link,
  .custom_nav-container .mobile-navbar-right .nav_search-btn,
  .custom_nav-container .mobile-navbar-right .theme_toggle,
  .custom_nav-container .mobile-navbar-right .language-btn,
  .custom_nav-container .mobile-navbar-right .offers_nav_btn,
  .custom_nav-container .mobile-navbar-right .navbar-toggler {
    color: currentColor !important;
  }

  .custom_nav-container .mobile-navbar-right .cart_link svg {
    fill: currentColor !important;
  }

  .custom_nav-container .navbar-collapse {
    padding: 16px !important;
    border-radius: 22px !important;
  }

  .custom_nav-container .navbar-collapse .navbar-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    justify-items: stretch !important;
    gap: 10px !important;
  }

  .custom_nav-container .navbar-collapse .navbar-nav .nav-item {
    width: 100% !important;
  }

  .custom_nav-container .navbar-collapse .navbar-nav .nav-link {
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: start !important;
    gap: 12px !important;
    min-height: 56px !important;
    padding: 0 16px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: left !important;
    white-space: normal !important;
    width: 100% !important;
  }

  .custom_nav-container .navbar-collapse .navbar-nav .nav-link::before {
    content: "\f105";
    width: 28px !important;
    height: 28px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 28px !important;
    background: rgba(255, 190, 51, 0.14) !important;
    color: #ffbe33 !important;
    font-family: FontAwesome !important;
    font-size: 19px !important;
    line-height: 1 !important;
    text-shadow: none !important;
  }

  .custom_nav-container .navbar-collapse .navbar-nav .nav-link[href="index.html"]::before {
    content: "\f015";
  }

  .custom_nav-container .navbar-collapse .navbar-nav .nav-link[href="menu.html"]::before {
    content: "\f0ca";
  }

  .custom_nav-container .navbar-collapse .navbar-nav .nav-link[href="book.html"]::before {
    content: "\f1d8";
  }

  .custom_nav-container .navbar-collapse .navbar-nav .nav-link[href="about.html"]::before {
    content: "\f05a";
  }

  .custom_nav-container .navbar-collapse .navbar-nav .nav-link[href="feedback.html"]::before {
    content: "\f0e0";
  }

  .custom_nav-container .navbar-collapse .navbar-nav .nav-link[href="wishlist.html"]::before {
    content: "\f004";
  }

  .custom_nav-container .navbar-collapse .navbar-nav .nav-link[href="orders.html"]::before {
    content: "\f0f6";
  }

  .custom_nav-container .navbar-collapse .user_option {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 10px !important;
    margin: 12px 0 0 !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(255, 190, 51, 0.16) !important;
  }

  .custom_nav-container .navbar-collapse .user_option .auth_shell,
  .custom_nav-container .navbar-collapse .user_option .cart_link,
  .custom_nav-container .navbar-collapse .user_option .site_search_toggle_form,
  .custom_nav-container .navbar-collapse .user_option .form-inline,
  .custom_nav-container .navbar-collapse .user_option .offers_nav_btn {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .custom_nav-container .navbar-collapse .user_option .auth_button,
  .custom_nav-container .navbar-collapse .user_option .cart_link,
  .custom_nav-container .navbar-collapse .user_option .nav_search-btn,
  .custom_nav-container .navbar-collapse .user_option .offers_nav_btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    height: auto !important;
    padding: 0 16px !important;
    gap: 12px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #fff8e8 !important;
  }

  html:not([data-theme="dark"]) .custom_nav-container .navbar-collapse .user_option .auth_button,
  html:not([data-theme="dark"]) .custom_nav-container .navbar-collapse .user_option .cart_link,
  html:not([data-theme="dark"]) .custom_nav-container .navbar-collapse .user_option .nav_search-btn,
  html:not([data-theme="dark"]) .custom_nav-container .navbar-collapse .user_option .offers_nav_btn {
    color: #2b2114 !important;
  }

  .custom_nav-container .navbar-collapse .user_option .auth_avatar,
  .custom_nav-container .navbar-collapse .user_option .nav_search-btn i,
  .custom_nav-container .navbar-collapse .user_option .offers_nav_btn i {
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 28px !important;
    color: #ffbe33 !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .custom_nav-container .navbar-collapse .user_option .cart_link svg {
    width: 26px !important;
    height: 26px !important;
    flex: 0 0 26px !important;
    fill: #ffbe33 !important;
  }

  .custom_nav-container .navbar-collapse .user_option .offers_nav_btn .offers_nav_label {
    display: inline !important;
  }

  .custom_nav-container .navbar-collapse .user_option .offers_nav_btn i {
    color: #ffbe33 !important;
  }
}

/* Navbar translation icon and transformed search experience */
.custom_nav-container.minimal_navbar {
  position: relative !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 40px !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 232, 176, 0.24) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: currentColor !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-btn span:not(.lang-icon),
.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-btn .lang-arrow,
.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-btn .lang-divider,
.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-btn .lang-code {
  display: none !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .lang-icon,
.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .lang-icon::before {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  color: currentColor !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-menu {
  top: calc(100% + 10px) !important;
  right: 0 !important;
  bottom: auto !important;
  z-index: 1000004 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-btn:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-btn:focus {
  border-color: rgba(255, 190, 51, 0.54) !important;
  background: rgba(255, 190, 51, 0.16) !important;
  color: #ffbe33 !important;
  outline: none !important;
  transform: translateY(-1px) !important;
}

html:not([data-theme="dark"]) .sub_page .custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-btn,
html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-btn,
html:not([data-theme="dark"]) .custom_nav-container.minimal_navbar.scrolled .minimal_nav_actions .custom-language-switcher .language-btn {
  border-color: rgba(134, 91, 20, 0.16) !important;
  background: rgba(255, 248, 232, 0.72) !important;
  color: #2b2114 !important;
}

.navbar_search_shell {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0 4px;
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0.96);
  transform-origin: center;
  transition: opacity 0.22s ease, transform 0.28s ease;
}

.navbar_search_icon,
.navbar_search_close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.navbar_search_icon {
  color: #c58a1a;
  background: rgba(255, 190, 51, 0.13);
}

.navbar_search_shell input {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  border: none;
  background: transparent;
  color: #2b2114;
  font-size: 17px;
  line-height: 1;
  outline: none;
}

.navbar_search_shell input::placeholder {
  color: rgba(77, 58, 32, 0.58);
}

.navbar_search_shell input::-webkit-search-decoration,
.navbar_search_shell input::-webkit-search-cancel-button,
.navbar_search_shell input::-webkit-search-results-button,
.navbar_search_shell input::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}

.navbar_search_close {
  border: 1px solid rgba(185, 135, 44, 0.24);
  background: rgba(255, 248, 232, 0.84);
  color: #6d4b12;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.navbar_search_close:hover,
.navbar_search_close:focus {
  background: #fff1c7;
  color: #2b2114;
  outline: none;
  transform: translateY(-1px);
}

body.search_open .header_section {
  z-index: 1000003 !important;
}

body.search_open .header_section .container {
  background: rgba(255, 250, 240, 0.98) !important;
  border-color: rgba(185, 135, 44, 0.24) !important;
  box-shadow: 0 22px 54px rgba(40, 29, 13, 0.18) !important;
}

body.search_open .custom_nav-container.minimal_navbar .navbar-brand,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  transition: opacity 0.18s ease, transform 0.22s ease !important;
}

body.search_open .custom_nav-container.minimal_navbar .navbar_search_shell {
  opacity: 1;
  pointer-events: auto;
  transform: scaleX(1);
}

.site_search_panel {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999900 !important;
  pointer-events: none !important;
}

.site_search_panel[hidden] {
  display: none !important;
}

.site_search_backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(12, 10, 8, 0.52) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.24s ease !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.site_search_panel.is_open {
  pointer-events: auto !important;
}

.site_search_panel.is_open .site_search_backdrop {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.site_search_results_surface {
  position: fixed;
  top: calc(var(--site-header-height) + 14px);
  left: 50%;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  max-height: calc(100vh - var(--site-header-height) - 44px);
  overflow-y: auto;
  padding: 18px;
  border: 1px solid rgba(185, 135, 44, 0.2);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffaf0, #f7efe2);
  box-shadow: 0 24px 60px rgba(29, 21, 10, 0.22);
  opacity: 0;
  transform: translate(-50%, -8px);
  transition: opacity 0.24s ease, transform 0.28s ease;
}

.site_search_panel.is_open .site_search_results_surface {
  opacity: 1;
  transform: translate(-50%, 0);
}

.site_search_results_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.site_search_hint {
  margin: 0 !important;
  color: #6f604d !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.site_search_section_label {
  margin: 0 !important;
  color: #9a690c !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.site_search_results {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
}

.site_search_result {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 124px minmax(96px, auto) auto !important;
  justify-items: stretch !important;
  gap: 10px !important;
  min-width: 0 !important;
  min-height: 260px !important;
  padding: 10px !important;
  border: 1px solid rgba(185, 135, 44, 0.13) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: #2b2114 !important;
  box-shadow: 0 12px 28px rgba(58, 41, 17, 0.08) !important;
  text-decoration: none !important;
  opacity: 0;
  transform: translateY(8px);
  animation: searchCardIn 0.26s ease forwards;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

.site_search_result:hover,
.site_search_result:focus,
.site_search_result.is_active {
  border-color: rgba(255, 190, 51, 0.42) !important;
  background: #ffffff !important;
  color: #2b2114 !important;
  box-shadow: 0 18px 34px rgba(58, 41, 17, 0.14) !important;
  outline: none !important;
  transform: translateY(-2px) !important;
}

.site_search_result picture,
.site_search_result img {
  display: block !important;
  grid-column: 1 / -1 !important;
  justify-self: stretch !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 124px !important;
  box-sizing: border-box !important;
}

.site_search_result picture {
  border-radius: 12px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #ffffff, #fff8e8) !important;
}

.site_search_result img {
  object-fit: contain !important;
  padding: 10px !important;
}

.site_search_result_body {
  display: grid !important;
  grid-column: 1 / -1 !important;
  gap: 6px !important;
  min-width: 0 !important;
  align-content: start !important;
}

.site_search_result_category {
  display: inline-flex !important;
  align-items: center !important;
  width: max-content !important;
  max-width: 100% !important;
  min-height: 24px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: rgba(255, 190, 51, 0.15) !important;
  color: #8a5d06 !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.site_search_result strong {
  display: -webkit-box !important;
  min-height: 42px !important;
  color: #241a0d !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.site_search_result_meta {
  color: #8a5d06 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.site_search_result_action {
  display: inline-flex !important;
  grid-column: 1 / -1 !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 34px !important;
  margin-top: auto !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #ffbe33 !important;
  color: #17110a !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.site_search_empty_state {
  grid-column: 1 / -1 !important;
  min-height: 220px !important;
  padding: 32px !important;
  border: 1px dashed rgba(185, 135, 44, 0.3) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #6f604d !important;
  text-align: center !important;
}

@keyframes searchCardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html[data-theme="dark"] body.search_open .header_section .container,
body.theme_dark.search_open .header_section .container {
  background: rgba(35, 28, 20, 0.98) !important;
  border-color: rgba(255, 211, 106, 0.18) !important;
}

html[data-theme="dark"] .navbar_search_shell input,
body.theme_dark .navbar_search_shell input {
  color: #f7f0e2;
}

html[data-theme="dark"] .navbar_search_shell input::placeholder,
body.theme_dark .navbar_search_shell input::placeholder {
  color: rgba(247, 240, 226, 0.56);
}

html[data-theme="dark"] .site_search_results_surface,
body.theme_dark .site_search_results_surface {
  border-color: rgba(255, 211, 106, 0.16);
  background: linear-gradient(180deg, #2a2219, #1b1712);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .site_search_hint,
body.theme_dark .site_search_hint {
  color: #c9bca6 !important;
}

html[data-theme="dark"] .site_search_result,
body.theme_dark .site_search_result {
  border-color: rgba(255, 211, 106, 0.13) !important;
  background: rgba(255, 246, 229, 0.07) !important;
  color: #f7f0e2 !important;
}

html[data-theme="dark"] .site_search_result:hover,
html[data-theme="dark"] .site_search_result:focus,
html[data-theme="dark"] .site_search_result.is_active,
body.theme_dark .site_search_result:hover,
body.theme_dark .site_search_result:focus,
body.theme_dark .site_search_result.is_active {
  background: rgba(255, 246, 229, 0.1) !important;
  color: #fff7df !important;
}

html[data-theme="dark"] .site_search_result strong,
body.theme_dark .site_search_result strong {
  color: #f7f0e2 !important;
}

html[data-theme="dark"] .site_search_result picture,
body.theme_dark .site_search_result picture {
  background: rgba(255, 255, 255, 0.9) !important;
}

@media (max-width: 1199px) {
  .site_search_results {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  .custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-btn {
    flex-basis: 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 11px !important;
  }

  .navbar_search_shell {
    gap: 8px;
  }

  .navbar_search_icon,
  .navbar_search_close {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .navbar_search_shell input {
    height: 38px;
    font-size: 15px;
  }

  .site_search_results_surface {
    width: calc(100% - 24px);
    top: calc(var(--site-header-height) + 10px);
    padding: 14px;
    border-radius: 16px;
  }

  .site_search_results {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .site_search_results_head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .site_search_result {
    grid-template-rows: 96px minmax(110px, auto) auto !important;
    min-height: 248px !important;
    padding: 8px !important;
    border-radius: 12px !important;
  }

  .site_search_result picture,
  .site_search_result img {
    height: 96px !important;
  }

  .site_search_result strong {
    font-size: 13px !important;
  }
}

@media (max-width: 420px) {
  .custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .language-btn {
    flex-basis: 32px !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .lang-icon::before {
    font-size: 13px !important;
  }

  .navbar_search_icon,
  .navbar_search_close {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .navbar_search_shell input {
    font-size: 14px;
  }
}

/* Final app-style navbar overrides. This file loads after style.css. */
.custom_nav-container.minimal_navbar {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  left: auto !important;
  width: max-content !important;
  margin-left: 0 !important;
  gap: 7px !important;
  transform: translateY(-50%) !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions > .auth_shell,
.custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 25 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
.custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
.custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  line-height: 1 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button_text,
.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_chevron,
.custom_nav-container.minimal_navbar .minimal_nav_actions #currentLangText,
.custom_nav-container.minimal_navbar .minimal_nav_actions .lang-arrow,
.custom_nav-container.minimal_navbar .minimal_nav_actions .lang-divider,
.custom_nav-container.minimal_navbar .minimal_nav_actions .lang-code {
  display: none !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button {
  gap: 0 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar {
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  border: 0 !important;
  background: rgba(255, 190, 51, 0.18) !important;
  color: #8a5a00 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar i,
.custom_nav-container.minimal_navbar .minimal_nav_actions .lang-icon::before {
  color: currentColor !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_dropdown {
  right: 0 !important;
  left: auto !important;
  top: calc(100% + 10px) !important;
  width: min(220px, calc(100vw - 24px)) !important;
  transform: none !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .lang-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  font-size: 0 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .lang-icon {
  font-size: 0 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .lang-icon::before {
  content: "\f1ab" !important;
  font-family: "FontAwesome" !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher .lang-icon::before {
  content: "\f1ab" !important;
  font-family: "FontAwesome" !important;
  font-size: 15px !important;
}

@media (max-width: 575px) {
  .custom_nav-container.minimal_navbar .navbar-brand span {
    max-width: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    font-size: 0 !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions {
    position: fixed !important;
    top: 21px !important;
    right: 14px !important;
    left: auto !important;
    gap: 4px !important;
    transform: none !important;
    z-index: 98 !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-radius: 10px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar {
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
  }
}

.site_drawer_overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 140 !important;
  background: rgba(13, 10, 7, 0.52) !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.site_drawer_overlay.is_visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.site_drawer_overlay[hidden],
.site_side_drawer[hidden] {
  display: none !important;
}

.site_side_drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  z-index: 141 !important;
  display: flex !important;
  flex-direction: column !important;
  width: min(55vw, 260px) !important;
  max-width: 260px !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: none !important;
  padding: 10px 8px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-left: 1px solid rgba(166, 113, 24, 0.16) !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #fffdf8 0%, #fff7e8 100%) !important;
  color: #21170d !important;
  box-shadow: -22px 0 54px rgba(33, 23, 13, 0.18) !important;
  transform: translateX(100%) !important;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.site_side_drawer.is_open {
  transform: translateX(0) !important;
}

html[data-theme="dark"] .site_side_drawer,
body.theme_dark .site_side_drawer {
  border-left-color: rgba(242, 199, 107, 0.18) !important;
  background: linear-gradient(180deg, #211a12 0%, #17120d 100%) !important;
  color: #fff8e8 !important;
  box-shadow: -22px 0 58px rgba(0, 0, 0, 0.32) !important;
}

.side_drawer_header,
.side_drawer_middle,
.side_drawer_footer {
  width: 100% !important;
}

.side_drawer_header {
  flex: 0 0 auto !important;
  padding: 2px 0 12px !important;
  margin-bottom: 4px !important;
  position: relative !important;
}

.side_drawer_header::after {
  content: "" !important;
  position: absolute !important;
  right: 8px !important;
  bottom: 0 !important;
  left: 8px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(255, 190, 51, 0), rgba(255, 190, 51, 0.82), rgba(255, 190, 51, 0)) !important;
}

.side_drawer_middle {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 4px 0 !important;
}

.side_drawer_nav {
  display: grid !important;
  gap: 3px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.side_drawer_brand {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 16px !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 54px !important;
  padding: 6px 8px !important;
  border-radius: 12px !important;
  color: #24180b !important;
}

.side_drawer_link {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 36px !important;
  padding: 0 9px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #342719 !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.side_drawer_link:hover,
.side_drawer_link:focus {
  border-color: rgba(255, 190, 51, 0.2) !important;
  background: rgba(255, 190, 51, 0.12) !important;
  color: #21170d !important;
}

.side_drawer_link.is_active,
.side_drawer_link[aria-current="page"] {
  border-color: rgba(255, 190, 51, 0.22) !important;
  background: rgba(255, 190, 51, 0.18) !important;
  color: #1f160a !important;
}

.side_drawer_footer {
  flex: 0 0 auto !important;
  margin-top: auto !important;
  padding: 9px 0 0 !important;
  border-top: 1px solid rgba(166, 113, 24, 0.14) !important;
}

.side_drawer_account_row {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  min-height: 46px !important;
  padding: 6px 8px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: #2a1d10 !important;
}

/* Final shared UI fixes: navbar centering, drawer theme support, and compact search. */
body.search_open {
  overflow: visible !important;
}

.custom_nav-container.minimal_navbar {
  display: flex !important;
  align-items: center !important;
  min-height: 58px !important;
}

.custom_nav-container.minimal_navbar .navbar-brand {
  align-items: center !important;
}

.custom_nav-container.minimal_navbar .navbar-brand img {
  width: 48px !important;
  height: 48px !important;
  padding: 4px !important;
  object-fit: contain !important;
  image-rendering: auto !important;
}

.custom_nav-container.minimal_navbar .navbar-brand picture {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  height: 100% !important;
  min-height: 100% !important;
  top: 50% !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions > *,
.custom_nav-container.minimal_navbar .minimal_nav_actions .site_search_toggle_form,
.custom_nav-container.minimal_navbar .minimal_nav_actions .form-inline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link {
  order: 10 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle {
  order: 20 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .custom-language-switcher {
  order: 30 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_shell {
  order: 40 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .site_search_toggle_form,
.custom_nav-container.minimal_navbar .minimal_nav_actions .form-inline {
  order: 50 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
  order: 60 !important;
}

.auth_dropdown_actions {
  grid-template-columns: 1fr !important;
}

.auth_dropdown_icon_button {
  width: 100% !important;
}

.site_side_drawer {
  --drawer-bg: linear-gradient(180deg, #fffdf8 0%, #fff7e8 100%);
  --drawer-text: #21170d;
  --drawer-muted: rgba(52, 39, 25, 0.66);
  --drawer-border: rgba(166, 113, 24, 0.16);
  --drawer-divider: rgba(166, 113, 24, 0.14);
  --drawer-hover-bg: rgba(255, 190, 51, 0.12);
  --drawer-active-bg: rgba(255, 190, 51, 0.18);
  --drawer-active-border: rgba(255, 190, 51, 0.22);
  --drawer-icon: #c8890d;
  --drawer-avatar-bg: rgba(255, 190, 51, 0.18);
  --drawer-avatar-text: #8a5a00;
  --drawer-badge-bg: #ffbe33;
  --drawer-badge-text: #24180b;
  --drawer-shadow: -22px 0 54px rgba(33, 23, 13, 0.18);
  overflow: visible !important;
  border-left-color: var(--drawer-border) !important;
  background: var(--drawer-bg) !important;
  color: var(--drawer-text) !important;
  box-shadow: var(--drawer-shadow) !important;
}

html[data-theme="dark"] .site_side_drawer,
body.theme_dark .site_side_drawer,
body.dark-mode .site_side_drawer {
  --drawer-bg: linear-gradient(180deg, #211a12 0%, #17120d 100%);
  --drawer-text: #fff8e8;
  --drawer-muted: rgba(255, 248, 232, 0.64);
  --drawer-border: rgba(242, 199, 107, 0.18);
  --drawer-divider: rgba(242, 199, 107, 0.15);
  --drawer-hover-bg: rgba(242, 199, 107, 0.12);
  --drawer-active-bg: rgba(242, 199, 107, 0.16);
  --drawer-active-border: rgba(242, 199, 107, 0.24);
  --drawer-icon: #f2c76b;
  --drawer-avatar-bg: rgba(242, 199, 107, 0.16);
  --drawer-avatar-text: #ffe09a;
  --drawer-badge-bg: #f2c76b;
  --drawer-badge-text: #17120d;
  --drawer-shadow: -22px 0 58px rgba(0, 0, 0, 0.34);
}

.side_drawer_header,
.side_drawer_middle,
.side_drawer_footer {
  color: var(--drawer-text) !important;
}

.side_drawer_middle {
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
}

.side_drawer_header::after {
  background: linear-gradient(90deg, transparent, var(--drawer-icon), transparent) !important;
}

.side_drawer_brand,
.side_drawer_link,
.side_drawer_account_row {
  color: var(--drawer-text) !important;
}

.side_drawer_brand:hover,
.side_drawer_brand:focus,
.side_drawer_link:hover,
.side_drawer_link:focus,
.side_drawer_account_row:hover,
.side_drawer_account_row:focus {
  border-color: var(--drawer-active-border) !important;
  background: var(--drawer-hover-bg) !important;
  color: var(--drawer-text) !important;
  outline: none !important;
}

.side_drawer_link.is_active,
.side_drawer_link[aria-current="page"] {
  border-color: var(--drawer-active-border) !important;
  background: var(--drawer-active-bg) !important;
  color: var(--drawer-text) !important;
}

.side_drawer_icon,
.side_drawer_brand_arrow {
  color: var(--drawer-icon) !important;
}

.side_drawer_brand_mark,
.side_drawer_account_avatar {
  background: var(--drawer-avatar-bg) !important;
  color: var(--drawer-avatar-text) !important;
  border-color: var(--drawer-border) !important;
}

.side_drawer_footer {
  border-top-color: var(--drawer-divider) !important;
}

.side_drawer_account_text small {
  color: var(--drawer-muted) !important;
}

.side_drawer_badge {
  background: var(--drawer-badge-bg) !important;
  color: var(--drawer-badge-text) !important;
}

.side_drawer_edge_close {
  position: absolute !important;
  top: 14px !important;
  left: -17px !important;
  z-index: 5 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 190, 51, 0.42) !important;
  border-radius: 50% !important;
  background: #ffbe33 !important;
  color: #21170d !important;
  box-shadow: 0 12px 28px rgba(33, 23, 13, 0.2) !important;
  cursor: pointer !important;
}

.side_drawer_edge_close span {
  display: block !important;
  margin-top: -2px !important;
  font-size: 28px !important;
  line-height: 1 !important;
}

.side_drawer_edge_close:hover,
.side_drawer_edge_close:focus {
  background: #ffd66f !important;
  color: #11100e !important;
  outline: none !important;
  transform: translateX(-1px) !important;
}

.side_drawer_account_shell {
  display: grid !important;
  gap: 4px !important;
}

.side_drawer_account_actions {
  display: flex !important;
  justify-content: flex-end !important;
  padding: 0 8px 2px 50px !important;
}

.side_drawer_account_actions[hidden] {
  display: none !important;
}

.side_drawer_logout_btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  border: 1px solid var(--drawer-active-border) !important;
  border-radius: 50% !important;
  background: var(--drawer-active-bg) !important;
  color: var(--drawer-icon) !important;
  cursor: pointer !important;
}

.side_drawer_logout_btn:hover,
.side_drawer_logout_btn:focus {
  background: #ffbe33 !important;
  color: #17110a !important;
  outline: none !important;
}

.site_search_backdrop {
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.site_search_panel.is_open .site_search_backdrop {
  opacity: 0 !important;
}

.site_search_results_surface {
  background: linear-gradient(180deg, #fffdf8 0%, #fff7e8 100%) !important;
  color: #241a0d !important;
}

.site_search_results {
  align-items: stretch !important;
}

.site_search_result {
  animation: none !important;
  opacity: 1 !important;
}

.site_search_result_action {
  display: none !important;
}

.site_search_see_all {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  grid-column: 1 / -1 !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255, 190, 51, 0.32) !important;
  border-radius: 999px !important;
  background: rgba(255, 190, 51, 0.15) !important;
  color: #7a5200 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.site_search_see_all:hover,
.site_search_see_all:focus {
  background: #ffbe33 !important;
  color: #17110a !important;
  outline: none !important;
}

html[data-theme="dark"] .site_search_results_surface,
body.theme_dark .site_search_results_surface,
body.dark-mode .site_search_results_surface {
  border-color: rgba(242, 199, 107, 0.18) !important;
  background: linear-gradient(180deg, #211a12 0%, #17120d 100%) !important;
  color: #fff8e8 !important;
}

html[data-theme="dark"] .site_search_see_all,
body.theme_dark .site_search_see_all,
body.dark-mode .site_search_see_all {
  border-color: rgba(242, 199, 107, 0.24) !important;
  background: rgba(242, 199, 107, 0.12) !important;
  color: #ffe09a !important;
}

html[data-theme="dark"] .navbar_search_shell,
body.theme_dark .navbar_search_shell,
body.dark-mode .navbar_search_shell {
  border-color: rgba(242, 199, 107, 0.2) !important;
  background: rgba(33, 26, 18, 0.98) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34) !important;
}

html[data-theme="dark"] .navbar_search_icon,
html[data-theme="dark"] .navbar_search_close,
body.theme_dark .navbar_search_icon,
body.theme_dark .navbar_search_close,
body.dark-mode .navbar_search_icon,
body.dark-mode .navbar_search_close {
  border-color: rgba(242, 199, 107, 0.2) !important;
  background: rgba(242, 199, 107, 0.12) !important;
  color: #ffe09a !important;
}

@media (min-width: 992px) {
  .navbar_search_shell {
    padding: 0 8px !important;
    border: 1px solid rgba(185, 135, 44, 0.2) !important;
    border-radius: 16px !important;
    background: rgba(255, 250, 240, 0.96) !important;
    box-shadow: 0 14px 34px rgba(40, 29, 13, 0.14) !important;
  }

  body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-50%) scale(0.96) !important;
  }

  body.search_open .custom_nav-container.minimal_navbar .navbar_search_shell {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: scaleX(1) !important;
  }

  .site_search_results_surface {
    top: calc(var(--site-header-height) + 10px) !important;
    width: min(760px, calc(100vw - 32px)) !important;
    max-height: min(52vh, 460px) !important;
    padding: 12px !important;
    border-radius: 16px !important;
    box-shadow: 0 22px 54px rgba(40, 29, 13, 0.2) !important;
  }

  .site_search_results {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .site_search_result {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 76px !important;
    padding: 8px !important;
    border-radius: 12px !important;
  }

  .site_search_result picture,
  .site_search_result img {
    grid-column: auto !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
  }

  .site_search_result_body {
    grid-column: auto !important;
    gap: 3px !important;
  }

  .site_search_result strong {
    min-height: 0 !important;
    font-size: 13px !important;
  }
}

@media (max-width: 991px) {
  .custom_nav-container.minimal_navbar {
    min-height: 58px !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand img,
  .custom_nav-container.minimal_navbar .navbar-brand picture {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    left: auto !important;
    transform: translateY(-50%) !important;
  }

  body.search_open .custom_nav-container.minimal_navbar .navbar-brand {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(-50%) !important;
  }

  body.search_open .custom_nav-container.minimal_navbar {
    color: #2b2114 !important;
  }

  body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
  body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
    border-color: rgba(134, 91, 20, 0.22) !important;
    background: rgba(255, 248, 232, 0.88) !important;
    color: #7a5200 !important;
  }

  .navbar_search_shell {
    position: fixed !important;
    top: calc(var(--site-header-height) + 8px) !important;
    right: 12px !important;
    left: 12px !important;
    bottom: auto !important;
    z-index: 1000004 !important;
    width: auto !important;
    min-height: 50px !important;
    padding: 6px !important;
    border: 1px solid rgba(185, 135, 44, 0.22) !important;
    border-radius: 16px !important;
    background: rgba(255, 250, 240, 0.98) !important;
    box-shadow: 0 16px 36px rgba(40, 29, 13, 0.18) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-14px) !important;
    transition: opacity 0.22s ease, transform 0.28s ease !important;
  }

  body.search_open .custom_nav-container.minimal_navbar .navbar_search_shell {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .navbar_search_icon,
  .navbar_search_close {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 12px !important;
  }

  .navbar_search_shell input {
    height: 38px !important;
    font-size: 14px !important;
  }

  .site_search_panel,
  .site_search_panel.is_open {
    pointer-events: none !important;
  }

  .site_search_backdrop {
    display: none !important;
  }

  .site_search_results_surface {
    top: calc(var(--site-header-height) + 70px) !important;
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-height: min(58vh, 430px) !important;
    padding: 10px !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 44px rgba(40, 29, 13, 0.2) !important;
    pointer-events: none !important;
    transform: translateY(-12px) !important;
  }

  .site_search_panel.is_open .site_search_results_surface {
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .site_search_results_head {
    margin-bottom: 8px !important;
  }

  .site_search_hint {
    display: none !important;
  }

  .site_search_section_label {
    font-size: 10px !important;
  }

  .site_search_results {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .site_search_result {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    align-items: center !important;
    gap: 7px !important;
    min-height: 62px !important;
    padding: 7px !important;
    border-radius: 12px !important;
  }

  .site_search_result picture,
  .site_search_result img {
    grid-column: auto !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
  }

  .site_search_result img {
    padding: 5px !important;
  }

  .site_search_result_body {
    grid-column: auto !important;
    gap: 2px !important;
  }

  .site_search_result_category {
    display: none !important;
  }

  .site_search_result strong {
    min-height: 0 !important;
    font-size: 11.5px !important;
    line-height: 1.25 !important;
    -webkit-line-clamp: 2 !important;
  }

  .site_search_result_meta {
    font-size: 11.5px !important;
  }

  .site_search_see_all {
    min-height: 34px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 575px) {
  .custom_nav-container.minimal_navbar .minimal_nav_actions {
    position: fixed !important;
    top: calc((var(--site-header-height) / 2) - 17px) !important;
    right: 12px !important;
    left: 76px !important;
    width: auto !important;
    transform: none !important;
    max-width: none !important;
    justify-content: flex-end !important;
  }

  body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions {
    transform: none !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .site_search_toggle_form,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .form-inline {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .site_search_toggle_form .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .form-inline .nav_search-btn {
    margin: 0 !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions > .auth_shell,
  .custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher {
    display: none !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .site_search_toggle_form,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .form-inline,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
    position: fixed !important;
    top: calc((var(--site-header-height) / 2) - 17px) !important;
    z-index: 1000005 !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
    right: auto !important;
    left: calc(100dvw - 136px) !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .site_search_toggle_form,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .form-inline {
    right: auto !important;
    left: calc(100dvw - 174px) !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle {
    right: auto !important;
    left: calc(100dvw - 212px) !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link {
    right: auto !important;
    left: calc(100dvw - 250px) !important;
  }
}

@media (max-width: 420px) {
  .site_search_results {
    gap: 6px !important;
  }

  .site_search_result {
    grid-template-columns: 40px minmax(0, 1fr) !important;
    gap: 6px !important;
    padding: 6px !important;
  }

  .site_search_result picture,
  .site_search_result img {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }

  .site_search_result strong,
  .site_search_result_meta {
    font-size: 11px !important;
  }
}

/* Navbar polish and mobile alignment fixes */
.header_section,
.header_section .container,
.custom_nav-container,
.custom_nav-container.minimal_navbar,
.navbar-brand,
.navbar-brand picture,
.brand_logo_picture {
  overflow: visible !important;
}

.custom_nav-container.minimal_navbar {
  min-height: 64px !important;
  align-items: center !important;
}

.custom_nav-container.minimal_navbar .navbar-brand {
  align-items: center !important;
}

.custom_nav-container.minimal_navbar .navbar-brand picture,
.navbar-brand picture {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
}

.custom_nav-container.minimal_navbar .navbar-brand img,
.navbar-brand img {
  display: block !important;
  object-fit: contain !important;
  overflow: visible !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin-left: auto !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
.custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
.custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  line-height: 1 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link svg {
  display: none !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link::before {
  content: "\f07a";
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "FontAwesome" !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: currentColor !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn i,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle_icon::before,
.custom_nav-container.minimal_navbar .minimal_nav_actions .lang-icon::before {
  font-size: 18px !important;
  line-height: 1 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .lang-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
}

@media (max-width: 575px) {
  .header_section .container {
    overflow: visible !important;
  }

  .custom_nav-container.minimal_navbar {
    min-height: 56px !important;
    align-items: center !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand {
    gap: 6px !important;
    overflow: visible !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand picture {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
    overflow: visible !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand img {
    width: 44px !important;
    height: 44px !important;
    object-fit: contain !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: calc(100% - 54px) !important;
    height: auto !important;
    min-height: 0 !important;
    transform: none !important;
    gap: 5px !important;
    margin-left: auto !important;
    z-index: 25 !important;
  }

  body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions {
    transform: none !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions > .auth_shell {
    display: none !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher {
    display: inline-flex !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .site_search_toggle_form,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .form-inline {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link svg {
    display: none !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link::before {
    font-size: 15px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn i,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle_icon::before,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .lang-icon::before {
    font-size: 15px !important;
  }
}

/* Search dropdown refinement */
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions > * {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

.site_search_results_surface {
  top: calc(var(--site-header-height) + 6px) !important;
  width: min(720px, calc(100vw - 32px)) !important;
  max-height: min(58vh, 520px) !important;
  padding: 8px 10px !important;
  border-radius: 14px !important;
  background: rgba(255, 253, 248, 0.98) !important;
  box-shadow: 0 18px 44px rgba(40, 29, 13, 0.16) !important;
}

.site_search_results_head {
  margin: 0 0 4px !important;
  padding: 4px 4px 7px !important;
  border-bottom: 1px solid rgba(43, 33, 20, 0.08) !important;
}

.site_search_hint {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.site_search_section_label {
  font-size: 10px !important;
}

.site_search_results {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
}

.site_search_result {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) auto !important;
  grid-template-rows: auto !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 54px !important;
  min-width: 0 !important;
  padding: 7px 4px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(43, 33, 20, 0.08) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #241a0d !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: background-color 0.16s ease, color 0.16s ease !important;
}

.site_search_result:hover,
.site_search_result:focus,
.site_search_result.is_active {
  border-color: rgba(43, 33, 20, 0.08) !important;
  background: rgba(0, 0, 0, 0.04) !important;
  box-shadow: none !important;
  color: #241a0d !important;
  outline: none !important;
  transform: none !important;
}

.site_search_result picture,
.site_search_result img {
  grid-column: auto !important;
  grid-row: 1 !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  border-radius: 8px !important;
}

.site_search_result picture {
  overflow: hidden !important;
  background: #fff6e4 !important;
}

.site_search_result img {
  object-fit: cover !important;
  padding: 0 !important;
}

.site_search_result_body {
  display: grid !important;
  grid-column: auto !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  gap: 2px !important;
}

.site_search_result_category {
  display: none !important;
}

.site_search_result strong {
  display: block !important;
  min-height: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: #241a0d !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

.site_search_result_meta {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  color: rgba(36, 26, 13, 0.58) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.site_search_result_action {
  display: none !important;
}

.site_search_see_all {
  min-height: 38px !important;
  margin-top: 6px !important;
  border-radius: 10px !important;
}

html[data-theme="dark"] body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
body.theme_dark.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
body.dark-mode.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn {
  border-color: rgba(242, 199, 107, 0.26) !important;
  background: rgba(255, 248, 232, 0.92) !important;
  color: #21170d !important;
}

html[data-theme="dark"] .site_search_results_surface,
body.theme_dark .site_search_results_surface,
body.dark-mode .site_search_results_surface {
  background: rgba(33, 26, 18, 0.98) !important;
}

html[data-theme="dark"] .site_search_results_head,
body.theme_dark .site_search_results_head,
body.dark-mode .site_search_results_head,
html[data-theme="dark"] .site_search_result,
body.theme_dark .site_search_result,
body.dark-mode .site_search_result {
  border-bottom-color: rgba(255, 248, 232, 0.1) !important;
}

html[data-theme="dark"] .site_search_result:hover,
html[data-theme="dark"] .site_search_result:focus,
html[data-theme="dark"] .site_search_result.is_active,
body.theme_dark .site_search_result:hover,
body.theme_dark .site_search_result:focus,
body.theme_dark .site_search_result.is_active,
body.dark-mode .site_search_result:hover,
body.dark-mode .site_search_result:focus,
body.dark-mode .site_search_result.is_active {
  background: rgba(255, 255, 255, 0.07) !important;
}

html[data-theme="dark"] .site_search_result_meta,
body.theme_dark .site_search_result_meta,
body.dark-mode .site_search_result_meta {
  color: rgba(255, 248, 232, 0.62) !important;
}

@media (max-width: 991px) {
  .site_search_results_surface {
    top: calc(var(--site-header-height) + 6px) !important;
    right: 10px !important;
    left: 10px !important;
    width: auto !important;
    max-height: min(58vh, 430px) !important;
    padding: 7px 9px !important;
  }

  .site_search_results_head {
    display: none !important;
  }

  .site_search_result {
    grid-template-columns: 40px minmax(0, 1fr) auto !important;
    min-height: 52px !important;
    padding: 6px 3px !important;
  }

  .site_search_result picture,
  .site_search_result img {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }

  .site_search_result strong {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .site_search_result_meta {
    font-size: 11px !important;
  }
}

@media (max-width: 420px) {
  .site_search_result {
    grid-template-columns: 38px minmax(0, 1fr) !important;
  }

  .site_search_result_meta {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: end !important;
    margin-top: 18px !important;
  }

  .site_search_result strong {
    padding-right: 4px !important;
  }

  .site_search_result picture,
  .site_search_result img {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
  }
}

/* Keep the navbar usable while search is open. */
body.search_open .custom_nav-container.minimal_navbar .navbar-brand,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions > *,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.search_open .custom_nav-container.minimal_navbar .navbar-brand,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions {
  transform: none !important;
}

body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions {
  z-index: 12 !important;
}

body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link::before,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn i,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle_icon::before,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .lang-icon::before,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler span,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler span::before,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler span::after {
  color: #2b2114 !important;
}

body.search_open .custom_nav-container.minimal_navbar .navbar_search_shell {
  inset: auto !important;
  top: calc(100% + 6px) !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 11 !important;
  width: 100% !important;
  min-height: 46px !important;
  padding: 3px 6px !important;
  border: 1px solid rgba(185, 135, 44, 0.18) !important;
  border-radius: 14px !important;
  background: rgba(255, 250, 240, 0.98) !important;
  box-shadow: 0 14px 34px rgba(40, 29, 13, 0.14) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}

body.search_open .site_search_results_surface {
  top: calc(var(--site-header-height) + 58px) !important;
}

@media (min-width: 992px) {
  body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions {
    transform: translateY(-50%) !important;
  }

  body.search_open .custom_nav-container.minimal_navbar .navbar_search_shell {
    top: calc(100% + 6px) !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }

  body.search_open .site_search_results_surface {
    top: calc(var(--site-header-height) + 58px) !important;
  }
}

@media (max-width: 991px) {
  body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions {
    transform: translateY(-50%) !important;
  }

  body.search_open .custom_nav-container.minimal_navbar .navbar_search_shell {
    top: calc(100% + 5px) !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }

  body.search_open .site_search_results_surface {
    top: calc(var(--site-header-height) + 56px) !important;
  }
}

@media (max-width: 575px) {
  body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions {
    position: static !important;
    transform: none !important;
  }

  body.search_open .custom_nav-container.minimal_navbar .navbar_search_shell {
    top: calc(100% + 4px) !important;
    min-height: 42px !important;
    gap: 7px !important;
  }

  body.search_open .site_search_results_surface {
    top: calc(var(--site-header-height) + 50px) !important;
  }
}

/* Mobile brand text visibility */
@media (max-width: 768px) {
  .custom_nav-container.minimal_navbar {
    gap: 8px !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand {
    display: inline-flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 150px) !important;
    gap: 7px !important;
    overflow: visible !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand span,
  .navbar-brand span {
    display: inline-block !important;
    width: auto !important;
    max-width: 96px !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
    font-family: 'Dancing Script', cursive !important;
    font-size: 25px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35) !important;
  }

  html:not([data-theme="dark"]) .sub_page .custom_nav-container.minimal_navbar .navbar-brand span,
  html:not([data-theme="dark"]) .header_section.is_scrolled .custom_nav-container.minimal_navbar .navbar-brand span,
  html:not([data-theme="dark"]) .custom_nav-container.minimal_navbar.scrolled .navbar-brand span,
  body.search_open .custom_nav-container.minimal_navbar .navbar-brand span {
    color: #2b2114 !important;
    text-shadow: none !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions {
    gap: 4px !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    margin-left: auto !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .site_search_toggle_form,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .form-inline {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }
}

@media (max-width: 380px) {
  .custom_nav-container.minimal_navbar .navbar-brand {
    max-width: calc(100% - 142px) !important;
    gap: 5px !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand picture,
  .custom_nav-container.minimal_navbar .navbar-brand img {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand span,
  .navbar-brand span {
    max-width: 82px !important;
    font-size: 22px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions {
    gap: 3px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .site_search_toggle_form,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .form-inline {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
  }
}

/* Brand text contrast on light navbar states */
html:not([data-theme="dark"]) .sub_page .header_section .navbar-brand span,
html:not([data-theme="dark"]) .header_section.is_scrolled .navbar-brand span,
html:not([data-theme="dark"]) .custom_nav-container.scrolled .navbar-brand span,
html:not([data-theme="dark"]) .custom_nav-container.minimal_navbar.scrolled .navbar-brand span,
html[data-theme="light"] .sub_page .header_section .navbar-brand span,
html[data-theme="light"] .header_section.is_scrolled .navbar-brand span,
html[data-theme="light"] .custom_nav-container.scrolled .navbar-brand span,
html[data-theme="light"] .custom_nav-container.minimal_navbar.scrolled .navbar-brand span,
body.light-mode .sub_page .header_section .navbar-brand span,
body.light-mode .header_section.is_scrolled .navbar-brand span,
body.light-mode .custom_nav-container.scrolled .navbar-brand span,
body.light-mode .custom_nav-container.minimal_navbar.scrolled .navbar-brand span,
body.search_open .header_section .navbar-brand span {
  color: #2b2114 !important;
  text-shadow: none !important;
}

/* Premium horizontal product category filters */
.food_section .filters_menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 22px 0 28px !important;
  padding: 12px 16px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  list-style: none !important;
  white-space: nowrap !important;
}

.food_section .filters_menu::-webkit-scrollbar {
  display: none !important;
}

.food_section .filters_menu li {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: max-content !important;
  margin: 0 !important;
  padding: 6px 16px !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #555555 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

.food_section .filters_menu li:hover,
.food_section .filters_menu li:focus {
  border-color: #d6d6d6 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  color: #333333 !important;
  outline: none !important;
  transform: none !important;
}

.food_section .filters_menu li.active {
  border-color: transparent !important;
  background: #1a1a1a !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.food_section .filters_menu li.active:hover,
.food_section .filters_menu li.active:focus {
  background: #1a1a1a !important;
  color: #ffffff !important;
}

html[data-theme="dark"] .food_section .filters_menu li,
body.theme_dark .food_section .filters_menu li {
  border-color: rgba(255, 248, 232, 0.2) !important;
  background: transparent !important;
  color: rgba(255, 248, 232, 0.78) !important;
}

html[data-theme="dark"] .food_section .filters_menu li:hover,
html[data-theme="dark"] .food_section .filters_menu li:focus,
body.theme_dark .food_section .filters_menu li:hover,
body.theme_dark .food_section .filters_menu li:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff8e8 !important;
}

html[data-theme="dark"] .food_section .filters_menu li.active,
body.theme_dark .food_section .filters_menu li.active {
  border-color: transparent !important;
  background: #ffbe33 !important;
  color: #17110a !important;
}

@media (max-width: 768px) {
  .food_section .filters_menu {
    margin: 16px 0 22px !important;
    padding: 12px 0 12px 16px !important;
    gap: 8px !important;
  }

  .food_section .filters_menu::after {
    content: "";
    flex: 0 0 8px;
  }

  .food_section .filters_menu li {
    padding: 6px 14px !important;
    font-size: 13px !important;
  }
}

/* Compact premium favorites cards */
.wishlist_section .container {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.wishlist_header {
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}

.wishlist_clear_btn {
  width: auto !important;
  min-height: 36px !important;
  padding: 8px 20px !important;
  border: 1px solid rgba(34, 40, 49, 0.18) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #555555 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.wishlist_clear_btn:hover,
.wishlist_clear_btn:focus {
  border-color: rgba(180, 35, 24, 0.28) !important;
  background: rgba(180, 35, 24, 0.06) !important;
  color: #b42318 !important;
  outline: none !important;
}

.wishlist_grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 12px !important;
}

.wishlist_card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: #1f1f1f !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  transform: none !important;
}

.wishlist_card:hover,
.wishlist_card:focus-within {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1) !important;
  transform: none !important;
}

.wishlist_card_image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 160px !important;
  min-height: 160px !important;
  margin: 10px 10px 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #f8f8f8 !important;
}

.wishlist_card_image picture,
.wishlist_card_image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.wishlist_card_image img {
  max-height: none !important;
  object-fit: contain !important;
  padding: 8px !important;
}

.wishlist_card_body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 0 !important;
  padding: 10px !important;
  gap: 8px !important;
}

.wishlist_card_category {
  display: block !important;
  min-height: 0 !important;
  margin: 6px 0 2px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #c8890d !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.wishlist_card h3 {
  margin: 0 !important;
  min-height: 32px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

.wishlist_card h3 a {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #1f1f1f !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.wishlist_card p {
  display: none !important;
}

.wishlist_card_footer {
  margin-top: auto !important;
}

.wishlist_card_footer strong {
  display: block !important;
  margin: 4px 0 8px !important;
  color: #c8890d !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.wishlist_card_actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
}

.wishlist_view_btn {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  min-height: 32px !important;
  padding: 6px 12px !important;
  border: 1px solid rgba(200, 137, 13, 0.42) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #8a5d06 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.wishlist_view_btn:hover,
.wishlist_view_btn:focus {
  background: rgba(255, 190, 51, 0.14) !important;
  color: #6f4700 !important;
  outline: none !important;
}

.wishlist_add_btn {
  flex: 0 0 32px !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #ffbe33 !important;
  color: #17110a !important;
  font-size: 0 !important;
  box-shadow: none !important;
}

.wishlist_add_btn i {
  font-size: 14px !important;
  line-height: 1 !important;
}

.wishlist_remove_btn {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  z-index: 2 !important;
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.85) !important;
  color: #d92d20 !important;
  font-size: 0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
}

.wishlist_remove_btn i {
  font-size: 13px !important;
  line-height: 1 !important;
}

.wishlist_remove_btn:hover,
.wishlist_remove_btn:focus {
  background: #ffffff !important;
  color: #b42318 !important;
  outline: none !important;
}

html[data-theme="dark"] .wishlist_card,
body.theme_dark .wishlist_card,
body.dark-mode .wishlist_card {
  background: #211a12 !important;
  color: #fff8e8 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28) !important;
}

html[data-theme="dark"] .wishlist_card_image,
body.theme_dark .wishlist_card_image,
body.dark-mode .wishlist_card_image {
  background: rgba(255, 248, 232, 0.08) !important;
}

html[data-theme="dark"] .wishlist_card h3 a,
body.theme_dark .wishlist_card h3 a,
body.dark-mode .wishlist_card h3 a {
  color: #fff8e8 !important;
}

html[data-theme="dark"] .wishlist_clear_btn,
body.theme_dark .wishlist_clear_btn,
body.dark-mode .wishlist_clear_btn {
  border-color: rgba(255, 248, 232, 0.18) !important;
  color: rgba(255, 248, 232, 0.76) !important;
}

@media (max-width: 1199px) {
  .wishlist_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .wishlist_header {
    align-items: flex-start !important;
  }

  .wishlist_clear_btn {
    align-self: center !important;
    padding: 8px 16px !important;
  }

  .wishlist_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  .wishlist_card_image {
    height: 140px !important;
    min-height: 140px !important;
  }
}

@media (max-width: 420px) {
  .wishlist_section .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .wishlist_grid {
    padding: 8px !important;
    gap: 12px !important;
  }

  .wishlist_card_body {
    padding: 9px !important;
  }

  .wishlist_view_btn {
    padding: 6px 10px !important;
    font-size: 11px !important;
  }
}

/* Compact premium offers cards */
.offers_page_section .container {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.offers_page_grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 12px !important;
}

.offers_page_card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 10px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  color: #1f1f1f !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  transform: none !important;
}

.offers_page_card:hover,
.offers_page_card:focus-within {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1) !important;
  transform: none !important;
}

.offers_page_image {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 160px !important;
  min-height: 160px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #f8f8f8 !important;
}

.offers_page_image picture,
.offers_page_image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.offers_page_image img {
  object-fit: contain !important;
  padding: 8px !important;
}

.offers_page_badge {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: 3px 8px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d92d20 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.offers_page_body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 10px 0 0 !important;
  gap: 0 !important;
  color: #1f1f1f !important;
}

.offers_page_category {
  display: block !important;
  margin: 6px 0 2px !important;
  padding: 0 !important;
  color: #c8890d !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.offers_page_body h3 {
  display: -webkit-box !important;
  min-height: 33px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #1f1f1f !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.offers_page_price_row {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  margin: 4px 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.offers_page_price_row del {
  color: #999999 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: line-through !important;
}

.offers_page_price_row strong {
  color: #c8890d !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.offers_page_view_btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 34px !important;
  margin-top: auto !important;
  padding: 7px 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffbe33 !important;
  color: #17110a !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.offers_page_view_btn:hover,
.offers_page_view_btn:focus {
  background: #e7a60f !important;
  color: #17110a !important;
  outline: none !important;
}

html[data-theme="dark"] .offers_page_card,
body.theme_dark .offers_page_card,
body.dark-mode .offers_page_card {
  background: #211a12 !important;
  color: #fff8e8 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28) !important;
}

html[data-theme="dark"] .offers_page_image,
body.theme_dark .offers_page_image,
body.dark-mode .offers_page_image {
  background: rgba(255, 248, 232, 0.08) !important;
}

html[data-theme="dark"] .offers_page_body h3,
body.theme_dark .offers_page_body h3,
body.dark-mode .offers_page_body h3 {
  color: #fff8e8 !important;
}

html[data-theme="dark"] .offers_page_price_row,
body.theme_dark .offers_page_price_row,
body.dark-mode .offers_page_price_row {
  background: transparent !important;
  border: 0 !important;
}

html[data-theme="dark"] .offers_page_price_row del,
body.theme_dark .offers_page_price_row del,
body.dark-mode .offers_page_price_row del {
  color: rgba(255, 248, 232, 0.52) !important;
}

html[data-theme="dark"] .offers_page_price_row strong,
body.theme_dark .offers_page_price_row strong,
body.dark-mode .offers_page_price_row strong {
  color: #f2c76b !important;
}

@media (max-width: 1199px) {
  .offers_page_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .offers_page_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  .offers_page_card {
    padding: 10px !important;
  }

  .offers_page_image {
    height: 130px !important;
    min-height: 130px !important;
  }

  .offers_page_view_btn {
    min-height: 32px !important;
  }
}

@media (max-width: 420px) {
  .offers_page_section .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .offers_page_grid {
    gap: 12px !important;
    padding: 8px !important;
  }

  .offers_page_card {
    padding: 9px !important;
  }

  .offers_page_image {
    height: 126px !important;
    min-height: 126px !important;
  }

  .offers_page_body h3 {
    font-size: 12.5px !important;
  }
}

/* Final product.html cascade layer */
body.product-page {
  background: #fff9ec !important;
}

body.product-page .product_details_section,
body.product-page .product_story_section,
body.product-page .product_reviews_section,
body.product-page .product_recommendations_section {
  background: #fff9ec !important;
  padding: 24px 0 !important;
}

body.product-page .product_page_container,
body.product-page .product_details_section .container,
body.product-page .product_story_section .container,
body.product-page .product_reviews_section .container,
body.product-page .product_recommendations_section .container {
  max-width: 1100px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

body.product-page .product_details_layout {
  display: flex !important;
  align-items: flex-start !important;
  gap: 28px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.product-page .product_gallery_column,
body.product-page .product_info_column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.product-page .product_gallery_column {
  flex: 0 0 calc(55% - 14px) !important;
  max-width: calc(55% - 14px) !important;
}

body.product-page .product_info_column {
  flex: 0 0 calc(45% - 14px) !important;
  max-width: calc(45% - 14px) !important;
}

body.product-page .product_gallery,
body.product-page .product_info_card,
body.product-page .product_story_card,
body.product-page .reviews_summary_card,
body.product-page .reviews_panel,
body.product-page .recommendation_card {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.product-page .product_gallery,
body.product-page .product_info_card {
  padding: 0 !important;
  border-radius: 0 !important;
}

body.product-page .product_back_link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #667085 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.product-page .product_main_image {
  width: 100% !important;
  height: 380px !important;
  max-height: 380px !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: 20px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: #f8f8f8 !important;
}

body.product-page .product_main_image img {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  transform: none !important;
}

body.product-page .product_thumbs {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 8px !important;
  margin-top: 10px !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

body.product-page .product_thumbs::-webkit-scrollbar,
body.product-page #recommendedProducts::-webkit-scrollbar {
  display: none !important;
}

body.product-page .thumb_btn {
  width: 60px !important;
  height: 60px !important;
  flex: 0 0 60px !important;
  padding: 4px !important;
  border: 2px solid transparent !important;
  border-radius: 10px !important;
  background: #f8f8f8 !important;
  box-shadow: none !important;
}

body.product-page .thumb_btn.active {
  border-color: #d4af37 !important;
  box-shadow: none !important;
}

body.product-page .thumb_btn img {
  object-fit: cover !important;
}

body.product-page .product_info_card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  color: #222831 !important;
}

body.product-page .product_share_detail_btn {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  border: 1px solid rgba(34, 40, 49, 0.14) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #667085 !important;
  box-shadow: none !important;
  font-size: 14px !important;
}

body.product-page .product_category_label {
  margin-bottom: 4px !important;
  color: #b9872c !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
}

body.product-page .product_info_card h1 {
  margin: 0 44px 8px 0 !important;
  color: #222831 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
}

body.product-page .product_rating_meta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #667085 !important;
  font-size: 13px !important;
}

body.product-page #productDescription {
  display: -webkit-box !important;
  margin: 0 0 12px !important;
  overflow: hidden !important;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
}

body.product-page .product_meta_section {
  margin: 0 0 12px !important;
  padding: 0 0 0 12px !important;
  border-left: 3px solid rgba(212, 175, 55, 0.45) !important;
}

body.product-page .product_feature_list li,
body.product-page .product_spec_row,
body.product-page .product_spec_row dt,
body.product-page .product_spec_row dd {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

body.product-page .product_price_row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 16px !important;
}

body.product-page .product_original_price {
  color: #999 !important;
  font-size: 13px !important;
  text-decoration: line-through !important;
}

body.product-page .product_sale_price {
  color: #b9872c !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

body.product-page .product_discount_badge {
  padding: 3px 8px !important;
  border-radius: 999px !important;
  background: #d92d20 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

body.product-page .product_original_price[hidden],
body.product-page .product_discount_badge[hidden] {
  display: none !important;
}

body.product-page .quantity_wrap {
  justify-content: flex-start !important;
  gap: 12px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

body.product-page .qty_controls {
  gap: 7px !important;
  min-height: 32px !important;
  border: 0 !important;
  background: transparent !important;
}

body.product-page .qty_controls button,
body.product-page .qty_controls input {
  height: 32px !important;
}

body.product-page .qty_controls button {
  width: 32px !important;
  border: 1.5px solid #ddd !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #222831 !important;
  font-size: 16px !important;
}

body.product-page .qty_controls input {
  width: 48px !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
}

body.product-page .product_total_price {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #667085 !important;
  font-size: 14px !important;
}

body.product-page .product_action_row {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.product-page .product_cart_primary_btn,
body.product-page .product_checkout_btn {
  width: 100% !important;
  min-height: 45px !important;
  padding: 12px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

body.product-page .product_cart_primary_btn {
  border: 2px solid #d4af37 !important;
  background: #d4af37 !important;
  color: #fff !important;
}

body.product-page .product_checkout_btn {
  border: 2px solid #d4af37 !important;
  background: transparent !important;
  color: #b9872c !important;
  box-shadow: none !important;
}

body.product-page .product_detail_tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 14px !important;
}

body.product-page .product_detail_tab {
  padding: 6px 16px !important;
  border-radius: 999px !important;
  background: rgba(34, 40, 49, 0.06) !important;
  color: #667085 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.product-page .product_detail_tab.active {
  background: #222831 !important;
  color: #fff !important;
}

body.product-page .product_story_card .heading_container h2,
body.product-page .product_recommendations_section .heading_container h2 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

body.product-page .product_story_lead,
body.product-page .product_story_body,
body.product-page .product_story_body p {
  max-width: 700px !important;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

body.product-page .reviews_summary_card {
  max-height: 80px !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  column-gap: 12px !important;
  overflow: hidden !important;
}

body.product-page .reviews_kicker,
body.product-page .reviews_summary_card h2,
body.product-page .reviews_summary_text {
  display: none !important;
}

body.product-page .rating_overview {
  display: contents !important;
}

body.product-page .rating_overview_score {
  font-size: 34px !important;
  font-weight: 800 !important;
}

body.product-page .reviews_panel {
  padding: 16px !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

body.product-page .review_star_btn {
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

body.product-page .review_star_btn i {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

body.product-page .review_field textarea {
  min-height: 80px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
}

body.product-page .review_form_actions {
  display: flex !important;
  justify-content: flex-end !important;
}

body.product-page .review_card {
  padding: 12px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.product-page .review_card p {
  font-size: 13px !important;
}

body.product-page #recommendedProducts.recommendations_grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  overflow-x: auto !important;
  padding: 2px 2px 12px !important;
  scrollbar-width: none !important;
}

body.product-page #recommendedProducts > .recommendation_card {
  width: 180px !important;
  max-width: 180px !important;
  max-height: 240px !important;
  flex: 0 0 180px !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

body.product-page .recommendation_card_image {
  height: 110px !important;
  min-height: 110px !important;
  padding: 10px !important;
  background: #f8f8f8 !important;
}

body.product-page .recommendation_card_label,
body.product-page .recommendation_card_copy p,
body.product-page .recommendation_card_rating,
body.product-page .recommendation_add_btn {
  display: none !important;
}

body.product-page .recommendation_card_copy h3,
body.product-page .recommendation_card_copy h3 a {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #222831 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
}

body.product-page .recommendation_card_price {
  color: #b9872c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.product-page .recommendation_link {
  width: 100% !important;
  min-height: 30px !important;
  border-radius: 999px !important;
  background: #d4af37 !important;
  color: #fff !important;
  font-size: 12px !important;
}

@media (max-width: 991px) {
  body.product-page .product_details_layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.product-page .product_gallery_column,
  body.product-page .product_info_column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  body.product-page .product_main_image {
    height: 260px !important;
    max-height: 260px !important;
    padding: 16px !important;
  }

  body.product-page .product_info_card h1 {
    font-size: 20px !important;
  }

  body.product-page #recommendedProducts > .recommendation_card {
    width: 150px !important;
    max-width: 150px !important;
    flex-basis: 150px !important;
  }
}

/* Product detail issue-fix layer */
body.product-page .product_details_section,
body.product-page .product_story_section,
body.product-page .product_reviews_section,
body.product-page .product_recommendations_section {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
}

body.product-page .product_story_section,
body.product-page .product_reviews_section,
body.product-page .product_recommendations_section {
  margin-top: 0 !important;
}

body.product-page .product_share_detail_btn {
  width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  font-size: 13px !important;
}

body.product-page .product_meta_title,
body.product-page .product_story_block h4,
body.product-page .product_story_card .heading_container h2 {
  font-family: inherit !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
}

body.product-page .product_meta_title {
  margin: 0 0 6px !important;
  color: #222 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

body.product-page #productComponentsSection {
  padding: 10px 12px !important;
  border-left: 3px solid rgba(212, 175, 55, 0.45) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.42) !important;
}

body.product-page #productComponentsList {
  gap: 0 !important;
}

body.product-page #productComponentsList li {
  min-width: 0;
  display: flex !important;
  align-items: flex-start !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.product-page #productComponentsList li::before,
body.product-page .product_feature_list li::before,
body.product-page .product_story_list li::before {
  position: static !important;
  flex: 0 0 auto !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #d4af37 !important;
  line-height: inherit !important;
  transform: none !important;
}

body.product-page .product_feature_list li,
body.product-page .product_story_list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin: 0 0 4px !important;
  padding-left: 0 !important;
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

body.product-page .product_components_toggle {
  display: inline-flex;
  margin: 5px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: underline;
  cursor: pointer;
}

body.product-page #productItemDetailsSection {
  padding: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.product-page #productItemDetailsList {
  display: block !important;
}

body.product-page #productItemDetailsList .product_spec_row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 6px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

body.product-page #productItemDetailsList .product_spec_row dt {
  color: #777 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

body.product-page #productItemDetailsList .product_spec_row dd {
  margin: 0 !important;
  color: #222 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: right !important;
}

body.product-page .product_story_card {
  padding: 20px 0 !important;
}

body.product-page .product_story_card .heading_container {
  display: none !important;
}

body.product-page .product_story_title {
  margin: 8px 0 6px !important;
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

body.product-page .product_story_block {
  padding-top: 0 !important;
  margin: 12px 0 0 !important;
  border-top: 0 !important;
}

body.product-page .product_story_block + .product_story_block {
  padding-top: 12px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}

body.product-page .product_story_block h4 {
  margin: 12px 0 6px !important;
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

body.product-page .product_story_lead,
body.product-page .product_story_body p,
body.product-page .product_story_link {
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

body.product-page .product_story_lead {
  margin: 0 0 12px !important;
}

body.product-page .product_reviews_stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

body.product-page .reviews_summary_card {
  width: 100% !important;
  max-height: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 0 0 16px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  overflow: visible !important;
}

body.product-page .reviews_summary_card .rating_overview {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

body.product-page .reviews_summary_card .rating_overview_score {
  color: #222 !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.product-page .reviews_summary_card .rating_overview_meta {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

body.product-page .reviews_summary_card .rating_stars,
body.product-page .reviews_summary_card .rating_stars_wrap,
body.product-page .reviews_summary_card .rating_stars i {
  font-size: 20px !important;
}

body.product-page .reviews_summary_card .rating_overview_meta p {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

body.product-page .reviews_panel {
  width: 100% !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.product-page .reviews_panel_head {
  margin-bottom: 8px !important;
}

body.product-page .reviews_panel_head h3 {
  color: #222 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

body.product-page .reviews_panel_head p {
  display: none !important;
}

body.product-page .review_field label {
  color: #555 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.product-page .review_star_picker {
  gap: 4px !important;
}

body.product-page .review_star_btn {
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

body.product-page .review_star_btn i {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

body.product-page .review_field textarea {
  min-height: 90px !important;
  padding: 10px !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #222 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.product-page .review_form_actions {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

body.product-page .review_submit_btn,
body.product-page .review_delete_btn {
  min-height: 0 !important;
  padding: 8px 20px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

body.product-page .review_form_status {
  margin: 2px 0 0 !important;
  color: #777 !important;
  font-size: 13px !important;
  font-style: italic !important;
  line-height: 1.45 !important;
}

@media (max-width: 575px) {
  body.product-page {
    overflow-x: hidden;
  }

  body.product-page .product_details_section,
  body.product-page .product_story_section,
  body.product-page .product_reviews_section,
  body.product-page .product_recommendations_section {
    overflow-x: visible !important;
  }

  body.product-page .product_page_container,
  body.product-page .product_story_card,
  body.product-page .reviews_summary_card,
  body.product-page .reviews_panel,
  body.product-page .product_detail_tabs,
  body.product-page #recommendedProducts.recommendations_grid,
  body.product-page .review_form,
  body.product-page .review_field,
  body.product-page .review_field textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
  }

  body.product-page .product_page_container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.product-page .product_details_layout,
  body.product-page .product_reviews_stack {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.product-page .product_reviews_stack {
    gap: 10px !important;
  }

  body.product-page .product_story_card,
  body.product-page .reviews_summary_card {
    overflow: visible !important;
  }

  body.product-page .product_detail_tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 2px !important;
    scrollbar-width: none !important;
  }

  body.product-page .product_detail_tabs::-webkit-scrollbar {
    display: none !important;
  }

  body.product-page .reviews_summary_card {
    padding: 0 0 10px !important;
  }

  body.product-page .reviews_panel {
    margin: 0 0 10px !important;
    padding: 12px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07) !important;
  }

  body.product-page .reviews_panel_head {
    margin: 0 0 8px !important;
  }

  body.product-page .reviews_panel_head h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
  }

  body.product-page .review_form {
    margin-top: 10px !important;
    gap: 8px !important;
  }

  body.product-page .review_field {
    margin-bottom: 10px !important;
    gap: 6px !important;
  }

  body.product-page .review_field label {
    margin: 0 !important;
    color: #666 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
  }

  body.product-page .review_star_picker {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    flex-wrap: nowrap !important;
    margin: 6px 0 10px !important;
  }

  body.product-page .review_star_btn {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.05) !important;
    color: #d0d5dd !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
  }

  body.product-page .review_star_btn i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 20px !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  body.product-page .review_star_btn.is_active,
  body.product-page .review_star_btn:hover,
  body.product-page .review_star_btn:focus {
    color: #d4a017 !important;
  }

  body.product-page .review_field textarea {
    min-height: 84px !important;
    max-height: 160px !important;
    padding: 10px 12px !important;
    border: 1.5px solid #dddddd !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #222 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    resize: vertical !important;
  }

  body.product-page .review_form_actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  body.product-page .review_submit_btn,
  body.product-page .review_delete_btn {
    width: 100% !important;
    min-height: 44px !important;
    padding: 12px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    justify-content: center !important;
  }

  body.product-page .review_submit_btn {
    margin-top: 0 !important;
  }

  body.product-page .review_form_status {
    margin: 6px 0 0 !important;
    color: #999 !important;
    font-size: 11px !important;
    font-style: italic !important;
    text-align: center !important;
    line-height: 1.45 !important;
  }

  body.product-page #recommendedProducts.recommendations_grid {
    padding: 4px 2px 14px !important;
  }

  body.product-page .recommendation_card_body {
    overflow: hidden !important;
  }
}

@keyframes categoryPillFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes categoryPillBreath {
  0%,
  100% {
    border-color: #e0e0e0;
    box-shadow: 0 0 0 rgba(212, 160, 23, 0);
  }

  50% {
    border-color: rgba(212, 160, 23, 0.5);
    box-shadow: 0 0 0 1px rgba(212, 160, 23, 0.1);
  }
}

.category-pills-wrapper {
  position: relative;
}

.category-pills-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95));
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

html[data-theme="dark"] .category-pills-wrapper::after,
body.theme_dark .category-pills-wrapper::after,
body.dark-mode .category-pills-wrapper::after {
  background: linear-gradient(to right, rgba(17, 16, 14, 0), rgba(30, 30, 30, 0.95));
}

.category-pills-wrapper.scrolled-end::after {
  opacity: 0;
}

.food_section .filters_menu li {
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease !important;
}

.category-pills-wrapper:not(.pill-has-interacted) .filters_menu.pill-intro-ready li {
  opacity: 0;
}

.category-pills-wrapper:not(.pill-has-interacted) .filters_menu.pill-intro-ready li.active {
  animation: categoryPillFadeIn 0.35s ease forwards;
  animation-delay: calc(var(--pill-stagger-index, 1) * 0.1s);
}

.category-pills-wrapper:not(.pill-has-interacted) .filters_menu.pill-intro-ready li:not(.active) {
  animation-name: categoryPillFadeIn, categoryPillBreath;
  animation-duration: 0.35s, 3s;
  animation-timing-function: ease, ease-in-out;
  animation-fill-mode: forwards, none;
  animation-iteration-count: 1, infinite;
  animation-delay: calc(var(--pill-stagger-index, 1) * 0.1s), calc(0.95s + (var(--pill-stagger-index, 1) * 0.02s));
}

.category-pills-wrapper.pill-has-interacted .filters_menu li,
.category-pills-wrapper .filters_menu li.active {
  opacity: 1;
}

.category-pills-wrapper.pill-has-interacted .filters_menu li:not(.active) {
  animation: none !important;
}

.food_section .filters_menu li:active {
  transform: scale(0.94) !important;
}

.food_section .filters_menu li.active {
  transform: scale(1.04) !important;
  box-shadow: 0 2px 10px rgba(212, 160, 23, 0.3) !important;
}

body.product-page .reviews_list {
  margin: 0 !important;
  gap: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.product-page .review_card {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding: 10px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.product-page .review_card_header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body.product-page .review_card_identity {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

body.product-page .review_card_avatar {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
}

body.product-page .review_card_identity strong {
  display: block !important;
  color: #222 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

body.product-page .review_card_identity span {
  display: block !important;
  color: #777 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

body.product-page .review_card_meta {
  flex: 0 1 auto !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  min-width: 0 !important;
}

body.product-page .review_card_meta .rating_stars {
  white-space: nowrap !important;
}

body.product-page .review_card p {
  margin: 7px 0 0 44px !important;
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

body.product-page .review_notice_card {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin-top: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.product-page .review_notice_card p {
  flex: 1 1 220px !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

body.product-page .review_google_signin_btn,
body.product-page .review_notice_card .auth_dropdown_btn {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 8px 16px !important;
  border: 1.5px solid #ddd !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #222 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 575px) {
  body.product-page .review_notice_card p {
    flex-basis: 100% !important;
  }

  body.product-page .review_google_signin_btn,
  body.product-page .review_notice_card .auth_dropdown_btn {
    width: 100% !important;
  }
}

body.product-page .product_recommendations_section .heading_container p {
  max-width: 520px !important;
  margin: 4px 0 14px !important;
  overflow: hidden !important;
  color: #667085 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

body.product-page #recommendedProducts > .recommendation_card {
  width: 160px !important;
  max-width: 160px !important;
  max-height: none !important;
  flex: 0 0 160px !important;
  padding: 10px !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07) !important;
}

body.product-page .recommendation_card_image {
  height: 100px !important;
  min-height: 100px !important;
  margin-bottom: 8px !important;
  padding: 8px !important;
  border-radius: 10px !important;
  background: #f8f8f8 !important;
}

body.product-page .recommendation_card_image img {
  max-height: 84px !important;
  object-fit: contain !important;
}

body.product-page .recommendation_card_body {
  padding: 0 !important;
  gap: 0 !important;
}

body.product-page .recommendation_card_copy h3,
body.product-page .recommendation_card_copy h3 a {
  margin: 0 0 4px !important;
  color: #222 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

body.product-page .recommendation_card_copy h3 {
  min-height: 34px !important;
}

body.product-page .recommendation_card_price {
  display: block !important;
  margin-bottom: 8px !important;
  color: #b9872c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.product-page .recommendation_link {
  min-height: 0 !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  background: #d4af37 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

@media (max-width: 575px) {
  body.product-page .reviews_summary_card,
  body.product-page .reviews_summary_card .rating_overview,
  body.product-page .reviews_summary_card .rating_overview_meta {
    gap: 10px !important;
  }

  body.product-page .review_card p {
    margin-left: 0 !important;
  }

  body.product-page #recommendedProducts > .recommendation_card {
    width: 150px !important;
    max-width: 150px !important;
    flex-basis: 150px !important;
  }
}

/* Compact premium checkout redesign */
body.checkout-page {
  background: #fff9ec !important;
  color: #1a1a1a !important;
}

body.checkout-page .checkout_page_section {
  padding: 24px 16px 36px !important;
  background: #fff9ec !important;
}

body.checkout-page .checkout_page_section > .container {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.checkout-page .checkout_page_header {
  max-width: 480px !important;
  margin: 0 auto 14px !important;
  text-align: left !important;
}

body.checkout-page .checkout_page_header span {
  color: #b9872c !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
}

body.checkout-page .checkout_page_header h1 {
  margin: 4px 0 4px !important;
  color: #1a1a1a !important;
  font-family: inherit !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.checkout-page .checkout_page_header p {
  margin: 0 !important;
  color: #777 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.checkout-page .checkout_page_shell {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.checkout-page .checkout_steps {
  width: 100% !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 0 !important;
  margin: 0 0 16px !important;
  padding: 16px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  list-style: none !important;
}

body.checkout-page .checkout_step {
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
  flex: 0 1 86px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #777 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

body.checkout-page .checkout_step:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  top: 14px !important;
  left: calc(50% + 18px) !important;
  width: calc(100% - 28px) !important;
  height: 1.5px !important;
  margin: 0 4px !important;
  background: #e0e0e0 !important;
  z-index: -1 !important;
}

body.checkout-page .checkout_step.is_complete:not(:last-child)::after {
  background: #d4af37 !important;
}

body.checkout-page .checkout_step_number {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1.5px solid #ddd !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #777 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

body.checkout-page .checkout_step.is_active .checkout_step_number {
  border-color: #d4af37 !important;
  background: #d4af37 !important;
  color: #fff !important;
}

body.checkout-page .checkout_step.is_complete .checkout_step_number {
  border-color: #222831 !important;
  background: #222831 !important;
  color: transparent !important;
  font-size: 0 !important;
}

body.checkout-page .checkout_step.is_complete .checkout_step_number::before {
  content: "\2713" !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_step > span:last-child {
  width: 100% !important;
  display: block !important;
  overflow: hidden !important;
  color: #777 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

body.checkout-page .checkout_step.is_active > span:last-child {
  color: #b9872c !important;
  font-weight: 600 !important;
}

body.checkout-page .checkout_page_panel {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.checkout-page .checkout_panel_head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

body.checkout-page .checkout_step_label {
  display: block !important;
  margin: 0 0 3px !important;
  color: #b9872c !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.checkout-page .checkout_panel_head h2 {
  margin: 0 !important;
  color: #1a1a1a !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

body.checkout-page .checkout_panel_head > strong {
  color: #b9872c !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_cart_items {
  display: grid !important;
  gap: 10px !important;
  margin: 0 0 14px !important;
}

body.checkout-page .checkout_cart_item {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

body.checkout-page .checkout_cart_item_image {
  width: 72px !important;
  height: 72px !important;
  flex: 0 0 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 4px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #f8f8f8 !important;
}

body.checkout-page .checkout_cart_item_image picture,
body.checkout-page .checkout_cart_item_image img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

body.checkout-page .checkout_cart_item_image img {
  object-fit: contain !important;
}

body.checkout-page .checkout_cart_item_body {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  display: grid !important;
  gap: 7px !important;
  padding-right: 72px !important;
}

body.checkout-page .checkout_cart_item_head {
  display: block !important;
  min-width: 0 !important;
}

body.checkout-page .checkout_cart_item_head > a {
  display: -webkit-box !important;
  margin: 0 0 4px !important;
  overflow: hidden !important;
  color: #222 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
}

body.checkout-page .checkout_item_remove {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 4px 8px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #e53935 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

body.checkout-page .checkout_item_remove:hover,
body.checkout-page .checkout_item_remove:focus {
  background: rgba(229, 57, 53, 0.08) !important;
}

body.checkout-page .checkout_cart_item_meta {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  color: #b9872c !important;
}

body.checkout-page .checkout_cart_item_meta span {
  color: #b9872c !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_cart_item_meta del,
body.checkout-page .checkout_cart_item_meta .checkout_original_price {
  color: #aaa !important;
  font-size: 11px !important;
  text-decoration: line-through !important;
}

body.checkout-page .checkout_cart_item_meta strong {
  margin-left: auto !important;
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.checkout-page .checkout_item_qty {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

body.checkout-page .checkout_item_qty button {
  width: 26px !important;
  height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1.5px solid #ddd !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #222 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

body.checkout-page .checkout_item_qty span {
  min-width: 28px !important;
  color: #222 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-align: center !important;
}

body.checkout-page .checkout_order_summary {
  margin-top: 14px !important;
  padding: 16px !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

body.checkout-page .checkout_summary_row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

body.checkout-page .checkout_summary_row span {
  color: #777 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

body.checkout-page .checkout_summary_row strong {
  color: #222 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  text-align: right !important;
}

body.checkout-page .checkout_summary_total {
  margin-top: 4px !important;
  border-bottom: 0 !important;
}

body.checkout-page .checkout_summary_total span,
body.checkout-page .checkout_summary_total strong {
  color: #b9872c !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_nav_row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 16px !important;
}

body.checkout-page .checkout_next_btn,
body.checkout-page .checkout_confirm_btn {
  width: 100% !important;
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d4af37 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

body.checkout-page .checkout_next_btn::after,
body.checkout-page .checkout_confirm_btn::after {
  content: "\2192" !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

body.checkout-page .checkout_back_btn {
  min-height: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #ddd !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #555 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

body.checkout-page .checkout_page_empty,
body.checkout-page .checkout_page_loading {
  max-width: 480px !important;
  margin: 0 auto !important;
  padding: 28px 18px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #1a1a1a !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  text-align: center !important;
}

body.checkout-page .checkout_page_empty_icon,
body.checkout-page .checkout_page_loading_icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: rgba(212, 175, 55, 0.14) !important;
  color: #b9872c !important;
}

body.checkout-page .checkout_page_empty h2,
body.checkout-page .checkout_page_loading h2 {
  color: #777 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_menu_btn {
  min-height: 0 !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  background: #d4af37 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_city_options,
body.checkout-page .checkout_fields,
body.checkout-page .checkout_review_cards {
  gap: 10px !important;
}

body.checkout-page .checkout_city_card,
body.checkout-page .checkout_selected_city,
body.checkout-page .checkout_saved_address_bar,
body.checkout-page .checkout_review_card,
body.checkout-page .checkout_payment_option,
body.checkout-page .checkout_fields label {
  border-color: rgba(0, 0, 0, 0.08) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #222 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

@media (max-width: 575px) {
  body.checkout-page .checkout_page_section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.checkout-page .checkout_page_section > .container,
  body.checkout-page .checkout_page_shell,
  body.checkout-page .checkout_page_header {
    max-width: 480px !important;
  }

  body.checkout-page .checkout_steps {
    padding: 14px 10px !important;
  }

  body.checkout-page .checkout_step {
    flex-basis: 68px !important;
  }

  body.checkout-page .checkout_cart_item {
    align-items: flex-start !important;
  }

  body.checkout-page .checkout_cart_item_body {
    padding-right: 0 !important;
  }

  body.checkout-page .checkout_item_remove {
    position: static !important;
    width: fit-content !important;
    margin-top: 2px !important;
    padding-left: 0 !important;
  }

  body.checkout-page .checkout_cart_item_meta strong {
    width: 100% !important;
    margin-left: 0 !important;
  }

  body.checkout-page .checkout_nav_row {
    flex-direction: column-reverse !important;
  }

  body.checkout-page .checkout_back_btn,
  body.checkout-page .checkout_next_btn,
body.checkout-page .checkout_confirm_btn {
    width: 100% !important;
  }
}

/* Favorites navbar badge and dark search refinements */
.custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link {
  position: relative !important;
  order: 5 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 40px !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(166, 113, 24, 0.18) !important;
  border-radius: 12px !important;
  background: rgba(255, 250, 239, 0.93) !important;
  color: #a96f05 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 22px rgba(66, 42, 12, 0.13) !important;
  text-decoration: none !important;
  backdrop-filter: blur(12px) !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link:focus {
  border-color: rgba(255, 190, 51, 0.54) !important;
  background: rgba(255, 243, 214, 0.98) !important;
  color: #8a5a00 !important;
  outline: none !important;
  transform: translateY(-1px) !important;
}

html[data-theme="dark"] .custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link,
body.theme_dark .custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link {
  border-color: rgba(242, 199, 107, 0.2) !important;
  background: rgba(36, 29, 22, 0.86) !important;
  color: #ffe09a !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.26) !important;
}

.wishlist_count_badge,
.custom_nav-container .wishlist_count_badge,
.custom_nav-container.minimal_navbar .wishlist_count_badge {
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  z-index: 50 !important;
  min-width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #e53935 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: none !important;
}

.wishlist_count_badge[hidden] {
  display: none !important;
}

@media (max-width: 575px) {
  .custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link {
    flex-basis: 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-radius: 10px !important;
  }
}

html[data-theme="dark"] body.search_open .custom_nav-container.minimal_navbar .navbar_search_shell,
body.theme_dark.search_open .custom_nav-container.minimal_navbar .navbar_search_shell,
body.dark-mode.search_open .custom_nav-container.minimal_navbar .navbar_search_shell {
  background: #1e1e1e !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
}

html[data-theme="dark"] .navbar_search_shell input,
body.theme_dark .navbar_search_shell input,
body.dark-mode .navbar_search_shell input {
  box-sizing: border-box !important;
  background: #2a2a2a !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  color: #f0f0f0 !important;
  caret-color: #ffbe33 !important;
  padding: 0 12px !important;
}

html[data-theme="dark"] .navbar_search_shell input::placeholder,
body.theme_dark .navbar_search_shell input::placeholder,
body.dark-mode .navbar_search_shell input::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

html[data-theme="dark"] .navbar_search_icon,
body.theme_dark .navbar_search_icon,
body.dark-mode .navbar_search_icon {
  color: rgba(255, 255, 255, 0.5) !important;
}

html[data-theme="dark"] .navbar_search_close,
html[data-theme="dark"] .site_search_close,
body.theme_dark .navbar_search_close,
body.theme_dark .site_search_close,
body.dark-mode .navbar_search_close,
body.dark-mode .site_search_close {
  color: rgba(255, 255, 255, 0.6) !important;
}

html[data-theme="dark"] .navbar_search_close:hover,
html[data-theme="dark"] .navbar_search_close:focus,
html[data-theme="dark"] .site_search_close:hover,
html[data-theme="dark"] .site_search_close:focus,
body.theme_dark .navbar_search_close:hover,
body.theme_dark .navbar_search_close:focus,
body.theme_dark .site_search_close:hover,
body.theme_dark .site_search_close:focus,
body.dark-mode .navbar_search_close:hover,
body.dark-mode .navbar_search_close:focus,
body.dark-mode .site_search_close:hover,
body.dark-mode .site_search_close:focus {
  color: #ffffff !important;
}

html[data-theme="dark"] .site_search_results_surface,
body.theme_dark .site_search_results_surface,
body.dark-mode .site_search_results_surface {
  background: #1e1e1e !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4) !important;
}

html[data-theme="dark"] .site_search_results_head,
body.theme_dark .site_search_results_head,
body.dark-mode .site_search_results_head,
html[data-theme="dark"] .site_search_result,
body.theme_dark .site_search_result,
body.dark-mode .site_search_result {
  border-color: rgba(255, 255, 255, 0.06) !important;
  border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

html[data-theme="dark"] .site_search_result:hover,
html[data-theme="dark"] .site_search_result:focus,
html[data-theme="dark"] .site_search_result.is_active,
body.theme_dark .site_search_result:hover,
body.theme_dark .site_search_result:focus,
body.theme_dark .site_search_result.is_active,
body.dark-mode .site_search_result:hover,
body.dark-mode .site_search_result:focus,
body.dark-mode .site_search_result.is_active {
  background: rgba(255, 255, 255, 0.06) !important;
}

html[data-theme="dark"] .site_search_result strong,
body.theme_dark .site_search_result strong,
body.dark-mode .site_search_result strong {
  color: #f0f0f0 !important;
}

html[data-theme="dark"] .site_search_result_meta,
body.theme_dark .site_search_result_meta,
body.dark-mode .site_search_result_meta {
  color: #ffbe33 !important;
}

/* Product card ratings and favorite heart states */
.product_card_rating {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  min-height: 16px !important;
  margin: 3px 0 6px !important;
  color: inherit !important;
}

.product_card_rating[hidden] {
  display: none !important;
}

.product_card_rating .rating_stars {
  gap: 1px !important;
  color: #ffbe33 !important;
}

.product_card_rating .rating_stars.compact i,
.product_card_rating .rating_stars i {
  width: 12px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.product_card_rating .rating_stars .fa-star-o {
  color: rgba(0, 0, 0, 0.22) !important;
}

.food_section .box.product-card .product_card_rating .rating_stars .fa-star-o,
html[data-theme="dark"] .product_card_rating .rating_stars .fa-star-o,
body.theme_dark .product_card_rating .rating_stars .fa-star-o,
body.dark-mode .product_card_rating .rating_stars .fa-star-o {
  color: rgba(255, 255, 255, 0.3) !important;
}

.product_card_rating_average {
  color: #555555 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

.product_card_rating_count {
  color: #999999 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

.product_card_rating_empty {
  color: #bbbbbb !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}

.food_section .box.product-card .product_card_rating_average,
html[data-theme="dark"] .product_card_rating_average,
body.theme_dark .product_card_rating_average,
body.dark-mode .product_card_rating_average {
  color: rgba(255, 255, 255, 0.78) !important;
}

.food_section .box.product-card .product_card_rating_count,
html[data-theme="dark"] .product_card_rating_count,
body.theme_dark .product_card_rating_count,
body.dark-mode .product_card_rating_count {
  color: rgba(255, 255, 255, 0.52) !important;
}

.product-wishlist-btn,
.product_favorite_detail_btn {
  color: #bbbbbb !important;
  fill: none !important;
  transition: transform 0.15s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease !important;
}

.product-wishlist-btn i,
.product_favorite_detail_btn i {
  color: currentColor !important;
}

.product-wishlist-btn.is_active,
.product_favorite_detail_btn.is_active {
  color: #e53935 !important;
  fill: #e53935 !important;
  background: #ffffff !important;
  border-color: rgba(229, 57, 53, 0.18) !important;
}

.product-wishlist-btn:hover,
.product-wishlist-btn:focus,
.product_favorite_detail_btn:hover,
.product_favorite_detail_btn:focus {
  color: #e53935 !important;
  background: #ffffff !important;
}

.product-wishlist-btn.is_popping i,
.product_favorite_detail_btn.is_popping i {
  animation: sushiBoxHeartPop 0.3s ease;
}

@keyframes sushiBoxHeartPop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.offers_page_card,
.recommendation_card {
  position: relative !important;
}

.offers_page_wishlist_btn,
.recommendation_wishlist_btn {
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
}

.product_favorite_detail_btn {
  position: absolute !important;
  top: 0 !important;
  right: 44px !important;
  z-index: 2 !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid rgba(34, 40, 49, 0.14) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body.product-page .product_category_label {
  width: calc(100% - 88px) !important;
}

body.product-page .product_info_card h1 {
  margin-right: 88px !important;
}

html[data-theme="dark"] body.product-page .product_favorite_detail_btn,
body.theme_dark.product-page .product_favorite_detail_btn,
body.dark-mode.product-page .product_favorite_detail_btn {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.site_search_result {
  grid-template-columns: 40px minmax(0, 1fr) 34px !important;
}

.site_search_result_link {
  display: contents !important;
  color: inherit !important;
  text-decoration: none !important;
}

.site_search_result .site_search_result_body {
  grid-column: auto !important;
  grid-row: auto !important;
}

.site_search_result .site_search_result_meta {
  grid-column: auto !important;
  grid-row: auto !important;
  justify-self: start !important;
  align-self: auto !important;
  margin-top: 0 !important;
  color: #ffbe33 !important;
}

.site_search_rating {
  margin: 3px 0 4px !important;
}

.site_search_wishlist_btn {
  position: static !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: end !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  box-shadow: none !important;
}

@media (max-width: 420px) {
  .site_search_result {
    grid-template-columns: 38px minmax(0, 1fr) 32px !important;
  }

  .site_search_wishlist_btn {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
  }
}

/* Navbar account, drawer favorites badge, and rating consistency */
.custom_nav-container.minimal_navbar .minimal_nav_actions > .auth_shell {
  position: relative !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher,
.custom_nav-container.minimal_navbar .minimal_nav_actions > .site_search_toggle_form,
.custom_nav-container.minimal_navbar .minimal_nav_actions > .form-inline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 40px !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
.custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
.custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
.custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher .language-btn,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 40px !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 232, 176, 0.24) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: currentColor !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button_text,
.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_chevron {
  display: none !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: currentColor !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar i {
  color: currentColor !important;
  font-size: 15px !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar img {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link:focus,
.custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn:focus,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle:focus,
.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button:focus,
.custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn:focus,
.custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher .language-btn:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher .language-btn:focus,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler:hover,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler:focus {
  border-color: rgba(255, 190, 51, 0.54) !important;
  background: rgba(255, 190, 51, 0.16) !important;
  color: #ffbe33 !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

html[data-theme="dark"] .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
body.theme_dark .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
html[data-theme="dark"] .custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link,
body.theme_dark .custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link,
html[data-theme="dark"] .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
body.theme_dark .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
html[data-theme="dark"] .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
body.theme_dark .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
html[data-theme="dark"] .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
body.theme_dark .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
html[data-theme="dark"] .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
body.theme_dark .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
html[data-theme="dark"] .custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher .language-btn,
body.theme_dark .custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher .language-btn,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher .language-btn,
html[data-theme="dark"] .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler,
body.theme_dark .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
  border-color: rgba(242, 199, 107, 0.18) !important;
  background: rgba(37, 30, 22, 0.9) !important;
  color: #f2c76b !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24) !important;
}

html[data-theme="dark"] .navbar .brand-name,
body.theme_dark .navbar .brand-name,
body.dark-mode .navbar .brand-name,
html[data-theme="dark"] .navbar-brand span,
body.theme_dark .navbar-brand span,
body.dark-mode .navbar-brand span,
html[data-theme="dark"] body.search_open .header_section .navbar-brand span,
body.theme_dark.search_open .header_section .navbar-brand span,
body.dark-mode.search_open .header_section .navbar-brand span {
  color: #f0f0f0 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35) !important;
}

.navbar .nav-icons .icon-btn,
.navbar .nav-icons a,
.navbar .nav-icons button,
.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
.custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link,
.custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
.custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
.custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler,
.custom_nav-container.minimal_navbar .minimal_nav_actions .site_search_toggle_form,
.custom_nav-container.minimal_navbar .minimal_nav_actions .form-inline {
  opacity: 1 !important;
  visibility: visible !important;
  color: inherit !important;
}

.custom-language-switcher {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.navbar .login-btn,
.navbar .account-icon,
.navbar [href*="login"],
.navbar [href*="auth"],
.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar,
.custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar i {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body:not(.dark-mode) .navbar .login-btn,
body:not(.dark-mode) .navbar .account-icon,
body:not(.dark-mode) .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
body:not(.dark-mode) .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar,
body:not(.dark-mode) .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar i {
  color: #333333 !important;
}

html[data-theme="dark"] body.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .cart_link,
html[data-theme="dark"] body.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .wishlist_icon_link,
html[data-theme="dark"] body.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .nav_search-btn,
html[data-theme="dark"] body.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .theme_toggle,
html[data-theme="dark"] body.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .auth_button,
html[data-theme="dark"] body.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .navbar-toggler,
body.theme_dark.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .cart_link,
body.theme_dark.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .wishlist_icon_link,
body.theme_dark.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .nav_search-btn,
body.theme_dark.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .theme_toggle,
body.theme_dark.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .auth_button,
body.theme_dark.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .navbar-toggler,
body.dark-mode.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .cart_link,
body.dark-mode.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .wishlist_icon_link,
body.dark-mode.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .nav_search-btn,
body.dark-mode.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .theme_toggle,
body.dark-mode.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .auth_button,
body.dark-mode.search_open .custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .navbar-toggler,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler,
body.dark-mode .navbar .icon-btn,
body.dark-mode .navbar .nav-icons a,
body.dark-mode .navbar .nav-icons button,
body.dark-mode .navbar .login-btn,
body.dark-mode .navbar .account-icon,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar,
body.dark-mode .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar i {
  color: #f0f0f0 !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24) !important;
}

.navbar.search-active .login-btn,
.navbar.search-open .login-btn,
.custom_nav-container.minimal_navbar.search-active .minimal_nav_actions .auth_button,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar,
body.search_open .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar i {
  opacity: 1 !important;
  visibility: visible !important;
  color: inherit !important;
}

.side_drawer_footer {
  display: grid !important;
  gap: 10px !important;
}

.drawer-language-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 16px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.drawer-language-icon {
  flex: 0 0 auto !important;
  font-size: 16px !important;
  color: #d49a24 !important;
}

.drawer-language-label {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  color: #2a1d10 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.drawer-language-pills {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.drawer-language-pill {
  min-width: 42px !important;
  padding: 4px 14px !important;
  border: 1.5px solid #dddddd !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #777777 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease !important;
}

.drawer-language-pill:hover,
.drawer-language-pill:focus {
  border-color: rgba(212, 160, 23, 0.5) !important;
  color: #5c4622 !important;
  outline: none !important;
}

.drawer-language-pill.is_active {
  background: #d49a24 !important;
  border-color: #d49a24 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}

html[data-theme="dark"] .drawer-language-row,
body.theme_dark .drawer-language-row,
body.dark-mode .drawer-language-row {
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}

html[data-theme="dark"] .drawer-language-label,
body.theme_dark .drawer-language-label,
body.dark-mode .drawer-language-label {
  color: #f7f0e2 !important;
}

html[data-theme="dark"] .drawer-language-pill,
body.theme_dark .drawer-language-pill,
body.dark-mode .drawer-language-pill {
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: rgba(247, 240, 226, 0.72) !important;
}

html[data-theme="dark"] .drawer-language-pill:hover,
html[data-theme="dark"] .drawer-language-pill:focus,
body.theme_dark .drawer-language-pill:hover,
body.theme_dark .drawer-language-pill:focus,
body.dark-mode .drawer-language-pill:hover,
body.dark-mode .drawer-language-pill:focus {
  border-color: rgba(255, 211, 106, 0.42) !important;
  color: #fff7df !important;
}

/* Admin orders dashboard redesign */
body.admin-orders-page .admin_orders_section {
  padding: 28px 0 44px !important;
}

body.admin-orders-page .admin_orders_section .container {
  max-width: 900px !important;
}

body.admin-orders-page .admin_orders_shell {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

body.admin-orders-page .admin_orders_header {
  margin-bottom: 16px !important;
}

body.admin-orders-page .admin_orders_header_row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

body.admin-orders-page .admin_orders_header_copy h1 {
  margin: 0 0 6px !important;
  color: #1a1a1a !important;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
}

body.admin-orders-page .admin_orders_header_copy p {
  margin: 0 0 16px !important;
  color: #888888 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

body.admin-orders-page .admin_orders_refresh_btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  border: 1px solid rgba(166, 113, 24, 0.2) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #6b5b43 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

body.admin-orders-page .admin_orders_refresh_btn:hover,
body.admin-orders-page .admin_orders_refresh_btn:focus {
  border-color: rgba(212, 154, 36, 0.4) !important;
  color: #d49a24 !important;
  outline: none !important;
}

body.admin-orders-page .admin_orders_toolbar {
  display: grid !important;
  gap: 16px !important;
  margin-bottom: 16px !important;
}

body.admin-orders-page .admin_orders_stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-bottom: 0 !important;
}

body.admin-orders-page .admin_orders_stats > div {
  padding: 12px 16px !important;
  border-left: 3px solid #d49a24 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

body.admin-orders-page .admin_orders_stats span {
  display: block !important;
  margin-bottom: 4px !important;
  color: #888888 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

body.admin-orders-page .admin_orders_stats strong {
  color: #1a1a1a !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.admin-orders-page .admin_orders_filters {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 0 0 16px !important;
  padding: 0 0 2px !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

body.admin-orders-page .admin_orders_filters::-webkit-scrollbar {
  display: none !important;
}

body.admin-orders-page .admin_orders_filters button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 5px 14px !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #555555 !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

body.admin-orders-page .admin_orders_filters button.is_active,
body.admin-orders-page .admin_orders_filters button:hover,
body.admin-orders-page .admin_orders_filters button:focus {
  background: #d49a24 !important;
  color: #ffffff !important;
  border-color: transparent !important;
  outline: none !important;
}

body.admin-orders-page .admin_filter_badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 18px !important;
  padding: 1px 5px !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, 0.08) !important;
  color: inherit !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}

body.admin-orders-page .admin_orders_list {
  display: grid !important;
  gap: 12px !important;
}

body.admin-orders-page .admin_order_card {
  padding: 16px !important;
  border: 0 !important;
  border-left: 4px solid #d49a24 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07) !important;
}

body.admin-orders-page .admin_order_card_pending { border-left-color: #FFA726 !important; }
body.admin-orders-page .admin_order_card_preparing { border-left-color: #42A5F5 !important; }
body.admin-orders-page .admin_order_card_out_for_delivery { border-left-color: #AB47BC !important; }
body.admin-orders-page .admin_order_card_delivered { border-left-color: #66BB6A !important; }
body.admin-orders-page .admin_order_card_cancelled { border-left-color: #EF5350 !important; }

body.admin-orders-page .admin_order_head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}

body.admin-orders-page .admin_order_timestamp,
body.admin-orders-page .admin_order_short_id {
  color: #888888 !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}

body.admin-orders-page .admin_order_identity {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-width: 0 !important;
}

body.admin-orders-page .admin_order_short_id,
body.admin-orders-page .admin_order_full_id_value {
  font-family: "Courier New", monospace !important;
  color: #aaaaaa !important;
}

body.admin-orders-page .admin_order_copy_btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: rgba(0, 0, 0, 0.04) !important;
  color: #9a9a9a !important;
}

body.admin-orders-page .admin_order_copy_btn:hover,
body.admin-orders-page .admin_order_copy_btn:focus {
  color: #4a4a4a !important;
  outline: none !important;
}

body.admin-orders-page .admin_order_total {
  color: #d49a24 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.admin-orders-page .orders_badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
}

body.admin-orders-page .orders_badge {
  padding: 3px 10px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

body.admin-orders-page .orders_badge_payment_success {
  background: #F1FFF3 !important;
  color: #2E7D32 !important;
  border: 1px solid #C8E6C9 !important;
}

body.admin-orders-page .orders_badge_payment_failed {
  background: #FFF3F3 !important;
  color: #E53935 !important;
  border: 1px solid #FFCDD2 !important;
}

body.admin-orders-page .orders_badge_payment_neutral {
  background: #f6f6f6 !important;
  color: #666666 !important;
  border: 1px solid #e3e3e3 !important;
}

body.admin-orders-page .orders_badge_order_pending {
  background: #FFF4E5 !important;
  color: #F57C00 !important;
  border: 1px solid #FFD39A !important;
}

body.admin-orders-page .orders_badge_order_preparing {
  background: #EDF6FF !important;
  color: #1E88E5 !important;
  border: 1px solid #BFDEFF !important;
}

body.admin-orders-page .orders_badge_order_out_for_delivery {
  background: #F5ECFF !important;
  color: #8E24AA !important;
  border: 1px solid #DEC2F5 !important;
}

body.admin-orders-page .orders_badge_order_delivered {
  background: #EFFAF0 !important;
  color: #388E3C !important;
  border: 1px solid #C9E9CB !important;
}

body.admin-orders-page .orders_badge_order_cancelled {
  background: #FFF1F1 !important;
  color: #D32F2F !important;
  border: 1px solid #F3C2C2 !important;
}

body.admin-orders-page .admin_order_customer_grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px 16px !important;
  margin: 8px 0 !important;
  padding: 10px 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

body.admin-orders-page .admin_order_field_label,
body.admin-orders-page .admin_order_section_label {
  display: block !important;
  margin-bottom: 2px !important;
  color: #aaaaaa !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.45px !important;
  text-transform: uppercase !important;
}

body.admin-orders-page .admin_order_field_value {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #222222 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

body.admin-orders-page .admin_order_field_value_phone {
  flex-wrap: wrap !important;
}

body.admin-orders-page .admin_order_whatsapp_btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 6px !important;
  color: #25D366 !important;
  font-size: 16px !important;
  text-decoration: none !important;
}

body.admin-orders-page .admin_order_address_row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin-bottom: 8px !important;
  color: #666666 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.admin-orders-page .admin_order_address_row i {
  color: #d49a24 !important;
  margin-top: 1px !important;
}

body.admin-orders-page .admin_order_full_id_block {
  margin-bottom: 10px !important;
}

body.admin-orders-page .admin_order_id_toggle {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #aaaaaa !important;
  font-size: 11px !important;
}

body.admin-orders-page .admin_order_full_id_value {
  margin-top: 6px !important;
  color: #888888 !important;
  font-size: 11px !important;
  word-break: break-all !important;
}

body.admin-orders-page .admin_order_items_panel {
  margin-bottom: 10px !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.02) !important;
}

body.admin-orders-page .admin_order_items {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.admin-orders-page .admin_order_item_row {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  padding: 2px 0 !important;
  color: #444444 !important;
  font-size: 12px !important;
}

body.admin-orders-page .admin_order_item_name {
  min-width: 0 !important;
}

body.admin-orders-page .admin_order_item_spacer {
  flex: 1 1 auto !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.18) !important;
  transform: translateY(-2px) !important;
}

body.admin-orders-page .admin_order_item_price {
  color: #333333 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

body.admin-orders-page .admin_order_status_form {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body.admin-orders-page .admin_order_status_form select {
  flex: 1 1 auto !important;
  height: 36px !important;
  padding: 0 10px !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #333333 !important;
  font-size: 13px !important;
}

body.admin-orders-page .admin_order_status_form button {
  height: 36px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #d49a24 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

body.admin-orders-page .admin_order_status_form button:disabled {
  background: #e6d2a0 !important;
  color: #fffdf8 !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_orders_header_copy h1,
body.theme_dark.admin-orders-page .admin_orders_header_copy h1,
body.dark-mode.admin-orders-page .admin_orders_header_copy h1,
html[data-theme="dark"] body.admin-orders-page .admin_orders_stats strong,
body.theme_dark.admin-orders-page .admin_orders_stats strong,
body.dark-mode.admin-orders-page .admin_orders_stats strong {
  color: #f7f0e2 !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_orders_stats > div,
html[data-theme="dark"] body.admin-orders-page .admin_order_card,
body.theme_dark.admin-orders-page .admin_orders_stats > div,
body.theme_dark.admin-orders-page .admin_order_card,
body.dark-mode.admin-orders-page .admin_orders_stats > div,
body.dark-mode.admin-orders-page .admin_order_card {
  background: #1f1a14 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.24) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_orders_filters button,
body.theme_dark.admin-orders-page .admin_orders_filters button,
body.dark-mode.admin-orders-page .admin_orders_filters button,
html[data-theme="dark"] body.admin-orders-page .admin_order_status_form select,
body.theme_dark.admin-orders-page .admin_order_status_form select,
body.dark-mode.admin-orders-page .admin_order_status_form select {
  background: #211c16 !important;
  color: #f4ead8 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_field_value,
body.theme_dark.admin-orders-page .admin_order_field_value,
body.dark-mode.admin-orders-page .admin_order_field_value,
html[data-theme="dark"] body.admin-orders-page .admin_order_total,
body.theme_dark.admin-orders-page .admin_order_total,
body.dark-mode.admin-orders-page .admin_order_total {
  color: #f7f0e2 !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_address_row,
body.theme_dark.admin-orders-page .admin_order_address_row,
body.dark-mode.admin-orders-page .admin_order_address_row,
html[data-theme="dark"] body.admin-orders-page .admin_order_item_row,
body.theme_dark.admin-orders-page .admin_order_item_row,
body.dark-mode.admin-orders-page .admin_order_item_row {
  color: rgba(247, 240, 226, 0.78) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_items_panel,
body.theme_dark.admin-orders-page .admin_order_items_panel,
body.dark-mode.admin-orders-page .admin_order_items_panel {
  background: rgba(255, 255, 255, 0.04) !important;
}

@media (max-width: 767px) {
  body.admin-orders-page .admin_orders_section {
    padding: 22px 0 36px !important;
  }

  body.admin-orders-page .admin_orders_section .container {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  body.admin-orders-page .admin_orders_stats > div {
    padding: 12px !important;
  }

  body.admin-orders-page .admin_orders_stats strong {
    font-size: 16px !important;
  }

  body.admin-orders-page .admin_order_card {
    padding: 12px !important;
  }

  body.admin-orders-page .admin_order_customer_grid {
    grid-template-columns: 1fr !important;
  }

  body.admin-orders-page .admin_order_item_row {
    font-size: 11px !important;
  }

  body.admin-orders-page .admin_order_status_form {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.admin-orders-page .admin_order_status_form button {
    width: 100% !important;
  }

  .footer_section .footer_policy_links,
  .order_steps_grid {
    grid-template-columns: 1fr !important;
  }

  .footer_section .footer_policy_links {
    width: 100% !important;
    row-gap: 6px !important;
  }

  .footer_section .footer_policy_links a {
    min-height: 30px !important;
    justify-content: flex-start !important;
  }
}

.side_drawer_badge {
  min-width: 22px !important;
  height: 22px !important;
  margin-left: auto !important;
  padding: 0 7px !important;
  border-radius: 999px !important;
  background: #ffbe33 !important;
  color: #24180b !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.product_card_rating {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  min-height: 16px !important;
  margin: 3px 0 6px !important;
}

.product_card_rating[hidden] {
  display: none !important;
}

.product_card_rating .rating_stars {
  display: inline-flex !important;
  align-items: center !important;
  gap: 1px !important;
  color: #ffbe33 !important;
}

.product_card_rating .rating_stars.compact i,
.product_card_rating .rating_stars i {
  width: 13px !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.product_card_rating_average {
  color: #555555 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

.product_card_rating_count {
  color: #999999 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

@media (max-width: 575px) {
  .custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher,
  .custom_nav-container.minimal_navbar .minimal_nav_actions > .site_search_toggle_form,
  .custom_nav-container.minimal_navbar .minimal_nav_actions > .form-inline,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher .language-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
    flex-basis: 32px !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_avatar img {
    width: 24px !important;
    height: 24px !important;
  }
}

@media (max-width: 380px) {
  .custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher,
  .custom_nav-container.minimal_navbar .minimal_nav_actions > .site_search_toggle_form,
  .custom_nav-container.minimal_navbar .minimal_nav_actions > .form-inline,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .wishlist_icon_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .theme_toggle,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .language-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions > .custom-language-switcher .language-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
    flex-basis: 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
  }
}

@media (max-width: 768px) {
  body.product-page .product_details_section,
  body.product-page .product_story_section,
  body.product-page .product_reviews_section,
  body.product-page .product_recommendations_section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body.product-page .product_story_section,
  body.product-page .product_reviews_section,
  body.product-page .product_recommendations_section {
    padding-top: 0 !important;
  }

  body.product-page .product_recommendations_section {
    margin-top: 20px !important;
  }

  body.product-page .product_page_container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.product-page .product_details_layout {
    row-gap: 16px !important;
  }

  body.product-page .product_gallery,
  body.product-page .product_info_card,
  body.product-page .product_story_card,
  body.product-page .reviews_summary_card,
  body.product-page .reviews_panel {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px !important;
    overflow: hidden !important;
  }

  body.product-page .product_detail_tabs {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  body.product-page .product_story_title {
    margin: 12px 0 8px !important;
  }

  body.product-page .product_story_lead,
  body.product-page .product_story_body p {
    margin-bottom: 10px !important;
  }

  body.product-page .product_story_body {
    gap: 12px !important;
  }

  body.product-page .product_story_block {
    margin: 12px 0 !important;
    padding-top: 0 !important;
  }

  body.product-page .product_story_block + .product_story_block {
    margin-top: 12px !important;
    padding-top: 12px !important;
  }

  body.product-page .product_story_card hr,
  body.product-page .product_story_body hr {
    margin: 10px 0 !important;
  }

  body.product-page .product_story_list li {
    margin-bottom: 4px !important;
  }

  body.product-page .product_reviews_stack {
    gap: 0 !important;
  }

  body.product-page .reviews_summary_card {
    margin-bottom: 12px !important;
  }

  body.product-page .rating_overview {
    margin: 12px 0 !important;
  }

  body.product-page .reviews_list {
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 0 !important;
    gap: 0 !important;
  }

  body.product-page .review_card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10px !important;
    padding: 10px 0 !important;
    overflow: hidden !important;
  }

  body.product-page .reviews_panel {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    padding: 16px !important;
    overflow: hidden !important;
  }

  body.product-page .reviews_panel_head {
    margin-bottom: 12px !important;
  }

  body.product-page .review_form {
    margin-top: 0 !important;
    gap: 0 !important;
  }

  body.product-page .review_field {
    margin-bottom: 0 !important;
  }

  body.product-page .review_field:first-child {
    margin-bottom: 12px !important;
  }

  body.product-page .review_field label {
    margin: 0 0 6px !important;
  }

  body.product-page .review_field:first-child label {
    margin-bottom: 8px !important;
  }

  body.product-page .review_star_picker {
    margin: 0 !important;
  }

  body.product-page .review_field textarea {
    margin-top: 0 !important;
  }

  body.product-page .review_form_actions {
    margin-top: 12px !important;
  }

  body.product-page .review_form_status,
  body.product-page .review_auth_notice {
    margin-top: 8px !important;
  }

  body.product-page .review_notice_card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.product-page .review_notice_card p {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 4px !important;
    margin: 0 0 8px !important;
    overflow: hidden !important;
    color: #888 !important;
    font-size: 12px !important;
    font-style: italic !important;
    line-height: 1.45 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  body.product-page .review_google_signin_btn,
  body.product-page .review_notice_card .auth_dropdown_btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 10px 16px !important;
    overflow: hidden !important;
    border: 1.5px solid #ddd !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  body.product-page .review_google_signin_btn span,
  body.product-page .review_notice_card .auth_dropdown_btn span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.product-page .product_recommendations_section .heading_container {
    margin-bottom: 12px !important;
  }

  body.product-page .product_recommendations_section .heading_container p {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }
}

/* Final checkout design layer */
body.checkout-page {
  --checkout-gold: #d4a017;
  --checkout-ink: #1a1a1a;
  --checkout-muted: #888;
  --checkout-card-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

body.checkout-page .checkout_page_section {
  padding: 24px !important;
  background: #fff8e8 !important;
}

body.checkout-page .checkout_page_section > .container,
body.checkout-page .checkout_page_shell,
body.checkout-page .checkout_page_header {
  width: 100% !important;
  max-width: 720px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.checkout-page .checkout_page_header {
  margin-bottom: 20px !important;
  text-align: left !important;
}

body.checkout-page .checkout_page_header > span {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 0 4px !important;
  color: var(--checkout-gold) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

body.checkout-page .checkout_page_header > span::before {
  content: "\f023" !important;
  font-family: FontAwesome !important;
  font-size: 11px !important;
  font-weight: normal !important;
  letter-spacing: 0 !important;
}

body.checkout-page .checkout_page_header h1 {
  margin: 0 0 4px !important;
  color: var(--checkout-ink) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.checkout-page .checkout_page_header p {
  margin: 0 0 20px !important;
  color: var(--checkout-muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.checkout-page .checkout_steps {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 0 !important;
  margin: 0 0 16px !important;
  padding: 16px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--checkout-card-shadow) !important;
}

body.checkout-page .checkout_step {
  position: relative !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 7px !important;
  text-align: center !important;
}

body.checkout-page .checkout_step:not(:last-child)::after {
  top: 15px !important;
  left: calc(50% + 22px) !important;
  width: calc(100% - 44px) !important;
  height: 2px !important;
  margin: 0 6px !important;
  background: #e0e0e0 !important;
}

body.checkout-page .checkout_step.is_complete:not(:last-child)::after {
  background: var(--checkout-gold) !important;
}

body.checkout-page .checkout_step_number {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  border: 2px solid #ddd !important;
  background: #fff !important;
  color: #aaa !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_step.is_active .checkout_step_number {
  border-color: var(--checkout-gold) !important;
  background: var(--checkout-gold) !important;
  color: #fff !important;
  box-shadow: 0 0 0 4px rgba(212, 160, 23, 0.15) !important;
}

body.checkout-page .checkout_step.is_complete .checkout_step_number {
  border-color: var(--checkout-ink) !important;
  background: var(--checkout-ink) !important;
}

body.checkout-page .checkout_step > span:last-child {
  max-width: 80px !important;
  color: #aaa !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}

body.checkout-page .checkout_step.is_active > span:last-child {
  color: var(--checkout-gold) !important;
  font-weight: 600 !important;
}

body.checkout-page .checkout_page_panel {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.checkout-page .checkout_panel_head {
  margin: 0 0 12px !important;
}

body.checkout-page .checkout_step_label {
  margin: 0 0 3px !important;
  color: var(--checkout-gold) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
}

body.checkout-page .checkout_panel_head h2 {
  margin: 0 0 12px !important;
  color: var(--checkout-ink) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_panel_head > strong {
  color: var(--checkout-gold) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_cart_items {
  gap: 10px !important;
  margin: 0 0 10px !important;
}

body.checkout-page .checkout_cart_item {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--checkout-card-shadow) !important;
}

body.checkout-page .checkout_cart_item_image {
  width: 72px !important;
  height: 72px !important;
  flex: 0 0 72px !important;
  padding: 6px !important;
  border-radius: 12px !important;
  background: #f8f8f8 !important;
}

body.checkout-page .checkout_cart_item_image img {
  object-fit: contain !important;
}

body.checkout-page .checkout_cart_item_body {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px 14px !important;
  padding-right: 80px !important;
}

body.checkout-page .checkout_cart_item_head,
body.checkout-page .checkout_cart_item_meta,
body.checkout-page .checkout_item_qty {
  grid-column: 1 / 2 !important;
}

body.checkout-page .checkout_cart_item_head > a {
  margin: 0 0 4px !important;
  color: var(--checkout-ink) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

body.checkout-page .checkout_cart_item_meta span {
  color: var(--checkout-gold) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_cart_item_meta strong {
  position: absolute !important;
  right: 14px !important;
  bottom: 14px !important;
  margin: 0 !important;
  color: #555 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

body.checkout-page .checkout_item_qty {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
}

body.checkout-page .checkout_item_qty button {
  width: 28px !important;
  height: 28px !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #333 !important;
  font-size: 16px !important;
  transition: transform 0.16s ease, border-color 0.2s ease, color 0.2s ease !important;
}

body.checkout-page .checkout_item_qty button:active {
  transform: scale(0.92) !important;
}

body.checkout-page .checkout_item_qty span {
  min-width: 24px !important;
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

body.checkout-page .checkout_item_remove {
  top: 10px !important;
  right: 10px !important;
  padding: 3px 7px !important;
  border-radius: 6px !important;
  color: #e53935 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
}

body.checkout-page .checkout_item_remove:hover,
body.checkout-page .checkout_item_remove:focus {
  background: rgba(229, 57, 53, 0.06) !important;
  color: #c62828 !important;
}

body.checkout-page .checkout_order_summary {
  margin: 4px 0 16px !important;
  padding: 16px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--checkout-card-shadow) !important;
}

body.checkout-page .checkout_summary_row {
  padding: 9px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

body.checkout-page .checkout_summary_row span {
  color: #777 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

body.checkout-page .checkout_summary_row strong {
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

body.checkout-page .checkout_summary_row:nth-child(2) strong {
  color: #aaa !important;
  font-size: 12px !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

body.checkout-page .checkout_discount_row strong {
  color: #4caf50 !important;
}

body.checkout-page .checkout_summary_total {
  margin-top: 4px !important;
  padding-top: 12px !important;
  border-bottom: 0 !important;
}

body.checkout-page .checkout_summary_total span {
  color: var(--checkout-ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_summary_total strong {
  color: var(--checkout-gold) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

body.checkout-page .checkout_nav_row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 16px !important;
}

body.checkout-page .checkout_back_btn {
  width: auto !important;
  flex: 0 0 auto !important;
  padding: 13px 24px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #555 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

body.checkout-page .checkout_back_btn:hover,
body.checkout-page .checkout_back_btn:focus {
  border-color: var(--checkout-gold) !important;
  color: var(--checkout-gold) !important;
}

body.checkout-page .checkout_next_btn,
body.checkout-page .checkout_confirm_btn {
  width: auto !important;
  flex: 1 1 auto !important;
  padding: 13px 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--checkout-gold) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 14px rgba(212, 160, 23, 0.35) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

body.checkout-page .checkout_next_btn:hover,
body.checkout-page .checkout_next_btn:focus,
body.checkout-page .checkout_confirm_btn:hover,
body.checkout-page .checkout_confirm_btn:focus {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(212, 160, 23, 0.4) !important;
}

body.checkout-page .checkout_next_btn::after,
body.checkout-page .checkout_confirm_btn::after {
  margin-left: 8px !important;
}

body.checkout-page .checkout_city_card,
body.checkout-page .checkout_selected_city,
body.checkout-page .checkout_saved_address_bar,
body.checkout-page .checkout_review_card,
body.checkout-page .checkout_payment_option,
body.checkout-page .checkout_fields label,
body.checkout-page .checkout_page_empty,
body.checkout-page .checkout_page_loading {
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: var(--checkout-ink) !important;
  box-shadow: var(--checkout-card-shadow) !important;
}

@media (max-width: 575px) {
  body.checkout-page .checkout_page_section {
    padding: 16px !important;
  }

  body.checkout-page .checkout_step:not(:last-child)::after {
    top: 12px !important;
    left: calc(50% + 18px) !important;
    width: calc(100% - 36px) !important;
    height: 1.5px !important;
  }

  body.checkout-page .checkout_step_number {
    width: 26px !important;
    height: 26px !important;
    flex-basis: 26px !important;
    font-size: 11px !important;
  }

  body.checkout-page .checkout_step > span:last-child {
    max-width: 60px !important;
    font-size: 10px !important;
  }

  body.checkout-page .checkout_panel_head > strong {
    display: none !important;
  }

  body.checkout-page .checkout_cart_item {
    align-items: flex-start !important;
    gap: 12px !important;
  }

  body.checkout-page .checkout_cart_item_body {
    grid-template-columns: 1fr !important;
    padding-right: 0 !important;
  }

  body.checkout-page .checkout_cart_item_meta strong {
    position: static !important;
    width: 100% !important;
  }

  body.checkout-page .checkout_item_remove {
    position: static !important;
    width: fit-content !important;
    margin-top: 2px !important;
  }

  body.checkout-page .checkout_nav_row {
    flex-direction: column-reverse !important;
  }

  body.checkout-page .checkout_back_btn,
  body.checkout-page .checkout_next_btn,
  body.checkout-page .checkout_confirm_btn {
    width: 100% !important;
  }
}

/* True final checkout form polish */
body.checkout-page .checkout_fields,
body.checkout-page .checkout_address_fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
}

body.checkout-page .checkout_fields label {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.checkout-page .checkout_fields span,
body.checkout-page .checkout_city_selector legend {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  color: #b9872c !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  line-height: 1.25 !important;
}

body.checkout-page .checkout_fields em {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 16px !important;
  padding: 1px 6px !important;
  border-radius: 999px !important;
  background: rgba(212, 160, 23, 0.09) !important;
  color: #9a9a9a !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: lowercase !important;
}

body.checkout-page .checkout_fields input,
body.checkout-page .checkout_fields select,
body.checkout-page .checkout_fields textarea {
  width: 100% !important;
  min-height: 38px !important;
  padding: 9px 11px !important;
  border: 1px solid rgba(26, 26, 26, 0.12) !important;
  border-radius: 10px !important;
  background: #fffdf8 !important;
  color: #1f1f1f !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease !important;
}

body.checkout-page .checkout_fields textarea {
  min-height: 76px !important;
  padding-top: 10px !important;
  resize: vertical !important;
}

body.checkout-page .checkout_fields input:focus,
body.checkout-page .checkout_fields select:focus,
body.checkout-page .checkout_fields textarea:focus {
  outline: none !important;
  border-color: rgba(212, 160, 23, 0.78) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.13) !important;
}

body.checkout-page .checkout_selected_city,
body.checkout-page .checkout_saved_address_bar {
  margin-bottom: 12px !important;
  padding: 12px 14px !important;
}

body.checkout-page .checkout_city_selector {
  margin: 0 !important;
}

body.checkout-page .checkout_city_options,
body.checkout-page .checkout_review_cards {
  gap: 10px !important;
}

body.checkout-page .checkout_city_card,
body.checkout-page .checkout_review_card,
body.checkout-page .checkout_payment_option {
  padding: 12px 14px !important;
}

body.checkout-page .checkout_panel_head {
  margin-bottom: 10px !important;
}

body.checkout-page .checkout_panel_head h2 {
  margin-bottom: 10px !important;
}

body.checkout-page .checkout_nav_row {
  margin-top: 14px !important;
}

body.checkout-page .checkout_next_btn,
body.checkout-page .checkout_confirm_btn {
  min-height: 44px !important;
  padding: 12px 22px !important;
  gap: 8px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

body.checkout-page .checkout_next_btn::after,
body.checkout-page .checkout_confirm_btn::after {
  display: inline-flex !important;
  align-items: center !important;
  margin-left: 8px !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

body.checkout-page .checkout_back_btn {
  min-height: 42px !important;
  padding: 11px 20px !important;
  border-width: 1.5px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease !important;
}

body.checkout-page .checkout_back_btn:hover,
body.checkout-page .checkout_back_btn:focus {
  background: rgba(212, 160, 23, 0.06) !important;
}

@media (max-width: 768px) {
  body.checkout-page .checkout_page_header {
    margin-bottom: 14px !important;
  }

  body.checkout-page .checkout_steps {
    margin-bottom: 14px !important;
  }

  body.checkout-page .checkout_fields,
  body.checkout-page .checkout_address_fields {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.checkout-page .checkout_fields label {
    gap: 4px !important;
  }

  body.checkout-page .checkout_fields input,
  body.checkout-page .checkout_fields select {
    min-height: 37px !important;
    padding: 8px 10px !important;
  }

  body.checkout-page .checkout_fields textarea {
    min-height: 72px !important;
  }

  body.checkout-page .checkout_selected_city,
  body.checkout-page .checkout_saved_address_bar,
  body.checkout-page .checkout_city_card,
  body.checkout-page .checkout_review_card,
  body.checkout-page .checkout_payment_option {
    padding: 11px 12px !important;
  }

  body.checkout-page .checkout_nav_row {
    gap: 10px !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 575px) {
  body.checkout-page .user_option {
    gap: 8px !important;
  }

  body.checkout-page .user_option .user_link,
  body.checkout-page .user_option .cart_link,
  body.checkout-page .user_option .nav_search-btn,
  body.checkout-page .user_option .theme_toggle,
  body.checkout-page .custom_nav-container > .theme_toggle,
  body.checkout-page .custom_nav-container .navbar-toggler {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
  }

  body.checkout-page .user_option .cart_link svg {
    width: 16px !important;
    height: 16px !important;
  }

  body.checkout-page .user_option .user_link i,
  body.checkout-page .user_option .nav_search-btn i,
  body.checkout-page .theme_toggle_icon,
  body.checkout-page .theme_toggle_icon::before {
    font-size: 14px !important;
  }

  body.checkout-page .custom_nav-container .navbar-toggler span {
    width: 17px !important;
  }

  body.checkout-page .custom_nav-container .navbar-toggler span,
  body.checkout-page .custom_nav-container .navbar-toggler span::before,
  body.checkout-page .custom_nav-container .navbar-toggler span::after {
    height: 2px !important;
  }
}

/* Compact global/admin/checkout performance polish */
:root {
  --compact-card-shadow: 0 8px 22px rgba(40, 28, 10, 0.08);
}

img {
  max-width: 100%;
  height: auto;
}

.bg-box img,
.product-card img,
.checkout_cart_item_image img,
.cart_item_image img,
.orders_card img,
.admin_order_card img {
  object-fit: cover;
}

.product-card .img-box img,
.checkout_cart_item_image img,
.cart_item_image img {
  aspect-ratio: 1 / 1;
}

@media (max-width: 768px) {
  .food_section .box.product-card,
  body.checkout-page .checkout_page_shell,
  body.orders-page .orders_page_shell,
  body.admin-orders-page .orders_page_shell {
    box-shadow: 0 4px 14px rgba(40, 28, 10, 0.08) !important;
  }
}

.footer_section {
  padding-top: 34px !important;
  padding-bottom: 20px !important;
}

.footer_section .container {
  padding-top: 20px !important;
  padding-bottom: 16px !important;
}

.footer_section .row {
  row-gap: 16px !important;
}

.footer_section .footer-col,
.footer_section .footer_detail {
  padding: 18px !important;
}

.footer_section .footer_contact .contact_link_box {
  gap: 8px !important;
}

.footer_section .footer_contact .contact_link_box a,
.footer_section .delivery-list.simple-footer-list .delivery-item {
  min-height: 0 !important;
  padding: 10px 12px !important;
}

.footer_section .delivery-icon,
.footer_section .footer_contact .contact_link_box a i {
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
}

.footer_section .footer-info {
  margin-top: 16px !important;
  padding-top: 12px !important;
}

/* Footer density and policy navbar icon cleanup */
.footer_section {
  --footer-text-size: 0.86rem;
  --footer-text-line-height: 1.4;
  padding-top: 24px !important;
  padding-bottom: 14px !important;
}

.footer_section .container {
  max-width: 1180px !important;
  padding: 18px 22px 14px !important;
  border-radius: 18px !important;
}

.footer_section .row {
  align-items: start !important;
  gap: 18px !important;
}

.footer_section .footer-col,
.footer_section .footer_detail {
  height: auto !important;
  min-height: 0 !important;
}

.footer_section .footer-col:not(:nth-child(2)),
.footer_section .footer_detail {
  padding: 14px !important;
  border-radius: 14px !important;
}

.footer_section h4 {
  margin-bottom: 11px !important;
  font-size: 0.76rem !important;
}

.footer_section p,
.footer_section .footer_detail p,
.footer_section .footer-info p,
.footer_section .footer-info p a {
  line-height: 1.5 !important;
}

.footer_section .footer-logo {
  gap: 8px !important;
  margin-bottom: 10px !important;
  font-size: 2.2rem !important;
}

.footer_section .footer-logo::after {
  height: 6px !important;
}

.footer_section .footer_social {
  gap: 8px !important;
  margin-top: 14px !important;
}

.footer_section .footer_social a {
  width: 34px !important;
  height: 34px !important;
  font-size: 14px !important;
}

.footer_section .footer_messenger_icon {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.footer_section .footer_contact .contact_link_box {
  gap: 7px !important;
}

.footer_section .footer_contact .contact_link_box a,
.footer_section .delivery-list.simple-footer-list .delivery-item {
  min-height: 0 !important;
  padding: 8px 10px !important;
}

.footer_section .footer_contact .contact_link_box a,
.footer_section .footer_contact .contact_link_box a span {
  font-family: var(--footer-text-font) !important;
  font-size: var(--footer-text-size) !important;
  font-weight: var(--footer-text-weight) !important;
  line-height: var(--footer-text-line-height) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.footer_section .footer_contact .contact_link_box a i,
.footer_section .delivery-icon {
  width: 26px !important;
  min-width: 26px !important;
  height: 26px !important;
  font-size: 11px !important;
}

.delivery-list.simple-footer-list {
  border-radius: 13px !important;
}

.footer_section .delivery-text {
  gap: 1px !important;
}

.footer_section .delivery-text strong {
  font-size: var(--footer-text-size) !important;
  line-height: var(--footer-text-line-height) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.footer_section .delivery-text span {
  font-size: var(--footer-text-size) !important;
  line-height: var(--footer-text-line-height) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.footer_section .footer_policy_links {
  gap: 5px !important;
  margin-top: 10px !important;
}

.custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link > i {
  display: none !important;
}

.footer_section .footer_policy_links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 14px !important;
  row-gap: 8px !important;
  width: min(100%, 330px) !important;
  margin: 12px auto 0 !important;
}

.footer_section .footer_policy_links a {
  width: 100% !important;
  min-height: 32px !important;
  align-items: center !important;
  padding: 6px 9px !important;
  border: 1px solid rgba(212, 160, 23, 0.14) !important;
  border-radius: 10px !important;
  background: rgba(212, 160, 23, 0.05) !important;
  color: #9b6a10 !important;
  font-family: var(--footer-text-font) !important;
  font-size: var(--footer-text-size) !important;
  font-weight: var(--footer-text-weight) !important;
  line-height: var(--footer-text-line-height) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.footer_section .footer_policy_links a::before {
  width: 5px !important;
  height: 5px !important;
  margin-right: 7px !important;
}

.footer_section .footer_policy_links_contact,
.footer_section .footer_policy_links_delivery {
  grid-template-columns: 1fr !important;
  width: 100% !important;
  margin-top: 9px !important;
  row-gap: 7px !important;
}

.footer_section .footer_policy_links_contact a,
.footer_section .footer_policy_links_delivery a {
  min-height: 34px !important;
  justify-content: flex-start !important;
  padding: 8px 10px !important;
  border-color: rgba(212, 160, 23, 0.18) !important;
  background: rgba(255, 255, 255, 0.42) !important;
}

.footer_section .footer_policy_links_delivery {
  margin-bottom: 0 !important;
}

.footer_section .footer_detail {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.footer_section .footer_social {
  margin-top: 12px !important;
}

.order_steps_grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.order_step_item {
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 18px 16px !important;
}

.order_step_icon {
  width: 44px !important;
  height: 44px !important;
  margin-bottom: 12px !important;
}

.order_step_item h5 {
  overflow-wrap: anywhere !important;
  margin-bottom: 8px !important;
}

.order_step_item p {
  overflow-wrap: anywhere !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
}

@media (max-width: 1199px) {
  .order_steps_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

body.checkout-page .checkout_page_section,
body.admin-orders-page .admin_orders_section {
  padding-top: 22px !important;
  padding-bottom: 24px !important;
}

body.checkout-page .checkout_page_header,
body.admin-orders-page .orders_page_header {
  margin-bottom: 14px !important;
}

body.checkout-page .checkout_steps {
  padding: 12px !important;
  margin-bottom: 12px !important;
}

body.checkout-page .checkout_step_number {
  width: 28px !important;
  height: 28px !important;
  flex-basis: 28px !important;
}

body.checkout-page .checkout_step:not(:last-child)::after {
  top: 13px !important;
}

body.checkout-page .checkout_page_panel,
body.checkout-page .checkout_order_summary,
body.checkout-page .checkout_cart_item,
body.checkout-page .checkout_city_card,
body.checkout-page .checkout_review_card,
body.checkout-page .checkout_payment_option {
  box-shadow: var(--compact-card-shadow) !important;
}

body.checkout-page .checkout_page_shell,
body.checkout-page .checkout_page_panel {
  padding: 14px !important;
}

body.checkout-page .checkout_cart_items {
  gap: 9px !important;
}

body.checkout-page .checkout_cart_item {
  padding: 10px !important;
}

body.checkout-page .checkout_order_summary {
  margin-top: 10px !important;
  padding: 10px 12px !important;
}

body.checkout-page .checkout_delivery_schedule_note {
  margin: 2px 0 10px !important;
  padding: 9px 11px !important;
  border: 1px solid rgba(212, 160, 23, 0.18) !important;
  border-radius: 12px !important;
  background: rgba(212, 160, 23, 0.08) !important;
  color: #7a5200 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

body.checkout-page .checkout_city_card {
  min-height: 0 !important;
  align-items: flex-start !important;
  gap: 9px !important;
  padding: 10px 12px !important;
}

body.checkout-page .checkout_city_copy,
.checkout_modal .checkout_city_card > span:last-child {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

body.checkout-page .checkout_city_copy strong,
.checkout_modal .checkout_city_card strong {
  color: #1a1a1a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.checkout-page .checkout_city_copy small,
.checkout_modal .checkout_city_card small {
  color: #8a6a22 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

body.admin-orders-page .admin_orders_toolbar {
  gap: 12px !important;
  margin-bottom: 14px !important;
}

body.admin-orders-page .admin_orders_stats {
  gap: 8px !important;
}

body.admin-orders-page .admin_orders_stats > div {
  padding: 10px 12px !important;
}

body.admin-orders-page .admin_orders_filters {
  gap: 7px !important;
}

body.admin-orders-page .admin_orders_filters button {
  min-height: 34px !important;
  padding: 7px 10px !important;
  font-size: 12px !important;
}

body.admin-orders-page .admin_orders_queue_tabs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 0 12px !important;
}

body.admin-orders-page .admin_orders_queue_tabs button {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(180, 125, 25, 0.18) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  color: #3a2a13 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
}

body.admin-orders-page .admin_orders_queue_tabs button.is_active {
  border-color: rgba(212, 160, 23, 0.55) !important;
  background: #fff7df !important;
  color: #8a5c09 !important;
}

body.admin-orders-page .admin_orders_queue_tabs span {
  min-width: 24px !important;
  padding: 2px 7px !important;
  border-radius: 999px !important;
  background: rgba(212, 160, 23, 0.14) !important;
  color: #8a5c09 !important;
  font-size: 12px !important;
}

body.admin-orders-page .admin_orders_groups {
  display: grid !important;
  gap: 16px !important;
}

body.admin-orders-page .admin_orders_group[hidden] {
  display: none !important;
}

body.admin-orders-page .admin_orders_group {
  padding: 14px !important;
  border: 1px solid rgba(180, 125, 25, 0.16) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: var(--compact-card-shadow) !important;
}

body.admin-orders-page .admin_orders_group_head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 10px !important;
}

body.admin-orders-page .admin_orders_group_kicker {
  display: block !important;
  margin-bottom: 2px !important;
  color: #b9872c !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.admin-orders-page .admin_orders_group_head h2 {
  margin: 0 !important;
  color: #1a1a1a !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body.admin-orders-page .admin_orders_group_head > strong {
  min-width: 34px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: rgba(212, 160, 23, 0.14) !important;
  color: #8a5c09 !important;
  text-align: center !important;
}

body.admin-orders-page .admin_orders_list {
  display: grid !important;
  gap: 10px !important;
}

body.admin-orders-page .admin_order_card {
  padding: 10px !important;
  border-radius: 12px !important;
  box-shadow: 0 3px 10px rgba(40, 28, 10, 0.06) !important;
}

body.admin-orders-page .admin_order_head {
  align-items: flex-start !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
}

body.admin-orders-page .admin_order_primary {
  min-width: 0 !important;
}

body.admin-orders-page .admin_order_customer_name {
  display: block !important;
  color: #1a1a1a !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

body.admin-orders-page .admin_order_total {
  color: #b9872c !important;
  font-size: 15px !important;
  white-space: nowrap !important;
}

body.admin-orders-page .admin_order_quick_facts,
body.admin-orders-page .admin_order_identity_row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-bottom: 8px !important;
}

body.admin-orders-page .admin_order_quick_facts > span:not(.orders_badge),
body.admin-orders-page .admin_order_short_id {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-height: 26px !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, 0.04) !important;
  color: #444 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.admin-orders-page .admin_order_address_row,
body.admin-orders-page .admin_order_full_id_block,
body.admin-orders-page .admin_order_items_panel {
  margin-top: 8px !important;
}

body.admin-orders-page .admin_order_items_panel {
  padding: 8px !important;
}

body.admin-orders-page .admin_order_item_row {
  padding: 2px 0 !important;
  font-size: 12px !important;
}

body.admin-orders-page .admin_order_status_form {
  margin-top: 10px !important;
  gap: 8px !important;
}

body.admin-orders-page .admin_order_status_form select,
body.admin-orders-page .admin_order_status_form button {
  height: 34px !important;
}

@media (max-width: 768px) {
  :root {
    --compact-card-shadow: 0 3px 10px rgba(40, 28, 10, 0.06);
  }

  .footer_section {
    padding-top: 18px !important;
    padding-bottom: 10px !important;
  }

  .footer_section .container {
    padding: 12px !important;
  }

  .footer_section .footer-col,
  .footer_section .footer_detail {
    padding: 12px !important;
  }

  body.checkout-page .checkout_page_section,
  body.admin-orders-page .admin_orders_section {
    padding: 16px 0 18px !important;
  }

  body.checkout-page .checkout_page_section > .container,
  body.admin-orders-page .admin_orders_section > .container {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  body.checkout-page .checkout_steps {
    padding: 10px 8px !important;
  }

  body.checkout-page .checkout_city_options {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.admin-orders-page .admin_orders_stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.admin-orders-page .admin_orders_group {
    padding: 11px !important;
  }

  body.admin-orders-page .admin_order_card {
    padding: 9px !important;
  }

  body.admin-orders-page .admin_order_status_form {
    grid-template-columns: 1fr !important;
  }

  body.admin-orders-page .admin_order_status_form button {
    width: 100% !important;
  }

  .footer_section .footer_policy_links,
  .order_steps_grid {
    grid-template-columns: 1fr !important;
  }

  .footer_section .footer_policy_links {
    width: 100% !important;
    row-gap: 6px !important;
  }

  .footer_section .footer_policy_links a {
    min-height: 30px !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 430px) {
  body.admin-orders-page .admin_orders_stats {
    grid-template-columns: 1fr !important;
  }

  body.checkout-page .checkout_step > span:last-child {
    max-width: 58px !important;
  }

  body.admin-orders-page .admin_orders_queue_tabs {
    grid-template-columns: 1fr !important;
  }
}

/* Responsive dark-mode final pass */
html[data-theme="dark"] .product_gallery,
html[data-theme="dark"] .product_info_card,
html[data-theme="dark"] .product_story_card,
html[data-theme="dark"] .reviews_summary_card,
html[data-theme="dark"] .reviews_panel,
html[data-theme="dark"] .food_section .box.product-card,
html[data-theme="dark"] .recommendation_card,
html[data-theme="dark"] .wishlist_card,
html[data-theme="dark"] .wishlist_empty_state,
html[data-theme="dark"] .offers_page_card,
body.theme_dark .product_gallery,
body.theme_dark .product_info_card,
body.theme_dark .product_story_card,
body.theme_dark .reviews_summary_card,
body.theme_dark .reviews_panel,
body.theme_dark .food_section .box.product-card,
body.theme_dark .recommendation_card,
body.theme_dark .wishlist_card,
body.theme_dark .wishlist_empty_state,
body.theme_dark .offers_page_card,
body.dark-mode .product_gallery,
body.dark-mode .product_info_card,
body.dark-mode .product_story_card,
body.dark-mode .reviews_summary_card,
body.dark-mode .reviews_panel,
body.dark-mode .food_section .box.product-card,
body.dark-mode .recommendation_card,
body.dark-mode .wishlist_card,
body.dark-mode .wishlist_empty_state,
body.dark-mode .offers_page_card {
  background: linear-gradient(180deg, rgba(31, 27, 22, 0.98), rgba(20, 18, 16, 0.98)) !important;
  border-color: rgba(242, 199, 107, 0.22) !important;
  color: #fff8e8 !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34) !important;
}

html[data-theme="dark"] .food_section .box.product-card .detail-box h5,
html[data-theme="dark"] .food_section .box.product-card .detail-box h5 a,
html[data-theme="dark"] .food_section .box.product-card .detail-box h6,
html[data-theme="dark"] .recommendation_card_copy h3,
html[data-theme="dark"] .recommendation_card_copy h3 a,
html[data-theme="dark"] .recommendation_card_price,
html[data-theme="dark"] .wishlist_card h3 a,
html[data-theme="dark"] .wishlist_card_footer strong,
html[data-theme="dark"] .offers_page_body h3,
html[data-theme="dark"] .offers_page_price_row strong,
body.theme_dark .food_section .box.product-card .detail-box h5,
body.theme_dark .food_section .box.product-card .detail-box h5 a,
body.theme_dark .food_section .box.product-card .detail-box h6,
body.theme_dark .recommendation_card_copy h3,
body.theme_dark .recommendation_card_copy h3 a,
body.theme_dark .recommendation_card_price,
body.theme_dark .wishlist_card h3 a,
body.theme_dark .wishlist_card_footer strong,
body.theme_dark .offers_page_body h3,
body.theme_dark .offers_page_price_row strong,
body.dark-mode .food_section .box.product-card .detail-box h5,
body.dark-mode .food_section .box.product-card .detail-box h5 a,
body.dark-mode .food_section .box.product-card .detail-box h6,
body.dark-mode .recommendation_card_copy h3,
body.dark-mode .recommendation_card_copy h3 a,
body.dark-mode .recommendation_card_price,
body.dark-mode .wishlist_card h3 a,
body.dark-mode .wishlist_card_footer strong,
body.dark-mode .offers_page_body h3,
body.dark-mode .offers_page_price_row strong {
  color: #fff8e8 !important;
}

html[data-theme="dark"] .food_section .box.product-card .detail-box p,
html[data-theme="dark"] .recommendation_card_copy p,
html[data-theme="dark"] .recommendation_card_rating,
html[data-theme="dark"] .wishlist_card p,
html[data-theme="dark"] .wishlist_empty_state p,
html[data-theme="dark"] .offers_page_category,
html[data-theme="dark"] .offers_page_rating,
body.theme_dark .food_section .box.product-card .detail-box p,
body.theme_dark .recommendation_card_copy p,
body.theme_dark .recommendation_card_rating,
body.theme_dark .wishlist_card p,
body.theme_dark .wishlist_empty_state p,
body.theme_dark .offers_page_category,
body.theme_dark .offers_page_rating,
body.dark-mode .food_section .box.product-card .detail-box p,
body.dark-mode .recommendation_card_copy p,
body.dark-mode .recommendation_card_rating,
body.dark-mode .wishlist_card p,
body.dark-mode .wishlist_empty_state p,
body.dark-mode .offers_page_category,
body.dark-mode .offers_page_rating {
  color: #e5d8c3 !important;
}

html[data-theme="dark"] .product-link-btn,
html[data-theme="dark"] .recommendation_link,
html[data-theme="dark"] .recommendation_add_btn,
html[data-theme="dark"] .offers_page_view_btn,
html[data-theme="dark"] .wishlist_empty_btn,
html[data-theme="dark"] .wishlist_view_btn,
html[data-theme="dark"] .wishlist_add_btn,
html[data-theme="dark"] .wishlist_remove_btn,
html[data-theme="dark"] .footer_section .footer_policy_links a,
body.theme_dark .product-link-btn,
body.theme_dark .recommendation_link,
body.theme_dark .recommendation_add_btn,
body.theme_dark .offers_page_view_btn,
body.theme_dark .wishlist_empty_btn,
body.theme_dark .wishlist_view_btn,
body.theme_dark .wishlist_add_btn,
body.theme_dark .wishlist_remove_btn,
body.theme_dark .footer_section .footer_policy_links a,
body.dark-mode .product-link-btn,
body.dark-mode .recommendation_link,
body.dark-mode .recommendation_add_btn,
body.dark-mode .offers_page_view_btn,
body.dark-mode .wishlist_empty_btn,
body.dark-mode .wishlist_view_btn,
body.dark-mode .wishlist_add_btn,
body.dark-mode .wishlist_remove_btn,
body.dark-mode .footer_section .footer_policy_links a {
  background: linear-gradient(135deg, rgba(242, 199, 107, 0.22), rgba(180, 125, 25, 0.16)) !important;
  border-color: rgba(242, 199, 107, 0.48) !important;
  color: #ffe09a !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 248, 232, 0.08) !important;
}

html[data-theme="dark"] .product-link-btn:hover,
html[data-theme="dark"] .product-link-btn:focus,
html[data-theme="dark"] .recommendation_link:hover,
html[data-theme="dark"] .recommendation_link:focus,
html[data-theme="dark"] .recommendation_add_btn:hover,
html[data-theme="dark"] .recommendation_add_btn:focus,
html[data-theme="dark"] .offers_page_view_btn:hover,
html[data-theme="dark"] .offers_page_view_btn:focus,
html[data-theme="dark"] .wishlist_empty_btn:hover,
html[data-theme="dark"] .wishlist_empty_btn:focus,
html[data-theme="dark"] .wishlist_view_btn:hover,
html[data-theme="dark"] .wishlist_view_btn:focus,
html[data-theme="dark"] .wishlist_add_btn:hover,
html[data-theme="dark"] .wishlist_add_btn:focus,
html[data-theme="dark"] .wishlist_remove_btn:hover,
html[data-theme="dark"] .wishlist_remove_btn:focus,
html[data-theme="dark"] .footer_section .footer_policy_links a:hover,
html[data-theme="dark"] .footer_section .footer_policy_links a:focus,
body.theme_dark .product-link-btn:hover,
body.theme_dark .product-link-btn:focus,
body.theme_dark .recommendation_link:hover,
body.theme_dark .recommendation_link:focus,
body.theme_dark .recommendation_add_btn:hover,
body.theme_dark .recommendation_add_btn:focus,
body.theme_dark .offers_page_view_btn:hover,
body.theme_dark .offers_page_view_btn:focus,
body.theme_dark .wishlist_empty_btn:hover,
body.theme_dark .wishlist_empty_btn:focus,
body.theme_dark .wishlist_view_btn:hover,
body.theme_dark .wishlist_view_btn:focus,
body.theme_dark .wishlist_add_btn:hover,
body.theme_dark .wishlist_add_btn:focus,
body.theme_dark .wishlist_remove_btn:hover,
body.theme_dark .wishlist_remove_btn:focus,
body.theme_dark .footer_section .footer_policy_links a:hover,
body.theme_dark .footer_section .footer_policy_links a:focus,
body.dark-mode .product-link-btn:hover,
body.dark-mode .product-link-btn:focus,
body.dark-mode .recommendation_link:hover,
body.dark-mode .recommendation_link:focus,
body.dark-mode .recommendation_add_btn:hover,
body.dark-mode .recommendation_add_btn:focus,
body.dark-mode .offers_page_view_btn:hover,
body.dark-mode .offers_page_view_btn:focus,
body.dark-mode .wishlist_empty_btn:hover,
body.dark-mode .wishlist_empty_btn:focus,
body.dark-mode .wishlist_view_btn:hover,
body.dark-mode .wishlist_view_btn:focus,
body.dark-mode .wishlist_add_btn:hover,
body.dark-mode .wishlist_add_btn:focus,
body.dark-mode .wishlist_remove_btn:hover,
body.dark-mode .wishlist_remove_btn:focus,
body.dark-mode .footer_section .footer_policy_links a:hover,
body.dark-mode .footer_section .footer_policy_links a:focus {
  background: linear-gradient(135deg, rgba(242, 199, 107, 0.34), rgba(180, 125, 25, 0.24)) !important;
  border-color: rgba(255, 224, 154, 0.72) !important;
  color: #fff8e8 !important;
}

html[data-theme="dark"] .product-wishlist-btn,
html[data-theme="dark"] .product-share-btn,
html[data-theme="dark"] .product_favorite_detail_btn,
html[data-theme="dark"] .product_share_detail_btn,
html[data-theme="dark"] .wishlist_empty_icon,
body.theme_dark .product-wishlist-btn,
body.theme_dark .product-share-btn,
body.theme_dark .product_favorite_detail_btn,
body.theme_dark .product_share_detail_btn,
body.theme_dark .wishlist_empty_icon,
body.dark-mode .product-wishlist-btn,
body.dark-mode .product-share-btn,
body.dark-mode .product_favorite_detail_btn,
body.dark-mode .product_share_detail_btn,
body.dark-mode .wishlist_empty_icon {
  background: rgba(31, 27, 22, 0.94) !important;
  border-color: rgba(242, 199, 107, 0.48) !important;
  color: #ffe09a !important;
}

/* Final mobile dark-mode contrast overrides loaded after style.css */
html[data-theme="dark"] body .product-card .product-link-btn,
html[data-theme="dark"] body .product-card .recommendation_link,
html[data-theme="dark"] body .product-card [class*="view"],
html[data-theme="dark"] body .product-card [class*="details"],
body.theme_dark .product-card .product-link-btn,
body.theme_dark .product-card .recommendation_link,
body.theme_dark .product-card [class*="view"],
body.theme_dark .product-card [class*="details"],
body.dark-mode .product-card .product-link-btn,
body.dark-mode .product-card .recommendation_link,
body.dark-mode .product-card [class*="view"],
body.dark-mode .product-card [class*="details"] {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  color: #f0f0f0 !important;
  box-shadow: none !important;
}

html[data-theme="dark"] body .product-card .product-link-btn:hover,
html[data-theme="dark"] body .product-card .product-link-btn:focus,
html[data-theme="dark"] body .product-card .recommendation_link:hover,
html[data-theme="dark"] body .product-card .recommendation_link:focus,
body.theme_dark .product-card .product-link-btn:hover,
body.theme_dark .product-card .product-link-btn:focus,
body.theme_dark .product-card .recommendation_link:hover,
body.theme_dark .product-card .recommendation_link:focus,
body.dark-mode .product-card .product-link-btn:hover,
body.dark-mode .product-card .product-link-btn:focus,
body.dark-mode .product-card .recommendation_link:hover,
body.dark-mode .product-card .recommendation_link:focus {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

html[data-theme="dark"] body .product-card .recommendation_add_btn,
html[data-theme="dark"] body .product-card [class*="add"],
body.theme_dark .product-card .recommendation_add_btn,
body.theme_dark .product-card [class*="add"],
body.dark-mode .product-card .recommendation_add_btn,
body.dark-mode .product-card [class*="add"] {
  background: #ffbe33 !important;
  border: none !important;
  color: #ffffff !important;
}

html[data-theme="dark"] body .footer_section .footer_policy_links a,
body.theme_dark .footer_section .footer_policy_links a,
body.dark-mode .footer_section .footer_policy_links a {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #e0e0e0 !important;
}

html[data-theme="dark"] body .footer_section .footer_policy_links a::before,
body.theme_dark .footer_section .footer_policy_links a::before,
body.dark-mode .footer_section .footer_policy_links a::before {
  background: #ffbe33 !important;
  opacity: 1 !important;
}

html[data-theme="dark"] body .footer_section .footer_policy_links a:hover,
html[data-theme="dark"] body .footer_section .footer_policy_links a:focus,
body.theme_dark .footer_section .footer_policy_links a:hover,
body.theme_dark .footer_section .footer_policy_links a:focus,
body.dark-mode .footer_section .footer_policy_links a:hover,
body.dark-mode .footer_section .footer_policy_links a:focus {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

html[data-theme="dark"] body .wishlist_empty_state,
html[data-theme="dark"] body [class*="empty-state"],
body.theme_dark .wishlist_empty_state,
body.theme_dark [class*="empty-state"],
body.dark-mode .wishlist_empty_state,
body.dark-mode [class*="empty-state"] {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

html[data-theme="dark"] body .wishlist_empty_btn,
html[data-theme="dark"] body [class*="wishlist"] [class*="browse"],
html[data-theme="dark"] body [class*="favorites"] [class*="browse"],
body.theme_dark .wishlist_empty_btn,
body.theme_dark [class*="wishlist"] [class*="browse"],
body.theme_dark [class*="favorites"] [class*="browse"],
body.dark-mode .wishlist_empty_btn,
body.dark-mode [class*="wishlist"] [class*="browse"],
body.dark-mode [class*="favorites"] [class*="browse"] {
  background: transparent !important;
  border: 2px solid #ffbe33 !important;
  color: #ffbe33 !important;
  font-weight: 600 !important;
}

html[data-theme="dark"] body .wishlist_empty_btn:hover,
html[data-theme="dark"] body .wishlist_empty_btn:focus,
body.theme_dark .wishlist_empty_btn:hover,
body.theme_dark .wishlist_empty_btn:focus,
body.dark-mode .wishlist_empty_btn:hover,
body.dark-mode .wishlist_empty_btn:focus {
  background: #ffbe33 !important;
  color: #ffffff !important;
}

/* Premium dark-mode product page audit pass */
html[data-theme="dark"] body.product-page,
body.theme_dark.product-page,
body.dark-mode.product-page {
  --pdp-bg: #0f0d0a;
  --pdp-panel: rgba(24, 20, 15, 0.96);
  --pdp-panel-strong: rgba(31, 26, 19, 0.98);
  --pdp-soft: rgba(255, 248, 232, 0.075);
  --pdp-soft-strong: rgba(255, 248, 232, 0.12);
  --pdp-text: #fff8e8;
  --pdp-muted: #e4d7bf;
  --pdp-subtle: #cbb995;
  --pdp-border: rgba(242, 199, 107, 0.24);
  --pdp-border-strong: rgba(242, 199, 107, 0.52);
  --pdp-gold: #f2c76b;
  --pdp-gold-dark: #ffe09a;
  --pdp-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  background:
    radial-gradient(circle at 20% 0%, rgba(242, 199, 107, 0.08), transparent 32%),
    linear-gradient(180deg, #12100d 0%, #0f0d0a 42%, #100e0b 100%) !important;
  color: var(--pdp-text) !important;
}

html[data-theme="dark"] body.product-page .product_details_section,
html[data-theme="dark"] body.product-page .product_story_section,
html[data-theme="dark"] body.product-page .product_reviews_section,
html[data-theme="dark"] body.product-page .product_recommendations_section,
body.theme_dark.product-page .product_details_section,
body.theme_dark.product-page .product_story_section,
body.theme_dark.product-page .product_reviews_section,
body.theme_dark.product-page .product_recommendations_section,
body.dark-mode.product-page .product_details_section,
body.dark-mode.product-page .product_story_section,
body.dark-mode.product-page .product_reviews_section,
body.dark-mode.product-page .product_recommendations_section {
  background: transparent !important;
}

html[data-theme="dark"] body.product-page .product_gallery,
html[data-theme="dark"] body.product-page .product_info_card,
html[data-theme="dark"] body.product-page .product_story_card,
html[data-theme="dark"] body.product-page .reviews_summary_card,
html[data-theme="dark"] body.product-page .reviews_panel,
html[data-theme="dark"] body.product-page .review_card,
html[data-theme="dark"] body.product-page #recommendedProducts > .recommendation_card,
body.theme_dark.product-page .product_gallery,
body.theme_dark.product-page .product_info_card,
body.theme_dark.product-page .product_story_card,
body.theme_dark.product-page .reviews_summary_card,
body.theme_dark.product-page .reviews_panel,
body.theme_dark.product-page .review_card,
body.theme_dark.product-page #recommendedProducts > .recommendation_card,
body.dark-mode.product-page .product_gallery,
body.dark-mode.product-page .product_info_card,
body.dark-mode.product-page .product_story_card,
body.dark-mode.product-page .reviews_summary_card,
body.dark-mode.product-page .reviews_panel,
body.dark-mode.product-page .review_card,
body.dark-mode.product-page #recommendedProducts > .recommendation_card {
  border: 1px solid var(--pdp-border) !important;
  background: linear-gradient(180deg, var(--pdp-panel-strong), var(--pdp-panel)) !important;
  color: var(--pdp-text) !important;
  box-shadow: var(--pdp-shadow) !important;
}

html[data-theme="dark"] body.product-page .product_gallery,
body.theme_dark.product-page .product_gallery,
body.dark-mode.product-page .product_gallery {
  padding: 14px !important;
  border-radius: 22px !important;
}

html[data-theme="dark"] body.product-page .product_info_card,
body.theme_dark.product-page .product_info_card,
body.dark-mode.product-page .product_info_card {
  gap: 10px !important;
  padding: 20px !important;
  border-radius: 22px !important;
}

html[data-theme="dark"] body.product-page .product_story_card,
html[data-theme="dark"] body.product-page .reviews_summary_card,
html[data-theme="dark"] body.product-page .reviews_panel,
body.theme_dark.product-page .product_story_card,
body.theme_dark.product-page .reviews_summary_card,
body.theme_dark.product-page .reviews_panel,
body.dark-mode.product-page .product_story_card,
body.dark-mode.product-page .reviews_summary_card,
body.dark-mode.product-page .reviews_panel {
  padding: 18px !important;
  border-radius: 20px !important;
}

html[data-theme="dark"] body.product-page .product_reviews_stack,
body.theme_dark.product-page .product_reviews_stack,
body.dark-mode.product-page .product_reviews_stack {
  display: grid;
  gap: 16px;
}

html[data-theme="dark"] body.product-page .product_main_image,
body.theme_dark.product-page .product_main_image,
body.dark-mode.product-page .product_main_image {
  border: 1px solid rgba(255, 248, 232, 0.1) !important;
  background:
    linear-gradient(145deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.025)),
    #181510 !important;
  box-shadow: inset 0 1px 0 rgba(255, 248, 232, 0.08), 0 14px 30px rgba(0, 0, 0, 0.28) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

html[data-theme="dark"] body.product-page .product_main_image:hover,
html[data-theme="dark"] body.product-page .product_main_image:focus,
body.theme_dark.product-page .product_main_image:hover,
body.theme_dark.product-page .product_main_image:focus,
body.dark-mode.product-page .product_main_image:hover,
body.dark-mode.product-page .product_main_image:focus {
  border-color: var(--pdp-border-strong) !important;
  box-shadow: inset 0 1px 0 rgba(255, 248, 232, 0.1), 0 18px 36px rgba(0, 0, 0, 0.38) !important;
  outline: none !important;
}

html[data-theme="dark"] body.product-page .thumb_btn,
body.theme_dark.product-page .thumb_btn,
body.dark-mode.product-page .thumb_btn {
  min-width: 60px !important;
  min-height: 60px !important;
  border: 1px solid rgba(255, 248, 232, 0.13) !important;
  background: rgba(255, 248, 232, 0.065) !important;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

html[data-theme="dark"] body.product-page .thumb_btn:hover,
html[data-theme="dark"] body.product-page .thumb_btn:focus,
body.theme_dark.product-page .thumb_btn:hover,
body.theme_dark.product-page .thumb_btn:focus,
body.dark-mode.product-page .thumb_btn:hover,
body.dark-mode.product-page .thumb_btn:focus {
  border-color: rgba(255, 224, 154, 0.54) !important;
  background: rgba(242, 199, 107, 0.12) !important;
  transform: translateY(-1px);
  outline: none !important;
}

html[data-theme="dark"] body.product-page .thumb_btn.active,
html[data-theme="dark"] body.product-page .thumb_btn.is_active,
body.theme_dark.product-page .thumb_btn.active,
body.theme_dark.product-page .thumb_btn.is_active,
body.dark-mode.product-page .thumb_btn.active,
body.dark-mode.product-page .thumb_btn.is_active {
  border-color: var(--pdp-gold) !important;
  background: rgba(242, 199, 107, 0.16) !important;
  box-shadow: 0 0 0 3px rgba(242, 199, 107, 0.12), 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

html[data-theme="dark"] body.product-page .product_category_label,
html[data-theme="dark"] body.product-page .reviews_kicker,
html[data-theme="dark"] body.product-page .recommendation_card_label,
body.theme_dark.product-page .product_category_label,
body.theme_dark.product-page .reviews_kicker,
body.theme_dark.product-page .recommendation_card_label,
body.dark-mode.product-page .product_category_label,
body.dark-mode.product-page .reviews_kicker,
body.dark-mode.product-page .recommendation_card_label {
  color: var(--pdp-gold-dark) !important;
}

html[data-theme="dark"] body.product-page .product_info_card h1,
body.theme_dark.product-page .product_info_card h1,
body.dark-mode.product-page .product_info_card h1 {
  margin-bottom: 10px !important;
  color: var(--pdp-text) !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
}

html[data-theme="dark"] body.product-page #productDescription,
html[data-theme="dark"] body.product-page .product_story_lead,
html[data-theme="dark"] body.product-page .product_story_body,
html[data-theme="dark"] body.product-page .product_story_body p,
html[data-theme="dark"] body.product-page .product_story_body li,
html[data-theme="dark"] body.product-page .product_feature_list li,
html[data-theme="dark"] body.product-page .product_spec_row,
html[data-theme="dark"] body.product-page .product_spec_row dd,
html[data-theme="dark"] body.product-page .reviews_summary_text,
html[data-theme="dark"] body.product-page .review_card p,
html[data-theme="dark"] body.product-page .recommendation_card_copy p,
body.theme_dark.product-page #productDescription,
body.theme_dark.product-page .product_story_lead,
body.theme_dark.product-page .product_story_body,
body.theme_dark.product-page .product_story_body p,
body.theme_dark.product-page .product_story_body li,
body.theme_dark.product-page .product_feature_list li,
body.theme_dark.product-page .product_spec_row,
body.theme_dark.product-page .product_spec_row dd,
body.theme_dark.product-page .reviews_summary_text,
body.theme_dark.product-page .review_card p,
body.theme_dark.product-page .recommendation_card_copy p,
body.dark-mode.product-page #productDescription,
body.dark-mode.product-page .product_story_lead,
body.dark-mode.product-page .product_story_body,
body.dark-mode.product-page .product_story_body p,
body.dark-mode.product-page .product_story_body li,
body.dark-mode.product-page .product_feature_list li,
body.dark-mode.product-page .product_spec_row,
body.dark-mode.product-page .product_spec_row dd,
body.dark-mode.product-page .reviews_summary_text,
body.dark-mode.product-page .review_card p,
body.dark-mode.product-page .recommendation_card_copy p {
  color: var(--pdp-muted) !important;
}

html[data-theme="dark"] body.product-page #productDescription,
body.theme_dark.product-page #productDescription,
body.dark-mode.product-page #productDescription {
  margin-bottom: 16px !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

html[data-theme="dark"] body.product-page .product_meta_section,
body.theme_dark.product-page .product_meta_section,
body.dark-mode.product-page .product_meta_section {
  padding: 12px 12px 12px 14px !important;
  border: 1px solid rgba(242, 199, 107, 0.18) !important;
  border-left: 3px solid var(--pdp-gold) !important;
  border-radius: 14px !important;
  background: rgba(255, 248, 232, 0.045) !important;
}

html[data-theme="dark"] body.product-page .product_meta_title,
html[data-theme="dark"] body.product-page .product_spec_row dt,
body.theme_dark.product-page .product_meta_title,
body.theme_dark.product-page .product_spec_row dt,
body.dark-mode.product-page .product_meta_title,
body.dark-mode.product-page .product_spec_row dt {
  color: var(--pdp-text) !important;
}

html[data-theme="dark"] body.product-page .product_rating_meta,
body.theme_dark.product-page .product_rating_meta,
body.dark-mode.product-page .product_rating_meta {
  color: var(--pdp-subtle) !important;
}

html[data-theme="dark"] body.product-page .product_sale_price,
html[data-theme="dark"] body.product-page .product_total_price span,
html[data-theme="dark"] body.product-page .recommendation_card_price,
body.theme_dark.product-page .product_sale_price,
body.theme_dark.product-page .product_total_price span,
body.theme_dark.product-page .recommendation_card_price,
body.dark-mode.product-page .product_sale_price,
body.dark-mode.product-page .product_total_price span,
body.dark-mode.product-page .recommendation_card_price {
  color: var(--pdp-gold-dark) !important;
}

html[data-theme="dark"] body.product-page .quantity_wrap > span,
html[data-theme="dark"] body.product-page .product_total_price,
html[data-theme="dark"] body.product-page .rating_overview_meta p,
html[data-theme="dark"] body.product-page .review_card_identity span,
html[data-theme="dark"] body.product-page .review_form_status,
html[data-theme="dark"] body.product-page .review_notice_card p,
body.theme_dark.product-page .quantity_wrap > span,
body.theme_dark.product-page .product_total_price,
body.theme_dark.product-page .rating_overview_meta p,
body.theme_dark.product-page .review_card_identity span,
body.theme_dark.product-page .review_form_status,
body.theme_dark.product-page .review_notice_card p,
body.dark-mode.product-page .quantity_wrap > span,
body.dark-mode.product-page .product_total_price,
body.dark-mode.product-page .rating_overview_meta p,
body.dark-mode.product-page .review_card_identity span,
body.dark-mode.product-page .review_form_status,
body.dark-mode.product-page .review_notice_card p {
  color: var(--pdp-subtle) !important;
}

html[data-theme="dark"] body.product-page .qty_controls button,
html[data-theme="dark"] body.product-page .qty_controls input,
body.theme_dark.product-page .qty_controls button,
body.theme_dark.product-page .qty_controls input,
body.dark-mode.product-page .qty_controls button,
body.dark-mode.product-page .qty_controls input {
  border-color: rgba(242, 199, 107, 0.34) !important;
  background: rgba(255, 248, 232, 0.07) !important;
  color: var(--pdp-text) !important;
}

html[data-theme="dark"] body.product-page .qty_controls button:hover,
html[data-theme="dark"] body.product-page .qty_controls button:focus,
body.theme_dark.product-page .qty_controls button:hover,
body.theme_dark.product-page .qty_controls button:focus,
body.dark-mode.product-page .qty_controls button:hover,
body.dark-mode.product-page .qty_controls button:focus {
  border-color: var(--pdp-gold) !important;
  background: rgba(242, 199, 107, 0.16) !important;
  outline: none !important;
}

html[data-theme="dark"] body.product-page .product_cart_primary_btn,
html[data-theme="dark"] body.product-page .review_submit_btn,
body.theme_dark.product-page .product_cart_primary_btn,
body.theme_dark.product-page .review_submit_btn,
body.dark-mode.product-page .product_cart_primary_btn,
body.dark-mode.product-page .review_submit_btn {
  border-color: var(--pdp-gold) !important;
  background: linear-gradient(135deg, #f2c76b, #b9872c) !important;
  color: #16110a !important;
  box-shadow: 0 12px 26px rgba(242, 199, 107, 0.18) !important;
}

html[data-theme="dark"] body.product-page .product_checkout_btn,
html[data-theme="dark"] body.product-page .recommendation_link,
html[data-theme="dark"] body.product-page .review_delete_btn,
body.theme_dark.product-page .product_checkout_btn,
body.theme_dark.product-page .recommendation_link,
body.theme_dark.product-page .review_delete_btn,
body.dark-mode.product-page .product_checkout_btn,
body.dark-mode.product-page .recommendation_link,
body.dark-mode.product-page .review_delete_btn {
  border-color: var(--pdp-border-strong) !important;
  background: rgba(242, 199, 107, 0.11) !important;
  color: var(--pdp-gold-dark) !important;
}

html[data-theme="dark"] body.product-page .product_cart_primary_btn:hover,
html[data-theme="dark"] body.product-page .product_cart_primary_btn:focus,
html[data-theme="dark"] body.product-page .product_checkout_btn:hover,
html[data-theme="dark"] body.product-page .product_checkout_btn:focus,
html[data-theme="dark"] body.product-page .recommendation_link:hover,
html[data-theme="dark"] body.product-page .recommendation_link:focus,
html[data-theme="dark"] body.product-page .review_submit_btn:hover,
html[data-theme="dark"] body.product-page .review_submit_btn:focus,
html[data-theme="dark"] body.product-page .review_delete_btn:hover,
html[data-theme="dark"] body.product-page .review_delete_btn:focus,
body.theme_dark.product-page .product_cart_primary_btn:hover,
body.theme_dark.product-page .product_cart_primary_btn:focus,
body.theme_dark.product-page .product_checkout_btn:hover,
body.theme_dark.product-page .product_checkout_btn:focus,
body.theme_dark.product-page .recommendation_link:hover,
body.theme_dark.product-page .recommendation_link:focus,
body.theme_dark.product-page .review_submit_btn:hover,
body.theme_dark.product-page .review_submit_btn:focus,
body.theme_dark.product-page .review_delete_btn:hover,
body.theme_dark.product-page .review_delete_btn:focus,
body.dark-mode.product-page .product_cart_primary_btn:hover,
body.dark-mode.product-page .product_cart_primary_btn:focus,
body.dark-mode.product-page .product_checkout_btn:hover,
body.dark-mode.product-page .product_checkout_btn:focus,
body.dark-mode.product-page .recommendation_link:hover,
body.dark-mode.product-page .recommendation_link:focus,
body.dark-mode.product-page .review_submit_btn:hover,
body.dark-mode.product-page .review_submit_btn:focus,
body.dark-mode.product-page .review_delete_btn:hover,
body.dark-mode.product-page .review_delete_btn:focus {
  filter: brightness(1.06);
  outline: 2px solid rgba(255, 224, 154, 0.24) !important;
  outline-offset: 2px;
}

html[data-theme="dark"] body.product-page .product_detail_tabs,
body.theme_dark.product-page .product_detail_tabs,
body.dark-mode.product-page .product_detail_tabs {
  padding: 5px !important;
  border: 1px solid rgba(242, 199, 107, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 232, 0.045) !important;
}

html[data-theme="dark"] body.product-page .product_detail_tab,
body.theme_dark.product-page .product_detail_tab,
body.dark-mode.product-page .product_detail_tab {
  min-height: 40px !important;
  justify-content: center;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: var(--pdp-subtle) !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
}

html[data-theme="dark"] body.product-page .product_detail_tab:hover,
html[data-theme="dark"] body.product-page .product_detail_tab:focus,
body.theme_dark.product-page .product_detail_tab:hover,
body.theme_dark.product-page .product_detail_tab:focus,
body.dark-mode.product-page .product_detail_tab:hover,
body.dark-mode.product-page .product_detail_tab:focus {
  color: var(--pdp-text) !important;
  outline: none !important;
}

html[data-theme="dark"] body.product-page .product_detail_tab.active,
body.theme_dark.product-page .product_detail_tab.active,
body.dark-mode.product-page .product_detail_tab.active {
  border-color: var(--pdp-border-strong) !important;
  background: linear-gradient(135deg, rgba(242, 199, 107, 0.22), rgba(242, 199, 107, 0.08)) !important;
  color: var(--pdp-text) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22) !important;
}

html[data-theme="dark"] body.product-page .product_story_card .heading_container h2,
html[data-theme="dark"] body.product-page .product_recommendations_section .heading_container h2,
html[data-theme="dark"] body.product-page .reviews_panel_head h3,
html[data-theme="dark"] body.product-page .reviews_summary_card h2,
html[data-theme="dark"] body.product-page .product_story_title,
html[data-theme="dark"] body.product-page .review_card_identity strong,
html[data-theme="dark"] body.product-page .recommendation_card_copy h3,
html[data-theme="dark"] body.product-page .recommendation_card_copy h3 a,
body.theme_dark.product-page .product_story_card .heading_container h2,
body.theme_dark.product-page .product_recommendations_section .heading_container h2,
body.theme_dark.product-page .reviews_panel_head h3,
body.theme_dark.product-page .reviews_summary_card h2,
body.theme_dark.product-page .product_story_title,
body.theme_dark.product-page .review_card_identity strong,
body.theme_dark.product-page .recommendation_card_copy h3,
body.theme_dark.product-page .recommendation_card_copy h3 a,
body.dark-mode.product-page .product_story_card .heading_container h2,
body.dark-mode.product-page .product_recommendations_section .heading_container h2,
body.dark-mode.product-page .reviews_panel_head h3,
body.dark-mode.product-page .reviews_summary_card h2,
body.dark-mode.product-page .product_story_title,
body.dark-mode.product-page .review_card_identity strong,
body.dark-mode.product-page .recommendation_card_copy h3,
body.dark-mode.product-page .recommendation_card_copy h3 a {
  color: var(--pdp-text) !important;
}

html[data-theme="dark"] body.product-page .product_story_block,
body.theme_dark.product-page .product_story_block,
body.dark-mode.product-page .product_story_block {
  border-top-color: rgba(242, 199, 107, 0.18) !important;
}

html[data-theme="dark"] body.product-page .rating_overview_score,
body.theme_dark.product-page .rating_overview_score,
body.dark-mode.product-page .rating_overview_score {
  color: var(--pdp-gold-dark) !important;
  text-shadow: 0 0 24px rgba(242, 199, 107, 0.14);
}

html[data-theme="dark"] body.product-page .review_form,
html[data-theme="dark"] body.product-page .review_notice_card,
html[data-theme="dark"] body.product-page .review_empty_state,
body.theme_dark.product-page .review_form,
body.theme_dark.product-page .review_notice_card,
body.theme_dark.product-page .review_empty_state,
body.dark-mode.product-page .review_form,
body.dark-mode.product-page .review_notice_card,
body.dark-mode.product-page .review_empty_state {
  border: 1px solid rgba(242, 199, 107, 0.18) !important;
  background: rgba(255, 248, 232, 0.045) !important;
}

html[data-theme="dark"] body.product-page .review_field label,
body.theme_dark.product-page .review_field label,
body.dark-mode.product-page .review_field label {
  color: var(--pdp-text) !important;
}

html[data-theme="dark"] body.product-page .review_field textarea,
body.theme_dark.product-page .review_field textarea,
body.dark-mode.product-page .review_field textarea {
  min-height: 104px !important;
  border-color: rgba(242, 199, 107, 0.24) !important;
  background: rgba(8, 7, 6, 0.38) !important;
  color: var(--pdp-text) !important;
  line-height: 1.6 !important;
}

html[data-theme="dark"] body.product-page .review_field textarea:focus,
body.theme_dark.product-page .review_field textarea:focus,
body.dark-mode.product-page .review_field textarea:focus {
  border-color: var(--pdp-border-strong) !important;
  box-shadow: 0 0 0 3px rgba(242, 199, 107, 0.12) !important;
  outline: none !important;
}

html[data-theme="dark"] body.product-page .review_star_btn,
body.theme_dark.product-page .review_star_btn,
body.dark-mode.product-page .review_star_btn {
  width: 42px !important;
  height: 42px !important;
  border-color: rgba(242, 199, 107, 0.18) !important;
  background: rgba(255, 248, 232, 0.045) !important;
  color: rgba(255, 248, 232, 0.36) !important;
  font-size: 22px !important;
}

html[data-theme="dark"] body.product-page .review_star_btn.is_active,
html[data-theme="dark"] body.product-page .review_star_btn:hover,
html[data-theme="dark"] body.product-page .review_star_btn:focus,
body.theme_dark.product-page .review_star_btn.is_active,
body.theme_dark.product-page .review_star_btn:hover,
body.theme_dark.product-page .review_star_btn:focus,
body.dark-mode.product-page .review_star_btn.is_active,
body.dark-mode.product-page .review_star_btn:hover,
body.dark-mode.product-page .review_star_btn:focus {
  border-color: var(--pdp-border-strong) !important;
  background: rgba(242, 199, 107, 0.14) !important;
  color: var(--pdp-gold-dark) !important;
}

html[data-theme="dark"] body.product-page .review_card,
body.theme_dark.product-page .review_card,
body.dark-mode.product-page .review_card {
  padding: 14px !important;
  border-radius: 16px !important;
}

html[data-theme="dark"] body.product-page .review_card_avatar,
html[data-theme="dark"] body.product-page .review_notice_avatar,
body.theme_dark.product-page .review_card_avatar,
body.theme_dark.product-page .review_notice_avatar,
body.dark-mode.product-page .review_card_avatar,
body.dark-mode.product-page .review_notice_avatar {
  border: 1px solid rgba(242, 199, 107, 0.28) !important;
  background: rgba(242, 199, 107, 0.12) !important;
  color: var(--pdp-gold-dark) !important;
}

html[data-theme="dark"] body.product-page #recommendedProducts > .recommendation_card,
body.theme_dark.product-page #recommendedProducts > .recommendation_card,
body.dark-mode.product-page #recommendedProducts > .recommendation_card {
  border-radius: 18px !important;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

html[data-theme="dark"] body.product-page #recommendedProducts > .recommendation_card:hover,
html[data-theme="dark"] body.product-page #recommendedProducts > .recommendation_card:focus-within,
body.theme_dark.product-page #recommendedProducts > .recommendation_card:hover,
body.theme_dark.product-page #recommendedProducts > .recommendation_card:focus-within,
body.dark-mode.product-page #recommendedProducts > .recommendation_card:hover,
body.dark-mode.product-page #recommendedProducts > .recommendation_card:focus-within {
  border-color: var(--pdp-border-strong) !important;
  transform: translateY(-2px);
}

html[data-theme="dark"] body.product-page .recommendation_card_image,
body.theme_dark.product-page .recommendation_card_image,
body.dark-mode.product-page .recommendation_card_image {
  background:
    linear-gradient(145deg, rgba(255, 248, 232, 0.1), rgba(255, 248, 232, 0.025)),
    #17140f !important;
}

@media (max-width: 991px) {
  html[data-theme="dark"] body.product-page .product_details_section,
  html[data-theme="dark"] body.product-page .product_story_section,
  html[data-theme="dark"] body.product-page .product_reviews_section,
  html[data-theme="dark"] body.product-page .product_recommendations_section,
  body.theme_dark.product-page .product_details_section,
  body.theme_dark.product-page .product_story_section,
  body.theme_dark.product-page .product_reviews_section,
  body.theme_dark.product-page .product_recommendations_section,
  body.dark-mode.product-page .product_details_section,
  body.dark-mode.product-page .product_story_section,
  body.dark-mode.product-page .product_reviews_section,
  body.dark-mode.product-page .product_recommendations_section {
    padding: 18px 0 !important;
  }

  html[data-theme="dark"] body.product-page .product_info_card,
  html[data-theme="dark"] body.product-page .product_story_card,
  html[data-theme="dark"] body.product-page .reviews_summary_card,
  html[data-theme="dark"] body.product-page .reviews_panel,
  body.theme_dark.product-page .product_info_card,
  body.theme_dark.product-page .product_story_card,
  body.theme_dark.product-page .reviews_summary_card,
  body.theme_dark.product-page .reviews_panel,
  body.dark-mode.product-page .product_info_card,
  body.dark-mode.product-page .product_story_card,
  body.dark-mode.product-page .reviews_summary_card,
  body.dark-mode.product-page .reviews_panel {
    padding: 16px !important;
  }

  html[data-theme="dark"] body.product-page .product_info_card h1,
  body.theme_dark.product-page .product_info_card h1,
  body.dark-mode.product-page .product_info_card h1 {
    margin-right: 92px !important;
    font-size: 24px !important;
  }

  html[data-theme="dark"] body.product-page .product_share_detail_btn,
  html[data-theme="dark"] body.product-page .product_favorite_detail_btn,
  body.theme_dark.product-page .product_share_detail_btn,
  body.theme_dark.product-page .product_favorite_detail_btn,
  body.dark-mode.product-page .product_share_detail_btn,
  body.dark-mode.product-page .product_favorite_detail_btn {
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  html[data-theme="dark"] body.product-page .product_favorite_detail_btn,
  body.theme_dark.product-page .product_favorite_detail_btn,
  body.dark-mode.product-page .product_favorite_detail_btn {
    right: 52px !important;
  }
}

@media (max-width: 430px) {
  html[data-theme="dark"] body.product-page .product_page_container,
  body.theme_dark.product-page .product_page_container,
  body.dark-mode.product-page .product_page_container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  html[data-theme="dark"] body.product-page .product_gallery,
  body.theme_dark.product-page .product_gallery,
  body.dark-mode.product-page .product_gallery {
    padding: 10px !important;
    border-radius: 18px !important;
  }

  html[data-theme="dark"] body.product-page .product_main_image,
  body.theme_dark.product-page .product_main_image,
  body.dark-mode.product-page .product_main_image {
    height: 248px !important;
    padding: 14px !important;
    border-radius: 16px !important;
  }

  html[data-theme="dark"] body.product-page .product_thumbs,
  body.theme_dark.product-page .product_thumbs,
  body.dark-mode.product-page .product_thumbs {
    gap: 10px !important;
    margin-top: 12px !important;
    padding-bottom: 4px;
  }

  html[data-theme="dark"] body.product-page .thumb_btn,
  body.theme_dark.product-page .thumb_btn,
  body.dark-mode.product-page .thumb_btn {
    width: 64px !important;
    height: 64px !important;
    flex-basis: 64px !important;
  }

  html[data-theme="dark"] body.product-page .product_detail_tabs,
  body.theme_dark.product-page .product_detail_tabs,
  body.dark-mode.product-page .product_detail_tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px !important;
    border-radius: 18px !important;
  }

  html[data-theme="dark"] body.product-page .product_detail_tab,
  body.theme_dark.product-page .product_detail_tab,
  body.dark-mode.product-page .product_detail_tab {
    min-height: 44px !important;
    padding: 8px 6px !important;
    font-size: 12px !important;
  }

  html[data-theme="dark"] body.product-page #productDescription,
  html[data-theme="dark"] body.product-page .product_story_lead,
  html[data-theme="dark"] body.product-page .product_story_body,
  html[data-theme="dark"] body.product-page .product_story_body p,
  body.theme_dark.product-page #productDescription,
  body.theme_dark.product-page .product_story_lead,
  body.theme_dark.product-page .product_story_body,
  body.theme_dark.product-page .product_story_body p,
  body.dark-mode.product-page #productDescription,
  body.dark-mode.product-page .product_story_lead,
  body.dark-mode.product-page .product_story_body,
  body.dark-mode.product-page .product_story_body p {
    font-size: 15px !important;
    line-height: 1.78 !important;
  }

  html[data-theme="dark"] body.product-page .review_form_actions,
  body.theme_dark.product-page .review_form_actions,
  body.dark-mode.product-page .review_form_actions {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  html[data-theme="dark"] body.product-page .review_submit_btn,
  html[data-theme="dark"] body.product-page .review_delete_btn,
  body.theme_dark.product-page .review_submit_btn,
  body.theme_dark.product-page .review_delete_btn,
  body.dark-mode.product-page .review_submit_btn,
  body.dark-mode.product-page .review_delete_btn {
    min-height: 44px !important;
    width: 100%;
  }
}

/* Product page dark-mode contrast and mobile refinement */
html[data-theme="dark"] body.product-page,
body.theme_dark.product-page,
body.dark-mode.product-page {
  --pdp-bg: #0d0b08;
  --pdp-panel: #17130f;
  --pdp-panel-2: #1f1a13;
  --pdp-field: rgba(255, 248, 232, 0.07);
  --pdp-field-strong: rgba(255, 248, 232, 0.12);
  --pdp-text: #fffaf0;
  --pdp-muted: #eadcc4;
  --pdp-subtle: #d2bf9d;
  --pdp-label: #f6d58a;
  --pdp-border: rgba(246, 213, 138, 0.28);
  --pdp-border-strong: rgba(246, 213, 138, 0.58);
  --pdp-gold: #f2c76b;
  --pdp-gold-dark: #ffe09a;
  --pdp-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
}

html[data-theme="dark"] body.product-page .product_page_container,
body.theme_dark.product-page .product_page_container,
body.dark-mode.product-page .product_page_container {
  padding-left: clamp(16px, 4vw, 28px) !important;
  padding-right: clamp(16px, 4vw, 28px) !important;
}

html[data-theme="dark"] body.product-page .product_details_layout,
body.theme_dark.product-page .product_details_layout,
body.dark-mode.product-page .product_details_layout {
  gap: clamp(20px, 3vw, 34px) !important;
}

html[data-theme="dark"] body.product-page .product_gallery,
html[data-theme="dark"] body.product-page .product_info_card,
html[data-theme="dark"] body.product-page .product_story_card,
html[data-theme="dark"] body.product-page .reviews_summary_card,
html[data-theme="dark"] body.product-page .reviews_panel,
body.theme_dark.product-page .product_gallery,
body.theme_dark.product-page .product_info_card,
body.theme_dark.product-page .product_story_card,
body.theme_dark.product-page .reviews_summary_card,
body.theme_dark.product-page .reviews_panel,
body.dark-mode.product-page .product_gallery,
body.dark-mode.product-page .product_info_card,
body.dark-mode.product-page .product_story_card,
body.dark-mode.product-page .reviews_summary_card,
body.dark-mode.product-page .reviews_panel {
  border-color: var(--pdp-border) !important;
  background: linear-gradient(180deg, var(--pdp-panel-2), var(--pdp-panel)) !important;
  box-shadow: var(--pdp-shadow) !important;
}

html[data-theme="dark"] body.product-page .product_info_card,
body.theme_dark.product-page .product_info_card,
body.dark-mode.product-page .product_info_card {
  padding: clamp(20px, 3vw, 28px) !important;
}

html[data-theme="dark"] body.product-page .product_info_card h1,
body.theme_dark.product-page .product_info_card h1,
body.dark-mode.product-page .product_info_card h1 {
  display: -webkit-box !important;
  max-height: none !important;
  overflow: hidden !important;
  color: var(--pdp-text) !important;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

html[data-theme="dark"] body.product-page #productDescription,
html[data-theme="dark"] body.product-page .product_story_lead,
html[data-theme="dark"] body.product-page .product_story_body,
html[data-theme="dark"] body.product-page .product_story_body p,
html[data-theme="dark"] body.product-page .product_story_body li,
html[data-theme="dark"] body.product-page .product_feature_list li,
html[data-theme="dark"] body.product-page .product_spec_row,
html[data-theme="dark"] body.product-page .product_spec_row dd,
html[data-theme="dark"] body.product-page .reviews_summary_text,
html[data-theme="dark"] body.product-page .review_card p,
html[data-theme="dark"] body.product-page .recommendation_card_copy p,
body.theme_dark.product-page #productDescription,
body.theme_dark.product-page .product_story_lead,
body.theme_dark.product-page .product_story_body,
body.theme_dark.product-page .product_story_body p,
body.theme_dark.product-page .product_story_body li,
body.theme_dark.product-page .product_feature_list li,
body.theme_dark.product-page .product_spec_row,
body.theme_dark.product-page .product_spec_row dd,
body.theme_dark.product-page .reviews_summary_text,
body.theme_dark.product-page .review_card p,
body.theme_dark.product-page .recommendation_card_copy p,
body.dark-mode.product-page #productDescription,
body.dark-mode.product-page .product_story_lead,
body.dark-mode.product-page .product_story_body,
body.dark-mode.product-page .product_story_body p,
body.dark-mode.product-page .product_story_body li,
body.dark-mode.product-page .product_feature_list li,
body.dark-mode.product-page .product_spec_row,
body.dark-mode.product-page .product_spec_row dd,
body.dark-mode.product-page .reviews_summary_text,
body.dark-mode.product-page .review_card p,
body.dark-mode.product-page .recommendation_card_copy p {
  color: var(--pdp-muted) !important;
}

html[data-theme="dark"] body.product-page .product_category_label,
html[data-theme="dark"] body.product-page .product_meta_title,
html[data-theme="dark"] body.product-page .product_spec_row dt,
html[data-theme="dark"] body.product-page .review_field label,
body.theme_dark.product-page .product_category_label,
body.theme_dark.product-page .product_meta_title,
body.theme_dark.product-page .product_spec_row dt,
body.theme_dark.product-page .review_field label,
body.dark-mode.product-page .product_category_label,
body.dark-mode.product-page .product_meta_title,
body.dark-mode.product-page .product_spec_row dt,
body.dark-mode.product-page .review_field label {
  color: var(--pdp-label) !important;
}

html[data-theme="dark"] body.product-page #productItemDetailsSection.product_meta_section,
body.theme_dark.product-page #productItemDetailsSection.product_meta_section,
body.dark-mode.product-page #productItemDetailsSection.product_meta_section {
  margin-top: 4px !important;
  padding: 16px !important;
  border: 1px solid rgba(246, 213, 138, 0.22) !important;
  border-radius: 18px !important;
  background: rgba(255, 248, 232, 0.045) !important;
  box-shadow: inset 0 1px 0 rgba(255, 248, 232, 0.05) !important;
}

html[data-theme="dark"] body.product-page #productItemDetailsList.product_spec_list,
body.theme_dark.product-page #productItemDetailsList.product_spec_list,
body.dark-mode.product-page #productItemDetailsList.product_spec_list {
  display: grid !important;
  gap: 0 !important;
}

html[data-theme="dark"] body.product-page #productItemDetailsList .product_spec_row,
body.theme_dark.product-page #productItemDetailsList .product_spec_row,
body.dark-mode.product-page #productItemDetailsList .product_spec_row {
  display: grid !important;
  grid-template-columns: minmax(108px, 34%) minmax(0, 1fr);
  align-items: start;
  gap: 14px !important;
  padding: 10px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(246, 213, 138, 0.13) !important;
  background: transparent !important;
}

html[data-theme="dark"] body.product-page #productItemDetailsList .product_spec_row:last-child,
body.theme_dark.product-page #productItemDetailsList .product_spec_row:last-child,
body.dark-mode.product-page #productItemDetailsList .product_spec_row:last-child {
  border-bottom: 0 !important;
}

html[data-theme="dark"] body.product-page #productItemDetailsList .product_spec_row dt,
body.theme_dark.product-page #productItemDetailsList .product_spec_row dt,
body.dark-mode.product-page #productItemDetailsList .product_spec_row dt {
  min-width: 0;
  color: var(--pdp-subtle) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  line-height: 1.45 !important;
  text-transform: uppercase;
}

html[data-theme="dark"] body.product-page #productItemDetailsList .product_spec_row dd,
body.theme_dark.product-page #productItemDetailsList .product_spec_row dd,
body.dark-mode.product-page #productItemDetailsList .product_spec_row dd {
  min-width: 0;
  color: var(--pdp-text) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.5 !important;
  overflow-wrap: anywhere;
}

html[data-theme="dark"] body.product-page .product_story_section,
html[data-theme="dark"] body.product-page .product_reviews_section,
html[data-theme="dark"] body.product-page .product_recommendations_section,
body.theme_dark.product-page .product_story_section,
body.theme_dark.product-page .product_reviews_section,
body.theme_dark.product-page .product_recommendations_section,
body.dark-mode.product-page .product_story_section,
body.dark-mode.product-page .product_reviews_section,
body.dark-mode.product-page .product_recommendations_section {
  padding-top: 14px !important;
  padding-bottom: 22px !important;
}

html[data-theme="dark"] body.product-page .reviews_summary_card,
body.theme_dark.product-page .reviews_summary_card,
body.dark-mode.product-page .reviews_summary_card {
  min-height: 0 !important;
  max-height: none !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px 16px !important;
  padding: 16px !important;
  overflow: visible !important;
}

html[data-theme="dark"] body.product-page .reviews_summary_card .reviews_kicker,
html[data-theme="dark"] body.product-page .reviews_summary_card h2,
html[data-theme="dark"] body.product-page .reviews_summary_text,
body.theme_dark.product-page .reviews_summary_card .reviews_kicker,
body.theme_dark.product-page .reviews_summary_card h2,
body.theme_dark.product-page .reviews_summary_text,
body.dark-mode.product-page .reviews_summary_card .reviews_kicker,
body.dark-mode.product-page .reviews_summary_card h2,
body.dark-mode.product-page .reviews_summary_text {
  display: block !important;
}

html[data-theme="dark"] body.product-page .reviews_summary_card .reviews_kicker,
body.theme_dark.product-page .reviews_summary_card .reviews_kicker,
body.dark-mode.product-page .reviews_summary_card .reviews_kicker {
  grid-column: 1 / -1;
  margin: 0 !important;
  font-size: 11px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html[data-theme="dark"] body.product-page .reviews_summary_card h2,
body.theme_dark.product-page .reviews_summary_card h2,
body.dark-mode.product-page .reviews_summary_card h2 {
  grid-column: 1 / -1;
  margin: 0 !important;
  color: var(--pdp-text) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

html[data-theme="dark"] body.product-page .reviews_summary_card .rating_overview,
body.theme_dark.product-page .reviews_summary_card .rating_overview,
body.dark-mode.product-page .reviews_summary_card .rating_overview {
  display: contents !important;
}

html[data-theme="dark"] body.product-page .reviews_summary_card .rating_overview_score,
body.theme_dark.product-page .reviews_summary_card .rating_overview_score,
body.dark-mode.product-page .reviews_summary_card .rating_overview_score {
  font-size: 38px !important;
}

html[data-theme="dark"] body.product-page .reviews_summary_text,
body.theme_dark.product-page .reviews_summary_text,
body.dark-mode.product-page .reviews_summary_text {
  grid-column: 1 / -1;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

html[data-theme="dark"] body.product-page .reviews_panel,
body.theme_dark.product-page .reviews_panel,
body.dark-mode.product-page .reviews_panel {
  padding: 16px !important;
}

html[data-theme="dark"] body.product-page .reviews_panel_head,
body.theme_dark.product-page .reviews_panel_head,
body.dark-mode.product-page .reviews_panel_head {
  margin-bottom: 12px !important;
}

html[data-theme="dark"] body.product-page .review_form,
body.theme_dark.product-page .review_form,
body.dark-mode.product-page .review_form {
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html[data-theme="dark"] body.product-page .review_star_picker,
body.theme_dark.product-page .review_star_picker,
body.dark-mode.product-page .review_star_picker {
  gap: 8px !important;
}

html[data-theme="dark"] body.product-page .review_form_actions,
body.theme_dark.product-page .review_form_actions,
body.dark-mode.product-page .review_form_actions {
  align-items: center;
  justify-content: flex-start !important;
}

html[data-theme="dark"] body.product-page .review_submit_btn,
html[data-theme="dark"] body.product-page .review_delete_btn,
body.theme_dark.product-page .review_submit_btn,
body.theme_dark.product-page .review_delete_btn,
body.dark-mode.product-page .review_submit_btn,
body.dark-mode.product-page .review_delete_btn {
  min-height: 40px !important;
  padding: 0 18px !important;
  font-size: 13px !important;
}

html[data-theme="dark"] body.product-page .reviews_list,
body.theme_dark.product-page .reviews_list,
body.dark-mode.product-page .reviews_list {
  display: grid;
  gap: 10px !important;
  margin-top: 0 !important;
}

@media (max-width: 430px) {
  html[data-theme="dark"] body.product-page .product_info_card,
  body.theme_dark.product-page .product_info_card,
  body.dark-mode.product-page .product_info_card {
    padding: 18px 14px !important;
  }

  html[data-theme="dark"] body.product-page .product_info_card h1,
  body.theme_dark.product-page .product_info_card h1,
  body.dark-mode.product-page .product_info_card h1 {
    margin-right: 90px !important;
    font-size: 21px !important;
    line-height: 1.24 !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  html[data-theme="dark"] body.product-page #productItemDetailsList .product_spec_row,
  body.theme_dark.product-page #productItemDetailsList .product_spec_row,
  body.dark-mode.product-page #productItemDetailsList .product_spec_row {
    grid-template-columns: 1fr;
    gap: 3px !important;
    padding: 11px 0 !important;
  }

  html[data-theme="dark"] body.product-page .reviews_summary_card,
  body.theme_dark.product-page .reviews_summary_card,
  body.dark-mode.product-page .reviews_summary_card {
    grid-template-columns: 1fr;
    gap: 8px !important;
  }

  html[data-theme="dark"] body.product-page .reviews_summary_card .rating_overview,
  body.theme_dark.product-page .reviews_summary_card .rating_overview,
  body.dark-mode.product-page .reviews_summary_card .rating_overview {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
  }

  html[data-theme="dark"] body.product-page .review_star_picker,
  body.theme_dark.product-page .review_star_picker,
  body.dark-mode.product-page .review_star_picker {
    justify-content: space-between;
  }

  html[data-theme="dark"] body.product-page .review_star_btn,
  body.theme_dark.product-page .review_star_btn,
  body.dark-mode.product-page .review_star_btn {
    width: 46px !important;
    height: 46px !important;
  }
}

/* Product page dark-mode layout and contrast fixes */
body.product-page .product_details_layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr) !important;
  gap: 32px !important;
  align-items: start !important;
}

body.product-page .product_gallery_column,
body.product-page .product_info_column {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
}

html[data-theme="dark"] body.product-page .product_gallery,
html[data-theme="dark"] body.product-page .product_info_card,
body.theme_dark.product-page .product_gallery,
body.theme_dark.product-page .product_info_card,
body.dark-mode.product-page .product_gallery,
body.dark-mode.product-page .product_info_card {
  border: 1px solid rgba(212, 175, 55, 0.28) !important;
  background: #18140f !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42) !important;
}

html[data-theme="dark"] body.product-page .product_info_card,
body.theme_dark.product-page .product_info_card,
body.dark-mode.product-page .product_info_card {
  padding: 28px !important;
}

html[data-theme="dark"] body.product-page .product_meta_section,
body.theme_dark.product-page .product_meta_section,
body.dark-mode.product-page .product_meta_section {
  padding: 16px !important;
  border: 1px solid rgba(212, 175, 55, 0.28) !important;
  border-left: 1px solid rgba(212, 175, 55, 0.28) !important;
  border-radius: 16px !important;
  background: #1b1712 !important;
}

html[data-theme="dark"] body.product-page #productComponentsSection.product_meta_section,
html[data-theme="dark"] body.product-page #productItemDetailsSection.product_meta_section,
body.theme_dark.product-page #productComponentsSection.product_meta_section,
body.theme_dark.product-page #productItemDetailsSection.product_meta_section,
body.dark-mode.product-page #productComponentsSection.product_meta_section,
body.dark-mode.product-page #productItemDetailsSection.product_meta_section {
  padding: 16px !important;
  border: 1px solid rgba(212, 175, 55, 0.28) !important;
  border-left: 1px solid rgba(212, 175, 55, 0.28) !important;
  border-radius: 16px !important;
  background: #1b1712 !important;
}

html[data-theme="dark"] body.product-page .product_info_card h1,
html[data-theme="dark"] body.product-page .product_total_price span,
body.theme_dark.product-page .product_info_card h1,
body.theme_dark.product-page .product_total_price span,
body.dark-mode.product-page .product_info_card h1,
body.dark-mode.product-page .product_total_price span {
  color: #fff7e6 !important;
}

html[data-theme="dark"] body.product-page .product_info_card h1,
body.theme_dark.product-page .product_info_card h1,
body.dark-mode.product-page .product_info_card h1 {
  margin-right: 112px !important;
}

html[data-theme="dark"] body.product-page .product_category_label,
body.theme_dark.product-page .product_category_label,
body.dark-mode.product-page .product_category_label {
  width: calc(100% - 112px) !important;
}

html[data-theme="dark"] body.product-page #productDescription,
html[data-theme="dark"] body.product-page .product_rating_meta,
html[data-theme="dark"] body.product-page .quantity_wrap > span,
html[data-theme="dark"] body.product-page .product_total_price,
html[data-theme="dark"] body.product-page .product_feature_list li,
body.theme_dark.product-page #productDescription,
body.theme_dark.product-page .product_rating_meta,
body.theme_dark.product-page .quantity_wrap > span,
body.theme_dark.product-page .product_total_price,
body.theme_dark.product-page .product_feature_list li,
body.dark-mode.product-page #productDescription,
body.dark-mode.product-page .product_rating_meta,
body.dark-mode.product-page .quantity_wrap > span,
body.dark-mode.product-page .product_total_price,
body.dark-mode.product-page .product_feature_list li {
  color: #d8cdb8 !important;
}

html[data-theme="dark"] body.product-page .product_category_label,
html[data-theme="dark"] body.product-page .product_meta_title,
html[data-theme="dark"] body.product-page .product_spec_row dt,
html[data-theme="dark"] body.product-page #productItemDetailsList .product_spec_row dt,
body.theme_dark.product-page .product_category_label,
body.theme_dark.product-page .product_meta_title,
body.theme_dark.product-page .product_spec_row dt,
body.theme_dark.product-page #productItemDetailsList .product_spec_row dt,
body.dark-mode.product-page .product_category_label,
body.dark-mode.product-page .product_meta_title,
body.dark-mode.product-page .product_spec_row dt,
body.dark-mode.product-page #productItemDetailsList .product_spec_row dt {
  color: #f0c85a !important;
}

html[data-theme="dark"] body.product-page .product_spec_row,
html[data-theme="dark"] body.product-page .product_spec_row dd,
html[data-theme="dark"] body.product-page #productItemDetailsList .product_spec_row,
html[data-theme="dark"] body.product-page #productItemDetailsList .product_spec_row dd,
body.theme_dark.product-page .product_spec_row,
body.theme_dark.product-page .product_spec_row dd,
body.theme_dark.product-page #productItemDetailsList .product_spec_row,
body.theme_dark.product-page #productItemDetailsList .product_spec_row dd,
body.dark-mode.product-page .product_spec_row,
body.dark-mode.product-page .product_spec_row dd,
body.dark-mode.product-page #productItemDetailsList .product_spec_row,
body.dark-mode.product-page #productItemDetailsList .product_spec_row dd {
  color: #fff3d6 !important;
}

html[data-theme="dark"] body.product-page .product_original_price,
html[data-theme="dark"] body.product-page .product_back_link,
body.theme_dark.product-page .product_original_price,
body.theme_dark.product-page .product_back_link,
body.dark-mode.product-page .product_original_price,
body.dark-mode.product-page .product_back_link {
  color: #b7aa91 !important;
}

html[data-theme="dark"] body.product-page .product_share_detail_btn,
html[data-theme="dark"] body.product-page .product_favorite_detail_btn,
body.theme_dark.product-page .product_share_detail_btn,
body.theme_dark.product-page .product_favorite_detail_btn,
body.dark-mode.product-page .product_share_detail_btn,
body.dark-mode.product-page .product_favorite_detail_btn {
  top: 20px !important;
  padding: 0 !important;
  border: 1px solid rgba(212, 175, 55, 0.32) !important;
  background: #1b1712 !important;
  color: #f0c85a !important;
}

html[data-theme="dark"] body.product-page .product_share_detail_btn,
body.theme_dark.product-page .product_share_detail_btn,
body.dark-mode.product-page .product_share_detail_btn {
  right: 20px !important;
}

html[data-theme="dark"] body.product-page .product_favorite_detail_btn,
body.theme_dark.product-page .product_favorite_detail_btn,
body.dark-mode.product-page .product_favorite_detail_btn {
  right: 72px !important;
}

html[data-theme="dark"] body.product-page .product_action_row i,
body.theme_dark.product-page .product_action_row i,
body.dark-mode.product-page .product_action_row i {
  margin-right: 2px;
}

@media (max-width: 767.98px) {
  body.product-page .product_details_layout {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* Product page dark-mode readability fixes */
html[data-theme="dark"] body.product-page .product_info_card,
html[data-theme="dark"] body.product-page .product_meta_section,
html[data-theme="dark"] body.product-page .product_story_card,
html[data-theme="dark"] body.product-page .product_story_block,
body.theme_dark.product-page .product_info_card,
body.theme_dark.product-page .product_meta_section,
body.theme_dark.product-page .product_story_card,
body.theme_dark.product-page .product_story_block,
body.dark-mode.product-page .product_info_card,
body.dark-mode.product-page .product_meta_section,
body.dark-mode.product-page .product_story_card,
body.dark-mode.product-page .product_story_block {
  color: #fff4df !important;
}

html[data-theme="dark"] body.product-page #productComponentsSection.product_meta_section,
body.theme_dark.product-page #productComponentsSection.product_meta_section,
body.dark-mode.product-page #productComponentsSection.product_meta_section {
  padding: 18px !important;
  border: 1px solid rgba(212, 175, 55, 0.35) !important;
  border-left: 1px solid rgba(212, 175, 55, 0.35) !important;
  background: #17120d !important;
}

html[data-theme="dark"] body.product-page .product_meta_title,
html[data-theme="dark"] body.product-page #productComponentsSection .product_meta_title,
html[data-theme="dark"] body.product-page .product_story_block h4,
body.theme_dark.product-page .product_meta_title,
body.theme_dark.product-page #productComponentsSection .product_meta_title,
body.theme_dark.product-page .product_story_block h4,
body.dark-mode.product-page .product_meta_title,
body.dark-mode.product-page #productComponentsSection .product_meta_title,
body.dark-mode.product-page .product_story_block h4 {
  color: #f4c95d !important;
  opacity: 1 !important;
}

html[data-theme="dark"] body.product-page #productComponentsList,
body.theme_dark.product-page #productComponentsList,
body.dark-mode.product-page #productComponentsList {
  gap: 8px !important;
}

html[data-theme="dark"] body.product-page #productComponentsList li,
html[data-theme="dark"] body.product-page .product_feature_list li,
body.theme_dark.product-page #productComponentsList li,
body.theme_dark.product-page .product_feature_list li,
body.dark-mode.product-page #productComponentsList li,
body.dark-mode.product-page .product_feature_list li {
  color: #fff4df !important;
  line-height: 1.65 !important;
  opacity: 1 !important;
}

html[data-theme="dark"] body.product-page #productComponentsList li::before,
html[data-theme="dark"] body.product-page .product_feature_list li::before,
html[data-theme="dark"] body.product-page .product_story_list li::before,
body.theme_dark.product-page #productComponentsList li::before,
body.theme_dark.product-page .product_feature_list li::before,
body.theme_dark.product-page .product_story_list li::before,
body.dark-mode.product-page #productComponentsList li::before,
body.dark-mode.product-page .product_feature_list li::before,
body.dark-mode.product-page .product_story_list li::before {
  color: #d4af37 !important;
  margin-right: 8px !important;
  opacity: 1 !important;
}

html[data-theme="dark"] body.product-page .product_components_toggle,
body.theme_dark.product-page .product_components_toggle,
body.dark-mode.product-page .product_components_toggle {
  margin-top: 10px !important;
  color: #f4c95d !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  opacity: 1 !important;
}

html[data-theme="dark"] body.product-page #productDescription,
html[data-theme="dark"] body.product-page .product_rating_meta,
html[data-theme="dark"] body.product-page .quantity_wrap > span,
html[data-theme="dark"] body.product-page .product_total_price,
html[data-theme="dark"] body.product-page .product_story_lead,
html[data-theme="dark"] body.product-page .product_story_body,
html[data-theme="dark"] body.product-page .product_story_body p,
html[data-theme="dark"] body.product-page .product_story_body li,
html[data-theme="dark"] body.product-page .product_story_list li,
html[data-theme="dark"] body.product-page .product_story_block p,
body.theme_dark.product-page #productDescription,
body.theme_dark.product-page .product_rating_meta,
body.theme_dark.product-page .quantity_wrap > span,
body.theme_dark.product-page .product_total_price,
body.theme_dark.product-page .product_story_lead,
body.theme_dark.product-page .product_story_body,
body.theme_dark.product-page .product_story_body p,
body.theme_dark.product-page .product_story_body li,
body.theme_dark.product-page .product_story_list li,
body.theme_dark.product-page .product_story_block p,
body.dark-mode.product-page #productDescription,
body.dark-mode.product-page .product_rating_meta,
body.dark-mode.product-page .quantity_wrap > span,
body.dark-mode.product-page .product_total_price,
body.dark-mode.product-page .product_story_lead,
body.dark-mode.product-page .product_story_body,
body.dark-mode.product-page .product_story_body p,
body.dark-mode.product-page .product_story_body li,
body.dark-mode.product-page .product_story_list li,
body.dark-mode.product-page .product_story_block p {
  color: #d8c7aa !important;
  opacity: 1 !important;
}

html[data-theme="dark"] body.product-page .product_category_label,
html[data-theme="dark"] body.product-page .product_back_link,
html[data-theme="dark"] body.product-page .product_original_price,
html[data-theme="dark"] body.product-page .rating_overview_meta p,
body.theme_dark.product-page .product_category_label,
body.theme_dark.product-page .product_back_link,
body.theme_dark.product-page .product_original_price,
body.theme_dark.product-page .rating_overview_meta p,
body.dark-mode.product-page .product_category_label,
body.dark-mode.product-page .product_back_link,
body.dark-mode.product-page .product_original_price,
body.dark-mode.product-page .rating_overview_meta p {
  color: #bfae91 !important;
  opacity: 1 !important;
}

/* Final mobile header and hero composition refinements */
.side_drawer_theme_row {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  min-height: 46px !important;
  padding: 6px 8px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: #2a1d10 !important;
  text-align: left !important;
  cursor: pointer !important;
}

.side_drawer_theme_row:hover,
.side_drawer_theme_row:focus {
  border-color: rgba(255, 190, 51, 0.2) !important;
  background: rgba(255, 190, 51, 0.12) !important;
  color: #1f160a !important;
  outline: none !important;
}

.side_drawer_theme_icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 11px !important;
  background: rgba(255, 190, 51, 0.15) !important;
  color: #c8890d !important;
}

.side_drawer_theme_icon .theme_toggle_orbit {
  width: 24px !important;
  height: 24px !important;
}

.side_drawer_theme_text {
  display: grid !important;
  min-width: 0 !important;
  gap: 2px !important;
}

.side_drawer_theme_text strong,
.side_drawer_theme_text small {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.side_drawer_theme_text strong {
  color: inherit !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

.side_drawer_theme_text small {
  color: rgba(52, 39, 25, 0.66) !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

html[data-theme="dark"] .side_drawer_theme_row,
body.theme_dark .side_drawer_theme_row,
body.dark-mode .side_drawer_theme_row {
  color: #fff4de !important;
}

html[data-theme="dark"] .side_drawer_theme_row:hover,
html[data-theme="dark"] .side_drawer_theme_row:focus,
body.theme_dark .side_drawer_theme_row:hover,
body.theme_dark .side_drawer_theme_row:focus,
body.dark-mode .side_drawer_theme_row:hover,
body.dark-mode .side_drawer_theme_row:focus {
  border-color: rgba(242, 199, 107, 0.2) !important;
  background: rgba(242, 199, 107, 0.12) !important;
  color: #fff8e8 !important;
}

html[data-theme="dark"] .side_drawer_theme_icon,
body.theme_dark .side_drawer_theme_icon,
body.dark-mode .side_drawer_theme_icon {
  background: rgba(242, 199, 107, 0.12) !important;
  color: #f2c76b !important;
}

html[data-theme="dark"] .side_drawer_theme_text small,
body.theme_dark .side_drawer_theme_text small,
body.dark-mode .side_drawer_theme_text small {
  color: rgba(255, 248, 232, 0.62) !important;
}

@media (max-width: 768px) {
  body:not(.sub_page) .hero_area {
    min-height: 100svh !important;
    height: auto !important;
    padding-top: calc(var(--site-header-height) + 8px) !important;
    padding-bottom: 24px !important;
    overflow: hidden !important;
  }

  .hero_area .bg-box {
    background-image: url("../images/hero-bg.webp") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .hero_area .bg-box picture,
  .hero_area .bg-box > img {
    display: none !important;
  }

  body:not(.sub_page) .slider_section {
    align-items: center !important;
    padding: 10px 0 54px !important;
  }
}

@media (max-width: 575px) {
  .header_section .container {
    width: calc(100% - 10px) !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .custom_nav-container.minimal_navbar {
    gap: 4px !important;
    min-height: 58px !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand {
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
    min-width: 118px !important;
    max-width: calc(100vw - 176px) !important;
    gap: 6px !important;
    overflow: hidden !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand img {
    width: 34px !important;
    height: 34px !important;
    padding: 4px !important;
    border-radius: 10px !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand span {
    display: inline-block !important;
    width: auto !important;
    max-width: 96px !important;
    overflow: visible !important;
    color: #fff8e8 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: auto !important;
    margin-left: auto !important;
    gap: 3px !important;
    transform: none !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions > .theme_toggle {
    display: none !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
    flex: 0 0 32px !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    border-radius: 10px !important;
  }
}

@media (max-width: 380px) {
  .custom_nav-container.minimal_navbar .navbar-brand {
    min-width: 108px !important;
    max-width: calc(100vw - 164px) !important;
  }

  .custom_nav-container.minimal_navbar .navbar-brand span {
    max-width: 84px !important;
    font-size: 18px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions {
    gap: 2px !important;
  }

  .custom_nav-container.minimal_navbar .minimal_nav_actions .auth_button,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .cart_link,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .nav_search-btn,
  .custom_nav-container.minimal_navbar .minimal_nav_actions .navbar-toggler {
    flex-basis: 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
  }
}

/* Active wishlist hearts stay red in every theme. */
.product-wishlist-btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]),
.product_favorite_detail_btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]),
html[data-theme="dark"] .product-wishlist-btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]),
html[data-theme="dark"] .product_favorite_detail_btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]),
body.theme_dark .product-wishlist-btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]),
body.theme_dark .product_favorite_detail_btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]),
body.dark-mode .product-wishlist-btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]),
body.dark-mode .product_favorite_detail_btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]) {
  color: #e63946 !important;
  fill: #e63946 !important;
}

.product-wishlist-btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]) i,
.product_favorite_detail_btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]) i,
html[data-theme="dark"] .product-wishlist-btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]) i,
html[data-theme="dark"] .product_favorite_detail_btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]) i,
body.theme_dark .product-wishlist-btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]) i,
body.theme_dark .product_favorite_detail_btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]) i,
body.dark-mode .product-wishlist-btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]) i,
body.dark-mode .product_favorite_detail_btn:is(.active, .is-active, .is_active, .favorited, .wishlist-active, [aria-pressed="true"]) i {
  color: #e63946 !important;
}

/* Mobile side drawer scrolling and safe-area protection. */
.site_side_drawer {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  width: min(86vw, 336px) !important;
  max-width: 336px !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
  overflow: hidden !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
}

.side_drawer_header {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 0 0 12px !important;
  margin-bottom: 6px !important;
  position: relative !important;
}

.side_drawer_header::after {
  right: 4px !important;
  left: 4px !important;
}

.side_drawer_edge_close {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 190, 51, 0.42) !important;
  border-radius: 50% !important;
  background: #ffbe33 !important;
  color: #21170d !important;
  box-shadow: 0 10px 24px rgba(33, 23, 13, 0.18) !important;
  cursor: pointer !important;
}

.side_drawer_edge_close i {
  color: currentColor !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.side_drawer_edge_close:hover,
.side_drawer_edge_close:focus {
  background: #ffd66f !important;
  color: #11100e !important;
  outline: none !important;
  transform: translateX(-1px) !important;
}

.side_drawer_brand {
  grid-template-columns: 40px minmax(0, 1fr) !important;
  min-width: 0 !important;
  min-height: 48px !important;
  gap: 9px !important;
  padding: 4px 6px !important;
}

.side_drawer_brand_mark {
  width: 40px !important;
  height: 40px !important;
}

.side_drawer_brand_name {
  font-size: 16px !important;
}

.side_drawer_brand_arrow {
  display: none !important;
}

.side_drawer_middle {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 4px 0 8px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-y: contain !important;
  -webkit-overflow-scrolling: touch !important;
}

.side_drawer_footer {
  flex: 0 0 auto !important;
  display: grid !important;
  gap: 7px !important;
  margin-top: 8px !important;
  padding: 10px 0 0 !important;
  border-top: 1px solid var(--drawer-divider) !important;
  scroll-margin-bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
}

.side_drawer_nav,
.drawer-language-row,
.side_drawer_theme_row,
.side_drawer_account_row {
  min-width: 0 !important;
}

.side_drawer_coming_soon {
  position: relative !important;
}

.side_drawer_coming_soon_control {
  opacity: 0.6 !important;
  pointer-events: none !important;
}

.side_drawer_lock {
  position: absolute !important;
  top: -6px !important;
  right: -4px !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #C9A84C !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  box-shadow: 0 6px 16px rgba(58, 38, 8, 0.18) !important;
  pointer-events: none !important;
}

.side_drawer_coming_soon::after {
  content: attr(data-tooltip-en) !important;
  position: absolute !important;
  top: -34px !important;
  right: 0 !important;
  z-index: 3 !important;
  padding: 5px 10px !important;
  border-radius: 20px !important;
  background: #C9A84C !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  transform: translateY(4px) !important;
  transition: opacity 0.16s ease, transform 0.16s ease !important;
  pointer-events: none !important;
}

html[lang="ar"] .side_drawer_coming_soon::after,
html[dir="rtl"] .side_drawer_coming_soon::after,
body[dir="rtl"] .side_drawer_coming_soon::after {
  content: attr(data-tooltip-ar) !important;
}

.side_drawer_coming_soon:hover::after,
.side_drawer_coming_soon:focus-within::after {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.navbar_theme_coming_soon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.navbar_theme_coming_soon_control {
  opacity: 0.6 !important;
  pointer-events: none !important;
}

.navbar_theme_lock {
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: #C9A84C !important;
  color: #ffffff !important;
  font-size: 10px !important;
  line-height: 1 !important;
  box-shadow: 0 6px 16px rgba(58, 38, 8, 0.18) !important;
  pointer-events: none !important;
}

.navbar_theme_coming_soon::after {
  content: attr(data-tooltip-en) !important;
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  z-index: 30 !important;
  padding: 5px 10px !important;
  border-radius: 20px !important;
  background: #C9A84C !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  transform: translateY(-4px) !important;
  transition: opacity 0.16s ease, transform 0.16s ease !important;
  pointer-events: none !important;
}

html[lang="ar"] .navbar_theme_coming_soon::after,
html[dir="rtl"] .navbar_theme_coming_soon::after,
body[dir="rtl"] .navbar_theme_coming_soon::after {
  content: attr(data-tooltip-ar) !important;
}

.navbar_theme_coming_soon:hover::after,
.navbar_theme_coming_soon:focus-within::after {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.drawer-language-row,
.side_drawer_theme_row,
.side_drawer_account_row {
  box-sizing: border-box !important;
  width: 100% !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.34) !important;
}

.drawer-language-row {
  display: grid !important;
  grid-template-columns: 28px minmax(72px, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 44px !important;
  padding: 7px 8px !important;
}

.drawer-language-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  font-size: 15px !important;
  color: var(--drawer-icon) !important;
}

.drawer-language-label {
  min-width: 0 !important;
  overflow: visible !important;
  color: var(--drawer-text) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.drawer-language-pills {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  gap: 5px !important;
}

.drawer-language-pill {
  min-width: 36px !important;
  padding: 4px 9px !important;
  border-width: 1px !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
}

.side_drawer_theme_row {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) 48px !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 48px !important;
  padding: 7px 8px !important;
  color: var(--drawer-text) !important;
}

.side_drawer_theme_icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border: 1px solid var(--drawer-border) !important;
  border-radius: 11px !important;
  background: var(--drawer-avatar-bg) !important;
  color: var(--drawer-icon) !important;
}

.side_drawer_theme_icon .theme_toggle_icon {
  color: currentColor !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.side_drawer_theme_text {
  display: grid !important;
  min-width: 0 !important;
  gap: 2px !important;
}

.side_drawer_theme_text strong,
.side_drawer_theme_text small {
  display: block !important;
  min-width: 0 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.side_drawer_theme_text strong {
  color: inherit !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

.side_drawer_theme_text small {
  color: var(--drawer-muted) !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.side_drawer_theme_switch {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 48px !important;
  min-width: 48px !important;
  height: 28px !important;
  border: 1px solid rgba(42, 29, 16, 0.16) !important;
  border-radius: 999px !important;
  background: rgba(42, 29, 16, 0.14) !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

.side_drawer_theme_switch_knob {
  position: absolute !important;
  top: 3px !important;
  left: 3px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(33, 23, 13, 0.24) !important;
  transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.2s ease !important;
}

.side_drawer_theme_row[aria-checked="true"] .side_drawer_theme_switch,
.side_drawer_theme_row[aria-pressed="true"] .side_drawer_theme_switch,
.side_drawer_theme_row.is_dark .side_drawer_theme_switch {
  border-color: rgba(255, 190, 51, 0.72) !important;
  background: #ffbe33 !important;
}

.side_drawer_theme_row[aria-checked="true"] .side_drawer_theme_switch_knob,
.side_drawer_theme_row[aria-pressed="true"] .side_drawer_theme_switch_knob,
.side_drawer_theme_row.is_dark .side_drawer_theme_switch_knob {
  background: #21170d !important;
  transform: translateX(20px) !important;
}

.side_drawer_account_row {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 48px !important;
  padding: 7px 8px !important;
}

.side_drawer_account_text {
  min-width: 0 !important;
  display: grid !important;
  gap: 2px !important;
}

.side_drawer_account_text strong {
  min-width: 0 !important;
  overflow: hidden !important;
  color: inherit !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.side_drawer_account_text small {
  min-width: 0 !important;
  overflow: visible !important;
  color: var(--drawer-muted) !important;
  text-overflow: clip !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.side_drawer_account_row:not(.is_signed_in) .side_drawer_account_text small {
  overflow-wrap: normal !important;
}

html[data-theme="dark"] .drawer-language-row,
html[data-theme="dark"] .side_drawer_theme_row,
html[data-theme="dark"] .side_drawer_account_row,
body.theme_dark .drawer-language-row,
body.theme_dark .side_drawer_theme_row,
body.theme_dark .side_drawer_account_row,
body.dark-mode .drawer-language-row,
body.dark-mode .side_drawer_theme_row,
body.dark-mode .side_drawer_account_row {
  background: rgba(255, 248, 232, 0.045) !important;
  border-color: rgba(242, 199, 107, 0.08) !important;
}

html[data-theme="dark"] .side_drawer_theme_switch,
body.theme_dark .side_drawer_theme_switch,
body.dark-mode .side_drawer_theme_switch {
  border-color: rgba(255, 248, 232, 0.18) !important;
  background: rgba(255, 248, 232, 0.13) !important;
}

html[data-theme="dark"] .side_drawer_theme_row[aria-checked="true"] .side_drawer_theme_switch,
html[data-theme="dark"] .side_drawer_theme_row[aria-pressed="true"] .side_drawer_theme_switch,
html[data-theme="dark"] .side_drawer_theme_row.is_dark .side_drawer_theme_switch,
body.theme_dark .side_drawer_theme_row[aria-checked="true"] .side_drawer_theme_switch,
body.theme_dark .side_drawer_theme_row[aria-pressed="true"] .side_drawer_theme_switch,
body.theme_dark .side_drawer_theme_row.is_dark .side_drawer_theme_switch,
body.dark-mode .side_drawer_theme_row[aria-checked="true"] .side_drawer_theme_switch,
body.dark-mode .side_drawer_theme_row[aria-pressed="true"] .side_drawer_theme_switch,
body.dark-mode .side_drawer_theme_row.is_dark .side_drawer_theme_switch {
  border-color: rgba(242, 199, 107, 0.82) !important;
  background: #f2c76b !important;
}

html[data-theme="dark"] .side_drawer_theme_row[aria-checked="true"] .side_drawer_theme_switch_knob,
html[data-theme="dark"] .side_drawer_theme_row[aria-pressed="true"] .side_drawer_theme_switch_knob,
html[data-theme="dark"] .side_drawer_theme_row.is_dark .side_drawer_theme_switch_knob,
body.theme_dark .side_drawer_theme_row[aria-checked="true"] .side_drawer_theme_switch_knob,
body.theme_dark .side_drawer_theme_row[aria-pressed="true"] .side_drawer_theme_switch_knob,
body.theme_dark .side_drawer_theme_row.is_dark .side_drawer_theme_switch_knob,
body.dark-mode .side_drawer_theme_row[aria-checked="true"] .side_drawer_theme_switch_knob,
body.dark-mode .side_drawer_theme_row[aria-pressed="true"] .side_drawer_theme_switch_knob,
body.dark-mode .side_drawer_theme_row.is_dark .side_drawer_theme_switch_knob {
  background: #17120d !important;
}

@media (max-width: 420px) {
  .site_side_drawer {
    width: min(90vw, 336px) !important;
    max-width: 336px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .drawer-language-row {
    grid-template-columns: 26px minmax(62px, 1fr) auto !important;
    gap: 10px !important;
  }

  .drawer-language-icon {
    width: 26px !important;
    min-width: 26px !important;
  }

  .drawer-language-pill {
    min-width: 34px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}

/* Checkout page dark mode */
html[data-theme="dark"] body.checkout-page {
  --checkout-gold: var(--dark-gold, #f2c76b) !important;
  --checkout-gold-dark: var(--dark-gold-strong, #ffe09a) !important;
  --checkout-ink: var(--dark-text, #fff8e8) !important;
  --checkout-muted: var(--dark-text-muted, #c7b89f) !important;
  --checkout-card-shadow: var(--dark-shadow, 0 18px 42px rgba(0, 0, 0, 0.34)) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(242, 199, 107, 0.13), transparent 34%),
    linear-gradient(180deg, #11100d 0%, #17120e 52%, #0d0c0a 100%) !important;
  color: var(--dark-text, #fff8e8) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_page_main,
html[data-theme="dark"] body.checkout-page .checkout_page_section {
  background:
    radial-gradient(circle at 14% 0%, rgba(242, 199, 107, 0.13), transparent 34%),
    linear-gradient(180deg, #11100d 0%, #17120e 52%, #0d0c0a 100%) !important;
  color: var(--dark-text, #fff8e8) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_page_header > span,
html[data-theme="dark"] body.checkout-page .checkout_step_label,
html[data-theme="dark"] body.checkout-page .checkout_city_selector legend,
html[data-theme="dark"] body.checkout-page .checkout_fields span,
html[data-theme="dark"] body.checkout-page .checkout_review_card span {
  color: var(--dark-gold-strong, #ffe09a) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_page_header h1,
html[data-theme="dark"] body.checkout-page .checkout_page_empty h2,
html[data-theme="dark"] body.checkout-page .checkout_page_loading h2,
html[data-theme="dark"] body.checkout-page .checkout_panel_head h2,
html[data-theme="dark"] body.checkout-page .checkout_cart_item_head > a,
html[data-theme="dark"] body.checkout-page .checkout_city_card strong,
html[data-theme="dark"] body.checkout-page .checkout_city_copy strong,
html[data-theme="dark"] body.checkout-page .checkout_selected_city strong,
html[data-theme="dark"] body.checkout-page .checkout_review_card strong,
html[data-theme="dark"] body.checkout-page .checkout_payment_option strong,
html[data-theme="dark"] body.checkout-page .checkout_item_qty span {
  color: var(--dark-text, #fff8e8) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_page_header p,
html[data-theme="dark"] body.checkout-page .checkout_page_empty p,
html[data-theme="dark"] body.checkout-page .checkout_page_loading p,
html[data-theme="dark"] body.checkout-page .checkout_cart_item_meta,
html[data-theme="dark"] body.checkout-page .checkout_city_card small,
html[data-theme="dark"] body.checkout-page .checkout_city_copy small,
html[data-theme="dark"] body.checkout-page .checkout_selected_city span,
html[data-theme="dark"] body.checkout-page .checkout_saved_address_bar span,
html[data-theme="dark"] body.checkout-page .checkout_payment_option small,
html[data-theme="dark"] body.checkout-page .checkout_delivery_schedule_note,
html[data-theme="dark"] body.checkout-page .checkout_summary_row span {
  color: var(--dark-text-soft, #e5d8c3) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_page_shell,
html[data-theme="dark"] body.checkout-page .checkout_page_panel,
html[data-theme="dark"] body.checkout-page .checkout_steps,
html[data-theme="dark"] body.checkout-page .checkout_page_empty,
html[data-theme="dark"] body.checkout-page .checkout_page_loading {
  border: 1px solid var(--dark-border, rgba(242, 199, 107, 0.22)) !important;
  background:
    linear-gradient(180deg, rgba(31, 27, 22, 0.96), rgba(17, 15, 13, 0.98)) !important;
  color: var(--dark-text, #fff8e8) !important;
  box-shadow: var(--dark-shadow, 0 18px 42px rgba(0, 0, 0, 0.34)) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_page_panel {
  padding: 16px !important;
  border-radius: 18px !important;
}

html[data-theme="dark"] body.checkout-page .checkout_steps {
  background:
    linear-gradient(180deg, rgba(35, 29, 22, 0.94), rgba(19, 16, 13, 0.98)) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step {
  border: 1px solid rgba(242, 199, 107, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(255, 248, 232, 0.055) !important;
  color: var(--dark-text-muted, #c7b89f) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step:not(:last-child)::after {
  background: rgba(242, 199, 107, 0.2) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step.is_complete:not(:last-child)::after {
  background: linear-gradient(90deg, var(--dark-gold, #f2c76b), rgba(242, 199, 107, 0.46)) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step_number {
  border-color: rgba(242, 199, 107, 0.32) !important;
  background: rgba(255, 248, 232, 0.08) !important;
  color: var(--dark-text-soft, #e5d8c3) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step > span:last-child {
  max-width: 92px !important;
  overflow: visible !important;
  color: var(--dark-text-soft, #e5d8c3) !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step.is_active {
  border-color: var(--dark-border-strong, rgba(242, 199, 107, 0.48)) !important;
  background: rgba(242, 199, 107, 0.13) !important;
  color: var(--dark-gold-strong, #ffe09a) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step.is_active .checkout_step_number {
  border-color: var(--dark-gold-strong, #ffe09a) !important;
  background: linear-gradient(135deg, var(--dark-gold-strong, #ffe09a), var(--dark-gold, #f2c76b)) !important;
  color: #16110a !important;
  box-shadow: 0 0 0 4px rgba(242, 199, 107, 0.16) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step.is_active > span:last-child {
  color: var(--dark-gold-strong, #ffe09a) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step.is_complete {
  border-color: rgba(242, 199, 107, 0.4) !important;
  background: rgba(242, 199, 107, 0.09) !important;
  color: var(--dark-gold, #f2c76b) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step.is_complete .checkout_step_number {
  border-color: var(--dark-gold-strong, #ffe09a) !important;
  background: linear-gradient(135deg, var(--dark-gold, #f2c76b), #b9872c) !important;
  color: transparent !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step.is_complete .checkout_step_number::before {
  color: #16110a !important;
}

html[data-theme="dark"] body.checkout-page .checkout_step.is_complete > span:last-child {
  color: var(--dark-gold, #f2c76b) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_cart_item,
html[data-theme="dark"] body.checkout-page .checkout_order_summary,
html[data-theme="dark"] body.checkout-page .checkout_city_card,
html[data-theme="dark"] body.checkout-page .checkout_selected_city,
html[data-theme="dark"] body.checkout-page .checkout_saved_address_bar,
html[data-theme="dark"] body.checkout-page .checkout_review_card,
html[data-theme="dark"] body.checkout-page .checkout_payment_option {
  border: 1px solid var(--dark-border, rgba(242, 199, 107, 0.22)) !important;
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.075), rgba(255, 248, 232, 0.045)) !important;
  color: var(--dark-text, #fff8e8) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_city_card.is_selected,
html[data-theme="dark"] body.checkout-page .checkout_payment_option:has(input:checked) {
  border-color: var(--dark-border-strong, rgba(242, 199, 107, 0.48)) !important;
  background: rgba(242, 199, 107, 0.14) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), 0 0 20px rgba(242, 199, 107, 0.1) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_cart_item_image {
  border: 1px solid rgba(242, 199, 107, 0.16) !important;
  background: linear-gradient(180deg, #fffaf0, #f2eadb) !important;
  box-shadow: inset 0 0 0 1px rgba(22, 17, 10, 0.08) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_cart_item_meta span,
html[data-theme="dark"] body.checkout-page .checkout_cart_item_meta strong,
html[data-theme="dark"] body.checkout-page .checkout_panel_head > strong,
html[data-theme="dark"] body.checkout-page .checkout_summary_row strong,
html[data-theme="dark"] body.checkout-page .checkout_summary_total span,
html[data-theme="dark"] body.checkout-page .checkout_summary_total strong {
  color: var(--dark-gold-strong, #ffe09a) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_summary_row {
  border-bottom-color: rgba(242, 199, 107, 0.14) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_summary_row:nth-child(2) strong {
  color: var(--dark-text-muted, #c7b89f) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_discount_row strong {
  color: #bbf7d0 !important;
}

html[data-theme="dark"] body.checkout-page .checkout_item_qty {
  border-color: rgba(242, 199, 107, 0.28) !important;
  background: rgba(255, 248, 232, 0.06) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_item_qty button {
  border-color: rgba(242, 199, 107, 0.32) !important;
  background: rgba(255, 248, 232, 0.08) !important;
  color: var(--dark-gold-strong, #ffe09a) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_item_qty button:hover,
html[data-theme="dark"] body.checkout-page .checkout_item_qty button:focus {
  border-color: var(--dark-border-strong, rgba(242, 199, 107, 0.48)) !important;
  background: rgba(242, 199, 107, 0.16) !important;
  color: var(--dark-text, #fff8e8) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_item_remove {
  border: 1px solid rgba(248, 113, 113, 0.24) !important;
  background: rgba(127, 29, 29, 0.24) !important;
  color: #fecaca !important;
}

html[data-theme="dark"] body.checkout-page .checkout_item_remove:hover,
html[data-theme="dark"] body.checkout-page .checkout_item_remove:focus {
  background: rgba(185, 28, 28, 0.34) !important;
  color: #ffffff !important;
}

html[data-theme="dark"] body.checkout-page .checkout_city_check {
  border-color: rgba(242, 199, 107, 0.58) !important;
  background: rgba(255, 248, 232, 0.06) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_city_card.is_selected .checkout_city_check {
  background: var(--dark-gold, #f2c76b) !important;
  box-shadow: inset 0 0 0 4px #17120d !important;
}

html[data-theme="dark"] body.checkout-page .checkout_delivery_schedule_note {
  border-color: var(--dark-border, rgba(242, 199, 107, 0.22)) !important;
  background: rgba(242, 199, 107, 0.1) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_fields label {
  background: transparent !important;
  box-shadow: none !important;
}

html[data-theme="dark"] body.checkout-page .checkout_fields em {
  background: rgba(242, 199, 107, 0.12) !important;
  color: var(--dark-text-muted, #c7b89f) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_fields input,
html[data-theme="dark"] body.checkout-page .checkout_fields select,
html[data-theme="dark"] body.checkout-page .checkout_fields textarea {
  border-color: rgba(242, 199, 107, 0.26) !important;
  background: rgba(8, 7, 6, 0.48) !important;
  color: var(--dark-text, #fff8e8) !important;
  box-shadow: inset 0 1px 0 rgba(255, 248, 232, 0.06) !important;
  caret-color: var(--dark-gold-strong, #ffe09a) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_fields input::placeholder,
html[data-theme="dark"] body.checkout-page .checkout_fields textarea::placeholder {
  color: rgba(229, 216, 195, 0.58) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_fields select option {
  background: #17120d !important;
  color: var(--dark-text, #fff8e8) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_fields input:focus,
html[data-theme="dark"] body.checkout-page .checkout_fields select:focus,
html[data-theme="dark"] body.checkout-page .checkout_fields textarea:focus {
  border-color: var(--dark-gold-strong, #ffe09a) !important;
  background: rgba(15, 13, 10, 0.86) !important;
  box-shadow: 0 0 0 3px rgba(242, 199, 107, 0.18) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_fields input:disabled,
html[data-theme="dark"] body.checkout-page .checkout_fields textarea:disabled,
html[data-theme="dark"] body.checkout-page .checkout_fields select:disabled {
  color: rgba(255, 248, 232, 0.58) !important;
  background: rgba(255, 248, 232, 0.045) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_payment_icon,
html[data-theme="dark"] body.checkout-page .checkout_page_empty_icon,
html[data-theme="dark"] body.checkout-page .checkout_page_loading_icon {
  background: linear-gradient(135deg, var(--dark-gold-strong, #ffe09a), var(--dark-gold, #f2c76b)) !important;
  color: #16110a !important;
}

html[data-theme="dark"] body.checkout-page .checkout_validation {
  border-color: rgba(248, 113, 113, 0.3) !important;
  background: rgba(127, 29, 29, 0.28) !important;
  color: #fecaca !important;
  box-shadow: 0 12px 28px rgba(127, 29, 29, 0.18) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_back_btn,
html[data-theme="dark"] body.checkout-page .checkout_clear_saved_btn {
  border-color: var(--dark-border-strong, rgba(242, 199, 107, 0.48)) !important;
  background: rgba(255, 248, 232, 0.06) !important;
  color: var(--dark-gold-strong, #ffe09a) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_back_btn:hover,
html[data-theme="dark"] body.checkout-page .checkout_back_btn:focus,
html[data-theme="dark"] body.checkout-page .checkout_clear_saved_btn:hover,
html[data-theme="dark"] body.checkout-page .checkout_clear_saved_btn:focus {
  background: rgba(242, 199, 107, 0.15) !important;
  color: var(--dark-text, #fff8e8) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_next_btn,
html[data-theme="dark"] body.checkout-page .checkout_confirm_btn,
html[data-theme="dark"] body.checkout-page .checkout_menu_btn {
  background: linear-gradient(135deg, var(--dark-gold-strong, #ffe09a), var(--dark-gold, #f2c76b)) !important;
  color: #16110a !important;
  box-shadow: 0 14px 30px rgba(242, 199, 107, 0.18) !important;
}

html[data-theme="dark"] body.checkout-page .checkout_next_btn:hover,
html[data-theme="dark"] body.checkout-page .checkout_next_btn:focus,
html[data-theme="dark"] body.checkout-page .checkout_confirm_btn:hover,
html[data-theme="dark"] body.checkout-page .checkout_confirm_btn:focus,
html[data-theme="dark"] body.checkout-page .checkout_menu_btn:hover,
html[data-theme="dark"] body.checkout-page .checkout_menu_btn:focus {
  background: linear-gradient(135deg, #fff0b8, var(--dark-gold-strong, #ffe09a)) !important;
  color: #11100e !important;
  box-shadow: 0 16px 34px rgba(242, 199, 107, 0.24) !important;
}

@media (max-width: 575px) {
  html[data-theme="dark"] body.checkout-page .checkout_page_panel {
    padding: 14px !important;
  }

  html[data-theme="dark"] body.checkout-page .checkout_step {
    padding: 6px 3px !important;
  }

  html[data-theme="dark"] body.checkout-page .checkout_step > span:last-child {
    max-width: 66px !important;
    font-size: 9.5px !important;
  }
}

/* Admin Orders page dark mode */
html[data-theme="dark"] body.admin-orders-page {
  --admin-gold: var(--dark-gold, #f2c76b) !important;
  --admin-gold-strong: var(--dark-gold-strong, #ffe09a) !important;
  --admin-text: var(--dark-text, #fff8e8) !important;
  --admin-text-soft: var(--dark-text-soft, #e5d8c3) !important;
  --admin-text-muted: var(--dark-text-muted, #c7b89f) !important;
  --admin-border: var(--dark-border, rgba(242, 199, 107, 0.22)) !important;
  --admin-border-strong: var(--dark-border-strong, rgba(242, 199, 107, 0.48)) !important;
  --admin-card-shadow: 0 18px 42px rgba(0, 0, 0, 0.34) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 199, 107, 0.12), transparent 34%),
    linear-gradient(180deg, #11100d 0%, #17120e 54%, #0d0c0a 100%) !important;
  color: var(--admin-text) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_orders_main,
html[data-theme="dark"] body.admin-orders-page .admin_orders_section {
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 199, 107, 0.12), transparent 34%),
    linear-gradient(180deg, #11100d 0%, #17120e 54%, #0d0c0a 100%) !important;
  color: var(--admin-text) !important;
}

html[data-theme="dark"] body.admin-orders-page .orders_page_header h1,
html[data-theme="dark"] body.admin-orders-page .admin_orders_group_head h2,
html[data-theme="dark"] body.admin-orders-page .orders_state h2,
html[data-theme="dark"] body.admin-orders-page .admin_order_customer_name,
html[data-theme="dark"] body.admin-orders-page .admin_order_item_name {
  color: var(--admin-text) !important;
}

html[data-theme="dark"] body.admin-orders-page .orders_page_header p,
html[data-theme="dark"] body.admin-orders-page .orders_state p,
html[data-theme="dark"] body.admin-orders-page .admin_order_timestamp,
html[data-theme="dark"] body.admin-orders-page .admin_order_address_row,
html[data-theme="dark"] body.admin-orders-page .admin_order_address_row span,
html[data-theme="dark"] body.admin-orders-page .admin_order_quick_facts > span:not(.orders_badge),
html[data-theme="dark"] body.admin-orders-page .admin_order_short_id,
html[data-theme="dark"] body.admin-orders-page .admin_order_full_id_value,
html[data-theme="dark"] body.admin-orders-page .orders_item_empty {
  color: var(--admin-text-soft) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_orders_group_kicker,
html[data-theme="dark"] body.admin-orders-page .admin_order_section_label,
html[data-theme="dark"] body.admin-orders-page .admin_order_full_id_block .admin_order_id_toggle,
html[data-theme="dark"] body.admin-orders-page .admin_orders_stats span,
html[data-theme="dark"] body.admin-orders-page .admin_order_total,
html[data-theme="dark"] body.admin-orders-page .admin_order_item_price {
  color: var(--admin-gold-strong) !important;
}

html[data-theme="dark"] body.admin-orders-page .orders_page_shell,
html[data-theme="dark"] body.admin-orders-page .admin_orders_shell,
html[data-theme="dark"] body.admin-orders-page .orders_state {
  border: 1px solid var(--admin-border) !important;
  background:
    linear-gradient(180deg, rgba(31, 27, 22, 0.96), rgba(17, 15, 13, 0.98)) !important;
  color: var(--admin-text) !important;
  box-shadow: var(--admin-card-shadow) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_orders_stats > div,
html[data-theme="dark"] body.admin-orders-page .admin_orders_group {
  border: 1px solid var(--admin-border) !important;
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.075), rgba(255, 248, 232, 0.045)) !important;
  color: var(--admin-text) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_orders_stats strong,
html[data-theme="dark"] body.admin-orders-page .admin_orders_group_head > strong {
  color: var(--admin-gold-strong) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_orders_group_head > strong,
html[data-theme="dark"] body.admin-orders-page .admin_filter_badge,
html[data-theme="dark"] body.admin-orders-page .admin_orders_queue_tabs span {
  border: 1px solid rgba(242, 199, 107, 0.2) !important;
  background: rgba(242, 199, 107, 0.12) !important;
  color: var(--admin-gold-strong) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_orders_filters button,
html[data-theme="dark"] body.admin-orders-page .admin_orders_queue_tabs button,
html[data-theme="dark"] body.admin-orders-page .admin_orders_refresh_btn {
  border: 1px solid rgba(242, 199, 107, 0.24) !important;
  background: rgba(255, 248, 232, 0.06) !important;
  color: var(--admin-text-soft) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_orders_filters button:hover,
html[data-theme="dark"] body.admin-orders-page .admin_orders_filters button:focus,
html[data-theme="dark"] body.admin-orders-page .admin_orders_filters button.is_active,
html[data-theme="dark"] body.admin-orders-page .admin_orders_queue_tabs button:hover,
html[data-theme="dark"] body.admin-orders-page .admin_orders_queue_tabs button:focus,
html[data-theme="dark"] body.admin-orders-page .admin_orders_queue_tabs button.is_active,
html[data-theme="dark"] body.admin-orders-page .admin_orders_refresh_btn:hover,
html[data-theme="dark"] body.admin-orders-page .admin_orders_refresh_btn:focus {
  border-color: var(--admin-border-strong) !important;
  background: linear-gradient(135deg, rgba(242, 199, 107, 0.24), rgba(185, 135, 44, 0.18)) !important;
  color: var(--admin-gold-strong) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_orders_filters button.is_active,
html[data-theme="dark"] body.admin-orders-page .admin_orders_queue_tabs button.is_active {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24), 0 0 18px rgba(242, 199, 107, 0.1) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_card {
  border: 1px solid var(--admin-border) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(242, 199, 107, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(38, 31, 23, 0.96), rgba(22, 18, 14, 0.98)) !important;
  color: var(--admin-text) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_card + .admin_order_card {
  margin-top: 2px !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_card_cancelled,
html[data-theme="dark"] body.admin-orders-page .admin_order_card_cancelled .admin_order_items_panel {
  border-color: rgba(248, 113, 113, 0.28) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_card_cancelled {
  background:
    linear-gradient(180deg, rgba(45, 29, 23, 0.94), rgba(23, 18, 15, 0.98)) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_quick_facts > span:not(.orders_badge),
html[data-theme="dark"] body.admin-orders-page .admin_order_short_id,
html[data-theme="dark"] body.admin-orders-page .admin_order_address_row,
html[data-theme="dark"] body.admin-orders-page .admin_order_full_id_value {
  border: 1px solid rgba(242, 199, 107, 0.16) !important;
  background: rgba(255, 248, 232, 0.06) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_address_row i,
html[data-theme="dark"] body.admin-orders-page .admin_order_quick_facts i {
  color: var(--admin-gold, #f2c76b) !important;
}

html[data-theme="dark"] body.admin-orders-page .orders_badge {
  border: 1px solid rgba(242, 199, 107, 0.24) !important;
  background: rgba(242, 199, 107, 0.1) !important;
  color: var(--admin-text, #fff8e8) !important;
}

html[data-theme="dark"] body.admin-orders-page .orders_badge_payment_success,
html[data-theme="dark"] body.admin-orders-page .orders_badge_order_delivered {
  border-color: rgba(74, 222, 128, 0.32) !important;
  background: rgba(34, 197, 94, 0.14) !important;
  color: #d1fae5 !important;
}

html[data-theme="dark"] body.admin-orders-page .orders_badge_payment_failed,
html[data-theme="dark"] body.admin-orders-page .orders_badge_order_cancelled {
  border-color: rgba(248, 113, 113, 0.34) !important;
  background: rgba(127, 29, 29, 0.18) !important;
  color: #fecaca !important;
}

html[data-theme="dark"] body.admin-orders-page .orders_badge_order_pending,
html[data-theme="dark"] body.admin-orders-page .orders_badge_payment_neutral {
  border-color: rgba(242, 199, 107, 0.34) !important;
  background: rgba(242, 199, 107, 0.12) !important;
  color: var(--admin-gold-strong) !important;
}

html[data-theme="dark"] body.admin-orders-page .orders_badge_order_preparing {
  border-color: rgba(251, 191, 36, 0.34) !important;
  background: rgba(251, 191, 36, 0.13) !important;
  color: #fde68a !important;
}

html[data-theme="dark"] body.admin-orders-page .orders_badge_order_out_for_delivery {
  border-color: rgba(96, 165, 250, 0.38) !important;
  background: rgba(59, 130, 246, 0.14) !important;
  color: #bfdbfe !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_items_panel,
html[data-theme="dark"] body.admin-orders-page .admin_order_items_block {
  border: 1px solid rgba(242, 199, 107, 0.18) !important;
  border-radius: 14px !important;
  background: rgba(8, 7, 6, 0.34) !important;
  color: var(--admin-text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 248, 232, 0.04) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_items {
  color: var(--admin-text-soft) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_item_row,
html[data-theme="dark"] body.admin-orders-page .admin_order_items li {
  border-bottom: 1px solid rgba(242, 199, 107, 0.12) !important;
  color: var(--admin-text-soft) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_item_row:last-child,
html[data-theme="dark"] body.admin-orders-page .admin_order_items li:last-child {
  border-bottom: 0 !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_item_spacer {
  border-bottom-color: rgba(242, 199, 107, 0.16) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_copy_btn,
html[data-theme="dark"] body.admin-orders-page .admin_order_whatsapp_btn {
  border: 1px solid rgba(242, 199, 107, 0.28) !important;
  background: rgba(255, 248, 232, 0.07) !important;
  color: var(--admin-gold-strong) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_whatsapp_btn {
  border-color: rgba(74, 222, 128, 0.32) !important;
  color: #86efac !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_copy_btn:hover,
html[data-theme="dark"] body.admin-orders-page .admin_order_copy_btn:focus,
html[data-theme="dark"] body.admin-orders-page .admin_order_whatsapp_btn:hover,
html[data-theme="dark"] body.admin-orders-page .admin_order_whatsapp_btn:focus {
  border-color: var(--admin-border-strong) !important;
  background: rgba(242, 199, 107, 0.16) !important;
  color: var(--admin-text) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_status_form {
  border-top: 1px solid rgba(242, 199, 107, 0.14) !important;
  padding-top: 12px !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_status_form select {
  border: 1px solid rgba(242, 199, 107, 0.34) !important;
  background: #11100d !important;
  color: var(--admin-text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 248, 232, 0.06) !important;
  caret-color: var(--admin-gold-strong) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_status_form select:focus {
  border-color: var(--admin-gold-strong) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(242, 199, 107, 0.18) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_status_form select option {
  background: #17120d !important;
  color: var(--admin-text) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_status_form button {
  border: 1px solid rgba(255, 224, 154, 0.58) !important;
  background: linear-gradient(135deg, var(--admin-gold-strong), var(--admin-gold)) !important;
  color: #16110a !important;
  box-shadow: 0 12px 26px rgba(242, 199, 107, 0.16) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_status_form button:hover,
html[data-theme="dark"] body.admin-orders-page .admin_order_status_form button:focus {
  background: linear-gradient(135deg, #fff0b8, var(--admin-gold-strong)) !important;
  color: #11100e !important;
  box-shadow: 0 14px 30px rgba(242, 199, 107, 0.24) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_order_status_form button:disabled {
  border-color: rgba(242, 199, 107, 0.18) !important;
  background: rgba(255, 248, 232, 0.08) !important;
  color: rgba(255, 248, 232, 0.58) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] body.admin-orders-page .orders_state_error {
  border-color: rgba(248, 113, 113, 0.28) !important;
  background: rgba(127, 29, 29, 0.18) !important;
  color: #fecaca !important;
}

body.checkout-page .checkout_city_copy em {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(255, 190, 51, 0.14);
  color: #ffbe33;
  font-style: normal;
  font-weight: 700;
  font-size: 0.82rem;
}

body.checkout-page .checkout_coupon_box {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

body.checkout-page .checkout_coupon_box label {
  display: block;
  margin-bottom: 8px;
  color: #222831;
  font-weight: 700;
}

body.checkout-page .checkout_coupon_controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
}

body.checkout-page .checkout_coupon_controls input,
body.checkout-page .checkout_coupon_controls button {
  min-height: 44px;
  border-radius: 6px;
}

body.checkout-page .checkout_coupon_controls input {
  border: 1px solid rgba(34, 34, 34, 0.16);
  padding: 0 12px;
  text-transform: uppercase;
}

body.checkout-page .checkout_coupon_controls button {
  border: 0;
  padding: 0 14px;
  background: #ffbe33;
  color: #222831;
  font-weight: 700;
}

body.checkout-page #checkoutRemoveCouponBtn {
  background: rgba(34, 34, 34, 0.08);
}

body.checkout-page .checkout_coupon_message {
  margin: 10px 0 0;
  font-weight: 700;
}

body.checkout-page .checkout_coupon_message[data-state="error"] {
  color: #c2410c;
}

body.checkout-page .checkout_coupon_message[data-state="success"] {
  color: #15803d;
}

body.admin-orders-page .admin_checkout_settings {
  margin: 18px 0 22px;
  padding: 18px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

body.admin-orders-page .admin_checkout_settings_head,
body.admin-orders-page .admin_coupon_actions,
body.admin-orders-page .admin_coupon_card_actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.admin-orders-page .admin_checkout_settings_head {
  justify-content: space-between;
  margin-bottom: 16px;
}

body.admin-orders-page .admin_checkout_settings h2,
body.admin-orders-page .admin_checkout_settings h3 {
  margin: 0;
  color: #222831;
}

body.admin-orders-page .admin_shipping_rates_form,
body.admin-orders-page .admin_coupon_form,
body.admin-orders-page .admin_coupons_panel,
body.admin-orders-page .admin_order_totals_panel {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.86);
}

body.admin-orders-page .admin_shipping_rates_grid,
body.admin-orders-page .admin_coupon_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0;
}

body.admin-orders-page .admin_shipping_rate_item,
body.admin-orders-page .admin_coupon_grid label {
  display: grid;
  gap: 6px;
  color: #4b5563;
  font-weight: 700;
}

body.admin-orders-page .admin_coupon_enabled {
  align-content: end;
  grid-template-columns: auto 1fr;
}

body.admin-orders-page .admin_shipping_rates_form input,
body.admin-orders-page .admin_coupon_form input,
body.admin-orders-page .admin_coupon_form select {
  min-height: 42px;
  border: 1px solid rgba(34, 34, 34, 0.16);
  border-radius: 6px;
  padding: 0 10px;
  background: #ffffff;
  color: #222831;
}

body.admin-orders-page .admin_shipping_rates_form button,
body.admin-orders-page .admin_coupon_form button,
body.admin-orders-page .admin_coupon_card_actions button {
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  background: #ffbe33;
  color: #222831;
  font-weight: 800;
}

body.admin-orders-page .admin_coupon_card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}

body.admin-orders-page .admin_coupon_card:last-child {
  border-bottom: 0;
}

body.admin-orders-page .admin_coupon_card strong,
body.admin-orders-page .admin_coupon_card span,
body.admin-orders-page .admin_order_total_row span,
body.admin-orders-page .admin_order_total_row strong {
  display: block;
}

body.admin-orders-page .admin_coupon_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.admin-orders-page .admin_coupon_meta span {
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(34, 34, 34, 0.06);
  color: #4b5563;
  font-size: 0.82rem;
  font-weight: 700;
}

body.admin-orders-page .admin_order_totals_panel {
  display: grid;
  gap: 8px;
}

body.admin-orders-page .admin_order_total_row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #4b5563;
}

body.admin-orders-page .admin_order_total_row_final {
  padding-top: 8px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  color: #222831;
  font-weight: 800;
}

html[data-theme="dark"] body.checkout-page .checkout_coupon_box {
  border-color: rgba(242, 199, 107, 0.18);
  background: rgba(255, 248, 232, 0.06);
}

html[data-theme="dark"] body.checkout-page .checkout_coupon_box label,
html[data-theme="dark"] body.checkout-page .checkout_coupon_controls input {
  color: var(--admin-text, #fff8e8);
}

html[data-theme="dark"] body.checkout-page .checkout_coupon_controls input {
  border-color: rgba(242, 199, 107, 0.28);
  background: rgba(8, 7, 6, 0.36);
}

html[data-theme="dark"] body.admin-orders-page .admin_checkout_settings,
html[data-theme="dark"] body.admin-orders-page .admin_shipping_rates_form,
html[data-theme="dark"] body.admin-orders-page .admin_coupon_form,
html[data-theme="dark"] body.admin-orders-page .admin_coupons_panel,
html[data-theme="dark"] body.admin-orders-page .admin_order_totals_panel {
  border-color: rgba(242, 199, 107, 0.18) !important;
  background: rgba(255, 248, 232, 0.06) !important;
  color: var(--admin-text, #fff8e8) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_checkout_settings h2,
html[data-theme="dark"] body.admin-orders-page .admin_checkout_settings h3,
html[data-theme="dark"] body.admin-orders-page .admin_coupon_card strong,
html[data-theme="dark"] body.admin-orders-page .admin_order_total_row_final {
  color: var(--admin-text, #fff8e8) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_shipping_rate_item,
html[data-theme="dark"] body.admin-orders-page .admin_coupon_grid label,
html[data-theme="dark"] body.admin-orders-page .admin_coupon_card span,
html[data-theme="dark"] body.admin-orders-page .admin_order_total_row {
  color: var(--admin-text-soft, #d9c9ad) !important;
}

html[data-theme="dark"] body.admin-orders-page .admin_shipping_rates_form input,
html[data-theme="dark"] body.admin-orders-page .admin_coupon_form input,
html[data-theme="dark"] body.admin-orders-page .admin_coupon_form select {
  border-color: rgba(242, 199, 107, 0.28) !important;
  background: #11100d !important;
  color: var(--admin-text, #fff8e8) !important;
}

@media (max-width: 767px) {
  body.checkout-page .checkout_coupon_controls,
  body.admin-orders-page .admin_shipping_rates_grid,
  body.admin-orders-page .admin_coupon_grid,
  body.admin-orders-page .admin_coupon_card {
    grid-template-columns: 1fr;
  }

  body.admin-orders-page .admin_coupon_card_actions {
    flex-wrap: wrap;
  }
}

body.checkout-page [hidden],
body.admin-orders-page [hidden] {
  display: none !important;
}
