:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

#ladies_shaving {
  background-color: #baac95; }
  #ladies_shaving .flow h3.-flow-title span {
    background-color: #baac95; }

.page-link {
  background-color: #baac95; }
