.tip-section__text a, .tip-section__text a:hover, .tip-section__text a:focus {
  color: #cdab71;
  text-decoration: none; }

.review-section__title {
  text-align: center; }

.loader, .loader-line {
  display: grid;
  place-items: center; }

.popup-overlay.open, .tab-section.tab-active, .tip-section.tip-active {
  visibility: visible;
  opacity: 1; }

.hidden, .tab-section, .tab-section__image-success, .tip-section {
  visibility: hidden; }

.btn.disabled, .shopify-payment-button .disabled.shopify-payment-button__button--unbranded, .popup-container.disable {
  pointer-events: none; }

.loader-line.visible, .popup-overlay {
  opacity: 1; }

.loader-line {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  height: 100%;
  opacity: 0;
  transition: opacity .4s; }

.loader {
  height: 2px;
  position: relative;
  width: 50%; }

.loader::after, .loader::before {
  box-sizing: border-box;
  content: '';
  position: absolute; }

.loader.spin::before {
  animation: 0.8s cubic-bezier(0, 0, 0.03, 0.9) infinite loader-4;
  background-color: #3C1F1B;
  height: 2px;
  width: 6vmin; }

@keyframes loader-4 {
  0%,100%,44%,88.1% {
    transform-origin: left; }

  0%,100%,88% {
    transform: scaleX(0); }

  44.1%,88% {
    transform-origin: right; }

  33%,44% {
    transform: scaleX(1); } }

.hidden {
  display: none; }

.uploadcare--dialog__container {
  transform: scale(0.001); }

.upload-options .radio-option-type .radio {
  margin-bottom: 0; }

.radio-option-type .checkmark {
  top: 3px; }

.popup-container.transparent, .popup-overlay.hiding {
  opacity: 0; }

.popup-container {
  opacity: 1;
  transition: opacity .3s; }

.authenticate-btn {
  /*background: #cdab71;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin: auto auto 20px;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  transition: .5s;
  width: max-content;
  cursor: pointer;
  height: 37px;
  min-width: 166px; */}

.checkmark, .popup-container, .radio-wrap input:checked ~ .checkmark {
  background-color: #fff; }

.form-block__title, .uploadcare--text.uploadcare--text_size_extra-large {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-align: center; }

.buttton-wrap {
  display: flex;
  justify-content: center;
  width: 100%; }

.checkmark {
  border: 1px solid #cdab71;
  border-radius: 50%;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px; }

.checkmark:after {
  content: "";
  display: none;
  position: absolute; }

.container-popup-header {
  position: absolute;
  right: 0;
  top: 0; }

.form-block-tabs, .item-required, .popup-btn__close, .popup-container {
  position: relative; }

.form-block.block-tips {
  flex-grow: 1;
  max-width: 787px; }

.form-block.step-first {
  min-width: 210px; }

.form-block__description {
  margin-bottom: 20px;
  text-align: center; }

.form-block__title {
  margin-bottom: 5px; }

.form-block-tabs {
  width: 100%; }

.item-required:after {
  color: red;
  content: "*";
  display: block;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px; }

.options-disable, .upload-options.disabled {
  opacity: .8;
  pointer-events: none; }

.popup-btn__close {
  cursor: pointer;
  display: block;
  height: 40px;
  opacity: .8;
  right: 20px;
  top: 20px;
  transition: .3s;
  width: 40px; }

.popup-btn__close:after {
  transform: rotate(-45deg); }

.popup-btn__close:before {
  transform: rotate(45deg); }

/*.popup-btn__close:after, .popup-btn__close:before {
  background-color: #cdab71;
  content: "";
  height: 30px;
  position: absolute;
  right: 18px;
  top: 10px;
  width: 3px; }*/

.popup-btn__close:hover {
  opacity: 1; }

.popup-container {
  color: #161616;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 5% auto;
  max-width: 1317px;
  min-height: 600px;
  overscroll-behavior: none;
  padding: 45px 30px;
  width: 90%; }

.popup-overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  max-height: 100vh;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .3s;
  z-index: -1; }

.product_checkout, .radio-wrap, .tabs {
  position: relative; }

.popup-overlay.open {
  display: block;
  z-index: 9999; }

.popup-page {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  width: auto; }

.popup-page .main-content {
  position: relative;
  z-index: 1111; }

.popup-sections__row {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 20px; }

.radio-wrap, .radio-wrap input:checked ~ .checkmark::after {
  display: block; }

.product_checkout {
  z-index: 10; }

.radio-wrap {
  margin-bottom: 12px;
  moz-user-select: none;
  ms-user-select: none;
  padding-left: 25px;
  user-select: none;
  webkit-user-select: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px; }

.radio-wrap .checkmark::after {
  background: #cdab71;
  border-radius: 50%;
  height: 8px;
  left: 3px;
  top: 3px;
  width: 8px; }

.radio-wrap input {
  cursor: pointer;
  opacity: 0;
  position: absolute; }

.scroll-container {
  direction: ltr;
  overflow-y: auto;
  scrollbar-color: #CDAB71 #f2f2f2;
  scrollbar-width: 3px; }

.scroll-container .radio-option-type .radio-wrap {
  color: #161616;
  font-size: 17px;
  height: 26px;
  padding: 3px 0 3px 28px; }

.scroll-container.upload-options {
  max-height: 142px; }

.scroll-container::-webkit-scrollbar {
  width: 7px; }

.scroll-container::-webkit-scrollbar-thumb {
  background-color: #cdab71;
  border: 6px solid #cdab71;
  border-left: 0;
  border-radius: 100px;
  border-right: 0;
  width: 3px; }

.scroll-container::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 20px;
  width: 7px; }

.scroll-container:-webkit-scrollbar-color {
  color: #cdab71; }

.scroll-wrapper {
  height: 142px;
  overflow: hidden; }

.tabs {
  min-height: 164px;
  transition: .3s; }

.tab-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: opacity .4s; }

.tab-section.scroll-container {
  max-height: 380px;
  padding-right: 10px;
  padding-top: 5px; }

.tab-section__content {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-basis: 95px;
  flex-direction: column;
  min-height: 90px;
  min-width: 95px;
  position: relative; }

.tab-section__content.uploaded .tab-section__image-success {
  background-color: #cbeec9;
  visibility: visible; }

.tab-section__counter {
  padding: 15px;
  position: absolute;
  right: 0;
  z-index: 10; }

.tab-section__image, .tab-section__image-success {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.tab-section__image-container {
  background-color: #f2f2ea;
  border: 1px dashed #000;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%; }

.tab-section__title {
  font-size: 20px;
  font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.8px;
  color: #3C1F1B;
  }
  
 .small-text {
    font-family: "Suisse Intl" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.tips {
  min-height: 160px;
  padding-top: 25px;
  position: relative; }

.tip-section {
  opacity: 0;
  position: absolute;
  transition: opacity .3s;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
  width: 100%; }

.tip-section__content {
  align-items: center;
  border: 1px solid #cdab71;
  border-radius: 12px;
  display: flex;
  flex-basis: 180px;
  flex-grow: 1;
  justify-content: center;
  min-height: 160px;
  padding: 18px;
  text-align: center; }

.uploadcare--powered-by.uploadcare--dialog__powered-by, .uploadcare--widget__button, .uploadkit {
  display: none; }

.tip-section__text {
  color: #161616;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-align: center; }

.uploadcare--button {
  border: 1px solid #cdab71;
  border-radius: 0; }

.uploadcare--button.uploadcare--button_icon.uploadcare--dialog__close {
  cursor: pointer;
  outline: 0; }

.uploadcare--button.uploadcare--button_icon.uploadcare--dialog__close:active .uploadcare--icon, .uploadcare--button.uploadcare--button_icon.uploadcare--dialog__close:focus .uploadcare--icon, .uploadcare--button.uploadcare--button_icon.uploadcare--dialog__close:hover .uploadcare--icon {
  color: #cbad73;
  fill: #CBAD73; }

.uploadcare--button.uploadcare--button_size_big.uploadcare--button_primary.uploadcare--tab__action-button, .uploadcare--widget__button.uploadcare--widget__button_type_open {
  background: #cbad73;
  border: 1px solid #cbad73;
  border-radius: 0;
  height: 60px;
  outline: 0; }

.uploadcare--button.uploadcare--camera__button.uploadcare--camera__button_type_retry, .uploadcare--button.uploadcare--footer__button.uploadcare--panel__show-files, .uploadcare--button.uploadcare--footer__button.uploadcare--preview__back {
  border-color: #cdab71;
  color: #cdab71; }

.uploadcare--button.uploadcare--footer__button.uploadcare--preview__back:active, .uploadcare--button.uploadcare--footer__button.uploadcare--preview__back:hover {
  border-color: #cdab71;
  outline: 0; }

.uploadcare--button_muted:focus, .uploadcare--button_muted:hover {
  color: #cdab71; }

.uploadcare--button_primary, .uploadcare--button_primary:focus, .uploadcare--button_primary:hover {
  background: #cdab71;
  border-color: #cdab71;
  color: #fff; }

.uploadcare--file:hover {
  background: rgba(205, 171, 113, 0.1); }

.uploadcare--file__description:focus, .uploadcare--file__description:focus .uploadcare--file__preview, .uploadcare--file__description:hover, .uploadcare--file__description:hover .uploadcare--file__preview {
  color: #cdab71; }

.uploadcare--icon.uploadcare--menu__icon:hover, .uploadcare--menu__item:hover .uploadcare--icon.uploadcare--menu__icon {
  color: #cbad73;
  fill: #CBAD73; }

.uploadcare--file_status_uploading .uploadcare--file__preview {
  background: #cdab71;
  color: #cdab71 !important; }

.uploadcare--menu__item:focus, .uploadcare--menu__item:hover, .uploadcare--progress_type_canvas {
  color: #cdab71; }

.uploadcare--input:focus {
  outline: #cdab71 solid 2px;
  outline-offset: 1px; }

.uploadcare--menu.uploadcare--panel__menu {
  background-color: #eddbcd !important; }

.uploadcare--menu__item {
  background-color: #eddbcd; }

.uploadcare--menu__item.uploadcare--menu__item_current {
  background-color: #fff; }

.uploadcare--menu__item:focus {
  box-shadow: inset 0 0 0 2px #cdab71;
  outline: 0; }

.uploadcare--menu__items {
  background-color: #eddbcd !important; }

.uploadcare--page .popup-overlay.open, .uploaded:after {
  opacity: 0; }

.uploadcare--panel__footer {
  background: #f5e1d4; }

.uploadcare--progressbar__value {
  background-color: #cdab71; }

.uploadcare--text.uploadcare--text_size_extra-large {
  color: #161616; }

.upload-options .radio-option-type {
  min-height: 35px; }

@media (max-width: 1000px) {
  .block-tips {
    display: none; }

  .form-block.step-first {
    min-width: 100%; } }
@media (min-width: 1340px) {
  .form-block.step-first {
    min-width: 310px; }

  .popup-container {
    padding: 46px 70px 26px;
    width: 1317px; } }
@media (max-width: 485px) {
  .tab-section__content {
    flex-basis: 30%;
    min-height: 100px;
    min-width: 30%; }

  .tab-section__image-container {
    margin-bottom: 11px;
    min-height: 88px; }

  .tab-section__title {
    font-size: 15px;
    line-height: 18px; } }
@media (min-width: 760px) {
  .uploadcare--dialog__container {
    border-radius: 0; } }
@media (min-width: 768px) {
  .form-block__description, .form-block__title {
    text-align: left; }

  .popup-btn__close {
    right: 30px;
    top: 20px; }

  .popup-sections__row {
    flex-direction: row; }

  .tab-section__content {
    flex-basis: 164px;
    min-height: 125px;
    min-width: 164px; }

  .tab-section__image-container {
    min-height: 125px; } }
@media (max-width: 768px) {
  .tab-section {
    gap: 15px; }

  .popup-sections__row {
    margin-bottom: 30px; }

  .popup-container {
    padding: 30px 30px 10px; }

  .tab-section__title {
    font-size: 17px; } }
@media (max-width: 400px) {
  .tab-section__content {
    flex-basis: 46%;
    min-height: 100px;
    min-width: 46%; } }
input[type=checkbox], input[type=radio] {
  display: inline-block;
  margin-right: 5px; }

.predictive-search-input {
  position: relative;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 .5em;
  height: 60px; }

.predictive-search-input-wrapper {
  position: relative;
  display: flex;
  height: 60px; }

.predictive-search-input-wrapper:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  background-color: #cdab71;
  height: 1px;
  content: "";
  opacity: 0;
  transform: scaleX(0.01);
  transition: .8s; }

.ocsearch.search.search--open .predictive-search-input-wrapper:after {
  opacity: 1;
  transform: scaleX(1); }

.predictive-search__result-group {
  padding: 30px 15px;
  margin-bottom: 80px; }

.predictive-search__results-groups-wrapper {
  height: 95vh;
  overflow-y: scroll; }

.predictive-search__results-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0; }

.predictive-search__heading-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 10px; }

.predictive-search__heading {
  font-weight: 700;
  font-size: 21px;
  color: #161616;
  text-transform: capitalize;
  line-height: 1; }

.predictive-search__results-list li {
  display: flex;
  flex-basis: 50%;
  padding: 0 5px;
  margin-bottom: 25px; }

.predictive-search__item {
  width: 100%;
  text-decoration: none; }

.predictive-search__heading-btn {
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .065em;
  text-transform: uppercase;
  color: #cbad73;
  transition: .5s; }

.predictive-search__heading-btn:hover {
  color: #161616; }

.predictive-search__item-heading {
  font-size: 1.6rem;
  line-height: 1.125;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 5px; }

.predictive-search__item-price {
  color: #4a4a4a;
  font-size: 1.4rem;
  text-decoration: none; }

.predictive-search__image-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px; }

.predictive-search__image {
  display: flex;
  background-position: center;
  transition: all .5s ease-out; }

.predictive-search__image img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.predictive-search__item:hover .predictive-search__image {
  transform: scale(1.05); }

.predictive-search-results-groups-wrapper {
  padding: 30px; }

#predictive-search {
  background-color: #FFF;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  top: 60px; }

.predictive-search__search-for-button {
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 30px; }

.predictive-search__item--term.main-btn {
  border: none;
  box-shadow: none; }

.predictive-search__no-results {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 0; }

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

@media (min-width: 768px) {
  .predictive-search__results-list li {
    flex-basis: 25%; }

  .predictive-search-input-wrapper {
    height: 80px; }

  .predictive-search__heading {
    font-size: 24px; }

  .predictive-search-input {
    font-size: 20px !important;
    height: 80px; }

  .predictive-search__heading-btn {
    font-size: 16px; }

  .predictive-search__item-heading {
    font-size: 2rem; }

  #predictive-search {
    top: 80px; } }
.font-title {
  font-family: "Montserrat", sans-serif !important; }

.font-description {
  font-family: "Open Sans", sans-serif !important; }

.legit-image-icon__flex p {
  font-family: "Open Sans", sans-serif !important; }

.feature-row__text-wrap p {
  font-family: "Open Sans", sans-serif !important; }

.card-list .card__info.blog-info .card__read-more {
  font-family: "Open Sans", sans-serif !important; }

.radio-options {
  font-family: "Open Sans", sans-serif !important; }

p.pro-option-name {
  font-family: "Open Sans", sans-serif !important; }

.center-options-container {
  font-family: "Open Sans", sans-serif !important; }

.custom-cart-button {
  font-family: "Montserrat", sans-serif !important; }



.cookie-policy p {
  font-family: "Open Sans", sans-serif !important; }

.cookie-policy h1, .cookie-policy .h1, .h2 {
  font-family: "Montserrat", sans-serif !important; }


p.customer-login__login-create a {
  padding-bottom: 5px !important; }

.errors {
  font-family: "Open Sans", sans-serif !important; }

.form-block__title {
font-family: "PP Fragment" !important;}

.tab-section__title {
font-family: "PP Fragment" !important; }

#upladcare-cart {
  font-family: "Montserrat", sans-serif !important; }

.form-block__description {
  font-family: "Open Sans", sans-serif !important; }

.tip-section__text {
  font-family: "Open Sans", sans-serif !important; }

.scroll-container .radio-option-type .radio-wrap {
  font-family: "Open Sans", sans-serif !important; }

p.popup-terms {
  font-family: "Open Sans", sans-serif !important; }

.cart-drawer__subtotal .h4 {
  font-family: "Montserrat", sans-serif !important; }

.cart-drawer__subtotal-number {
  font-family: "Open Sans", sans-serif !important; }

.cart-drawer__disclaimer {
  font-family: "Open Sans", sans-serif !important; }

.cart-drawer__checkout {
  font-family: "Montserrat", sans-serif !important; }

.authenticate.card-list {
  display: flex;
  flex-wrap: wrap; }

div#relatedblogs ul {
  margin: 0;
  padding: 0; }

.variant-list .radio-option {
  left: 0;
  width: 100%; }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  /*font-family: Montserrat, sans-serif !important; */}

.thank-you__additional-content {
  margin-top: 10px; }

/* form hype/luxury */
.tab-section__image-container {
  background-color: #f2f2ea !important; }

.tab-section__image-container {
  min-height: 120px !important; }

.tab-section__content {
  flex-basis: 120px !important;
  min-height: 120px !important;
  min-width: 120px !important; }

@media (min-width: 768px) {
  .tab-section__image-container {
    min-height: 164px !important;
    min-width: 164px !important;
    height: 164px !important;
    width: 164px !important; }

  .tab-section__content {
    flex-basis: 164px !important;
    min-height: 242px !important;
    min-width: 164px !important;
    height: 215px !important; } }
#shopify-section-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 24; }

.site-header__wrapper {
  height: 91px !important;
  position: fixed; }

.site-header--fixed .site-header__wrapper {
  background-color: #161616;
  height: max-content !important; }

.owl-nav.disabled {
  display: none; }

.template-policy .breadcrumbs {
  padding-top: 80px; }

.authenticate.card__wrapper, .guides-wrapp_item, a.card__wrapper.card--article, .featured-blog--b9340af1-3fda-4b57-aa20-679e4cbcfd83 .card__wrapper, .card__wrapper {
  height: max-content !important; }

a.brand-block__link {
  height: 100% !important; }

/* REBRANDING */
/* cart */
.drawer--active .main-content, .drawer--active div#site-header-merox {
  transform: translate(0px) !important; }

.drawer {
  z-index: 101; }

.drawer--active .drawer-cover {
  background: rgba(0, 0, 0, 0.71);
  backdrop-filter: blur(3.5px);
  opacity: 1;
  z-index: 101;
  transition: opacity .5s ease-out; }
  
  .h3-heading-pp {
    font-family: "PP Fragment" !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.2px;
}

@media (max-width: 750px) {
    .h3-heading-pp {
        font-size: 26px;
        letter-spacing: -1.04px;
    }
