@media only screen and (min-width: 1200px) {
  /* line 3, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
  .product-card.product-card_lean:hover .product-card__text-data:after {
    opacity: 1;
  }
}

/* line 11, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean:not(.product-card_sold):before, .product-card.product-card_lean:not(.product-card_sold):after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
  opacity: 0;
  pointer-events: none;
  transition: width 0.4s, height 0.4s, opacity 0s;
  transition-timing-function: linear;
  transition-delay: 0s;
  z-index: -1;
}

/* line 26, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean:not(.product-card_sold):before {
  top: 0;
  left: 0;
  border-top-color: #000;
  border-right-color: #000;
}

/* line 33, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean:not(.product-card_sold):after {
  right: 0;
  bottom: 0;
  border-left-color: #000;
  border-bottom-color: #000;
}

/* line 41, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean:not(.product-card_sold):hover:before, .product-card.product-card_lean:not(.product-card_sold):hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* line 48, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean:not(.product-card_sold):hover:before {
  transition-delay: 0s, 0.4s, 0s;
}

/* line 52, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean:not(.product-card_sold):hover:after {
  transition-delay: 0.8s, 1.2s, 0.8s;
}

@media only screen and (min-width: 1200px) {
  /* line 56, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
  .product-card.product-card_lean:not(.product-card_sold):hover .product-card__photo-wrap:after {
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 65, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
  .product-card.product-card_lean:not(.product-card_sold) .product-card__photo-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: opacity 0.2s;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 80, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
  .product-card.product-card_lean:not(.product-card_sold) .product-card__text-data {
    overflow: hidden;
    position: relative;
  }
  /* line 85, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
  .product-card.product-card_lean:not(.product-card_sold) .product-card__text-data:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: opacity 0.2s;
  }
}

/* line 101, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .sold-label {
  position: absolute;
  bottom: -15px;
  right: -115px;
  display: flex;
  width: 300px;
  height: 70px;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(26, 26, 26, 0.4);
  transform: rotate(-25deg);
}

/* line 114, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .sold-label .icon {
  display: none;
}

/* line 118, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .sold-label .text {
  margin-right: 45px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  font-family: inherit;
  padding: 0;
  line-height: normal;
}

/* line 131, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__inner:after {
  content: none;
}

/* line 135, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__photo-wrap {
  overflow: hidden;
}

/* line 139, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__name {
  position: relative;
  z-index: 1;
  transition: opacity 0.2s;
}

/* line 144, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__name:hover {
  text-decoration: underline;
  opacity: 0.6;
}

/* line 150, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__favorite_adding-animate ~ .product-card__favorite-hover .product-card__favorite-notes,
.product-card.product-card_lean .product-card__favorite_removing-animate ~ .product-card__favorite-hover .product-card__favorite-notes {
  animation-name: none;
}

/* line 155, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__note {
  padding-right: 38px;
  border-color: transparent;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 10px;
  border-radius: 20px;
  font-size: 10px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0;
  opacity: 0;
  transition: none;
  pointer-events: none;
  background-color: #fff;
  color: #000;
  z-index: -1;
}

/* line 180, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__quick-view-wrap:hover .product-card__note,
.product-card.product-card_lean .product-card__instant-v2-wrap:hover .product-card__note {
  opacity: 1;
}

/* line 185, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__favorite form {
  padding-left: 0;
}

/* line 190, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__favorite.product-card__favorite_adding-animate, .product-card.product-card_lean .product-card__favorite.product-card__favorite_removing-animate {
  pointer-events: auto;
}

/* line 196, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__favorite.favorited:hover ~ .product-card__favorite-hover .product-card__favorite-note_added,
.product-card.product-card_lean .product-card__favorite.not-favorited:hover ~ .product-card__favorite-hover .product-card__favorite-note_removed {
  opacity: 1;
  z-index: 1;
  transition: none;
}

/* line 203, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__quick-view-wrap,
.product-card.product-card_lean .product-card__instant-v2-wrap {
  position: relative;
  display: flex;
  z-index: 0;
}

/* line 210, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card.product-card_lean .product-card__favorite form {
  padding-left: 0;
}

/* line 216, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card_lean .product-card__favorite-hover {
  transition: all 0.2s;
}

/* line 220, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card_lean .product-card__favorite.favorited ~ .product-card__favorite-hover {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  /* line 220, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
  .product-card_lean .product-card__favorite.favorited ~ .product-card__favorite-hover {
    transform: translateY(-25px);
  }
}

/* line 228, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card_lean:hover .product-card__favorite.favorited ~ .product-card__favorite-hover {
  transform: translateX(0);
}

@media only screen and (max-width: 992px) {
  /* line 232, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
  .product-card_lean .favorite-forms-container.favorited {
    display: block;
  }
}

/* line 240, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card_lean .product-card__favorite-icon {
  z-index: 2;
}

/* line 245, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card_lean .product-card__favorite-icon .favorite-svg {
  transform-origin: center;
}

/* line 249, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card_lean .product-card__favorite_adding-animate ~ .product-card__favorite-hover .product-card__favorite-icon .favorite-svg {
  animation-name: favorite-scale-icon-lean;
  animation-duration: 0.5s;
}

/* line 256, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card_lean .product-card__favorite_adding-animate ~ .product-card__favorite-hover .product-card__favorite-icon .favorite-svg-back {
  animation-name: favorite-repainting-icon-back-black-to-red-lean;
  animation-duration: 2s;
}

/* line 261, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card_lean .product-card__favorite_removing-animate ~ .product-card__favorite-hover .product-card__favorite-icon .favorite-svg-back {
  animation-name: favorite-repainting-icon-back-red-to-black-lean;
  animation-duration: 2s;
}

/* line 268, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card_lean .product-card__favorite_adding-animate ~ .product-card__favorite-hover .product-card__favorite-icon .favorite-svg-front {
  animation-duration: 2s;
  animation-name: favorite-repainting-icon-front-black-to-red-lean;
}

/* line 273, app/assets/stylesheets/user_site/blocks/product-card/product-card_lean.scss */
.product-card_lean .product-card__favorite_removing-animate ~ .product-card__favorite-hover .product-card__favorite-icon .favorite-svg-front {
  animation-duration: 2s;
  animation-name: favorite-repainting-icon-front-red-to-black-lean;
}

@keyframes favorite-repainting-icon-back-black-to-red-lean {
  0% {
    stroke: #000;
  }
  25% {
    stroke: red;
  }
  100% {
    stroke: red;
  }
}

@keyframes favorite-repainting-icon-back-red-to-black-lean {
  0% {
    stroke: red;
  }
  25% {
    stroke: #000;
  }
  100% {
    stroke: #000;
  }
}

@keyframes favorite-repainting-icon-front-black-to-red-lean {
  0% {
    fill: #000;
  }
  25% {
    fill: red;
  }
  100% {
    fill: red;
  }
}

@keyframes favorite-repainting-icon-front-red-to-black-lean {
  0% {
    fill: red;
  }
  25% {
    fill: #000;
  }
  100% {
    fill: #000;
  }
}

@keyframes favorite-scale-icon-lean {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
/* line 3, app/assets/stylesheets/user_site/blocks/new-lead-capture-tool/new-lead-capture-tool_lean.scss */
.theme-version-three .new-lct.form-modal.form-modal-notification input.text-input {
  border-radius: calc(var(--button-field-height) / 2);
  background-color: transparent;
  color: #333333;
  text-align: center;
  display: block;
  width: 100%;
  height: var(--button-field-height);
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #ccc;
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/user_site/blocks/new-lead-capture-tool/new-lead-capture-tool_lean.scss */
.theme-version-three .new-lct.form-modal.form-modal-notification input.text-input:focus {
  border-color: #1a1a1a;
}

/* line 22, app/assets/stylesheets/user_site/blocks/new-lead-capture-tool/new-lead-capture-tool_lean.scss */
.theme-version-three .new-lct.form-modal.form-modal-notification input::placeholder {
  font-style: normal;
  opacity: 1;
  color: #999;
}

/* line 28, app/assets/stylesheets/user_site/blocks/new-lead-capture-tool/new-lead-capture-tool_lean.scss */
.theme-version-three .new-lct.form-modal.form-modal-notification #submit_button.submit-form-btn {
  padding: 9px 15px;
  border-radius: calc(var(--button-field-height) / 2);
  text-align: center;
  background-color: #828282;
  border: none;
  height: var(--button-field-height);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  box-shadow: none;
  transition: all 200ms ease;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

/* line 45, app/assets/stylesheets/user_site/blocks/new-lead-capture-tool/new-lead-capture-tool_lean.scss */
.theme-version-three .new-lct.form-modal.form-modal-notification #submit_button.submit-form-btn:hover {
  top: 0;
  background-color: #000;
  color: #fff;
  box-shadow: none;
}

/* line 53, app/assets/stylesheets/user_site/blocks/new-lead-capture-tool/new-lead-capture-tool_lean.scss */
.theme-version-three .new-lct.form-modal.form-modal-notification .form-container-with-content {
  flex-wrap: wrap;
}

/* line 57, app/assets/stylesheets/user_site/blocks/new-lead-capture-tool/new-lead-capture-tool_lean.scss */
.theme-version-three .new-lct.form-modal.form-modal-notification .form-container-with-content .user-form-field {
  width: 100%;
  max-width: 100%;
}
/* line 2, app/assets/stylesheets/user_site/blocks/filter/filter_lean.scss */
.advanced-search_filters-block .filter-title {
  padding-bottom: 15px;
  color: #1a1b1f;
}

/* line 6, app/assets/stylesheets/user_site/blocks/filter/filter_lean.scss */
.advanced-search_filters-block .filter-title a.filter-btn-clear:not(.btn_theme):link {
  top: 40%;
  color: #000;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s;
}

/* line 18, app/assets/stylesheets/user_site/blocks/filter/filter_lean.scss */
.advanced-search_filters-block .filter-title a.filter-btn-clear:not(.btn_theme):link:hover {
  opacity: 1;
}

/* line 24, app/assets/stylesheets/user_site/blocks/filter/filter_lean.scss */
.advanced-search_filters-block::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background-color: #fff;
  content: "";
}

/* line 34, app/assets/stylesheets/user_site/blocks/filter/filter_lean.scss */
.advanced-search_filters-block::-webkit-scrollbar {
  width: 1px;
}

/* line 38, app/assets/stylesheets/user_site/blocks/filter/filter_lean.scss */
.advanced-search_filters-block::-webkit-scrollbar-thumb {
  background: transparent;
}
/* line 1, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
#user_website .cc-window {
  display: flex;
  justify-content: center;
  padding: 20px;
  font-family: inherit;
  background-color: #1a1a1a;
  box-shadow: none;
}

/* line 10, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
.cc-window.cc-floating {
  flex-direction: row;
}

/* line 14, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
.cc-banner .cc-message {
  flex-grow: 0;
  flex-shrink: 1;
}

/* line 19, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
.cc-window.cc-floating .cc-compliance {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 24, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
div[aria-label="cookieconsent"] .cc-message {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  /* line 24, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
  div[aria-label="cookieconsent"] .cc-message {
    margin: 0 !important;
    padding: 0;
    line-height: 16px;
    text-align: center;
  }
}

/* line 35, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
div.cc-window .cc-message .cc-link {
  padding: 0;
  color: #8c8c8c;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  opacity: 1;
  transition: 0.2s;
}

/* line 44, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
div.cc-window .cc-message .cc-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

@media only screen and (max-width: 767px) {
  /* line 35, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
  div.cc-window .cc-message .cc-link {
    font-size: 11px;
    line-height: 16px;
  }
}

/* line 55, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
div[aria-label="cookieconsent"] .cc-compliance .cc-btn {
  flex-grow: 0;
  padding: 0 30px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  background-color: #414141;
  border: none;
  border-radius: 20px;
  transition: 0.2s;
}

/* line 67, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
div[aria-label="cookieconsent"] .cc-compliance .cc-btn:hover {
  color: #1a1a1a;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  /* line 55, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
  div[aria-label="cookieconsent"] .cc-compliance .cc-btn {
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
  }
}

/* line 82, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
#user_website .cc-window p {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  /* line 82, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
  #user_website .cc-window p {
    font-size: 11px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 91, app/assets/stylesheets/user_site/blocks/cookie-consent/cookie-consent_lean.scss */
  .cc-compliance {
    display: block;
  }
}
/*




*/
/*

*/
@import //fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap;
/* line 13, app/assets/stylesheets/user_site/lean_v3.scss */
:root {
  --button-field-height: 40px;
  --field-height: var(--button-field-height);
  --line-height-1: 1.4;
  --user-site-background-default: #fff;
  --user-site-primary-main: rgb(2, 2, 2);
  --user-site-primary-dark: rgb(2, 2, 2);
  --user-site-secondary-main: rgb(136, 136, 136);
  --user-site-font-size-main: 0.95em;
  --user-site-font-family-main: "Montserrat", sans-serif;
  --user-site-font-family-secondary: "Montserrat", sans-serif;
  --user-site-button-height: 40px;
  --user-site-button-width: "auto";
  --user-site-line-height: 1.4;
  --user-site-border-radius: 0;
  --user-site-border-color: var(--user-site-primary-main);
  --user-site-border-width: 2px;
  --user-site-border-style: solid;
}

/* line 39, app/assets/stylesheets/user_site/lean_v3.scss */
body {
  color: #000;
  font-family: "Montserrat", sans-serif;
  background: #fff;
}

/* line 34, app/assets/stylesheets/user_site/themes/mixins.scss */
.wrap {
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/user_site/themes/mixins.scss */
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

/* line 49, app/assets/stylesheets/user_site/lean_v3.scss */
.header-nav-outer.wrap {
  max-width: 1300px;
}

/* line 53, app/assets/stylesheets/user_site/lean_v3.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

/* line 62, app/assets/stylesheets/user_site/lean_v3.scss */
.btn,
.btn_theme,
.btn_theme.submit-form-btn,
.cart .btn_theme,
#user_website input.btn_theme[type="submit"],
.content-area .global-form-details a.submit-form-btn.btn_theme,
.content-area .global-form-details button.submit-form-btn.btn_theme,
button#local_cart_btn.btn_theme,
#content_area #local_cart_btn.add-to-cart,
#address_select_duplicate_continue.btn_theme,
.content-area a.submit-form-btn.btn_theme,
#sizes_dynamic #change_crop_size_large_screens a,
.btn[disabled],
.btn_theme[disabled],
#header_and_navigation #user_tooltip a,
#header_and_navigation #favorite_tooltip a,
#header_and_navigation #favorite_tooltip button,
.subscribe-bar .submit-form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--button-field-height);
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: calc(var(--button-field-height) / 2);
  box-shadow: none;
  transition: all 0.2s;
}

/* line 96, app/assets/stylesheets/user_site/lean_v3.scss */
.btn:hover, .btn:focus, .btn:active, .btn.jqhover,
.btn_theme:hover,
.btn_theme:focus,
.btn_theme:active,
.btn_theme.jqhover,
.btn_theme.submit-form-btn:hover,
.btn_theme.submit-form-btn:focus,
.btn_theme.submit-form-btn:active,
.btn_theme.submit-form-btn.jqhover,
.cart .btn_theme:hover,
.cart .btn_theme:focus,
.cart .btn_theme:active,
.cart .btn_theme.jqhover,
#user_website input.btn_theme[type="submit"]:hover,
#user_website input.btn_theme[type="submit"]:focus,
#user_website input.btn_theme[type="submit"]:active,
#user_website input.btn_theme.jqhover[type="submit"],
.content-area .global-form-details a.submit-form-btn.btn_theme:hover,
.content-area .global-form-details a.submit-form-btn.btn_theme:focus,
.content-area .global-form-details a.submit-form-btn.btn_theme:active,
.content-area .global-form-details a.submit-form-btn.btn_theme.jqhover,
.content-area .global-form-details button.submit-form-btn.btn_theme:hover,
.content-area .global-form-details button.submit-form-btn.btn_theme:focus,
.content-area .global-form-details button.submit-form-btn.btn_theme:active,
.content-area .global-form-details button.submit-form-btn.btn_theme.jqhover,
button#local_cart_btn.btn_theme:hover,
button#local_cart_btn.btn_theme:focus,
button#local_cart_btn.btn_theme:active,
button#local_cart_btn.btn_theme.jqhover,
#content_area #local_cart_btn.add-to-cart:hover,
#content_area #local_cart_btn.add-to-cart:focus,
#content_area #local_cart_btn.add-to-cart:active,
#content_area #local_cart_btn.add-to-cart.jqhover,
#address_select_duplicate_continue.btn_theme:hover,
#address_select_duplicate_continue.btn_theme:focus,
#address_select_duplicate_continue.btn_theme:active,
#address_select_duplicate_continue.btn_theme.jqhover,
.content-area a.submit-form-btn.btn_theme:hover,
.content-area a.submit-form-btn.btn_theme:focus,
.content-area a.submit-form-btn.btn_theme:active,
.content-area a.submit-form-btn.btn_theme.jqhover,
#sizes_dynamic #change_crop_size_large_screens a:hover,
#sizes_dynamic #change_crop_size_large_screens a:focus,
#sizes_dynamic #change_crop_size_large_screens a:active,
#sizes_dynamic #change_crop_size_large_screens a.jqhover,
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:active,
.btn.jqhover[disabled],
.btn_theme[disabled]:hover,
.btn_theme[disabled]:focus,
.btn_theme[disabled]:active,
.btn_theme.jqhover[disabled],
#header_and_navigation #user_tooltip a:hover,
#header_and_navigation #user_tooltip a:focus,
#header_and_navigation #user_tooltip a:active,
#header_and_navigation #user_tooltip a.jqhover,
#header_and_navigation #favorite_tooltip a:hover,
#header_and_navigation #favorite_tooltip a:focus,
#header_and_navigation #favorite_tooltip a:active,
#header_and_navigation #favorite_tooltip a.jqhover,
#header_and_navigation #favorite_tooltip button:hover,
#header_and_navigation #favorite_tooltip button:focus,
#header_and_navigation #favorite_tooltip button:active,
#header_and_navigation #favorite_tooltip button.jqhover,
.subscribe-bar .submit-form-btn:hover,
.subscribe-bar .submit-form-btn:focus,
.subscribe-bar .submit-form-btn:active,
.subscribe-bar .submit-form-btn.jqhover {
  top: 0;
  color: #000;
  background-color: #fff;
}

/* stylelint-disable max-line-length */
/* line 22, app/assets/stylesheets/user_site/themes/mixins.scss */
input[type="text"],
input.form-control[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
#search_in_page input[type="text"],
select.form-control,
#user_website select.form-control,
#user_website select#address_country,
#user_website select#address_state,
#user_website select#billing_address_country,
#user_website select#billing_address_state,
#user_website select#shipping_address_country,
#user_website select#shipping_address_state,
#user_website select#payment_type,
#user_website select#credit_card_month,
#user_website select#credit_card_year,
.global-form-container
input:not([type="radio"]):not([type="checkbox"]):not(.btn_theme):not(
.submit-form-btn
),
.footer-area-inner
.contentbuilder-wrapper
.footer-v2-wrapper
input.news-subscription-email,
.StripeElement,
.content-area form.custom .custom.dropdown, textarea, #user_website select#shipping_address_state {
  height: var(--field-height);
  border-radius: calc(var(--field-height) / 2);
}

/* stylelint-enable max-line-length */
/* line 117, app/assets/stylesheets/user_site/lean_v3.scss */
#user_website select#shipping_address_state,
#user_website select#billing_address_state,
#user_website select#payment_type {
  padding: 0 12px;
}

/* line 123, app/assets/stylesheets/user_site/lean_v3.scss */
form.custom .custom.dropdown .current {
  border-top-left-radius: calc((var(--field-height) - 2px) / 2);
  border-bottom-left-radius: calc((var(--field-height) - 2px) / 2);
}

/* line 128, app/assets/stylesheets/user_site/lean_v3.scss */
form.custom .custom.dropdown .selector {
  right: 4px;
  border-top-right-radius: calc((var(--field-height) - 2px) / 2);
  border-bottom-right-radius: calc((var(--field-height) - 2px) / 2);
}

/* line 134, app/assets/stylesheets/user_site/lean_v3.scss */
#header_and_navigation #user_tooltip a {
  color: #fff;
  background-color: #000;
}

/* line 139, app/assets/stylesheets/user_site/lean_v3.scss */
#header_and_navigation #user_tooltip a.user-name,
#header_and_navigation #favorite_tooltip a,
#header_and_navigation #favorite_tooltip button {
  color: #000;
  background-color: #fff;
}

/* line 145, app/assets/stylesheets/user_site/lean_v3.scss */
#header_and_navigation #user_tooltip a.user-name:hover, #header_and_navigation #user_tooltip a.user-name:focus, #header_and_navigation #user_tooltip a.user-name:active, #header_and_navigation #user_tooltip a.user-name.jqhover,
#header_and_navigation #favorite_tooltip a:hover,
#header_and_navigation #favorite_tooltip a:focus,
#header_and_navigation #favorite_tooltip a:active,
#header_and_navigation #favorite_tooltip a.jqhover,
#header_and_navigation #favorite_tooltip button:hover,
#header_and_navigation #favorite_tooltip button:focus,
#header_and_navigation #favorite_tooltip button:active,
#header_and_navigation #favorite_tooltip button.jqhover {
  color: #fff;
  background-color: #000;
}

/* line 154, app/assets/stylesheets/user_site/lean_v3.scss */
#header_and_navigation #user_tooltip {
  gap: 20px;
  justify-content: space-around;
}

/* line 159, app/assets/stylesheets/user_site/lean_v3.scss */
.favorite-lists-dropdown .favorite-lists-dropdown-content {
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  background-color: transparent;
  border: none;
}

/* line 167, app/assets/stylesheets/user_site/lean_v3.scss */
.favorite-lists-dropdown-button:hover ~ .favorite-lists-dropdown-content,
.favorite-lists-dropdown-content:hover {
  display: flex;
}

/* line 172, app/assets/stylesheets/user_site/lean_v3.scss */
.billboard .callout-global_bb-accordion .btn_theme {
  padding: 12px 30px;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
  border: 2px solid #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* line 183, app/assets/stylesheets/user_site/lean_v3.scss */
.billboard .callout-global_bb-accordion .btn_theme:hover, .billboard .callout-global_bb-accordion .btn_theme:focus, .billboard .callout-global_bb-accordion .btn_theme:active, .billboard .callout-global_bb-accordion .btn_theme.jqhover {
  top: 0;
  padding-right: 60px;
  padding-left: 60px;
  color: #1a1a1a;
  text-shadow: none;
  background-color: #fff;
}

@media only screen and (max-width: 992px) {
  /* line 172, app/assets/stylesheets/user_site/lean_v3.scss */
  .billboard .callout-global_bb-accordion .btn_theme {
    color: #1a1a1a;
    text-shadow: none;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.55);
  }
}

/* line 204, app/assets/stylesheets/user_site/lean_v3.scss */
#footer .contentbuilder-wrapper {
  margin: unset;
  color: unset;
}

/* line 208, app/assets/stylesheets/user_site/lean_v3.scss */
#footer .contentbuilder-wrapper .footer-markup {
  padding: unset;
}

/* line 211, app/assets/stylesheets/user_site/lean_v3.scss */
#footer .contentbuilder-wrapper .footer-markup .row.clearfix {
  all: unset;
}

/* line 214, app/assets/stylesheets/user_site/lean_v3.scss */
#footer .contentbuilder-wrapper .footer-markup .row.clearfix .column.full {
  padding: unset;
}

/* line 217, app/assets/stylesheets/user_site/lean_v3.scss */
#footer .contentbuilder-wrapper .footer-markup .row.clearfix .column.full a {
  color: unset;
}

/* line 221, app/assets/stylesheets/user_site/lean_v3.scss */
#footer .contentbuilder-wrapper .footer-markup .row.clearfix .column.full p {
  margin-bottom: 16px;
  padding: unset;
  font-weight: unset;
  font-size: unset;
}

/* line 228, app/assets/stylesheets/user_site/lean_v3.scss */
#footer .contentbuilder-wrapper .footer-markup .row.clearfix .column.full .footer-new__form .form-descr {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

/* line 236, app/assets/stylesheets/user_site/lean_v3.scss */
#footer .contentbuilder-wrapper .footer-markup .row.clearfix .column.full .footer-new__address {
  margin-bottom: 16px;
  color: #fff;
  line-height: 1.4;
}

@media only screen and (max-width: 993px) {
  /* line 236, app/assets/stylesheets/user_site/lean_v3.scss */
  #footer .contentbuilder-wrapper .footer-markup .row.clearfix .column.full .footer-new__address {
    text-align: center;
  }
}

/* line 251, app/assets/stylesheets/user_site/lean_v3.scss */
#footer.footer-v2 .footer-area-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* line 258, app/assets/stylesheets/user_site/lean_v3.scss */
#footer.footer-v2 .row {
  max-width: none;
  padding: 0;
}

/* line 262, app/assets/stylesheets/user_site/lean_v3.scss */
#footer.footer-v2 .row .column.full {
  padding-right: 0;
  padding-left: 0;
}

/* line 271, app/assets/stylesheets/user_site/lean_v3.scss */
.content-area-inner .headline {
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: 20px;
  background: #fff;
}

/* line 279, app/assets/stylesheets/user_site/lean_v3.scss */
#user_site_blogs_show .headline {
  position: static;
}

@media (max-width: 767px) {
  /* line 284, app/assets/stylesheets/user_site/lean_v3.scss */
  #content_area .content-area-inner .headline {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 270, app/assets/stylesheets/user_site/lean_v3.scss */
  .headline {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  /* line 295, app/assets/stylesheets/user_site/lean_v3.scss */
  #user_site_product_galleries_show .headline, #user_site_photo_galleries_show .headline {
    justify-content: center;
    height: 20px;
    opacity: 0.05;
    will-change: opacity, transform;
  }
  /* line 303, app/assets/stylesheets/user_site/lean_v3.scss */
  #user_site_product_galleries_show .with-filter .headline, #user_site_photo_galleries_show .with-filter .headline {
    display: block;
    height: auto;
    margin: 0 0 20px;
    padding-top: 6px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e9e9e9;
    opacity: 1;
    transition: 0.2s;
  }
  /* line 315, app/assets/stylesheets/user_site/lean_v3.scss */
  .shopping-cart .headline, #user_site_apps_users_account .headline, #user_site_apps_orders_index .headline {
    margin-bottom: 10px;
  }
  /* line 321, app/assets/stylesheets/user_site/lean_v3.scss */
  .landing-page .headline {
    justify-content: center;
  }
}

/* line 326, app/assets/stylesheets/user_site/lean_v3.scss */
.headline h1 {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 25px;
  line-height: 44px;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 326, app/assets/stylesheets/user_site/lean_v3.scss */
  .headline h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 44px;
    text-align: left;
  }
  /* line 342, app/assets/stylesheets/user_site/lean_v3.scss */
  #user_site_product_galleries_show .headline h1, #user_site_photo_galleries_show .headline h1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    transform: scale(4);
  }
  /* line 352, app/assets/stylesheets/user_site/lean_v3.scss */
  #user_site_product_galleries_show .with-filter .headline h1, #user_site_photo_galleries_show .with-filter .headline h1 {
    position: relative;
    display: block;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    margin: 0;
    transform: none;
  }
  /* line 363, app/assets/stylesheets/user_site/lean_v3.scss */
  .content-area-inner .with-filter .headline h1 {
    font-size: 20px;
  }
  /* line 367, app/assets/stylesheets/user_site/lean_v3.scss */
  .shopping-cart .headline h1, #user_site_apps_users_account .headline h1, #user_site_apps_orders_index .headline h1 {
    font-size: 25px;
  }
}

/* line 374, app/assets/stylesheets/user_site/lean_v3.scss */
.content-area-inner .with-filter .headline h1 {
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  /* line 384, app/assets/stylesheets/user_site/lean_v3.scss */
  #user_site_product_galleries_show .lead-content,
#user_site_photo_galleries_show .lead-content {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  /* line 390, app/assets/stylesheets/user_site/lean_v3.scss */
  .with-filter .lead-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 397, app/assets/stylesheets/user_site/lean_v3.scss */
body.lean .badge.live-preview-widget {
  display: none;
}

/* line 401, app/assets/stylesheets/user_site/lean_v3.scss */
.website-body {
  display: flex;
  flex-direction: column;
}

/* line 407, app/assets/stylesheets/user_site/lean_v3.scss */
.cell-add-options.is-pop {
  transform: translateX(calc(50vw - 50%));
}

/* line 413, app/assets/stylesheets/user_site/lean_v3.scss */
.drawer-cart .drawer__inner .drawer__discount .drawer__discount-btn,
.instant-checkout__discount-btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  border-top-right-radius: calc(var(--button-field-height) / 2) !important;
  border-bottom-right-radius: calc(var(--button-field-height) / 2) !important;
}

/* line 422, app/assets/stylesheets/user_site/lean_v3.scss */
#new_order_fast_checkout #coupon_code,
.order-review-form-details #coupon_code,
.drawer-cart .drawer__inner #coupon_code,
.instant-checkout__discount #coupon_code,
.order-review-column #coupon_code {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 431, app/assets/stylesheets/user_site/lean_v3.scss */
.content-area
.shopping-cart
form
button[type="submit"][id="save_discount_code"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 939px) {
  /* line 439, app/assets/stylesheets/user_site/lean_v3.scss */
  .photo-gallery-container .product-container .album-title {
    justify-content: center;
  }
}

/* line 446, app/assets/stylesheets/user_site/lean_v3.scss */
#item_buttons .quantity-field-container input,
#item_buttons textarea[name="comments"] {
  border-radius: calc(var(--button-field-height) / 2);
}

@media only screen and (max-width: 767px) {
  /* line 452, app/assets/stylesheets/user_site/lean_v3.scss */
  .advanced-search_filters-block {
    position: absolute;
  }
  /* line 456, app/assets/stylesheets/user_site/lean_v3.scss */
  body.user-site-product-galleries .billboard-outer {
    margin-bottom: 0;
  }
  /* line 460, app/assets/stylesheets/user_site/lean_v3.scss */
  .main-product-display {
    padding-right: 0;
  }
  /* line 464, app/assets/stylesheets/user_site/lean_v3.scss */
  .content-area div.art-store div.product-photos.columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 469, app/assets/stylesheets/user_site/lean_v3.scss */
  .product-buttons .see-on-wall-link {
    padding-right: 10px;
  }
  /* line 473, app/assets/stylesheets/user_site/lean_v3.scss */
  .product-buttons p {
    position: relative;
  }
  /* line 477, app/assets/stylesheets/user_site/lean_v3.scss */
  .product-buttons .btn-container #load-live-wall-preview,
.product-buttons .btn-container #see_on_your_wall,
.product-buttons .btn-container a.save-to-favorites,
.product-buttons .btn-container a.email-friend {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 58.75em) {
  /* line 487, app/assets/stylesheets/user_site/lean_v3.scss */
  .slick-arrow.next,
.slick-arrow.next:hover,
.slick-arrow.next:focus {
    right: -16px;
  }
  /* line 493, app/assets/stylesheets/user_site/lean_v3.scss */
  .slick-arrow.prev,
.slick-arrow.prev:hover,
.slick-arrow.prev:focus {
    left: -16px;
  }
}

/* line 500, app/assets/stylesheets/user_site/lean_v3.scss */
#item_buttons .add-to-cart-btn-container,
#item_buttons .quantity-field-container {
  padding-right: 0;
}

/* line 505, app/assets/stylesheets/user_site/lean_v3.scss */
#item_buttons .add-to-cart-btn-container .add-to-cart-btn-inner {
  padding-right: 0;
}

/* line 509, app/assets/stylesheets/user_site/lean_v3.scss */
#item_buttons .product-form-subheading {
  padding-right: 0;
}

/* line 513, app/assets/stylesheets/user_site/lean_v3.scss */
p,
.content-area ul li,
.content-area ol li,
.content-area {
  font-weight: 400;
}

/* line 520, app/assets/stylesheets/user_site/lean_v3.scss */
.blog-search-container form #site_search,
.blog-sidebar .subscribe-box #email {
  height: var(--button-field-height) !important;
}

/* line 525, app/assets/stylesheets/user_site/lean_v3.scss */
.blog-search-container form #site_search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 530, app/assets/stylesheets/user_site/lean_v3.scss */
.blog-sidebar .subscribe-box #email {
  border-radius: calc(var(--button-field-height) / 2);
}

/* line 534, app/assets/stylesheets/user_site/lean_v3.scss */
#content_area .blog form .blog-search__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 539, app/assets/stylesheets/user_site/lean_v3.scss */
.crumbtrail {
  font-size: 1.3em;
}

/* line 543, app/assets/stylesheets/user_site/lean_v3.scss */
.content-area .blog div.columns.widget,
.content-area .blog-page div.columns.widget {
  padding: 40px;
}

/* line 548, app/assets/stylesheets/user_site/lean_v3.scss */
#billboard_area .callout-global h1 {
  font-weight: 800;
  font-size: 40px;
}

@media (max-width: 767px) {
  /* line 548, app/assets/stylesheets/user_site/lean_v3.scss */
  #billboard_area .callout-global h1 {
    font-size: 25px;
  }
}

/* line 557, app/assets/stylesheets/user_site/lean_v3.scss */
.instant-checkout .instant-checkout__close-button {
  border: 1px solid #ccc;
  transition: all 200ms ease;
}

/* line 561, app/assets/stylesheets/user_site/lean_v3.scss */
.instant-checkout .instant-checkout__close-button::after {
  border-top-width: 2px;
  border-right-width: 2px;
}

/* line 566, app/assets/stylesheets/user_site/lean_v3.scss */
.instant-checkout .instant-checkout__close-button:hover {
  background-color: #000;
  border: none;
}

/* line 570, app/assets/stylesheets/user_site/lean_v3.scss */
.instant-checkout .instant-checkout__close-button:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* line 577, app/assets/stylesheets/user_site/lean_v3.scss */
.landing-page .global-form-details .user-form-field:has(.submit-form-btn) {
  margin-top: 7px;
}

/* line 584, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview {
  /* Variables */
  --wp-color-text-1: #1a1a1a;
  --wp-color-text-2: #333;
  --wp-color-text-3: #999;
  --wp-color-text-4: #b8b8b8;
  --wp-color-bg-1: #fff;
  --wp-color-bg-2: #999;
  --wp-color-border-1: #ccc;
  --wp-color-border-2: #1a1a1a;
}

/* line 596, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__control input,
.wall-preview .wall-preview__control select {
  font-size: 14px;
  border-radius: 20px;
}

/* line 601, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__control input:focus, .wall-preview .wall-preview__control input:focus-visible,
.wall-preview .wall-preview__control select:focus,
.wall-preview .wall-preview__control select:focus-visible {
  border-color: var(--wp-color-border-2);
}

/* line 607, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__control label {
  color: var(--wp-color-text-3);
}

/* line 611, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__control .wall-preview__control-btn {
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 20px;
}

/* line 621, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__control .wall-preview__control-btn svg {
  color: #fff;
}

/* line 625, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__control .wall-preview__control-btn:hover {
  color: #000;
  background-color: var(--wp-color-bg-1);
}

/* line 629, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__control .wall-preview__control-btn:hover svg {
  color: #000;
}

@media only screen and (max-width: 768px) {
  /* line 611, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-preview .wall-preview__control .wall-preview__control-btn {
    padding-right: 6px;
    padding-left: 6px;
    color: var(--wp-color-text-1);
    background-color: transparent;
    border: none;
  }
  /* line 641, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-preview .wall-preview__control .wall-preview__control-btn svg {
    color: var(--wp-color-text-1);
  }
  /* line 645, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-preview .wall-preview__control .wall-preview__control-btn:hover {
    color: var(--wp-color-text-1);
    background-color: var(--wp-color-bg-1);
  }
  /* line 649, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-preview .wall-preview__control .wall-preview__control-btn:hover svg {
    color: var(--wp-color-text-1);
  }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  /* line 611, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-preview .wall-preview__control .wall-preview__control-btn {
    padding-right: 6px;
    padding-left: 6px;
    color: var(--wp-color-text-1);
    background-color: transparent;
    border: none;
  }
  /* line 662, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-preview .wall-preview__control .wall-preview__control-btn svg {
    color: var(--wp-color-text-1);
  }
  /* line 666, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-preview .wall-preview__control .wall-preview__control-btn:hover {
    color: var(--wp-color-text-1);
    background-color: transparent;
  }
  /* line 670, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-preview .wall-preview__control .wall-preview__control-btn:hover svg {
    color: var(--wp-color-text-1);
  }
}

/* line 678, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__dropdown {
  font-size: 14px;
}

/* line 683, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__close:hover {
  color: #fff;
  background-color: #000;
}

/* line 690, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__email-container h3 {
  font-size: 22px;
  text-transform: uppercase;
}

/* line 695, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__email-container p {
  font-size: 18px;
}

/* line 700, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__email-container .new-form__field label {
  top: -6px;
  color: var(--wp-color-text-3);
  font-size: 12px;
}

/* line 706, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .wall-preview__email-container .new-form__field input {
  border-radius: 20px;
}

/* line 713, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .failure .failure__btn {
  color: #fff;
  background-color: #000;
}

/* line 717, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview .failure .failure__btn:hover {
  color: #000;
  background-color: #fff;
}

/* line 725, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-preview-live .distance-tip p {
  font-size: 14px;
}

/* line 584, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene {
  /* Variables */
  --wp-color-text-1: #1a1a1a;
  --wp-color-text-2: #333;
  --wp-color-text-3: #999;
  --wp-color-text-4: #b8b8b8;
  --wp-color-bg-1: #fff;
  --wp-color-bg-2: #999;
  --wp-color-border-1: #ccc;
  --wp-color-border-2: #1a1a1a;
}

/* line 596, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__control input,
.wall-scene .wall-scene__control select {
  font-size: 14px;
  border-radius: 20px;
}

/* line 601, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__control input:focus, .wall-scene .wall-scene__control input:focus-visible,
.wall-scene .wall-scene__control select:focus,
.wall-scene .wall-scene__control select:focus-visible {
  border-color: var(--wp-color-border-2);
}

/* line 607, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__control label {
  color: var(--wp-color-text-3);
}

/* line 611, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__control .wall-scene__control-btn {
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 20px;
}

/* line 621, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__control .wall-scene__control-btn svg {
  color: #fff;
}

/* line 625, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__control .wall-scene__control-btn:hover {
  color: #000;
  background-color: var(--wp-color-bg-1);
}

/* line 629, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__control .wall-scene__control-btn:hover svg {
  color: #000;
}

@media only screen and (max-width: 768px) {
  /* line 611, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-scene .wall-scene__control .wall-scene__control-btn {
    padding-right: 6px;
    padding-left: 6px;
    color: var(--wp-color-text-1);
    background-color: transparent;
    border: none;
  }
  /* line 641, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-scene .wall-scene__control .wall-scene__control-btn svg {
    color: var(--wp-color-text-1);
  }
  /* line 645, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-scene .wall-scene__control .wall-scene__control-btn:hover {
    color: var(--wp-color-text-1);
    background-color: var(--wp-color-bg-1);
  }
  /* line 649, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-scene .wall-scene__control .wall-scene__control-btn:hover svg {
    color: var(--wp-color-text-1);
  }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  /* line 611, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-scene .wall-scene__control .wall-scene__control-btn {
    padding-right: 6px;
    padding-left: 6px;
    color: var(--wp-color-text-1);
    background-color: transparent;
    border: none;
  }
  /* line 662, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-scene .wall-scene__control .wall-scene__control-btn svg {
    color: var(--wp-color-text-1);
  }
  /* line 666, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-scene .wall-scene__control .wall-scene__control-btn:hover {
    color: var(--wp-color-text-1);
    background-color: transparent;
  }
  /* line 670, app/assets/stylesheets/user_site/lean_v3.scss */
  .wall-scene .wall-scene__control .wall-scene__control-btn:hover svg {
    color: var(--wp-color-text-1);
  }
}

/* line 678, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__dropdown {
  font-size: 14px;
}

/* line 683, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__close:hover {
  color: #fff;
  background-color: #000;
}

/* line 690, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__email-container h3 {
  font-size: 22px;
  text-transform: uppercase;
}

/* line 695, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__email-container p {
  font-size: 18px;
}

/* line 700, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__email-container .new-form__field label {
  top: -6px;
  color: var(--wp-color-text-3);
  font-size: 12px;
}

/* line 706, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .wall-scene__email-container .new-form__field input {
  border-radius: 20px;
}

/* line 713, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .failure .failure__btn {
  color: #fff;
  background-color: #000;
}

/* line 717, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene .failure .failure__btn:hover {
  color: #000;
  background-color: #fff;
}

/* line 725, app/assets/stylesheets/user_site/lean_v3.scss */
.wall-scene-live .distance-tip p {
  font-size: 14px;
}

/* line 735, app/assets/stylesheets/user_site/lean_v3.scss */
.fancybox__container {
  --fancybox-color: var(--user-site-primary-main);
  --fancybox-hover-color: var(--user-site-primary-main);
  --fancybox-bg: var(--user-site-background-default);
}

/* line 741, app/assets/stylesheets/user_site/lean_v3.scss */
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: var(--user-site-button-height);
  --f-button-height: var(--user-site-button-height);
  --f-button-color: var(--user-site-primary-main);
  --f-button-hover-color: var(--user-site-background-default);
  --f-button-bg: var(--user-site-background-default);
  --f-button-hover-bg: var(--user-site-primary-dark);
  --f-button-active-bg: var(--user-site-background-default);
  --f-button-border-radius: var(--user-site-border-radius);
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 0.1rem;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  z-index: 20;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  color: currentcolor;
  color: var(--fancybox-color, currentColor);
  font-family: var(--user-site-font-family-main);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  opacity: 1;
  opacity: var(--fancybox-opacity, 1);
  pointer-events: none;
}

/* line 774, app/assets/stylesheets/user_site/lean_v3.scss */
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: var(--user-site-border-width);
  --f-button-border-radius: 50%;
  --f-button-color: var(--user-site-primary-main);
  --f-button-hover-color: var(--user-site-background-default);
  --f-button-bg: transparent;
  --f-button-hover-bg: var(--user-site-primary-dark);
  --f-button-active-bg: var(--user-site-primary-dark);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 0.1rem;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

/* line 799, app/assets/stylesheets/user_site/lean_v3.scss */
.fancybox__infobar {
  line-height: var(--user-site-button-height);
  text-shadow: none;
}
