.addtocal-container {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
          justify-content: stretch;
  position: relative;
}

.addtocal-container:hover .addtocal-menu,
.no-js .addtocal-container:focus-within .addtocal-menu,
.addtocal[aria-expanded=true] ~ .addtocal-menu {
  display: block;
}

.addtocal {
  font-size: 0.6666666667rem;
  -webkit-box-align: center;
          align-items: center;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  font-family: "Typold W05", sans-serif;
  font-weight: 700;
  -webkit-box-flex: 1;
          flex: auto;
  gap: 0.6666666667rem;
  -webkit-box-pack: center;
          justify-content: center;
  letter-spacing: 0.0833333333em;
  line-height: 1.4444444444rem;
  padding: 0.6666666667rem 1.3333333333rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 37.5em) {
  .addtocal {
    font-size: 0.7777777778rem;
  }
}
.addtocal:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.addtocal::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='%23417925' d='M8 10V8a1 1 0 1 1 2 0v2h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 0v-2H6a1 1 0 0 1 0-2zM2 4h14a1 1 0 0 0-1-1h-1a1 1 0 0 1 0-2h1a3 3 0 0 1 3 3v11a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h1a1 1 0 1 1 0 2H3a1 1 0 0 0-1 1m0 2v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6zm8-5a1 1 0 0 1 2 0v1a1 1 0 0 1-2 0zM6 1a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  -webkit-box-flex: 0;
          flex: none;
  height: 1rem;
  vertical-align: text-bottom;
  width: 1rem;
}
.addtocal:focus {
  outline: none;
}

.addtocal-menu {
  background: #fff;
  border: 1px solid #666;
  display: none;
  left: -1px;
  min-width: calc(100% + 2px);
  position: absolute;
  top: calc(100% + 1px);
  z-index: 200;
}
.addtocal-menu .addtocal-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.addtocal-menu .addtocal-link a {
  font-size: 0.8888888889rem;
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #666;
  display: block;
  font-family: "Typold W05", sans-serif;
  padding: 0.6666666667rem 1.3333333333rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 37.5em) {
  .addtocal-menu .addtocal-link a {
    font-size: 0.7777777778rem;
  }
}
@container region (width > 35.5555555556rem) {
  .addtocal-menu .addtocal-link a {
    text-align: left;
  }
}
.addtocal-menu .addtocal-link a:hover, .addtocal-menu .addtocal-link a:focus {
  background-color: #F2F2F2;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.addtocal-menu .addtocal-link:last-child a {
  border-bottom: 0;
}

.c-page-header__cta-block .addtocal-container {
  border: 0;
}

.c-page-header__cta-block .addtocal-menu {
  height: auto;
}