/* ======================================================================
   SHIMA STOREFRONT UI 2.6.0 — Unified premium commerce system
   Scope: storefront shell, catalogue, product, quick order, cart, checkout,
   responsive behavior, accessibility/focus, visual consistency.
   ====================================================================== */

:root {
  --shima-ds-green: #087b43;
  --shima-ds-green-2: #0a9250;
  --shima-ds-green-deep: #075d37;
  --shima-ds-ink: #122019;
  --shima-ds-muted: #66756d;
  --shima-ds-line: #dce8e1;
  --shima-ds-line-strong: #cbded2;
  --shima-ds-soft: #f4faf6;
  --shima-ds-surface: #ffffff;
  --shima-ds-surface-2: #f9fcfa;
  --shima-ds-shadow: 0 14px 36px rgba(15, 44, 29, .055);
  --shima-ds-shadow-hover: 0 20px 46px rgba(15, 44, 29, .085);
  --shima-ds-ring: 0 0 0 4px rgba(8, 123, 67, .10);
  --shima-ds-radius-xl: 24px;
  --shima-ds-radius-lg: 19px;
  --shima-ds-radius-md: 14px;
  --shima-ds-radius-sm: 10px;
}

/* ---------- Global premium rhythm ---------- */
.shima-storefront-ui-active .shima-main {
  background:
    radial-gradient(circle at 92% 4%, rgba(8,123,67,.025), transparent 26rem),
    radial-gradient(circle at 7% 18%, rgba(8,123,67,.022), transparent 22rem),
    linear-gradient(180deg, #fbfdfc 0%, #f7faf8 100%);
}
.shima-storefront-ui-active .shima-container {
  width: min(1320px, calc(100% - 32px));
}
.shima-storefront-ui-active .shima-btn,
.shima-storefront-ui-active button,
.shima-storefront-ui-active input,
.shima-storefront-ui-active select,
.shima-storefront-ui-active textarea {
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}
.shima-storefront-ui-active a:focus-visible,
.shima-storefront-ui-active button:focus-visible,
.shima-storefront-ui-active input:focus-visible,
.shima-storefront-ui-active select:focus-visible,
.shima-storefront-ui-active textarea:focus-visible {
  outline: 0;
  box-shadow: var(--shima-ds-ring);
}
.shima-storefront-ui-active .shima-btn-primary {
  background: linear-gradient(135deg, var(--shima-ds-green-2), var(--shima-ds-green));
  border-color: var(--shima-ds-green);
  box-shadow: 0 8px 18px rgba(8,123,67,.13);
}
.shima-storefront-ui-active .shima-btn-primary:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #0a9a55, #07743f);
  box-shadow: 0 12px 24px rgba(8,123,67,.18);
}
.shima-storefront-ui-active .shima-btn-secondary {
  border-color: #b8d8c5;
  background: #fff;
  color: #15643d;
}
.shima-storefront-ui-active .shima-btn-secondary:hover {
  border-color: #8fc4a5;
  background: #f5fbf7;
}

/* ---------- Header premium refinement ---------- */
.shima-storefront-ui-active .shima-header {
  border-bottom-color: #e1ebe5;
  background: rgba(255,255,255,.94);
  box-shadow: 0 6px 24px rgba(15,44,29,.025);
  backdrop-filter: blur(14px);
}
.shima-storefront-ui-active .shima-header-inner {
  min-height: 76px;
}
.shima-storefront-ui-active .shima-main-nav a {
  position: relative;
  font-weight: 850;
}
.shima-storefront-ui-active .shima-search {
  border-color: #d8e5dd;
  background: #fafcfb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.shima-storefront-ui-active .shima-search:focus-within {
  border-color: #98c9aa;
  box-shadow: var(--shima-ds-ring);
}

/* ---------- Catalogue / archive ---------- */
.shima-archive-page .shima-archive-head {
  min-height: 142px;
  padding: 25px 28px;
  border: 1px solid var(--shima-ds-line);
  border-radius: var(--shima-ds-radius-xl);
  background:
    radial-gradient(circle at 12% 15%, rgba(8,123,67,.08), transparent 18rem),
    linear-gradient(135deg, #f0faf4 0%, #ffffff 72%);
  box-shadow: var(--shima-ds-shadow);
}
.shima-archive-page .shima-archive-head h1 {
  color: var(--shima-ds-green-deep);
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.55;
  font-weight: 950;
}
.shima-archive-page .shima-archive-head p {
  max-width: 720px;
  color: #53635b;
  font-size: 12px;
  line-height: 2;
  font-weight: 650;
}
.shima-archive-page .shima-archive-ordering select {
  min-width: 210px;
  min-height: 45px;
  padding-inline: 13px;
  border: 1px solid var(--shima-ds-line);
  border-radius: 12px;
  background: #fff;
  color: #26372d;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(15,44,29,.03);
}
.shima-archive-page .shima-category-chips {
  gap: 8px;
  padding: 11px 0 3px;
}
.shima-archive-page .shima-category-chips a {
  min-height: 39px;
  padding: 0 14px;
  border: 1px solid var(--shima-ds-line);
  border-radius: 12px;
  background: #fff;
  color: #43534a;
  font-size: 10.5px;
  font-weight: 850;
  box-shadow: 0 5px 14px rgba(15,44,29,.025);
}
.shima-archive-page .shima-category-chips a.is-active,
.shima-archive-page .shima-category-chips a:hover {
  border-color: #9bcdb0;
  background: #eef9f2;
  color: var(--shima-ds-green);
}
.shima-archive-page .shima-archive-meta {
  margin-bottom: 10px;
  color: #75827b;
  font-size: 10.5px;
  font-weight: 700;
}
.shima-archive-page .shima-archive-grid {
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 15px;
  align-items: stretch;
}
.shima-archive-page .shima-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #dfe9e3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(15,44,29,.04);
}
.shima-archive-page .shima-product-card:hover {
  transform: translateY(-4px);
  border-color: #bdd8c7;
  box-shadow: var(--shima-ds-shadow-hover);
}
.shima-archive-page .shima-product-image {
  position: relative;
  display: block;
  aspect-ratio: 1.15 / 1;
  margin: 7px;
  overflow: hidden;
  border: 1px solid #e9efeb;
  border-radius: 14px;
  background: linear-gradient(180deg,#fdfefd,#f4f7f5);
}
.shima-archive-page .shima-product-image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.shima-archive-page .shima-stock-pill {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  padding: 4px 8px;
  border: 1px solid rgba(8,123,67,.10);
  border-radius: 999px;
  background: #edf9f1;
  color: #0a8249;
  font-size: 8.8px;
  font-weight: 900;
}
.shima-archive-page .shima-stock-pill.is-out {
  border-color: rgba(196,67,82,.10);
  background: #fff0f2;
  color: #c44b5a;
}
.shima-archive-page .shima-product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: 8px 12px 12px;
}
.shima-archive-page .shima-product-card h2 {
  min-height: 42px;
  margin: 0;
  font-size: 10.8px;
  line-height: 1.86;
  font-weight: 900;
}
.shima-archive-page .shima-product-price {
  margin-top: auto;
  color: #526159;
  font-size: 9.4px;
  font-weight: 750;
}
.shima-archive-page .shima-product-price strong {
  color: var(--shima-ds-green);
  font-size: 11.4px;
  font-weight: 950;
}
.shima-archive-page .shima-product-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 7px 8px;
  border: 1px solid #e7efe9;
  border-radius: 9px;
  background: #f8fbf9;
  color: #68776f;
  font-size: 8.7px;
  font-weight: 800;
}
.shima-archive-page .shima-product-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.shima-archive-page .shima-product-card-meta svg {
  width: 12px !important;
  height: 12px !important;
  color: var(--shima-ds-green);
}
.shima-archive-page .shima-btn-block {
  min-height: 39px;
  margin-top: 1px;
  border-radius: 10px;
  font-size: 9.8px;
  font-weight: 900;
}
.shima-archive-page .shima-pagination {
  margin-top: 25px;
}
.shima-archive-page .woocommerce-pagination ul.page-numbers {
  gap: 6px;
  border: 0 !important;
}
.shima-archive-page .woocommerce-pagination ul.page-numbers li {
  border: 0 !important;
}
.shima-archive-page .woocommerce-pagination ul.page-numbers a,
.shima-archive-page .woocommerce-pagination ul.page-numbers span {
  min-width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--shima-ds-line);
  border-radius: 10px;
  background: #fff;
  color: #425249;
  font-weight: 850;
}
.shima-archive-page .woocommerce-pagination ul.page-numbers .current {
  border-color: var(--shima-ds-green);
  background: var(--shima-ds-green);
  color: #fff;
}

/* ---------- Single product ---------- */
.shima-product-page .shima-product-hero {
  gap: 17px;
  align-items: stretch;
}
.shima-product-page .shima-product-gallery,
.shima-product-page .shima-product-summary {
  border: 1px solid var(--shima-ds-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shima-ds-shadow);
}
.shima-product-page .shima-product-summary {
  padding: 26px 27px 22px;
}
.shima-product-page .shima-product-summary h1 {
  max-width: 100%;
  font-size: clamp(22px, 1.65vw, 28px);
  line-height: 1.68;
  font-weight: 950;
  letter-spacing: -.01em;
}
.shima-product-page .shima-product-badges {
  gap: 7px;
}
.shima-product-page .shima-badge {
  min-height: 34px;
  padding-inline: 11px;
  border-radius: 999px;
  font-size: 9.5px;
  font-weight: 900;
}
.shima-product-page .shima-summary-price {
  margin-top: 11px;
}
.shima-product-page .shima-summary-price span,
.shima-product-page .shima-min-order {
  font-size: 11.5px;
  font-weight: 850;
}
.shima-product-page .shima-summary-price strong {
  color: var(--shima-ds-green);
  font-size: clamp(22px, 1.65vw, 27px);
  font-weight: 950;
}
.shima-product-page .shima-short-description {
  color: #5b6a62;
  font-size: 11.8px;
  line-height: 2;
  font-weight: 600;
}
.shima-product-page .shima-add-to-cart-wrap {
  padding-top: 2px;
}
.shima-product-page .shima-product-assurance {
  border-color: #d8e7de;
  border-radius: 15px;
  background: linear-gradient(180deg,#f8fcf9,#f1f8f4);
}
.shima-product-page .shima-product-assurance > div {
  min-height: 78px;
}
.shima-product-page .shima-product-assurance strong {
  font-size: 11.5px;
  font-weight: 950;
}
.shima-product-page .shima-product-assurance small {
  font-size: 9.8px;
  font-weight: 800;
}
.shima-product-page .shima-detail-block,
.shima-product-page .shima-related-card {
  border-color: var(--shima-ds-line);
  box-shadow: 0 9px 25px rgba(15,44,29,.035);
}

/* ---------- Quick order: unify with the commerce system ---------- */
.shima-quick-order-page .shima-qo-hero,
.shima-quick-order-page .shima-qo-summary-card,
.shima-quick-order-page .shima-qo-results,
.shima-quick-order-page .shima-qo-access-card {
  border-color: var(--shima-ds-line);
}
.shima-quick-order-page .shima-qo-summary-card,
.shima-quick-order-page .shima-qo-results {
  box-shadow: var(--shima-ds-shadow);
}
.shima-quick-order-page .shima-qo-results.has-submit-error {
  animation: shima-qo-attention .35s ease 2;
  border-color: #e6b45b;
}
.shima-quick-order-page .shima-quick-order-form.is-submitting {
  opacity: .92;
}
@keyframes shima-qo-attention {
  50% { transform: translateX(-2px); }
}

/* ---------- Cart / checkout premium unification ---------- */
.shima-transaction-page .shima-transaction-head {
  min-height: 130px;
  padding: 23px 27px;
  border: 1px solid var(--shima-ds-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 22%, rgba(8,123,67,.075), transparent 17rem),
    linear-gradient(135deg,#f0faf4,#fff 72%);
  box-shadow: var(--shima-ds-shadow);
}
.shima-transaction-page .shima-transaction-head h1 {
  color: var(--shima-ds-green-deep);
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 950;
}
.shima-transaction-page .shima-transaction-head p {
  color: #58675f;
  font-size: 11.8px;
  line-height: 1.95;
  font-weight: 650;
}
.shima-transaction-page .shima-transaction-badges {
  gap: 8px;
}
.shima-transaction-page .shima-transaction-badges > span {
  min-height: 38px;
  padding-inline: 12px;
  border: 1px solid #d9e7df;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: #415148;
  font-size: 10px;
  font-weight: 900;
}
.shima-transaction-page .shima-checkout-progress {
  min-height: 82px;
  margin-top: 13px;
  padding: 7px;
  border: 1px solid var(--shima-ds-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(15,44,29,.03);
}
.shima-transaction-page .shima-checkout-progress > div {
  border-radius: 12px;
}
.shima-transaction-page .shima-checkout-progress > div.is-active {
  background: linear-gradient(180deg,#f0faf4,#eaf7ef);
}
.shima-transaction-page .shima-checkout-progress > div.is-active > span,
.shima-transaction-page .shima-checkout-progress > div.is-done > span {
  background: var(--shima-ds-green);
  color: #fff;
}
.shima-transaction-page .shima-checkout-progress strong {
  font-size: 11px;
  font-weight: 950;
}
.shima-transaction-page .shima-checkout-progress small {
  color: #728078;
  font-size: 8.8px;
  font-weight: 750;
}
.shima-transaction-page .shima-transaction-content {
  margin-top: 14px;
}

/* WooCommerce Blocks */
.shima-transaction-page .shima-transaction-content .wc-block-components-sidebar-layout {
  gap: 16px !important;
}
.shima-transaction-page .shima-transaction-content .wc-block-cart__main,
.shima-transaction-page .shima-transaction-content .wc-block-checkout__main,
.shima-transaction-page .shima-transaction-content .wc-block-cart__sidebar,
.shima-transaction-page .shima-transaction-content .wc-block-checkout__sidebar,
.shima-transaction-page .shima-transaction-content .wc-block-components-order-summary,
.shima-transaction-page .shima-transaction-content .wc-block-components-checkout-step {
  border: 1px solid var(--shima-ds-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: var(--shima-ds-shadow) !important;
}
.shima-transaction-page .shima-transaction-content .wc-block-cart__main,
.shima-transaction-page .shima-transaction-content .wc-block-checkout__main,
.shima-transaction-page .shima-transaction-content .wc-block-cart__sidebar,
.shima-transaction-page .shima-transaction-content .wc-block-checkout__sidebar {
  padding: 18px !important;
}
.shima-transaction-page .wc-block-components-title,
.shima-transaction-page .wc-block-components-checkout-step__heading {
  color: var(--shima-ds-ink) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
}
.shima-transaction-page .wc-block-components-text-input input,
.shima-transaction-page .wc-block-components-combobox .wc-block-components-combobox-control input,
.shima-transaction-page .wc-block-components-address-form input,
.shima-transaction-page .wc-block-components-address-form select,
.shima-transaction-page .wc-block-components-textarea {
  border-color: #d7e4dc !important;
  border-radius: 12px !important;
  background: #fbfdfc !important;
}
.shima-transaction-page .wc-block-components-text-input input:focus,
.shima-transaction-page .wc-block-components-combobox .wc-block-components-combobox-control input:focus,
.shima-transaction-page .wc-block-components-address-form input:focus,
.shima-transaction-page .wc-block-components-address-form select:focus,
.shima-transaction-page .wc-block-components-textarea:focus {
  border-color: #94c7a7 !important;
  box-shadow: var(--shima-ds-ring) !important;
}
.shima-transaction-page .wc-block-components-button,
.shima-transaction-page .wc-block-cart__submit-button,
.shima-transaction-page .wc-block-components-checkout-place-order-button {
  min-height: 48px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg,var(--shima-ds-green-2),var(--shima-ds-green)) !important;
  color: #fff !important;
  font-size: 11.5px !important;
  font-weight: 950 !important;
  box-shadow: 0 8px 20px rgba(8,123,67,.13) !important;
}
.shima-transaction-page .wc-block-cart-item__image img,
.shima-transaction-page .wc-block-components-order-summary-item__image img {
  border: 1px solid #e3ebe6 !important;
  border-radius: 12px !important;
  background: #f7faf8 !important;
}
.shima-transaction-page .wc-block-cart-item__product .wc-block-components-product-name,
.shima-transaction-page .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  color: #15231b !important;
  font-size: 11px !important;
  line-height: 1.8 !important;
  font-weight: 900 !important;
}

/* Classic cart */
.shima-cart-page .woocommerce-cart-form,
.shima-cart-page .cart_totals,
.shima-checkout-page form.woocommerce-checkout #customer_details,
.shima-checkout-page form.woocommerce-checkout #order_review {
  border: 1px solid var(--shima-ds-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: var(--shima-ds-shadow) !important;
}
.shima-cart-page .woocommerce-cart-form,
.shima-cart-page .cart_totals {
  padding: 16px;
}
.shima-cart-page table.shop_table,
.shima-checkout-page .woocommerce-checkout-review-order-table {
  border-color: #e1ebe5 !important;
  border-radius: 14px !important;
  overflow: hidden;
}
.shima-cart-page table.shop_table th,
.shima-checkout-page .woocommerce-checkout-review-order-table th {
  padding: 12px !important;
  background: #f7faf8 !important;
  color: #47574e !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}
.shima-cart-page table.shop_table td,
.shima-checkout-page .woocommerce-checkout-review-order-table td {
  padding: 12px !important;
  border-color: #edf2ef !important;
  font-size: 11px !important;
}
.shima-cart-page .product-thumbnail img {
  width: 72px !important;
  height: 72px !important;
  object-fit: contain;
  border: 1px solid #e2ebe6;
  border-radius: 12px;
  background: #f7faf8;
}
.shima-cart-page .product-name a {
  color: #16241c;
  font-size: 11px;
  line-height: 1.8;
  font-weight: 900;
}
.shima-cart-page .coupon .input-text,
.shima-cart-page .coupon .button,
.shima-cart-page button[name="update_cart"] {
  min-height: 42px !important;
  border-radius: 10px !important;
}
.shima-cart-page .cart_totals h2,
.shima-checkout-page .woocommerce-billing-fields h3,
.shima-checkout-page .woocommerce-additional-fields h3,
.shima-checkout-page #order_review_heading {
  color: var(--shima-ds-ink);
  font-size: 16px;
  font-weight: 950;
}
.shima-cart-page a.checkout-button,
.shima-checkout-page #place_order {
  min-height: 50px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg,var(--shima-ds-green-2),var(--shima-ds-green)) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  box-shadow: 0 8px 20px rgba(8,123,67,.14) !important;
}
.shima-checkout-page .form-row label {
  color: #35453c;
  font-size: 10.5px;
  font-weight: 900;
}
.shima-checkout-page .form-row input.input-text,
.shima-checkout-page .form-row textarea,
.shima-checkout-page .form-row select,
.shima-checkout-page .select2-container--default .select2-selection--single {
  min-height: 45px;
  border: 1px solid #d7e4dc !important;
  border-radius: 11px !important;
  background: #fbfdfc !important;
  color: #24332a;
  font-size: 11px;
  font-weight: 700;
}
.shima-checkout-page .woocommerce-checkout-payment {
  border: 1px solid #e1ebe5 !important;
  border-radius: 14px !important;
  background: #f8fbf9 !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .shima-archive-page .shima-archive-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .shima-storefront-ui-active .shima-container {
    width: min(100% - 26px, 1180px);
  }
}

@media (max-width: 900px) {
  .shima-archive-page .shima-archive-head,
  .shima-transaction-page .shima-transaction-head {
    min-height: 0;
  }
  .shima-archive-page .shima-archive-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .shima-product-page .shima-product-hero {
    gap: 12px;
  }
}

@media (max-width: 760px) {
  .shima-storefront-ui-active .shima-container {
    width: min(100% - 20px, 720px);
  }
  .shima-storefront-ui-active .shima-main {
    padding-bottom: 72px;
  }

  /* Catalogue mobile */
  .shima-archive-page .shima-archive-head {
    padding: 17px 15px;
    border-radius: 17px;
  }
  .shima-archive-page .shima-archive-head h1 {
    font-size: 20px;
  }
  .shima-archive-page .shima-archive-head p {
    font-size: 10.5px;
  }
  .shima-archive-page .shima-archive-ordering select {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    font-size: 10.5px;
  }
  .shima-archive-page .shima-category-chips {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 7px;
    scrollbar-width: none;
  }
  .shima-archive-page .shima-category-chips::-webkit-scrollbar { display:none; }
  .shima-archive-page .shima-category-chips a {
    flex: 0 0 auto;
    min-height: 37px;
    padding-inline: 12px;
    font-size: 9.7px;
  }
  .shima-archive-page .shima-archive-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
  }
  .shima-archive-page .shima-product-card {
    border-radius: 14px;
  }
  .shima-archive-page .shima-product-image {
    margin: 5px;
    border-radius: 11px;
  }
  .shima-archive-page .shima-product-card-body {
    gap: 5px;
    padding: 6px 8px 9px;
  }
  .shima-archive-page .shima-product-card h2 {
    min-height: 36px;
    font-size: 9.6px;
    line-height: 1.82;
  }
  .shima-archive-page .shima-product-price {
    font-size: 8.2px;
  }
  .shima-archive-page .shima-product-price strong {
    font-size: 9.5px;
  }
  .shima-archive-page .shima-product-card-meta {
    display: grid;
    gap: 4px;
    padding: 6px;
    font-size: 7.8px;
  }
  .shima-archive-page .shima-btn-block {
    min-height: 36px;
    font-size: 8.8px;
  }

  /* Product mobile */
  .shima-product-page .shima-product-summary {
    padding: 18px 15px 15px;
  }
  .shima-product-page .shima-product-summary h1 {
    font-size: 21px;
    line-height: 1.72;
  }
  .shima-product-page .shima-summary-price strong {
    font-size: 21px;
  }
  .shima-product-page .shima-product-assurance > div {
    min-height: 65px;
  }
  .shima-product-page .shima-product-assurance strong {
    font-size: 9.8px;
  }
  .shima-product-page .shima-product-assurance small {
    font-size: 8px;
  }

  /* Cart/checkout mobile */
  .shima-transaction-page .shima-transaction-head {
    padding: 17px 15px;
    border-radius: 17px;
  }
  .shima-transaction-page .shima-transaction-head h1 {
    font-size: 20px;
  }
  .shima-transaction-page .shima-transaction-head p {
    font-size: 10.5px;
  }
  .shima-transaction-page .shima-transaction-badges {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .shima-transaction-page .shima-transaction-badges > span {
    min-height: 34px;
    font-size: 9px;
  }
  .shima-transaction-page .shima-checkout-progress {
    min-height: 68px;
    padding: 5px;
    border-radius: 14px;
  }
  .shima-transaction-page .shima-checkout-progress strong {
    font-size: 9px;
  }
  .shima-transaction-page .shima-checkout-progress small {
    font-size: 7.5px;
  }
  .shima-transaction-page .shima-transaction-content .wc-block-cart__main,
  .shima-transaction-page .shima-transaction-content .wc-block-checkout__main,
  .shima-transaction-page .shima-transaction-content .wc-block-cart__sidebar,
  .shima-transaction-page .shima-transaction-content .wc-block-checkout__sidebar {
    padding: 12px !important;
    border-radius: 15px !important;
  }
  .shima-transaction-page .wc-block-components-title,
  .shima-transaction-page .wc-block-components-checkout-step__heading {
    font-size: 13px !important;
  }
  .shima-cart-page .woocommerce-cart-form,
  .shima-cart-page .cart_totals,
  .shima-checkout-page form.woocommerce-checkout #customer_details,
  .shima-checkout-page form.woocommerce-checkout #order_review {
    border-radius: 15px !important;
  }
}

@media (max-width: 480px) {
  .shima-archive-page .shima-archive-grid {
    grid-template-columns: 1fr 1fr;
  }
  .shima-product-page .shima-product-summary h1 {
    font-size: 19.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shima-storefront-ui-active *,
  .shima-storefront-ui-active *::before,
  .shima-storefront-ui-active *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
