/** Shopify CDN: Minification failed

Line 123:12 Unterminated string token
Line 124:3 Unterminated string token
Line 174:12 Unterminated string token
Line 175:3 Unterminated string token

**/
.shampoo-heading {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 225px;
  margin-bottom: 70px;
  text-align: center;
}
.shampoo-heading__title {
  padding-top: 25px;
  padding-bottom: 15px;
  color: #5a5a5a;
  font-size: 40px;
  font-weight: 500;
  line-height: 35px;
}
.shampoo-heading__subtitle {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.shampoo-blocks {
  max-width: 1750px;
  margin: 0 20px;
  margin-bottom: 177px;
  border-top: 2px solid #232323;
}
.shampoo-blocks .cell {
  flex: 1;
  min-width: 150px;
  padding: 0 18px;
  text-align: center;
}
.shampoo-blocks .cell:first-child {
  padding-top: 18px;
  padding-left: 0;
  text-align: right;
  text-transform: uppercase;
  background: none;
  font-weight: 700;
}
.shampoo-blocks .tbl-row {
  display: flex;
}
.shampoo-blocks .tbl-row:nth-child(n + 2):nth-child(-n + 4) .cell:not(:first-child) {
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: left;
  font-family: "Ubuntu";
  font-weight: 300;
  line-height: 18px;
}
.shampoo-blocks .tbl-row:nth-child(n + 5):nth-child(-n + 13) {
  height: 62px;
}
.shampoo-blocks .tbl-row:nth-child(n + 5):nth-child(-n + 16) .cell:not(:first-child) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.shampoo-blocks .tbl-row:nth-child(n + 5):nth-child(-n + 16) .cell:first-child {
  align-self: center;
  padding-top: 0;
}
.shampoo-blocks .tbl-row:nth-child(n + 9):nth-child(-n + 16) .cell:not(:first-child) svg:not(:last-child) {
  margin-right: 10px;
}
.shampoo-blocks .tbl-row .ro_widget {
  display: none;
}
.shampoo-blocks .tbl-row:not(.no-bg) .cell:not(:first-child) {
  border: 4px solid #fff;
  background: #f8f7f5;
}
.shampoo-blocks .tbl-row.privew {
  margin-top: 50px;
}
.shampoo-blocks .tbl-row.privew .cell:not(:first-child) {
  position: relative;
}
.shampoo-blocks .tbl-row.privew .cell:not(:first-child) img {
  object-fit: contain;
  object-position: bottom;
  width: auto;
  height: 100%;
}
.shampoo-blocks .tbl-row.privew .cell:not(:first-child) p {
  position: absolute;
  top: 40%;
  left: -95px;
  width: 240px;
  transform: rotate(270deg);
  text-align: end;
  font-size: 22px;
  font-weight: 300;
}
.shampoo-blocks .tbl-row.privew .cell:not(:first-child) p svg {
  margin-bottom: 2px;
  transform: rotate(-270deg);
}
.shampoo-blocks .tbl-row.indicated-for .cell:not(:first-child) {
  position: relative;
  margin-top: 10px;
  padding-top: 32px;
  border-top: none;
}
.shampoo-blocks .tbl-row.indicated-for .cell:not(:first-child)::after {
  position: absolute;
  right: 0;
  bottom: 99%;
  left: 0;
  padding-bottom: 8%;
  content: "
 ";
  transform: rotate(180deg);
  background: #f8f7f5;
  clip-path: polygon(0% 0%, 100% 0%, 50% 60%);
}
.shampoo-blocks .tbl-row.indicated-for p {
  margin-top: 20px;
}
.shampoo-blocks .for-checkbox-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--font-family-montserrat);
  font-size: 12px;
  font-weight: 700;
}
.shampoo-blocks .for-men {
  width: 73px;
  margin-right: 7px;
  padding: 2px 10px;
  border-radius: 8px;
  background-color: #000;
}
.shampoo-blocks .for-women {
  padding: 2px 10px;
  border-radius: 8px;
  background-color: #000;
}
.shampoo-blocks .tbl-row.ph .cell:not(:first-child) {
  font-family: "Ubuntu";
  font-size: 22px;
  font-weight: 500;
}
.shampoo-blocks .tbl-row.learn-more .cell:not(:first-child) {
  min-width: 142px;
  margin: 4px;
  padding: 0 18px !important;
}
.shampoo-blocks .tbl-row.learn-more .cell:not(:first-child) a {
  display: inline-block;
  width: 100%;
  padding: 1vw 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.shampoo-blocks .tbl-row.learn-more .cell:not(:first-child)::before {
  content: "
 ";
  transform: rotate(-90deg);
  background: linear-gradient(176.38deg, #c8bdad 6.82%, rgba(125, 106, 76, 0) 107.66%);
}
.shampoo-blocks .tbl-row.price .cell:not(:first-child) {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1164px) {
  .shampoo-blocks {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 1400px) {
  .shampoo-blocks {
    margin: 0 auto;
    margin-bottom: 177px;
  }
}

.shampoo-blocks .add-to-card .cell:not(:first-of-type) {
  /* padding: 10px 5px; */
  width: calc(100% / 6 - 7px);
  min-width: 142px;
  margin: 4px;
  padding: 0 !important;
  background-color: #cf3339 !important;
}

.shampoo-blocks .add-to-card .cell:first-of-type {
  flex: 0 0 calc(100% / 6 - 22px);
}

.shampoo-blocks .add-to-card .cell form,
.shampoo-blocks .add-to-card .cell .btn.addtocart {
  width: 100%;
}

.shampoo-blocks .add-to-card .cell .btn.addtocart {
  font-family: var(--font-family-montserrat) !important;
  letter-spacing: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0 5px;
  min-height: 44px;
}

body .shampoo-blocks .add-to-card .cell .btn.addtocart:active,
body .shampoo-blocks .add-to-card .cell .btn.addtocart:focus {
  background-image: none;
  outline: 0;
  background-color: #cf3339 !important;
  color: #fff !important;
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
