
:root{
  --hacpf-green:#42564F;
  --hacpf-blue:#42564F;
  --hacpf-blue-dark:#32453F;
  --hacpf-black:#303735;
  --hacpf-text:#71736D;
  --hacpf-line:#DDD5C8;
  --hacpf-soft:#FAF7F0;
}
.hacpf-loop-badge{
  position:absolute;z-index:5;top:12px;left:12px;
  display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;
  background:var(--hacpf-blue);color:#fff;font-size:11px;font-weight:800;
  letter-spacing:.04em;text-transform:uppercase;border-radius:999px
}
.products .product.hacpf-dropship-item{position:relative}
.product.hacpf-dropship-item .button,
.hacpf-dropship-product .single_add_to_cart_button{
  background:var(--hacpf-blue)!important;color:#fff!important;border:0!important;
  border-radius:4px!important;font-weight:800!important;box-shadow:none!important
}
.product.hacpf-dropship-item .button:hover,
.hacpf-dropship-product .single_add_to_cart_button:hover{background:var(--hacpf-blue-dark)!important}
.hacpf-single-badges{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 12px}
.hacpf-single-badges span{display:inline-flex;align-items:center;min-height:27px;padding:5px 9px;border:1px solid rgba(66,86,79,.20);background:#F4F0E7;color:var(--hacpf-blue);font-size:11px;font-weight:800;border-radius:999px}
.hacpf-shipping-panel{display:flex;gap:12px;align-items:flex-start;margin:18px 0;padding:14px 15px;background:var(--hacpf-soft);border:1px solid var(--hacpf-line);border-radius:7px}
.hacpf-shipping-icon{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:50%;background:var(--hacpf-blue);color:#fff;font-weight:900}
.hacpf-shipping-panel strong{display:block;color:var(--hacpf-black);font-size:13px;margin-bottom:2px}
.hacpf-shipping-panel p{margin:0;color:var(--hacpf-text);font-size:12px;line-height:1.5}
.hacpf-trust-points{display:flex;flex-wrap:wrap;gap:8px 15px;margin:10px 0 18px;color:#303735;font-size:12px;font-weight:700}
.hacpf-trust-points span::first-letter{color:var(--hacpf-blue)}
.hacpf-dropship-product div.product .summary .price{color:var(--hacpf-blue);font-weight:800}
.hacpf-dropship-product div.product form.cart{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.hacpf-dropship-product div.product form.cart .quantity .qty{min-height:44px}
.hacpf-dropship-product .woocommerce-tabs{margin-top:38px}
.hacpf-dropship-product .woocommerce-tabs .panel{color:var(--hacpf-text);line-height:1.7}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-product-editorial{max-width:1180px;margin:0 auto}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-intro{padding:8px 0 20px}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-kicker,
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-heading>span{display:block;color:var(--hacpf-blue);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-section{margin:30px 0}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-benefits,
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-card{padding:18px;background:#fff;border:1px solid var(--hacpf-line);border-radius:7px}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-card h3{margin:5px 0 8px;color:var(--hacpf-black);font-size:16px}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-card p{margin:0;color:var(--hacpf-text);font-size:13px;line-height:1.65}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--hacpf-line);border-radius:7px;overflow:hidden}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-specs>div{display:flex;justify-content:space-between;gap:20px;padding:12px 15px;border-bottom:1px solid var(--hacpf-line);background:#fff}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-guides{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:30px 0}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-package{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;list-style:none;padding:0}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-package li{padding:10px 12px;background:var(--hacpf-soft);border:1px solid var(--hacpf-line);border-radius:6px}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-package li span{color:var(--hacpf-blue);margin-right:7px;font-weight:900}
.hacpf-dropship-product .hacpf-dropship-product .hacpf-editorial-note{display:flex;gap:12px;padding:16px;background:#F4F0E7;border-left:4px solid var(--hacpf-blue);margin:24px 0}
.hacpf-dropship-product details{border-top:1px solid var(--hacpf-line);padding:12px 0}
.hacpf-dropship-product details summary{cursor:pointer;font-weight:800;color:var(--hacpf-black);display:flex;justify-content:space-between;gap:20px}
@media(max-width:780px){
  .hacpf-dropship-product   .hacpf-dropship-product .hacpf-editorial-benefits,
  .hacpf-dropship-product   .hacpf-dropship-product .hacpf-editorial-features,
  .hacpf-dropship-product   .hacpf-dropship-product .hacpf-editorial-guides{grid-template-columns:1fr}
  .hacpf-dropship-product   .hacpf-dropship-product .hacpf-editorial-specs,
  .hacpf-dropship-product   .hacpf-dropship-product .hacpf-editorial-package{grid-template-columns:1fr}
}
