/*
Theme Name: LUXE EDIT Storefront Child
Template: storefront
Version: 3.4.9
Text Domain: luxe-edit
*/

:root {
    --le-black: #050505;
    --le-white: #fff;
    --le-ink: #171717;
    --le-muted: #6e6e6e;
    --le-line: #e8e8e8;
    --le-soft: #f6f6f6;
    --le-sale: #e54242;
    --le-container: 1340px;
    --le-wide-container: 1620px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--le-ink); background: var(--le-white); font-family: Montserrat, Arial, sans-serif; font-size: 15px; line-height: 1.65; letter-spacing: 0; }
body.le-lock { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.screen-reader-text, .le-skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.le-skip-link:focus { position: fixed; z-index: 99999; top: 8px; left: 8px; padding: 10px 14px; background: #fff; border: 1px solid #000; }
.button, button.button, input.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { min-height: 46px; padding: 13px 28px; border: 1px solid var(--le-black); border-radius: 0; background: var(--le-black); color: var(--le-white); font-size: 12px; font-weight: 600; line-height: 18px; text-align: center; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.button:hover, button.button:hover, input.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--le-white); color: var(--le-black); }
.button--outline { background: transparent; color: var(--le-black); }
.button--outline:hover { background: var(--le-black); color: var(--le-white); }

/* Header */
.site-header { position: relative; z-index: 80; height: 181px; border-bottom: 1px solid var(--le-line); background: #fff; }
.currency-bar { height: 41px; border-bottom: 1px solid #f0f0f0; background: #fff; }
.currency-bar__inner, .header-main { width: min(calc(100% - 100px), var(--le-wide-container)); margin: 0 auto; }
.currency-bar__inner { display: flex; justify-content: flex-end; align-items: center; height: 40px; }
.currency-selector { display: inline-flex; align-items: center; justify-content: flex-end; gap: 3px; min-width: 53px; height: 28px; padding: 0; border: 0; background: transparent; font-size: 12px; line-height: 28px; }
.currency-selector svg { width: 10px; height: 10px; stroke-width: 1.5; }
.header-main { display: grid; grid-template-columns: 1fr auto 1fr; height: 140px; }
.header-left { position: relative; min-width: 0; height: 140px; }
.primary-navigation { height: 70px; }
.primary-navigation > ul { display: flex; align-items: center; gap: 44px; height: 70px; padding: 0; margin: 0; list-style: none; }
.primary-navigation > ul > li { position: relative; display: flex; align-items: center; height: 70px; }
.primary-navigation > ul > li > a, .secondary-navigation a { display: inline-flex; align-items: center; gap: 4px; font-size: 16px; font-weight: 600; line-height: 22px; white-space: nowrap; }
.primary-navigation > ul > li > a::after, .secondary-navigation a::after { position: absolute; right: 0; bottom: 14px; left: 0; height: 1px; background: #111; content: ''; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-navigation > ul > li:hover > a::after, .primary-navigation > ul > li:focus-within > a::after, .secondary-navigation a:hover::after, .secondary-navigation a:focus::after { transform: scaleX(1); }
.primary-navigation svg { width: 10px; height: 10px; }
.secondary-navigation { display: flex; align-items: center; gap: 44px; height: 70px; }
.secondary-navigation a { position: relative; height: 70px; }
.header-logo { align-self: center; display: flex; align-items: center; justify-content: center; width: 250px; height: 128px; }
.header-logo img { width: 100%; height: 100%; object-fit: contain; }
.header-actions { align-self: center; display: flex; justify-self: end; align-items: center; height: 22px; }
.header-action { position: relative; display: grid; width: 50px; height: 22px; padding: 0 14px; border: 0; background: transparent; place-items: center; }
.header-action svg { width: 20px; height: 20px; stroke-width: 1.55; }
.header-action:hover { color: var(--le-sale); }
.le-cart-count { position: absolute; top: -10px; right: 2px; display: grid; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 50%; background: var(--le-sale); color: #fff; font-size: 10px; font-weight: 600; line-height: 18px; place-items: center; }
.mobile-menu-toggle { display: none; border: 0; background: transparent; }
.header-dropdown, .header-mega-menu { position: absolute; z-index: 60; top: 69px; left: 0; visibility: hidden; padding: 26px 28px; border: 1px solid var(--le-line); background: #fff; opacity: 0; box-shadow: 0 12px 30px rgba(0,0,0,.08); transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.header-dropdown { display: grid; width: 250px; gap: 14px; }
.header-mega-menu { display: grid; grid-template-columns: minmax(250px, 1fr) 200px; width: 560px; gap: 32px; }
.header-has-menu:hover > .header-dropdown, .header-has-menu:hover > .header-mega-menu, .header-has-menu:focus-within > .header-dropdown, .header-has-menu:focus-within > .header-mega-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.header-mega-menu > div:first-child { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: min-content; align-content: start; gap: 18px 28px; }
.header-mega-menu p { grid-column: 1 / -1; margin: 0 0 4px; font-size: 13px; font-weight: 600; line-height: 20px; }
.header-mega-menu a, .header-dropdown a { font-size: 14px; font-weight: 500; line-height: 22px; }
.header-mega-menu a:hover, .header-dropdown a:hover { text-decoration: underline; }
.header-menu-feature img { aspect-ratio: 1; width: 200px; object-fit: cover; }
.header-menu-feature a { display: block; padding-top: 12px; text-align: center; }
.site-header.is-sticky { position: fixed; top: 0; right: 0; left: 0; height: 72px; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.site-header.is-sticky .currency-bar, .site-header.is-sticky .secondary-navigation { display: none; }
.site-header.is-sticky .header-main, .site-header.is-sticky .header-left, .site-header.is-sticky .primary-navigation, .site-header.is-sticky .primary-navigation > ul, .site-header.is-sticky .primary-navigation > ul > li { height: 72px; }
.site-header.is-sticky .header-logo { width: 138px; height: 64px; }
.site-header.is-sticky .primary-navigation > ul > li > a::after { bottom: 8px; }
body.has-sticky-header { padding-top: 181px; }
body.admin-bar .site-header.is-sticky { top: 32px; }

/* Home */
.le-home { padding: 0 10px; }
.le-home-hero { width: min(calc(100% - 80px), var(--le-container)); aspect-ratio: 1.92 / 1; margin: 0 auto; overflow: hidden; }
.le-home-hero img { width: 100%; height: 100%; object-fit: cover; }
.le-home-products { width: min(100%, var(--le-wide-container)); padding: 116px 0 0; margin: 0 auto; }
.le-home-products--first { padding-top: 143px; }
.le-home-products > header { margin-bottom: 48px; text-align: center; }
.le-home-products h2, .le-related h2 { margin: 0; font-size: 25px; font-weight: 500; line-height: 1.3; }
.le-home-products > header h2::after { display: block; width: 80px; height: 1px; margin: 10px auto 0; background: #111; content: ''; }
.le-shop-all { display: table; padding: 12px 0 7px; margin: 54px auto 0; border-bottom: 1px solid #111; font-size: 12px; font-weight: 600; }
.le-home-information { padding-top: 150px; padding-bottom: 110px; }
.le-home-about { width: min(calc(100% - 40px), 850px); margin: 0 auto; text-align: center; }
.le-home-about h2 { margin: 0 0 18px; font-size: 28px; font-weight: 400; }
.le-home-about p { margin: 0 auto 18px; color: #777; font-size: 13px; line-height: 1.7; }
.le-inline-link { display: table; padding-bottom: 5px; margin: 0 auto; border-bottom: 1px solid #111; font-size: 12px; }
.le-home-faq-copy { width: min(calc(100% - 40px), 650px); margin: 100px auto 0; color: #777; font-size: 12px; line-height: 1.6; }
.le-home-faq-copy__title { color: #333; font-weight: 600; }
.le-home-faq-copy p { margin: 0 0 16px; }
.le-home-faq-copy strong { color: #777; font-weight: 400; }

/* Product cards */
.le-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 64px 28px; }
.le-product-card { min-width: 0; margin: 0; list-style: none; }
.le-product-card__media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #fff; }
.le-product-card__image { display: block; width: 100%; height: 100%; }
.le-product-card__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.le-product-card__badge { position: absolute; z-index: 4; top: 14px; left: 14px; min-width: 48px; padding: 5px 10px; border-radius: 20px; background: var(--le-sale); color: #fff; font-size: 11px; font-weight: 600; text-align: center; }
.le-product-card__wishlist { position: absolute; z-index: 5; top: 9px; right: 10px; opacity: 0; transition: opacity .2s ease; }
.le-product-card:hover .le-product-card__wishlist, .le-product-card:focus-within .le-product-card__wishlist { opacity: 1; }
.le-product-card__wishlist .tinvwl_add_to_wishlist_button { display: grid !important; width: 36px !important; height: 36px !important; padding: 0 !important; margin: 0 !important; border: 0 !important; background: rgba(255,255,255,.88) !important; font-size: 0 !important; place-items: center; }
.le-product-card__wishlist .tinvwl_add_to_wishlist_button::before { margin: 0 !important; font-size: 20px !important; }
.le-product-card__actions { position: absolute; z-index: 6; right: 12px; bottom: 12px; left: 12px; display: grid; grid-template-columns: 46px 1fr; gap: 8px; opacity: 0; transform: translateY(12px); transition: opacity .2s, transform .2s; }
.le-product-card:hover .le-product-card__actions, .le-product-card:focus-within .le-product-card__actions { opacity: 1; transform: translateY(0); }
.le-product-card__actions .button { display: grid; min-height: 44px; padding: 12px 16px; place-items: center; }
.le-quick-view { display: grid; width: 46px; height: 44px; padding: 0; border: 1px solid #111; background: #fff; place-items: center; }
.le-quick-view span { display: none; }
.le-quick-view svg { width: 19px; }
.le-product-card__summary { min-height: 78px; padding-top: 18px; text-align: left; }
.le-product-card__summary h3 { display: -webkit-box; min-height: 42px; max-height: 42px; margin: 0 0 8px; overflow: hidden; font-size: 13px; font-weight: 500; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.le-product-card__summary h3 a:hover { text-decoration: underline; }
.le-product-card__price { font-size: 14px; }
.le-product-card__price del { margin-right: 5px; color: #aaa; }
.le-product-card__price ins { text-decoration: none; }

/* Catalog */
.le-catalog { width: min(calc(100% - 100px), var(--le-wide-container)); min-height: 600px; margin: 0 auto; padding-bottom: 110px; }
.le-catalog-hero { height: 157px; padding: 31px 0 0; text-align: center; }
.le-catalog-hero h1 { margin: 0; font-size: 39px; font-weight: 400; line-height: 55px; text-transform: uppercase; }
.le-catalog-hero .woocommerce-breadcrumb { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; height: 36px; margin: 0; color: #333; font-size: 13px; line-height: 36px; }
.le-catalog-hero .woocommerce-breadcrumb svg { width: 12px; height: 12px; }
.le-catalog-toolbar { display: flex; align-items: center; justify-content: flex-end; height: 68px; margin-bottom: 15px; }
.le-catalog-toolbar .woocommerce-ordering { margin: 0; }
.le-catalog-toolbar select { min-width: 88px; height: 34px; padding: 0 20px 0 0; border: 0; outline: 0; background-color: #fff; font-size: 12px; }
.le-catalog-grid { gap: 72px 30px; }
.le-catalog-pagination { margin-top: 70px; }
.le-catalog-pagination ul, .le-catalog-pagination .page-numbers { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0; border: 0 !important; list-style: none; }
.le-catalog-pagination li { border: 0 !important; }
.le-catalog-pagination a, .le-catalog-pagination span { display: grid; width: 42px; height: 42px; padding: 0 !important; border: 1px solid var(--le-line) !important; background: #fff !important; color: #111 !important; place-items: center; }
.le-catalog-pagination .current { border-color: #111 !important; background: #111 !important; color: #fff !important; }
.le-empty-state { padding: 90px 20px; text-align: center; }
.le-empty-state h2 { margin: 0 0 12px; font-size: 28px; font-weight: 400; }
.le-empty-state p { margin: 0 0 26px; color: var(--le-muted); }

/* Filter drawer */
.le-overlay, .le-mobile-nav { position: fixed; z-index: 9990; inset: 0; }
.le-drawer-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(0,0,0,.38); }
.le-cart-panel, .le-mobile-nav__panel { position: absolute; top: 0; bottom: 0; left: 0; display: flex; flex-direction: column; width: min(420px, 92vw); background: #fff; box-shadow: 12px 0 30px rgba(0,0,0,.12); }
.le-cart-panel > header, .le-mobile-nav__panel > header, .le-search-panel > header { display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 0 28px; border-bottom: 1px solid var(--le-line); }
.le-cart-panel h2, .le-search-panel h2 { margin: 0; font-size: 18px; font-weight: 500; }
.le-cart-panel header button, .le-mobile-nav__panel header button, .le-search-panel header button, .le-quick-close { display: grid; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; place-items: center; }

/* Product page */
.le-product-page { width: min(calc(100% - 100px), var(--le-container)); margin: 0 auto; padding-bottom: 120px; }
.le-product-breadcrumb { padding: 29px 0 45px; }
.le-product-breadcrumb .woocommerce-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0; color: #4c4c4c; font-size: 13px; line-height: 28px; }
.le-breadcrumb-separator { display: inline-grid; place-items: center; }
.le-product-breadcrumb svg { width: 10px; height: 10px; }
.le-product-detail { display: grid; grid-template-columns: minmax(0, 1.075fr) minmax(0, 1fr); gap: 70px; align-items: start; }
.le-product-gallery { min-width: 0; }
.le-product-gallery__stage { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #fff; }
.le-product-gallery__slide { position: absolute; inset: 0; display: none; margin: 0; overflow: hidden; }
.le-product-gallery__slide.is-active { display: block; }
.le-product-gallery__slide img { width: 100%; height: 100%; object-fit: contain; transition: transform .12s linear; }
@media (hover: hover) and (pointer: fine) {
    .le-product-gallery__slide[data-zoom] { cursor: zoom-in; }
    .le-product-gallery__slide.is-zoomed img { transform: scale(1.9); }
}
.le-product-gallery__arrow { position: absolute; z-index: 4; top: 50%; display: grid; width: 42px; height: 42px; padding: 0; border: 1px solid transparent; background: rgba(255,255,255,.88); place-items: center; transform: translateY(-50%); }
.le-product-gallery__arrow svg { width: 16px; height: 16px; }
.le-product-gallery__prev { left: 8px; }
.le-product-gallery__prev svg { transform: rotate(180deg); }
.le-product-gallery__next { right: 8px; }
.le-product-gallery__expand { position: absolute; z-index: 5; right: 12px; bottom: 12px; display: grid; width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 22px; font-weight: 300; place-items: center; }
.le-product-gallery__thumbs { display: flex; gap: 10px; padding-top: 18px; overflow-x: auto; scrollbar-width: thin; scroll-snap-type: x proximity; }
.le-product-gallery__thumbs button { flex: 0 0 100px; width: 100px; height: 100px; padding: 7px; border: 1px solid transparent; background: #fff; scroll-snap-align: start; }
.le-product-gallery__thumbs button.is-active { border-color: #111; }
.le-product-gallery__thumbs button:focus-visible { outline: 2px solid #111; outline-offset: 2px; }
.le-product-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.le-product-gallery__count { margin: 12px 0 0; color: var(--le-muted); font-size: 10px; letter-spacing: .04em; }
.le-product-info { position: sticky; top: 124px; min-width: 0; }
.le-product-info__badge { display: inline-block; min-width: 52px; padding: 5px 11px; margin-bottom: 16px; border-radius: 16px; background: var(--le-sale); color: #fff; font-size: 10px; font-weight: 600; text-align: center; }
.le-product-info__brand { margin: 0 0 5px; color: #222; font-size: 12px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; }
.le-product-info__category { margin-bottom: 8px; color: #777; font-size: 11px; text-transform: uppercase; }
.le-product-info__category a:hover { text-decoration: underline; }
.le-product-info h1 { max-width: 520px; margin: 0 0 10px; font-size: 30px; font-weight: 400; line-height: 1.42; text-transform: none; }
.le-product-info__price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 18px; font-size: 24px; line-height: 1.2; }
.le-product-info__price del { color: #999; font-size: 16px; }
.le-product-info__price ins { text-decoration: none; }
.le-product-info__stock { display: flex; align-items: center; gap: 8px; margin: 0 0 24px; font-size: 12px; }
.le-product-info__stock span { width: 7px; height: 7px; border-radius: 50%; background: #2d8a48; }
.le-product-info__stock.is-out-of-stock span { background: #bf2b2b; }
.le-product-info__purchase p.stock { display: none; }
.le-product-info__purchase form.cart { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 14px 20px; margin: 0 !important; }
.le-product-info__purchase .variations { grid-column: 1 / -1; width: 100%; margin: 0; border: 0; }
.le-product-info__purchase .variations tr { display: grid; grid-template-columns: 1fr; }
.le-product-info__purchase .variations th, .le-product-info__purchase .variations td { display: block; padding: 0 0 8px; background: none; }
.le-product-info__purchase .variations label { font-size: 12px; font-weight: 500; }
.le-product-info__purchase .variations select { width: 100%; height: 45px; padding: 0 12px; border: 1px solid #ccc; border-radius: 0; background: #fff; }
.le-product-info__purchase .reset_variations { display: inline-block; padding-top: 7px; font-size: 11px; text-decoration: underline; }
.le-product-info__purchase .single_variation_wrap { grid-column: 1 / -1; }
.le-product-info__purchase .woocommerce-variation-add-to-cart { display: grid; grid-template-columns: 130px minmax(0,1fr); gap: 14px 20px; }
.le-product-info__purchase .quantity { float: none !important; margin: 0 !important; }
.le-product-quantity { display: grid !important; grid-template-columns: 42px minmax(0, 1fr) 42px; width: 130px; height: 45px; border: 1px solid #d5d5d5; background: #f7f7f7; }
.le-product-quantity__button { display: grid; width: 42px; height: 43px; padding: 0; border: 0; background: transparent; place-items: center; }
.le-product-quantity__button:hover:not(:disabled) { background: #ececec; }
.le-product-quantity__button:disabled { color: #aaa; cursor: not-allowed; }
.le-product-quantity__button svg { width: 13px; height: 13px; }
.le-product-quantity .qty { display: block !important; width: 44px; height: 43px; min-height: 0; padding: 0; border: 0; outline: 0; background: transparent; font-size: 14px; text-align: center; appearance: textfield; }
.le-product-quantity .qty::-webkit-inner-spin-button, .le-product-quantity .qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.le-product-info__purchase .single_add_to_cart_button { width: 100%; min-height: 45px; padding: 0 18px; border: 1px solid #000; background: #000; color: #fff; font-size: 14px; font-weight: 500; }
.le-product-info__purchase .single_add_to_cart_button:hover { background: #252525; color: #fff; }
.le-product-info__purchase .tinv-wraper { grid-column: 1 / -1; grid-row: auto; margin: -1px 0 0 !important; }
.le-product-info__purchase .tinvwl_add_to_wishlist_button { display: inline-flex !important; align-items: center; min-height: 32px; margin: 0 !important; padding: 0 !important; font-size: 12px !important; }
.le-product-info__purchase .tinvwl_add_to_wishlist_button::before { font-size: 20px !important; }
.le-product-info__purchase .le-buy-now { grid-column: 1 / -1; width: 100%; min-height: 45px; margin: 0; border: 1px solid #000; background: #000; color: #fff; font-size: 14px; font-weight: 500; }
.le-product-info__actions { padding: 10px 0 16px; }
.le-share { display: inline-flex; align-items: center; gap: 10px; min-height: 40px; padding: 8px 0; border: 0; background: transparent; font-size: 13px; text-transform: none; }
.le-share svg { width: 17px; }
.le-product-benefits { border-top: 1px solid var(--le-line); }
.le-product-benefits details { border-bottom: 1px solid var(--le-line); }
.le-product-benefits summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; font-size: 12px; font-weight: 500; cursor: pointer; list-style: none; }
.le-product-benefits summary::-webkit-details-marker { display: none; }
.le-product-benefits summary svg { width: 14px; transition: transform .2s; }
.le-product-benefits details[open] summary svg { transform: rotate(45deg); }
.le-product-benefits p { padding: 0 0 16px; margin: 0; color: #666; font-size: 12px; }
.le-product-lightbox[hidden] { display: none; }
.le-product-lightbox { position: fixed; z-index: 10020; inset: 0; }
.le-product-lightbox__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(255,255,255,.96); }
.le-product-lightbox__dialog { position: absolute; inset: 24px; display: grid; place-items: center; }
.le-product-lightbox__dialog img { max-width: calc(100vw - 90px); max-height: calc(100vh - 70px); object-fit: contain; }
.le-product-lightbox__close, .le-product-lightbox__prev, .le-product-lightbox__next { position: absolute; z-index: 2; display: grid; width: 44px; height: 44px; padding: 0; border: 0; background: #fff; place-items: center; }
.le-product-lightbox__close { top: 0; right: 0; }
.le-product-lightbox__prev, .le-product-lightbox__next { top: 50%; transform: translateY(-50%); }
.le-product-lightbox__prev { left: 0; }
.le-product-lightbox__prev svg { transform: rotate(180deg); }
.le-product-lightbox__next { right: 0; }
.le-product-details { max-width: 920px; margin: 90px auto 0; border-top: 1px solid var(--le-line); }
.le-product-details details { border-bottom: 1px solid var(--le-line); }
.le-product-details summary { display: flex; justify-content: space-between; padding: 22px 0; font-size: 12px; font-weight: 600; text-transform: uppercase; cursor: pointer; list-style: none; }
.le-product-details summary::-webkit-details-marker { display: none; }
.le-product-details summary svg { width: 16px; transition: transform .2s; }
.le-product-details details[open] summary svg { transform: rotate(45deg); }
.le-product-details details > div { padding: 0 0 26px; color: #555; font-size: 13px; }
.le-product-attributes p { display: grid; grid-template-columns: 180px 1fr; margin: 0; padding: 9px 0; border-bottom: 1px solid #f0f0f0; }
.le-related { margin-top: 110px; }
.le-related h2 { margin-bottom: 45px; text-align: center; }

/* Content, cart, checkout, account */
.le-content-page { width: min(calc(100% - 100px), 1120px); min-height: 600px; margin: 0 auto; padding: 64px 0 120px; }
.le-content-page > header { margin-bottom: 52px; text-align: center; }
.le-content-page > header h1 { margin: 0; font-size: 38px; font-weight: 400; text-transform: uppercase; }
.le-prose { color: #3f3f3f; }
.le-prose h2 { margin: 50px 0 16px; color: #111; font-size: 24px; font-weight: 500; }
.le-prose h3 { margin: 34px 0 12px; color: #111; font-size: 18px; font-weight: 500; }
.le-prose p, .le-prose li { font-size: 14px; }
.le-prose a { text-decoration: underline; }
.le-prose .woocommerce { color: #111; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { padding: 18px 22px !important; border: 1px solid var(--le-line) !important; border-top: 1px solid var(--le-line) !important; background: #fafafa !important; color: #111 !important; }
.woocommerce-info::before, .woocommerce-message::before { color: #111 !important; }
.woocommerce table.shop_table { border: 1px solid var(--le-line); border-radius: 0; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: var(--le-line); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce .select2-container .select2-selection { min-height: 46px; padding: 10px 12px; border: 1px solid #ccc; border-radius: 0; background: #fff; box-shadow: none; }
.woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon { border: 1px solid var(--le-line); border-radius: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 24%; }
.woocommerce-account .woocommerce-MyAccount-content { width: 70%; }
.woocommerce-MyAccount-navigation ul { padding: 0; margin: 0; border-top: 1px solid var(--le-line); list-style: none; }
.woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--le-line); }
.woocommerce-MyAccount-navigation a { display: block; padding: 13px 0; font-size: 12px; }

/* Overlays and footer */
.le-search-panel { position: absolute; top: 0; right: 0; left: 0; min-height: 280px; padding: 0 max(50px, calc((100vw - var(--le-container)) / 2)); background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.1); }
.le-search-panel > header { padding: 0; }
.le-search-panel form { display: flex; margin-top: 34px; }
.le-search-panel .search-field { flex: 1; height: 54px; padding: 0 16px; border: 0; border-bottom: 1px solid #111; background: transparent; font-size: 24px; }
.le-search-panel form button { width: 110px; border: 0; border-bottom: 1px solid #111; background: transparent; font-size: 12px; }
.le-search-panel > p { margin: 20px 0 6px; color: var(--le-muted); font-size: 11px; }
.le-search-panel nav { display: flex; gap: 20px; font-size: 12px; }
.le-cart-panel { right: 0; left: auto; width: min(435px, 100vw); box-shadow: -12px 0 30px rgba(0,0,0,.12); }
.le-cart-panel > header { flex: 0 0 74px; padding: 0 24px; }
.le-cart-panel > header h2 { font-size: 24px; font-weight: 500; line-height: 1.2; }
.le-cart-panel > header button svg { width: 21px; height: 21px; }
.le-cart-panel .widget_shopping_cart_content { flex: 1; min-height: 0; padding: 0; overflow: hidden; }
.le-mini-cart { display: flex; flex-direction: column; height: 100%; min-height: 0; }
.le-mini-cart__items { flex: 1 1 auto; min-height: 120px; padding: 22px 24px 8px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.le-mini-cart__item { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 16px; min-height: 128px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--le-line); }
.le-mini-cart__image { display: grid; width: 112px; height: 112px; border: 1px solid #eee; background: #fff; place-items: center; }
.le-mini-cart__image img { width: 100%; height: 100%; padding: 8px; object-fit: contain; }
.le-mini-cart__details { min-width: 0; }
.le-mini-cart__name { display: block; margin: 1px 0 6px; font-size: 14px; font-weight: 500; line-height: 1.55; }
.le-mini-cart__name:hover { text-decoration: underline; }
.le-mini-cart__details .variation { margin: 0 0 4px; color: var(--le-muted); font-size: 10px; }
.le-mini-cart__price { margin-bottom: 10px; font-size: 14px; }
.le-mini-cart__controls { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.le-cart-quantity { display: grid; grid-template-columns: 34px 34px 34px; height: 38px; border: 1px solid var(--le-line); background: #fafafa; }
.le-cart-quantity button { display: grid; width: 34px; height: 36px; padding: 0; border: 0; background: transparent; place-items: center; }
.le-cart-quantity button:hover { background: #f0f0f0; }
.le-cart-quantity button svg { width: 13px; height: 13px; }
.le-cart-quantity input { width: 34px; height: 36px; padding: 0; border: 0; outline: 0; background: transparent; font-size: 13px; text-align: center; appearance: textfield; }
.le-cart-quantity input::-webkit-inner-spin-button, .le-cart-quantity input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.le-cart-remove { padding: 4px 0; border: 0; border-bottom: 1px solid #555; background: transparent; font-size: 11px; line-height: 1.2; }
.le-mini-cart__footer { flex: 0 0 auto; padding: 0 24px 20px; border-top: 1px solid var(--le-line); background: #fff; box-shadow: 0 -7px 18px rgba(0,0,0,.035); }
.le-cart-tools { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 70px; border-bottom: 1px solid var(--le-line); }
.le-mini-cart__footer .le-cart-tools { grid-template-columns: repeat(2, 1fr); }
.le-cart-tools button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 8px; border: 0; border-right: 1px solid var(--le-line); background: transparent; font-size: 12px; }
.le-cart-tools button:last-child { border-right: 0; }
.le-cart-tools button:hover, .le-cart-tools button.is-active { background: #fafafa; }
.le-cart-tools svg { width: 19px; height: 19px; }
.le-cart-panel-form { padding: 14px 0; border-bottom: 1px solid var(--le-line); }
.le-cart-panel-form label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 600; }
.le-cart-panel-form textarea, .le-cart-panel-form input { width: 100%; min-height: 42px; padding: 9px 10px; border: 1px solid #ccc; border-radius: 0; background: #fff; font-size: 12px; }
.le-cart-panel-form textarea { resize: vertical; }
.le-cart-panel-form > div { display: grid; grid-template-columns: 1fr auto; }
.le-cart-panel-form .button { min-height: 42px; padding: 10px 16px; }
.le-cart-panel-form > .button { margin-top: 8px; }
.le-cart-feedback { min-height: 0; color: #286536; font-size: 10px; line-height: 1.5; }
.le-cart-feedback:not(:empty) { padding-top: 8px; }
.le-cart-feedback.is-error { color: #b12626; }
.le-cart-summary { padding-top: 8px; }
.le-cart-summary > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; min-height: 31px; font-size: 13px; }
.le-cart-summary strong { font-weight: 500; text-align: right; }
.le-cart-summary__coupon button { padding: 2px 0; border: 0; border-bottom: 1px solid #666; background: transparent; font-size: 10px; }
.le-cart-summary__total { min-height: 48px !important; margin-top: 5px; border-top: 1px solid var(--le-line); font-size: 17px !important; }
.le-cart-summary__total strong { font-size: 19px; }
.le-cart-checkout { display: grid !important; width: 100%; min-height: 46px; margin: 3px 0 0; place-items: center; }
.le-cart-view { display: block; padding-top: 9px; font-size: 11px; text-align: center; text-decoration: underline; }
.le-mini-cart__empty, .le-cart-page__empty { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.le-mini-cart__empty { flex: 1; padding: 45px 38px 100px; }
.le-mini-cart__empty-icon { display: grid; width: 130px; height: 130px; margin-bottom: 18px; border: 1px solid var(--le-line); border-radius: 50%; place-items: center; }
.le-mini-cart__empty-icon svg { width: 62px; height: 62px; stroke-width: 1; }
.le-mini-cart__empty h3 { margin: 0 0 8px; font-size: 16px; font-weight: 500; }
.le-mini-cart__empty p { max-width: 330px; margin: 0 0 22px; color: var(--le-muted); font-size: 12px; }

/* Cart page */
.le-cart-main { min-height: 600px; }
.le-cart-main > article > .woocommerce { width: 100%; }
.le-cart-page { width: min(calc(100% - 96px), 1170px); min-height: 680px; padding: 0 0 100px; margin: 0 auto; }
.le-cart-page__hero { min-height: 178px; padding: 44px 0 35px; text-align: center; }
.le-cart-page__hero h1 { margin: 0; font-size: 41px; font-weight: 400 !important; line-height: 1.35; }
.le-cart-page__hero nav { display: flex; align-items: center; justify-content: center; gap: 11px; margin-top: 3px; font-size: 12px; }
.le-cart-page__hero nav svg { width: 11px; height: 11px; }
.le-cart-page__layout { display: grid; grid-template-columns: minmax(0, 1fr) 372px; gap: 60px; align-items: start; }
.le-cart-page__products { min-width: 0; }
.le-cart-page__head, .le-cart-page__item { display: grid; grid-template-columns: minmax(0, 1fr) 100px 136px 100px; column-gap: 26px; align-items: center; }
.le-cart-page__head { min-height: 56px; border-bottom: 1px solid var(--le-line); font-size: 13px; }
.le-cart-page__head span:not(:first-child) { text-align: center; }
.le-cart-page__head span:last-child { text-align: right; }
.le-cart-page__item { min-height: 170px; padding: 24px 0; border-bottom: 1px solid var(--le-line); }
.le-cart-page__product { display: grid; grid-template-columns: 106px minmax(0, 1fr); align-items: center; gap: 22px; min-width: 0; }
.le-cart-page__image { display: grid; width: 106px; height: 106px; place-items: center; }
.le-cart-page__image img { width: 100%; height: 100%; object-fit: contain; }
.le-cart-page__name { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 500; line-height: 1.55; }
.le-cart-page__name:hover { text-decoration: underline; }
.le-cart-page__product .variation { margin: 0 0 6px; color: var(--le-muted); font-size: 10px; }
.le-cart-page__price, .le-cart-page__quantity, .le-cart-page__subtotal { font-size: 13px; text-align: center; }
.le-cart-page__subtotal { text-align: right; }
.le-cart-page__quantity .le-cart-quantity { margin: 0 auto; }
.le-cart-page__order { position: sticky; top: 92px; margin-top: 56px; padding: 0 28px 28px; border: 1px solid #eee; background: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.07); }
.le-cart-page__order .le-cart-summary { padding-top: 8px; }
.le-cart-page__order .le-cart-summary > div { min-height: 48px; border-bottom: 1px solid var(--le-line); font-size: 13px; }
.le-cart-page__order .le-cart-summary__total { border-bottom: 0; }
.le-cart-page__empty { min-height: 430px; }
.le-cart-page__empty > div { margin-bottom: 18px; }
.le-cart-page__empty > div svg { width: 70px; height: 70px; stroke-width: 1; }
.le-cart-page__empty h2 { margin: 0 0 8px; font-size: 21px; }
.le-cart-page__empty p { margin: 0 0 24px; color: var(--le-muted); }
body.le-cart-updating .le-mini-cart__items, body.le-cart-updating .le-cart-page__layout { pointer-events: none; opacity: .55; }
.le-quick-panel { position: absolute; top: 50%; left: 50%; width: min(900px, calc(100vw - 40px)); min-height: 480px; background: #fff; transform: translate(-50%, -50%); }
.le-quick-close { position: absolute; z-index: 3; top: 12px; right: 12px; }
.le-quick-content { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; }
.le-quick-content > img { width: 100%; height: 100%; max-height: 580px; object-fit: contain; }
.le-quick-content__summary { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 56px; }
.le-quick-content__summary h2 { margin: 0 0 18px; font-size: 26px; font-weight: 400; line-height: 1.45; text-transform: uppercase; }
.le-quick-content__summary .price { margin-bottom: 24px; font-size: 20px; }
.le-quick-content__summary .button { width: 100%; margin-top: 10px; }
.le-footer { margin-top: 0; background: #fff; }
.le-footer__inner { display: grid; grid-template-columns: repeat(2, 180px); justify-content: center; width: min(calc(100% - 100px), 700px); padding: 0 0 36px; margin: 0 auto; gap: 120px; text-align: center; }
.le-footer details { border: 0; }
.le-footer summary { font-size: 18px; font-weight: 400; list-style: none; }
.le-footer summary svg { display: none; }
.le-footer nav { display: grid; padding-top: 14px; gap: 7px; }
.le-footer nav a { color: #555; font-size: 11px; }
.le-footer nav a:hover { color: #000; text-decoration: underline; }
.le-footer__bottom { display: flex; justify-content: center; width: min(calc(100% - 40px), 700px); padding: 0 0 34px; margin: 0 auto; color: #777; font-size: 9px; text-align: center; }
.le-mobile-nav { display: none; }

body.le-site :is(h1, h2, h3, h4, h5, h6) { font-weight: 600; }

@media (max-width: 1200px) {
    .currency-bar__inner, .header-main, .le-catalog { width: calc(100% - 30px); }
    .primary-navigation > ul, .secondary-navigation { gap: 25px; }
    .primary-navigation > ul > li > a, .secondary-navigation a { font-size: 15px; }
    .le-home { padding-right: 15px; padding-left: 15px; }
    .le-home-hero { width: 100%; }
    .le-product-grid { column-gap: 18px; }
    .le-product-detail { grid-template-columns: minmax(0, 1fr) minmax(380px, .93fr); gap: 42px; }
    .le-product-info h1 { font-size: 27px; }
}

@media (max-width: 900px) {
    .primary-navigation > ul, .secondary-navigation { gap: 17px; }
    .primary-navigation > ul > li > a, .secondary-navigation a { font-size: 11px; }
    .header-logo { width: 125px; }
    .le-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) { body.admin-bar .site-header, body.admin-bar .site-header.is-sticky { top: 46px; } }

@media (max-width: 767px) {
    .site-header, .site-header.is-sticky { position: sticky; top: 0; height: 50px; box-shadow: none; }
    body.has-sticky-header { padding-top: 0; }
    .currency-bar { display: none; }
    .header-main, .site-header.is-sticky .header-main { grid-template-columns: 1fr 180px 1fr; width: calc(100% - 30px); height: 50px; }
    .header-left, .site-header.is-sticky .header-left { display: flex; align-items: center; height: 50px; }
    .primary-navigation, .secondary-navigation { display: none; }
    .mobile-menu-toggle { display: grid; width: 36px; height: 36px; padding: 8px 0; place-items: center; }
    .header-logo, .site-header.is-sticky .header-logo { width: 180px; height: 48px; }
    .header-actions { height: 20px; }
    .header-action { width: 44px; height: 20px; padding: 0 12px; }
    .header-action--account { display: none; }
    .header-action svg { width: 20px; height: 20px; }
    .le-cart-count { top: -9px; right: 5px; min-width: 16px; height: 16px; font-size: 9px; line-height: 16px; }
    .le-mobile-nav { display: block; }
    .le-mobile-nav__panel { width: min(390px, 90vw); padding-bottom: 30px; overflow-y: auto; }
    .le-mobile-nav__panel > a, .le-mobile-nav__panel > details { display: block; margin: 0 26px; border-bottom: 1px solid var(--le-line); }
    .le-mobile-nav__panel > a, .le-mobile-nav__panel summary { padding: 18px 0; font-size: 13px; font-weight: 500; list-style: none; }
    .le-mobile-nav__panel summary { display: flex; justify-content: space-between; cursor: pointer; }
    .le-mobile-nav__panel summary svg { width: 14px; }
    .le-mobile-nav__panel details > a { display: block; padding: 8px 12px; color: #555; font-size: 12px; }
    .le-mobile-nav__panel details > a:last-child { padding-bottom: 18px; }
    .le-home { padding: 0 15px; }
    .le-home-hero { width: 100%; }
    .le-home-products { padding-top: 72px; }
    .le-home-products--first { padding-top: 52px; }
    .le-home-products > header { margin-bottom: 28px; }
    .le-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 4px; }
    .le-product-card__media { aspect-ratio: 1 / 1; }
    .le-product-card__actions { display: none; }
    .le-product-card__badge { top: 8px; left: 8px; min-width: 40px; padding: 4px 7px; font-size: 9px; }
    .le-product-card__wishlist { display: none; }
    .le-product-card__summary { min-height: 72px; padding: 12px 8px 0; }
    .le-product-card__summary h3 { min-height: 42px; max-height: 42px; margin-bottom: 5px; font-size: 13px; line-height: 1.6; }
    .le-product-card__price { font-size: 14px; }
    .le-home-information { padding-top: 90px; padding-bottom: 70px; }
    .le-home-about { width: calc(100% - 54px); }
    .le-home-about h2 { font-size: 24px; }
    .le-home-about p { font-size: 12px; }
    .le-home-faq-copy { width: calc(100% - 36px); margin-top: 90px; font-size: 11px; }
    .le-catalog { width: calc(100% - 30px); padding-bottom: 72px; }
    .le-catalog-hero { height: 140px; padding: 25px 0 0; }
    .le-catalog-hero h1 { font-size: 28px; line-height: 40px; }
    .le-catalog-hero .woocommerce-breadcrumb { height: 34px; font-size: 11px; line-height: 34px; }
    .le-catalog-toolbar { height: 54px; margin-bottom: 12px; }
    .le-catalog-toolbar select { font-size: 11px; }
    .le-product-detail { grid-template-columns: 1fr; gap: 18px; }
    .le-product-page { width: 100%; padding: 0 18px 80px; }
    .le-product-breadcrumb { padding: 22px 0 34px; white-space: normal; }
    .le-product-breadcrumb .woocommerce-breadcrumb { flex-wrap: wrap; justify-content: center; font-size: 10px; text-align: center; }
    .le-product-gallery__stage { aspect-ratio: 1 / 1; }
    .le-product-gallery__thumbs { gap: 8px; padding-top: 12px; }
    .le-product-gallery__thumbs button { flex-basis: 76px; width: 76px; height: 76px; padding: 5px; }
    .le-product-gallery__count { text-align: center; }
    .le-product-gallery__arrow { width: 36px; height: 36px; }
    .le-product-gallery__expand { right: 8px; bottom: 8px; }
    .le-product-info { position: static; padding: 23px 0 0; }
    .le-product-info h1 { font-size: 26px; line-height: 1.35; }
    .le-product-info__purchase form.cart { gap: 12px 10px; }
    .le-product-info__purchase .woocommerce-variation-add-to-cart { gap: 12px 10px; }
    .le-product-lightbox__dialog { inset: 12px; }
    .le-product-lightbox__dialog img { max-width: calc(100vw - 36px); max-height: calc(100vh - 56px); }
    .le-product-details { margin-top: 60px; }
    .le-related { margin-top: 72px; }
    .le-related h2 { margin-bottom: 28px; }
    .le-content-page { width: calc(100% - 36px); padding: 46px 0 80px; }
    .le-content-page > header { margin-bottom: 34px; }
    .le-content-page > header h1 { font-size: 29px; }
    .le-cart-panel { width: 100vw; }
    .le-cart-panel > header { flex-basis: 62px; min-height: 62px; padding: 0 18px; }
    .le-cart-panel > header h2 { font-size: 21px; }
    .le-mini-cart__items { padding: 18px 16px 6px; }
    .le-mini-cart__item { grid-template-columns: 92px minmax(0, 1fr); gap: 13px; min-height: 112px; padding-bottom: 15px; margin-bottom: 15px; }
    .le-mini-cart__image { width: 92px; height: 100px; }
    .le-mini-cart__name { font-size: 12px; }
    .le-mini-cart__price { font-size: 12px; }
    .le-mini-cart__footer { padding: 0 16px 14px; }
    .le-cart-tools { min-height: 60px; }
    .le-cart-summary > div { min-height: 27px; font-size: 12px; }
    .le-cart-summary__total { min-height: 42px !important; }
    .le-cart-summary__total strong { font-size: 17px; }
    .le-cart-view { padding-top: 6px; }
    .le-cart-page { width: calc(100% - 30px); padding-bottom: 70px; }
    .le-cart-page__hero { min-height: 128px; padding: 28px 0 24px; }
    .le-cart-page__hero h1 { font-size: 31px; }
    .le-cart-page__hero nav { font-size: 10px; }
    .le-cart-page__layout { grid-template-columns: 1fr; gap: 28px; }
    .le-cart-page__head { display: none; }
    .le-cart-page__item { grid-template-columns: 94px minmax(0, 1fr); grid-template-areas: 'product product' 'quantity subtotal'; min-height: 168px; padding: 18px 0; gap: 12px 14px; align-items: center; }
    .le-cart-page__product { grid-area: product; grid-template-columns: 88px minmax(0, 1fr); gap: 13px; }
    .le-cart-page__image { width: 88px; height: 100px; }
    .le-cart-page__name { font-size: 11px; }
    .le-cart-page__price { display: none; }
    .le-cart-page__quantity { grid-area: quantity; align-self: center; }
    .le-cart-page__quantity .le-cart-quantity { grid-template-columns: repeat(3, 30px); width: 90px; }
    .le-cart-page__quantity .le-cart-quantity button, .le-cart-page__quantity .le-cart-quantity input { width: 30px; }
    .le-cart-page__subtotal { grid-area: subtotal; align-self: center; font-size: 12px; }
    .le-cart-page__quantity::before, .le-cart-page__subtotal::before { display: none; }
    .le-cart-page__order { position: static; margin-top: 0; padding: 0 18px 20px; }
    .le-cart-page__order .le-cart-summary > div { min-height: 43px; }
    .le-footer__inner { grid-template-columns: repeat(2, 1fr); width: calc(100% - 36px); padding: 0 0 28px; gap: 28px; }
    .le-footer summary { padding: 0; font-size: 17px; }
    .le-footer nav { padding: 12px 0 0; }
    .le-footer__bottom { width: calc(100% - 36px); padding-bottom: 24px; }
    .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
}

@media (max-width: 480px) {
    .le-product-info__purchase form.cart, .le-product-info__purchase .woocommerce-variation-add-to-cart { grid-template-columns: 112px minmax(0, 1fr); }
    .le-product-quantity { grid-template-columns: 36px minmax(0, 1fr) 36px; width: 112px; }
    .le-product-quantity__button { width: 36px; }
    .le-product-info__purchase .single_add_to_cart_button, .le-product-info__purchase .le-buy-now { padding: 0 10px; font-size: 12px; }
    .le-product-attributes p { grid-template-columns: 120px 1fr; }
    .le-quick-content { grid-template-columns: 1fr; }
    .le-quick-content > img { max-height: 45vh; }
    .le-quick-content__summary { padding: 26px; }
    .le-quick-content__summary h2 { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.le-customization-page .site-main {
    width: min(100% - 40px, 1180px);
    margin-right: auto;
    margin-left: auto;
}
.le-customization-page .entry-header { padding: 70px 0 42px; text-align: center; }
.le-customization-page .entry-title { font-size: 30px; font-weight: 500; line-height: 1.25; }
.le-customization-page .entry-content { max-width: 1080px; margin: 0 auto 100px; font-size: 15px; line-height: 1.8; }
.le-customization-page .entry-content h2,
.le-customization-page .entry-content h3 { margin: 42px 0 16px; font-weight: 600; }
.le-customization-page .le-customization-image { display: block; width: auto; max-width: 100%; height: auto; margin: 32px auto; }

@media (max-width: 767px) {
    .le-customization-page .site-main { width: calc(100% - 36px); }
    .le-customization-page .entry-header { padding: 46px 0 30px; }
    .le-customization-page .entry-title { font-size: 24px; }
    .le-customization-page .entry-content { margin-bottom: 70px; font-size: 14px; }
    .le-customization-page .le-customization-image { margin: 22px auto; }
}
