﻿/* La Flora New theme: clean design stylesheet. Source: new-design.css only. Do not concatenate legacy stylesheet.css/custom.css here. */
:root {
  --lf-rose: #e8294a;
  --lf-rose-dark: #c81732;
  --lf-rose-soft: #fff0f2;
  --lf-rose-hover: #f04d68;
  --lf-dark: #1a1a1a;
  --lf-text: #555;
  --lf-muted: #999;
  --lf-border: #ebebeb;
  --lf-bg: #f8f8f8;
  --lf-green: #2e9e6b;
  --lf-green-bg: #ebf7f2;
  --lf-shadow: 0 10px 34px rgba(26, 26, 26, .08);
}

body {
  background: #fff;
  color: var(--lf-dark);
  font-family: "Jost", "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: var(--lf-dark);
}

a:hover,
a:focus {
  color: var(--lf-rose);
}

a:focus {
  outline: none;
}

a:focus-visible {
  border-radius: 6px;
  outline: 2px solid rgba(232, 41, 74, .35);
  outline-offset: 3px;
}

h1,
.zag_mod,
.zag_f,
.zag_f2,
.prod-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
}

.btn-primary,
.button_oc.btn,
button[type="submit"].btn-primary {
  background: var(--lf-rose);
  border-color: var(--lf-rose);
  border-radius: 999px;
  color: #fff;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.button_oc.btn:hover,
.button_oc.btn:focus {
  background: var(--lf-rose-hover);
  border-color: var(--lf-rose-hover);
  color: #fff;
}

.form-control {
  border-color: var(--lf-border);
  border-radius: 10px;
  box-shadow: none;
  min-height: 42px;
}

.form-control:focus {
  border-color: var(--lf-rose);
  box-shadow: 0 0 0 3px rgba(232, 41, 74, .12);
}

.breadcrumb {
  background: transparent;
  border: 0;
  color: var(--lf-muted);
  font-size: 12px;
  margin: 0;
  padding: 18px 0;
}

.breadcrumb > li + li:before {
  color: var(--lf-muted);
}

#product-product.container {
  max-width: 1800px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

#product-product h1 {
  color: var(--lf-dark);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  margin: 10px 0 24px;
}

#product-product .row {
  margin-left: -16px;
  margin-right: -16px;
}

#product-product .row > [class*="col-"] {
  padding-left: 16px;
  padding-right: 16px;
}

#product-product #content > .row:first-of-type {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

#product-product .thumbnails {
  display: grid;
  gap: 12px;
  grid-template-columns: 92px minmax(0, 1fr);
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

#product-product .thumbnails > li:first-child {
  grid-column: 2;
  grid-row: 1 / span 8;
}

#product-product .thumbnails > li:not(:first-child) {
  grid-column: 1;
}

#product-product .thumbnail {
  background: #f9f9f9;
  border: 1px solid var(--lf-border);
  border-radius: 14px;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#product-product .thumbnails > li:first-child .thumbnail {
  aspect-ratio: 3 / 3.2;
  display: block;
  max-height: 590px;
}

#product-product .thumbnails > li:not(:first-child) .thumbnail {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
}

#product-product .thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#product-product .image-additional {
  max-width: none;
}

#product-product .prdLabel.sale {
  background: var(--lf-rose);
  border-radius: 999px;
  color: #fff;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 5;
}

#product-product .product-bordered,
#product-product .product-description,
#product-product #product,
#product-product .payment-metods {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 14px;
  box-shadow: none;
  margin-bottom: 16px;
  padding: 20px;
}

#product-product .product-bordered {
  background: var(--lf-bg);
}

#product-product .list-det {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

#product-product .list-det li {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 999px;
  color: var(--lf-text);
  font-size: 13px;
  padding: 7px 12px;
}

#product-product .list-det .stockdet,
#product-product .stockdet {
  color: var(--lf-green);
  font-weight: 600;
}

#product-product .delivery-information {
  background: var(--lf-green-bg);
  border: 1px solid rgba(46, 158, 107, .28);
  border-radius: 10px;
  color: #2b7a5c;
  font-size: 13px;
  margin-top: 10px;
  padding: 10px 14px;
}

#product-product .product-description h4,
#product-product #product h3,
#product-product .additional-products-title {
  color: var(--lf-muted);
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

#product-product #product hr {
  border-color: var(--lf-border);
  margin: 16px 0;
}

#product-product #product .form-group {
  margin-bottom: 14px;
}

#product-product #product .radio label,
#product-product #product .checkbox label {
  border: 1.5px solid var(--lf-border);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  margin: 0 8px 8px 0;
  min-height: 38px;
  padding: 8px 15px;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

#product-product #product .radio label:hover,
#product-product #product .checkbox label:hover {
  background: var(--lf-rose-soft);
  border-color: var(--lf-rose);
  color: var(--lf-rose);
}

#product-product #product .flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

#product-product .lf-qty {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--lf-border);
  border-radius: 999px;
  display: inline-flex;
  height: 52px;
  overflow: hidden;
}

#product-product .lf-qty-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--lf-text);
  display: flex;
  font-size: 22px;
  height: 52px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 44px;
}

#product-product .lf-qty-input {
  border: 0;
  box-shadow: none;
  font-weight: 700;
  height: 52px;
  min-height: 0;
  padding: 0;
  text-align: center;
  width: 42px;
}

#product-product .lf-wishlist {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--lf-border);
  border-radius: 50%;
  color: var(--lf-muted);
  display: inline-flex;
  font-size: 18px;
  height: 52px;
  justify-content: center;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
  width: 52px;
}

#product-product .lf-wishlist:hover,
#product-product .lf-wishlist:focus {
  background: var(--lf-rose-soft);
  border-color: var(--lf-rose);
  color: var(--lf-rose);
}

#product-product #product .list-unstyled {
  margin: 0;
}

#product-product #product h2 {
  color: var(--lf-rose);
  font-family: "Jost", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

#product-product #button-cart {
  border-radius: 999px;
  height: 52px;
  min-width: 210px;
  padding-left: 28px;
  padding-right: 28px;
}

#product-product .bonus-info {
  background: #fff4e0;
  border: 1px solid #ffcc70;
  border-radius: 10px;
  color: #9f7110;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 16px;
  padding: 12px 14px;
}

#product-product .upsell-box {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 14px;
}

#product-product .upsell-box h4 {
  color: var(--lf-dark);
  font-family: "Jost", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#product-product .payment-metods {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

#product-product .payment-metods svg {
  max-height: 28px;
  max-width: 74px;
}

#product-product .additional-products {
  background: var(--lf-bg);
  border-radius: 16px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

#product-product .additional-product {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: box-shadow .2s ease, transform .2s ease;
}

#product-product .additional-product:hover {
  box-shadow: var(--lf-shadow);
  transform: translateY(-2px);
}

#product-product .additional-product .image img {
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  width: 100%;
}

#product-product .additional-product .product-name,
#product-product .additional-product .product-price {
  padding-left: 10px;
  padding-right: 10px;
}

#product-product .additional-product .product-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 10px;
}

#product-product .additional-product .product-price,
#product-product .price-new {
  color: var(--lf-rose);
  font-weight: 700;
}

#product-product .price-old {
  color: var(--lf-muted);
  text-decoration: line-through;
}

#product-product .cart-add-block {
  padding: 10px;
}

#product-product .cart-add {
  align-items: center;
  background: var(--lf-rose);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  width: 100%;
}

#product-product .fon_tov {
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
}

#product-product .fon_tov .image1 img {
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  width: 100%;
}

#product-product .zag_tov {
  font-size: 15px;
  min-height: 44px;
}

#product-product .fon_knopki button,
#product-product .m-knopki button,
#product-product .fon_knopki a,
#product-product .m-knopki a {
  background: var(--lf-rose);
  border: 0;
  border-radius: 999px;
  color: #fff;
}

.simple-content,
#simplecheckout_form_0,
[id^="simplecheckout_form_"] {
  font-family: "Jost", Arial, sans-serif;
}

.simplecheckout {
  color: var(--lf-dark);
}

.simplecheckout-block {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(26, 26, 26, .05);
  margin-bottom: 16px;
  overflow: hidden;
}

.simplecheckout-block-heading,
.checkout-heading {
  background: var(--lf-bg);
  border-bottom: 1px solid var(--lf-border);
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding: 16px 18px;
}

.simplecheckout-block-content {
  padding: 18px;
}

.simplecheckout-cart {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.simplecheckout-cart th {
  background: var(--lf-bg);
  border-bottom: 1px solid var(--lf-border);
  color: var(--lf-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 12px;
  text-transform: uppercase;
}

.simplecheckout-cart td {
  border-bottom: 1px solid var(--lf-border);
  padding: 12px;
  vertical-align: middle;
}

.simplecheckout-cart img {
  border-radius: 10px;
}

.simplecheckout-cart-total {
  align-items: center;
  border-top: 1px solid var(--lf-border);
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.simplecheckout-cart-total-value {
  color: var(--lf-rose);
  font-weight: 700;
}

.simplecheckout-methods-table label,
.simplecheckout-methods-table td {
  cursor: pointer;
}

.simplecheckout-methods-table tr {
  border-bottom: 1px solid var(--lf-border);
}

.simplecheckout-rule-group,
.simplecheckout-error-text,
.simplecheckout-warning-text {
  color: var(--lf-rose);
  font-size: 13px;
}

.simplecheckout-button-right .button,
.simplecheckout-button-left .button {
  border-radius: 999px;
  padding: 13px 26px;
}

.simple-content {
  margin: 0 auto;
  max-width: 1280px;
  padding: 24px 15px 64px;
}

.simple-content:before,
.simple-content:after,
.simplecheckout:before,
.simplecheckout:after,
.simpleregister-block-content:before,
.simpleregister-block-content:after,
.simplecheckout-block-content:before,
.simplecheckout-block-content:after {
  clear: both;
  content: "";
  display: table;
}

.simpleregister {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .05);
  margin: 0 auto;
  max-width: 860px;
  overflow: hidden;
}

.simpleregister-have-account {
  background: #fafafa;
  border-bottom: 1px solid var(--lf-border);
  color: var(--lf-text);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  padding: 16px 22px;
}

.simpleregister-have-account a {
  color: var(--lf-rose);
  font-weight: 700;
}

.simpleregister-block-content {
  padding: 24px 24px 8px;
}

.simpleregister .form-group,
.simplecheckout .form-group {
  display: block;
  margin-bottom: 18px;
}

.simplecheckout .form-group:before,
.simplecheckout .form-group:after {
  content: none;
}

.simplecheckout .form-group > .control-label,
.simplecheckout .form-group > [class*="col-"] {
  float: none;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.simpleregister .control-label,
.simplecheckout .control-label,
.simplecheckout label,
.simpleregister label {
  color: var(--lf-dark);
  font-size: 13px;
  font-weight: 700;
}

.simpleregister .control-label,
.simplecheckout .control-label {
  display: block;
  padding-top: 0;
  margin-bottom: 7px;
}

.simpleregister .form-control,
.simplecheckout .form-control,
.simplecheckout-cart-total input,
.simplecheckout-login-right input {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 10px;
  box-shadow: none;
  color: var(--lf-dark);
  min-height: 44px;
}

.simpleregister textarea.form-control,
.simplecheckout textarea.form-control {
  min-height: 118px;
  resize: vertical;
}

.simpleregister .form-control:focus,
.simplecheckout .form-control:focus {
  border-color: var(--lf-rose);
  box-shadow: 0 0 0 3px rgba(232, 41, 74, .12);
}

.simpleregister .radio,
.simpleregister .checkbox,
.simplecheckout .radio,
.simplecheckout .checkbox {
  color: var(--lf-text);
  margin-bottom: 8px;
}

.simpleregister .radio input,
.simpleregister .checkbox input,
.simplecheckout .radio input,
.simplecheckout .checkbox input {
  accent-color: var(--lf-rose);
}

.simpleregister-button-right,
.simplecheckout-button-right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-left: auto;
}

.simpleregister-button-left,
.simplecheckout-button-left {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.simpleregister-button-block .button,
.simplecheckout-button-block .button,
#simplecheckout_login .button,
.simple-content .button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  text-decoration: none;
}

.simpleregister-warning-block,
.simplecheckout-warning-block {
  border: 0;
  border-radius: 10px;
  margin: 14px 24px 0;
}

.simplecheckout-error-text,
.simplecheckout-rule,
.simplecheckout-warning-text {
  line-height: 1.4;
  margin-top: 6px;
}

.simplecheckout-tooltip {
  color: var(--lf-muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 6px;
}

.simplecheckout-left-column {
  float: left;
  padding-right: 10px;
  width: 50%;
}

.simplecheckout-right-column {
  float: right;
  padding-left: 10px;
  width: 50%;
}

.simplecheckout-three-column {
  float: left;
  padding: 0 10px;
  width: 33.333%;
}

.simplecheckout-steps-wrapper {
  clear: both;
}

#simplecheckout_step_menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

#simplecheckout_step_menu .simple-step,
#simplecheckout_step_menu .checkout-heading.simple-step-vertical {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 999px;
  color: var(--lf-text);
  cursor: pointer;
  display: inline-flex;
  font-family: "Jost", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  min-height: 36px;
  padding: 8px 14px;
}

#simplecheckout_step_menu .simple-step-current,
#simplecheckout_step_menu .simple-step:hover {
  background: var(--lf-rose-soft);
  border-color: var(--lf-rose);
  color: var(--lf-rose);
}

#simplecheckout_step_menu .simple-step-delimiter {
  opacity: .45;
}

.simplecheckout-methods-table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}

.simplecheckout-methods-table tr {
  border: 0;
}

.simplecheckout-methods-table td {
  background: #fafafa;
  border-bottom: 0;
  padding: 12px;
  vertical-align: top;
}

.simplecheckout-methods-table td:first-child {
  border-radius: 10px 0 0 10px;
}

.simplecheckout-methods-table td:last-child {
  border-radius: 0 10px 10px 0;
}

.simplecheckout-methods-table input[type="radio"],
.simplecheckout-methods-table input[type="checkbox"] {
  accent-color: var(--lf-rose);
}

.simplecheckout-methods-table td.title label {
  cursor: pointer;
  display: block;
  margin: 0;
}

.simplecheckout-methods-description {
  color: var(--lf-muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 5px;
}

.simplecheckout-cart .quantity .input-group {
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
}

.simplecheckout-cart td.quantity input,
#simplecheckout_cart .form-control {
  border-radius: 8px;
  min-height: 34px;
  text-align: center;
}

.simplecheckout-cart td.quantity button,
.simplecheckout-cart-total .button,
#simplecheckout_button_cart {
  border-radius: 999px;
}

.simplecheckout-cart-total {
  gap: 16px;
}

.simplecheckout-summary-totals .simplecheckout-cart-total:last-child,
#simplecheckout_cart .simplecheckout-cart-total:last-of-type {
  color: var(--lf-dark);
  font-size: 17px;
  font-weight: 800;
}

.simplecheckout-customer-same-address {
  background: #fafafa;
  border: 1px solid var(--lf-border);
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 12px 14px;
}

#simplecheckout_login {
  margin: 0 auto;
  max-width: 520px;
}

#simple_login_header {
  text-align: right;
}

#simplecheckout_login .simplecheckout-block-content {
  padding: 24px;
}

.simplecheckout-login {
  display: grid;
  gap: 16px;
}

#simplecheckout_comment textarea {
  min-height: 120px;
}

.simplecheckout-proceed-payment {
  background: #fafafa;
  border: 1px dashed var(--lf-border);
  border-radius: 12px;
  color: var(--lf-text);
  margin: 16px 0;
  padding: 16px;
  text-align: center;
}

.simplecheckout-select-address {
  margin-bottom: 16px;
}

/* SimpleCheckout final layout */
.lf-simplecheckout-page {
  padding-bottom: 64px;
}

.lf-simplecheckout-page #content {
  min-width: 0;
}

.lf-simplecheckout-head {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 8px 0 24px;
}

.lf-simplecheckout-head h1 {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

.lf-simplecheckout-head .btn,
.lf-simplecheckout-head .button {
  align-items: center;
  display: inline-flex;
  min-height: 42px;
  padding: 0 22px;
}

.lf-simplecheckout-shell {
  max-width: none;
  padding: 0 0 64px;
}

.lf-simplecheckout-form {
  min-width: 0;
}

.lf-simplecheckout-grid {
  align-items: flex-start;
  display: flow-root;
}

.lf-simplecheckout-column {
  min-width: 0;
}

.simplecheckout-block {
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .05);
}

.simplecheckout-block-heading,
.checkout-heading {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--lf-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
}

.checkout-heading-button a {
  color: var(--lf-rose);
  font-family: "Jost", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.simplecheckout-block-content {
  padding: 22px;
}

.simplecheckout-left-column,
.simplecheckout-right-column,
.simplecheckout-three-column {
  margin-bottom: 22px;
}

.simplecheckout-right-column {
  position: sticky;
  top: 126px;
}

.simplecheckout-cart-products {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.simplecheckout-cart-product {
  align-items: center;
  background: #fafafa;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  display: grid;
  gap: 14px;
  grid-template-columns: 86px minmax(0, 1fr) auto 40px;
  min-width: 0;
  padding: 10px;
}

.simplecheckout-cart-voucher {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.simplecheckout-cart-product-image .image {
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.simplecheckout-cart-product-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.simplecheckout-cart-product-info .name > a,
.simplecheckout-cart-product-info .name {
  color: var(--lf-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.simplecheckout-cart-product-info .options {
  color: var(--lf-muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 7px;
}

.simplecheckout-cart-product-quantity .quantity,
.simplecheckout-cart-product-quantity .input-group {
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
}

.simplecheckout-cart-product-quantity .input-group-btn {
  width: auto;
}

.simplecheckout-cart-product-quantity .btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 50%;
  color: var(--lf-rose);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.simplecheckout-cart-product-quantity .form-control {
  border-radius: 999px;
  height: 34px;
  margin: 0 6px;
  min-height: 34px;
  padding: 0;
  width: 44px;
}

.simplecheckout-cart-product-remove {
  text-align: right;
}

.simplecheckout-cart-product-remove .quantity {
  display: inline-flex;
}

.simplecheckout-cart-product-remove .delcart,
.simplecheckout-cart-total-remove i {
  align-items: center;
  background: var(--lf-rose-soft);
  border: 0;
  border-radius: 50%;
  color: var(--lf-rose);
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.simplecheckout-cart-product-total {
  color: var(--lf-rose);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

#simplecheckout_cart > .simplecheckout-cart-total,
#simplecheckout_summary > .simplecheckout-cart-total,
.simplecheckout-summary-totals .simplecheckout-cart-total {
  margin-left: 18px;
  margin-right: 18px;
}

.simplecheckout-cart-total .inputs {
  align-items: center;
  display: flex;
  gap: 10px;
  width: 100%;
}

.simplecheckout-cart-total .inputs .form-control {
  margin-left: auto;
  max-width: 220px;
}

.simplecheckout-cart-buttons {
  border-top: 0;
  justify-content: flex-end;
}

.simplecheckout-methods-table {
  border-spacing: 0 12px;
}

.simplecheckout-methods-table tr,
#simplecheckout_shipping .radio,
#simplecheckout_payment .radio {
  background: #fafafa;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  color: var(--lf-text);
  margin: 0 0 10px;
  padding: 13px 14px;
}

#simplecheckout_shipping .radio label,
#simplecheckout_payment .radio label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 10px;
  margin: 0;
}

#simplecheckout_shipping .radio input,
#simplecheckout_payment .radio input {
  flex: 0 0 auto;
  margin: 3px 0 0;
}

.simplecheckout-methods-table td {
  border-bottom: 0;
}

.simplecheckout-summary-info {
  margin-top: 16px;
}

.simplecheckout-summary-info td {
  color: var(--lf-text);
  line-height: 1.65;
}

.simplecheckout-button-block .button,
#simplecheckout_login .button,
.simple-content .button {
  border-radius: 999px;
  font-weight: 800;
  min-height: 46px;
  padding: 0 26px;
}

#simplecheckout_button_back,
#simplecheckout_button_prev {
  background: #fff;
  border: 1px solid var(--lf-border);
  color: var(--lf-text);
}

#simplecheckout_button_back:hover,
#simplecheckout_button_back:focus,
#simplecheckout_button_prev:hover,
#simplecheckout_button_prev:focus {
  border-color: var(--lf-rose);
  color: var(--lf-rose);
}

.you-will-be-registered {
  background: var(--lf-green-bg);
  border-radius: 10px;
  color: var(--lf-green);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  padding: 12px 14px;
}

.lf-simplecheckout-additional-products {
  margin-bottom: 24px;
}

.lf-simplecheckout-additional-products .checkout-heading {
  background: transparent;
  border: 0;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 12px;
  text-transform: none;
}

.lf-simplecheckout-additional-products .additional-products-row {
  position: relative;
}

.lf-simplecheckout-additional-products .swiper-container {
  padding: 0 4px;
}

.lf-simplecheckout-additional-products .additional-product {
  align-items: center;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: 70px minmax(0, 1fr) 32px;
  min-height: 92px;
  padding: 10px;
}

.lf-simplecheckout-additional-products .image {
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.lf-simplecheckout-additional-products .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lf-simplecheckout-additional-products .product-name a {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.lf-simplecheckout-additional-products .product-price {
  color: var(--lf-rose);
  font-size: 13px;
  font-weight: 700;
  margin-top: 4px;
}

.lf-simplecheckout-additional-products .price-old {
  color: var(--lf-muted);
  font-size: 12px;
  margin-left: 6px;
  text-decoration: line-through;
}

.lf-simplecheckout-additional-products .cart-add {
  align-items: center;
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 50%;
  color: #1a1a1a;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.lf-simplecheckout-additional-products .cart-add:hover {
  background: var(--lf-rose);
  border-color: var(--lf-rose);
  color: #fff;
}

.lf-simplecheckout-additional-products .swiper-button-prev,
.lf-simplecheckout-additional-products .swiper-button-next {
  background-image: none;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 50%;
  color: var(--lf-rose);
  height: 34px;
  margin-top: -17px;
  width: 34px;
}

.lf-simplecheckout-additional-products .swiper-button-prev:before,
.lf-simplecheckout-additional-products .swiper-button-next:before {
  font-family: FontAwesome;
  font-size: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lf-simplecheckout-additional-products .swiper-button-prev:before {
  content: "\f104";
}

.lf-simplecheckout-additional-products .swiper-button-next:before {
  content: "\f105";
}

/* SimpleCheckout checkout polish */
#checkout-simplecheckout .lf-simplecheckout-shell {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}

#checkout-simplecheckout .simplecheckout-left-column {
  padding-right: 14px !important;
  width: 50% !important;
}

#checkout-simplecheckout .simplecheckout-right-column {
  padding-left: 14px !important;
  width: 50% !important;
}

#checkout-simplecheckout .simplecheckout-block {
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
}

#checkout-simplecheckout .checkout-heading,
#checkout-simplecheckout .simplecheckout-block-heading {
  background: #fff;
  color: var(--lf-dark);
  font-size: 24px;
  min-height: 54px;
  padding: 14px 18px;
}

#checkout-simplecheckout .simplecheckout-block-content {
  padding: 20px;
}

#checkout-simplecheckout .simplecheckout .form-group,
#checkout-simplecheckout .simplecheckout-block-content .form-group {
  display: block;
  margin: 0 0 16px !important;
}

#checkout-simplecheckout .simplecheckout .form-group:before,
#checkout-simplecheckout .simplecheckout .form-group:after,
#checkout-simplecheckout .simplecheckout-block-content .form-group:before,
#checkout-simplecheckout .simplecheckout-block-content .form-group:after {
  content: none !important;
  display: none !important;
}

#checkout-simplecheckout .simplecheckout .form-group > .control-label,
#checkout-simplecheckout .simplecheckout-block-content .form-group > .control-label {
  color: var(--lf-dark);
  display: block;
  float: none !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 7px !important;
  max-width: none !important;
  padding: 0 !important;
  text-align: left;
  width: 100% !important;
}

#checkout-simplecheckout .simplecheckout .form-group > [class*="col-"],
#checkout-simplecheckout .simplecheckout-block-content .form-group > [class*="col-"] {
  float: none !important;
  min-height: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

#checkout-simplecheckout .simplecheckout .form-group.row-customer_no_email > .control-label,
#checkout-simplecheckout .simplecheckout .form-group.row-shipping_address_recipient > .control-label,
#checkout-simplecheckout .simplecheckout-block-content .form-group.row-customer_no_email > .control-label,
#checkout-simplecheckout .simplecheckout-block-content .form-group.row-shipping_address_recipient > .control-label {
  display: none !important;
}

#checkout-simplecheckout .simplecheckout .form-control {
  font-size: 14px;
  min-height: 46px;
}

#checkout-simplecheckout .simplecheckout .radio,
#checkout-simplecheckout .simplecheckout .checkbox {
  display: inline-flex;
  margin: 0 14px 8px 0;
}

#checkout-simplecheckout .simplecheckout-cart-products {
  gap: 10px;
  padding: 16px;
}

#checkout-simplecheckout .simplecheckout-cart-product {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(26, 26, 26, .04);
  display: grid;
  gap: 12px;
  grid-template-columns: 70px minmax(0, 1fr) 96px 34px;
  min-width: 0;
  padding: 20px 10px;
  position: relative;
}

#checkout-simplecheckout .simplecheckout-cart-product--service,
#checkout-simplecheckout .simplecheckout-cart-voucher {
  grid-template-columns: minmax(0, 1fr) 96px 34px;
}

#checkout-simplecheckout .simplecheckout-cart-product-image .image {
  height: 70px;
  width: 70px;
}

#checkout-simplecheckout .simplecheckout-cart-product-info {
  min-width: 0;
  text-align: left !important;
}

#checkout-simplecheckout .simplecheckout-cart-product-info .name,
#checkout-simplecheckout .simplecheckout-cart-product-info .name a,
#checkout-simplecheckout .simplecheckout-cart-product-info .product-name,
#checkout-simplecheckout .simplecheckout-cart-product-info .product-name a {
  display: block;
  min-width: 0;
  text-align: left !important;
}

#checkout-simplecheckout .simplecheckout-cart-product-quantity {
  justify-self: end;
}

#checkout-simplecheckout .simplecheckout-cart-product-quantity .quantity {
  display: inline-flex;
}

#checkout-simplecheckout .simplecheckout-cart-product-total {
  color: var(--lf-rose);
  font-size: 15px;
  font-weight: 800;
  justify-self: end;
  white-space: nowrap;
}

#checkout-simplecheckout .simplecheckout-cart-product-remove {
  position: absolute;
  right: 3px;
  top: 3px;
}

#checkout-simplecheckout .simplecheckout-cart-product-remove .delcart {
  font-size: 14px;
}

#checkout-simplecheckout .simplecheckout-cart-total-remove {
  display: none !important;
}

#checkout-simplecheckout #simplecheckout_cart > .simplecheckout-cart-total {
  margin-left: 16px;
  margin-right: 16px;
  padding: 12px 0;
}

#checkout-simplecheckout .lf-simplecheckout-additional-products .additional-products-row {
  overflow: hidden;
  position: relative;
}

#checkout-simplecheckout .lf-simplecheckout-additional-products .swiper-container {
  padding: 0;
}

#checkout-simplecheckout .lf-simplecheckout-additional-products .swiper-pager {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 6;
}

#checkout-simplecheckout .lf-simplecheckout-additional-products .additional-product {
  background: #fff;
  grid-template-columns: 74px minmax(0, 1fr) 42px;
  min-height: 104px;
  padding: 12px 52px !important;
}

#checkout-simplecheckout .lf-simplecheckout-additional-products .swiper-button-prev,
#checkout-simplecheckout .lf-simplecheckout-additional-products .swiper-button-next {
  background: #fff !important;
  background-image: none !important;
  border: 1px solid var(--lf-border);
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(26, 26, 26, .08);
  height: 34px !important;
  margin-top: -17px !important;
  opacity: 1;
  pointer-events: auto;
  position: absolute !important;
  top: 50% !important;
  width: 34px !important;
  z-index: 7;
}

#checkout-simplecheckout .lf-simplecheckout-additional-products .swiper-button-prev {
  left: 10px !important;
  right: auto !important;
}

#checkout-simplecheckout .lf-simplecheckout-additional-products .swiper-button-next {
  left: auto !important;
  right: 10px !important;
}

@media (max-width: 1199px) {
  #product-product.container {
    padding-left: 24px;
    padding-right: 24px;
  }

  #product-product #content > .row:first-of-type {
    display: block;
  }
}

@media (max-width: 767px) {
  body {
    background: #fff;
  }

  #product-product.container {
    padding-left: 0;
    padding-right: 0;
  }

  #product-product .breadcrumb {
    border-bottom: 1px solid var(--lf-border);
    font-size: 11px;
    padding: 10px 16px;
  }

  #product-product h1 {
    font-size: 28px;
    margin: 14px 16px 12px;
  }

  #product-product .row {
    margin-left: 0;
    margin-right: 0;
  }

  #product-product .row > [class*="col-"] {
    padding-left: 16px;
    padding-right: 16px;
  }

  #product-product .thumbnails {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
  }

  #product-product .thumbnails > li:first-child .thumbnail {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    max-height: none;
  }

  #product-product .thumbnails > li:not(:first-child) {
    display: inline-block;
    margin: 10px 4px 0;
    width: 58px;
  }

  #product-product .product-bordered,
  #product-product .product-description,
  #product-product #product,
  #product-product .payment-metods {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
  }

  #product-product #product .flex {
    align-items: stretch;
    flex-direction: column;
  }

  #product-product #button-cart {
    min-width: 100%;
    width: 100%;
  }

  #product-product .lf-qty,
  #product-product .lf-wishlist {
    width: 100%;
  }

  #product-product #product h2 {
    font-size: 32px;
  }

  #product-product .additional-products {
    border-radius: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: -16px;
    margin-right: -16px;
  }

  .simplecheckout-block {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
  }

  .simplecheckout-left-column,
  .simplecheckout-right-column,
  .simplecheckout-three-column {
    float: none !important;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }

  .simplecheckout-cart th.model,
  .simplecheckout-cart td.model {
    display: none;
  }

  .lf-simplecheckout-page {
    padding-left: 0;
    padding-right: 0;
  }

  .lf-simplecheckout-head {
    align-items: stretch;
    flex-direction: column;
    margin: 14px 16px 18px;
  }

  .lf-simplecheckout-head h1 {
    font-size: 32px;
  }

  .lf-simplecheckout-shell {
    padding-bottom: 42px;
  }

  .simplecheckout-right-column {
    position: static;
  }

  .simplecheckout-cart-product,
  .simplecheckout-cart-voucher {
    align-items: start;
    grid-template-columns: 76px minmax(0, 1fr) 34px;
  }

  .simplecheckout-cart-product-quantity {
    grid-column: 2 / 4;
  }

  .simplecheckout-cart-product-remove {
    grid-column: 3;
    grid-row: 1;
  }

  .simplecheckout-cart-product-total {
    grid-column: 2 / 4;
  }

  .simplecheckout-cart-total {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .simplecheckout-cart-total .inputs {
    align-items: stretch;
    flex-direction: column;
  }

  .simplecheckout-cart-total .inputs .form-control {
    max-width: none;
    width: 100%;
  }

  .lf-simplecheckout-additional-products .additional-product {
    grid-template-columns: 76px minmax(0, 1fr) 38px;
    padding: 12px 44px;
  }

  .simplecheckout-button-right,
  .simplecheckout-button-left,
  .simpleregister-button-right,
  .simpleregister-button-left {
    justify-content: stretch;
    margin-left: 0;
    width: 100%;
  }

  .simplecheckout-button-block .button,
  .simpleregister-button-block .button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #checkout-simplecheckout.lf-simplecheckout-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  #checkout-simplecheckout > .row {
    margin-left: 0;
    margin-right: 0;
  }

  #checkout-simplecheckout #content {
    padding-left: 0;
    padding-right: 0;
  }

  #checkout-simplecheckout .simplecheckout-left-column,
  #checkout-simplecheckout .simplecheckout-right-column,
  #checkout-simplecheckout .simplecheckout-three-column {
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  #checkout-simplecheckout .simplecheckout-block-content {
    padding: 16px;
  }

  #checkout-simplecheckout .simplecheckout-cart-product,
  #checkout-simplecheckout .simplecheckout-cart-product--service,
  #checkout-simplecheckout .simplecheckout-cart-voucher {
    grid-template-columns: 64px minmax(0, 1fr) 34px;
  }

  #checkout-simplecheckout .simplecheckout-cart-product-image .image {
    height: 64px;
    width: 64px;
  }

  #checkout-simplecheckout .simplecheckout-cart-product-quantity {
    grid-column: 2 / 4;
    justify-self: start;
  }

  #checkout-simplecheckout .simplecheckout-cart-product-total {
    grid-column: 2;
    justify-self: start;
  }

  #checkout-simplecheckout .simplecheckout-cart-product-remove {
    grid-column: auto;
    grid-row: auto;
  }

  #checkout-simplecheckout .lf-simplecheckout-additional-products .additional-product {
    grid-template-columns: 64px minmax(0, 1fr) 38px;
    padding: 12px 46px !important;
  }
}

/* La Flora full theme pass */
.lf-site-header {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
  font-family: "Jost", Arial, sans-serif;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.lf-promo {
  align-items: center;
  background: var(--lf-rose);
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  letter-spacing: .08em;
  min-height: 32px;
  padding: 7px 32px;
  text-transform: uppercase;
}

.lf-promo strong {
  font-size: 13px;
}

.lf-mainbar {
  align-items: center;
  border-bottom: 1px solid var(--lf-border);
  display: flex;
  gap: 14px;
  height: 56px;
  padding: 0 32px;
}

.lf-logo-text {
  align-items: center;
  color: var(--lf-rose);
  display: inline-flex;
  flex-shrink: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  height: 46px;
  letter-spacing: .04em;
  text-decoration: none;
  white-space: nowrap;
}

.lf-logo-text img {
  display: block;
  height: auto;
  max-height: 42px;
  max-width: 170px;
  width: auto;
}

.lf-logo-text span {
  color: var(--lf-dark);
}

.lf-city {
  align-items: center;
  background: var(--lf-rose-soft);
  border: 2px solid var(--lf-rose);
  border-radius: 12px;
  color: var(--lf-rose);
  display: flex;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
}

.lf-city span {
  color: var(--lf-rose);
  font-size: 11px;
  font-weight: 500;
}

.lf-city strong {
  font-size: 14px;
  font-weight: 700;
}

.lf-mainbar-spacer {
  flex: 1;
  min-width: 8px;
}

.lf-socials {
  align-items: center;
  display: flex;
  gap: 5px;
}

.lf-social {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  height: 26px;
  justify-content: center;
  text-decoration: none;
  width: 26px;
}

.lf-social:hover,
.lf-social:focus {
  color: #fff;
  opacity: .9;
}

.lf-social--viber { background: #7360f2; }
.lf-social--telegram { background: #26a5e4; }
.lf-social--whatsapp { background: #25d366; }
.lf-social--instagram { background: linear-gradient(45deg, #f09433, #dc2743, #bc1888); }

.lf-phone-link {
  color: var(--lf-dark);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.lf-divider {
  background: var(--lf-border);
  height: 22px;
  width: 1px;
}

.lf-currency .btn-link,
.lf-language .btn-link,
.lf-account > a {
  align-items: center;
  border: 1px solid var(--lf-border);
  border-radius: 8px;
  color: var(--lf-text);
  display: inline-flex;
  font-size: 12px;
  gap: 5px;
  min-height: 30px;
  padding: 5px 10px;
  text-decoration: none;
}

.lf-currency .pull-left {
  float: none !important;
}

.lf-language .lang5 {
  margin: 0;
}

.lf-search {
  width: 180px;
}

.lf-search #search,
.lf-header-nav #search-mob {
  align-items: center;
  border: 1px solid var(--lf-border);
  border-radius: 8px;
  display: flex;
  height: 34px;
  overflow: visible;
  position: relative;
  width: 100%;
}

.lf-search .inp_s,
.lf-header-nav #search-mob .inp_s {
  border: 0;
  box-shadow: none;
  color: var(--lf-dark);
  flex: 1;
  font-size: 12px;
  height: 100%;
  min-width: 0;
  padding: 0 10px;
}

.lf-search .but_s,
.lf-header-nav #search-mob .but_s {
  background: #fff;
  border: 0;
  color: var(--lf-muted);
  height: 100%;
  width: 34px;
}

.lf-search .input-group-btn {
  align-items: stretch;
  display: flex;
  height: 100%;
}

.lf-account {
  flex-shrink: 0;
}

.lf-cart,
.lf-mobile-cart {
  flex-shrink: 0;
}

.lf-cart #cart,
.lf-mobile-cart #cart {
  margin: 0;
}

.lf-cart #cart > button,
.lf-mobile-cart #cart > button {
  align-items: center;
  background: var(--lf-rose);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 7px;
  height: 34px;
  justify-content: center;
  min-width: 86px;
  padding: 0 13px;
}

.lf-cart #cart > button:before,
.lf-mobile-cart #cart > button:before {
  content: "\f290";
  font-family: FontAwesome;
}

.lf-cart #cart-total,
.lf-mobile-cart #cart-total {
  color: #fff;
}

.lf-header-nav {
  background: #fff;
  border-bottom: 1px solid var(--lf-border);
  position: sticky;
  top: 88px;
  z-index: 900;
}

.lf-header-nav .container {
  max-width: none;
  padding: 0 32px;
  width: 100%;
}

.lf-header-nav #menu {
  border: 0;
  margin: 0;
  min-height: 44px;
}

.lf-header-nav .navbar-collapse {
  padding: 0;
}

.lf-header-nav .nav > li > a {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: var(--lf-dark);
  display: flex;
  font-size: 13px;
  height: 44px;
  padding: 0 14px;
}

.lf-header-nav .nav > li:first-child > a,
.lf-header-nav .nav > li > a.winter {
  border-bottom-color: var(--lf-rose);
  color: var(--lf-rose) !important;
  font-weight: 600;
}

.lf-header-nav .dropdown-menu {
  border-color: var(--lf-border);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
}

.lf-mobile-top,
.lf-mobile-contacts {
  display: none;
}

.lf-breadcrumb {
  align-items: center;
  color: var(--lf-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px;
  margin: 0 auto;
  max-width: 1800px;
  padding: 16px 60px;
}

.lf-breadcrumb a {
  color: var(--lf-muted);
  text-decoration: none;
}

.lf-product-page {
  background: #fff;
}

.lf-product-layout {
  align-items: start;
  display: grid;
  gap: 0 32px;
  grid-template-columns: minmax(420px, 1.4fr) 240px 480px;
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 60px 60px;
}

.lf-product-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lf-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 92px;
}

.lf-main-image {
  align-items: center;
  aspect-ratio: 3 / 3.2;
  background: #f9f9f9;
  border: 1px solid var(--lf-border);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  max-height: 590px;
  overflow: hidden;
  position: relative;
}

.lf-main-image-link,
.lf-main-image-link img {
  display: block;
  height: 100%;
  width: 100%;
}

.lf-main-image img {
  object-fit: cover;
}

.lf-image-placeholder {
  color: rgba(232, 41, 74, .15);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 54px;
}

.lf-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 5px;
  padding: 6px 14px;
  position: absolute;
  z-index: 2;
}

.lf-badge--discount {
  background: var(--lf-rose);
  color: #fff;
  left: 20px;
  top: 20px;
}

.lf-badge--fresh {
  background: var(--lf-green);
  color: #fff;
  right: 20px;
  top: 20px;
}

.lf-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lf-thumb {
  aspect-ratio: 1 / 1;
  background: var(--lf-rose-soft);
  border: 2px solid transparent;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

.lf-thumb.active {
  border-color: var(--lf-rose);
}

.lf-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lf-reviews-preview {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lf-section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.lf-section-head h2,
.lf-occasions h2,
.lf-delivery-selector h2 {
  color: var(--lf-dark);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.lf-stars {
  color: #f5a623;
  letter-spacing: 1px;
}

.lf-review-list .review-item,
.lf-review-list > div {
  background: var(--lf-bg);
  border-radius: 14px;
  padding: 16px;
}

.lf-bundle-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lf-bundle-title {
  align-items: center;
  color: var(--lf-dark);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lf-bundle-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lf-bundle-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  color: var(--lf-dark);
  display: flex;
  gap: 10px;
  padding: 10px;
  text-decoration: none;
}

.lf-bundle-card:hover {
  box-shadow: var(--lf-shadow);
  transform: translateY(-2px);
}

.lf-bundle-card input {
  display: none;
}

.lf-bundle-img {
  background: #f5f5f5;
  border-radius: 8px;
  flex: 0 0 70px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.lf-bundle-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lf-bundle-img span {
  background: var(--lf-rose);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  left: 5px;
  padding: 2px 6px;
  position: absolute;
  top: 5px;
}

.lf-bundle-info {
  flex: 1;
  min-width: 0;
}

.lf-bundle-info a,
.lf-bundle-info > span {
  color: var(--lf-dark);
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.lf-bundle-price {
  align-items: baseline;
  display: flex;
  gap: 5px;
  margin-top: 4px;
}

.lf-bundle-price strong {
  color: var(--lf-rose);
  font-size: 13px;
}

.lf-bundle-price del {
  color: var(--lf-muted);
  font-size: 11px;
}

.lf-bundle-add {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--lf-border);
  border-radius: 50%;
  color: var(--lf-dark);
  display: flex;
  flex: 0 0 26px;
  font-size: 16px;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.lf-product-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lf-product-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.lf-stock {
  align-items: center;
  color: var(--lf-green);
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 6px;
}

.lf-stock:before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
}

.lf-stock--out {
  color: var(--lf-rose);
}

.lf-article {
  color: var(--lf-muted);
  font-size: 12px;
}

.lf-product-title {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.08;
  margin: 0;
}

.lf-stars-row {
  align-items: center;
  display: flex;
  gap: 8px;
}

.lf-stars-row a {
  color: var(--lf-rose);
  font-size: 13px;
  text-decoration: underline;
}

.lf-delivery-badge {
  align-items: center;
  background: var(--lf-green-bg);
  border: 1px solid rgba(46,158,107,.35);
  border-radius: 12px;
  color: #2b7a5c;
  display: flex;
  gap: 12px;
  padding: 12px 14px;
}

.lf-delivery-badge i {
  font-size: 22px;
}

.lf-delivery-badge strong,
.lf-delivery-badge span {
  display: block;
}

.lf-delivery-badge span {
  font-size: 12px;
  margin-top: 2px;
}

.lf-buy-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lf-price-block {
  align-items: baseline;
  display: flex;
  gap: 12px;
}

.lf-price-sale {
  color: var(--lf-rose);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.lf-price-side del {
  color: var(--lf-muted);
  display: block;
  font-size: 18px;
}

.lf-price-side span {
  color: var(--lf-muted);
  font-size: 11px;
}

.lf-bonus {
  align-items: flex-start;
  background: #fff4e0;
  border: 1px solid #ffcc70;
  border-radius: 10px;
  color: #9d700f;
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 1.45;
  padding: 10px 14px;
}

.lf-bonus a {
  color: var(--lf-rose);
  font-weight: 700;
  text-decoration: underline;
}

.lf-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lf-option {
  margin: 0;
}

.lf-option > .control-label {
  color: var(--lf-muted);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.lf-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lf-pill {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--lf-border);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
}

.lf-pill input {
  margin: 0;
}

.lf-pill img {
  border-radius: 50%;
  height: 24px;
  object-fit: cover;
  width: 24px;
}

.lf-cart-row {
  align-items: center;
  display: flex;
  gap: 10px;
}

.lf-qty {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--lf-border);
  border-radius: 999px;
  display: inline-flex;
  flex-shrink: 0;
  height: 52px;
  overflow: hidden;
}

.lf-qty-btn {
  background: transparent;
  border: 0;
  color: var(--lf-text);
  font-size: 22px;
  height: 52px;
  line-height: 1;
  width: 44px;
}

.lf-qty-input {
  border: 0;
  box-shadow: none;
  font-weight: 700;
  height: 52px;
  min-height: 0;
  padding: 0;
  text-align: center;
  width: 42px;
}

.lf-cart-btn {
  align-items: center;
  background: var(--lf-rose);
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  height: 52px;
  justify-content: center;
  letter-spacing: .06em;
  padding: 0 24px;
  text-transform: uppercase;
}

.lf-cart-btn:hover,
.lf-cart-btn:focus {
  background: var(--lf-rose-hover);
  color: #fff;
}

.lf-wishlist {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--lf-border);
  border-radius: 50%;
  color: var(--lf-muted);
  display: inline-flex;
  flex: 0 0 52px;
  font-size: 18px;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.lf-payment-icons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 2px 0 4px;
}

.lf-payment-icons span {
  color: var(--lf-dark);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.lf-delivery-selector,
.lf-occasions {
  background: #fafafa;
  border: 1.5px solid var(--lf-border);
  border-radius: 12px;
  padding: 16px;
}

.lf-delivery-selector h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.lf-city-input {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--lf-border);
  border-radius: 10px;
  display: flex;
  gap: 8px;
  padding: 10px 14px;
}

.lf-city-input input {
  background: transparent;
  border: 0;
  flex: 1;
  outline: none;
}

.lf-city-input button {
  background: none;
  border: 0;
  color: var(--lf-muted);
  font-size: 18px;
}

.lf-delivery-selector p {
  color: var(--lf-muted);
  font-size: 11px;
  font-style: italic;
  margin: 8px 0 12px;
}

.lf-date-label {
  color: var(--lf-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.lf-date-options {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.lf-date-options button {
  background: #fff;
  border: 1.5px solid var(--lf-border);
  border-radius: 10px;
  color: var(--lf-dark);
  min-height: 82px;
  padding: 10px 6px;
  text-align: center;
}

.lf-date-options button.active {
  background: var(--lf-rose-soft);
  border-color: var(--lf-rose);
}

.lf-date-options strong,
.lf-date-options span,
.lf-date-options em {
  display: block;
}

.lf-date-options strong {
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lf-date-options span {
  color: var(--lf-text);
  font-size: 10px;
  margin: 4px 0;
}

.lf-date-options em {
  color: var(--lf-green);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.lf-occasions {
  background: #fff;
}

.lf-occasions h2 {
  color: var(--lf-muted);
  font-size: 11px;
  letter-spacing: .1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.lf-occasions div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.lf-occasions span {
  border: 1px solid var(--lf-border);
  border-radius: 999px;
  color: var(--lf-text);
  font-size: 12px;
  padding: 6px 12px;
}

.lf-accordions {
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  overflow: hidden;
}

.lf-accordion + .lf-accordion {
  border-top: 1px solid var(--lf-border);
}

.lf-accordion > button {
  align-items: center;
  background: #fff;
  border: 0;
  color: var(--lf-dark);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  padding: 16px;
  text-align: left;
  width: 100%;
}

.lf-accordion > div {
  color: var(--lf-text);
  display: none;
  font-size: 14px;
  line-height: 1.65;
  padding: 0 16px 16px;
}

.lf-accordion.open > div {
  display: block;
}

.lf-accordion.open > button > i:last-child {
  transform: rotate(45deg);
}

.lf-similar-section {
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 60px 60px;
}

.lf-tabs-row {
  border-bottom: 1px solid var(--lf-border);
  display: flex;
  margin-bottom: 24px;
}

.lf-tabs-row button {
  background: #fff;
  border: 0;
  border-bottom: 3px solid var(--lf-rose);
  color: var(--lf-rose);
  font-size: 14px;
  font-weight: 700;
  padding: 14px 0;
}

.lf-products-grid {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lf-product-card {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: box-shadow .2s ease, transform .2s ease;
}

.lf-product-card:hover {
  box-shadow: var(--lf-shadow);
  transform: translateY(-3px);
}

.lf-card-img {
  aspect-ratio: 1 / 1.08;
  background: #f8f8f8;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}

.lf-card-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lf-card-badge {
  background: var(--lf-rose);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  left: 12px;
  padding: 4px 10px;
  position: absolute;
  top: 12px;
}

.lf-card-wish {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 50%;
  color: var(--lf-muted);
  display: flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 34px;
}

.lf-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 178px;
  padding: 14px;
}

.lf-card-name {
  color: var(--lf-dark);
  display: -webkit-box;
  font-size: 15px;
  font-weight: 600;
  height: 42px;
  line-height: 1.35;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lf-card-price {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin-top: 9px;
  min-height: 25px;
}

.lf-card-price strong {
  color: var(--lf-rose);
  font-size: 18px;
}

.lf-card-price del {
  color: var(--lf-muted);
  font-size: 13px;
}

.lf-card-date {
  color: var(--lf-green);
  font-size: 12px;
  margin-top: 7px;
  min-height: 18px;
}

.lf-card-body button {
  background: var(--lf-rose);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  letter-spacing: .05em;
  margin-top: auto;
  flex: 0 0 auto;
  text-transform: uppercase;
  width: 100%;
}

.lf-outline-btn {
  background: #fff;
  border: 1.5px solid var(--lf-border);
  border-radius: 999px;
  color: var(--lf-text);
  font-size: 14px;
  font-weight: 600;
  padding: 11px 18px;
}

.lf-sticky-buy {
  display: none;
}

.container .fon_tov,
.product-layout .product-thumb,
.account-account #content,
.information-information #content,
.checkout-cart #content,
.product-category #content,
.product-search #content,
.product-special #content {
  font-family: "Jost", Arial, sans-serif;
}

.product-category .fon_tov,
.product-search .fon_tov,
.product-special .fon_tov,
.product-manufacturer-info .fon_tov,
.fon_tov {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding-bottom: 14px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.product-category .fon_tov:hover,
.product-search .fon_tov:hover,
.product-special .fon_tov:hover,
.product-manufacturer-info .fon_tov:hover,
.fon_tov:hover {
  box-shadow: var(--lf-shadow);
  transform: translateY(-3px);
}

.product-category .zag_tov a,
.product-search .zag_tov a,
.product-special .zag_tov a,
.product-manufacturer-info .zag_tov a,
.zag_tov a {
  color: var(--lf-dark);
  font-family: "Jost", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.product-category .price,
.product-search .price,
.product-special .price,
.product-manufacturer-info .price,
.fon_tov .price {
  color: var(--lf-rose);
  font-size: 18px;
  font-weight: 700;
}

.fon_tov .image1 {
  aspect-ratio: 1 / 1.08;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
}

.fon_tov .image1 a,
.fon_tov .image1 img {
  display: block;
  height: 100%;
  width: 100%;
}

.fon_tov .image1 img {
  object-fit: cover;
}

.fon_tov .fon_knopki {
  display: none !important;
}

.fon_tov .zag_tov {
  flex: 1;
  min-height: 46px;
  padding: 12px 14px 0;
}

.fon_tov .price {
  margin: 8px 0 0;
  padding: 0 14px;
}

.fon_tov .price-old {
  color: var(--lf-muted);
  font-size: 13px;
  margin-left: 6px;
  text-decoration: line-through;
}

.fon_tov .m-knopki {
  display: block;
  padding: 12px 14px 0;
}

.fon_tov .m-knopki button,
.fon_tov .m-knopki a,
.remarketing_cart_button {
  align-items: center;
  background: var(--lf-rose);
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  letter-spacing: .05em;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

footer {
  background: #fafafa;
  border-top: 1px solid var(--lf-border);
  color: var(--lf-text);
  font-family: "Jost", Arial, sans-serif;
  margin-top: 48px;
}

footer .zag_f,
footer .zag_f2 {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
}

.lf-listing-page {
  max-width: 1800px;
  width: 100%;
}

.lf-listing-page h1,
.product-search h1,
.product-special h1,
.information-information h1,
.account-account h1,
.checkout-cart h1 {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  margin: 18px 0 24px;
}

.lf-breadcrumb-list {
  background: transparent;
  margin: 0;
  padding: 16px 0;
}

.sort-row {
  align-items: center;
  background: #fafafa;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  padding: 12px 4px;
}

.sort-row > [class*="col-"] {
  flex: 1 1 0;
  float: none;
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
  width: auto;
}

.sort-block {
  align-items: center;
  color: var(--lf-muted);
  display: flex;
  font-size: 13px;
  gap: 12px;
  justify-content: flex-end;
}

.sort-block ul {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sort-block a {
  border: 1px solid var(--lf-border);
  border-radius: 999px;
  color: var(--lf-text);
  display: inline-flex;
  padding: 7px 12px;
  text-decoration: none;
}

.sort-block a:hover {
  border-color: var(--lf-rose);
  color: var(--lf-rose);
}

#loadinggoods-more {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  border-radius: 999px;
  min-height: 44px;
  min-width: 220px;
  padding: 0 28px;
}

.loading-row {
  margin: 34px 0 18px;
  text-align: center;
}

.loadgif {
  min-height: 44px;
}

.loadgif .ajax_loader,
.loadgif > div:not(:last-child) {
  margin-bottom: 12px;
}

.loadgif img {
  display: inline-block;
  max-height: 36px;
}

.lf-listing-page .pagination {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 20px 0 36px;
}

.lf-listing-page .pagination > li {
  display: inline-flex;
}

.lf-listing-page .pagination > li > a,
.lf-listing-page .pagination > li > span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 999px !important;
  color: var(--lf-text);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  min-width: 38px;
  padding: 0 13px;
}

.lf-category-description-wrap {
  margin-top: 28px;
}

.lf-category-description-wrap .desc {
  background: #fff;
  color: var(--lf-text);
  font-family: "Jost", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  padding: 24px 0;
}

/* WayForPay payment page */
.lf-wayforpay-page {
  font-family: "Jost", Arial, sans-serif;
  padding-bottom: 64px;
}

.lf-wayforpay-head {
  margin: 8px 0 26px;
}

.lf-wayforpay-head h1 {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 8px;
}

.lf-wayforpay-head p {
  color: var(--lf-muted);
  font-size: 15px;
  margin: 0;
}

.lf-wayforpay-layout {
  align-items: flex-start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
}

.lf-wayforpay-card {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .05);
  min-width: 0;
  padding: 24px;
}

.lf-wayforpay-summary {
  position: sticky;
  top: 126px;
}

.lf-wayforpay-card-title {
  align-items: center;
  border-bottom: 1px solid var(--lf-border);
  color: var(--lf-dark);
  display: flex;
  font-size: 20px;
  font-weight: 800;
  gap: 10px;
  margin: -2px 0 18px;
  padding-bottom: 16px;
}

.lf-wayforpay-card-title i {
  align-items: center;
  background: var(--lf-rose-soft);
  border-radius: 50%;
  color: var(--lf-rose);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.lf-wayforpay-product-list {
  display: grid;
  gap: 14px;
}

.lf-wayforpay-product {
  align-items: stretch;
  background: #fafafa;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  display: grid;
  gap: 14px;
  grid-template-columns: 96px minmax(0, 1fr);
  overflow: hidden;
  padding: 12px;
}

.lf-wayforpay-product-img {
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

.lf-wayforpay-product-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lf-wayforpay-product-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.lf-wayforpay-product-title {
  color: var(--lf-dark);
  display: -webkit-box;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lf-wayforpay-product-title:hover,
.lf-wayforpay-product-title:focus {
  color: var(--lf-rose);
  text-decoration: none;
}

.lf-wayforpay-product-meta {
  color: var(--lf-muted);
  font-size: 13px;
  margin-top: 8px;
}

.lf-wayforpay-product-bottom {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
}

.lf-wayforpay-product-bottom span {
  color: var(--lf-muted);
  font-size: 13px;
}

.lf-wayforpay-product-bottom strong {
  color: var(--lf-rose);
  font-size: 18px;
  white-space: nowrap;
}

.lf-wayforpay-totals {
  border-top: 1px solid var(--lf-border);
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
}

.lf-wayforpay-total-row,
.lf-wayforpay-info-row {
  align-items: baseline;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.lf-wayforpay-total-row span,
.lf-wayforpay-info-row span {
  color: var(--lf-muted);
  font-size: 14px;
}

.lf-wayforpay-total-row strong,
.lf-wayforpay-info-row strong {
  color: var(--lf-dark);
  font-size: 15px;
  font-weight: 800;
  text-align: right;
}

.lf-wayforpay-total-row--grand {
  background: var(--lf-rose-soft);
  border-radius: 12px;
  margin-top: 4px;
  padding: 14px;
}

.lf-wayforpay-total-row--grand span,
.lf-wayforpay-total-row--grand strong,
.lf-wayforpay-info-row--total span,
.lf-wayforpay-info-row--total strong {
  color: var(--lf-rose);
}

.lf-wayforpay-total-row--grand strong,
.lf-wayforpay-info-row--total strong {
  font-size: 22px;
}

.lf-wayforpay-info-list {
  display: grid;
  gap: 13px;
}

.lf-wayforpay-info-row {
  border-bottom: 1px solid var(--lf-border);
  padding-bottom: 13px;
}

.lf-wayforpay-info-row strong {
  max-width: 58%;
}

.lf-wayforpay-info-row--total {
  border-bottom: 0;
  padding: 4px 0 0;
}

.lf-wayforpay-note {
  align-items: flex-start;
  background: #fafafa;
  border-radius: 12px;
  color: var(--lf-text);
  display: flex;
  font-size: 14px;
  gap: 10px;
  line-height: 1.55;
  padding: 14px;
}

.lf-wayforpay-note i {
  color: var(--lf-rose);
  margin-top: 3px;
}

.lf-wayforpay-actions {
  border-top: 1px solid var(--lf-border);
  margin-top: 22px;
  padding-top: 20px;
}

.lf-wayforpay-actions:before,
.lf-wayforpay-actions:after {
  content: none;
}

.lf-wayforpay-actions #button-confirm {
  align-items: center;
  background: var(--lf-rose);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 48px !important;
  justify-content: center;
  letter-spacing: .04em;
  margin: 0;
  padding: 0 24px;
  text-transform: none;
  width: 100%;
}

.lf-wayforpay-actions #button-confirm:hover,
.lf-wayforpay-actions #button-confirm:focus {
  background: var(--lf-rose-dark);
  color: #fff;
}

#product-search #content,
#product-special #content,
#product-xreviews #content {
  font-family: "Jost", Arial, sans-serif;
  min-width: 0;
}

#product-search #content > h1,
#product-special #content > h1,
#product-xreviews #content > h1 {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  margin: 18px 0 24px;
}

#product-search .lf-module-product-row,
#product-special .lf-module-product-row {
  margin-top: 0;
}

#product-search .lf-module-product-row .fon_tov,
#product-special .lf-module-product-row .fon_tov {
  min-height: 100%;
}

/* Reviews page */
.lf-xreviews-page #xreviews {
  margin: 0 0 32px;
}

.lf-xreviews-page #xreviews > .row,
.lf-xreviews-page #xreviews.row,
.lf-xreviews-page .lf-xreviews-list > .row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.lf-xreviews-page #xreviews > .row:before,
.lf-xreviews-page #xreviews > .row:after,
.lf-xreviews-page #xreviews.row:before,
.lf-xreviews-page #xreviews.row:after,
.lf-xreviews-page .lf-xreviews-list > .row:before,
.lf-xreviews-page .lf-xreviews-list > .row:after {
  content: none;
}

.lf-xreviews-page #xreviews .xreview-item {
  display: flex;
  float: none;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.lf-xreviews-page #xreviews .xreview-item-row {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .04);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 18px;
  width: 100%;
}

.lf-xreviews-page #xreviews .xreview-image {
  background: #fafafa;
  border-radius: 10px;
  margin: -18px -18px 16px;
  overflow: hidden;
}

.lf-xreviews-page #xreviews .xreview-image img {
  display: block;
  height: 210px;
  object-fit: cover;
  width: 100%;
}

.lf-xreviews-page #xreviews .xreviews-meta {
  align-items: center;
  color: var(--lf-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 6px;
  margin-bottom: 10px;
}

.lf-xreviews-page #xreviews .xreview-author {
  color: var(--lf-dark);
  font-weight: 800;
}

.lf-xreviews-page #xreviews .xreview-rating {
  color: #f2b84b;
  margin-left: auto;
  white-space: nowrap;
}

.lf-xreviews-page #xreviews .xreview-rating .fa-stack {
  height: 15px;
  line-height: 15px;
  width: 15px;
}

.lf-xreviews-page #xreviews .xreview-rating .fa-stack-2x {
  font-size: 15px;
}

.lf-xreviews-page #xreviews .xreview-title {
  color: var(--lf-dark);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 8px;
}

.lf-xreviews-page #xreviews .xreview-text {
  color: var(--lf-text);
  font-size: 14px;
  line-height: 1.65;
}

.lf-xreviews-page #xreviews .xreview-good,
.lf-xreviews-page #xreviews .xreview-bad,
.lf-xreviews-page #xreviews .xreviews-comment {
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.55;
  margin: 10px 0 0;
  padding: 10px 12px;
}

.lf-xreviews-page #xreviews .xreviews-comment {
  background: #fafafa;
  color: var(--lf-text);
}

.lf-xreviews-page #xreviews > .text-right,
.lf-xreviews-page #xreviews + .text-right {
  text-align: center;
}

.lf-xreviews-page .no-reviews-text {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  color: var(--lf-muted);
  padding: 24px;
}

.lf-xreviews-page #form-xreviews {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .05);
  margin-bottom: 44px;
  padding: 26px;
}

.lf-xreviews-page #form-xreviews h2 {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 22px;
}

.lf-xreviews-page #form-xreviews .control-label {
  color: var(--lf-dark);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}

.lf-xreviews-page #form-xreviews .form-control {
  border-color: var(--lf-border);
  border-radius: 10px;
  box-shadow: none;
  min-height: 44px;
}

.lf-xreviews-page #form-xreviews textarea.form-control {
  min-height: 130px;
}

.lf-xreviews-page #form-xreviews .form-rating {
  background: #fafafa;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  margin-bottom: 18px;
  padding: 18px;
}

.lf-xreviews-page #form-xreviews .form-rating input {
  display: none;
}

.lf-xreviews-page #form-xreviews .form-rating label {
  color: #f2b84b;
  cursor: pointer;
  font-size: 24px;
}

.lf-xreviews-page #form-xreviews .buttons {
  border-top: 1px solid var(--lf-border);
  margin-top: 22px;
  padding-top: 20px;
}

.lf-xreviews-page #button-xreviews,
.lf-xreviews-page #button-upload {
  border-radius: 999px;
  font-weight: 700;
}

.lf-xreviews-page #button-xreviews {
  background: var(--lf-rose);
  border: 0;
  min-height: 44px;
  padding: 0 28px;
}

.lf-listing-page .pagination > li > a:hover,
.lf-listing-page .pagination > li > a:focus {
  background: var(--lf-rose-soft);
  border-color: var(--lf-rose);
  color: var(--lf-rose);
}

.lf-listing-page .pagination > .active > a,
.lf-listing-page .pagination > .active > span,
.lf-listing-page .pagination > .active > a:hover,
.lf-listing-page .pagination > .active > span:hover {
  background: var(--lf-rose);
  border-color: var(--lf-rose);
  color: #fff;
}

.lf-listing-page .pagination > .disabled > span,
.lf-listing-page .pagination > .disabled > a {
  background: #fafafa;
  color: var(--lf-muted);
  opacity: .7;
}

@media (max-width: 1439px) {
  .lf-mainbar {
    gap: 8px;
    padding: 0 18px;
  }

  .lf-search {
    width: 150px;
  }

  .lf-product-layout {
    gap: 24px;
    grid-template-columns: minmax(360px, 1fr) 220px 420px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 1199px) {
  .lf-desktop-header,
  .lf-header-nav .nav > li > a:empty {
    display: none;
  }

  .lf-header-nav {
    top: 98px;
    z-index: 999;
  }

  .lf-header-nav .container {
    padding: 0;
  }

  .lf-header-nav #menu {
    min-height: 0;
  }

  .lf-header-nav .navbar-collapse {
    background: #fff;
    border-bottom: 1px solid var(--lf-border);
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
    max-height: calc(100vh - 98px);
    overflow-y: auto;
  }

  .lf-header-nav .nav {
    float: none;
    margin: 0;
  }

  .lf-header-nav .nav > li {
    float: none;
  }

  .lf-header-nav .nav > li > a {
    border-bottom: 1px solid var(--lf-border);
    height: 46px;
    justify-content: space-between;
    padding: 0 18px;
  }

  .lf-mobile-top,
  .lf-mobile-contacts {
    align-items: center;
    background: #fff;
    display: flex;
  }

  .lf-mobile-top {
    border-bottom: 1px solid var(--lf-border);
    height: 52px;
    justify-content: space-between;
    padding: 0 16px;
  }

  .lf-burger {
    align-items: center;
    background: #fff;
    border: 1px solid var(--lf-border);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 36px;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 36px;
  }

  .lf-burger span {
    background: var(--lf-dark);
    border-radius: 2px;
    display: block;
    height: 2px;
    width: 18px;
  }

  .lf-mobile-cart #cart > button {
    border: 1px solid var(--lf-border);
    border-radius: 8px;
    color: var(--lf-dark);
    height: 36px;
    min-width: 36px;
    padding: 0;
  }

  .lf-mobile-cart #cart > button,
  .lf-mobile-cart #cart-total {
    background: #fff;
    color: var(--lf-dark);
  }

  .lf-mobile-cart #cart-total {
    font-size: 0;
  }

  .lf-mobile-contacts {
    border-bottom: 1px solid var(--lf-border);
    justify-content: space-between;
    padding: 8px 16px;
  }

  .lf-product-layout {
    display: block;
    padding: 0 16px 28px;
  }

  .lf-breadcrumb {
    border-bottom: 1px solid var(--lf-border);
    font-size: 11px;
    padding: 10px 16px;
  }

  .lf-gallery {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
  }

  .lf-main-image {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    max-height: none;
  }

  .lf-thumbs {
    flex-direction: row;
    overflow-x: auto;
    padding: 10px 16px 0;
  }

  .lf-thumb {
    flex: 0 0 58px;
  }

  .lf-bundle-col {
    margin: 18px 0;
  }

  .lf-bundle-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lf-product-title {
    font-size: 30px;
  }

  .lf-price-sale {
    font-size: 32px;
  }

  .lf-cart-row {
    align-items: stretch;
    flex-direction: column;
  }

  .lf-qty,
  .lf-cart-btn,
  .lf-wishlist {
    width: 100%;
  }

  .lf-wishlist {
    border-radius: 999px;
    flex-basis: 48px;
  }

  .lf-date-options {
    grid-template-columns: 1fr;
  }

  .lf-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lf-wayforpay-page {
    padding-bottom: 42px;
  }

  .lf-wayforpay-head h1 {
    font-size: 32px;
  }

  .lf-wayforpay-layout {
    display: block;
  }

  .lf-wayforpay-card {
    padding: 18px;
  }

  .lf-wayforpay-card + .lf-wayforpay-card {
    margin-top: 18px;
  }

  .lf-wayforpay-summary {
    position: static;
  }

  .lf-wayforpay-product {
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 10px;
  }

  .lf-wayforpay-info-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .lf-wayforpay-info-row strong {
    max-width: none;
    text-align: left;
  }

  .lf-similar-section {
    padding: 0 16px 40px;
  }

  .lf-sticky-buy {
    align-items: center;
    background: #fff;
    border-top: 1px solid var(--lf-border);
    bottom: 0;
    box-shadow: 0 -8px 24px rgba(0,0,0,.08);
    display: flex;
    gap: 12px;
    left: 0;
    padding: 10px 16px;
    position: sticky;
    right: 0;
    z-index: 900;
  }

  .lf-sticky-buy > div {
    flex: 1;
  }

  .lf-sticky-buy strong {
    color: var(--lf-rose);
    display: block;
    font-size: 20px;
  }

  .lf-sticky-buy del {
    color: var(--lf-muted);
    font-size: 12px;
  }

  .lf-sticky-buy button {
    background: var(--lf-rose);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    height: 44px;
    padding: 0 18px;
  }

  .sort-row > [class*="col-"] {
    flex-basis: 100%;
  }

  .sort-block {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .lf-bundle-list,
  .lf-products-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lf-bundle-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .lf-bundle-img {
    aspect-ratio: 1 / 1;
    flex-basis: auto;
    height: auto;
    width: 100%;
  }

  .lf-bundle-add {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .lf-card-name {
    font-size: 13px;
  }
}

/* Header and footer final layout */
.lf-site-header {
  box-shadow: 0 1px 12px rgba(44, 37, 35, .06);
}

.lf-desktop-header {
  background: #fff;
}

.lf-mainbar {
  gap: 12px;
  height: 64px;
  min-width: 0;
}

.lf-mainbar .dropdown-menu {
  border-color: var(--lf-border);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(26, 26, 26, .1);
  margin-top: 8px;
}

.lf-logo-text {
  font-size: 26px;
  line-height: 1;
}

.lf-city {
  flex: 0 0 auto;
  height: 42px;
  max-width: 245px;
}

.lf-city span {
  color: var(--lf-muted);
}

.lf-city strong {
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lf-search {
  flex: 0 1 220px;
  max-width: 260px;
  min-width: 150px;
  position: relative;
}

.lf-search #search {
  height: 38px;
  min-width: 0;
}

.lf-account > a {
  border-color: transparent;
  max-width: 112px;
}

.lf-account > a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lf-cart #cart > button {
  height: 38px;
  min-width: 98px;
}

.lf-header-nav {
  top: 96px;
}

.lf-header-nav .nav {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  width: 100%;
}

.lf-header-nav .nav > li {
  flex: 0 0 auto;
  position: relative;
}

.lf-header-nav .nav > li > a {
  white-space: nowrap;
}

.lf-header-nav .dropdown-toggle.d-hidden {
  display: none !important;
}

.lf-header-nav .dropdown-menu {
  display: none;
  left: 0;
  min-width: 240px;
  position: absolute;
  top: 100%;
  z-index: 1005;
}

.lf-header-nav .dropdown.open > .dropdown-menu,
.lf-header-nav .dropdown:hover > .dropdown-menu {
  display: block;
}

.lf-header-nav .dropdown-inner {
  display: grid;
  gap: 16px;
  grid-auto-flow: column;
  padding: 16px;
}

.lf-header-nav .dropdown-inner ul {
  list-style: none;
  margin: 0;
  min-width: 150px;
  padding: 0;
}

.lf-header-nav .dropdown-inner a,
.lf-header-nav .see-all {
  color: var(--lf-text);
  display: block;
  font-size: 13px;
  padding: 7px 10px;
  text-decoration: none;
}

.lf-header-nav .dropdown-inner a:hover,
.lf-header-nav .see-all:hover {
  color: var(--lf-rose);
}

.lf-header-nav .see-all {
  border-top: 1px solid var(--lf-border);
  font-weight: 700;
  padding: 11px 16px;
}

.lf-cart #cart > button,
.lf-mobile-cart #cart > button {
  overflow: hidden;
  position: relative;
}

.lf-cart #cart-total,
.lf-mobile-cart #cart-total {
  display: inline-block;
  max-width: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lf-cart #cart > button .fa,
.lf-cart #cart > button img,
.lf-mobile-cart #cart > button .fa,
.lf-mobile-cart #cart > button img {
  display: none;
}

.lf-footer-legacy {
  display: none !important;
}

.lf-footer {
  background: #fafafa;
  border-top: 1px solid var(--lf-border);
  color: var(--lf-text);
  font-family: "Jost", Arial, sans-serif;
  margin-top: 56px;
}

.lf-footer-inner {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, .75fr)) minmax(220px, .9fr);
  margin: 0 auto;
  max-width: 1800px;
  padding: 44px 60px 34px;
}

.lf-footer-logo {
  align-items: center;
  color: var(--lf-rose);
  display: inline-flex;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  margin-bottom: 14px;
  text-decoration: none;
}

.lf-footer-logo img {
  display: block;
  height: auto;
  max-height: 48px;
  max-width: 190px;
  width: auto;
}

.lf-footer-logo span {
  color: var(--lf-dark);
}

.lf-footer-brand p {
  color: var(--lf-text);
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 18px;
  max-width: 380px;
}

.lf-footer-socials {
  display: flex;
  gap: 8px;
}

.lf-footer-col,
.lf-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.lf-footer-col h3,
.lf-footer-contact h3 {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 8px;
}

.lf-footer-col a,
.lf-footer-contact a,
.lf-footer-extra a {
  color: var(--lf-text);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.lf-footer-col a:hover,
.lf-footer-contact a:hover,
.lf-footer-extra a:hover {
  color: var(--lf-rose);
}

.lf-footer-extra {
  margin-top: 2px;
}

.lf-footer-extra ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lf-footer-contact a {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.lf-footer-payments {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 10px;
}

.lf-footer-payments img {
  display: block;
  height: 22px;
  max-width: 82px;
  object-fit: contain;
}

.lf-footer-bottom {
  align-items: center;
  border-top: 1px solid var(--lf-border);
  color: var(--lf-muted);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1800px;
  padding: 16px 60px;
}

.lf-footer-note {
  text-align: right;
}

@media (max-width: 1399px) {
  .lf-mainbar {
    gap: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lf-logo-text {
    font-size: 24px;
  }

  .lf-socials {
    display: none;
  }

  .lf-search {
    flex-basis: 180px;
  }

  .lf-footer-inner {
    grid-template-columns: minmax(240px, 1.2fr) repeat(2, minmax(160px, 1fr));
    padding-left: 32px;
    padding-right: 32px;
  }

  .lf-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 1199px) {
  .lf-site-header {
    box-shadow: 0 1px 12px rgba(44, 37, 35, .06);
  }

  .lf-mobile-top {
    position: relative;
    z-index: 2;
  }

  .lf-mobile-top .lf-logo-text {
    font-size: 24px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }

  .lf-mobile-contacts {
    gap: 12px;
  }

  .lf-mobile-contacts .lf-socials {
    display: flex;
  }

  .lf-footer {
    margin-top: 40px;
  }

  .lf-footer-inner {
    grid-template-columns: 1fr 1fr;
    padding: 34px 20px 28px;
  }

  .lf-footer-brand,
  .lf-footer-contact {
    grid-column: 1 / -1;
  }

  .lf-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px;
  }

  .lf-footer-note {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .lf-mobile-contacts {
    align-items: flex-start;
    flex-direction: column;
  }

  .lf-mobile-contacts .lf-phone-link {
    font-size: 12px;
  }

  .lf-footer-inner {
    grid-template-columns: 1fr;
  }

  .lf-footer-brand,
  .lf-footer-contact {
    grid-column: auto;
  }
}

/* GeoIP modal source */
.lf-geoip-source > .header__region {
  display: none !important;
}

.lf-geoip-source #cityPopup {
  font-family: "Jost", Arial, sans-serif;
}

.lf-geoip-source #cityPopup .modal-content {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(26, 26, 26, .2);
}

.lf-geoip-source #cityPopup .btn-primary {
  background: var(--lf-rose);
  border-color: var(--lf-rose);
}

.lf-city-input--button {
  color: var(--lf-dark);
  cursor: pointer;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}

.lf-city-input--button span {
  flex: 1;
}

.lf-mobile-city {
  align-items: center;
  background: #fff5f7;
  border: 1px solid var(--lf-rose);
  border-radius: 8px;
  color: var(--lf-rose);
  display: none;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  height: 32px;
  padding: 0 10px;
}

/* Menu interaction */
@media (min-width: 1200px) {
  .lf-header-nav {
    overflow: visible;
  }

  .lf-header-nav #menu,
  .lf-header-nav .navbar,
  .lf-header-nav .navbar-collapse {
    border: 0;
    height: 44px !important;
    margin: 0 !important;
    min-height: 44px !important;
    padding-bottom: 0;
    padding-top: 0;
  }

  .lf-header-nav .navbar-collapse.collapse {
    display: block !important;
    overflow: visible !important;
  }

  .lf-header-nav .nav {
    align-items: stretch;
    display: flex !important;
    flex-wrap: nowrap;
    height: 44px;
    justify-content: flex-start;
    margin: 0 !important;
    overflow: visible;
  }

  .lf-header-nav .nav > li {
    flex: 0 1 auto;
    position: relative;
  }

  .lf-header-nav .nav > li > a {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .lf-header-nav .dropdown-toggle.d-hidden {
    display: none !important;
  }

  .lf-header-nav .dropdown-menu {
    display: block;
    float: none;
    left: 0;
    margin: 0;
    min-width: 760px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(8px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
    visibility: hidden;
    z-index: 1500;
  }

  .lf-header-nav .dropdown.open > .dropdown-menu,
  .lf-header-nav .dropdown:hover > .dropdown-menu,
  .lf-header-nav .dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .lf-header-nav .dropdown-inner {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    padding: 18px;
  }

  .lf-header-nav .dropdown-inner ul {
    list-style: none;
    margin: 0;
    min-width: 0;
    padding: 0;
  }

  .lf-header-nav .dropdown-inner a {
    white-space: normal;
  }
}

@media (max-width: 1199px) {
  .lf-header-nav {
    border-bottom: 0;
    position: sticky;
    top: 98px;
  }

  .lf-header-nav .navbar-collapse.collapse {
    display: none !important;
  }

  .lf-header-nav .navbar-collapse.collapse.in,
  .lf-header-nav .navbar-collapse.collapsing {
    display: block !important;
  }

  .lf-header-nav .nav {
    display: block;
    overflow: visible;
  }

  .lf-header-nav .dropdown {
    position: relative;
  }

  .lf-header-nav .dropdown > a {
    padding-right: 58px;
  }

  .lf-header-nav .dropdown-toggle.d-hidden {
    align-items: center;
    border-left: 1px solid var(--lf-border);
    color: var(--lf-rose);
    cursor: pointer;
    display: flex !important;
    height: 46px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    z-index: 2;
  }

  .lf-header-nav .dropdown-menu {
    background: #fff;
    border: 0;
    border-bottom: 1px solid var(--lf-border);
    border-radius: 0;
    box-shadow: none;
    display: none !important;
    float: none;
    margin: 0;
    padding: 4px 0 10px;
    position: static !important;
    width: 100%;
  }

  .lf-header-nav .dropdown.open > .dropdown-menu {
    display: block !important;
  }

  .lf-header-nav .dropdown-inner {
    display: block;
    padding: 0 18px;
  }

  .lf-header-nav .dropdown-inner a,
  .lf-header-nav .see-all {
    font-size: 13px;
    padding: 8px 0;
  }

  .lf-mobile-city {
    display: inline-flex;
  }
}

/* Old-style cart drawer */
#cart .right-cart {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: -8px 0 30px rgba(26, 26, 26, .14);
  display: flex !important;
  flex-direction: column;
  height: 100vh;
  left: auto !important;
  margin: 0;
  min-width: 300px !important;
  opacity: 0;
  overflow-y: auto;
  padding: 12px 0 18px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(110%);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  visibility: hidden;
  width: 350px;
  z-index: 2200 !important;
}

#cart.open > .right-cart,
.open > .dropdown-menu.right-cart {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.right-cart-block {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

#cart .right-cart li {
  display: block;
  padding: 0 14px;
}

#cart .right-cart .table {
  margin-bottom: 12px;
}

#cart .right-cart .table tr {
  border: 1px solid var(--lf-border);
}

#cart .right-cart .table > tbody > tr > td,
#cart .right-cart .table > tr > td {
  border-top: 0;
  font-size: 13px;
  padding: 10px 6px;
  vertical-align: middle;
}

#cart .right-cart .img-thumbnail {
  border: 0;
  max-width: 70px;
  padding: 0;
}

#cart .right-cart .btn-danger {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--lf-rose);
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

#dropdownCartClosebtn {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 30px;
  margin: 0 0 10px 10px;
  padding: 0;
  position: relative;
  width: 30px;
}

#dropdownCartClosebtn:before,
#dropdownCartClosebtn:after {
  background: var(--lf-dark);
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: center;
  width: 20px;
}

#dropdownCartClosebtn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#dropdownCartClosebtn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#dropdownCartClose,
#pulse-button {
  border-radius: 8px;
  font-size: 14px;
}

#pulse-button,
.btn-pulse {
  background: var(--lf-rose);
  border-color: var(--lf-rose);
  color: #fff !important;
}

@media (max-width: 425px) {
  #cart .right-cart {
    height: 100%;
    width: 100%;
  }
}

/* Regional/home content guardrails */
.common-home #content,
#common-home #content {
  min-width: 0;
}

.common-home .swiper-container,
.common-home .swiper-wrapper,
#common-home .swiper-container,
#common-home .swiper-wrapper {
  max-width: 100%;
}

.common-home .swiper-slide,
#common-home .swiper-slide {
  max-width: 100vw;
}

#common-home .main-cyties,
#common-home .main-countries {
  gap: 10px;
}

#common-home img {
  max-width: 100%;
  height: auto;
}

/* Home product module gutters */
#common-home .row:has(> [class*="col-"] > .fon_tov),
#common-home .row:has(> [class*="col-"] > .product-thumb),
.common-home .row:has(> [class*="col-"] > .fon_tov),
.common-home .row:has(> [class*="col-"] > .product-thumb),
.lf-home-product-row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

#common-home .row:has(> [class*="col-"] > .fon_tov):before,
#common-home .row:has(> [class*="col-"] > .fon_tov):after,
#common-home .row:has(> [class*="col-"] > .product-thumb):before,
#common-home .row:has(> [class*="col-"] > .product-thumb):after,
.common-home .row:has(> [class*="col-"] > .fon_tov):before,
.common-home .row:has(> [class*="col-"] > .fon_tov):after,
.common-home .row:has(> [class*="col-"] > .product-thumb):before,
.common-home .row:has(> [class*="col-"] > .product-thumb):after,
.lf-home-product-row:before,
.lf-home-product-row:after {
  content: none;
}

#common-home .row:has(> [class*="col-"] > .fon_tov) > [class*="col-"],
#common-home .row:has(> [class*="col-"] > .product-thumb) > [class*="col-"],
.common-home .row:has(> [class*="col-"] > .fon_tov) > [class*="col-"],
.common-home .row:has(> [class*="col-"] > .product-thumb) > [class*="col-"],
.lf-home-product-row > [class*="col-"] {
  display: flex;
  float: none;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

#common-home .row:has(> [class*="col-"] > .fon_tov) > [class*="col-"] > .fon_tov,
#common-home .row:has(> [class*="col-"] > .product-thumb) > [class*="col-"] > .product-thumb,
.common-home .row:has(> [class*="col-"] > .fon_tov) > [class*="col-"] > .fon_tov,
.common-home .row:has(> [class*="col-"] > .product-thumb) > [class*="col-"] > .product-thumb,
.lf-home-product-row > [class*="col-"] > .fon_tov,
.lf-home-product-row > [class*="col-"] > .product-thumb {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  width: 100%;
}

#common-home .fon_tov .zag_tov,
.common-home .fon_tov .zag_tov {
  flex: 0 0 auto;
}

#common-home .fon_tov .image1 img,
.common-home .fon_tov .image1 img {
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

#common-home .fon_tov .price,
.common-home .fon_tov .price {
  min-height: 26px;
}

#common-home .fon_tov .m-knopki,
.common-home .fon_tov .m-knopki,
#common-home .product-thumb .button-group,
.common-home .product-thumb .button-group {
  margin-top: auto;
}

@media (max-width: 767px) {
  #common-home .row:has(> [class*="col-"] > .fon_tov),
  #common-home .row:has(> [class*="col-"] > .product-thumb),
  .common-home .row:has(> [class*="col-"] > .fon_tov),
  .common-home .row:has(> [class*="col-"] > .product-thumb),
  .lf-home-product-row {
    margin-left: -6px;
    margin-right: -6px;
  }

  #common-home .row:has(> [class*="col-"] > .fon_tov) > [class*="col-"],
  #common-home .row:has(> [class*="col-"] > .product-thumb) > [class*="col-"],
  .common-home .row:has(> [class*="col-"] > .fon_tov) > [class*="col-"],
  .common-home .row:has(> [class*="col-"] > .product-thumb) > [class*="col-"],
  .lf-home-product-row > [class*="col-"] {
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* CPL product modules and reasons block */
.cpl-title {
  align-items: center;
  display: flex;
  font-family: "Jost", Arial, sans-serif;
  margin: 44px 0 28px;
}

.cpl-title a {
  align-items: center;
  color: var(--lf-dark) !important;
  display: flex;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  gap: 12px;
  line-height: 1.05;
  text-decoration: none !important;
  width: 100%;
}

.cpl-title a svg {
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.cpl-title a svg path {
  fill: currentColor;
}

.cpl-title a span {
  border-bottom: 1px dashed currentColor;
  color: var(--lf-text);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: auto;
}

.cpl-title a:hover {
  color: var(--lf-rose) !important;
}

.reasons {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 36px 0 75px;
}

.reason-block {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .06);
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
  min-height: 190px;
  padding: 32px 22px;
  text-align: center;
}

.reasons-img img {
  display: block;
  height: 96px;
  object-fit: contain;
  width: 96px;
}

.reasons-title {
  color: var(--lf-dark);
  font-family: "Jost", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 1162px) {
  .reasons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .cpl-title {
    margin: 34px 0 22px;
  }

  .cpl-title a {
    font-size: 28px;
  }

  .cpl-title a svg {
    flex-basis: 20px;
    height: 20px;
    width: 20px;
  }

  .reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 48px;
  }

  .reasons-img img {
    height: 76px;
    width: 76px;
  }

  .reasons .last-item {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 50%;
    width: 100%;
  }
}

@media (max-width: 540px) {
  .cpl-title a {
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 24px;
  }

  .cpl-title a span {
    font-size: 14px;
    line-height: 18px;
    margin-left: 0;
  }

  .reason-block {
    gap: 14px;
    min-height: 130px;
    padding: 16px 12px;
  }

  .reasons-img img {
    height: 48px;
    width: 48px;
  }

  .reasons-title {
    font-size: 14px;
  }
}

/* Home reviews module */
.xreview-module {
  font-family: "Jost", Arial, sans-serif;
  margin: 52px 0 62px;
}

.xreview-module h3 {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 28px;
}

.xreview-module .d-flex-w {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.xreview-module .xreview-item {
  border: 0 !important;
  display: flex;
  margin-bottom: 20px !important;
  padding: 0 10px;
}

.xreview-module .xreview-item-row {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .06);
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  overflow: hidden;
  padding: 18px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.xreview-module .xreview-item-row:hover {
  box-shadow: var(--lf-shadow);
  transform: translateY(-3px);
}

.xreview-module .xreview-image {
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
}

.xreview-module .xreview-image img {
  aspect-ratio: 1 / .72;
  display: block;
  height: auto;
  max-width: 100% !important;
  object-fit: cover;
  width: 100%;
}

.xreview-module .xreview-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.xreview-module .xreviews-meta {
  align-items: center;
  color: var(--lf-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 6px 10px;
  margin-bottom: 10px;
}

.xreview-module .xreview-author {
  color: var(--lf-dark);
  font-size: 14px;
  font-weight: 700;
}

.xreview-module .xreview-city,
.xreview-module .xreview-date {
  color: var(--lf-muted);
  font-size: 13px;
}

.xreview-module .xreview-rating {
  color: #f2bd3a;
  display: inline-flex;
  gap: 1px;
  line-height: 1;
  margin-left: auto;
  position: static;
}

.xreview-module .xreview-rating .fa-stack {
  height: 14px;
  line-height: 14px;
  width: 14px;
}

.xreview-module .xreview-rating .fa-stack-2x {
  font-size: 14px;
}

.xreview-module .xreview-title {
  color: var(--lf-dark);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
}

.xreview-module .xreview-text {
  color: var(--lf-text);
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 14px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.xreview-module .xreview-good,
.xreview-module .xreview-bad {
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.45;
  margin: 10px 0 0;
  padding: 10px 12px;
}

.xreview-module .xreviews-comment {
  background: #fafafa;
  border-left: 3px solid var(--lf-rose);
  border-radius: 0 10px 10px 0;
  color: var(--lf-text);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 12px;
  padding: 10px 12px;
}

.xreview-module .button-group {
  margin-top: 10px;
}

.xreview-module .button-group .btn {
  background: var(--lf-rose);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 12px 24px;
  text-transform: uppercase;
}

.xreview-module .button-group .btn:hover,
.xreview-module .button-group .btn:focus {
  background: var(--lf-rose-dark);
  color: #fff;
}

@media (max-width: 991px) {
  .xreview-module {
    margin: 42px 0 48px;
  }

  .xreview-module h3 {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .xreview-module h3 {
    font-size: 28px;
  }

  .xreview-module .xreview-item {
    width: 100%;
  }

  .xreview-module .xreview-rating {
    flex-basis: 100%;
    margin-left: 0;
  }

  .xreview-module .xreview-text {
    -webkit-line-clamp: 6;
  }
}

/* FAQ questions and answers */
#content .panel-group {
  display: grid;
  gap: 12px;
  margin: 28px 0 42px;
}

#content .panel-group .panel {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: none;
  overflow: hidden;
}

#content .panel-group .panel + .panel {
  margin-top: 0;
}

#content .panel-group .panel-heading {
  background: #fff;
  border: 0;
  padding: 0;
}

#content .panel-group .panel-title {
  color: var(--lf-dark);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

#content .panel-group .panel-title a {
  align-items: center;
  color: var(--lf-dark);
  display: flex;
  gap: 12px;
  min-height: 58px;
  padding: 16px 20px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

#content .panel-group .panel-title a:hover,
#content .panel-group .panel-title a:focus {
  color: var(--lf-rose);
  text-decoration: none;
}

#content .panel-group .panel-title a:after {
  color: var(--lf-rose);
  content: "\f107";
  flex: 0 0 auto;
  font-family: FontAwesome;
  font-size: 16px;
  margin-left: auto;
  transition: transform .2s ease;
}

#content .panel-group .panel-title a[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

#content .panel-group .panel-title a > .fa-angle-down {
  display: none;
}

#content .panel-group .badge {
  align-items: center;
  background: var(--lf-rose-soft);
  border: 1px solid rgba(217, 27, 56, .25);
  border-radius: 999px;
  color: var(--lf-rose);
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  min-width: 28px;
  padding: 0;
}

#content .panel-group .panel-collapse {
  border-top: 1px solid var(--lf-border);
}

#content .panel-group .panel-body {
  border-top: 0 !important;
  color: var(--lf-text);
  font-family: "Jost", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  padding: 18px 20px 20px;
}

#content .panel-group .panel-body p:last-child {
  margin-bottom: 0;
}

#form-faq {
  background: #fafafa;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  margin: 28px 0 42px;
  padding: 22px;
}

#form-faq h3 {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 16px;
}

#form-faq textarea.form-control {
  border: 1px solid var(--lf-border);
  border-radius: 10px;
  box-shadow: none;
  min-height: 130px;
}

#form-faq .btn-primary {
  background: var(--lf-rose);
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 22px;
  text-transform: uppercase;
}

#form-faq .btn-primary:hover,
#form-faq .btn-primary:focus {
  background: var(--lf-rose-dark);
}

@media (max-width: 640px) {
  #content .panel-group {
    gap: 10px;
    margin: 22px 0 34px;
  }

  #content .panel-group .panel-title {
    font-size: 14px;
  }

  #content .panel-group .panel-title a {
    min-height: 52px;
    padding: 14px 14px;
  }

  #content .panel-group .panel-body {
    font-size: 14px;
    padding: 14px;
  }

  #form-faq {
    padding: 16px;
  }
}

/* Customer account pages */
[id^="account-"].container {
  font-family: "Jost", Arial, sans-serif;
  max-width: 1280px;
  padding-bottom: 64px;
}

[id^="account-"] .breadcrumb {
  margin: 0;
  padding: 16px 0 18px;
}

[id^="account-"] #content {
  min-width: 0;
}

[id^="account-"] #content > h1,
[id^="account-"] #content > h2 {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  margin: 8px 0 24px;
}

[id^="account-"] #content > h2 {
  font-size: 34px;
  margin-top: 28px;
}

[id^="account-"] #content > p {
  color: var(--lf-text);
  font-size: 15px;
  line-height: 1.7;
}

[id^="account-"] .well,
[id^="account-"] fieldset,
[id^="account-"] .table-responsive {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .05);
}

[id^="account-"] .well {
  min-height: 100%;
  padding: 26px;
}

[id^="account-"] .well h2 {
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 12px;
}

[id^="account-"] .well p {
  color: var(--lf-text);
  font-size: 15px;
  line-height: 1.65;
}

[id^="account-"] .well p strong {
  color: var(--lf-dark);
}

[id^="account-"] fieldset {
  margin: 0 0 20px;
  padding: 24px 24px 10px;
}

[id^="account-"] fieldset + fieldset {
  margin-top: 20px;
}

[id^="account-"] legend {
  border: 0;
  color: var(--lf-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 18px;
  padding: 0;
}

[id^="account-"] .form-group {
  margin-bottom: 18px;
}

[id^="account-"] .control-label {
  color: var(--lf-dark);
  font-size: 13px;
  font-weight: 700;
  padding-top: 11px;
}

[id^="account-"] .form-control {
  background: #fff;
  border-color: var(--lf-border);
  border-radius: 10px;
  box-shadow: none;
  min-height: 44px;
}

[id^="account-"] textarea.form-control {
  min-height: 130px;
}

[id^="account-"] .radio,
[id^="account-"] .checkbox {
  color: var(--lf-text);
}

[id^="account-"] .text-danger {
  color: var(--lf-rose);
  font-size: 13px;
  margin-top: 6px;
}

[id^="account-"] .buttons {
  align-items: center;
  border-top: 1px solid var(--lf-border);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 20px;
}

[id^="account-"] .buttons:before,
[id^="account-"] .buttons:after {
  content: none;
}

[id^="account-"] .buttons .pull-left,
[id^="account-"] .buttons .pull-right {
  float: none !important;
}

[id^="account-"] .btn {
  border-radius: 999px;
  font-weight: 700;
}

[id^="account-"] .btn-default {
  background: #fff;
  border-color: var(--lf-border);
  color: var(--lf-text);
}

[id^="account-"] .btn-default:hover,
[id^="account-"] .btn-default:focus {
  border-color: var(--lf-rose);
  color: var(--lf-rose);
}

[id^="account-"] .btn-info,
[id^="account-"] .btn-danger {
  align-items: center;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  width: 36px;
}

[id^="account-"] .btn-info {
  background: var(--lf-green-bg);
  color: var(--lf-green);
}

[id^="account-"] .btn-danger {
  background: var(--lf-rose-soft);
  color: var(--lf-rose);
}

[id^="account-"] .table-responsive {
  border: 1px solid var(--lf-border);
  margin-bottom: 22px;
  overflow: hidden;
}

[id^="account-"] .table {
  margin: 0;
}

[id^="account-"] .table > thead > tr > td,
[id^="account-"] .table > thead > tr > th {
  background: #fafafa;
  border-bottom: 1px solid var(--lf-border);
  color: var(--lf-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

[id^="account-"] .table > tbody > tr > td,
[id^="account-"] .table > tbody > tr > th {
  border-color: var(--lf-border);
  color: var(--lf-text);
  font-size: 14px;
  vertical-align: middle;
}

[id^="account-"] .table-hover > tbody > tr:hover {
  background: #fff8f9;
}

[id^="account-"] #column-right .list-group,
[id^="account-"] #column-left .list-group {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .05);
  overflow: hidden;
}

[id^="account-"] .list-group-item {
  border: 0;
  border-bottom: 1px solid var(--lf-border);
  color: var(--lf-text);
  font-size: 14px;
  font-weight: 600;
  padding: 13px 16px;
}

[id^="account-"] .list-group-item:last-child {
  border-bottom: 0;
}

[id^="account-"] .list-group-item:hover,
[id^="account-"] .list-group-item:focus,
[id^="account-"] .list-group-item.active {
  background: var(--lf-rose-soft);
  color: var(--lf-rose);
}

#account-account #content > .list-unstyled {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 24px;
}

#account-account #content > .list-unstyled > li {
  min-width: 0;
}

#account-account #content > .list-unstyled > li > a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  color: var(--lf-dark);
  display: flex;
  font-size: 15px;
  font-weight: 700;
  min-height: 64px;
  padding: 14px 16px;
  position: relative;
  text-decoration: none;
}

#account-account #content > .list-unstyled > li > a:after {
  color: var(--lf-rose);
  content: "\f105";
  font-family: FontAwesome;
  margin-left: auto;
}

#account-account #content > .list-unstyled > li > a:hover,
#account-account #content > .list-unstyled > li > a:focus {
  border-color: rgba(232, 41, 74, .35);
  box-shadow: 0 10px 28px rgba(26, 26, 26, .06);
  color: var(--lf-rose);
}

#account-login #content > .row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

#account-login #content > .row > [class*="col-"] {
  display: flex;
}

#account-login #content .well {
  display: flex;
  flex: 1;
  flex-direction: column;
}

#account-login #content .well .btn,
#account-login #content .well input[type="submit"] {
  margin-top: auto;
  width: fit-content;
}

[id^="account-"] .pagination {
  margin: 10px 0 20px;
}

[id^="account-"] .alert {
  border: 0;
  border-radius: 12px;
}

@media (max-width: 991px) {
  [id^="account-"] #content > h1,
  [id^="account-"] #content > h2 {
    font-size: 34px;
  }

  #account-account #content > .list-unstyled {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  [id^="account-"].container {
    padding-bottom: 42px;
  }

  [id^="account-"] fieldset,
  [id^="account-"] .well {
    padding: 18px;
  }

  [id^="account-"] .control-label {
    padding-top: 0;
  }

  [id^="account-"] .buttons {
    align-items: stretch;
    flex-direction: column;
  }

  [id^="account-"] .buttons .btn {
    width: 100%;
  }

  #account-account #content > .list-unstyled {
    grid-template-columns: 1fr;
  }

  #account-login #content > .row {
    display: block;
  }

  #account-login #content > .row > [class*="col-"] {
    display: block;
  }
}

/* Header/account final adjustments */
.lf-site-header,
.lf-desktop-header,
.lf-mainbar {
  overflow: visible;
}

.lf-account {
  position: relative;
}

.lf-account > a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 999px;
  color: var(--lf-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  height: 38px;
  line-height: 1;
  max-width: none;
  min-height: 38px;
  padding: 0 13px;
  text-decoration: none;
  white-space: nowrap;
}

.lf-account > a i {
  color: var(--lf-rose);
  font-size: 16px;
  line-height: 1;
}

.lf-account > a span {
  display: inline-block;
  max-width: 118px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lf-account.open > a,
.lf-account > a:hover,
.lf-account > a:focus {
  background: var(--lf-rose-soft);
  border-color: rgba(232, 41, 74, .35);
  color: var(--lf-rose);
}

.lf-mainbar .lf-account > .dropdown-menu {
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(26, 26, 26, .12);
  left: auto !important;
  margin-top: 10px;
  min-width: 190px;
  overflow: hidden;
  padding: 7px 0;
  right: 0 !important;
  top: 100%;
  z-index: 1700;
}

.lf-account > .dropdown-menu:before {
  background: #fff;
  border-left: 1px solid var(--lf-border);
  border-top: 1px solid var(--lf-border);
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: -6px;
  transform: rotate(45deg);
  width: 10px;
}

.lf-account > .dropdown-menu > li > a {
  color: var(--lf-text);
  font-size: 14px;
  font-weight: 600;
  padding: 9px 15px;
}

.lf-account > .dropdown-menu > li > a:hover,
.lf-account > .dropdown-menu > li > a:focus {
  background: var(--lf-rose-soft);
  color: var(--lf-rose);
}

.lf-cart #cart > button,
.lf-mobile-cart #cart > button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 999px;
  color: var(--lf-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  min-height: 38px;
  min-width: 0;
  padding: 0 13px;
  text-decoration: none;
  white-space: nowrap;
}

.lf-cart #cart > button:before,
.lf-mobile-cart #cart > button:before {
  content: none;
}

.lf-cart #cart > button:hover,
.lf-cart #cart > button:focus,
.lf-cart #cart.open > button,
.lf-mobile-cart #cart > button:hover,
.lf-mobile-cart #cart > button:focus,
.lf-mobile-cart #cart.open > button {
  background: var(--lf-rose-soft);
  border-color: rgba(232, 41, 74, .35);
  color: var(--lf-rose);
}

.lf-cart-label {
  display: inline-block;
}

.lf-cart #cart-total.lf-cart-count,
.lf-mobile-cart #cart-total.lf-cart-count {
  align-items: center;
  background: var(--lf-rose);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  line-height: 1;
  max-width: none;
  min-width: 22px;
  overflow: visible;
  padding: 0 7px;
  text-overflow: clip;
}

.lf-currency {
  position: relative;
}

.lf-currency .dropdown-menu {
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(26, 26, 26, .1);
  left: auto;
  min-width: 170px;
  overflow: hidden;
  padding: 6px 0;
  right: 0;
}

.lf-currency .currency-select.btn,
.lf-currency .currency-select.btn-link,
.lf-currency .currency-select.btn-block {
  background: transparent;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  color: var(--lf-text);
  font-size: 14px;
  outline: 0 !important;
  padding: 9px 14px;
  text-align: left;
  text-decoration: none;
}

.lf-currency .currency-select.btn:hover,
.lf-currency .currency-select.btn:focus,
.lf-currency .currency-select.btn:active {
  background: var(--lf-rose-soft);
  border: 0 !important;
  box-shadow: none !important;
  color: var(--lf-rose);
  outline: 0 !important;
  text-decoration: none;
}

.lf-language {
  position: relative;
}

.lf-language-switcher .btn-group {
  display: block;
}

.lf-language-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 999px;
  color: var(--lf-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  height: 38px;
  line-height: 1;
  padding: 0 12px;
  white-space: nowrap;
}

.lf-language-code {
  align-items: center;
  background: var(--lf-rose-soft);
  border-radius: 999px;
  color: var(--lf-rose);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  min-width: 28px;
  padding: 0 7px;
}

.lf-language-name {
  display: none;
}

.lf-language-menu {
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(26, 26, 26, .1);
  left: auto;
  min-width: 190px;
  overflow: hidden;
  padding: 6px;
  right: 0;
}

.lf-language-menu .language-select {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: var(--lf-text);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 9px;
  padding: 9px 10px;
  text-align: left;
  width: 100%;
}

.lf-language-menu .language-select:hover,
.lf-language-menu .language-select:focus,
.lf-language-menu .language-select.active {
  background: var(--lf-rose-soft);
  color: var(--lf-rose);
}

.lf-search .live-search,
.lf-mobile-drawer-search .live-search {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(26, 26, 26, .12);
  left: 0;
  margin-top: 8px;
  max-height: 430px;
  overflow: hidden auto;
  padding: 6px 0 44px;
  position: absolute;
  right: auto;
  top: 100%;
  width: min(420px, calc(100vw - 32px));
  z-index: 1800;
}

.lf-search .live-search {
  left: auto;
  right: 0;
  width: min(420px, calc(100vw - 32px));
}

.lf-search .live-search ul li,
.lf-mobile-drawer-search .live-search ul li {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--lf-border);
  display: grid;
  gap: 10px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  margin: 0;
  min-height: 0;
  padding: 10px 12px;
}

.lf-search .live-search ul li:nth-child(even),
.lf-mobile-drawer-search .live-search ul li:nth-child(even) {
  background: #fff;
}

.lf-search .live-search ul li:hover,
.lf-mobile-drawer-search .live-search ul li:hover {
  background: #fff8f9;
}

.lf-search .live-search ul li .product-image,
.lf-search .live-search ul li .product-name,
.lf-search .live-search ul li .product-price,
.lf-mobile-drawer-search .live-search ul li .product-image,
.lf-mobile-drawer-search .live-search ul li .product-name,
.lf-mobile-drawer-search .live-search ul li .product-price {
  float: none;
  margin: 0;
  width: auto;
}

.lf-search .live-search .product-image img,
.lf-mobile-drawer-search .live-search .product-image img {
  border-radius: 8px;
  height: 58px;
  object-fit: cover;
  width: 58px;
}

.lf-search .live-search ul li .product-name,
.lf-mobile-drawer-search .live-search ul li .product-name {
  color: var(--lf-dark);
  font-size: 14px;
  line-height: 1.25;
}

.lf-search .live-search ul li .product-name p,
.lf-mobile-drawer-search .live-search ul li .product-name p {
  color: var(--lf-muted);
  font-size: 12px;
  line-height: 1.35;
  margin-top: 3px;
}

.lf-search .live-search ul li .product-price,
.lf-mobile-drawer-search .live-search ul li .product-price {
  color: var(--lf-rose);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.lf-search .live-search .result-text,
.lf-mobile-drawer-search .live-search .result-text {
  background: var(--lf-rose);
  border-radius: 0 0 12px 12px;
  bottom: 0;
  left: 0;
  position: sticky;
  z-index: 2;
}

#form-language > .btn-group > .btn-link,
#form-language .dropdown-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  color: var(--lf-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  height: 38px;
  line-height: 1;
  padding: 0 11px;
  text-decoration: none;
  white-space: nowrap;
}

#form-language .dropdown-toggle:hover,
#form-language .dropdown-toggle:focus,
#form-language .open > .dropdown-toggle {
  background: #fff;
  border-color: var(--lf-border);
  color: var(--lf-dark);
  box-shadow: none;
}

#form-currency > .btn-group > .btn-link,
#form-currency .dropdown-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  color: var(--lf-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  height: 38px;
  line-height: 1;
  padding: 0 11px;
  text-decoration: none;
  white-space: nowrap;
}

#form-currency .dropdown-toggle:hover,
#form-currency .dropdown-toggle:focus,
#form-currency .open > .dropdown-toggle {
  background: #fff;
  border-color: var(--lf-border);
  box-shadow: none;
  color: var(--lf-dark);
}

#form-currency .dropdown-toggle strong {
  color: var(--lf-dark);
  font-size: 13px;
  font-weight: 800;
}

#form-language .dropdown-toggle img,
#form-language .language-select img {
  display: inline-block;
  flex: 0 0 auto;
  height: auto;
  vertical-align: middle;
  width: 18px;
}

#form-language .dropdown-toggle strong {
  color: var(--lf-dark);
  font-size: 13px;
  font-weight: 800;
}

#form-language .dropdown-menu {
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(26, 26, 26, .1);
  left: auto;
  min-width: 112px;
  overflow: hidden;
  padding: 8px 0;
  right: 0;
}

#form-language .language-select.btn {
  align-items: center;
  background: transparent;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  color: var(--lf-dark);
  display: flex;
  font-size: 13px;
  font-weight: 500;
  gap: 6px;
  justify-content: flex-start;
  min-height: 24px;
  outline: 0 !important;
  padding: 5px 12px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

#form-language .language-select.btn:hover,
#form-language .language-select.btn:focus,
#form-language .language-select.btn.active {
  background: #fafafa;
  color: var(--lf-rose);
}

#search > div > ul > li,
#search .live-search ul li {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  gap: 10px;
}

#search > div > ul > li .product-image,
#search > div > ul > li .product-name,
#search > div > ul > li .product-price {
  float: none !important;
  margin: 0;
}

#search > div > ul > li .product-name {
  flex: 1 1 auto;
  min-width: 0;
}

#search > div > ul > li .product-price {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}

@media (min-width: 1200px) {
  .lf-header-nav .dropdown-menu {
    left: 0;
    min-width: 100%;
    width: max-content;
    max-width: calc(100vw - 64px);
  }

  .lf-header-nav .dropdown-inner {
    display: flex;
    gap: 18px;
    width: max-content;
    max-width: calc(100vw - 64px);
  }

  .lf-header-nav .dropdown-inner ul {
    flex: 0 0 178px;
    width: 178px;
  }
}

/* Mobile header drawer */
.lf-mobile-drawer-overlay,
.lf-mobile-drawer {
  display: none;
}

body.lf-mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .lf-header-nav {
    display: none;
  }

  .lf-mobile-top {
    height: 52px;
    padding: 0 16px;
    position: sticky;
    top: 0;
    z-index: 1100;
  }

  .lf-mobile-top .lf-logo-text {
    height: 42px;
  }

  .lf-mobile-top .lf-logo-text img {
    max-height: 36px;
    max-width: 150px;
  }

  .lf-mobile-contacts {
    background: #fafafa;
    position: sticky;
    top: 52px;
    z-index: 1099;
  }

  .lf-mobile-city {
    display: none !important;
  }

  .lf-mobile-cart #cart {
    position: static;
  }

  .lf-mobile-cart #cart > button {
    border-radius: 8px;
    height: 36px;
    padding: 0;
    position: relative;
    width: 36px;
  }

  .lf-mobile-cart #cart > button:before {
    color: var(--lf-dark);
    content: "\f290";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 1;
  }

  .lf-mobile-cart #cart-total.lf-cart-count {
    height: 16px;
    min-width: 16px;
    padding: 0 5px;
    position: absolute;
    right: -5px;
    top: -5px;
  }

  .lf-mobile-cart #cart .dropdown-menu {
    left: auto;
    max-width: calc(100vw - 20px);
    right: 0;
    width: 320px;
  }

  .lf-mobile-drawer-overlay {
    background: rgba(0, 0, 0, .5);
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .25s ease;
    z-index: 1500;
  }

  .lf-mobile-drawer-overlay.open {
    opacity: 1;
    pointer-events: auto;
  }

  .lf-mobile-drawer {
    background: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: calc(100vw - 42px);
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform .28s cubic-bezier(.4, 0, .2, 1);
    width: 300px;
    z-index: 1510;
  }

  .lf-mobile-drawer.open {
    transform: translateX(0);
  }

  .lf-mobile-drawer-head {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--lf-border);
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .lf-mobile-drawer-close {
    align-items: center;
    background: #fff;
    border: 1px solid var(--lf-border);
    border-radius: 8px;
    color: var(--lf-muted);
    display: inline-flex;
    font-size: 22px;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 34px;
  }

  .lf-mobile-drawer-city {
    align-items: center;
    background: var(--lf-rose-soft);
    border: 1.5px solid var(--lf-rose);
    border-radius: 10px;
    color: var(--lf-rose);
    display: flex;
    gap: 10px;
    margin: 14px 16px 0;
    padding: 11px 14px;
    text-align: left;
  }

  .lf-mobile-drawer-city span {
    display: grid;
    flex: 1;
  }

  .lf-mobile-drawer-city small {
    font-size: 10px;
    opacity: .75;
  }

  .lf-mobile-drawer-city strong {
    font-size: 14px;
  }

  .lf-mobile-drawer-search {
    margin: 12px 16px 16px;
  }

  .lf-mobile-drawer-search {
    align-items: center;
    background: #fafafa;
    border: 1px solid var(--lf-border);
    border-radius: 10px;
    display: flex;
    height: 42px;
    overflow: visible;
    padding: 0;
    position: relative;
  }

  .lf-mobile-drawer-search .inp_s {
    background: transparent;
    border: 0;
    box-shadow: none;
    flex: 1;
    min-width: 0;
  }

  .lf-mobile-drawer-search .but_s {
    background: transparent;
    border: 0;
    color: var(--lf-muted);
    width: 42px;
  }

  .lf-mobile-drawer-title {
    color: var(--lf-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    padding: 0 20px 8px;
    text-transform: uppercase;
  }

  .lf-mobile-drawer-item {
    align-items: center;
    border-bottom: 1px solid var(--lf-border);
    color: var(--lf-dark);
    display: flex;
    font-size: 15px;
    font-weight: 600;
    justify-content: space-between;
    padding: 14px 20px;
    text-decoration: none;
  }

  .lf-mobile-drawer-item.red {
    color: var(--lf-rose);
  }

  .lf-mobile-drawer-group.has-children > .lf-mobile-drawer-item .fa {
    color: var(--lf-muted);
    transition: transform .2s ease;
  }

  .lf-mobile-drawer-group.open > .lf-mobile-drawer-item .fa {
    transform: rotate(180deg);
  }

  .lf-mobile-drawer-submenu {
    background: #fafafa;
    border-bottom: 1px solid var(--lf-border);
    display: none;
    padding: 7px 0;
  }

  .lf-mobile-drawer-group.open > .lf-mobile-drawer-submenu {
    display: block;
  }

  .lf-mobile-drawer-submenu a {
    color: var(--lf-text);
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px 10px 34px;
    text-decoration: none;
  }

  .lf-mobile-drawer-submenu a:hover,
  .lf-mobile-drawer-submenu a:focus {
    color: var(--lf-rose);
  }

  .lf-mobile-drawer-divider {
    background: #fafafa;
    height: 8px;
  }

  .lf-mobile-drawer-account {
    align-items: center;
    border: 1px solid var(--lf-border);
    border-radius: 12px;
    color: var(--lf-dark);
    display: flex;
    gap: 12px;
    margin: 14px 16px;
    padding: 12px 16px;
    text-decoration: none;
  }

  .lf-mobile-drawer-account-icon {
    align-items: center;
    background: #fafafa;
    border-radius: 50%;
    color: var(--lf-muted);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
  }

  .lf-mobile-drawer-account strong,
  .lf-mobile-drawer-account small {
    display: block;
  }

  .lf-mobile-drawer-account small {
    color: var(--lf-muted);
    font-size: 11px;
    margin-top: 2px;
  }

  .lf-mobile-drawer-tools {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding: 0 16px 16px;
  }

  .lf-mobile-drawer-tools .lf-language-toggle,
  .lf-mobile-drawer-tools .btn-link {
    justify-content: center;
    width: 100%;
  }

  .lf-mobile-drawer-contact {
    display: grid;
    gap: 12px;
    padding: 0 16px 18px;
  }

  .lf-mobile-drawer-contact .lf-socials {
    display: flex;
  }
}

/* Register page should read like the login page card */
#account-register #content > h1,
#account-register #content > p,
#account-register #content > form.form-horizontal {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}

#account-register #content > p {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .04);
  margin-bottom: 18px;
  padding: 16px 20px;
}

#account-register #content > form.form-horizontal {
  background: #fff;
  border: 1px solid var(--lf-border);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(26, 26, 26, .05);
  padding: 28px 28px 10px;
}

#account-register #content > form.form-horizontal fieldset {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 26px;
  padding: 0;
}

#account-register #content > form.form-horizontal fieldset + fieldset {
  border-top: 1px solid var(--lf-border);
  padding-top: 24px;
}

#account-register #content > form.form-horizontal legend {
  font-size: 30px;
  margin-bottom: 18px;
}

#account-register #content > form.form-horizontal .buttons {
  margin-left: -28px;
  margin-right: -28px;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 767px) {
  .lf-account > a {
    height: 36px;
    min-height: 36px;
    padding: 0 11px;
  }

  .lf-account > a span {
    max-width: 92px;
  }

  .lf-mobile-cart #cart > button {
    height: 36px;
    min-height: 36px;
    padding: 0 10px;
  }

  .lf-mobile-cart .lf-cart-label {
    display: none;
  }

  #account-register #content > p,
  #account-register #content > form.form-horizontal {
    padding: 18px;
  }

  #account-register #content > form.form-horizontal .buttons {
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Mobile header final overrides */
@media (max-width: 640px) {
  .lf-mobile-contacts {
    align-items: center;
    flex-direction: row;
  }
}

@media (max-width: 1199px) {
  .lf-mobile-cart #cart,
  .lf-mobile-cart #cart > button {
    overflow: visible !important;
  }

  .lf-mobile-cart #cart-total.lf-cart-count {
    box-sizing: border-box;
    font-size: 10px;
    height: 17px;
    line-height: 17px;
    min-width: 17px;
    padding: 0 5px;
    white-space: nowrap;
  }
}

/* Header dropdown final overrides */
.lf-language #form-language .btn-group,
.lf-currency #form-currency .btn-group,
#form-language .btn-group,
#form-currency .btn-group {
  display: inline-flex;
  height: 38px;
  position: relative;
  vertical-align: middle;
}

.lf-language #form-language {
  display: inline-flex;
  height: 38px;
  position: relative;
  vertical-align: middle;
}

.lf-language #form-language > .btn-group > .dropdown-toggle,
.lf-currency #form-currency > .btn-group > .dropdown-toggle,
#form-language > .btn-group > .dropdown-toggle,
#form-currency > .btn-group > .dropdown-toggle,
.lf-language #form-language > .dropdown-toggle,
#form-language > .dropdown-toggle {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid var(--lf-border) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: var(--lf-dark) !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  gap: 6px;
  height: 38px !important;
  justify-content: center;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 38px;
  padding: 0 11px !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.lf-language #form-language > .btn-group > .dropdown-toggle strong,
.lf-currency #form-currency > .btn-group > .dropdown-toggle strong,
#form-language > .btn-group > .dropdown-toggle strong,
#form-currency > .btn-group > .dropdown-toggle strong {
  color: var(--lf-dark) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  margin: 0 !important;
}

#form-language > .btn-group > .dropdown-toggle img,
.lf-language #form-language > .dropdown-toggle img,
#form-language > .dropdown-toggle img {
  display: inline-block !important;
  flex: 0 0 18px;
  height: auto !important;
  margin: 0 !important;
  width: 18px !important;
}

#form-language > .btn-group > .dropdown-menu,
#form-currency > .btn-group > .dropdown-menu,
.lf-language #form-language > .dropdown-menu,
#form-language > .dropdown-menu {
  background: #fff;
  border: 1px solid var(--lf-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 38px rgba(26, 26, 26, .1) !important;
  left: auto !important;
  margin-top: 6px;
  min-width: 112px;
  overflow: hidden;
  padding: 8px 0 !important;
  right: 0 !important;
}

#form-language > .btn-group > .dropdown-menu > li,
#form-currency > .btn-group > .dropdown-menu > li,
.lf-language #form-language > .dropdown-menu > li,
#form-language > .dropdown-menu > li {
  margin: 0 !important;
  padding: 0 !important;
}

#form-language .language-select.btn,
#form-language .language-select,
#form-currency .currency-select.btn {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--lf-dark) !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  gap: 7px;
  height: auto !important;
  justify-content: flex-start !important;
  line-height: 18px !important;
  margin: 0 !important;
  min-height: 28px;
  outline: 0 !important;
  padding: 5px 12px !important;
  text-align: left !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  width: 100% !important;
}

#form-language .language-select.btn img,
#form-language .language-select img {
  display: inline-block !important;
  flex: 0 0 18px;
  height: auto !important;
  margin: 0 !important;
  width: 18px !important;
}

#form-language .language-select.btn:hover,
#form-language .language-select.btn:focus,
#form-language .language-select.btn.active,
#form-language .language-select:hover,
#form-language .language-select:focus,
#form-language .language-select.active,
#form-currency .currency-select.btn:hover,
#form-currency .currency-select.btn:focus,
#form-currency .currency-select.btn.active {
  background: #fafafa !important;
  color: var(--lf-rose) !important;
}

@media (min-width: 1200px) {
  .lf-header-nav .dropdown-menu {
    min-width: min(760px, calc(100vw - 64px));
    width: auto;
  }

  .lf-header-nav .dropdown-inner {
    display: grid !important;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    width: min(760px, calc(100vw - 64px));
  }

  .lf-header-nav .dropdown-inner ul {
    min-width: 0;
    width: auto;
  }
}

.lf-search .live-search,
.lf-mobile-drawer-search .live-search,
#search .live-search {
  display: none;
  overflow: hidden auto !important;
  padding: 6px 0 0 !important;
}

.lf-search #search .live-search {
  left: auto !important;
  right: 0 !important;
}

#search .input-lg:focus + .dropdown-menu + .live-search,
#search input:focus + .dropdown-menu + .live-search,
#search .live-search[style*="display: block"] {
  display: block !important;
}

#search .live-search ul li > a,
.lf-search .live-search ul li > a,
.lf-mobile-drawer-search .live-search ul li > a {
  align-items: center !important;
  color: inherit;
  display: flex !important;
  flex: 1 1 auto;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
}

.lf-search .live-search .result-text,
.lf-mobile-drawer-search .live-search .result-text,
#search .live-search .result-text,
.live-search .result-text {
  background: var(--lf-rose) !important;
  border-radius: 0 0 12px 12px !important;
  bottom: 0 !important;
  box-shadow: 0 -8px 18px rgba(255, 255, 255, .92);
  color: #fff !important;
  left: 0 !important;
  line-height: 40px !important;
  position: sticky !important;
  right: 0 !important;
  text-align: center;
  width: 100% !important;
  z-index: 5 !important;
}

/* Global interaction cleanup */
a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

input,
textarea,
select,
button,
.form-control {
  outline: none !important;
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible,
.form-control:focus,
.form-control:focus-visible {
  outline: none !important;
}

input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: var(--lf-rose) !important;
  box-shadow: 0 0 0 3px rgba(232, 41, 74, .12) !important;
}

/* Product page final alignment with new design */
#product-product .lf-product-layout {
  grid-template-columns: minmax(420px, 1.35fr) minmax(420px, 480px) minmax(240px, 280px);
}

#product-product > .breadcrumb.lf-breadcrumb-list {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding-left: 60px;
  padding-right: 60px;
}

.lf-product-side-spacer {
  display: none;
}

#product-product .lf-product-left {
  grid-column: 1;
}

#product-product .lf-product-info {
  gap: 18px;
  grid-column: 2;
  padding-top: 8px;
}

#product-product .lf-gallery {
  display: flex;
  flex-direction: column;
}

#product-product .lf-main-image {
  max-height: none;
}

#product-product .lf-thumbs {
  flex-direction: row;
  overflow-x: auto;
}

#product-product .lf-thumb {
  flex: 0 0 86px;
}

#product-product .lf-product-layout > .lf-bundle-col,
#product-product .lf-bundle-col--right {
  align-self: start;
  background: transparent;
  border-radius: 0;
  gap: 12px;
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
  padding: 0;
  position: sticky;
  top: 185px;
  z-index: 1;
}

#product-product .lf-product-layout > .lf-bundle-col .lf-bundle-title,
#product-product .lf-bundle-col--right .lf-bundle-title {
  margin-bottom: 2px;
}

#product-product .lf-product-layout > .lf-bundle-col .lf-bundle-list,
#product-product .lf-bundle-col--right .lf-bundle-list {
  gap: 10px;
}

#product-product .lf-product-layout > .lf-bundle-col .lf-bundle-card,
#product-product .lf-bundle-col--right .lf-bundle-card {
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease;
}

#product-product .lf-bundle-title {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

#product-product .lf-bundle-card {
  border-color: #ebebeb;
  border-radius: 12px;
  padding: 10px;
}

#product-product .lf-bundle-img {
  background: #f5f5f5;
  border-radius: 8px;
}

#product-product .lf-bundle-info a,
#product-product .lf-bundle-info > span {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 500;
}

#product-product .lf-bundle-price strong {
  color: var(--lf-rose);
  font-size: 13px;
  font-weight: 700;
}

#product-product .lf-bundle-add {
  background: #fff;
  border: 1.5px solid #ebebeb;
  color: #1a1a1a;
}

#product-product .lf-payment-icons img {
  display: block;
  height: 22px;
  max-width: 78px;
  object-fit: contain;
}

#product-product .lf-delivery-selector {
  border-radius: 14px;
  padding: 20px;
}

#product-product .lf-city-input--button {
  justify-content: space-between;
  width: 100%;
}

#product-product .lf-city-input--button span {
  flex: 1;
  min-width: 0;
  text-align: left;
}

#product-product .lf-date-options button {
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

#product-product .lf-date-options button:hover {
  border-color: var(--lf-rose);
  transform: translateY(-1px);
}

#product-product .lf-delivery-calendar {
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--lf-border);
  border-radius: 10px;
  display: none;
  margin-top: 10px;
  overflow: hidden;
}

#product-product .lf-delivery-calendar.open {
  display: flex;
}

#product-product .lf-delivery-calendar .form-control {
  border: 0 !important;
  box-shadow: none !important;
  flex: 1;
}

#product-product .lf-delivery-calendar .input-group-btn {
  display: flex;
}

#product-product .lf-delivery-calendar .btn {
  border: 0;
  border-left: 1px solid var(--lf-border);
  border-radius: 0;
  height: 42px;
  width: 44px;
}

#product-product .lf-occasions {
  border-radius: 12px;
  padding: 16px;
}

#product-product .lf-occasions span {
  background: var(--lf-rose-soft);
  border: 0;
}

#product-product .lf-accordions {
  border: 0;
  border-radius: 0;
}

#product-product .lf-accordion {
  border-bottom: 1px solid var(--lf-border);
}

#product-product .lf-accordion:first-child {
  border-top: 1px solid var(--lf-border);
}

#product-product .lf-accordion + .lf-accordion {
  border-top: 0;
}

#product-product .lf-accordion > button {
  padding-left: 0;
  padding-right: 0;
}

#product-product .lf-accordion > div {
  padding-left: 0;
  padding-right: 0;
}

.lf-store-reviews-preview {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lf-store-reviews-preview-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.lf-store-reviews-preview-head > div:first-child {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
}

.lf-store-reviews-preview-head > div:last-child {
  align-items: center;
  display: flex;
  gap: 6px;
}

.lf-store-reviews-preview-head span,
.lf-store-review-stars {
  color: #f5a623;
  font-size: 13px;
  letter-spacing: 1px;
}

.lf-store-reviews-preview-head strong {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
}

.lf-store-reviews-preview-head em {
  color: #999;
  font-size: 12px;
  font-style: normal;
}

.lf-store-reviews-preview-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lf-store-reviews-preview-card {
  background: #f8f8f8;
  border: 0;
  border-radius: 14px;
  padding: 16px;
}

.lf-store-reviews-preview-top {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.lf-store-review-avatar {
  align-items: center;
  background: linear-gradient(135deg, #f5c6cf, #e8294a);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 38px;
  font-size: 15px;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  text-transform: uppercase;
  width: 38px;
}

.lf-store-review-avatar img {
  border-radius: inherit;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lf-store-reviews-preview-card:nth-child(2) .lf-store-review-avatar {
  background: linear-gradient(135deg, #bfd4f2, #8faee0);
}

.lf-store-reviews-preview-card:nth-child(3) .lf-store-review-avatar {
  background: linear-gradient(135deg, #c4f2bf, #7dc478);
}

.lf-store-reviews-preview-top > div:nth-child(2) {
  flex: 1;
  min-width: 0;
}

.lf-store-reviews-preview-top strong,
.lf-store-reviews-preview-top span {
  display: block;
}

.lf-store-reviews-preview-top strong {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.lf-store-reviews-preview-top span {
  color: #999;
  font-size: 11px;
}

.lf-store-reviews-preview-card p {
  color: #555;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.lf-store-reviews-preview-card h3 {
  color: #1a1a1a;
  font-family: "Jost", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 6px;
}

.lf-store-review-verified {
  align-items: center;
  color: #2e9e6b;
  display: inline-flex;
  font-size: 11px;
  font-weight: 500;
  gap: 5px;
  margin-top: 8px;
}

.lf-store-reviews-all {
  align-items: center;
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 999px;
  color: #555;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  text-align: center;
}

.lf-store-reviews-all:hover,
.lf-store-reviews-all:focus {
  border-color: var(--lf-rose);
  color: var(--lf-rose);
}

.lf-advantages-section {
  background: #f8f8f8;
  margin: 0;
  padding: 48px 60px;
}

.lf-advantages-label {
  color: #999;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 auto 20px;
  max-width: 1400px;
  text-transform: uppercase;
}

.lf-advantages-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1400px;
}

.lf-advantages-grid article {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 20px;
}

.lf-adv-icon {
  align-items: center;
  border-radius: 12px;
  display: flex;
  font-size: 22px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.lf-adv-icon--fresh {
  background: #fff0f2;
  color: var(--lf-rose);
}

.lf-adv-icon--delivery {
  background: #ebf7f2;
  color: var(--lf-green);
}

.lf-adv-icon--photo {
  background: #fff4e0;
  color: #b07d12;
}

.lf-adv-icon--pay {
  background: #f0f0ff;
  color: #5654c9;
}

.lf-advantages-grid h3 {
  color: #1a1a1a;
  font-family: "Jost", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.lf-advantages-grid p {
  color: #999;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.lf-advantages-payments {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 20px auto 0;
  max-width: 1400px;
}

.lf-advantages-payments span {
  color: #1a1a1a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.lf-advantages-payments img {
  display: block;
  height: 22px;
  max-width: 82px;
  object-fit: contain;
}

/* Product related section - match new design */
#product-product .lf-similar-section {
  background: #f8f8f8;
  margin: 0;
  max-width: none;
  padding: 60px 0;
}

#product-product .lf-similar-section .lf-tabs-row,
#product-product .lf-similar-section .lf-products-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 120px);
}

#product-product .lf-similar-section .lf-tabs-row {
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 36px;
}

#product-product .lf-similar-section .lf-tabs-row button {
  background: transparent;
  border-bottom: 2px solid var(--lf-rose);
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: -2px;
  padding: 16px 32px;
}

#product-product .lf-similar-section .lf-products-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#product-product .lf-similar-section .lf-product-card {
  border-color: #ebebeb;
  border-radius: 14px;
  overflow: hidden;
}

#product-product .lf-similar-section .lf-card-img {
  aspect-ratio: 3 / 4;
}

#product-product .lf-similar-section .lf-card-wish {
  opacity: 0;
}

#product-product .lf-similar-section .lf-product-card:hover .lf-card-wish {
  opacity: 1;
}

#product-product .lf-similar-section .lf-card-body {
  padding: 14px;
}

#product-product .lf-similar-section .lf-card-name {
  font-size: 13px;
  font-weight: 500;
  min-height: 38px;
}

#product-product .lf-similar-section .lf-card-price strong {
  font-size: 16px;
}

#product-product .lf-similar-section .lf-card-body > button {
  display: none;
}

#checkout-simplecheckout .lf-simplecheckout-additional-products .additional-product {
  grid-template-columns: 70px minmax(0, 1fr) 32px !important;
  min-height: 92px !important;
  padding: 10px !important;
}

#checkout-simplecheckout .lf-simplecheckout-additional-products .cart-add {
  height: 28px;
  width: 28px;
}

@media (max-width: 1199px) {
  #product-product .lf-product-layout {
    grid-template-columns: 1fr;
  }

  #product-product .lf-product-left,
  #product-product .lf-product-info,
  #product-product .lf-product-layout > .lf-bundle-col,
  #product-product .lf-bundle-col--right {
    grid-column: auto;
    grid-row: auto;
  }

  #product-product .lf-product-layout > .lf-bundle-col,
  #product-product .lf-bundle-col--right {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    position: static;
  }

  #product-product .lf-product-layout > .lf-bundle-col .lf-bundle-list,
  #product-product .lf-bundle-col--right .lf-bundle-list {
    display: flex;
    flex-direction: row;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  #product-product .lf-product-layout > .lf-bundle-col .lf-bundle-card,
  #product-product .lf-bundle-col--right .lf-bundle-card {
    flex: 0 0 250px;
  }

  .lf-advantages-section {
    padding: 32px 16px;
  }

  .lf-advantages-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
  }

  .lf-advantages-grid article {
    flex: 0 0 240px;
  }

  #product-product .lf-similar-section {
    padding: 32px 0;
  }

  #product-product .lf-similar-section .lf-tabs-row,
  #product-product .lf-similar-section .lf-products-grid {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  #product-product .lf-similar-section .lf-products-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
  }

  #product-product .lf-similar-section .lf-product-card {
    flex: 0 0 220px;
  }
}

@media (max-width: 767px) {
  #product-product .lf-product-layout {
    display: flex !important;
    flex-direction: column;
    gap: 18px;
  }

  #product-product .lf-product-left {
    display: contents;
  }

  #product-product .lf-gallery {
    order: 1;
    width: 100%;
  }

  #product-product .lf-product-info {
    order: 2;
    width: 100%;
  }

  #product-product .lf-product-layout > .lf-bundle-col,
  #product-product .lf-bundle-col--right {
    margin-left: 0;
    margin-right: 0;
    order: 3;
    padding-left: 0;
    position: static !important;
    top: auto !important;
    width: 100%;
  }

  #product-product .lf-store-reviews-preview {
    order: 4;
    width: 100%;
  }

  #product-product .lf-product-layout > .lf-bundle-col .lf-bundle-list,
  #product-product .lf-bundle-col--right .lf-bundle-list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 0;
  }

  #product-product .lf-product-layout > .lf-bundle-col .lf-bundle-card,
  #product-product .lf-bundle-col--right .lf-bundle-card {
    flex: initial;
    min-width: 0;
    width: 100%;
  }

  #product-product .lf-similar-section .lf-tabs-row,
  #product-product .lf-similar-section .lf-products-grid {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  #product-product .lf-similar-section .lf-products-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  #product-product .lf-similar-section .lf-product-card {
    flex: initial;
    min-width: 0;
    width: 100%;
  }

  .lf-advantages-section {
    overflow: visible;
  }

  .lf-advantages-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .lf-advantages-grid article {
    flex: initial;
    min-width: 0;
    width: 100%;
  }
}

/* Product page final controls and breadcrumbs */
#product-product > .breadcrumb.lf-breadcrumb-list {
  align-items: center;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: var(--lf-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 auto 12px;
  max-width: 1800px;
  padding: 14px 60px;
  width: 100%;
}

#product-product > .breadcrumb.lf-breadcrumb-list > li {
  align-items: center;
  display: inline-flex;
  float: none;
  font-size: 12px;
  line-height: 1.35;
}

#product-product > .breadcrumb.lf-breadcrumb-list > li + li:before {
  color: var(--lf-muted);
  content: "/";
  padding: 0 8px 0 0;
}

#product-product > .breadcrumb.lf-breadcrumb-list a {
  color: var(--lf-muted);
  text-decoration: none;
}

#product-product .lf-cart-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(190px, 1fr) 52px;
}

#product-product #button-cart.lf-cart-btn,
#product-product .lf-cart-btn {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  font-size: 15px;
  gap: 8px;
  height: 56px;
  justify-content: center;
  min-width: 0;
  padding: 0 28px;
  width: 100%;
}

#product-product .lf-wishlist {
  flex: 0 0 52px;
  height: 52px;
  min-width: 52px;
  padding: 0;
  width: 52px;
}

#product-product .lf-bundle-card {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 70px minmax(0, 1fr) 30px;
  min-height: 92px;
  width: 100%;
}

#product-product .lf-bundle-img {
  flex: initial;
  height: 70px;
  width: 70px;
}

#product-product .lf-bundle-info {
  min-width: 0;
}

#product-product .lf-bundle-add {
  align-self: center;
  flex: initial;
  height: 30px;
  justify-self: end;
  min-width: 30px;
  width: 30px;
}

@media (max-width: 767px) {
  #product-product > .breadcrumb.lf-breadcrumb-list {
    margin-bottom: 10px;
    padding: 10px 16px;
  }

  #product-product .lf-gallery {
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }

  #product-product .lf-cart-row {
    grid-template-columns: auto minmax(0, 1fr) 48px;
  }

  #product-product #button-cart.lf-cart-btn,
  #product-product .lf-cart-btn {
    font-size: 14px;
    height: 52px;
    padding: 0 16px;
  }

  #product-product .lf-wishlist {
    flex-basis: 48px;
    height: 48px;
    min-width: 48px;
    width: 48px;
  }

  #product-product .lf-bundle-card {
    align-items: center;
    display: grid;
    flex-direction: initial;
    grid-template-columns: 70px minmax(0, 1fr) 34px;
  }

  #product-product .lf-bundle-img {
    aspect-ratio: auto;
    height: 70px;
    width: 70px;
  }

  #product-product .lf-bundle-add,
  #product-product .lf-bundle-add.remarketing_cart_button {
    align-items: center;
    background: #fff;
    border: 1.5px solid var(--lf-border);
    border-radius: 50%;
    color: var(--lf-dark);
    display: inline-flex !important;
    font-size: 18px;
    height: 34px;
    justify-content: center;
    opacity: 1 !important;
    position: static;
    right: auto;
    top: auto;
    visibility: visible !important;
    width: 34px;
    z-index: 2;
  }
}

/* Header search final safety */
.lf-mainbar .lf-search {
  flex: 0 1 220px !important;
  max-width: 260px !important;
  min-width: 170px !important;
  overflow: visible !important;
  position: relative !important;
}

.lf-mainbar .lf-search #search {
  min-width: 0 !important;
  overflow: visible !important;
  width: 100% !important;
}

.lf-mainbar .lf-search .input-group-btn {
  align-self: stretch !important;
  box-sizing: border-box;
  display: flex !important;
  flex: 0 0 38px !important;
  height: 100% !important;
  margin: 0 !important;
  min-width: 38px !important;
  overflow: hidden;
  position: relative;
  width: 38px !important;
  z-index: 1;
}

.lf-mainbar .lf-search .but_s,
.lf-mainbar .lf-search .input-group-btn .btn {
  align-items: center !important;
  border-left: 1px solid var(--lf-border) !important;
  border-radius: 0 8px 8px 0 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  flex: 0 0 38px !important;
  height: 100% !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 38px !important;
}

.lf-search .but_s svg,
.lf-mobile-drawer-search .but_s svg {
  display: block;
  flex-shrink: 0;
  height: 13px;
  width: 13px;
}

/* Product page final fixes */
.lf-header-nav .nav > li > a {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.lf-header-nav .nav > li > a .fa-angle-down,
.lf-header-nav .nav > li > a .fa-caret-down {
  flex: 0 0 auto;
  margin-left: 4px;
}

#product-product ~ .lf-footer,
.lf-product-page ~ .lf-footer,
.lf-product-page + .lf-sticky-buy + .lf-footer {
  margin-top: 0;
}

@media (min-width: 1200px) {
  #product-product .lf-product-layout > .lf-bundle-col.lf-bundle-col--right,
  #product-product .lf-bundle-col--right {
    grid-column: 3 !important;
    grid-row: 1 !important;
    position: sticky !important;
    top: 185px !important;
    z-index: 10 !important;
  }

  #product-product .lf-bundle-col--right .lf-bundle-title {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .lf-mainbar .lf-search {
    flex-basis: 190px !important;
    min-width: 170px !important;
  }
}

