/*
Theme Name: Sushiet Storefront Child
Template: storefront
Version: 1.0.0
Text Domain: sushiet-store
*/

:root {
  --sushi-bg: #eef3f4;
  --sushi-surface: rgba(255, 255, 255, 0.8);
  --sushi-surface-strong: rgba(255, 255, 255, 0.94);
  --sushi-ink: #10161d;
  --sushi-muted: #667482;
  --sushi-line: rgba(16, 22, 29, 0.08);
  --sushi-navy: #132334;
  --sushi-teal: #16766f;
  --sushi-teal-deep: #0d5450;
  --sushi-gold: #d8b47f;
  --sushi-shadow: 0 28px 64px rgba(14, 25, 38, 0.14);
  --sushi-shadow-soft: 0 16px 42px rgba(14, 25, 38, 0.1);
  --sushi-radius: 24px;
}

body {
  background:
    radial-gradient(circle at 14% 8%, rgba(216, 180, 127, 0.16), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(22, 118, 111, 0.12), transparent 26%),
    linear-gradient(180deg, #f7fafb 0%, var(--sushi-bg) 32%, #edf2f3 100%);
  color: var(--sushi-ink);
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.site {
  background: transparent;
}

.site-main,
.content-area,
.site-content {
  width: 100%;
}

.site-header,
.main-navigation ul.menu ul.sub-menu,
.woocommerce-breadcrumb,
.woocommerce-tabs ul.tabs li a,
.wc-block-grid__product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.site-main > .col-full,
.content-area,
.site-content,
.content-area .site-main,
.page-template-default .entry-content {
  color: var(--sushi-ink);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 250, 251, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 0 rgba(16, 22, 29, 0.04);
}

.site-header .col-full {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 100px;
}

.site-header .site-branding .custom-logo-link,
.site-header .site-branding .site-title a {
  color: var(--sushi-ink);
}

.site-branding {
  margin-bottom: 0;
}

.site-branding .site-title {
  margin: 0;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 900;
  letter-spacing: 0;
}

.site-header .site-description {
  color: var(--sushi-muted);
}

.site-header .main-navigation ul.menu > li > a,
.site-header .menu-toggle,
.site-header .secondary-navigation .menu > li > a {
  color: var(--sushi-ink);
}

.main-navigation ul.menu > li > a:hover,
.secondary-navigation .menu > li > a:hover,
.site-header .menu-toggle:hover {
  color: var(--sushi-teal);
}

.site-header .menu-toggle {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(16, 22, 29, 0.16);
  box-shadow: 0 10px 30px rgba(14, 25, 38, 0.08);
}

.site-header .main-navigation {
  margin-left: auto;
}

.main-navigation .primary-navigation {
  display: flex;
  align-items: center;
}

.main-navigation ul.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.main-navigation ul.menu > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--sushi-ink);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(16, 22, 29, 0.08);
  font-weight: 700;
}

.main-navigation ul.menu > li.current-menu-item > a,
.main-navigation ul.menu > li.current_page_item > a {
  color: #fff;
  background: linear-gradient(135deg, var(--sushi-teal), var(--sushi-teal-deep));
  box-shadow: 0 14px 28px rgba(22, 118, 111, 0.16);
}

.storefront-breadcrumb,
.site-search,
.site-header-cart,
.handheld-navigation,
.header-widget-region,
.widget_product_search,
.search-form,
.search-field,
.search-submit,
.secondary-navigation,
.storefront-sorting,
.storefront-product-pagination,
.widget-area {
  display: none !important;
}

.sushi-hero {
  padding: 48px 0 24px;
}

.sushi-hero__inner,
.sushi-band,
.sushi-section,
.sushi-contact,
.sushi-page-hero .col-full,
.sushi-shop-shell,
.sushi-product-shell,
.sushi-page-shell,
.sushi-footer .col-full {
  width: min(1240px, calc(100vw - 36px));
  margin: 0 auto;
}

.sushi-hero__panel,
.sushi-card,
.sushi-feature,
.sushi-contact,
.sushi-product,
.sushi-page-hero__panel,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product .summary,
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce .woocommerce-cart-form,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce table.shop_table {
  background: var(--sushi-surface);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--sushi-radius);
  box-shadow: var(--sushi-shadow-soft);
  backdrop-filter: blur(16px);
}

.sushi-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  padding: clamp(22px, 3vw, 34px);
}

.sushi-page-hero {
  padding: 44px 0 14px;
}

.sushi-page-hero__panel {
  padding: 24px 28px;
}

.sushi-page-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.96;
}

.sushi-page-hero p:last-child {
  margin-bottom: 0;
  color: var(--sushi-muted);
  font-size: 18px;
}

.sushi-kicker {
  margin: 0 0 14px;
  color: var(--sushi-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sushi-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 0.92;
  letter-spacing: 0;
}

.sushi-hero p {
  max-width: 720px;
  color: var(--sushi-muted);
  font-size: 18px;
}

.sushi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.sushi-actions--compact {
  margin: 0 0 22px;
}

.sushi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
}

.sushi-button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sushi-teal), var(--sushi-teal-deep));
  box-shadow: 0 14px 28px rgba(22, 118, 111, 0.22);
}

.sushi-button--secondary {
  color: var(--sushi-teal-deep);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--sushi-line);
}

.sushi-hero__visual {
  position: relative;
  min-height: 580px;
}

.sushi-hero__float {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--sushi-shadow);
}

.sushi-hero__float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sushi-hero__float--back {
  inset: 0 12% 12% 0;
}

.sushi-hero__float--front {
  right: 0;
  bottom: 0;
  width: min(280px, 36vw);
  height: min(280px, 36vw);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.sushi-hero__note {
  position: absolute;
  right: 2%;
  bottom: 6%;
  width: min(340px, 38vw);
  padding: 22px 24px;
  color: #fff;
  background: rgba(17, 28, 41, 0.82);
  border-radius: 22px;
  box-shadow: var(--sushi-shadow);
}

.sushi-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(16, 22, 29, 0.08);
}

.sushi-band > div {
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.72);
}

.sushi-band strong {
  display: block;
  font-size: 22px;
}

.sushi-band span {
  color: var(--sushi-muted);
}

.sushi-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.sushi-quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--sushi-navy);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 22, 29, 0.08);
  box-shadow: 0 10px 24px rgba(14, 25, 38, 0.08);
  font-weight: 800;
}

.sushi-section {
  padding: 76px 0;
}

.sushi-section__head {
  max-width: 780px;
  margin-bottom: 28px;
}

.sushi-section__head h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}

.sushi-section__head p {
  color: var(--sushi-muted);
  font-size: 18px;
}

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

.sushi-card {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1fr);
  min-height: 420px;
  overflow: hidden;
  background: var(--sushi-surface-strong);
}

.sushi-card--dark {
  color: #fff;
  background: linear-gradient(145deg, rgba(18, 35, 52, 0.98), rgba(30, 54, 74, 0.94));
}

.sushi-card__copy {
  padding: 32px;
  align-self: center;
}

.sushi-tag {
  display: inline-flex;
  min-height: 30px;
  padding: 6px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sushi-card--dark .sushi-tag {
  color: #0e1d2a;
}

.sushi-card__media {
  display: grid;
  place-items: center;
  padding: 22px;
}

.sushi-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sushi-lookbook {
  background: linear-gradient(180deg, rgba(18, 35, 52, 0.98), rgba(27, 44, 61, 0.94));
  color: #fff;
}

.sushi-lookbook .sushi-section__head h2,
.sushi-lookbook .sushi-section__head p {
  color: #fff;
}

.sushi-lookbook__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sushi-lookbook__item {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

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

.sushi-lookbook__item figcaption {
  padding: 14px 16px 16px;
  font-weight: 800;
}

.sushi-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 251, 0.88));
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 22px;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.96), rgba(235, 242, 244, 0.82));
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  margin: 4px 0 2px;
  font-size: 24px;
  line-height: 1.14;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  border-radius: 999px;
  background: var(--sushi-teal);
  color: #fff;
}

.added_to_cart {
  display: none !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  margin-top: auto;
  font-size: 22px;
  font-weight: 800;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  width: 100%;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page ul.products[class*="columns-"] li.product,
.related.products ul.products li.product,
.related.products ul.products[class*="columns-"] li.product,
.up-sells ul.products li.product,
.up-sells ul.products[class*="columns-"] li.product {
  width: auto;
  float: none;
  clear: none;
  margin-right: 0;
  justify-self: stretch;
  min-width: 0;
}

.woocommerce ul.products li.product.first,
.woocommerce ul.products li.product.last,
.woocommerce ul.products[class*="columns-"] li.product.first,
.woocommerce ul.products[class*="columns-"] li.product.last,
.woocommerce-page ul.products li.product.first,
.woocommerce-page ul.products li.product.last,
.woocommerce-page ul.products[class*="columns-"] li.product.first,
.woocommerce-page ul.products[class*="columns-"] li.product.last {
  clear: none;
  margin-right: 0;
}

.woocommerce-result-count,
.woocommerce-ordering {
  margin-bottom: 18px;
}

.woocommerce-ordering select,
.woocommerce-form-coupon-toggle,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single {
  border-radius: 16px;
  border: 1px solid var(--sushi-line);
  background: rgba(255, 255, 255, 0.9);
}

.woocommerce .star-rating,
.woocommerce .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--sushi-teal-deep);
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 30px 32px;
  align-items: start;
}

.woocommerce div.product .images,
.woocommerce div.product .summary {
  width: auto;
  float: none;
  margin: 0;
}

.woocommerce div.product .summary,
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .images {
  padding: 24px;
}

.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .images,
.woocommerce div.product .summary {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  float: none !important;
  clear: none !important;
}

.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .images {
  grid-column: 1;
  grid-row: 1;
}

.woocommerce div.product .summary {
  grid-column: 2;
  grid-row: 1;
}

.woocommerce div.product .woocommerce-product-gallery {
  position: relative;
  top: auto;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 540px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 248, 0.84));
}

.woocommerce div.product .woocommerce-product-gallery .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a,
.woocommerce div.product .images .woocommerce-product-gallery__wrapper,
.woocommerce div.product .images .woocommerce-product-gallery__image,
.woocommerce div.product .images .woocommerce-product-gallery__image a {
  width: 100%;
}

.woocommerce div.product .woocommerce-product-gallery .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce div.product .images .woocommerce-product-gallery__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce div.product .woocommerce-product-gallery img {
  width: min(100%, 560px);
  margin: 0 auto;
  display: block;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  object-fit: contain;
}

.woocommerce div.product .summary .product_title {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  word-break: normal;
  overflow-wrap: anywhere;
}

.woocommerce div.product .summary {
  align-self: start;
  padding: clamp(28px, 3vw, 38px);
}

.woocommerce div.product .summary .price {
  margin: 18px 0;
  font-size: 30px;
  font-weight: 900;
}

.woocommerce div.product .summary .quantity .qty {
  min-height: 52px;
  border-radius: 16px;
}

.woocommerce div.product .summary .single_add_to_cart_button {
  min-height: 52px;
  padding-inline: 28px;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(22, 118, 111, 0.18);
}

.woocommerce-product-details__short-description p {
  color: var(--sushi-muted);
  font-size: 17px;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.woocommerce div.product form.cart .sushi-product-selector {
  flex: 1 1 100%;
  display: grid;
  gap: 10px;
  margin-bottom: 6px;
}

.woocommerce div.product form.cart .sushi-product-selector label {
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce div.product form.cart .sushi-product-selector select {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);
  color: #1d1d1f;
  font-size: 16px;
}

.woocommerce div.product form.cart .sushi-product-selector p {
  margin: 0;
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.5;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius: 999px;
  background: var(--sushi-teal);
  color: #fff;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--sushi-teal-deep);
  color: #fff;
}

.woocommerce-tabs {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 24px;
  clear: both;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  border: 0;
}

.woocommerce-tabs ul.tabs::before,
.woocommerce-tabs ul.tabs::after {
  display: none;
}

.woocommerce-tabs ul.tabs li {
  border: 0;
  margin: 0;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
}

.woocommerce-tabs ul.tabs li a {
  padding: 12px 18px;
  font-weight: 800;
}

.woocommerce-tabs ul.tabs li.active {
  background: linear-gradient(135deg, var(--sushi-teal), var(--sushi-teal-deep));
}

.woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

.woocommerce-Tabs-panel {
  padding: 24px 0 0;
}

.related.products > h2,
.up-sells > h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 38px);
}

.related.products,
.up-sells,
nav.storefront-product-pagination {
  grid-column: 1 / -1;
  width: 100%;
  clear: both;
}

.woocommerce table.shop_table {
  overflow: hidden;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields {
  padding: 24px;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 18px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: auto;
  float: none;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after,
.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after {
  display: none;
}

.sushi-shop-shell,
.sushi-product-shell,
.sushi-page-shell {
  padding-bottom: 76px;
}

.sushi-contact {
  padding: 0 0 84px;
}

.sushi-page-body {
  padding: 30px 32px;
  border-radius: 28px;
  background: var(--sushi-surface);
  box-shadow: var(--sushi-shadow-soft);
}

.sushi-page-body > :first-child {
  margin-top: 0;
}

.sushi-page-body > :last-child {
  margin-bottom: 0;
}

.sushi-page-body h2 {
  margin: 28px 0 12px;
  color: var(--sushi-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.12;
}

.sushi-page-body p,
.sushi-page-body li {
  color: var(--sushi-muted);
  font-size: 16px;
  line-height: 1.75;
}

.sushi-page-body ul {
  margin: 0 0 18px 20px;
  padding: 0;
}

.sushi-contact__card {
  padding: 28px;
  border-radius: 28px;
  background: var(--sushi-surface);
  box-shadow: var(--sushi-shadow-soft);
}

.sushi-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.sushi-contact__grid dt {
  color: var(--sushi-muted);
  font-size: 13px;
}

.sushi-track-order-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 26px 28px;
  align-items: start;
}

.sushi-track-order-note,
.sushi-track-order-form {
  padding: 30px 32px;
  border-radius: 28px;
  background: var(--sushi-surface);
  box-shadow: var(--sushi-shadow-soft);
}

.sushi-track-order-note h2 {
  margin: 0;
  color: var(--sushi-ink);
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.08;
}

.sushi-track-order-note p {
  margin: 14px 0 0;
  color: var(--sushi-muted);
  font-size: 16px;
  line-height: 1.72;
}

.sushi-track-order-note .sushi-button {
  margin-top: 18px;
}

.sushi-track-order-form .woocommerce-form-track-order {
  display: grid;
  gap: 18px;
}

.sushi-track-order-form .woocommerce-form-track-order > p:first-child {
  margin: 0;
  color: var(--sushi-muted);
  font-size: 15px;
  line-height: 1.7;
}

.sushi-track-order-form .woocommerce-form-track-order .form-row {
  width: 100%;
  margin: 0;
  float: none;
}

.sushi-track-order-form .woocommerce-form-track-order label {
  display: block;
  margin-bottom: 8px;
  color: var(--sushi-ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.sushi-track-order-form .woocommerce-form-track-order .input-text {
  min-height: 52px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.02);
}

.sushi-track-order-form .woocommerce-form-track-order button.button {
  justify-self: start;
  margin-top: 4px;
}

@media (max-width: 980px) {
  .sushi-track-order-shell {
    grid-template-columns: 1fr;
  }

  .sushi-track-order-note,
  .sushi-track-order-form {
    padding: 24px;
  }
}

.sushi-contact__grid dd {
  margin: 0;
  font-weight: 700;
}

.sushi-footer {
  padding: 10px 0 36px;
  color: var(--sushi-muted);
}

.sushi-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(16, 22, 29, 0.08);
}

.sushi-footer__inner strong {
  display: block;
  color: var(--sushi-ink);
  margin-bottom: 6px;
}

.sushi-footer__inner p {
  margin: 0;
}

.sushi-footer__brand {
  max-width: 420px;
}

.sushi-footer__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.sushi-footer__meta span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(16, 22, 29, 0.06);
}

.sushi-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding-top: 18px;
}

.sushi-footer__links a {
  color: var(--sushi-muted);
  font-size: 14px;
  font-weight: 600;
}

.sushi-footer__links a:hover {
  color: var(--sushi-ink);
}

.wc-block-cart,
.wc-block-checkout {
  margin-top: 28px;
}

.wc-block-cart .wc-block-components-sidebar-layout,
.wc-block-checkout .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.78fr);
  gap: 22px;
  align-items: start;
}

.wc-block-cart .wc-block-components-main,
.wc-block-cart .wc-block-components-sidebar,
.wc-block-checkout .wc-block-components-main,
.wc-block-checkout .wc-block-components-sidebar {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--sushi-radius);
  background: var(--sushi-surface);
  box-shadow: var(--sushi-shadow-soft);
  backdrop-filter: blur(16px);
}

.wc-block-checkout .wc-block-components-sidebar {
  position: sticky;
  top: 110px;
}

.wc-block-cart-items {
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 18px;
}

.wc-block-cart-items thead th {
  padding: 0 0 10px;
  color: var(--sushi-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0;
}

.wc-block-cart-items__row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(16, 22, 29, 0.05);
}

.wc-block-cart-items__row td {
  display: block;
  padding: 0;
  border: 0;
  background: transparent !important;
}

.wc-block-cart-item__image a,
.wc-block-components-order-summary-item__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 247, 0.88));
}

.wc-block-cart-item__image img,
.wc-block-components-order-summary-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wc-block-components-product-name {
  color: var(--sushi-navy);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.wc-block-cart-item__prices,
.wc-block-components-product-metadata,
.wc-block-cart-item__quantity {
  margin-top: 12px;
}

.wc-block-components-product-metadata p,
.wc-block-cart-item__product .wc-block-components-product-metadata {
  color: var(--sushi-muted);
  font-size: 15px;
  line-height: 1.6;
}

.wc-block-cart-item__total .price,
.wc-block-components-order-summary-item__total-price {
  color: var(--sushi-teal-deep);
  font-size: 24px;
  font-weight: 900;
}

.wc-block-components-quantity-selector {
  border-radius: 16px;
  border: 1px solid var(--sushi-line);
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.wc-block-components-quantity-selector::after {
  display: none;
}

.wc-block-components-quantity-selector__button,
.wc-block-components-quantity-selector__input {
  min-height: 42px;
  border: 0;
  background: transparent;
}

.wc-block-cart-item__remove-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--sushi-muted);
  background: rgba(255, 255, 255, 0.8);
}

.wc-block-components-totals-wrapper,
.wc-block-components-order-summary {
  border: 0;
  background: transparent;
}

.wc-block-cart__totals-title,
.wc-block-components-checkout-step__title,
.wc-block-components-title.wc-block-components-order-summary__title {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.1;
  color: var(--sushi-ink);
}

.wc-block-components-totals-item,
.wc-block-components-order-summary-item {
  padding: 18px 0;
  border-color: rgba(16, 22, 29, 0.08);
}

.wc-block-components-order-summary-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.wc-block-components-order-summary-item__description {
  min-width: 0;
}

.wc-block-components-totals-item__label,
.wc-block-components-checkout-step__heading-content,
.wc-block-checkout__guest-checkout-notice {
  color: var(--sushi-muted);
}

.wc-block-cart__submit,
.wc-block-components-checkout-place-order-button {
  margin-top: 20px;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  width: 100%;
  min-height: 56px;
  border-radius: 18px;
  border: 0;
  background: linear-gradient(135deg, var(--sushi-teal), var(--sushi-teal-deep));
  box-shadow: 0 18px 34px rgba(22, 118, 111, 0.18);
  color: #fff !important;
  font-weight: 800;
}

.wc-block-components-text-input input,
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-combobox .wc-block-components-combobox-control,
.wc-block-components-textarea,
.wc-block-components-address-form input {
  min-height: 54px;
  border-radius: 16px !important;
  border: 1px solid var(--sushi-line) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: none !important;
}

.wc-block-components-text-input label,
.wc-blocks-components-select__label {
  color: var(--sushi-muted);
}

.wc-block-components-address-form .wc-block-components-text-input,
.wc-block-components-address-form .wc-blocks-components-select,
.wc-block-components-checkout-step {
  margin-bottom: 18px;
}

.wc-block-components-checkout-step {
  padding: 0;
  border: 0;
}

.wc-block-checkout__form > .wc-block-components-checkout-step,
.wc-block-checkout__form > .wp-block-woocommerce-checkout-order-note-block,
.wc-block-checkout__form > .wp-block-woocommerce-checkout-additional-information-block,
.wc-block-checkout__form > .wp-block-woocommerce-checkout-terms-block,
.wc-block-checkout__form > .wp-block-woocommerce-checkout-actions-block {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(16, 22, 29, 0.04);
}

.trp-floating-switcher {
  z-index: 120;
}

/* Apple-leaning v2 visual system and hardened desktop shop layout */
body.sushiet-store {
  background: #fff;
  color: #1d1d1f;
}

body.sushiet-store .site {
  background: #fff;
}

body.sushiet-store {
  --sushi-bg: #fff;
  --sushi-surface: rgba(255, 255, 255, 0.82);
  --sushi-surface-strong: rgba(255, 255, 255, 0.96);
  --sushi-ink: #1d1d1f;
  --sushi-muted: #6e6e73;
  --sushi-line: rgba(17, 17, 17, 0.08);
  --sushi-navy: #111111;
  --sushi-teal: #111111;
  --sushi-teal-deep: #000000;
  --sushi-gold: #f5f5f7;
  --sushi-shadow: 0 24px 72px rgba(15, 23, 42, 0.08);
  --sushi-shadow-soft: 0 16px 42px rgba(15, 23, 42, 0.06);
  --sushi-radius: 28px;
}

body.sushiet-store .site-header {
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(22px);
}

body.sushiet-store .site-header .col-full {
  min-height: 88px;
}

body.sushiet-store .site-branding .site-title {
  font-size: clamp(30px, 2.4vw, 38px);
  font-weight: 700;
}

body.sushiet-store .site-header .site-description,
body.sushiet-store .sushi-page-hero p:last-child,
body.sushiet-store .sushi-section__head p,
body.sushiet-store .woocommerce-product-details__short-description p,
body.sushiet-store .sushi-hero p,
body.sushiet-store .sushi-band span,
body.sushiet-store .sushi-contact__grid dt,
body.sushiet-store .sushi-footer {
  color: var(--sushi-muted);
}

body.sushiet-store .main-navigation ul.menu {
  gap: 12px;
}

body.sushiet-store .main-navigation ul.menu > li > a,
body.sushiet-store .sushi-button,
body.sushiet-store .sushi-quick-links a,
body.sushiet-store .woocommerce-tabs ul.tabs li,
body.sushiet-store .woocommerce a.button,
body.sushiet-store .woocommerce button.button,
body.sushiet-store .woocommerce input.button,
body.sushiet-store .woocommerce #respond input#submit,
body.sushiet-store .wc-block-cart__submit-button,
body.sushiet-store .wc-block-components-checkout-place-order-button {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease;
}

body.sushiet-store .main-navigation ul.menu > li > a {
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  font-weight: 600;
}

body.sushiet-store .main-navigation ul.menu > li.current-menu-item > a,
body.sushiet-store .main-navigation ul.menu > li.current_page_item > a {
  background: linear-gradient(180deg, #1f1f23, #0b0b0c);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.16);
}

body.sushiet-store .sushi-kicker {
  color: #6e6e73;
  letter-spacing: 0.18em;
}

body.sushiet-store .sushi-hero,
body.sushiet-store .sushi-page-hero,
body.sushiet-store .sushi-section,
body.sushiet-store .sushi-contact {
  background: #fff;
}

body.sushiet-store .sushi-hero__panel,
body.sushiet-store .sushi-card,
body.sushiet-store .sushi-feature,
body.sushiet-store .sushi-contact,
body.sushiet-store .sushi-product,
body.sushiet-store .sushi-page-hero__panel,
body.sushiet-store .woocommerce ul.products li.product,
body.sushiet-store .woocommerce-page ul.products li.product,
body.sushiet-store .woocommerce div.product .summary,
body.sushiet-store .woocommerce div.product .woocommerce-product-gallery,
body.sushiet-store .woocommerce .woocommerce-cart-form,
body.sushiet-store .woocommerce .cart-collaterals .cart_totals,
body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order,
body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields,
body.sushiet-store.woocommerce-account .woocommerce-MyAccount-content,
body.sushiet-store.woocommerce-account .woocommerce-MyAccount-navigation,
body.sushiet-store .woocommerce table.shop_table,
body.sushiet-store .sushi-contact__card,
body.sushiet-store .wc-block-cart .wc-block-components-main,
body.sushiet-store .wc-block-cart .wc-block-components-sidebar,
body.sushiet-store .wc-block-checkout .wc-block-components-main,
body.sushiet-store .wc-block-checkout .wc-block-components-sidebar {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: var(--sushi-shadow-soft);
  backdrop-filter: blur(24px);
}

body.sushiet-store .sushi-hero__panel,
body.sushiet-store .sushi-page-hero__panel {
  border-radius: 32px;
}

body.sushiet-store .sushi-hero h1 {
  font-size: clamp(44px, 5vw, 78px);
  line-height: 0.94;
}

body.sushiet-store .sushi-page-hero h1 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

body.sushiet-store .sushi-button {
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

body.sushiet-store .sushi-button--primary,
body.sushiet-store .woocommerce a.button,
body.sushiet-store .woocommerce button.button,
body.sushiet-store .woocommerce input.button,
body.sushiet-store .woocommerce #respond input#submit,
body.sushiet-store .wc-block-cart__submit-button,
body.sushiet-store .wc-block-components-checkout-place-order-button,
body.sushiet-store .woocommerce div.product .summary .single_add_to_cart_button {
  background: linear-gradient(180deg, #1f1f23, #09090b);
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.14);
}

body.sushiet-store .sushi-button--primary:hover,
body.sushiet-store .woocommerce a.button:hover,
body.sushiet-store .woocommerce button.button:hover,
body.sushiet-store .woocommerce input.button:hover,
body.sushiet-store .woocommerce #respond input#submit:hover,
body.sushiet-store .wc-block-cart__submit-button:hover,
body.sushiet-store .wc-block-components-checkout-place-order-button:hover,
body.sushiet-store .woocommerce div.product .summary .single_add_to_cart_button:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #2a2a2f, #111114);
  box-shadow: 0 24px 40px rgba(17, 17, 17, 0.18);
}

body.sushiet-store .sushi-button--secondary,
body.sushiet-store .sushi-quick-links a,
body.sushiet-store .woocommerce-tabs ul.tabs li {
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

body.sushiet-store .sushi-button--secondary:hover,
body.sushiet-store .sushi-quick-links a:hover,
body.sushiet-store .woocommerce-tabs ul.tabs li:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.06);
}

body.sushiet-store .woocommerce-tabs ul.tabs li.active {
  background: rgba(17, 17, 17, 0.06);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.06);
}

body.sushiet-store .woocommerce-tabs ul.tabs li.active a {
  color: #1d1d1f;
}

body.sushiet-store .sushi-band {
  gap: 16px;
  background: transparent;
  border-radius: 0;
}

body.sushiet-store .sushi-band > div,
body.sushiet-store .sushi-lookbook__item,
body.sushiet-store .wc-block-cart-items__row,
body.sushiet-store .wc-block-components-order-summary-item,
body.sushiet-store .wc-block-checkout__form > .wc-block-components-checkout-step,
body.sushiet-store .wc-block-checkout__form > .wp-block-woocommerce-checkout-order-note-block,
body.sushiet-store .wc-block-checkout__form > .wp-block-woocommerce-checkout-additional-information-block,
body.sushiet-store .wc-block-checkout__form > .wp-block-woocommerce-checkout-terms-block,
body.sushiet-store .wc-block-checkout__form > .wp-block-woocommerce-checkout-actions-block {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 26px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

body.sushiet-store .wc-block-cart-items__row {
  position: relative;
  display: grid !important;
  grid-template-columns: clamp(88px, 10vw, 120px) minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: start;
  width: 100%;
  padding-right: 132px;
}

body.sushiet-store .wc-block-components-order-summary-item {
  display: grid !important;
  grid-template-columns: 84px minmax(0, 1fr) max-content !important;
  gap: 14px;
  align-items: start;
  width: 100%;
}

body.sushiet-store .wc-block-cart-item__image,
body.sushiet-store .wc-block-cart-item__product,
body.sushiet-store .wc-block-cart-item__total,
body.sushiet-store .wc-block-components-order-summary-item__description {
  min-width: 0;
}

body.sushiet-store .wc-block-cart-item__image {
  grid-column: 1;
  grid-row: 1;
}

body.sushiet-store .wc-block-cart-item__product {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  overflow: hidden;
  padding-right: 120px !important;
}

body.sushiet-store .wc-block-cart-item__total {
  position: absolute;
  top: 18px;
  right: 18px;
  min-width: max-content;
  text-align: right;
}

body.sushiet-store .wc-block-components-order-summary-item__image {
  grid-column: 1;
  grid-row: 1;
}

body.sushiet-store .wc-block-components-order-summary-item__description {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  overflow: hidden;
}

body.sushiet-store .wc-block-components-order-summary-item__total-price {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  min-width: max-content;
  padding-left: 12px;
  text-align: right;
}

body.sushiet-store .wc-block-cart-item__wrap {
  min-width: 0;
}

body.sushiet-store .wc-block-components-product-name,
body.sushiet-store .wc-block-cart-item__product .wc-block-components-product-name {
  display: block;
  min-width: 0;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
  line-height: 1.2;
}

body.sushiet-store .wc-block-components-order-summary-item__total-price,
body.sushiet-store .wc-block-cart-item__total .price {
  white-space: nowrap;
}

body.sushiet-store .sushi-card,
body.sushiet-store .woocommerce ul.products li.product,
body.sushiet-store .woocommerce-page ul.products li.product,
body.sushiet-store .sushi-lookbook__item {
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

body.sushiet-store .sushi-card:hover,
body.sushiet-store .woocommerce ul.products li.product:hover,
body.sushiet-store .woocommerce-page ul.products li.product:hover,
body.sushiet-store .sushi-lookbook__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.08);
}

body.sushiet-store .sushi-card,
body.sushiet-store .sushi-card--dark,
body.sushiet-store .sushi-lookbook {
  color: #1d1d1f;
  background: transparent;
}

body.sushiet-store .sushi-lookbook .sushi-section__head h2,
body.sushiet-store .sushi-lookbook .sushi-section__head p {
  color: inherit;
}

body.sushiet-store .sushi-tag {
  background: rgba(245, 245, 247, 0.92);
  color: #6e6e73;
  border: 1px solid rgba(17, 17, 17, 0.05);
}

body.sushiet-store .sushi-card__media,
body.sushiet-store ul.products li.product img,
body.sushiet-store .woocommerce ul.products li.product img,
body.sushiet-store .woocommerce-page ul.products li.product img,
body.sushiet-store .woocommerce div.product .woocommerce-product-gallery img {
  background: linear-gradient(180deg, rgba(251, 251, 253, 0.94), rgba(245, 245, 247, 0.9));
}

body.sushiet-store ul.products li.product,
body.sushiet-store .woocommerce ul.products li.product,
body.sushiet-store .woocommerce-page ul.products li.product {
  gap: 18px;
  padding: 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
}

body.sushiet-store ul.products li.product img,
body.sushiet-store .woocommerce ul.products li.product img,
body.sushiet-store .woocommerce-page ul.products li.product img {
  padding: 26px;
  border-radius: 22px;
}

body.sushiet-store ul.products li.product .woocommerce-loop-product__title,
body.sushiet-store .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.sushiet-store .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  line-height: 1.22;
  font-weight: 600;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: anywhere;
}

body.sushiet-store ul.products li.product .price,
body.sushiet-store ul.products li.product .button,
body.sushiet-store .woocommerce ul.products li.product .price,
body.sushiet-store .woocommerce-page ul.products li.product .price,
body.sushiet-store .woocommerce div.product .summary .price,
body.sushiet-store .wc-block-cart-item__total .price,
body.sushiet-store .wc-block-components-order-summary-item__total-price {
  color: #111111;
  writing-mode: horizontal-tb !important;
}

body.sushiet-store ul.products,
body.sushiet-store .woocommerce ul.products,
body.sushiet-store .woocommerce-page ul.products,
body.sushiet-store .sushi-products,
body.sushiet-store .sushi-lookbook__grid {
  gap: 24px;
}

body.sushiet-store ul.products,
body.sushiet-store.woocommerce-shop ul.products,
body.sushiet-store.post-type-archive-product ul.products,
body.sushiet-store.tax-product_cat ul.products,
body.sushiet-store.tax-product_tag ul.products,
body.sushiet-store.single-product .related.products ul.products,
body.sushiet-store.single-product .up-sells ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  align-items: stretch;
  gap: 24px !important;
  width: 100% !important;
}

body.sushiet-store ul.products li.product,
body.sushiet-store.woocommerce-shop ul.products li.product,
body.sushiet-store.post-type-archive-product ul.products li.product,
body.sushiet-store.tax-product_cat ul.products li.product,
body.sushiet-store.tax-product_tag ul.products li.product,
body.sushiet-store.single-product .related.products ul.products li.product,
body.sushiet-store.single-product .up-sells ul.products li.product,
body.sushiet-store ul.products[class*="columns-"] li.product,
body.sushiet-store.woocommerce-shop ul.products[class*="columns-"] li.product,
body.sushiet-store.post-type-archive-product ul.products[class*="columns-"] li.product,
body.sushiet-store.tax-product_cat ul.products[class*="columns-"] li.product,
body.sushiet-store.single-product .related.products ul.products[class*="columns-"] li.product,
body.sushiet-store.single-product .up-sells ul.products[class*="columns-"] li.product {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  justify-self: stretch !important;
}

body.sushiet-store ul.products li.product .woocommerce-LoopProduct-link,
body.sushiet-store ul.products li.product > a {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
  text-decoration: none;
}

body.sushiet-store ul.products li.product .button {
  width: 100% !important;
}

body.sushiet-store.woocommerce-shop #primary.content-area,
body.sushiet-store.post-type-archive-product #primary.content-area,
body.sushiet-store.tax-product_cat #primary.content-area,
body.sushiet-store.tax-product_tag #primary.content-area,
body.sushiet-store.single-product #primary.site-main,
body.sushiet-store .sushi-shop-shell #main.site-main {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
}

body.sushiet-store .sushi-shop-shell .storefront-sorting,
body.sushiet-store .sushi-shop-shell .woocommerce-result-count,
body.sushiet-store .sushi-shop-shell .woocommerce-ordering {
  margin-bottom: 20px;
}

body.sushiet-store .sushi-shop-shell .woocommerce-ordering select,
body.sushiet-store .woocommerce form .form-row input.input-text,
body.sushiet-store .woocommerce form .form-row textarea,
body.sushiet-store .woocommerce form .form-row select,
body.sushiet-store .select2-container .select2-selection--single,
body.sushiet-store .wc-block-components-text-input input,
body.sushiet-store .wc-blocks-components-select .wc-blocks-components-select__select,
body.sushiet-store .wc-block-components-combobox .wc-block-components-combobox-control,
body.sushiet-store .wc-block-components-textarea,
body.sushiet-store .wc-block-components-address-form input {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02) !important;
}

body.sushiet-store .sushi-footer__meta span {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(17, 17, 17, 0.07);
}

body.sushiet-store .sushi-footer__links a {
  color: #6e6e73;
}

body.sushiet-store .sushi-footer__links a:hover {
  color: #1d1d1f;
}

body.sushiet-store .sushi-page-body {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 17, 17, 0.06);
  backdrop-filter: blur(18px);
}

body.sushiet-store .storefront-sticky-add-to-cart {
  display: none !important;
}

body.sushiet-store .woocommerce div.product {
  gap: 28px;
}

body.sushiet-store .woocommerce div.product .woocommerce-product-gallery,
body.sushiet-store .woocommerce div.product .summary {
  border-radius: 32px;
}

body.sushiet-store .woocommerce div.product .summary .product_title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
}

body.sushiet-store .sushi-product-panel {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 26px 30px;
  margin: 32px 0 0;
  padding: 30px 32px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--sushi-shadow-soft);
  backdrop-filter: blur(22px);
}

body.sushiet-store .sushi-product-panel__intro h2,
body.sushiet-store .sushi-product-panel__block h3 {
  margin: 0;
  color: #1d1d1f;
  letter-spacing: 0;
}

body.sushiet-store .sushi-product-panel__intro h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

body.sushiet-store .sushi-product-panel__intro p,
body.sushiet-store .sushi-product-panel__footer p {
  margin: 10px 0 0;
  color: #6e6e73;
  font-size: 15px;
  line-height: 1.6;
}

body.sushiet-store .sushi-product-panel__block {
  margin-top: 0;
}

body.sushiet-store .sushi-product-panel__block h3 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

body.sushiet-store .sushi-product-panel__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.sushiet-store .sushi-product-panel__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #1d1d1f;
  font-size: 14px;
  line-height: 1.2;
}

body.sushiet-store .sushi-product-panel__specs {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 22px;
  margin: 0;
  padding-top: 8px;
}

body.sushiet-store .sushi-product-panel__specs div {
  min-width: 0;
}

body.sushiet-store .sushi-product-panel__specs dt {
  margin: 0 0 6px;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.sushiet-store .sushi-product-panel__specs dd {
  margin: 0;
  color: #1d1d1f;
  font-size: 15px;
  line-height: 1.55;
}

body.sushiet-store .sushi-product-panel__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 18px;
  grid-column: 1 / -1;
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

body.sushiet-store .sushi-product-panel__footer strong {
  display: block;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

body.sushiet-store .sushi-product-panel__footer .sushi-button {
  flex: 0 0 auto;
}

body.sushiet-store.woocommerce-account .woocommerce,
body.sushiet-store .wc-block-cart .wc-block-components-sidebar-layout,
body.sushiet-store .wc-block-checkout .wc-block-components-sidebar-layout,
body.sushiet-store .woocommerce-cart .cart-collaterals,
body.sushiet-store.woocommerce-checkout .col2-set {
  gap: 24px;
}

body.sushiet-store .woocommerce-cart-form,
body.sushiet-store .woocommerce-checkout-review-order,
body.sushiet-store .woocommerce-checkout-payment {
  min-width: 0;
}

body.sushiet-store table.cart,
body.sushiet-store .woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 18px;
  border: 0;
}

body.sushiet-store table.cart thead th,
body.sushiet-store .woocommerce-checkout-review-order-table thead th {
  padding: 0 0 12px;
  border: 0;
  color: var(--sushi-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.sushiet-store table.cart tbody tr,
body.sushiet-store .woocommerce-checkout-review-order-table tbody tr.cart_item {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

body.sushiet-store table.cart tbody td,
body.sushiet-store .woocommerce-checkout-review-order-table tbody td {
  padding: 22px 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.07);
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
  background: rgba(255, 255, 255, 0.9);
  vertical-align: top;
}

body.sushiet-store table.cart tbody td:first-child,
body.sushiet-store .woocommerce-checkout-review-order-table tbody td:first-child {
  border-left: 1px solid rgba(17, 17, 17, 0.07);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

body.sushiet-store table.cart tbody td:last-child,
body.sushiet-store .woocommerce-checkout-review-order-table tbody td:last-child {
  border-right: 1px solid rgba(17, 17, 17, 0.07);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

body.sushiet-store table.cart td.product-remove,
body.sushiet-store table.cart td.product-thumbnail,
body.sushiet-store table.cart td.product-price,
body.sushiet-store table.cart td.product-quantity,
body.sushiet-store table.cart td.product-subtotal {
  white-space: nowrap;
}

body.sushiet-store table.cart td.product-remove {
  width: 56px;
  text-align: center;
}

body.sushiet-store table.cart td.product-thumbnail {
  width: 124px;
}

body.sushiet-store table.cart td.product-thumbnail img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  padding: 10px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(251, 251, 253, 0.94), rgba(245, 245, 247, 0.9));
}

body.sushiet-store table.cart td.product-name {
  min-width: 0;
  white-space: normal;
}

body.sushiet-store table.cart td.product-name a,
body.sushiet-store .woocommerce-checkout-review-order-table .product-name {
  color: var(--sushi-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  word-break: normal;
  overflow-wrap: anywhere;
  writing-mode: horizontal-tb !important;
  text-decoration: none;
}

body.sushiet-store table.cart td.product-name dl.variation,
body.sushiet-store table.cart td.product-name .wc-item-meta,
body.sushiet-store table.cart td.product-name p {
  margin-top: 12px;
  color: var(--sushi-muted);
  font-size: 14px;
  line-height: 1.6;
}

body.sushiet-store table.cart td.product-price .amount,
body.sushiet-store table.cart td.product-subtotal .amount,
body.sushiet-store .woocommerce-checkout-review-order-table .amount {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

body.sushiet-store table.cart td.product-quantity .quantity {
  display: inline-flex;
}

body.sushiet-store table.cart td.actions {
  padding: 8px 0 0;
  border: 0;
  background: transparent;
}

body.sushiet-store table.cart td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.sushiet-store table.cart td.actions .coupon .input-text {
  min-width: 220px;
}

body.sushiet-store table.cart td.actions .button,
body.sushiet-store .cart_totals .checkout-button,
body.sushiet-store #payment #place_order {
  min-height: 52px;
}

body.sushiet-store .cart_totals table.shop_table tbody td,
body.sushiet-store .cart_totals table.shop_table tbody th,
body.sushiet-store .woocommerce-checkout-review-order-table tfoot th,
body.sushiet-store .woocommerce-checkout-review-order-table tfoot td {
  padding: 16px 0;
  border: 0;
  background: transparent;
}

body.sushiet-store .cart_totals table.shop_table,
body.sushiet-store .woocommerce-checkout-review-order-table {
  box-shadow: none;
}

body.sushiet-store .cart_totals h2,
body.sushiet-store .woocommerce-billing-fields > h3,
body.sushiet-store .woocommerce-shipping-fields > h3,
body.sushiet-store #order_review_heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

body.sushiet-store #payment {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

body.sushiet-store #payment ul.payment_methods {
  margin: 0 0 16px;
  border: 0;
}

body.sushiet-store #payment div.payment_box {
  margin-top: 12px;
  border-radius: 18px;
  background: rgba(245, 245, 247, 0.92);
}

body.sushiet-store.woocommerce-checkout {
  background: #fff;
}

body.sushiet-store .woocommerce-notices-wrapper:empty {
  display: none !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 24px 28px;
  align-items: start;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details {
  grid-column: 1;
  width: 100%;
  min-width: 0;
}

body.sushiet-store.woocommerce-checkout #customer_details.col2-set {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.sushiet-store.woocommerce-checkout #customer_details .col-1,
body.sushiet-store.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  float: none;
  margin: 0;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review_heading {
  grid-column: 2;
  width: 100%;
  min-width: 0;
  float: none;
  clear: none;
  margin: 0;
  padding: 4px 6px 0;
  color: #6e6e73;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
  grid-column: 2;
  width: 100%;
  min-width: 0;
  float: none;
  clear: none;
  position: sticky;
  top: 118px;
  padding: 30px 30px 24px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(22px);
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields {
  padding: 30px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields > h3,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields > h3 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.05;
}

body.sushiet-store.woocommerce-checkout #ship-to-different-address {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

body.sushiet-store.woocommerce-checkout #ship-to-different-address label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #1d1d1f;
}

body.sushiet-store.woocommerce-checkout #ship-to-different-address input {
  margin: 0;
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 100%;
  float: none;
  margin: 0;
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide {
  grid-column: 1 / -1;
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label,
body.sushiet-store.woocommerce-checkout #payment label {
  display: block;
  margin-bottom: 8px;
  color: #6e6e73;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .optional,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .optional {
  color: #9aa3ad;
}

body.sushiet-store.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.sushiet-store.woocommerce-checkout .woocommerce form .form-row textarea,
body.sushiet-store.woocommerce-checkout .woocommerce form .form-row select,
body.sushiet-store.woocommerce-checkout .select2-container .select2-selection--single {
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);
}

body.sushiet-store.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.sushiet-store.woocommerce-checkout .woocommerce form .form-row select {
  min-height: 56px;
  padding: 14px 18px;
}

body.sushiet-store.woocommerce-checkout .woocommerce form .form-row textarea {
  min-height: 132px;
  padding: 16px 18px;
}

body.sushiet-store.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 56px;
  padding: 12px 44px 12px 16px;
}

body.sushiet-store.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #1d1d1f;
  line-height: 30px;
}

body.sushiet-store.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
  right: 12px;
}

body.sushiet-store.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin: 0 0 22px;
  padding: 20px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

body.sushiet-store.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  position: relative;
  margin: 0;
  padding: 0 0 0 26px;
  border: 0;
  background: transparent;
  color: #1d1d1f;
  font-size: 15px;
}

body.sushiet-store.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  top: 0;
  left: 0;
  color: #6e6e73;
}

body.sushiet-store.woocommerce-checkout .showcoupon {
  color: #111;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.18);
}

body.sushiet-store.woocommerce-checkout .woocommerce-form-login-toggle {
  margin: 0 0 22px;
}

body.sushiet-store.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  position: relative;
  margin: 0;
  padding: 0 0 0 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #6e6e73;
  font-size: 15px;
  line-height: 1.7;
}

body.sushiet-store.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
  top: 0;
  left: 0;
  color: #6e6e73;
}

body.sushiet-store.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a,
body.sushiet-store.woocommerce-checkout .showlogin {
  color: #0071e3;
  font-weight: 600;
  text-decoration: none;
}

body.sushiet-store.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a:hover,
body.sushiet-store.woocommerce-checkout .showlogin:hover {
  color: #005bb5;
}

body.sushiet-store.woocommerce-checkout form.checkout_coupon {
  margin: -6px 0 24px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

body.sushiet-store.woocommerce-checkout form.checkout_coupon[style*="display:block"],
body.sushiet-store.woocommerce-checkout form.checkout_coupon[style*="display: block"] {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

body.sushiet-store.woocommerce-checkout form.checkout_coupon .form-row {
  width: 100%;
  float: none;
  margin: 0;
}

body.sushiet-store.woocommerce-checkout form.checkout_coupon .form-row-last {
  align-self: end;
}

body.sushiet-store.woocommerce-checkout form.checkout_coupon .clear {
  display: none;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
  padding: 0 0 14px;
  border: 0;
  color: #8a8a8f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item {
  background: transparent;
  box-shadow: none;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
  padding: 18px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.07);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
  vertical-align: top;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td:first-child,
body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td:last-child {
  border-radius: 0;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5f5f7;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 700;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table .amount {
  font-size: 16px;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  padding: 14px 0;
  border: 0;
  background: transparent;
  color: #6e6e73;
  font-size: 14px;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  color: #111;
  font-weight: 600;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th,
body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td {
  padding-top: 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.07);
  color: #111;
  font-size: 18px;
}

body.sushiet-store.woocommerce-checkout ul#shipping_method {
  display: grid;
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

body.sushiet-store.woocommerce-checkout ul#shipping_method li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
}

body.sushiet-store.woocommerce-checkout ul#shipping_method li input {
  margin: 4px 0 0;
}

body.sushiet-store.woocommerce-checkout ul#shipping_method li label {
  margin: 0;
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 600;
}

body.sushiet-store.woocommerce-checkout #payment {
  margin-top: 24px;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.sushiet-store.woocommerce-checkout #payment ul.payment_methods {
  margin: 0 0 18px;
  padding: 0;
}

body.sushiet-store.woocommerce-checkout #payment ul.payment_methods > li {
  padding: 0;
  list-style: none;
}

body.sushiet-store.woocommerce-checkout #payment ul.payment_methods > li + li {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 17, 17, 0.07);
}

body.sushiet-store.woocommerce-checkout #payment div.payment_box {
  margin: 14px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 18px;
  background: #f7f7f9;
  box-shadow: none;
}

body.sushiet-store.woocommerce-checkout #payment .form-row.place-order {
  margin: 18px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(17, 17, 17, 0.07);
}

body.sushiet-store.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 56px;
}

body.sushiet-store.woocommerce-checkout .woocommerce-privacy-policy-text,
body.sushiet-store.woocommerce-checkout .place-order .woocommerce-terms-and-conditions-wrapper,
body.sushiet-store.woocommerce-checkout .place-order p {
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.65;
}

@media (min-width: 1240px) {
  body.sushiet-store .sushi-hero__inner,
  body.sushiet-store .sushi-band,
  body.sushiet-store .sushi-section,
  body.sushiet-store .sushi-contact,
  body.sushiet-store .sushi-page-hero .col-full,
  body.sushiet-store .sushi-shop-shell,
  body.sushiet-store .sushi-product-shell,
  body.sushiet-store .sushi-page-shell,
  body.sushiet-store .sushi-footer .col-full {
    width: min(1320px, calc(100vw - 64px));
  }
}

@media (max-width: 1180px) {
  .sushi-hero__panel,
  .sushi-card,
  .sushi-cards,
  .sushi-contact__grid,
  .woocommerce div.product,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-checkout .col2-set,
  .woocommerce-account .woocommerce,
  .wc-block-cart .wc-block-components-sidebar-layout,
  .wc-block-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  .sushi-hero__visual {
    min-height: 480px;
  }

  .woocommerce div.product .woocommerce-product-gallery,
  .wc-block-checkout .wc-block-components-sidebar {
    position: static;
  }

  .woocommerce div.product .woocommerce-product-gallery,
  .woocommerce div.product .images,
  .woocommerce div.product .summary,
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce div.product .related.products,
  .woocommerce div.product .up-sells,
  .woocommerce div.product nav.storefront-product-pagination {
    grid-column: 1;
    grid-row: auto;
  }

  .sushi-band,
  .sushi-products,
  .sushi-lookbook__grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sushiet-store .woocommerce-cart .cart-collaterals,
  body.sushiet-store.woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }

  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review_heading,
  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
    grid-column: 1;
  }

  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header .col-full {
    min-height: 82px;
  }

  .site-branding .site-title {
    font-size: 28px;
  }

  .main-navigation ul.menu > li > a {
    min-height: 38px;
    padding: 8px 12px;
  }

  .sushi-hero__visual {
    min-height: 380px;
  }

  .sushi-hero__note {
    left: 0;
    right: 0;
    width: auto;
    bottom: 0;
  }

  .sushi-page-body {
    padding: 22px 20px;
  }

  .sushi-band,
  .sushi-products,
  .sushi-lookbook__grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .sushi-footer__inner {
    flex-direction: column;
  }

  .sushi-quick-links {
    gap: 10px;
  }

  .sushi-quick-links a {
    min-height: 38px;
    padding: 8px 12px;
  }

  .wc-block-cart .wc-block-components-main,
  .wc-block-cart .wc-block-components-sidebar,
  .wc-block-checkout .wc-block-components-main,
  .wc-block-checkout .wc-block-components-sidebar {
    padding: 18px;
  }

  .wc-block-cart-items__row,
  .wc-block-components-order-summary-item {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .wc-block-cart-item__total,
  .wc-block-components-order-summary-item__total-price {
    grid-column: 2;
  }

  body.sushiet-store table.cart,
  body.sushiet-store .woocommerce-checkout-review-order-table {
    border-spacing: 0 14px;
  }

  body.sushiet-store table.cart tbody tr,
  body.sushiet-store .woocommerce-checkout-review-order-table tbody tr.cart_item {
    display: grid;
  }

  body.sushiet-store table.cart tbody td,
  body.sushiet-store .woocommerce-checkout-review-order-table tbody td {
    display: block;
    width: 100%;
    border-right: 1px solid rgba(17, 17, 17, 0.07);
    border-left: 1px solid rgba(17, 17, 17, 0.07);
    border-radius: 0;
  }

  body.sushiet-store table.cart tbody td:first-child,
  body.sushiet-store .woocommerce-checkout-review-order-table tbody td:first-child {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  body.sushiet-store table.cart tbody td:last-child,
  body.sushiet-store .woocommerce-checkout-review-order-table tbody td:last-child {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  body.sushiet-store table.cart td.product-thumbnail {
    width: auto;
  }

  body.sushiet-store table.cart td.product-remove,
  body.sushiet-store table.cart td.product-price,
  body.sushiet-store table.cart td.product-quantity,
  body.sushiet-store table.cart td.product-subtotal {
    white-space: normal;
  }

  body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields,
  body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields,
  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review,
  body.sushiet-store.woocommerce-checkout .woocommerce-form-coupon-toggle,
  body.sushiet-store.woocommerce-checkout form.checkout_coupon {
    padding: 22px 20px;
    border-radius: 24px;
  }

  body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields > h3,
  body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields > h3 {
    font-size: 26px;
  }

  body.sushiet-store .sushi-order-flow {
    grid-template-columns: 1fr;
    padding: 22px 20px;
    border-radius: 22px;
  }

  body.sushiet-store .sushi-thankyou-note {
    padding: 22px 20px;
    border-radius: 22px;
  }

  body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
  body.sushiet-store.woocommerce-checkout form.checkout_coupon[style*="display:block"],
  body.sushiet-store.woocommerce-checkout form.checkout_coupon[style*="display: block"] {
    grid-template-columns: 1fr;
  }

  body.sushiet-store.woocommerce-checkout form.checkout_coupon .form-row-last {
    align-self: stretch;
  }

  body.sushiet-store.woocommerce-checkout form.checkout_coupon .button {
    width: 100%;
  }

  body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table {
    display: table;
    border-spacing: 0;
  }

  body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
    display: table-header-group;
  }

  body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item,
  body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
    display: table-row;
  }

  body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td,
  body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
  body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    display: table-cell;
    width: auto;
    padding: 14px 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
  }

  .trp-language-switcher.trp-floating-switcher {
    --right: max(12px, env(safe-area-inset-right));
    --bottom: max(12px, env(safe-area-inset-bottom));
    --font-size: 12px;
    opacity: 0.96;
    transform: scale(0.92);
    transform-origin: bottom right;
  }
}

/* Checkout reset: keep the layout simple and top-aligned. */
body.sushiet-store.woocommerce-checkout .sushi-page-shell--checkout {
  width: min(1180px, calc(100vw - 80px));
  padding-top: 40px;
  padding-bottom: 88px;
}

body.sushiet-store.woocommerce-checkout .sushi-checkout-heading {
  margin: 0 0 30px;
}

body.sushiet-store.woocommerce-checkout .sushi-checkout-heading h1 {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(42px, 4.4vw, 58px);
  font-weight: 500;
  line-height: 1.04;
}

body.sushiet-store.woocommerce-checkout .sushi-page-shell .woocommerce {
  position: relative;
}

body.sushiet-store.woocommerce-checkout .woocommerce-notices-wrapper,
body.sushiet-store.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.sushiet-store.woocommerce-checkout form.checkout_coupon {
  display: none !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: block;
  margin: 0;
  position: relative;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout::after {
  content: "";
  display: block;
  clear: both;
}

body.sushiet-store.woocommerce-checkout #customer_details,
body.sushiet-store.woocommerce-checkout #payment {
  float: left;
  width: calc(100% - 392px);
  max-width: 720px;
}

body.sushiet-store.woocommerce-checkout #customer_details {
  margin: 0;
}

body.sushiet-store.woocommerce-checkout #payment {
  clear: left;
  margin: 34px 0 0;
}

body.sushiet-store.woocommerce-checkout #customer_details.col2-set {
  display: block;
}

body.sushiet-store.woocommerce-checkout #customer_details::after {
  content: "";
  display: block;
  clear: both;
}

body.sushiet-store.woocommerce-checkout #customer_details .col-1,
body.sushiet-store.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  float: none;
  margin: 0 0 34px;
}

body.sushiet-store.woocommerce-checkout #customer_details .col-2 {
  margin-bottom: 0;
}

body.sushiet-store.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 28px;
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields,
body.sushiet-store.woocommerce-checkout .woocommerce-additional-fields {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields > h3,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields > h3,
body.sushiet-store.woocommerce-checkout .woocommerce-additional-fields > h3 {
  margin: 0 0 18px;
  color: #1d1d1f;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.sushiet-store.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
body.sushiet-store.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row {
  width: 100%;
  float: none;
  margin: 0;
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide,
body.sushiet-store.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row-wide {
  grid-column: 1 / -1;
}

body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label,
body.sushiet-store.woocommerce-checkout .woocommerce-additional-fields__field-wrapper label,
body.sushiet-store.woocommerce-checkout #payment label {
  margin-bottom: 8px;
  color: #6e6e73;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

body.sushiet-store.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.sushiet-store.woocommerce-checkout .woocommerce form .form-row textarea,
body.sushiet-store.woocommerce-checkout .woocommerce form .form-row select,
body.sushiet-store.woocommerce-checkout .select2-container .select2-selection--single {
  border-radius: 8px;
  border: 1px solid rgba(29, 29, 31, 0.36);
  background: #fff;
  box-shadow: none;
}

body.sushiet-store.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.sushiet-store.woocommerce-checkout .woocommerce form .form-row select {
  min-height: 50px;
  padding: 12px 14px;
}

body.sushiet-store.woocommerce-checkout .woocommerce form .form-row textarea {
  min-height: 132px;
  padding: 14px;
}

body.sushiet-store.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 50px;
  padding: 9px 40px 9px 14px;
}

body.sushiet-store.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}

body.sushiet-store.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

body.sushiet-store.woocommerce-checkout #ship-to-different-address {
  margin: 0 0 18px;
  color: #1d1d1f;
  font-size: 21px;
  font-weight: 600;
}

body.sushiet-store.woocommerce-checkout #ship-to-different-address label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.sushiet-store.woocommerce-checkout #ship-to-different-address input {
  margin: 0;
}

body.sushiet-store.woocommerce-checkout #payment::before {
  content: "Payment options";
  display: block;
  margin: 0 0 18px;
  color: #1d1d1f;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}

body.sushiet-store.woocommerce-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 0;
}

body.sushiet-store.woocommerce-checkout #payment ul.payment_methods > li {
  padding: 14px 16px;
  border: 1px solid rgba(29, 29, 31, 0.36);
  border-radius: 8px;
  background: #fff;
  list-style: none;
}

body.sushiet-store.woocommerce-checkout #payment ul.payment_methods > li + li {
  margin-top: 12px;
  padding-top: 14px;
  border-top-width: 1px;
}

body.sushiet-store.woocommerce-checkout #payment div.payment_box {
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6e6e73;
}

body.sushiet-store.woocommerce-checkout #payment .form-row.place-order {
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}

body.sushiet-store.woocommerce-checkout #payment #place_order {
  width: auto;
  min-width: 200px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  box-shadow: none;
}

body.sushiet-store.woocommerce-checkout #order_review_heading,
body.sushiet-store.woocommerce-checkout #order_review {
  float: right;
  width: 360px;
  clear: right;
}

body.sushiet-store.woocommerce-checkout #order_review_heading {
  margin: 0;
  padding: 18px 18px 0;
  border: 1px solid rgba(29, 29, 31, 0.16);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: #fff;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}

body.sushiet-store.woocommerce-checkout #order_review {
  margin: 0;
  padding: 0;
  position: static;
  top: auto;
  border: 1px solid rgba(29, 29, 31, 0.16);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
  overflow: hidden;
}

body.sushiet-store.woocommerce-checkout #order_review .woocommerce-checkout-payment {
  display: none !important;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
  padding: 14px 18px 12px;
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
  color: #8a8a8f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
  background: transparent;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  font-size: 15px;
  font-weight: 600;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
  display: inline;
  margin-left: 6px;
  padding: 0;
  background: transparent;
  color: #6e6e73;
  font-size: 13px;
  font-weight: 500;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  padding: 14px 18px;
  border: 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
  color: #4d4d53;
  font-size: 14px;
  background: transparent;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  color: #1d1d1f;
  font-weight: 500;
}

body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th,
body.sushiet-store.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td {
  border-bottom: 0;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 600;
}

body.sushiet-store.woocommerce-checkout #order_review ul#shipping_method {
  gap: 8px;
  margin: 8px 0 0;
}

body.sushiet-store.woocommerce-checkout #order_review ul#shipping_method li {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.sushiet-store.woocommerce-checkout #order_review ul#shipping_method li label {
  color: #4d4d53;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1080px) {
  body.sushiet-store.woocommerce-checkout .sushi-page-shell--checkout {
    width: min(100%, calc(100vw - 40px));
    padding-top: 32px;
  }

  body.sushiet-store.woocommerce-checkout #customer_details,
  body.sushiet-store.woocommerce-checkout #payment,
  body.sushiet-store.woocommerce-checkout #order_review_heading,
  body.sushiet-store.woocommerce-checkout #order_review {
    float: none;
    width: 100%;
    max-width: none;
  }

  body.sushiet-store.woocommerce-checkout #order_review_heading {
    margin-top: 30px;
  }
}

@media (max-width: 680px) {
  body.sushiet-store.woocommerce-checkout .sushi-page-shell--checkout {
    width: min(100%, calc(100vw - 28px));
    padding-top: 24px;
  }

  body.sushiet-store.woocommerce-checkout .sushi-checkout-heading h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  body.sushiet-store.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  body.sushiet-store.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
  body.sushiet-store.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}

body.sushiet-store.woocommerce-checkout .woocommerce-notices-wrapper,
body.sushiet-store.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.sushiet-store.woocommerce-checkout form.checkout_coupon {
  display: none !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details {
  float: left !important;
  width: calc(100% - 392px) !important;
  max-width: 720px !important;
  min-width: 0 !important;
  grid-column: auto !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
  float: none !important;
  width: 360px !important;
  grid-column: auto !important;
  min-width: 0 !important;
  right: 0 !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review_heading {
  display: none !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
  margin: 0 !important;
  padding: 56px 0 0 !important;
  position: absolute !important;
  top: 0 !important;
  border: 1px solid rgba(29, 29, 31, 0.16) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review::before {
  content: "Order summary";
  position: absolute;
  top: 18px;
  left: 18px;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 1080px) {
  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details,
  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
    position: static !important;
    padding-top: 56px !important;
  }
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--utility,
body.sushiet-store.woocommerce-checkout .sushi-page-shell--utility {
  width: min(1180px, calc(100vw - 80px));
  padding-top: 40px;
  padding-bottom: 88px;
}

body.sushiet-store.woocommerce-cart .sushi-checkout-heading,
body.sushiet-store.woocommerce-checkout .sushi-checkout-heading {
  margin: 0 0 30px;
}

body.sushiet-store.woocommerce-cart .sushi-checkout-heading h1,
body.sushiet-store.woocommerce-checkout .sushi-checkout-heading h1 {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(42px, 4.4vw, 58px);
  font-weight: 500;
  line-height: 1.04;
}

body.sushiet-store .sushi-shipping-note {
  margin: 0 0 24px;
  padding: 20px 22px;
  border: 1px solid rgba(29, 29, 31, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

body.sushiet-store .sushi-shipping-note__eyebrow {
  margin: 0 0 8px;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.sushiet-store .sushi-shipping-note p {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.6;
}

body.sushiet-store .sushi-shipping-note a {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

body.sushiet-store .sushi-shipping-note a:hover {
  color: #6e6e73;
}

body.sushiet-store .sushi-order-flow,
body.sushiet-store .sushi-thankyou-note {
  padding: 24px 26px;
  border: 1px solid rgba(29, 29, 31, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

body.sushiet-store .sushi-order-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px 28px;
}

body.sushiet-store .sushi-order-flow__intro h2,
body.sushiet-store .sushi-thankyou-note__intro h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 600;
  line-height: 1.08;
}

body.sushiet-store .sushi-order-flow__intro p,
body.sushiet-store .sushi-thankyou-note__intro p {
  margin: 12px 0 0;
  color: #6e6e73;
  font-size: 16px;
  line-height: 1.68;
}

body.sushiet-store .sushi-order-flow__eyebrow {
  display: inline-flex;
  margin: 0 0 12px;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.sushiet-store .sushi-order-flow__list,
body.sushiet-store .sushi-thankyou-note__list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.sushiet-store .sushi-order-flow__list li,
body.sushiet-store .sushi-thankyou-note__list li {
  padding: 16px 18px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 18px;
  background: #f8f8fb;
}

body.sushiet-store .sushi-order-flow__list strong {
  display: block;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

body.sushiet-store .sushi-order-flow__list p {
  margin: 8px 0 0;
  color: #6e6e73;
  font-size: 15px;
  line-height: 1.65;
}

body.sushiet-store .sushi-order-flow__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  grid-column: 1 / -1;
  padding-top: 4px;
}

body.sushiet-store .sushi-order-flow__links a {
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

body.sushiet-store .sushi-order-flow__links a:hover {
  color: #6e6e73;
}

body.sushiet-store .sushi-thankyou-note {
  display: grid;
  gap: 18px;
  margin: 24px 0 0;
}

body.sushiet-store .sushi-thankyou-note__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px 32px;
  align-items: start;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .woocommerce > .sushi-shipping-note,
body.sushiet-store.woocommerce-checkout .sushi-page-shell--checkout .woocommerce > .sushi-shipping-note {
  grid-column: 1 / -1;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > .sushi-order-flow {
  grid-column: 1 / -1;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .woocommerce > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart form.woocommerce-cart-form {
  grid-column: 1;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .cart-collaterals {
  grid-column: 2;
  margin: 0;
  display: block;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .cart_totals {
  width: 100% !important;
  float: none !important;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(29, 29, 31, 0.16);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .cart_totals h2 {
  margin: 0;
  padding: 18px 18px 0;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(29, 29, 31, 0.16);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart thead th {
  padding: 14px 18px 12px;
  border: 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
  color: #8a8a8f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart tbody tr {
  background: transparent;
  box-shadow: none;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart tbody td {
  padding: 18px;
  border: 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
  background: transparent;
  vertical-align: middle;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart tbody td:first-child,
body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart tbody td:last-child {
  border-radius: 0;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.product-remove {
  width: 40px;
  text-align: center;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.product-thumbnail {
  width: 88px;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.product-thumbnail img {
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 8px;
  background: #f7f7f9;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.product-name a {
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.product-price .amount,
body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.product-subtotal .amount {
  font-size: 15px;
  font-weight: 600;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.product-quantity .qty {
  min-height: 44px;
  border-radius: 8px;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.actions {
  padding: 16px 18px;
  border: 0;
  background: #fff;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.actions .coupon .input-text {
  min-width: 220px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(29, 29, 31, 0.16);
  background: #fff;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.actions .button,
body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .wc-proceed-to-checkout .checkout-button {
  min-height: 50px;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .cart_totals table.shop_table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: none;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .cart_totals table.shop_table tbody th,
body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .cart_totals table.shop_table tbody td {
  padding: 14px 18px;
  border: 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
  background: transparent;
  color: #4d4d53;
  font-size: 14px;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .cart_totals table.shop_table tbody td {
  text-align: right;
  color: #1d1d1f;
  font-weight: 500;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .cart_totals table.shop_table tbody tr.order-total th,
body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .cart_totals table.shop_table tbody tr.order-total td {
  border-bottom: 0;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 600;
}

body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .wc-proceed-to-checkout {
  margin: 0;
  padding: 18px;
}

@media (max-width: 1080px) {
  body.sushiet-store.woocommerce-cart .sushi-page-shell--utility,
  body.sushiet-store.woocommerce-checkout .sushi-page-shell--utility {
    width: min(100%, calc(100vw - 40px));
    padding-top: 32px;
  }

  body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .woocommerce {
    grid-template-columns: 1fr;
  }

  body.sushiet-store.woocommerce-cart .sushi-page-shell--cart form.woocommerce-cart-form,
  body.sushiet-store.woocommerce-cart .sushi-page-shell--cart .cart-collaterals {
    grid-column: 1;
  }
}

@media (max-width: 680px) {
  body.sushiet-store.woocommerce-cart .sushi-page-shell--utility,
  body.sushiet-store.woocommerce-checkout .sushi-page-shell--utility {
    width: min(100%, calc(100vw - 28px));
    padding-top: 24px;
  }

  body.sushiet-store.woocommerce-cart .sushi-checkout-heading h1,
  body.sushiet-store.woocommerce-checkout .sushi-checkout-heading h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  body.sushiet-store.woocommerce-cart .sushi-page-shell--cart table.cart td.actions .coupon .input-text {
    min-width: 0;
    width: 100%;
  }
}

/* Home hero balance */
body.sushiet-store .sushi-hero__panel {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 28px;
  align-items: center;
}

body.sushiet-store .sushi-hero__panel > div:first-child {
  max-width: 500px;
}

body.sushiet-store .sushi-hero h1 {
  font-size: clamp(40px, 4.8vw, 74px);
  line-height: 0.96;
}

body.sushiet-store .sushi-hero p {
  max-width: 560px;
}

body.sushiet-store .sushi-hero__visual {
  min-height: 600px;
}

body.sushiet-store .sushi-hero__float--back {
  inset: 0;
}

body.sushiet-store .sushi-hero__float--front {
  top: 20px;
  right: 20px;
  bottom: auto;
  width: min(260px, 30vw);
  height: min(260px, 30vw);
}

body.sushiet-store .sushi-hero__note {
  right: 20px;
  bottom: 20px;
  width: min(300px, 32vw);
}

@media (max-width: 1180px) {
  body.sushiet-store .sushi-hero__panel {
    grid-template-columns: 1fr;
  }

  body.sushiet-store .sushi-hero__panel > div:first-child {
    max-width: none;
  }

  body.sushiet-store .sushi-hero__visual {
    min-height: 520px;
  }
}

/* Center the brand title block in the site header. */
body.sushiet-store .site-header .col-full {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: auto;
  padding: 20px 0 18px;
}

body.sushiet-store .site-branding {
  width: auto !important;
  float: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto !important;
}

body.sushiet-store .site-header .site-description {
  margin: 4px 0 0;
  text-align: center;
}

body.sushiet-store .site-header .main-navigation {
  width: auto !important;
  float: none !important;
  margin: 0 auto !important;
}

body.sushiet-store .main-navigation .primary-navigation,
body.sushiet-store .main-navigation ul.menu {
  justify-content: center;
}

body.sushiet-store .main-navigation ul.menu {
  margin: 0 auto;
}

body.home #primary.site-main {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
}

body.home .site-content > .col-full {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .sushi-hero {
  width: 100%;
}

body.home .sushi-hero__inner {
  width: min(1320px, calc(100vw - 64px));
  margin: 0 auto !important;
}

/* Home hero polish */
body.sushiet-store .sushi-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 9px 14px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 999px;
  background: #f5f5f7;
  color: #6e6e73;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
}

body.sushiet-store .sushi-hero__panel {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4vw, 48px);
  padding: clamp(28px, 3.4vw, 42px);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 250, 252, 0.9));
}

body.sushiet-store .sushi-hero__panel > div:first-child {
  max-width: 470px;
}

body.sushiet-store .sushi-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(44px, 4.9vw, 76px);
  line-height: 0.95;
}

body.sushiet-store .sushi-hero p:not(.sushi-kicker) {
  max-width: 460px;
  font-size: 18px;
  line-height: 1.68;
}

body.sushiet-store .sushi-actions {
  gap: 14px;
  margin-top: 28px;
}

body.sushiet-store .sushi-hero__visual {
  min-height: 620px;
}

body.sushiet-store .sushi-hero__float {
  border-radius: 32px;
}

body.sushiet-store .sushi-hero__float--back {
  inset: 12px 68px 88px 12px;
}

body.sushiet-store .sushi-hero__float--front {
  top: 24px;
  right: 24px;
  width: min(248px, 28vw);
  height: min(248px, 28vw);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
}

body.sushiet-store .sushi-hero__float--front img {
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

body.sushiet-store .sushi-hero__note {
  right: 24px;
  bottom: 24px;
  width: min(280px, 29vw);
  padding: 20px 22px;
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
}

body.sushiet-store .sushi-hero__note strong {
  display: block;
  margin-bottom: 8px;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.sushiet-store .sushi-hero__note p {
  max-width: none;
  margin: 0;
  color: #1d1d1f;
  font-size: 15px;
  line-height: 1.55;
}

body.sushiet-store .sushi-band {
  margin-top: 22px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

body.sushiet-store .sushi-band > div {
  background: rgba(255, 255, 255, 0.9);
}

body.sushiet-store .sushi-quick-links {
  gap: 10px;
  margin-top: 20px;
}

@media (max-width: 1180px) {
  body.sushiet-store .sushi-hero__panel {
    grid-template-columns: 1fr;
  }

  body.sushiet-store .sushi-product-panel {
    grid-template-columns: 1fr;
  }

  body.sushiet-store .sushi-product-panel__specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sushiet-store .sushi-hero__panel > div:first-child,
  body.sushiet-store .sushi-hero p:not(.sushi-kicker) {
    max-width: none;
  }

  body.sushiet-store .sushi-hero__visual {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  body.home .sushi-hero__inner {
    width: min(100%, calc(100vw - 28px));
  }

  body.sushiet-store .sushi-kicker {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  body.sushiet-store .sushi-hero__panel {
    gap: 24px;
    padding: 22px 20px;
    border-radius: 28px;
  }

  body.sushiet-store .sushi-hero h1 {
    font-size: clamp(40px, 11vw, 58px);
  }

  body.sushiet-store .sushi-hero p:not(.sushi-kicker) {
    font-size: 16px;
    line-height: 1.62;
  }

  body.sushiet-store .sushi-hero__visual {
    min-height: 400px;
  }

  body.sushiet-store .sushi-hero__float--back {
    inset: 0 0 88px 0;
  }

  body.sushiet-store .sushi-hero__float--front {
    top: 16px;
    right: 16px;
    width: min(176px, 42vw);
    height: min(176px, 42vw);
  }

  body.sushiet-store .sushi-hero__note {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    padding: 16px 18px;
  }

  body.sushiet-store .sushi-product-panel__specs {
    grid-template-columns: 1fr;
  }

  body.sushiet-store .sushi-product-panel__footer .sushi-button {
    width: 100%;
    justify-content: center;
  }
}

/* Final checkout layout guard: keep the order summary in the right column and
   keep manual-payment guidance in the left flow so cards never overlap. */
body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) !important;
  gap: 24px 28px !important;
  align-items: start !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details,
body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > .sushi-order-flow,
body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #payment {
  grid-column: 1 !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  clear: none !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details {
  grid-row: 2 !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > .sushi-order-flow {
  grid-row: 3 !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #payment {
  grid-row: 4 !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > .sushi-order-flow,
body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #payment {
  margin-top: 24px !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > .sushi-order-flow {
  margin-bottom: 0 !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review_heading,
body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
  grid-column: 2 !important;
  grid-row: 2 !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  clear: none !important;
}

body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
  position: sticky !important;
  top: 118px !important;
  right: auto !important;
  margin: 0 !important;
}

@media (max-width: 1080px) {
  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr !important;
  }

  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details,
  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > .sushi-order-flow,
  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #payment,
  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review_heading,
  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.sushiet-store.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
    position: static !important;
    top: auto !important;
    margin-top: 24px !important;
  }

  body.sushiet-store .sushi-order-flow {
    grid-template-columns: 1fr !important;
  }
}

body.sushiet-store .sushi-account-entry,
body.sushiet-store .sushi-account-recovery {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px 28px;
  align-items: start;
}

body.sushiet-store .sushi-account-entry__intro,
body.sushiet-store .sushi-account-recovery__intro,
body.sushiet-store .sushi-account-auth,
body.sushiet-store .sushi-account-nav-head,
body.sushiet-store .sushi-account-nav-support,
body.sushiet-store .sushi-account-dashboard__hero,
body.sushiet-store .sushi-account-dashboard__summary-item,
body.sushiet-store .sushi-account-quick-link,
body.sushiet-store.woocommerce-account .woocommerce-ResetPassword,
body.sushiet-store.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(22px);
}

body.sushiet-store .sushi-account-entry__intro,
body.sushiet-store .sushi-account-recovery__intro,
body.sushiet-store .sushi-account-auth,
body.sushiet-store .sushi-account-recovery__form-shell,
body.sushiet-store .sushi-account-nav-head,
body.sushiet-store .sushi-account-nav-support,
body.sushiet-store .sushi-account-dashboard__hero {
  padding: 30px 32px;
}

body.sushiet-store .sushi-account-entry__intro h2,
body.sushiet-store .sushi-account-recovery__intro h2,
body.sushiet-store .sushi-account-dashboard__hero h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.04;
}

body.sushiet-store .sushi-account-entry__intro p:not(.sushi-kicker),
body.sushiet-store .sushi-account-recovery__intro p:not(.sushi-kicker),
body.sushiet-store .sushi-account-dashboard__hero p {
  margin: 14px 0 0;
  color: #6e6e73;
  font-size: 16px;
  line-height: 1.72;
}

body.sushiet-store .sushi-account-entry__benefits {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

body.sushiet-store .sushi-account-entry__benefits li {
  position: relative;
  padding-left: 18px;
  color: #1d1d1f;
  font-size: 15px;
  line-height: 1.55;
}

body.sushiet-store .sushi-account-entry__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #111111;
}

body.sushiet-store .sushi-account-entry__support,
body.sushiet-store .sushi-account-recovery__support {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

body.sushiet-store .sushi-account-entry__support-item {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 22px;
  background: rgba(247, 247, 249, 0.95);
  color: #1d1d1f;
  text-decoration: none;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

body.sushiet-store .sushi-account-entry__support-item strong,
body.sushiet-store .sushi-account-quick-link strong,
body.sushiet-store .sushi-account-nav-head strong,
body.sushiet-store .sushi-account-nav-support strong {
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

body.sushiet-store .sushi-account-entry__support-item span,
body.sushiet-store .sushi-account-quick-link p,
body.sushiet-store .sushi-account-nav-head span,
body.sushiet-store .sushi-account-nav-support p {
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.6;
}

body.sushiet-store .sushi-account-entry__support-item:hover,
body.sushiet-store .sushi-account-quick-link:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 17, 17, 0.11);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.08);
}

body.sushiet-store .sushi-account-entry__forms,
body.sushiet-store .sushi-account-recovery__form-shell {
  display: grid;
  gap: 18px;
  width: 100%;
  min-width: 0;
}

body.sushiet-store .sushi-account-auth {
  display: grid;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

body.sushiet-store .sushi-account-auth__switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(100%, 380px);
  margin: 0;
  padding: 6px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: rgba(247, 247, 249, 0.96);
}

body.sushiet-store .sushi-account-auth__view {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.sushiet-store .sushi-account-auth__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: #6e6e73;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition:
    background 0.24s ease,
    color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

body.sushiet-store #sushi-account-view-login:checked ~ .sushi-account-auth__switch label[for="sushi-account-view-login"],
body.sushiet-store #sushi-account-view-register:checked ~ .sushi-account-auth__switch label[for="sushi-account-view-register"] {
  background: linear-gradient(180deg, #1f1f23, #09090b);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(17, 17, 17, 0.12);
}

body.sushiet-store.woocommerce-account:not(.logged-in) #customer_login {
  display: block;
  gap: 0;
}

body.sushiet-store .sushi-account-auth__panel {
  display: none;
}

body.sushiet-store .sushi-account-auth--login-only .sushi-account-auth__panel,
body.sushiet-store #sushi-account-view-login:checked ~ #customer_login [data-account-panel="login"],
body.sushiet-store #sushi-account-view-register:checked ~ #customer_login [data-account-panel="register"] {
  display: block;
}

body.sushiet-store.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
}

body.sushiet-store.woocommerce-account .woocommerce > #customer_login,
body.sushiet-store.woocommerce-account .woocommerce > .woocommerce-ResetPassword {
  grid-column: 1 / -1;
  width: 100%;
  float: none;
  min-width: 0;
}

body.sushiet-store.woocommerce-account:not(.logged-in) #customer_login,
body.sushiet-store.woocommerce-account:not(.logged-in) #customer_login.u-columns,
body.sushiet-store.woocommerce-account:not(.logged-in) #customer_login.col2-set,
body.sushiet-store.woocommerce-account:not(.logged-in) .woocommerce-ResetPassword {
  width: 100%;
  max-width: none;
  float: none;
}

body.sushiet-store.woocommerce-account:not(.logged-in) #customer_login .u-column1,
body.sushiet-store.woocommerce-account:not(.logged-in) #customer_login .u-column2 {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}

body.sushiet-store.woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 0;
  width: 100%;
  float: none;
}

body.sushiet-store.woocommerce-account #customer_login::before,
body.sushiet-store.woocommerce-account #customer_login::after {
  display: none;
}

body.sushiet-store.woocommerce-account #customer_login .u-column1,
body.sushiet-store.woocommerce-account #customer_login .u-column2 {
  width: 100%;
  float: none;
  min-width: 0;
  padding: 28px 30px;
}

body.sushiet-store.woocommerce-account #customer_login .u-column1 > h2,
body.sushiet-store.woocommerce-account #customer_login .u-column2 > h2 {
  margin: 0 0 18px;
  color: #1d1d1f;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.08;
}

body.sushiet-store.woocommerce-account .woocommerce-form,
body.sushiet-store.woocommerce-account .woocommerce-ResetPassword,
body.sushiet-store.woocommerce-account .edit-account,
body.sushiet-store.woocommerce-account .woocommerce-address-fields__form {
  margin: 0;
}

body.sushiet-store.woocommerce-account .woocommerce-form .form-row,
body.sushiet-store.woocommerce-account .woocommerce-ResetPassword .form-row,
body.sushiet-store.woocommerce-account .edit-account .form-row,
body.sushiet-store.woocommerce-account .woocommerce-address-fields__form .form-row {
  margin: 0 0 14px;
}

body.sushiet-store.woocommerce-account .woocommerce-form .form-row label,
body.sushiet-store.woocommerce-account .woocommerce-ResetPassword .form-row label,
body.sushiet-store.woocommerce-account .edit-account .form-row label,
body.sushiet-store.woocommerce-account .woocommerce-address-fields__form .form-row label {
  display: block;
  margin-bottom: 8px;
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

body.sushiet-store.woocommerce-account .woocommerce-form .form-row-first,
body.sushiet-store.woocommerce-account .woocommerce-form .form-row-last,
body.sushiet-store.woocommerce-account .edit-account .form-row-first,
body.sushiet-store.woocommerce-account .edit-account .form-row-last {
  width: calc(50% - 10px);
}

body.sushiet-store.woocommerce-account .woocommerce-form .input-text,
body.sushiet-store.woocommerce-account .woocommerce-ResetPassword .input-text,
body.sushiet-store.woocommerce-account .edit-account .input-text,
body.sushiet-store.woocommerce-account .woocommerce-address-fields__form .input-text {
  min-height: 54px;
  border-radius: 18px;
}

body.sushiet-store.woocommerce-account .woocommerce-form .button,
body.sushiet-store.woocommerce-account .woocommerce-ResetPassword .button,
body.sushiet-store.woocommerce-account .edit-account .button,
body.sushiet-store.woocommerce-account .woocommerce-address-fields__form .button {
  min-height: 52px;
}

body.sushiet-store.woocommerce-account .woocommerce-form-login .form-row:last-of-type,
body.sushiet-store.woocommerce-account .woocommerce-form-register .form-row:last-of-type,
body.sushiet-store.woocommerce-account .woocommerce-ResetPassword .form-row:last-of-type,
body.sushiet-store.woocommerce-account .edit-account .form-row:last-of-type {
  margin-bottom: 0;
}

body.sushiet-store.woocommerce-account .woocommerce-form-login .form-row:not(.form-row-wide) {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.sushiet-store.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #6e6e73;
  font-size: 14px;
}

body.sushiet-store.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit {
  flex: 0 0 auto;
}

body.sushiet-store.woocommerce-account .woocommerce-LostPassword {
  margin-top: 16px;
}

body.sushiet-store.woocommerce-account .woocommerce-LostPassword a,
body.sushiet-store .sushi-account-inline-note a,
body.sushiet-store.woocommerce-account .woocommerce-Address-title a {
  color: #1d1d1f;
  font-weight: 600;
  text-decoration: none;
}

body.sushiet-store.woocommerce-account .woocommerce-LostPassword a:hover,
body.sushiet-store .sushi-account-inline-note a:hover,
body.sushiet-store.woocommerce-account .woocommerce-Address-title a:hover {
  color: #6e6e73;
}

body.sushiet-store .sushi-account-inline-note {
  margin: 16px 0 0;
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.65;
}

body.sushiet-store.woocommerce-account .woocommerce-ResetPassword {
  padding: 28px 30px;
}

body.sushiet-store.woocommerce-account .woocommerce-ResetPassword > p:first-child {
  margin: 0 0 18px;
  color: #6e6e73;
  font-size: 15px;
  line-height: 1.72;
}

body.sushiet-store.woocommerce-account .woocommerce {
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
  gap: 20px 24px;
  align-items: start;
}

body.sushiet-store .sushi-account-nav-head,
body.sushiet-store.woocommerce-account .woocommerce-MyAccount-navigation,
body.sushiet-store .sushi-account-nav-support {
  grid-column: 1;
  width: 100%;
  min-width: 0;
}

body.sushiet-store .sushi-account-nav-head {
  grid-row: 1;
}

body.sushiet-store.woocommerce-account .woocommerce-MyAccount-navigation {
  grid-row: 2;
  padding: 14px;
}

body.sushiet-store .sushi-account-nav-support {
  grid-row: 3;
}

body.sushiet-store.woocommerce-account .woocommerce-MyAccount-content {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 100%;
  min-width: 0;
  padding: 28px 30px;
}

body.sushiet-store.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.sushiet-store.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(247, 247, 249, 0.95);
  border: 1px solid rgba(17, 17, 17, 0.06);
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease;
}

body.sushiet-store.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

body.sushiet-store.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
  background: linear-gradient(180deg, #1f1f23, #09090b);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.16);
}

body.sushiet-store .sushi-account-nav-support .sushi-button {
  margin-top: 18px;
}

body.sushiet-store .sushi-account-dashboard {
  display: grid;
  gap: 20px;
}

body.sushiet-store .sushi-account-dashboard__hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px 24px;
}

body.sushiet-store .sushi-account-dashboard__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.sushiet-store .sushi-account-dashboard__summary-item {
  padding: 22px 24px;
}

body.sushiet-store .sushi-account-dashboard__summary-item span {
  display: block;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.sushiet-store .sushi-account-dashboard__summary-item strong {
  display: block;
  margin-top: 12px;
  color: #1d1d1f;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

body.sushiet-store .sushi-account-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.sushiet-store .sushi-account-quick-link {
  display: grid;
  gap: 10px;
  padding: 24px 26px;
  color: #1d1d1f;
  text-decoration: none;
}

body.sushiet-store .sushi-account-quick-link p {
  margin: 0;
}

body.sushiet-store.woocommerce-account .woocommerce-MyAccount-content > h2,
body.sushiet-store.woocommerce-account .woocommerce-MyAccount-content > h3 {
  margin: 0 0 18px;
  color: #1d1d1f;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.1;
}

body.sushiet-store.woocommerce-account .woocommerce-MyAccount-content > p,
body.sushiet-store.woocommerce-account .woocommerce-MyAccount-content address,
body.sushiet-store.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details p,
body.sushiet-store.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details p {
  color: #6e6e73;
  font-size: 15px;
  line-height: 1.7;
}

body.sushiet-store.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.sushiet-store.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  margin: 0;
  padding: 24px 26px;
}

body.sushiet-store.woocommerce-account .woocommerce-Address-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

body.sushiet-store.woocommerce-account .edit-account fieldset {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.07);
}

body.sushiet-store.woocommerce-account .edit-account fieldset legend {
  padding-right: 12px;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1180px) {
  body.sushiet-store .sushi-account-entry,
  body.sushiet-store .sushi-account-recovery,
  body.sushiet-store.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column;
  }

  body.sushiet-store .sushi-account-nav-head {
    order: 1;
  }

  body.sushiet-store.woocommerce-account .woocommerce-MyAccount-navigation {
    order: 2;
  }

  body.sushiet-store.woocommerce-account .woocommerce-MyAccount-content {
    order: 3;
    grid-column: auto;
    grid-row: auto;
  }

  body.sushiet-store .sushi-account-nav-support {
    order: 4;
  }
}

@media (max-width: 760px) {
  body.sushiet-store .sushi-account-entry__intro,
  body.sushiet-store .sushi-account-recovery__intro,
  body.sushiet-store .sushi-account-auth,
  body.sushiet-store .sushi-account-recovery__form-shell,
  body.sushiet-store .sushi-account-nav-head,
  body.sushiet-store .sushi-account-nav-support,
  body.sushiet-store .sushi-account-dashboard__hero,
  body.sushiet-store.woocommerce-account .woocommerce-ResetPassword,
  body.sushiet-store.woocommerce-account .woocommerce-MyAccount-content,
  body.sushiet-store.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    padding: 24px;
    border-radius: 26px;
  }

  body.sushiet-store .sushi-account-auth__switch {
    width: 100%;
  }

  body.sushiet-store .sushi-account-dashboard__summary,
  body.sushiet-store .sushi-account-dashboard__grid,
  body.sushiet-store.woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  body.sushiet-store.woocommerce-account .woocommerce-form .form-row-first,
  body.sushiet-store.woocommerce-account .woocommerce-form .form-row-last,
  body.sushiet-store.woocommerce-account .edit-account .form-row-first,
  body.sushiet-store.woocommerce-account .edit-account .form-row-last {
    width: 100%;
  }

  body.sushiet-store.woocommerce-account .woocommerce-form-login .form-row:not(.form-row-wide) {
    flex-direction: column;
    align-items: stretch;
  }
}

body.sushiet-store .sushi-support-strip {
  padding: 18px 0 34px;
}

body.sushiet-store .sushi-support-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.55fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.92));
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.07);
}

body.sushiet-store .sushi-support-card h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.05;
}

body.sushiet-store .sushi-support-card p:last-child,
body.sushiet-store .sushi-support-card__meta div {
  margin-bottom: 0;
}

body.sushiet-store .sushi-support-card__meta {
  display: grid;
  gap: 12px;
}

body.sushiet-store .sushi-support-card__meta span {
  display: block;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.sushiet-store .sushi-support-card__meta strong {
  display: block;
  margin-top: 6px;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

body.sushiet-store .sushi-whatsapp-float {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 110;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(22, 163, 74, 0.18);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  color: #111827;
  text-decoration: none;
  backdrop-filter: blur(16px);
}

body.sushiet-store .sushi-whatsapp-float svg {
  width: 20px;
  height: 20px;
  fill: #16a34a;
}

body.sushiet-store .sushi-whatsapp-float span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

body.sushiet-store .sushi-whatsapp-float:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.14);
}

body.sushiet-store .sushi-studio {
  display: grid;
  gap: 24px;
}

body.sushiet-store .sushi-studio__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px 24px;
}

body.sushiet-store .sushi-studio__top h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 0.98;
}

body.sushiet-store .sushi-studio__top p:last-child {
  max-width: 780px;
  margin-bottom: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
}

body.sushiet-store .sushi-studio__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
}

body.sushiet-store .sushi-studio__controls,
body.sushiet-store .sushi-studio__preview-panel {
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.94));
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.08);
}

body.sushiet-store .sushi-studio__controls {
  display: grid;
  gap: 18px;
}

body.sushiet-store .sushi-studio__panel-head h3,
body.sushiet-store .sushi-studio__scene-caption strong {
  margin: 0;
  color: #111827;
  font-size: 22px;
  font-weight: 600;
}

body.sushiet-store .sushi-studio__panel-head p,
body.sushiet-store .sushi-studio__scene-caption p {
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

body.sushiet-store .sushi-studio__field {
  display: grid;
  gap: 12px;
}

body.sushiet-store .sushi-studio__field label,
body.sushiet-store .sushi-studio__label {
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
}

body.sushiet-store .sushi-studio__field select,
body.sushiet-store .sushi-studio__field input,
body.sushiet-store .sushi-studio__field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.98);
  color: #111827;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.sushiet-store .sushi-studio__field textarea {
  min-height: 112px;
  resize: vertical;
}

body.sushiet-store .sushi-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.sushiet-store .sushi-choice-row--stack {
  display: none;
}

body.sushiet-store .sushi-choice-row--stack.is-active {
  display: flex;
}

body.sushiet-store .sushi-choice-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.96);
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

body.sushiet-store .sushi-choice-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
}

body.sushiet-store .sushi-choice-button.is-selected {
  border-color: rgba(59, 130, 246, 0.26);
  background: rgba(59, 130, 246, 0.08);
  color: #1d4ed8;
  box-shadow: 0 16px 34px rgba(59, 130, 246, 0.14);
}

body.sushiet-store .sushi-swatch-row {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.sushiet-store .sushi-swatch-row.is-active {
  display: grid;
}

body.sushiet-store .sushi-color-swatch {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding: 12px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: #111827;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.04);
  text-align: left;
}

body.sushiet-store .sushi-color-swatch span {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.78), var(--swatch));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 12px 24px rgba(15, 23, 42, 0.08);
}

body.sushiet-store .sushi-color-swatch small {
  color: #1f2937;
  font-size: 13px;
  font-weight: 600;
}

body.sushiet-store .sushi-color-swatch.is-selected {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 18px 34px rgba(59, 130, 246, 0.12);
}

body.sushiet-store .sushi-studio__submit {
  display: grid;
  gap: 10px;
}

body.sushiet-store .sushi-studio__status {
  min-height: 22px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

body.sushiet-store .sushi-studio__status[data-tone="success"] {
  color: #166534;
}

body.sushiet-store .sushi-studio__status[data-tone="error"] {
  color: #b91c1c;
}

body.sushiet-store .sushi-studio__status[data-tone="pending"] {
  color: #334155;
}

body.sushiet-store .sushi-studio__preview-panel {
  display: grid;
  gap: 18px;
}

body.sushiet-store .sushi-studio__scene-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 247, 249, 0.94));
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

body.sushiet-store .sushi-studio__scene {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 420px;
  touch-action: none;
  cursor: grab;
}

body.sushiet-store .sushi-studio__scene canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

body.sushiet-store .sushi-studio__scene.is-dragging {
  cursor: grabbing;
}

body.sushiet-store .sushi-studio__scene-toolbar {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px 18px;
  pointer-events: none;
}

body.sushiet-store .sushi-camera__presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: auto;
}

body.sushiet-store .sushi-camera__preset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.84);
  color: #1d1d1f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

body.sushiet-store .sushi-camera__preset:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

body.sushiet-store .sushi-camera__preset.is-active {
  border-color: rgba(37, 99, 235, 0.26);
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  box-shadow: 0 18px 32px rgba(37, 99, 235, 0.12);
}

body.sushiet-store .sushi-camera__hint {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 17, 17, 0.08);
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  pointer-events: none;
  backdrop-filter: blur(16px);
}

body.sushiet-store .sushi-studio__scene-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  width: min(420px, calc(100% - 36px));
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

body.sushiet-store .sushi-studio__camera-panel {
  display: grid;
  gap: 16px;
  padding: 18px 20px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

body.sushiet-store .sushi-camera__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 12px;
}

body.sushiet-store .sushi-camera__head strong {
  color: #111827;
  font-size: 15px;
  font-weight: 600;
}

body.sushiet-store .sushi-camera__head span {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.4;
}

body.sushiet-store .sushi-camera__slider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.sushiet-store .sushi-camera__slider {
  display: grid;
  gap: 10px;
}

body.sushiet-store .sushi-camera__slider-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.sushiet-store .sushi-camera__slider-meta label,
body.sushiet-store .sushi-camera__slider-meta output {
  color: #1f2937;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

body.sushiet-store .sushi-camera__slider input[type="range"] {
  width: 100%;
  margin: 0;
  accent-color: #2563eb;
}

body.sushiet-store .sushi-studio__summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

body.sushiet-store .sushi-studio__summary div {
  padding: 16px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.04);
}

body.sushiet-store .sushi-studio__summary span {
  display: block;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.sushiet-store .sushi-studio__summary strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  body.sushiet-store .sushi-support-card,
  body.sushiet-store .sushi-studio__grid {
    grid-template-columns: 1fr;
  }

  body.sushiet-store .sushi-camera__slider-grid,
  body.sushiet-store .sushi-studio__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.sushiet-store .sushi-support-card,
  body.sushiet-store .sushi-studio__controls,
  body.sushiet-store .sushi-studio__preview-panel {
    padding: 20px;
    border-radius: 24px;
  }

  body.sushiet-store .sushi-swatch-row,
  body.sushiet-store .sushi-studio__summary {
    grid-template-columns: 1fr;
  }

  body.sushiet-store .sushi-studio__scene {
    min-height: 340px;
  }

  body.sushiet-store .sushi-studio__scene-toolbar {
    top: 14px;
    left: 14px;
    right: 14px;
    flex-direction: column;
    align-items: stretch;
  }

  body.sushiet-store .sushi-camera__hint {
    align-self: flex-start;
  }

  body.sushiet-store .sushi-studio__camera-panel {
    padding: 16px 16px 18px;
    border-radius: 20px;
  }

  body.sushiet-store .sushi-studio__scene-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  body.sushiet-store .sushi-camera__slider-grid {
    grid-template-columns: 1fr;
  }

  body.sushiet-store .sushi-whatsapp-float {
    left: 14px;
    right: 14px;
    bottom: 14px;
    justify-content: center;
  }
}
