.announcement-bar {
    background: #052e2b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    font-size: 0.86rem;
    font-weight: 800;
    padding: 8px 0;
}

.announcement-bar span {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.announcement-bar i {
    color: var(--secondary-color);
}

.site-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--zest-shadow-soft);
}

.header-main {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 190px minmax(320px, 1fr) auto;
    padding: 12px 0;
}

.brand-logo {
    align-items: center;
    display: inline-flex;
    min-width: 0;
}

.brand-image {
    display: block;
    height: 64px;
    max-height: 64px;
    object-fit: contain;
    width: 154px;
}

.search-form {
    align-items: stretch;
    background: var(--zest-surface);
    border: 1px solid #d6dde6;
    border-radius: var(--zest-radius);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    display: flex;
    min-height: 48px;
    overflow: hidden;
}

.search-form:focus-within {
    border-color: rgba(6, 78, 59, 0.5);
    box-shadow: 0 0 0 4px rgba(6, 78, 59, 0.1);
}

.search-form .form-control {
    background: transparent;
    border: 0;
    color: var(--text-color);
    font-size: 0.95rem;
    min-width: 0;
    padding: 0 18px;
}

.search-form .form-control::placeholder {
    color: #7b8794;
}

.search-form .btn {
    align-items: center;
    background: var(--primary-color);
    border: 0;
    border-radius: 0;
    color: #ffffff;
    display: inline-flex;
    font-size: 1.1rem;
    justify-content: center;
    width: 56px;
}

.header-actions {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 8px;
}

.navbar {
    border-top: 1px solid var(--border-color);
}

.nav-menu {
    align-items: center;
    gap: 4px;
    padding: 9px 0;
}

.nav-menu .nav-link {
    border-radius: var(--zest-radius);
    color: #334155;
    font-size: 0.95rem;
    font-weight: 800;
    padding: 8px 12px;
}

.nav-menu .nav-link:hover,
.nav-menu .nav-link.active {
    background: var(--zest-soft);
    color: var(--primary-color);
}

.nav-menu .deal-link {
    color: #15803d;
}

.site-footer {
    background: #052e2b;
    color: rgba(255, 255, 255, 0.74);
    padding: 54px 0 24px;
}

.footer-brand {
    align-items: center;
    background: #ffffff;
    border-radius: var(--zest-radius);
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 10px;
}

.footer-brand .brand-image {
    height: 74px;
    max-height: 74px;
    width: 166px;
}

.footer-text {
    color: rgba(255, 255, 255, 0.76);
    max-width: 360px;
}

.site-footer h2 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 15px;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer li {
    margin-bottom: 10px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.74);
}

.site-footer a:hover {
    color: var(--secondary-color);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.62);
    margin-top: 34px;
    padding-top: 18px;
}

.homepage {
    background: var(--zest-page);
    overflow-x: clip;
}

.homepage-hero {
    background: linear-gradient(135deg, #effaf2 0%, #ffffff 52%, #f8fafc 100%);
    border-bottom: 1px solid var(--border-color);
    padding: 44px 0 54px;
}

.homepage-hero-grid {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.homepage-hero-copy {
    max-width: 620px;
}

.hero-kicker {
    align-items: center;
    background: var(--zest-lime-soft);
    border: 1px solid rgba(132, 204, 22, 0.28);
    border-radius: 999px;
    color: #365314;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    margin-bottom: 15px;
    padding: 7px 12px;
    text-transform: uppercase;
}

.homepage-hero-copy h1 {
    color: #073b2f;
    font-size: clamp(2.15rem, 4vw, 4.35rem);
    font-weight: 950;
    line-height: 1.08;
    margin: 0;
    max-width: 720px;
}

.homepage-hero-copy p {
    color: #435061;
    font-size: 1.1rem;
    line-height: 1.75;
    margin: 18px 0 0;
    max-width: 560px;
}

.homepage-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.homepage-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.homepage-hero-trust span {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #dbe7de;
    border-radius: var(--zest-radius);
    color: #1f2937;
    display: inline-flex;
    font-weight: 850;
    gap: 8px;
    padding: 10px 12px;
}

.homepage-hero-trust i {
    color: var(--primary-color);
}

.homepage-hero-visual {
    aspect-ratio: 4 / 3;
    border-radius: var(--zest-radius);
    min-height: 360px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.homepage-hero-visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-floating-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: var(--zest-radius);
    bottom: 18px;
    box-shadow: var(--zest-shadow);
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 13px 15px;
    position: absolute;
}

.hero-floating-card span {
    color: #64748b;
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    margin-bottom: 2px;
}

.hero-floating-card strong {
    color: #0f172a;
    display: block;
    font-size: 1rem;
    font-weight: 950;
}

.homepage-section {
    padding: 58px 0;
}

.homepage-section + .homepage-section {
    border-top: 1px solid rgba(229, 231, 235, 0.68);
}

.section-anchor {
    display: block;
    height: 0;
    position: relative;
    top: -96px;
}

.section-title-row {
    align-items: end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.section-heading span {
    color: var(--primary-color);
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 950;
    margin-bottom: 5px;
}

.section-heading h2 {
    color: var(--text-color);
    font-size: 1.85rem;
    font-weight: 950;
    line-height: 1.25;
    margin: 0;
}

.homepage-category-grid,
.homepage-product-grid,
.why-choose-grid {
    display: grid;
    gap: 18px;
}

.homepage-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-collections-section {
    background: #ffffff;
}

.category-collection {
    padding: 24px 0;
}

.category-collection + .category-collection {
    border-top: 1px solid var(--border-color);
}

.category-collection-header {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.category-collection-header h3 {
    color: var(--text-color);
    font-size: 1.25rem;
    font-weight: 950;
    margin: 0;
}

.why-choose-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-detail-layout {
    align-items: start;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
    margin-top: 18px;
}

.product-gallery {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.product-detail-image {
    background: var(--zest-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--zest-radius);
    box-shadow: var(--zest-shadow-soft);
    overflow: hidden;
    position: relative;
}

.product-detail-image img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-gallery-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.gallery-thumb {
    background: var(--zest-surface);
    border: 2px solid var(--primary-color);
    border-radius: var(--zest-radius);
    flex: 0 0 78px;
    height: 62px;
    overflow: hidden;
    padding: 0;
}

.gallery-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-detail-content {
    background: var(--zest-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--zest-radius);
    box-shadow: var(--zest-shadow-soft);
    min-width: 0;
    padding: 28px;
}

.detail-meta-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.detail-category,
.rating-placeholder {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 950;
    gap: 6px;
    line-height: 1;
    padding: 8px 11px;
}

.detail-category {
    background: var(--zest-soft);
    color: var(--primary-color);
}

.rating-placeholder {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    color: var(--zest-muted);
}

.rating-placeholder i {
    color: #f59e0b;
}

.product-detail-content h1 {
    color: var(--text-color);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 950;
    line-height: 1.18;
    margin: 0 0 14px;
    overflow-wrap: anywhere;
}

.detail-short {
    color: var(--zest-muted);
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 18px;
}

.detail-price-panel {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: var(--zest-radius);
    margin: 20px 0 14px;
    padding: 16px;
}

.detail-price-panel > span {
    color: var(--zest-muted);
    display: block;
    font-size: 0.82rem;
    font-weight: 900;
    margin-bottom: 7px;
}

.detail-price-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.detail-price-line .price {
    font-size: 1.9rem;
}

.detail-price-line .regular-price {
    font-size: 1rem;
}

.stock-note {
    align-items: center;
    color: var(--zest-muted);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 0;
}

.stock-note > span {
    font-weight: 900;
}

.stock-chip {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 950;
    line-height: 1;
    padding: 7px 10px;
}

.stock-ok {
    background: #dcfce7;
    color: #166534;
}

.stock-low {
    background: #fef3c7;
    color: #92400e;
}

.stock-out {
    background: #fee2e2;
    color: #991b1b;
}

.detail-cart-form {
    border-top: 1px solid var(--border-color);
    margin-top: 20px;
    padding-top: 20px;
}

.detail-cart-form .form-label {
    color: var(--text-color);
    font-weight: 900;
    margin-bottom: 8px;
}

.quantity-row {
    display: flex;
    margin-bottom: 12px;
}

.quantity-row .form-control {
    border-radius: var(--zest-radius);
    font-weight: 900;
    max-width: 116px;
    min-height: 44px;
    text-align: center;
}

.detail-action-row {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.detail-action-row .btn {
    align-items: center;
    display: inline-flex;
    font-weight: 950;
    justify-content: center;
    min-height: 48px;
    white-space: normal;
}

.detail-trust-list {
    border-top: 1px solid var(--border-color);
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
}

.detail-trust-list span {
    align-items: center;
    color: #166534;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 900;
    gap: 8px;
}

.detail-section {
    margin-top: 34px;
}

.product-info-tabs {
    background: var(--zest-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--zest-radius);
    box-shadow: var(--zest-shadow-soft);
    overflow: hidden;
}

.product-info-tabs .nav-tabs {
    border-bottom: 1px solid var(--border-color);
    gap: 6px;
    padding: 10px 10px 0;
}

.product-info-tabs .nav-link {
    border-radius: var(--zest-radius) var(--zest-radius) 0 0;
    color: var(--zest-muted);
    font-weight: 950;
}

.product-info-tabs .nav-link.active {
    color: var(--primary-color);
}

.detail-tab-content {
    padding: 22px;
}

.detail-description {
    border-top: 0;
    margin: 0;
    padding: 0;
}

.detail-description h2 {
    color: var(--text-color);
    font-size: 1.12rem;
    font-weight: 950;
    margin: 0 0 10px;
}

.detail-description p {
    color: var(--zest-muted);
    line-height: 1.8;
    margin: 0;
}

.cart-layout,
.checkout-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.cart-table-card,
.cart-summary,
.checkout-card {
    background: var(--zest-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--zest-radius);
    box-shadow: var(--zest-shadow-soft);
    min-width: 0;
}

.cart-table-card,
.checkout-card {
    padding: 22px;
}

.cart-card-heading,
.checkout-card-heading,
.summary-heading {
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin: -2px 0 18px;
    padding-bottom: 16px;
}

.cart-card-heading span,
.checkout-card-heading span,
.summary-heading span {
    color: var(--primary-color);
    display: block;
    font-size: 0.78rem;
    font-weight: 950;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.cart-card-heading h2,
.checkout-card-heading h2,
.summary-heading h2 {
    color: var(--text-color);
    font-size: 1.18rem;
    font-weight: 950;
    margin: 0;
}

.cart-card-heading strong {
    background: var(--zest-soft);
    border-radius: 999px;
    color: var(--primary-color);
    flex: 0 0 auto;
    font-size: 0.86rem;
    font-weight: 950;
    padding: 7px 11px;
}

.cart-row {
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    display: grid;
    gap: 16px;
    grid-template-columns: 96px minmax(0, 1fr) auto minmax(120px, auto);
    padding: 16px 0;
}

.cart-row:first-of-type {
    padding-top: 0;
}

.cart-row:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.cart-item-image {
    background: #f1f5f9;
    border-radius: var(--zest-radius);
    display: block;
    overflow: hidden;
}

.cart-item-image img,
.cart-row img {
    aspect-ratio: 1 / 0.86;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.cart-product {
    min-width: 0;
}

.cart-product h3 {
    display: -webkit-box;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.35;
    margin: 0 0 6px;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cart-product h3 a {
    color: var(--text-color);
}

.cart-product h3 a:hover {
    color: var(--primary-color);
}

.cart-product p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--zest-muted);
    display: -webkit-box;
    font-size: 0.84rem;
    line-height: 1.55;
    margin: 0 0 6px;
    overflow: hidden;
}

.cart-product span,
.cart-quantity-block > span,
.cart-price-block > span {
    color: var(--zest-muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
}

.cart-quantity-block {
    display: grid;
    gap: 7px;
}

.quantity-controls {
    align-items: center;
    background: var(--zest-soft);
    border-radius: var(--zest-radius);
    display: inline-flex;
    gap: 8px;
    padding: 6px;
}

.quantity-controls form {
    margin: 0;
}

.quantity-controls button {
    align-items: center;
    background: var(--zest-surface);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    color: var(--primary-color);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.quantity-controls strong {
    color: var(--text-color);
    font-weight: 950;
    min-width: 24px;
    text-align: center;
}

.cart-price-block {
    display: grid;
    gap: 7px;
    justify-items: end;
    text-align: right;
}

.cart-line-total {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 950;
    white-space: nowrap;
}

.remove-btn {
    align-items: center;
    background: transparent;
    border: 0;
    color: #dc2626;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    gap: 5px;
    padding: 0;
}

.cart-summary,
.order-summary-card {
    padding: 22px;
    position: sticky;
    top: 130px;
}

.cart-summary .summary-heading,
.order-summary-card .summary-heading {
    border-top: 0;
    margin-top: -2px;
    padding-top: 0;
}

.summary-line,
.summary-total {
    align-items: center;
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px 0;
}

.summary-line span,
.summary-total span {
    color: var(--zest-muted);
    font-weight: 900;
}

.summary-line strong,
.summary-total strong {
    color: var(--text-color);
    font-weight: 950;
    white-space: nowrap;
}

.summary-total strong {
    color: var(--primary-color);
    font-size: 1.35rem;
}

.summary-note {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: var(--zest-radius);
    color: var(--zest-muted);
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.55;
    margin: 10px 0 14px;
    padding: 11px 12px;
}

.cart-checkout-cta,
.checkout-submit-btn {
    font-size: 1rem;
    font-weight: 950;
    min-height: 48px;
}

.cart-empty-state {
    max-width: 620px;
}

.checkout-heading {
    margin-bottom: 24px;
}

.checkout-heading p {
    color: var(--zest-muted);
    font-size: 1rem;
    font-weight: 700;
    margin: 8px 0 0;
}

.checkout-form-card .form-label {
    color: var(--text-color);
    font-size: 0.9rem;
    font-weight: 900;
    margin-bottom: 7px;
}

.checkout-form-card .form-control {
    border-color: #d0d5dd;
    border-radius: var(--zest-radius);
    min-height: 46px;
}

.checkout-form-card textarea.form-control {
    min-height: 112px;
    resize: vertical;
}

.checkout-form-card .form-control:focus {
    border-color: rgba(6, 78, 59, 0.58);
    box-shadow: 0 0 0 4px rgba(6, 78, 59, 0.1);
}

.payment-box {
    border-top: 1px solid var(--border-color);
    margin-top: 22px;
    padding-top: 20px;
}

.payment-box h3 {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 950;
    margin: 0 0 10px;
}

.payment-option {
    align-items: center;
    background: var(--zest-soft);
    border: 1px solid rgba(6, 78, 59, 0.18);
    border-radius: var(--zest-radius);
    display: flex;
    gap: 11px;
    margin: 0;
    padding: 13px;
}

.payment-option input {
    accent-color: var(--primary-color);
    height: 18px;
    width: 18px;
}

.payment-option strong,
.payment-option small {
    display: block;
}

.payment-option strong {
    color: var(--text-color);
    font-weight: 950;
}

.payment-option small {
    color: var(--zest-muted);
    font-size: 0.82rem;
    font-weight: 800;
    margin-top: 2px;
}

.checkout-summary-item {
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    display: grid;
    gap: 10px;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    padding: 12px 0;
}

.checkout-summary-item:first-of-type {
    padding-top: 0;
}

.checkout-summary-item img {
    aspect-ratio: 1 / 0.9;
    border-radius: var(--zest-radius);
    object-fit: cover;
    width: 58px;
}

.checkout-summary-item span {
    color: var(--text-color);
    display: -webkit-box;
    font-size: 0.9rem;
    font-weight: 950;
    line-height: 1.35;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.checkout-summary-item small {
    color: var(--zest-muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 850;
    margin-top: 3px;
}

.checkout-summary-item strong {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 950;
    white-space: nowrap;
}

.checkout-trust-list {
    border-top: 1px solid var(--border-color);
    display: grid;
    gap: 8px;
    margin: 6px 0 16px;
    padding-top: 14px;
}

.checkout-trust-list span {
    align-items: center;
    color: #166534;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 900;
    gap: 7px;
}

.section-heading p {
    color: var(--zest-muted);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.65;
    margin: 8px 0 0;
}

.content-page {
    background: var(--zest-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--zest-radius);
    box-shadow: var(--zest-shadow-soft);
}

.content-page > span {
    color: var(--primary-color);
}

.content-page h1,
.content-page h2 {
    color: var(--text-color);
}

.content-page h1 {
    margin-bottom: 16px;
}

.content-page p {
    color: var(--zest-muted);
    line-height: 1.8;
}

.trust-content-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.trust-content-grid article {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: var(--zest-radius);
    padding: 18px;
}

.trust-content-grid i {
    align-items: center;
    background: var(--zest-soft);
    border-radius: var(--zest-radius);
    color: var(--primary-color);
    display: inline-flex;
    font-size: 1.3rem;
    height: 42px;
    justify-content: center;
    margin-bottom: 12px;
    width: 42px;
}

.trust-content-grid h2 {
    font-size: 1rem;
    font-weight: 950;
    margin-bottom: 8px;
}

.trust-content-grid p {
    font-size: 0.9rem;
    margin: 0;
}

.policy-section {
    border-top: 1px solid var(--border-color);
    margin-top: 22px;
    padding-top: 20px;
}

.policy-section h2 {
    font-size: 1.08rem;
    font-weight: 950;
    margin-bottom: 8px;
}

.policy-section p:last-child,
.policy-section ul:last-child {
    margin-bottom: 0;
}

.policy-section ul {
    color: var(--zest-muted);
    line-height: 1.85;
    margin: 0;
    padding-left: 1.2rem;
}

.contact-note {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: var(--zest-radius);
    font-size: 0.92rem;
    font-weight: 800;
    margin: 18px 0 0;
    padding: 12px 13px;
}

.contact-form-card h2 {
    color: var(--text-color);
    font-size: 1.18rem;
    font-weight: 950;
    margin-bottom: 8px;
}

.contact-form-card > p {
    color: var(--zest-muted);
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 18px;
}

.contact-form-card .form-label {
    color: var(--text-color);
    font-weight: 900;
}

.contact-form-card .form-control {
    border-radius: var(--zest-radius);
    min-height: 44px;
}

.contact-form-card textarea.form-control {
    min-height: 118px;
}
