/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/product-details/scss/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.product-details {
  padding-top: 25px; }
  @media screen and (min-width: 768px) {
    .product-details {
      padding-top: 35px; } }

@media screen and (min-width: 768px) {
  .product-details-top {
    display: grid;
    grid-template-columns: calc(65% - 40px) auto;
    column-gap: 40px; } }

@media screen and (min-width: 1024px) {
  .product-details-top {
    grid-template-columns: calc(65% - 80px) auto;
    column-gap: 80px; } }

@media screen and (min-width: 768px) {
  .product-images {
    grid-column: 1 / 2;
    grid-row: 1 / 2; } }

.product-images__carousel {
  margin-bottom: 28px; }
  @media screen and (min-width: 768px) {
    .product-images__carousel {
      margin-bottom: 30px; } }

.product-images__carousel-item {
  position: relative;
  padding: 0 1px; }
  .product-images__carousel-item::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 100%; }
    @media screen and (min-width: 768px) {
      .product-images__carousel-item::before {
        padding-top: 68%; } }
  .product-images__carousel-item picture {
    display: block;
    position: relative;
    left: 1px;
    width: calc(100% - 2px);
    background: #edebeb;
    border-radius: 8px; }

.product-images__next.button, .product-images__prev.button {
  display: none; }
  .product-images.is-single .product-images__next.button, .product-images.is-single .product-images__prev.button {
    display: none; }
  @media screen and (min-width: 768px) {
    .product-images__next.button, .product-images__prev.button {
      display: flex;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 40px;
      cursor: pointer;
      z-index: 5; }
      .product-images__next.button.swiper-button-disabled, .product-images__prev.button.swiper-button-disabled {
        display: none; } }

@media screen and (min-width: 768px) {
  .product-images__next.button {
    left: auto;
    right: 40px; } }

.product-images__thumbnails {
  text-align: center; }
  .product-images.is-single .product-images__thumbnails {
    display: none; }
  .product-images__thumbnails img {
    width: 64px;
    height: 64px; }

.product-images__thumbnails-container {
  display: inline-flex;
  width: auto; }
  .product-images__thumbnails-container picture {
    display: block; }

.product-images__thumbnail {
  width: 64px !important;
  box-sizing: content-box;
  border-radius: 8px;
  border: 4px solid #ffffff;
  cursor: pointer; }
  .product-images__thumbnail.swiper-slide-thumb-active {
    border-color: #004547; }

.product-images__picture {
  max-width: 100%;
  border-radius: 8px; }

@media screen and (min-width: 768px) {
  .product-info {
    grid-column: 1 / 2;
    grid-row: 2 / 3; } }

.product-form {
  width: 100%;
  padding-top: 35px; }
  @media screen and (min-width: 768px) {
    .product-form {
      padding-top: 0;
      grid-column: 2 / 3;
      grid-row: 1 / 3; }
      .product-form__inner {
        width: 100%;
        max-width: 415px;
        position: sticky;
        top: 30px; } }

.product-info {
  width: 100%;
  color: #004547;
  line-height: 1.6; }
  .product-info__content {
    margin: 35px 0; }
    @media screen and (min-width: 768px) {
      .product-info__content {
        margin: 55px 0; } }
  .product-info__title {
    font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 25px;
    color: #004547; }
    @media screen and (min-width: 768px) {
      .product-info__title {
        font-size: 28px;
        line-height: 1.3; } }
  .product-info__feature {
    position: relative;
    margin-bottom: 10px;
    padding-left: 34px;
    line-height: 24px; }
    .product-info__feature .icon {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      margin-right: 8px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      padding: 7px 5px;
      background: #004547;
      stroke: #ffffff;
      stroke-width: 3px; }

.product-form {
  position: relative;
  color: #004547;
  font-size: 16px;
  z-index: 5; }
  .product-form__title {
    font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    text-transform: uppercase;
    color: #004547;
    font-size: 48px;
    line-height: 0.8;
    margin-bottom: 25px; }
    @media screen and (min-width: 1024px) {
      .product-form__title {
        font-size: 64px;
        font-weight: 0.8; } }
  .product-form__content label {
    display: block;
    margin-bottom: 15px;
    font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .product-form__link {
    margin-bottom: 37px; }
    .product-form__link.is-disabled {
      opacity: 0.6;
      pointer-events: none; }
  .product-form__button.button {
    display: flex;
    width: 100%;
    margin-bottom: 30px; }
    .product-form__button.button.is-disabled {
      opacity: 0.6;
      pointer-events: none; }
    .product-form__button.button.is-unavailable .product-form__button-text {
      display: none; }
    .product-form__button.button.is-unavailable .product-form__button-select-text {
      display: none; }
    .product-form__button.button.is-unavailable .product-form__button-unavailable-text {
      display: inline; }
    .product-form__button.button.is-not-selected .product-form__button-text {
      display: none; }
    .product-form__button.button.is-not-selected .product-form__button-select-text {
      display: inline; }
    .product-form__button.button.is-not-selected .product-form__button-unavailable-text {
      display: none; }
  .product-form__button-unavailable-text {
    display: none; }
  .product-form__button-select-text {
    display: none; }
  .product-form__bottom-links {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center; }
  .product-form__paint-calculator {
    display: inline; }

.product-accordion table {
  border: none;
  margin: -24px 0; }
  .product-accordion table td {
    border: none;
    border-bottom: 1px solid #ccdada;
    font-size: 14px;
    padding: 20px 0;
    vertical-align: top; }
    .product-accordion table td:first-child {
      font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    @media screen and (min-width: 1024px) {
      .product-accordion table td {
        font-size: 16px; } }
  .product-accordion table tr:last-child td {
    border: none; }

.product-how-to-use {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 55px;
  margin-bottom: 35px; }
  @media screen and (min-width: 1024px) {
    .product-how-to-use {
      flex-direction: row;
      gap: 30px;
      margin-top: 65px;
      margin-bottom: 55px; } }

.product-using {
  width: 100%;
  background: #f2f6f6;
  border-radius: 8px;
  color: #004547;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .product-using {
      width: auto;
      flex-grow: 1;
      flex-flow: row nowrap; } }
  @media screen and (max-width: 1023px) {
    .product-using .swiper-wrapper {
      display: flex;
      flex-flow: row wrap;
      text-align: center;
      align-items: stretch; } }
  .product-using__item {
    width: 50%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e3e3e3; }
    @media screen and (max-width: 1023px) {
      .product-using__item {
        position: relative;
        height: auto;
        bottom: -1px;
        border-bottom: 1px solid #e3e3e3; }
        .product-using__item:nth-child(2n) {
          border-right: none; } }
    @media screen and (min-width: 1024px) {
      .product-using__item {
        min-width: calc(100% / 3);
        width: auto;
        padding: 30px 15px;
        border-right: 1px solid #e3e3e3;
        position: relative; }
        .has-2-slides .product-using__item {
          min-width: 50%; }
        .has-1-slides .product-using__item {
          min-width: 100%; }
        .product-using__item:last-child {
          border: none; } }
    @media screen and (min-width: 1280px) {
      .product-using__item {
        min-width: 25%; }
        .has-3-slides .product-using__item {
          min-width: calc(100% / 3); } }
    @media screen and (min-width: 1366px) {
      .product-using__item {
        padding: 30px; } }
    .product-using__item .icon {
      display: block;
      margin-bottom: 15px;
      max-width: 100px;
      width: 100%;
      height: 100px;
      background-color: #004547;
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center; }
  .product-using__title {
    font-size: 18px;
    font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-bottom: 20px; }
  .product-using__text {
    font-size: 14px; }
  .product-using__next.button, .product-using__prev.button {
    display: none;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    left: 15px; }
    .show-buttons .product-using__next.button, .show-buttons .product-using__prev.button {
      display: flex; }
    @media screen and (max-width: 1023px) {
      .product-using__next.button, .product-using__prev.button {
        display: none !important; } }
  .product-using__next.button {
    left: auto;
    right: 15px; }
  .product-using .swiper-button-disabled {
    display: none !important; }

.product-surfaces {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .product-surfaces {
      width: 378px;
      min-width: 378px; } }
  .product-surfaces__title {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    color: #ffffff;
    font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 48px;
    text-transform: uppercase;
    line-height: 0.8;
    text-align: center;
    z-index: 5; }
  .product-surfaces__carousel {
    height: 100%; }
  .product-surfaces__item {
    position: relative;
    max-height: 461px; }
    @media screen and (min-width: 1024px) {
      .product-surfaces__item {
        max-height: none; } }
    .product-surfaces__item img {
      min-height: 100%;
      min-width: 100%; }
  .product-surfaces__name {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    bottom: 0;
    left: 0;
    padding: 0 25px 25px;
    color: #ffffff;
    font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    width: 100%;
    height: 109px;
    text-align: center;
    font-size: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 5; }
    .product-surfaces__name span {
      display: inline-block;
      width: 100%; }
  .product-surfaces__next.button, .product-surfaces__prev.button {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    left: 27px; }
    .is-single .product-surfaces__next.button, .is-single .product-surfaces__prev.button {
      display: none; }
  .product-surfaces__next.button {
    left: auto;
    right: 27px; }

.product-guides {
  margin-top: 37px;
  margin-bottom: 40px;
  color: #004547; }
  @media screen and (min-width: 768px) {
    .product-guides {
      margin-top: 83px;
      margin-bottom: 62px; } }
  .product-guides__tabs, .product-guides__tabs-2 {
    padding: 0 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px; }
    @media screen and (min-width: 768px) {
      .product-guides__tabs, .product-guides__tabs-2 {
        padding-bottom: 40px; } }
    .product-guides__tabs--is-hidden, .product-guides__tabs-2--is-hidden {
      display: none; }
  .product-guides__tab {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    appearance: none;
    position: relative;
    font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    color: #004547;
    opacity: 0.3;
    cursor: pointer;
    transition: opacity 0.3s ease; }
    @media screen and (min-width: 1024px) {
      .product-guides__tab {
        font-size: 48px; } }
    .product-guides__tab:after {
      display: block;
      content: '';
      position: absolute;
      height: 2px;
      width: 0;
      bottom: 0;
      background: #004547;
      transition: width 0.3s ease; }
    .product-guides__tab:hover, .product-guides__tab:focus, .product-guides__tab:active, .product-guides__tab.is-active {
      opacity: 1; }
      .product-guides__tab:hover:after, .product-guides__tab:focus:after, .product-guides__tab:active:after, .product-guides__tab.is-active:after {
        width: 100%; }
  .product-guides__tab-2:hover, .product-guides__tab-2:focus, .product-guides__tab-2:active, .product-guides__tab-2.is-active {
    background: #004547;
    color: #ffffff; }
  .product-guides__content {
    position: relative; }
  .product-guides__content-container {
    position: relative; }
  .product-guides__tab-content, .product-guides__tab-content-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: opacity 0.3s ease; }
    .product-guides__tab-content.is-active, .product-guides__tab-content-2.is-active {
      position: relative;
      opacity: 1;
      z-index: 1; }
  .product-guides__accordion {
    position: relative;
    border-top: 1px solid #e3e3e3; }
    .product-guides__accordion:last-child {
      border-bottom: 1px solid #e3e3e3; }
  .product-guides__accordion-title {
    padding: 35px 50px 35px 0;
    font-size: 18px;
    font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    @media screen and (min-width: 768px) {
      .product-guides__accordion.is-expanded .product-guides__accordion-title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; } }
    .product-guides__accordion-title > span {
      display: block; }
      @media screen and (min-width: 768px) {
        .product-guides__accordion-title > span {
          width: 30%;
          padding-right: 10px; } }
  .product-guides__accordion-text {
    font-size: 16px;
    padding: 0 0 35px; }
    @media screen and (min-width: 768px) {
      .product-guides__accordion-text {
        position: relative;
        padding: 0;
        margin: 35px 110px 35px 30%;
        z-index: 8; } }

.icon-5-years {
  mask-image: url(/dist/images/5-years-bc35e987f39f947331ad.svg); }

.icon-10-years {
  mask-image: url(/dist/images/10-years-8d9a6f29ee91e6f1bc64.svg); }

.icon-all-weather {
  mask-image: url(/dist/images/all-weather-9f934ed615619ba9792e.svg); }

.icon-apply {
  mask-image: url(/dist/images/apply-cbadd41200a2b5a3e30a.svg); }

.icon-beauty {
  mask-image: url(/dist/images/beauty-30531ebbef7cbc7bdf25.svg); }

.icon-big-tick {
  mask-image: url(/dist/images/big-tick-12d8bf30af66541db55f.svg); }

.icon-clock {
  mask-image: url(/dist/images/clock-3344cedb775e1968f466.svg); }

.icon-coats-1 {
  mask-image: url(/dist/images/coats-1-cd28674bcdb36014c996.svg); }

.icon-coats-2 {
  mask-image: url(/dist/images/coats-2-5b23da8cbd8677acc22d.svg); }

.icon-coats-3 {
  mask-image: url(/dist/images/coats-3-ba8216da5f29648cbbc1.svg); }

.icon-crack-and-peeling {
  mask-image: url(/dist/images/crack-and-peeling-56d4db76a439bebf0342.svg); }

.icon-dryingtime {
  mask-image: url(/dist/images/dryingtime-1fec5463778be44e1813.svg); }

.icon-dryingtime-12-hrs {
  mask-image: url(/dist/images/dryingtime-12-hrs-1a937c0243fba828d7da.svg); }

.icon-dryingtime-blank {
  mask-image: url(/dist/images/dryingtime-blank-f480bd497a0d824c473a.svg); }

.icon-finish {
  mask-image: url(/dist/images/finish-c53b561ebedf4a910603.svg); }

.icon-moisture-escape {
  mask-image: url(/dist/images/moisture-escape-769bae922351aded78ad.svg); }

.icon-mould {
  mask-image: url(/dist/images/mould-0ba6c141f58975515395.svg); }

.icon-non-yellowing-formula {
  mask-image: url(/dist/images/non-yellowing-formula-9cd124df736362a2f222.svg); }

.icon-rain {
  mask-image: url(/dist/images/rain-b11b02070e20f786cffc.svg); }

.icon-recommended {
  mask-image: url(/dist/images/recommended-90417f3c19da25da134c.svg); }

.icon-removes-stains {
  mask-image: url(/dist/images/removes-stains-f3b9981e261030d55193.svg); }

.icon-shield {
  mask-image: url(/dist/images/shield-1795fd4d474a36ccebb5.svg); }

.icon-tough {
  mask-image: url(/dist/images/tough-8af2dcaa4db5420c6557.svg); }

.paint-calculator__content {
  width: 874px;
  height: 570px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.59);
  overflow: hidden;
  padding: 50px 65px; }
  @media screen and (max-width: 767px) {
    .paint-calculator__content {
      width: calc(100vw - 48px);
      height: 635px;
      max-height: calc(100% - 80px);
      max-width: 400px;
      margin: 50px 24px 0;
      padding: 40px 24px;
      box-shadow: none;
      overflow-y: scroll; } }

.paint-calculator__tabs {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .paint-calculator__tabs {
      margin-bottom: 20px; } }
  .paint-calculator__tabs.is-hidden {
    display: none; }

.paint-calculator__tab {
  display: block;
  padding: 18px 28px; }
  .paint-calculator__tab.is-active {
    background: #004547;
    color: #ffffff; }

.paint-calculator__content-tabs {
  position: relative; }

.paint-calculator__content-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease; }
  .paint-calculator__content-tab.is-active {
    position: relative;
    opacity: 1;
    z-index: 1; }

.paint-calculator__introduction {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-align: center; }
  .paint-calculator__content-tab.is-result .paint-calculator__introduction {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  @media screen and (min-width: 768px) {
    .paint-calculator__introduction {
      max-width: 507px;
      margin: 0 auto; } }

.paint-calculator__results {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .paint-calculator__content-tab.is-result .paint-calculator__results {
    position: relative;
    z-index: 1;
    opacity: 1; }
  .paint-calculator__results .button {
    display: flex;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .paint-calculator__results {
      display: flex;
      flex-direction: row;
      gap: 55px; }
      .paint-calculator__results .button {
        margin-left: 0; } }

.paint-calculator__title {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .paint-calculator__title {
      font-size: 48px; } }

.paint-calculator__intro {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
  color: #004547; }
  @media screen and (min-width: 768px) {
    .paint-calculator__intro {
      font-size: 16px;
      line-height: 1.4; } }

.paint-calculator__form .form__input {
  text-align: left;
  margin-bottom: 20px; }
  .paint-calculator__form .form__input label {
    font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #004547;
    display: block;
    margin-bottom: 10px; }
  .paint-calculator__form .form__input input[type='number'] {
    height: 44px;
    font-size: 26px;
    padding-bottom: 12px; }
    .paint-calculator__form .form__input input[type='number']::placeholder {
      color: rgba(0, 69, 71, 0.3); }
    @media screen and (min-width: 768px) {
      .paint-calculator__form .form__input input[type='number'] {
        font-size: 32px;
        height: 50px;
        padding-bottom: 16px; } }
  .paint-calculator__form .form__input input[type='radio']:before, .paint-calculator__form .form__input input[type='radio']:after, .paint-calculator__form .form__input input[type='radio']:checked::after {
    top: 50%; }

.paint-calculator__form .button {
  margin-top: 30px; }

@media screen and (min-width: 768px) {
  .paint-calculator__form-fields {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px; } }

.paint-calculator__form-fields input:focus-within {
  animation: blink_input_opacity_to_prevent_scrolling_when_focus 0.01s; }

.paint-calculator__form-radio {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 30px; }
  .paint-calculator__form-radio .form__input-radio-check label {
    display: inline;
    margin: 0;
    font-family: Gotham-book, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .paint-calculator__form-radio .form__input {
    margin-bottom: 0; }
    .paint-calculator__form-radio .form__input .input__label {
      padding-top: 3px; }

.paint-calculator__image {
  background: #edebeb;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 35px;
  border: 1px solid #ccdada; }
  .paint-calculator__image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (min-width: 768px) {
    .paint-calculator__image {
      width: 315px;
      min-width: 315px;
      height: 315px; } }

.paint-calculator__subtitle {
  font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-bottom: 10px; }

.paint-calculator__measurements {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
  margin-bottom: 25px; }
  @media screen and (min-width: 1024px) {
    .paint-calculator__measurements {
      font-size: 88px; } }
  .paint-calculator__measurements span {
    font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
    color: #004547;
    text-transform: uppercase;
    line-height: 0.8;
    letter-spacing: -0.01em;
    font-size: 40px; }
    @media screen and (min-width: 1024px) {
      .paint-calculator__measurements span {
        font-size: 48px; } }

.paint-calculator__result {
  font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  color: #004547;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: -0.01em;
  font-size: 48px;
  margin-bottom: 25px; }
  @media screen and (min-width: 1024px) {
    .paint-calculator__result {
      font-size: 88px; } }
  .paint-calculator__result span {
    font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
    color: #004547;
    text-transform: uppercase;
    line-height: 0.8;
    letter-spacing: -0.01em;
    font-size: 40px; }
    @media screen and (min-width: 1024px) {
      .paint-calculator__result span {
        font-size: 48px; } }

.paint-calculator__result-text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  margin-bottom: 30px; }

@keyframes blink_input_opacity_to_prevent_scrolling_when_focus {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.product-sticky-bar {
  position: fixed;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  border-top: 1px solid #e3e3e3;
  z-index: 200;
  transform: translateY(0);
  transition: translateY 0.3s ease; }
  .product-sticky-bar.is-visible {
    transform: translateY(-80px); }
  .product-sticky-bar__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 80px; }
  .product-sticky-bar__left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px; }
    @media screen and (max-width: 767px) {
      .product-sticky-bar__left {
        display: none; } }
  .product-sticky-bar__right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 16px; }
    @media screen and (max-width: 767px) {
      .product-sticky-bar__right {
        width: 100%;
        justify-content: center; } }
    @media screen and (max-width: 375px) {
      .product-sticky-bar__right {
        gap: 10px; } }
    .product-sticky-bar__right .button {
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .product-sticky-bar__right .button {
          padding-left: 25px;
          padding-right: 25px; } }
      @media screen and (max-width: 375px) {
        .product-sticky-bar__right .button {
          padding-left: 15px;
          padding-right: 15px; } }
  .product-sticky-bar__name {
    font-family: Gotham-bold, -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    color: #004547; }

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/colour-inspector/scss/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* general mixins and helpers */
/*
    put mixins which have consistant styles for all designs
 */
.colour-inspector {
  text-align: center; }
  .colour-inspector .hidden {
    display: none; }
  .colour-inspector__title {
    margin: 25px 0 35px;
    font-family: "roc-grotesk-compressed", -apple-system, blinkmacsystemfont, segoe ui, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    text-transform: uppercase;
    color: #004547;
    font-size: 48px;
    line-height: 0.8;
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .colour-inspector__title {
        margin: 55px 0 40px; } }
    @media screen and (min-width: 1024px) {
      .colour-inspector__title {
        font-size: 64px;
        font-weight: 0.8; } }
  .colour-inspector__visualiser {
    position: relative;
    padding-top: calc(200% / 3); }
    .colour-inspector__visualiser .ss-main {
      margin-top: 30px;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .colour-inspector__visualiser .ss-main {
          position: absolute;
          bottom: 30px;
          left: 30px;
          margin-top: 0;
          margin-bottom: 0;
          max-width: 240px; } }
  .colour-inspector-container svg {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    mix-blend-mode: multiply;
    transition: color 0.5s ease-in-out 0s; }
  .colour-inspector__visualiser-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
    .colour-inspector__visualiser-bg img {
      width: 100%; }
  .colour-inspector__colours {
    position: relative;
    margin: 26px -24px 43px 0; }
    @media screen and (min-width: 768px) {
      .colour-inspector__colours {
        margin: 37px 0 45px;
        padding: 0 62px; } }
  .colour-inspector__colour-item {
    cursor: pointer; }
  .colour-inspector__colour-tile {
    height: 72px;
    border-radius: 8px;
    border: 4px solid white;
    margin-bottom: 8px; }
    @media screen and (min-width: 768px) {
      .colour-inspector__colour-tile {
        height: 88px; } }
    .is-active .colour-inspector__colour-tile {
      border-color: #004547; }
  .colour-inspector__colour-name {
    font-size: 14px; }
  .colour-inspector__next.button, .colour-inspector__prev.button {
    display: none; }
    @media screen and (min-width: 768px) {
      .colour-inspector__next.button, .colour-inspector__prev.button {
        display: flex;
        position: absolute;
        top: 19px;
        left: 0; }
        .colour-inspector__next.button.swiper-button-disabled, .colour-inspector__prev.button.swiper-button-disabled {
          opacity: 0.3;
          pointer-events: none; } }
  @media screen and (min-width: 768px) {
    .colour-inspector__next.button {
      left: auto;
      right: 0; } }
  .colour-inspector__link {
    white-space: nowrap; }
    @media screen and (max-width: 375px) {
      .colour-inspector__link {
        display: flex !important;
        padding-left: 0 !important;
        padding-right: 2px !important;
        letter-spacing: -0.05em !important; } }
    @media (max-width: 350px) {
      .colour-inspector__link:after {
        display: none; } }

