.elementor-2 .elementor-element.elementor-element-2236309{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-2236309{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-f0dc503 */.lo-hero {
  position: relative;
  width: 100vw;
  min-height: 560px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #f7f4ef;
  background-image: var(--lo-hero-bg);
  background-size: cover;
  background-position: center right;
  color: #40362f;
  font-family: inherit;
}

.lo-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(238, 190, 174, 0.18) 0%, transparent 28%),
    linear-gradient(
      90deg,
      rgba(247, 244, 239, 0.98) 0%,
      rgba(247, 244, 239, 0.92) 30%,
      rgba(247, 244, 239, 0.5) 52%,
      rgba(247, 244, 239, 0.08) 100%
    );
  pointer-events: none;
}

.lo-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  min-height: 560px;
  margin: 0 auto;
  padding: 58px 56px 46px;
  display: flex;
  align-items: center;
}

.lo-hero__content {
  width: min(100%, 560px);
}

.lo-hero__label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 15px;
  margin-bottom: 18px;
  border: 1px solid rgba(199, 158, 141, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #a57766;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lo-hero h1 {
  max-width: 560px;
  margin: 0 0 18px;
  color: #3c312a;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

.lo-hero__title-small,
.lo-hero__title-main,
.lo-hero__title-note {
  display: block;
}

.lo-hero__title-small {
  margin-bottom: 6px;
  color: #8f6b5c;
  font-size: clamp(22px, 2.7vw, 34px);
  line-height: 1.12;
}

.lo-hero__title-main {
  color: #3c312a;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
}

.lo-hero__title-note {
  max-width: 500px;
  margin-top: 14px;
  color: #9d6f5f;
  font-family: inherit;
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 600;
  line-height: 1.35;
}

.lo-hero p {
  max-width: 430px;
  margin: 0 0 16px;
  color: #6f6258;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.lo-hero__age {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  color: #9d6f5f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.lo-hero__age::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #e6b5a5;
  box-shadow: 0 0 0 6px rgba(230, 181, 165, 0.16);
}

.lo-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.lo-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.lo-hero__btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.lo-hero__btn--primary {
  background: #9b806a;
  color: #fffaf5 !important;
  border: 1px solid #9b806a;
  box-shadow: 0 12px 26px rgba(101, 78, 59, 0.16);
}

.lo-hero__btn--primary:hover {
  background: #846b58;
  border-color: #846b58;
  box-shadow: 0 14px 30px rgba(101, 78, 59, 0.2);
}

.lo-hero__btn--secondary {
  background: rgba(255, 255, 255, 0.58);
  color: #5f5148 !important;
  border: 1px solid rgba(139, 131, 121, 0.24);
}

.lo-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(139, 131, 121, 0.38);
}

@media (max-width: 980px) {
  .lo-hero {
    min-height: 540px;
    background-position: 62% center;
  }

  .lo-hero__overlay {
    background:
      radial-gradient(circle at 18% 22%, rgba(238, 190, 174, 0.16) 0%, transparent 32%),
      linear-gradient(
        180deg,
        rgba(247, 244, 239, 0.96) 0%,
        rgba(247, 244, 239, 0.86) 46%,
        rgba(247, 244, 239, 0.34) 100%
      );
  }

  .lo-hero__inner {
    min-height: 540px;
    padding: 48px 22px 30px;
    align-items: flex-start;
  }

  .lo-hero__content {
    width: 100%;
  }

  .lo-hero h1 {
    max-width: 390px;
  }

  .lo-hero__title-small {
    font-size: 25px;
  }

  .lo-hero__title-main {
    font-size: 42px;
  }

  .lo-hero__title-note {
    max-width: 340px;
    font-size: 17px;
  }

  .lo-hero p {
    max-width: 340px;
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .lo-hero {
    min-height: 500px;
    background-position: 64% bottom;
  }

  .lo-hero__inner {
    min-height: 500px;
    padding: 34px 16px 24px;
  }

  .lo-hero__label {
    margin-bottom: 14px;
    padding: 8px 13px;
    font-size: 10px;
  }

  .lo-hero h1 {
    max-width: 320px;
    margin-bottom: 14px;
  }

  .lo-hero__title-small {
    margin-bottom: 5px;
    font-size: 21px;
  }

  .lo-hero__title-main {
    font-size: 34px;
  }

  .lo-hero__title-note {
    margin-top: 10px;
    max-width: 300px;
    font-size: 15px;
    line-height: 1.35;
  }

  .lo-hero p {
    max-width: 310px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.5;
  }

  .lo-hero__age {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .lo-hero__actions {
    gap: 10px;
  }

  .lo-hero__btn {
    min-height: 43px;
    padding: 12px 18px;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb95e22 */.lo-benefits {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    radial-gradient(circle at 12% 20%, rgba(232, 181, 165, 0.12) 0%, transparent 28%),
    #f7f4ef;
  border-top: 1px solid rgba(139, 131, 121, 0.12);
  border-bottom: 1px solid rgba(139, 131, 121, 0.12);
  font-family: inherit;
}

.lo-benefits__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px 42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lo-benefits__item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(139, 131, 121, 0.13);
  box-shadow: 0 10px 24px rgba(93, 72, 55, 0.04);
}

.lo-benefits__icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1e5dc;
  color: #a97a68;
}

.lo-benefits__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lo-benefits h3 {
  margin: 0 0 5px;
  color: #3c312a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.lo-benefits p {
  margin: 0;
  color: #75695f;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 1024px) {
  .lo-benefits__inner {
    padding: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .lo-benefits__inner {
    padding: 14px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lo-benefits__item {
    min-height: 74px;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .lo-benefits__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .lo-benefits__icon svg {
    width: 20px;
    height: 20px;
  }

  .lo-benefits h3 {
    font-size: 14px;
  }

  .lo-benefits p {
    font-size: 12.5px;
  }
}
.lo-benefits__inner {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

@media (max-width: 768px) {
  .lo-benefits__inner {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0fed52 */.lo-categories {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 64px 0 58px;
  background: #f7f4ef;
  color: #3c312a;
  font-family: inherit;

  --lo-cat-size: 150px;
  --lo-cat-title-height: 42px;
}

.lo-categories__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 42px;
}

.lo-categories__head {
  max-width: 620px;
  margin: 0 auto 34px;
  text-align: center;
}

.lo-categories__eyebrow {
  width: fit-content;
  margin: 0 auto 13px;
  padding: 8px 14px;
  border: 1px solid rgba(199, 158, 141, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: #a57766;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lo-categories h2 {
  margin: 0 0 12px;
  color: #3c312a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.lo-categories p {
  margin: 0;
  color: #75695f;
  font-size: 16px;
  line-height: 1.55;
}

.lo-categories__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px 18px;
  align-items: start;
}

.lo-categories__item {
  display: grid;
  grid-template-rows: var(--lo-cat-size) var(--lo-cat-title-height);
  justify-items: center;
  align-items: start;
  row-gap: 13px;
  color: inherit;
  text-align: center;
  text-decoration: none !important;
}

.lo-categories__photo {
  position: relative;
  width: var(--lo-cat-size);
  height: var(--lo-cat-size);
  max-width: 100%;
  padding: 6px;
  border: 1px solid rgba(139, 131, 121, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(#f7f4ef, #f7f4ef) padding-box,
    linear-gradient(135deg, rgba(199, 158, 141, 0.5), rgba(255, 255, 255, 0.9)) border-box;
  box-shadow: 0 16px 36px rgba(79, 62, 48, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  box-sizing: border-box;
}

.lo-categories__photo img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.lo-categories__item:hover .lo-categories__photo {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(79, 62, 48, 0.13);
  border-color: rgba(155, 128, 106, 0.32);
}

.lo-categories__title {
  width: 100%;
  min-height: var(--lo-cat-title-height);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #4f453d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.lo-categories__item:hover .lo-categories__title {
  color: #a57766;
}

@media (max-width: 1200px) {
  .lo-categories {
    --lo-cat-size: 140px;
    --lo-cat-title-height: 42px;
  }

  .lo-categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 16px;
  }
}

@media (max-width: 680px) {
  .lo-categories {
    --lo-cat-size: 104px;
    --lo-cat-title-height: 40px;
    padding: 42px 0;
  }

  .lo-categories__inner {
    padding: 0 14px;
  }

  .lo-categories__head {
    margin-bottom: 24px;
  }

  .lo-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 12px;
  }

  .lo-categories__photo {
    padding: 4px;
  }

  .lo-categories__title {
    font-size: 13px;
    line-height: 1.2;
  }
}

@media (max-width: 380px) {
  .lo-categories {
    --lo-cat-size: 92px;
    --lo-cat-title-height: 38px;
  }

  .lo-categories__grid {
    gap: 20px 8px;
  }

  .lo-categories__title {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef8b7dd */.lo-gifts {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 72px 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(232, 181, 165, 0.14) 0%, transparent 30%),
    #fbf8f3;
  color: #3c312a;
  font-family: inherit;
}

.lo-gifts__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 42px;
}

.lo-gifts__main {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(139, 131, 121, 0.14);
  border-radius: 28px;
  background: #f7f1e9;
  box-shadow: 0 22px 60px rgba(79, 62, 48, 0.09);
}

.lo-gifts__media {
  min-height: 520px;
  background: #eee6dc;
}

.lo-gifts__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lo-gifts__content {
  position: relative;
  padding: 42px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lo-gifts__content::after {
  content: "♥";
  position: absolute;
  top: 34px;
  right: 42px;
  color: rgba(201, 145, 127, 0.32);
  font-size: 22px;
  line-height: 1;
}

.lo-gifts__eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(199, 158, 141, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: #a57766;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lo-gifts h2 {
  max-width: 560px;
  margin: 0 0 20px;
  color: #3c312a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.lo-gifts__notice {
  max-width: 540px;
  margin: 0 0 22px;
  padding: 16px 18px;
  border-left: 3px solid #d9a796;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  color: #5f5148;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.lo-gifts__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 30px;
}

.lo-gifts__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(199, 158, 141, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: #6c5c51;
  font-size: 13px;
  font-weight: 600;
}

.lo-gifts__chips span::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: #d9a796;
}

.lo-gifts__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lo-gifts__btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lo-gifts__btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.lo-gifts__btn--primary {
  border: 1px solid #9b806a;
  background: #9b806a;
  color: #fffaf5 !important;
  box-shadow: 0 14px 30px rgba(101, 78, 59, 0.16);
}

.lo-gifts__btn--primary:hover {
  border-color: #846b58;
  background: #846b58;
  box-shadow: 0 16px 34px rgba(101, 78, 59, 0.2);
}

.lo-gifts__btn--secondary {
  border: 1px solid rgba(139, 131, 121, 0.24);
  background: rgba(255, 255, 255, 0.5);
  color: #5f5148 !important;
}

.lo-gifts__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.76);
}

.lo-gifts__cards {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lo-gifts__card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 42% 1fr;
  min-height: 190px;
  border: 1px solid rgba(139, 131, 121, 0.13);
  border-radius: 22px;
  background: #f7f4ef;
  color: inherit;
  text-decoration: none !important;
  box-shadow: 0 14px 36px rgba(79, 62, 48, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lo-gifts__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(79, 62, 48, 0.1);
}

.lo-gifts__card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lo-gifts__card-content {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lo-gifts__card h3 {
  margin: 0 0 8px;
  color: #3c312a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.12;
}

.lo-gifts__card p {
  margin: 0 0 14px;
  color: #75695f;
  font-size: 14px;
  line-height: 1.45;
}

.lo-gifts__card span {
  color: #a57766;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .lo-gifts {
    padding: 52px 0;
  }

  .lo-gifts__inner {
    padding: 0 18px;
  }

  .lo-gifts__main {
    grid-template-columns: 1fr;
  }

  .lo-gifts__media {
    min-height: 360px;
  }

  .lo-gifts__content {
    padding: 36px 28px 34px;
  }

  .lo-gifts__cards {
    grid-template-columns: 1fr;
  }

  .lo-gifts__card {
    min-height: 170px;
  }
}

@media (max-width: 560px) {
  .lo-gifts {
    padding: 38px 0;
  }

  .lo-gifts__inner {
    padding: 0 14px;
  }

  .lo-gifts__main {
    border-radius: 22px;
  }

  .lo-gifts__media {
    min-height: 260px;
  }

  .lo-gifts__content {
    padding: 28px 18px 24px;
  }

  .lo-gifts__content::after {
    top: 22px;
    right: 22px;
    font-size: 18px;
  }

  .lo-gifts h2 {
    font-size: 32px;
  }

  .lo-gifts__notice {
    padding: 14px;
    font-size: 14px;
  }

  .lo-gifts__chips {
    margin-bottom: 22px;
  }

  .lo-gifts__btn {
    width: 100%;
  }

  .lo-gifts__card {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 18px;
  }

  .lo-gifts__card img {
    height: 180px;
  }

  .lo-gifts__card-content {
    padding: 18px;
  }

  .lo-gifts__card h3 {
    font-size: 22px;
  }
}

/* ============================================================
   МІНІПАТЧ: 4 картки колекцій + акцент "Нова колекція"
   ============================================================ */

/* 1) desktop: було repeat(3) → тепер repeat(4).
   ЗАМІНИ існуюче правило .lo-gifts__cards на це */
.lo-gifts__cards {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* при 4-х колонках картинка+текст поруч душно —
   робимо картку вертикальною (фото зверху, текст знизу) */
.lo-gifts__card {
  grid-template-columns: 1fr;
  min-height: auto;
}

.lo-gifts__card img {
  height: 180px;
}

/* 2) акцент на "Нова колекція" */
.lo-gifts__card--new {
  border-color: rgba(199, 158, 141, 0.45);
  box-shadow: 0 16px 40px rgba(155, 128, 106, 0.16);
}

.lo-gifts__card--new .lo-gifts__card-content {
  background: linear-gradient(180deg, rgba(232, 181, 165, 0.1) 0%, transparent 60%);
}

.lo-gifts__card-badge {
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #9b806a;
  color: #fffaf5 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}

/* ============================================================
   ЗАМІНИ обидва медіа-запити на ці
   ============================================================ */
@media (max-width: 1024px) {
  .lo-gifts {
    padding: 52px 0;
  }

  .lo-gifts__inner {
    padding: 0 18px;
  }

  .lo-gifts__main {
    grid-template-columns: 1fr;
  }

  .lo-gifts__media {
    min-height: 360px;
  }

  .lo-gifts__content {
    padding: 36px 28px 34px;
  }

  /* планшет: 2×2 */
  .lo-gifts__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .lo-gifts {
    padding: 38px 0;
  }

  .lo-gifts__inner {
    padding: 0 14px;
  }

  .lo-gifts__main {
    border-radius: 22px;
  }

  .lo-gifts__media {
    min-height: 260px;
  }

  .lo-gifts__content {
    padding: 28px 18px 24px;
  }

  .lo-gifts__content::after {
    top: 22px;
    right: 22px;
    font-size: 18px;
  }

  .lo-gifts h2 {
    font-size: 32px;
  }

  .lo-gifts__notice {
    padding: 14px;
    font-size: 14px;
  }

  .lo-gifts__chips {
    margin-bottom: 22px;
  }

  .lo-gifts__btn {
    width: 100%;
  }

  /* моб: 1 стовпчик */
  .lo-gifts__cards {
    grid-template-columns: 1fr;
  }

  .lo-gifts__card {
    border-radius: 18px;
  }

  .lo-gifts__card img {
    height: 180px;
  }

  .lo-gifts__card-content {
    padding: 18px;
  }

  .lo-gifts__card h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd586c8 */.lo-home-about {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 58px 0;
  background: #fbf8f3;
  color: #3c312a;
  font-family: inherit;
  overflow-x: hidden;
}

.lo-home-about *,
.lo-home-about *::before,
.lo-home-about *::after {
  box-sizing: border-box;
}

.lo-home-about__inner {
  width: min(100% - 84px, 1360px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.lo-home-about__media {
  overflow: hidden;
  aspect-ratio: 1.08 / 1;
  border-radius: 28px;
  background: #eee6dc;
  box-shadow: 0 18px 46px rgba(79, 62, 48, 0.08);
}

.lo-home-about__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lo-home-about__content {
  max-width: 760px;
}

.lo-home-about__eyebrow {
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(155, 128, 106, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: #9b806a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lo-home-about h2 {
  max-width: 700px;
  margin: 0 0 18px;
  color: #3c312a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.lo-home-about__text {
  display: grid;
  gap: 13px;
}

.lo-home-about__text p {
  margin: 0;
  color: #6f6258;
  font-size: 16px;
  line-height: 1.62;
}

.lo-home-about__quote {
  margin-top: 22px;
  padding: 20px 22px;
  border-left: 3px solid #d8b98e;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  color: #5f5148;
  font-size: 16px;
  line-height: 1.55;
  box-shadow: 0 14px 34px rgba(79, 62, 48, 0.045);
}

.lo-home-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.lo-home-about__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid rgba(139, 131, 121, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #5f5148 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lo-home-about__btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(139, 131, 121, 0.38);
  color: #5f5148 !important;
}

.lo-home-about__btn--primary {
  background: #9b806a;
  border-color: #9b806a;
  color: #fffaf5 !important;
  box-shadow: 0 12px 26px rgba(101, 78, 59, 0.16) !important;
}

.lo-home-about__btn--primary:hover {
  background: #846b58;
  border-color: #846b58;
  color: #fffaf5 !important;
  box-shadow: 0 14px 30px rgba(101, 78, 59, 0.2) !important;
}

.lo-home-about a {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1200px) {
  .lo-home-about__inner {
    width: min(100% - 52px, 1120px);
    grid-template-columns: 0.95fr 1.05fr;
    gap: 32px;
  }

  .lo-home-about__text p {
    font-size: 15.5px;
  }
}

@media (max-width: 1024px) {
  .lo-home-about {
    padding: 46px 0;
  }

  .lo-home-about__inner {
    width: min(100% - 36px, 860px);
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .lo-home-about__media {
    aspect-ratio: 16 / 9;
    border-radius: 24px;
  }

  .lo-home-about__content {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .lo-home-about {
    padding: 40px 0;
  }

  .lo-home-about__inner {
    width: min(100% - 28px, 720px);
  }

  .lo-home-about h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .lo-home-about__quote {
    padding: 18px;
    border-radius: 16px;
  }

  .lo-home-about__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lo-home-about__btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .lo-home-about {
    padding: 34px 0;
  }

  .lo-home-about__inner {
    width: min(100% - 24px, 520px);
    gap: 22px;
  }

  .lo-home-about__media {
    aspect-ratio: 1.08 / 1;
    border-radius: 22px;
  }

  .lo-home-about__eyebrow {
    margin-bottom: 12px;
    padding: 8px 13px;
    font-size: 10px;
  }

  .lo-home-about h2 {
    margin-bottom: 15px;
    font-size: 31px;
    line-height: 1.1;
  }

  .lo-home-about__text {
    gap: 11px;
  }

  .lo-home-about__text p {
    font-size: 15px;
    line-height: 1.58;
  }

  .lo-home-about__quote {
    margin-top: 18px;
    padding: 16px;
    font-size: 15px;
    line-height: 1.52;
  }

  .lo-home-about__actions {
    margin-top: 20px;
  }

  .lo-home-about__btn {
    min-height: 43px;
    padding: 12px 18px;
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .lo-home-about__inner {
    width: min(100% - 20px, 340px);
  }

  .lo-home-about h2 {
    font-size: 28px;
  }

  .lo-home-about__text p,
  .lo-home-about__quote {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .lo-home-about__inner {
    width: min(100% - 40px, 720px);
  }
}

@media (max-width: 560px) {
  .lo-home-about__inner {
    width: min(100% - 36px, 520px);
  }

  .lo-home-about__media {
    border-radius: 24px;
  }

  .lo-home-about__content {
    padding: 0 2px;
  }
}

@media (max-width: 380px) {
  .lo-home-about__inner {
    width: min(100% - 30px, 350px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ccf07c */.lo-final-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 64px;
  background: #fbf8f3;
  color: #3c312a;
  font-family: inherit;
}

.lo-final-cta__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 42px;
}

.lo-final-cta__box {
  position: relative;
  overflow: hidden;
  padding: 46px 48px;
  border: 1px solid rgba(139, 131, 121, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 20%, rgba(183, 160, 138, 0.22), transparent 32%),
    linear-gradient(135deg, #f7f1e9 0%, #fbf8f3 58%, #eee6dc 100%);
  box-shadow: 0 18px 46px rgba(79, 62, 48, 0.08);
}

.lo-final-cta__content {
  max-width: 760px;
}

.lo-final-cta__eyebrow {
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(155, 128, 106, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: #9b806a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lo-final-cta h2 {
  max-width: 720px;
  margin: 0 0 14px;
  color: #3c312a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.4vw, 50px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.lo-final-cta p {
  max-width: 610px;
  margin: 0 0 24px;
  color: #6f6258;
  font-size: 16px;
  line-height: 1.6;
}

.lo-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lo-final-cta__btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.lo-final-cta__btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.lo-final-cta__btn--primary {
  border: 1px solid #9b806a;
  background: #9b806a;
  color: #fffaf5 !important;
  box-shadow: 0 12px 26px rgba(101, 78, 59, 0.16);
}

.lo-final-cta__btn--primary:hover {
  border-color: #846b58;
  background: #846b58;
}

.lo-final-cta__btn--secondary {
  border: 1px solid rgba(139, 131, 121, 0.24);
  background: rgba(255, 255, 255, 0.58);
  color: #5f5148 !important;
}

.lo-final-cta__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.82);
}

.lo-final-cta__note {
  position: absolute;
  right: 42px;
  bottom: 36px;
  max-width: 310px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid rgba(139, 131, 121, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.54);
}

.lo-final-cta__note span {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #9b806a;
  color: #fffaf5;
  font-size: 14px;
  font-weight: 800;
}

.lo-final-cta__note p {
  margin: 0;
  color: #5f5148;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .lo-final-cta {
    padding-bottom: 48px;
  }

  .lo-final-cta__inner {
    padding: 0 18px;
  }

  .lo-final-cta__box {
    padding: 38px 28px;
  }

  .lo-final-cta__note {
    position: static;
    margin-top: 24px;
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .lo-final-cta {
    padding-bottom: 36px;
  }

  .lo-final-cta__inner {
    padding: 0 14px;
  }

  .lo-final-cta__box {
    padding: 30px 18px;
    border-radius: 22px;
  }

  .lo-final-cta h2 {
    font-size: 30px;
  }

  .lo-final-cta p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .lo-final-cta__btn {
    width: 100%;
  }

  .lo-final-cta__note {
    padding: 14px;
  }
}/* End custom CSS */