﻿:root {
  --next-bg: #0B0805;
  --next-panel: #1A1613;
  --next-border: #9D671F;
  --next-gold: #DDA260;
  --next-gold-soft: #EDD0A9;
  --next-gold-dark: #9D671F;
  --next-gold-accent: #D79E1F;
  --next-red: #A20A08;
  --next-red-hover: #CD0E09;
  --next-red-deep: #591B0D;
  --next-text: #F4E7D4;
  --next-bg-rgb: 11, 8, 5;
  --next-gold-rgb: 221, 162, 96;
  --next-gold-dark-rgb: 157, 103, 31;
  --next-gold-accent-rgb: 215, 158, 31;
  --next-red-rgb: 162, 10, 8;
  --next-text-rgb: 244, 231, 212;
  --next-sub: rgba(var(--next-text-rgb), 0.78);
  --next-muted: rgba(var(--next-text-rgb), 0.58);
  --next-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
  --next-serif: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  --next-sans: "Noto Sans JP", "Inter", system-ui, sans-serif;
  --next-display: "Playfair Display", "Noto Serif JP", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--next-bg);
}

body.next-page {
  min-height: 100%;
  margin: 0;
  background: var(--next-bg);
  color: var(--next-text);
  font-family: var(--next-sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

.next-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin-inline: auto;
  background: var(--next-bg);
  overflow-x: hidden;
  box-shadow: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

[hidden] {
  display: none !important;
}

.dashboard-area,
main {
  width: 100%;
  min-width: 0;
}

.u-inner {
  width: calc(100% - 20px);
  margin-inline: auto;
}

.fadeInUp,
.fade_in_up,
.animated {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.next-header {
  position: relative;
  z-index: 20;
}

.next-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  background: var(--next-bg);
}

.next-hero-image {
  width: 100%;
  height: auto;
}

.next-hero-controls {
  display: none;
  gap: 0;
  padding: 10px;
  border-top: 1px solid var(--next-border);
  border-bottom: 1px solid var(--next-border);
  background: var(--next-bg);
}

.next-language-panel {
  position: absolute;
  top: 18px;
  right: 5px;
  z-index: 5;
  width: 74px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  padding: 4px;
  border: 1px solid var(--next-gold);
  border-radius: 4px;
  background: var(--next-panel);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.48);
}

.next-language-title {
  color: var(--next-gold-soft);
  font-size: 7px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.next-language-link {
  min-height: 18px;
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 3px;
  padding: 1px 3px;
  border: 1px solid rgba(var(--next-gold-accent-rgb), 0.28);
  border-radius: 3px;
  background: var(--next-panel);
  color: var(--next-text);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
}

.next-language-menu a {
  min-height: 30px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--next-text);
  font-size: 9px;
  line-height: 1.2;
}

.next-language-link.is-active,
.next-language-link:focus-visible,
.next-language-menu a.is-active,
.next-language-menu a:focus-visible {
  border-color: var(--next-gold-soft);
  background: var(--next-red);
  outline: none;
}

.next-language-flag {
  width: 14px;
  height: 10px;
  display: block;
  border: 1px solid rgba(var(--next-text-rgb), 0.42);
  border-radius: 2px;
  object-fit: cover;
}

.next-hero-products-link {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 10px;
  right: auto;
  z-index: 4;
  width: min(220px, 54%);
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--next-gold);
  border-radius: 4px;
  background: linear-gradient(180deg, var(--next-red-hover), var(--next-red-deep));
  color: var(--next-text);
  font-size: 14px;
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -3px 0 rgba(0, 0, 0, 0.32),
    0 8px 18px rgba(0, 0, 0, 0.42);
  transform: translateX(-50%);
  transition:
    background 0.64s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.64s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.64s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  touch-action: manipulation;
}

.next-hero-notice-cover {
  display: none;
}

.next-subheader {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 10px;
  border-bottom: 1px solid var(--next-border);
  background:
    linear-gradient(90deg, rgba(var(--next-gold-rgb), 0.2), transparent 45%),
    var(--next-panel);
}

.next-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.next-brand span {
  font-family: var(--next-display);
  color: var(--next-text);
  font-size: 25px;
  font-weight: 700;
}

.next-brand small {
  color: var(--next-gold-soft);
  font-size: 10px;
  font-weight: 700;
}

.next-language-dropdown {
  position: relative;
}

.next-language-dropdown summary {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid var(--next-gold);
  border-radius: 7px;
  color: var(--next-text);
  list-style: none;
  font-size: 12px;
}

.next-language-dropdown summary::-webkit-details-marker {
  display: none;
}

.next-language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 10;
  width: 176px;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--next-gold);
  border-radius: 8px;
  background: var(--next-panel);
  box-shadow: var(--next-shadow);
}

.delivery_address {
  padding: 16px 0;
}

.next-site-notice {
  padding: 0 0 8px;
}

.next-site-notice-top {
  padding: 9px 0 0;
}

.next-site-notice .u-inner {
  min-height: 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  border: 1px solid var(--next-gold);
  border-radius: 6px;
  background: var(--next-panel);
}

.next-site-notice span {
  color: var(--next-gold-soft);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.next-site-notice strong {
  min-width: 0;
  overflow: hidden;
  color: var(--next-text);
  font-size: 11px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.delivery_address_preselect {
  padding-top: 18px;
}

.next-home .delivery_address_preselect {
  padding-top: 7px;
  padding-bottom: 8px;
}

.d_a__layout,
.secProduct__item,
.p_d_explain,
.orderInfor__part01,
.orderInfo__part02,
.orderInfo__part03,
.payment_order_list,
.payment_detail_grid,
.payment_total_box,
.order_flow_steps article,
.order_flow_service,
.order_flow_delivery,
.order_flow_contact,
.legal_table,
.legal_reasons,
.legal_privacy_note {
  border: 1px solid var(--next-border);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--next-panel), var(--next-bg));
  box-shadow: var(--next-shadow);
}

.d_a__layout {
  display: grid;
  gap: 13px;
  padding: 14px;
}

.hotel_selector_layout {
  padding: 0;
  border-radius: 6px;
  background: var(--next-bg);
  box-shadow: none;
}

.hotel_selector_bar {
  min-height: 44px;
  display: grid;
  grid-template-columns: minmax(118px, 1fr) minmax(138px, 154px) 88px;
  align-items: center;
  gap: 5px;
  padding: 4px 6px 4px 3px;
}

.hotel_selector_bar:has(.hotel_selector_delivery[hidden]) {
  grid-template-columns: minmax(0, 1fr) minmax(160px, 184px);
}

.hotel_selector_label,
.hotel_selector_delivery {
  min-width: 0;
}

.hotel_selector_label_text {
  min-height: 38px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  padding-left: 4px;
}

.hotel_selector_label_icon {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--next-gold-accent);
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, rgba(var(--next-gold-rgb), 0.2), rgba(0, 0, 0, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.hotel_selector_label_icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 3px;
  height: 3px;
  background: var(--next-gold-accent);
  box-shadow:
    6px 0 0 var(--next-gold-accent),
    12px 0 0 var(--next-gold-accent),
    0 6px 0 var(--next-gold-accent),
    6px 6px 0 var(--next-gold-accent),
    12px 6px 0 var(--next-gold-accent);
  opacity: 0.9;
}

.hotel_selector_label_icon::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 0;
  width: 6px;
  height: 7px;
  border: 1px solid var(--next-gold-accent);
  border-bottom: 0;
  background: #050301;
}

.hotel_selector_label_copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.hotel_selector_label_row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.hotel_selector_label_row strong {
  min-width: 0;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
}

.hotel_selector_label_row b {
  flex: 0 0 auto;
  padding: 2px 4px;
  border-radius: 2px;
  background: var(--next-red);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
}

.hotel_selector_label_copy small {
  display: block;
  min-width: 0;
  color: var(--next-sub);
  font-size: 7.5px;
  font-weight: 700;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel_selector_control {
  position: relative;
  display: block;
}

.hotel_selector_control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 9px;
  border-right: 1px solid var(--next-gold);
  border-bottom: 1px solid var(--next-gold);
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}

.hotel_selector_control select {
  min-height: 36px;
  height: 36px;
  padding: 0 30px 0 12px;
  border-color: var(--next-gold-dark);
  border-radius: 3px;
  background: #050301;
  color: var(--next-text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.hotel_selector_delivery {
  min-height: 30px;
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 2px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1.1;
  text-align: center;
}

.hotel_selector_delivery_status {
  color: #9DFF00;
  font-size: 8.5px;
  font-weight: 900;
  white-space: nowrap;
}

.hotel_selector_delivery_time {
  color: var(--next-gold-accent);
  font-size: 7.5px;
  font-weight: 900;
  white-space: nowrap;
}

.d_a_select_copy {
  display: grid;
  gap: 3px;
}

.d_a_select_copy strong,
.d_a_title,
.secProduct_title h2,
.payment__title,
.orderInfo__title,
.p_d_etitle,
.p_d_title,
.order_flow_hero h1,
.order_flow_intro h1,
.legal_hero h1 {
  margin: 0;
  font-family: var(--next-serif);
  font-weight: 700;
  line-height: 1.28;
}

.d_a_select_copy strong,
.d_a_title {
  color: var(--next-gold-soft);
  font-size: 20px;
}

.d_a_select_copy span {
  width: fit-content;
  padding: 1px 7px;
  border-radius: 4px;
  background: var(--next-red);
  color: var(--next-text);
  font-size: 11px;
  font-weight: 800;
}

.d_a_select_copy small,
.d_a_delivery_note,
.order_schedule_note,
.payment_notice,
.orderInfo__part01_note,
.admin_test_purchase_note {
  margin: 0;
  color: var(--next-sub);
  font-size: 12px;
}

.d_a_delivery_note {
  padding: 8px 10px;
  border: 1px solid rgba(var(--next-gold-rgb), 0.34);
  border-radius: 6px;
  background: rgba(var(--next-gold-rgb), 0.1);
  color: var(--next-gold-soft);
  font-weight: 700;
}

.d_a_form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.d_a_field {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.d_a_field span,
.total_quantity__layout label,
.orderInfo__part02_left,
.orderInfo__part03_left,
.payment_detail_grid dt {
  color: var(--next-gold-soft);
  font-size: 12px;
  font-weight: 800;
}

.d_a_contact_label,
.order_contact_label {
  max-width: 100%;
  font-size: 10px;
  line-height: 1.25;
  white-space: nowrap;
}

.d_a_field select,
.d_a_field input,
.d_a_field textarea,
.total_quantity__input,
.orderInfo__part03_row input,
.orderInfo__part03_row select,
.orderInfo__part03_row textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(var(--next-gold-rgb), 0.46);
  border-radius: 8px;
  background: var(--next-bg);
  color: var(--next-text);
  outline: none;
}

.d_a_field textarea {
  min-height: 86px;
  padding: 10px 12px;
  resize: vertical;
}

.orderInfo__part03_row textarea {
  min-height: 86px;
  padding: 10px 12px;
  resize: vertical;
}

.d_a_field select:focus,
.d_a_field input:focus,
.d_a_field textarea:focus,
.orderInfo__part03_row input:focus,
.orderInfo__part03_row select:focus,
.orderInfo__part03_row textarea:focus {
  border-color: var(--next-gold-soft);
  box-shadow: 0 0 0 3px rgba(var(--next-gold-rgb), 0.18);
}

.hotel_selector_control {
  gap: 0;
}

.hotel_selector_control select {
  min-height: 36px;
  height: 36px;
  padding: 0 30px 0 12px;
  border-color: var(--next-gold-dark);
  border-radius: 3px;
  background: #050301;
  font-size: 12px;
  line-height: 1;
}

.hotel_selector_delivery {
  min-height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#d_a_confirm,
#orderinfo__btn,
#payment__btn,
#admin_test_purchase_btn,
.secProduct__item_cart,
.p_d_order_cta,
.product_catalog_link,
.btn-primary,
.p_d_back_to_products {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--next-red-hover), var(--next-red-deep));
  color: var(--next-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -3px 0 rgba(0, 0, 0, 0.32),
    0 8px 18px rgba(var(--next-red-rgb), 0.32);
  transition:
    background 0.64s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.64s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.64s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  touch-action: manipulation;
}

#d_a_confirm:hover,
#orderinfo__btn:hover,
#payment__btn:hover,
#admin_test_purchase_btn:hover,
.secProduct__item_cart:hover,
.p_d_order_cta:hover,
.product_catalog_link:hover,
.btn-primary:hover,
.p_d_back_to_products:hover {
  background: linear-gradient(180deg, var(--next-red-hover), var(--next-red));
  transform: translateY(-1px);
}

#d_a_confirm:active,
#orderinfo__btn:active,
#payment__btn:active,
#admin_test_purchase_btn:active,
.secProduct__item_cart:active,
.p_d_order_cta:active,
.product_catalog_link:active,
.next-hero-products-link:active,
.btn-primary:active,
.p_d_back_to_products:active,
#d_a_confirm.is-pressed,
#orderinfo__btn.is-pressed,
#payment__btn.is-pressed,
#admin_test_purchase_btn.is-pressed,
.secProduct__item_cart.is-pressed,
.p_d_order_cta.is-pressed,
.product_catalog_link.is-pressed,
.next-hero-products-link.is-pressed,
.btn-primary.is-pressed,
.p_d_back_to_products.is-pressed {
  background: linear-gradient(180deg, var(--next-red-deep), var(--next-bg));
  box-shadow:
    inset 0 9px 16px rgba(0, 0, 0, 0.72),
    inset 0 -1px 0 rgba(var(--next-text-rgb), 0.08),
    inset 0 0 0 1px rgba(var(--next-text-rgb), 0.08),
    0 1px 4px rgba(0, 0, 0, 0.5);
  filter: brightness(0.78) saturate(1.16);
  transform: translateY(5px) scale(0.968) !important;
}

.next-hero-products-link:active,
.next-hero-products-link.is-pressed {
  transform: translateX(-50%) translateY(5px) scale(0.968) !important;
}

#d_a_confirm,
#orderinfo__btn,
#payment__btn {
  width: 100%;
  min-height: 56px;
}

.secProduct {
  padding: 28px 0 32px;
  background: var(--next-bg);
}

.next-home .secProduct {
  padding-top: 16px;
  padding-bottom: 8px;
}

.next-home .total_quantity {
  padding: 0;
}

.next-home .delivery_address_details {
  padding-top: 2px;
}

.secProduct + .total_quantity {
  margin-top: 0;
}

.secProduct_title {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
}

.secProduct_title_kicker,
.payment__eyebrow,
.product_catalog_hero_copy span,
.orderInfo__hero span,
.order_flow_intro span,
.legal_hero span,
.p_d_limited_badge {
  color: var(--next-gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.secProduct_title h2 {
  color: var(--next-text);
  font-size: 30px;
}

.secProduct_layout {
  display: grid;
  gap: 16px;
}

.top_featured_products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.top_featured_products .is-featured {
  grid-column: 1 / -1;
}

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

.secProduct__item {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.secProduct__item.is-featured,
.secProduct__item.is-catalog {
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  grid-template-areas:
    "thumb body"
    "thumb action";
  align-items: stretch;
}

.secProduct__item.is-featured {
  padding: 14px;
}

.secProduct__item.is-compact {
  padding: 8px;
  gap: 8px;
}

.secProduct__item_thumb {
  grid-area: thumb;
  min-width: 0;
}

.secProduct__item_block01 {
  grid-area: body;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 4px;
}

.secProduct__item_block02 {
  grid-area: action;
  align-self: end;
  display: grid;
  gap: 8px;
}

.is-compact .secProduct__item_thumb,
.is-compact .secProduct__item_block01,
.is-compact .secProduct__item_block02 {
  grid-area: auto;
}

.product_photo_carousel,
.detail_photo_carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: var(--next-bg);
}

.product_photo_track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product_photo_track::-webkit-scrollbar {
  display: none;
}

.product_photo_slide {
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
}

.product_photo_slide img,
.secProduct__item_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.is-featured .product_photo_slide img,
.is-featured .secProduct__item_img {
  aspect-ratio: 1 / 1.04;
}

.product_photo_dots {
  position: absolute;
  left: 50%;
  bottom: 7px;
  z-index: 3;
  display: flex;
  gap: 5px;
  transform: translateX(-50%);
}

.product_photo_dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid rgba(var(--next-text-rgb), 0.78);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
}

.product_photo_dot.is-active {
  background: var(--next-gold-soft);
}

.secProduct__item_rank {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 46px;
  height: 60px;
  display: grid;
  place-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
  background: var(--next-red);
  color: var(--next-text);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.28);
}

.secProduct__item_rank span {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.16;
  text-align: center;
}

.secProduct__item_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.secProduct__item_title .title {
  color: var(--next-gold-soft);
  font-size: 11px;
  font-weight: 800;
}

.secProduct__item_title .badge {
  max-width: 100%;
  padding: 2px 6px;
  border: 1px solid rgba(var(--next-gold-rgb), 0.6);
  border-radius: 4px;
  color: var(--next-text);
  font-size: 10px;
  font-weight: 700;
}

.secProduct__item_etitle,
.secProduct__item_htitle {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
}

.secProduct__item_etitle {
  -webkit-line-clamp: 2;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
}

.is-featured .secProduct__item_etitle {
  font-size: 22px;
}

.is-compact .secProduct__item_etitle {
  font-size: 12px;
  line-height: 1.3;
}

.secProduct__item_htitle {
  -webkit-line-clamp: 2;
  color: var(--next-gold-soft);
  font-size: 13px;
  line-height: 1.35;
}

.is-compact .secProduct__item_htitle {
  font-size: 10px;
}

.secProduct__item_meta,
.p_d_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 2px;
}

.secProduct__item_meta span,
.p_d_meta span {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border: 1px solid rgba(var(--next-gold-dark-rgb), 0.7);
  border-radius: 4px;
  background: var(--next-panel);
  color: var(--next-text);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
}

.is-compact .secProduct__item_meta {
  gap: 3px;
}

.is-compact .secProduct__item_meta span {
  min-height: 18px;
  padding: 1px 4px;
  font-size: 9px;
}

.secProduct__item_price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 2px;
}

.secProduct__item_price_prefix,
.secProduct__item_price_unit,
.secProduct__item_price_tax {
  color: var(--next-sub);
  font-size: 11px;
}

.secProduct__item_price_amount {
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.is-compact .secProduct__item_price_amount {
  font-size: 15px;
}

.secProduct__item_cart {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding-inline: 8px;
  font-size: 16px;
}

.is-compact .secProduct__item_cart {
  min-height: 44px;
  padding-inline: 4px;
  font-size: 10px;
}

.is-compact .cart_button_label::after {
  margin-left: 3px;
}

.cart_button_label::after {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: -2px;
  background: var(--next-gold-soft);
  mask: url("/assets/img/icons/cart-shopping.svg?v=2026070703") center / contain no-repeat;
  -webkit-mask: url("/assets/img/icons/cart-shopping.svg?v=2026070703") center / contain no-repeat;
}

.service_strip,
.catalog_service_strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 14px;
  border: 1px solid var(--next-border);
  border-radius: 8px;
  overflow: hidden;
}

.service_strip span,
.catalog_service_strip span {
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 6px;
  background: rgba(var(--next-gold-rgb), 0.08);
  color: var(--next-sub);
  font-size: 10px;
  text-align: center;
}

.product_catalog_link {
  width: 100%;
  margin-top: 14px;
  border-color: var(--next-gold);
  background: transparent;
  box-shadow: none;
}

.next-product-list-bar {
  position: relative;
  min-height: 36px;
  margin-top: 10px;
  padding: 0 12px;
  justify-content: center;
  border-color: var(--next-gold-dark);
  color: var(--next-text);
  font-size: 14px;
}

.next-product-list-bar::after {
  content: ">";
  position: absolute;
  right: 14px;
  color: var(--next-gold-soft);
  font-size: 15px;
  line-height: 1;
}

.total_quantity {
  padding: 4px 0 0;
}

.total_quantity__layout {
  display: none;
}

.floating_cart {
  position: fixed;
  right: max(12px, calc((100vw - 430px) / 2 + 12px));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 80;
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(var(--next-gold-dark-rgb), 0.94);
  border-radius: 50%;
  background: rgba(var(--next-bg-rgb), 0.94);
  color: var(--next-text);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.42);
}

.floating_cart.has-items {
  display: grid;
}

.floating_cart_icon {
  width: 22px;
  height: 22px;
  display: block;
  background: var(--next-gold-soft);
  transform: translateY(1px);
  mask: url("/assets/img/icons/cart-shopping.svg?v=2026070703") center / contain no-repeat;
  -webkit-mask: url("/assets/img/icons/cart-shopping.svg?v=2026070703") center / contain no-repeat;
}

.floating_cart strong {
  position: absolute;
  right: 3px;
  top: 3px;
  min-width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  padding: 0 3px;
  border: 1px solid rgba(var(--next-text-rgb), 0.72);
  border-radius: 50%;
  background: var(--next-red);
  color: var(--next-text);
  font-size: 8px;
  line-height: 1;
}

.floating_cart.is-bumped {
  animation: next-cart-bump 0.45s ease;
}

@keyframes next-cart-bump {
  0% { transform: scale(1); }
  45% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.page_breadcrumb {
  padding: 12px 0;
  border-bottom: 1px solid var(--next-border);
  background: var(--next-panel);
}

.page_breadcrumb .u-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--next-sub);
  font-size: 12px;
}

.page_breadcrumb a {
  color: var(--next-gold-soft);
}

.page_breadcrumb a::after {
  content: "/";
  margin-left: 7px;
  color: var(--next-muted);
}

.product_catalog_hero,
.orderInfo__hero,
.payment__header,
.order_flow_hero,
.order_flow_intro,
.legal_hero {
  margin: 0 0 16px;
  padding: 22px 12px;
  border-bottom: 1px solid var(--next-border);
  background:
    linear-gradient(135deg, rgba(var(--next-gold-rgb), 0.22), transparent 55%),
    var(--next-panel);
  color: var(--next-text);
}

.product_catalog_hero_inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 12px;
}

.product_catalog_hero_copy h1,
.orderInfo__hero h1,
.payment__title,
.order_flow_hero h1,
.order_flow_intro h1,
.legal_hero h1 {
  margin: 6px 0 5px;
  color: var(--next-text);
  font-size: 30px;
}

.product_catalog_hero_copy p,
.orderInfo__hero p,
.payment__header p,
.order_flow_hero p,
.order_flow_intro p,
.legal_hero p {
  margin: 0;
  color: var(--next-sub);
  font-size: 13px;
}

.catalog_delivery_badge {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid var(--next-gold);
  border-radius: 50%;
  color: var(--next-text);
  text-align: center;
}

.catalog_delivery_badge span {
  font-size: 10px;
  line-height: 1.3;
}

.catalog_delivery_badge strong {
  font-family: var(--next-serif);
  color: var(--next-gold-soft);
  font-size: 18px;
}

.next-products .next-subheader {
  display: none;
}

.catalog_page_hero {
  position: relative;
  overflow: hidden;
  min-height: 258px;
  padding: 10px 0 8px;
  border-bottom: 1px solid var(--next-border);
  background:
    radial-gradient(circle at 68% 32%, rgba(var(--next-gold-rgb), 0.34), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(11, 8, 5, 0.88) 44%, rgba(0, 0, 0, 0.96) 100%),
    var(--next-bg);
}

.catalog_page_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(244, 231, 212, 0.08), transparent 34%),
    radial-gradient(ellipse at 64% 18%, rgba(221, 162, 96, 0.34), transparent 36%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.62) 100%);
  pointer-events: none;
}

.catalog_page_hero .u-inner {
  position: relative;
  min-height: 240px;
}

.catalog_page_hero_bg {
  position: absolute;
  right: -32px;
  bottom: 18px;
  z-index: 1;
  width: 72%;
  max-width: 320px;
  opacity: 0.88;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.72));
}

.catalog_page_hero_bg img {
  width: 100%;
}

.catalog_page_hero.has-custom-hero .catalog_page_hero_bg {
  inset: 0;
  width: 100%;
  max-width: none;
  opacity: 0.86;
  filter: none;
}

.catalog_page_hero.has-custom-hero .catalog_page_hero_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.catalog_page_hero.has-custom-hero .catalog_page_hero_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.82) 48%, rgba(0, 0, 0, 0.42) 76%, rgba(0, 0, 0, 0.68)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.catalog_page_hero_brand {
  position: relative;
  z-index: 3;
  width: 70%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px;
}

.catalog_page_logo_mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--next-gold-soft);
  font-family: var(--next-display);
  font-size: 38px;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 12px rgba(var(--next-gold-rgb), 0.42);
}

.catalog_page_hero_brand strong {
  display: block;
  color: var(--next-text);
  font-family: var(--next-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.catalog_page_hero_brand small,
.catalog_page_hero_brand em {
  display: block;
  color: var(--next-gold-soft);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
}

.catalog_page_hero_brand small {
  font-size: 10px;
}

.catalog_page_hero_brand em {
  margin-top: 4px;
  font-size: 9px;
}

.catalog_language_panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 82px;
  display: grid;
  gap: 3px;
  padding: 5px;
  border: 1px solid var(--next-gold-dark);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.72);
}

.catalog_language_panel > span {
  color: var(--next-gold-soft);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
}

.catalog_language_panel a {
  min-height: 16px;
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: center;
  gap: 4px;
  padding: 1px 4px;
  border: 1px solid rgba(var(--next-gold-dark-rgb), 0.62);
  border-radius: 3px;
  color: var(--next-text);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
}

.catalog_language_panel a.is-active {
  background: var(--next-red);
}

.catalog_language_panel img {
  width: 14px;
  height: 10px;
  object-fit: cover;
}

.catalog_page_hero_copy {
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 3;
  width: 58%;
}

.catalog_page_hero_copy h1 {
  margin: 0;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.08;
}

.catalog_page_hero_copy strong {
  display: block;
  margin-top: 2px;
  color: var(--next-gold-soft);
  font-family: var(--next-serif);
  font-size: 22px;
  line-height: 1.1;
}

.catalog_page_hero_copy p {
  margin: 16px 0 0;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.catalog_page_delivery_badge {
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: 3;
  width: 82px;
  height: 104px;
  display: grid;
  place-items: center;
  padding: 8px 6px;
  border: 1px solid var(--next-gold-dark);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  color: var(--next-text);
  text-align: center;
}

.catalog_page_delivery_badge span {
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.catalog_page_delivery_badge strong {
  color: var(--next-gold-soft);
  font-size: 14px;
  line-height: 1;
}

.catalog_category_bar {
  padding: 8px 0 0;
  background: var(--next-bg);
}

.catalog_category_bar .u-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--next-gold-dark);
  border-radius: 6px;
}

.catalog_category_bar span,
.catalog_category_bar button {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 5px 4px;
  border-right: 1px solid var(--next-gold-dark);
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
  color: var(--next-gold-soft);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.catalog_category_bar span:last-child,
.catalog_category_bar button:last-child {
  border-right: 0;
}

.catalog_category_bar .is-active {
  background: linear-gradient(180deg, var(--next-red-hover), var(--next-red));
  color: var(--next-text);
}

.catalog_category_bar strong {
  color: inherit;
  font-size: 10px;
}

.product_category_tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin: 0 0 14px;
}

.product_category_tabs span {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 4px;
  border: 1px solid var(--next-border);
  border-radius: 6px;
  color: var(--next-sub);
  font-size: 10px;
  text-align: center;
}

.product_category_tabs .is-active {
  border-color: var(--next-gold);
  background: var(--next-red);
  color: var(--next-text);
}

.next-products .product_catalog_is_direct {
  padding-top: 8px;
  padding-bottom: 10px;
}

.next-products .product_catalog_grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.next-products .secProduct__item.is-catalog {
  grid-template-columns: 1fr;
  grid-template-areas:
    "thumb"
    "body"
    "action";
  gap: 7px;
  padding: 8px;
  align-items: stretch;
}

.next-products .secProduct__item_thumb,
.next-products .secProduct__item_block01,
.next-products .secProduct__item_block02 {
  grid-area: auto;
}

.next-products .product_photo_carousel {
  border-radius: 5px;
}

.next-products .product_photo_slide img,
.next-products .secProduct__item_img {
  aspect-ratio: 1.18 / 1;
}

.next-products .secProduct__item_rank {
  width: 38px;
  height: 52px;
}

.next-products .secProduct__item_rank span {
  font-size: 10px;
}

.next-products .secProduct__item_block01 {
  gap: 4px;
}

.next-products .secProduct__item_title .title {
  font-size: 10px;
}

.next-products .secProduct__item_etitle {
  font-size: 14px;
  line-height: 1.22;
  -webkit-line-clamp: 2;
}

.next-products .secProduct__item_htitle {
  color: var(--next-gold-soft);
  font-size: 10px;
  line-height: 1.3;
}

.next-products .secProduct__item_meta {
  gap: 3px;
}

.next-products .secProduct__item_meta span {
  min-height: 18px;
  padding: 1px 5px;
  font-size: 9px;
}

.next-products .secProduct__item_price {
  margin-top: 3px;
}

.next-products .secProduct__item_price_prefix,
.next-products .secProduct__item_price_unit,
.next-products .secProduct__item_price_tax {
  font-size: 9px;
}

.next-products .secProduct__item_price_amount {
  font-size: 18px;
}

.next-products .secProduct__item_block02 {
  align-self: end;
}

.next-products .secProduct__item_cart {
  min-height: 38px;
  padding-inline: 5px;
  border-radius: 6px;
  font-size: 12px;
}

.next-products .cart_button_label::after {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.catalog_bottom_service_strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid var(--next-gold-dark);
  border-radius: 6px;
}

.catalog_bottom_service_strip span {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 5px 4px;
  border-right: 1px solid var(--next-gold-dark);
  color: var(--next-sub);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.catalog_bottom_service_strip span:last-child {
  border-right: 0;
}

.next-products .delivery_address_details {
  padding-top: 6px;
  padding-bottom: 8px;
}

.next-products .delivery_address_details .d_a__layout {
  gap: 8px;
  padding: 10px;
  border-radius: 6px;
}

.next-products .delivery_address_details .d_a_title {
  font-size: 24px;
  line-height: 1.12;
}

.next-products .delivery_address_details .d_a_select_copy {
  gap: 0;
}

.next-products .delivery_address_details .d_a_select_copy small {
  font-size: 10px;
  line-height: 1.35;
}

.next-products .delivery_address_details .d_a_form {
  gap: 7px;
}

.next-products .delivery_address_details .d_a_field {
  gap: 3px;
}

.next-products .delivery_address_details .d_a_field span {
  font-size: 10px;
}

.next-products .delivery_address_details .d_a_contact_label {
  font-size: 9.5px;
}

.next-products .delivery_address_details .d_a_field select,
.next-products .delivery_address_details .d_a_field input {
  min-height: 40px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 14px;
}

.next-products .delivery_address_details #d_a_confirm {
  min-height: 46px;
  margin-top: 2px;
  font-size: 18px;
}

.catalog_footer_nav {
  padding: 4px 0 10px;
  background: var(--next-bg);
}

.catalog_footer_nav .u-inner {
  display: grid;
  gap: 7px;
}

.catalog_footer_nav a {
  position: relative;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px 0 12px;
  border: 1px solid var(--next-gold-dark);
  border-radius: 6px;
  background: var(--next-bg);
  color: var(--next-gold-soft);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.catalog_footer_nav a::after {
  content: ">";
  position: absolute;
  right: 12px;
  color: var(--next-gold-soft);
  font-size: 15px;
  line-height: 1;
}

.catalog_footer_nav_flow {
  width: 100%;
}

.catalog_footer_nav_pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.catalog_footer_nav_pair a {
  min-height: 34px;
  padding-inline: 7px 22px;
  font-size: 10px;
}

.secProduct_notice {
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid var(--next-gold);
  border-radius: 8px;
  background: rgba(var(--next-gold-rgb), 0.1);
  color: var(--next-text);
  font-size: 13px;
}

.next-products .secProduct_notice {
  min-height: 34px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 10px;
}

.next-products .secProduct_notice span {
  color: var(--next-gold-soft);
  font-weight: 900;
  white-space: nowrap;
}

.next-products .secProduct_notice strong {
  min-width: 0;
  overflow: hidden;
  color: var(--next-text);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secProductDetail,
.secOrderInfo,
.secPayment,
.order_flow_page,
.legal_page {
  padding: 20px 0 34px;
}

.secProductDetail .u-inner {
  display: grid;
  gap: 14px;
}

.detail_photo_slide img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.p_d_media_stamp {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--next-gold);
  border-radius: 50%;
  background: rgba(var(--next-bg-rgb), 0.72);
  color: var(--next-gold-soft);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.p_d_media_arrow {
  display: none;
}

.p_d_explain {
  display: grid;
  gap: 14px;
  padding: 14px;
}

.p_d_limited_badge {
  width: fit-content;
  padding: 4px 8px;
  border: 1px solid var(--next-gold);
  border-radius: 999px;
}

.p_d_etitle {
  color: var(--next-text);
  font-size: 34px;
}

.p_d_title {
  color: var(--next-gold-soft);
  font-size: 20px;
}

.p_d_flavor,
.secProduct__item_flavor {
  display: grid;
  gap: 4px;
  padding: 9px;
  border: 1px solid var(--next-border);
  border-radius: 7px;
  background: var(--next-panel);
}

.flavor-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--next-sub);
  font-size: 12px;
}

.flavor-stars {
  color: var(--next-gold-soft);
  white-space: nowrap;
}

.p_d_buy_row,
.p_d_description {
  display: grid;
  gap: 12px;
}

.p_d_price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

.p_d_price strong {
  font-family: var(--next-serif);
  font-size: 34px;
}

.p_d_price span,
.p_d_price small,
.p_d_content,
.order_flow_steps p,
.order_flow_service li,
.order_flow_delivery p,
.order_flow_contact p,
.legal_reasons p,
.payment_body,
.payment_admin_test_notice {
  color: var(--next-sub);
}

.p_d_cart_bridge {
  display: grid;
  gap: 10px;
}

.p_d_quantity {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  min-height: 48px;
  border: 1px solid var(--next-border);
  border-radius: 8px;
  overflow: hidden;
}

.p_d_qty_btn {
  border: 0;
  background: var(--next-panel);
  color: var(--next-gold-soft);
  font-size: 20px;
  font-weight: 800;
}

.p_d_qty_input {
  width: 100%;
  border: 0;
  background: var(--next-panel);
  color: var(--next-text);
  text-align: center;
}

.p_d_back_to_products {
  width: 100%;
  min-height: 44px;
  background: transparent;
  border-color: var(--next-border);
  box-shadow: none;
  font-size: 14px;
}

.p_d_feature_grid,
.order_delivery_grid,
.payment_detail_grid,
.order_schedule_grid {
  display: grid;
  gap: 10px;
}

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

.p_d_feature_grid div,
.orderInfor__part02_row,
.payment_detail_grid div {
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--next-border);
  border-radius: 7px;
  background: var(--next-panel);
}

.p_d_feature_grid strong,
.order_summary_item strong,
.payment_order_item strong {
  color: var(--next-text);
}

.p_d_feature_grid span,
.order_summary_item small,
.payment_order_item span {
  color: var(--next-sub);
  font-size: 12px;
}

.p_d_stitle {
  margin: 4px 0 0;
  color: var(--next-gold-soft);
  font-weight: 800;
}

.next-product-detail .next-subheader,
.next-product-detail .page_breadcrumb {
  display: none;
}

.next-product-detail .secProductDetail {
  padding: 6px 0 22px;
  background:
    radial-gradient(circle at 78% 4%, rgba(var(--next-gold-dark-rgb), 0.18), transparent 26%),
    linear-gradient(180deg, #050403 0%, var(--next-bg) 100%);
}

.next-product-detail .secProductDetail .p_d_frame {
  position: relative;
  width: calc(100% - 12px);
  gap: 0;
  padding: 10px 9px 14px;
  border: 1px solid var(--next-gold-dark);
  border-radius: 4px;
  background:
    radial-gradient(circle at 18% 10%, rgba(var(--next-gold-rgb), 0.08), transparent 30%),
    linear-gradient(180deg, #060504 0%, #090704 48%, #050403 100%);
}

.next-product-detail .secProductDetail .p_d_frame::before,
.next-product-detail .secProductDetail .p_d_frame::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 28px;
  pointer-events: none;
}

.next-product-detail .secProductDetail .p_d_frame::before {
  left: 4px;
  top: 4px;
  border-left: 1px solid var(--next-gold);
  border-top: 1px solid var(--next-gold);
}

.next-product-detail .secProductDetail .p_d_frame::after {
  right: 4px;
  bottom: 4px;
  border-right: 1px solid var(--next-gold);
  border-bottom: 1px solid var(--next-gold);
}

.next-product-detail .p_d_media,
.next-product-detail .p_d_explain {
  position: relative;
  z-index: 2;
}

.next-product-detail .detail_photo_carousel {
  border-radius: 3px;
  background: #050403;
}

.next-product-detail .detail_photo_slide img {
  aspect-ratio: 1.12 / 1;
  border-radius: 2px;
  object-fit: cover;
  object-position: center;
}

.next-product-detail .p_d_media_stamp {
  left: 14px;
  top: 14px;
  width: 78px;
  height: 78px;
  border-color: var(--next-gold-accent);
  background: rgba(0, 0, 0, 0.46);
  color: var(--next-gold-soft);
  font-family: var(--next-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.next-product-detail .p_d_media_stamp span {
  width: 3.2em;
  display: block;
}

.next-product-detail .p_d_media_arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(20, 20, 20, 0.78);
}

.next-product-detail .p_d_media_arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--next-gold-soft);
  border-right: 2px solid var(--next-gold-soft);
}

.next-product-detail .p_d_media_arrow_prev {
  left: 10px;
  transform: translateY(-50%);
}

.next-product-detail .p_d_media_arrow_prev::before {
  transform: rotate(-135deg);
}

.next-product-detail .p_d_media_arrow_next {
  right: 10px;
  transform: translateY(-50%);
}

.next-product-detail .p_d_media_arrow_next::before {
  transform: rotate(45deg);
}

.next-product-detail .product_photo_dots {
  bottom: 9px;
  gap: 12px;
}

.next-product-detail .product_photo_dot {
  width: 10px;
  height: 10px;
  border: 0;
  background: rgba(var(--next-text-rgb), 0.46);
}

.next-product-detail .product_photo_dot.is-active {
  background: var(--next-gold-accent);
}

.next-product-detail .p_d_explain {
  gap: 16px;
  padding: 18px 8px 0;
}

.next-product-detail .p_d_product_head {
  display: grid;
  gap: 7px;
}

.next-product-detail .p_d_limited_badge {
  display: none;
}

.next-product-detail .p_d_title {
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.next-product-detail .p_d_etitle {
  margin: -2px 0 0;
  color: var(--next-gold-accent);
  font-family: var(--next-display);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.next-product-detail .p_d_lead {
  max-width: 92%;
  margin: 4px 0 0;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.next-product-detail .p_d_meta {
  gap: 6px;
  margin-top: -2px;
}

.next-product-detail .p_d_meta span {
  min-height: 26px;
  padding: 2px 9px;
  border-color: rgba(var(--next-gold-rgb), 0.42);
  background: rgba(0, 0, 0, 0.24);
  color: var(--next-text);
  font-size: 12px;
}

.next-product-detail .p_d_service_strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(var(--next-gold-dark-rgb), 0.64);
  border-bottom: 1px solid rgba(var(--next-gold-dark-rgb), 0.64);
}

.next-product-detail .p_d_service_strip div {
  min-width: 0;
  display: grid;
  grid-template-rows: 34px auto auto;
  justify-items: center;
  align-items: center;
  gap: 3px;
  padding: 11px 5px;
  text-align: center;
}

.next-product-detail .p_d_service_strip div + div {
  border-left: 1px solid rgba(var(--next-gold-dark-rgb), 0.64);
}

.next-product-detail .p_d_service_strip strong {
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.next-product-detail .p_d_service_strip small {
  color: var(--next-sub);
  font-size: 11px;
  line-height: 1.45;
}

.next-product-detail .p_d_service_icon {
  width: 31px;
  height: 31px;
  display: block;
  position: relative;
  color: var(--next-gold-accent);
}

.next-product-detail .p_d_service_icon::before {
  content: "";
  position: absolute;
  inset: 1px;
  display: block;
  background: currentColor;
  mask: var(--service-icon) center / contain no-repeat;
  -webkit-mask: var(--service-icon) center / contain no-repeat;
}

.next-product-detail .p_d_service_icon_cut {
  --service-icon: url("/assets/img/icons/service-cut.svg?v=2026070703");
}

.next-product-detail .p_d_service_icon_delivery {
  --service-icon: url("/assets/img/icons/service-delivery.svg?v=2026070703");
}

.next-product-detail .p_d_service_icon_prepare {
  --service-icon: url("/assets/img/icons/service-prepare.svg?v=2026070703");
}

.next-product-detail .p_d_flavor {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  border-color: rgba(var(--next-gold-rgb), 0.58);
  background: rgba(0, 0, 0, 0.22);
}

.next-product-detail .flavor-row {
  min-width: 0;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 56px;
  padding: 8px 6px;
  color: var(--next-gold-accent);
  font-family: var(--next-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
}

.next-product-detail .flavor-row + .flavor-row {
  border-left: 1px solid rgba(var(--next-gold-rgb), 0.42);
}

.next-product-detail .p_d_flavor_mark {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: block;
  color: var(--next-gold-accent);
  background: currentColor;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1;
}

.next-product-detail .p_d_flavor_mark_sweet {
  mask: url("/assets/img/icons/flavor-sweet.svg?v=2026070703") center / contain no-repeat;
  -webkit-mask: url("/assets/img/icons/flavor-sweet.svg?v=2026070703") center / contain no-repeat;
}

.next-product-detail .p_d_flavor_mark_acidity {
  mask: url("/assets/img/icons/flavor-acidity.svg?v=2026070703") center / contain no-repeat;
  -webkit-mask: url("/assets/img/icons/flavor-acidity.svg?v=2026070703") center / contain no-repeat;
}

.next-product-detail .flavor-label {
  min-width: 0;
  white-space: nowrap;
}

.next-product-detail .p_d_buy_row {
  display: grid;
  grid-template-columns: minmax(145px, 0.9fr) minmax(0, 1.1fr);
  gap: 10px;
  align-items: end;
}

.next-product-detail .p_d_price {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.next-product-detail .p_d_price strong {
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.next-product-detail .p_d_price small {
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 13px;
  white-space: nowrap;
}

.next-product-detail .p_d_cart_bridge {
  display: contents;
}

.next-product-detail .p_d_quantity {
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: 38px 30px 34px 30px;
  min-height: 42px;
  border-color: rgba(var(--next-gold-rgb), 0.58);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.24);
}

.next-product-detail .p_d_qty_label,
.next-product-detail .p_d_qty_btn,
.next-product-detail .p_d_qty_input {
  min-width: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--next-text);
  font-family: var(--next-serif);
}

.next-product-detail .p_d_qty_label {
  border-right: 1px solid rgba(var(--next-gold-rgb), 0.36);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.next-product-detail .p_d_qty_btn {
  color: var(--next-gold-accent);
  font-size: 22px;
  line-height: 1;
}

.next-product-detail .p_d_qty_input {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
}

.next-product-detail .p_d_order_cta {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  min-width: 0;
  min-height: 70px;
  align-self: stretch;
  padding: 0 10px;
  border-color: rgba(var(--next-gold-rgb), 0.28);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 42%),
    linear-gradient(180deg, #d00606 0%, #8d0705 100%);
  color: #fff7eb;
  font-family: var(--next-display);
  font-size: 24px;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -5px 0 rgba(0, 0, 0, 0.32),
    0 10px 18px rgba(var(--next-red-rgb), 0.38);
}

.next-product-detail .p_d_order_cta .cart_button_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
}

.next-product-detail .p_d_order_cta .cart_button_label::after {
  width: 26px;
  height: 26px;
  margin-left: 0;
  background: #fff1d9;
}

.cart_button_soldout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff7eb;
  font-family: var(--next-display);
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.secProduct__item_cart:disabled,
.next-product-detail .p_d_order_cta:disabled {
  opacity: 1;
  border-color: rgba(var(--next-gold-rgb), 0.38);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 45%),
    linear-gradient(180deg, #5b514a 0%, #27211c 100%);
  color: #fff7eb;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -4px 0 rgba(0, 0, 0, 0.28);
}

html:not(:lang(ja)) .next-product-detail .p_d_buy_row {
  grid-template-columns: 1fr;
  gap: 10px;
}

html:not(:lang(ja)) .next-product-detail .p_d_price {
  grid-column: 1;
  grid-row: 1;
}

html:not(:lang(ja)) .next-product-detail .p_d_quantity {
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: minmax(82px, 1fr) 38px 56px 38px;
  width: 100%;
  min-height: 48px;
}

html:not(:lang(ja)) .next-product-detail .p_d_qty_label {
  font-size: 14px;
}

html:not(:lang(ja)) .next-product-detail .p_d_qty_input {
  font-size: 19px;
  font-weight: 700;
}

html:not(:lang(ja)) .next-product-detail .p_d_order_cta {
  grid-column: 1;
  grid-row: 3;
  min-height: 66px;
  font-size: 24px;
}

.next-product-detail .p_d_order_cta.is-added {
  animation: detail-cart-added 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes detail-cart-added {
  0% { filter: brightness(1); }
  35% { filter: brightness(1.32); box-shadow: 0 0 0 6px rgba(var(--next-gold-rgb), 0.18); }
  100% { filter: brightness(1); }
}

.next-product-detail .p_d_feature_section {
  display: grid;
  gap: 12px;
  margin-top: 2px;
}

.next-product-detail .p_d_section_heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.next-product-detail .p_d_section_heading span {
  height: 1px;
  background: rgba(var(--next-gold-dark-rgb), 0.82);
}

.next-product-detail .p_d_feature_grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.next-product-detail .p_d_feature_grid div {
  min-width: 0;
  min-height: 142px;
  align-content: start;
  gap: 7px;
  padding: 14px 12px;
  border-color: rgba(var(--next-gold-rgb), 0.58);
  background: rgba(0, 0, 0, 0.2);
}

.next-product-detail .p_d_feature_mark {
  color: var(--next-gold-accent);
  font-family: var(--next-display);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.next-product-detail .p_d_feature_grid strong {
  color: var(--next-gold-soft);
  font-family: var(--next-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.next-product-detail .p_d_feature_grid small {
  color: var(--next-sub);
  font-size: 12px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.next-product-detail .p_d_description_block {
  display: grid;
  gap: 8px;
  padding: 12px 13px;
  border: 1px solid rgba(var(--next-gold-rgb), 0.45);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.18);
}

.next-product-detail .p_d_description_block .p_d_stitle {
  margin: 0;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 19px;
}

.next-product-detail .p_d_content {
  margin: 0;
  color: var(--next-sub);
  font-family: var(--next-serif);
  font-size: 14px;
  line-height: 1.9;
  white-space: normal;
  overflow-wrap: anywhere;
}

.next-product-detail .p_d_back_to_products {
  min-height: 42px;
  border-color: rgba(var(--next-gold-rgb), 0.45);
  color: var(--next-gold-soft);
  font-size: 13px;
}

.next-product-detail .floating_cart {
  width: 52px;
  height: 52px;
  border-color: rgba(var(--next-gold-rgb), 0.9);
  background: rgba(5, 4, 3, 0.96);
}

.next-product-detail .floating_cart_icon {
  width: 25px;
  height: 25px;
  transform: none;
}

.next-product-detail .floating_cart strong {
  right: 2px;
  top: 2px;
  min-width: 16px;
  height: 16px;
  font-size: 9px;
}

.orderInfo__layout,
.payment__layout {
  display: grid;
  gap: 14px;
}

.next-order .next-subheader {
  display: none;
}

.next-order .secOrderInfo {
  padding-top: 6px;
  background:
    radial-gradient(circle at 18% 0%, rgba(var(--next-gold-rgb), 0.12), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(var(--next-gold-dark-rgb), 0.14), transparent 30%),
    var(--next-bg);
}

.next-order .u-inner {
  width: calc(100% - 20px);
}

.next-order .orderInfo__layout {
  gap: 10px;
}

.order_checkout_header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px;
  gap: 8px 9px;
  align-items: start;
}

.order_checkout_header_no_logo {
  display: block;
  height: 0;
  margin: 0;
  position: relative;
  z-index: 8;
}

.order_checkout_header_no_logo .order_page_language {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 126px;
}

.order_checkout_header > a {
  width: min(220px, 100%);
  display: block;
  position: relative;
  overflow: hidden;
  align-self: start;
}

.order_checkout_header > a::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  box-shadow: inset 0 0 8px 4px rgba(var(--next-bg-rgb), 0.48);
}

.order_checkout_header > a img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.order_language_box,
.order_flow_language {
  position: relative;
  min-width: 0;
  z-index: 4;
}

.order_language_box summary,
.order_flow_language summary {
  min-height: 38px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid var(--next-gold-accent);
  border-radius: 5px;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 13px;
  list-style: none;
  cursor: pointer;
}

.order_language_box summary::-webkit-details-marker,
.order_flow_language summary::-webkit-details-marker {
  display: none;
}

.order_language_box summary::after,
.order_flow_language summary::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid var(--next-gold-accent);
  border-bottom: 1px solid var(--next-gold-accent);
  transform: rotate(45deg) translateY(-2px);
}

.order_lang_icon {
  width: 18px;
  height: 18px;
  display: block;
  background: var(--next-gold-accent);
  mask: url("/assets/img/icons/order-globe.svg?v=2026070703") center / contain no-repeat;
  -webkit-mask: url("/assets/img/icons/order-globe.svg?v=2026070703") center / contain no-repeat;
}

.order_language_menu,
.order_flow_language_menu {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
  width: 148px;
  display: grid;
  gap: 2px;
  padding: 6px;
  border: 1px solid var(--next-gold-dark);
  border-radius: 5px;
  background: rgba(var(--next-bg-rgb), 0.98);
  box-shadow: var(--next-shadow);
}

.order_language_menu a,
.order_flow_language_menu a {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 7px;
  color: var(--next-text);
  font-size: 12px;
}

.order_language_menu a span,
.order_flow_language_menu a span {
  white-space: nowrap;
}

.order_language_menu a.is-active,
.order_flow_language_menu a.is-active {
  color: var(--next-gold-accent);
}

.order_flow_language summary span,
.order_language_box summary span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.next-order .order_page_language {
  width: 126px;
  align-self: start;
}

.next-order .order_checkout_header:has(.order_page_language[open]) {
  margin-bottom: 150px;
}

.next-order .order_checkout_header_no_logo:has(.order_page_language[open]) {
  height: 150px;
  margin-bottom: 0;
}

.order_checkout_hero {
  margin: 0;
  padding: 5px 2px 2px;
  border: 0;
  background: transparent;
  text-align: center;
}

.order_checkout_hero_image {
  width: 100%;
  height: clamp(132px, 42vw, 220px);
  display: block;
  margin: 0 0 12px;
  border-radius: 7px;
  background: #050302;
  object-fit: contain;
  object-position: center;
}

.order_checkout_hero h1 {
  margin: 0;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  overflow-wrap: anywhere;
  white-space: normal;
}

.order_checkout_hero span {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin: 4px 0 8px;
  color: var(--next-gold-accent);
  font-family: var(--next-display);
  font-size: 18px;
  font-weight: 700;
}

.order_checkout_hero span::before,
.order_checkout_hero span::after {
  content: "";
  height: 1px;
  background: rgba(var(--next-gold-dark-rgb), 0.7);
}

.order_checkout_hero p {
  margin: 0;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 13px;
  line-height: 1.7;
}

.next-order .orderInfor__part01,
.next-order .orderInfo__part02,
.next-order .orderInfo__part03,
.next-order .order_allergy_box,
.next-order .order_caution_box,
.next-order .order_secure_strip {
  border: 1px solid var(--next-gold-dark);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.2);
}

.next-order .orderInfor__part01,
.next-order .orderInfo__part02,
.next-order .orderInfo__part03,
.next-order .order_allergy_box,
.next-order .order_caution_box {
  padding: 12px;
}

.next-order .orderInfo__header {
  margin-bottom: 8px;
}

.next-order .orderInfo__title {
  margin: 0;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.order_section_title {
  display: flex;
  align-items: center;
  gap: 9px;
}

.order_section_title::before {
  content: "";
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: block;
  background: var(--next-gold-accent);
  clip-path: none;
  mask: var(--order-title-icon) center / contain no-repeat;
  -webkit-mask: var(--order-title-icon) center / contain no-repeat;
}

.order_section_title_items::before {
  --order-title-icon: url("/assets/img/icons/order-box.svg?v=2026070703");
}

.order_section_title_address::before {
  --order-title-icon: url("/assets/img/icons/order-location.svg?v=2026070703");
}

.order_section_title_schedule::before {
  --order-title-icon: url("/assets/img/icons/order-calendar.svg?v=2026070703");
}

.order_section_title_allergy::before {
  --order-title-icon: url("/assets/img/icons/order-pencil.svg?v=2026070703");
}

.order_section_title_caution::before {
  --order-title-icon: url("/assets/img/icons/order-shield.svg?v=2026070703");
}

.order_section_title span {
  color: var(--next-red-hover);
  font-size: 14px;
}

.next-order .order_summary_item {
  grid-template-columns: 30px minmax(0, 1fr) auto;
  padding: 6px 0 10px;
  border-bottom: 1px dashed rgba(var(--next-gold-rgb), 0.54);
}

.next-order .order_summary_index {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--next-gold-accent);
  font-family: var(--next-display);
  font-size: 23px;
}

.next-order .order_summary_item strong,
.next-order .order_summary_item small {
  display: block;
  font-family: var(--next-serif);
}

.next-order .order_summary_item strong {
  color: var(--next-text);
  font-size: 16px;
  line-height: 1.55;
}

.next-order .order_summary_item small {
  color: var(--next-sub);
  font-size: 12px;
}

.next-order .order_summary_item b {
  grid-column: auto;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 17px;
  font-weight: 500;
}

.next-order .order_summary_details {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.next-order .order_line_controls {
  min-width: 132px;
  display: grid;
  grid-template-columns: 30px 88px;
  justify-content: end;
  align-items: center;
  justify-items: end;
  gap: 6px;
}

.next-order .order_line_remove_btn {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--next-gold-rgb), 0.58);
  border-radius: 50%;
  background: rgba(var(--next-red-rgb), 0.18);
  color: #fff2df;
  font-family: var(--next-serif);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.next-order .order_line_remove_btn:hover,
.next-order .order_line_remove_btn:focus-visible {
  background: rgba(var(--next-red-rgb), 0.42);
  transform: translateY(-1px);
}

.next-order .order_line_quantity {
  width: 88px;
  height: 30px;
  display: grid;
  grid-template-columns: 28px 32px 28px;
  overflow: hidden;
  border: 1px solid rgba(var(--next-gold-rgb), 0.58);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.22);
}

.next-order .order_line_qty_btn,
.next-order .order_line_qty_value {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--next-text);
  font-family: var(--next-serif);
  line-height: 1;
}

.next-order .order_line_qty_btn {
  color: var(--next-gold-accent);
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.next-order .order_line_qty_btn:hover,
.next-order .order_line_qty_btn:focus-visible {
  background: rgba(var(--next-gold-rgb), 0.15);
  color: #fff4d8;
}

.next-order .order_line_qty_btn:disabled {
  cursor: wait;
  opacity: 0.55;
}

.next-order .order_line_qty_value {
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(var(--next-gold-rgb), 0.36);
  border-left: 1px solid rgba(var(--next-gold-rgb), 0.36);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.next-order .order_line_total {
  grid-column: 1 / -1;
  justify-self: end;
}

.order_empty_message {
  margin: 10px 0 0;
  color: var(--next-sub);
  font-family: var(--next-serif);
  font-size: 13px;
  line-height: 1.65;
}

.next-order .order_summary_item.is-updating {
  opacity: 0.75;
}

.next-order .order_total_box {
  margin-top: 6px;
  padding: 7px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  gap: 5px 12px;
}

.next-order .order_total_box .is-total {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px dashed rgba(var(--next-gold-rgb), 0.54);
  color: var(--next-gold-accent);
}

.next-order .order_total_box strong.is-total {
  font-family: var(--next-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.next-order .orderInfo__part01_note {
  margin-top: 7px;
  font-size: 11px;
}

.next-order .order_delivery_grid,
.next-order .order_schedule_grid {
  gap: 8px;
}

.next-order .orderInfor__part02_row,
.next-order .orderInfo__part03_row {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.next-order .order_schedule_grid .orderInfo__part03_row {
  grid-template-columns: 72px minmax(0, 1fr);
}

.next-order .orderInfor__part02_row {
  padding: 0 4px 8px;
  border: 0;
  border-bottom: 1px solid rgba(var(--next-gold-rgb), 0.16);
  border-radius: 0;
  background: transparent;
}

.next-order .orderInfor__part02_row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.next-order .orderInfo__part02_left,
.next-order .orderInfo__part03_left {
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 13px;
}

.next-order .order_contact_label {
  white-space: normal;
  line-height: 1.28;
}

.next-order .orderInfor__part02_row.is-contact {
  grid-template-columns: 1fr;
  gap: 3px;
}

.next-order .orderInfor__part02_right {
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.next-order .orderInfor__part02_row.is-wide,
.next-order .orderInfo__part03_row.is-wide {
  grid-column: auto;
}

.next-order .orderInfo__part03_row.is-wide {
  grid-template-columns: 1fr;
  margin-top: 6px;
}

.next-order .orderInfo__part03_row.is-wide .orderInfo__part03_left {
  font-size: 19px;
}

.next-order .orderInfo__part03_row input,
.next-order .orderInfo__part03_row select,
.next-order .orderInfo__part03_row textarea {
  min-height: 46px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--next-text);
  font-family: var(--next-serif);
}

.next-order .orderInfo__part03_row textarea {
  min-height: 82px;
}

.next-order .order_schedule_note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--next-sub);
  font-size: 11px;
  text-align: right;
}

.order_allergy_counter {
  display: block;
  margin-top: 4px;
  color: var(--next-muted);
  font-family: var(--next-serif);
  font-size: 13px;
  text-align: right;
}

.order_caution_box ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--next-sub);
  font-size: 12px;
  line-height: 1.62;
}

.order_secure_strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  overflow: hidden;
}

.order_secure_strip img {
  width: 100%;
  display: block;
}

.order_secure_item {
  min-width: 0;
  min-height: 56px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 7px;
  padding: 8px 10px;
  border-left: 1px solid rgba(var(--next-gold-rgb), 0.35);
  color: var(--next-text);
  font-family: var(--next-serif);
}

.order_secure_item:first-child {
  border-left: 0;
}

.order_secure_icon {
  grid-row: 1 / span 2;
  align-self: center;
  width: 23px;
  height: 23px;
  display: block;
  background: var(--next-gold-accent);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.order_secure_square .order_secure_icon {
  mask-image: url("/assets/img/icons/flow-shield-check.svg?v=2026070902");
  -webkit-mask-image: url("/assets/img/icons/flow-shield-check.svg?v=2026070902");
}

.order_secure_ssl .order_secure_icon {
  mask-image: url("/assets/img/icons/legal-lock.svg?v=2026070902");
  -webkit-mask-image: url("/assets/img/icons/legal-lock.svg?v=2026070902");
}

.order_secure_card .order_secure_icon {
  mask-image: url("/assets/img/icons/flow-credit-card.svg?v=2026070902");
  -webkit-mask-image: url("/assets/img/icons/flow-credit-card.svg?v=2026070902");
}

.order_secure_item strong,
.order_secure_item small {
  min-width: 0;
  display: block;
  letter-spacing: 0;
  white-space: nowrap;
}

.order_secure_item strong {
  color: var(--next-gold-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.order_secure_item small {
  color: var(--next-sub);
  font-size: 10px;
  line-height: 1.25;
}

#orderinfo__btn:disabled,
#orderinfo__btn.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.order_square_note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 14px;
}

.order_square_note span {
  width: 11px;
  height: 11px;
  display: block;
  border: 2px solid var(--next-text);
  border-radius: 2px;
}

.order_action_grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8px;
}

.order_back_button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--next-gold-accent);
  border-radius: 6px;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 17px;
  font-weight: 700;
}

.next-order #orderinfo__btn {
  min-height: 52px;
  font-family: var(--next-serif);
  font-size: 17px;
}

.order_ssl_note {
  display: block;
  color: var(--next-muted);
  font-size: 11px;
  text-align: center;
}

.next-order .site_legal_footer {
  display: none;
}

.next-order .order_checkout_hero {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.next-order .order_allergy_box .orderInfo__part03_row {
  grid-template-columns: 1fr;
  gap: 9px;
}

.next-order .order_allergy_box .orderInfo__part03_left {
  font-size: 19px;
}

.next-order .order_back_button,
.next-order #orderinfo__btn {
  position: relative;
}

.next-order .order_back_button::before,
.next-order #orderinfo__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.next-order .order_back_button::before {
  left: 18px;
  transform: translateY(-50%) rotate(-135deg);
}

.next-order #orderinfo__btn::after {
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}

.orderInfo__hero,
.payment__header {
  border: 1px solid var(--next-border);
  border-radius: 8px;
}

.orderInfor__part01,
.orderInfo__part02,
.orderInfo__part03,
.payment_order_list,
.payment_detail_grid,
.payment_total_box {
  padding: 14px;
}

.orderInfo__header {
  margin-bottom: 10px;
}

.orderInfo__title {
  color: var(--next-gold-soft);
  font-size: 22px;
}

.order_summary_list,
.payment_order_list {
  display: grid;
  gap: 8px;
}

.order_summary_item,
.payment_order_item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--next-border);
}

.payment_order_item {
  grid-template-columns: 1fr auto;
}

.order_summary_item b,
.payment_order_item b {
  grid-column: 2;
  color: var(--next-gold-soft);
}

.payment_order_item b {
  grid-column: auto;
}

.order_summary_index {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--next-red);
  color: var(--next-text);
  font-size: 13px;
  font-weight: 800;
}

.order_total_box,
.payment_total_box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--next-border);
  border-radius: 7px;
  background: var(--next-panel);
}

.order_total_box span,
.payment_total_box span {
  color: var(--next-sub);
}

.order_total_box strong,
.payment_total_box strong {
  color: var(--next-text);
}

.order_total_box .is-total,
.payment_total_box .is-total {
  padding-top: 10px;
  border-top: 1px solid var(--next-border);
  color: var(--next-gold-soft);
  font-size: 18px;
  font-weight: 800;
}

.orderInfor__part02_row.is-wide,
.payment_detail_grid .is-wide {
  grid-column: 1 / -1;
}

.orderInfor__part02_right,
.payment_detail_grid dd {
  margin: 0;
  color: var(--next-text);
  overflow-wrap: anywhere;
  font-weight: 700;
}

.orderInfo__part03_row {
  display: grid;
  gap: 5px;
}

.order_trust_strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.payment__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.order_trust_strip div {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 8px;
  border: 1px solid var(--next-border);
  border-radius: 7px;
  background: var(--next-panel);
  text-align: center;
}

.order_trust_strip strong {
  color: var(--next-gold-soft);
  font-size: 14px;
}

.order_trust_strip span {
  color: var(--next-sub);
  font-size: 10px;
}

.orderInfo__footer,
.payment__footer {
  display: grid;
  gap: 10px;
}

.payment__footer form {
  margin: 0;
}

#admin_test_purchase_btn {
  background: #234635;
}

.order_flow_steps {
  display: grid;
  gap: 10px;
}

.order_flow_steps article,
.order_flow_service,
.order_flow_delivery,
.order_flow_contact,
.legal_reasons,
.legal_privacy_note {
  padding: 14px;
}

.order_flow_steps article > strong {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--next-red);
  color: var(--next-text);
}

.order_flow_step_visual {
  aspect-ratio: 1 / 0.54;
  border: 1px solid var(--next-border);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(var(--next-gold-rgb), 0.18), rgba(var(--next-red-rgb), 0.18));
}

.order_flow_steps h2,
.order_flow_service h2,
.order_flow_delivery h2,
.order_flow_contact h2,
.legal_reasons h2 {
  margin: 0;
  color: var(--next-gold-soft);
  font-family: var(--next-serif);
  font-size: 20px;
}

.order_flow_service,
.order_flow_delivery,
.order_flow_contact,
.legal_reasons,
.legal_privacy_note {
  margin-top: 12px;
}

.order_flow_service ul {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding-left: 18px;
}

.order_flow_delivery > div,
.legal_reasons > div {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.order_flow_delivery article,
.legal_reasons article {
  padding: 10px;
  border: 1px solid var(--next-border);
  border-radius: 7px;
  background: var(--next-panel);
}

.order_flow_contact {
  display: grid;
  gap: 8px;
}

.order_flow_contact a,
.legal_table a {
  color: var(--next-gold-soft);
  font-weight: 800;
}

.legal_table {
  display: grid;
  padding: 0;
  overflow: hidden;
}

.legal_table div {
  display: grid;
  gap: 4px;
  padding: 13px;
  border-bottom: 1px solid var(--next-border);
}

.legal_table div:last-child {
  border-bottom: 0;
}

.legal_table dt {
  color: var(--next-gold-soft);
  font-weight: 800;
}

.legal_table dd {
  margin: 0;
  color: var(--next-sub);
  overflow-wrap: anywhere;
}

.next-legal .legal_page_modern {
  padding: 0 0 18px;
  background:
    radial-gradient(circle at 18% 2%, rgba(var(--next-gold-rgb), 0.16), transparent 23%),
    radial-gradient(circle at 82% 0%, rgba(var(--next-red-rgb), 0.12), transparent 22%),
    linear-gradient(180deg, #17100a 0%, var(--next-bg) 22%, #020202 100%);
}

.next-legal .legal_image_hero {
  position: relative;
  width: 100%;
  overflow: visible;
  background: #080604;
}

.next-legal .legal_image_hero:has(.legal_language_dropdown[open]) {
  margin-bottom: 150px;
}

.next-legal .legal_image_hero > img {
  width: 100%;
  display: block;
}

.next-legal .legal_hero_language,
.next-legal .legal_language_dropdown {
  position: absolute;
  z-index: 5;
  top: clamp(10px, 3.2vw, 16px);
  right: clamp(8px, 2.8vw, 14px);
}

.next-legal .legal_hero_language {
  width: min(126px, 32vw);
}

.next-legal .legal_language_dropdown {
  width: min(126px, 34vw);
}

.next-legal .legal_hero_language summary {
  min-height: 30px;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) 10px;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  border: 1px solid var(--next-gold-accent);
  border-radius: 6px;
  color: var(--next-text);
  background: #060403;
  font-family: var(--next-serif);
  font-size: clamp(10px, 3vw, 12px);
  line-height: 1;
  list-style: none;
  cursor: pointer;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.28);
}

.next-legal .legal_hero_language summary::-webkit-details-marker {
  display: none;
}

.next-legal .legal_hero_language summary span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.next-legal .legal_hero_language summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--next-gold-accent);
  border-bottom: 1px solid var(--next-gold-accent);
  transform: rotate(45deg) translateY(-2px);
}

.next-legal .legal_hero_language_menu {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
  width: 150px;
  display: grid;
  gap: 2px;
  padding: 6px;
  border: 1px solid var(--next-gold-dark);
  border-radius: 6px;
  background: rgba(var(--next-bg-rgb), 0.98);
  box-shadow: var(--next-shadow);
}

.next-legal .legal_hero_language_menu a {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 7px;
  color: var(--next-text);
  font-size: 12px;
}

.next-legal .legal_hero_language_menu a.is-active {
  color: var(--next-gold-accent);
}

.next-legal .legal_modern_inner {
  width: min(100% - 20px, 430px);
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.next-legal .legal_breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 12px;
}

.next-legal .legal_breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--next-gold-accent);
}

.next-legal .legal_card_list {
  display: grid;
  gap: 7px;
  margin: 0;
}

.next-legal .legal_card_item {
  display: grid;
  gap: 5px;
  padding: 9px 10px;
  border: 1px solid rgba(var(--next-gold-dark-rgb), 0.92);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(35, 27, 20, 0.9), rgba(12, 9, 7, 0.94)),
    var(--next-bg);
  box-shadow: inset 0 0 0 1px rgba(var(--next-text-rgb), 0.03);
}

.next-legal .legal_card_item dt {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin: 0;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.next-legal .legal_card_item dd {
  margin: 0 0 0 39px;
  color: var(--next-text);
  font-size: 11px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.next-legal .legal_card_item dd small {
  color: var(--next-gold-accent);
  font-size: 10px;
}

.next-legal .legal_card_item a,
.next-legal .legal_contact_strip a {
  color: var(--next-gold-accent);
  font-weight: 800;
}

.next-legal .legal_intro_text {
  margin: 0;
  padding: 12px 13px;
  border: 1px solid rgba(var(--next-gold-dark-rgb), 0.9);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.28);
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 12px;
  line-height: 1.85;
}

.next-legal .legal_item_icon,
.next-legal .legal_small_icon,
.next-legal .order_flow_icon {
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  color: var(--next-gold-accent);
  mask: var(--legal-icon) center / contain no-repeat;
  -webkit-mask: var(--legal-icon) center / contain no-repeat;
}

.next-legal .legal_item_icon {
  width: 28px;
  height: 28px;
}

.next-legal .legal_small_icon,
.next-legal .order_flow_icon {
  width: 15px;
  height: 15px;
}

.next-legal .legal_icon_store { --legal-icon: url("/assets/img/icons/legal-store.svg?v=2026070704"); }
.next-legal .legal_icon_user { --legal-icon: url("/assets/img/icons/legal-user.svg?v=2026070704"); }
.next-legal .legal_icon_location { --legal-icon: url("/assets/img/icons/legal-location.svg?v=2026070704"); }
.next-legal .legal_icon_mail { --legal-icon: url("/assets/img/icons/legal-mail.svg?v=2026070704"); }
.next-legal .legal_icon_yen { --legal-icon: url("/assets/img/icons/legal-yen.svg?v=2026070704"); }
.next-legal .legal_icon_payment { --legal-icon: url("/assets/img/icons/legal-payment.svg?v=2026070704"); }
.next-legal .legal_icon_clock { --legal-icon: url("/assets/img/icons/legal-clock.svg?v=2026070704"); }
.next-legal .legal_icon_delivery { --legal-icon: url("/assets/img/icons/legal-delivery.svg?v=2026070704"); }
.next-legal .legal_icon_cancel { --legal-icon: url("/assets/img/icons/legal-cancel.svg?v=2026070704"); }
.next-legal .legal_icon_shield { --legal-icon: url("/assets/img/icons/legal-shield.svg?v=2026070704"); }
.next-legal .legal_icon_lock { --legal-icon: url("/assets/img/icons/legal-lock.svg?v=2026070704"); }
.next-legal .legal_icon_personal { --legal-icon: url("/assets/img/icons/legal-personal.svg?v=2026070704"); }
.next-legal .legal_icon_purpose { --legal-icon: url("/assets/img/icons/legal-purpose.svg?v=2026070704"); }
.next-legal .legal_icon_share { --legal-icon: url("/assets/img/icons/legal-share.svg?v=2026070704"); }
.next-legal .legal_icon_management { --legal-icon: url("/assets/img/icons/legal-management.svg?v=2026070704"); }
.next-legal .legal_icon_update { --legal-icon: url("/assets/img/icons/legal-update.svg?v=2026070704"); }
.next-legal .legal_icon_contact { --legal-icon: url("/assets/img/icons/legal-contact.svg?v=2026070704"); }
.next-legal .legal_icon_info { --legal-icon: url("/assets/img/icons/legal-info.svg?v=2026070704"); }
.next-legal .legal_icon_gift { --legal-icon: url("/assets/img/icons/legal-gift.svg?v=2026070704"); }
.next-legal .legal_icon_quality { --legal-icon: url("/assets/img/icons/legal-quality.svg?v=2026070704"); }
.next-legal .legal_icon_leaf { --legal-icon: url("/assets/img/icons/legal-leaf.svg?v=2026070704"); }
.next-legal .legal_icon_home { --legal-icon: url("/assets/img/icons/legal-home.svg?v=2026070704"); }
.next-legal .legal_icon_chevron { --legal-icon: url("/assets/img/icons/legal-chevron.svg?v=2026070704"); }
.next-legal .flow_icon_arrow_left { --legal-icon: url("/assets/img/icons/flow-arrow-left.svg?v=2026070704"); }
.next-legal .flow_icon_arrow_right { --legal-icon: url("/assets/img/icons/flow-arrow-right.svg?v=2026070704"); }

.next-legal .legal_reason_panel,
.next-legal .legal_secure_note,
.next-legal .legal_contact_strip {
  border: 1px solid rgba(var(--next-gold-dark-rgb), 0.92);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.34);
}

.next-legal .legal_reason_panel {
  padding: 11px;
}

.next-legal .legal_reason_panel h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin: 0 0 10px;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.next-legal .legal_reason_panel h2 span {
  height: 1px;
  background: rgba(var(--next-gold-dark-rgb), 0.76);
}

.next-legal .legal_reason_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(var(--next-gold-dark-rgb), 0.62);
  border-left: 1px solid rgba(var(--next-gold-dark-rgb), 0.62);
}

.next-legal .legal_reason_grid article {
  min-width: 0;
  display: grid;
  gap: 4px;
  justify-items: center;
  padding: 10px 6px;
  border-right: 1px solid rgba(var(--next-gold-dark-rgb), 0.62);
  border-bottom: 1px solid rgba(var(--next-gold-dark-rgb), 0.62);
  text-align: center;
}

.next-legal .legal_reason_grid .legal_item_icon {
  width: 25px;
  height: 25px;
}

.next-legal .legal_reason_grid strong {
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 11px;
  line-height: 1.35;
}

.next-legal .legal_reason_grid p,
.next-legal .legal_secure_note p,
.next-legal .legal_contact_strip p {
  margin: 0;
  color: var(--next-sub);
  font-size: 9px;
  line-height: 1.55;
}

.next-legal .legal_secure_note {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
}

.next-legal .legal_secure_note strong {
  display: block;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 12px;
  line-height: 1.55;
}

.next-legal .legal_contact_strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.next-legal .legal_contact_strip > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 3px 8px;
  padding: 11px 10px;
}

.next-legal .legal_contact_strip > div + div {
  border-left: 1px solid rgba(var(--next-gold-dark-rgb), 0.62);
}

.next-legal .legal_contact_strip .legal_item_icon {
  grid-row: span 2;
  width: 23px;
  height: 23px;
}

.next-legal .legal_contact_strip strong {
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 12px;
}

.next-legal .legal_bottom_nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
}

.next-legal .legal_bottom_nav > a:not(.legal_bottom_logo) {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid var(--next-gold-dark);
  border-radius: 5px;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.next-legal .legal_bottom_logo {
  width: 106px;
  display: block;
  position: relative;
  overflow: hidden;
}

.next-legal .legal_bottom_logo::after {
  content: "";
  position: absolute;
  inset: -1px;
  box-shadow: inset 0 0 8px 5px rgba(var(--next-bg-rgb), 0.66);
}

.next-legal .legal_bottom_logo img {
  width: 100%;
  display: block;
}

@media (max-width: 390px) {
  .next-legal .legal_modern_inner {
    width: min(100% - 16px, 430px);
  }

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

  .next-legal .legal_bottom_nav {
    grid-template-columns: 1fr 1fr;
  }

  .next-legal .legal_bottom_logo {
    display: none;
  }
}

.site_legal_footer {
  padding: 16px 10px 18px;
  border-top: 1px solid var(--next-border);
  background: var(--next-bg);
  color: var(--next-sub);
}

.site_legal_footer_contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}

.site_legal_footer_card,
.site_legal_footer_actions a {
  min-width: 0;
  min-height: 44px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon label"
    "icon value";
  align-items: center;
  column-gap: 7px;
  padding: 7px 8px;
  border: 1px solid var(--next-border);
  border-radius: 6px;
  background: var(--next-panel);
}

.site_footer_icon {
  grid-area: icon;
  min-width: 26px;
  min-height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--next-gold-soft);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.site_footer_icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.site_footer_icon_instagram {
  background: linear-gradient(135deg, #FEDA75 0%, #FA7E1E 24%, #D62976 52%, #962FBF 78%, #4F5BD5 100%);
  color: #fff;
}

.site_footer_icon_mail,
.site_footer_icon_cart,
.site_footer_icon_top {
  border: 1px solid var(--next-gold-dark);
  background: rgba(var(--next-gold-rgb), 0.08);
}

.site_footer_icon_cart::before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: currentColor;
  mask: url("/assets/img/icons/cart-shopping.svg?v=2026070703") center / contain no-repeat;
  -webkit-mask: url("/assets/img/icons/cart-shopping.svg?v=2026070703") center / contain no-repeat;
}

.site_legal_footer_card > span:not(.site_footer_icon),
.site_legal_footer_actions span:not(.site_footer_icon) {
  grid-area: label;
  min-width: 0;
  overflow: hidden;
  color: var(--next-gold-soft);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site_legal_footer_card strong {
  grid-area: value;
  min-width: 0;
  overflow: hidden;
  color: var(--next-text);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site_legal_footer_actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.site_legal_footer_actions a {
  min-height: 38px;
  grid-template-areas: "icon label";
  color: var(--next-text);
}

.site_legal_footer_actions span:not(.site_footer_icon) {
  color: var(--next-text);
  font-size: 11px;
}

.flatpickr-calendar {
  font-family: var(--next-sans);
}

.next-order-flow .next-subheader,
.next-order-flow .site_legal_footer {
  display: none;
}

.next-order-flow .order_flow_page {
  padding: 0 0 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(var(--next-gold-rgb), 0.12), transparent 28%),
    radial-gradient(circle at 88% 2%, rgba(var(--next-red-rgb), 0.12), transparent 24%),
    linear-gradient(180deg, #201507 0%, var(--next-bg) 20%, #050403 100%);
}

.next-order-flow .order_flow_inner {
  width: min(100% - 20px, 860px);
  display: grid;
  gap: 18px;
}

.next-order-flow .order_flow_hero {
  position: relative;
  min-height: 292px;
  padding: 14px 10px 22px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 216, 152, 0.8), rgba(20, 12, 5, 0.52) 44%, rgba(0, 0, 0, 0.92) 100%),
    radial-gradient(circle at 78% 25%, rgba(var(--next-gold-rgb), 0.32), transparent 26%),
    linear-gradient(135deg, #9d6b37 0%, #22160d 48%, #050403 100%);
}

.next-order-flow .order_flow_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background:
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(var(--next-gold-rgb), 0.18) 19px 20px),
    radial-gradient(circle at 12% 8%, rgba(255, 218, 183, 0.46), transparent 17%);
}

.next-order-flow .order_flow_hero_top {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 10px;
  width: 126px;
}

.next-order-flow .order_flow_language {
  position: relative;
  z-index: 4;
}

.next-order-flow .order_flow_language summary {
  min-height: 38px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid var(--next-gold-accent);
  border-radius: 5px;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 13px;
  list-style: none;
  cursor: pointer;
}

.next-order-flow .order_flow_language summary::-webkit-details-marker {
  display: none;
}

.next-order-flow .order_flow_language summary::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid var(--next-gold-accent);
  border-bottom: 1px solid var(--next-gold-accent);
  transform: rotate(45deg) translateY(-2px);
}

.next-order-flow .order_flow_language_menu {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
  width: 148px;
  display: grid;
  gap: 2px;
  padding: 6px;
  border: 1px solid var(--next-gold-dark);
  border-radius: 5px;
  background: rgba(var(--next-bg-rgb), 0.98);
  box-shadow: var(--next-shadow);
}

.next-order-flow .order_flow_language_menu a {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 7px;
  color: var(--next-text);
  font-size: 12px;
}

.next-order-flow .order_flow_language_menu a.is-active {
  color: var(--next-gold-accent);
}

.next-order-flow .order_flow_hero_fruit {
  position: absolute;
  z-index: 1;
  right: -72px;
  top: 48px;
  width: 340px;
  opacity: 0.92;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.72));
}

.next-order-flow .order_flow_hero.has-custom-hero .order_flow_hero_fruit {
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.86;
  filter: none;
  object-fit: cover;
}

.next-order-flow .order_flow_hero.has-custom-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.82) 50%, rgba(0, 0, 0, 0.42) 78%, rgba(0, 0, 0, 0.68)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.next-order-flow .order_flow_hero_text {
  position: relative;
  z-index: 3;
  margin-top: 62px;
  max-width: 315px;
  color: var(--next-text);
}

.next-order-flow .order_flow_hero:has(.order_flow_language[open]) .order_flow_hero_text {
  margin-top: 190px;
}

.next-order-flow .order_flow_hero_text h1 {
  margin: 0 0 14px;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.15;
}

.next-order-flow .order_flow_hero_text p {
  margin: 0;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 14px;
  line-height: 1.85;
}

.next-order-flow .order_flow_hero_text .order_flow_hero_lead {
  margin-bottom: 8px;
  color: var(--next-gold-accent);
  font-size: 18px;
}

.next-order-flow .order_flow_block {
  border: 1px solid var(--next-gold-dark);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.27);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.next-order-flow .order_flow_steps_block {
  margin-top: 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.next-order-flow .order_flow_heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.next-order-flow .order_flow_heading span {
  height: 1px;
  background: rgba(var(--next-gold-rgb), 0.72);
}

.next-order-flow .order_flow_steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.next-order-flow .order_flow_step {
  min-width: 0;
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto minmax(126px, 1fr);
  gap: 7px;
  padding: 0 6px;
  border-left: 1px solid rgba(var(--next-gold-rgb), 0.48);
  text-align: center;
}

.next-order-flow .order_flow_step:last-child {
  border-right: 1px solid rgba(var(--next-gold-rgb), 0.48);
}

.next-order-flow .order_flow_step::after {
  content: "";
  position: absolute;
  top: 122px;
  right: -8px;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--next-gold-accent);
  border-right: 2px solid var(--next-gold-accent);
  transform: rotate(45deg);
}

.next-order-flow .order_flow_step:last-child::after {
  display: none;
}

.next-order-flow .order_flow_step_number {
  width: 34px;
  height: 34px;
  place-self: center;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffc472, #d88f30);
  color: #120c07;
  font-family: var(--next-serif);
  font-size: 19px;
  font-weight: 800;
}

.next-order-flow .order_flow_icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: currentColor;
  color: var(--next-gold-accent);
  mask: var(--flow-icon) center / contain no-repeat;
  -webkit-mask: var(--flow-icon) center / contain no-repeat;
}

.next-order-flow .flow_icon_smartphone { --flow-icon: url("/assets/img/icons/flow-smartphone.svg?v=2026070703"); }
.next-order-flow .flow_icon_clipboard { --flow-icon: url("/assets/img/icons/flow-clipboard.svg?v=2026070703"); }
.next-order-flow .flow_icon_check { --flow-icon: url("/assets/img/icons/flow-check.svg?v=2026070703"); }
.next-order-flow .flow_icon_truck { --flow-icon: url("/assets/img/icons/flow-truck.svg?v=2026070703"); }
.next-order-flow .flow_icon_credit { --flow-icon: url("/assets/img/icons/flow-credit-card.svg?v=2026070703"); }
.next-order-flow .flow_icon_clock { --flow-icon: url("/assets/img/icons/flow-clock.svg?v=2026070703"); }
.next-order-flow .flow_icon_package { --flow-icon: url("/assets/img/icons/flow-package-check.svg?v=2026070703"); }
.next-order-flow .flow_icon_shield { --flow-icon: url("/assets/img/icons/flow-shield-check.svg?v=2026070703"); }
.next-order-flow .flow_icon_door { --flow-icon: url("/assets/img/icons/flow-door-open.svg?v=2026070703"); }
.next-order-flow .flow_icon_gift { --flow-icon: url("/assets/img/icons/flow-gift.svg?v=2026070703"); }
.next-order-flow .flow_icon_mail { --flow-icon: url("/assets/img/icons/flow-mail.svg?v=2026070703"); }
.next-order-flow .flow_icon_instagram { --flow-icon: url("/assets/img/icons/flow-instagram.svg?v=2026070703"); }
.next-order-flow .flow_icon_arrow_left { --flow-icon: url("/assets/img/icons/flow-arrow-left.svg?v=2026070703"); }
.next-order-flow .flow_icon_arrow_right { --flow-icon: url("/assets/img/icons/flow-arrow-right.svg?v=2026070703"); }

.next-order-flow .order_flow_step .order_flow_icon {
  place-self: center;
  margin-top: 2px;
}

.next-order-flow .order_flow_step h3,
.next-order-flow .order_flow_service_grid h3,
.next-order-flow .order_flow_delivery_grid h3 {
  margin: 0;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 15px;
  line-height: 1.45;
}

.next-order-flow .order_flow_step p,
.next-order-flow .order_flow_service_grid p,
.next-order-flow .order_flow_delivery_grid p,
.next-order-flow .order_flow_notice li,
.next-order-flow .order_flow_contact p {
  margin: 0;
  color: var(--next-sub);
  font-size: 11px;
  line-height: 1.75;
}

.next-order-flow .order_flow_visual {
  min-width: 0;
  min-height: 128px;
  align-self: end;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(var(--next-gold-rgb), 0.58);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 10%, rgba(var(--next-gold-rgb), 0.18), transparent 30%),
    rgba(0, 0, 0, 0.35);
}

.next-order-flow .order_flow_visual_asset {
  width: 100%;
  height: 100%;
  min-height: 138px;
  object-fit: cover;
  object-position: center;
  padding: 0;
  border-radius: 5px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.48));
}

.next-order-flow .flow_phone {
  width: 78%;
  min-height: 122px;
  display: grid;
  grid-template-rows: 62px auto auto auto;
  gap: 3px;
  padding: 7px 6px 8px;
  border: 2px solid #191919;
  border-radius: 12px;
  background: #0a0908;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.55);
  transform: rotate(-4deg);
}

.next-order-flow .flow_phone img {
  width: 100%;
  height: 62px;
  object-fit: cover;
  border-radius: 7px;
}

.next-order-flow .flow_phone strong {
  color: var(--next-gold-accent);
  font-size: 10px;
  line-height: 1.25;
}

.next-order-flow .flow_phone small {
  color: var(--next-text);
  font-size: 10px;
}

.next-order-flow .flow_phone span,
.next-order-flow .flow_form_mock button,
.next-order-flow .flow_confirm_mock button {
  min-height: 25px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(180deg, #d41212, #840909);
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 10px;
  font-weight: 700;
}

.next-order-flow .flow_form_mock,
.next-order-flow .flow_confirm_mock {
  width: 88%;
  min-height: 128px;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 2px solid #191919;
  border-radius: 12px;
  background: #0a0908;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.55);
}

.next-order-flow .flow_form_mock {
  transform: rotate(2deg);
  text-align: left;
}

.next-order-flow .flow_form_mock b {
  color: var(--next-text);
  font-size: 10px;
  text-align: center;
}

.next-order-flow .flow_form_mock span {
  color: var(--next-gold-accent);
  font-size: 9px;
  font-weight: 700;
}

.next-order-flow .flow_form_mock i {
  min-height: 18px;
  display: block;
  padding: 3px 5px;
  border: 1px solid rgba(var(--next-gold-rgb), 0.58);
  border-radius: 3px;
  color: var(--next-sub);
  font-size: 8px;
  font-style: normal;
}

.next-order-flow .flow_confirm_mock {
  place-items: center;
  text-align: center;
  transform: rotate(-2deg);
}

.next-order-flow .flow_check_mark {
  width: 36px;
  height: 36px;
  display: block;
  border: 2px solid var(--next-gold-accent);
  border-radius: 50%;
  position: relative;
}

.next-order-flow .flow_check_mark::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  width: 9px;
  height: 16px;
  border-right: 2px solid var(--next-gold-accent);
  border-bottom: 2px solid var(--next-gold-accent);
  transform: rotate(45deg);
}

.next-order-flow .flow_confirm_mock strong {
  color: var(--next-gold-accent);
  font-size: 11px;
}

.next-order-flow .flow_confirm_mock p {
  font-size: 9px;
  line-height: 1.55;
}

.next-order-flow .order_flow_visual_gift {
  background:
    radial-gradient(circle at 50% 20%, rgba(160, 86, 36, 0.36), transparent 40%),
    linear-gradient(135deg, rgba(80, 50, 30, 0.82), rgba(0, 0, 0, 0.64));
}

.next-order-flow .flow_gift_box {
  position: relative;
  width: 78px;
  height: 92px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 0 41%, #b60d12 41% 59%, transparent 59%),
    linear-gradient(180deg, transparent 0 43%, #b60d12 43% 55%, transparent 55%),
    linear-gradient(135deg, #211b16, #070605);
  border: 1px solid rgba(var(--next-gold-rgb), 0.38);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.68);
  transform: rotate(-7deg);
}

.next-order-flow .flow_gift_box::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 13px;
  top: 34px;
  left: 50%;
  border-radius: 999px;
  background: #d01920;
  transform: translateX(-50%);
  box-shadow: 0 0 0 1px rgba(255, 210, 150, 0.18);
}

.next-order-flow .order_flow_service,
.next-order-flow .order_flow_delivery {
  padding: 15px 12px;
}

.next-order-flow .order_flow_service_grid,
.next-order-flow .order_flow_delivery_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.next-order-flow .order_flow_delivery_grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.next-order-flow .order_flow_service_grid article,
.next-order-flow .order_flow_delivery_grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 8px;
  padding: 0 10px;
  border-left: 1px solid rgba(var(--next-gold-rgb), 0.42);
}

.next-order-flow .order_flow_service_grid article:first-child,
.next-order-flow .order_flow_delivery_grid article:first-child {
  border-left: 0;
}

.next-order-flow .order_flow_service_grid .order_flow_icon,
.next-order-flow .order_flow_delivery_grid .order_flow_icon {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  margin-top: 2px;
}

.next-order-flow .order_flow_bottom_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.next-order-flow .order_flow_notice,
.next-order-flow .order_flow_contact {
  padding: 16px;
}

.next-order-flow .order_flow_notice h2,
.next-order-flow .order_flow_contact h2 {
  margin: 0 0 12px;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 21px;
  font-weight: 500;
}

.next-order-flow .order_flow_notice ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.next-order-flow .order_flow_contact {
  display: grid;
  gap: 10px;
}

.next-order-flow .order_flow_contact a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--next-text);
  font-family: var(--next-serif);
  font-size: 15px;
}

.next-order-flow .order_flow_contact .order_flow_icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.next-order-flow .order_flow_nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}

.next-order-flow .order_flow_nav > a:not(.order_flow_nav_logo) {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--next-gold-dark);
  border-radius: 6px;
  color: var(--next-gold-accent);
  font-family: var(--next-serif);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.next-order-flow .order_flow_nav > a:not(.order_flow_nav_logo) .order_flow_icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.next-order-flow .order_flow_nav_logo {
  width: 138px;
  display: block;
  overflow: hidden;
  position: relative;
}

.next-order-flow .order_flow_nav_logo::after {
  content: "";
  position: absolute;
  inset: -1px;
  box-shadow: inset 0 0 8px 5px rgba(var(--next-bg-rgb), 0.65);
}

.next-order-flow .order_flow_nav_logo img {
  width: 100%;
  display: block;
}

@media (max-width: 640px) {
  .next-order .order_summary_item {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 6px 8px;
  }

  .next-order .order_line_controls {
    grid-column: 2;
    grid-template-columns: 30px 88px 1fr;
    align-items: center;
    justify-items: stretch;
    min-width: 0;
  }

  .next-order .order_line_total {
    grid-column: auto;
    justify-self: end;
  }

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

  .order_secure_item {
    grid-template-columns: 19px minmax(0, 1fr);
    min-height: 46px;
    column-gap: 4px;
    padding: 6px 5px;
    border-top: 0;
    border-left: 1px solid rgba(var(--next-gold-rgb), 0.35);
  }

  .order_secure_item:first-child {
    border-left: 0;
  }

  .order_secure_icon {
    width: 17px;
    height: 17px;
  }

  .order_secure_item strong {
    font-size: 10px;
  }

  .order_secure_item small {
    font-size: 7px;
  }

  .next-order-flow .order_flow_hero {
    min-height: 276px;
  }

  .next-order-flow .order_flow_hero_fruit {
    right: -118px;
    top: 78px;
    width: 310px;
  }

  .next-order-flow .order_flow_hero_text {
    margin-top: 50px;
    max-width: 275px;
  }

  .next-order-flow .order_flow_hero_text h1 {
    font-size: 34px;
  }

  .next-order-flow .order_flow_steps {
    gap: 6px;
  }

  .next-order-flow .order_flow_step {
    grid-template-rows: auto auto auto minmax(118px, 1fr);
    padding: 0 4px;
  }

  .next-order-flow .order_flow_step h3 {
    font-size: 13px;
  }

  .next-order-flow .order_flow_step p {
    font-size: 10px;
    line-height: 1.65;
  }

  .next-order-flow .order_flow_visual {
    min-height: 118px;
  }

  .next-order-flow .order_flow_visual_asset {
    min-height: 128px;
  }

  .next-order-flow .order_flow_service_grid,
  .next-order-flow .order_flow_delivery_grid,
  .next-order-flow .order_flow_bottom_grid {
    grid-template-columns: 1fr;
  }

  .next-order-flow .order_flow_service_grid article,
  .next-order-flow .order_flow_delivery_grid article {
    padding: 10px 0;
    border-left: 0;
    border-top: 1px solid rgba(var(--next-gold-rgb), 0.32);
  }

  .next-order-flow .order_flow_service_grid article:first-child,
  .next-order-flow .order_flow_delivery_grid article:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .next-order-flow .order_flow_nav {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .next-order-flow .order_flow_nav > a:not(.order_flow_nav_logo) {
    gap: 5px;
    min-height: 46px;
    padding: 0 8px;
    font-size: 13px;
  }

  .next-order-flow .order_flow_nav_logo {
    display: none;
  }
}

@media (max-width: 390px) {
  .next-language-panel {
    top: 16px;
    right: 5px;
    width: 70px;
    gap: 2px;
    padding: 4px;
  }

  .next-language-link {
    min-height: 17px;
    font-size: 8px;
  }

  .next-hero-products-link {
    top: auto;
    bottom: 10px;
    width: min(210px, 55%);
    min-height: 44px;
    font-size: 14px;
  }

  .is-featured .secProduct__item_etitle {
    font-size: 20px;
  }

  .secProduct__item_etitle {
    font-size: 16px;
  }

  .top_featured_products {
    gap: 8px;
  }

  .secProduct__item.is-compact {
    padding: 7px;
  }

  .is-compact .secProduct__item_cart {
    font-size: 10px;
  }
}
