/* PolyPack — light catalog */
@import url("fonts.css");

:root {
  --bg: #f4f7f8;
  --bg-elev: #ffffff;
  --surface: #ffffff;
  --text: #1a242d;
  --muted: #5c6b78;
  --line: rgba(26, 36, 45, 0.1);
  --accent: #2f8f84;
  --accent-2: #b08a3a;
  --accent-soft: rgba(47, 143, 132, 0.12);
  --radius: 14px;
  --wrap: min(1120px, calc(100% - 2.5rem));
  --font: "Vazirmatn", "Tahoma", system-ui, sans-serif;
  --header-bg: rgba(255, 255, 255, 0.92);
  --footer-bg: #eef3f5;
  --shadow: 0 8px 28px rgba(26, 36, 45, 0.06);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
}

body,
button,
input,
select,
textarea,
.woocommerce,
.woocommerce-page {
  font-family: var(--font);
}

/* Persian font — all text elements site-wide */
body.polypack-elementor,
body.polypack-elementor .elementor {
  font-family: var(--font) !important;
}

body.polypack-elementor h1,
body.polypack-elementor h2,
body.polypack-elementor h3,
body.polypack-elementor h4,
body.polypack-elementor h5,
body.polypack-elementor h6,
body.polypack-elementor p,
body.polypack-elementor span,
body.polypack-elementor strong,
body.polypack-elementor a,
body.polypack-elementor li,
body.polypack-elementor dt,
body.polypack-elementor dd,
body.polypack-elementor label,
body.polypack-elementor .elementor-heading-title,
body.polypack-elementor .elementor-widget-text-editor,
body.polypack-elementor .elementor-widget-text-editor p,
body.polypack-elementor .elementor-widget-html,
body.polypack-elementor .elementor-widget-html p,
body.polypack-elementor .elementor-widget-html span,
body.polypack-elementor .elementor-widget-html h1,
body.polypack-elementor .elementor-widget-html h2,
body.polypack-elementor .elementor-widget-html h3,
body.polypack-elementor .elementor-button,
body.polypack-elementor .about-intro p,
body.polypack-elementor .about-card h3,
body.polypack-elementor .about-card p,
body.polypack-elementor .contact-card h3,
body.polypack-elementor .contact-card p,
body.polypack-elementor .contact-card a,
body.polypack-elementor .contact-note p,
body.polypack-elementor .about-stat span,
body.polypack-elementor .about-stat strong,
body.polypack-elementor .catalog-body h3,
body.polypack-elementor .catalog-body p,
body.polypack-elementor .catalog-body .tag,
body.polypack-elementor .detail-info h1,
body.polypack-elementor .detail-info p,
body.polypack-elementor .detail-info .lead,
body.polypack-elementor .spec dt,
body.polypack-elementor .spec dd {
  font-family: var(--font) !important;
}

body.polypack-elementor .brand-en {
  font-family: var(--font) !important;
  letter-spacing: 0.06em;
}

.bg-mesh {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(900px 500px at 10% -10%, rgba(47, 143, 132, 0.12), transparent 55%),
    radial-gradient(700px 420px at 100% 0%, rgba(176, 138, 58, 0.08), transparent 50%),
    linear-gradient(180deg, #f8fbfb, var(--bg));
}

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

.skip {
  position: absolute;
  inset-inline-start: -9999px;
  top: 0;
  z-index: 999;
  padding: 0.75rem 1rem;
  background: var(--accent);
  color: #fff;
}

.skip:focus {
  inset-inline-start: 1rem;
  top: 1rem;
}

.wrap {
  width: var(--wrap);
  margin-inline: auto;
}

/* Header — full-bleed bar, content in .wrap */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  max-width: none;
  backdrop-filter: blur(12px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
}

.site-header > .wrap {
  width: var(--wrap);
  max-width: 100%;
  margin-inline: auto;
}

.header-inner,
.polypack-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
}

.brand,
.polypack-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-inline-end: auto;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), #246f67);
  box-shadow: 0 0 0 1px rgba(47, 143, 132, 0.2);
  flex-shrink: 0;
}

.brand-name {
  display: block;
  font-weight: 700;
  font-size: 1.05rem;
}

.brand-en {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}

.nav,
.polypack-nav {
  display: flex;
  gap: 1.1rem;
  font-size: 0.95rem;
}

.nav a[aria-current="page"],
.nav a:hover,
.polypack-nav a[aria-current="page"],
.polypack-nav a:hover {
  color: var(--accent);
}

.header-cta,
.polypack-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #267a72);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
}

.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.nav-cart-link {
  display: none;
}

.nav-cart-link .cart-count {
  background: var(--accent);
  margin-inline-start: 0.35rem;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  border-radius: 2px;
}

/* About page */
.about-page {
  padding: 2rem 0 3.5rem;
}

.about-page .page-hero {
  padding-top: 1rem;
  margin-bottom: 1.75rem;
}

.about-intro {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.85;
}

.about-intro p {
  margin: 0;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.about-stat {
  padding: 1.25rem 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  box-shadow: var(--shadow);
  text-align: center;
}

.about-stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 0.35rem;
}

.about-stat span {
  color: var(--muted);
  font-size: 0.9rem;
}

.about-section h2,
.about-parent h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.about-lead {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.about-card {
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  box-shadow: var(--shadow);
}

.about-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--text);
}

.about-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.about-parent {
  padding: 1.5rem;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(47, 143, 132, 0.08), rgba(255, 255, 255, 0.9));
}

.about-parent p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  line-height: 1.8;
}

.about-parent p:last-child {
  margin-bottom: 0;
}

body.page .site-main,
body.page .page-content,
body.page .entry-content {
  max-width: var(--wrap);
  margin-inline: auto;
  padding: 0 0 2rem;
}

body.page .page-header {
  display: none;
}

body.page .page-content > h1:first-child,
body.page .entry-content > h1:first-child {
  display: none;
}

/* Elementor about page */
body.elementor-page-57 .e-con-boxed > .e-con-inner,
body.elementor-page-19 .e-con-boxed > .e-con-inner,
body.elementor-page-20 .e-con-boxed > .e-con-inner {
  max-width: var(--wrap);
  margin-inline: auto;
}

body.elementor-page-57 .elementor-widget-heading .elementor-heading-title,
body.elementor-page-19 .elementor-widget-heading .elementor-heading-title {
  text-align: right;
}

body.elementor-page-57 .elementor-widget-text-editor,
body.elementor-page-19 .elementor-widget-text-editor {
  text-align: right;
  color: var(--muted);
}

body.elementor-page-57 .elementor-widget-html .about-intro,
body.elementor-page-57 .elementor-widget-html .about-stats,
body.elementor-page-57 .elementor-widget-html .about-features,
body.elementor-page-57 .elementor-widget-html .about-parent,
body.elementor-page-19 .elementor-widget-html .about-intro,
body.elementor-page-19 .elementor-widget-html .about-stats,
body.elementor-page-19 .elementor-widget-html .about-features,
body.elementor-page-19 .elementor-widget-html .about-parent {
  width: 100%;
}

body.elementor-page-57 .elementor-widget-button .elementor-button,
body.elementor-page-19 .elementor-widget-button .elementor-button {
  background: var(--accent);
  border-radius: 12px;
  font-family: var(--font);
  font-weight: 600;
  padding: 0.75rem 1.25rem;
}

@media (max-width: 800px) {
  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-features {
    grid-template-columns: 1fr;
  }
}

/* Contact page */
.contact-page {
  padding: 0.5rem 0 1rem;
}

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

.contact-card {
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  box-shadow: var(--shadow);
}

.contact-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}

.contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.85;
}

.contact-card a {
  color: var(--accent);
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

.contact-note {
  padding: 1.25rem 1.5rem;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(47, 143, 132, 0.08), rgba(255, 255, 255, 0.9));
}

.contact-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

body.elementor-page-20 .e-con-boxed > .e-con-inner,
body.elementor-page-20 .elementor-widget-html .contact-page,
body.elementor-page-20 .elementor-widget-html .contact-grid {
  width: 100%;
}

body.elementor-page-20 .elementor-widget-heading .elementor-heading-title {
  text-align: right;
}

body.elementor-page-57 .elementor-widget-heading span.elementor-heading-title,
body.elementor-page-20 .elementor-widget-heading span.elementor-heading-title {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: var(--accent-2);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}

body.elementor-page-20 .elementor-widget-text-editor {
  text-align: right;
  color: var(--muted);
}

body.elementor-page-20 .elementor-widget-google_maps iframe {
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

body.elementor-page-20 .elementor-widget-heading h2.elementor-heading-title {
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Hero */
.page-hero {
  padding: 3rem 0 1.25rem;
}

.page-hero .eyebrow {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: var(--accent-2);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

.page-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 42rem;
}

/* Filters */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.25rem 0 1.75rem;
}

.chip {
  appearance: none;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  transition: 0.15s ease;
}

.chip:hover {
  border-color: rgba(47, 143, 132, 0.45);
}

.chip.is-active {
  background: var(--accent-soft);
  border-color: rgba(47, 143, 132, 0.45);
  color: #1f6b63;
}

/* Catalog grid — vertical cards, image on top */
.catalog-loop {
  padding-bottom: 2rem;
}

.catalog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.15rem;
  margin: 0 0 3rem;
}

.catalog-item {
  display: flex;
  flex-direction: column;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  height: 100%;
}

.catalog-item:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 143, 132, 0.35);
  box-shadow: 0 14px 36px rgba(26, 36, 45, 0.12);
}

.catalog-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  width: 100%;
  padding: 1.25rem;
  background: linear-gradient(180deg, #e8f2f8 0%, #f4f8fb 100%);
  color: var(--accent);
  overflow: hidden;
  text-decoration: none;
  border: 0;
}

.catalog-media.has-image {
  padding: 0;
  background: #eef4f8;
}

.catalog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.catalog-media svg {
  width: 64px;
  height: 64px;
}

.catalog-body {
  padding: 1.15rem 1.2rem 1.05rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  text-align: right;
}

.catalog-body .tag {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent);
}

.catalog-body h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.45;
  color: var(--text);
}

.catalog-body h3 a {
  color: inherit;
  text-decoration: none;
}

.catalog-body h3 a:hover {
  color: var(--accent);
}

.catalog-body p {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.catalog-body .meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.catalog-body .meta strong {
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 700;
}

.catalog-body .meta a {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}

.catalog-body .meta a:hover {
  color: var(--accent);
}

/* Footer — full-bleed bar, content in .wrap */
.site-footer {
  width: 100%;
  max-width: none;
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  background: var(--footer-bg);
  padding: 2.5rem 0 1.5rem;
  color: var(--muted);
}

.site-footer > .wrap {
  width: var(--wrap);
  max-width: 100%;
  margin-inline: auto;
}

.footer-grid,
.polypack-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 1.5rem;
}

.footer-col h4,
.polypack-footer-grid h4 {
  margin: 0 0 0.75rem;
  color: var(--text);
  font-size: 0.95rem;
}

.footer-col a,
.polypack-footer-grid a {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--muted);
}

.footer-col a:hover,
.polypack-footer-grid a:hover {
  color: var(--accent);
}

.footer-bottom,
.polypack-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
}

/* Pages / single product — product.html */
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 2rem 2.5rem;
  align-items: start;
  padding: 2.5rem 0 3.5rem;
}

.detail-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.detail-main {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 30% 20%, rgba(47, 143, 132, 0.16), transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(176, 138, 58, 0.1), transparent 50%),
    linear-gradient(160deg, #f2f8f7, #e8f0f2 60%, #eef3f5);
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.detail-main.has-image {
  background: #fff;
}

.detail-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.film-layers {
  position: absolute;
  inset: 12% 10%;
  display: grid;
  gap: 8%;
}

.film-layers span {
  border-radius: 12px;
  border: 1px solid rgba(47, 143, 132, 0.15);
  background: linear-gradient(135deg, rgba(47, 143, 132, 0.14), rgba(255, 255, 255, 0.7));
  box-shadow: 0 12px 40px rgba(26, 36, 45, 0.08);
}

.detail-icon {
  position: relative;
  z-index: 1;
  color: var(--accent);
  width: 42%;
  max-width: 160px;
}

.detail-icon svg {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(26, 36, 45, 0.12));
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
}

.detail-thumbs button {
  appearance: none;
  aspect-ratio: 1;
  border-radius: 12px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(47, 143, 132, 0.1), rgba(255, 255, 255, 0.9)),
    var(--surface);
  cursor: pointer;
  transition: border-color 0.15s ease, transform 0.15s ease;
  box-shadow: var(--shadow);
  padding: 0;
  overflow: hidden;
}

.detail-thumbs button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-thumbs button:hover {
  border-color: rgba(47, 143, 132, 0.4);
}

.detail-thumbs button[aria-pressed="true"] {
  border-color: rgba(47, 143, 132, 0.7);
  box-shadow: 0 0 0 1px rgba(47, 143, 132, 0.2);
}

.detail-info .tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  background: var(--accent-soft);
  color: #1f6b63;
  border: 1px solid rgba(47, 143, 132, 0.22);
}

.detail-info h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 2.8vw, 2.15rem);
  font-weight: 800;
  line-height: 1.35;
}

.detail-info .lead {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 36rem;
}

.specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
}

.spec {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bg-elev);
}

.spec dt {
  margin: 0 0 0.25rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.spec dd {
  margin: 0;
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
}

.qty-row {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.order-fields {
  margin-bottom: 1.1rem;
}

.order-fields .qty-row:last-child {
  margin-bottom: 1.35rem;
}

.qty-row label,
.qty-row .qty-label {
  font-size: 0.88rem;
  color: var(--muted);
}

.qty-row select {
  appearance: none;
  width: 100%;
  max-width: 22rem;
  padding: 0.7rem 0.95rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%235c6b78' stroke-width='1.5' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E") no-repeat left 0.9rem center;
  color: var(--text);
  font: inherit;
  cursor: pointer;
}

.color-swatches {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.5rem;
  max-width: 36rem;
}

.color-swatch {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  cursor: pointer;
  font-size: 0.88rem;
  color: var(--text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.color-swatch:hover {
  border-color: rgba(47, 143, 132, 0.4);
}

.color-swatch:has(input:checked),
.color-swatch:has(input:focus-visible) {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(47, 143, 132, 0.18);
  background: rgba(47, 143, 132, 0.06);
}

.color-swatch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.color-dot {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: var(--swatch, #9aa8b5);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.color-swatch.is-light .color-dot {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
}

.color-name {
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .color-swatches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.choice-swatches {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.5rem, 1fr));
  gap: 0.5rem;
  max-width: 36rem;
}

.choice-swatch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.7rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.choice-swatch:hover {
  border-color: rgba(47, 143, 132, 0.4);
}

.choice-swatch:has(input:checked),
.choice-swatch:has(input:focus-visible) {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(47, 143, 132, 0.18);
  background: rgba(47, 143, 132, 0.08);
  color: #1f6b63;
}

.choice-swatch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.choice-name {
  line-height: 1.3;
}

.qty-row--number {
  max-width: 14rem;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  overflow: hidden;
}

.qty-btn {
  flex: 0 0 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
}

.qty-btn:hover {
  background: rgba(47, 143, 132, 0.08);
  color: var(--accent);
}

.qty-input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 2.75rem;
  margin: 0;
  border: 0;
  border-inline: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  font: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: 0.15s ease;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  border: none;
  cursor: pointer;
}

button.btn-primary:hover {
  filter: brightness(1.08);
}

.polypack-add-to-cart {
  margin-bottom: 0.5rem;
}

.polypack-add-to-cart .hero-actions {
  margin-top: 0.25rem;
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.btn-ghost:hover {
  border-color: rgba(47, 143, 132, 0.45);
  color: #1f6b63;
}

.detail-uses {
  margin-top: 2.5rem;
}

.detail-uses h2 {
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
  font-weight: 700;
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.checklist li {
  position: relative;
  padding-inline-start: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.checklist li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.45rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(47, 143, 132, 0.18);
}

/* Hide default WC chrome on single product */
body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-product-gallery,
body.single-product .summary .price,
body.single-product .summary form.cart,
body.single-product .product_meta,
body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .upsells.products,
body.single-product .stock {
  display: none !important;
}

body.single-product .woocommerce div.product,
body.single-product .site-main,
body.single-product .entry-content {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.single-product .woocommerce div.product {
  display: block;
}

@media (max-width: 900px) {
  .detail-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 1.5rem;
  }

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

@media (max-width: 480px) {
  .specs {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--accent) !important;
  color: #fff !important;
  border-radius: 10px !important;
}

/* Elementor + Hello theme overrides */
body.polypack-elementor {
  background: var(--bg);
  color: var(--text);
}

body.polypack-elementor .site,
body.polypack-elementor #page,
body.polypack-elementor .site-main,
body.polypack-elementor .page-content,
body.polypack-elementor .elementor {
  width: 100%;
  max-width: none;
}

body.polypack-elementor .site-header,
body.polypack-elementor header.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  max-width: none;
  backdrop-filter: blur(12px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
}

body.polypack-elementor .site-footer {
  width: 100%;
  max-width: none;
  background: var(--footer-bg);
}

body.polypack-elementor .elementor-location-header,
body.polypack-elementor #site-header,
body.polypack-elementor header.dynamic-header,
body.polypack-elementor .site-header.dynamic-header {
  display: none !important;
}

body.polypack-elementor > header.site-header,
body.polypack-elementor header.site-header.polypack-header,
body.polypack-elementor header.site-header:has(.polypack-header) {
  display: block !important;
}

body.polypack-elementor .elementor-section-wrap,
body.polypack-elementor .elementor {
  background: transparent;
}

/* Full-width boxed layout — mockup width, centered */
body.polypack-elementor .elementor-31 .elementor-element-8d64676,
body.polypack-elementor .elementor-31 .elementor-element-4937b17,
body.polypack-elementor .elementor-31 .elementor-element-9f4cd03 {
  --align-items: stretch !important;
  width: 100% !important;
  max-width: none !important;
}

body.polypack-elementor .elementor-31 .e-con-inner {
  width: 100% !important;
  max-width: var(--wrap) !important;
  margin-inline: auto !important;
  align-items: stretch !important;
}

body.polypack-elementor .elementor-widget-wrap,
body.polypack-elementor .elementor-widget-container {
  width: 100%;
}

body.polypack-elementor .elementor-element-9f4cd03 {
  padding-top: 3rem;
  padding-bottom: 1.25rem;
}

body.polypack-elementor .elementor-element-b404cf0 .elementor-heading-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--text) !important;
}

body.polypack-elementor .elementor-element-34b43cf {
  color: var(--muted) !important;
  max-width: 42rem;
}

body.polypack-elementor .elementor-element-bf3c5fa .elementor-heading-title {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: var(--accent-2) !important;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

/* Force light Elementor section backgrounds */
body.polypack-elementor .elementor-31 .e-con.e-parent {
  background-color: transparent !important;
}

body.polypack-elementor .elementor-widget-woocommerce-products .catalog {
  margin: 0;
}

body.polypack-elementor .elementor-page .elementor-element.e-con {
  --align-items: stretch;
  --container-widget-width: 100%;
}

body.polypack-elementor .elementor-widget-heading,
body.polypack-elementor .elementor-widget-text-editor,
body.polypack-elementor .elementor-widget-html,
body.polypack-elementor .elementor-widget-woocommerce-products {
  width: 100%;
}

body.polypack-elementor .elementor-widget-heading .elementor-heading-title,
body.polypack-elementor .elementor-widget-text-editor {
  text-align: right;
}

body.polypack-elementor .elementor-widget-html .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.polypack-elementor .filter-bar {
  justify-content: flex-start;
}

body.polypack-elementor .elementor-widget-woocommerce-products .woocommerce {
  width: 100%;
}

/* Override Elementor WC grid — use mockup catalog grid */
body.polypack-elementor .elementor-widget-woocommerce-products .catalog {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.15rem;
}

/* Desktop defaults — mobile overrides below */
body.polypack-elementor .menu-toggle {
  display: none;
}

body.polypack-elementor .polypack-nav {
  display: flex;
}

body.polypack-elementor .polypack-cta,
body.polypack-elementor .header-cta {
  display: inline-flex;
}

@media (max-width: 800px) {
  body.polypack-elementor .elementor-widget-woocommerce-products .catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.85rem;
  }

  body.polypack-elementor .menu-toggle {
    display: flex !important;
  }

  body.polypack-elementor .polypack-cta,
  body.polypack-elementor .header-cta,
  .header-cta,
  .polypack-cta {
    display: none !important;
  }

  body.polypack-elementor .nav-cart-link,
  .nav-cart-link {
    display: flex !important;
    align-items: center;
  }

  body.polypack-elementor .polypack-nav,
  body.polypack-elementor .nav,
  .nav,
  .polypack-nav {
    display: none;
    position: absolute;
    inset-inline: 0;
    top: 100%;
    width: 100%;
    flex-direction: column;
    gap: 0;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
    padding: 0.5rem 0 1rem;
    box-shadow: var(--shadow);
    z-index: 60;
  }

  body.polypack-elementor .polypack-nav.is-open,
  body.polypack-elementor .nav.is-open,
  .nav.is-open,
  .polypack-nav.is-open {
    display: flex !important;
  }

  body.polypack-elementor .polypack-nav a,
  body.polypack-elementor .nav a,
  .nav a,
  .polypack-nav a {
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid var(--line);
  }

  body.polypack-elementor .polypack-nav a:last-child,
  .polypack-nav a:last-child {
    border-bottom: none;
  }

  .site-header {
    position: sticky;
  }

  .header-inner,
  .polypack-header {
    position: relative;
    flex-wrap: nowrap;
    min-height: 64px;
  }

  .site-header > .wrap,
  .site-footer > .wrap {
    width: min(1120px, calc(100% - 1.5rem));
  }

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

  .filter-bar {
    gap: 0.45rem;
  }

  .chip {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
  }

  .footer-grid,
  .polypack-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom,
  .polypack-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.25rem 0 2.5rem;
  }

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

  body.polypack-elementor .elementor-element-b404cf0 .elementor-heading-title {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
  }

  body.polypack-elementor .elementor-31 .e-con-inner {
    max-width: min(1120px, calc(100% - 1.5rem)) !important;
  }
}

@media (max-width: 480px) {
  body.polypack-elementor .elementor-widget-woocommerce-products .catalog,
  .catalog {
    grid-template-columns: 1fr !important;
  }

  .catalog-media {
    aspect-ratio: 16 / 10;
  }

  .catalog-media svg {
    width: 56px;
    height: 56px;
  }

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

  .footer-grid,
  .polypack-footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .brand-en {
    display: none;
  }
}

/* Cart page */
body.elementor-page-8 .e-con-boxed > .e-con-inner {
  max-width: var(--wrap);
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

body.elementor-page-8 .elementor-widget-heading .elementor-heading-title {
  text-align: right;
}

body.elementor-page-8 .elementor-widget-heading span.elementor-heading-title {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: var(--accent-2);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}

body.elementor-page-8 .elementor-widget-text-editor {
  text-align: right;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

body.woocommerce-cart .woocommerce,
body.polypack-elementor.woocommerce-cart .woocommerce {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.polypack-elementor .woocommerce-cart-form,
body.polypack-elementor .cart-collaterals,
body.polypack-elementor .woocommerce-cart .cart_totals,
body.polypack-elementor .woocommerce .cart-empty,
body.polypack-elementor .woocommerce-info {
  font-family: var(--font) !important;
  box-sizing: border-box;
}

body.polypack-elementor .woocommerce-cart-form,
body.polypack-elementor .cart-collaterals .cart_totals {
  width: 100%;
  max-width: 100%;
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  box-shadow: var(--shadow);
  float: none !important;
}

body.polypack-elementor .woocommerce table.shop_table {
  width: 100% !important;
  max-width: 100%;
  border: 0;
  border-radius: 12px;
  margin: 0;
  table-layout: auto;
}

body.polypack-elementor .woocommerce table.shop_table th,
body.polypack-elementor .woocommerce table.shop_table td {
  border-color: var(--line);
  font-family: var(--font);
  vertical-align: middle;
  word-break: break-word;
}

body.polypack-elementor .woocommerce table.shop_table th {
  background: rgba(47, 143, 132, 0.08);
  color: var(--text);
  font-weight: 700;
}

body.polypack-elementor .woocommerce a.remove {
  color: #c0392b !important;
}

body.polypack-elementor .woocommerce .button,
body.polypack-elementor .woocommerce button.button,
body.polypack-elementor .woocommerce a.button,
body.polypack-elementor .woocommerce input.button {
  background: var(--accent) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 12px !important;
  font-family: var(--font) !important;
  font-weight: 600 !important;
  padding: 0.75rem 1.25rem !important;
  float: none !important;
  width: auto;
  max-width: 100%;
  white-space: normal;
  line-height: 1.4;
}

body.polypack-elementor .woocommerce .button:hover,
body.polypack-elementor .woocommerce button.button:hover,
body.polypack-elementor .woocommerce a.button:hover {
  filter: brightness(0.95);
}

body.polypack-elementor .woocommerce a.button.alt,
body.polypack-elementor .woocommerce button.button.alt {
  background: linear-gradient(135deg, var(--accent), #267a72) !important;
  display: block;
  text-align: center;
  width: 100%;
}

body.polypack-elementor .woocommerce-cart .cart-collaterals {
  width: 100% !important;
  float: none !important;
  margin-top: 1.5rem;
}

body.polypack-elementor .woocommerce .cart-empty,
body.polypack-elementor .woocommerce-info {
  border-radius: var(--radius);
  border: 1px solid var(--line) !important;
  background: var(--bg-elev) !important;
  color: var(--muted) !important;
  padding: 1.25rem !important;
}

body.polypack-elementor .woocommerce-info::before {
  color: var(--accent);
}

body.polypack-elementor .return-to-shop .button {
  margin-top: 1rem;
  display: inline-flex;
}

/* Mobile cart — stacked cards, no WC float layout */
@media (max-width: 900px) {
  body.elementor-page-8 .elementor {
    overflow-x: clip;
  }

  body.elementor-page-8 .e-con,
  body.elementor-page-8 .e-con-inner,
  body.elementor-page-8 .elementor-widget,
  body.elementor-page-8 .elementor-widget-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  body.elementor-page-8 .e-con-boxed > .e-con-inner {
    padding-inline: 0.25rem !important;
  }

  body.polypack-elementor.woocommerce-cart .woocommerce,
  body.polypack-elementor .woocommerce-cart-form,
  body.polypack-elementor .cart-collaterals,
  body.polypack-elementor .cart_totals {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.polypack-elementor .woocommerce-cart-form,
  body.polypack-elementor .cart-collaterals .cart_totals {
    padding: 0.85rem;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart,
  body.polypack-elementor .woocommerce table.shop_table.cart {
    display: block;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart thead {
    display: none;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart tbody,
  body.polypack-elementor .woocommerce table.shop_table_responsive.cart tr,
  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    float: none !important;
    clear: both;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart tr.woocommerce-cart-form__cart-item {
    margin-bottom: 0.85rem;
    padding: 0.85rem 0.85rem 0.35rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    position: relative;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td {
    border: 0 !important;
    padding: 0.45rem 0 !important;
    text-align: right !important;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td::before {
    display: block;
    float: none !important;
    width: auto !important;
    margin: 0 0 0.2rem;
    padding: 0;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--muted);
    content: attr(data-title);
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-remove {
    position: absolute;
    inset-inline-end: 0.55rem;
    top: 0.45rem;
    width: auto !important;
    padding: 0 !important;
    z-index: 2;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-remove::before {
    display: none;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-remove a.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(192, 57, 43, 0.08);
    font-size: 1.25rem;
    line-height: 1;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-thumbnail {
    display: none !important;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-name {
    padding-inline-end: 2.5rem !important;
    font-weight: 700;
    color: var(--text);
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-name a {
    color: var(--text);
    text-decoration: none;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-name dl.variation {
    margin: 0.35rem 0 0;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--muted);
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-name dl.variation dt,
  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-name dl.variation dd {
    display: inline;
    margin: 0;
    float: none;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-quantity .quantity {
    float: none;
    margin: 0;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-quantity .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.product-quantity input.qty {
    width: 4.5rem;
    max-width: 100%;
    height: 2.5rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    text-align: center;
    font-family: var(--font);
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.actions {
    padding: 0.75rem 0 0 !important;
    border-top: 1px solid var(--line) !important;
    margin-top: 0.35rem;
  }

  body.polypack-elementor .woocommerce table.shop_table_responsive.cart td.actions::before {
    display: none;
  }

  body.polypack-elementor .woocommerce-cart-form .actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  body.polypack-elementor .woocommerce-cart-form .coupon {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    float: none !important;
    padding: 0 !important;
  }

  body.polypack-elementor .woocommerce-cart-form .coupon label {
    display: none;
  }

  body.polypack-elementor .woocommerce-cart-form .coupon .input-text {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: 2.75rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0 0.85rem;
    font-family: var(--font);
    box-sizing: border-box;
  }

  body.polypack-elementor .woocommerce-cart-form .coupon .button,
  body.polypack-elementor .woocommerce-cart-form .actions > .button {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.polypack-elementor .cart_totals {
    margin-top: 1rem;
  }

  body.polypack-elementor .cart_totals h2 {
    font-size: 1.15rem;
    margin: 0 0 0.85rem;
    text-align: right;
  }

  body.polypack-elementor .cart_totals table.shop_table {
    display: block;
    border: 0;
    background: transparent;
  }

  body.polypack-elementor .cart_totals table.shop_table tbody {
    display: block;
  }

  body.polypack-elementor .cart_totals table.shop_table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--line);
    background: transparent !important;
  }

  body.polypack-elementor .cart_totals table.shop_table th,
  body.polypack-elementor .cart_totals table.shop_table td {
    display: block;
    width: auto !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
  }

  body.polypack-elementor .cart_totals table.shop_table th {
    text-align: right !important;
  }

  body.polypack-elementor .cart_totals table.shop_table td {
    text-align: left !important;
  }

  body.polypack-elementor .cart_totals .wc-proceed-to-checkout {
    padding: 0.85rem 0 0;
  }

  body.polypack-elementor .cart_totals .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
  }
}

@media (min-width: 901px) {
  body.polypack-elementor .woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: 1.4fr 0.85fr;
    gap: 1.5rem;
    align-items: start;
  }

  body.polypack-elementor .woocommerce-cart .woocommerce::before,
  body.polypack-elementor .woocommerce-cart .woocommerce::after {
    display: none;
  }

  body.polypack-elementor .woocommerce-cart .woocommerce-cart-form {
    grid-column: 1;
  }

  body.polypack-elementor .woocommerce-cart .cart-collaterals {
    grid-column: 2;
    margin-top: 0;
  }
}
