@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "Bayshore";
  src: url("assets/fonts/Bayshore.eot");
  src: url("assets/fonts/Bayshore.eot#iefix") format("embedded-opentype"), url("assets/fonts/Bayshore.woff2") format("woff2"), url("assets/fonts/Bayshore.woff") format("woff"), url("assets/fonts/Bayshore.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "book";
  src: url("../fonts/avantgardebook.eot");
  src: url("../fonts/avantgardebook.eot") format("embedded-opentype"), url("../fonts/avantgardebook.woff2") format("woff2"), url("../fonts/avantgardebook.woff") format("woff"), url("../fonts/avantgardebook.ttf") format("truetype"), url("../fonts/avantgardebook.svg#avantgardebook") format("svg");
}
@font-face {
  font-family: "book-medium";
  src: url("../fonts/avantgarde-medium-1-opentype-webfont.eot");
  src: url("../fonts/avantgarde-medium-1-opentype-webfont.eot") format("embedded-opentype"), url("../fonts/avantgarde-medium-1-opentype-webfont.woff") format("woff"), url("../fonts/avantgarde-medium-1-opentype-webfont.ttf") format("truetype"), url("../fonts/avantgarde-medium-1-opentype-webfont.svg#avantgarde-medium-1-opentype-webfont") format("svg");
}
@font-face {
  font-family: "book-bold";
  src: url("../fonts/avantgardedemi1opentype.eot");
  src: url("../fonts/avantgardedemi1opentype.eot") format("embedded-opentype"), url("../fonts/avantgardedemi1opentype.woff2") format("woff2"), url("../fonts/avantgardedemi1opentype.woff") format("woff"), url("../fonts/avantgardedemi1opentype.ttf") format("truetype"), url("../fonts/avantgardedemi1opentype.svg#avantgardedemi1opentype") format("svg");
}
@font-face {
  font-family: "book-bolder";
  src: url("../fonts/AvantGardeGothicITCWBd.eot");
  src: url("../fonts/AvantGardeGothicITCWBd.eot?#iefix") format("embedded-opentype"), url("../fonts/AvantGardeGothicITCWBd.woff2") format("woff2"), url("../fonts/AvantGardeGothicITCWBd.woff") format("woff"), url("../fonts/AvantGardeGothicITCWBd.ttf") format("truetype");
}
@font-face {
  font-family: "book-light";
  src: url("../fonts/avantgardeextralightopentype.eot");
  src: url("../fonts/avantgardeextralightopentype.eot?#iefix") format("embedded-opentype"), url("../fonts/avantgardeextralightopentype.woff2") format("woff2"), url("../fonts/avantgardeextralightopentype.woff") format("woff"), url("../fonts/avantgardeextralightopentype.ttf") format("truetype"), url("../fonts/avantgardeextralightopentype.svg#avantgardeextralightopentype") format("svg");
}
body, html {
  height: 100%;
  margin: 0;
  position: relative;
  padding: 0;
}

header, footer, article, section, hgroup, nav, figure, aside {
  display: block;
}

.mm-page {
  overflow: hidden;
}

figure {
  margin: 0;
}

:focus, :active {
  outline: 0;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #393939;
  text-decoration: none;
  transition: all 0.25s;
}
a:hover {
  transition: all 0.25s;
}

/*input[type="submit"],
.btn {
    font-family: $head_font;
    font-weight: 700;
    font-size: 24px; 
    display: block;
    background: $orange;
    color: #fff;
    text-decoration: none; 
    line-height: 32px;
    padding: 5px 24px 6px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    border: 2px solid $orange;
    transition: all 300ms ease-in-out;
    &:hover, &:active {
        background-color: rgba(255,255,255,0);
        color: $orange;
    }
    &.btn-outline {
        background-color: rgba(255,255,255,0);
        color: $orange;  
        &:hover, &:active {
            border-color: $orange;
            background-color: $orange;
            color: #fff;
        }      
    }
}*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.25s;
}
.btn:hover {
  color: #2d2a26;
  background-color: #f7bed8;
  border-color: #d67786;
  transition: all 0.25s;
}

h1, h2, h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.08px;
  margin: 0 0 25px;
}

.row {
  width: 100%;
  display: flex;
}
.row .column {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
}
table tr td, table tr th {
  border: 1px solid #ebebeb;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  table tr td, table tr th {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  table tr td p, table tr th p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  table tr td, table tr th {
    padding: 5px 6px;
    font-size: 11px;
    line-height: 18px;
  }
  table tr td p, table tr th p {
    font-size: 11px;
    line-height: 18px;
  }
}

.video-hold {
  width: 100%;
  border: 3px solid #1FA6DE;
  border-radius: 23px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.video-hold .play-video {
  position: absolute;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 79px;
  border-color: transparent transparent transparent #0074b2;
  right: 50%;
  bottom: 50%;
  margin-right: -35px;
  margin-bottom: -50px;
  transition: all 400ms ease-in-out;
}
@media (max-width: 479px) {
  .video-hold .play-video {
    border-width: 30px 0 30px 50px;
    margin-right: -25px;
    margin-bottom: -30px;
  }
}
.video-hold .play-video:hover {
  transform: scale(1.1);
}
.video-hold.playing .play-video {
  width: 8px;
  height: 30px;
  border: none;
  border-left: 6px solid #0074b2;
  border-right: 6px solid #0074b2;
  margin-right: 0;
  margin-bottom: 0;
  right: 5%;
  bottom: 5%;
}
@media (max-width: 479px) {
  .video-hold.playing .play-video {
    width: 6px;
    height: 23px;
    right: 8%;
    bottom: 10%;
  }
}
.video-hold video {
  width: 100%;
  height: auto;
  display: block;
}
.video-hold video::-webkit-media-controls {
  display: none;
}

.form-holder {
  position: relative;
}
.form-holder:before {
  content: "Please wait...";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 300ms ease-in-out;
  font-size: 20px;
}
.form-holder.loading:before {
  z-index: 1;
  opacity: 1;
}

.select2-search--dropdown {
  padding: 0;
}
.select2-search--dropdown > input {
  display: none;
}
.select2-search--dropdown > input[aria-controls=select2-country_code-results], .select2-search--dropdown > input[aria-controls=select2-00N7F00000SL0Q0-results] {
  display: block;
}

.select2-container--default .select2-search--dropdown .select2-search__field[aria-controls=select2-country_code-results],
.select2-container--default .select2-search--dropdown .select2-search__field[aria-controls=select2-00N7F00000SL0Q0-results] {
  border: 1px solid #003E5F;
  margin: 5px;
  width: calc(100% - 10px);
  font-family: "proxima-nova", sans-serif;
}

.home .select2-dropdown {
  border: none;
}
.home label.error + .select2-container {
  margin-bottom: 12px;
}

.select2-dropdown {
  border-color: #0074B2;
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #848484;
}

::-webkit-input-placeholder {
  color: #848484;
}

:-moz-placeholder {
  color: #848484;
}

::-moz-placeholder {
  color: #848484;
}

:-ms-input-placeholder {
  color: #848484;
}

form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0.75px;
  padding: 0;
  margin: 0 0 1px;
  color: #003E5F;
}
form label > em {
  font-style: normal;
  color: #1b85b0;
}
form label.error {
  color: #ed1c24;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.07px;
  position: absolute;
  padding-left: 20px;
  bottom: -27px;
  right: 0px;
}
form label.error:before {
  content: "!";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #ed1c24;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
}
form select,
form textarea,
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number] {
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  display: block;
  border-radius: 12px;
  border: 1px solid #003E5F;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 13px 11px;
  background: #FCFEFF;
  box-sizing: border-box;
  color: #2D2A26;
}
form select.error,
form textarea.error,
form input[type=text].error,
form input[type=email].error,
form input[type=password].error,
form input[type=tel].error,
form input[type=number].error {
  border-color: #ed1c24;
}
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus {
  color: #003E5F;
  border-color: #1FA6DE;
}
form select.error ~ .select2-container.select2-container--default .select2-selection--single,
form select.error ~ .select2-container.select2-container--default .select2-selection--multiple {
  border-color: #ed1c24;
}
form .select2 {
  width: 100% !important;
}
form .select2-container--default .select2-selection--single {
  border-color: #003E5F;
  border-radius: 12px;
}
form .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #1FA6DE !important;
}
form .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #1FA6DE;
}
form .select2-container .select2-selection--single {
  height: 49px;
}
form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 38px 9px 13px;
  color: #000;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
  top: 1px;
  right: 1px;
  width: 38px;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 12px;
  height: 7px;
  margin-left: -6px;
  margin-top: -3px;
  background: url("images/dropdown-arrow.png") no-repeat center;
  background-size: contain;
}
form .select2-container--default .select2-selection--multiple {
  border-color: #003E5F;
  padding: 11px 17px;
  font-size: 16px;
  border-radius: 12px;
}
form .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #1FA6DE !important;
}
form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3db3e3;
  border: none;
  color: #fff;
  padding: 3px 8px;
}
form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}
form input[type=submit] {
  margin: 28px auto 0;
  width: 237px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 24px;
  padding: 5px 20px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: none;
}
form input[type=submit]:hover {
  cursor: pointer;
}
form .form-row {
  position: relative;
  margin-bottom: 12px;
}
form .form-row.two-in-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
form .form-row.two-in-row .control {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 639px) {
  form .form-row.two-in-row .control {
    width: 100%;
  }
  form .form-row.two-in-row .control:first-child {
    margin-bottom: 12px;
  }
}
form .form-row.two-in-row .control label.error {
  right: 10px;
}

.form-thank-you {
  display: none;
  text-align: center;
  padding: 20px 0;
}
.form-thank-you figure {
  margin: 0 0 33px;
}
.form-thank-you figure img {
  margin: 0 auto;
  display: block;
}
.form-thank-you h3 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 20px;
}
.form-thank-you p {
  font-size: 15px;
  line-height: 17px;
  margin: 0 0 16px;
}
.form-thank-you .links-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.form-thank-you .links-nav li {
  margin: 0 18px 10px;
}
.form-thank-you .links-nav li a {
  color: #000;
  font-weight: 600;
}
.form-thank-you .links-nav li a:hover {
  color: #0074B2;
}
.form-thank-you h4 {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 35px;
}
.form-thank-you .our-brands {
  border-top: none !important;
  position: relative;
  padding-top: 40px;
  margin-top: 30px;
}
.form-thank-you .our-brands:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/form-hr.png") no-repeat center;
  background-size: cover;
}
.form-thank-you .our-brands .brands-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}
.form-thank-you .our-brands .brands-list a {
  display: block;
  margin: 0 22px 20px;
}
.form-thank-you .our-brands .brands-list a img {
  max-height: 32px;
  min-width: 58px;
}

/* custom form elements styles */
.jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
}

.select-area {
  position: relative;
  overflow: hidden;
  cursor: default;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  height: 50px;
  border: none;
  color: #b7b7b7;
  font-size: 13px;
  line-height: 20px;
}

.select-area .center {
  white-space: nowrap;
  padding: 15px 17px;
  float: left;
}

.select-disabled {
  background: #eee;
}

.select-area .select-opener {
  width: 43px;
  height: 50px;
  background: url(assets/img/bg-select.png) no-repeat 50% 50%;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.select-area.select-active .select-opener {
  background: url(assets/img/bg-select-a.png) no-repeat 50% 50%;
}

.select-options {
  position: absolute;
  overflow: hidden;
  background: #fff;
  margin: -1px 0 0;
  z-index: 200000;
}

.select-options .drop-holder {
  overflow: hidden;
  height: 1%;
}

.select-options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.select-options ul li {
  width: 100%;
  float: left;
}

.select-options ul a {
  text-decoration: none;
  padding: 10px 17px;
  display: block;
  cursor: pointer;
  color: #00a19c;
  font-size: 13px;
  line-height: 20px;
  height: 1%;
}

.select-options .item-selected a {
  text-decoration: none;
  background: #f1f1f1;
  color: #00a19c;
}

.rad-area {
  border-radius: 10px;
  margin: 2px 12px 0 0;
  float: left;
  background: #fff;
  width: 22px;
  height: 22px;
}

.rad-checked {
  background: #00a19c;
  border: 4px solid #fff;
  width: 14px;
  height: 14px;
}

.rad-disabled {
  background: #eee;
}

.chk-area {
  border: 1px solid #00a19c;
  margin: 0 22px 0 0;
  float: left;
  width: 29px;
  height: 29px;
}

.chk-checked {
  background: url(assets/img/bg-check.gif) no-repeat;
}

.chk-disabled {
  background: #eee;
}

.jcf-label-disabled {
  color: #ccc;
}

.country-holder {
  display: flex;
  justify-content: center;
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  align-items: center;
}
.country-holder .region-title {
  font-weight: 600;
  margin-right: 26px;
}
.country-holder img {
  max-height: 27px;
}
.country-holder > span {
  margin: 0 20px 0 15px;
  display: inline-block;
}
.country-holder .btn {
  background: #fff;
  color: #E2733E;
  text-transform: none;
  line-height: 20px;
  padding: 6px 16px 6px;
  transition: all 300ms ease-in-out;
}
.country-holder .btn:hover, .country-holder .btn:focus, .country-holder .btn:active {
  color: #fff;
  background-color: #E2733E;
}

.accordion {
  text-align: left;
}
.accordion .ui-state-default,
.accordion .ui-widget-content .ui-state-default,
.accordion .ui-widget-header .ui-state-default {
  position: relative;
  padding: 16px 50px 16px 0;
  cursor: pointer;
}
.accordion .accordion-title {
  color: #0074B2;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  letter-spacing: 0.35px;
  position: relative;
  border-bottom: 2px solid #ebebeb;
  font-size: 19px;
  line-height: 35px;
  cursor: pointer;
  padding: 20px 88px 25px 32px;
  box-sizing: border-box;
  margin: 0 0 7px;
}
.accordion .accordion-title .ui-accordion-header-icon {
  display: block;
  width: 23px;
  height: 13px;
  position: absolute;
  right: 23px;
  bottom: 32px;
  background: url("images/arrow-down.png") no-repeat center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.accordion .accordion-title.ui-state-active .ui-accordion-header-icon {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.accordion .accordion-content.ui-widget-content {
  box-sizing: border-box;
  padding: 22px 32px 0px;
}

.page-template-pt-warranty .ui-datepicker {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-top: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
  min-width: 17em;
  width: auto;
  z-index: 1000 !important;
}
.page-template-pt-warranty .ui-datepicker * {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-template-pt-warranty .ui-datepicker table {
  font-size: 13px;
  margin: 0;
  border: none;
  border-collapse: collapse;
}
.page-template-pt-warranty .ui-datepicker .ui-widget-header {
  background-image: none;
  border: none;
  color: #fff;
  font-weight: 400;
  background: #00a9a4;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-header {
  background-image: none;
  border: none;
  color: #fff;
  font-weight: 400;
  background: #00a9a4;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: 0 0;
  border-color: transparent;
  cursor: pointer;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-title {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-prev {
  position: relative;
  top: 0;
  height: 34px;
  width: 34px;
  left: 0;
  float: left;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-prev span {
  display: none;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-prev:before {
  font: normal 20px/34px "dashicons";
  padding-left: 7px;
  color: #fff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 34px;
  height: 34px;
  content: "\f341";
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-next {
  position: relative;
  top: 0;
  height: 34px;
  width: 34px;
  right: 0;
  float: right;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-next:before {
  font: normal 20px/34px "dashicons";
  padding-left: 7px;
  color: #fff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 34px;
  height: 34px;
  content: "\f345";
}
.page-template-pt-warranty .ui-datepicker .ui-state-hover.ui-datepicker-prev {
  border: none;
}
.page-template-pt-warranty .ui-datepicker .ui-state-hover.ui-datepicker-next {
  border: none;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-prev-hover {
  left: 0;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-prev-hover:before {
  opacity: 0.7;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-next-hover {
  right: 0;
}
.page-template-pt-warranty .ui-datepicker .ui-datepicker-next-hover:before {
  opacity: 0.7;
}
.page-template-pt-warranty .ui-datepicker select.ui-datepicker-month {
  width: 33%;
}
.page-template-pt-warranty .ui-datepicker select.ui-datepicker-year {
  width: 33%;
}
.page-template-pt-warranty .ui-datepicker thead {
  color: #fff;
  font-weight: 600;
  background: #32373c;
}
.page-template-pt-warranty .ui-datepicker th {
  padding: 10px;
}
.page-template-pt-warranty .ui-datepicker td {
  padding: 0;
  border: 1px solid #f4f4f4;
}
.page-template-pt-warranty .ui-datepicker td .ui-state-default {
  background: 0 0;
  border: none;
  text-align: center;
  text-decoration: none;
  width: auto;
  display: block;
  padding: 5px 10px;
  font-weight: 400;
  color: #444;
}
.page-template-pt-warranty .ui-datepicker td .ui-state-hover {
  background: #0073aa;
  color: #fff;
}
.page-template-pt-warranty .ui-datepicker td.ui-datepicker-other-month {
  border: transparent;
}
.page-template-pt-warranty .ui-datepicker tr:first-of-type td {
  border-top: 1px solid #f0f0f0;
}
.page-template-pt-warranty .ui-datepicker td.ui-datepicker-week-end {
  background-color: #f4f4f4;
  border: 1px solid #f0f0f0;
}
.page-template-pt-warranty .ui-datepicker td.ui-datepicker-today {
  background-color: #f0f0c0;
}
.page-template-pt-warranty .ui-datepicker td.ui-datepicker-current-day {
  background: #bd8;
}
.page-template-pt-warranty .ui-datepicker td.ui-state-disabled .ui-state-default {
  opacity: 0.5;
}

body.wp-admin:not(.rtl).page-template-pt-warranty .ui-datepicker {
  margin-left: -1px;
}

body.wp-admin.rtl.page-template-pt-warranty .ui-datepicker {
  margin-right: -1px;
}

/**
 * Quickview Shopify styling
 * ============================= */
#quickViewResponseData_CountrySelector input,
#quickViewResponseData_CountrySelector select,
#quickViewResponseData_CountrySelector button {
  outline: none !important;
}

#quickViewResponseData_CountrySelector {
  display: none;
  top: calc(50% - 380px);
  left: calc(50% - 287px);
  width: 574px;
  height: 760px;
  padding: 40px 78px;
  overflow: auto;
  box-sizing: border-box;
  border: 0 solid #86754d;
  background: white;
  justify-content: center;
  align-content: center;
  z-index: 100001;
}
#quickViewResponseData_CountrySelector .close-quickview {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 93px;
  height: 81px;
  position: absolute;
  top: 0;
  right: 0;
}
#quickViewResponseData_CountrySelector .title {
  color: #4a4a4a;
  font-family: "book-medium";
  font-size: 23px;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4.8px;
  margin: 0 0 20px;
}
#quickViewResponseData_CountrySelector .country-selector {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#quickViewResponseData_CountrySelector .country-selector li {
  font-family: "book";
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  margin: 0 0 14px;
  cursor: pointer;
  color: black;
}
#quickViewResponseData_CountrySelector .country-selector li:last-child {
  margin-bottom: 0;
}
#quickViewResponseData_CountrySelector .country-selector li a {
  display: block;
  border: 1px solid #d7d7d7;
  padding: 12px 26px 11px;
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif !important;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.01em;
}
#quickViewResponseData_CountrySelector .country-selector li a:hover {
  border-color: #d3a68e;
  text-decoration: none;
  transition: all 0.25s;
}
#quickViewResponseData_CountrySelector .country-selector li .flag {
  display: inline;
  width: 42px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: -7px;
  margin-bottom: -2px;
  margin-right: 28px;
}
@media screen and (max-width: 600px), screen and (max-height: 790px) {
  #quickViewResponseData_CountrySelector {
    top: calc(50% - 213px);
    height: 426px;
    padding: 18px 42px;
    width: 360px;
    left: calc(50% - 180px);
  }
  #quickViewResponseData_CountrySelector .close-quickview {
    height: 53px;
    width: 75px;
  }
  #quickViewResponseData_CountrySelector .close-quickview img {
    width: 10px;
  }
  #quickViewResponseData_CountrySelector .title {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 2.6px;
    margin: 0 0 12px;
  }
  #quickViewResponseData_CountrySelector .country-selector li {
    margin: 0 0 5px;
  }
  #quickViewResponseData_CountrySelector .country-selector li a {
    padding: 7px 15px 6px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
  }
  #quickViewResponseData_CountrySelector .country-selector li .flag {
    width: 28px;
    margin-right: 18px;
    margin-top: -5px;
    margin-bottom: -2px;
  }
}
@media screen and (max-width: 600px) {
  #quickViewResponseData_CountrySelector {
    left: calc(50% - 159px);
    width: 318px;
  }
}
@media screen and (max-height: 346px) {
  #quickViewResponseData_CountrySelector {
    top: 0;
    height: 100%;
  }
}

@media (min-width: 550px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(420px, 0);
    -ms-transform: translate(420px, 0);
    transform: translate(420px);
    -webkit-transform: translate3d(420px, 0, 0);
    transform: translate3d(420px, 0, 0);
  }
}
@media (max-width: 459px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(95%, 0);
    -ms-transform: translate(95%, 0);
    transform: translate(95%);
    -webkit-transform: translate3d(95%, 0, 0);
    transform: translate3d(95%, 0, 0);
  }
}
/* aminations */
@keyframes fillline {
  from {
    stroke-dashoffset: 1150;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.acsb-trigger.acsb-trigger-position-x-right {
  margin-bottom: 55px;
}

.acsb-trigger.acsb-trigger-size-medium {
  inset: auto 12px 20px auto !important;
}

.acsb-trigger {
  z-index: 9999 !important;
}

/* from bundle.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.mm-opening .mm-menu ~ .mm-slideout {
  transform: translate3d(320px, 0, 0) !important;
}

body.minetan-2023 {
  /*** Heading block ***/
  /*** Main banner block ***/
  /*** Single product block ***/
  /*** Products grid block ***/
  /*** Product item ***/
  /*** Features block ***/
  /*** Text ***/
  /*** Text image block ***/
  /*** Text with btn image block ***/
  /*** Small images grid block ***/
  /*** Checklist image block ***/
  /*** Horizontal checklist block ***/
  /*** Collections block ***/
  /*** Clean tanning block ***/
  /*** Three columns icons block ***/
  /*** Video block ***/
  /*** Home testimonials block ***/
  /*** Section faq ***/
  /*** Instagram slider block ***/
  /*** Logo list block ***/
}
body.minetan-2023 section {
  position: relative;
}
body.minetan-2023 .row:before, body.minetan-2023 .row:after {
  display: none;
}
body.minetan-2023 h1 {
  margin: 0 0 35px;
}
body.minetan-2023 .mm-menu {
  max-width: 320px;
}
body.minetan-2023 .mm-menu .mm-panels > .mm-panel {
  padding: 0 20px;
}
body.minetan-2023 .mm-menu .new-mobile-menu .mmenu-topnav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 13px 0px;
  position: relative;
  margin: -20px 0 10px !important;
}
body.minetan-2023 .mm-menu .new-mobile-menu .mmenu-topnav .logo-mmenu-topnav {
  width: 65px;
  margin-right: 24px;
}
body.minetan-2023 .mm-menu .new-mobile-menu .mmenu-topnav .country-indicator img {
  width: 30px;
  height: 20px;
  border: 0;
  border-radius: 5px;
  object-fit: cover;
}
body.minetan-2023 .mm-menu .new-mobile-menu .mmenu-topnav .country-indicator span {
  color: #2D2A26;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.42px;
  padding: 0;
}
body.minetan-2023 .mm-menu .new-mobile-menu .mmenu-topnav .country-indicator span:after {
  display: none;
}
body.minetan-2023 .mm-menu .new-mobile-menu .mmenu-topnav .close-menu {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -13px;
  right: -20px;
}
body.minetan-2023 .mm-menu .new-mobile-menu .mmenu-topnav .close-menu:before, body.minetan-2023 .mm-menu .new-mobile-menu .mmenu-topnav .close-menu:after {
  width: 40%;
  left: 26%;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li {
  border-bottom: 1px solid rgba(45, 42, 38, 0.15);
  margin: 0 0 !important;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li.mm-opened .mm-next:before {
  opacity: 0;
  transition: all 0.3s ease;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li > a:not(.mm-next):before {
  display: none !important;
  left: 20px;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview:not(.mmenu-topnav) .mm-next {
  height: 50px;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview:not(.mmenu-topnav) .mm-next:before, body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview:not(.mmenu-topnav) .mm-next:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 18px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  background: #2D2A26;
  border: 0;
  transition: all 0.3s ease;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview:not(.mmenu-topnav) .mm-next:before {
  transform: rotate(90deg) translateY(-50%);
  top: 49%;
  right: 1px;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview:not(.mmenu-topnav) .mm-next:after {
  transform: rotate(0deg) translateY(-50%);
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li > a {
  color: #2D2A26;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.54px;
  padding: 13px 0;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.menu {
  margin-top: 0 !important;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.menu > li:last-of-type {
  border: 0;
  margin-top: 40px !important;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.menu > li:last-of-type > a {
  background-color: #F7BED8 !important;
  border: 1px solid #F7BED8;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
  transition: all 0.4s ease;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.menu > li:last-of-type > a:hover {
  background-color: #FBCBC4 !important;
  border-color: black !important;
  transition: all 0.4s ease;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.menu .sub-menu {
  margin: 0 0 10px;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.menu .sub-menu li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  padding: 6px 16px;
  position: relative;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.menu .sub-menu li a:hover {
  text-decoration: none;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.menu .sub-menu li a:hover:before {
  width: calc(100% - 32px);
  opacity: 1;
  transition: all 300ms ease-in-out;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.menu .sub-menu li a:before {
  content: "";
  display: block;
  width: 0;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 16px;
  background: url("../img/m23-menu-highlight.png") no-repeat center;
  background-size: 100%;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--search {
  margin: 20px 0 0;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--search li {
  padding: 10px 0 0;
  border-bottom: 0 !important;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--search li input:not([type=submit]) {
  border-radius: 0;
  padding: 4px 36px 8px 0px;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--search button {
  width: 35px;
  height: 35px;
  background-size: 21px 21px;
  padding: 14px;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--login-2 {
  margin: 40px 0 0;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--login-2 > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--login-2 > li:hover a:before {
  opacity: 0;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--login-2 > li > a {
  border-radius: 5px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 5px 15px;
  transition: all 0.4s ease;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--login-2 > li #customer_register_link {
  border: 1px solid #2D2A26;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--login-2 > li #customer_register_link:hover {
  background-color: #2D2A26 !important;
  border: 1px solid #2D2A26;
  color: #ffffff;
  transition: all 0.4s ease;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--login-2 > li #customer_login_link:hover {
  text-decoration: none;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--login-2 > li #customer_login_link:hover:before {
  width: calc(100% - 30px);
  opacity: 1;
  transition: all 300ms ease-in-out;
}
body.minetan-2023 .mm-menu .new-mobile-menu > .mm-listview.ul--login-2 > li #customer_login_link:before {
  content: "";
  display: block;
  width: 0;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 15px;
  background: url("../img/m23-menu-highlight.png") no-repeat center;
  background-size: 100%;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
body.minetan-2023 .heading-block {
  padding: 40px 0 80px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .heading-block {
    padding: 40px 0 60px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .heading-block {
    padding: 32px 0;
  }
}
body.minetan-2023 .heading-block.heading-border h1 {
  display: inline-block;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  body.minetan-2023 .heading-block.heading-border h1 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .heading-block.spray-tan-equipment-tips.heading-border h1 {
    max-width: 565px;
  }
}
body.minetan-2023 .heading-block .wrapper {
  text-align: center;
}
body.minetan-2023 .heading-block .text-above-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.96px;
  text-align: center;
}
@media (max-width: 767px) {
  body.minetan-2023 .heading-block .text-above-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-align: left;
    margin-bottom: 10px;
  }
}
body.minetan-2023 .heading-block h1 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.minetan-2023 .heading-block h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.96px;
    text-align: left;
    margin-bottom: 20px;
  }
}
body.minetan-2023 .heading-block p {
  color: #BD6D42;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.6px;
  margin: 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .heading-block p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-align: left;
  }
}
body.minetan-2023 .main-banner-block {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  body.minetan-2023 .main-banner-block.banner-template-new-one-third .image-layer figure:nth-child(2) {
    width: 70.5%;
  }
}
@media (min-width: 1280px) {
  body.minetan-2023 .main-banner-block.banner-template-new-one-third .data-layer h1 {
    line-height: 62px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1440px) {
  body.minetan-2023 .main-banner-block.banner-template-new-one-third .data-layer h1 {
    line-height: 90px;
    margin: 0 0 50px;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  body.minetan-2023 .main-banner-block.banner-template-new-one-third .data-layer h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-new-one-third .data-layer h1 em {
    padding-left: 0;
    display: inline;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  body.minetan-2023 .main-banner-block.banner-template-new-one-third .data-layer h1 strong {
    letter-spacing: 0px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  body.minetan-2023 .main-banner-block.banner-template-new-one-third .data-layer .hold {
    padding-left: 40px;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  body.minetan-2023 .main-banner-block.banner-template-new-one-third .data-layer .hold {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  body.minetan-2023 .main-banner-block.banner-template-new-one-third .data-layer p {
    font-size: 15px;
    line-height: 22px;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.style-bg-img .image-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.style-bg-img .image-layer {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.style-bg-img .image-layer img, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.style-bg-img .image-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.style-bg-img .image-layer img.desktop-img, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.style-bg-img .image-layer img.desktop-img {
    display: none;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.style-bg-img .image-layer img.mobile-img, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.style-bg-img .image-layer img.mobile-img {
  display: none;
  object-position: bottom;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.style-bg-img .image-layer img.mobile-img, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.style-bg-img .image-layer img.mobile-img {
    display: block;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.style-static-img, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.style-static-img {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.style-static-img .image-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.style-static-img .image-layer {
  height: auto;
  position: absolute;
  left: calc((100% - 1260px) / 2);
  bottom: 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.style-static-img .image-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.style-static-img .image-layer {
    position: relative;
    left: auto !important;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.style-static-img .image-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.style-static-img .image-layer {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.style-static-img .image-layer img, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.style-static-img .image-layer img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.style-static-img .data-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.style-static-img .data-layer {
    min-height: 100px;
    padding: 32px 20px;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.tanning-treatments-collection .data-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.tanning-treatments-collection .data-layer {
  min-height: 40vw;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.tanning-treatments-collection .data-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.tanning-treatments-collection .data-layer {
    padding: 32px 20px 660px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.tanning-treatments-collection .data-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.tanning-treatments-collection .data-layer {
    padding: 32px 20px 350px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.mine-tan-ingredients .data-layer h1, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.mine-tan-ingredients .data-layer h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.mine-tan-ingredients .data-layer .subtitle, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.mine-tan-ingredients .data-layer .subtitle {
    font-size: 28px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.mine-tan-ingredients .data-layer .text, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.mine-tan-ingredients .data-layer .text {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.mine-tan-ingredients .data-layer .text p, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.mine-tan-ingredients .data-layer .text p {
    max-width: 350px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.mine-tan-innovation .data-layer .hold, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.mine-tan-innovation .data-layer .hold {
  padding-right: 165px;
}
@media (max-width: 1365px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.mine-tan-innovation .data-layer .hold, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.mine-tan-innovation .data-layer .hold {
    padding-right: 95px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.mine-tan-innovation .data-layer .hold, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.mine-tan-innovation .data-layer .hold {
    padding-right: 0;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.tanning-tips .data-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.tanning-tips .data-layer {
  min-height: 370px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.tanning-tips .data-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.tanning-tips .data-layer {
    min-height: 200px;
    padding: 32px 20px 500px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.tanning-tips .data-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.tanning-tips .data-layer {
    padding: 32px 20px 300px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right.tanning-tips .data-layer .hold, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left.tanning-tips .data-layer .hold {
    max-width: 100%;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .image-layer img, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .image-layer img {
  width: auto;
  height: auto;
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer {
  max-width: 1300px;
  min-height: 526px;
  align-items: center;
  padding: 100px 20px 120px;
  margin: auto;
  left: 50%;
  position: relative;
  left: auto;
  transform: none;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer {
    justify-content: center;
    min-height: 55.25vw;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer {
    min-height: 73vw;
    padding: 32px 20px 120px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer {
    align-items: flex-start;
    min-height: 123vw;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer .hold, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer .hold {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer .hold, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer .hold {
    max-width: 100%;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer .subtitle, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer .subtitle {
  width: 100%;
  color: #58595B;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.96px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer .subtitle, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer .subtitle {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer h1, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer h1 {
  font-size: 56px;
  line-height: 78px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer h1, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer h1 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1.68px;
    margin-bottom: 10px;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer .text, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer .text {
  width: 100%;
  font-family: "brandon-grotesque", sans-serif;
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer .text p, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer .text p {
  max-width: 100%;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer .text p, body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer .text p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.42px;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-right .data-layer {
    justify-content: center;
  }
}
body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer {
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.banner-template-single-image-text-left .data-layer {
    justify-content: center;
  }
}
body.minetan-2023 .main-banner-block.tanning-tips {
  min-height: 355px;
}
body.minetan-2023 .main-banner-block.tanning-tips .data-layer .hold {
  align-items: flex-start;
}
body.minetan-2023 .main-banner-block.tanning-tips .data-layer h1 {
  text-align: left;
}
body.minetan-2023 .main-banner-block.tanning-tips .data-layer p {
  color: #2D2A26;
  text-align: left;
}
body.minetan-2023 .main-banner-block.bronze-collection {
  background: transparent linear-gradient(180deg, #FDEDEA 0%, #FBD0CA 69%, #FBD0CA 100%) 0% 0% no-repeat;
}
body.minetan-2023 .main-banner-block.bronze-collection.style-static-img .image-layer {
  left: calc((100% - 1520px) / 2);
  bottom: -105px;
}
@media (max-width: 1365px) {
  body.minetan-2023 .main-banner-block.bronze-collection.style-static-img .image-layer {
    left: calc((100% - 1270px) / 2);
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block.bronze-collection.style-static-img .image-layer {
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.bronze-collection.style-static-img .image-layer {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.bronze-collection .data-layer .subtitle {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.42px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.bronze-collection .data-layer .text p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
  }
}
body.minetan-2023 .main-banner-block.color-correcting-collection {
  background-image: url("../img/bg-color-correcting-collection.png");
}
@media (max-width: 1365px) {
  body.minetan-2023 .main-banner-block.color-correcting-collection.style-static-img .image-layer {
    left: -125px;
  }
}
body.minetan-2023 .main-banner-block.professional-spray-tan-kits, body.minetan-2023 .main-banner-block.spray-tan-machines {
  background: transparent linear-gradient(180deg, #FDEDEA 0%, #FBD0CA 69%, #FBD0CA 100%) 0% 0% no-repeat padding-box;
}
body.minetan-2023 .main-banner-block.professional-spray-tan-kits.style-static-img .image-layer, body.minetan-2023 .main-banner-block.spray-tan-machines.style-static-img .image-layer {
  bottom: -20px;
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block.professional-spray-tan-kits.style-static-img .image-layer, body.minetan-2023 .main-banner-block.spray-tan-machines.style-static-img .image-layer {
    bottom: 0;
  }
}
body.minetan-2023 .main-banner-block .image-layer {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block .image-layer {
    height: 55.25vw;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block .image-layer {
    height: 73vw;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .main-banner-block .image-layer {
    height: 150vw;
  }
}
body.minetan-2023 .main-banner-block .image-layer figure {
  margin: 0;
  padding: 0;
}
body.minetan-2023 .main-banner-block .image-layer figure:nth-child(1), body.minetan-2023 .main-banner-block .image-layer figure:nth-child(3) {
  width: 29.5%;
}
body.minetan-2023 .main-banner-block .image-layer figure:nth-child(2) {
  width: 41%;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block .image-layer figure {
    height: 100%;
  }
  body.minetan-2023 .main-banner-block .image-layer figure:nth-child(1) {
    width: 30.6%;
  }
  body.minetan-2023 .main-banner-block .image-layer figure:nth-child(2) {
    width: 69.4%;
  }
  body.minetan-2023 .main-banner-block .image-layer figure:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block .image-layer figure:nth-child(1) {
    width: 32.3%;
  }
  body.minetan-2023 .main-banner-block .image-layer figure:nth-child(2) {
    width: 67.7%;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .main-banner-block .image-layer figure:nth-child(1) {
    display: none;
  }
  body.minetan-2023 .main-banner-block .image-layer figure:nth-child(2) {
    width: 100%;
  }
}
body.minetan-2023 .main-banner-block .image-layer figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.minetan-2023 .main-banner-block .image-layer figure img.mobile-img {
  display: none;
}
body.minetan-2023 .main-banner-block .data-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 29.5%;
  display: flex;
  align-items: flex-end;
  height: 100%;
  color: #FEFCFB;
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block .data-layer {
    padding-left: 30.6%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block .data-layer {
    padding-left: 32.3%;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .main-banner-block .data-layer {
    padding-left: 0;
  }
}
body.minetan-2023 .main-banner-block .data-layer .hold {
  padding: 34px 30px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .main-banner-block .data-layer .hold {
    padding: 26px 24px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block .data-layer .hold {
    padding: 32px 35px;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  body.minetan-2023 .main-banner-block .data-layer .hold {
    padding: 24px 30px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .main-banner-block .data-layer .hold {
    padding: 34px 25px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .main-banner-block .data-layer .hold {
    padding: 24px 20px;
  }
}
body.minetan-2023 .main-banner-block .data-layer h1 {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.92px;
  line-height: 48px;
  margin: 0 0 65px;
}
body.minetan-2023 .main-banner-block .data-layer h1 em {
  font-family: "Bayshore", sans-serif;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-size: 144px;
  padding: 0 7px 0 16px;
}
body.minetan-2023 .main-banner-block .data-layer h1 strong {
  letter-spacing: 2.24px;
  font-size: 56px;
}
@media (max-width: 1439px) {
  body.minetan-2023 .main-banner-block .data-layer h1 {
    font-size: 42px;
    letter-spacing: 1.6px;
    line-height: 46px;
    margin: 0 0 50px;
  }
  body.minetan-2023 .main-banner-block .data-layer h1 em {
    font-size: 120px;
  }
  body.minetan-2023 .main-banner-block .data-layer h1 strong {
    letter-spacing: 1.8px;
    font-size: 50px;
  }
}
@media (max-width: 1279px) {
  body.minetan-2023 .main-banner-block .data-layer h1 {
    font-size: 34px;
    letter-spacing: 0.8px;
    line-height: 42px;
    margin: 0 0 30px;
  }
  body.minetan-2023 .main-banner-block .data-layer h1 em {
    font-size: 100px;
  }
  body.minetan-2023 .main-banner-block .data-layer h1 strong {
    letter-spacing: 1.2px;
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .main-banner-block .data-layer h1 strong {
    letter-spacing: 1px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block .data-layer h1 {
    font-size: 32px;
    letter-spacing: 1.25px;
    margin-bottom: 19px;
  }
  body.minetan-2023 .main-banner-block .data-layer h1 em {
    display: block;
    font-size: 114px;
    padding: 36px 0 28px 22px;
  }
  body.minetan-2023 .main-banner-block .data-layer h1 strong {
    letter-spacing: 1.5px;
    font-size: 43px;
    line-height: 56px;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  body.minetan-2023 .main-banner-block .data-layer h1 {
    margin-bottom: 8px;
  }
  body.minetan-2023 .main-banner-block .data-layer h1 em {
    font-size: 106px;
    padding: 19px 0 17px 22px;
  }
  body.minetan-2023 .main-banner-block .data-layer h1 strong {
    letter-spacing: 1px;
    font-size: 40px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .main-banner-block .data-layer h1 em {
    font-size: 110px;
    padding: 30px 0 26px 22px;
  }
  body.minetan-2023 .main-banner-block .data-layer h1 strong {
    font-size: 40px;
    line-height: 52px;
  }
}
body.minetan-2023 .main-banner-block .data-layer h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.72px;
  line-height: 32px;
  margin: 0 0 23px;
}
@media (max-width: 1439px) {
  body.minetan-2023 .main-banner-block .data-layer h3 {
    margin-bottom: 18px;
  }
}
@media (max-width: 1279px) {
  body.minetan-2023 .main-banner-block .data-layer h3 {
    margin-bottom: 14px;
  }
}
body.minetan-2023 .main-banner-block .data-layer p {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.54px;
  line-height: 27px;
  max-width: 450px;
  margin: 0 0 20px;
}
@media (max-width: 1439px) {
  body.minetan-2023 .main-banner-block .data-layer p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1279px) {
  body.minetan-2023 .main-banner-block .data-layer p {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block .data-layer p {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.35px;
    margin: 0 0 31px;
    max-width: 340px;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  body.minetan-2023 .main-banner-block .data-layer p {
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 0 0 20px;
  }
}
@media (max-width: 380px) {
  body.minetan-2023 .main-banner-block .data-layer p {
    letter-spacing: 0.2px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .main-banner-block .data-layer p {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
body.minetan-2023 .main-banner-block .data-layer .mobile-text {
  display: none;
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block .data-layer .desktop-text {
    display: none;
  }
  body.minetan-2023 .main-banner-block .data-layer .mobile-text {
    display: block;
  }
}
body.minetan-2023 .main-banner-block .data-layer .btn {
  font-style: normal;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  width: 246px;
  height: 52px;
  line-height: 50px;
  padding: 0 25px;
}
@media (max-width: 767px) {
  body.minetan-2023 .main-banner-block .data-layer .btn {
    font-size: 22px;
    letter-spacing: 0.25px;
    height: 62px;
    line-height: 60px;
    width: 100%;
    max-width: 306px;
    border-radius: 5px;
  }
}
@media (max-width: 599px) and (min-width: 480px) {
  body.minetan-2023 .main-banner-block .data-layer .btn {
    font-size: 18px;
    letter-spacing: 0.25px;
    height: 54px;
    line-height: 52px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .main-banner-block .data-layer .btn {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .main-banner-block .data-layer .btn {
    font-size: 18px;
    height: 56px;
    line-height: 54px;
  }
}
body.minetan-2023 .single-product-block {
  padding: 135px 0;
  position: relative;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block {
    padding: 95px 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block {
    padding: 50px 0;
  }
}
body.minetan-2023 .single-product-block.layout-image-left .column-image {
  justify-content: flex-start;
}
body.minetan-2023 .single-product-block.layout-image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.layout-image-right .row {
    flex-direction: column;
  }
}
body.minetan-2023 .single-product-block.layout-image-right .column-image {
  justify-content: flex-end;
}
body.minetan-2023 .single-product-block.style-wave-1 {
  margin-bottom: 50px;
  padding: 110px 0 15px;
}
@media (max-width: 1365px) {
  body.minetan-2023 .single-product-block.style-wave-1 {
    padding: 110px 0 15px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.style-wave-1 {
    padding: 50px 0;
    margin-bottom: 0;
  }
}
body.minetan-2023 .single-product-block.style-wave-1:before, body.minetan-2023 .single-product-block.style-wave-1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .single-product-block.style-wave-1:before {
  top: 0;
  height: 8vw;
  background: url("../img/product-section-break-1.svg") no-repeat bottom center #fde9e5;
  background-size: 100%;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.style-wave-1:before {
    top: -1px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.style-wave-1:before {
    display: none;
    background-size: 800px;
    height: 62px;
    top: -3px;
  }
}
body.minetan-2023 .single-product-block.style-wave-1:after {
  bottom: -119px;
  height: 121px;
  background: url("../img/product-section-break-2.svg") no-repeat top center;
  background-size: 100%;
}
@media (min-width: 1440px) {
  body.minetan-2023 .single-product-block.style-wave-1:after {
    bottom: -125px;
    height: 168px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.style-wave-1:after {
    display: none;
    background-size: 800px;
    height: 76px;
    bottom: -74px;
  }
}
body.minetan-2023 .single-product-block.style-wave-2 {
  margin-bottom: 50px;
  padding: 15px 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.style-wave-2 {
    padding: 50px 0;
    margin-bottom: 0;
  }
}
body.minetan-2023 .single-product-block.style-wave-2:before, body.minetan-2023 .single-product-block.style-wave-2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .single-product-block.style-wave-2:before {
  top: 0;
  height: 8vw;
  background: url("../img/product-section-break-3.svg") no-repeat bottom center #fde9e5;
  background-size: 100%;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.style-wave-2:before {
    top: -1px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.style-wave-2:before {
    display: none;
    background-size: 800px;
    height: 62px;
    top: -3px;
  }
}
body.minetan-2023 .single-product-block.style-wave-2:after {
  bottom: -90px;
  height: 121px;
  background: url("../img/product-section-break-4.svg") no-repeat top center;
  background-size: 100%;
}
@media (min-width: 1440px) {
  body.minetan-2023 .single-product-block.style-wave-2:after {
    bottom: -90px;
    height: 168px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.style-wave-2:after {
    display: none;
    background-size: 800px;
    height: 76px;
    bottom: -74px;
  }
}
body.minetan-2023 .single-product-block.style-wave-3 {
  margin-bottom: 150px;
  padding: 15px 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.style-wave-3 {
    padding: 50px 0;
    margin-bottom: 0;
  }
}
body.minetan-2023 .single-product-block.style-wave-3:before, body.minetan-2023 .single-product-block.style-wave-3:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .single-product-block.style-wave-3:before {
  top: 0;
  height: 8vw;
  background: url("../img/product-section-break-5.svg") no-repeat bottom center #FEFCFB;
  background-size: 100%;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.style-wave-3:before {
    top: -1px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.style-wave-3:before {
    display: none;
    background-size: 800px;
    height: 62px;
    top: -3px;
  }
}
body.minetan-2023 .single-product-block.style-wave-3:after {
  bottom: -25px;
  height: 121px;
  background: url("../img/product-section-break-6.svg") no-repeat top center;
  background-size: 100%;
}
@media (min-width: 1440px) {
  body.minetan-2023 .single-product-block.style-wave-3:after {
    bottom: -42px;
    height: 168px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.style-wave-3:after {
    display: none;
    background-size: 800px;
    height: 76px;
    bottom: -74px;
  }
}
body.minetan-2023 .single-product-block.outer-box figure {
  margin: -30px 0 -80px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.outer-box figure {
    margin: 0;
  }
}
body.minetan-2023 .single-product-block.outer-box .column-data {
  padding: 95px 0 100px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.outer-box .column-data {
    padding: 0;
  }
}
body.minetan-2023 .single-product-block.outer-box.pro-esthetician figure {
  margin: -30px 0 -50px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.outer-box.pro-esthetician figure {
    margin: 0;
  }
}
body.minetan-2023 .single-product-block.outer-box.pro-esthetician .column-data {
  padding: 95px 0 60px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.outer-box.pro-esthetician .column-data {
    padding: 0;
  }
}
body.minetan-2023 .single-product-block.outer-box.tan-handy figure {
  margin: -130px 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.outer-box.tan-handy figure {
    margin: 0;
  }
}
body.minetan-2023 .single-product-block.outer-box.tan-handy .column-data {
  padding: 20px 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.outer-box.tan-handy .column-data {
    padding: 0;
  }
}
body.minetan-2023 .single-product-block.outer-box.tan-booth figure {
  margin: -30px 0 -130px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.outer-box.tan-booth figure {
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.outer-box.tan-booth figure {
    max-width: 230px;
  }
}
body.minetan-2023 .single-product-block.outer-box.tan-booth .column-data {
  padding: 95px 0 60px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.outer-box.tan-booth .column-data {
    padding: 0;
  }
}
body.minetan-2023 .single-product-block.color-correcting-collection.style-none, body.minetan-2023 .single-product-block.bronze-collection.style-none {
  padding: 135px 0 100px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.color-correcting-collection.style-none, body.minetan-2023 .single-product-block.bronze-collection.style-none {
    padding: 135px 0 50px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.narrow-tall-image {
    padding: 50px 0 110px !important;
  }
}
body.minetan-2023 .single-product-block.narrow-tall-image .mobile-title {
  display: none;
}
body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-1 {
  margin-top: 45px;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-1 {
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-1 {
    margin: 20px 0;
  }
}
body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-1 figure {
  margin: -195px 0 -145px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-1 figure {
    margin: -105px 0 -75px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-1 figure {
    margin: 0;
  }
}
body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-2 {
  margin-top: 45px;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-2 {
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-2 {
    margin: 20px 0;
  }
}
body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-2:after {
  bottom: -121px;
}
body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-2 figure {
  margin: -50px 0 -165px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-2 figure {
    margin: -50px 0 -105px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.narrow-tall-image.style-wave-2 figure {
    margin: 0;
  }
}
body.minetan-2023 .single-product-block.narrow-tall-image.layout-image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.narrow-tall-image.layout-image-right .column-image {
    margin-right: -40px;
  }
}
body.minetan-2023 .single-product-block.narrow-tall-image .wrapper {
  max-width: 1080px !important;
}
body.minetan-2023 .single-product-block.narrow-tall-image .row {
  flex-direction: row;
  position: relative;
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.narrow-tall-image .row {
    align-items: stretch;
  }
}
body.minetan-2023 .single-product-block.narrow-tall-image .column-image {
  width: 32%;
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.narrow-tall-image .column-image {
    max-width: 135px;
    width: 100%;
    margin-left: -40px;
  }
}
body.minetan-2023 .single-product-block.narrow-tall-image .column-data {
  width: 68%;
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.narrow-tall-image .column-data {
    width: 63%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.narrow-tall-image .column-data .desktop-title {
    display: block;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block.narrow-tall-image .price-box {
    position: absolute;
    bottom: -70px;
    left: 0;
  }
}
body.minetan-2023 .single-product-block .wrapper {
  position: relative;
  z-index: 5;
}
body.minetan-2023 .single-product-block .row {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block .row {
    flex-direction: column;
  }
}
body.minetan-2023 .single-product-block .mobile-title {
  display: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 36px;
  text-align: center;
  margin: 0 0 25px 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block .mobile-title {
    display: block;
  }
}
body.minetan-2023 .single-product-block .mobile-title span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.48px;
  line-height: 30px;
}
body.minetan-2023 .single-product-block .column-image {
  width: 45%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block .column-image {
    width: auto;
    margin-bottom: 10px;
  }
}
body.minetan-2023 .single-product-block .column-data {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block .column-data {
    width: 100%;
  }
}
body.minetan-2023 .single-product-block .column-data .desktop-title {
  color: #2D2A26;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .single-product-block .column-data .desktop-title {
    display: none;
  }
}
body.minetan-2023 .single-product-block .column-data .subheading {
  color: #2D2A26;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 30px;
  margin-top: 15px;
}
body.minetan-2023 .single-product-block .column-data .text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
  margin: 30px 0 32px;
}
body.minetan-2023 .single-product-block .column-data .features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block .column-data .features-list {
    flex-direction: column;
  }
}
body.minetan-2023 .single-product-block .column-data .features-list li {
  width: 33.33%;
  border-right: 1px solid #707070;
  position: relative;
  line-height: 24px;
  padding-left: 70px;
  padding-right: 20px;
}
body.minetan-2023 .single-product-block .column-data .features-list li:first-child {
  padding-left: 50px;
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block .column-data .features-list li:first-child {
    padding-left: 40px;
  }
}
body.minetan-2023 .single-product-block .column-data .features-list li:first-child:before {
  left: 0;
}
body.minetan-2023 .single-product-block .column-data .features-list li:nth-child(4n) {
  padding-left: 50px;
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block .column-data .features-list li:nth-child(4n) {
    padding-left: 40px;
  }
}
body.minetan-2023 .single-product-block .column-data .features-list li:nth-child(4n):before {
  left: 0;
}
body.minetan-2023 .single-product-block .column-data .features-list li:nth-child(3n) {
  border-right: 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block .column-data .features-list li {
    width: 100%;
    border: 0;
    font-size: 14px;
    line-height: 21px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  body.minetan-2023 .single-product-block .column-data .features-list li:last-child {
    margin: 0;
  }
}
body.minetan-2023 .single-product-block .column-data .features-list li:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23E9656D' width='800px' height='800px' viewBox='0 0 24 24' id='check-mark-circle-2' data-name='Flat Line' xmlns='http://www.w3.org/2000/svg' class='icon flat-line'%3E%3Cpolyline id='primary' points='21 5 12 14 8 10' style='fill: none; stroke: %23E9656D; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'%3E%3C/polyline%3E%3Cpath id='primary-2' data-name='primary' d='M20.94,11A8.26,8.26,0,0,1,21,12a9,9,0,1,1-9-9,8.83,8.83,0,0,1,4,1' style='fill: none; stroke: %23E9656D; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 20px;
  top: 3px;
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block .column-data .features-list li:before {
    width: 24px;
    height: 24px;
    left: 0;
    top: 1px;
  }
}
body.minetan-2023 .single-product-block .column-data .features-list li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  body.minetan-2023 .single-product-block .price-box {
    width: 100%;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .single-product-block .price-box .action {
    width: 100%;
  }
}
body.minetan-2023 .single-product-block .price-box .sale .old-price {
  color: #aba8a6;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.57px;
  text-decoration: line-through;
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block .price-box .sale .old-price {
    font-size: 12px;
  }
}
body.minetan-2023 .single-product-block .price-box .sale .price {
  font-size: 19px;
  letter-spacing: 0.57px;
}
body.minetan-2023 .single-product-block .price-box .prices-mobile {
  display: none;
}
@media (max-width: 1279px) {
  body.minetan-2023 .single-product-block .price-box .prices-mobile {
    display: flex;
    min-height: 22px;
    margin-top: -15px;
  }
}
@media (max-width: 539px) {
  body.minetan-2023 .single-product-block .price-box .prices-mobile {
    min-height: 15px;
    margin-top: -12px;
    margin-bottom: -3px;
  }
}
body.minetan-2023 .single-product-block .price-box .prices-mobile .sale {
  font-weight: 700;
}
@media (max-width: 1279px) {
  body.minetan-2023 .single-product-block .price-box .prices-mobile .sale {
    display: flex !important;
  }
}
@media (max-width: 1279px) {
  body.minetan-2023 .single-product-block .price-box .prices-mobile .sale .special-price {
    display: none;
  }
}
@media (max-width: 539px) {
  body.minetan-2023 .single-product-block .price-box .prices-mobile .sale .special-price {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
  }
}
body.minetan-2023 .single-product-block .price-box .prices-mobile .sale .old-price {
  color: #aba8a6;
  font-weight: 700;
  letter-spacing: 0.57px;
  text-decoration: line-through;
}
@media (max-width: 1279px) {
  body.minetan-2023 .single-product-block .price-box .prices-mobile .sale .old-price {
    display: block;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 5px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block .price-box .prices-mobile .sale .old-price {
    font-size: 12px !important;
    margin-right: 0 !important;
  }
}
body.minetan-2023 .single-product-block .price-box .prices-mobile .regular-product {
  font-weight: 700;
}
@media (max-width: 539px) {
  body.minetan-2023 .single-product-block .price-box .prices-mobile .regular-product {
    display: block !important;
    font-size: 14px !important;
  }
}
body.minetan-2023 .single-product-block .price-box .btn,
body.minetan-2023 .single-product-block .price-box #product-add-to-cart.btn {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 19px;
  font-weight: 700;
  padding: 1px 19px 1px;
  height: 50px;
  letter-spacing: 0.85px;
  width: 100%;
  border: 1px solid #2D2A26;
  color: #FEFCFB;
  background: #2D2A26;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.minetan-2023 .single-product-block .price-box .btn[disabled],
body.minetan-2023 .single-product-block .price-box #product-add-to-cart.btn[disabled] {
  justify-content: center;
}
@media (max-width: 1439px) {
  body.minetan-2023 .single-product-block .price-box .btn,
  body.minetan-2023 .single-product-block .price-box #product-add-to-cart.btn {
    padding: 1px 15px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .single-product-block .price-box .btn,
  body.minetan-2023 .single-product-block .price-box #product-add-to-cart.btn {
    font-size: 19px;
  }
}
body.minetan-2023 .single-product-block .price-box .btn .line,
body.minetan-2023 .single-product-block .price-box #product-add-to-cart.btn .line {
  width: 1px;
  height: 23px;
  background: #FEFCFB;
  margin: 0 40px;
}
@media (max-width: 479px) {
  body.minetan-2023 .single-product-block .price-box .btn .line,
  body.minetan-2023 .single-product-block .price-box #product-add-to-cart.btn .line {
    margin: 0 15px;
  }
}
body.minetan-2023 .single-product-block .price-box .btn p,
body.minetan-2023 .single-product-block .price-box #product-add-to-cart.btn p {
  color: #FEFCFB;
  font-weight: 700;
  margin: 0;
}
body.minetan-2023 .single-product-block .price-box .btn:hover, body.minetan-2023 .single-product-block .price-box .btn:active,
body.minetan-2023 .single-product-block .price-box #product-add-to-cart.btn:hover,
body.minetan-2023 .single-product-block .price-box #product-add-to-cart.btn:active {
  background-color: #F7BED8;
  border-color: #D67786;
}
body.minetan-2023 .products-grid-block {
  padding: 90px 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .products-grid-block {
    padding: 70px 0 15px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .products-grid-block {
    padding: 55px 0 10px;
  }
}
body.minetan-2023 .products-grid-block h2 {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .products-grid-block h2 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .products-grid-block h2 {
    margin-bottom: 32px;
  }
  body.minetan-2023 .products-grid-block h2 strong {
    font-size: 24px;
  }
}
body.minetan-2023 .products-grid-block .products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
body.minetan-2023 .products-grid-block .products .item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .products-grid-block .products .item {
    width: 50%;
    margin-bottom: 55px;
  }
}
body.minetan-2023 .products-grid-block .products .item .product-image {
  margin-bottom: 35px;
}
body.minetan-2023 .products-grid-block .products .item .product-data {
  width: 100%;
  display: flex;
  flex: auto;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body.minetan-2023 .products-grid-block .products .item .product-data .content-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body.minetan-2023 .products-grid-block .products .item .product-data .product-title {
  width: 100%;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 12px;
}
body.minetan-2023 .products-grid-block .products .item .product-data .product-text {
  width: 100%;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile {
    margin-bottom: 8px;
  }
}
body.minetan-2023 .features-block {
  position: relative;
  overflow: hidden;
  padding: 144px 0 216px;
  margin: 25px 0 0;
}
@media (min-width: 1440px) {
  body.minetan-2023 .features-block {
    padding: 17vw 0 15vw;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .features-block {
    padding: 120px 0 190px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .features-block {
    padding: 80px 0 86px;
  }
}
body.minetan-2023 .text-block.tanning-tips {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-block.tanning-tips {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-block.tanning-tips {
    padding: 40px 0;
  }
}
body.minetan-2023 .text-block.tanning-tips .wrapper {
  max-width: 960px;
}
body.minetan-2023 .text-block.tanning-tips p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-block.tanning-tips p {
    font-size: 16px;
    line-height: 25px;
  }
}
body.minetan-2023 .text-block.warranty-page {
  padding: 65px 0 100px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-block.warranty-page {
    padding: 45px 0 70px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-block.warranty-page {
    padding: 40px 0 50px;
  }
}
body.minetan-2023 .text-block.warranty-page .wrapper {
  max-width: 880px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-block.warranty-page .text-hold h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-block.warranty-page .text-hold .txt--script {
    font-size: 16px;
  }
}
body.minetan-2023 .text-block.warranty-page .text-hold p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-block.warranty-page .text-hold p {
    line-height: 24px;
  }
}
body.minetan-2023 .text-block.warranty-page .text-hold .btns-block {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-block.warranty-page .text-hold .btns-block {
    flex-direction: column;
    margin-bottom: 0;
  }
}
body.minetan-2023 .text-block.warranty-page .text-hold .btn {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  body.minetan-2023 .text-block.warranty-page .text-hold .btn {
    width: 100%;
    margin-bottom: 30px;
  }
  body.minetan-2023 .text-block.warranty-page .text-hold .btn:last-of-type {
    margin-bottom: 0;
  }
}
body.minetan-2023 .text-block.troubleshooting {
  padding-top: 35px;
}
body.minetan-2023 .text-block.troubleshooting .text-hold p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.6px;
  margin-bottom: 80px;
}
body.minetan-2023 .text-block.mine-tan-innovation {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-block.mine-tan-innovation {
    margin-bottom: 40px;
  }
}
body.minetan-2023 .text-image-block {
  padding: 75px 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block {
    padding: 48px 0;
  }
}
body.minetan-2023 .text-image-block.layout-image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.layout-image-right .row {
    flex-direction: column-reverse;
  }
}
body.minetan-2023 .text-image-block.size-narrow {
  padding: 85px 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.size-narrow {
    padding: 48px 0;
  }
}
body.minetan-2023 .text-image-block.size-narrow .wrapper {
  max-width: 1080px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.size-narrow .row {
    flex-direction: column;
  }
}
body.minetan-2023 .text-image-block.size-narrow .titles-block.mobile-titles-block {
  display: none;
}
body.minetan-2023 .text-image-block.size-narrow .titles-block.desktop-titles-block {
  display: block;
}
body.minetan-2023 .text-image-block.size-narrow .column-data {
  width: 49%;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.size-narrow .column-data {
    width: 100%;
    margin: 0;
  }
}
body.minetan-2023 .text-image-block.size-narrow .column-data h2 {
  font-size: 32px;
  line-height: 46px;
}
body.minetan-2023 .text-image-block.size-narrow .column-data .text p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
}
body.minetan-2023 .text-image-block.size-narrow .column-data .text ul li, body.minetan-2023 .text-image-block.size-narrow .column-data .text ol li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
}
body.minetan-2023 .text-image-block.size-narrow .column-image.image-circle {
  width: 43%;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.size-narrow .column-image.image-circle {
    width: 75%;
    margin-bottom: 40px;
  }
}
body.minetan-2023 .text-image-block.size-narrow .column-image.image-circle figure {
  width: 100%;
  height: 100%;
}
body.minetan-2023 .text-image-block.size-narrow .column-image.image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.minetan-2023 .text-image-block.warranty-page {
  margin-bottom: 125px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-image-block.warranty-page {
    margin-bottom: 95px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.warranty-page {
    margin-bottom: 40px;
  }
}
body.minetan-2023 .text-image-block.warranty-page .wrapper {
  max-width: 880px;
}
body.minetan-2023 .text-image-block.warranty-page .row {
  align-items: flex-start;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.warranty-page .row {
    align-items: center;
  }
}
body.minetan-2023 .text-image-block.warranty-page .column-image {
  max-width: 370px;
  height: auto !important;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.warranty-page .column-image {
    width: 80%;
  }
}
body.minetan-2023 .text-image-block.warranty-page .column-data {
  max-width: 400px;
}
body.minetan-2023 .text-image-block.warranty-page .column-data .text p {
  font-size: 16px;
  line-height: 28px;
}
body.minetan-2023 .text-image-block.warranty-page .column-data .text blockquote {
  margin: 0;
}
body.minetan-2023 .text-image-block.warranty-page .column-data .text blockquote p {
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.warranty-page .titles-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.warranty-page .titles-block h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .text-image-block.warranty-page .titles-block h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
body.minetan-2023 .text-image-block.big-title .titles-block h2 {
  font-size: 40px;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.big-title .titles-block h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.72px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.big-title .titles-block h3 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.6px;
  }
}
body.minetan-2023 .text-image-block.wave-1 {
  padding: 105px 0 15px;
  margin: 20px 0 170px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.wave-1 {
    padding: 40px 0;
    margin: 0;
  }
}
body.minetan-2023 .text-image-block.wave-1:before, body.minetan-2023 .text-image-block.wave-1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .text-image-block.wave-1:before {
  top: 0;
  height: 8vw;
  background: url("../img/text-image-block-wave-1-top.svg") no-repeat bottom center #F6EAE3;
  background-size: 100%;
}
@media (max-width: 1365px) {
  body.minetan-2023 .text-image-block.wave-1:before {
    top: -2px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.wave-1:before {
    display: none;
    background-size: 800px;
    height: 62px;
    top: -3px;
  }
}
body.minetan-2023 .text-image-block.wave-1:after {
  bottom: -119px;
  height: 121px;
  background: url("../img/text-image-block-wave-1-bottom.svg") no-repeat top center;
  background-size: 100%;
}
@media (min-width: 1440px) {
  body.minetan-2023 .text-image-block.wave-1:after {
    bottom: -166px;
    height: 168px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.wave-1:after {
    display: none;
    background-size: 800px;
    height: 76px;
    bottom: -74px;
  }
}
body.minetan-2023 .text-image-block.wave-2 {
  padding: 105px 0 15px;
  margin: 20px 0 170px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.wave-2 {
    padding: 40px 0;
    margin: 0;
  }
}
body.minetan-2023 .text-image-block.wave-2:before, body.minetan-2023 .text-image-block.wave-2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .text-image-block.wave-2:before {
  top: 0;
  height: 8vw;
  background: url("../img/text-image-block-wave-2-top.svg") no-repeat bottom center #F6EAE3;
  background-size: 100%;
}
@media (max-width: 1365px) {
  body.minetan-2023 .text-image-block.wave-2:before {
    top: -2px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.wave-2:before {
    display: none;
    background-size: 800px;
    height: 62px;
    top: -3px;
  }
}
body.minetan-2023 .text-image-block.wave-2:after {
  bottom: -119px;
  height: 121px;
  background: url("../img/text-image-block-wave-2-bottom.svg") no-repeat top center;
  background-size: 100%;
}
@media (min-width: 1440px) {
  body.minetan-2023 .text-image-block.wave-2:after {
    bottom: -166px;
    height: 168px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.wave-2:after {
    display: none;
    background-size: 800px;
    height: 76px;
    bottom: -74px;
  }
}
body.minetan-2023 .text-image-block.spray-tan-equipment-tips .column-image {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.spray-tan-equipment-tips .titles-block.desktop-titles-block {
    display: none;
  }
}
body.minetan-2023 .text-image-block.spray-tan-equipment-tips .titles-block.mobile-titles-block {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block.spray-tan-equipment-tips .titles-block.mobile-titles-block {
    display: block;
  }
}
body.minetan-2023 .text-image-block.spray-tan-equipment-tips .titles-block.mobile-titles-block h2, body.minetan-2023 .text-image-block.spray-tan-equipment-tips .titles-block.mobile-titles-block h3 {
  text-align: left;
}
body.minetan-2023 .text-image-block .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
body.minetan-2023 .text-image-block .row:before, body.minetan-2023 .text-image-block .row:after {
  display: none;
}
body.minetan-2023 .text-image-block .row.image-top {
  align-items: flex-start;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block .row {
    flex-direction: column-reverse;
  }
}
body.minetan-2023 .text-image-block .column-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 45%;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block .column-image {
    max-width: 400px;
    width: 100%;
  }
}
body.minetan-2023 .text-image-block .column-image.image-circle {
  aspect-ratio: 1;
}
body.minetan-2023 .text-image-block .column-image.image-circle figure {
  width: 100%;
  height: 100%;
}
body.minetan-2023 .text-image-block .column-image.image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
body.minetan-2023 .text-image-block .column-data {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block .column-data {
    width: 100%;
    margin-bottom: 30px;
  }
}
body.minetan-2023 .text-image-block .column-data .text p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
}
body.minetan-2023 .text-image-block .column-data .text p:last-of-type {
  margin: 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block .column-data .text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
  }
}
body.minetan-2023 .text-image-block .column-data .text ul, body.minetan-2023 .text-image-block .column-data .text ol {
  margin: 0 0 25px;
  padding-left: 19px;
}
body.minetan-2023 .text-image-block .column-data .text ul li, body.minetan-2023 .text-image-block .column-data .text ol li {
  margin-bottom: 20px;
  padding-left: 10px;
}
body.minetan-2023 .text-image-block .column-data .text ul li:last-of-type, body.minetan-2023 .text-image-block .column-data .text ol li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block .column-data .text ul li, body.minetan-2023 .text-image-block .column-data .text ol li {
    margin-bottom: 15px;
  }
}
body.minetan-2023 .text-image-block .titles-block {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block .titles-block {
    text-align: center;
  }
}
body.minetan-2023 .text-image-block .titles-block.heading-border {
  border-bottom: 1px solid #2D2A26;
  padding-bottom: 24px;
}
body.minetan-2023 .text-image-block .titles-block.heading-border h2 {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block .titles-block.heading-border h2 {
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block .titles-block.heading-border h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
}
body.minetan-2023 .text-image-block .titles-block.reverse-headings h2 {
  margin: 0;
}
body.minetan-2023 .text-image-block .titles-block.reverse-headings h3 {
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block .titles-block.reverse-headings h3 {
    margin: 0;
  }
}
body.minetan-2023 .text-image-block .titles-block.mobile-titles-block {
  display: none;
}
body.minetan-2023 .text-image-block .titles-block h2 {
  width: 100%;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 5px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-image-block .titles-block h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
body.minetan-2023 .text-image-block .titles-block h2 em {
  display: block;
  font-family: "Bayshore", sans-serif;
  text-transform: lowercase;
  font-size: 124px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 65px;
  padding-left: 7px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-image-block .titles-block h2 em {
    font-size: 80px;
    line-height: 36px;
  }
}
body.minetan-2023 .text-image-block .titles-block h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.72px;
  margin: 0;
}
body.minetan-2023 .text-with-btn-image-block {
  padding: 75px 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block {
    padding: 55px 0;
  }
}
body.minetan-2023 .text-with-btn-image-block.layout-image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block.layout-image-right .row {
    flex-direction: column;
  }
}
body.minetan-2023 .text-with-btn-image-block.layout-image-right .column-data {
  width: 43%;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block.layout-image-right .column-data {
    width: 100%;
  }
}
body.minetan-2023 .text-with-btn-image-block.size-narrow .wrapper {
  max-width: 1080px;
}
body.minetan-2023 .text-with-btn-image-block.wave-1 {
  margin-bottom: 50px;
  padding: 110px 0 15px;
}
@media (max-width: 1365px) {
  body.minetan-2023 .text-with-btn-image-block.wave-1 {
    padding: 110px 0 15px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-with-btn-image-block.wave-1 {
    padding: 50px 0;
    margin-bottom: 0;
  }
}
body.minetan-2023 .text-with-btn-image-block.wave-1:before, body.minetan-2023 .text-with-btn-image-block.wave-1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .text-with-btn-image-block.wave-1:before {
  top: 0;
  height: 8vw;
  background: url("../img/text-image-btn-block-wave-1-top.svg") no-repeat bottom center #fde9e5;
  background-size: 100%;
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-with-btn-image-block.wave-1:before {
    top: -1px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block.wave-1:before {
    display: none;
    background-size: 800px;
    height: 62px;
    top: -3px;
  }
}
body.minetan-2023 .text-with-btn-image-block.wave-1:after {
  bottom: -119px;
  height: 121px;
  background: url("../img/text-image-btn-block-wave-1-bottom.svg") no-repeat top center;
  background-size: 100%;
}
@media (min-width: 1440px) {
  body.minetan-2023 .text-with-btn-image-block.wave-1:after {
    bottom: -125px;
    height: 168px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block.wave-1:after {
    display: none;
    background-size: 800px;
    height: 76px;
    bottom: -74px;
  }
}
body.minetan-2023 .text-with-btn-image-block.wave-2 {
  margin-bottom: 100px;
  padding: 15px 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-with-btn-image-block.wave-2 {
    padding: 50px 0;
    margin-bottom: 0;
  }
}
body.minetan-2023 .text-with-btn-image-block.wave-2:before, body.minetan-2023 .text-with-btn-image-block.wave-2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .text-with-btn-image-block.wave-2:before {
  top: 0;
  height: 8vw;
  background: url("../img/text-image-btn-block-wave-2-top.svg") no-repeat bottom center #fde9e5;
  background-size: 100%;
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-with-btn-image-block.wave-2:before {
    top: -1px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block.wave-2:before {
    display: none;
    background-size: 800px;
    height: 62px;
    top: -3px;
  }
}
body.minetan-2023 .text-with-btn-image-block.wave-2:after {
  bottom: -90px;
  height: 121px;
  background: url("../img/text-image-btn-block-wave-2-bottom.svg") no-repeat top center;
  background-size: 100%;
}
@media (min-width: 1440px) {
  body.minetan-2023 .text-with-btn-image-block.wave-2:after {
    bottom: -125px;
    height: 168px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block.wave-2:after {
    display: none;
    background-size: 800px;
    height: 76px;
    bottom: -74px;
  }
}
body.minetan-2023 .text-with-btn-image-block.outer-box.wave-1 figure {
  margin: -115px 0 -80px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-with-btn-image-block.outer-box.wave-1 figure {
    margin: 0;
  }
}
body.minetan-2023 .text-with-btn-image-block.outer-box.wave-2 figure {
  margin: -35px 0 -140px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-with-btn-image-block.outer-box.wave-2 figure {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-with-btn-image-block.outer-box .column-data {
    padding: 0;
  }
}
body.minetan-2023 .text-with-btn-image-block.outer-box.pro-esthetician figure {
  margin: -30px 0 -50px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-with-btn-image-block.outer-box.pro-esthetician figure {
    margin: 0;
  }
}
body.minetan-2023 .text-with-btn-image-block.outer-box.pro-esthetician .column-data {
  padding: 95px 0 60px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .text-with-btn-image-block.outer-box.pro-esthetician .column-data {
    padding: 0;
  }
}
body.minetan-2023 .text-with-btn-image-block .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block .row {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block .column-image {
    margin-bottom: 20px;
  }
}
body.minetan-2023 .text-with-btn-image-block .column-data {
  width: 52%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block .column-data {
    max-width: 400px;
    width: 100%;
  }
}
body.minetan-2023 .text-with-btn-image-block .column-data .text {
  margin-bottom: 30px;
}
body.minetan-2023 .text-with-btn-image-block .column-data .text p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.46px;
}
body.minetan-2023 .text-with-btn-image-block .column-data .text p:last-of-type {
  margin: 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block .column-data .text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
  }
}
body.minetan-2023 .text-with-btn-image-block .column-data .text ul, body.minetan-2023 .text-with-btn-image-block .column-data .text ol {
  margin: 0 0 25px;
  padding-left: 19px;
}
body.minetan-2023 .text-with-btn-image-block .column-data .text ul li, body.minetan-2023 .text-with-btn-image-block .column-data .text ol li {
  margin-bottom: 20px;
  padding-left: 10px;
}
body.minetan-2023 .text-with-btn-image-block .column-data .text ul li:last-of-type, body.minetan-2023 .text-with-btn-image-block .column-data .text ol li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block .column-data .text ul li, body.minetan-2023 .text-with-btn-image-block .column-data .text ol li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block .column-data .btn {
    width: 100%;
  }
}
body.minetan-2023 .text-with-btn-image-block h2 {
  font-weight: 700;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.72;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block h2.desktop-title {
    display: none;
  }
}
body.minetan-2023 .text-with-btn-image-block h2.mobile-title {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.minetan-2023 .text-with-btn-image-block h2.mobile-title {
    display: block;
  }
}
body.minetan-2023 .small-images-grid-block {
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  body.minetan-2023 .small-images-grid-block {
    padding: 50px 0 30px;
  }
}
body.minetan-2023 .small-images-grid-block h2 {
  color: #32302C;
  font-size: 48px;
  font-weight: 700;
  line-height: 141%;
  letter-spacing: 1.44px;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  body.minetan-2023 .small-images-grid-block h2 {
    font-size: 32px;
    margin: 0 0 33px;
  }
}
body.minetan-2023 .small-images-grid-block .small-images-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0 40px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid {
    grid-gap: 0 30px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid {
    grid-gap: 0 24px;
  }
}
body.minetan-2023 .small-images-grid-block .small-images-grid .item {
  margin-bottom: 64px;
  position: relative;
}
body.minetan-2023 .small-images-grid-block .small-images-grid .item:hover .hold figure img {
  filter: blur(6px);
  transition: all 0.1s;
}
body.minetan-2023 .small-images-grid-block .small-images-grid .item:hover .hold figure .text-overlay {
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid .item {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid .item {
    margin-bottom: 35px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid .item {
    margin-bottom: 24px;
  }
}
body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold figure {
  border-radius: 5px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.1s;
}
body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold figure .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(252, 234, 230, 0.8);
  border-radius: 5px;
  padding: 50px 20px 10px;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 479px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold figure .text-overlay {
    padding: 14px 10px 10px;
  }
}
body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold figure .text-overlay .text {
  width: 100%;
  line-height: 24px;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold figure .text-overlay .text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
  }
}
body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold figure .text-overlay .text.feature-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold figure .text-overlay .text.feature-text {
    font-size: 14px;
    line-height: 21px;
  }
}
body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold figure .text-overlay .text:last-of-type {
  margin-bottom: 0;
}
body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold figure .text-overlay .text .title-text {
  width: 100%;
  color: #E85859;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold figure .text-overlay .text .title-text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 3px;
  }
}
body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold h3 {
  color: #BD6D41;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .small-images-grid-block .small-images-grid .item .hold h3 {
    line-height: 120%;
  }
}
body.minetan-2023 .checklist-image-block {
  padding: 80px 0;
}
@media (max-width: 1365px) {
  body.minetan-2023 .checklist-image-block {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .checklist-image-block {
    padding: 55px 0;
  }
}
body.minetan-2023 .checklist-image-block.layout-image-right .row {
  flex-direction: row-reverse;
}
body.minetan-2023 .checklist-image-block.layout-image-right .column-image {
  justify-content: flex-end;
}
body.minetan-2023 .checklist-image-block .wrapper {
  max-width: 1120px;
}
body.minetan-2023 .checklist-image-block .row {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
body.minetan-2023 .checklist-image-block .row:before, body.minetan-2023 .checklist-image-block .row:after {
  display: none;
}
body.minetan-2023 .checklist-image-block .column-image {
  width: 45%;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  body.minetan-2023 .checklist-image-block .column-image {
    display: none;
  }
}
body.minetan-2023 .checklist-image-block .column-data {
  width: 55%;
}
@media (max-width: 1365px) {
  body.minetan-2023 .checklist-image-block .column-data {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .checklist-image-block .column-data {
    width: 100%;
  }
}
body.minetan-2023 .checklist-image-block .column-data h2 {
  color: #58595B;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  body.minetan-2023 .checklist-image-block .column-data h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
body.minetan-2023 .checklist-image-block .column-data ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.minetan-2023 .checklist-image-block .column-data ul li {
  line-height: 24px;
  position: relative;
  padding-left: 52px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body.minetan-2023 .checklist-image-block .column-data ul li {
    padding-left: 36px;
  }
}
body.minetan-2023 .checklist-image-block .column-data ul li:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23E9656D' width='800px' height='800px' viewBox='0 0 24 24' id='check-mark-circle-2' data-name='Flat Line' xmlns='http://www.w3.org/2000/svg' class='icon flat-line'%3E%3Cpolyline id='primary' points='21 5 12 14 8 10' style='fill: none; stroke: %23E9656D; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'%3E%3C/polyline%3E%3Cpath id='primary-2' data-name='primary' d='M20.94,11A8.26,8.26,0,0,1,21,12a9,9,0,1,1-9-9,8.83,8.83,0,0,1,4,1' style='fill: none; stroke: %23E9656D; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 767px) {
  body.minetan-2023 .checklist-image-block .column-data ul li:before {
    width: 20px;
    height: 20px;
  }
}
body.minetan-2023 .checklist-image-block .column-data ul li:last-of-type {
  margin-bottom: 0;
}
body.minetan-2023 .checklist-image-block .column-data ul li p {
  margin: 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .checklist-image-block .column-data ul li p {
    font-size: 14px;
  }
}
body.minetan-2023 .checklist-image-block .column-data ul li strong {
  color: #E9656D;
  font-size: 19px;
}
@media (max-width: 767px) {
  body.minetan-2023 .checklist-image-block .column-data ul li strong {
    font-size: 16px;
  }
}
body.minetan-2023 .horizontal-checklist-block {
  padding: 65px 0 45px;
}
@media (max-width: 767px) {
  body.minetan-2023 .horizontal-checklist-block {
    padding: 45px 0 25px;
  }
}
body.minetan-2023 .horizontal-checklist-block ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0 -50px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .horizontal-checklist-block ul {
    flex-direction: column;
  }
}
body.minetan-2023 .horizontal-checklist-block ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  border-right: 1px solid #707070;
  position: relative;
  font-size: 24px;
  line-height: 36px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 20px;
  /*&:first-child {
      padding-left: 50px;

      @media (max-width: 767px) {
          padding-left: 40px;
      }

      &:before {
          left: 0;
      }
  }*/
  /*&:before {
      content: '';
      display: block;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23E9656D' width='800px' height='800px' viewBox='0 0 24 24' id='check-mark-circle-2' data-name='Flat Line' xmlns='http://www.w3.org/2000/svg' class='icon flat-line'%3E%3Cpolyline id='primary' points='21 5 12 14 8 10' style='fill: none; stroke: %23E9656D; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'%3E%3C/polyline%3E%3Cpath id='primary-2' data-name='primary' d='M20.94,11A8.26,8.26,0,0,1,21,12a9,9,0,1,1-9-9,8.83,8.83,0,0,1,4,1' style='fill: none; stroke: %23E9656D; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'%3E%3C/path%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 32px;
      height: 32px;
      position: absolute;
      left: 20px;
      top: 3px;

      @media (max-width: 767px) {
          width: 24px;
          height: 24px;
          left: 0;
          top: 1px;
      }
  }*/
}
body.minetan-2023 .horizontal-checklist-block ul li:nth-child(3n) {
  padding-left: 50px;
}
@media (max-width: 767px) {
  body.minetan-2023 .horizontal-checklist-block ul li:nth-child(3n) {
    padding-left: 40px;
  }
}
body.minetan-2023 .horizontal-checklist-block ul li:nth-child(3n):before {
  left: 0;
}
body.minetan-2023 .horizontal-checklist-block ul li:nth-child(3n) {
  border-right: 0;
}
body.minetan-2023 .horizontal-checklist-block ul li:last-of-type {
  margin-bottom: 0;
}
body.minetan-2023 .horizontal-checklist-block ul li svg {
  width: 40px;
  height: 40px;
  display: flex;
  flex-shrink: 0;
  margin-right: 16px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  body.minetan-2023 .horizontal-checklist-block ul li svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .horizontal-checklist-block ul li {
    width: 100%;
    border: 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .horizontal-checklist-block ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
  }
}
body.minetan-2023 .horizontal-checklist-block ul li:last-of-type {
  margin-bottom: 0;
}
body.minetan-2023 .collections-block {
  background: #fde9e5;
  text-align: center;
  padding: 55px 0 72px;
  position: relative;
}
body.minetan-2023 .collections-block.wave-1 {
  margin-bottom: 50px;
  padding: 155px 0 75px;
}
@media (max-width: 1365px) {
  body.minetan-2023 .collections-block.wave-1 {
    padding: 110px 0 50px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .collections-block.wave-1 {
    padding: 50px 0;
    margin-bottom: 0;
  }
}
body.minetan-2023 .collections-block.wave-1:before, body.minetan-2023 .collections-block.wave-1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .collections-block.wave-1:before {
  top: 0;
  height: 8vw;
  background: url("../img/m23-shade-finder-section-break-1.svg") no-repeat bottom center #fde9e5;
  background-size: 100%;
}
@media (max-width: 1023px) {
  body.minetan-2023 .collections-block.wave-1:before {
    top: -1px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .collections-block.wave-1:before {
    display: none;
    background-size: 800px;
    height: 62px;
    top: -3px;
  }
}
body.minetan-2023 .collections-block.wave-1:after {
  bottom: -119px;
  height: 121px;
  background: url("../img/m23-collection-section-break-2.svg") no-repeat top center;
  background-size: 1440px;
}
@media (min-width: 1440px) {
  body.minetan-2023 .collections-block.wave-1:after {
    bottom: -166px;
    height: 168px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .collections-block.wave-1:after {
    display: none;
    background-size: 800px;
    height: 76px;
    bottom: -74px;
  }
}
body.minetan-2023 .collections-block h2 {
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  body.minetan-2023 .collections-block h2 {
    margin: 0 0 32px;
    text-align: left;
  }
}
body.minetan-2023 .collections-block > .wrapper > p {
  max-width: 800px;
  margin: 0 auto 45px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  body.minetan-2023 .collections-block > .wrapper > p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .collections-block .tns-outer {
    margin: 0 -20px 0 0;
  }
  body.minetan-2023 .collections-block .tns-outer .tiles .item {
    padding: 0;
    margin-bottom: 0;
  }
}
body.minetan-2023 .collections-block .tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .collections-block .tiles {
    margin: 0 -15px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .collections-block .tiles {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .collections-block .tiles.collections-slider-on-mobile {
    margin: 0;
  }
}
body.minetan-2023 .collections-block .tiles .item {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .collections-block .tiles .item {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .collections-block .tiles .item {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .collections-block .tiles .item {
    width: 50%;
    margin-bottom: 20px;
  }
  body.minetan-2023 .collections-block .tiles .item:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  body.minetan-2023 .collections-block .tiles .item {
    width: 100%;
  }
}
body.minetan-2023 .collections-block .tiles .item .hold {
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
  position: relative;
  padding-bottom: 47px;
}
@media (max-width: 767px) {
  body.minetan-2023 .collections-block .tiles .item .hold figure {
    padding: 16px 16px 0;
  }
}
body.minetan-2023 .collections-block .tiles .item .hold figure img {
  width: 100%;
}
body.minetan-2023 .collections-block .tiles .item .hold .data {
  padding: 40px 20px 24px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .collections-block .tiles .item .hold .data {
    padding: 18px 16px 20px;
  }
}
body.minetan-2023 .collections-block .tiles .item .hold .data h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.7px;
  line-height: 36px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  body.minetan-2023 .collections-block .tiles .item .hold .data h3 {
    font-size: 28px;
    letter-spacing: 1.5px;
    line-height: 32px;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .collections-block .tiles .item .hold .data h3 {
    font-size: 24px;
  }
}
body.minetan-2023 .collections-block .tiles .item .hold .data h3 small {
  display: block;
  font-size: 24px;
  letter-spacing: 1.2px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  body.minetan-2023 .collections-block .tiles .item .hold .data h3 small {
    font-size: 15px;
  }
}
body.minetan-2023 .collections-block .tiles .item .hold .data p {
  color: #2d2a26;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  line-height: 24px;
  margin: 0 0 22px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .collections-block .tiles .item .hold .data p {
    letter-spacing: 0;
    margin: 0 0 15px;
  }
}
body.minetan-2023 .collections-block .tiles .item .hold .data .btn {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: 45px;
  min-width: 126px;
  height: 47px;
  padding: 0 15px;
  background-color: rgba(254, 252, 251, 0.3);
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
body.minetan-2023 .collections-block .tiles .item:nth-child(1) .hold {
  background-color: #f0cbaa;
}
body.minetan-2023 .collections-block .tiles .item:nth-child(1) .hold .data h3 {
  color: #a64d37;
}
body.minetan-2023 .collections-block .tiles .item:nth-child(1) .hold .data .btn {
  border-color: #a64d37;
}
body.minetan-2023 .collections-block .tiles .item:nth-child(1) .hold .data .btn:hover, body.minetan-2023 .collections-block .tiles .item:nth-child(1) .hold .data .btn:active {
  background-color: #a64d37;
  color: #FEFCFB;
}
body.minetan-2023 .collections-block .tiles .item:nth-child(2) .hold {
  background-color: #d1aff7;
}
body.minetan-2023 .collections-block .tiles .item:nth-child(2) .hold .data h3 {
  color: #7949cc;
}
body.minetan-2023 .collections-block .tiles .item:nth-child(2) .hold .data .btn {
  border-color: #7949cc;
}
body.minetan-2023 .collections-block .tiles .item:nth-child(2) .hold .data .btn:hover, body.minetan-2023 .collections-block .tiles .item:nth-child(2) .hold .data .btn:active {
  background-color: #7949cc;
  color: #FEFCFB;
}
body.minetan-2023 .collections-block .tiles .item:nth-child(3) .hold {
  background-color: #b1ded3;
}
body.minetan-2023 .collections-block .tiles .item:nth-child(3) .hold .data h3 {
  color: #457a66;
}
body.minetan-2023 .collections-block .tiles .item:nth-child(3) .hold .data .btn {
  border-color: #457a66;
}
body.minetan-2023 .collections-block .tiles .item:nth-child(3) .hold .data .btn:hover, body.minetan-2023 .collections-block .tiles .item:nth-child(3) .hold .data .btn:active {
  background-color: #457a66;
  color: #FEFCFB;
}
@media (max-width: 1365px) {
  body.minetan-2023 .clean-tanning-block.mine-tan-innovation .clean-tanning-icons-subblock {
    padding: 68px 0 34px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .clean-tanning-block.mine-tan-innovation .clean-tanning-icons-subblock .icons-row {
    justify-content: space-between;
  }
}
@media (max-width: 1365px) {
  body.minetan-2023 .clean-tanning-block.mine-tan-innovation .clean-tanning-icons-subblock .icons-row .item {
    width: 33.33%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .clean-tanning-block.mine-tan-innovation .clean-tanning-icons-subblock .icons-row .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .clean-tanning-block.mine-tan-innovation .clean-tanning-icons-subblock .icons-row .item h4 {
    font-size: 14px;
    line-height: 21px;
  }
}
body.minetan-2023 .three-columns-icons-block {
  position: relative;
}
body.minetan-2023 .three-columns-icons-block.style-wave-1 {
  background-color: #fde9e5;
  margin-bottom: 50px;
  padding: 155px 0 15px;
}
@media (max-width: 1365px) {
  body.minetan-2023 .three-columns-icons-block.style-wave-1 {
    padding: 110px 0 15px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .three-columns-icons-block.style-wave-1 {
    padding: 50px 0;
    margin-bottom: 0;
  }
}
body.minetan-2023 .three-columns-icons-block.style-wave-1:before, body.minetan-2023 .three-columns-icons-block.style-wave-1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .three-columns-icons-block.style-wave-1:before {
  top: 0;
  height: 8vw;
  background: url("../img/product-section-break-1.svg") no-repeat bottom center #fde9e5;
  background-size: 100%;
}
@media (max-width: 1023px) {
  body.minetan-2023 .three-columns-icons-block.style-wave-1:before {
    top: -1px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .three-columns-icons-block.style-wave-1:before {
    display: none;
    background-size: 800px;
    height: 62px;
    top: -3px;
  }
}
body.minetan-2023 .three-columns-icons-block.style-wave-1:after {
  bottom: -119px;
  height: 121px;
  background: url("../img/product-section-break-2.svg") no-repeat top center;
  background-size: 100%;
}
@media (min-width: 1440px) {
  body.minetan-2023 .three-columns-icons-block.style-wave-1:after {
    bottom: -166px;
    height: 168px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .three-columns-icons-block.style-wave-1:after {
    display: none;
    background-size: 800px;
    height: 76px;
    bottom: -74px;
  }
}
body.minetan-2023 .three-columns-icons-block .row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.minetan-2023 .three-columns-icons-block .row {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
}
body.minetan-2023 .three-columns-icons-block .column {
  width: calc(33.33% - 90px);
}
@media (max-width: 1365px) {
  body.minetan-2023 .three-columns-icons-block .column {
    width: calc(33.33% - 27px);
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .three-columns-icons-block .column {
    width: calc(33.33% - 27px);
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .three-columns-icons-block .column {
    max-width: 330px;
    width: 100%;
    margin-bottom: 30px;
  }
  body.minetan-2023 .three-columns-icons-block .column:last-of-type {
    margin-bottom: 0;
  }
}
body.minetan-2023 .three-columns-icons-block .column img {
  margin: 0 auto;
}
body.minetan-2023 .three-columns-icons-block .column h3 {
  color: #58595B;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  body.minetan-2023 .three-columns-icons-block .column h3 {
    font-size: 20px;
  }
}
body.minetan-2023 .three-columns-icons-block .column p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
  margin: 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .video-block.mine-tan-innovation .column-data .buttons-hold .btn:last-child {
    width: 100%;
  }
}
@media (max-width: 439px) {
  body.minetan-2023 .video-block.mine-tan-innovation .column-data .buttons-hold .btn:last-child {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .video-block .row {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .video-block .column-data .buttons-hold .btn {
    line-height: 1.43 !important;
  }
}
@media (max-width: 439px) {
  body.minetan-2023 .video-block .column-data .buttons-hold .btn {
    line-height: 1.43 !important;
  }
}
body.minetan-2023 .video-block .column-media .video-hold {
  aspect-ratio: 1;
}
body.minetan-2023 .video-block .column-media .video-hold video {
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 1023px) {
  body.minetan-2023 .home-testimonials-block .feedbacks-slider {
    padding: 0 !important;
  }
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider .tns-outer {
  padding: 0 76px !important;
}
@media (max-width: 1023px) {
  body.minetan-2023 .home-testimonials-block .feedbacks-slider .tns-outer {
    padding: 0 56px !important;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .home-testimonials-block .feedbacks-slider .tns-outer {
    padding: 0 50px !important;
  }
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider .tns-outer .tns-controls button {
  margin: 0;
  top: 172px;
}
@media (max-width: 767px) {
  body.minetan-2023 .home-testimonials-block .feedbacks-slider .tns-outer .tns-controls button {
    top: 300px;
  }
}
body.minetan-2023 .section-faq:last-of-type {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  body.minetan-2023 .section-faq:last-of-type {
    padding-bottom: 40px;
  }
}
body.minetan-2023 .section-faq .wrapper {
  max-width: 960px;
}
body.minetan-2023 .section-faq .accordion-element {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  body.minetan-2023 .section-faq .accordion-element {
    margin-bottom: 45px;
  }
}
body.minetan-2023 .section-faq h2 {
  color: #E9656D;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.96px;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  body.minetan-2023 .section-faq h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.72px;
    margin: 0 0 15px;
  }
}
body.minetan-2023 .section-faq .accordion-title {
  border-bottom: 1px solid #a1a1a1;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.6px;
  position: relative;
  padding: 25px 60px 25px 0;
  margin: 0;
  transition: border 0.2s;
}
@media (max-width: 767px) {
  body.minetan-2023 .section-faq .accordion-title {
    font-size: 16px;
  }
}
body.minetan-2023 .section-faq .accordion-title:before, body.minetan-2023 .section-faq .accordion-title:after {
  content: "";
  display: block;
  background-color: #2D2A26;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
body.minetan-2023 .section-faq .accordion-title:before {
  width: 18px;
  height: 2px;
  right: 0;
}
body.minetan-2023 .section-faq .accordion-title:after {
  width: 2px;
  height: 18px;
  right: 8px;
}
body.minetan-2023 .section-faq .accordion-title.ui-state-active {
  border-color: transparent;
  font-weight: 700;
  transition: border 0.2s;
}
body.minetan-2023 .section-faq .accordion-title.ui-state-active:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
body.minetan-2023 .section-faq .accordion-content {
  background-color: rgba(245, 228, 219, 0.25);
  border: 1px solid rgba(112, 112, 112, 0.25);
  border-radius: 5px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.48px;
  padding: 30px 25px;
}
body.minetan-2023 .section-faq .accordion-content p {
  font-size: 16px;
  margin: 0 0 20px;
}
body.minetan-2023 .section-faq .accordion-content p:last-of-type {
  margin-bottom: 0;
}
body.minetan-2023 .section-faq .accordion-content ul, body.minetan-2023 .section-faq .accordion-content ol {
  margin: 0 0 20px;
  padding-left: 20px;
}
body.minetan-2023 .section-faq .accordion-content ul li, body.minetan-2023 .section-faq .accordion-content ol li {
  padding-left: 6px;
  margin-bottom: 20px;
}
body.minetan-2023 .section-faq .accordion-content ul li:last-of-type, body.minetan-2023 .section-faq .accordion-content ol li:last-of-type {
  margin-bottom: 0;
}
body.minetan-2023 .instagram-slider-block {
  margin-top: 115px;
  /*&.spray-tan-equipment-tips {
      @media (max-width: 767px) {
          margin-top: 50px;
      }
  }*/
}
@media (max-width: 767px) {
  body.minetan-2023 .instagram-slider-block {
    margin-top: 50px;
  }
}
body.minetan-2023 .section-logo-list {
  padding: 50px 0 60px;
}
body.minetan-2023 .section-logo-list .wrapper {
  max-width: 1180px;
}
body.minetan-2023 .section-logo-list h2 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .section-logo-list h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .section-logo-list h2 {
    font-size: 34px;
    letter-spacing: 0.6px;
    line-height: 44px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .section-logo-list h2 {
    font-size: 32px;
    letter-spacing: 0.4px;
    line-height: 40px;
  }
}
body.minetan-2023 .section-logo-list .logo-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
body.minetan-2023 .section-logo-list .logo-list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  body.minetan-2023 .section-logo-list .logo-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.minetan-2023 .section-logo-list .logo-list li {
    width: 20%;
    margin: 0 15px 35px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .section-logo-list .logo-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.minetan-2023 .section-logo-list .logo-list li {
    width: 33.33%;
    margin: 0 0 30px;
    padding: 0 15px;
  }
}
@media (max-width: 400px) {
  body.minetan-2023 .section-logo-list .logo-list li {
    width: 50%;
  }
}

/*# sourceMappingURL=temp-panels.css.map */
