/* ========================================================================
   PC MASTER BD — Mega Electronics storefront, phase 1
   Palette supplied by PC MASTER BD:
   #0180FF #06A1EF #000000 #FFFFFF #46B8F3 #A1DCF8 #C1E8FA #313030 #F2F0F0
   ======================================================================== */

:root {
  --pcmb-primary: #0180ff;
  --pcmb-accent: #06a1ef;
  --pcmb-sky: #46b8f3;
  --pcmb-soft-blue: #a1dcf8;
  --pcmb-pale-blue: #c1e8fa;
  --pcmb-ink: #000000;
  --pcmb-charcoal: #313030;
  --pcmb-white: #ffffff;
  --pcmb-mist: #f2f0f0;
  --pcmb-shell: 1370px;
  --pcmb-radius: 18px;
  --pcmb-shadow: 0 18px 42px rgba(0, 0, 0, .10);
}

.pcmb-mega-header,
.pcmb-mega-header *,
.pcmb-mega-hero,
.pcmb-mega-hero * {
  box-sizing: border-box;
}

.pcmb-mega-header,
.pcmb-mega-hero {
  color: var(--pcmb-charcoal);
  font-family: Inter, "Hind Siliguri", Arial, sans-serif;
}

.pcmb-shell {
  width: min(var(--pcmb-shell), calc(100% - 40px));
  margin-inline: auto;
}

/* Replace the old page-embedded and parent-theme headers. */
body.home .pcm-home > .pcm-topbar,
body.home .pcm-home > .pcm-header,
body.home .pcm-home > .pcm-hero,
body .wp-site-blocks > header.wp-block-template-part,
body.cartflows-canvas .elementor-element-d34756e {
  display: none !important;
}

/* ---- Global two-level ecommerce header ------------------------------- */
.pcmb-mega-header {
  position: sticky;
  z-index: 9990;
  top: 0;
  width: 100%;
  background: var(--pcmb-white);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08), 0 10px 30px rgba(1, 128, 255, .06);
}

body.admin-bar .pcmb-mega-header {
  top: 32px;
}

.pcmb-head-main {
  background: var(--pcmb-white);
}

.pcmb-head-main-grid {
  min-height: 82px;
  display: grid;
  grid-template-columns: 210px minmax(360px, 1fr) 185px 170px;
  align-items: center;
  gap: 20px;
}

.pcmb-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pcmb-ink);
  text-decoration: none !important;
}

.pcmb-brand-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(1, 128, 255, .14);
  border-radius: 15px;
  background: linear-gradient(145deg, var(--pcmb-white), rgba(193, 232, 250, .45));
  box-shadow: 0 8px 20px rgba(1, 128, 255, .10);
}

.pcmb-brand-mark img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.pcmb-brand-copy {
  display: grid;
  gap: 3px;
  white-space: nowrap;
}

.pcmb-brand-copy strong {
  color: var(--pcmb-ink);
  font-size: 17px;
  letter-spacing: .035em;
  line-height: 1;
}

.pcmb-brand-copy small {
  color: var(--pcmb-primary);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .30em;
}

.pcmb-product-search {
  height: 48px;
  display: grid;
  grid-template-columns: 150px 1fr 52px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(49, 48, 48, .14);
  border-radius: 999px;
  background: var(--pcmb-white);
  box-shadow: inset 0 0 0 1px rgba(1, 128, 255, .02);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.pcmb-product-search:focus-within {
  border-color: var(--pcmb-primary);
  box-shadow: 0 0 0 4px rgba(1, 128, 255, .12);
}

.pcmb-product-search select,
.pcmb-product-search input,
.pcmb-product-search button {
  min-width: 0;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  font: inherit;
}

.pcmb-product-search select {
  padding: 0 13px;
  color: var(--pcmb-charcoal);
  background: var(--pcmb-mist);
  border-right: 1px solid rgba(49, 48, 48, .10) !important;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.pcmb-product-search input {
  width: 100%;
  padding: 0 18px;
  color: var(--pcmb-ink);
  background: var(--pcmb-white);
  font-size: 14px;
}

.pcmb-product-search input::placeholder {
  color: rgba(49, 48, 48, .55);
}

.pcmb-product-search button {
  display: grid;
  place-items: center;
  color: var(--pcmb-white);
  background: linear-gradient(135deg, var(--pcmb-primary), var(--pcmb-accent));
  cursor: pointer;
}

.pcmb-product-search button:hover {
  background: linear-gradient(135deg, var(--pcmb-accent), var(--pcmb-primary));
}

.pcmb-product-search svg,
.pcmb-head-service svg,
.pcmb-utility-nav svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pcmb-head-service {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--pcmb-charcoal);
  text-decoration: none !important;
}

.pcmb-head-service-icon {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  display: grid;
  place-items: center;
  color: var(--pcmb-primary);
  border: 1px solid rgba(1, 128, 255, .16);
  border-radius: 12px;
  background: rgba(193, 232, 250, .42);
}

.pcmb-head-service span:last-child {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.pcmb-head-service small {
  overflow: hidden;
  color: rgba(49, 48, 48, .62);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pcmb-head-service strong {
  overflow: hidden;
  color: var(--pcmb-charcoal);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pcmb-head-nav {
  border-top: 1px solid rgba(1, 128, 255, .08);
  background: linear-gradient(90deg, rgba(193, 232, 250, .58), rgba(242, 240, 240, .75));
}

.pcmb-head-nav-grid {
  min-height: 58px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.pcmb-categories-menu,
.pcmb-mobile-menu {
  position: relative;
}

.pcmb-categories-menu summary,
.pcmb-mobile-menu summary {
  list-style: none;
  cursor: pointer;
}

.pcmb-categories-menu summary::-webkit-details-marker,
.pcmb-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.pcmb-categories-menu > summary {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  color: var(--pcmb-white);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pcmb-primary), var(--pcmb-accent));
  box-shadow: 0 8px 18px rgba(1, 128, 255, .20);
  font-size: 13px;
  font-weight: 800;
}

.pcmb-summary-icon {
  font-size: 17px;
  line-height: 1;
}

.pcmb-summary-arrow {
  margin-left: auto;
  font-size: 18px;
  transition: transform .2s ease;
}

.pcmb-categories-menu[open] .pcmb-summary-arrow {
  transform: rotate(180deg);
}

.pcmb-category-panel,
.pcmb-mobile-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 9px);
  left: 0;
  width: 310px;
  overflow: hidden;
  border: 1px solid rgba(1, 128, 255, .13);
  border-radius: 16px;
  background: var(--pcmb-white);
  box-shadow: var(--pcmb-shadow);
}

.pcmb-category-panel a {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  column-gap: 11px;
  padding: 14px 16px;
  color: var(--pcmb-charcoal);
  border-bottom: 1px solid rgba(49, 48, 48, .08);
  text-decoration: none !important;
}

.pcmb-category-panel a:last-child {
  border-bottom: 0;
}

.pcmb-category-panel a:hover {
  background: rgba(193, 232, 250, .32);
}

.pcmb-category-panel a > span {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--pcmb-primary);
  border-radius: 10px;
  background: rgba(161, 220, 248, .35);
}

.pcmb-category-panel b {
  font-size: 13px;
}

.pcmb-category-panel small {
  margin-top: 3px;
  color: rgba(49, 48, 48, .62);
  font-size: 11px;
}

.pcmb-primary-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pcmb-primary-nav a {
  padding: 10px 12px;
  color: var(--pcmb-charcoal);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.pcmb-primary-nav a:hover,
.pcmb-primary-nav a.is-active {
  color: var(--pcmb-primary);
  background: rgba(255, 255, 255, .72);
}

.pcmb-utility-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.pcmb-utility-nav > a {
  min-width: 54px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 10px;
  color: var(--pcmb-charcoal);
  border: 1px solid rgba(49, 48, 48, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

.pcmb-utility-nav > a:hover {
  color: var(--pcmb-primary);
  border-color: rgba(1, 128, 255, .18);
  background: var(--pcmb-white);
}

.pcmb-cart-link {
  position: relative;
}

.pcmb-cart-count {
  position: absolute;
  top: -6px;
  right: -5px;
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  color: var(--pcmb-white);
  border: 2px solid var(--pcmb-white);
  border-radius: 999px;
  background: var(--pcmb-primary);
  font-size: 9px;
  line-height: 1;
}

.pcmb-mobile-menu {
  display: none;
}

/* ---- WoodMart-inspired first-fold slider + hero ---------------------- */
.pcmb-mega-hero {
  position: relative;
  padding: 20px 0 28px;
  background:
    linear-gradient(rgba(161, 220, 248, .15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(161, 220, 248, .15) 1px, transparent 1px),
    var(--pcmb-white);
  background-size: 36px 36px, 36px 36px, auto;
}

.pcmb-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: 18px;
}

.pcmb-slider {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: var(--pcmb-radius);
  background: var(--pcmb-charcoal);
  box-shadow: var(--pcmb-shadow);
  isolation: isolate;
}

.pcmb-slides,
.pcmb-slide {
  position: absolute;
  inset: 0;
}

.pcmb-slide {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  padding: 46px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.015);
  transition: opacity .55s ease, visibility .55s ease, transform .7s ease;
}

.pcmb-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.pcmb-slide::before,
.pcmb-slide::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.pcmb-slide::before {
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: -175px;
  border: 70px solid rgba(255, 255, 255, .10);
}

.pcmb-slide::after {
  width: 280px;
  height: 280px;
  left: 26%;
  top: -205px;
  background: rgba(255, 255, 255, .09);
}

.pcmb-slide-one {
  color: var(--pcmb-white);
  background: linear-gradient(135deg, #000000, #313030 48%, #0180ff);
}

.pcmb-slide-two {
  color: var(--pcmb-white);
  background: linear-gradient(135deg, #313030, #0180ff 58%, #46b8f3);
}

.pcmb-slide-three {
  color: var(--pcmb-ink);
  background: linear-gradient(135deg, #f2f0f0, #c1e8fa 55%, #46b8f3);
}

.pcmb-slide-copy {
  position: relative;
  z-index: 2;
  max-width: 360px;
}

.pcmb-offer-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 5px 12px;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pcmb-slide h1,
.pcmb-slide h2 {
  margin: 0 0 16px !important;
  color: inherit !important;
  font-size: clamp(38px, 3.2vw, 58px) !important;
  font-weight: 800 !important;
  letter-spacing: -.045em;
  line-height: .98 !important;
}

.pcmb-slide h1 em,
.pcmb-slide h2 em {
  color: var(--pcmb-soft-blue);
  font-style: normal;
}

.pcmb-slide-three h2 em {
  color: var(--pcmb-primary);
}

.pcmb-slide p {
  max-width: 350px;
  margin: 0 0 24px !important;
  color: inherit;
  font-size: 14px;
  line-height: 1.7;
  opacity: .84;
}

.pcmb-slide-copy > a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  color: var(--pcmb-white) !important;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--pcmb-primary), var(--pcmb-accent));
  box-shadow: 0 12px 25px rgba(1, 128, 255, .26);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.pcmb-slide-copy > a:hover {
  transform: translateY(-2px);
}

.pcmb-slide > img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .25));
  transform: scale(1.08);
}

.pcmb-slide-one > img {
  width: 135%;
  max-width: none;
  margin-left: -22%;
}

.pcmb-slider-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--pcmb-charcoal) !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 9px 20px rgba(0, 0, 0, .12);
  font-size: 28px;
  line-height: 1;
  opacity: 0;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity .2s ease, background .2s ease;
}

.pcmb-slider:hover .pcmb-slider-arrow,
.pcmb-slider:focus-within .pcmb-slider-arrow {
  opacity: 1;
}

.pcmb-slider-prev {
  left: 16px;
}

.pcmb-slider-next {
  right: 16px;
}

.pcmb-slider-dots {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 20px;
  display: flex;
  gap: 7px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(8px);
  transform: translateX(-50%);
}

.pcmb-slider-dots button {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(49, 48, 48, .28) !important;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.pcmb-slider-dots button.is-active {
  width: 24px;
  background: var(--pcmb-primary) !important;
}

.pcmb-promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.65fr 1fr;
  gap: 18px;
}

.pcmb-promo-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: var(--pcmb-charcoal);
  border: 1px solid rgba(1, 128, 255, .10);
  border-radius: var(--pcmb-radius);
  background: var(--pcmb-white);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  text-decoration: none !important;
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease;
}

.pcmb-promo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(1, 128, 255, .15);
}

.pcmb-promo-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -70px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .20);
}

.pcmb-promo-large {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  padding: 30px 34px;
  color: var(--pcmb-white);
  background: linear-gradient(125deg, var(--pcmb-primary), var(--pcmb-accent) 55%, var(--pcmb-sky));
}

.pcmb-promo-large img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .20));
}

.pcmb-promo-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
}

.pcmb-promo-copy small {
  margin-bottom: 8px;
  color: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  opacity: .78;
}

.pcmb-promo-copy strong {
  color: inherit;
  font-size: clamp(22px, 2vw, 34px);
  letter-spacing: -.03em;
  line-height: 1.02;
}

.pcmb-promo-copy em {
  margin-top: 9px;
  color: inherit;
  font-size: 12px;
  font-style: normal;
  opacity: .80;
}

.pcmb-promo-copy b {
  margin-top: 16px;
  color: inherit;
  font-size: 11px;
}

.pcmb-promo-small {
  min-height: 168px;
  display: grid;
  grid-template-columns: 1fr .85fr;
  align-items: center;
  padding: 22px 20px;
}

.pcmb-promo-small img {
  width: 100%;
  height: 135px;
  object-fit: contain;
  filter: drop-shadow(0 12px 15px rgba(0, 0, 0, .16));
}

.pcmb-promo-small .pcmb-promo-copy strong {
  font-size: 20px;
}

.pcmb-promo-windows {
  background: linear-gradient(135deg, rgba(193, 232, 250, .92), var(--pcmb-white));
}

.pcmb-promo-cleaner {
  color: var(--pcmb-white);
  background: linear-gradient(135deg, var(--pcmb-charcoal), var(--pcmb-ink));
}

/* ---- Responsive behavior --------------------------------------------- */
@media (max-width: 1180px) {
  .pcmb-head-main-grid {
    grid-template-columns: 190px minmax(300px, 1fr) 170px;
  }

  .pcmb-delivery-note {
    display: none;
  }

  .pcmb-primary-nav a {
    padding-inline: 9px;
    font-size: 12px;
  }

  .pcmb-hero-grid {
    grid-template-columns: 1fr;
  }

  .pcmb-slider {
    min-height: 500px;
  }

  .pcmb-promo-grid {
    grid-template-rows: 260px 180px;
  }
}

@media (max-width: 920px) {
  body.admin-bar .pcmb-mega-header {
    top: 46px;
  }

  .pcmb-shell {
    width: min(100% - 28px, var(--pcmb-shell));
  }

  .pcmb-head-main-grid {
    min-height: 128px;
    grid-template-columns: 1fr auto;
    grid-template-rows: 66px 48px;
    gap: 0 12px;
  }

  .pcmb-brand {
    grid-column: 1;
  }

  .pcmb-brand-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .pcmb-brand-mark img {
    width: 43px;
    height: 43px;
  }

  .pcmb-product-search {
    grid-column: 1 / 3;
    grid-row: 2;
    height: 43px;
  }

  .pcmb-head-service {
    display: none;
  }

  .pcmb-head-nav-grid {
    grid-template-columns: minmax(160px, 190px) 1fr;
  }

  .pcmb-primary-nav {
    display: none;
  }

  .pcmb-utility-nav {
    grid-column: 2;
  }

  .pcmb-utility-nav > a:first-child {
    display: none;
  }

  .pcmb-mobile-menu {
    display: block;
  }

  .pcmb-mobile-menu > summary {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 4px;
    border-radius: 12px;
    background: var(--pcmb-white);
  }

  .pcmb-mobile-menu > summary span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: var(--pcmb-charcoal);
  }

  .pcmb-mobile-panel {
    right: 0;
    left: auto;
    width: min(290px, calc(100vw - 28px));
    padding: 8px;
  }

  .pcmb-mobile-panel a {
    display: block;
    padding: 12px 13px;
    color: var(--pcmb-charcoal);
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .pcmb-mobile-panel a:hover {
    color: var(--pcmb-primary);
    background: rgba(193, 232, 250, .38);
  }

  .pcmb-mega-hero {
    padding-top: 14px;
  }

  .pcmb-slide {
    padding: 38px;
  }
}

@media (max-width: 640px) {
  .pcmb-shell {
    width: min(100% - 22px, var(--pcmb-shell));
  }

  .pcmb-brand-copy strong {
    font-size: 14px;
  }

  .pcmb-brand-copy small {
    font-size: 7px;
  }

  .pcmb-product-search {
    grid-template-columns: 1fr 46px;
  }

  .pcmb-product-search select {
    display: none;
  }

  .pcmb-head-nav-grid {
    min-height: 54px;
    grid-template-columns: 155px 1fr;
    gap: 8px;
  }

  .pcmb-categories-menu > summary {
    height: 39px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .pcmb-category-panel {
    width: min(300px, calc(100vw - 22px));
  }

  .pcmb-utility-nav > a {
    min-width: 42px;
    width: 42px;
    height: 39px;
    padding: 0;
  }

  .pcmb-utility-nav > a span {
    display: none;
  }

  .pcmb-slider {
    min-height: 570px;
  }

  .pcmb-slide {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-content: start;
    padding: 34px 26px 48px;
    text-align: center;
  }

  .pcmb-slide-copy {
    max-width: none;
  }

  .pcmb-slide h1,
  .pcmb-slide h2 {
    font-size: 38px !important;
  }

  .pcmb-slide p {
    margin-inline: auto !important;
    font-size: 13px;
  }

  .pcmb-slide > img {
    width: min(290px, 88%);
    max-height: 240px;
    margin: 12px auto 0;
  }

  .pcmb-slide-one > img {
    width: 115%;
    margin-left: -7.5%;
  }

  .pcmb-slider-arrow {
    opacity: .75;
  }

  .pcmb-promo-grid {
    display: block;
  }

  .pcmb-promo-card {
    min-height: 190px;
    margin-top: 14px;
  }

  .pcmb-promo-large {
    min-height: 250px;
    grid-template-columns: .9fr 1.1fr;
    padding: 24px 20px;
  }

  .pcmb-promo-large img {
    height: 190px;
  }

  .pcmb-promo-small {
    grid-template-columns: 1.15fr .85fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pcmb-slide,
  .pcmb-promo-card,
  .pcmb-slide-copy > a,
  .pcmb-summary-arrow {
    transition: none !important;
  }
}

/* ---- Hero promo image zoom (slider dimensions intentionally unchanged) -- */
.pcmb-promo-card img {
  transition: transform .65s cubic-bezier(.2, .75, .25, 1), filter .35s ease;
  transform-origin: center;
}

.pcmb-promo-card:hover img,
.pcmb-promo-card:focus-visible img {
  transform: scale(1.10);
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .22));
}

.pcmb-promo-small:hover img,
.pcmb-promo-small:focus-visible img {
  transform: scale(1.13) rotate(-1deg);
}

/* ---- Old-store-inspired WooCommerce product experience ---------------- */
body.single-product,
body.post-type-archive-product,
body.tax-product_cat {
  background: #f7fbff;
}

body.single-product main#wp--skip-link--target {
  padding-top: 24px !important;
  padding-bottom: 72px !important;
}

.single-product .wp-block-woocommerce-breadcrumbs {
  max-width: var(--pcmb-shell);
  margin-bottom: 16px !important;
  color: rgba(49, 48, 48, .62);
  font-size: 12px !important;
}

.single-product .woocommerce-breadcrumb a {
  color: var(--pcmb-primary);
  font-weight: 700;
  text-decoration: none;
}

.single-product main > .wp-block-columns.alignwide {
  max-width: var(--pcmb-shell);
  align-items: flex-start !important;
  gap: clamp(28px, 4vw, 54px) !important;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
  padding: clamp(18px, 2.2vw, 30px);
  border: 1px solid rgba(1, 128, 255, .10);
  border-radius: 24px;
  background: var(--pcmb-white);
  box-shadow: 0 18px 50px rgba(0, 48, 96, .08);
}

.single-product main > .wp-block-columns.alignwide > .wp-block-column:first-child {
  position: relative;
}

.single-product .wp-block-woocommerce-product-image-gallery {
  position: relative;
}

.single-product .woocommerce-product-gallery {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(1, 128, 255, .12);
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff, rgba(193, 232, 250, .20));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
}

.single-product .woocommerce-product-gallery::after {
  content: "Free Delivery";
  position: absolute;
  z-index: 7;
  top: 14px;
  right: 14px;
  padding: 8px 12px;
  color: var(--pcmb-white);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pcmb-primary), var(--pcmb-accent));
  box-shadow: 0 8px 20px rgba(1, 128, 255, .25);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
  pointer-events: none;
}

.single-product .woocommerce-product-gallery__image {
  overflow: hidden;
}

.single-product .woocommerce-product-gallery__image img {
  display: block;
  transition: transform .7s cubic-bezier(.2, .75, .25, 1);
  transform-origin: center;
}

.single-product .woocommerce-product-gallery:hover .woocommerce-product-gallery__image img {
  transform: scale(1.10);
}

.single-product .woocommerce-product-gallery__trigger {
  z-index: 8 !important;
  top: auto !important;
  right: 14px !important;
  bottom: 14px;
  display: grid !important;
  place-items: center;
  border: 1px solid rgba(1, 128, 255, .14);
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
}

.single-product .onsale {
  z-index: 8 !important;
  top: 14px !important;
  left: 14px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  color: var(--pcmb-white) !important;
  border-radius: 999px !important;
  background: var(--pcmb-charcoal) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.single-product .wp-block-post-title {
  margin: 2px 0 12px !important;
  color: var(--pcmb-ink);
  font-size: clamp(30px, 3vw, 46px) !important;
  font-weight: 800 !important;
  letter-spacing: -.035em;
  line-height: 1.08 !important;
}

.single-product .wp-block-woocommerce-product-price {
  margin: 0 0 18px !important;
  font-size: 0 !important;
}

.single-product .wp-block-woocommerce-product-price del {
  margin-right: 9px;
  color: rgba(49, 48, 48, .46);
  font-size: 17px;
}

.single-product .wp-block-woocommerce-product-price ins,
.single-product .wp-block-woocommerce-product-price > .wc-block-components-product-price > .woocommerce-Price-amount {
  color: var(--pcmb-primary);
  font-size: clamp(27px, 2.6vw, 38px);
  font-weight: 850;
  text-decoration: none;
}

.single-product .wp-block-post-excerpt {
  position: relative;
  margin: 0 0 18px !important;
  padding-top: 35px;
  border-top: 1px solid rgba(49, 48, 48, .09);
}

.single-product .wp-block-post-excerpt::before {
  content: "FEATURES";
  position: absolute;
  top: 14px;
  left: 0;
  color: var(--pcmb-charcoal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

.single-product .wp-block-post-excerpt p {
  margin: 0 !important;
  color: rgba(49, 48, 48, .86);
  font-size: 15px;
  line-height: 1.72;
}

.single-product .stock {
  width: fit-content;
  margin: 0 0 14px !important;
  padding: 7px 11px;
  color: #087f52 !important;
  border-radius: 999px;
  background: #e9fbf3;
  font-size: 11px !important;
  font-weight: 800;
}

.single-product .stock::before {
  content: "●";
  margin-right: 6px;
  font-size: 8px;
}

.single-product form.cart {
  display: grid !important;
  grid-template-columns: 126px minmax(155px, 1fr) minmax(155px, 1fr);
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
}

.single-product form.cart .quantity {
  height: 48px;
  display: grid !important;
  grid-template-columns: 38px 1fr 38px;
  float: none !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(49, 48, 48, .14);
  border-radius: 12px;
  background: var(--pcmb-white);
}

.single-product form.cart .quantity .qty {
  width: 100% !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1px solid rgba(49, 48, 48, .09) !important;
  border-left: 1px solid rgba(49, 48, 48, .09) !important;
  border-radius: 0 !important;
  background: var(--pcmb-white) !important;
  text-align: center;
  appearance: textfield;
}

.single-product form.cart .quantity .qty::-webkit-inner-spin-button,
.single-product form.cart .quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.pcmb-qty-button {
  width: 38px;
  height: 46px;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--pcmb-charcoal) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--pcmb-white) !important;
  font-size: 20px;
  cursor: pointer;
}

.pcmb-qty-button:hover {
  color: var(--pcmb-primary) !important;
  background: rgba(193, 232, 250, .28) !important;
}

.single-product form.cart .single_add_to_cart_button,
.pcmb-buy-now,
.pcmb-whatsapp-buy {
  min-height: 48px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.single-product form.cart .single_add_to_cart_button {
  color: var(--pcmb-white) !important;
  background: linear-gradient(135deg, var(--pcmb-primary), var(--pcmb-accent)) !important;
  box-shadow: 0 10px 22px rgba(1, 128, 255, .22);
}

.pcmb-buy-now {
  color: var(--pcmb-white) !important;
  background: var(--pcmb-charcoal);
}

.pcmb-whatsapp-buy {
  grid-column: 2 / 4;
  color: #087f52 !important;
  border: 1px solid rgba(8, 127, 82, .20) !important;
  background: #e9fbf3;
}

.single-product form.cart .single_add_to_cart_button:hover,
.pcmb-buy-now:hover,
.pcmb-whatsapp-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
}

.pcmb-product-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.pcmb-product-trust span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 10px;
  color: rgba(49, 48, 48, .78);
  border-radius: 10px;
  background: rgba(193, 232, 250, .24);
  font-size: 10px;
  font-weight: 750;
}

.pcmb-product-trust b {
  color: var(--pcmb-primary);
}

.single-product .wp-block-woocommerce-product-meta {
  margin-top: 16px !important;
  padding-top: 14px;
  border-top: 1px solid rgba(49, 48, 48, .09);
  color: rgba(49, 48, 48, .66);
  font-size: 11px;
}

.single-product .wp-block-woocommerce-product-meta a {
  color: var(--pcmb-primary);
  font-weight: 700;
  text-decoration: none;
}

.single-product .wp-block-woocommerce-product-details {
  max-width: var(--pcmb-shell);
  margin: 0 auto 38px !important;
  padding: clamp(20px, 3vw, 36px);
  border: 1px solid rgba(1, 128, 255, .10);
  border-radius: 22px;
  background: var(--pcmb-white);
  box-shadow: 0 14px 38px rgba(0, 48, 96, .06);
}

.single-product .woocommerce-tabs ul.tabs {
  margin: 0 0 24px !important;
  padding: 5px !important;
  border: 0 !important;
  border-radius: 12px;
  background: var(--pcmb-mist);
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
  padding: 10px 16px !important;
  color: rgba(49, 48, 48, .72) !important;
  font-size: 12px;
  text-decoration: none;
}

.single-product .woocommerce-tabs ul.tabs li.active {
  background: var(--pcmb-white) !important;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .07);
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--pcmb-primary) !important;
}

.single-product .woocommerce-Tabs-panel {
  color: rgba(49, 48, 48, .86);
  font-size: 15px;
  line-height: 1.8;
}

.single-product .woocommerce-Tabs-panel h2 {
  color: var(--pcmb-ink);
  font-size: 24px;
}

/* Product cards: shop, home collections and related products. */
.wc-block-product-template,
.woocommerce ul.products {
  gap: 18px !important;
}

.wc-block-product,
.woocommerce ul.products li.product {
  position: relative;
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  padding: 12px 12px 14px !important;
  overflow: hidden;
  border: 1px solid rgba(1, 128, 255, .10);
  border-radius: 17px;
  background: var(--pcmb-white);
  box-shadow: 0 10px 28px rgba(0, 48, 96, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.wc-block-product:hover,
.woocommerce ul.products li.product:hover {
  border-color: rgba(1, 128, 255, .24);
  box-shadow: 0 18px 36px rgba(1, 128, 255, .12);
  transform: translateY(-4px);
}

.wc-block-product .wc-block-components-product-image,
.woocommerce ul.products li.product > a > img,
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
  overflow: hidden;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--pcmb-white), rgba(193, 232, 250, .22));
}

.wc-block-product .wc-block-components-product-image img,
.woocommerce ul.products li.product img {
  transition: transform .55s cubic-bezier(.2, .75, .25, 1);
}

.wc-block-product:hover .wc-block-components-product-image img,
.woocommerce ul.products li.product:hover img {
  transform: scale(1.06);
}

.wc-block-components-product-sale-badge,
.woocommerce ul.products li.product .onsale {
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 7px 10px !important;
  color: var(--pcmb-white) !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--pcmb-primary), var(--pcmb-accent)) !important;
  box-shadow: 0 7px 16px rgba(1, 128, 255, .24);
  font-size: 9px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.wc-block-product .wp-block-post-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 13px 2px 8px !important;
  color: var(--pcmb-charcoal);
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

.wc-block-product .wp-block-post-title a,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: inherit !important;
  text-decoration: none !important;
}

.wc-block-product .wp-block-woocommerce-product-price,
.woocommerce ul.products li.product .price {
  margin: auto 2px 12px !important;
  color: var(--pcmb-primary) !important;
  font-size: 15px !important;
  font-weight: 850;
  text-align: left !important;
}

.wc-block-product .wp-block-woocommerce-product-price del,
.woocommerce ul.products li.product .price del {
  color: rgba(49, 48, 48, .42) !important;
  font-size: 11px;
}

.wc-block-product .wp-block-woocommerce-product-price ins,
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.wc-block-product .wp-block-woocommerce-product-button {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: auto !important;
}

.wc-block-product .wp-block-woocommerce-product-button .wp-block-button__link,
.woocommerce ul.products li.product .button,
.pcmb-card-order {
  min-height: 39px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 9px !important;
  border-radius: 10px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
}

.wc-block-product .wp-block-woocommerce-product-button .wp-block-button__link,
.woocommerce ul.products li.product .button {
  color: var(--pcmb-white) !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--pcmb-primary), var(--pcmb-accent)) !important;
}

.pcmb-card-order {
  color: var(--pcmb-primary) !important;
  border: 1px solid rgba(1, 128, 255, .20);
  background: rgba(193, 232, 250, .28);
}

/* ---- Clean branded global footer -------------------------------------- */
body .wp-site-blocks > footer.wp-block-template-part,
body.home .pcm-home > .pcm-footer,
body .site-footer:not(.pcmb-global-footer) {
  display: none !important;
}

.pcmb-global-footer,
.pcmb-global-footer * {
  box-sizing: border-box;
}

.pcmb-global-footer {
  position: relative;
  z-index: 5;
  color: var(--pcmb-charcoal);
  border-top: 1px solid rgba(1, 128, 255, .10);
  background: var(--pcmb-white);
  font-family: Inter, "Hind Siliguri", Arial, sans-serif;
}

.pcmb-footer-services {
  background: linear-gradient(90deg, rgba(193, 232, 250, .55), rgba(242, 240, 240, .72));
}

.pcmb-footer-services-grid {
  min-height: 104px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.pcmb-footer-services-grid > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 22px 24px;
  border-right: 1px solid rgba(1, 128, 255, .12);
}

.pcmb-footer-services-grid > div:last-child {
  border-right: 0;
}

.pcmb-footer-services-grid > div > span {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: grid;
  place-items: center;
  color: var(--pcmb-white);
  border-radius: 13px;
  background: linear-gradient(135deg, var(--pcmb-primary), var(--pcmb-accent));
  box-shadow: 0 8px 18px rgba(1, 128, 255, .20);
  font-weight: 850;
}

.pcmb-footer-services-grid p,
.pcmb-footer-services-grid strong,
.pcmb-footer-services-grid small {
  margin: 0;
}

.pcmb-footer-services-grid p {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.pcmb-footer-services-grid strong {
  color: var(--pcmb-charcoal);
  font-size: 13px;
}

.pcmb-footer-services-grid small {
  overflow: hidden;
  color: rgba(49, 48, 48, .58);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pcmb-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .8fr .8fr 1.05fr;
  gap: clamp(28px, 4vw, 64px);
  padding-top: 54px;
  padding-bottom: 48px;
}

.pcmb-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--pcmb-ink) !important;
  text-decoration: none !important;
}

.pcmb-footer-logo img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border: 1px solid rgba(1, 128, 255, .12);
  border-radius: 16px;
  background: rgba(193, 232, 250, .24);
}

.pcmb-footer-logo span {
  display: grid;
  gap: 5px;
}

.pcmb-footer-logo strong {
  font-size: 18px;
  letter-spacing: .04em;
}

.pcmb-footer-logo small {
  color: var(--pcmb-primary);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .30em;
}

.pcmb-footer-brand > p {
  max-width: 390px;
  margin: 20px 0 !important;
  color: rgba(49, 48, 48, .65);
  font-size: 12px;
  line-height: 1.75;
}

.pcmb-footer-socials {
  display: flex;
  gap: 8px;
}

.pcmb-footer-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--pcmb-primary) !important;
  border: 1px solid rgba(1, 128, 255, .16);
  border-radius: 50%;
  background: rgba(193, 232, 250, .24);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.pcmb-footer-socials a:hover {
  color: var(--pcmb-white) !important;
  background: var(--pcmb-primary);
  transform: translateY(-2px);
}

.pcmb-footer-grid h3 {
  margin: 5px 0 18px !important;
  color: var(--pcmb-ink) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.pcmb-footer-grid nav {
  display: grid;
  align-content: start;
  gap: 12px;
}

.pcmb-footer-grid nav a {
  width: fit-content;
  color: rgba(49, 48, 48, .66) !important;
  font-size: 12px;
  text-decoration: none !important;
  transition: color .2s ease, transform .2s ease;
}

.pcmb-footer-grid nav a:hover {
  color: var(--pcmb-primary) !important;
  transform: translateX(3px);
}

.pcmb-footer-contact {
  display: grid;
  align-content: start;
  gap: 12px;
}

.pcmb-footer-contact > a,
.pcmb-footer-contact > p {
  min-width: 0;
  display: grid;
  gap: 3px;
  margin: 0 !important;
  padding: 11px 12px;
  color: var(--pcmb-charcoal) !important;
  border: 1px solid rgba(1, 128, 255, .09);
  border-radius: 11px;
  background: rgba(242, 240, 240, .50);
  text-decoration: none !important;
}

.pcmb-footer-contact small {
  color: rgba(49, 48, 48, .52);
  font-size: 9px;
}

.pcmb-footer-contact strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
}

.pcmb-footer-bottom {
  border-top: 1px solid rgba(49, 48, 48, .08);
  background: #fbfdff;
}

.pcmb-footer-bottom .pcmb-shell {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.pcmb-footer-bottom p {
  margin: 0 !important;
  color: rgba(49, 48, 48, .58);
  font-size: 10px;
}

.pcmb-payment-marks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.pcmb-payment-marks span {
  padding: 6px 8px;
  color: var(--pcmb-charcoal);
  border: 1px solid rgba(49, 48, 48, .09);
  border-radius: 6px;
  background: var(--pcmb-white);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
  font-size: 8px;
  font-weight: 800;
}

@media (max-width: 920px) {
  .single-product main > .wp-block-columns.alignwide {
    gap: 26px !important;
    padding: 18px;
  }

  .single-product form.cart {
    grid-template-columns: 116px 1fr 1fr;
  }

  .pcmb-footer-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pcmb-footer-services-grid > div:nth-child(2) {
    border-right: 0;
  }

  .pcmb-footer-services-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(1, 128, 255, .12);
  }

  .pcmb-footer-grid {
    grid-template-columns: 1.3fr 1fr;
  }
}

@media (max-width: 781px) {
  .single-product main > .wp-block-columns.alignwide {
    display: block !important;
  }

  .single-product main > .wp-block-columns.alignwide > .wp-block-column + .wp-block-column {
    margin-top: 28px;
  }

  .single-product .woocommerce-product-gallery {
    max-width: 620px;
    margin-inline: auto;
  }

  .single-product .wp-block-post-title {
    font-size: 32px !important;
  }
}

@media (max-width: 640px) {
  body.single-product main#wp--skip-link--target {
    padding-top: 14px !important;
    padding-bottom: 46px !important;
  }

  .single-product main > .wp-block-columns.alignwide {
    width: calc(100% - 22px) !important;
    padding: 12px;
    border-radius: 18px;
  }

  .single-product .woocommerce-product-gallery {
    border-radius: 15px;
  }

  .single-product .woocommerce-product-gallery::after {
    top: 9px;
    right: 9px;
    padding: 7px 9px;
    font-size: 8px;
  }

  .single-product .wp-block-post-title {
    margin-top: 4px !important;
    font-size: 27px !important;
  }

  .single-product .wp-block-post-excerpt p {
    font-size: 13px;
  }

  .single-product form.cart {
    grid-template-columns: 1fr 1fr;
  }

  .single-product form.cart .quantity {
    grid-column: 1 / 3;
    width: 138px;
  }

  .pcmb-whatsapp-buy {
    grid-column: 1 / 3;
  }

  .pcmb-product-trust {
    grid-template-columns: 1fr 1fr;
  }

  .single-product .wp-block-woocommerce-product-details {
    width: calc(100% - 22px) !important;
    padding: 18px 15px;
    border-radius: 18px;
  }

  .wc-block-product-template {
    gap: 12px !important;
  }

  .wc-block-product,
  .woocommerce ul.products li.product {
    padding: 8px 8px 11px !important;
    border-radius: 13px;
  }

  .wc-block-product .wp-block-woocommerce-product-button {
    grid-template-columns: 1fr;
  }

  .pcmb-footer-services-grid {
    grid-template-columns: 1fr;
    padding-block: 8px;
  }

  .pcmb-footer-services-grid > div {
    min-height: 74px;
    padding: 14px 6px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(1, 128, 255, .12);
  }

  .pcmb-footer-services-grid > div:last-child {
    border-bottom: 0;
  }

  .pcmb-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 38px;
    padding-bottom: 36px;
  }

  .pcmb-footer-grid nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pcmb-footer-grid nav h3 {
    grid-column: 1 / 3;
  }

  .pcmb-footer-bottom .pcmb-shell {
    min-height: 104px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .pcmb-payment-marks {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pcmb-promo-card img,
  .single-product .woocommerce-product-gallery__image img,
  .wc-block-product,
  .wc-block-product img,
  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product img {
    transition: none !important;
  }
}
