
/* Phase 25C.3 — Products Catalogue Official Stockists */
.dvh25c3-stockists{
  padding:26px 0 24px;
  background:#f6f2e8;
  border-top:1px solid rgba(7,54,42,.08);
  border-bottom:1px solid rgba(7,54,42,.1);
}
.dvh25c3-stockists .wrap{
  display:grid;
  gap:16px;
}
.dvh25c3-stockists-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
}
.dvh25c3-stockists-head>div{
  min-width:0;
}
.dvh25c3-kicker{
  display:block;
  margin-bottom:4px;
  color:#b7861d;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.dvh25c3-stockists-head h2{
  margin:0;
  color:#073a2d;
  font-size:clamp(1.45rem,2.2vw,2rem);
  line-height:1.08;
}
.dvh25c3-stockists-head>p{
  max-width:420px;
  margin:0;
  color:#607068;
  font-size:.92rem;
  line-height:1.45;
  text-align:right;
}
.dvh25c3-stockist-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.dvh25c3-stockist-card{
  position:relative;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) 42px;
  gap:14px;
  align-items:center;
  min-height:138px;
  padding:18px;
  border:1px solid rgba(7,54,42,.14);
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 22px rgba(7,54,42,.06);
}
.dvh25c3-store-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#0a4536;
  color:#e2bd61;
}
.dvh25c3-store-icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.dvh25c3-stockist-copy{
  min-width:0;
}
.dvh25c3-location{
  display:block;
  margin-bottom:3px;
  color:#b17f16;
  font-size:.69rem;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.dvh25c3-stockist-copy h3{
  margin:0 0 6px;
  color:#073a2d;
  font-size:1.2rem;
  line-height:1.15;
}
.dvh25c3-address{
  display:inline-flex;
  align-items:flex-start;
  gap:6px;
  color:#355c51;
  font-size:.82rem;
  line-height:1.4;
  text-decoration:none;
}
.dvh25c3-address:hover,
.dvh25c3-address:focus-visible{
  color:#9a6c0d;
  text-decoration:underline;
}
.dvh25c3-address svg{
  flex:0 0 16px;
  width:16px;
  height:16px;
  margin-top:1px;
  fill:currentColor;
}
.dvh25c3-stockist-copy p{
  margin:8px 0 0;
  color:#75837e;
  font-size:.78rem;
}
.dvh25c3-facebook{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:1px solid rgba(7,54,42,.15);
  border-radius:50%;
  background:#eef4f1;
  color:#0b4b3b;
  text-decoration:none;
  transition:transform .15s ease,background .15s ease,color .15s ease;
}
.dvh25c3-facebook:hover,
.dvh25c3-facebook:focus-visible{
  transform:translateY(-1px);
  background:#0b4b3b;
  color:#fff;
}
.dvh25c3-facebook svg{
  width:20px;
  height:20px;
  fill:currentColor;
}

@media(max-width:800px){
  .dvh25c3-stockists{
    padding:20px 0;
  }
  .dvh25c3-stockists-head{
    display:grid;
    gap:7px;
    align-items:start;
  }
  .dvh25c3-stockists-head>p{
    max-width:none;
    text-align:left;
  }
  .dvh25c3-stockist-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .dvh25c3-stockist-card{
    grid-template-columns:48px minmax(0,1fr) 38px;
    gap:10px;
    min-height:0;
    padding:14px;
  }
  .dvh25c3-store-icon{
    width:48px;
    height:48px;
  }
  .dvh25c3-store-icon svg{
    width:27px;
    height:27px;
  }
  .dvh25c3-facebook{
    width:36px;
    height:36px;
  }
  .dvh25c3-address{
    font-size:.78rem;
  }
}
