.elementor-7070 .elementor-element.elementor-element-6d0f046b{--display:flex;--margin-top:-101px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7070 .elementor-element.elementor-element-5ad868ac{--display:flex;}.elementor-7070 .elementor-element.elementor-element-3f10cf2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6c949ee7 *//* =========================
   Apple PDP Base
========================= */
.apple-pdp{
  --ink:#0b1220;
  --muted:#5a6678;
  --line:rgba(15,23,42,.10);
  --soft:rgba(15,23,42,.06);
  --radius:22px;
  --radius-sm:16px;
  --blue:#0a66ff;

  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ink);
}

/* Layout */
.apple-pdp section{
  max-width:1120px;
  margin:24px auto;
  padding:26px;
}

/* Cards */
.pdp-card,
.pdp-block,
.pdp-cta{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
}

/* Headings */
.apple-pdp h2{
  margin:0 0 14px;
  font-size:clamp(20px,2vw,26px);
  letter-spacing:-.01em;
}

/* Paragraph */
.apple-pdp p{
  font-size:15.5px;
  line-height:1.7;
  margin:0 0 12px;
}

/* UL */
.pdp-ul{
  list-style:none;
  padding:0;
  margin:12px 0 0;
}
.pdp-ul li{
  padding-left:26px;
  position:relative;
  margin-bottom:8px;
}
.pdp-ul li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--blue);
}

/* Feature Grid */
.pdp-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.pdp-feature-card{
  padding:16px;
  border:1px solid var(--soft);
  border-radius:var(--radius-sm);
  background:rgba(0,0,0,.01);
  font-size:15px;
}

/* Spec Table */
.pdp-spec{
  width:100%;
  border-collapse:collapse;
}
.pdp-spec td{
  padding:12px;
  border-bottom:1px solid var(--soft);
}
.pdp-spec td:first-child{
  width:35%;
  font-weight:600;
  background:rgba(0,0,0,.02);
}

/* Image Grid */
.pdp-img-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.pdp-img-grid img{
  width:100%;
  border-radius:16px;
  border:1px solid var(--line);
}

/* CTA */
.pdp-cta{
  text-align:center;
}
.pdp-btn{
  display:inline-block;
  padding:12px 22px;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  font-weight:700;
  text-decoration:none;
}

/* Fade Up */
.fade-stage{
  opacity:0;
  transform:translateY(16px);
  animation:fadeUp .8s ease forwards;
}
@keyframes fadeUp{
  to{opacity:1;transform:none;}
}

/* Responsive */
@media(max-width:960px){
  .pdp-feature-grid,
  .pdp-img-grid{
    grid-template-columns:1fr;
  }
}
/* Fix CTA button contrast */
.apple-pdp .pdp-btn{
  background: linear-gradient(180deg, #0A66FF 0%, #0647C9 100%) !important;
  color: #FFFFFF !important;
  font-weight: 800 !important;
  letter-spacing: .2px;
  text-shadow: 0 1px 0 rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow: 0 14px 30px rgba(10,102,255,.28);
}

/* Ensure no theme effects make text faint */
.apple-pdp .pdp-btn,
.apple-pdp .pdp-btn *{
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* Hover state for clearer affordance */
.apple-pdp .pdp-btn:hover{
  filter: brightness(1.05) !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(10,102,255,.34);
}

/* Focus ring (Apple-like) */
.apple-pdp .pdp-btn:focus{
  outline: none !important;
  box-shadow: 0 0 0 6px rgba(10,102,255,.18), 0 18px 36px rgba(10,102,255,.34) !important;
}/* End custom CSS */
/* Start custom CSS *//* Reusable + Disposable mop systems: hide Woo default hero */
body.single-product.product_cat-reusable-mop-systems .woocommerce-product-gallery,
body.single-product.product_cat-reusable-mop-systems .summary,
body.single-product.product_cat-disposable-mop-systems .woocommerce-product-gallery,
body.single-product.product_cat-disposable-mop-systems .summary{
  display:none !important;
}

/* Remove leftover spacing */
body.single-product.product_cat-reusable-mop-systems .woocommerce div.product,
body.single-product.product_cat-disposable-mop-systems .woocommerce div.product{
  margin:0 !important;
  padding:0 !important;
}/* End custom CSS */