.ly-storefront,
.ly-product-detail {
--ly-color-ink: #090f1f;
--ly-color-copy: #344054;
--ly-color-muted: #667085;
--ly-color-subtle: #98a2b3;
--ly-color-line: #e6eaf0;
--ly-color-line-strong: #d7dde7;
--ly-color-surface: #f6f8fb;
--ly-color-surface-raised: #fff;
--ly-color-brand: #315efb;
--ly-color-brand-hover: #244bd5;
--ly-color-brand-soft: #edf2ff;
--ly-color-success: #20a47a;
--ly-color-violet: #7559ee;
--ly-color-dark: #0a1020;
--ly-font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
--ly-radius-sm: 12px;
--ly-radius-md: 16px;
--ly-radius-lg: 24px;
--ly-radius-xl: 36px;
--ly-shadow-sm: 0 4px 16px rgba(15, 23, 42, 0.045);
--ly-shadow-md: 0 18px 50px rgba(15, 23, 42, 0.085);
--ly-ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
font-family: var(--ly-font-sans);
color: var(--ly-color-ink);
background: #fff;
}
.ly-home-section--services {
--ly-color-ink: #090f1f;
--ly-color-copy: #344054;
--ly-color-muted: #667085;
--ly-color-subtle: #98a2b3;
--ly-color-line: #e6eaf0;
--ly-color-line-strong: #d7dde7;
--ly-color-brand: #315efb;
--ly-color-brand-hover: #244bd5;
--ly-shadow-sm: 0 4px 16px rgba(15, 23, 42, 0.045);
--ly-ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
}
.ly-storefront *,
.ly-storefront *::before,
.ly-storefront *::after,
.ly-product-detail *,
.ly-product-detail *::before,
.ly-product-detail *::after,
.ly-home-section--services *,
.ly-home-section--services *::before,
.ly-home-section--services *::after {
box-sizing: border-box;
}
.ly-storefront a,
.ly-product-detail a,
.ly-home-section--services a {
text-decoration: none;
}
.ly-storefront-shell,
.ly-product-shell {
width: min(1240px, calc(100% - 48px));
margin: 0 auto;
}
:where(.ly-storefront, .ly-product-detail, .ly-home-section--services) .ly-button {
display: inline-flex;
min-height: 48px;
align-items: center;
justify-content: center;
gap: 10px;
padding: 0 22px;
border: 1px solid transparent;
border-radius: 14px;
font-size: 14px;
font-weight: 700;
line-height: 1;
transition: transform 180ms var(--ly-ease-standard), box-shadow 180ms var(--ly-ease-standard), border-color 180ms ease, background 180ms ease;
}
:where(.ly-storefront, .ly-product-detail, .ly-home-section--services) .ly-button:hover {
transform: translateY(-2px);
}
:where(.ly-storefront, .ly-product-detail, .ly-home-section--services) .ly-button--primary {
color: #fff;
background: linear-gradient(135deg, #315efb, #4678ff);
box-shadow: 0 12px 26px rgba(49, 94, 251, 0.22);
}
:where(.ly-storefront, .ly-product-detail, .ly-home-section--services) .ly-button--primary:hover {
color: #fff;
background: linear-gradient(135deg, #244bd5, #315efb);
box-shadow: 0 16px 32px rgba(49, 94, 251, 0.28);
}
:where(.ly-storefront, .ly-product-detail, .ly-home-section--services) .ly-button--secondary {
color: var(--ly-color-ink);
border-color: var(--ly-color-line-strong);
background: rgba(255, 255, 255, 0.88);
}
:where(.ly-storefront, .ly-product-detail, .ly-home-section--services) .ly-button--secondary:hover {
color: var(--ly-color-brand);
border-color: rgba(49, 94, 251, 0.38);
background: #fff;
}
:where(.ly-storefront, .ly-product-detail, .ly-home-section--services) .ly-button--light {
color: #14214a;
background: #fff;
box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}
:where(.ly-storefront, .ly-product-detail, .ly-home-section--services) .ly-button--ghost {
color: #fff;
border-color: rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.07);
}
.ly-storefront a:focus-visible,
.ly-product-detail a:focus-visible,
.ly-product-detail summary:focus-visible,
.ly-home-section--services a:focus-visible {
outline: 3px solid rgba(49, 94, 251, 0.28);
outline-offset: 3px;
}
.ly-store-breadcrumbs {
display: flex;
align-items: center;
gap: 10px;
padding: 24px 0 0;
color: var(--ly-color-subtle);
font-size: 13px;
}
.ly-store-breadcrumbs a {
color: var(--ly-color-muted);
}
.ly-store-breadcrumbs a:hover {
color: var(--ly-color-brand);
}
.ly-storefront-hero {
position: relative;
overflow: hidden;
padding-bottom: 58px;
background:
radial-gradient(circle at 84% 14%, rgba(49, 94, 251, 0.14), transparent 28%),
radial-gradient(circle at 15% 95%, rgba(32, 164, 122, 0.1), transparent 25%),
linear-gradient(180deg, #fbfcff 0%, #f4f7ff 100%);
border-bottom: 1px solid var(--ly-color-line);
}
.ly-storefront-hero::before {
position: absolute;
inset: 0;
background-image: linear-gradient(rgba(49, 94, 251, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(49, 94, 251, 0.035) 1px, transparent 1px);
background-size: 44px 44px;
mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent 86%);
content: "";
pointer-events: none;
}
.ly-storefront-hero__grid {
position: relative;
display: grid;
grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
gap: 72px;
align-items: center;
padding: 76px 0 60px;
}
.ly-storefront-kicker,
.ly-section-heading > span,
.ly-section-heading > div > span,
.ly-storefront-cta span,
.ly-product-final-cta span {
display: inline-flex;
align-items: center;
gap: 9px;
color: var(--ly-color-brand);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.15em;
text-transform: uppercase;
}
.ly-storefront-kicker i {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--ly-color-success);
box-shadow: 0 0 0 6px rgba(32, 164, 122, 0.1);
}
.ly-storefront-hero__copy h1 {
max-width: 760px;
margin: 22px 0 24px;
font-size: clamp(44px, 4.3vw, 68px);
font-weight: 760;
line-height: 1.08;
letter-spacing: -0.05em;
}
.ly-storefront-hero__copy > p {
max-width: 710px;
margin: 0;
color: var(--ly-color-copy);
font-size: 17px;
line-height: 1.85;
}
.ly-storefront-hero__actions {
display: flex;
gap: 12px;
margin-top: 32px;
}
.ly-storefront-hero__panel {
position: relative;
padding: 28px;
border: 1px solid rgba(255,255,255,0.72);
border-radius: 28px;
background: rgba(255,255,255,0.78);
box-shadow: 0 26px 70px rgba(40, 55, 105, 0.13);
backdrop-filter: blur(18px);
}
.ly-storefront-hero__panel::after {
position: absolute;
right: -28px;
bottom: -28px;
width: 120px;
height: 120px;
border: 1px solid rgba(49,94,251,0.15);
border-radius: 50%;
content: "";
pointer-events: none;
}
.ly-storefront-hero__panel-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding-bottom: 18px;
border-bottom: 1px solid var(--ly-color-line);
}
.ly-storefront-hero__panel-head span {
color: var(--ly-color-subtle);
font-size: 10px;
font-weight: 800;
letter-spacing: 0.16em;
}
.ly-storefront-hero__panel-head em,
.ly-preview-badge,
.ly-product-card__badges em,
.ly-product-hero__meta em {
font-style: normal;
}
.ly-storefront-hero__panel-head em {
padding: 6px 9px;
border-radius: 999px;
color: #6b4dd6;
background: #f0ecff;
font-size: 11px;
font-weight: 700;
}
.ly-storefront-hero__panel ol {
display: grid;
gap: 0;
margin: 8px 0 18px;
padding: 0;
list-style: none;
}
.ly-storefront-hero__panel li {
display: grid;
grid-template-columns: 42px 1fr;
align-items: center;
min-height: 51px;
border-bottom: 1px solid rgba(230,234,240,0.82);
}
.ly-storefront-hero__panel li span {
color: var(--ly-color-brand);
font-size: 11px;
font-weight: 800;
}
.ly-storefront-hero__panel li strong {
font-size: 14px;
font-weight: 700;
}
.ly-storefront-hero__panel > p {
display: flex;
align-items: flex-start;
gap: 10px;
margin: 0;
padding: 13px 14px;
border-radius: 12px;
color: #536079;
background: #f6f8ff;
font-size: 12px;
line-height: 1.65;
}
.ly-storefront-hero__panel > p span {
display: inline-flex;
width: 18px;
height: 18px;
flex: 0 0 auto;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #fff;
background: var(--ly-color-brand);
font-size: 10px;
font-weight: 800;
}
.ly-storefront-trust {
position: relative;
display: grid;
grid-template-columns: repeat(3, 1fr);
border: 1px solid rgba(215,221,231,0.82);
border-radius: 20px;
background: rgba(255,255,255,0.76);
box-shadow: var(--ly-shadow-sm);
}
.ly-storefront-trust > div {
display: grid;
grid-template-columns: 42px 1fr;
column-gap: 14px;
padding: 19px 24px;
}
.ly-storefront-trust > div + div {
border-left: 1px solid var(--ly-color-line);
}
.ly-storefront-trust span {
grid-row: 1 / span 2;
color: var(--ly-color-brand);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.1em;
}
.ly-storefront-trust strong {
font-size: 14px;
}
.ly-storefront-trust small {
margin-top: 3px;
color: var(--ly-color-muted);
font-size: 12px;
}
.ly-store-catalog {
padding: 96px 0 108px;
}
.ly-section-heading {
max-width: 720px;
margin-bottom: 38px;
}
.ly-section-heading--row {
display: flex;
max-width: none;
align-items: flex-end;
justify-content: space-between;
gap: 30px;
}
.ly-section-heading h2 {
margin: 12px 0 12px;
font-size: clamp(32px, 3vw, 44px);
font-weight: 750;
line-height: 1.18;
letter-spacing: -0.04em;
}
.ly-section-heading p {
margin: 0;
color: var(--ly-color-muted);
font-size: 15px;
line-height: 1.75;
}
.ly-preview-badge {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
padding: 9px 12px;
border: 1px solid #ded5ff;
border-radius: 999px;
color: #6b4dd6;
background: #f6f3ff;
font-size: 12px;
font-weight: 700;
}
.ly-preview-badge span {
width: 7px;
height: 7px;
border-radius: 50%;
background: #7559ee;
}
.ly-category-filter {
display: flex;
gap: 10px;
overflow-x: auto;
margin: 0 0 40px;
padding: 4px 3px 10px;
scrollbar-width: thin;
}
.ly-category-filter a {
display: inline-flex;
min-height: 46px;
flex: 0 0 auto;
align-items: center;
gap: 8px;
padding: 0 16px;
border: 1px solid var(--ly-color-line);
border-radius: 14px;
color: var(--ly-color-copy);
background: #fff;
font-size: 13px;
font-weight: 650;
transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms var(--ly-ease-standard);
}
.ly-category-filter a span {
color: var(--ly-color-subtle);
font-size: 9px;
font-weight: 800;
letter-spacing: 0.08em;
}
.ly-category-filter a:hover {
transform: translateY(-1px);
border-color: rgba(49,94,251,0.36);
color: var(--ly-color-brand);
}
.ly-category-filter a.is-active {
color: #fff;
border-color: var(--ly-color-brand);
background: var(--ly-color-brand);
box-shadow: 0 10px 24px rgba(49,94,251,0.2);
}
.ly-category-filter a.is-active span {
color: rgba(255,255,255,0.7);
}
.ly-product-grid {
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: center;
gap: 24px;
}
.ly-product-card {
position: relative;
display: flex;
width: calc((100% - 48px) / 3);
max-width: 397px;
flex: 0 1 calc((100% - 48px) / 3);
min-width: 0;
flex-direction: column;
overflow: hidden;
border: 1px solid var(--ly-color-line);
border-radius: 24px;
background: #fff;
box-shadow: 0 10px 30px rgba(15,23,42,0.055);
transition: transform 220ms var(--ly-ease-standard), box-shadow 220ms var(--ly-ease-standard), border-color 220ms ease;
}
.ly-product-card__link {
position: absolute;
inset: 0;
z-index: 1;
border-radius: inherit;
}
.ly-product-card__link:focus-visible {
outline: 3px solid rgba(49,94,251,0.4);
outline-offset: -4px;
}
.ly-product-card:hover {
transform: translateY(-6px);
border-color: rgba(49,94,251,0.22);
box-shadow: 0 24px 52px rgba(15,23,42,0.1);
}
.ly-product-card__cover {
position: relative;
padding: 12px 12px 0;
}
.ly-service-cover {
position: relative;
display: block;
width: 100%;
aspect-ratio: 4 / 3;
overflow: hidden;
margin: 0;
border-radius: 18px;
color: #fff;
background: linear-gradient(145deg, #172a69, #315efb 58%, #6d92ff);
}
.ly-service-cover--image::after {
position: absolute;
inset: auto 0 0;
height: 36%;
background: linear-gradient(180deg, transparent, rgba(6, 12, 30, 0.58));
content: "";
pointer-events: none;
}
.ly-service-cover__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.ly-service-cover--violet { background: linear-gradient(145deg, #23164d, #6346df 58%, #9c7cff); }
.ly-service-cover--mint { background: linear-gradient(145deg, #0d3944, #138f8a 58%, #45cdb2); }
.ly-service-cover--slate { background: linear-gradient(145deg, #111827, #344054 58%, #64748b); }
.ly-service-cover__grid {
position: absolute;
inset: 0;
background-image: linear-gradient(rgba(255,255,255,0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.09) 1px, transparent 1px);
background-size: 28px 28px;
mask-image: linear-gradient(135deg, #000, transparent 80%);
}
.ly-service-cover__orbit {
position: absolute;
left: 50%;
top: 48%;
border: 1px solid rgba(255,255,255,0.2);
border-radius: 50%;
transform: translate(-50%, -50%);
}
.ly-service-cover__orbit--one { width: 65%; aspect-ratio: 1; }
.ly-service-cover__orbit--two { width: 88%; aspect-ratio: 1; }
.ly-service-cover__node {
position: absolute;
width: 8px;
height: 8px;
border: 2px solid rgba(255,255,255,0.8);
border-radius: 50%;
box-shadow: 0 0 18px rgba(255,255,255,0.65);
}
.ly-service-cover__node--one { left: 16%; top: 28%; }
.ly-service-cover__node--two { right: 15%; bottom: 22%; }
.ly-service-cover__core {
position: absolute;
left: 50%;
top: 48%;
display: flex;
width: 42%;
aspect-ratio: 1;
align-items: center;
justify-content: center;
flex-direction: column;
border: 1px solid rgba(255,255,255,0.24);
border-radius: 28%;
background: rgba(4,11,33,0.58);
box-shadow: 0 24px 45px rgba(0,0,0,0.24), inset 0 1px rgba(255,255,255,0.1);
transform: translate(-50%, -50%) rotate(4deg);
backdrop-filter: blur(10px);
}
.ly-service-cover__core > * { transform: rotate(-4deg); }
.ly-service-cover__core small { color: rgba(255,255,255,0.54); font-size: 7px; font-weight: 800; letter-spacing: 0.18em; }
.ly-service-cover__core strong { margin: 7px 0 4px; color: #fff; font-size: clamp(18px, 2.2vw, 30px); font-weight: 760; letter-spacing: -0.04em; }
.ly-service-cover__core span { color: rgba(255,255,255,0.58); font-size: 6px; font-weight: 700; letter-spacing: 0.14em; }
.ly-service-cover__caption {
position: absolute;
z-index: 2;
left: 16px;
bottom: 14px;
display: inline-flex;
align-items: center;
gap: 6px;
color: rgba(255,255,255,0.7);
font-size: 8px;
font-weight: 700;
letter-spacing: 0.08em;
}
.ly-service-cover__caption span {
width: 5px;
height: 5px;
border-radius: 50%;
background: #61e5b8;
box-shadow: 0 0 0 4px rgba(97,229,184,0.13);
}
.ly-product-card__badges {
position: absolute;
left: 24px;
right: 24px;
top: 24px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.ly-product-card__badges span,
.ly-product-card__badges em {
padding: 6px 9px;
border: 1px solid rgba(255,255,255,0.18);
border-radius: 999px;
color: #fff;
background: rgba(7,14,37,0.42);
font-size: 10px;
font-weight: 700;
backdrop-filter: blur(8px);
}
.ly-product-card__badges em {
color: #e6ddff;
}
.ly-product-card__body {
display: flex;
flex: 1;
flex-direction: column;
padding: 24px;
}
.ly-product-card__body h2,
.ly-product-card__body h3 {
display: -webkit-box;
overflow: hidden;
margin: 0 0 12px;
font-size: 21px;
font-weight: 740;
line-height: 1.35;
letter-spacing: -0.025em;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.ly-product-card__body > p {
display: -webkit-box;
min-height: 50px;
overflow: hidden;
margin: 0;
color: var(--ly-color-muted);
font-size: 13px;
line-height: 1.75;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.ly-product-card__price {
display: flex;
min-height: 87px;
align-items: flex-start;
justify-content: center;
flex-direction: column;
gap: 6px;
margin: 22px 0 20px;
padding: 16px;
border: 1px solid #edf0f5;
border-radius: 15px;
background: #f8faff;
}
.ly-product-card__price strong {
color: #183371;
font-size: 24px;
font-weight: 760;
letter-spacing: -0.04em;
}
.ly-product-card__price span {
color: var(--ly-color-muted);
font-size: 10px;
line-height: 1.55;
}
.ly-product-card__actions {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: 0.9fr 1.1fr;
gap: 9px;
margin-top: auto;
}
.ly-product-card__actions .ly-button {
min-height: 44px;
padding: 0 13px;
font-size: 12px;
}
.ly-store-empty {
display: grid;
grid-template-columns: 180px minmax(0, 1fr);
gap: 42px;
align-items: center;
padding: 54px;
border: 1px dashed #ccd4e1;
border-radius: 28px;
background: linear-gradient(135deg, #f9fbff, #f3f6fd);
}
.ly-store-empty__icon {
position: relative;
width: 150px;
aspect-ratio: 1;
border: 1px solid #dce3ef;
border-radius: 38px;
background: #fff;
box-shadow: var(--ly-shadow-md);
}
.ly-store-empty__icon::before,
.ly-store-empty__icon::after,
.ly-store-empty__icon span {
position: absolute;
left: 50%;
top: 50%;
border: 1px solid rgba(49,94,251,0.2);
border-radius: 50%;
content: "";
transform: translate(-50%,-50%);
}
.ly-store-empty__icon::before { width: 90px; height: 90px; }
.ly-store-empty__icon::after { width: 52px; height: 52px; background: var(--ly-color-brand); box-shadow: 0 14px 30px rgba(49,94,251,0.3); }
.ly-store-empty__icon span { z-index: 1; width: 10px; height: 10px; border: 0; background: #fff; }
.ly-store-empty > div > span { color: var(--ly-color-brand); font-size: 10px; font-weight: 800; letter-spacing: 0.14em; }
.ly-store-empty h2 { margin: 10px 0; font-size: 32px; letter-spacing: -0.035em; }
.ly-store-empty p { max-width: 650px; margin: 0 0 22px; color: var(--ly-color-muted); line-height: 1.75; }
.ly-price-states {
margin-top: 96px;
padding-top: 74px;
border-top: 1px solid var(--ly-color-line);
}
.ly-product-grid--states .ly-product-card__body { padding: 18px; }
.ly-product-grid--states .ly-product-card__body h3 { font-size: 17px; }
.ly-product-grid--states .ly-product-card__body > p { font-size: 12px; }
.ly-product-grid--states .ly-product-card__price { min-height: 82px; margin: 17px 0; padding: 13px; }
.ly-product-grid--states .ly-product-card__price strong { font-size: 21px; }
.ly-product-grid--states .ly-product-card__actions { grid-template-columns: 1fr; }
.ly-product-grid--states .ly-product-card { max-width: 292px; flex-basis: calc((100% - 54px) / 4); }
.ly-storefront-cta,
.ly-product-final-cta {
position: relative;
overflow: hidden;
color: #fff;
background: linear-gradient(135deg, #0a1020, #132452 65%, #1e3b85);
}
.ly-storefront-cta::before,
.ly-product-final-cta::before {
position: absolute;
right: -120px;
top: -210px;
width: 520px;
height: 520px;
border: 1px solid rgba(255,255,255,0.09);
border-radius: 50%;
box-shadow: 0 0 0 70px rgba(255,255,255,0.025), 0 0 0 140px rgba(255,255,255,0.018);
content: "";
}
.ly-storefront-cta .ly-storefront-shell,
.ly-product-final-cta .ly-product-shell {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
padding: 72px 0;
}
.ly-storefront-cta span,
.ly-product-final-cta span { color: #8eb0ff; }
.ly-storefront-cta h2,
.ly-product-final-cta h2 { margin: 12px 0 10px; color: #fff; font-size: clamp(30px, 3vw, 44px); letter-spacing: -0.04em; }
.ly-storefront-cta p,
.ly-product-final-cta p { max-width: 760px; margin: 0; color: #b7c3df; line-height: 1.75; } .ly-product-hero {
position: relative;
overflow: hidden;
padding-bottom: 84px;
background: radial-gradient(circle at 86% 18%, rgba(49,94,251,0.12), transparent 32%), linear-gradient(180deg, #fbfcff, #f5f7fc);
border-bottom: 1px solid var(--ly-color-line);
}
.ly-product-hero__grid {
display: grid;
grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
gap: 64px;
align-items: center;
padding-top: 66px;
}
.ly-product-hero__media {
overflow: hidden;
border: 1px solid rgba(215,221,231,0.9);
border-radius: 28px;
background: #fff;
box-shadow: 0 30px 72px rgba(15,23,42,0.12);
}
.ly-product-hero__media .ly-service-cover {
border-radius: 0;
}
.ly-product-hero__media-note {
display: grid;
gap: 5px;
padding: 20px 24px 22px;
}
.ly-product-hero__media-note span {
color: var(--ly-color-brand);
font-size: 9px;
font-weight: 800;
letter-spacing: 0.14em;
}
.ly-product-hero__media-note strong {
font-size: 15px;
}
.ly-product-hero__media-note small {
color: var(--ly-color-muted);
font-size: 11px;
line-height: 1.65;
}
.ly-product-hero__meta {
display: flex;
align-items: center;
gap: 12px;
}
.ly-product-hero__meta > span {
display: inline-flex;
align-items: center;
gap: 9px;
color: var(--ly-color-brand);
font-size: 12px;
font-weight: 760;
}
.ly-product-hero__meta i {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--ly-color-success);
box-shadow: 0 0 0 6px rgba(32,164,122,0.11);
}
.ly-product-hero__meta em {
padding: 6px 9px;
border-radius: 999px;
color: #6b4dd6;
background: #efeaff;
font-size: 10px;
font-weight: 700;
}
.ly-product-hero__copy h1 {
margin: 22px 0 24px;
font-size: clamp(40px, 4vw, 58px);
font-weight: 760;
line-height: 1.1;
letter-spacing: -0.05em;
}
.ly-product-hero__price {
margin-top: 28px;
padding: 20px 22px;
border: 1px solid #dfe6f8;
border-radius: 18px;
background: linear-gradient(135deg, #f8faff, #f2f6ff);
}
.ly-product-hero__price > span {
color: var(--ly-color-muted);
font-size: 11px;
font-weight: 700;
}
.ly-product-hero__price > strong {
display: block;
margin: 5px 0;
color: #183371;
font-size: 36px;
font-weight: 780;
letter-spacing: -0.05em;
}
.ly-product-hero__price > p,
.ly-product-hero__assurance {
margin: 0;
color: var(--ly-color-muted);
font-size: 11px;
line-height: 1.65;
}
.ly-product-hero__tags {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin: 18px 0 0;
padding: 0;
list-style: none;
}
.ly-product-hero__tags li {
display: inline-flex;
min-height: 34px;
align-items: center;
padding: 0 12px;
border: 1px solid #dfe5ef;
border-radius: 999px;
color: #3f4a60;
background: #fff;
font-size: 11px;
font-weight: 650;
}
.ly-product-hero__tags li::before {
width: 6px;
height: 6px;
margin-right: 7px;
border-radius: 50%;
background: var(--ly-color-success);
content: "";
}
.ly-product-hero__actions {
display: grid;
grid-template-columns: 0.85fr 1.15fr;
gap: 10px;
margin-top: 20px;
}
.ly-product-hero__assurance {
margin-top: 12px;
text-align: center;
}
.ly-product-hero__intro {
max-width: 700px;
margin: 0;
color: var(--ly-color-copy);
font-size: 17px;
line-height: 1.85;
}
.ly-product-audience {
display: grid;
grid-template-columns: 76px 1fr;
gap: 16px;
margin-top: 30px;
padding: 18px 20px;
border: 1px solid var(--ly-color-line);
border-radius: 16px;
background: rgba(255,255,255,0.74);
}
.ly-product-audience span {
color: var(--ly-color-subtle);
font-size: 11px;
font-weight: 700;
}
.ly-product-audience p {
margin: 0;
color: var(--ly-color-copy);
font-size: 13px;
line-height: 1.65;
}
.ly-product-hero__trust {
display: flex;
flex-wrap: wrap;
gap: 18px;
margin: 24px 0 0;
padding: 0;
list-style: none;
}
.ly-product-hero__trust li {
position: relative;
padding-left: 19px;
color: var(--ly-color-muted);
font-size: 12px;
}
.ly-product-hero__trust li::before {
position: absolute;
left: 0;
top: 4px;
width: 10px;
height: 10px;
border: 3px solid #e6f8f1;
border-radius: 50%;
background: var(--ly-color-success);
content: "";
}
.ly-product-decision {
overflow: hidden;
border: 1px solid rgba(215,221,231,0.9);
border-radius: 28px;
background: #fff;
box-shadow: 0 30px 72px rgba(15,23,42,0.12);
}
.ly-product-decision .ly-service-cover {
border-radius: 0;
}
.ly-service-cover--large { aspect-ratio: 4 / 3; }
.ly-service-cover--large .ly-service-cover__core { width: 34%; }
.ly-product-decision__body {
padding: 28px;
}
.ly-product-decision__body > span {
color: var(--ly-color-muted);
font-size: 11px;
font-weight: 700;
}
.ly-product-decision__body > strong {
display: block;
margin: 7px 0 7px;
color: #183371;
font-size: 36px;
font-weight: 760;
letter-spacing: -0.05em;
}
.ly-product-decision__body > p {
margin: 0;
color: var(--ly-color-muted);
font-size: 12px;
line-height: 1.65;
}
.ly-product-decision__body > div {
display: grid;
grid-template-columns: 1.15fr 0.85fr;
gap: 10px;
margin-top: 23px;
}
.ly-product-jump {
position: sticky;
z-index: 20;
top: 0;
border-bottom: 1px solid var(--ly-color-line);
background: rgba(255,255,255,0.9);
backdrop-filter: blur(16px);
}
.admin-bar .ly-product-jump { top: 32px; }
.ly-product-jump .ly-product-shell {
display: flex;
align-items: center;
gap: 30px;
overflow-x: auto;
min-height: 58px;
}
.ly-product-jump a {
flex: 0 0 auto;
color: var(--ly-color-muted);
font-size: 12px;
font-weight: 650;
}
.ly-product-jump a:hover { color: var(--ly-color-brand); }
.ly-product-section {
padding: 104px 0;
scroll-margin-top: 72px;
}
.ly-product-section--soft {
background: #f7f9fc;
border-top: 1px solid #eef1f5;
border-bottom: 1px solid #eef1f5;
}
.ly-product-overview {
display: grid;
grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
gap: 24px;
align-items: start;
}
.ly-product-overview.is-content-only {
grid-template-columns: minmax(0, 1fr);
}
.ly-product-overview__content,
.ly-product-overview__facts {
padding: 30px;
border: 1px solid var(--ly-color-line);
border-radius: 24px;
background: #fff;
box-shadow: var(--ly-shadow-sm);
}
.ly-product-overview__content > :first-child { margin-top: 0; }
.ly-product-overview__content > :last-child { margin-bottom: 0; }
.ly-product-overview__content h2,
.ly-product-overview__content h3,
.ly-product-overview__content h4 { margin: 1.5em 0 0.55em; color: var(--ly-color-ink); line-height: 1.35; }
.ly-product-overview__content p,
.ly-product-overview__content li { color: var(--ly-color-copy); font-size: 14px; line-height: 1.85; }
.ly-product-overview__content ul,
.ly-product-overview__content ol { padding-left: 1.35em; }
.ly-product-overview__facts {
display: grid;
gap: 0;
background: #f8faff;
}
.ly-product-overview__facts > div {
padding: 18px 0;
border-bottom: 1px solid #e5eaf4;
}
.ly-product-overview__facts > div:first-child { padding-top: 0; }
.ly-product-overview__facts > div:last-child { padding-bottom: 0; border-bottom: 0; }
.ly-product-overview__facts span { color: var(--ly-color-brand); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; }
.ly-product-overview__facts p { margin: 7px 0 0; color: var(--ly-color-copy); font-size: 13px; line-height: 1.75; }
.ly-scope-grid {
display: grid;
grid-template-columns: 1.12fr 0.88fr;
gap: 24px;
}
.ly-scope-grid.is-single {
grid-template-columns: minmax(0, 820px);
justify-content: center;
}
.ly-scope-card {
padding: 30px;
border: 1px solid var(--ly-color-line);
border-radius: 24px;
background: #fff;
box-shadow: var(--ly-shadow-sm);
}
.ly-scope-card > header {
display: flex;
align-items: flex-start;
gap: 15px;
padding-bottom: 23px;
border-bottom: 1px solid var(--ly-color-line);
}
.ly-scope-card > header > span {
display: inline-flex;
width: 38px;
height: 38px;
flex: 0 0 auto;
align-items: center;
justify-content: center;
border-radius: 12px;
color: #08745b;
background: #eafaf4;
font-weight: 800;
}
.ly-scope-card--excluded > header > span {
color: #8c4f2b;
background: #fff4ec;
}
.ly-scope-card h3 { margin: 0 0 5px; font-size: 20px; }
.ly-scope-card header p { margin: 0; color: var(--ly-color-muted); font-size: 12px; }
.ly-scope-card ol,
.ly-scope-card ul { display: grid; gap: 0; margin: 9px 0 0; padding: 0; list-style: none; }
.ly-scope-card li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid #edf0f4; }
.ly-scope-card li:last-child { border-bottom: 0; }
.ly-scope-card li > span { color: var(--ly-color-brand); font-size: 10px; font-weight: 800; }
.ly-scope-card--excluded li > span { color: #c26b38; }
.ly-scope-card li strong { display: block; font-size: 14px; }
.ly-scope-card li p { margin: 4px 0 0; color: var(--ly-color-muted); font-size: 12px; line-height: 1.65; }
.ly-process-list {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 14px;
margin: 0;
padding: 0;
list-style: none;
}
.ly-process-list li {
position: relative;
min-height: 250px;
padding: 24px;
border: 1px solid var(--ly-color-line);
border-radius: 20px;
background: #fff;
box-shadow: var(--ly-shadow-sm);
}
.ly-process-list li > span {
display: inline-flex;
width: 38px;
height: 38px;
align-items: center;
justify-content: center;
border-radius: 12px;
color: #fff;
background: var(--ly-color-brand);
font-size: 11px;
font-weight: 800;
box-shadow: 0 10px 22px rgba(49,94,251,0.2);
}
.ly-process-list h3 { margin: 25px 0 10px; font-size: 17px; }
.ly-process-list p { margin: 0; color: var(--ly-color-muted); font-size: 12px; line-height: 1.7; }
.ly-process-list small { display: block; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--ly-color-line); color: var(--ly-color-brand); font-size: 10px; font-weight: 700; }
.ly-delivery-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.ly-delivery-grid--count-1 {
grid-template-columns: minmax(0, 620px);
justify-content: center;
}
.ly-delivery-grid--count-2 {
grid-template-columns: repeat(2, minmax(0, 520px));
justify-content: center;
}
.ly-delivery-grid article,
.ly-notes-grid article {
padding: 28px;
border: 1px solid var(--ly-color-line);
border-radius: 22px;
background: #fff;
box-shadow: var(--ly-shadow-sm);
}
.ly-delivery-grid article > span,
.ly-notes-grid article > span {
color: var(--ly-color-brand);
font-size: 10px;
font-weight: 800;
letter-spacing: 0.1em;
}
.ly-delivery-grid h3,
.ly-notes-grid h3 { margin: 18px 0 10px; font-size: 18px; }
.ly-delivery-grid p,
.ly-notes-grid p { margin: 0; color: var(--ly-color-muted); font-size: 13px; line-height: 1.75; }
.ly-refund-policy {
display: flex;
gap: 16px;
margin-top: 20px;
padding: 22px 24px;
border: 1px solid #dfe6f8;
border-radius: 18px;
background: #f6f8ff;
}
.ly-refund-policy > span {
display: inline-flex;
width: 28px;
height: 28px;
flex: 0 0 auto;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #fff;
background: var(--ly-color-brand);
font-size: 12px;
font-weight: 800;
}
.ly-refund-policy strong { display: block; margin-bottom: 4px; font-size: 13px; }
.ly-refund-policy p { margin: 0; color: var(--ly-color-muted); font-size: 12px; line-height: 1.7; }
.ly-notes-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.ly-product-section--compliance {
background: #f7f9fc;
border-top: 1px solid #eef1f5;
border-bottom: 1px solid #eef1f5;
}
.ly-compliance-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
.ly-compliance-grid article {
padding: 28px;
border: 1px solid var(--ly-color-line);
border-radius: 22px;
background: #fff;
box-shadow: var(--ly-shadow-sm);
}
.ly-compliance-grid span {
color: var(--ly-color-brand);
font-size: 10px;
font-weight: 800;
letter-spacing: .1em;
}
.ly-compliance-grid h3 {
margin: 18px 0 10px;
font-size: 18px;
}
.ly-compliance-grid p {
margin: 0;
color: var(--ly-color-muted);
font-size: 13px;
line-height: 1.75;
}
.ly-service-search__hero {
padding-bottom: 58px;
border-bottom: 1px solid var(--ly-color-line);
background: linear-gradient(180deg, #fbfcff, #f5f7fc);
}
.ly-service-search__hero .ly-storefront-kicker {
margin-top: 56px;
}
.ly-service-search__hero h1 {
margin: 16px 0 12px;
font-size: clamp(38px, 5vw, 62px);
letter-spacing: -.045em;
}
.ly-service-search__hero p {
margin: 0;
color: var(--ly-color-muted);
}
.ly-service-search__results {
padding: 88px 0 104px;
}
.ly-service-search__other {
margin-top: 88px;
padding-top: 72px;
border-top: 1px solid var(--ly-color-line);
}
.ly-search-result-list {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.ly-search-result-list article {
padding: 24px;
border: 1px solid var(--ly-color-line);
border-radius: 20px;
background: #fff;
}
.ly-search-result-list article > span {
color: var(--ly-color-brand);
font-size: 10px;
font-weight: 800;
}
.ly-search-result-list h3 {
margin: 12px 0 10px;
font-size: 18px;
}
.ly-search-result-list p {
margin: 0 0 18px;
color: var(--ly-color-muted);
font-size: 13px;
line-height: 1.7;
}
.ly-search-result-list article > a:last-child {
color: var(--ly-color-brand);
font-size: 12px;
font-weight: 700;
}
.ly-product-faq-layout {
display: grid;
grid-template-columns: 0.72fr 1.28fr;
gap: 84px;
align-items: start;
}
.ly-product-faq-layout .ly-section-heading {
position: sticky;
top: 100px;
}
.ly-product-faq-layout .ly-section-heading .ly-button { margin-top: 26px; }
.ly-product-faq {
border-top: 1px solid var(--ly-color-line-strong);
}
.ly-product-faq details {
border-bottom: 1px solid var(--ly-color-line-strong);
}
.ly-product-faq summary {
display: flex;
min-height: 72px;
align-items: center;
justify-content: space-between;
gap: 20px;
cursor: pointer;
font-size: 15px;
font-weight: 700;
list-style: none;
}
.ly-product-faq summary::-webkit-details-marker { display: none; }
.ly-product-faq summary span { color: var(--ly-color-brand); font-size: 22px; font-weight: 400; transition: transform 180ms ease; }
.ly-product-faq details[open] summary span { transform: rotate(45deg); }
.ly-product-faq details p { margin: -4px 0 24px; padding-right: 40px; color: var(--ly-color-muted); font-size: 13px; line-height: 1.8; }
.ly-review-count {
flex: 0 0 auto;
margin-bottom: 8px;
padding: 9px 12px;
border: 1px solid #dfe6f8;
border-radius: 999px;
color: var(--ly-color-brand);
background: #fff;
font-size: 12px;
}
.ly-product-reviews {
padding: 28px;
border: 1px solid var(--ly-color-line);
border-radius: 24px;
background: #fff;
box-shadow: var(--ly-shadow-sm);
}
.ly-product-reviews--empty {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
gap: 24px;
align-items: center;
padding: 24px 28px;
}
.ly-product-reviews--empty > div:first-child > span {
color: var(--ly-color-brand);
font-size: 28px;
}
.ly-product-reviews--empty h3 { margin: 5px 0 4px; font-size: 18px; }
.ly-product-reviews--empty p { margin: 0; color: var(--ly-color-muted); font-size: 12px; }
.ly-product-reviews--empty > details { border: 1px solid #dfe6f8; border-radius: 14px; background: #f8faff; }
.ly-product-reviews--empty > details > summary { display: flex; min-height: 48px; align-items: center; justify-content: space-between; padding: 0 16px; color: var(--ly-color-brand); cursor: pointer; font-size: 13px; font-weight: 750; list-style: none; }
.ly-product-reviews--empty > details > summary::-webkit-details-marker { display: none; }
.ly-product-reviews--empty > details > div { padding: 0 16px 16px; }
.ly-product-reviews--empty .woocommerce-noreviews { display: none; }
.ly-product-reviews #reviews,
.ly-product-reviews #comments,
.ly-product-reviews #review_form_wrapper { margin: 0; }
.ly-product-reviews #comments > h2,
.ly-product-reviews #reply-title { margin: 0 0 16px; font-size: 18px; }
.ly-product-reviews .commentlist { margin: 0 0 24px; padding: 0; list-style: none; }
.ly-product-reviews .commentlist li { margin: 0 0 12px; }
.ly-product-reviews .comment-text { margin: 0; padding: 18px; border: 1px solid var(--ly-color-line); border-radius: 16px; }
.ly-product-reviews .comment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
.ly-product-reviews .comment-form > p { margin: 0; }
.ly-product-reviews .comment-form-rating,
.ly-product-reviews .comment-form-comment,
.ly-product-reviews .comment-notes,
.ly-product-reviews .comment-form-cookies-consent,
.ly-product-reviews .form-submit { grid-column: 1 / -1; }
.ly-product-reviews textarea { min-height: 108px; resize: vertical; }
.ly-product-reviews input[type="text"],
.ly-product-reviews input[type="email"],
.ly-product-reviews textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--ly-color-line-strong); border-radius: 10px; background: #fff; }
.ly-product-reviews .form-submit input { min-height: 44px; padding: 0 20px; border: 0; border-radius: 12px; color: #fff; background: var(--ly-color-brand); font-weight: 700; cursor: pointer; }
.ly-service-product-page .woocommerce-shipping-destination,
.ly-service-product-page .woocommerce-shipping-calculator,
.ly-service-product-page .shipping-calculator-button,
.ly-service-product-page .ast-shipping-text,
.ly-service-product-page .wc-block-components-shipping-rates-control,
.ly-service-product-page .wc-block-components-totals-shipping {
display: none !important;
}
.ly-product-final-cta .ly-product-shell > div:last-child {
display: flex;
flex: 0 0 auto;
gap: 10px;
}
@media (max-width: 1199px) {
.ly-storefront-hero__grid,
.ly-product-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr); gap: 38px; }
.ly-product-card { width: calc((100% - 24px) / 2); max-width: 430px; flex-basis: calc((100% - 24px) / 2); }
.ly-product-grid--states .ly-product-card { max-width: 420px; flex-basis: calc((100% - 24px) / 2); }
.ly-search-result-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ly-process-list { grid-template-columns: repeat(3, 1fr); }
.ly-process-list li { min-height: 220px; }
}
@media (max-width: 820px) {
.ly-storefront-shell,
.ly-product-shell { width: min(100% - 36px, 720px); }
.ly-storefront-hero__grid,
.ly-product-hero__grid { grid-template-columns: 1fr; gap: 42px; padding-top: 54px; }
.ly-storefront-hero__copy h1,
.ly-product-hero__copy h1 { font-size: clamp(42px, 8vw, 58px); }
.ly-storefront-trust { grid-template-columns: 1fr; }
.ly-storefront-trust > div + div { border-top: 1px solid var(--ly-color-line); border-left: 0; }
.ly-section-heading--row { align-items: flex-start; flex-direction: column; }
.ly-scope-grid,
.ly-product-faq-layout,
.ly-product-overview { grid-template-columns: 1fr; gap: 40px; }
.ly-product-faq-layout .ly-section-heading { position: static; }
.ly-delivery-grid,
.ly-notes-grid { grid-template-columns: 1fr 1fr; }
.ly-compliance-grid { grid-template-columns: 1fr 1fr; }
.ly-storefront-cta .ly-storefront-shell,
.ly-product-final-cta .ly-product-shell { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767px) {
.ly-storefront-shell,
.ly-product-shell { width: min(100% - 28px, 560px); }
.ly-store-breadcrumbs { overflow: hidden; padding-top: 18px; white-space: nowrap; }
.ly-store-breadcrumbs span[aria-current="page"] { overflow: hidden; text-overflow: ellipsis; }
.ly-storefront-hero { padding-bottom: 32px; }
.ly-storefront-hero__grid,
.ly-product-hero__grid { gap: 30px; padding: 42px 0 34px; }
.ly-storefront-hero__copy h1,
.ly-product-hero__copy h1 { margin: 17px 0 18px; font-size: 38px; line-height: 1.14; }
.ly-storefront-hero__copy > p,
.ly-product-hero__intro { font-size: 15px; line-height: 1.75; }
.ly-storefront-hero__actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 26px; }
.ly-storefront-hero__panel { padding: 20px; border-radius: 22px; }
.ly-storefront-hero__panel li { min-height: 47px; }
.ly-storefront-trust > div { padding: 17px 18px; }
.ly-store-catalog,
.ly-product-section { padding: 72px 0; }
.ly-section-heading { margin-bottom: 28px; }
.ly-section-heading h2 { font-size: 31px; }
.ly-category-filter { margin-right: -14px; margin-bottom: 28px; }
.ly-product-card,
.ly-product-grid--states .ly-product-card { width: 100%; max-width: 560px; flex-basis: 100%; }
.ly-product-card { border-radius: 21px; }
.ly-product-card__body { padding: 20px; }
.ly-store-empty { grid-template-columns: 1fr; gap: 26px; padding: 30px 22px; }
.ly-store-empty__icon { width: 112px; border-radius: 30px; }
.ly-store-empty h2 { font-size: 28px; }
.ly-price-states { margin-top: 72px; padding-top: 58px; }
.ly-storefront-cta .ly-storefront-shell,
.ly-product-final-cta .ly-product-shell { padding: 58px 0; }
.ly-product-audience { grid-template-columns: 1fr; gap: 7px; }
.ly-product-decision__body { padding: 22px; }
.ly-product-decision__body > div { grid-template-columns: 1fr; }
.ly-product-hero__actions { grid-template-columns: 1fr 1fr; }
.ly-product-jump .ly-product-shell { gap: 22px; }
.admin-bar .ly-product-jump { top: 46px; }
.ly-scope-card { padding: 22px; }
.ly-process-list { grid-template-columns: 1fr; }
.ly-process-list li { min-height: 0; }
.ly-delivery-grid,
.ly-notes-grid,
.ly-compliance-grid,
.ly-search-result-list { grid-template-columns: 1fr; }
.ly-product-reviews--empty { grid-template-columns: 1fr; }
.ly-product-reviews .comment-form { grid-template-columns: 1fr; }
.ly-product-reviews .comment-form > p { grid-column: 1; }
.ly-product-final-cta .ly-product-shell > div:last-child { width: 100%; flex-direction: column; }
.ly-product-final-cta .ly-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
.ly-storefront *,
.ly-storefront *::before,
.ly-storefront *::after,
.ly-product-detail *,
.ly-product-detail *::before,
.ly-product-detail *::after {
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
}
}