@charset "UTF-8";
/* CSS for social icons */
a:hover {
  transition: 0.3s ease-in-out all;
}
#cc--social__svg {
  fill: currentColor;
  width: 3rem;
  height: 3rem;
  margin-right: var(--space-m);
}
.cc--social__container {
  display: flex;
  flex-direction: row;
}
.list--none {
  list-style: none;
  padding-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
/* End CSS for social icons */
/* link in footer */
.cc-link--white a {
  color: var(--white);
}
.cc-link--white a:hover {
  color: var(--shade-light);
}
.cc--form-editor > div {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  background-color: var(--primary);
  color: var(--white);
  padding: var(--space-m);
}
.cc--form-editor > div > h3 {
  color: var(--white);
}
@media (max-width: 767px) {
  .product-price__price::after {
    content: " per ";
  }
}
[class*=btn--]:not(.btn--outline) {
  clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
}
