/* TryyCart 1.10.20 — professional service-tab wireframe polish.
   Visual-only layer: preserves WooCommerce, cart, checkout, rate engine and volumetric formulas. */
:root {
  --tc-pro-navy: #0b1324;
  --tc-pro-ink: #0f172a;
  --tc-pro-blue: #075985;
  --tc-pro-sky: #0284c7;
  --tc-pro-orange: #f97316;
  --tc-pro-border: rgba(15, 23, 42, .12);
  --tc-pro-soft: #f8fafc;
  --tc-pro-muted: #64748b;
  --tc-pro-radius: 24px;
}

body.tryycart-global-theme .order-india-page,
body.tryycart-global-theme .shop-page,
body.tryycart-global-theme .courier-page,
body.tryycart-global-theme .rate-page,
body.tryycart-global-theme .tc-service-route-page {
  background: #f8fafc;
  color: var(--tc-pro-ink);
}

body.tryycart-global-theme .order-hero,
body.tryycart-global-theme .shop-hero,
body.tryycart-global-theme .courier-hero,
body.tryycart-global-theme .rate-hero,
body.tryycart-global-theme .tc-service-page-hero {
  min-height: 408px !important;
  padding: 54px 0 !important;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 86% 18%, rgba(14, 165, 233, .22), transparent 34%),
    radial-gradient(circle at 12% 86%, rgba(249, 115, 22, .18), transparent 30%),
    linear-gradient(135deg, #08111f 0%, #0f1d35 52%, #172554 100%) !important;
  color: #fff;
  position: relative;
  overflow: hidden;
}
body.tryycart-global-theme .order-hero::before,
body.tryycart-global-theme .shop-hero::before,
body.tryycart-global-theme .courier-hero::before,
body.tryycart-global-theme .rate-hero::before,
body.tryycart-global-theme .tc-service-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,1), rgba(0,0,0,.25));
  pointer-events: none;
}
body.tryycart-global-theme .order-hero::after,
body.tryycart-global-theme .shop-hero::after,
body.tryycart-global-theme .courier-hero::after,
body.tryycart-global-theme .rate-hero::after,
body.tryycart-global-theme .tc-service-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 7% 34px auto;
  width: 320px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
  opacity: .75;
}

body.tryycart-global-theme .order-hero-grid,
body.tryycart-global-theme .shop-hero-inner,
body.tryycart-global-theme .courier-hero-grid,
body.tryycart-global-theme .rate-hero-grid,
body.tryycart-global-theme .tc-service-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .82fr) !important;
  gap: clamp(28px, 4vw, 62px) !important;
  align-items: center !important;
}

body.tryycart-global-theme .hero-pill,
body.tryycart-global-theme .tc-service-page-eyebrow,
body.tryycart-global-theme .rate-hero .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(251, 146, 60, .52);
  background: rgba(255, 247, 237, .10);
  color: #fed7aa;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  box-shadow: none !important;
}
body.tryycart-global-theme .hero-pill i,
body.tryycart-global-theme .tc-service-page-eyebrow i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.15);
}

body.tryycart-global-theme .order-hero h1,
body.tryycart-global-theme .shop-hero h1,
body.tryycart-global-theme .courier-hero h1,
body.tryycart-global-theme .rate-hero h1,
body.tryycart-global-theme .tc-service-page-hero h1 {
  max-width: 760px;
  margin: 0 0 15px !important;
  font-size: clamp(2.05rem, 4.4vw, 4.35rem) !important;
  line-height: .98 !important;
  letter-spacing: -.065em !important;
  font-weight: 950 !important;
  color: #fff !important;
}
body.tryycart-global-theme .order-hero .gradient-text,
body.tryycart-global-theme .shop-hero .gradient-text,
body.tryycart-global-theme .courier-hero .gradient-text,
body.tryycart-global-theme .rate-hero .gradient-text,
body.tryycart-global-theme .tc-service-page-hero em,
body.tryycart-global-theme .tc-service-page-hero strong {
  display: inline;
  font-style: normal;
  color: transparent !important;
  background: linear-gradient(90deg, #fb923c, #f97316 28%, #38bdf8 84%);
  -webkit-background-clip: text;
  background-clip: text;
}
body.tryycart-global-theme .order-hero p,
body.tryycart-global-theme .shop-hero p,
body.tryycart-global-theme .courier-hero > div > div:first-child > p,
body.tryycart-global-theme .rate-hero p,
body.tryycart-global-theme .tc-service-page-hero p {
  max-width: 680px !important;
  margin: 0;
  color: rgba(226, 232, 240, .88) !important;
  font-size: clamp(1rem, 1.5vw, 1.12rem) !important;
  line-height: 1.68 !important;
}

body.tryycart-global-theme .marketplace-row,
body.tryycart-global-theme .courier-hero .button-row,
body.tryycart-global-theme .rate-hero-actions,
body.tryycart-global-theme .tc-service-page-actions {
  margin-top: 24px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px !important;
}
body.tryycart-global-theme .marketplace-row span,
body.tryycart-global-theme .rate-hero-actions span,
body.tryycart-global-theme .tc-service-page-actions span {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.08) !important;
  color: rgba(255,255,255,.88) !important;
  padding: 8px 12px !important;
  box-shadow: none !important;
  font-weight: 800;
  letter-spacing: .01em;
}

body.tryycart-global-theme .order-hero-art,
body.tryycart-global-theme .shop-hero-card,
body.tryycart-global-theme .courier-features,
body.tryycart-global-theme .rate-proof-panel,
body.tryycart-global-theme .tc-service-page-visual {
  min-height: 238px;
  border-radius: 30px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.045)) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}
body.tryycart-global-theme .order-hero-art {
  padding: 18px !important;
  gap: 12px !important;
  justify-content: center;
}
body.tryycart-global-theme .order-hero-art > span,
body.tryycart-global-theme .order-hero-art .hub-card {
  min-width: 116px !important;
  padding: 16px 14px !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.10) !important;
}
body.tryycart-global-theme .order-hero-art > i {
  color: rgba(255,255,255,.55) !important;
  font-size: 1.3rem !important;
}
body.tryycart-global-theme .shop-hero-card {
  padding: 30px !important;
  display: grid;
  place-items: center;
  text-align: center;
}
body.tryycart-global-theme .shop-hero-card strong {
  font-size: clamp(3.4rem, 6vw, 5.2rem) !important;
  line-height: .85 !important;
  color: #fff !important;
}
body.tryycart-global-theme .shop-hero-card b,
body.tryycart-global-theme .shop-hero-card small {
  color: rgba(255,255,255,.88) !important;
}
body.tryycart-global-theme .courier-features {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 10px !important;
}
body.tryycart-global-theme .courier-features span {
  min-height: 96px;
  padding: 18px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.tryycart-global-theme .courier-features span:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12) !important; }
body.tryycart-global-theme .courier-features span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12) !important; }
body.tryycart-global-theme .courier-features b { color: #fff !important; }
body.tryycart-global-theme .courier-features small { color: rgba(226,232,240,.78) !important; }

body.tryycart-global-theme .order-flow-bar,
body.tryycart-global-theme .courier-trust {
  padding: 12px 0 !important;
  border-block: 1px solid rgba(15,23,42,.08) !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.tryycart-global-theme .order-flow-bar .shell,
body.tryycart-global-theme .courier-trust .shell {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: stretch;
}
body.tryycart-global-theme .order-flow-bar span,
body.tryycart-global-theme .courier-trust span {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 9px 16px !important;
  min-height: auto !important;
  border: 0 !important;
  border-right: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #334155 !important;
  font-size: .9rem !important;
  font-weight: 700;
}
body.tryycart-global-theme .order-flow-bar span:last-child,
body.tryycart-global-theme .courier-trust span:last-child { border-right: 0 !important; }
body.tryycart-global-theme .order-flow-bar b,
body.tryycart-global-theme .courier-trust b {
  display: inline-flex;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #ea580c;
  font-size: .72rem;
  flex: 0 0 auto;
}

body.tryycart-global-theme .order-builder,
body.tryycart-global-theme .shop-main,
body.tryycart-global-theme .booking-area,
body.tryycart-global-theme .rate-workspace,
body.tryycart-global-theme .tc-service-page-body {
  padding: clamp(34px, 5vw, 58px) 0 !important;
  background: #f8fafc !important;
}
body.tryycart-global-theme .shop-toolbar,
body.tryycart-global-theme .shop-categories {
  padding: 14px 0 !important;
  background: #fff !important;
  border-bottom: 1px solid rgba(15,23,42,.08) !important;
  box-shadow: none !important;
}
body.tryycart-global-theme .shop-toolbar > .shell {
  gap: 14px !important;
}
body.tryycart-global-theme .shop-search,
body.tryycart-global-theme .toolbar-actions select,
body.tryycart-global-theme .filter-panel,
body.tryycart-global-theme .catalog,
body.tryycart-global-theme .order-workspace,
body.tryycart-global-theme .booking-form,
body.tryycart-global-theme .courier-sidebar > section,
body.tryycart-global-theme .tc-service-main-panel,
body.tryycart-global-theme .tc-rate-form-panel,
body.tryycart-global-theme .tc-rate-side-note,
body.tryycart-global-theme .rate-calculator-panel,
body.tryycart-global-theme .rate-explain-panel {
  border: 1px solid var(--tc-pro-border) !important;
  border-radius: var(--tc-pro-radius) !important;
  background: #fff !important;
  box-shadow: 0 14px 40px rgba(15,23,42,.06) !important;
}
body.tryycart-global-theme .import-card,
body.tryycart-global-theme .product-entry,
body.tryycart-global-theme .dimension-card,
body.tryycart-global-theme .order-items,
body.tryycart-global-theme .form-section,
body.tryycart-global-theme .rate-card,
body.tryycart-global-theme .courier-safety-card {
  border: 1px solid rgba(15,23,42,.10) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.tryycart-global-theme .import-card,
body.tryycart-global-theme .product-entry,
body.tryycart-global-theme .order-items,
body.tryycart-global-theme .form-section {
  padding: clamp(20px, 3vw, 30px) !important;
}
body.tryycart-global-theme .import-card + .product-entry,
body.tryycart-global-theme .product-entry + .order-items,
body.tryycart-global-theme .booking-form .form-section + .form-section {
  margin-top: 18px !important;
}
body.tryycart-global-theme .form-accent,
body.tryycart-global-theme .filter-panel::before,
body.tryycart-global-theme .catalog::before,
body.tryycart-global-theme .import-card::before,
body.tryycart-global-theme .product-entry::before,
body.tryycart-global-theme .order-workspace::before,
body.tryycart-global-theme .booking-form::before {
  display: none !important;
}
body.tryycart-global-theme .order-builder-grid,
body.tryycart-global-theme .booking-layout,
body.tryycart-global-theme .shop-layout,
body.tryycart-global-theme .rate-workspace-grid,
body.tryycart-global-theme .tc-service-content-grid {
  display: grid !important;
  align-items: start !important;
  gap: clamp(18px, 2.4vw, 30px) !important;
}
body.tryycart-global-theme .order-builder-grid { grid-template-columns: minmax(0, 1fr) !important; }
body.tryycart-global-theme .shop-layout { grid-template-columns: minmax(230px, 280px) minmax(0, 1fr) !important; }
body.tryycart-global-theme .booking-layout { grid-template-columns: minmax(0, 1fr) minmax(300px, 356px) !important; }
body.tryycart-global-theme .rate-workspace-grid,
body.tryycart-global-theme .tc-service-content-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 360px) !important; }

body.tryycart-global-theme .filter-heading h3,
body.tryycart-global-theme .entry-head h2,
body.tryycart-global-theme .form-intro h2,
body.tryycart-global-theme .catalog-top h2,
body.tryycart-global-theme .tc-service-route-title,
body.tryycart-global-theme .rate-explain-panel h2,
body.tryycart-global-theme .tc-rate-side-note h2 {
  margin: 0 0 8px !important;
  color: #0f172a !important;
  font-size: clamp(1.45rem, 2.1vw, 2rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -.035em !important;
  font-weight: 900 !important;
}
body.tryycart-global-theme .filter-heading p,
body.tryycart-global-theme .entry-head p,
body.tryycart-global-theme .form-intro p,
body.tryycart-global-theme .catalog-top p,
body.tryycart-global-theme .tc-service-route-summary,
body.tryycart-global-theme .rate-explain-panel p,
body.tryycart-global-theme .tc-rate-side-note p {
  margin: 0;
  color: var(--tc-pro-muted) !important;
  line-height: 1.65 !important;
}
body.tryycart-global-theme .entry-head,
body.tryycart-global-theme .form-intro,
body.tryycart-global-theme .catalog-top,
body.tryycart-global-theme .filter-heading {
  padding-bottom: 16px !important;
  margin-bottom: 18px !important;
  border-bottom: 1px solid rgba(15,23,42,.08) !important;
}

body.tryycart-global-theme .field-grid,
body.tryycart-global-theme .dimension-inputs,
body.tryycart-global-theme .address-extras {
  gap: 14px !important;
}
body.tryycart-global-theme label,
body.tryycart-global-theme .rate-card label {
  color: #334155;
  font-weight: 800;
}
body.tryycart-global-theme input,
body.tryycart-global-theme select,
body.tryycart-global-theme textarea,
body.tryycart-global-theme .rate-card input,
body.tryycart-global-theme .rate-card select {
  border: 1px solid rgba(15,23,42,.14) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.tryycart-global-theme input:focus,
body.tryycart-global-theme select:focus,
body.tryycart-global-theme textarea:focus {
  border-color: rgba(249,115,22,.65) !important;
  box-shadow: 0 0 0 4px rgba(249,115,22,.12) !important;
  outline: none !important;
}

body.tryycart-global-theme .shop-categories .shell {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}
body.tryycart-global-theme .shop-categories .shell::-webkit-scrollbar { display: none; }
body.tryycart-global-theme .shop-categories button,
body.tryycart-global-theme .view-toggle button,
body.tryycart-global-theme .filter-close,
body.tryycart-global-theme .mobile-filter-button {
  box-shadow: none !important;
}
body.tryycart-global-theme .product-grid.grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
body.tryycart-global-theme .product-card {
  border: 1px solid rgba(15,23,42,.10) !important;
  border-radius: 22px !important;
  box-shadow: 0 10px 28px rgba(15,23,42,.055) !important;
  overflow: hidden;
}
body.tryycart-global-theme .product-visual {
  min-height: 176px !important;
}
body.tryycart-global-theme .shop-crosssell {
  padding: 22px 0 50px !important;
  background: #f8fafc !important;
}
body.tryycart-global-theme .shop-crosssell > .shell {
  border-radius: 26px !important;
  box-shadow: none !important;
  border: 1px solid rgba(15,23,42,.12) !important;
}
body.tryycart-global-theme .shop-crosssell button {
  box-shadow: none !important;
}

body.tryycart-global-theme .order-assurance {
  padding: 42px 0 !important;
  background: #fff !important;
}
body.tryycart-global-theme .order-assurance .section-heading,
body.tryycart-global-theme .order-assurance .tc-section-heading {
  margin-bottom: 24px !important;
}
body.tryycart-global-theme .order-assurance .shell > div:last-child {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
body.tryycart-global-theme .order-assurance article {
  padding: 22px !important;
  border: 0 !important;
  border-right: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.tryycart-global-theme .order-assurance article:last-child { border-right: 0 !important; }
body.tryycart-global-theme .order-assurance article > span {
  box-shadow: none !important;
}

body.tryycart-global-theme .courier-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px !important;
}
body.tryycart-global-theme .courier-sidebar > section {
  padding: 22px !important;
}
body.tryycart-global-theme .side-head,
body.tryycart-global-theme .side-head.purple,
body.tryycart-global-theme .side-head.orange,
body.tryycart-global-theme .side-head.safety,
body.tryycart-global-theme .side-head.dark {
  border-radius: 999px !important;
  padding: 8px 12px !important;
  box-shadow: none !important;
  background: #fff7ed !important;
  color: #ea580c !important;
  border: 1px solid #fed7aa !important;
  font-size: .76rem !important;
  letter-spacing: .09em;
  text-transform: uppercase;
  width: fit-content;
}
body.tryycart-global-theme .summary-cards {
  gap: 12px !important;
}
body.tryycart-global-theme .summary-cards span,
body.tryycart-global-theme .why-list li,
body.tryycart-global-theme .prohibited-mini span {
  box-shadow: none !important;
}

body.tryycart-global-theme .rate-page .shipping-rate-card {
  width: 100%;
  max-width: none;
  border: 0 !important;
  box-shadow: none !important;
}
body.tryycart-global-theme .rate-proof-panel,
body.tryycart-global-theme .tc-service-page-visual {
  padding: 24px;
  display: grid;
  gap: 12px;
}
body.tryycart-global-theme .rate-proof-panel span,
body.tryycart-global-theme .tc-service-page-visual span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.84);
  font-weight: 700;
}
body.tryycart-global-theme .rate-proof-panel span:last-child,
body.tryycart-global-theme .tc-service-page-visual span:last-child { border-bottom: 0; }
body.tryycart-global-theme .rate-proof-panel b,
body.tryycart-global-theme .tc-service-page-visual b { color: #fff; }
body.tryycart-global-theme .rate-explain-panel,
body.tryycart-global-theme .tc-rate-side-note { padding: 26px !important; }
body.tryycart-global-theme .rate-explain-list,
body.tryycart-global-theme .tc-rate-steps {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
body.tryycart-global-theme .rate-explain-list li,
body.tryycart-global-theme .tc-rate-steps li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  color: #475569;
}
body.tryycart-global-theme .rate-explain-list li::before,
body.tryycart-global-theme .tc-rate-steps li::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}
body.tryycart-global-theme .tc-rate-content {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
body.tryycart-global-theme .tc-rate-content > * {
  max-width: 100%;
}
body.tryycart-global-theme .tc-rate-form-panel > *:first-child { margin-top: 0 !important; }
body.tryycart-global-theme .tc-rate-form-panel > *:last-child { margin-bottom: 0 !important; }
body.tryycart-global-theme .tc-rate-form-panel { padding: clamp(20px, 3vw, 30px) !important; }

body.tryycart-global-theme .btn,
body.tryycart-global-theme button.btn,
body.tryycart-global-theme .import-button,
body.tryycart-global-theme .order-submit,
body.tryycart-global-theme .submit-booking {
  box-shadow: none !important;
}
body.tryycart-global-theme .btn:hover,
body.tryycart-global-theme button:hover {
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  body.tryycart-global-theme .product-grid.grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body.tryycart-global-theme .shop-layout { grid-template-columns: 240px minmax(0, 1fr) !important; }
  body.tryycart-global-theme .order-assurance .shell > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body.tryycart-global-theme .order-assurance article:nth-child(2n) { border-right: 0 !important; }
  body.tryycart-global-theme .order-assurance article:nth-child(-n+2) { border-bottom: 1px solid rgba(15,23,42,.08) !important; }
}
@media (max-width: 1024px) {
  body.tryycart-global-theme .order-hero-grid,
  body.tryycart-global-theme .shop-hero-inner,
  body.tryycart-global-theme .courier-hero-grid,
  body.tryycart-global-theme .rate-hero-grid,
  body.tryycart-global-theme .tc-service-page-hero-grid,
  body.tryycart-global-theme .booking-layout,
  body.tryycart-global-theme .rate-workspace-grid,
  body.tryycart-global-theme .tc-service-content-grid {
    grid-template-columns: 1fr !important;
  }
  body.tryycart-global-theme .order-hero,
  body.tryycart-global-theme .shop-hero,
  body.tryycart-global-theme .courier-hero,
  body.tryycart-global-theme .rate-hero,
  body.tryycart-global-theme .tc-service-page-hero {
    min-height: auto !important;
    padding: 44px 0 !important;
  }
  body.tryycart-global-theme .order-hero-art,
  body.tryycart-global-theme .shop-hero-card,
  body.tryycart-global-theme .courier-features,
  body.tryycart-global-theme .rate-proof-panel,
  body.tryycart-global-theme .tc-service-page-visual {
    min-height: 0 !important;
  }
  body.tryycart-global-theme .courier-sidebar { position: static; }
  body.tryycart-global-theme .shop-layout { grid-template-columns: 1fr !important; }
  body.tryycart-global-theme .filter-panel {
    display: none;
    padding: 20px !important;
  }
  body.tryycart-global-theme .filter-panel.mobile-open { display: block; }
  body.tryycart-global-theme .mobile-filter-button { display: inline-flex !important; }
}
@media (max-width: 780px) {
  body.tryycart-global-theme .order-flow-bar .shell,
  body.tryycart-global-theme .courier-trust .shell {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.tryycart-global-theme .order-flow-bar span,
  body.tryycart-global-theme .courier-trust span {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(15,23,42,.08) !important;
    padding: 12px 8px !important;
  }
  body.tryycart-global-theme .order-flow-bar span:nth-last-child(-n+2),
  body.tryycart-global-theme .courier-trust span:nth-last-child(-n+2) { border-bottom: 0 !important; }
  body.tryycart-global-theme .field-grid.two,
  body.tryycart-global-theme .field-grid.three,
  body.tryycart-global-theme .field-grid.five,
  body.tryycart-global-theme .dimension-inputs,
  body.tryycart-global-theme .address-extras,
  body.tryycart-global-theme .product-entry-grid {
    grid-template-columns: 1fr !important;
  }
  body.tryycart-global-theme .product-grid.grid { grid-template-columns: 1fr !important; }
  body.tryycart-global-theme .shop-toolbar > .shell,
  body.tryycart-global-theme .toolbar-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  body.tryycart-global-theme .order-assurance .shell > div:last-child { grid-template-columns: 1fr !important; }
  body.tryycart-global-theme .order-assurance article,
  body.tryycart-global-theme .order-assurance article:nth-child(n) {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(15,23,42,.08) !important;
  }
  body.tryycart-global-theme .order-assurance article:last-child { border-bottom: 0 !important; }
}
@media (max-width: 560px) {
  body.tryycart-global-theme .order-hero,
  body.tryycart-global-theme .shop-hero,
  body.tryycart-global-theme .courier-hero,
  body.tryycart-global-theme .rate-hero,
  body.tryycart-global-theme .tc-service-page-hero {
    padding: 34px 0 !important;
  }
  body.tryycart-global-theme .order-hero h1,
  body.tryycart-global-theme .shop-hero h1,
  body.tryycart-global-theme .courier-hero h1,
  body.tryycart-global-theme .rate-hero h1,
  body.tryycart-global-theme .tc-service-page-hero h1 {
    font-size: clamp(2rem, 12vw, 2.65rem) !important;
    letter-spacing: -.05em !important;
  }
  body.tryycart-global-theme .marketplace-row,
  body.tryycart-global-theme .rate-hero-actions,
  body.tryycart-global-theme .tc-service-page-actions { gap: 8px !important; }
  body.tryycart-global-theme .marketplace-row span,
  body.tryycart-global-theme .rate-hero-actions span,
  body.tryycart-global-theme .tc-service-page-actions span {
    font-size: .78rem !important;
    padding: 7px 10px !important;
  }
  body.tryycart-global-theme .order-hero-art { flex-direction: column !important; align-items: stretch !important; }
  body.tryycart-global-theme .order-hero-art > i { transform: rotate(90deg); }
  body.tryycart-global-theme .courier-features { grid-template-columns: 1fr !important; }
  body.tryycart-global-theme .courier-features span:nth-child(n) {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
  }
  body.tryycart-global-theme .courier-features span:last-child { border-bottom: 0 !important; }
  body.tryycart-global-theme .order-flow-bar .shell,
  body.tryycart-global-theme .courier-trust .shell { grid-template-columns: 1fr !important; }
  body.tryycart-global-theme .order-flow-bar span:nth-child(n),
  body.tryycart-global-theme .courier-trust span:nth-child(n) { border-bottom: 1px solid rgba(15,23,42,.08) !important; }
  body.tryycart-global-theme .order-flow-bar span:last-child,
  body.tryycart-global-theme .courier-trust span:last-child { border-bottom: 0 !important; }
  body.tryycart-global-theme .import-card,
  body.tryycart-global-theme .product-entry,
  body.tryycart-global-theme .order-items,
  body.tryycart-global-theme .booking-form,
  body.tryycart-global-theme .courier-sidebar > section,
  body.tryycart-global-theme .filter-panel,
  body.tryycart-global-theme .catalog,
  body.tryycart-global-theme .rate-calculator-panel,
  body.tryycart-global-theme .rate-explain-panel,
  body.tryycart-global-theme .tc-rate-form-panel,
  body.tryycart-global-theme .tc-rate-side-note,
  body.tryycart-global-theme .tc-service-main-panel {
    border-radius: 18px !important;
  }
}


/* 1.10.22 Shipping Rate page: the Core-owned calculator and educational
   sections use the full content width directly below the shared 408px hero. */
body.tryycart-global-theme .tc-service-route-page--rate .tc-service-page-hero {
  min-height: 408px !important;
}

body.tryycart-global-theme .tc-service-route-page--rate .tc-service-content-grid {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body.tryycart-global-theme .tc-service-route-page--rate .tc-rate-form-panel {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-width: 0;
  padding: 0 !important;
}

body.tryycart-global-theme .tc-service-route-page--rate .tc-rate-form-panel > .tc-rate-page {
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

@media (max-width: 1024px) {
  body.tryycart-global-theme .tc-service-route-page--rate .tc-service-page-hero {
    min-height: auto !important;
  }
}
