.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
/* Full-page blocking loader */
.pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.pageLoader .loader-content {
    text-align: center;
}

.opening {
    background-color: rgba(0, 77, 218, 0.05);
    padding: 15px 25px 20px 60px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 0;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span.closed {
    background: #ca3b41;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span.closed:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #7d2528;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #7d2528;
}

.ribbon span.closed:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #7d2528;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #7d2528;
}

.opening i {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 2.25rem;
    color: #555;
}

.opening h4 {
    margin-top: 10px;
}

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

.opening ul li span {
    display: inline-block;
    float: right;
}

.product-cart-wrap .product-content-wrap h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-cart-wrap .product-content-wrap h3 a {
    color: #253d4e;
}

/* Homepage performance optimization: moved from inline <style> in home.blade.php */
.blood_test_slide {
    width: 400px !important;
}

.home-discovery-section {
    background: #f8fbff;
    border-bottom: 1px solid #e5eef7;
}

.home-search-panel {
    max-width: 860px;
    margin: 0 auto;
}

.home-search-heading {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #0b1c3f;
    margin-bottom: 18px;
}

.home-search-form {
    display: flex;
    align-items: center;
    border: 1px solid #dce7f3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(24, 39, 75, 0.08);
    overflow: hidden;
}

.home-search-form i {
    color: #8aa0b7;
    font-size: 20px;
    margin-left: 18px;
}

.home-search-form input {
    border: 0;
    flex: 1;
    padding: 15px 14px;
    font-size: 16px;
}

.home-search-form input:focus {
    outline: none;
}

.home-search-form button {
    border: 0;
    background: #0d9488;
    color: #fff;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 12px;
    margin: 6px;
}

.home-main-category-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.home-main-category-card {
    display: block;
    text-align: center;
    border: 1px solid #e6eef7;
    border-radius: 16px;
    background: #fff;
    padding: 18px 10px 14px;
    transition: all 0.2s ease;
}

.home-main-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(24, 39, 75, 0.08);
    border-color: #0d9488;
}

.home-main-category-card i {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0d9488;
    background: #e6f8f6;
    margin-bottom: 10px;
}

.home-main-category-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #22304a;
    margin: 0;
}

.home-mobile-delivery-strip {
    display: none;
}

.home-upload-strip {
    margin-top: 16px;
    border: 1px solid #dce7f3;
    border-radius: 14px;
    background: #f6fbfb;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #1f2937;
    font-weight: 500;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.home-upload-strip i {
    font-size: 22px;
    color: #0d9488;
}

.home-upload-strip .upload-now {
    color: #0d9488;
    font-weight: 700;
    white-space: nowrap;
}

.prescription-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 1999;
}

.prescription-drawer-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.prescription-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(460px, 100%);
    height: 100vh;
    background: #ffffff;
    box-shadow: -10px 0 30px rgba(2, 6, 23, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 2000;
    padding: 20px;
    overflow-y: auto;
}

.prescription-drawer.is-open {
    transform: translateX(0);
}

.prescription-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 10px;
}

.prescription-drawer-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
}

.prescription-drawer-close {
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #475569;
    cursor: pointer;
}

.prescription-drawer-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.prescription-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.prescription-form-group label {
    margin: 0;
    font-weight: 600;
    color: #1f2937;
}

.prescription-form-group input,
.prescription-form-group textarea {
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 15px;
}

.prescription-form-group small {
    color: #6b7280;
    font-size: 12px;
}

.prescription-submit-btn {
    border: 0;
    border-radius: 10px;
    background: #0d9488;
    color: #fff;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.prescription-form-errors {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
    border-radius: 10px;
    padding: 10px 12px;
}

.prescription-form-errors ul {
    margin: 0;
    padding-left: 18px;
}

.prescription-success-message {
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
    color: #065f46;
    border-radius: 12px;
    padding: 16px;
}

.prescription-success-message h4 {
    margin-bottom: 6px;
}

.prescription-success-message p {
    margin: 0;
}

.product-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.product-compare-rectangle {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
    padding: 12px;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    background: #fff;
    min-height: 170px;
}

.product-compare-rectangle .product-img-action-wrap {
    margin-bottom: 0;
    position: relative;
}

.product-compare-rectangle .product-img {
    width: 100%;
    height: 118px;
    border-radius: 10px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-compare-rectangle .product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-compare-rectangle .product-content-wrap {
    padding: 0;
}

.product-compare-rectangle .product-content-wrap h2,
.product-compare-rectangle .product-content-wrap h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.25;
}

.product-compare-rectangle .product-card-bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-compare-rectangle .product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.product-compare-rectangle .product-price>span:first-child {
    font-size: 24px;
    font-weight: 700;
    color: #166534;
}

.product-card-btn {
    border: 1px solid #cfd7e2;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    background: #fff;
    color: #334155;
}

.product-card-btn:hover {
    color: #1e293b;
}

.product-card-btn-primary {
    background: linear-gradient(135deg, #0d9488, #0f766e);
    border-color: #0d9488;
    color: #fff;
}

.product-card-btn-primary:hover {
    color: #fff;
}

.compare-price-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 2090;
}

.compare-price-drawer-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.compare-price-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 100%);
    height: 100vh;
    background: #fff;
    box-shadow: -12px 0 26px rgba(2, 6, 23, 0.16);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    z-index: 2100;
    display: flex;
    flex-direction: column;
    padding: 14px;
}

.compare-price-drawer.is-open {
    transform: translateX(0);
}

.compare-price-drawer-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.compare-price-drawer-header h3 {
    margin: 0;
    font-size: 28px;
}

.compare-price-back,
.compare-price-close {
    border: 0;
    background: transparent;
    color: #475569;
    font-size: 28px;
    line-height: 1;
}

.compare-price-summary {
    padding: 14px 4px;
}

.compare-price-summary h4 {
    margin: 0 0 6px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

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

.compare-price-topline .best-price {
    font-size: 25px;
    font-weight: 800;
    color: #166534;
    line-height: 1;
}

.compare-price-topline .old-price {
    text-decoration: line-through;
    color: #64748b;
    font-size: 24px;
}

.compare-price-topline .save-chip {
    background: #198754;
    color: #fff;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 10px;
}

.compare-price-list-wrap {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px;
    flex: 1;
    overflow-y: auto;
}

.best-deal-chip {
    display: inline-block;
    background: #198754;
    color: #fff;
    font-weight: 700;
    border-radius: 7px;
    padding: 4px 10px;
    margin-bottom: 8px;
    font-size: 13px;
}

.compare-partner-row {
    display: grid;
    grid-template-columns: 1.3fr auto auto;
    gap: 8px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

.compare-partner-row:last-child {
    border-bottom: 0;
}

.compare-partner-brand img {
    max-height: 34px;
    max-width: 120px;
    width: auto;
}

.compare-partner-name {
    font-weight: 700;
    color: #0f172a;
}

.compare-partner-price {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

.compare-buy-btn {
    border: 1px solid #0d9488;
    background: #0d9488;
    color: #fff;
    border-radius: 7px;
    padding: 4px 10px;
    font-weight: 700;
    display: inline-block;
}

.compare-buy-btn.disabled {
    pointer-events: none;
    background: #e2e8f0;
    border-color: #e2e8f0;
    color: #64748b;
}

.compare-price-footer-actions {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
}

.compare-footer-btn {
    border: 1px solid #dbe1ea;
    background: #fff;
    color: #475569;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 14px;
}

.compare-loading,
.compare-empty {
    color: #475569;
    font-size: 14px;
    padding: 8px 2px;
}

body.compare-drawer-open {
    overflow: hidden;
}

.home-health-calculators-section {
    background: #fff;
}

.home-health-calculators-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.home-health-calculators-head h2 {
    margin: 0;
    font-size: 30px;
}

.home-health-calculators-head a {
    color: #0d9488;
    font-weight: 700;
}

.home-health-tab-switch {
    display: inline-flex;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}

.home-health-tab {
    border: 0;
    background: #fff;
    color: #475569;
    padding: 10px 18px;
    font-weight: 700;
}

.home-health-tab.is-active {
    background: #0d9488;
    color: #fff;
}

.home-health-tab-content {
    display: none;
}

.home-health-tab-content.is-active {
    display: block;
}

.home-health-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.home-health-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    background: #f8fafc;
    min-height: 114px;
}

.home-health-card:hover {
    border-color: #0d9488;
    transform: translateY(-2px);
}

.home-health-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #e6f8f6;
    color: #0d9488;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.home-health-card-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
}

.health-calc-page {
    background: #f8fafc;
}

.health-calc-hero {
    border-radius: 20px;
    padding: 32px;
    position: relative;
    overflow: hidden;
}

.health-calc-hero::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    right: -80px;
    top: -80px;
    background: rgba(255, 255, 255, 0.15);
}

.health-calc-hero-content {
    position: relative;
    z-index: 1;
}

.health-calc-hero-content h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.12;
    margin-bottom: 10px;
}

.health-calc-hero-content p {
    color: #000000;
    font-size: 20px;
    margin-bottom: 16px;
}

.health-calc-hero-btn {
    padding: 12px 22px;
    font-size: 18px;
    border-radius: 12px;
    font-weight: 700;
    background: #0f766e;
    border-color: #0f766e;
}

.health-calc-hero-btn:hover {
    background: #115e59;
    border-color: #115e59;
}

.health-calc-hero-rating {
    margin-top: 14px;
    color: #fef9c3;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.health-calc-hero-visual {
    position: relative;
    z-index: 1;
}

.health-calc-hero-visual img {
    max-height: 100%;
    width: auto;
}

.health-calc-page-head h1 {
    font-size: 38px;
    margin-bottom: 8px;
}

.health-calc-page-head p {
    color: #475569;
    margin-bottom: 12px;
}

.health-calc-parent-link,
.health-calculator-card-link {
    display: block;
}

.health-calc-parent-card,
.health-calculator-card,
.health-calc-calculator-box,
.health-calc-content {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    padding: 18px;
}

.health-calc-parent-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #e6f8f6;
    color: #0d9488;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 10px;
}

.health-calc-parent-card h2,
.health-calculator-card h3 {
    margin-bottom: 8px;
}

.health-calc-parent-card p,
.health-calculator-card p {
    margin-bottom: 0;
    color: #475569;
}

.health-calc-parent-cta {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #0d9488;
    font-weight: 700;
}

.health-calculator-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #e6f8f6;
    color: #0d9488;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.health-calculator-card.compact {
    padding: 14px;
}

.health-calc-form {
    margin-top: 14px;
}

.health-calc-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.health-calc-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.health-calc-field label {
    font-weight: 600;
    color: #1e293b;
}

.health-calc-field input,
.health-calc-field select {
    border: 1px solid #cfd8e3;
    border-radius: 10px;
    height: 44px;
    padding: 0 12px;
    background: #fff;
}

.health-calc-error {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
    border-radius: 10px;
    padding: 10px 12px;
}

.health-calc-result {
    border: 1px solid #bae6fd;
    background: #f0f9ff;
    border-radius: 12px;
    padding: 14px;
}

.health-calc-result h4 {
    margin-bottom: 8px;
    color: #0f172a;
}

.health-calc-result ul {
    margin: 0;
    padding-left: 18px;
}

.health-goal-panel {
    border: 1px solid #dbeafe;
    border-radius: 14px;
    padding: 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%);
}

.health-goal-panel-head h5 {
    margin-bottom: 4px;
    color: #0f172a;
}

.health-goal-panel-head p {
    margin-bottom: 12px;
    color: #475569;
}

.health-goal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.health-goal-chip {
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
}

.health-goal-chip span {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 2px;
}

.health-goal-chip strong {
    color: #0f172a;
    font-size: 18px;
}

.health-goal-field label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #1e293b;
}

.health-goal-field input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    height: 42px;
    padding: 0 12px;
    background: #fff;
}

.health-goal-actions {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.health-goal-saved {
    color: #047857;
    font-weight: 700;
    align-self: center;
}

.health-goals-card-shell {
    border-radius: 16px;
}

.health-goals-empty-state {
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    padding: 24px;
    background: #f8fafc;
}

.health-goal-item-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    background: #fff;
}

.health-goal-item-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.health-goal-metrics {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    color: #334155;
    font-size: 14px;
}

.health-goal-chart-wrap {
    position: relative;
    min-height: 220px;
    height: 220px;
}

.health-goal-entry-form {
    border-top: 1px solid #e2e8f0;
    padding-top: 12px;
}

.fitness-hub-shell {
    border: 1px solid #dbeafe;
}

.fitness-stat-card {
    border: 1px solid #d1fae5;
    background: linear-gradient(135deg, #ecfeff 0%, #f0fdf4 100%);
    border-radius: 12px;
    padding: 12px;
}

.fitness-stat-card span {
    font-size: 12px;
    color: #475569;
    display: block;
    margin-bottom: 4px;
}

.fitness-stat-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
}

.fitness-module-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    background: #fff;
}

.fitness-module-card h6 {
    font-size: 16px;
    margin-bottom: 12px;
}

.fitness-hub-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
    border: 1px solid #dbeafe;
    background: #f8fbff;
    border-radius: 12px;
}

.fitness-hub-nav-btn {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.fitness-hub-nav-btn:hover {
    border-color: #14b8a6;
    color: #0f766e;
}

.fitness-hub-nav-btn.is-active {
    background: #0d9488;
    color: #fff;
    border-color: #0d9488;
}

.fitness-block {
    transition: opacity 0.2s ease;
}

.fitness-block-hidden {
    display: none;
}

.fitness-module-focus-card {
    background: linear-gradient(135deg, #f8fafc 0%, #f0fdfa 100%);
}

.fitness-focus-points {
    margin: 0;
    padding-left: 18px;
    color: #334155;
    font-size: 13px;
}

.workout-planner-shell {
    border-radius: 16px;
    border: 1px solid #dbeafe;
}

.planner-section-title {
    font-weight: 700;
    font-size: 13px;
    color: #0f172a;
    border-left: 3px solid #0d9488;
    padding-left: 8px;
    margin-bottom: 8px;
}

.muscle-group-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.exercise-today-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.exercise-group-grid-5x2 {
    grid-template-columns: repeat(5, 200px);
    justify-content: center;
    gap: 12px;
}

.section-card-200 {
    width: 200px;
    height: 200px;
    min-height: 200px;
}

.gym-app-shell {
    border: 1px solid #cbd5e1;
    box-shadow: 0 10px 35px rgba(2, 6, 23, 0.06);
}

.app-step-card {
    border: 1px solid #dbeafe;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.exercise-today-card {
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    background: #fff;
    text-align: center;
}

.exercise-today-card:hover {
    border-color: #14b8a6;
    color: #0f766e;
}

.exercise-today-card.is-active {
    border-color: #0d9488;
    background: #ecfeff;
    color: #0f766e;
    box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.18);
}

.gym-section-tile {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: radial-gradient(circle at top right, #ccfbf1 0%, #f8fafc 60%);
}

.gym-section-label {
    font-size: 15px;
    line-height: 1.25;
}

.exercise-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.exercise-list-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    color: #0f172a;
}

.exercise-list-card small {
    color: #64748b;
    display: block;
    margin-top: 4px;
}

.gym-metric-input {
    display: grid;
    grid-template-columns: 34px 1fr 34px;
    gap: 6px;
    align-items: center;
}

.metric-btn {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    height: 40px;
    font-size: 18px;
    line-height: 1;
    color: #0f172a;
}

.exercise-history-list {
    display: grid;
    gap: 10px;
}

.exercise-history-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.planner-tab-nav {
    display: inline-flex;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    overflow: hidden;
}

.planner-tab-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
}

.planner-tab-scroll::-webkit-scrollbar {
    display: none;
}

.planner-tab-btn {
    border: 0;
    background: #fff;
    color: #334155;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
}

.planner-tab-btn.is-active {
    background: #0d9488;
    color: #fff;
}

.workout-sticky-cta {
    position: sticky;
    bottom: 12px;
    z-index: 80;
    margin-top: -4px;
}

.workout-sticky-cta-inner {
    border: 1px solid #dbeafe;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    padding: 8px;
}

.workout-sticky-save-btn {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
}

.planner-tab-pane {
    display: none;
}

.planner-tab-pane.is-active {
    display: block;
}

.muscle-group-card {
    border: 1px solid #cbd5e1;
    background: #fff;
    border-radius: 12px;
    min-height: 56px;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-align: center;
    transition: all 0.2s ease;
}

.muscle-group-card:hover {
    border-color: #14b8a6;
    color: #0f766e;
}

.muscle-group-card.is-active {
    border-color: #0d9488;
    background: #ecfeff;
    color: #0f766e;
    box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.18);
}

.workout-summary-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.workout-summary-card {
    border: 1px solid #d1fae5;
    background: #f0fdfa;
    border-radius: 12px;
    padding: 12px;
}

.workout-summary-card small {
    display: block;
    font-size: 12px;
    color: #475569;
}

.workout-summary-card strong {
    font-size: 20px;
    color: #0f172a;
}

.planner-insights {
    padding-left: 18px;
    color: #334155;
    font-size: 13px;
}

.planner-disclaimer {
    font-size: 12px;
    color: #b45309;
    border: 1px solid #fde68a;
    background: #fffbeb;
    border-radius: 10px;
    padding: 10px;
}

.fitness-inline-form .form-control,
.fitness-module-card .form-control {
    border-radius: 10px;
    border: 1px solid #cbd5e1;
}

.small-heading {
    margin-bottom: 8px;
    font-size: 13px;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fitness-ai-box {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px;
    background: #f8fafc;
}

.fitness-ai-box ul {
    margin: 0;
    padding-left: 18px;
}

.fitness-ai-plan {
    background: #f1f5f9;
    border-radius: 10px;
    padding: 12px;
}

.fitness-chart-box {
    min-height: 180px;
    height: 180px;
    position: relative;
}

.exercise-lib-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.exercise-lib-card img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.exercise-lib-card h6 {
    margin: 8px 10px 2px;
    font-size: 13px;
}

.exercise-lib-card p {
    margin: 0 10px 4px;
    font-size: 12px;
    color: #64748b;
}

.exercise-lib-card a {
    margin: 0 10px 10px;
    display: inline-block;
    font-size: 12px;
    color: #0d9488;
}

.transform-thumb {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

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

.transform-thumb small {
    display: block;
    font-size: 11px;
    color: #64748b;
    padding: 6px 8px;
}

.transformation-slider-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    padding: 12px;
}

.transformation-slider-stage {
    position: relative;
    width: 100%;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    background: #e2e8f0;
}

.transformation-slider-stage .before-image,
.transformation-slider-stage .after-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.transformation-slider-stage .after-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
}

.transformation-slider-stage .slider-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.2);
    transform: translateX(-50%);
}

.transformation-meta {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    color: #475569;
}

.transformation-filter-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    padding: 12px;
    height: 100%;
}

.transformation-filter-card .form-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #334155;
}

.transformation-filter-card .form-control {
    height: 40px;
    border-radius: 10px;
}

.nutrition-today {
    font-size: 13px;
    color: #334155;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px;
}

.btn-brand {
    background: #0d9488;
    border-color: #0d9488;
    color: #fff;
}

.btn-brand:hover {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

@media (max-width: 991px) {
    .home-health-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .workout-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .muscle-group-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .exercise-today-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .exercise-list-grid {
        grid-template-columns: 1fr;
    }

    .exercise-group-grid-5x2 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .section-card-200 {
        width: 100%;
        height: 150px;
        min-height: 150px;
    }
}

@media (max-width: 575px) {
    .home-health-calculators-head h2,
    .health-calc-page-head h1 {
        font-size: 24px;
    }

    .health-calc-hero {
        padding: 18px;
    }

    .health-calc-hero-content h1 {
        font-size: 32px;
    }

    .health-calc-hero-content p {
        font-size: 16px;
    }

    .health-goal-grid {
        grid-template-columns: 1fr;
    }

    .home-health-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .workout-summary-grid {
        grid-template-columns: 1fr;
    }

    .muscle-group-grid {
        grid-template-columns: 1fr;
    }

    .exercise-today-grid {
        grid-template-columns: 1fr;
    }

    .exercise-group-grid-5x2 {
        grid-template-columns: 1fr;
    }

    .section-card-200 {
        height: 120px;
        min-height: 120px;
    }

    .home-health-tab {
        padding: 9px 12px;
        font-size: 13px;
    }

    .health-calc-field-grid {
        grid-template-columns: 1fr;
    }
}

body.prescription-drawer-open {
    overflow: hidden;
}

.shop-category-modern {
    background: #ffffff;
}

.shop-category-modern .container-fluid {
    width: 90%;
    margin: 0 auto;
}

.shop-category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.shop-category-head h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #101828;
}

.shop-category-head .count {
    color: #4b5563;
    font-size: 28px;
}

.view-all-categories-btn {
    border: 0;
    background: transparent;
    color: #0d9488;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.shop-category-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 16px;
}

.shop-category-item {
    text-align: center;
}

.shop-category-image-wrap {
    background: #f3f4f6;
    border-radius: 14px;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.shop-category-image-wrap img {
    width: 100%;
    max-width: 145px;
    height: 130px;
    object-fit: contain;
}

.shop-category-item h3 {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 600;
    color: #111827;
}

.shop-category-item a {
    display: block;
}

.book-test-link-icon {
    width: 18px;
    margin-right: 4px;
}

.home-location-card-title {
    font-size: 18px;
}

@media (max-width: 991px) {
    .home-search-heading {
        font-size: 30px;
    }

    .home-main-category-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-category-head h2 {
        font-size: 28px;
    }

    .shop-category-head .count {
        font-size: 22px;
    }

    .view-all-categories-btn {
        font-size: 18px;
    }

    .shop-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }

    .shop-category-image-wrap {
        min-height: 160px;
        border-radius: 14px;
        padding: 10px;
    }

    .shop-category-image-wrap img {
        height: 120px;
        max-width: 120px;
    }

    .shop-category-item h3 {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    body.home-modern-home {
        background: #f5f7fb;
    }

    body.home-modern-home .mobile-promotion {
        display: none;
    }

    body.home-modern-home .header-bottom {
        background: #ffffff;
        border-bottom: 1px solid #e5e7eb;
        box-shadow: none;
    }

    body.home-modern-home .header-bottom .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    body.home-modern-home .header-bottom .header-wrap {
        min-height: 70px;
    }

    body.home-modern-home .header-bottom .logo img {
        max-height: 34px;
        width: auto;
    }

    body.home-modern-home .header-bottom .burger-icon span {
        background-color: #1f2937;
    }

    .home-mobile-delivery-strip {
        display: block;
        background: #f3f4f6;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
        padding: 12px 16px;
        font-size: 16px;
        color: #374151;
    }

    .home-mobile-delivery-strip i {
        color: #f59e0b;
        font-size: 18px;
        margin-right: 6px;
    }

    .home-mobile-delivery-strip strong {
        color: #111827;
        font-weight: 700;
    }

    .home-discovery-section {
        background: linear-gradient(100deg, #00293d, #114f4b);
        border-bottom: 0;
        padding: 26px 0 20px !important;
    }

    .home-search-panel {
        padding: 0 12px;
    }

    .home-search-heading {
        color: #f9fafb;
        text-align: center;
        font-size: 25px;
        margin-bottom: 16px;
    }

    .home-search-form {
        border-radius: 999px;
        border: 2px solid #d7e2eb;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
        background: #fff;
    }

    .home-search-form i {
        margin-top: 0;
        margin-left: 14px;
    }

    .home-search-form input {
        width: auto;
        padding: 14px 10px;
        font-size: 14px;
    }

    .home-search-form button {
        width: auto;
        margin: 4px;
        border-radius: 999px;
        padding: 11px 24px;
        font-size: 18px;
    }

    .home-upload-strip {
        margin-top: 14px;
        background: #edf7f5;
        border: 0;
        border-radius: 10px;
        padding: 13px 12px;
        font-size: 15px;
    }

    .prescription-drawer {
        width: 100%;
        padding: 16px;
    }

    .product-card-actions {
        grid-template-columns: 1fr;
    }

    .product-compare-rectangle {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 10px;
    }

    .product-compare-rectangle .product-img {
        height: 160px;
    }

    .product-compare-rectangle .product-price>span:first-child {
        font-size: 20px;
    }

    .compare-price-drawer {
        width: 100%;
        padding: 12px;
    }

    .compare-price-drawer-header h3 {
        font-size: 18px;
    }

    .compare-price-summary h4 {
        font-size: 18px;
    }

    .compare-price-topline .best-price {
        font-size: 24px;
    }

    .compare-price-topline .old-price {
        font-size: 17px;
    }

    .compare-price-topline .save-chip,
    .best-deal-chip {
        font-size: 13px;
    }

    .compare-partner-price {
        font-size: 17px;
    }

    .compare-footer-btn {
        font-size: 13px;
        flex: 1;
    }

    .prescription-drawer-header h3 {
        font-size: 20px;
    }

    .home-main-category-list {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 4px;
        margin-top: 18px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .home-main-category-list::-webkit-scrollbar {
        display: none;
    }

    .home-main-category-card {
        min-width: 132px;
        border-radius: 14px;
        border: 1px solid #dbe6f2;
        padding: 14px 8px;
    }

    .home-main-category-card i {
        width: 42px;
        height: 42px;
        font-size: 20px;
        margin-bottom: 8px;
    }

    .home-main-category-card h3 {
        font-size: 14px;
        line-height: 1.25;
    }

    .shop-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .shop-category-head {
        margin-bottom: 12px;
    }

    .shop-category-head h2 {
        font-size: 22px;
    }

    .shop-category-head .count {
        font-size: 18px;
    }

    .view-all-categories-btn {
        font-size: 15px;
    }

    .shop-category-image-wrap {
        min-height: 130px;
    }

    .shop-category-image-wrap img {
        max-width: 98px;
        height: 94px;
    }

    .shop-category-item h3 {
        font-size: 14px;
        margin-top: 8px;
    }
}

@media (min-width: 992px) {
    body.home-modern-home:not(.show-header-search) .header-middle .search-style-2 {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        pointer-events: none;
        transition: all 0.2s ease;
    }

    body.home-modern-home.show-header-search .header-middle .search-style-2 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}
