.hestya-single-product {
--hestya-surface-1: rgba(255, 255, 255, 0.96);
--hestya-surface-2: #edf1f6;
--hestya-surface-3: #ffffff;
--hestya-surface-4: #e3eaf2;
--hestya-surface-5: #f0f4f8;
--hestya-card: rgba(255, 255, 255, 0.97);
--hestya-border: rgba(17, 17, 17, 0.12);
--hestya-border-strong: #c3ccd8;
--hestya-border-contrast: #aeb8c6;
--hestya-text: #111111;
--hestya-text-strong: #1f1f23;
--hestya-muted: #525a67;
--hestya-muted-soft: #343b46;
--hestya-subtle: #4b535f;
--hestya-accent: #ff7c23;
--hestya-accent-strong: #f15a00;
--hestya-accent-soft: rgba(255, 123, 35, 0.16);
--hestya-accent-focus: rgba(241, 90, 0, 0.18);
--hestya-shadow-panel: 0 24px 72px rgba(15, 23, 42, 0.08);
--hestya-shadow-card: 0 18px 44px rgba(15, 23, 42, 0.08);
--hestya-shadow-card-hover: 0 22px 52px rgba(15, 23, 42, 0.12);
--hestya-shadow-soft: 0 14px 28px rgba(17, 17, 17, 0.08);
margin: 0 0 56px;
width: 100%;
max-width: 100%;
}
.hestya-single-product,
.hestya-single-product * {
box-sizing: border-box;
}
.hestya-single-product__inner {
display: grid;
gap: 52px;
min-width: 0;
width: 100%;
max-width: 100%;
width: min(1170px, calc(100% - 40px));
margin: 0 auto;
float: none !important;
}
.hestya-single-product__inner > * {
min-width: 0;
width: 100%;
max-width: 100%;
}
.hestya-single-product__intro {
display: grid;
grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
gap: 32px;
align-items: start;
}
.hestya-single-product__inner.col-full {
width: min(1170px, calc(100% - 40px)) !important;
max-width: 1170px !important;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.hestya-single-eyebrow {
display: inline-flex;
align-items: center;
min-height: 32px;
padding: 6px 12px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.78);
border: 1px solid var(--hestya-border);
color: #7a4a1d;
font-size: 12px;
line-height: 1;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.hestya-single-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 56px;
padding: 14px 20px;
border-radius: 12px;
border: 1px solid transparent;
font-size: 16px;
line-height: 1.2;
font-weight: 800;
text-align: center;
text-decoration: none !important;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}
.hestya-single-button:hover {
transform: translateY(-1px);
text-decoration: none !important;
}
.hestya-single-button--primary {
background: var(--hestya-accent);
border-color: var(--hestya-accent);
color: #ffffff;
box-shadow: 0 18px 36px rgba(255, 124, 35, 0.24);
}
.hestya-single-button--primary:hover {
background: var(--hestya-accent-strong);
border-color: var(--hestya-accent-strong);
color: #ffffff;
}
.hestya-single-button--whatsapp {
background: #2fd15f;
border-color: #2fd15f;
color: #ffffff;
}
.hestya-single-button--whatsapp:hover {
background: #28bc54;
border-color: #28bc54;
color: #ffffff;
}
.hestya-single-button--secondary {
background: rgba(255, 255, 255, 0.9);
border-color: var(--hestya-border-strong);
color: var(--hestya-text);
box-shadow: var(--hestya-shadow-soft);
}
.hestya-single-button--secondary:hover {
background: var(--hestya-surface-2);
border-color: var(--hestya-border-contrast);
color: var(--hestya-text);
}
.hestya-single-button--financing {
background: linear-gradient(180deg, #ffffff 0%, rgba(255, 123, 35, 0.08) 100%);
border-color: rgba(241, 90, 0, 0.22);
color: var(--hestya-text);
box-shadow: var(--hestya-shadow-soft);
}
.hestya-single-button--financing:hover {
background: linear-gradient(180deg, #ffffff 0%, rgba(255, 123, 35, 0.16) 100%);
border-color: var(--hestya-accent-strong);
color: var(--hestya-text);
}
.hestya-single-button--ghost {
background: var(--hestya-surface-4);
border-color: var(--hestya-border-strong);
color: var(--hestya-text);
}
.hestya-single-button--ghost:hover {
background: var(--hestya-surface-5);
border-color: var(--hestya-border-contrast);
color: var(--hestya-text);
}
.hestya-single-button--download {
background: linear-gradient(180deg, #ffffff 0%, rgba(255, 123, 35, 0.08) 100%);
border-color: rgba(241, 90, 0, 0.22);
color: var(--hestya-text);
box-shadow: var(--hestya-shadow-soft);
}
.hestya-single-button--download:hover {
background: linear-gradient(180deg, #ffffff 0%, rgba(255, 123, 35, 0.16) 100%);
border-color: var(--hestya-accent-strong);
color: var(--hestya-text);
}
.hestya-single-section,
.hestya-single-final-cta,
.hestya-single-sizing,
.hestya-single-qualification {
padding: 34px;
border: 1px solid var(--hestya-border);
border-radius: 28px;
background: var(--hestya-card);
box-shadow: var(--hestya-shadow-card);
overflow: hidden;
}
.hestya-single-section--plain {
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
overflow: visible;
}
.hestya-single-section__head {
max-width: 900px;
margin-bottom: 20px;
}
.hestya-single-section__title,
.hestya-single-sizing__title,
.hestya-single-final-cta__title {
margin: 14px 0 0;
color: var(--hestya-text);
font-size: clamp(28px, 2.5vw, 40px);
line-height: 1.14;
letter-spacing: -0.7px;
font-weight: 800;
}
.hestya-single-section__intro,
.hestya-single-section__note,
.hestya-single-sizing__text,
.hestya-single-final-cta__text {
margin: 12px 0 0;
color: var(--hestya-muted);
font-size: 17px;
line-height: 1.72;
}
.hestya-single-hero {
padding: 0;
border-radius: 0;
background: #ffffff;
border: 0;
box-shadow: none;
overflow: hidden;
}
.hestya-single-hero__grid {
display: grid;
grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
gap: 32px;
align-items: start;
width: 100%;
max-width: 100%;
}
.hestya-single-hero__title {
margin: 16px 0 0;
color: var(--hestya-text);
font-size: clamp(28px, 3vw, 44px);
line-height: 1.08;
letter-spacing: -0.8px;
font-weight: 800;
}
.hestya-single-hero__subtitle {
max-width: 780px;
margin: 14px 0 0;
color: var(--hestya-muted);
font-size: 17px;
line-height: 1.68;
}
.hestya-single-hero__media {
min-width: 0;
width: 100%;
max-width: 100%;
}
.hestya-single-hero__main-image {
display: grid;
place-items: center;
overflow: hidden;
width: 100%;
max-width: 100%;
aspect-ratio: 1 / 1;
border-radius: 28px;
background: var(--hestya-surface-3);
border: 1px solid var(--hestya-border);
box-shadow: var(--hestya-shadow-soft);
cursor: zoom-in;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.hestya-single-hero__main-image:hover {
transform: translateY(-1px);
border-color: var(--hestya-border-contrast);
box-shadow: var(--hestya-shadow-card);
}
.hestya-single-hero__main-image:focus-visible {
outline: 3px solid rgba(255, 124, 35, 0.38);
outline-offset: 4px;
}
.hestya-single-hero__main-image img {
display: block;
width: auto;
height: auto;
max-width: calc(100% - 56px);
max-height: calc(100% - 56px);
object-fit: contain;
margin: 0 auto;
padding: 0;
background: transparent;
}
.hestya-single-hero__main,
.hestya-single-hero__aside,
.hestya-single-sizing__content,
.hestya-single-final-cta__content {
min-width: 0;
width: 100%;
max-width: 100%;
}
.hestya-single-hero__main {
position: sticky;
top: 24px;
align-self: start;
justify-self: start;
}
.hestya-single-hero__bullet-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.hestya-single-hero__bullet-item {
position: relative;
min-height: 100%;
padding: 16px 18px 16px 20px;
border-radius: 20px;
background: var(--hestya-surface-2);
border: 1px solid var(--hestya-border);
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}
.hestya-single-hero__bullet-item::before {
content: "";
position: absolute;
inset: 0 auto 0 0;
width: 3px;
border-radius: 20px 0 0 20px;
background: var(--hestya-accent-strong);
}
.hestya-single-hero__bullet-label {
display: block;
margin-bottom: 7px;
color: var(--hestya-muted);
font-size: 12px;
line-height: 1.2;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.hestya-single-hero__bullet-value {
display: block;
color: var(--hestya-text);
font-size: 16px;
line-height: 1.42;
font-weight: 800;
}
.hestya-single-hero__aside {
display: grid;
gap: 18px;
}
.hestya-single-hero__copy {
padding: 0;
border-radius: 0;
background: transparent;
border: 0;
}
.hestya-single-hero__price-card {
padding: 22px 24px;
border-radius: 22px;
background: var(--hestya-surface-3);
border: 1px solid var(--hestya-border);
color: var(--hestya-text);
box-shadow: var(--hestya-shadow-soft);
}
.hestya-single-hero__price-card--link {
display: block;
color: inherit;
text-decoration: none;
cursor: pointer;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.hestya-single-hero__price-card--link:hover {
transform: translateY(-1px);
border-color: var(--hestya-border-contrast);
box-shadow: var(--hestya-shadow-card);
text-decoration: none;
}
.hestya-single-hero__price-card--link:focus {
outline: none;
}
.hestya-single-hero__price-card--link:focus-visible {
border-color: var(--hestya-accent-strong);
box-shadow: 0 0 0 3px rgba(241, 90, 0, 0.14), 0 12px 24px rgba(18, 18, 18, 0.06);
}
.hestya-single-hero__price-head {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 10px 14px;
}
.hestya-single-hero__price-label {
color: var(--hestya-muted);
font-size: 12px;
line-height: 1.2;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.hestya-single-hero__price-tax {
display: inline-flex;
align-items: center;
min-height: 30px;
padding: 6px 10px;
border-radius: 999px;
background: var(--hestya-surface-4);
border: 1px solid var(--hestya-border);
color: #7a4a1d;
font-size: 12px;
line-height: 1;
font-weight: 800;
}
.hestya-single-hero__price-value {
margin-top: 10px;
color: #1f1f23;
font-size: clamp(30px, 2.4vw, 42px);
line-height: 1.08;
font-weight: 800;
}
.hestya-single-hero__price-note {
margin-top: 8px;
color: var(--hestya-subtle);
font-size: 14px;
line-height: 1.55;
}
.hestya-single-hero__price-value .price,
.hestya-single-hero__price-value .woocommerce-Price-amount,
.hestya-single-hero__price-request {
color: inherit !important;
font-size: inherit !important;
line-height: inherit;
font-weight: inherit !important;
}
.hestya-single-purchase {
padding: 22px 24px;
border-radius: 22px;
background: linear-gradient(180deg, #ffffff 0%, rgba(255, 123, 35, 0.08) 100%);
border: 1px solid rgba(241, 90, 0, 0.18);
box-shadow: var(--hestya-shadow-soft);
}
.hestya-single-purchase__eyebrow {
display: inline-flex;
align-items: center;
min-height: 30px;
padding: 6px 10px;
border-radius: 999px;
background: rgba(255, 123, 35, 0.12);
color: var(--hestya-accent-strong);
font-size: 12px;
line-height: 1;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.hestya-single-add-to-cart form.cart {
margin: 16px 0 0;
}
.hestya-single-add-to-cart form.cart:not(.variations_form):not(.grouped_form),
.hestya-single-add-to-cart .woocommerce-variation-add-to-cart {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: flex-end;
}
.hestya-single-add-to-cart .quantity {
margin: 0;
}
.hestya-single-add-to-cart .qty,
.hestya-single-add-to-cart select {
min-height: 54px;
border-radius: 14px;
border: 1px solid var(--hestya-border-strong);
background: #ffffff;
color: var(--hestya-text);
box-shadow: none;
}
.hestya-single-add-to-cart .qty {
width: 96px;
padding: 10px 14px;
text-align: center;
font-size: 16px;
line-height: 1.2;
font-weight: 700;
}
.hestya-single-add-to-cart select {
width: 100%;
padding: 12px 16px;
font-size: 15px;
line-height: 1.4;
font-weight: 600;
}
.hestya-single-add-to-cart .qty:focus-visible,
.hestya-single-add-to-cart select:focus-visible,
.hestya-single-add-to-cart .single_add_to_cart_button:focus-visible,
.hestya-single-add-to-cart .reset_variations:focus-visible {
outline: 3px solid rgba(241, 90, 0, 0.18);
outline-offset: 2px;
}
.hestya-single-add-to-cart .single_add_to_cart_button,
.hestya-single-add-to-cart .button.alt,
.hestya-single-add-to-cart .button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 14px 24px;
border-radius: 14px;
border: 1px solid var(--hestya-accent);
background: var(--hestya-accent);
color: #ffffff;
font-size: 16px;
line-height: 1.2;
font-weight: 800;
text-align: center;
text-decoration: none !important;
box-shadow: 0 18px 36px rgba(255, 124, 35, 0.22);
transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.hestya-single-add-to-cart .single_add_to_cart_button:hover,
.hestya-single-add-to-cart .button.alt:hover,
.hestya-single-add-to-cart .button:hover {
background: var(--hestya-accent-strong);
border-color: var(--hestya-accent-strong);
color: #ffffff;
transform: translateY(-1px);
box-shadow: 0 22px 42px rgba(241, 90, 0, 0.24);
}
.hestya-single-add-to-cart .variations_form {
display: grid;
gap: 16px;
}
.hestya-single-add-to-cart .variations {
width: 100%;
margin: 16px 0 0;
border: 0;
}
.hestya-single-add-to-cart .variations tbody,
.hestya-single-add-to-cart .variations tr {
display: grid;
gap: 8px;
}
.hestya-single-add-to-cart .variations th,
.hestya-single-add-to-cart .variations td {
display: block;
padding: 0;
border: 0;
text-align: left;
}
.hestya-single-add-to-cart .variations label {
display: block;
color: var(--hestya-text);
font-size: 13px;
line-height: 1.2;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.hestya-single-add-to-cart .reset_variations {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 40px;
margin-top: 8px;
color: var(--hestya-accent-strong);
font-size: 13px;
line-height: 1.2;
font-weight: 700;
text-decoration: none;
}
.hestya-single-add-to-cart .woocommerce-variation-price,
.hestya-single-add-to-cart .woocommerce-variation-availability {
margin: 0;
color: var(--hestya-text);
}
.hestya-single-add-to-cart .woocommerce-variation-price .price,
.hestya-single-add-to-cart .woocommerce-variation-price .woocommerce-Price-amount {
color: var(--hestya-text) !important;
font-size: 22px !important;
line-height: 1.2;
font-weight: 800 !important;
}
.hestya-single-add-to-cart .group_table {
width: 100%;
margin: 16px 0 0;
border: 0;
}
.hestya-single-add-to-cart .group_table td {
padding: 10px 0;
border: 0;
vertical-align: middle;
}
.hestya-single-add-to-cart .group_table tr + tr td {
border-top: 1px solid var(--hestya-border);
}
.hestya-single-hero__actions {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
width: min(100%, 760px);
}
.hestya-single-hero__actions .hestya-single-button {
width: 100%;
min-width: 0;
min-height: 54px;
padding-inline: 18px;
}
.hestya-single-qualification__grid,
.hestya-single-usage__grid,
.hestya-single-include__grid,
.hestya-single-trust__grid,
.hestya-single-models__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.hestya-single-usage__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 54px 52px;
align-items: start;
}
.hestya-single-usage__grid > .hestya-single-info-card--list {
max-width: 520px;
}
.hestya-single-usage-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
align-items: stretch;
}
.hestya-single-usage-card {
position: relative;
min-height: 100%;
padding: 26px 24px 24px;
border-radius: 24px;
background: linear-gradient(180deg, var(--hestya-surface-3) 0%, var(--hestya-surface-2) 100%);
border: 1px solid var(--hestya-border);
box-shadow: var(--hestya-shadow-card);
overflow: hidden;
}
.hestya-single-usage-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--hestya-accent) 0%, rgba(255, 124, 35, 0.2) 100%);
}
.hestya-single-usage-card__eyebrow {
display: inline-flex;
align-items: center;
min-height: 28px;
padding: 6px 10px;
border-radius: 999px;
background: var(--hestya-accent-soft);
color: var(--hestya-accent-strong);
font-size: 12px;
line-height: 1;
font-weight: 800;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.hestya-single-usage-card__title {
margin: 16px 0 0;
color: #111111;
font-size: clamp(22px, 1.9vw, 28px);
line-height: 1.24;
letter-spacing: -0.35px;
font-weight: 800;
}
.hestya-single-usage-card__list {
display: grid;
gap: 0;
list-style: none;
margin: 20px 0 0;
padding: 0;
}
.hestya-single-usage-card__list li {
position: relative;
padding: 0 0 0 26px;
color: #423c35;
font-size: 15px;
line-height: 1.78;
}
.hestya-single-usage-card__list li + li {
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid #eee8df;
}
.hestya-single-usage-card__list li::before {
content: "";
position: absolute;
top: 10px;
left: 0;
width: 9px;
height: 9px;
border-radius: 999px;
background: var(--hestya-accent);
}
.hestya-single-system__shell {
padding: 30px;
border-radius: 28px;
background: linear-gradient(135deg, var(--hestya-surface-3) 0%, rgba(245, 247, 250, 0.96) 100%);
border: 1px solid var(--hestya-border);
box-shadow: var(--hestya-shadow-panel);
}
.hestya-single-system__grid {
gap: 18px;
}
.hestya-single-system-card {
min-height: 100%;
padding: 24px;
border-radius: 24px;
background: var(--hestya-surface-3);
border: 1px solid var(--hestya-border);
box-shadow: var(--hestya-shadow-soft);
}
.hestya-single-system-card__eyebrow {
display: inline-flex;
align-items: center;
min-height: 30px;
padding: 6px 11px;
border-radius: 999px;
background: var(--hestya-accent-soft);
color: var(--hestya-accent-strong);
font-size: 12px;
line-height: 1;
font-weight: 800;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.hestya-single-system-card__title {
margin: 16px 0 0;
color: #111111;
font-size: clamp(22px, 1.9vw, 28px);
line-height: 1.24;
letter-spacing: -0.3px;
font-weight: 800;
}
.hestya-single-system-card .hestya-single-list--clean {
margin-top: 18px;
}
.hestya-single-system-card .hestya-single-list--clean li {
color: #413b34;
}
.hestya-single-system-card .hestya-single-list--clean li + li {
border-top-color: #ece3d8;
}
.hestya-single-system-card--offer {
background: linear-gradient(180deg, var(--hestya-surface-3) 0%, rgba(246, 248, 251, 0.96) 100%);
}
.hestya-single-system-card--offer .hestya-single-system-card__eyebrow {
background: var(--hestya-surface-4);
color: var(--hestya-muted);
}
.hestya-single-system__note {
margin-top: 18px;
padding: 16px 18px;
border-radius: 18px;
background: rgba(255, 255, 255, 0.82);
border: 1px solid var(--hestya-border);
color: var(--hestya-muted-soft);
font-size: 15px;
line-height: 1.68;
}
.hestya-single-qualification__head {
margin-bottom: 14px;
}
.hestya-single-qualification__chips {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.hestya-single-qualification__chip {
display: inline-flex;
align-items: center;
min-height: 42px;
padding: 10px 16px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.9);
border: 1px solid var(--hestya-border-strong);
color: var(--hestya-text);
font-size: 15px;
line-height: 1.2;
font-weight: 800;
box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}
.hestya-single-qualification__note {
margin: 16px 0 0;
color: var(--hestya-muted-soft);
font-size: 16px;
line-height: 1.68;
}
.hestya-single-download {
width: 100%;
}
.hestya-single-download__button {
width: 100%;
min-width: 0;
min-height: 58px;
}
.hestya-single-product__intro .hestya-single-hero,
.hestya-single-product__intro .hestya-single-hero__grid {
display: contents;
}
.hestya-single-product__intro .hestya-single-hero__main {
grid-column: 1;
}
.hestya-single-product__intro .hestya-single-hero__aside,
.hestya-single-product__intro .hestya-single-qualification {
grid-column: 2;
}
.hestya-single-product__intro .hestya-single-download {
grid-column: 2;
}
.hestya-single-product__intro .hestya-single-qualification {
margin-top: 6px;
padding: 20px 0 0;
border: 0;
border-top: 1px solid var(--hestya-border);
border-radius: 0;
background: transparent;
box-shadow: none;
}
.hestya-single-trust__grid {
margin-bottom: 18px;
}
.hestya-single-info-card,
.hestya-single-model-card {
min-height: 100%;
padding: 24px;
border-radius: 22px;
background: var(--hestya-surface-3);
border: 1px solid var(--hestya-border);
box-shadow: var(--hestya-shadow-card);
}
.hestya-single-info-card__title,
.hestya-single-model-card__title {
margin: 0;
color: #111111;
font-size: clamp(21px, 2vw, 28px);
line-height: 1.22;
font-weight: 800;
}
.hestya-single-info-card__lead {
margin: 14px 0 0;
color: var(--hestya-muted-soft);
font-size: 16px;
line-height: 1.66;
}
.hestya-single-info-card__note {
margin: 14px 0 0;
color: var(--hestya-subtle);
font-size: 14px;
line-height: 1.6;
}
.hestya-single-list {
display: grid;
gap: 10px;
list-style: none;
margin: 16px 0 0;
padding: 0;
}
.hestya-single-list li {
position: relative;
padding: 14px 16px 14px 48px;
color: var(--hestya-text);
font-size: 16px;
line-height: 1.64;
border-radius: 18px;
background: var(--hestya-surface-2);
border: 1px solid var(--hestya-border);
}
.hestya-single-list li::before {
content: "";
position: absolute;
top: 14px;
left: 16px;
width: 22px;
height: 22px;
border-radius: 999px;
background: var(--hestya-accent-soft);
box-shadow: inset 0 0 0 1px rgba(241, 90, 0, 0.08);
}
.hestya-single-list li::after {
content: "";
position: absolute;
top: 21px;
left: 24px;
width: 5px;
height: 8px;
border-right: 2px solid var(--hestya-accent);
border-bottom: 2px solid var(--hestya-accent);
transform: rotate(45deg);
}
.hestya-single-list--muted li::before {
background: rgba(95, 100, 112, 0.12);
}
.hestya-single-list--muted li::after {
border-right-color: var(--hestya-muted);
border-bottom-color: var(--hestya-muted);
}
.hestya-single-info-card--list {
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.hestya-single-info-card--list .hestya-single-info-card__title {
padding-bottom: 18px;
border-bottom: 1px solid var(--hestya-border);
font-size: clamp(20px, 1.7vw, 25px);
}
.hestya-single-list--clean {
gap: 0;
margin-top: 18px;
}
.hestya-single-list--clean li {
padding: 0 0 0 26px;
border: 0;
border-radius: 0;
background: transparent;
color: var(--hestya-muted-soft);
font-size: 15px;
line-height: 1.78;
}
.hestya-single-list--clean li + li {
margin-top: 22px;
padding-top: 22px;
border-top: 1px solid var(--hestya-border);
}
.hestya-single-list--clean li::before {
top: 10px;
left: 0;
width: 9px;
height: 9px;
background: var(--hestya-accent);
box-shadow: none;
}
.hestya-single-list--clean li::after {
display: none;
}
.hestya-single-list--clean.hestya-single-list--muted li::before {
background: var(--hestya-muted);
}
.hestya-single-spec-list {
overflow: hidden;
border-radius: 22px;
border: 1px solid var(--hestya-border);
background: var(--hestya-surface-3);
box-shadow: var(--hestya-shadow-card);
}
.hestya-single-spec-list__row {
display: grid;
grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.3fr);
gap: 18px;
align-items: center;
padding: 16px 20px;
border-bottom: 1px solid var(--hestya-border);
}
.hestya-single-spec-list__row:last-child {
border-bottom: 0;
}
.hestya-single-spec-list__row:nth-child(even) {
background: rgba(238, 241, 246, 0.62);
}
.hestya-single-spec-list__label {
color: var(--hestya-muted);
font-size: 12px;
line-height: 1.2;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.hestya-single-spec-list__value {
color: #111111;
font-size: 17px;
line-height: 1.5;
font-weight: 800;
}
.hestya-single-editor {
margin-top: 20px;
padding: 26px;
border-radius: 22px;
background: rgba(255, 255, 255, 0.9);
border: 1px solid var(--hestya-border);
}
.hestya-single-editor > :first-child {
margin-top: 0;
}
.hestya-single-editor > :last-child {
margin-bottom: 0;
}
.hestya-single-editor p,
.hestya-single-editor li {
color: var(--hestya-muted-soft);
font-size: 17px;
line-height: 1.74;
}
.hestya-single-table-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding-bottom: 6px;
border-radius: 22px;
max-width: 100%;
}
.hestya-single-table {
width: 100%;
min-width: 980px;
border-collapse: separate;
border-spacing: 0;
background: rgba(255, 255, 255, 0.97);
border: 1px solid var(--hestya-border);
border-radius: 22px;
overflow: hidden;
}
.hestya-single-table th,
.hestya-single-table td {
padding: 16px 14px;
text-align: left;
border-bottom: 1px solid rgba(17, 17, 17, 0.08);
border-right: 1px solid rgba(17, 17, 17, 0.05);
vertical-align: middle;
}
.hestya-single-table th {
background: linear-gradient(180deg, #ffffff 0%, var(--hestya-surface-4) 100%);
color: #111111;
font-size: 14px;
line-height: 1.35;
font-weight: 800;
letter-spacing: 0.04em;
white-space: nowrap;
}
.hestya-single-table td {
color: var(--hestya-muted-soft);
font-size: 15px;
line-height: 1.58;
background: transparent;
}
.hestya-single-table th:last-child,
.hestya-single-table td:last-child {
border-right: 0;
}
.hestya-single-table tbody tr:nth-child(even) td {
background: rgba(238, 241, 246, 0.62);
}
.hestya-single-table tbody tr.is-current td {
background: rgba(241, 90, 0, 0.11);
color: #111111;
font-weight: 800;
}
.hestya-single-table__product-link {
color: inherit;
font: inherit;
text-decoration: none !important;
}
.hestya-single-table__product-link:hover,
.hestya-single-table__product-link:active,
.hestya-single-table__product-link:visited {
color: inherit;
text-decoration: none !important;
}
.hestya-single-table__product-link:focus-visible {
outline: 2px solid var(--hestya-accent-strong);
outline-offset: 2px;
border-radius: 2px;
}
.hestya-single-model-card {
position: relative;
}
.hestya-single-model-card.is-current {
border-color: var(--hestya-accent-strong);
box-shadow: 0 18px 30px rgba(241, 90, 0, 0.1);
}
.hestya-single-model-card__eyebrow {
display: inline-flex;
align-items: center;
min-height: 30px;
padding: 6px 10px;
border-radius: 999px;
background: var(--hestya-surface-4);
color: #7a4a1d;
font-size: 12px;
line-height: 1;
font-weight: 800;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.hestya-single-model-card__top {
margin-bottom: 18px;
}
.hestya-single-model-card__title {
margin-top: 14px;
}
.hestya-single-model-card__summary {
margin: 14px 0 0;
color: var(--hestya-muted-soft);
font-size: 15px;
line-height: 1.64;
}
.hestya-single-model-card__title-link {
color: inherit;
text-decoration: none;
transition: color 0.18s ease;
}
.hestya-single-model-card__title-link:hover {
color: var(--hestya-accent);
}
.hestya-single-model-card__specs {
display: grid;
gap: 12px;
margin: 0;
}
.hestya-single-model-card__specs div {
display: grid;
gap: 4px;
padding-top: 12px;
border-top: 1px solid var(--hestya-border);
}
.hestya-single-model-card__specs dt {
margin: 0;
color: var(--hestya-muted);
font-size: 12px;
line-height: 1.2;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.hestya-single-model-card__specs dd {
margin: 0;
color: #111111;
font-size: 18px;
line-height: 1.4;
font-weight: 800;
}
.hestya-single-model-card__link {
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: 18px;
color: var(--hestya-accent);
font-size: 14px;
line-height: 1.2;
font-weight: 800;
text-decoration: none;
}
.hestya-single-model-card__link::after {
content: "→";
font-size: 14px;
line-height: 1;
}
.hestya-single-model-card__link:hover {
text-decoration: none;
color: var(--hestya-accent-strong);
}
.hestya-single-sizing {
display: grid;
grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
gap: 24px;
align-items: center;
background: linear-gradient(135deg, var(--hestya-surface-3) 0%, rgba(245, 247, 250, 0.96) 100%);
}
.hestya-single-sizing__fields {
display: flex;
flex-wrap: wrap;
gap: 10px;
list-style: none;
margin: 18px 0 0;
padding: 0;
}
.hestya-single-sizing__fields li {
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 8px 12px;
border-radius: 999px;
background: var(--hestya-surface-5);
border: 1px solid var(--hestya-border);
color: var(--hestya-text);
font-size: 14px;
line-height: 1.2;
font-weight: 700;
}
.hestya-single-sizing__actions {
display: grid;
gap: 12px;
}
.hestya-single-product .hestya-archive-faq {
margin: 12px 0 0;
}
.hestya-single-product .hestya-archive-faq__inner {
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
}
.hestya-single-product .hestya-archive-faq__head {
max-width: 920px;
margin-bottom: 26px;
}
.hestya-single-product .hestya-archive-faq__eyebrow {
display: inline-flex;
align-items: center;
min-height: 32px;
padding: 6px 12px;
margin-bottom: 16px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.9);
border: 1px solid var(--hestya-border);
color: #7a4a1d;
font-size: 12px;
line-height: 1;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.hestya-single-product .hestya-archive-faq__title {
margin: 0;
color: #111111;
font-size: clamp(30px, 2.8vw, 42px);
line-height: 1.14;
letter-spacing: -0.8px;
font-weight: 800;
}
.hestya-single-product .hestya-archive-faq__intro {
margin-top: 14px;
max-width: 860px;
color: var(--hestya-muted);
font-size: 17px;
line-height: 1.72;
}
.hestya-single-product .hestya-archive-faq__intro p,
.hestya-single-product .hestya-archive-faq__answer p {
margin: 0;
}
.hestya-single-product .hestya-archive-faq__items {
display: grid;
gap: 14px;
}
.hestya-single-product .hestya-archive-faq__item {
overflow: hidden;
border: 1px solid var(--hestya-border);
border-radius: 18px;
background: var(--hestya-surface-3);
box-shadow: var(--hestya-shadow-card);
transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.hestya-single-product .hestya-archive-faq__item:hover {
border-color: rgba(17, 17, 17, 0.14);
box-shadow: var(--hestya-shadow-card-hover);
}
.hestya-single-product .hestya-archive-faq__item[data-state="open"],
.hestya-single-product .hestya-archive-faq__item[data-state="opening"] {
border-color: rgba(255, 124, 35, 0.22);
box-shadow: 0 24px 42px rgba(17, 17, 17, 0.1);
}
.hestya-single-product .hestya-archive-faq__question {
position: relative;
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
gap: 18px;
padding: 24px;
cursor: pointer;
border: 0;
background: transparent;
text-align: left;
appearance: none;
color: #171717;
font-size: 21px;
line-height: 1.35;
font-weight: 700;
}
.hestya-single-product .hestya-archive-faq__question::-webkit-details-marker {
display: none;
}
.hestya-single-product .hestya-archive-faq__content {
height: 0;
overflow: hidden;
opacity: 0;
will-change: height, opacity;
}
.hestya-single-product .hestya-archive-faq__icon {
position: relative;
flex: 0 0 34px;
width: 34px;
height: 34px;
border-radius: 999px;
background: var(--hestya-surface-5);
border: 1px solid var(--hestya-border);
transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.22s ease, border-color 0.22s ease;
}
.hestya-single-product .hestya-archive-faq__icon-line {
position: absolute;
top: 50%;
left: 50%;
display: block;
background: #111111;
border-radius: 999px;
transform-origin: center;
transition: transform 0.28s ease, opacity 0.22s ease, background-color 0.22s ease;
}
.hestya-single-product .hestya-archive-faq__icon-line--horizontal {
width: 14px;
height: 2px;
transform: translate(-50%, -50%);
}
.hestya-single-product .hestya-archive-faq__icon-line--vertical {
width: 2px;
height: 14px;
transform: translate(-50%, -50%) scaleY(1);
}
.hestya-single-product .hestya-archive-faq__item[data-state="open"] .hestya-archive-faq__icon,
.hestya-single-product .hestya-archive-faq__item[data-state="opening"] .hestya-archive-faq__icon {
background: var(--hestya-accent-strong);
border-color: var(--hestya-accent-strong);
transform: rotate(180deg);
}
.hestya-single-product .hestya-archive-faq__item[data-state="open"] .hestya-archive-faq__icon-line,
.hestya-single-product .hestya-archive-faq__item[data-state="opening"] .hestya-archive-faq__icon-line {
background: #ffffff;
}
.hestya-single-product .hestya-archive-faq__item[data-state="open"] .hestya-archive-faq__icon-line--vertical,
.hestya-single-product .hestya-archive-faq__item[data-state="opening"] .hestya-archive-faq__icon-line--vertical {
transform: translate(-50%, -50%) scaleY(0);
opacity: 0;
}
.hestya-single-product .hestya-archive-faq__question-text {
display: block;
}
.hestya-single-product .hestya-archive-faq__question:focus {
outline: none;
}
.hestya-single-product .hestya-archive-faq__question:focus-visible {
box-shadow: inset 0 0 0 2px var(--hestya-accent-strong);
border-radius: 20px;
}
.hestya-single-product .hestya-archive-faq__answer {
padding: 0 24px 24px;
color: var(--hestya-muted-soft);
font-size: 18px;
line-height: 1.72;
opacity: 0;
transform: translateY(-8px);
transition: opacity 0.24s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.hestya-single-product .hestya-archive-faq__item[data-state="open"] .hestya-archive-faq__answer,
.hestya-single-product .hestya-archive-faq__item[data-state="opening"] .hestya-archive-faq__answer {
opacity: 1;
transform: translateY(0);
}
.hestya-single-final-cta__grid {
display: grid;
grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
gap: 28px;
align-items: start;
}
.hestya-single-final-cta__grid.has-form {
grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
}
.hestya-single-final-cta__actions,
.hestya-single-final-cta__form-wrap {
display: grid;
gap: 12px;
align-self: stretch;
justify-self: end;
width: min(100%, 420px);
}
.hestya-single-final-cta__content {
max-width: 720px;
}
.hestya-single-final-cta__helper-list {
display: flex;
flex-wrap: wrap;
gap: 10px;
list-style: none;
margin: 18px 0 0;
padding: 0;
}
.hestya-single-final-cta__helper-list li {
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 8px 12px;
border-radius: 999px;
background: var(--hestya-surface-5);
border: 1px solid var(--hestya-border);
color: var(--hestya-text);
font-size: 14px;
line-height: 1.2;
font-weight: 700;
}
.hestya-single-final-cta__actions .hestya-single-button {
width: 100%;
min-height: 56px;
}
.hestya-single-final-cta__form-wrap {
padding: 22px;
border-radius: 22px;
border: 1px solid var(--hestya-border);
background: var(--hestya-surface-3);
box-shadow: var(--hestya-shadow-card);
}
.hestya-single-final-cta__form-wrap > :first-child {
margin-top: 0;
}
.hestya-single-final-cta__form-wrap > :last-child {
margin-bottom: 0;
}
@media (max-width: 1200px) {
.hestya-single-product__inner {
width: min(1170px, calc(100% - 32px));
}
}
@media (max-width: 900px) {
.hestya-single-product__intro,
.hestya-single-hero__grid,
.hestya-single-sizing,
.hestya-single-final-cta__grid {
grid-template-columns: 1fr;
}
.hestya-single-product__intro .hestya-single-hero__main,
.hestya-single-hero__main {
order: 1;
position: static;
grid-column: 1;
}
.hestya-single-product__intro .hestya-single-hero__aside,
.hestya-single-hero__aside {
order: 2;
grid-column: 1;
}
.hestya-single-product__intro .hestya-single-qualification {
order: 3;
grid-column: 1;
margin-top: 0;
padding-top: 0;
border-top: 0;
}
.hestya-single-product__intro .hestya-single-download {
order: 4;
grid-column: 1;
}
.hestya-single-hero__bullet-list,
.hestya-single-qualification__grid,
.hestya-single-include__grid,
.hestya-single-trust__grid,
.hestya-single-models__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hestya-single-hero__actions {
grid-template-columns: repeat(2, minmax(0, 1fr));
width: 100%;
}
.hestya-single-hero__actions .hestya-single-button--primary:first-child {
grid-column: 1 / -1;
}
.hestya-single-usage__grid {
gap: 34px 28px;
}
.hestya-single-usage-cards {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hestya-single-usage__grid > .hestya-single-info-card--list {
max-width: none;
}
}
@media (max-width: 767px) {
.hestya-single-product__inner,
.hestya-single-product__inner.col-full {
width: calc(100vw - 40px) !important;
max-width: none !important;
gap: 28px;
}
.hestya-single-product {
margin-bottom: 34px;
}
.hestya-single-section,
.hestya-single-final-cta,
.hestya-single-sizing,
.hestya-single-qualification,
.hestya-single-hero {
padding: 22px 16px;
border-radius: 22px;
}
.hestya-single-section--plain {
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
overflow: visible;
}
.hestya-single-section__title,
.hestya-single-sizing__title,
.hestya-single-final-cta__title {
font-size: 28px;
letter-spacing: -0.5px;
}
.hestya-single-section__intro,
.hestya-single-section__note,
.hestya-single-sizing__text,
.hestya-single-final-cta__text,
.hestya-single-hero__subtitle {
font-size: 16px;
line-height: 1.66;
}
.hestya-single-hero__title {
font-size: 30px;
letter-spacing: -0.45px;
}
.hestya-single-hero__grid,
.hestya-single-product__intro,
.hestya-single-hero__bullet-list,
.hestya-single-usage__grid,
.hestya-single-usage-cards,
.hestya-single-qualification__grid,
.hestya-single-include__grid,
.hestya-single-trust__grid,
.hestya-single-models__grid,
.hestya-single-final-cta__actions {
grid-template-columns: 1fr;
}
.hestya-single-info-card,
.hestya-single-model-card,
.hestya-single-editor {
padding: 20px 18px;
border-radius: 18px;
}
.hestya-single-info-card__title,
.hestya-single-model-card__title {
font-size: 22px;
}
.hestya-single-hero__bullet-item,
.hestya-single-hero__copy,
.hestya-single-hero__price-card,
.hestya-single-purchase {
padding: 18px 16px;
border-radius: 18px;
}
.hestya-single-hero__actions,
.hestya-single-final-cta__actions {
display: grid;
grid-template-columns: 1fr;
}
.hestya-single-add-to-cart form.cart:not(.variations_form):not(.grouped_form),
.hestya-single-add-to-cart .woocommerce-variation-add-to-cart {
flex-direction: column;
align-items: stretch;
}
.hestya-single-add-to-cart .qty,
.hestya-single-add-to-cart .single_add_to_cart_button,
.hestya-single-add-to-cart .button.alt,
.hestya-single-add-to-cart .button {
width: 100%;
}
.hestya-single-hero__actions .hestya-single-button,
.hestya-single-final-cta__actions .hestya-single-button {
width: 100%;
min-width: 0;
}
.hestya-single-hero__actions {
gap: 10px;
}
.hestya-single-final-cta__actions {
justify-self: stretch;
width: 100%;
}
.hestya-single-usage__grid,
.hestya-single-usage-cards,
.hestya-single-include__grid {
gap: 28px;
}
.hestya-single-system__shell {
padding: 20px 16px;
border-radius: 22px;
}
.hestya-single-system-card {
padding: 22px 18px 20px;
border-radius: 20px;
}
.hestya-single-system__note {
margin-top: 16px;
padding: 14px 16px;
border-radius: 16px;
font-size: 15px;
}
.hestya-single-usage-card {
padding: 22px 18px 20px;
border-radius: 20px;
}
.hestya-single-usage-card__title {
font-size: 24px;
}
.hestya-single-usage-card__list li {
font-size: 16px;
line-height: 1.72;
}
.hestya-single-usage-card__list li + li {
margin-top: 18px;
padding-top: 18px;
}
.hestya-single-list--clean li {
padding-left: 24px;
font-size: 16px;
line-height: 1.72;
}
.hestya-single-list--clean li + li {
margin-top: 18px;
padding-top: 18px;
}
.hestya-single-hero__main-image {
border-radius: 22px;
aspect-ratio: auto;
padding: 16px;
}
.hestya-single-hero__main-image img {
width: 100%;
max-width: 100%;
height: auto;
max-height: none;
}
.hestya-single-spec-list {
border-radius: 18px;
}
.hestya-single-spec-list__row {
grid-template-columns: 1fr;
gap: 8px;
padding: 14px 16px;
}
.hestya-single-spec-list__value {
font-size: 16px;
}
.hestya-single-table {
min-width: 720px;
}
.hestya-single-table th,
.hestya-single-table td {
padding: 12px 10px;
font-size: 14px;
}
.hestya-single-product .hestya-archive-faq {
margin-top: 4px;
}
.hestya-single-product .hestya-archive-faq__head {
margin-bottom: 18px;
}
.hestya-single-product .hestya-archive-faq__eyebrow {
margin-bottom: 12px;
}
.hestya-single-product .hestya-archive-faq__title {
font-size: 28px;
letter-spacing: -0.5px;
}
.hestya-single-product .hestya-archive-faq__intro {
margin-top: 10px;
font-size: 15px;
line-height: 1.65;
}
.hestya-single-product .hestya-archive-faq__items {
gap: 12px;
}
.hestya-single-product .hestya-archive-faq__item {
border-radius: 18px;
}
.hestya-single-product .hestya-archive-faq__question {
padding: 18px;
gap: 14px;
font-size: 17px;
line-height: 1.45;
}
.hestya-single-product .hestya-archive-faq__icon {
flex-basis: 30px;
width: 30px;
height: 30px;
}
.hestya-single-product .hestya-archive-faq__icon-line--horizontal {
width: 12px;
}
.hestya-single-product .hestya-archive-faq__icon-line--vertical {
height: 12px;
}
.hestya-single-product .hestya-archive-faq__answer {
padding: 0 18px 18px;
font-size: 16px;
line-height: 1.68;
}
.hestya-single-product .hestya-archive-faq__answer p,
.hestya-single-editor p,
.hestya-single-editor li {
font-size: 16px;
line-height: 1.7;
}
.hestya-single-final-cta__actions {
margin-top: 18px;
}
.hestya-single-final-cta__actions .hestya-single-button,
.hestya-single-sizing__actions .hestya-single-button {
width: 100%;
}
}