/*
Theme Name: Minetan 2024
Theme URI:  
Author: Charger
Description: custom theme
Version: 1.0 
Text Domain: ms
*/
@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;
}

body {
  min-width: 320px;
  color: #2D2A26;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "proxima-nova", sans-serif;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  /* new header/menu 17.01.2019 */
}
body > main {
  padding-top: 65px;
}
@media (max-width: 500px) {
  body > main {
    padding-top: 65px;
  }
}
@media (min-width: 767px) {
  body.home > main {
    padding-top: 100px;
  }
}
body #header {
  margin: 0;
}
body #header .top .topbar-links {
  margin-right: 20px;
}
body #header .top .topbar-links li a {
  font: 11px "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body #header .top .brands ul li:first-child > a > div {
  margin-left: 16px;
}
body .header__main {
  position: relative;
}
body .header__main .header__logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 130px;
  height: auto;
}
body .header__main .header--account,
body .header__main .header--search,
body .header__main .header--cart,
body .header__main .hamburger {
  display: none;
  position: absolute;
  z-index: 9;
  top: 20px;
}
body .header__main .header--account a,
body .header__main .header--search a,
body .header__main .header--cart a,
body .header__main .hamburger a {
  display: block;
}
body .header__main .header--account img,
body .header__main .header--search img,
body .header__main .header--cart img,
body .header__main .hamburger img {
  height: auto;
}
body .header__main .header--account {
  left: 20px;
}
body .header__main .header--account img {
  width: 25px;
}
body .header__main .header--search {
  left: 80px;
}
body .header__main .header--search img {
  width: 24px;
}
body .header__main .header--cart {
  right: 80px;
}
body .header__main .header--cart img {
  width: 24px;
}
body .header__main .hamburger {
  right: 20px;
}
body .header__main .hamburger img {
  width: 24px;
}
body .menu-new {
  text-align: center;
  position: relative;
  border-bottom: 2px solid #f1f1f1;
  padding-top: 40px;
}
body .menu-new a {
  color: black;
}
body .menu-new > ul.menu-main {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .menu-new > ul.menu-main > li {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}
body .menu-new > ul.menu-main > li > a {
  display: block;
  border-bottom: 3px solid transparent;
  transition: all ease 0.5s;
  padding: 10px 0;
  margin: 0 !important;
  font: 13px "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body .menu-new > ul.menu-main > li > a:hover {
  border-bottom: 3px solid #00a9a7;
  text-decoration: none;
}
body .menu-new .btan-body > ul.menu-main > li:hover > a {
  border-bottom: 3px solid #87764f;
}
body .menu-new li .menu-dropdown {
  display: none;
  transition: all ease 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 999;
  text-align: left;
}
body .menu-new li .menu-dropdown:hover {
  display: block;
}
body .menu-dropdown {
  background-color: white;
  padding: 40px 0;
  box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.03);
  border-top: 1px solid #f0f0f0;
}
body .menu-dropdown .container {
  width: 1232px;
}
body .menu-dropdown h3 {
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 2px solid #ececec;
  font: 19px "Bodoni 72", "Bodoni", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #4a4a4a;
}
body .menu-dropdown .cols {
  margin-left: -20px;
  font-size: 0;
}
body .menu-dropdown .cols .col {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
body .menu-dropdown .cols .col.col--half {
  width: 50%;
}
body .menu-dropdown .cols .col.col--quarter {
  width: 25%;
}
body .menu-dropdown .cols .col.col--3quarter {
  width: 75%;
}
body .menu-dropdown .cols .col .block {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
}
body .menu-dropdown .cols .col.col--image a {
  margin: 0 !important;
  padding: 0 !important;
}
body .menu-dropdown .cols .col.col--links.col--half .block {
  width: 50%;
}
body .menu-dropdown .cols .col.col--links.col--3quarter .block {
  width: 33.333%;
}
body .menu-dropdown .cols .col.col--links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
body .menu-dropdown .cols .col.col--links ul li {
  margin-bottom: 14px;
}
body .menu-dropdown .cols .col.col--links ul li a {
  margin: 0;
  font: 14px/19px "Open Sans", Helvetica, Arial;
  font-weight: 400;
  color: #4a4a4a;
}
body .menu-dropdown .cols .col.col--links ul li a:hover {
  text-decoration: none;
}
body #mmenu:not(.mm-menu) {
  display: none;
}
body .mm-menu {
  background: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body .mm-menu .mm-listview {
  font-size: 13px;
}
body .mm-menu #subpanel1,
body .mm-menu #subpanel2 {
  padding-top: 0;
}
body .mm-menu #subpanel1 > .mm-navbar,
body .mm-menu #subpanel2 > .mm-navbar {
  display: none;
}
body .mm-menu .mmenu--login {
  text-align: center;
}
body .mm-menu .mmenu--tabs {
  font-size: 0;
  border-bottom: 1px solid #e6e6e6;
}
body .mm-menu .mmenu--tabs a {
  font-size: initial;
  display: inline-block;
  position: relative;
  width: 50%;
  font: 9px/13px "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: 1.41px;
  position: relative;
  padding: 10px 0;
  transition: all ease 0.5s;
  color: #9a9a9a;
}
body .mm-menu .mmenu--tabs a img {
  position: absolute;
  top: 100%;
  top: calc(100% - 0.5px);
  left: 50%;
  margin-left: -5px;
  z-index: 9;
}
body .mm-menu .mmenu--tabs a:first-child {
  border-right: 1px solid #e6e6e6;
}
body .mm-menu .mmenu--tabs a span {
  font: 14px/20px "Bodoni 72", "Bodoni", Georgia, serif;
  letter-spacing: 1px;
}
body .mm-menu .mmenu--tabs a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}
body .mm-menu .mmenu--tabs a.tab--active span {
  color: #00aaa7;
}
body .mm-menu .li--prostore {
  font: 12px/20px "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}
body .mm-menu .li--prostore img {
  margin-top: -2px;
}
body .mm-menu .li--prostore span {
  font: 19px/24px "Bodoni Italic", "Bodoni 72", Georgia, serif;
  color: #4a4a4a;
  letter-spacing: 3px;
  font-weight: 400;
}
body .mm-menu.mm-offcanvas {
  max-width: 420px;
}
@media (max-width: 459px) {
  body .mm-menu.mm-offcanvas {
    width: 95%;
    max-width: none;
  }
}
body .mm-menu .mm-listview .li--title {
  background-color: rgba(234, 234, 234, 0.4);
}
body .mm-menu .mm-listview .li--title a {
  font-weight: 600;
  color: #9b9b9b;
  cursor: default;
  letter-spacing: 1px;
}
body .mm-menu .mm-listview > li:not(.mm-divider):after {
  left: 0px;
}
body .mm-menu .mm-listview > li > a,
body .mm-menu .mm-listview > li > span {
  padding: 18px 10px 18px 20px;
}
body .mm-menu .mm-panels > .mm-panel {
  padding: 0;
}
body .mm-menu .mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 56px;
}
body .mm-menu .mm-panels > .mm-panel > .mm-listview {
  margin: 20px 0;
}
body .mm-menu .mm-panels > .mm-panel > .mm-listview#menu-mobile-menu-v4 {
  margin-top: 20px;
}
body .mm-menu .mm-navbar {
  height: 56px;
}
body .mm-menu .mm-navbar .mm-title {
  font-weight: bold;
  color: #4a4a4a !important;
  font-size: 14px;
  line-height: 37px;
}
body .mm-menu .mm-next:after {
  border-color: rgba(0, 0, 0, 0.58);
}
body .mm-menu .mm-prev:before {
  content: "";
  border-top: 0;
  border-left: 0;
  display: block;
  width: 16px;
  height: 18px;
  top: 15px;
  left: 19px;
  transform: none !important;
  background: url("assets/img/path.png") no-repeat 0 0;
}
body #mm-blocker {
  height: 110%;
  top: -5%;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.4) inset;
}
@media all and (min-width: 550px) {
  body html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-346px, 0);
    -ms-transform: translate(-346px, 0);
    transform: translate(-346px, 0);
    -webkit-transform: translate3d(-346px, 0, 0);
    transform: translate3d(-346px, 0, 0);
  }
}
@media (max-width: 1140px) {
  body #header .top,
  body #header .menu-main,
  body #header .menu-new {
    display: none;
  }
  body .header__main .header--account,
  body .header__main .header--search,
  body .header__main .header--cart,
  body .header__main .hamburger {
    display: block;
  }
  body .header__main .header__logo {
    position: relative !important;
    margin: 0 auto;
    left: auto !important;
    top: auto !important;
    padding: 10px 0;
  }
}
body footer {
  background-color: #fff6f1;
  padding-top: 50px;
  -webkit-font-smoothing: antialiased !important;
}
body footer .container {
  font-size: 0;
  justify-content: space-between;
}
body footer .container .col--links,
body footer .container .col--social {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
}
body footer .container .col--links {
  width: auto;
}
body footer .container .col--links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body footer .container .col--links ul li {
  margin-bottom: 11px !important;
  line-height: 20px;
}
body footer .container .col--links ul li a {
  font: 14px/20px "Open Sans", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased !important;
  color: #000 !important;
}
body footer .container .col--links ul li.li--title a {
  letter-spacing: 1px;
  font-size: 20px !important;
  line-height: 30px !important;
  margin: 0 0 12px;
  display: block;
}
body footer .container .col--social {
  width: 40%;
  float: right;
}
body footer .container .col--social .cosmoprof {
  float: right;
  clear: right;
  text-align: right;
  margin-bottom: 25px;
}
body footer .container .col--social .social-networks {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
}
body footer .container .col--social .social-networks li {
  float: left;
  margin: 0 10px;
}
body footer .container .col--social .social-networks li a i.fa {
  font-size: 25px !important;
  color: black;
}
body footer .taneasy-warranty {
  float: none !important;
  clear: right !important;
  text-align: right !important;
  margin-top: 15px !important;
}
body footer .taneasy-warranty a {
  color: #000000 !important;
  font: 12px "Open Sans", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px;
  text-align: right;
}
body footer .footer__bot {
  font: 12px/35px "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #4a4a4a !important;
  background: #fff;
}
body footer .footer__bot a {
  color: #000 !important;
  font: 12px/35px "Open Sans", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
}
body footer .footer__bot .country-selector-wrapper,
body footer .footer__bot .text {
  display: inline-block;
}
body footer .footer__bot .country-selector-wrapper {
  margin-right: 20px;
}
body footer #menu-footer-menu {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
body footer #menu-footer-menu li {
  font-size: 11px;
  line-height: 35px;
  display: inline-block;
  margin-left: 20px;
  min-width: 30px;
}
body footer .footer-mobile {
  display: none;
}
body footer .footer-mobile ul.footer-mobile__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
body footer .footer-mobile ul.footer-mobile__menu li {
  margin-bottom: 17px;
}
body footer .footer-mobile ul.footer-mobile__menu li a {
  color: #4a4a4a;
  text-transform: uppercase;
  font: 14px/18px "Open Sans", Helvetica, Arial, sans-serif !important;
  letter-spacing: 2.2px;
}
body footer .footer-mobile .footer-mobile__social {
  padding: 30px 0;
  margin: 40px 0;
  border: 1px solid #c9c8c8;
  border-width: 1px 0;
  text-align: center;
}
body footer .footer-mobile .footer-mobile__social p {
  font: 21px/26px "Bodoni 72", "Bodoni", Georgia, serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
body footer .footer-mobile .footer-mobile__social .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}
body footer .footer-mobile .footer-mobile__social .social-networks li {
  margin: 0 15px;
  display: inline-block;
}
body footer .footer-mobile .footer-mobile__social .social-networks li a i.fa {
  font-size: 25px !important;
  color: black;
}
body footer .footer-mobile .footer-mobile__cosmo {
  text-align: center;
  padding-bottom: 50px;
}
body footer .footer-mobile .footer-mobile__cosmo p {
  color: #4a4a4a;
  font: 14px/20px "Open Sans", Helvetica, Arial, sans-serif !important;
}
@media (max-width: 1023px) {
  body footer .footer-top {
    display: none !important;
  }
  body footer .footer-mobile {
    display: block;
  }
  body footer .footer__bot {
    text-align: center;
    padding: 5px 0 15px;
  }
  body footer .footer__bot #menu-footer-menu {
    display: none;
  }
  body footer .footer__bot a {
    display: block;
    line-height: 15px !important;
    margin-right: 0 !important;
  }
  body footer .footer__bot .text {
    float: none;
    font-size: 9px;
    line-height: 15px;
    display: block;
  }
  body footer .footer__bot .country-selector {
    margin-right: 0 !important;
    line-height: 20px;
    font: 12px/15px "Open Sans", Helvetica, Arial, sans-serif !important;
  }
}
body .very-bottom-footer {
  display: flex;
  border-top: 1px solid #ddd;
  flex-basis: 100%;
  justify-content: center;
  flex-flow: row wrap;
  background: #303030;
  width: 100%;
  text-transform: uppercase;
}
body .very-bottom-footer .container {
  -webkit-font-smoothing: initial;
}
body .very-bottom-footer .container .footer-text {
  text-transform: none;
  font-size: 11px;
  line-height: 35px;
  display: block;
  color: #878787;
  overflow: auto;
  float: left;
}
body .very-bottom-footer .container .footer-text .brands {
  float: left;
  margin-bottom: 0;
}
body .very-bottom-footer .container .footer-text .brands .flag {
  width: 20px;
  margin-right: 5px;
}
body .very-bottom-footer .container .footer-text .brands .country-selector {
  margin: 0 20px 0 0;
  color: #4a4a4a !important;
  letter-spacing: 0;
  font: 12px/35px Open Sans, Helvetica, Arial, sans-serif !important;
}
body .very-bottom-footer .container .footer-text .copyright {
  float: right;
  margin-bottom: 0;
}
body .very-bottom-footer .container .bottom-footer-menu {
  text-align: center;
  float: right;
}
body .very-bottom-footer .container .bottom-footer-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .very-bottom-footer .container .bottom-footer-menu .menu li {
  font-size: 11px;
  line-height: 35px;
  display: inline-block;
  margin-left: 20px;
  min-width: 30px;
}
body .very-bottom-footer .container .bottom-footer-menu .menu li a,
body .very-bottom-footer .container .bottom-footer-menu .menu li span {
  color: #878787;
}
body .very-bottom-footer .container .bottom-footer-menu .menu li a:hover {
  text-decoration: underline;
}
body .mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #fff;
}
body .mm-listview > li:not(.mm-divider):after {
  display: none;
}
body .ul--search li {
  padding: 10px 22px 10px 35px;
}
body .ul--search form {
  width: 100%;
  position: relative;
  max-width: 310px;
}
body .ul--search input {
  border: none;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding: 2px 36px 6px 4px;
  border-radius: 0;
}
body .ul--search button {
  position: absolute;
  right: 2px;
  top: -2px;
  border: none;
  overflow: hidden;
  text-indent: 200%;
  padding: 9px;
  width: 34px;
  height: 34px;
  background: url("assets/img/icons-new-search.png") no-repeat center;
  cursor: pointer;
}
body .mmenu-topnav .county-selector {
  text-transform: uppercase;
}
body .mm-panels > .mm-panel > .mm-listview {
  margin: 0 0 19px;
}
body #header .header-panel .header--account,
body #header .header-panel .header--search,
body #header .header-panel .header--cart,
body #header .header-panel .hamburger {
  display: none;
  position: absolute;
  z-index: 9;
  top: 21px;
}
body #header .header-panel .header--account {
  right: 20px;
}
body #header .header-panel .header--account img {
  width: 24px;
}
body #header .header-panel .header--search {
  left: 80px;
}
body #header .header-panel .header--search img {
  width: 22px;
}
body #header .header-panel .header--cart {
  right: 80px;
}
body #header .header-panel .header--cart img {
  width: 22px;
}
body #header .header-panel .hamburger {
  right: 20px;
}
body #header .header-panel .hamburger img {
  width: 22px;
}
body #header .header-panel a {
  display: block;
}
body #header .header-panel img {
  height: auto;
}
body #header .top {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
body #header .top .brands ul li a div {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  margin: 7px 16px;
}
body #header .top .brands ul li a div.bclean-brand {
  width: 55px;
  background: url("assets/img/bclean-logo-top.png");
  background-size: 55px;
  background-position: 0px 0;
}
body #header .top .brands ul li a div.bclean-brand:hover {
  background-position: 0 -14px;
}
body #header .top .brands ul li a div.minetan-brand {
  width: 31px;
  background: url("assets/img/mine-logo-top.png");
  background-size: 31px;
}
body #header .top .brands ul li a div.minetan-brand:hover {
  background-position: 0 -17px;
}
body #header .top .brands ul li a div.btan-brand {
  width: 37px;
  background-position: -115px -5px;
}
body #header .top .brands ul li a div.btan-brand:hover {
  background-position: -115px -31px;
}
body #header .top .brands ul li a div.bfresh-brand {
  width: 52px;
  background: url("assets/img/bfresh-logo-top.png");
  background-size: 52px;
  background-position: 0px 1px;
}
body #header .top .brands ul li a div.bfresh-brand:hover {
  background-position: 0 -14px;
}
body #header .top .brands ul li a div.privatelabel-brand {
  width: 74px;
  background-position: -221px -5px;
}
body #header .top .brands ul li a div.privatelabel-brand:hover {
  background-position: -221px -30px;
}
body #header .header-promo {
  background-color: #fff6f1;
  color: #bd7e5c;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 20px;
  height: 38px;
  box-sizing: border-box;
}
body #header .header-promo p {
  margin: 0;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 1.2px;
  font-weight: 600;
}
body #header .header-promo a {
  color: #bd7e5c;
  text-decoration: underline;
}
body #header .header-promo .mobile {
  display: none;
}
body #header .header-promo.fix-sticky {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
}
body #header .header-promo .keyword,
body #header .header-promo p {
  margin: 0;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 1.2px;
  font-weight: 600;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body #header .header-promo .keyword:last-child,
body #header .header-promo p:last-child {
  margin-bottom: 0;
}
body #header .header-promo a {
  color: #9028a9;
  text-decoration: underline;
}
body #header .header-promo .mobile {
  display: none !important;
}
body #header .header-promo .rotator-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
body #header .header-promo .txt-rotate-keywords {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
body #header .header-promo .txt-rotate-keywords .keyword {
  display: inline-block;
  position: absolute;
  left: 0;
  top: auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 28px;
}
body #header .header-promo .txt-rotate-keywords .keyword:first-child {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
}
@media (max-width: 479px) {
  body #header .header-promo .desktop {
    display: none !important;
  }
  body #header .header-promo .mobile {
    display: block !important;
  }
  .lang-se body #header .header-promo p,
  .lang-se body #header .header-promo .keyword, .lang-pl body #header .header-promo p,
  .lang-pl body #header .header-promo .keyword, .lang-nl body #header .header-promo p,
  .lang-nl body #header .header-promo .keyword, .lang-fr body #header .header-promo p,
  .lang-fr body #header .header-promo .keyword, .lang-de body #header .header-promo p,
  .lang-de body #header .header-promo .keyword {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
@media (max-width: 374px) {
  body #header .header-promo .keyword,
  body #header .header-promo p {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
body #header .wrapper {
  position: relative;
}
body #header .header-panel-desktop:after {
  content: "";
  display: block;
  clear: both;
}
body #header .header-panel-desktop .panel-item {
  float: left;
}
body #header .header-panel-desktop .panel-item.panel-left, body #header .header-panel-desktop .panel-item.panel-right {
  width: 30%;
}
body #header .header-panel-desktop .panel-item.panel-center {
  width: 40%;
}
body #header .header-panel-desktop .panel-item.panel-right {
  text-align: right;
}
body #header .header-panel-desktop .panel-item.panel-right .country-selector-flag {
  width: 40px;
  display: inline-block;
}
body #header .header-panel-desktop .panel-item.panel-right .country-selector-flag img {
  margin-top: 2px !important;
  border: 1px solid #e9e9e9;
}
body #header .header-panel-desktop .panel-item.panel-right #customer_login_link {
  background: url("https://minetanbodyskin.com/wp-content/themes/minetan/assets/img/icons-new-profile.png") no-repeat;
  background-size: contain;
  display: inline-block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
body #header .header-panel-desktop .panel-item.panel-right .cart-icon {
  position: relative;
}
body #header .header-panel-desktop .panel-item.panel-right .cart-icon .cartcount {
  width: 20px;
  height: 20px;
  background-color: #00aaa6;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  right: -7px;
  bottom: -6px;
}
body #header .header-bottom {
  position: relative;
}
body #header .header-bottom.fix-sticky {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 38px;
  background: #fff;
}
body #header .header-bottom.fix-sticky .panel-item.panel-center .logo {
  width: 128px;
  margin: 28px auto 0;
}
body #header .header-bottom.fix-sticky .menu-new {
  padding-top: 14px;
}
body #header .menu-new {
  padding-top: 16px;
}
@media (max-width: 767px) {
  body #header .header-panel .header--account,
  body #header .header-panel .header--search,
  body #header .header-panel .header--cart,
  body #header .header-panel .hamburger {
    display: block;
  }
  body #header .header-panel .hamburger {
    left: 20px;
    right: auto;
  }
}
body .menu-toggle {
  position: absolute;
  z-index: 3;
  width: 22px;
  height: 30px;
  cursor: pointer;
  top: 31px;
  left: 38px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
body .menu-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
  border-radius: 2px;
}
body .menu-toggle span:before, body .menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  left: 0;
  background-color: #000;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  border-radius: 2px;
}
body .menu-toggle span:before {
  top: -8px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
body .menu-toggle span:after {
  bottom: -8px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}
body .site-header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
body .site-header .menu li {
  position: relative;
  /*&#menu-item-11034:after {
      background-image: url('../img/redesign2020/underline-189.png');
  }
  &#menu-item-11036:after {
      background-image: url('../img/redesign2020/underline-206.png');
  }*/
}
body .site-header .menu li a {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, serif;
}
body .site-header .menu li:after {
  content: "";
  display: block;
  background: url("../img/redesign2020/menu-underline.png") no-repeat center;
  background-size: contain;
  position: absolute;
  width: 116%;
  height: 9px;
  left: -10%;
  bottom: -1px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
body .site-header .menu li:hover:after {
  opacity: 1;
}
body .header-promo {
  background-color: #eec9d2;
}
body .header-promo a {
  color: inherit;
}
body .header-promo .container:after {
  content: "";
  display: block;
  clear: both;
}
body .header-promo .container > .column {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 9px 0 4px;
}
body .header-promo .container > .column p {
  margin: 0;
}
body .header-promo .container > .column p:first-of-type {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1.3px;
}
body .header-promo .container > .column p:last-of-type {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 1px;
}
body .header-promo .container > .column p a {
  text-decoration: underline;
}
body .header-promo .container > .column:nth-of-type(2) {
  position: relative;
}
body .header-promo .container > .column:nth-of-type(2):after, body .header-promo .container > .column:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 36px;
  background-color: #060d13;
  left: 0;
  top: 11px;
}
body .header-promo .container > .column:nth-of-type(2):after {
  left: auto;
  right: 0;
}
body .new-mobile-menu {
  padding-top: 0 !important;
}
body .new-mobile-menu .mmenu-topnav {
  border-bottom: none !important;
  padding: 22px 21px 16px 35px;
  margin: -20px 0 22px !important;
}
body .new-mobile-menu .mmenu-topnav:after {
  content: "";
  display: block;
  clear: both;
}
body .new-mobile-menu .mmenu-topnav > li {
  float: left;
  width: 50%;
}
body .new-mobile-menu .mmenu-topnav > li:after {
  display: none;
}
body .new-mobile-menu .mmenu-topnav > li > a {
  padding: 0;
}
body .new-mobile-menu .mmenu-topnav a.country-indicator {
  padding: 3px 0 0;
}
body .new-mobile-menu .mmenu-topnav a.country-indicator span {
  position: relative;
  padding-right: 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  vertical-align: top;
  font-family: "proxima-nova", sans-serif;
}
body .new-mobile-menu .mmenu-topnav a.country-indicator span:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -7px;
  transform: rotate(-135deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 9px;
  height: 9px;
}
body .new-mobile-menu .mmenu-topnav a.country-indicator img {
  width: 46px;
  float: left;
  margin-right: 10px;
  border: 1px solid #e9e9e9;
}
body .new-mobile-menu .mmenu-topnav .close-menu {
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  float: right;
  cursor: pointer;
  position: relative;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
body .new-mobile-menu .mmenu-topnav .close-menu:before, body .new-mobile-menu .mmenu-topnav .close-menu:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0%;
  margin-top: -1px;
  background: #000;
}
body .new-mobile-menu .mmenu-topnav .close-menu:before {
  transform: rotate(45deg);
}
body .new-mobile-menu .mmenu-topnav .close-menu:after {
  transform: rotate(-45deg);
}
body .new-mobile-menu .mm-listview > li > a,
body .new-mobile-menu .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0;
}
body .new-mobile-menu .mm-listview .mm-next + a,
body .new-mobile-menu .mm-listview .mm-next + span {
  margin-right: 50px;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li {
  margin: 0 0 9px !important;
}
body .new-mobile-menu.mm-panel.mm-hasnavbar .mm-navbar {
  display: none;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) {
  border-color: #ddd;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav).ul--login-2.mm-listview > li {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  padding: 5px 20px 5px 35px;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav).ul--login-2.mm-listview > li > a {
  display: inline;
  text-transform: none;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav).ul--search.mm-listview li {
  margin: 0;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav).ul--search.mm-listview li input:not([type=submit]) {
  border: none;
  width: 100% !important;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 24px;
  height: auto;
  border-bottom: 1px solid #000;
  padding: 2px 36px 6px 4px;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav).ul--search.mm-listview form {
  max-width: 100%;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) .sub-menu {
  margin: 14px 0 20px;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) .mm-next {
  width: 100%;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) .mm-next:before {
  display: none;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) .mm-next:after {
  transform: rotate(-135deg);
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  width: 15px;
  height: 15px;
  right: 27px;
  bottom: 6px;
  transition: all 300ms ease-in-out;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li {
  background: none;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li:hover > a:not(.mm-next):before {
  opacity: 1;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li > a:not(.mm-next) {
  position: relative;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li > a:not(.mm-next):before {
  content: "";
  display: block;
  width: 56px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 30px;
  background: url("assets/img/menu-underline.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li.mm-opened > a.mm-next:after {
  right: 27px;
  bottom: -10px;
  transform: rotate(45deg);
  transition: all 300ms ease-in-out;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li > a {
  color: #000;
  background: none !important;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 10px 10px 35px;
  z-index: 1;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li > a:before {
  width: 71px;
  background-image: url("assets/img/underline-71.png");
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li .mm-panel.mm-vertical {
  background: #fff !important;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li .mm-panel.mm-vertical li > a {
  font-weight: 600;
  color: #3c3c3c;
  padding: 12px 10px 11px 50px;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li .mm-panel.mm-vertical li > a:hover, body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li .mm-panel.mm-vertical li > a:focus, body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li .mm-panel.mm-vertical li > a:active {
  text-decoration: underline;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li .mm-panel.mm-vertical li > a:last-child:after {
  display: none;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li:hover > a:not(.mm-next):before {
  opacity: 1;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li#menu-item-11099 > a:not(.mm-next):before {
  width: 71px;
  background-image: url("assets/img/underline-71.png");
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li#menu-item-11136 > a:not(.mm-next):before {
  width: 189px;
  background-image: url("assets/img/underline-189.png");
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li#menu-item-11116 > a:not(.mm-next):before {
  width: 261px;
  background-image: url("assets/img/underline-261.png");
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li#menu-item-15093 > a:not(.mm-next):before {
  width: 284px;
  height: 11px;
  background-image: url("assets/img/underline-261.png");
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li#menu-item-11910 > a:not(.mm-next):before {
  width: 177px;
  background-image: url("assets/img/underline-189.png");
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li#menu-item-11125 > a:not(.mm-next):before {
  width: 132px;
  background-image: url("assets/img/underline-132.png");
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li#menu-item-11140 > a:not(.mm-next):before {
  width: 71px;
  background-image: url("assets/img/underline-71.png");
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li#menu-item-11151 > a:not(.mm-next):before {
  width: 206px;
  background-image: url("assets/img/underline-206.png");
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li > a:not(.mm-next):before {
  content: "";
  display: block;
  width: 56px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 30px;
  background: url("assets/img/menu-underline.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) .mm-vertical .mm-panel {
  padding: 0;
  background: none;
}
@media (max-width: 479px) {
  body .new-mobile-menu .mmenu-topnav {
    padding-left: 25px;
  }
  body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.mmenu-topnav).ul--login-2.mm-listview > li, body .new-mobile-menu > .mm-listview:not(.mmenu-topnav).ul--search.mm-listview li {
    padding-left: 25px;
  }
  body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li > a:not(.mm-next):before {
    left: 22x;
  }
  body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li > a {
    padding-left: 25px;
  }
}
@media (max-width: 459px) {
  body .new-mobile-menu .mmenu-topnav {
    padding-left: 20px;
  }
  body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.mmenu-topnav).ul--login-2.mm-listview > li, body .new-mobile-menu > .mm-listview:not(.mmenu-topnav).ul--search.mm-listview li {
    padding-left: 20px;
  }
  body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login-2) > li > a:not(.mm-next):before {
    left: 16px;
  }
  body .new-mobile-menu > .mm-listview:not(.mmenu-topnav) > li > a {
    padding-left: 20px;
  }
}
body .footer-top .container {
  display: flex;
  margin: 0;
  font-size: inherit;
}
body .footer-top .container .col--subscribe {
  padding-right: 24px;
}
body .footer-top .container .col--subscribe h3 {
  margin: 0 0 5px;
}
body .footer-top .container .col--social {
  width: auto;
}
body .footer-top .container .col--social h3 {
  margin: 0 0 14px;
}
body .footer-top .container .col--social .social-networks {
  float: none;
  margin: 0 0 24px;
}
body .footer-top .container .col--social .social-networks li:first-child {
  margin-left: -2px;
}
body .footer-top .container .col--social .social-networks li:last-child {
  margin-right: 0;
}
body .footer-top .container .col--social .social-networks li a i.fa {
  font-size: 27px !important;
}
body .footer-top .container .col--social .social-networks li a.linkedin i.fa {
  font-size: 25px !important;
}
body .footer-top .container .col--social .social-networks li a.youtube i.fa {
  font-size: 24px !important;
}
body .footer-top .container .col--social .social-networks li a.twitter i.fa {
  font-size: 28px !important;
}
body .footer-top .container .col--social .social-networks li a.tiktok img {
  width: 20px;
  margin-top: 2px;
  height: auto;
}
body .footer-top .container .col--social > img {
  width: 103px;
  height: auto;
}
body .site-footer .container .col--links ul li.li--title a,
body .site-footer .container .footer-top h3,
body .site-footer .container .footer-mobile h3 {
  color: #000000;
  font-size: 20px !important;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Bodoni 72" !important;
}
body .footer-mobile h3 {
  text-align: center;
  margin-bottom: 15px;
}
body .footer-mobile .klaviyo-form {
  margin: 0 auto;
}
body .footer-mobile .wrapper .footer-mobile__social .social-networks li {
  vertical-align: top;
  margin: 0 6px;
}
body .footer-mobile .wrapper .footer-mobile__social .social-networks li a.tiktok img {
  width: 20px;
  height: auto;
}
body .footer-mobile__proud {
  margin-bottom: 35px;
}
body .footer-mobile__proud img {
  display: block;
  margin: 10px auto;
  width: 145px;
  height: auto;
}
body.minetan-2023 {
  /* common */
  /*** Product item ***/
  /*@import "pages/_mph";*/
  /* warranty forms start */
  /* warranty forms end */
  /*@import "pages/_panels";*/
}
body.minetan-2023 .site-header .header-top {
  padding: 0;
  position: relative;
  background: #fff;
}
body.minetan-2023 .site-header .header-top .container {
  max-width: none;
}
body.minetan-2023 .site-header .header-top .container .top {
  border-bottom: none;
  height: auto;
  padding: 0;
}
body.minetan-2023 .site-header .header-top .container .top .brands ul li {
  border-bottom: 1px solid #ddd;
}
body.minetan-2023 .site-header .header-top .container .top .brands ul li a div {
  float: left;
  height: 15px;
  margin: 7px 16px;
  background: url("assets/img/logos-combo.png");
  background-size: auto 57px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
body.minetan-2023 .site-header .container {
  width: 100%;
  max-width: 1400px;
}
body.minetan-2023 .site-header .header-promo {
  background-color: #ddf1f0;
  color: #e85859;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
  height: 38px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  body.minetan-2023 .site-header .header-promo {
    height: 46px;
    padding: 8px 0;
  }
}
body.minetan-2023 .site-header .header-promo.fix-sticky {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
}
body.minetan-2023 .site-header .header-promo .keyword,
body.minetan-2023 .site-header .header-promo p {
  margin: 0;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.6px;
  font-weight: 700;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
}
@media (min-width: 1024px) {
  body.minetan-2023 .site-header .header-promo .keyword,
  body.minetan-2023 .site-header .header-promo p {
    font-size: 20px;
    line-height: 30px;
  }
  body.minetan-2023 .site-header .header-promo .keyword span,
  body.minetan-2023 .site-header .header-promo p span {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    color: #2d2a26;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .site-header .header-promo .keyword,
  body.minetan-2023 .site-header .header-promo p {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
body.minetan-2023 .site-header .header-promo .keyword:last-child,
body.minetan-2023 .site-header .header-promo p:last-child {
  margin-bottom: 0;
}
body.minetan-2023 .site-header .header-promo a {
  color: #bd7e5c;
  text-decoration: underline;
}
body.minetan-2023 .site-header .header-promo .rotator-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
body.minetan-2023 .site-header .header-promo .txt-rotate-keywords {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
body.minetan-2023 .site-header .header-promo .txt-rotate-keywords .keyword {
  display: inline-block;
  position: absolute;
  left: 0;
  top: auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 28px;
}
@media (min-width: 1024px) {
  body.minetan-2023 .site-header .header-promo .txt-rotate-keywords .keyword {
    height: 30px;
  }
}
body.minetan-2023 .site-header .header-promo .txt-rotate-keywords .keyword:first-child {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
}
body.minetan-2023 .site-header .header-promo .mobile {
  display: none !important;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left {
  width: 30%;
  padding: 28px 0 28px 84px;
  height: 88px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left {
    padding-left: 70px;
    width: calc(50% - 75px);
  }
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left .country-selector {
  height: 32px;
  width: auto;
  border-radius: 5px;
  border: 1px solid rgba(144, 145, 146, 0.5);
  position: relative;
  padding-right: 25px;
  float: left;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left .country-selector:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 8px;
  top: 11px;
  right: 7px;
  background: url("assets/img/switcher-dropdown.svg") no-repeat;
  background-size: contain;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left .country-selector img {
  width: auto;
  height: 32px;
  top: -1px;
  z-index: 1;
  position: relative;
  left: -1px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left .nav-search {
  margin-left: 38px;
  width: 30px;
  height: 32px;
  float: left;
  transition: all 300ms ease-out;
  overflow: hidden;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left .nav-search.focused, body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left .nav-search:hover {
  width: 184px;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left .nav-search .icon-search {
  width: 22px;
  height: 22px;
  display: none;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left .nav-search .search-bar {
  display: block !important;
  padding-left: 0;
  padding-right: 34px;
  border: none;
  position: absolute;
  right: 0;
  width: 185px;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left .nav-search .search-bar input.input-group-field {
  border-bottom: 1px solid #2d2a26;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left .nav-search .search-bar .input-group-btn {
  left: auto;
  right: 0;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-left .nav-search .search-bar .input-group-btn input.btn {
  width: 23px;
  height: 23px;
  background-image: url("assets/img/m23-icon-search.svg");
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-center {
  width: 40%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-center {
    width: 150px;
  }
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right {
  width: 30%;
  text-align: right;
  padding: 28px 23px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right {
    width: calc(50% - 75px);
  }
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right > a {
  margin-left: 20px;
  height: 24px;
  width: 22px;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right > a img {
  vertical-align: top;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right > a:nth-of-type(2) {
  padding-top: 4px;
  width: 25px !important;
  height: 24px !important;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right > a:nth-of-type(3) {
  padding-top: 1px;
  width: 22px;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .ls-sw-dropdown {
  border-radius: 5px;
  border: 1px solid rgba(144, 145, 146, 0.5);
  margin-right: 10px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .ls-sw-dropdown {
    margin-right: 0;
  }
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .ls-sw-dropdown .active:after {
  border: none;
  width: 12px;
  height: 8px;
  right: 14px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: url("switcher-dropdown.svg") no-repeat;
  background-size: contain;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .ls-sw-dropdown .active a {
  padding: 4px 42px 2px 15px;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .ls-sw-dropdown .ls-icon {
  display: none;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .ls-sw-dropdown .ls-text {
  display: inline-block;
  color: #2D2A26;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: 24px;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .lsn-switcher .lsn-select__list {
  position: absolute;
  display: none;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .lsn-switcher .lsn-select__list.lsn-select__list--show {
  display: block;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .shopify-localization-form .disclosure {
  margin-right: 14px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .shopify-localization-form .disclosure {
    margin-right: 0;
  }
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .shopify-localization-form .disclosure .disclosure__button {
  border-radius: 5px;
  border: 1px solid rgba(144, 145, 146, 0.5);
  background: none;
  -webkit-appearance: none;
  position: relative;
  padding: 2px 41px 0px 15px;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 28px;
  height: 32px;
  overflow: hidden;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .shopify-localization-form .disclosure .disclosure__button svg {
  display: none;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .shopify-localization-form .disclosure .disclosure__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  border: none;
  width: 12px;
  height: 9px;
  right: 14px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: url("switcher-dropdown.svg") no-repeat;
  background-size: contain;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .shopify-localization-form .disclosure .disclosure__list {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: #FEFCFB;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .shopify-localization-form .disclosure .disclosure__list li {
  margin: 0;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .shopify-localization-form .disclosure .disclosure__list li a {
  color: #2D2A26;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: 24px;
  padding: 0 15px;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right #customer_login_link {
  width: 26px;
  height: 23px;
}
body.minetan-2023 .site-header .header-panel-desktop .panel-item.panel-right .cart-icon .cartcount {
  background-color: #d3a68e;
}
@media (max-width: 767px) {
  body.minetan-2023 .site-header .header-panel-desktop {
    display: none;
  }
}
body.minetan-2023 .site-header .header-bottom {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
body.minetan-2023 .site-header .header-bottom .container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  body.minetan-2023 .site-header .header-bottom > .container {
    display: none;
  }
}
body.minetan-2023 .site-header .header-bottom .logo {
  display: block;
  width: 107px;
  height: 57px;
  margin: 16px auto 36px;
  position: relative;
}
@media (max-width: 1023px) {
  body.minetan-2023 .site-header .header-bottom .logo {
    margin-bottom: 16px;
  }
}
body.minetan-2023 .site-header .header-bottom .logo:after {
  content: "";
  display: block;
  background: url("assets/img/m23-menu-highlight.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  width: 0;
  height: 9px;
  left: 50%;
  bottom: -11px;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
body.minetan-2023 .site-header .header-bottom .logo:hover:after {
  left: -2px;
  width: 100%;
  opacity: 1;
}
body.minetan-2023 .site-header .header-bottom.fix-sticky {
  position: fixed;
}
body.minetan-2023 .site-header .header-bottom.fix-sticky .logo {
  width: 107px;
  margin: 16px auto 16px;
}
body.minetan-2023 .site-header .header-bottom .menu-toggle {
  position: absolute;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  top: 29px;
  left: 31px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
body.minetan-2023 .site-header .header-bottom .menu-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
  border-radius: 2px;
}
body.minetan-2023 .site-header .header-bottom .menu-toggle span:before {
  top: -10px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
body.minetan-2023 .site-header .header-bottom .menu-toggle span:after {
  bottom: -10px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}
body.minetan-2023 .site-header .header-bottom .menu-toggle span:before, body.minetan-2023 .site-header .header-bottom .menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  left: 0;
  background-color: #000;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  border-radius: 2px;
}
body.minetan-2023 .site-header .header-panel img {
  display: inline-block;
  vertical-align: top;
}
body.minetan-2023 .site-header .header-panel .header--account,
body.minetan-2023 .site-header .header-panel .header--search,
body.minetan-2023 .site-header .header-panel .header--cart,
body.minetan-2023 .site-header .header-panel .hamburger {
  top: 21px;
}
body.minetan-2023 .site-header .header-panel .header--search img {
  width: 22px;
}
body.minetan-2023 .site-header .header-panel .hamburger img {
  width: 22px;
}
body.minetan-2023 .site-header .header-panel .header--cart img {
  width: 22px;
}
body.minetan-2023 .site-header .header-panel .header--account a {
  width: 24px;
  height: 22px;
}
body.minetan-2023 .site-header .header-panel .cart-icon .cartcount {
  background-color: #d3a68e;
}
body.minetan-2023 .site-header .header-panel .row {
  padding: 14px 0;
}
body.minetan-2023 .site-header .header-panel .row .header-logo {
  display: block;
  margin: 2px auto -2px;
  width: 65px;
  padding: 0;
  float: none;
}
body.minetan-2023 .site-header .header-panel .row .header-logo a img {
  width: 65px;
  display: block;
}
@media (max-width: 767px) {
  body.minetan-2023 .site-header .header-panel .cart-icon .cartcount {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    color: #fff;
    font-size: 8px;
    position: absolute;
    right: -4px;
    bottom: -5px;
  }
}
body.minetan-2023 .site-header .menu-main {
  width: 100%;
  list-style: none;
  margin: 0 auto 15px;
  max-width: 1160px;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1023px) {
  body.minetan-2023 .site-header .menu-main {
    display: none;
  }
}
body.minetan-2023 .site-header .menu-main li {
  display: flex;
  position: relative;
}
body.minetan-2023 .site-header .menu-main li:after {
  content: "";
  display: block;
  background: url("assets/img/m23-menu-highlight.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  width: 0;
  height: 9px;
  left: 50%;
  bottom: 2px;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
body.minetan-2023 .site-header .menu-main li:hover:after {
  left: 16px;
  width: calc(100% - 32px);
  opacity: 1;
}
@media (max-width: 1140px) {
  body.minetan-2023 .site-header .menu-main li:hover:after {
    left: 12px;
    width: calc(100% - 24px);
  }
}
body.minetan-2023 .site-header .menu-main li.shade-finder a {
  border-radius: 4px;
  background: #fceae6;
}
body.minetan-2023 .site-header .menu-main li a {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  padding: 9px 16px;
}
@media (max-width: 1140px) {
  body.minetan-2023 .site-header .menu-main li a {
    font-size: 15px;
    letter-spacing: 0;
    padding: 9px 12px;
  }
}
body.minetan-2023 .site-header .menu-main li a:hover {
  text-decoration: none;
}
body.minetan-2023 .site-header .menu-main li#mit-shade-finder a {
  border-radius: 4px;
  background: #fceae6;
}
body.minetan-2023 .site-footer {
  background-color: #FBCBC4;
  padding-top: 50px;
  -webkit-font-smoothing: antialiased !important;
}
body.minetan-2023 .site-footer .wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
body.minetan-2023 .site-footer .container {
  padding: 0;
}
body.minetan-2023 .site-footer .container:before {
  display: none;
}
body.minetan-2023 .site-footer #quickViewResponseData_CountrySelector .country-selector li a:hover {
  border-color: #d3a68e;
}
body.minetan-2023 .site-footer .footer-top {
  padding-top: 50px !important;
}
body.minetan-2023 .site-footer .footer-top .row {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: inherit;
}
body.minetan-2023 .site-footer .footer-top .row:before, body.minetan-2023 .site-footer .footer-top .row:after {
  display: none;
}
body.minetan-2023 .site-footer .footer-top ul li a {
  color: #000 !important;
}
body.minetan-2023 .site-footer .footer-top .col--subscribe {
  padding-right: 24px;
}
body.minetan-2023 .site-footer .footer-top .col--subscribe h3 {
  margin: 0 0 5px;
}
body.minetan-2023 .site-footer .footer-top .col--links ul li {
  margin-bottom: 8px !important;
}
body.minetan-2023 .site-footer .footer-top .col--links ul li a {
  font: 13px/20px "proxima-nova", sans-serif !important;
}
body.minetan-2023 .site-footer .footer-top .col--links ul li:first-child {
  margin-bottom: 15px !important;
}
body.minetan-2023 .site-footer .footer-top .col--links ul li:first-child a {
  line-height: 30px !important;
}
body.minetan-2023 .site-footer .footer-top .col--links,
body.minetan-2023 .site-footer .footer-top .col--subscribe,
body.minetan-2023 .site-footer .footer-top .col--social {
  width: auto;
}
body.minetan-2023 .site-footer .footer-top .col--social [class*=" fa-"]:before {
  margin-right: 0;
}
body.minetan-2023 .site-footer .footer-top .col--social h3 {
  margin: 0 0 10px;
}
body.minetan-2023 .site-footer .footer-top .col--social .social-networks {
  float: none;
  margin: 0 0 24px;
  display: inline-block;
}
body.minetan-2023 .site-footer .footer-top .col--social .social-networks li {
  float: left;
  margin: 0 10px;
}
body.minetan-2023 .site-footer .footer-top .col--social .social-networks li:first-child {
  margin-left: -2px;
}
body.minetan-2023 .site-footer .footer-top .col--social .social-networks li:last-child {
  margin-right: 0;
}
body.minetan-2023 .site-footer .footer-top .col--social .social-networks li a i.fa {
  font-size: 27px !important;
}
body.minetan-2023 .site-footer .footer-top .col--social .social-networks li a.linkedin i.fa {
  font-size: 25px !important;
}
body.minetan-2023 .site-footer .footer-top .col--social .social-networks li a.youtube i.fa {
  font-size: 24px !important;
}
body.minetan-2023 .site-footer .footer-top .col--social .social-networks li a.twitter i.fa {
  font-size: 28px !important;
}
body.minetan-2023 .site-footer .footer-top .col--social .social-networks li a.tiktok img {
  width: 20px;
  margin-top: 2px;
  height: auto;
}
body.minetan-2023 .site-footer .footer-top .col--social > img {
  width: 94px;
  height: auto;
}
body.minetan-2023 .site-footer .footer-top .taneasy-warranty a {
  color: #000 !important;
}
body.minetan-2023 .site-footer .col--links ul li:first-child a,
body.minetan-2023 .site-footer .footer-top h3,
body.minetan-2023 .site-footer .footer-mobile h3 {
  color: #000000;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.72px;
  text-transform: none;
  font-family: "brandon-grotesque", sans-serif !important;
}
body.minetan-2023 .site-footer .footer-mobile h3 {
  text-align: center;
  margin-bottom: 15px;
}
body.minetan-2023 .site-footer .footer-mobile .footer-mobile__social {
  border-top: 1px solid #FEFCFB;
  border-bottom: 1px solid #FEFCFB;
  margin-bottom: 40px;
}
body.minetan-2023 .site-footer .footer-mobile .footer-mobile__social .social-networks li {
  vertical-align: top;
  margin: 0 6px;
}
body.minetan-2023 .site-footer .footer-mobile .footer-mobile__social .social-networks li a.tiktok img {
  width: 20px;
  height: auto;
}
body.minetan-2023 .site-footer .footer-mobile .footer-mobile .wrapper .footer-mobile__social .social-networks li {
  vertical-align: top;
  margin: 0 6px;
}
body.minetan-2023 .site-footer .footer-mobile .footer-mobile__proud {
  margin-bottom: 35px;
}
body.minetan-2023 .site-footer .footer-mobile .footer-mobile__proud img {
  display: block;
  margin: 10px auto;
  width: 145px;
  height: auto;
}
body.minetan-2023 .site-footer .klaviyo-form {
  max-width: 300px;
}
body.minetan-2023 .site-footer .klaviyo-form form {
  margin: 0 !important;
  padding: 0 !important;
}
body.minetan-2023 .site-footer .klaviyo-form form > div > div > div {
  padding: 0 !important;
}
body.minetan-2023 .site-footer .klaviyo-form form > div > div > div p {
  font-family: "proxima-nova", sans-serif !important;
  line-height: 22px !important;
  margin: 5px auto 16px !important;
}
body.minetan-2023 .site-footer .klaviyo-form form > div > div > div input {
  font-family: "proxima-nova", sans-serif !important;
  border-color: #fff !important;
  border-radius: 0 !important;
}
body.minetan-2023 .site-footer .footer-mobile__subscribe .klaviyo-form {
  max-width: none;
}
body.minetan-2023 .site-footer .footer-mobile__subscribe .klaviyo-form form {
  margin: 0 auto 25px !important;
  text-align: center;
}
body.minetan-2023 .site-footer .footer-mobile__subscribe .klaviyo-form form > div > div > div p {
  text-align: center !important;
}
body.minetan-2023 .site-footer .very-bottom-footer {
  padding: 0;
  background: #fff;
  border-top: none;
}
body.minetan-2023 .site-footer .very-bottom-footer img {
  display: inline;
}
body.minetan-2023 .site-footer .very-bottom-footer .country-selector {
  letter-spacing: 0;
}
body.minetan-2023 .site-footer .very-bottom-footer a {
  color: #000 !important;
}
body.minetan-2023 .site-footer .very-bottom-footer .container .bottom-footer-menu .menu li {
  margin-bottom: 0;
}
body.minetan-2023 .site-footer .very-bottom-footer .text {
  font: 12px/35px Open Sans, Helvetica, Arial, sans-serif !important;
  color: #4a4a4a !important;
}
body.minetan-2023 .wrapper,
body.minetan-2023 .container {
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
body.minetan-2023 .wrap {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
body.minetan-2023 .contain {
  margin: 0 auto;
  width: 1220px;
  padding: 0 20px;
  max-width: 100%;
}
body.minetan-2023 .main-content {
  background: #FEFCFB;
}
body.minetan-2023 .main-content .wrapper {
  max-width: 1300px;
  padding: 0 20px;
}
body.minetan-2023 .btn {
  background: #2D2A26;
  border-radius: 4px;
  border-width: 1px;
  color: #FEFCFB;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 19px;
  font-weight: 700;
  padding: 11px 12px;
  box-sizing: border-box;
}
body.minetan-2023 .btn.btn-outline {
  color: #2D2A26;
  background: #FEFCFB;
  border: 1px solid #2D2A26;
}
body.minetan-2023 .btn:hover, body.minetan-2023 .btn:active, body.minetan-2023 .btn:focus {
  color: #2D2A26;
  background-color: #F7BED8;
  border-color: #D67786;
}
body.minetan-2023 h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 1.68px;
}
@media (max-width: 767px) {
  body.minetan-2023 h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.96px;
  }
}
body.minetan-2023 h2 {
  font-family: "brandon-grotesque", sans-serif;
  color: #bd6d42;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.96px;
  line-height: 46px;
  text-transform: uppercase;
}
body.minetan-2023 h2 strong {
  font-size: 56px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.68px;
  line-height: 76px;
  display: block;
}
body.minetan-2023 h2 strong em {
  font-family: "Bayshore", sans-serif;
  font-size: 112px;
  font-weight: 400;
  line-height: 78px;
  font-style: normal;
  text-transform: none;
}
@media (max-width: 1279px) {
  body.minetan-2023 h2 {
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 34px;
  }
  body.minetan-2023 h2 strong {
    font-size: 48px;
    letter-spacing: 1.2px;
    line-height: 66px;
  }
  body.minetan-2023 h2 strong em {
    font-size: 92px;
    line-height: 66px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 h2 {
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 30px;
  }
  body.minetan-2023 h2 strong {
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 60px;
  }
  body.minetan-2023 h2 strong em {
    font-size: 84px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 h2 {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 26px;
  }
  body.minetan-2023 h2 strong {
    font-size: 36px;
    letter-spacing: 0.6px;
    line-height: 50px;
  }
  body.minetan-2023 h2 strong em {
    font-size: 72px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 h2 {
    font-size: 18px;
    line-height: 24px;
  }
  body.minetan-2023 h2 strong {
    font-size: 32px;
    letter-spacing: 0.4px;
    line-height: 46px;
  }
  body.minetan-2023 h2 strong em {
    font-size: 66px;
    line-height: 46px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 h2 {
    font-size: 17px;
  }
  body.minetan-2023 h2 strong {
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 44px;
  }
  body.minetan-2023 h2 strong em {
    font-size: 60px;
    line-height: 44px;
  }
}
body.minetan-2023 .product-item {
  padding: 0 20px;
  box-sizing: border-box;
  /* fix line wrap */
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  body.minetan-2023 .product-item {
    padding: 0 15px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .product-item {
    padding: 0 3px;
  }
}
body.minetan-2023 .product-item .product-image {
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
}
body.minetan-2023 .product-item .product-grid-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.minetan-2023 .product-item .product-grid-image img {
  max-height: 100%;
  width: auto;
}
body.minetan-2023 .product-item .product-grid-image .imgback {
  display: none;
}
body.minetan-2023 .product-item .hover,
body.minetan-2023 .product-item .item-swatch {
  display: none;
}
body.minetan-2023 .product-item .inner-top {
  /*background: #fffafa;*/
}
body.minetan-2023 .product-item .inner-top {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.minetan-2023 .product-item .product-bottom {
  display: flex;
  flex-direction: column;
  flex: 1;
}
body.minetan-2023 .product-item .product-bottom .product-bottom-hold {
  flex: 1;
}
body.minetan-2023 .product-item .product-bottom {
  padding: 0 0 33px;
  text-align: center;
  /* fix to up prices - start */
  /* fix to up prices - end */
}
body.minetan-2023 .product-item .product-bottom .stamped-badge {
  margin-left: -5px;
}
body.minetan-2023 .product-item .product-bottom .stamped-product-reviews-badge {
  text-align: left;
  margin-bottom: 17px;
  min-height: 26px;
}
body.minetan-2023 .product-item .product-bottom .stamped-product-reviews-badge .fa-star-half-o:before,
body.minetan-2023 .product-item .product-bottom .stamped-product-reviews-badge .fa-star-o:before,
body.minetan-2023 .product-item .product-bottom .stamped-product-reviews-badge .fa-star:before,
body.minetan-2023 .product-item .product-bottom .stamped-product-reviews-badge .stamped-fa-star-half-o:before,
body.minetan-2023 .product-item .product-bottom .stamped-product-reviews-badge .stamped-fa-star-o:before,
body.minetan-2023 .product-item .product-bottom .stamped-product-reviews-badge .stamped-fa-star:before {
  font-size: 30px;
  text-shadow: 1px 1px 1px #d67786;
  color: #f7bed8;
}
body.minetan-2023 .product-item .product-bottom .okeReviews-hide-star-number {
  text-align: left;
}
@media (max-width: 419px) {
  body.minetan-2023 .product-item .product-bottom .okeReviews-hide-star-number {
    font-size: 13px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .product-item .product-bottom .okeReviews-hide-star-number {
    font-size: 12px;
  }
}
body.minetan-2023 .product-item .product-bottom .okeReviews-hide-star-number .okeReviews-custom-star {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 146px;
  height: 29px;
  background-image: url("assets/img/m23-star-empty-v3.svg");
  background-repeat: repeat-x;
  background-size: 29px;
}
@media (max-width: 479px) {
  body.minetan-2023 .product-item .product-bottom .okeReviews-hide-star-number .okeReviews-custom-star {
    width: 100px;
    height: 20px;
    background-size: 20px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .product-item .product-bottom .okeReviews-hide-star-number .okeReviews-custom-star {
    width: 90px;
    height: 18px;
    background-size: 18px;
  }
}
body.minetan-2023 .product-item .product-bottom .okeReviews-hide-star-number .okeReviews-custom-star .okeReviews-custom-star-rating {
  display: block;
  background-image: url("assets/img/m23-star-full-v3.svg");
  background-repeat: repeat-x;
  background-size: 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 479px) {
  body.minetan-2023 .product-item .product-bottom .okeReviews-hide-star-number .okeReviews-custom-star .okeReviews-custom-star-rating {
    background-size: 20px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .product-item .product-bottom .okeReviews-hide-star-number .okeReviews-custom-star .okeReviews-custom-star-rating {
    background-size: 18px;
  }
}
body.minetan-2023 .product-item .product-bottom .product-title {
  display: block;
  color: #2D2A26;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  font-family: "brandon-grotesque", sans-serif;
  text-align: left;
  margin: 0 0 17px;
  min-height: 0;
  letter-spacing: 0px;
  max-width: none;
}
@media (max-width: 1279px) {
  body.minetan-2023 .product-item .product-bottom .product-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  body.minetan-2023 .product-item .product-bottom .product-title {
    font-size: 18px;
    line-height: 25px;
  }
}
body.minetan-2023 .product-item .product-bottom .price-box,
body.minetan-2023 .product-item .product-bottom .price-box p {
  font-size: 16px;
  color: #616060;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body.minetan-2023 .product-item .product-bottom .price-box,
  body.minetan-2023 .product-item .product-bottom .price-box p {
    font-size: 15px;
  }
}
body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile .regular-product,
body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile .sale {
  color: #2D2A26;
  font-family: "brandon-grotesque", sans-serif;
  text-align: right;
  padding-left: 8px;
  padding-right: 8px;
}
body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile .sale {
  justify-content: flex-end !important;
}
body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile .sale .old-price {
  position: initial !important;
}
body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile .sale .special-price {
  margin-left: 10px;
}
body.minetan-2023 .product-item .product-bottom .btn,
body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 1px 19px 1px;
  height: 48px;
  letter-spacing: 0.85px;
  width: 100%;
  border: 1px solid #2D2A26;
  color: #2D2A26;
  background: #FEFCFB;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.minetan-2023 .product-item .product-bottom .btn[disabled],
body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn[disabled] {
  justify-content: center;
}
@media (max-width: 1439px) {
  body.minetan-2023 .product-item .product-bottom .btn,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn {
    padding: 1px 15px;
  }
}
@media (max-width: 1279px) {
  body.minetan-2023 .product-item .product-bottom .btn,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 991px) {
  body.minetan-2023 .product-item .product-bottom .btn,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn {
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 1px 12px;
    height: 44px;
  }
}
body.minetan-2023 .product-item .product-bottom .btn .line,
body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn .line {
  width: 1px;
  height: 23px;
  background: #2D2A26;
}
@media (max-width: 991px) {
  body.minetan-2023 .product-item .product-bottom .btn .line,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn .line {
    height: 20px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .product-item .product-bottom .btn .line,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn .line {
    height: 16px;
  }
}
body.minetan-2023 .product-item .product-bottom .btn p,
body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn p {
  color: #2D2A26;
  font-weight: 700;
}
body.minetan-2023 .product-item .product-bottom .btn:hover, body.minetan-2023 .product-item .product-bottom .btn:active,
body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn:hover,
body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn:active {
  background-color: #F7BED8;
  border-color: #D67786;
}
body.minetan-2023 .product-item .product-bottom .price-box .sale .old-price {
  color: #5a5858 !important;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 0;
  margin-right: 10px;
}
body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile {
  display: none;
}
@media (max-width: 1279px) {
  body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile {
    display: flex;
    min-height: 22px;
    margin-top: -15px;
  }
}
@media (max-width: 539px) {
  body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile {
    min-height: 15px;
    margin-top: -12px;
    margin-bottom: -3px;
  }
}
body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile .sale {
  font-weight: 700;
}
@media (max-width: 1279px) {
  body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile .sale {
    display: flex !important;
  }
}
@media (max-width: 1279px) {
  body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile .sale .special-price {
    display: none;
  }
}
@media (max-width: 539px) {
  body.minetan-2023 .product-item .product-bottom .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 .product-item .product-bottom .price-box .prices-mobile .sale .old-price {
  font-weight: 400;
  text-decoration: line-through;
}
@media (max-width: 1279px) {
  body.minetan-2023 .product-item .product-bottom .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: 539px) {
  body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile .sale .old-price {
    font-size: 12px !important;
    margin-right: 0 !important;
  }
}
body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile .regular-product {
  font-weight: 700;
}
@media (max-width: 539px) {
  body.minetan-2023 .product-item .product-bottom .price-box .prices-mobile .regular-product {
    display: block !important;
    font-size: 14px !important;
  }
}
@media (max-width: 539px) {
  body.minetan-2023 .product-item .product-bottom .btn,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn {
    font-size: 14px !important;
    justify-content: center !important;
  }
  body.minetan-2023 .product-item .product-bottom .btn .line,
  body.minetan-2023 .product-item .product-bottom .btn .sale,
  body.minetan-2023 .product-item .product-bottom .btn .regular-product,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn .line,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn .sale,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn .regular-product {
    display: none !important;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .product-item .product-bottom {
    padding: 0 0 13px;
  }
  body.minetan-2023 .product-item .product-bottom .product-title {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2px;
  }
  body.minetan-2023 .product-item .product-bottom .price-box,
  body.minetan-2023 .product-item .product-bottom .price-box p {
    font-size: 14px;
    line-height: 14px;
  }
  body.minetan-2023 .product-item .product-bottom .btn,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn {
    font-size: 11px;
    height: 33px;
    padding: 0px 9px 0px;
    line-height: 25px !important;
  }
}
@media (max-width: 419px) {
  body.minetan-2023 .product-item .product-bottom .price-box,
  body.minetan-2023 .product-item .product-bottom .price-box p {
    font-size: 13px;
    line-height: 13px;
  }
  body.minetan-2023 .product-item .product-bottom .btn,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn {
    letter-spacing: 0;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .product-item .product-bottom .btn,
  body.minetan-2023 .product-item .product-bottom #product-add-to-cart.btn {
    font-size: 10px;
  }
}
body.minetan-2023 .tns-outer {
  position: relative;
}
body.minetan-2023 .tns-outer .tns-controls button {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-appearance: none;
  background: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #2D2A26;
  background: #FEFCFB;
  cursor: pointer;
  margin-top: -20px;
  padding: 0;
}
body.minetan-2023 .tns-outer .tns-controls button[data-controls=prev], body.minetan-2023 .tns-outer .tns-controls button[data-controls=next] {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  background-position-y: 1px;
  background-color: #fff;
  transition: all 300ms ease-in-out;
}
body.minetan-2023 .tns-outer .tns-controls button[data-controls=prev]:hover, body.minetan-2023 .tns-outer .tns-controls button[data-controls=prev]:active, body.minetan-2023 .tns-outer .tns-controls button[data-controls=next]:hover, body.minetan-2023 .tns-outer .tns-controls button[data-controls=next]:active {
  background-color: #F7BED8;
  border-color: #D67786;
}
body.minetan-2023 .tns-outer .tns-controls button[data-controls=prev] {
  left: 0;
  background-image: url("assets/img/m23-arrow-left.svg");
}
body.minetan-2023 .tns-outer .tns-controls button[data-controls=next] {
  right: 0;
  background-image: url("assets/img/m23-arrow-right.svg");
}
body.minetan-2023.template-exact-page-mine-coconut-water .main-content, body.minetan-2023.template-exact-page-loyalty-program .main-content, body.minetan-2023.template-exact-page-competition .main-content, body.minetan-2023.template-index .main-content {
  padding-top: 0;
}
body.minetan-2023 .banner-section .wrapper {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 44px;
  max-width: 1400px;
}
body.minetan-2023 .banner-section .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 2px;
  left: 20px;
  bottom: -23px;
  background: #d7d7d7;
}
body.minetan-2023 .banner-section .show-mobile,
body.minetan-2023 .banner-section .mobile-img {
  display: none;
}
body.minetan-2023 .banner-section .text-hold {
  position: absolute;
  left: 79px;
  bottom: 55px;
  max-width: 360px;
}
body.minetan-2023 .banner-section h1 {
  color: #010101;
  font-family: "Bodoni 72";
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
body.minetan-2023 .banner-section .btn {
  font-size: 17px;
  width: 180px;
  padding: 8px 0;
  border-width: 1px;
  letter-spacing: 1.6px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 23px;
  height: auto;
}
body.minetan-2023 .banner-section.two-img-left .row, body.minetan-2023 .banner-section.two-img-right .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}
body.minetan-2023 .banner-section.two-img-left .row .column-text, body.minetan-2023 .banner-section.two-img-right .row .column-text {
  width: 30%;
  position: relative;
  padding: 0 28px;
}
body.minetan-2023 .banner-section.two-img-left .row .column-text .text-hold, body.minetan-2023 .banner-section.two-img-right .row .column-text .text-hold {
  left: 20px;
  bottom: 72px;
}
body.minetan-2023 .banner-section.two-img-left .row .column-image, body.minetan-2023 .banner-section.two-img-right .row .column-image {
  width: 35%;
  padding: 0 9px;
  position: relative;
}
body.minetan-2023 .banner-section.two-img-left .row .column-image .badge, body.minetan-2023 .banner-section.two-img-right .row .column-image .badge {
  display: block;
  height: 128px;
  width: auto;
  position: absolute;
  top: 45%;
  margin-top: -64px;
}
body.minetan-2023 .banner-section.two-img-left .row .column-image .badge {
  right: -53px;
}
body.minetan-2023 .banner-section.two-img-right .row .column-image .badge {
  left: -53px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .banner-section h1 {
    font-size: 32px;
    line-height: 42px;
  }
  body.minetan-2023 .banner-section .text-hold {
    left: 60px;
    bottom: 40px;
    max-width: 300px;
  }
  body.minetan-2023 .banner-section.two-img-left .row .column-text .text-hold, body.minetan-2023 .banner-section.two-img-right .row .column-text .text-hold {
    bottom: 20px;
  }
  body.minetan-2023 .banner-section.two-img-left .row .column-image .badge, body.minetan-2023 .banner-section.two-img-right .row .column-image .badge {
    height: 100px;
    top: 35%;
    margin-top: -50px;
  }
  body.minetan-2023 .banner-section.two-img-right .row .column-image .badge {
    left: -41px;
  }
  body.minetan-2023 .banner-section.two-img-left .row .column-image .badge {
    right: -41px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .banner-section .text-hold {
    max-width: 240px;
    left: 40px;
    bottom: 20px;
  }
  body.minetan-2023 .banner-section h1 {
    font-size: 24px;
    line-height: 33px;
  }
  body.minetan-2023 .banner-section.two-img-left .row .column-text .text-hold, body.minetan-2023 .banner-section.two-img-right .row .column-text .text-hold {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .banner-section .text-hold {
    max-width: 300px;
  }
  body.minetan-2023 .banner-section h1 {
    font-size: 32px;
    line-height: 42px;
  }
  body.minetan-2023 .banner-section .hide-mobile,
  body.minetan-2023 .banner-section .desktop-img {
    display: none;
  }
  body.minetan-2023 .banner-section .show-mobile,
  body.minetan-2023 .banner-section .mobile-img {
    display: block;
  }
  body.minetan-2023 .banner-section .badge {
    display: none;
  }
  body.minetan-2023 .banner-section.two-img-left .row .column-text .text-hold, body.minetan-2023 .banner-section.two-img-right .row .column-text .text-hold, body.minetan-2023 .banner-section.full-width .text-hold {
    position: initial;
    text-align: center;
    margin: 25px auto 0;
    padding-bottom: 25px;
  }
  body.minetan-2023 .banner-section.two-img-left .row, body.minetan-2023 .banner-section.two-img-right .row {
    margin: 0;
  }
  body.minetan-2023 .banner-section.two-img-left .row .column-image, body.minetan-2023 .banner-section.two-img-right .row .column-image {
    width: 50%;
    padding: 0;
  }
  body.minetan-2023 .banner-section.two-img-left .row .column-image.left, body.minetan-2023 .banner-section.two-img-right .row .column-image.left {
    padding-right: 2px;
  }
  body.minetan-2023 .banner-section.two-img-left .row .column-image.right, body.minetan-2023 .banner-section.two-img-right .row .column-image.right {
    padding-left: 2px;
  }
  body.minetan-2023 .banner-section.two-img-left .row .column-text, body.minetan-2023 .banner-section.two-img-right .row .column-text {
    width: 100%;
  }
  body.minetan-2023 .banner-section.two-img-right .row .column-image .badge {
    left: 10px;
    top: 24%;
  }
  body.minetan-2023 .banner-section.two-img-left .row .column-image .badge {
    right: 10px;
    top: 24%;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .banner-section.two-img-left .wrapper, body.minetan-2023 .banner-section.two-img-right .wrapper, body.minetan-2023 .banner-section.full-width .wrapper {
    padding: 0;
  }
  body.minetan-2023 .banner-section.two-img-right .row .column-image .badge {
    left: 0;
  }
  body.minetan-2023 .banner-section.two-img-left .row .column-image .badge {
    right: 0;
  }
  body.minetan-2023 .banner-section .wrapper {
    margin-bottom: 10px;
  }
  body.minetan-2023 .banner-section .wrapper:after {
    width: calc(100% - 20px);
    height: 1px;
    left: 10px;
    bottom: -12px;
  }
  body.minetan-2023 .banner-section h1 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  body.minetan-2023 .banner-section .text-hold {
    margin-top: 16px;
    padding-bottom: 12px;
    max-width: 200px;
  }
  body.minetan-2023 .banner-section .btn {
    padding: 4px 15px;
    font-size: 12px;
    width: 126px;
  }
}
body.minetan-2023 .cult-faves-block {
  text-align: center;
  padding: 70px 0;
  background: #FEFCFB;
}
body.minetan-2023 .cult-faves-block .subtitle {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.96px;
  color: #bd6d42;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  body.minetan-2023 .cult-faves-block .subtitle {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .cult-faves-block .subtitle {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .cult-faves-block .subtitle {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
  }
}
body.minetan-2023 .cult-faves-block h2 {
  margin: 0 0 44px;
}
body.minetan-2023 .cult-faves-block h2 strong {
  margin: 18px 0 0;
}
@media (max-width: 1279px) {
  body.minetan-2023 .cult-faves-block h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .cult-faves-block h2 {
    margin-bottom: 30px;
  }
  body.minetan-2023 .cult-faves-block h2 strong {
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .cult-faves-block h2 {
    margin-bottom: 20px;
  }
  body.minetan-2023 .cult-faves-block h2 strong {
    margin: 8px 0 0;
  }
}
body.minetan-2023 .cult-faves-block > .wrapper > p {
  max-width: 800px;
  margin: -18px auto 58px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.48px;
}
body.minetan-2023 .cult-faves-block .wrapper {
  max-width: 1416px;
}
body.minetan-2023 .cult-faves-block .cult-faves-products {
  display: flex;
}
body.minetan-2023 .cult-faves-block .tns-outer {
  margin: 0 -20px;
}
@media (max-width: 1439px) {
  body.minetan-2023 .cult-faves-block .tns-outer {
    margin: 0;
  }
}
body.minetan-2023 .cult-faves-block .tns-outer .tns-controls button {
  top: 200px;
}
@media (max-width: 1439px) {
  body.minetan-2023 .cult-faves-block .tns-outer .tns-controls button {
    top: calc((100vw - 200px) / 4 / 0.785 / 2);
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .cult-faves-block .tns-outer .tns-controls button {
    top: calc((100vw - 160px) / 3 / 0.785 / 2);
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .cult-faves-block .tns-outer .tns-controls button {
    top: calc((100vw - 120px) / 2 / 0.785 / 2);
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .cult-faves-block .tns-outer .tns-controls button {
    top: calc((100vw - 80px) / 0.785 / 2);
  }
}
body.minetan-2023 .cult-faves-block .product-item {
  height: auto;
}
body.minetan-2023 .cult-faves-block .product-item .product-grid-image {
  height: 400px;
}
@media (max-width: 1439px) {
  body.minetan-2023 .cult-faves-block .product-item .product-grid-image {
    height: calc((100vw - 200px) / 4 / 0.785);
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .cult-faves-block .product-item .product-grid-image {
    height: calc((100vw - 160px) / 3 / 0.785);
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .cult-faves-block .product-item .product-grid-image {
    height: calc((100vw - 120px) / 2 / 0.785);
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .cult-faves-block .product-item .product-grid-image {
    height: calc((100vw - 80px) / 0.785);
  }
}
body.minetan-2023 .cult-faves-block .product-item .product-bottom .okeReviews-hide-star-number {
  margin-left: -4px;
  margin-bottom: 8px;
}
body.minetan-2023 .cult-faves-block .product-item .product-bottom .product-title {
  /*min-height: 0;*/
}
@media (max-width: 479px) {
  body.minetan-2023 .cult-faves-block .product-item .product-bottom .product-title {
    font-size: 18px;
    line-height: 25px;
    min-height: 0;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .cult-faves-block .product-item .product-bottom .price-box p {
    font-size: 14px;
    line-height: 14px;
  }
}
body.minetan-2023 .cult-faves-block .product-item .product-bottom .btn,
body.minetan-2023 .cult-faves-block .product-item .product-bottom #product-add-to-cart.btn {
  font-size: 14px;
  height: 40px;
}
body.minetan-2023 .cult-faves-block .product-item .product-bottom-hold {
  padding: 17px 12px 0;
}
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: 10vw 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 .features-block:before, body.minetan-2023 .features-block:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .features-block:before {
  top: 0;
  height: 204px;
  background: url("assets/img/m23-features-section-break-1.svg") no-repeat bottom center;
  background-size: 1440px;
}
@media (min-width: 1440px) {
  body.minetan-2023 .features-block:before {
    height: 14.5vw;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .features-block:before {
    background-size: 800px;
    height: 114px;
  }
}
body.minetan-2023 .features-block:after {
  bottom: 0;
  height: 187px;
  background: url("assets/img/m23-features-section-break-2.svg") no-repeat top center;
  background-size: 1440px;
}
@media (min-width: 1440px) {
  body.minetan-2023 .features-block:after {
    height: 13vw;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .features-block:after {
    background-size: 800px;
    height: 80px;
  }
}
body.minetan-2023 .features-block .wrapper {
  position: relative;
  z-index: 1;
}
body.minetan-2023 .features-block .row {
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
body.minetan-2023 .features-block .row .column-data {
  width: 52%;
}
@media (max-width: 1023px) {
  body.minetan-2023 .features-block .row .column-data {
    width: 58%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .features-block .row .column-data {
    width: 100%;
  }
}
body.minetan-2023 .features-block .row .column-data .text-hold {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  z-index: 2;
  padding: 28px 24px 22px;
  margin: 0 0 9px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .features-block .row .column-data .text-hold {
    padding: 20px 20px 18px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .features-block .row .column-data .text-hold {
    margin-bottom: 24px;
  }
}
body.minetan-2023 .features-block .row .column-data .text-hold:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FEFCFB;
  opacity: 0.5;
  z-index: -1;
}
body.minetan-2023 .features-block .row .column-data .text-hold h2 {
  color: #e9656d;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.96px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 2px;
  max-width: 450px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .features-block .row .column-data .text-hold h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .features-block .row .column-data .text-hold h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .features-block .row .column-data .text-hold h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
body.minetan-2023 .features-block .row .column-data .text-hold p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: 24px;
  margin: 0 0 24px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .features-block .row .column-data .text-hold p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 22px;
  }
}
body.minetan-2023 .features-block .row .column-data .text-hold p:last-child {
  margin-bottom: 0;
}
body.minetan-2023 .features-block .row .column-data .tiles {
  display: flex;
  margin: 0 -4.5px;
  flex-wrap: wrap;
}
body.minetan-2023 .features-block .row .column-data .tiles .item {
  width: 33.33%;
  padding: 0 4.5px;
  margin: 0 0 9px;
}
@media (max-width: 479px) {
  body.minetan-2023 .features-block .row .column-data .tiles .item {
    width: 50%;
  }
}
body.minetan-2023 .features-block .row .column-data .tiles .item .hold {
  text-align: center;
  border-radius: 5px;
  height: 100%;
  padding: 12px 15px 19px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .features-block .row .column-data .tiles .item .hold {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .features-block .row .column-data .tiles .item .hold {
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.minetan-2023 .features-block .row .column-data .tiles .item .hold .icon {
  width: 135px;
  height: 135px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  body.minetan-2023 .features-block .row .column-data .tiles .item .hold .icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .features-block .row .column-data .tiles .item .hold .icon {
    width: 80px;
    height: 80px;
  }
}
body.minetan-2023 .features-block .row .column-data .tiles .item .hold h4 {
  color: #58595b;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
  min-height: 72px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1279px) {
  body.minetan-2023 .features-block .row .column-data .tiles .item .hold h4 {
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .features-block .row .column-data .tiles .item .hold h4 {
    font-size: 12px;
    line-height: 15px;
    min-height: 45px;
  }
}
body.minetan-2023 .features-block .row .column-data .tiles .item:nth-child(1) .hold {
  background-color: #d1aff7;
}
body.minetan-2023 .features-block .row .column-data .tiles .item:nth-child(2) .hold {
  background-color: #fabfb6;
}
body.minetan-2023 .features-block .row .column-data .tiles .item:nth-child(3) .hold {
  background-color: #b3d7ff;
}
body.minetan-2023 .features-block .row .column-data .tiles .item:nth-child(4) .hold {
  background-color: #f1b6d1;
}
body.minetan-2023 .features-block .row .column-data .tiles .item:nth-child(5) .hold {
  background-color: #b1ded3;
}
body.minetan-2023 .features-block .row .column-data .tiles .item:nth-child(6) .hold {
  background-color: #ffcdab;
}
body.minetan-2023 .features-block .block-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1439px) {
  body.minetan-2023 .features-block .block-bg {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1279px) {
  body.minetan-2023 .features-block .block-bg {
    object-position: 13%;
  }
}
body.minetan-2023 .features-block-hold + .instagram-slider-block-hold {
  margin: 34px 0 0;
}
body.minetan-2023 .shade-finder-block {
  text-align: center;
  padding: 118px 0;
  position: relative;
  margin: 72px 0 0;
  overflow: hidden;
}
@media (min-width: 1440px) {
  body.minetan-2023 .shade-finder-block {
    padding: 8vw 0 8.25vw;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .shade-finder-block {
    padding: 60px 0;
  }
}
body.minetan-2023 .shade-finder-block .hold {
  background: #f4e5db;
  padding-top: 33px;
  padding-bottom: 33px;
}
@media (max-width: 767px) {
  body.minetan-2023 .shade-finder-block .hold {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
body.minetan-2023 .shade-finder-block:before, body.minetan-2023 .shade-finder-block:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .shade-finder-block:before {
  top: 0;
  height: 118px;
  background: url("assets/img/m23-shade-finder-section-break-1.svg") no-repeat bottom center #f4e5db;
  background-size: 1440px;
}
@media (min-width: 1440px) {
  body.minetan-2023 .shade-finder-block:before {
    height: 8vw;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .shade-finder-block:before {
    background-size: 800px;
    height: 62px;
  }
}
body.minetan-2023 .shade-finder-block:after {
  bottom: 0;
  height: 121px;
  background: url("assets/img/m23-shade-finder-section-break-2.svg") no-repeat top center;
  background-size: 1440px;
}
@media (min-width: 1440px) {
  body.minetan-2023 .shade-finder-block:after {
    height: 8.45vw;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .shade-finder-block:after {
    background-size: 800px;
    height: 76px;
  }
}
body.minetan-2023 .shade-finder-block h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 60px;
  margin-bottom: 14px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .shade-finder-block h2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .shade-finder-block h2 {
    font-size: 34px;
    letter-spacing: 0.8px;
    line-height: 44px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .shade-finder-block h2 {
    font-size: 32px;
    letter-spacing: 0.6px;
    line-height: 40px;
  }
}
body.minetan-2023 .shade-finder-block p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: 24px;
  margin: 0 0 23px;
}
body.minetan-2023 .shade-finder-block .btn {
  border: 1px solid #000;
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.57px;
  width: 196px;
  height: 52px;
}
body.minetan-2023 .shade-finder-block-hold + .features-block-hold .features-block {
  margin-top: 106px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shade-finder-block-hold + .features-block-hold .features-block {
    margin-top: 70px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .shade-finder-block-hold + .features-block-hold .features-block {
    margin-top: 50px;
  }
}
body.minetan-2023 .shop-by-collection-block {
  padding: 50px 0 43px;
}
body.minetan-2023 .shop-by-collection-block.t-4-in-row .wrapper {
  max-width: 1340px;
}
body.minetan-2023 .shop-by-collection-block h2 {
  font-size: 56px;
  letter-spacing: 1.68px;
  line-height: 78px;
  text-align: center;
  margin: 0 0 50px;
}
body.minetan-2023 .shop-by-collection-block h2 small {
  color: #bd6d42;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.96px;
  line-height: 48px;
  display: block;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block h2 small {
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 34px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .shop-by-collection-block h2 small {
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .shop-by-collection-block h2 small {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 26px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .shop-by-collection-block h2 small {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .shop-by-collection-block h2 small {
    font-size: 17px;
  }
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block h2 {
    font-size: 48px;
    letter-spacing: 1.2px;
    line-height: 66px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .shop-by-collection-block h2 {
    font-size: 42px;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .shop-by-collection-block h2 {
    font-size: 36px;
    letter-spacing: 0.6px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .shop-by-collection-block h2 {
    font-size: 32px;
    letter-spacing: 0.4px;
    line-height: 46px;
    margin-bottom: 30px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .shop-by-collection-block h2 {
    font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 44px;
  }
}
body.minetan-2023 .shop-by-collection-block > .wrapper > p {
  max-width: 800px;
  text-align: center;
  margin: -21px auto 44px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.48px;
}
body.minetan-2023 .shop-by-collection-block .tiles-1,
body.minetan-2023 .shop-by-collection-block .tiles-2 {
  display: flex;
  flex-wrap: wrap;
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile,
body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile {
  width: 44%;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile {
    width: 42%;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile {
    width: 100%;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile .hold,
body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0);
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile .hold:after,
body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold:after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 65%, rgba(99, 100, 102, 0.8) 100%);
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile .hold h3,
body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 56px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.68px;
  line-height: 56px;
  text-transform: uppercase;
  position: absolute;
  color: #FEFCFB;
  margin: 0;
  left: 0;
  padding: 17px 24px;
  z-index: 2;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile .hold h3,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile .hold h3,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold h3 {
    font-size: 36px;
    line-height: 44px;
    padding: 15px 20px;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile .hold .sub,
body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold .sub {
  position: absolute;
  z-index: 3;
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.57px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 13px 15px 13px;
}
@media (max-width: 479px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile .hold .sub,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold .sub {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 12px 10px;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile .hold .sub:after,
body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold .sub:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FEFCFB;
  opacity: 0.8;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile .hold:hover,
body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold:hover {
  border-color: #d67786;
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile .hold:hover .sub:after,
body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold:hover .sub:after {
  background-color: #f7bed8;
  opacity: 1;
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .product-item .product-image,
body.minetan-2023 .shop-by-collection-block .tiles-2 .product-item .product-image {
  padding: 0;
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .product-item .product-grid-image,
body.minetan-2023 .shop-by-collection-block .tiles-2 .product-item .product-grid-image {
  height: 192px;
}
@media (min-width: 1280px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .product-item .product-grid-image img,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .product-item .product-grid-image img {
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .product-item .product-grid-image,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .product-item .product-grid-image {
    height: 162px;
    height: auto;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold,
body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold {
  width: calc(56% + 40px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold {
    width: calc(58% + 20px);
    margin: 0 -10px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold {
    width: calc(100% + 20px);
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item,
body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item {
    padding: 0 10px;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item .product-bottom,
body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 38px;
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item .product-bottom .product-bottom-hold,
body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom .product-bottom-hold {
  padding: 14px 12px 5px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item .product-bottom .product-bottom-hold,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom .product-bottom-hold {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 539px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item .product-bottom .price-box .prices-mobile,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom .price-box .prices-mobile {
    margin-bottom: 5px;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item .product-bottom .okeReviews-hide-star-number,
body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom .okeReviews-hide-star-number {
  margin: 0 0 5px -4px;
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item .product-bottom .stamped-product-reviews-badge,
body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom .stamped-product-reviews-badge {
  margin-bottom: 14px;
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item .product-bottom .product-title,
body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom .product-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 9px;
  max-width: none;
  min-height: 0;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item .product-bottom .product-title,
  body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom .product-title {
    font-size: 18px;
    line-height: 26px;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item .product-bottom .btn,
body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold .product-item .product-bottom #product-add-to-cart.btn,
body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom .btn,
body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom #product-add-to-cart.btn {
  margin: 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile {
    margin-bottom: 20px;
  }
  body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile img {
    height: 50vw;
    object-fit: cover;
    width: 100%;
    object-position: center 20%;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .collection-tile img {
    height: 80vw;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold {
  padding-left: 38px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold {
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1 .products-hold {
    padding-left: 0;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1.t-2-col-in-row .collection-tile {
  width: 50%;
}
body.minetan-2023 .shop-by-collection-block .tiles-1.t-2-col-in-row .collection-tile .hold:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 254, 254, 0) 65%, rgba(99, 100, 102, 0.8));
}
body.minetan-2023 .shop-by-collection-block .tiles-1.t-2-col-in-row .collection-tile .hold h3 {
  bottom: 57px;
}
@media (min-width: 768px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1.t-2-col-in-row .collection-tile:first-child {
    padding-right: 22px;
  }
  body.minetan-2023 .shop-by-collection-block .tiles-1.t-2-col-in-row .collection-tile:last-child {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1.t-2-col-in-row .collection-tile {
    width: 100%;
  }
  body.minetan-2023 .shop-by-collection-block .tiles-1.t-2-col-in-row .collection-tile:first-child {
    padding-bottom: 20px;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1.t-4-in-row .products-hold {
  width: calc(100% + 40px);
  padding-left: 0;
}
body.minetan-2023 .shop-by-collection-block .tiles-1.t-4-in-row .products-hold .product-item {
  display: flex;
  flex-direction: column;
}
body.minetan-2023 .shop-by-collection-block .tiles-1.t-4-in-row .products-hold .product-item .inner-top {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.minetan-2023 .shop-by-collection-block .tiles-1.t-4-in-row .products-hold .product-item .product-bottom {
  display: flex;
  flex-direction: column;
  flex: 1;
}
body.minetan-2023 .shop-by-collection-block .tiles-1.t-4-in-row .products-hold .product-item .product-bottom .product-bottom-hold {
  flex: 1;
}
@media (min-width: 1024px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1.t-4-in-row .products-hold .product-item {
    width: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1.t-4-in-row .products-hold .product-item .product-grid-image {
    height: 162px;
  }
  body.minetan-2023 .shop-by-collection-block .tiles-1.t-4-in-row .products-hold .product-item .product-grid-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1.col-right-4-left {
    flex-direction: row-reverse;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-1.col-right-4-left .products-hold {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1.col-right-4-left .products-hold {
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .shop-by-collection-block .tiles-1.col-right-4-left .products-hold {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .shop-by-collection-block .tiles-2 {
    flex-direction: column-reverse;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold:after {
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 65%, rgba(99, 100, 102, 0.8) 100%);
}
@media (max-width: 479px) {
  body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold:after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(99, 100, 102, 0.8) 65%, rgba(99, 100, 102, 0.8) 100%);
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold h3 {
  bottom: 50px;
  padding-bottom: 23px;
}
@media (max-width: 479px) {
  body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile .hold h3 {
    bottom: 48px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile {
    margin-bottom: 20px;
  }
  body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile img {
    height: 50vw;
    object-fit: cover;
    width: 100%;
    object-position: center 20%;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .shop-by-collection-block .tiles-2 .collection-tile img {
    height: 80vw;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold {
  padding-right: 38px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold {
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold {
    padding-right: 0;
  }
}
body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom .product-title {
  min-height: 64px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .shop-by-collection-block .tiles-2 .products-hold .product-item .product-bottom .product-title {
    min-height: 0;
  }
}
body.minetan-2023 .discover-block {
  background: #fde9e5;
  padding: 55px 0 72px;
}
body.minetan-2023 .discover-block h2 {
  text-align: center;
}
body.minetan-2023 .discover-block .tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: center;
}
@media (max-width: 1279px) {
  body.minetan-2023 .discover-block .tiles {
    margin: 0 -15px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .discover-block .tiles {
    margin: 0 -10px;
  }
}
body.minetan-2023 .discover-block .tiles .item {
  width: 33.33%;
  padding: 0 20px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .discover-block .tiles .item {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .discover-block .tiles .item {
    padding: 0 10px;
  }
}
@media (max-width: 639px) {
  body.minetan-2023 .discover-block .tiles .item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .discover-block .tiles .item {
    width: 100%;
  }
}
body.minetan-2023 .discover-block .tiles .item .hold {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0);
}
body.minetan-2023 .discover-block .tiles .item .hold:before {
  content: "";
  display: block;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0) 65%, rgba(99, 100, 102, 0.8) 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
body.minetan-2023 .discover-block .tiles .item .hold:after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 16px;
  background: #f7bed8;
  bottom: -16px;
  left: 0;
  transition: all 300ms ease-in-out;
}
body.minetan-2023 .discover-block .tiles .item .hold:hover {
  border-color: #d67786;
}
body.minetan-2023 .discover-block .tiles .item .hold:hover:after {
  bottom: 0;
}
body.minetan-2023 .discover-block .tiles .item .hold h3 {
  font-family: "brandon-grotesque", sans-serif;
  color: #FEFCFB;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-decoration: none;
  font-size: 56px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.68px;
  line-height: 56px;
  margin: 0;
  padding: 34px 16px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  body.minetan-2023 .discover-block .tiles .item .hold h3 {
    font-size: 48px;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .discover-block .tiles .item .hold h3 {
    font-size: 40px;
    letter-spacing: 0.8px;
    line-height: 46px;
    padding: 28px 14px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .discover-block .tiles .item .hold h3 {
    font-size: 32px;
    letter-spacing: 0.4px;
    line-height: 38px;
    padding: 22px 12px;
  }
}
body.minetan-2023 .before-after-block {
  margin: 64px 0 0;
  padding: 120px 0 129px;
  position: relative;
}
@media (min-width: 1440px) {
  body.minetan-2023 .before-after-block {
    padding: 8.4vw 0 9vw;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .before-after-block {
    margin: 50px 0 0;
    padding: 65px 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .before-after-block .tns-outer {
    margin: 0 -20px;
  }
}
body.minetan-2023 .before-after-block > .hold {
  width: 100%;
  background: #f4e5db;
  padding: 46px 0;
}
@media (max-width: 479px) {
  body.minetan-2023 .before-after-block > .hold {
    padding: 16px 0 0;
  }
}
body.minetan-2023 .before-after-block:before, body.minetan-2023 .before-after-block:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .before-after-block:before {
  top: 0;
  height: 135px;
  background: url("assets/img/m23-before-after-section-break-1.svg") no-repeat bottom center #f4e5db;
  background-size: 1440px;
}
@media (min-width: 1440px) {
  body.minetan-2023 .before-after-block:before {
    height: 9.4vw;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .before-after-block:before {
    background-size: 800px;
    height: 76px;
  }
}
body.minetan-2023 .before-after-block:after {
  bottom: 0;
  height: 135px;
  background: url("assets/img/m23-before-after-section-break-2.svg") no-repeat top center;
  background-size: 1440px;
}
@media (min-width: 1440px) {
  body.minetan-2023 .before-after-block:after {
    height: 9.4vw;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .before-after-block:after {
    background-size: 800px;
    height: 78px;
  }
}
body.minetan-2023 .before-after-block .wrapper {
  max-width: 1416px;
}
@media (max-width: 767px) {
  body.minetan-2023 .before-after-block .wrapper {
    /*max-width: 640px;*/
    max-width: none;
  }
}
body.minetan-2023 .before-after-block h2 {
  font-size: 40px;
  letter-spacing: 1.2px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 45px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .before-after-block h2 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 48px;
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .before-after-block h2 {
    font-size: 34px;
    letter-spacing: 0.8px;
    line-height: 44px;
    margin: 0 0 30px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .before-after-block h2 {
    font-size: 32px;
    letter-spacing: 0.6px;
    line-height: 40px;
    margin: 0 0 26px;
  }
}
body.minetan-2023 .before-after-block .tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .before-after-block .tiles {
    margin: 0 -15px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .before-after-block .tiles {
    margin: 0 -8px;
  }
}
body.minetan-2023 .before-after-block .tiles .item {
  width: 25%;
  padding: 0 20px;
}
@media (max-width: 1279px) {
  body.minetan-2023 .before-after-block .tiles .item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .before-after-block .tiles .item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .before-after-block .tiles .item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
body.minetan-2023 .before-after-block .tiles .item .hold {
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
}
body.minetan-2023 .before-after-block .tiles .item .hold .data {
  text-align: center;
  color: #FEFCFB;
  height: 76px;
  padding: 12px 15px;
}
body.minetan-2023 .before-after-block .tiles .item .hold .data h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.72px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 479px) {
  body.minetan-2023 .before-after-block .tiles .item .hold .data h4 {
    font-size: 22px;
  }
}
body.minetan-2023 .before-after-block .tiles .item .hold .data p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: 24px;
  margin: 0;
}
body.minetan-2023 .before-after-block .tiles .item:nth-child(1) .hold .data {
  background-image: linear-gradient(to right, #edab95 0%, #c88675 100%);
}
body.minetan-2023 .before-after-block .tiles .item:nth-child(2) .hold .data {
  background-image: linear-gradient(to right, #c48171 0%, #9f5c51 100%);
}
body.minetan-2023 .before-after-block .tiles .item:nth-child(3) .hold .data {
  background-image: linear-gradient(to right, #9a594e 0%, #784a3a 100%);
}
body.minetan-2023 .before-after-block .tiles .item:nth-child(4) .hold .data {
  background-image: linear-gradient(to right, #744837 0%, #533823 100%);
}
body.minetan-2023 .clean-tanning-block {
  padding: 34px 0;
}
body.minetan-2023 .clean-tanning-block .wrapper.narrow {
  max-width: 1136px;
}
body.minetan-2023 .clean-tanning-block .row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  body.minetan-2023 .clean-tanning-block .row {
    flex-direction: column-reverse;
  }
}
body.minetan-2023 .clean-tanning-block .row .column-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 62px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .clean-tanning-block .row .column-text {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .clean-tanning-block .row .column-text {
    width: 100%;
    padding-right: 0;
  }
}
body.minetan-2023 .clean-tanning-block .row .column-text h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1.2px;
}
body.minetan-2023 .clean-tanning-block .row .column-text h2 strong {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  border-bottom: 1px solid #2d2a26;
  display: inline;
}
@media (max-width: 1023px) {
  body.minetan-2023 .clean-tanning-block .row .column-text h2 {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 1px;
  }
}
body.minetan-2023 .clean-tanning-block .row .column-text p {
  font-size: 16px;
  line-height: 24px;
}
body.minetan-2023 .clean-tanning-block .row .column-media {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  body.minetan-2023 .clean-tanning-block .row .column-media {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
}
body.minetan-2023 .clean-tanning-block .row .column-media figure {
  border-radius: 50%;
  overflow: hidden;
  max-width: 390px;
}
body.minetan-2023 .clean-tanning-icons-subblock {
  background: rgba(245, 228, 219, 0.75);
  padding: 50px 0;
}
body.minetan-2023 .clean-tanning-icons-subblock h2 {
  text-align: center;
  color: #58595B;
}
body.minetan-2023 .clean-tanning-icons-subblock .icons-row {
  display: flex;
  flex-wrap: wrap;
}
body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item {
  width: 16.66%;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item {
    padding: 0 6px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item {
    width: 33.33%;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item {
    padding: 0 4px;
  }
}
body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item .icon {
  width: 135px;
  height: 135px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item .icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item .icon {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item .icon {
    width: 80px;
    height: 80px;
  }
}
body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item .icon img {
  width: 100%;
  height: auto;
}
body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0px;
  color: #58595b;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item h4 {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .clean-tanning-icons-subblock .icons-row .item h4 {
    font-size: 12px;
    line-height: 15px;
  }
}
body.minetan-2023 .clean-tanning-block h2 {
  margin: 0 0 52px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .clean-tanning-block h2 {
    margin-bottom: 30px;
  }
}
body.minetan-2023 .clean-tanning-block h2 strong {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 1.44px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .clean-tanning-block h2 strong {
    font-size: 32px;
    letter-spacing: 0.96px;
    line-height: 48px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .clean-tanning-block h2 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.72px;
  }
}
body.minetan-2023 .clean-tanning-block .clean-tanning-icons-subblock {
  padding: 68px 0 64px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .clean-tanning-block .clean-tanning-icons-subblock {
    padding: 50px 0;
  }
}
body.minetan-2023 .clean-tanning-block .clean-tanning-icons-subblock .wrapper {
  max-width: 1324px;
}
body.minetan-2023 .home-testimonials-block-hold + .before-after-block-hold {
  margin-top: -30px;
}
body.minetan-2023 .home-testimonials-block-hold + .before-after-block-hold .before-after-block {
  margin-top: 0;
}
body.minetan-2023 .home-testimonials-block {
  padding: 95px 0 95px;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider {
  position: relative;
  overflow: hidden;
  max-width: none;
  margin: 0 auto;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider .slider-hold {
  overflow: hidden;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider .tns-outer {
  padding: 0 76px !important;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider .prev {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 151px;
  margin-top: 0;
  z-index: 1;
  left: 0;
  background: url("assets/img/m23-arrow-left.svg") no-repeat center;
  background-size: 24px;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider .next {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  top: 151px;
  margin-top: 0;
  z-index: 1;
  right: 0;
  background: url("assets/img/m23-arrow-right.svg") no-repeat center;
  background-size: 24px;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li {
  float: left;
  text-align: left;
  padding: 0 10px;
  transition: height 200ms ease-in-out;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .name {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  margin: 5px 0 0;
  font-family: "brandon-grotesque", sans-serif;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.48px;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .rating {
  color: #f889a7;
  margin: 0 0 16px;
  width: 260px;
  height: 52px;
  background: url("assets/img/m23-star-empty-v3.svg") repeat-x;
  background-size: 52px;
  position: relative;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .rating:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url("assets/img/m23-star-full-v3.svg") repeat-x;
  background-size: 52px;
  z-index: 1;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .rating.rating-1:before {
  width: 20%;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .rating.rating-2:before {
  width: 40%;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .rating.rating-3:before {
  width: 60%;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .rating.rating-4:before {
  width: 80%;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .rating.rating-5:before {
  width: 100%;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li.with-image {
  display: flex;
  flex-wrap: wrap;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li.with-image figure {
  width: 384px;
}
body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li.with-image .data-hold {
  padding-left: 62px;
  width: calc(100% - 384px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  body.minetan-2023 .home-testimonials-block {
    padding: 100px 0 100px;
    padding: 54px 0;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider {
    padding: 0 42px;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .rating {
    width: 150px;
    height: 30px;
    background-size: 30px;
    margin: 0 0 15px;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .rating:before {
    background-size: 30px;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider .next {
    width: 24px;
    height: 24px;
    background-size: 16px;
    top: 50%;
    margin-top: -12px;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider .prev {
    width: 24px;
    height: 24px;
    background-size: 16px;
    top: 50%;
    margin-top: -12px;
  }
}
@media (max-width: 639px) {
  body.minetan-2023 .home-testimonials-block {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .home-testimonials-block .feedbacks-slider {
    padding: 0 64px;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .rating {
    width: 248px;
    height: 50px;
    background-size: 50px;
    margin-bottom: 20px;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li .rating:before {
    background-size: 50px;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider .prev {
    top: 64px;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider .next {
    top: 64px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li.with-image figure {
    width: 200px;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li.with-image .data-hold {
    padding-left: 40px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li.with-image figure {
    width: 120px;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li.with-image .data-hold {
    padding-left: 20px;
    width: calc(100% - 120px);
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li.with-image figure {
    width: 100%;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li.with-image .data-hold {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .home-testimonials-block .wrapper {
    padding: 0 8px;
  }
  body.minetan-2023 .home-testimonials-block .feedbacks-slider ul li {
    padding: 0;
  }
}
body.minetan-2023 .video-block {
  padding: 80px 0;
}
@media (max-width: 479px) {
  body.minetan-2023 .video-block {
    padding: 30px 0 60px;
  }
}
body.minetan-2023 .video-block .wrapper {
  max-width: 1340px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .video-block .wrapper {
    max-width: 640px;
  }
}
body.minetan-2023 .video-block .column-data {
  width: 41.8%;
  box-sizing: border-box;
  padding-right: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1339px) {
  body.minetan-2023 .video-block .column-data {
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .video-block .column-data {
    width: 100%;
    padding-right: 0;
  }
}
body.minetan-2023 .video-block .column-data h2 {
  color: #58595b;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.72px;
  line-height: 32px;
  text-transform: uppercase;
  padding-bottom: 24px;
  margin: 0 0 28px;
  border-bottom: 1px solid #2D2A26;
}
@media (max-width: 1279px) and (min-width: 1024px) {
  body.minetan-2023 .video-block .column-data h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding-bottom: 18px;
    margin: 0 0 25px;
  }
}
body.minetan-2023 .video-block .column-data h2 strong {
  color: #bd6d42;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.2px;
  line-height: 60px;
  display: block;
  margin: 10px 0 0;
}
body.minetan-2023 .video-block .column-data h2 strong em {
  font-family: "Bayshore", sans-serif;
  text-transform: none;
  font-size: 104px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.42px;
  padding: 0 12px 0 14px;
}
@media (max-width: 1279px) and (min-width: 1024px) {
  body.minetan-2023 .video-block .column-data h2 strong {
    font-size: 28px;
    letter-spacing: 0.8px;
    line-height: 54px;
  }
  body.minetan-2023 .video-block .column-data h2 strong em {
    font-size: 98px;
    letter-spacing: 0.3px;
    padding: 0 11px 0 11px;
  }
}
@media (max-width: 419px) {
  body.minetan-2023 .video-block .column-data h2 strong {
    font-size: 26px;
    letter-spacing: 0.4px;
    line-height: 50px;
  }
  body.minetan-2023 .video-block .column-data h2 strong em {
    font-size: 90px;
    letter-spacing: 0.1px;
    padding: 0 9px 0 9px;
  }
}
body.minetan-2023 .video-block .column-data p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.48px;
  line-height: 24px;
  margin: 0 0 24px;
}
body.minetan-2023 .video-block .column-data .buttons-hold {
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 439px) {
  body.minetan-2023 .video-block .column-data .buttons-hold {
    margin: 0;
  }
}
body.minetan-2023 .video-block .column-data .buttons-hold .btn {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.57px;
  height: 52px;
}
@media (max-width: 439px) {
  body.minetan-2023 .video-block .column-data .buttons-hold .btn {
    font-size: 18px;
    letter-spacing: 0.2px;
    height: 48px;
    line-height: 46px;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .video-block .column-data .buttons-hold .btn {
    font-size: 16px;
    letter-spacing: 0.1px;
    height: 46px;
    line-height: 44px;
    padding: 0 12px;
  }
}
body.minetan-2023 .video-block .column-data .buttons-hold .btn:first-child {
  width: calc(54% - 16px);
}
@media (max-width: 439px) {
  body.minetan-2023 .video-block .column-data .buttons-hold .btn:first-child {
    width: calc(54% - 5px);
  }
}
body.minetan-2023 .video-block .column-data .buttons-hold .btn:last-child {
  width: calc(46% - 16px);
}
@media (max-width: 439px) {
  body.minetan-2023 .video-block .column-data .buttons-hold .btn:last-child {
    width: calc(46% - 5px);
  }
}
body.minetan-2023 .video-block .column-media {
  width: 58.2%;
}
@media (max-width: 1023px) {
  body.minetan-2023 .video-block .column-media {
    width: 100%;
    padding-top: 30px;
  }
}
body.minetan-2023 .video-block .column-media .video-hold {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
body.minetan-2023 .video-block .column-media .video-hold .play-btn {
  width: 264px;
  height: 264px;
  position: absolute;
  right: 50%;
  bottom: 50%;
  margin-right: -132px;
  margin-bottom: -132px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1279px) {
  body.minetan-2023 .video-block .column-media .video-hold .play-btn {
    width: 180px;
    height: 180px;
    margin-right: -90px;
    margin-bottom: -90px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .video-block .column-media .video-hold .play-btn {
    width: 100px;
    height: 100px;
    margin-right: -50px;
    margin-bottom: -50px;
  }
}
body.minetan-2023 .video-block .column-media .video-hold .play-btn:before, body.minetan-2023 .video-block .column-media .video-hold .play-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
}
body.minetan-2023 .video-block .column-media .video-hold .play-btn:before {
  background: url("assets/img/m23-icon-play.svg") no-repeat;
  background-size: contain;
  opacity: 1;
}
body.minetan-2023 .video-block .column-media .video-hold .play-btn:after {
  background: url("assets/img/m23-icon-play-hover.svg") no-repeat;
  background-size: contain;
  opacity: 0;
  z-index: 2;
}
body.minetan-2023 .video-block .column-media .video-hold .play-btn:hover:after {
  opacity: 1;
}
body.minetan-2023 .video-block .column-media .video-hold.playing .play-btn {
  width: 22px;
  height: 30px;
  border: none;
  border-left: 6px solid #f7bed8;
  border-right: 6px solid #f7bed8;
  margin-right: 0;
  margin-bottom: 0;
  right: 5%;
  bottom: 5%;
}
body.minetan-2023 .video-block .column-media .video-hold.playing .play-btn:before, body.minetan-2023 .video-block .column-media .video-hold.playing .play-btn:after {
  display: none;
}
@media (max-width: 479px) {
  body.minetan-2023 .video-block .column-media .video-hold.playing .play-btn {
    width: 6px;
    height: 23px;
    right: 8%;
    bottom: 10%;
  }
}
body.minetan-2023 .video-block .column-media .video-hold video {
  width: 100%;
  height: auto;
  display: block;
}
body.minetan-2023 .video-block .column-media .video-hold video::-webkit-media-controls {
  display: none;
}
body.minetan-2023 .video-block-hold + .shop-by-collection-block-hold {
  padding-top: 0;
  margin-top: -65px;
}
body.minetan-2023 .video-block-hold + .shop-by-collection-block-hold .wrapper {
  max-width: 1340px !important;
}
body.minetan-2023 .m-instagram-tiles,
body.minetan-2023 .instagram-slider-block {
  position: relative;
  padding: 130px 0 60px;
}
@media (min-width: 1440px) {
  body.minetan-2023 .m-instagram-tiles,
  body.minetan-2023 .instagram-slider-block {
    padding: 9.1vw 0 4.1vw;
  }
}
@media (max-width: 1279px) {
  body.minetan-2023 .m-instagram-tiles,
  body.minetan-2023 .instagram-slider-block {
    padding: 100px 0 50px;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .m-instagram-tiles,
  body.minetan-2023 .instagram-slider-block {
    padding: 80px 0 40px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .m-instagram-tiles,
  body.minetan-2023 .instagram-slider-block {
    padding: 60px 0 40px;
  }
}
body.minetan-2023 .m-instagram-tiles .wrapper,
body.minetan-2023 .instagram-slider-block .wrapper {
  max-width: 1416px;
  width: 100%;
}
body.minetan-2023 .m-instagram-tiles .hold,
body.minetan-2023 .instagram-slider-block .hold {
  width: 100%;
  background: #FBCBC4;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
body.minetan-2023 .m-instagram-tiles:before, body.minetan-2023 .m-instagram-tiles:after,
body.minetan-2023 .instagram-slider-block:before,
body.minetan-2023 .instagram-slider-block:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
body.minetan-2023 .m-instagram-tiles:before,
body.minetan-2023 .instagram-slider-block:before {
  top: 0;
  height: 172px;
  background: url("assets/img/m23-instagram-start.svg") no-repeat bottom center;
  background-size: 1440px;
}
@media (min-width: 1440px) {
  body.minetan-2023 .m-instagram-tiles:before,
  body.minetan-2023 .instagram-slider-block:before {
    height: 12vw;
    background-size: 100%;
  }
}
body.minetan-2023 .m-instagram-tiles:after,
body.minetan-2023 .instagram-slider-block:after {
  bottom: 0;
  height: 61px;
  background: url("assets/img/m23-instagram-end.svg") no-repeat top center #FBCBC4;
  background-size: 1440px;
}
@media (min-width: 1440px) {
  body.minetan-2023 .m-instagram-tiles:after,
  body.minetan-2023 .instagram-slider-block:after {
    height: 4.25vw;
    background-size: 100%;
  }
}
body.minetan-2023 .m-instagram-tiles h2,
body.minetan-2023 .instagram-slider-block h2 {
  text-align: center;
  color: #ae643d;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4.62px;
  line-height: 50px;
  margin: 0 0 30px;
}
body.minetan-2023 .m-instagram-tiles h2 a,
body.minetan-2023 .instagram-slider-block h2 a {
  color: #ae643d;
  font-size: 72px;
  letter-spacing: 5.76px;
  font-family: "Bayshore", sans-serif;
  text-decoration: none;
  text-transform: none;
  padding-left: 10px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  body.minetan-2023 .m-instagram-tiles h2,
  body.minetan-2023 .instagram-slider-block h2 {
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 48px;
  }
  body.minetan-2023 .m-instagram-tiles h2 a,
  body.minetan-2023 .instagram-slider-block h2 a {
    font-size: 60px;
    letter-spacing: 5px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .m-instagram-tiles h2,
  body.minetan-2023 .instagram-slider-block h2 {
    font-size: 34px;
    letter-spacing: 2.5px;
    line-height: 44px;
  }
  body.minetan-2023 .m-instagram-tiles h2 a,
  body.minetan-2023 .instagram-slider-block h2 a {
    font-size: 54px;
    letter-spacing: 4px;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .m-instagram-tiles h2,
  body.minetan-2023 .instagram-slider-block h2 {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 40px;
    margin: 0 0 20px;
  }
}
body.minetan-2023 .m-instagram-tiles .tns-outer img,
body.minetan-2023 .instagram-slider-block .tns-outer img {
  border-radius: 5px;
}
body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme {
  margin: 0 -20px;
}
@media (max-width: 1439px) {
  body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme,
  body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme,
  body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme,
  body.minetan-2023 .instagram-slider-block #instafeed.owl-theme {
    margin: 0;
  }
}
body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-item,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-item,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-item,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-item {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-item,
  body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-item,
  body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-item,
  body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-item {
    padding: 0 10px;
  }
}
body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-item a,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-item a,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-item a,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-item a {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-controls .owl-buttons div,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-controls .owl-buttons div,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-controls .owl-buttons div,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-controls .owl-buttons div {
  top: 50%;
  margin-top: -20px;
}
body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-prev, body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-next,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-controls .owl-buttons div.owl-prev,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-controls .owl-buttons div.owl-next,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-prev,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-next,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-controls .owl-buttons div.owl-prev,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-controls .owl-buttons div.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #2d2a26;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  background-position-y: 1px;
  background-color: #fff;
  transition: all 300ms ease-in-out;
}
body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-prev:hover, body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-prev:active, body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-next:hover, body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-next:active,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-controls .owl-buttons div.owl-prev:active,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-controls .owl-buttons div.owl-next:active,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-prev:active,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-next:active,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-controls .owl-buttons div.owl-prev:active,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-controls .owl-buttons div.owl-next:active {
  background-color: #F7BED8 !important;
  border-color: #D67786;
}
body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-prev,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-controls .owl-buttons div.owl-prev,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-prev,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -5px;
  background-image: url("assets/img/m23-arrow-left.svg");
}
body.minetan-2023 .m-instagram-tiles #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-next,
body.minetan-2023 .m-instagram-tiles #instafeed.owl-theme .owl-controls .owl-buttons div.owl-next,
body.minetan-2023 .instagram-slider-block #product-instagram-owl.owl-theme .owl-controls .owl-buttons div.owl-next,
body.minetan-2023 .instagram-slider-block #instafeed.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -5px;
  background-image: url("assets/img/m23-arrow-right.svg");
}
body.minetan-2023 .m-instagram-tiles + main.container {
  display: none;
}
body.minetan-2023 .section-home-photos {
  padding: 40px 0;
}
body.minetan-2023 .section-home-photos .wrapper {
  max-width: 1414px;
}
@media (max-width: 479px) {
  body.minetan-2023 .section-home-photos .wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.minetan-2023 .section-home-photos .photos-tiles {
  display: flex;
  margin: 0 -12px;
}
body.minetan-2023 .section-home-photos .photos-tiles figure {
  padding: 0 12px;
}
body.minetan-2023 .section-home-photos .photos-tiles figure img {
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 479px) {
  body.minetan-2023 .section-home-photos .photos-tiles {
    margin: 0 -4px;
  }
  body.minetan-2023 .section-home-photos .photos-tiles figure {
    padding: 0 4px;
  }
}
body.minetan-2023 .home-pro-testimonials-block-hold + .section-home-photos {
  padding-top: 0;
  margin-top: -25px;
}
body.minetan-2023.page-template-pt-warranty .forms-page-banner {
  padding: 40px 0 64px;
}
@media (max-width: 767px) {
  body.minetan-2023.page-template-pt-warranty .forms-page-banner {
    padding: 40px 0 32px;
  }
}
body.minetan-2023.page-template-pt-warranty .forms-page-content .gform_wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body.minetan-2023.page-template-pt-warranty .forms-page-content .gfield {
  margin: 0 0 34px;
}
@media (max-width: 479px) {
  body.minetan-2023.page-template-pt-warranty .forms-page-content .gfield {
    margin-bottom: 30px;
  }
}
body.minetan-2023.page-template-pt-warranty .forms-page-content .gfield.gfield--type-html:not(:first-child) {
  margin-top: 56px;
}
body.minetan-2023.page-template-pt-warranty .forms-page-content .gfield.default-input {
  margin-bottom: 36px;
}
body.minetan-2023.page-template-pt-warranty .forms-page-content .gfield.default-input .gfield_label {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  body.minetan-2023.page-template-pt-warranty .forms-page-content .gfield.default-input.address-field {
    margin-bottom: 12px;
  }
}
body.minetan-2023.page-template-pt-warranty .forms-page-content .gfield.sub_option_block {
  background: #f7f5f4;
  padding: 28px 32px;
  margin-bottom: 0;
  border-radius: 5px;
}
body.minetan-2023.page-template-pt-warranty .forms-page-content .gfield.sub_option_block .gfield_label_before_complex {
  display: block;
}
body.minetan-2023.page-template-pt-warranty .forms-page-content .gfield.sub_option_block + :not(.sub_option_block) {
  margin-top: 20px !important;
}
body.minetan-2023.page-template-pt-warranty .forms-page-content .gfield.sub_option_block.gfield--type-radio {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -5px;
  padding-top: 0;
}
body.minetan-2023.page-template-pt-warranty .forms-page-content .gfield.sub_option_block.gf_list_4col .gfield_checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
body.minetan-2023 .ginput_container_date .screen-reader-text {
  display: none;
}
body.minetan-2023 .forms-page-banner {
  text-align: center;
  padding: 70px 0 60px;
}
body.minetan-2023 .forms-page-banner h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 7px;
}
body.minetan-2023 .forms-page-banner h1 + p {
  margin-top: 44px;
}
@media (max-width: 767px) {
  body.minetan-2023 .forms-page-banner h1 + p {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .forms-page-banner h1 {
    font-size: 32px;
    letter-spacing: 0.96px;
    line-height: 1;
    text-align: left;
  }
}
body.minetan-2023 .forms-page-banner .subtitle {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  body.minetan-2023 .forms-page-banner .subtitle {
    margin-bottom: 28px;
  }
}
body.minetan-2023 .forms-page-banner .subtitle + p {
  margin-top: 44px;
}
@media (max-width: 767px) {
  body.minetan-2023 .forms-page-banner .subtitle + p {
    margin-top: 28px;
  }
}
body.minetan-2023 .forms-page-banner .subtitle.subtitle-top {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .forms-page-banner .subtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.54px;
  }
}
body.minetan-2023 .forms-page-banner p {
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.48px;
  margin: 0 auto;
  max-width: 850px;
}
@media (max-width: 767px) {
  body.minetan-2023 .forms-page-banner p {
    text-align: left;
  }
}
body.minetan-2023 .forms-page-banner .btn {
  display: block;
  margin: 36px auto 0;
  width: 374px;
  height: 51px;
  border-radius: 4px;
  line-height: 49px;
  padding: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
}
body.minetan-2023 .forms-page-content {
  padding: 0 0 100px;
}
body.minetan-2023 .forms-page-content .wrapper {
  max-width: 950px;
}
body.minetan-2023 .forms-page-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.minetan-2023 .forms-page-content h2 {
  color: #E9656D;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  body.minetan-2023 .forms-page-content h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.72px;
  }
}
body.minetan-2023 .forms-page-content .gfield_label {
  color: #2D2A26;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.48px;
  margin: 0 0 5px;
}
body.minetan-2023 .forms-page-content .gfield_label .gfield_required {
  display: inline !important;
  color: #E9656D;
  margin-left: 2px;
}
body.minetan-2023 .forms-page-content .gfield_required {
  display: inline !important;
  color: #E9656D;
  margin-left: 2px;
}
body.minetan-2023 .forms-page-content .default-input .gfield_label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}
body.minetan-2023 .forms-page-content .gfield.default-input {
  margin-bottom: 26px;
}
body.minetan-2023 .forms-page-content .ginput_container label {
  color: #2D2A26;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.48px;
}
body.minetan-2023 .forms-page-content .gfield {
  margin: 0 0 39px;
  position: relative;
  margin: 0 0 24px;
}
@media (max-width: 479px) {
  body.minetan-2023 .forms-page-content .gfield {
    margin-bottom: 30px;
  }
}
body.minetan-2023 .forms-page-content .gfield.gfield--type-address {
  margin-bottom: 27px;
}
body.minetan-2023 .forms-page-content .gfield.gfield--type-fileupload + .gfield--type-html {
  margin-top: 60px;
}
body.minetan-2023 .forms-page-content .gfield .gfield_description {
  color: #2D2A26;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.48px;
  margin: 0 0 24px;
}
body.minetan-2023 .forms-page-content .gfield .gfield_description.gform_fileupload_rules {
  font-size: 14px;
  font-family: "brandon-grotesque", sans-serif;
  margin: 9px 0 0;
  display: block;
  font-style: italic;
  letter-spacing: 0.42px;
}
body.minetan-2023 .forms-page-content .gfield .gfield_description.validation_message {
  color: #ff5d5e;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  font-style: normal;
  position: absolute;
  bottom: -20px;
  margin: 0;
}
body.minetan-2023 .forms-page-content .gfield.agreement .gfield_checkbox {
  columns: auto;
}
body.minetan-2023 .forms-page-content .gfield.agreement .gfield_checkbox label {
  line-height: 28px;
}
body.minetan-2023 .forms-page-content .gfield.agreement .gfield_checkbox > li .chk-area {
  top: 4px;
}
body.minetan-2023 .forms-page-content .gfield.hidden_label .gfield_label {
  display: none !important;
}
body.minetan-2023 .forms-page-content .gfield.gfield_error input[type=text] {
  border-color: #E9656D;
}
body.minetan-2023 .forms-page-content .gfield_radio {
  padding-left: 16px;
  margin-top: 10px;
}
@media (max-width: 479px) {
  body.minetan-2023 .forms-page-content .gfield_radio {
    padding-left: 0;
  }
}
body.minetan-2023 .forms-page-content .gfield_radio > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 36px;
  margin: 0 0 8px;
}
body.minetan-2023 .forms-page-content .gfield_radio > li .rad-area {
  width: 20px;
  height: 20px;
  border: 1px solid #acabab;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -10px 0 0 0;
  float: none;
  cursor: pointer;
}
body.minetan-2023 .forms-page-content .gfield_radio > li .rad-area > span {
  width: 0;
  height: 0;
  transition: all 300ms ease-in-out;
  margin: 0;
  left: 50%;
  top: 50%;
  background: #E9656D;
  display: block;
  position: absolute;
  border-radius: 50%;
}
body.minetan-2023 .forms-page-content .gfield_radio > li .rad-area.rad-checked {
  background: none !important;
  width: 20px;
  height: 20px;
  border: 1px solid #E9656D;
}
body.minetan-2023 .forms-page-content .gfield_radio > li .rad-area.rad-checked > span {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
}
body.minetan-2023 .forms-page-content .gfield_radio > li [type=radio] {
  display: flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #acabab;
  margin: 0 15px 0 0;
}
body.minetan-2023 .forms-page-content .gfield_radio > li [type=text] {
  max-width: 338px;
  padding: 5px 15px;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  margin: 15px -12px;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox > li .chk-checked {
  background: none !important;
  width: 20px;
  height: 20px;
  border: 1px solid #E9656D;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox > li .chk-area {
  right: 26px;
  top: 24px;
  border: none;
  left: auto;
  opacity: 0;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox > li .chk-area > span {
  background: url("assets/img/m23-icon-checkmark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  transition: all 300ms ease-in-out;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox > li .chk-area.chk-checked {
  opacity: 1;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox > li .chk-area.chk-checked > span {
  width: 23px;
  height: 23px;
  margin-left: -11.5px;
  margin-top: -11.5px;
  display: block;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox li {
  width: 25%;
  float: left;
  padding: 11px 12px;
  flex: 1 0 25%;
  max-width: 25%;
  margin-bottom: 0px;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox li:nth-child(4n+1) {
  clear: left;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox:after {
  content: "";
  display: block;
  clear: both;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  margin: 0 -12px;
  padding: 0;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio li {
  width: 25%;
  float: left;
  padding: 11px 12px;
  flex: 1 0 25%;
  max-width: 25%;
  margin-bottom: 0px;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio li:nth-child(4n+1) {
  clear: left;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio:after {
  content: "";
  display: block;
  clear: both;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio > li .rad-area {
  right: 26px;
  top: 24px;
  border: none;
  left: auto;
  opacity: 0;
  margin: 0;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio > li .rad-area > span {
  background: url("assets/img/m23-icon-checkmark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio > li .rad-area.rad-checked {
  opacity: 1;
}
body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio > li .rad-area.rad-checked > span {
  width: 23px;
  height: 23px;
  margin-left: -11.5px;
  margin-top: -11.5px;
  display: block;
}
body.minetan-2023 .forms-page-content .gf_list_4col .ginput_container label {
  display: block;
  border: 1px solid #acabab;
  text-align: center;
  padding: 6px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 189px;
  justify-content: flex-start;
  width: 100%;
  border-radius: 5px;
  letter-spacing: 0.45px;
  font-size: 15px;
  line-height: 22px;
  background: #fff;
  cursor: pointer;
}
body.minetan-2023 .forms-page-content .gf_list_4col .ginput_container label:hover {
  border-color: #E9656D;
}
body.minetan-2023 .forms-page-content .gf_list_4col .ginput_container label img {
  margin-top: 8px;
  height: 96px;
  width: 100%;
  margin-bottom: 16px;
  object-fit: contain;
  object-position: center;
}
body.minetan-2023 .forms-page-content .gf_list_4col .ginput_container label span {
  display: block;
  margin: 5px 0 0;
}
body.minetan-2023 .forms-page-content .gf_list_4col .ginput_container label.chk-label-active {
  border: 2px solid #E9656D;
}
body.minetan-2023 .forms-page-content .gf_list_4col .ginput_container label.jcf-label-active {
  border: 2px solid #E9656D;
}
body.minetan-2023 .forms-page-content .gfield_checkbox {
  columns: 2 auto;
}
body.minetan-2023 .forms-page-content .gfield_checkbox > li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 36px;
  margin: 0 0 24px;
}
body.minetan-2023 .forms-page-content .gfield_checkbox > li #field_16_21 .input_16_21 {
  columns: 1;
}
body.minetan-2023 .forms-page-content .gfield_checkbox > li #field_16_21 .input_16_21 li {
  padding-left: 0;
}
body.minetan-2023 .forms-page-content .gfield_checkbox > li [type=checkbox] {
  display: flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #acabab;
  margin: 0 15px 0 0;
}
body.minetan-2023 .forms-page-content .gfield_checkbox > li label {
  line-height: 20px;
}
body.minetan-2023 .forms-page-content .gfield_checkbox > li .chk-area {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  float: none;
  cursor: pointer;
  border: 1px solid #acabab;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
body.minetan-2023 .forms-page-content .gfield_checkbox > li .chk-area.chk-checked {
  background: url(assets/img/check-icon-sm.png) no-repeat #E9656D;
  background-size: 14px;
  background-position: center;
}
body.minetan-2023 .forms-page-content input[type=text],
body.minetan-2023 .forms-page-content input[type=tel],
body.minetan-2023 .forms-page-content input[type=email] {
  display: block;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  letter-spacing: 0.48px;
  border: 1px solid #acabab;
  background-color: #FEFCFB;
  padding: 13px 15px;
  transition: all 0.2s;
}
body.minetan-2023 .forms-page-content input[type=text]:focus,
body.minetan-2023 .forms-page-content input[type=tel]:focus,
body.minetan-2023 .forms-page-content input[type=email]:focus {
  border-color: #707070;
  transition: all 0.2s;
}
body.minetan-2023 .forms-page-content input[type=text].LV_invalid_field,
body.minetan-2023 .forms-page-content input[type=tel].LV_invalid_field,
body.minetan-2023 .forms-page-content input[type=email].LV_invalid_field {
  border-color: #E9656D;
  transition: all 0.2s;
}
body.minetan-2023 .forms-page-content input[type=text].LV_valid_field,
body.minetan-2023 .forms-page-content input[type=tel].LV_valid_field,
body.minetan-2023 .forms-page-content input[type=email].LV_valid_field {
  border-color: #2A9FA7;
  transition: all 0.2s;
}
body.minetan-2023 .forms-page-content select {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #acabab;
  background-color: #FEFCFB;
  padding: 10px 15px;
  transition: all 0.2s;
}
body.minetan-2023 .forms-page-content select:focus, body.minetan-2023 .forms-page-content select:selected {
  border-color: #707070;
  transition: all 0.2s;
}
body.minetan-2023 .forms-page-content select.LV_invalid_field {
  border-color: #E9656D;
  transition: all 0.2s;
}
body.minetan-2023 .forms-page-content select.LV_valid_field {
  border-color: #2A9FA7;
  transition: all 0.2s;
}
body.minetan-2023 .forms-page-content .LV_valid_field.select-area {
  border-color: #2A9FA7;
}
body.minetan-2023 .forms-page-content .gf_left_half {
  float: left;
  padding: 0 20px;
  padding-left: 0px;
}
body.minetan-2023 .forms-page-content .gf_right_half {
  float: left;
  padding: 0 20px;
  padding-right: 0px;
}
body.minetan-2023 .forms-page-content .gf_right_half + .gfield {
  clear: left;
}
body.minetan-2023 .forms-page-content .select-area {
  border-radius: 4px;
  border: 1px solid #acabab;
  background-color: #FEFCFB;
  float: none;
  clear: both;
  width: 100% !important;
  display: block;
  font-size: 16px;
  letter-spacing: 0.48px;
  height: 52px;
  cursor: pointer;
}
body.minetan-2023 .forms-page-content .select-area .center {
  padding: 15px 15px;
  color: #000;
}
body.minetan-2023 .forms-page-content .select-area select {
  width: 100% !important;
  height: 100% !important;
}
body.minetan-2023 .forms-page-content .select-area .select-opener {
  background: url("assets/img/arrow-dropdown-v2.png") no-repeat 50% 50%;
  width: 44px;
  height: 50px;
  background-size: 14px;
}
body.minetan-2023 .forms-page-content .gfield_error .select-area {
  border-color: #ff5d5e;
}
body.minetan-2023 .forms-page-content .ginput_container_checkbox {
  clear: both;
}
body.minetan-2023 .forms-page-content .ginput_container_date {
  position: relative;
}
body.minetan-2023 .forms-page-content .ginput_container_date input[type=text] {
  background: none;
  z-index: 1;
  position: relative;
}
body.minetan-2023 .forms-page-content .ginput_container_date:after {
  content: "";
  display: block;
  background: url("assets/img/icon-open-calendar.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  position: absolute;
  right: 16px;
  top: 16px;
}
body.minetan-2023 .forms-page-content .gfield_label_before_complex {
  display: none;
}
body.minetan-2023 .forms-page-content .ginput_container_address.g_field {
  margin-bottom: 0;
}
body.minetan-2023 .forms-page-content .ginput_container_address > span {
  width: 50%;
  float: left;
  margin-bottom: 26px;
}
body.minetan-2023 .forms-page-content .ginput_container_address > span:nth-of-type(2n) {
  padding-left: 20px;
}
body.minetan-2023 .forms-page-content .ginput_container_address > span:nth-of-type(2n+1) {
  padding-right: 20px;
}
body.minetan-2023 .forms-page-content .ginput_container_address > span > label {
  margin-bottom: 8px;
  display: block;
}
body.minetan-2023 .forms-page-content .gf_clear {
  clear: both;
}
body.minetan-2023 .forms-page-content .gform_drop_instructions {
  color: #4a4a4a;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
}
body.minetan-2023 .forms-page-content .gform_drop_instructions:before {
  content: "";
  display: block;
  margin: 0 auto 28px;
  background: url("assets/img/icon-feather-upload.svg") no-repeat center;
  background-size: contain;
  width: 64px;
  height: 60px;
}
body.minetan-2023 .forms-page-content .gf-group-work-hours .gf-to-span {
  line-height: 51px;
}
@media (min-width: 1024px) {
  body.minetan-2023 .forms-page-content .gf-group-work-hours .gf-day-dropdown {
    width: 365px !important;
    margin-right: 24px;
  }
  body.minetan-2023 .forms-page-content .gf-group-work-hours .gf-start-time-dropdown,
  body.minetan-2023 .forms-page-content .gf-group-work-hours .gf-end-time-dropdown {
    width: 115px !important;
  }
  body.minetan-2023 .forms-page-content .gf-group-work-hours .gf-to-span {
    width: 46px;
  }
}
body.minetan-2023 .forms-page-content .gf-add-work-hours-row {
  background: none;
  border: none;
  color: #E9656D;
  text-decoration: underline;
  display: inline;
  text-transform: none;
  padding: 0;
}
body.minetan-2023 .forms-page-content .ginput_container_fileupload {
  border-radius: 4px;
  border: 1px solid #acabab;
  text-align: center;
  padding: 36px 20px;
}
body.minetan-2023 .forms-page-content .ginput_container_fileupload .gform_button_select_files {
  font-family: "proxima-nova", sans-serif;
  color: #E9656D;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.6px;
  border: none;
  background: none;
  display: block;
  margin: 15px auto 0;
  text-transform: lowercase;
  cursor: pointer;
}
body.minetan-2023 .forms-page-content .ginput_preview {
  display: flex;
  margin: 10px 0;
  align-items: center;
}
body.minetan-2023 .forms-page-content .ginput_preview .gform_delete {
  margin: 0 8px 0 0;
}
body.minetan-2023 .forms-page-content .ginput_preview > span {
  padding-right: 10px;
}
body.minetan-2023 .forms-page-content .ginput_preview > span:last-child {
  padding-right: 0;
}
body.minetan-2023 .forms-page-content .gform_footer {
  overflow: hidden;
}
body.minetan-2023 .forms-page-content .gform_footer.top_label input {
  display: block;
  cursor: pointer;
  background: #2D2A26;
  border: 1px solid #2D2A26;
  border-radius: 4px;
  color: #FEFCFB;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  margin: 0;
  min-height: 46px;
  min-width: 215px;
  padding: 10px 15px;
  transition: all ease 0.5s;
}
body.minetan-2023 .forms-page-content .gform_footer.top_label input:hover {
  color: #2d2a26;
  background-color: #f7bed8;
  border-color: #d67786;
}
body.minetan-2023 .forms-page-content #field_16_21 .gfield_label {
  display: none;
}
body.minetan-2023 .forms-page-content .validation_error {
  border: 1px solid #ff0000;
  padding: 10px;
  margin: 0 0 20px;
  color: #ff0000;
}
body.minetan-2023 .forms-page-content .validation_error h2 {
  font-size: 20px;
  text-transform: none;
  text-align: center;
  margin: 0;
  color: #ff0000;
}
body.minetan-2023 .forms-page-content ::placeholder {
  opacity: 0.75;
}
body.minetan-2023 #field_17_20 {
  clear: both;
}
body.minetan-2023 #field_17_18 {
  clear: both;
}
body.minetan-2023 #field_16_3 .gfield_label_before_complex,
body.minetan-2023 #field_16_4 .gfield_label_before_complex {
  display: block;
}
body.minetan-2023 #field_16_3 .gfield_checkbox,
body.minetan-2023 #field_16_4 .gfield_checkbox {
  padding-left: 16px;
}
@media (max-width: 479px) {
  body.minetan-2023 #field_16_3 .gfield_checkbox,
  body.minetan-2023 #field_16_4 .gfield_checkbox {
    padding-left: 0;
  }
}
body.minetan-2023 #field_16_3 .gfield_checkbox > li,
body.minetan-2023 #field_16_4 .gfield_checkbox > li {
  margin: 0 0 15px;
}
body.minetan-2023 #field_16_21 .gfield_checkbox {
  columns: 1;
}
body.minetan-2023 #field_16_23 {
  clear: both;
}
body.minetan-2023 #field_16_50 {
  clear: left;
}
body.minetan-2023 #field_17_2 {
  clear: left;
}
body.minetan-2023 #field_17_7 {
  clear: both;
}
body.minetan-2023 #field_17_39 {
  clear: both;
  overflow: hidden;
  margin-bottom: 9px;
  margin-top: 20px;
  float: left;
  width: 100%;
}
body.minetan-2023 #field_17_22 {
  margin-top: 20px;
}
body.minetan-2023 #field_17_91 {
  margin-top: 0;
}
body.minetan-2023 #field_16_37 {
  clear: both;
  overflow: hidden;
}
body.minetan-2023 #field_16_37 h2 {
  margin: 29px 0 5px;
}
body.minetan-2023 #field_16_21 {
  clear: both;
  padding-top: 7px;
}
body.minetan-2023 .gf_left_half, body.minetan-2023 .gf_right_half {
  width: 50%;
  padding: 0 12px;
}
body.minetan-2023 .warranty-thanks {
  text-align: center;
  padding: 0 0 56px;
}
body.minetan-2023 .warranty-thanks h1 {
  text-transform: uppercase;
  color: #4a4a4a;
  font-family: "ITC Md";
  font-size: 27px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 6px;
  margin: 13px 0 23px;
}
body.minetan-2023 .warranty-thanks p {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.35px;
  text-transform: none;
}
body.minetan-2023 .warranty-thanks-banners a {
  display: block;
  margin: 0 0 35px;
}
@media (max-width: 800px) {
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio li {
    width: 33.33%;
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio li:nth-child(4n+1) {
    clear: none;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio li:nth-child(3n+1) {
    clear: left;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox li {
    width: 33.33%;
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox li:nth-child(4n+1) {
    clear: none;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox li:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .forms-page-content .gfield_label {
    margin-bottom: 16px;
  }
  body.minetan-2023 .forms-page-content .gfield_checkbox {
    columns: 1;
  }
  body.minetan-2023 .forms-page-content .gfield_checkbox > li {
    width: 100%;
  }
  body.minetan-2023 .forms-page-content .gf_left_half {
    width: 100%;
    padding: 0;
  }
  body.minetan-2023 .forms-page-content .gf_right_half {
    width: 100%;
    padding: 0;
  }
  body.minetan-2023 .forms-page-content .ginput_container_address > span:nth-of-type(2n+1) {
    padding-right: 8px;
  }
  body.minetan-2023 .forms-page-content .ginput_container_address > span:nth-of-type(2n) {
    padding-left: 8px;
  }
  body.minetan-2023 .forms-page-content .ginput_container_radio,
  body.minetan-2023 .forms-page-content .ginput_container_checkbox {
    margin-bottom: 25px;
  }
  body.minetan-2023 .forms-page-content .ginput_container_checkbox label {
    font-size: 14px;
  }
  body.minetan-2023 .forms-page-content .gfield {
    margin: 0;
  }
}
@media (max-width: 600px) {
  body.minetan-2023 .forms-page-content .gform_footer.top_label input {
    width: 100%;
    max-width: 380px;
    min-width: 0;
  }
  body.minetan-2023 .forms-page-content h2 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.72px;
    margin: 10px 0 20px;
  }
  body.minetan-2023 .forms-page-content .ginput_container_address > span {
    float: none;
    width: 100%;
    display: block;
    padding: 0 !important;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio {
    margin-left: -12px;
    margin-right: -12px;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox {
    margin-left: -12px;
    margin-right: -12px;
  }
  body.minetan-2023 .forms-page-content input[type=text] {
    max-width: none;
  }
  body.minetan-2023 .forms-page-banner .btn {
    width: 100%;
    max-width: 380px;
    min-width: 0;
  }
}
@media (max-width: 560px) {
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio li {
    width: 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio li:nth-child(3n+1) {
    clear: none;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio li:nth-child(2n+1) {
    clear: left;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox li {
    width: 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox li:nth-child(3n+1) {
    clear: none;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox li:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 374px) {
  body.minetan-2023 .forms-page-content .ginput_container label {
    font-size: 13px;
    line-height: 18px;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio {
    margin-left: -6px;
    margin-right: -6px;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_radio li {
    padding: 6px;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox {
    margin-left: -6px;
    margin-right: -6px;
  }
  body.minetan-2023 .forms-page-content .gf_list_4col .gfield_checkbox li {
    padding: 6px;
  }
}
body.minetan-2023 .txt--script {
  display: inline-block;
  border-bottom: 1px solid #2D2A26;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 8px;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  body.minetan-2023 .txt--script {
    font-size: 18px;
    margin: 0 auto 5px;
  }
}
body.minetan-2023 .alpha-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  body.minetan-2023 .alpha-title {
    font-size: 40px;
  }
}
body.minetan-2023 .capa-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.minetan-2023 .capa-title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
body.minetan-2023 .beta-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  body.minetan-2023 .beta-title {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
body.minetan-2023 .section--column {
  padding: 70px 0 100px;
}
body.minetan-2023 .section--column .content__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body.minetan-2023 .section--column .content__inner p {
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.48px;
}
body.minetan-2023 .section--column .content__inner p a {
  display: inline-block;
  padding-left: 55px;
  padding-right: 55px;
  margin-right: 30px;
}
body.minetan-2023 .section--column .content__inner p a:last-of-type {
  margin-right: 0;
}
@media (max-width: 1023px) {
  body.minetan-2023 .section--column {
    padding: 70px 0;
  }
  body.minetan-2023 .section--column .content__inner p a,
  body.minetan-2023 .section--column .content__inner p .btn {
    display: block;
    margin: 0 auto 30px;
  }
  body.minetan-2023 .section--column .content__inner p a:last-of-type,
  body.minetan-2023 .section--column .content__inner p .btn:last-of-type {
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .section--column {
    padding: 50px 0 40px;
  }
  body.minetan-2023 .section--column .content__inner p {
    margin: 0 0 20px;
  }
}
body.minetan-2023 .section--col-2 {
  padding: 90px 0;
}
body.minetan-2023 .section--col-2 .cols {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  font-size: 0;
  margin: 0 auto;
}
body.minetan-2023 .section--col-2 .cols.img-Right {
  flex-direction: row-reverse;
}
body.minetan-2023 .section--col-2 .cols .col {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
body.minetan-2023 .section--col-2 .cols .col .alpha-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  color: #BD6D42;
  text-transform: uppercase;
}
body.minetan-2023 .section--col-2 .cols .col p {
  font-size: 16px;
  line-height: 170%;
}
body.minetan-2023 .section--col-2 .cols .col--image {
  width: 55%;
  text-align: center;
}
body.minetan-2023 .section--col-2 .cols .col--image img {
  margin: 0 auto;
}
body.minetan-2023 .section--col-2 .cols .col--content {
  width: 45%;
  font-size: initial;
}
@media (max-width: 1279px) {
  body.minetan-2023 .section--col-2 .cols .col--image img {
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.minetan-2023 .section--col-2 {
    padding: 40px 0;
  }
  body.minetan-2023 .section--col-2 .cols {
    flex-direction: column;
  }
  body.minetan-2023 .section--col-2 .cols.img-Right {
    flex-direction: column;
  }
  body.minetan-2023 .section--col-2 .cols .col {
    width: 100% !important;
  }
  body.minetan-2023 .section--col-2 .cols .col ul {
    text-align: left;
  }
  body.minetan-2023 .section--col-2 .cols .col:first-child {
    margin-bottom: 25px;
  }
  body.minetan-2023 .section--col-2 .cols .col img {
    max-height: 240px;
    margin: 0 auto;
  }
}
body.minetan-2023.page-template-pt-salon-forms .forms-page-banner {
  padding-top: 65px;
  padding-bottom: 0;
}
body.minetan-2023.page-template-pt-salon-forms h2 {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  line-height: 40px;
}
body.minetan-2023.page-template-pt-salon-forms h2 small {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-transform: none;
  font-weight: 400;
  display: block;
}
body.minetan-2023.page-template-pt-salon-forms .forms-page-content {
  padding: 39px 0 100px;
}
body.minetan-2023.page-template-pt-salon-forms .forms-page-content input[type=text] {
  max-width: none;
}
body.minetan-2023.page-template-pt-salon-forms .forms-page-content .gform_wrapper {
  max-width: 800px;
  margin: 0 auto 28px;
}
body.minetan-2023.page-template-pt-salon-forms .forms-page-content #gform_wrapper_18 .gfield_label_before_complex {
  display: block;
}
body.minetan-2023.page-template-pt-salon-forms .forms-page-content > .wrapper > p {
  font-size: 14px;
  line-height: 19px;
}
body.minetan-2023.page-template-pt-salon-forms .gform_confirmation_message {
  padding: 24px 0;
}
body.minetan-2023.page-template-pt-salon-forms .gform_confirmation_message h2 {
  margin-bottom: 31px;
}
body.minetan-2023.page-template-pt-salon-forms .gform_confirmation_message p {
  line-height: 20px;
}
body.minetan-2023.page-template-pt-salon-forms .gform_confirmation_message br {
  display: none;
}
body.minetan-2023.page-template-pt-salon-forms .gform_confirmation_message .btn {
  margin: 53px auto 10px;
  display: block;
  padding: 10px 0 12px;
  border-radius: 3px;
  width: auto;
  max-width: 380px;
}
body.minetan-2023.page-template-pt-salon-forms .gfield_visibility_hidden {
  display: none;
}
body.minetan-2023.page-template-pt-salon-finder .forms-page-banner {
  padding-top: 70px;
  padding-bottom: 47px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  body.minetan-2023.page-template-pt-salon-finder .forms-page-banner {
    padding-top: 32px;
    padding-bottom: 30px;
    margin-bottom: 36px;
  }
}
body.minetan-2023.page-template-pt-salon-finder .forms-page-banner:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 430px;
  height: 1px;
  margin-left: -215px;
  background: #2D2A26;
}
@media (max-width: 479px) {
  body.minetan-2023.page-template-pt-salon-finder .forms-page-banner:after {
    width: calc(100% - 40px);
    left: 20px;
    margin-left: 0;
  }
}
body.minetan-2023.page-template-pt-salon-finder .forms-page-banner p {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.6px;
  max-width: 970px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  body.minetan-2023.page-template-pt-salon-finder .forms-page-banner p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.48px;
  }
}
body.minetan-2023.page-template-pt-salon-finder .forms-page-banner h1 {
  color: #2D2A26;
  line-height: 55px;
  font-size: 48px;
  letter-spacing: 1.44px;
  font-weight: 700;
  max-width: none;
  margin: 0 auto;
}
body.minetan-2023.page-template-pt-salon-finder .forms-page-banner h1 + p {
  margin-top: 36px;
}
body.minetan-2023.page-template-pt-salon-finder .wrapper {
  max-width: 1432px;
}
body.minetan-2023 #extensions_message_19_7 {
  display: none;
}
body.minetan-2023 .salon-finder-content .action-panel {
  margin: 0 0 58px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  body.minetan-2023 .salon-finder-content .action-panel {
    justify-content: flex-end;
    margin-bottom: 40px;
  }
}
body.minetan-2023 .salon-finder-content .action-panel .location-filter {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .salon-finder-content .action-panel .location-filter {
    margin: 0;
    width: 100%;
  }
}
body.minetan-2023 .salon-finder-content .action-panel .location-filter label {
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0.72px;
  font-family: "brandon-grotesque", sans-serif;
  margin: 0 0 20px;
  display: block;
  color: #bd6d42;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  body.minetan-2023 .salon-finder-content .action-panel .location-filter label {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}
body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group {
  float: left;
}
@media (max-width: 1023px) {
  body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group {
    width: 100%;
  }
}
body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group:after {
  content: "";
  display: block;
  clear: both;
}
body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group .hold {
  position: relative;
  padding-right: 211px;
  box-sizing: border-box;
  width: 446px;
  float: left;
  margin-right: 40px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group .hold {
    width: calc(100% - 292px - 30px);
    margin-right: 30px;
  }
}
@media (max-width: 800px) {
  body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group .hold {
    padding-right: 110px;
  }
}
@media (max-width: 700px) {
  body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group .hold {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group input {
  width: 100%;
  border: 1px solid #2D2A26;
  height: 50px;
  font-size: 16px;
  padding: 0 17px;
  letter-spacing: 0.48px;
  font-family: "proxima-nova", sans-serif;
  line-height: 48px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
}
body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group .btn {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 212px;
  font-size: 19px;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  line-height: 48px;
  height: 50px;
  border: 1px solid #2D2A26;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}
@media (max-width: 800px) {
  body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group .btn {
    width: 111px;
  }
}
body.minetan-2023 .salon-finder-content .action-panel > .link {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-transform: none;
  margin: 35px 0 0;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  body.minetan-2023 .salon-finder-content .action-panel > .link {
    margin: 24px 0 0;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .salon-finder-content .action-panel > .link {
    font-size: 16px;
  }
}
body.minetan-2023 .salon-finder-content .detect-location {
  padding: 12px 22px 12px 66px;
  position: relative;
  display: block;
  float: left;
  border: 1px solid #2E2A26;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
  border-radius: 4px;
  background: #FEFCFB;
  transition: all 0.25s;
}
@media (max-width: 1023px) {
  body.minetan-2023 .salon-finder-content .detect-location {
    width: 292px;
  }
}
body.minetan-2023 .salon-finder-content .detect-location:hover {
  background-color: #F7BED8;
}
body.minetan-2023 .salon-finder-content .detect-location:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 23px;
  top: 12px;
  background: url("assets/img/salon-finder/location-icon.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 700px) {
  body.minetan-2023 .salon-finder-content .detect-location {
    width: 100%;
    padding: 12px 20px;
    text-align: center;
  }
  body.minetan-2023 .salon-finder-content .detect-location:before {
    position: initial;
    display: inline-block;
    margin: 0 16px -5px 0;
  }
}
body.minetan-2023 .salon-finder-content .finder-holder {
  height: 868px;
  margin-bottom: 80px;
  border: 1px solid #2D2A26;
  border-radius: 4px;
  overflow: hidden;
  background-color: #FEFCFB;
}
@media (max-width: 1023px) {
  body.minetan-2023 .salon-finder-content .finder-holder {
    margin-bottom: 25px;
  }
}
body.minetan-2023 .salon-finder-content .finder-holder .hold-list-scroll {
  height: 100%;
}
body.minetan-2023 .salon-finder-content .finder-holder:after {
  content: "";
  display: block;
  clear: both;
}
body.minetan-2023 .salon-finder-content .finder-holder .no-results {
  display: none;
  font-style: italic;
  padding: 18px 22px;
  font-size: 16px;
}
body.minetan-2023 .salon-finder-content .finder-holder.with-thumbs .list-view {
  width: 448px;
}
body.minetan-2023 .salon-finder-content .finder-holder.with-thumbs .map-view {
  width: calc(100% - 448px);
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view {
  height: 100%;
  width: 330px;
  float: left;
  border-right: 1px solid #2D2A26;
}
@media (max-width: 1023px) {
  body.minetan-2023 .salon-finder-content .finder-holder .list-view {
    border-right: none;
  }
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li {
  width: 100%;
  border-top: 1px solid #2D2A26;
  border-bottom: none;
  padding: 25px 34px 16px 84px;
  position: relative;
  min-height: 80px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li:first-child {
  border-top: none;
}
@media (max-width: 1023px) {
  body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li {
    display: none;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.visible {
    display: block;
  }
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.with-thumb {
  padding-right: 142px;
  padding-left: 95px;
  min-height: 94px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.with-thumb .thumbnail {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 94px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.with-thumb .thumbnail figure {
  width: 94px;
  height: 94px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 24px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.with-thumb .thumbnail a.site-link {
  display: flex;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.with-thumb .thumbnail a.site-link i {
  font-size: 20px;
  margin: 0 7px 0 0;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.with-thumb .thumbnail a.site-link span {
  display: inline;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.with-thumb address {
  margin-bottom: 12px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.with-thumb .phone {
  margin-bottom: 12px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.with-thumb .social-icons {
  display: none;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .marker {
  display: block;
  position: absolute;
  left: 24px;
  top: 24px;
  width: 37px;
  height: 50px;
  background: url("assets/img/salon-finder/marker-o.svg") no-repeat center;
  background-size: contain;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.active .marker {
  background-image: url("assets/img/salon-finder/marker-h.svg");
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li.hide {
  display: none;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .distance {
  display: block;
  position: absolute;
  left: 24px;
  top: 90px;
  color: #3d3d3d;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.17px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li h4 {
  margin: 0 0 10px;
  font-family: "brandon-grotesque", sans-serif;
  color: #2D2A26;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
  max-width: 230px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li h4.with-thumbs {
  max-width: 165px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .type {
  font-style: italic;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li address {
  font-style: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 21px;
  margin: 0 0 4px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .phone {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 21px;
  margin: 0 0 4px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .direction-link {
  color: #E9656D;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  letter-spacing: 0.42px;
  text-decoration: underline;
  line-height: 19px;
  text-transform: uppercase;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .schedule {
  font-size: 12px;
  letter-spacing: 0.36px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li a.site-link {
  text-decoration: none;
  display: flex !important;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li a.site-link span {
  display: none;
  color: #E9656D;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.36px;
  text-decoration: underline;
  margin-left: 6px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li a.site-link.only-one span {
  display: block;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .social-icons {
  margin: 14px 0 0;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .social-icons:after {
  content: "";
  display: block;
  clear: both;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .social-icons a {
  display: block;
  float: left;
  margin: 0 14px 0 0;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .social-icons a i {
  font-size: 20px;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .social-icons a.insta-link {
  background: url("assets/img/salon-finder/insta-icon.svg") no-repeat center;
  background-size: contain;
}
body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li .social-icons a.fb-link {
  background: url("assets/img/salon-finder/fb-icon.svg") no-repeat center;
  background-size: contain;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view {
  width: calc(100% - 330px);
  float: left;
  height: 100%;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item {
  background: #fff;
  border: 1px solid #000;
  padding: 13px 18px 17px;
  width: 223px;
  box-sizing: border-box;
  position: relative;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item.with-thumbnail {
  width: 354px;
  min-height: 132px;
  padding-left: 145px;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item.with-thumbnail .thumbnail {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 115px;
  height: 108px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item.with-thumbnail .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item.with-thumbnail a.site-link {
  display: none;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item h4 {
  color: #2D2A26;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.22px;
  text-transform: none;
  margin: 0 0 4px;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item .phone,
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item address {
  color: #2D2A26;
  font-size: 12px;
  letter-spacing: 0.15px;
  line-height: 19px;
  font-style: normal;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item .site-link {
  color: #2D2A26;
  font-size: 11px;
  letter-spacing: 0.14px;
  line-height: 19px;
  text-decoration: underline;
  margin-right: 5px;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item .direction-link {
  color: #E9656D;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14px;
  line-height: 19px;
  text-decoration: underline;
  text-transform: uppercase;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #000000 transparent transparent transparent;
  z-index: 1;
}
body.minetan-2023 .salon-finder-content .finder-holder .map-view .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
}
body.minetan-2023 .salon-finder-content .btn-hold {
  display: none;
  justify-content: center;
  margin-bottom: 55px;
}
@media (max-width: 1023px) {
  body.minetan-2023 .salon-finder-content .btn-hold {
    display: flex;
  }
}
body.minetan-2023 .salon-finder-content .btn-hold .btn {
  min-width: 220px;
}
@media (max-width: 479px) {
  body.minetan-2023 .salon-finder-content .btn-hold .btn {
    width: 100%;
  }
}
body.minetan-2023 .salon-finder-bottom {
  text-align: center;
  margin: 0 0 125px;
  background: #F6EAE3;
  padding: 80px 0;
}
@media (max-width: 479px) {
  body.minetan-2023 .salon-finder-bottom {
    text-align: left;
  }
}
body.minetan-2023 .salon-finder-bottom h2 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 500;
  margin: 0 0 30px;
}
body.minetan-2023 .salon-finder-bottom p {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.6px;
}
body.minetan-2023 .salon-finder-bottom .btn {
  margin: 15px 0 0;
  border-radius: 3px;
  width: auto;
  padding: 12px 22px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  min-width: 262px;
}
@media (max-width: 479px) {
  body.minetan-2023 .salon-finder-bottom .btn {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  body.minetan-2023 #salon-map {
    position: absolute !important;
    width: 800px;
    height: 600px;
    z-index: -1;
  }
  body.minetan-2023 .salon-finder-content .finder-holder {
    height: auto;
  }
  body.minetan-2023 .salon-finder-content .finder-holder .list-view {
    width: 100% !important;
  }
  body.minetan-2023 .salon-finder-content .finder-holder .list-view ul li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 829px) {
  body.minetan-2023.page-template-pt-salon-finder #main {
    height: auto;
  }
}
@media (max-width: 479px) {
  body.minetan-2023 .salon-finder-bottom h2, body.minetan-2023.page-template-pt-salon-finder .forms-page-banner h1, body.minetan-2023.page-template-pt-salon-forms .forms-page-banner h1 {
    font-size: 32px;
    line-height: 48px;
  }
  body.minetan-2023 .salon-finder-bottom h2 {
    line-height: 44px;
  }
  body.minetan-2023.page-template-pt-salon-finder .forms-page-banner h1 + p, body.minetan-2023.page-template-pt-salon-forms .forms-page-banner h1 + p {
    margin-top: 20px;
  }
  body.minetan-2023.page-template-pt-salon-forms h2 {
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 20px 0 20px;
  }
  body.minetan-2023.page-template-pt-salon-forms .forms-page-banner {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  body.minetan-2023.page-template-pt-salon-forms .forms-page-content {
    padding: 7px 0 20px;
  }
  body.minetan-2023.page-template-pt-salon-forms .forms-page-content > .wrapper > p {
    font-size: 11px;
    line-height: 15px;
  }
  body.minetan-2023.page-template-pt-salon-forms .forms-page-content .gfield {
    margin: 0 0 28px;
  }
  body.minetan-2023.page-template-pt-salon-forms .forms-page-content .gfield_label {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    margin: 0 0 7px;
  }
  body.minetan-2023.page-template-pt-salon-forms .forms-page-content .gfield_radio > li {
    padding-left: 33px;
    margin: 17px 0 10px;
  }
  body.minetan-2023.page-template-pt-salon-forms .forms-page-content .ginput_container_fileupload {
    padding: 22px 20px;
  }
  body.minetan-2023.page-template-pt-salon-forms .forms-page-content .ginput_container_fileupload .gform_button_select_files {
    font-size: 14px;
  }
  body.minetan-2023.page-template-pt-salon-forms .forms-page-content .gform_drop_instructions {
    overflow: hidden;
    display: block;
    height: 58px;
  }
  body.minetan-2023.page-template-pt-salon-forms .forms-page-content .gform_drop_instructions:before {
    height: 47px;
  }
  body.minetan-2023.page-template-pt-salon-form .forms-page-content .gform_footer.top_label input, body.minetan-2023.page-template-pt-salon-form .forms-page-banner .btn {
    margin-top: 0;
  }
  body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group .hold {
    padding-right: 97px;
  }
  body.minetan-2023 .salon-finder-content .action-panel .location-filter .search-form-group .btn {
    width: 98px;
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

/*# sourceMappingURL=style.css.map */
