/*
Theme Name: Central AE WooCommerce
Theme URI: https://central-ae.com/
Author: Central AE
Author URI: https://central-ae.com/
Description: Lightweight mobile-first WooCommerce theme rebuilt from the Central AE Shopify homepage flow.
Version: 1.1.8
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: central-ae
*/

:root {
  --central-bg: #ffffff;
  --central-ink: #111111;
  --central-muted: #444444;
  --central-line: #ebebeb;
  --central-soft: #f5f5f5;
  --central-accent: #111111;
  --central-radius: 10px;
  --central-container: 1440px;
  --central-header: 64px;
  font-family: "Instrument Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--central-bg);
  color: var(--central-ink);
  font-family: "Instrument Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.714;
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }

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

.central-container {
  width: min(100% - 30px, var(--central-container));
  margin-inline: auto;
}

.central-announcement {
  position: relative;
  background: #3485e6;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
}
.central-announcement::after {
  content: "×";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, .72);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.central-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--central-line);
}

.central-header__inner {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  min-height: var(--central-header);
  gap: 10px;
}

.central-logo {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
}

.central-logo img { max-width: 112px; max-height: 30px; width: auto; }
.central-logo__text { font-size: 20px; font-weight: 700; }

.central-menu-toggle,
.central-icon-link,
.central-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--central-ink);
  cursor: pointer;
}

.central-menu-toggle span,
.central-menu-toggle::before,
.central-menu-toggle::after {
  content: "";
  width: 20px;
  height: 2px;
  background: currentColor;
  display: block;
  position: absolute;
  transition: transform .18s ease, opacity .18s ease;
}
.central-menu-toggle { position: relative; }
.central-menu-toggle::before { transform: translateY(-7px); }
.central-menu-toggle::after { transform: translateY(7px); }

.central-actions { display: flex; align-items: center; gap: 0; justify-content: end; }
.central-actions .desktop-only { display: none; }

.central-count {
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  margin-left: -8px;
  margin-top: -18px;
}

.central-nav {
  display: none;
  border-top: 1px solid var(--central-line);
  padding: 12px 15px 18px;
}

.central-nav.is-open { display: block; }
.central-nav ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.central-nav a { display: block; padding: 11px 0; font-weight: 600; }

.central-search-panel {
  display: none;
  border-top: 1px solid var(--central-line);
  padding: 18px 0 22px;
}
.central-search-panel.is-open { display: block; }
.central-search-panel h3 { margin: 0 0 12px; font-size: 18px; }

.central-search-form {
  display: flex;
  gap: 8px;
  border: 1px solid var(--central-line);
  border-radius: var(--central-radius);
  padding: 6px;
  background: #fff;
}
.central-search-form input[type="search"] {
  flex: 1;
  border: 0;
  min-width: 0;
  padding: 12px;
  outline: none;
}
.central-search-form button,
.central-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border: 1px solid #111;
  background: #111;
  color: #fff;
  border-radius: var(--central-radius);
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
  min-height: 44px;
}

.central-trending {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.central-trending a {
  border: 1px solid var(--central-line);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--central-muted);
  font-weight: 600;
}

.central-home { border-top: 1px solid var(--central-line); }

.central-category-section {
  padding: 30px 0 0;
}
.central-category-section--secondary {
  padding-top: 10px;
}
.central-category-head {
  margin-bottom: 18px;
}
.central-category-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--central-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.central-category-head h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 850;
}
.central-category-grid {
  display: grid;
  gap: 10px;
}
.central-category-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--central-radius);
  border: 0;
  background: #f4f4f4;
  aspect-ratio: 3 / 1;
  min-height: 0;
  isolation: isolate;
}
.central-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.central-category-card:hover img { transform: scale(1.05); }
.central-category-card.no-image {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(236, 236, 236, .92)),
    #f4f4f4;
  border-color: var(--central-line);
}
.central-category-card__backdrop {
  position: absolute;
  inset: auto 18px 18px auto;
  color: rgba(0, 0, 0, .055);
  font-size: clamp(92px, 12vw, 178px);
  line-height: .8;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
}
.central-category-card__meta {
  display: grid;
  gap: 5px;
  min-height: 100%;
  padding: 18px;
  color: transparent;
}
.central-category-card.has-image .central-category-card__meta {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.central-category-card.no-image .central-category-card__meta {
  align-content: end;
  color: var(--central-ink);
}
.central-category-card__name {
  font-size: clamp(19px, 2.1vw, 28px);
  line-height: 1.05;
  font-weight: 850;
}
.central-category-card__count {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
}
.central-category-card.no-image .central-category-card__count {
  color: var(--central-muted);
}

.central-section {
  padding: 0;
}
.central-brand-section {
  padding-top: 0;
  padding-bottom: 83px;
}
.central-section__title {
  margin: 0 0 33px;
  text-align: center;
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1.21;
  font-weight: 600;
  letter-spacing: -0.034em;
}

.central-brand-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 20px) / 3);
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 15px 8px;
  margin-inline: -15px;
  scrollbar-width: none;
}
.central-brand-scroll::-webkit-scrollbar { display: none; }
.central-brand {
  scroll-snap-align: start;
  text-align: center;
  min-width: 0;
}
.central-brand__image {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--central-soft);
  width: 100%;
  max-width: 185px;
  margin-inline: auto;
}
.central-brand__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.central-brand__name {
  display: block;
  margin-top: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.central-product-section {
  padding: 70px 0 0;
}
.central-product-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.central-product-head h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.08;
  font-weight: 800;
}
.central-product-head a {
  color: var(--central-muted);
  font-weight: 800;
  font-size: 14px;
}

.central-product-grid,
.woocommerce ul.products {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 15px;
}

.woocommerce ul.products li.product,
.central-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
  overflow: visible;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.central-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin: 0 0 15px;
  background: #fff;
  overflow: hidden;
}

.woocommerce ul.products li.product a img,
.central-product-card__image img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
  background: transparent;
  margin: 0 auto !important;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
}

.woocommerce-loop-product__title,
.central-product-card__title {
  font-size: 15px !important;
  line-height: normal;
  margin: 0 auto 8px !important;
  padding: 0 !important;
  font-weight: 700;
  color: var(--central-ink);
  text-align: center;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.woocommerce-loop-product__title a,
.central-product-card__title a {
  color: inherit;
}

.price,
.central-product-card__price {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  color: #1570d6 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: normal;
  text-align: center;
  margin: 0 !important;
}
.price del,
.central-product-card__price del {
  order: 2;
  color: #9a9a9a !important;
  opacity: 1;
  font-weight: 700;
  text-decoration: line-through;
}
.price del .amount,
.price del bdi,
.central-product-card__price del .amount,
.central-product-card__price del bdi {
  color: #9a9a9a !important;
}
.price ins,
.central-product-card__price ins {
  order: 1;
  color: #1570d6 !important;
  text-decoration: none;
}
.price ins .amount,
.price ins bdi,
.central-product-card__price ins .amount,
.central-product-card__price ins bdi {
  color: #1570d6 !important;
}

.woocommerce ul.products li.product .button,
.central-product-card .button,
.woocommerce ul.products li.product .added_to_cart,
.central-product-card .added_to_cart,
.woocommerce ul.products li.product .onsale,
.central-product-card .onsale {
  display: none !important;
}

.central-wishlist-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  color: #111;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  transform: none;
  transition: opacity .2s ease, transform .2s ease, background .2s ease, color .2s ease;
}
.woocommerce ul.products li.product:hover .central-wishlist-button,
.woocommerce ul.products li.product:focus-within .central-wishlist-button,
.central-product-card:hover .central-wishlist-button,
.central-product-card:focus-within .central-wishlist-button {
  opacity: 1;
  transform: none;
}
.central-wishlist-button.is-active { background: #111; color: #fff; }

.central-trust {
  padding: 0;
  text-align: center;
}
.central-trust h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.21;
  font-weight: 600;
  letter-spacing: -0.034em;
}
.central-loox-space {
  min-height: 1px;
  max-width: 1080px;
  margin: 0 auto;
}
.central-trust__rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 26px;
  color: #111;
  font-weight: 800;
}
.central-trust__stars {
  display: inline-flex;
  gap: 2px;
  color: #111;
  font-size: 16px;
  line-height: 1;
}
.central-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}
.central-review-card {
  border: 1px solid var(--central-line);
  border-radius: 4px;
  padding: 18px;
  background: #fff;
  display: grid;
  gap: 12px;
  min-height: 180px;
}
.central-review-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.central-review-card__top img,
.central-review-card__top span {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  background: var(--central-soft);
}
.central-review-card__top img {
  object-fit: cover;
}
.central-review-card__top span {
  display: inline-grid;
  place-items: center;
  color: var(--central-ink);
  font-size: 14px;
  font-weight: 900;
}
.central-review-card__rating {
  display: block;
  color: var(--central-ink);
  font-size: 13px;
  line-height: 1;
  letter-spacing: .1em;
}
.central-review-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.2;
}
.central-review-card p {
  margin: 0 0 8px;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
}
.central-review-card span {
  color: var(--central-muted);
  font-size: 12px;
  font-weight: 700;
}
.central-review-card small {
  display: block;
  color: var(--central-muted);
  font-size: 12px;
  line-height: 1.4;
}
.central-trust-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  background: var(--central-line);
  border: 1px solid var(--central-line);
}
.central-trust-badges span {
  background: #fff;
  padding: 14px 8px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.central-ugc {
  padding: 56px 0 0;
}
.central-ugc__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.central-ugc__head h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.08;
  font-weight: 800;
}
.central-ugc__head a {
  color: var(--central-muted);
  font-size: 14px;
  font-weight: 800;
}
.central-ugc-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 72%;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 15px 8px;
  margin-inline: -15px;
  scrollbar-width: none;
}
.central-ugc-grid::-webkit-scrollbar { display: none; }
.central-ugc-card {
  position: relative;
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 4px;
  background: var(--central-soft);
  aspect-ratio: 4 / 5;
}
.central-ugc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.central-ugc-card span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 11px;
  background: rgba(255, 255, 255, .92);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
}

.central-faq {
  padding: 69px 0 0;
  max-width: 1100px;
}
.central-faq details {
  border-bottom: 1px solid var(--central-line);
}
.central-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 0;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.central-faq summary::-webkit-details-marker { display: none; }
.central-faq summary::after { content: "+"; font-size: 22px; line-height: 1; }
.central-faq details[open] summary::after { content: "-"; }
.central-faq p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--central-muted);
}

.central-newsletter {
  margin-top: 0;
  background: var(--central-bg);
  border-top: 1px solid var(--central-line);
  border-bottom: 1px solid var(--central-line);
  color: var(--central-ink);
}
.central-newsletter__inner {
  display: grid;
  gap: 24px;
  padding: clamp(30px, 4vw, 48px) 0;
}
.central-newsletter__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--central-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.central-newsletter h2 {
  margin: 0;
  max-width: 620px;
  color: var(--central-ink);
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.05;
  letter-spacing: 0;
}
.central-newsletter p {
  margin: 12px 0 0;
  max-width: 540px;
  color: var(--central-muted);
  font-size: 15px;
  line-height: 1.65;
}
.central-newsletter__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.central-newsletter__form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--central-line);
  border-radius: 0;
  background: #fff;
  padding: 0 15px;
  color: var(--central-ink);
  outline: 0;
  transition: border-color .18s ease, background .18s ease;
}
.central-newsletter__form input::placeholder {
  color: #9a9a9a;
}
.central-newsletter__form input:focus {
  background: #fff;
  border-color: var(--central-ink);
}
.central-newsletter__form button {
  min-height: 48px;
  border: 1px solid var(--central-ink);
  border-radius: 0;
  background: var(--central-ink);
  color: #fff;
  padding: 0 24px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.central-newsletter__form button:hover,
.central-newsletter__form button:focus {
  background: transparent;
  color: var(--central-ink);
}

.central-footer {
  margin-top: 34px;
  background: var(--central-bg);
  border-top: 1px solid var(--central-line);
  color: var(--central-muted);
  font-size: 14px;
}
.central-newsletter + .central-footer {
  margin-top: 0;
  border-top: 0;
}
.central-footer-newsletter {
  border-bottom: 1px solid var(--central-line);
  background: #fff;
}
.central-footer-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: center;
  padding: 34px 0;
}
.central-footer-newsletter h2 {
  margin: 0 0 8px;
  color: var(--central-ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}
.central-footer-newsletter p {
  margin: 0;
  color: var(--central-muted);
}
.central-footer-newsletter__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.central-footer-newsletter__form input,
.central-footer-newsletter__form button {
  min-height: 46px;
  border-radius: 0;
}
.central-footer-newsletter__form input {
  width: 100%;
  border: 1px solid var(--central-line);
  padding: 0 14px;
}
.central-footer-newsletter__form button {
  border: 1px solid var(--central-ink);
  background: var(--central-ink);
  color: #fff;
  padding: 0 18px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.central-footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(4, minmax(120px, 180px));
  gap: 32px;
  padding: 60px 0 45px;
}
.central-footer__brand {
  max-width: 390px;
}
.central-footer__identity {
  display: flex;
  align-items: center;
}
.central-footer__identity .custom-logo-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.central-footer__identity .custom-logo {
  width: auto;
  max-width: 180px;
  max-height: 54px;
}
.central-footer__identity strong {
  display: block;
  color: var(--central-ink);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: 0;
}
.central-footer__brand p {
  margin: 0;
  max-width: 350px;
  color: var(--central-muted);
  font-size: 14px;
  line-height: 1.7;
}
.central-footer__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 22px;
}
.central-footer__column h2 {
  margin: 0 0 14px;
  color: var(--central-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.central-footer__column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.central-footer__column a {
  color: var(--central-muted);
  font-size: 14px;
  transition: color .18s ease, opacity .18s ease;
}
.central-footer__column a:hover,
.central-footer__column a:focus {
  color: var(--central-ink);
}
.central-footer__menu h3 {
  margin: 0 0 14px;
  color: var(--central-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.central-footer__menu ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.central-footer__menu a {
  color: var(--central-muted);
  font-size: 14px;
}
.central-footer__menu a:hover,
.central-footer__menu a:focus {
  color: var(--central-ink);
}
.central-footer__bottom {
  padding: 30px 0;
  border-top: 1px solid var(--central-line);
}
.central-footer__bottom p {
  margin: 0;
  color: var(--central-muted);
  font-size: 12px;
  line-height: 1.6;
}
.central-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.central-footer__social a {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--central-line);
  border-radius: 50%;
  color: var(--central-ink);
  transition: border-color .18s ease, color .18s ease, opacity .18s ease;
}
.central-footer__social a:hover,
.central-footer__social a:focus {
  border-color: var(--central-ink);
  opacity: .72;
}
.central-footer__social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.central-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}
.central-whatsapp-float svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}
.central-sticky-header-enabled .central-header {
  position: sticky;
  top: 0;
  z-index: 70;
}
.admin-bar.central-sticky-header-enabled .central-header {
  top: 32px;
}

.central-page {
  padding: 36px 0 58px;
}
.central-page h1,
.woocommerce-products-header__title {
  margin: 0 0 24px;
  font-size: clamp(28px, 7vw, 44px);
  line-height: 1.1;
}

.woocommerce .woocommerce-breadcrumb {
  width: min(100% - 30px, var(--central-container));
  margin: 22px auto;
  color: var(--central-muted);
  font-size: 13px;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid var(--central-line);
  border-radius: var(--central-radius);
  padding: 12px;
  min-height: 44px;
  background: #fff;
}
.woocommerce form .form-row.form-row-hidden { display: none !important; }

.woocommerce div.product {
  width: min(100% - 30px, var(--central-container));
  margin: 34px auto 60px;
}
.woocommerce div.product div.images img { border-radius: 4px; background: var(--central-soft); }
.woocommerce div.product .product_title { font-size: clamp(28px, 7vw, 44px); line-height: 1.08; }
.woocommerce div.product p.price { font-size: 22px !important; }
.woocommerce div.product form.cart .button { min-height: 48px; padding-inline: 28px; }
.central-product-note {
  border: 1px solid var(--central-line);
  border-radius: var(--central-radius);
  padding: 14px;
  margin: 18px 0;
  background: var(--central-soft);
  color: #333;
}

body.single-product {
  background: #fff;
}

.central-pdp__breadcrumb {
  width: min(100% - 30px, 1100px);
  max-width: 1100px;
  margin: 28px auto 24px;
  color: #777;
  font-size: 14px;
  line-height: 1.4;
}

.central-pdp__breadcrumb a {
  color: #777;
}

.central-pdp__breadcrumb span:last-child {
  color: #111;
  font-weight: 600;
}

.woocommerce div.product.central-pdp,
.central-pdp {
  width: min(100% - 30px, 1100px);
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
}

.central-pdp__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding: 0 0 48px;
}

.central-pdp__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
}

.central-pdp__stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  min-height: 0;
  background: #fff;
  border-radius: 0;
  touch-action: pan-y;
}

.central-pdp__track {
  height: 100%;
  display: flex;
  transition: transform .28s ease;
  will-change: transform;
}

.central-pdp__slide {
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  background: #fff;
}

.central-pdp__slide .central-pdp__image,
.central-pdp__image,
.woocommerce div.product.central-pdp .central-pdp__image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.central-pdp__thumbs {
  order: 2;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 64px;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.central-pdp__thumb {
  width: 64px;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.central-pdp__thumb.is-active {
  border-color: #111;
}

.central-pdp__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.central-pdp__info {
  min-width: 0;
  padding: 0;
  background: #fff;
  color: #111;
}

.central-pdp__summary {
  width: 100%;
  max-width: none;
  margin: 0;
}

.central-pdp__title,
.woocommerce div.product .central-pdp__title {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.21;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.central-pdp__price,
.woocommerce div.product .central-pdp__price {
  margin: 0 0 25px;
  font-size: clamp(24px, 3vw, 26px);
  line-height: normal;
  font-weight: 700;
  color: #111;
}

.central-pdp__purchase {
  margin-bottom: 18px;
}

.central-delivery-timeline {
  margin: 0 0 22px;
  padding: 15px 0 0;
  background: #fff;
  color: #111;
}

.central-delivery-timeline__message {
  margin: 0 0 18px;
  padding: 14px 10px;
  border: 1px solid var(--central-line);
  border-radius: 4px;
  background: #fff;
  color: #151515;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.central-delivery-timeline__countdown {
  white-space: nowrap;
  font-weight: 600;
}

.central-delivery-timeline__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  position: relative;
}

.central-delivery-timeline__steps::before {
  content: "";
  position: absolute;
  top: 25px;
  left: calc(16.666% + 25px);
  right: calc(16.666% + 25px);
  height: 2px;
  background: #111;
}

.central-delivery-timeline__step {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  text-align: center;
}

.central-delivery-timeline__icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  box-shadow: 0 7px 16px rgba(0, 0, 0, .16);
}

.central-delivery-timeline__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.central-delivery-timeline--outline .central-delivery-timeline__icon {
  border: 1px solid #111;
  background: #fff;
  color: #111;
  box-shadow: none;
}

.central-delivery-timeline--minimal .central-delivery-timeline__icon {
  width: 34px;
  height: 34px;
  background: #fff;
  color: #111;
  box-shadow: none;
}

.central-delivery-timeline--minimal .central-delivery-timeline__steps::before {
  top: 17px;
}

.central-delivery-timeline--no-icons .central-delivery-timeline__steps::before {
  display: none;
}

.central-delivery-timeline__step strong {
  display: block;
  max-width: 100%;
  color: #111;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

.central-delivery-timeline__step time {
  display: block;
  max-width: 100%;
  color: #111;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

.central-pdp__purchase form.cart {
  margin: 0;
}

.central-pdp__purchase .variations {
  width: 100%;
  margin: 0 0 25px;
  border: 0;
}

.central-pdp__purchase .variations tbody,
.central-pdp__purchase .variations tr,
.central-pdp__purchase .variations th,
.central-pdp__purchase .variations td {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  text-align: left;
}

.central-pdp__purchase .variations th {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #111;
  text-transform: none;
}

.central-pdp__purchase .variations td {
  margin: 0 0 22px;
}

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

.central-option-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.central-option-button {
  position: relative;
  min-width: 47px;
  min-height: 40px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
  cursor: pointer;
}

.central-option-button.is-selected {
  border-color: #111;
  background: #111;
  color: #fff;
  box-shadow: none;
}

.central-option-button:disabled,
.central-option-button.is-disabled {
  color: #9a9a9a;
  border-color: #ececec;
  background: #fafafa;
  cursor: not-allowed;
}

.central-option-button--color {
  width: 66px;
  height: 84px;
  min-width: 66px;
  padding: 0;
}

.central-option-button--swatch {
  background-color: #f7f7f7;
  background-position: center;
  background-size: cover;
  color: transparent;
  overflow: hidden;
}

.central-option-button--swatch::after {
  content: "";
  position: absolute;
  inset: 0;
}

.central-option-button--swatch span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.central-pdp__purchase .reset_variations {
  display: none !important;
  margin-top: 0;
  color: var(--central-muted);
  font-size: 12px;
  text-decoration: underline;
}

.central-pdp__purchase .quantity {
  display: inline-flex !important;
  align-items: center;
  min-height: 50px;
  margin: 0 !important;
  border: 1px solid var(--central-line);
  border-radius: var(--central-radius);
  background: #f5f5f5;
  overflow: hidden;
}

.central-pdp__purchase .quantity .qty {
  width: 54px;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.central-pdp__purchase .woocommerce-variation-add-to-cart,
.central-pdp__purchase form.cart:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.central-pdp__purchase .single_variation_wrap {
  display: block;
}

.central-pdp__purchase .single_variation {
  min-height: 0;
  font-size: 12px;
  color: #444;
}

.central-pdp__purchase .single_add_to_cart_button,
.woocommerce div.product.central-pdp form.cart .button {
  flex: 1 1 220px;
  width: auto;
  min-height: 50px;
  border-radius: var(--central-radius);
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
  opacity: 1;
}

.central-pdp__purchase .single_add_to_cart_button.disabled,
.central-pdp__purchase .single_add_to_cart_button:disabled,
.woocommerce div.product.central-pdp form.cart .button.disabled,
.woocommerce div.product.central-pdp form.cart .button:disabled,
.central-pdp__purchase .single_add_to_cart_button.wc-variation-selection-needed {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

.central-pdp__accordions {
  width: 100%;
  max-width: none;
  margin: 0;
  border-top: 1px solid var(--central-line);
}

.central-pdp__accordion {
  border-bottom: 1px solid var(--central-line);
}

.central-pdp__accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.central-pdp__accordion summary::-webkit-details-marker {
  display: none;
}

.central-pdp__accordion summary::after {
  content: "+";
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
}

.central-pdp__accordion[open] summary::after {
  content: "-";
}

.central-pdp__accordion-content {
  padding: 0 0 12px;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.5;
}

.central-pdp__accordion-content p {
  margin: 0 0 10px;
}

.central-pdp__recommendation-title {
  display: none;
}

.central-pdp__people {
  width: min(100% - 30px, var(--central-container));
  margin: 0 auto 18px;
}

.central-pdp__people > h2 {
  margin: 0 0 22px;
  text-align: center;
  font-size: 28px;
  line-height: 1.21;
  font-weight: 700;
  letter-spacing: 0;
}

.central-pdp__people .related > h2 {
  display: none;
}

.central-pdp__people .related {
  margin: 0;
}

.central-pdp__people .related ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  justify-content: stretch;
  gap: 22px 34px;
  align-items: start;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.central-pdp__people .related ul.products li.product {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
}

.central-pdp__people .related ul.products:not(:has(> li:nth-child(4))) {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: center;
}

.central-pdp__people .related ul.products:not(:has(> li:nth-child(4))) li.product {
  flex: 0 1 230px;
}

.central-pdp__people .related ul.products li.product .woocommerce-LoopProduct-link,
.central-pdp__people .central-product-card__image {
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
}

.central-pdp__people .related ul.products li.product a img,
.central-pdp__people .central-product-card__image img {
  object-fit: contain;
}

.central-pdp__people .woocommerce-loop-product__title {
  margin-bottom: 5px !important;
  font-size: 14px !important;
}

.central-pdp__people .price {
  font-size: 14px !important;
}

body.single-product .central-footer {
  margin-top: 34px;
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
  width: min(100% - 30px, var(--central-container));
  margin: 0 auto;
}

.woocommerce-checkout-review-order,
.woocommerce-checkout #customer_details {
  border: 1px solid var(--central-line);
  border-radius: var(--central-radius);
  padding: 16px;
}

.central-wishlist-list {
  display: grid;
  gap: 10px;
  max-width: 720px;
}
.central-wishlist-list a,
.central-empty-state {
  border: 1px solid var(--central-line);
  border-radius: var(--central-radius);
  padding: 14px 16px;
  background: #fff;
  font-weight: 700;
}
.central-empty-state {
  color: var(--central-muted);
  font-weight: 500;
}

@media (min-width: 768px) {
  .central-container {
    width: min(95%, var(--central-container));
  }
  .central-header__inner {
    grid-template-columns: 1fr auto 1fr;
  }
  .central-menu-toggle { display: none; }
  .central-nav {
    display: block;
    border-top: 0;
    padding: 0;
  }
  .central-nav ul { display: flex; align-items: center; gap: 28px; }
  .central-nav a { padding: 0; min-height: 50px; display: inline-flex; align-items: center; }
  .central-logo { grid-column: 2; }
  .central-actions .desktop-only { display: inline-flex; }
  .central-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .central-brand-scroll {
    grid-auto-flow: initial;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: visible;
    padding: 0;
    margin: 0;
    gap: 30px;
  }
  .central-brand__image {
    max-width: 210px;
  }
  .central-product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 50px;
  }
  .central-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .central-review-card {
    min-height: 0;
  }
  .central-ugc-grid {
    grid-auto-flow: initial;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    padding: 0;
    margin: 0;
    gap: 10px;
  }
  .central-newsletter__inner {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 470px);
    align-items: center;
  }
  .central-newsletter__form {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .central-footer__inner {
    grid-template-columns: minmax(250px, 1.2fr) repeat(4, minmax(120px, 180px));
    align-items: start;
    gap: 32px;
  }
  .central-footer {
    margin-top: 34px;
  }
  .central-footer__columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .central-footer__bottom {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 767px) {
  .central-container {
    width: min(100% - 20px, var(--central-container));
  }

  .central-category-section {
    padding-top: 20px;
  }
  .central-category-section--secondary {
    padding-top: 10px;
  }

  .central-category-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .central-category-card__meta {
    padding: 13px;
  }

  .central-category-card__name {
    font-size: 18px;
  }

  .central-category-card__count {
    font-size: 12px;
  }

  .central-section {
    padding-top: 0;
  }

  .central-pdp__breadcrumb {
    margin: 26px auto 22px;
    font-size: 14px;
  }

  .central-pdp__inner {
    gap: 24px;
    padding-bottom: 42px;
  }

  .central-pdp__title,
  .woocommerce div.product .central-pdp__title {
    font-size: 25px;
    line-height: 1.22;
  }

  .central-pdp__price,
  .woocommerce div.product .central-pdp__price {
    margin-bottom: 22px;
    font-size: 25px;
  }

  .central-pdp__people {
    width: min(100% - 30px, var(--central-container));
    margin-bottom: 28px;
  }

  .central-pdp__people > h2 {
    margin-bottom: 18px;
    font-size: 26px;
  }

  .central-pdp__people .related ul.products {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 46%;
    grid-template-columns: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 15px 6px !important;
    margin-inline: -15px;
    scrollbar-width: none;
  }

  .central-pdp__people .related ul.products::-webkit-scrollbar {
    display: none;
  }

  .central-pdp__people .related ul.products li.product {
    width: auto !important;
    max-width: none;
    scroll-snap-align: start;
  }

  .central-pdp__people .related ul.products li.product .woocommerce-LoopProduct-link,
  .central-pdp__people .central-product-card__image {
    aspect-ratio: 1 / 1;
    margin-bottom: 9px;
  }

  .central-brand-section {
    padding-bottom: 62px;
  }

  .central-section__title {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .central-brand-scroll {
    grid-auto-columns: calc((100% - 20px) / 3);
    padding-inline: 10px;
    margin-inline: -10px;
  }

  .central-brand__name {
    margin-top: 10px;
    font-size: 13px;
  }

  .central-product-section {
    padding-top: 48px;
  }

  .central-product-head {
    margin-bottom: 18px;
  }

  .central-product-head h2,
  .central-ugc__head h2 {
    font-size: 27px;
  }

  .central-product-grid,
  .woocommerce ul.products {
    gap: 32px 15px;
  }

  .woocommerce ul.products li.product .central-product-card__image,
  .central-product-card__image {
    aspect-ratio: 1 / 1;
    min-height: 0;
    margin-bottom: 15px;
  }

  .woocommerce ul.products li.product a img,
  .central-product-card__image img {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .central-wishlist-button {
    width: 38px;
    height: 38px;
    opacity: 1;
    transform: none;
  }

  .central-trust {
    padding-top: 0;
  }

  .central-trust h2 {
    font-size: 30px;
  }

  .central-review-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .central-trust-badges span {
    padding: 12px 6px;
    font-size: 10px;
  }

  .central-ugc {
    padding-top: 48px;
  }

  .central-ugc-grid {
    grid-auto-columns: 74%;
    padding-inline: 10px;
    margin-inline: -10px;
  }

  .central-faq {
    padding: 52px 0 0;
  }

  .central-newsletter {
    margin-top: 0;
  }

  .central-newsletter__form button {
    width: 100%;
  }

  .central-footer-newsletter__inner,
  .central-footer-newsletter__form {
    grid-template-columns: 1fr;
  }

  .central-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .central-footer__columns {
    gap: 28px 16px;
  }

  .central-footer__bottom {
    padding-bottom: 24px;
    text-align: center;
  }

  .central-footer__social {
    justify-content: center;
  }

  body.single-product .central-announcement {
    font-size: 11px;
    padding: 6px 34px;
  }

  body.single-product .central-header {
    border-bottom: 0;
  }

  body.single-product .central-header__inner {
    min-height: 58px;
  }

  body.single-product .central-logo img {
    max-height: 36px;
  }

  .central-option-buttons {
    gap: 10px;
  }

  .central-option-button {
    min-width: 47px;
    min-height: 40px;
    padding: 10px 18px;
  }

  .central-delivery-timeline {
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .central-delivery-timeline__message {
    padding: 12px 10px;
    font-size: 14px;
  }

  .central-delivery-timeline__steps {
    gap: 8px;
  }

  .central-delivery-timeline__steps::before {
    top: 22px;
    left: calc(16.666% + 20px);
    right: calc(16.666% + 20px);
  }

  .central-delivery-timeline__icon {
    width: 44px;
    height: 44px;
  }

  .central-delivery-timeline__icon svg {
    width: 20px;
    height: 20px;
  }

  .central-delivery-timeline--minimal .central-delivery-timeline__steps::before {
    top: 17px;
  }

  .central-delivery-timeline__step strong {
    font-size: 13px;
  }

  .central-delivery-timeline__step time {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .central-footer__columns {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 960px) {
  body.single-product .central-header {
    border-bottom: 0;
  }

  .central-pdp__inner {
    grid-template-columns: minmax(0, 520px) minmax(0, 520px);
    gap: 60px;
    align-items: start;
  }

  .central-pdp__gallery {
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: start;
    position: sticky;
    top: 30px;
  }

  .central-pdp__stage {
    grid-column: 2;
    grid-row: 1;
  }

  .central-pdp__info {
    position: sticky;
    top: 30px;
  }

  .central-pdp__thumbs {
    grid-column: 1;
    grid-row: 1;
    order: 0;
    grid-auto-flow: row;
    grid-auto-columns: initial;
    grid-auto-rows: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
  }

  .central-pdp__thumb {
    width: 50px;
  }

  .central-pdp__slide .central-pdp__image,
  .central-pdp__image,
  .woocommerce div.product.central-pdp .central-pdp__image {
    width: 100%;
    height: 100%;
    max-height: none;
  }
}

@media (min-width: 1100px) {
  .central-product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 50px;
  }

  .central-pdp__people .related ul.products,
  body.single-product .central-pdp__people .related ul.products.products,
  body.single-product .central-pdp__people .woocommerce ul.products.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 22px 34px !important;
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .central-pdp__people .related ul.products li.product,
  body.single-product .central-pdp__people .related ul.products.products li.product,
  body.single-product .central-pdp__people .woocommerce ul.products.products li.product {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
  }
}
