@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0g.woff2') format('woff2');
}

:root { --livona-green: #087d36; --livona-dark: #075d2b; --livona-cream: #fbfaf2; }
body.skin-yellow { background: #fff !important; color: #252525; font-family: Montserrat, Arial, sans-serif; }
body.skin-yellow.norback, #content.norback { background: #fff !important; }
.header-wrapper { box-shadow: none; position: relative; z-index: 20; }
.livona-topbar { background: #0E8338; color: #fff; font-size: 13px; }
.livona-topbar .container { min-width:100%; min-height: 36px; padding-left: 60px; padding-right: 60px; display: flex; justify-content: space-between; align-items: center; }
.livona-topbar__items, .livona-topbar__contact { display: flex; gap: 0; align-items: center; }
.livona-topbar__items span + span { margin-left: 14px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.55); }
.livona-topbar__contact a { color: #fff; text-decoration: none; margin-left: 28px; }
.livona-topbar__contact i { margin-right: 7px; }
.header-wrapper > .container.py-4 { min-width: 100%; padding: 20px 80px !important;}
.livona-header-row { min-height: 52px; display: flex; align-items: center; justify-content: space-between; }
.livona-brand img { width: 118px; height: auto; max-height: 48px; object-fit: contain; }
.livona-tools { display: flex; align-items: center; justify-content: flex-end; gap: 22px; min-width: 170px; }
.livona-header-row > .menu-wrapper { flex: 1; border: 0; }
.livona-header-row > .menu-wrapper > .container-fluid { padding: 0; }
.livona-header-row > .menu-wrapper #menu .navbar-nav { justify-content: center; flex-wrap: nowrap; }
.livona-header-row > .menu-wrapper #menu .navbar-nav > li > a { padding: 12px clamp(6px, 1.1vw, 16px); font-size: clamp(12px, 0.9vw, 14px); white-space: nowrap; }
.livona-search-trigger { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 32px; padding: 0; border: 0; background: transparent; font-size: 23px; }
.livona-search-trigger:hover { color: var(--livona-dark); }
.livona-tools #search { display: none; }
.livona-tools .account-wrapper .ms-2, .livona-tools #cart-total { display: none; }
.livona-tools .account-wrapper .h-icon { border: 0; width: auto; height: auto; }
.livona-tools .account-wrapper > a { padding: 0; color: #202020; }
.livona-tools #cart { margin: 0; }
.livona-tools #cart .cart-wrapper { color: #202020; }
.livona-tools #cart .cart-wrapper > i, .livona-tools #cart .cart-wrapper > svg { font-size: 25px; width: 25px; height: 25px; }
.livona-tools #cart .cart-total { background: var(--livona-green); left: 18px; top: -10px; min-width: 16px; height: 16px; line-height: 16px; font-size: 10px; }
.menu-wrapper { border-top: 1px solid #eee; border-bottom: 1px solid #eee; min-height: 0; }
.menu-wrapper > .container-fluid { padding: 0 15px; }
.menu-wrapper #menu .navbar-nav { display: flex; align-items: center; justify-content: center; width: 100%; }
.menu-wrapper #menu .navbar-nav > li > a { color: #222; font-size: 14px; font-weight: 600; padding: 14px 20px; }
.menu-wrapper #menu .navbar-nav > li > a:hover, .menu-wrapper #menu .navbar-nav > li.active > a { color: #0E8338; }
.livona-home { overflow: hidden; }
.livona-hero { min-height: 600px; position: relative; overflow: hidden; background: #f4ead3; }
.livona-hero__slide { position: absolute; inset: 0; background-position: center center; background-size: cover; background-repeat: no-repeat; opacity: 0; transition: opacity .7s ease-in-out; }
.livona-hero__slide.is-active { opacity: 1; }
.livona-hero__inner { min-width: 100%; min-height: 800px; position: relative; z-index: 1; padding: 62px 100px; display: flex; flex-direction: column; align-items: flex-start; }
.livona-hero h1 { max-width: 535px; margin: 0; color: #076534; font: 52px/1.05 'DM Serif Display', Georgia, serif; letter-spacing: .2px; }
.livona-hero__subtitle { max-width: 410px; color: #086435; margin: 23px 0 32px; font-size: 20px; line-height: 1.35; }
.livona-actions { display: flex; gap: 28px; }
.livona-button { display: inline-flex; align-items: center; justify-content: center; min-width: 190px; height: 45px; padding: 0 28px; border: 1.5px solid var(--livona-green); border-radius: 24px; color: var(--livona-green); font-size: 16px; font-weight: 600; text-decoration: none; }
.livona-button--fill { background: var(--livona-green); color: #fff; }
.livona-button:hover { background: var(--livona-dark); border-color: var(--livona-dark); color: #fff; }
.livona-advantages { display: flex; gap: 26px; margin-top: auto; }
.livona-advantage { width: 128px; min-height: 128px; padding: 14px 9px 9px; border-radius: 10px; text-align: center; color: #08723c; font-size: 13px; font-weight: 600; line-height: 1.1; }
.livona-advantage img { display: block; width: 128px; height: 128px; object-fit: contain; margin: 0 auto 6px; }
.livona-home-slots { background: #fff; }
.livona-home-slots > * { position: relative; z-index: 1; }
footer.livona-footer { margin-top: 0 !important; background: var(--livona-green); color: #fff; }
.livona-footer-main { padding: 47px 0 42px; background: var(--livona-green); }
.livona-footer-main .row { align-items: flex-start; }
.livona-footer__heading { display: flex; gap: 12px; align-items: center; margin: 0 0 18px; color: #fff; font-size: 17px; font-weight: 700; }
.livona-footer__heading img { width: 24px; height: 24px; object-fit: contain; }
.livona-footer a { color: rgba(255,255,255,.95); text-decoration: none; font-size: 14px; }
.livona-footer a:hover { color: #d2ec9e; }
.livona-footer__list { list-style: none; margin: 0; padding: 0 0 0 42px; }
.livona-footer__list li { margin: 0 0 18px; line-height: 1.35; }
.livona-footer__brand > img { width: 245px; max-width: 100%; height: auto; margin-top: 50px; margin-left: 50px;}
.livona-footer__contact { list-style: none; padding: 0 0 0 42px; margin: 0; }
.livona-footer__contact li { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; font-size: 14px; line-height: 1.35; }
.livona-footer__contact img { width: 19px; height: 19px; object-fit: contain; }
.livona-newsletter { position: relative; overflow: hidden; padding: 38px 0 45px; background: var(--livona-cream); color: #135d34; }
.livona-newsletter .container { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.livona-newsletter__leaves { position: absolute; right: -18px; top: 3px; width: 320px; opacity: .68; }
.livona-newsletter__eyebrow { font-size: 18px; font-weight: 500; margin-bottom: 10px; }
.livona-newsletter h2 { margin: 0 0 15px; max-width: 440px; color: #3d3d3d; font: 34px/1.1 'DM Serif Display', Georgia, serif; }
.livona-newsletter p { margin: 0; font-size: 12px; color: #2b7747; }
.livona-newsletter__form { width: 515px; }
.livona-newsletter__input { display: flex; height: 42px; }
.livona-newsletter__input input { flex: 1; min-width: 0; padding: 0 16px; border: 1px solid #197141; border-radius: 8px 0 0 8px; background: #fff; font-size: 12px; outline: none; }
.livona-newsletter__input button { width: 120px; border: 0; border-radius: 0 8px 8px 0; background: var(--livona-green); color: #fff; font-weight: 600; font-size: 13px; }
.livona-newsletter__form small { display: block; margin-top: 10px; color: #408055; font-size: 11px; }
.livona-copyright { padding: 10px 15px; background: #54a170; color: #fff; text-align: center; font-size: 11px; }
.livona-search-panel { position: fixed; z-index: 1200; inset: 0; display: flex; justify-content: center; align-items: flex-start; padding-top: 80px; background: rgba(5, 38, 19, .25); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.livona-search-panel.is-open { opacity: 1; visibility: visible; }
.livona-search-panel__dialog { position: relative; width: min(640px, calc(100vw - 40px)); padding: 0; border-radius: 8px; box-shadow: 0 18px 45px rgba(0,0,0,.2); background: #fff; transform: translateY(-12px); transition: transform .2s ease; }
.livona-search-panel.is-open .livona-search-panel__dialog { transform: translateY(0); }
.livona-search-close { position: absolute; right: -36px; top: -3px; width: 28px; height: 28px; padding: 0; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.35); font-size: 24px; line-height: 24px; }
.livona-search-panel__field { display: flex; height: 46px; }
.livona-search-category-wrap { position: relative; width: 135px; flex: 0 0 135px; }
.livona-search-category { width: 100%; height: 46px; border: 0; border-right: 1px solid #d9d9d9; background: #fff; color: #454545; font-size: 12px; text-align: left; padding: 0 12px; }
.livona-search-category i { float: right; color: #999; font-size: 10px; margin-top: 4px; transition: transform .2s ease; }
.livona-search-category.is-open i { transform: rotate(180deg); }
.livona-search-category-list { position: absolute; z-index: 1; top: calc(100% + 4px); left: 0; display: none; max-height: 260px; width: 230px; margin: 0; padding: 6px 0; overflow-y: auto; list-style: none; border: 1px solid #e1e1e1; border-radius: 6px; background: #fff; box-shadow: 0 10px 25px rgba(0,0,0,.13); }
.livona-search-category-list.is-open { display: block; }
.livona-search-category-list button { display: block; width: 100%; border: 0; padding: 9px 14px; background: #fff; color: #454545; font-size: 12px; text-align: left; }
.livona-search-category-list button:hover { background: #edf7ef; color: #0E8338; }
.livona-search-category-list button.active { background: #0E8338; color: #fff; }
.livona-search-panel__field input { min-width: 0; flex: 1; border: 0; padding: 0 15px; color: #333; font-size: 13px; outline: none; }
.livona-search-submit { width: 48px; border: 0; border-radius: 0 8px 8px 0; background: var(--livona-green); color: #fff; font-size: 20px; }
/* All products listing */
.livona-all-products { background: #f8f8f1; padding-bottom: 42px; }
.livona-all-products__status { height: 51px; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.12); color: #555; font-size: 12px; }
.livona-all-products__status .container { display: flex; align-items: center; gap: 14px; height: 100%; }
.livona-all-products__status span { padding: 2px 10px; border-radius: 2px; background: #e6f5e9; color: #17843e; }
.livona-all-products__main { display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: 46px; padding-top: 27px; }
.livona-all-products__sidebar { display: flex; flex-direction: column; gap: 17px; }
.livona-all-products__panel { padding: 15px 20px; border-radius: 7px; background: #fff; }
.livona-all-products__panel h2 { margin: 0 0 12px; padding-bottom: 9px; border-bottom: 1px solid #e5e5e5; color: #303030; font-size: 13px; font-weight: 700; line-height: 1.2; }
.livona-all-products__categories { min-height: 213px; }
.livona-all-products__categories ul { margin: 0; padding: 0; list-style: none; }
.livona-all-products__categories li + li { margin-top: 15px; }
.livona-all-products__categories a { color: #3d3d3d; font-size: 11px; text-decoration: none; }
.livona-all-products__categories a.is-active { color: #0E8338; }
.livona-all-products__categories small { color: #969696; font-size: inherit; }
.livona-all-products__best { min-height: 282px; }
.livona-all-products__mini-product { display: flex; min-height: 49px; align-items: center; gap: 12px; color: #3a3a3a; text-decoration: none; }
.livona-all-products__mini-product + .livona-all-products__mini-product { margin-top: 5px; }
.livona-all-products__mini-product img { width: 37px; height: 42px; flex: 0 0 37px; object-fit: contain; }
.livona-all-products__mini-product span { min-width: 0; }
.livona-all-products__mini-product b { display: -webkit-box; overflow: hidden; color: #3c3c3c; font-size: 9px; font-weight: 400; line-height: 1.08; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.livona-all-products__mini-product strong { display: block; margin-top: 4px; color: #16773b; font-size: 11px; line-height: 1; }
.livona-all-products__content { min-width: 0; }
.livona-all-products__toolbar { display: flex; height: 29px; align-items: stretch; gap: 9px; margin-bottom: 20px; }
.livona-all-products__views { display: flex; align-items: center; gap: 15px; padding: 0 7px 0 4px; }
.livona-all-products__views a { color: #5d5d5d; font-size: 13px; text-decoration: none; }
.livona-all-products__views a.is-active { color: #0E8338; }
.livona-all-products__compare { display: flex; align-items: center; color: #555; font-size: 11px; text-decoration: none; white-space: nowrap; }
.livona-all-products__select { display: flex; width: 159px; margin-left: auto; }
.livona-all-products__select label { display: flex; align-items: center; padding: 0 15px; border-radius: 5px 0 0 5px; background: #0E6d35; color: #fff; font-size: 11px; font-weight: 500; white-space: nowrap; }
.livona-all-products__select select { width: 100%; min-width: 0; border: 1px solid #d9d9d9; border-left: 0; border-radius: 0 5px 5px 0; padding: 0 10px; background: #fff; color: #555; font-size: 11px; outline: 0; }
.livona-all-products__show { width: 157px; margin-left: 0; }
.livona-all-products__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 42px; }
.livona-all-products__card { position: relative; min-width: 0; min-height: 185px; overflow: hidden; border-radius: 7px; background: #fff; box-shadow: 0 5px 12px rgba(44,49,41,.08); transition: transform .2s ease, box-shadow .2s ease; }
.livona-all-products__card:hover, .livona-all-products__card:focus-within { transform: translateY(-3px); box-shadow: 0 9px 20px rgba(0, 0, 0, .3); }
.livona-all-products__card.is-featured { border: 1px solid #4ca774; }
.livona-all-products__image { position: relative; display: block; height: 180px; padding: 12px 12px 0; }
.livona-all-products__image > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.livona-all-products__image em { position: absolute; z-index: 1; top: 13px; right: 10px; padding: 4px 6px; border-radius: 3px; background: #f2fae9; color: #77a542; font-style: italic; font-weight: 700; line-height: 1; }
.livona-all-products__image em.is-best { background: #fff5e9; color: #b57424; }
.livona-all-products__image em.is-limited { background: #fff1f1; color: #c95d58; }
.livona-all-products__actions { position: absolute; top: 115px; right: 10px; display: grid; gap: 7px; }
.livona-all-products__actions button { display: grid; width: 24px; height: 24px; place-items: center; border: 0; border-radius: 50%; background: #e6f5e9; color: #258449; font-size: 11px; }
.livona-all-products__actions button:last-child { background: #0E8338; color: #fff; }
.livona-all-products__heart { display: block; font-family: Arial, sans-serif; font-size: 19px; font-weight: 400; line-height: 1; transform: translate(-3px, 3px); }
.livona-all-products__card-body { padding: 5px 12px 13px; }
.livona-all-products__card-body a { display: -webkit-box; min-height: 27px; overflow: hidden; color: #313131; font-size: 13px; font-weight: 500; line-height: 1.5; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.livona-all-products__card-body strong { display: block; margin-top: 7px; color: #15773b; font-size: 13px; line-height: 1; }
.livona-all-products__grid.is-list { display: block; }
.livona-all-products__grid.is-list .livona-all-products__card { display: grid; grid-template-columns: 165px minmax(0, 1fr); min-height: 145px; margin-bottom: 14px; }
.livona-all-products__grid.is-list .livona-all-products__image { grid-row: 1 / 3; height: 145px; padding: 12px; }
.livona-all-products__grid.is-list .livona-all-products__card-body { align-self: end; padding: 12px 18px 20px 0; }
.livona-all-products__grid.is-list .livona-all-products__card-body a { min-height: 0; font-size: 13px; -webkit-line-clamp: 1; }
.livona-all-products__grid.is-list .livona-all-products__card-body strong { font-size: 14px; }
.livona-all-products__grid.is-list .livona-all-products__actions { top: 20px; right: 18px; grid-auto-flow: column; }
.livona-all-products .pagination { margin: 30px 0 0; }
.livona-all-products .pagination a, .livona-all-products .pagination span { min-width: 32px; height: 32px; padding: 7px 9px; border-radius: 4px; color: #656565; font-size: 13px; line-height: 16px; }
.livona-all-products .pagination .active span { border-color: #0E8338; background: #0E8338; color: #fff; }
.livona-all-products__empty { padding: 60px 0; text-align: center; }
@media (max-width: 991px) { .livona-all-products__main { grid-template-columns: 220px minmax(0, 1fr); gap: 24px; } .livona-all-products__grid { gap: 14px; } }
@media (max-width: 767px) { .livona-all-products__main { display: block; padding-top: 16px; } .livona-all-products__sidebar { display: none; } .livona-all-products__toolbar { flex-wrap: wrap; height: auto; } .livona-all-products__select { width: calc(50% - 5px); margin-left: 0; } .livona-all-products__show { margin-left: 0; } .livona-all-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }
/* Latest, special and manufacturer pages */
.livona-product-collection { min-height: 680px; }
.livona-product-collection__main, .livona-manufacturer-directory__main { padding-top: 27px; }
.livona-product-collection__heading { display: flex; align-items: baseline; gap: 15px; margin: 0 0 22px; }
.livona-product-collection__heading h1 { margin: 0; color: #303030; font-size: 21px; font-weight: 700; line-height: 1; }
.livona-product-collection__heading p { margin: 0; color: #818181; font-size: 11px; }
.livona-product-collection .livona-all-products__toolbar { margin-bottom: 20px; }
.livona-product-collection .livona-all-products__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.livona-product-collection .livona-all-products__grid.is-list { display: block; }
.livona-manufacturer-directory { min-height: 630px; }
.livona-manufacturer-directory__groups { display: grid; gap: 19px; }
.livona-manufacturer-directory__group { padding: 18px 20px 20px; border-radius: 7px; background: #fff; box-shadow: 0 5px 12px rgba(44,49,41,.06); }
.livona-manufacturer-directory__group h2 { margin: 0 0 15px; padding-bottom: 10px; border-bottom: 1px solid #e4e4e4; color: #303030; font-size: 14px; font-weight: 700; }
.livona-manufacturer-directory__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.livona-manufacturer-directory__card { position: relative; display: flex; min-height: 82px; align-items: center; gap: 10px; padding: 12px; border: 1px solid #e8ece7; border-radius: 6px; background: #fbfcf9; color: #373737; font-size: 12px; font-weight: 600; text-decoration: none; transition: border-color .2s, color .2s; }
.livona-manufacturer-directory__card:hover { border-color: #0E8338; color: #0E8338; }
.livona-manufacturer-directory__card img { width: 44px; height: 44px; object-fit: contain; }
.livona-manufacturer-directory__card i { margin-left: auto; color: #0E8338; }
@media (max-width: 767px) { .livona-product-collection__heading { display: block; } .livona-product-collection__heading p { margin-top: 7px; } .livona-product-collection .livona-all-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .livona-manufacturer-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
/* Homepage featured products and outdoor category section */
.livona-content-container { padding: 30px; margin: 0 auto; }
.livona-featured-section { padding: 30px 24px 36px; background: #f7f7f1; }
.livona-section-heading { position: relative; display: flex; align-items: center; justify-content: center; min-height: 48px; margin-bottom: 22px; text-align: center; }
.livona-section-heading h2, .livona-outdoor-heading h2 { margin: 0; color: #252525; font-family: 'DM Serif Display', Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.1; }
.livona-section-heading p, .livona-outdoor-heading p { margin: 4px 0 0; color: #969696; font-size: 13px; line-height: 1.35; }
.livona-view-all { position: absolute; top: 3px; right: 0; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 117px; padding: 12px 14px; border-radius: 18px; background: #0E8338; color: #fff; font-size: 12px; line-height: 1; }
.livona-view-all:hover { background: #086d2e; color: #fff; }
.livona-featured-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 29px; }
.livona-product-card { position: relative; min-width: 0; overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 5px 13px rgba(0, 0, 0, .08); transition: transform .2s ease, box-shadow .2s ease; }
.livona-product-card:hover, .livona-product-card:focus-within { transform: translateY(-3px); box-shadow: 0 9px 20px rgba(0, 0, 0, .3); }
.livona-product-card__image { position: relative; display: block; height: 222px; padding: 17px 18px 0; }
.livona-product-card__image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.livona-product-card__badge { position: absolute; z-index: 1; top: 15px; right: 13px; padding: 5px 8px; border-radius: 5px; background: #fff8e9; color: #bd7d1e; font-size: 10px; font-style: italic; font-weight: 700; line-height: 1; }
.livona-product-card__actions { position: absolute; z-index: 2; top: 126px; right: 15px; display: grid; gap: 8px; }
.livona-product-card__actions button { display: grid; width: 31px; height: 31px; place-items: center; border: 0; border-radius: 50%; background: #fff; color: #0E8338; box-shadow: 0 2px 6px rgba(0, 0, 0, .1); font-size: 14px; }
.livona-product-card__actions button:last-child { background: #0E8338; color: #fff; }
.livona-product-card__body { min-height: 95px; padding: 12px 17px 17px; }
.livona-product-card__body a { display: -webkit-box; overflow: hidden; color: #262626; font-size: 16px; font-weight: 500; line-height: 1.18; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.livona-product-card__body strong { display: block; margin-top: 9px; color: #0E8338; font-size: 20px; font-weight: 700; line-height: 1; }
.livona-promotion { position: relative; display: block; margin-top: 64px; overflow: hidden; border-radius: 80px; }
.livona-promotion img { display: block; width: 100%; height: auto; }
.livona-promotion__button_2 { position: absolute; right: 82px; bottom: 88px; display: inline-flex; align-items: center; gap: 10px; padding: 13px 20px; color: #6F0D0D; font-size: 28px; font-weight: 600; line-height: 1; text-shadow: 0 0 3px #FFF2BC, 0 0 8px #FFF2BC, 0 0 14px #FFD06B, 0 0 22px rgba(255, 208, 107, .7); }
.livona-promotion__button { position: absolute; right: 82px; bottom: 28px; display: inline-flex; align-items: center; gap: 10px; padding: 13px 20px; border-radius: 999px; background: #003117; color: #fff; font-size: 15px; font-weight: 600; line-height: 1; }
.livona-promotion__button i { font-size: 13px; }
.livona-promotion:hover .livona-promotion__button { background: #064d27; }
.livona-outdoor-section { padding: 38px 24px 42px; background: #fff; }
.livona-outdoor-heading { margin-bottom: 32px; text-align: center; }
.livona-outdoor-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.livona-outdoor-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: 9px; background: #0E8338; }
.livona-outdoor-card > img { display: block; width: 100%; object-fit: cover; }
.livona-outdoor-card > strong { display: flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 28px 10px 8px; color: #fff; font-size: 14px; font-weight: 500; line-height: 1.25; text-align: center; }
.livona-outdoor-card__arrow { position: absolute; top: 9px; right: 9px; display: block; width: 32px; height: 32px; }
.livona-outdoor-card__arrow img { display: block; width: 100%; height: 100%; object-fit: contain; }
.livona-outdoor-card:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 7px 16px rgba(0, 0, 0, .15); }
/* Homepage Why Choose and About sections */
.livona-choose-section { padding: 38px 24px 70px; background: #fff; }
.livona-choose-heading { margin-bottom: 38px; text-align: center; }
.livona-choose-heading h2 { margin: 0; color: #252525; font-family: 'DM Serif Display', Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.1; }
.livona-choose-heading p { margin: 4px 0 0; color: #969696; font-size: 13px; line-height: 1.35; }
.livona-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px; padding: 0 38px; }
.livona-benefit-card { min-height: 272px; padding: 32px 16px 22px; border-radius: 11px; background: #f8f8f2; box-shadow: 0 5px 14px rgba(39, 52, 42, .14); text-align: center; }
.livona-benefit-card > img { display: block; width: 88px; height: 88px; margin: 0 auto 22px; object-fit: contain; }
.livona-benefit-card h3 { min-height: 39px; margin: 0; color: #202020; font-size: 17px; font-weight: 500; line-height: 1.2; }
.livona-benefit-card p { margin: 13px 0 0; color: #8d8d8d; font-size: 13px; line-height: 1.2; text-align: left; }
.livona-about-section { overflow: hidden; background: #fff; }
.livona-about-banner { position: relative; display: block; }
.livona-about-banner img { display: block; width: 100%; height: auto; }
.livona-about-copy { position: absolute; top: 50%; left: 8%; display: flex; width: min(34%, 410px); flex-direction: column; align-items: flex-start; gap: 18px; color: #253E23; text-align: left; transform: translateY(-50%); }
.livona-about-copy > strong { font-size: clamp(28px, 3.1vw, 48px); font-weight: 700; line-height: 1.05; }
.livona-about-copy > span:not(.livona-about-copy__button) { font-size: clamp(14px, 1.25vw, 20px); line-height: 1.45; }
.livona-about-copy__button { display: inline-flex; align-items: center; gap: 9px; padding: 12px 20px; border-radius: 999px; color: #fff; background: #206338; font-size: 14px; font-weight: 600; line-height: 1; }
.livona-about-copy__button > span { font-size: 19px; line-height: .8; }
.livona-about-banner:hover .livona-about-copy__button { background: #174d2b; }
@media (max-width: 767px) { .livona-about-copy { top: 50%; left: 7%; width: 40%; gap: 8px; } .livona-about-copy > strong { font-size: clamp(16px, 4vw, 25px); } .livona-about-copy > span:not(.livona-about-copy__button) { font-size: clamp(9px, 1.9vw, 13px); } .livona-about-copy__button { gap: 5px; padding: 8px 11px; font-size: 10px; } .livona-about-copy__button > span { font-size: 14px; } }
/* Search results */
.livona-search-results { min-height: 680px; }
.livona-search-results__main { padding-top: 27px; padding-bottom: 44px; }
.livona-search-results .livona-all-products__status { height: auto; padding: 10px 0 0; }
.livona-search-results .livona-all-products__status .container { display: block; height: auto; }
.livona-search-results__status-line { display: flex; align-items: center; gap: 14px; height: 21px; }
.livona-search-results__heading { display: flex; align-items: baseline; gap: 15px; margin: 17px 0 18px; }
.livona-search-results__heading h1 { position: relative; margin: 0; padding-left: 17px; color: #303030; font-size: 21px; font-weight: 700; line-height: 1.2; }
.livona-search-results__heading h1::before { position: absolute; top: 50%; left: 0; width: 5px; height: 31px; border-radius: 4px; background: #0E8338; content: ''; transform: translateY(-50%); }
.livona-search-results__heading p { margin: 0; color: #818181; font-size: 11px; }
.livona-search-form { margin-bottom: 22px; padding: 18px 20px 14px; border-radius: 7px; background: #fff; box-shadow: 0 5px 12px rgba(44,49,41,.06); }
.livona-search-form__fields { display: grid; grid-template-columns: minmax(0, 1fr) 215px 125px; gap: 10px; }
.livona-search-form input[type="text"], .livona-search-form select { width: 100%; height: 38px; border: 1px solid #d9ded8; border-radius: 4px; padding: 0 12px; background: #fff; color: #4d4d4d; font-size: 12px; outline: 0; }
.livona-search-form input[type="text"]:focus, .livona-search-form select:focus { border-color: #0E8338; }
.livona-search-form button { height: 38px; border: 0; border-radius: 4px; background: #0E8338; color: #fff; font-size: 12px; font-weight: 600; }
.livona-search-form button i { margin-left: 6px; }
.livona-search-form__options { display: flex; gap: 24px; margin-top: 13px; color: #616161; font-size: 11px; }
.livona-search-form__options label { margin: 0; cursor: pointer; }
.livona-search-form__options input { vertical-align: -1px; accent-color: #0E8338; }
.livona-search-results .livona-all-products__toolbar { margin-bottom: 7px; }
.livona-search-results .livona-all-products__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.livona-search-results__summary { margin: 0 0 14px; color: #8a8a8a; font-size: 11px; }
.livona-search-results__empty { padding: 58px 20px 36px; border-radius: 7px; background: #fff; text-align: center; }
.livona-search-results__empty img { width: 112px; height: auto; margin-bottom: 17px; opacity: .72; }
.livona-search-results__empty p { margin: 0; }
.livona-search-results__empty-title { color: #727272; font-size: 15px; line-height: 1.35; }
.livona-search-results__empty-tip { margin-top: 10px !important; color: #a0a0a0; font-size: 13px; line-height: 1.35; }
.livona-search-results__empty-actions { display: flex; justify-content: center; gap: 15px; margin-top: 38px; }
.livona-search-results__empty-button { display: inline-flex; align-items: center; justify-content: center; min-width: 313px; height: 55px; padding: 0 24px; border: 2px solid #287647; border-radius: 28px; color: #287647; font-size: 14px; font-weight: 600; text-decoration: none; }
.livona-search-results__empty-button:hover { color: #fff; background: #287647; }
.livona-search-results__empty-button.is-primary { border-color: #1f7040; color: #fff; background: #1f7040; }
.livona-search-results__empty-button.is-primary:hover { border-color: #14582e; background: #14582e; }
@media (max-width: 767px) { .livona-search-results__heading { display: block; } .livona-search-results__heading p { margin-top: 7px; } .livona-search-form { padding: 14px; } .livona-search-form__fields { grid-template-columns: 1fr; } .livona-search-form__options { flex-direction: column; gap: 8px; } .livona-search-results .livona-all-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .livona-search-results__empty-actions { flex-direction: column; align-items: center; margin-top: 28px; } .livona-search-results__empty-button { width: 100%; min-width: 0; max-width: 360px; } }
/* Checkout */
.livona-checkout-login { display: flex; align-items: center; gap: 10px; }
.livona-checkout-login__button { display: inline-flex; min-width: 106px; height: 40px; align-items: center; justify-content: center; border: 1.5px solid #1f7040; border-radius: 22px; padding: 0 20px; color: #1f7040; background: #fff; font-size: 14px; font-weight: 600; line-height: 1; }
.livona-checkout-login__button:hover { border-color: #14582e; color: #fff; background: #14582e; }
.livona-checkout-login__button.is-login { color: #fff; background: #1f7040; }
.livona-checkout-login__button.is-login:hover { background: #14582e; }
#checkout-cart-empty { min-height: 570px; align-items: center; }
.livona-cart-empty { width: 100%; padding: 58px 20px 62px; text-align: center; }
.livona-cart-empty img { width: 96px; height: auto; margin: 0 auto 18px; opacity: .8; }
.livona-cart-empty h1 { margin: 0; color: #303030; font-size: 28px; font-weight: 700; line-height: 1.2; }
.livona-cart-empty p { margin: 20px 0 40px; color: #555; font-size: 16px; line-height: 1.65; }
.livona-cart-empty__button { display: inline-flex; min-width: 415px; height: 50px; align-items: center; justify-content: center; border-radius: 34px; padding: 0 34px; color: #fff; background: #1f7040; font-size: 18px; font-weight: 700; text-decoration: none; }
.livona-cart-empty__button:hover { color: #fff; background: #14582e; }
.livona-checkout-connect { min-height: 590px; padding: 42px 20px 55px; text-align: center; }
.livona-checkout-connect .order-info { width: min(100%, 860px); margin: 0 auto; }
.livona-checkout-connect .icon-wrapper { display: grid; width: 76px; height: 76px; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: #e8f8e8; color: #4caa68; font-size: 31px; }
.livona-checkout-connect .title { margin: 0 auto 27px; color: #0b8a42; font-size: 25px; font-weight: 700; line-height: 1.3; }
.livona-checkout-connect__details { width: min(100%, 340px); margin: 0 auto; }
.livona-checkout-connect__details > div { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 9px 0; border-bottom: 1px solid #e2e2e2; font-size: 14px; text-align: left; }
.livona-checkout-connect__details > div:last-child { border-bottom: 0; }
.livona-checkout-connect__details dt { margin: 0; color: #424242; font-weight: 600; text-align: right; }
.livona-checkout-connect__details dd { margin: 0; color: #424242; font-weight: 500; }
.livona-checkout-connect__details .is-total dd { color: #0b8a42; font-weight: 700; }
.livona-checkout-connect__prompt { margin: 35px 0 18px; color: #777; font-size: 15px; }
.livona-checkout-connect #payment-confirm-wrapper { width: min(100%, 780px); margin: 0 auto; }
.livona-checkout-connect #payment-confirm-wrapper .btn { min-width: 150px; border-radius: 6px; }
.livona-checkout-connect apple-pay-button { margin-top: 12px; }
.livona-checkout-connect__order-button { display: inline-flex; min-width: 200px; height: 43px; align-items: center; justify-content: center; border: 1.5px solid #1f7040; border-radius: 22px; color: #1f7040; font-weight: 600; }
.livona-checkout-connect__order-button:hover { color: #fff; background: #1f7040; }
@media (max-width: 767px) { .livona-checkout-login { flex-wrap: wrap; } .livona-checkout-login__button { min-width: 92px; height: 36px; } #checkout-cart-empty { min-height: 440px; } .livona-cart-empty h1 { font-size: 24px; } .livona-cart-empty p { font-size: 16px; } .livona-cart-empty__button { width: 100%; min-width: 0; max-width: 465px; height: 56px; font-size: 16px; } .livona-checkout-connect { padding: 30px 0 42px; } .livona-checkout-connect .title { font-size: 20px; } .livona-checkout-connect__details { max-width: 310px; } }
/* Checkout payment connection */
.livona-checkout-connect .icon-wrapper { width: auto; height: auto; margin: 0 auto 24px; background: none; }
.livona-checkout-connect .icon-wrapper img { display: block; width: 96px; height: auto; margin: 0 auto; }
.livona-payment-options { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; width: min(100%, 940px); margin: 0 auto; }
.livona-payment-option { width: calc((100% - 90px) / 4); display: inline-flex; height: 60px; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 8px; padding: 0 16px; color: #fff; font-size: 17px; font-weight: 600; line-height: 1; }
.livona-payment-option img { width: 28px; height: 28px; object-fit: contain; }
.livona-payment-option.is-paypal { background: #17469b; }
.livona-payment-option.is-apple { background: #000; }
.livona-payment-option.is-wechat { background: #08bd31; }
.livona-payment-option.is-alipay { background: #25a5e5; }
.livona-payment-option:hover, .livona-payment-option:focus { color: #fff; filter: brightness(.94); }
.livona-payment-option.is-selected { box-shadow: none; }
.livona-payment-options__provider { display: none; }
.livona-checkout-connect__notes { display: inline-block; margin: 41px auto 31px; padding-left: 19px; color: #696969; font-size: 14px; line-height: 1.35; text-align: left; }
.livona-checkout-connect__notes li::marker { color: #1f7040; }
.livona-checkout-connect__actions { display: flex; justify-content: center; gap: 15px; }
.livona-checkout-connect__action { display: inline-flex; min-width: 255px; height: 43px; align-items: center; justify-content: center; border: 1.5px solid #3a895b; border-radius: 22px; padding: 0 18px; color: #287647; background: #fff; font-size: 14px; font-weight: 500; text-decoration: none; }
.livona-checkout-connect__action:hover { color: #fff; background: #287647; }
@media (max-width: 767px) { .livona-payment-options { gap: 12px; } .livona-payment-option { width: calc((100% - 12px) / 2); height: 52px; padding: 0 8px; font-size: 14px; } .livona-payment-option img { width: 24px; height: 24px; } .livona-checkout-connect__actions { flex-direction: column; align-items: center; } .livona-checkout-connect__action { width: 100%; min-width: 0; max-width: 310px; } }
.footer-chat-modal { position: fixed; z-index: 1100; inset: 0; display: none; align-items: center; justify-content: center; padding: 30px; }
.footer-chat-modal.is-open { display: flex; }
.footer-chat-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .5); }
.footer-chat-modal__dialog { position: relative; width: min(100%, 1000px); overflow: hidden; border-radius: 26px; background: #fff; box-shadow: 0 24px 60px rgba(0, 0, 0, .28); }
.footer-chat-modal__close { position: absolute; z-index: 2; top: 15px; right: 17px; width: 34px; height: 34px; border: 2px solid #fff; border-radius: 50%; padding: 0; color: #fff; background: rgba(0, 0, 0, .14); font-size: 29px; font-weight: 300; line-height: 27px; }
.footer-chat-modal__hero { height: 170px; overflow: hidden; background: #e8f1dc; clip-path: ellipse(68% 100% at 50% 0%); }
.footer-chat-modal__hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.footer-chat-modal__intro { margin: -2px 66px 0; padding: 16px 0 28px; border-bottom: 1px solid #dedede; text-align: center; }
.footer-chat-modal__intro h2 { margin: 0 0 8px; color: #1e7040; font-size: 23px; font-weight: 700; line-height: 1.25; }
.footer-chat-modal__intro p { margin: 0; color: #555555; font-size: 15px; }
.footer-chat-modal__contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; padding: 36px 72px 34px; }
.footer-chat-contact { display: flex; gap: 17px; align-items: flex-start; }
.footer-chat-contact > img { flex: 0 0 33px; width: 33px; height: 33px; object-fit: contain; }
.footer-chat-contact > div { display: flex; min-width: 0; flex-direction: column; gap: 3px; color: #202020; font-size: 14px; line-height: 1.2; }
.footer-chat-contact strong, .footer-chat-modal__faq strong { font-size: 16px; font-weight: 700; }
.footer-chat-contact a { overflow: hidden; color: #202020; font-weight: 600; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.footer-chat-contact small, .footer-chat-contact span { color: #777; font-size: 13px; line-height: 1.25; }
.footer-chat-modal__faq { margin: 0 66px 30px; padding: 30px 5px 18px; border-top: 6px solid #f7faf5; }
.footer-chat-modal__faq strong { display: block; margin-bottom: 7px; }
.footer-chat-modal__faq p { margin: 0 0 19px; color: #888; font-size: 13px; }
.footer-chat-modal__faq a { display: inline-flex; width: 246px; height: 48px; align-items: center; justify-content: center; border-radius: 25px; color: #fff; background: #207342; font-size: 16px; font-weight: 600; text-decoration: none; }
.footer-chat-modal__faq a:hover { color: #fff; background: #0e5f2f; }
@media (max-width: 767px) { .footer-chat-modal { padding: 18px; } .footer-chat-modal__dialog { border-radius: 18px; } .footer-chat-modal__hero { height: 120px; } .footer-chat-modal__intro { margin: 0 22px; padding: 14px 0 20px; } .footer-chat-modal__intro h2 { font-size: 20px; } .footer-chat-modal__intro p { font-size: 13px; } .footer-chat-modal__contact-grid { grid-template-columns: 1fr; gap: 18px; padding: 22px; } .footer-chat-modal__faq { margin: 0 22px 22px; padding-top: 20px; } .footer-chat-modal__faq a { width: 100%; height: 43px; } }
footer.livona-footer > .module-customer-service,
footer.livona-footer > .container { display: none; }
@media (max-width: 991px) { .livona-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .livona-outdoor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .livona-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 0; } .livona-topbar { display: none; } .livona-header-row > .menu-wrapper { margin: 0 10px; } .livona-header-row > .menu-wrapper #menu .navbar-nav > li > a { padding-left: 9px; padding-right: 9px; font-size: 12px; } .livona-hero, .livona-hero__inner { min-height: 520px; } .livona-hero h1 { font-size: 42px; } .livona-footer__brand img { margin-top: 20px; } .livona-newsletter .container { display: block; } .livona-newsletter__form { width: 100%; max-width: 515px; margin-top: 25px; } }
@media (max-width: 767px) { .livona-featured-section, .livona-outdoor-section, .livona-choose-section { padding-right: 16px; padding-left: 16px; } .livona-choose-section { padding-bottom: 38px; } .livona-choose-heading { margin-bottom: 24px; } .livona-benefit-grid { grid-template-columns: 1fr; gap: 16px; } .livona-benefit-card { min-height: 0; padding: 24px 20px; } .livona-benefit-card p { text-align: center; } .livona-section-heading { justify-content: flex-start; text-align: left; } .livona-view-all { right: 0; } .livona-featured-grid { gap: 14px; } .livona-product-card__image { height: 180px; } .livona-product-card__actions { top: 96px; right: 9px; } .livona-product-card__body { padding: 10px 12px 14px; } .livona-product-card__body a { font-size: 14px; } .livona-product-card__body strong { font-size: 17px; } .livona-promotion { margin-top: 32px; border-radius: 35px; } .livona-outdoor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .header-wrapper > .container.py-4 { padding: 12px 15px !important; } .livona-header-row > .menu-wrapper { margin: 0; } .menu-wrapper #menu .navbar-nav { display: block; } .livona-hero { background-position: 62% center; } .livona-hero__inner { min-height: 530px; padding: 40px 20px 18px; background: linear-gradient(90deg, rgba(255,250,234,.92), rgba(255,250,234,.25)); } .livona-hero h1 { max-width: 310px; font-size: 36px; } .livona-hero__subtitle { max-width: 285px; font-size: 16px; } .livona-actions { gap: 10px; } .livona-button { min-width: 130px; height: 40px; padding: 0 14px; font-size: 13px; } .livona-advantages { gap: 8px; width: 100%; } .livona-advantage { flex: 1; width: auto; min-height: 85px; padding: 7px 2px; font-size: 10px; } .livona-advantage img { width: 40px; height: 40px; margin-bottom: 2px; } .livona-footer-main { padding: 35px 0 10px; } .livona-footer-main .col-12 { margin-bottom: 28px; } .livona-footer__brand img { margin-top: 0; width: 180px; } .livona-newsletter h2 { font-size: 29px; } .livona-newsletter__leaves { width: 220px; right: -60px; } }
