/* Temporary bridge: leftover store-* page styles while Tema 1 blades are migrated */
.storefront-body {
    --store-accent: #ffd333;
    --store-accent-ink: #262626;
    --store-accent-soft: color-mix(in srgb, var(--store-accent) 22%, transparent);
    background: #fff;
    color: #3d464d;
    font-family: var(--store-font, inherit);
}

/* Keep CTA buttons on a single weight (Tema 1 default: 500) */
.storefront-body .btn,
.storefront-body .btn.btn-primary,
.storefront-body .btn.btn-secondary,
.storefront-body .btn.btn-light,
.storefront-body .store-summary-button,
.storefront-body .cart__checkout-button,
.storefront-body .store-address-form button,
.storefront-body .store-checkout-form button,
.storefront-body .store-auth-form button {
    font-weight: 500;
}

.store-header a,
.store-footer a {
    text-decoration: none;
}

.store-topbar {
    background: #f2f2f2;
    border-bottom: 1px solid #dfdfdf;
    font-size: 0.86rem;
    padding: 0.55rem 0;
}

.store-topbar-links a {
    color: #555;
}

.store-topbar-links a:hover {
    color: var(--store-accent, #111);
}

.store-mainbar {
    background: #ffffff;
    padding: 1.25rem 0;
}

.store-logo {
    align-items: center;
    color: #262626;
    display: inline-flex;
    gap: 0.75rem;
}

.store-logo:hover {
    color: #262626;
}

.store-logo-image {
    border-radius: 8px;
    display: block;
    height: 42px;
    object-fit: contain;
    width: auto;
    max-width: 140px;
}

.store-logo-mark {
    align-items: center;
    background: var(--store-accent, #ffd333);
    border-radius: 8px;
    color: var(--store-accent-ink, #262626);
    display: inline-flex;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.store-logo strong,
.store-logo small {
    display: block;
    line-height: 1.1;
}

.store-logo small {
    color: #6b7280;
    font-size: 0.78rem;
    margin-top: 0.2rem;
}

.store-search,
.store-newsletter,
.store-list-toolbar {
    display: flex;
    min-width: 0;
}

.store-search input,
.store-newsletter input,
.store-list-toolbar input {
    background: #ffffff;
    border: 2px solid var(--store-accent, #ffd333);
    border-radius: 8px 0 0 8px;
    min-width: 0;
    outline: none;
    padding: 0.72rem 0.9rem;
    width: 100%;
}

.store-search button,
.store-newsletter button,
.store-list-toolbar button {
    background: var(--store-accent, #ffd333);
    border: 2px solid var(--store-accent, #ffd333);
    border-radius: 0 8px 8px 0;
    color: var(--store-accent-ink, #262626);
    font-weight: 700;
    padding: 0.72rem 1.15rem;
}

.store-header-actions {
    display: flex;
    gap: 0.6rem;
    justify-content: flex-start;
}

.store-action-button {
    align-items: center;
    border: 1px solid #dedede;
    border-radius: 8px;
    color: #262626;
    display: inline-flex;
    flex: 1;
    gap: 0.5rem;
    justify-content: center;
    min-height: 42px;
    padding: 0.45rem 0.65rem;
}

.store-action-button:hover {
    border-color: #c8c8c8;
    color: #111;
}

.store-action-icon {
    align-items: center;
    background: color-mix(in srgb, var(--store-accent) 18%, #f2f2f2);
    border-radius: 50%;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.store-nav {
    background: #3d464d;
}

.store-departments {
    background: var(--store-accent, #ffd333);
    color: var(--store-accent-ink, #262626);
    font-weight: 800;
    padding: 0.9rem 1.2rem;
}

.store-departments:hover {
    color: #262626;
}

.store-nav-links a {
    color: #ffffff;
    font-weight: 650;
    padding: 0.9rem 0;
}

.store-nav-links a:hover {
    color: var(--store-accent, #ffd333);
}

.store-hero-wrap {
    padding: 1.5rem 0 0;
}

.store-category-menu {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 8px;
    overflow: hidden;
}

.store-category-title {
    background: var(--store-accent, #ffd333);
    color: var(--store-accent-ink, #262626);
    font-weight: 800;
    padding: 0.9rem 1rem;
}

.store-category-menu a {
    align-items: center;
    border-top: 1px solid #ededed;
    color: #262626;
    display: flex;
    justify-content: space-between;
    padding: 0.82rem 1rem;
}

.store-category-menu a:hover {
    background: #fafafa;
}

.store-category-menu small {
    color: #6b7280;
}

.store-category-empty {
    color: #6b7280;
    padding: 1rem;
}

.store-hero {
    align-items: center;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    min-height: 390px;
    overflow: hidden;
    padding: 2rem;
}

.store-hero-content {
    color: #ffffff;
    max-width: 560px;
}

.store-hero-content span {
    color: var(--store-accent, #ffd333);
    display: block;
    font-weight: 800;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.store-hero-content h1 {
    font-size: 2.65rem;
    font-weight: 850;
    line-height: 1.04;
    margin-bottom: 1rem;
}

.store-hero-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    margin-bottom: 1.4rem;
}

.store-hero-content a,
.store-detail-cart button,
.store-product-footer button {
    background: var(--store-accent, #ffd333);
    border: 0;
    border-radius: 8px;
    color: var(--store-accent-ink, #262626);
    display: inline-flex;
    font-weight: 800;
    padding: 0.75rem 1rem;
    text-decoration: none;
}

.store-hero-content a:hover {
    color: #262626;
}

.store-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.2rem;
}

.store-hero-link-alt {
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff !important;
}

.store-hero-metrics {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.25rem;
}

.store-hero-metrics div {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    display: grid;
    gap: 0.15rem;
    padding: 0.75rem 0.85rem;
}

.store-hero-metrics strong {
    color: #ffffff;
    display: block;
    font-size: 1.15rem;
    font-weight: 850;
}

.store-hero-metrics span {
    color: rgba(255, 255, 255, 0.82);
    display: block;
    font-size: 0.82rem;
}

.store-section {
    padding: 2.5rem 0;
}

.store-home-snapshot {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}

.store-home-snapshot-card {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(31, 41, 55, 0.04);
    display: grid;
    gap: 0.3rem;
    padding: 1rem;
}

.store-home-snapshot-card span {
    color: #6b7280;
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.store-home-snapshot-card strong {
    color: #1f2937;
    display: block;
    font-size: 1.05rem;
}

.store-home-snapshot-card p {
    color: #5f6873;
    display: block;
    margin: 0;
}

.store-home-guides {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 8px;
    margin-bottom: 0.25rem;
    padding: 1rem;
}

.store-section-head {
    align-items: end;
    border-bottom: 2px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
}

.store-section-head > div {
    min-width: 0;
}

.store-section-head h2,
.store-page-title h1,
.store-category-hero h1 {
    font-weight: 850;
    margin: 0;
}

.store-section-head a {
    color: var(--store-accent, #3d464d);
    font-weight: 700;
}

.store-category-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 8px;
    color: #262626;
    display: flex;
    gap: 1rem;
    min-height: 112px;
    overflow: hidden;
    padding: 0.9rem;
    transition: border-color 0.15s ease, transform 0.15s ease;
}

.store-category-card:hover,
.store-product-card:hover {
    border-color: #c6c6c6;
    color: #262626;
    transform: translateY(-2px);
}

.store-product-card:hover {
    box-shadow: 0 10px 22px rgba(31, 41, 55, 0.08);
}

.store-category-card img {
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    width: 76px;
}

.store-category-card.is-large {
    min-height: 136px;
}

.store-category-card.is-large img {
    width: 92px;
}

.store-category-card strong,
.store-category-card small {
    display: block;
}

.store-category-card small {
    color: #6b7280;
    margin-top: 0.25rem;
}

.store-product-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-product-card {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.store-product-media {
    background: #f2f2f2;
    display: block;
    overflow: hidden;
    position: relative;
}

.store-product-media img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    transition: transform 0.2s ease;
    width: 100%;
}

.store-product-label {
    background: #e7f6f2;
    border-radius: 999px;
    color: #08705e;
    font-size: 0.72rem;
    font-weight: 800;
    left: 0.8rem;
    padding: 0.28rem 0.55rem;
    position: absolute;
    top: 0.8rem;
}

.store-product-label.is-muted {
    background: #fee4e2;
    color: #b42318;
}

.store-product-label.is-low {
    background: #fff4dd;
    color: #b54708;
}

.store-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1rem 1rem 1.1rem;
}

.store-product-topline {
    align-items: start;
    display: flex;
    gap: 0.55rem;
    justify-content: space-between;
    margin-bottom: 0.25rem;
}

.store-product-meta,
.store-product-sku,
.store-detail-sku {
    color: #6b7280;
    font-size: 0.82rem;
}

.store-product-meta {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.store-product-sku {
    color: #98a2b3;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.015em;
}

.store-product-body h3 {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0.2rem 0 0.35rem;
}

.store-product-body h3 a {
    color: #262626;
    text-decoration: none;
}

.store-product-summary {
    color: #5f6873;
    font-size: 0.88rem;
    line-height: 1.45;
    margin: 0 0 0.65rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-product-stock-note {
    background: #f8f9fb;
    border: 1px solid #e7eaf0;
    border-radius: 8px;
    color: #5f6873;
    font-size: 0.8rem;
    line-height: 1.45;
    margin-bottom: 0.45rem;
    padding: 0.55rem 0.65rem;
}

.store-product-footer {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.85rem;
}

.store-product-price {
    display: grid;
    gap: 0.05rem;
}

.store-product-price strong {
    color: #1f2937;
    font-size: 1.05rem;
}

.store-product-footer button {
    min-width: 62px;
    padding: 0.55rem 0.9rem;
}

.store-product-footer button:disabled,
.store-detail-cart button:disabled {
    background: #dddddd;
    color: #777777;
}

.store-product-card:hover .store-product-media img {
    transform: scale(1.03);
}

.store-strip {
    background: #ffffff;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding: 1.4rem 0;
}

.store-service {
    border: 1px solid #dedede;
    border-radius: 8px;
    min-height: 96px;
    padding: 1.1rem;
}

.store-service strong,
.store-service span {
    display: block;
}

.store-service span {
    color: #6b7280;
    margin-top: 0.35rem;
}

.store-footer {
    background: #3d464d;
    color: #ffffff;
    padding: 2.5rem 0;
}

.store-footer h2,
.store-footer h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.store-footer p,
.store-footer-list {
    color: rgba(255, 255, 255, 0.74);
}

.store-footer a {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    margin-bottom: 0.45rem;
}

.store-footer a:hover {
    color: var(--store-accent, #ffd333);
}

.store-footer-list {
    list-style: none;
    padding: 0;
}

.store-page-title {
    background: #ffffff;
    border-bottom: 1px solid #dedede;
    margin-bottom: 2.5rem;
    padding: 2rem 0;
}

.store-page-title p {
    color: #6b7280;
    margin: 0.5rem 0 0;
}

.store-filter {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 1rem;
}

.store-filter h2 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.store-filter a {
    align-items: center;
    border-radius: 8px;
    color: #262626;
    display: flex;
    justify-content: space-between;
    padding: 0.65rem 0.75rem;
    text-decoration: none;
}

.store-filter a:hover,
.store-filter a.is-active {
    background: #fff3bf;
}

.store-filter small {
    color: #6b7280;
}

.store-list-toolbar {
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.store-list-toolbar input,
.store-list-toolbar select {
    border-radius: 8px;
}

.store-list-toolbar select {
    background: #ffffff;
    border: 2px solid var(--store-accent, #ffd333);
    color: #262626;
    flex: 0 0 190px;
    outline: none;
    padding: 0.72rem 0.9rem;
}

.store-list-toolbar button,
.store-list-toolbar a {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
}

.store-list-toolbar a {
    background: #ffffff;
    border: 2px solid #dedede;
    color: #262626;
    padding: 0.72rem 1rem;
}

.store-list-toolbar a:hover {
    border-color: #c8c8c8;
    color: #111111;
}

.store-active-filters {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: -0.25rem 0 1rem;
}

.store-active-filters span {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.82rem;
    padding: 0.38rem 0.65rem;
}

.store-active-filters span {
    color: #6b7280;
    padding-left: 0;
}

.store-active-filter-chip {
    background: #fff3bf;
    border-radius: 999px;
    color: #262626;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.38rem 0.65rem;
    text-decoration: none;
}

.store-active-filter-chip strong {
    font-size: 0.82rem;
    font-weight: 800;
}

.store-active-filter-chip em {
    background: rgba(38, 38, 38, 0.12);
    border-radius: 999px;
    font-size: 0.74rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    padding: 0.22rem 0.38rem;
}

.store-active-filter-chip:hover {
    color: #111111;
}

.store-results-intro {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 0 1rem;
}

.store-results-intro h2 {
    color: #1f2937;
    font-size: 1.2rem;
    font-weight: 850;
    margin: 0 0 0.25rem;
}

.store-results-intro p,
.store-results-intro small {
    color: #5f6873;
    margin: 0;
}

.store-search-assist {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 8px;
    margin: 0 0 1rem;
    padding: 1rem;
}

.store-search-assist strong {
    color: #1f2937;
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.store-search-assist .store-category-pills {
    margin-bottom: 0;
}

.store-category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0 0 1rem;
}

.store-category-pills a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 999px;
    color: #3d464d;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    justify-content: center;
    padding: 0.5rem 0.8rem;
    text-decoration: none;
}

.store-category-pills a.is-active {
    background: var(--store-accent, #ffd333);
    border-color: var(--store-accent, #ffd333);
    color: var(--store-accent-ink, #111111);
}

.store-home-guides .store-category-pills {
    margin-bottom: 0;
    margin-top: 0.85rem;
}

.store-empty {
    background: #ffffff;
    border: 1px dashed #cfcfcf;
    border-radius: 8px;
    color: #6b7280;
    display: grid;
    gap: 0.45rem;
    padding: 2rem;
    text-align: center;
}

.store-empty strong {
    color: #1f2937;
}

.store-empty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.store-empty-actions a {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 999px;
    color: #3d464d;
    font-weight: 800;
    padding: 0.45rem 0.75rem;
    text-decoration: none;
}

.store-pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.store-breadcrumb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.store-breadcrumb a {
    color: #3d464d;
    font-weight: 700;
    text-decoration: none;
}

.store-breadcrumb.is-light,
.store-breadcrumb.is-light a {
    color: rgba(255, 255, 255, 0.88);
}

.store-product-detail {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 8px;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 1.5rem;
}

.store-product-detail-media img {
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.store-product-gallery {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
    margin-top: 0.9rem;
}

.store-product-gallery-thumb {
    background: #ffffff;
    border: 1px solid #d9dde3;
    border-radius: 8px;
    padding: 0.25rem;
}

.store-product-gallery-thumb.is-active {
    border-color: var(--store-accent, #ffd333);
    box-shadow: 0 0 0 2px var(--store-accent-soft);
}

.store-product-gallery-thumb img {
    aspect-ratio: 1;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.store-product-detail-info h1 {
    font-size: 2rem;
    font-weight: 850;
    line-height: 1.1;
    margin: 0.35rem 0 0.5rem;
}

.store-product-detail-info p {
    color: #5f6873;
    margin: 1.2rem 0;
}

.store-detail-price {
    font-size: 2rem;
    font-weight: 850;
    margin-bottom: 0.75rem;
}

.store-detail-stock {
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    margin-bottom: 1.1rem;
    padding: 0.45rem 0.7rem;
}

.store-detail-stock.is-in {
    background: #e7f6f2;
    color: #08705e;
}

.store-detail-stock.is-low {
    background: #fff4dd;
    color: #b54708;
}

.store-detail-stock.is-out {
    background: #fee4e2;
    color: #b42318;
}

.store-detail-points {
    color: #5f6873;
    display: grid;
    gap: 0.45rem;
    margin: 0 0 1rem;
}

.store-detail-points span {
    display: block;
}

.store-detail-facts {
    border-top: 1px solid #eceef2;
    border-bottom: 1px solid #eceef2;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 1rem;
    padding: 1rem 0;
}

.store-detail-facts div {
    display: grid;
    gap: 0.2rem;
}

.store-detail-facts span {
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.store-detail-facts strong {
    color: #1f2937;
    font-size: 0.96rem;
}

.store-detail-cart {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.store-detail-cart label {
    color: #6b7280;
    display: block;
    flex-basis: 100%;
    font-size: 0.86rem;
    font-weight: 700;
}

.store-detail-cart input {
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    min-height: 44px;
    padding: 0.55rem 0.75rem;
    width: 110px;
}

.store-detail-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.store-detail-links a {
    color: #3d464d;
    font-weight: 800;
    text-decoration: none;
}

.store-detail-notes {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.1rem;
}

.store-detail-note {
    background: #f8f9fb;
    border: 1px solid #e1e4ea;
    border-radius: 8px;
    display: grid;
    gap: 0.3rem;
    padding: 0.85rem 1rem;
}

.store-detail-note strong {
    color: #1f2937;
    font-size: 0.95rem;
}

.store-detail-note span {
    color: #5f6873;
}

.store-detail-assurance {
    border-top: 1px solid #eceef2;
    margin-top: 1.25rem;
    padding-top: 1.1rem;
}

.store-detail-assurance h2 {
    color: #1f2937;
    font-size: 1.05rem;
    font-weight: 850;
    margin: 0 0 0.55rem;
}

.store-detail-assurance ul {
    color: #5f6873;
    margin: 0;
    padding-left: 1.15rem;
}

.store-detail-assurance li + li {
    margin-top: 0.35rem;
}

.store-catalog-summary {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.store-catalog-summary-item {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 8px;
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
}

.store-catalog-summary-item span {
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.store-catalog-summary-item strong {
    color: #1f2937;
    font-size: 1.05rem;
}

.store-catalog-summary-item small {
    color: #5f6873;
}

.store-section-copy {
    color: #5f6873;
    margin: 0.35rem 0 0;
}

.store-category-hero {
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 3rem 0;
}

.store-category-hero h1 {
    font-size: 2.3rem;
}

.store-category-hero p {
    color: rgba(255, 255, 255, 0.86);
    margin: 0.75rem 0 0;
    max-width: 640px;
}

.store-auth-page {
    padding: 0 0 3rem;
}

.store-auth-panel {
    margin: 0;
}

.store-auth-panel .card {
    border-radius: 2px;
    width: 100%;
}

.store-auth-panel .card-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.store-auth-form {
    padding: 0;
}

.store-auth-form .form-group:last-of-type {
    margin-bottom: 0;
}

.store-auth-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}

.store-auth-links a {
    color: #6c757d;
    font-size: 0.9rem;
}

.store-auth-links a:hover {
    color: #262626;
    text-decoration: underline;
}

.store-address-form,
.store-checkout-form {
    padding: 0;
}

.store-field {
    margin-bottom: 1rem;
}

.store-field label,
.store-check {
    color: #4b5563;
    font-size: 0.88rem;
    font-weight: 750;
    margin-bottom: 0.4rem;
}

.store-field input,
.store-field select {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    display: block;
    min-height: 44px;
    outline: none;
    padding: 0.6rem 0.75rem;
    width: 100%;
}

.store-field input:focus,
.store-field select:focus {
    border-color: var(--store-accent, #ffd333);
    box-shadow: 0 0 0 0.2rem var(--store-accent-soft);
}

.store-field-error {
    color: #b42318;
    font-size: 0.82rem;
    margin-top: 0.35rem;
}

.store-field-help {
    color: #6b7280;
    font-size: 0.82rem;
    margin-top: 0.35rem;
}

.store-check {
    align-items: center;
    display: inline-flex;
    gap: 0.5rem;
}

.store-auth-form button,
.store-address-form .btn-primary,
.store-checkout-form button {
    background: var(--store-accent, #ffd333);
    border: 0;
    border-radius: 2px;
    color: var(--store-accent-ink, #262626);
    font-weight: 500;
    min-height: 44px;
    padding: 0.65rem 1rem;
}

.store-auth-form button {
    width: 100%;
}

.store-auth-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
    margin-top: 1rem;
}

.store-auth-links a {
    color: #3d464d;
    font-weight: 750;
    text-decoration: none;
}

.store-auth-links a:hover {
    color: #111111;
}

.store-address-form .btn-primary:disabled,
.store-checkout-form button:disabled {
    background: #dddddd;
    color: #777777;
}

.store-alert {
    background: #fee4e2;
    border: 1px solid #fecdca;
    border-radius: 2px;
    color: #b42318;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 1rem;
    padding: 0.85rem 1.1rem;
}

.store-alert.is-success {
    background: #f7f7f7;
    border-color: #e5e5e5;
    color: #3d464d;
}

.store-account-nav,
.store-account-card,
.store-summary-card {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 8px;
}

.store-account-nav {
    overflow: hidden;
}

.store-account-nav a,
.store-account-nav button {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ededed;
    color: #262626;
    display: block;
    font-weight: 750;
    padding: 0.85rem 1rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.store-account-nav a:hover,
.store-account-nav a.is-active,
.store-account-nav button:hover {
    background: #fff3bf;
}

.store-account-card,
.store-summary-card {
    padding: 1.25rem;
}

.store-status-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.35rem 0.65rem;
    text-transform: capitalize;
    white-space: nowrap;
}

.store-status-placed,
.store-status-paid,
.store-status-manual-paid,
.store-status-test-paid,
.store-status-processing,
.store-status-ready-for-shipment,
.store-status-fulfilled {
    background: #e7f6f2;
    color: #08705e;
}

.store-status-completed {
    background: #eef2ff;
    color: #3538cd;
}

.store-status-manual-pending,
.store-status-pending,
.store-status-unfulfilled {
    background: #fff4d6;
    color: #b7791f;
}

.store-status-failed,
.store-status-cancelled,
.store-status-refunded {
    background: #fee4e2;
    color: #b42318;
}

.store-order-attempts {
    display: grid;
    gap: 1rem;
}

.store-order-attempt-card {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 1rem;
}

.store-order-attempt-meta {
    color: #6b7280;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.82rem;
    gap: 0.8rem;
}

.store-hosted-payment-frame {
    background: #fff;
    border: 1px solid #d7deea;
    border-radius: 8px;
    min-height: 720px;
    overflow: hidden;
    width: 100%;
}

.store-paytr-iframe {
    display: block;
    min-height: 720px;
    width: 100%;
    border: 0;
}

.store-order-status-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-order-status-grid div {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 0.9rem;
}

.store-order-status-grid span {
    color: #6b7280;
    display: block;
    font-size: 0.82rem;
    font-weight: 750;
    margin-bottom: 0.45rem;
}

@media (max-width: 767.98px) {
    .store-order-status-grid {
        grid-template-columns: 1fr;
    }
}

.store-table {
    margin-bottom: 0;
    width: 100%;
}

.store-table th {
    border-bottom: 2px solid #ededed;
    color: #6b7280;
    font-size: 0.78rem;
    padding: 0.75rem;
    text-transform: uppercase;
}

.store-table td {
    border-bottom: 1px solid #ededed;
    padding: 0.85rem 0.75rem;
}

.store-table a {
    color: #262626;
    font-weight: 800;
    text-decoration: none;
}

.store-cart-list {
    display: grid;
    gap: 1rem;
}

.store-cart-item {
    border: 1px solid #ededed;
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    grid-template-columns: 104px minmax(0, 1fr) auto;
    padding: 1rem;
}

.store-cart-item img {
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    width: 104px;
}

.store-cart-item h2 {
    font-size: 1rem;
    font-weight: 850;
    margin-bottom: 0.25rem;
}

.store-cart-item h2 a {
    color: #262626;
    text-decoration: none;
}

.store-stock-note {
    color: #08705e;
    font-size: 0.82rem;
    font-weight: 750;
    margin-top: 0.45rem;
}

.store-stock-note strong {
    color: #b42318;
    display: block;
    margin-top: 0.2rem;
}

.store-stock-note.is-warning {
    color: #b42318;
}

.store-cart-quantity {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.8rem;
}

.store-cart-quantity label {
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 750;
}

.store-cart-quantity input {
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    min-height: 38px;
    padding: 0.35rem 0.55rem;
    width: 90px;
}

.store-cart-quantity button,
.store-cart-item-side button {
    background: #f2f2f2;
    border: 0;
    border-radius: 8px;
    color: #262626;
    font-weight: 750;
    min-height: 38px;
    padding: 0.35rem 0.75rem;
}

.store-cart-quantity button:disabled,
.store-cart-quantity input:disabled {
    color: #777777;
    opacity: 0.72;
}

.store-cart-item-side {
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: space-between;
    min-width: 130px;
}

.store-cart-item-side strong {
    white-space: nowrap;
}

.store-summary-card h2 {
    font-size: 1.1rem;
    font-weight: 850;
    margin-bottom: 1rem;
}

.store-summary-card dl {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 1fr auto;
    margin: 0;
}

.store-summary-card dt {
    color: #6b7280;
    font-weight: 650;
}

.store-summary-card dd {
    margin: 0;
    text-align: right;
}

.store-summary-items {
    border-bottom: 1px solid #ededed;
    display: grid;
    gap: 0.6rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.store-summary-items div {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.store-summary-items span {
    color: #4b5563;
    font-size: 0.88rem;
}

.store-summary-items strong {
    white-space: nowrap;
}

.store-summary-note {
    color: #6b7280;
    font-size: 0.82rem;
    margin: 1rem 0 0;
}

.store-summary-button {
    background: var(--store-accent, #ffd333);
    border-radius: 2px;
    color: var(--store-accent-ink, #262626);
    display: block;
    font-weight: 500;
    margin-top: 1.25rem;
    padding: 0.75rem 1rem;
    text-align: center;
    text-decoration: none;
}

.store-summary-button:hover,
.store-summary-button:focus,
.storefront-body .btn.btn-primary.store-summary-button:hover,
.storefront-body .btn.btn-primary.store-summary-button:focus,
.storefront-body .btn.btn-primary.cart__checkout-button:hover,
.storefront-body .btn.btn-primary.cart__checkout-button:focus {
    color: #fff;
}

.store-summary-button.is-disabled,
.store-summary-button.is-disabled:hover,
.store-summary-button.is-disabled:focus {
    background: #dddddd;
    color: #777777;
    pointer-events: none;
}

.store-address-options,
.store-address-list {
    display: grid;
    gap: 0.75rem;
}

.store-address-option,
.store-address-box {
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 0.9rem;
}

.store-address-option {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 0.75rem;
}

.store-address-option strong,
.store-address-option small,
.store-address-box strong,
.store-address-box span {
    display: block;
}

.store-address-option small,
.store-address-box p {
    color: #6b7280;
    margin-bottom: 0;
}

.store-address-box > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.store-address-box span {
    background: #e7f6f2;
    border-radius: 999px;
    color: #08705e;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.55rem;
}

.store-address-box button {
    background: #f2f2f2;
    border: 0;
    border-radius: 8px;
    color: #b42318;
    font-weight: 800;
    margin-top: 0.75rem;
    min-height: 38px;
    padding: 0.35rem 0.75rem;
}

.store-link-button {
    background: transparent;
    border: 0;
    color: #3d464d;
    font-weight: 850;
    padding: 0;
    text-decoration: underline;
}

@media (max-width: 1199.98px) {
    .store-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .store-header-actions {
        justify-content: stretch;
    }

    .store-hero {
        min-height: 320px;
    }

    .store-hero-content h1 {
        font-size: 2.1rem;
    }

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

    .store-product-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .store-mainbar {
        padding: 1rem 0;
    }

    .store-nav .container {
        align-items: stretch;
        flex-direction: column;
    }

    .store-departments {
        border-radius: 0;
        text-align: center;
    }

    .store-hero {
        min-height: 300px;
        padding: 1.25rem;
    }

    .store-hero-content h1 {
        font-size: 1.7rem;
    }

    .store-search,
    .store-newsletter,
    .store-list-toolbar,
    .store-results-intro {
        flex-direction: column;
    }

    .store-hero-metrics,
    .store-home-snapshot {
        grid-template-columns: 1fr;
    }

    .store-search input,
    .store-newsletter input,
    .store-list-toolbar input,
    .store-list-toolbar select,
    .store-search button,
    .store-newsletter button,
    .store-list-toolbar button,
    .store-list-toolbar a {
        border-radius: 8px;
    }

    .store-search button,
    .store-newsletter button,
    .store-list-toolbar button,
    .store-list-toolbar a {
        margin-top: 0.5rem;
    }

    .store-list-toolbar select {
        flex-basis: auto;
        width: 100%;
    }

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

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

    .store-detail-facts {
        grid-template-columns: 1fr;
    }

    .store-cart-item {
        grid-template-columns: 80px minmax(0, 1fr);
    }

    .store-cart-item img {
        width: 80px;
    }

    .store-cart-item-side {
        align-items: stretch;
        grid-column: 1 / -1;
        min-width: 0;
    }
}

.product-card__wishlist--active,
.product-card__compare--active,
.product__wishlist-compare .btn.is-active {
    color: #262626;
    border-color: #ffd333;
    background: #fff8d6;
}

.inos-compare-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.15rem;
    height: 1.15rem;
    margin-left: 0.35rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: #ffd333;
    color: #262626;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
}

.inos-compare-count.is-empty {
    display: none;
}

.inos-toast-host {
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 1080;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-width: min(23rem, calc(100vw - 2rem));
    pointer-events: none;
}

.inos-toast {
    --inos-toast-accent: var(--store-accent, #ffd333);
    --inos-toast-ink: var(--store-accent-ink, #262626);
    position: relative;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--inos-toast-ink) 10%, #d8d8d8);
    border-radius: 6px;
    background: color-mix(in srgb, var(--inos-toast-accent) 10%, #f3f4f5);
    box-shadow: 0 8px 22px rgba(38, 38, 38, 0.12);
    color: #3d464d;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: auto;
}

.inos-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.inos-toast__main {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem 0.95rem;
}

.inos-toast__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--inos-toast-accent) 55%, #fff);
    color: var(--inos-toast-ink);
}

.inos-toast[data-tone="removed"] .inos-toast__icon {
    background: color-mix(in srgb, #6b7280 18%, #fff);
    color: #4b5563;
}

.inos-toast__glyph {
    display: block;
}

.inos-toast__body {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 0.1rem;
}

.inos-toast__text {
    font-size: 0.92rem;
    line-height: 1.4;
    color: #3d464d;
}

.inos-toast__action {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--inos-toast-ink);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.inos-toast__action:hover {
    color: #111;
}

.inos-toast__close {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.15rem -0.2rem 0 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
}

.inos-toast__close:hover {
    background: color-mix(in srgb, var(--inos-toast-ink) 8%, transparent);
    color: #262626;
}

.inos-toast__progress {
    height: 3px;
    background: color-mix(in srgb, var(--inos-toast-ink) 8%, transparent);
}

.inos-toast__progress-bar {
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: left center;
    background: var(--inos-toast-accent);
    animation-name: inos-toast-progress;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.inos-toast.is-paused .inos-toast__progress-bar {
    animation-play-state: paused;
}

@keyframes inos-toast-progress {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}

@media (max-width: 575.98px) {
    .inos-toast-host {
        right: 0.75rem;
        left: 0.75rem;
        max-width: none;
    }
}

/* Cart summary sidebar */
.cart-summary-card__body {
    padding: 1.25rem 1.2rem 1.3rem;
}

.cart-summary-card__title {
    font-size: 1rem;
    margin-bottom: 0.85rem;
}

.cart-summary-card__totals {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.cart-summary-card__totals th,
.cart-summary-card__totals td {
    padding: 0.35rem 0;
}

.cart-summary-card__totals.cart__totals th {
    font-weight: 500;
}

.cart-summary-card__totals .cart__totals-footer {
    font-size: 1.05rem;
}

.cart-summary-card__totals .cart__totals-footer tr:first-child > * {
    padding-top: 0.75rem;
}

.cart-summary-card .cart__checkout-button {
    font-size: 1rem;
    font-weight: 500;
    height: auto;
    margin-top: 0.25rem;
    padding: 0.85rem 1rem;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .cart-summary-card {
        position: sticky;
        top: 1.25rem;
    }
}

/* Checkout page */
.checkout-page .checkout-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.checkout-page .checkout-panel__title {
    font-size: 1.05rem;
    margin-bottom: 0.85rem;
}

.checkout-page .checkout-panel .card-body,
.checkout-page .checkout-summary-card .card-body {
    padding: 1.1rem 1.15rem;
}

.checkout-address-list {
    display: grid;
    gap: 0.65rem;
}

.checkout-address {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0;
    padding: 0.8rem 0.9rem;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    cursor: pointer;
    background: #fff;
}

.checkout-address.is-active {
    border-color: var(--theme-primary, #ffd333);
    background: color-mix(in srgb, var(--theme-primary, #ffd333) 10%, #fff);
}

.checkout-address__radio {
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.checkout-address__body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.checkout-address__title {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
}

.checkout-address__badge {
    font-size: 11px;
    font-weight: 500;
    color: #6c757d;
    background: #f4f4f4;
    border-radius: 2px;
    padding: 0.1rem 0.35rem;
}

.checkout-address__meta,
.checkout-address__line {
    font-size: 13px;
    line-height: 1.4;
    color: #6c757d;
}

.checkout-summary-card__totals {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 1rem;
    width: 100%;
}

.checkout-summary-card__totals th,
.checkout-summary-card__totals td {
    padding: 0.35rem 0;
    vertical-align: top;
}

.checkout-summary-card__totals td:last-child,
.checkout-summary-card__totals th:last-child {
    text-align: right;
    white-space: nowrap;
}

.checkout-summary-card__totals .checkout__totals-footer {
    font-size: 15px;
}

.checkout-summary-card__totals .checkout__totals-footer th,
.checkout-summary-card__totals .checkout__totals-footer td {
    padding-top: 0.65rem;
}

.checkout-summary-card__warn {
    font-size: 12px;
    margin-top: 0.15rem;
}

.checkout-billing-same {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 0.65rem;
    margin: 0;
}

.checkout-billing-same__text {
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding-top: 0.05rem;
}

.checkout-billing-addresses[hidden] {
    display: none !important;
}

.checkout-payment {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.checkout-payment__label {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.checkout-payment__option {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0;
    padding: 0.65rem 0.75rem;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    cursor: pointer;
}

.checkout-payment__option.is-active {
    border-color: var(--theme-primary, #ffd333);
    background: color-mix(in srgb, var(--theme-primary, #ffd333) 10%, #fff);
}

.checkout-payment__text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.checkout-payment__title {
    font-size: 13px;
    font-weight: 600;
    color: #262626;
}

.checkout-payment__hint {
    font-size: 12px;
    color: #6c757d;
}

.checkout-summary-card__provider {
    font-size: 12px;
    margin-bottom: 0.85rem;
}

.checkout-page .store-address-form--compact .form-group {
    margin-bottom: 0.85rem;
}

.checkout-page .store-address-form--compact .form-group label {
    font-size: 13px;
    margin-bottom: 0.3rem;
}

.checkout-page .store-address-form--compact .form-control {
    font-size: 14px;
}

.checkout-page .store-address-form--compact .store-address-form__check {
    margin-bottom: 0.85rem;
}

@media (min-width: 992px) {
    .checkout-summary-card {
        position: sticky;
        top: 1.25rem;
    }
}

.order-success__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.storefront-body[data-inos-theme="default"] .order-success {
    padding-bottom: 3rem;
}

.storefront-body[data-inos-theme="default"] .order-success__header {
    padding: 2.25rem 0 1.5rem;
}

.storefront-body[data-inos-theme="default"] .order-success__icon {
    height: 72px;
    width: 72px;
}

.storefront-body[data-inos-theme="default"] .order-success__title {
    font-size: 1.75rem;
    margin-top: 1rem;
}

.storefront-body[data-inos-theme="default"] .order-success__subtitle {
    color: #6b737a;
    font-size: 1rem;
    font-weight: 400;
}

.storefront-body[data-inos-theme="default"] .order-success__hint {
    color: #3d464d;
    font-size: 0.92rem;
    line-height: 1.45;
    margin: 0.65rem auto 0;
    max-width: 28rem;
}

.storefront-body[data-inos-theme="default"] .order-success__actions .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.5rem 1.1rem;
}

.storefront-body[data-inos-theme="default"] .order-success__meta {
    background: #f7f7f7;
    border: 1px solid #ececec;
    margin-bottom: 1.25rem;
    padding: 0.85rem 0.5rem;
}

.storefront-body[data-inos-theme="default"] .order-success__meta-title {
    color: #8a9196;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.storefront-body[data-inos-theme="default"] .order-success__meta-value {
    color: #1f2428;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0.2rem;
    word-break: break-word;
}

.storefront-body[data-inos-theme="default"] .order-success__tips,
.storefront-body[data-inos-theme="default"] .order-success__panel {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 1.15rem;
    padding: 1.15rem 1.2rem;
}

.storefront-body[data-inos-theme="default"] .order-success__tips p,
.storefront-body[data-inos-theme="default"] .order-success__panel-text {
    color: #5c656c;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.storefront-body[data-inos-theme="default"] .order-success__tips p + p {
    margin-top: 0.65rem;
}

.storefront-body[data-inos-theme="default"] .order-success__tips a {
    color: #1f2428;
    text-decoration: underline;
}

.storefront-body[data-inos-theme="default"] .order-success__panel-title {
    color: #1f2428;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
}

.storefront-body[data-inos-theme="default"] .order-success__card {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-shadow: none;
    overflow: hidden;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__eyebrow {
    color: #8a9196;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__title {
    color: #1f2428;
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__lead {
    color: #5c656c;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 1rem;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__list {
    display: grid;
    gap: 0.75rem;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__card {
    background: #f7f7f7;
    border: 1px solid #ececec;
    padding: 0.9rem 1rem;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__card-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__badge {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #6b737a;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 0.15rem 0.4rem;
    text-transform: uppercase;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__meta {
    margin: 0;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__meta > div {
    display: grid;
    gap: 0.15rem 0.75rem;
    grid-template-columns: 7.5rem minmax(0, 1fr);
    margin: 0 0 0.4rem;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__meta dt {
    color: #8a9196;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__meta dd {
    color: #1f2428;
    font-size: 14px;
    margin: 0;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__iban-row dd {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__iban {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
    letter-spacing: 0.02em;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__copy {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    color: #1f2428;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 0.35rem 0.55rem;
}

.storefront-body[data-inos-theme="default"] .store-bank-accounts__copy:hover {
    border-color: #bfbfbf;
}

@media (max-width: 767px) {
    .storefront-body[data-inos-theme="default"] .order-success__meta-list {
        flex-wrap: wrap;
    }

    .storefront-body[data-inos-theme="default"] .order-success__meta-item {
        flex-basis: 50%;
    }

    .storefront-body[data-inos-theme="default"] .store-bank-accounts__meta > div {
        grid-template-columns: 1fr;
    }
}

.account-nav__logout {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font: inherit;
    padding: 0;
    text-align: left;
    width: 100%;
}

.account-nav__logout:hover {
    color: var(--theme-primary-ink, #262626);
}

.account-page .card-header h5,
.block .card-header h5 {
    margin-bottom: 0;
}

/* ===== Account premium polish (TR storefront) ===== */
.account-nav--inos .account-nav__item a,
.account-nav--inos .account-nav__link {
    align-items: center;
    background: none;
    border: 0;
    border-left: 2px solid transparent;
    color: #6c757d;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    gap: 0.7rem;
    line-height: 1.3;
    margin: 0;
    padding: 0.55rem 1.4rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.account-nav--inos .account-nav__item a i,
.account-nav--inos .account-nav__link i {
    width: 1.1rem;
    text-align: center;
    opacity: 0.85;
}

.account-nav--inos .account-nav__item a:hover,
.account-nav--inos .account-nav__link:hover {
    background: #f7f7f7;
    color: #3d464d;
}

.account-nav--inos .account-nav__item--active a {
    border-left-color: var(--store-accent, #ffd333);
    color: #3d464d;
    font-weight: 500;
}

.account-nav--inos .account-nav__item--logout {
    margin-top: 0.35rem;
    padding-top: 0.35rem;
}

.account-nav--inos .account-nav__item--logout form {
    margin: 0;
}

.account-nav--inos .account-nav__link {
    color: #a0a6ab;
}

@media (min-width: 992px) {
    .account-nav--inos .account-nav__item a,
    .account-nav--inos .account-nav__link {
        margin-left: -2px;
        border-left-width: 2px;
    }
}

@media (max-width: 991px) {
    .account-nav--inos .account-nav__item a,
    .account-nav--inos .account-nav__link {
        border-left: 0;
        border-bottom: 2px solid #f0f0f0;
        margin-bottom: -2px;
        white-space: nowrap;
    }

    .account-nav--inos .account-nav__item--active a {
        border-bottom-color: var(--store-accent, #ffd333);
    }
}

.account-page .account-card__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.account-page .account-card__header h5 {
    align-items: center;
    display: flex;
    font-size: 1rem;
    gap: 0.55rem;
    margin: 0;
}

.account-page .account-card__header h5 i {
    color: #8a9096;
    font-size: 0.95rem;
}

.account-note {
    align-items: flex-start;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 2px;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding: 0.9rem 1rem;
}

.account-note > i {
    color: #c9a227;
    margin-top: 0.15rem;
}

.account-note strong {
    display: block;
    font-size: 14px;
    margin-bottom: 0.2rem;
}

.account-note p {
    color: #6c757d;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.account-help {
    color: #6c757d;
    font-size: 13px;
    line-height: 1.45;
}

.account-empty {
    align-items: center;
    color: #6c757d;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    padding: 1.5rem 0.5rem;
    text-align: center;
}

.account-empty > i {
    color: #c5c9cd;
    font-size: 1.75rem;
}

.account-empty p {
    margin: 0;
    max-width: 28rem;
}

.inos-address-page,
.inos-billing-page,
.inos-profile-page {
    display: grid;
    gap: 1rem;
}

.inos-profile-billing {
    margin: 0.15rem 0 1.15rem;
    padding-top: 1.05rem;
    border-top: 1px solid rgba(31, 36, 40, 0.08);
}

.inos-profile-billing a {
    color: #3d464d;
    font-weight: 600;
}

.inos-address-intro.account-note,
.inos-billing-intro.account-note {
    margin-bottom: 0;
    padding: 0.7rem 0.9rem;
}

.inos-address-intro.account-note p,
.inos-billing-intro.account-note p {
    max-width: 46rem;
}

.inos-address-list,
.inos-billing-list {
    display: grid;
    gap: 0.85rem;
}

@media (min-width: 768px) {
    .inos-address-list,
    .inos-billing-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .inos-address-list .inos-address-card,
    .inos-billing-list .inos-address-card {
        height: 100%;
    }
}

.inos-address-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 0.95rem 1rem;
    width: 100%;
}

.inos-address-card.is-default {
    border-color: color-mix(in srgb, var(--store-accent, #ffd333) 65%, #ebebeb);
    box-shadow: inset 3px 0 0 var(--store-accent, #ffd333);
}

.inos-address-card__top {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.inos-address-card__title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    min-width: 0;
}

.inos-address-card__title i {
    color: #8a9096;
}

.inos-address-card__badge {
    background: var(--store-accent, #ffd333);
    border-radius: 2px;
    color: #262626;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0.12rem 0.4rem;
    text-transform: uppercase;
}

.inos-address-card__actions {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    gap: 0.35rem;
}

.inos-address-card.is-editing {
    border-color: color-mix(in srgb, var(--store-accent, #ffd333) 55%, #d8d8d8);
}

.inos-address-card__actions .btn-svg-icon {
    align-items: center;
    background: #f5f5f5 !important;
    border: 1px solid #e5e5e5 !important;
    color: #6c757d !important;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 34px;
}

.inos-address-card__actions .btn-svg-icon i,
.inos-address-card__actions .btn-svg-icon svg {
    left: auto;
    line-height: 1;
    margin: 0;
    position: static;
    top: auto;
    transform: none;
}

.inos-address-card__delete {
    background: #f5f5f5 !important;
    border: 1px solid #e5e5e5 !important;
    color: #6c757d !important;
    flex-shrink: 0;
    height: 34px;
    width: 34px;
}

.inos-address-card__delete:hover {
    background: #fee2e2 !important;
    border-color: #fecaca !important;
    color: #b42318 !important;
}

.store-address-form__check {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 0.55rem;
    margin: 0.15rem 0 1rem;
}

.store-address-form__check .input-check,
.store-address-form__check .form-check-input {
    flex: 0 0 16px;
    margin: 0;
    position: static;
}

.store-address-form__check-text {
    color: #3d464d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.store-address-form__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.store-address-form__actions .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1.2;
    min-height: 2.5rem;
    padding: 0.5rem 1rem;
}

.inos-address-card__rows {
    display: grid;
    gap: 0.45rem;
}

.inos-address-card__row {
    align-items: flex-start;
    color: #4b5563;
    display: flex;
    font-size: 13px;
    gap: 0.55rem;
    line-height: 1.45;
}

.inos-address-card__row > i {
    color: #9aa1a7;
    margin-top: 0.15rem;
    width: 0.9rem;
    text-align: center;
}

.storefront-body[data-inos-theme="default"] .inos-confirm-modal .modal-dialog {
    max-width: 24.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-confirm-modal .modal-content {
    border: 1px solid rgba(31, 36, 40, 0.1);
    border-radius: 2px;
    box-shadow: 0 22px 48px rgba(31, 36, 40, 0.16);
    overflow: hidden;
}

.storefront-body[data-inos-theme="default"] .inos-confirm-modal__body {
    padding: 1.65rem 1.35rem 1.2rem;
    text-align: center;
}

.storefront-body[data-inos-theme="default"] .inos-confirm-modal__icon {
    align-items: center;
    background: #f8f1f1;
    border-radius: 50%;
    color: #b42318;
    display: inline-flex;
    font-size: 0.85rem;
    height: 2.6rem;
    justify-content: center;
    margin-bottom: 0.85rem;
    width: 2.6rem;
}

.storefront-body[data-inos-theme="default"] .inos-confirm-modal__title {
    margin: 0 0 0.45rem;
    color: #1f2428;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.storefront-body[data-inos-theme="default"] .inos-confirm-modal__lead {
    margin: 0 0 0.35rem;
    color: #3d464d;
    font-size: 0.92rem;
    line-height: 1.5;
}

.storefront-body[data-inos-theme="default"] .inos-confirm-modal__meta {
    margin: 0 0 0.65rem;
    color: #8a9298;
    font-size: 0.8rem;
    line-height: 1.4;
}

.storefront-body[data-inos-theme="default"] .inos-confirm-modal__actions {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 1fr 1fr;
    padding: 0 1.35rem 1.25rem;
}

.storefront-body[data-inos-theme="default"] .inos-confirm-modal__actions .btn {
    min-height: 2.45rem;
    padding: 0.5rem 0.85rem;
}

.storefront-body[data-inos-theme="default"] .inos-confirm-modal__submit {
    background: #c62828;
    border: 0;
    color: #fff;
    font-weight: 600;
}

.storefront-body[data-inos-theme="default"] .inos-confirm-modal__submit:hover,
.storefront-body[data-inos-theme="default"] .inos-confirm-modal__submit:focus {
    background: #a81e1e;
    color: #fff;
}

.inos-order-filters__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.inos-order-filters__actions .btn i {
    margin-right: 0.35rem;
}

.inos-order-filters--inline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.inos-order-filters--inline .inos-order-filters__field {
    flex: 1 1 140px;
    margin: 0;
    min-width: 0;
}

.inos-order-filters--inline .inos-order-filters__field--grow {
    flex: 1.4 1 160px;
}

.inos-order-filters--inline .inos-order-filters__actions {
    flex: 0 0 auto;
    gap: 0.4rem;
}

.inos-order-filters--inline .inos-order-filters__actions .btn {
    align-items: center;
    display: inline-flex;
    height: 31px;
    justify-content: center;
    min-width: 4.4rem;
    padding: 0 0.7rem;
}

.inos-order-filters--inline .inos-order-filters__actions .btn i {
    margin: 0;
}

.inos-order-filters__active {
    margin-top: 0.75rem;
}

@media (max-width: 767px) {
    .inos-order-filters--inline .inos-order-filters__field,
    .inos-order-filters--inline .inos-order-filters__field--grow {
        flex: 1 1 100%;
    }

    .inos-order-filters--inline .inos-order-filters__actions {
        width: 100%;
    }
}

.inos-order-list {
    display: grid;
}

.inos-order-row {
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) auto auto;
    padding: 0.95rem 1.15rem;
}

.inos-order-row:last-child {
    border-bottom: 0;
}

.inos-order-row__number {
    color: #262626;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.inos-order-row__number:hover {
    color: #111;
    text-decoration: underline;
}

.dashboard .inos-order-row__date {
    color: #1f2428;
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.dashboard .inos-order-row__number {
    color: #8a9298;
    display: block;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard .inos-order-row__number:hover {
    color: #1f2428;
}

.account-page .address-card__footer a.btn,
.account-page .account-card__header a.btn,
.account-page .profile-card__edit .btn {
    text-decoration: none;
}

.account-page .profile-card__name {
    align-items: center;
    display: flex;
    gap: 0.45rem;
}

.account-page a:not(.btn):not(.account-nav__item a):not(.inos-order-row__number) {
    color: #3d464d;
}

.dashboard .card-table a {
    color: #262626;
    font-weight: 500;
    text-decoration: none;
}

.dashboard .card-table a:hover {
    text-decoration: underline;
}

.inos-order-row__meta {
    color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.inos-order-row__meta i {
    margin-right: 0.25rem;
    opacity: 0.8;
}

.inos-order-row__status {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.inos-order-row__total {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}

.inos-order-row__action .btn {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .inos-order-row {
        align-items: stretch;
        grid-template-columns: 1fr auto;
    }

    .inos-order-row__status {
        grid-column: 1 / -1;
    }

    .inos-order-row__total {
        text-align: left;
    }
}

/* ===== Order detail polish ===== */
.page-header--compact .page-header__title h1 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin-bottom: 0.35rem;
}

.page-header--compact .page-header__container {
    padding-bottom: 1.25rem;
}

.page-header__meta {
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .page-header--compact .page-header__title h1 {
        font-size: 1.35rem;
    }
}

/* Tema 1: breadcrumb trail + page titles (Stroyka hides Bootstrap separators) */
.storefront-body[data-inos-theme="default"] .page-header__container {
    padding-bottom: 1.5rem;
}

.storefront-body[data-inos-theme="default"] .page-header__breadcrumb {
    padding-top: 1.1rem;
}

.storefront-body[data-inos-theme="default"] .page-header__breadcrumb nav[aria-label="breadcrumb"] {
    display: block;
}

.storefront-body[data-inos-theme="default"] .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 0.8125rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.storefront-body[data-inos-theme="default"] .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    max-width: min(18rem, 100%);
    padding: 0;
    color: #8a9298;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.storefront-body[data-inos-theme="default"] .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 0.55rem;
    color: #c5cacd;
    font-size: 1.05em;
    font-weight: 400;
    line-height: 1;
    content: "\203A";
}

.storefront-body[data-inos-theme="default"] .breadcrumb-arrow {
    display: none;
}

.storefront-body[data-inos-theme="default"] .breadcrumb-item a {
    color: #5c656c;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s ease;
}

.storefront-body[data-inos-theme="default"] .breadcrumb-item a:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .breadcrumb-item.active {
    color: #9aa1a6;
    font-weight: 500;
}

.storefront-body[data-inos-theme="default"] .page-header__title {
    padding-top: 0.4rem;
}

.storefront-body[data-inos-theme="default"] .page-header__title h1 {
    margin: 0;
    color: #1f2428;
    font-size: clamp(1.55rem, 1.35rem + 0.7vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.storefront-body[data-inos-theme="default"] .page-header__title > p,
.storefront-body[data-inos-theme="default"] .page-header__meta {
    margin: 0.4rem 0 0;
    color: #6b737a;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.45;
}

.inos-order-detail__headline {
    color: #1f2428;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.inos-order-detail__subsection {
    margin-top: 1.35rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(31, 36, 40, 0.08);
}

.inos-order-detail__subsection-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.75rem;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.inos-order-detail__subsection-head h6 {
    margin: 0;
    color: #1f2428;
    font-size: 0.95rem;
    font-weight: 700;
}

.inos-order-detail__totals-title {
    margin: 0 0 0.85rem;
    color: #1f2428;
    font-size: 0.95rem;
    font-weight: 700;
}

.inos-order-detail__split {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .inos-order-detail__split {
        grid-template-columns: 1fr 1fr;
    }
}

.storefront-body[data-inos-theme="default"] .inos-order-detail .account-card {
    margin-bottom: 1rem;
}

.storefront-body[data-inos-theme="default"] .inos-order-addresses .account-card {
    height: 100%;
    margin-bottom: 0;
}

.inos-order-detail__status-grid {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inos-order-detail__status-item {
    align-items: flex-start;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 0;
    padding: 0.75rem 0.9rem;
}

.inos-order-detail__status-item > span {
    color: #6c757d;
    display: block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.inos-order-detail__status-item .store-status-badge {
    align-self: flex-start;
    margin: 0;
}

.inos-order-detail__steps {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding-left: 1.15rem;
}

.inos-order-detail__steps li + li {
    margin-top: 0.35rem;
}

.inos-order-detail__meta {
    color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 0.75rem;
}

.inos-order-detail__attempts {
    display: grid;
    gap: 0.75rem;
}

.inos-order-detail__attempt {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 0.95rem 1rem;
}

.inos-order-detail__products {
    margin: 0;
    width: 100%;
}

.inos-order-detail__products th {
    border-bottom: 1px solid #ececec;
    color: #6c757d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0.75rem 1.15rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.inos-order-detail__products td {
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    padding: 0.9rem 1.15rem;
    vertical-align: top;
}

.inos-order-detail__products tbody tr:last-child td {
    border-bottom: 0;
}

.inos-order-detail__product-name {
    color: #262626;
    font-weight: 500;
}

.inos-order-detail__totals-grid {
    display: grid;
    gap: 0.85rem 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inos-order-detail__totals-grid > div {
    align-items: baseline;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.inos-order-detail__totals-grid > div > span {
    color: #6c757d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.inos-order-detail__totals-grid > div > strong {
    color: #262626;
    font-size: 0.95rem;
    font-weight: 500;
}

.inos-order-detail__totals-grand {
    border-top: 1px solid #ececec;
    grid-column: 1 / -1;
    margin-top: 0.15rem;
    padding-top: 0.85rem;
}

.inos-order-detail__totals-grand > span {
    color: #262626;
}

.inos-order-detail__totals-grand > strong {
    font-size: 1.15rem;
    font-weight: 600;
}

@media (min-width: 768px) {
    .inos-order-detail__totals-grid {
        align-items: flex-end;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem 1.5rem;
    }

    .inos-order-detail__totals-grid > div:not(.inos-order-detail__totals-grand) {
        flex: 1 1 0;
        min-width: 5.5rem;
    }

    .inos-order-detail__totals-grand {
        border-left: 1px solid #ececec;
        border-top: 0;
        flex: 0 0 auto;
        grid-column: auto;
        margin-left: auto;
        margin-top: 0;
        min-width: 7rem;
        padding-left: 1.5rem;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .inos-order-detail__status-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .inos-order-detail__status-grid {
        grid-template-columns: 1fr;
    }

    .inos-order-detail__products th,
    .inos-order-detail__products td {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }
}

/* ===== Storefront footer polish ===== */
.storefront-body[data-inos-theme="default"] .inos-footer-row {
    row-gap: 1.75rem;
}

.storefront-body[data-inos-theme="default"] .inos-footer-brand .footer-contacts__title {
    margin-bottom: 0.65rem;
    color: #1f2428;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.inos-footer-logo {
    display: inline-flex;
    align-items: center;
    margin: 0 0 0.85rem;
    padding: 0;
    line-height: 0;
}

.inos-footer-logo img {
    display: block;
    height: auto;
    max-height: 52px;
    max-width: min(240px, 100%);
    width: auto;
    padding: 0;
    margin: 0;
    object-fit: contain;
    object-position: left center;
}

.storefront-body[data-inos-theme="default"] .site-footer .footer-contacts__text {
    max-width: 22rem;
    color: #6b737a;
    font-size: 0.9rem;
    line-height: 1.55;
}

.storefront-body[data-inos-theme="default"] .site-footer .footer-links__title,
.storefront-body[data-inos-theme="default"] .site-footer .footer-contacts__title {
    margin-bottom: 0.9rem;
}

.storefront-body[data-inos-theme="default"] .site-footer .footer-links__link {
    color: #5c656d;
}

.storefront-body[data-inos-theme="default"] .site-footer .footer-links__link:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .site-footer__bottom {
    border-top-color: rgba(31, 36, 40, 0.08);
}

@media (max-width: 767.98px) {
    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
        height: auto;
        padding: 1rem 0 1.25rem;
    }
}

/* Shared social links */
.inos-social-links{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}
.inos-social-links__item{display:inline-flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.15);color:inherit;text-decoration:none;transition:border-color .2s ease,background-color .2s ease,opacity .2s ease}
.inos-social-links__item:hover{border-color:currentColor;opacity:.9}
.inos-social-links__item svg{height:1rem;width:1rem}

/* Compare-at product price */
.inos-product-price{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.5rem}
.inos-product-price__compare{opacity:.65;font-weight:500;text-decoration:line-through}
.inos-product-price__unit{margin-left:.25rem;color:#6b737a;font-size:.85em;font-weight:500}

/* Nested header menu (vitrin editor) */
.nav-links__item--has-submenu {
    position: relative;
}
.nav-links__item--has-submenu > .inos-nav-submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 40;
    min-width: 12rem;
    margin: 0;
    padding: 0.4rem 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.nav-links__item--has-submenu:hover > .inos-nav-submenu,
.nav-links__item--has-submenu:focus-within > .inos-nav-submenu {
    display: block;
}
.inos-nav-submenu a {
    display: block;
    padding: 0.45rem 0.9rem;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
.inos-nav-submenu a:hover {
    background: rgba(0, 0, 0, 0.04);
}

/* ------------------------------------------------------------------ */
/* Tema-1 homepage calm pass (spacing, cards, yellow restraint)       */
/* ------------------------------------------------------------------ */

.storefront-body[data-inos-theme="default"] .site__body > .block,
.storefront-body[data-inos-theme="default"] .site__body .block {
    margin-bottom: 2.75rem;
}

.storefront-body[data-inos-theme="default"] .site__body .block-slideshow {
    margin-bottom: 1.75rem;
}

/* Slider çerçevesi: görsel cover ile otursun, taşmasın */
.storefront-body[data-inos-theme="default"] .block-slideshow__body,
.storefront-body[data-inos-theme="default"] .block-slideshow__slide,
.storefront-body[data-inos-theme="default"] .block-slideshow .owl-stage-outer,
.storefront-body[data-inos-theme="default"] .block-slideshow .owl-item {
    overflow: hidden;
}

.storefront-body[data-inos-theme="default"] .block-slideshow__slide-image {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.storefront-body[data-inos-theme="default"] .block-slideshow__slide-image--mobile {
    background-position: center center;
}

/* Slider metin okunurluğu: Tema-4 tarzı krem yazı + soft veil + hafif gölge */
.storefront-body[data-inos-theme="default"] .block-slideshow__slide {
    position: relative;
    isolation: isolate;
}

.storefront-body[data-inos-theme="default"] .block-slideshow__slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(31, 36, 40, 0.52) 0%,
            rgba(31, 36, 40, 0.28) 38%,
            rgba(31, 36, 40, 0.08) 62%,
            rgba(31, 36, 40, 0) 82%
        ),
        linear-gradient(
            180deg,
            rgba(31, 36, 40, 0.06) 0%,
            rgba(31, 36, 40, 0) 42%,
            rgba(31, 36, 40, 0.18) 100%
        );
}

.storefront-body[data-inos-theme="default"] .block-slideshow__slide-content {
    z-index: 2;
    max-width: 28rem;
}

[dir=ltr] .storefront-body[data-inos-theme="default"] .block-slideshow__slide-content {
    left: 4.25rem;
}

[dir=rtl] .storefront-body[data-inos-theme="default"] .block-slideshow__slide-content {
    right: 4.25rem;
}

@media (min-width: 1200px) {
    [dir=ltr] .storefront-body[data-inos-theme="default"] .block-slideshow__slide-content {
        left: 4.75rem;
    }

    [dir=rtl] .storefront-body[data-inos-theme="default"] .block-slideshow__slide-content {
        right: 4.75rem;
    }
}

.storefront-body[data-inos-theme="default"] .block-slideshow__slide-title {
    color: #fff8f2;
    text-shadow:
        0 1px 2px rgba(31, 36, 40, 0.45),
        0 2px 14px rgba(31, 36, 40, 0.28);
}

.storefront-body[data-inos-theme="default"] .block-slideshow__slide-text {
    color: rgba(255, 248, 242, 0.9);
    text-shadow: 0 1px 2px rgba(31, 36, 40, 0.4);
}

/* Slider okları */
.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}

.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-prev,
.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 248, 242, 0.28);
    border-radius: 999px;
    background: rgba(31, 36, 40, 0.42);
    color: #fff8f2;
    box-shadow: 0 4px 14px rgba(31, 36, 40, 0.22);
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-prev {
    left: 0.85rem;
}

.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-next {
    right: 0.85rem;
}

.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-prev:hover,
.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-next:hover,
.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-prev:focus,
.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-next:focus {
    outline: none;
    background: #ffd333;
    border-color: #ffd333;
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-prev:active,
.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-next:active {
    transform: translateY(-50%) scale(0.96);
}

.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-prev.disabled,
.storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-next.disabled {
    opacity: 0.35;
    pointer-events: none;
}

.storefront-body[data-inos-theme="default"] .block-slideshow .inos-slideshow-nav__icon {
    display: inline-flex;
    line-height: 0;
}

.storefront-body[data-inos-theme="default"] .block-slideshow .owl-dots {
    z-index: 5;
    background: rgba(255, 255, 255, 0.92);
}

.storefront-body[data-inos-theme="default"] .block-slideshow .owl-dot.active {
    background: #ffd333;
}

@media (max-width: 767.98px) {
    .storefront-body[data-inos-theme="default"] .block-slideshow__slide::after {
        background:
            linear-gradient(
                180deg,
                rgba(31, 36, 40, 0.22) 0%,
                rgba(31, 36, 40, 0.18) 45%,
                rgba(31, 36, 40, 0.42) 100%
            );
    }

    .storefront-body[data-inos-theme="default"] .block-slideshow__slide-content {
        max-width: none;
    }

    [dir=ltr] .storefront-body[data-inos-theme="default"] .block-slideshow__slide-content,
    [dir=rtl] .storefront-body[data-inos-theme="default"] .block-slideshow__slide-content {
        left: 5%;
        right: 5%;
    }

    .storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-prev,
    .storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-next {
        width: 2.15rem;
        height: 2.15rem;
    }

    .storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-prev {
        left: 0.55rem;
    }

    .storefront-body[data-inos-theme="default"] .block-slideshow .owl-nav .owl-next {
        right: 0.55rem;
    }
}

.storefront-body[data-inos-theme="default"] .block-header {
    margin-bottom: 1.35rem;
}

.storefront-body[data-inos-theme="default"] .block-header__title {
    color: #1f2428;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.storefront-body[data-inos-theme="default"] .block-header__group {
    color: #6b737a;
    font-weight: 500;
}

.storefront-body[data-inos-theme="default"] .block-header__group--active,
.storefront-body[data-inos-theme="default"] .block-header__group:hover {
    color: #1f2428;
}

/* Features: yellow only as soft icon wash, not loud blocks */
.storefront-body[data-inos-theme="default"] .block-features {
    padding: 0.25rem 0 0.5rem;
}

.storefront-body[data-inos-theme="default"] .block-features__icon {
    color: #8a7340;
}

.storefront-body[data-inos-theme="default"] .block-features__icon svg {
    opacity: 0.92;
}

.storefront-body[data-inos-theme="default"] .block-features__title {
    color: #1f2428;
    font-weight: 600;
}

.storefront-body[data-inos-theme="default"] .block-features__subtitle {
    color: #6b737a;
}

/* Product cards: quieter chrome, more image presence */
.storefront-body[data-inos-theme="default"] .product-card {
    border: 1px solid rgba(31, 36, 40, 0.08);
    border-radius: 2px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.storefront-body[data-inos-theme="default"] .product-card:hover {
    border-color: rgba(31, 36, 40, 0.18);
    box-shadow: 0 10px 28px rgba(31, 36, 40, 0.06);
}

.storefront-body[data-inos-theme="default"] .product-card__name {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
}

.storefront-body[data-inos-theme="default"] .product-card__name a {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .product__name a {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .product__name a:hover {
    color: #111518;
}

/* Hızlı bakış: açıklama clamp + galeri cover */
.storefront-body[data-inos-theme="default"] .product--layout--quickview .product__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #5c656d;
    font-size: 0.92rem;
    line-height: 1.55;
}

.storefront-body[data-inos-theme="default"] .product--layout--quickview .product__meta a {
    color: #5c656d;
}

.storefront-body[data-inos-theme="default"] .product--layout--quickview .product__meta a:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .product--layout--quickview .product-gallery__featured .product-image__body {
    padding-bottom: 100%;
    background: #f6f5f2;
}

.storefront-body[data-inos-theme="default"] .product--layout--quickview .product-gallery__featured .product-image__img,
.storefront-body[data-inos-theme="default"] .product--layout--quickview .product-gallery__carousel-image {
    object-fit: cover;
    object-position: center;
}

/* Metre satış kontrolü */
.storefront-body[data-inos-theme="default"] .inos-meters-control {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid rgba(31, 36, 40, 0.16);
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
}

.storefront-body[data-inos-theme="default"] .inos-meters-control__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    padding: 0 0.55rem;
    border: 0;
    background: #f6f5f2;
    color: #1f2428;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}

.storefront-body[data-inos-theme="default"] .inos-meters-control__btn:hover:not(:disabled) {
    background: #eceae4;
}

.storefront-body[data-inos-theme="default"] .inos-meters-control__btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.storefront-body[data-inos-theme="default"] .inos-meters-control__input {
    width: 4.5rem;
    min-width: 4.5rem;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: 600;
    -moz-appearance: textfield;
}

.storefront-body[data-inos-theme="default"] .inos-meters-control__input::-webkit-outer-spin-button,
.storefront-body[data-inos-theme="default"] .inos-meters-control__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.storefront-body[data-inos-theme="default"] .product__price-unit {
    margin-left: 0.25rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.storefront-body[data-inos-theme="default"] .product-card__prices {
    color: #1f2428;
    font-weight: 700;
}

.storefront-body[data-inos-theme="default"] .product-card__buttons .btn-primary {
    background: #1f2428;
    border-color: #1f2428;
    color: #fff;
}

.storefront-body[data-inos-theme="default"] .product-card__buttons .btn-primary:hover,
.storefront-body[data-inos-theme="default"] .product-card__buttons .btn-primary:focus {
    background: #111518;
    border-color: #111518;
    color: #fff;
}

.storefront-body[data-inos-theme="default"] .product-card__wishlist,
.storefront-body[data-inos-theme="default"] .product-card__compare {
    border-color: rgba(31, 36, 40, 0.12);
    color: #5c656d;
}

/* Categories: softer wash + photo-forward cards */
.storefront-body[data-inos-theme="default"] .block-categories.block--highlighted {
    background: #f6f5f2;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.storefront-body[data-inos-theme="default"] .inos-category-card .category-card__body {
    position: relative;
    display: block;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(31, 36, 40, 0.08);
    border-radius: 2px;
    box-shadow: none;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.storefront-body[data-inos-theme="default"] .inos-category-card:hover .category-card__body,
.storefront-body[data-inos-theme="default"] .inos-category-card .category-card__body:hover {
    border-color: rgba(31, 36, 40, 0.18);
    box-shadow: 0 10px 28px rgba(31, 36, 40, 0.06);
    color: inherit;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-category-card .category-card__image {
    width: 100%;
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eceae4;
}

.storefront-body[data-inos-theme="default"] .inos-category-card .category-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.storefront-body[data-inos-theme="default"] .inos-category-card:hover .category-card__image img {
    transform: scale(1.04);
}

.storefront-body[data-inos-theme="default"] .inos-category-card .category-card__band {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 2.4rem 1.1rem 1.05rem;
    background: linear-gradient(
        180deg,
        rgba(31, 36, 40, 0) 0%,
        rgba(31, 36, 40, 0.38) 42%,
        rgba(31, 36, 40, 0.78) 100%
    );
    color: #fff8f2;
}

.storefront-body[data-inos-theme="default"] .inos-category-card .category-card__name {
    margin: 0;
    color: #fff8f2;
    font-size: clamp(1.25rem, 1.05rem + 0.7vw, 1.65rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 2px rgba(31, 36, 40, 0.4), 0 2px 12px rgba(31, 36, 40, 0.25);
}

.storefront-body[data-inos-theme="default"] .inos-category-card .category-card__products {
    color: rgba(255, 248, 242, 0.82);
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(31, 36, 40, 0.3);
}

@media (max-width: 767.98px) {
    .storefront-body[data-inos-theme="default"] .inos-category-card .category-card__name {
        font-size: clamp(1.15rem, 4.2vw, 1.4rem);
    }
}

.storefront-body[data-inos-theme="default"] .category-card {
    background: transparent;
    border: none;
}

.storefront-body[data-inos-theme="default"] .category-card__all a,
.storefront-body[data-inos-theme="default"] .category-card__links a {
    color: #5c656d;
}

.storefront-body[data-inos-theme="default"] .category-card__all a:hover,
.storefront-body[data-inos-theme="default"] .category-card__links a:hover {
    color: #1f2428;
}

/* Configured promo banner (no demo image) */
.storefront-body[data-inos-theme="default"] .inos-home-banner__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.65rem;
    min-height: 9.5rem;
    padding: 1.75rem 2rem;
    background:
        linear-gradient(120deg, rgba(31, 36, 40, 0.92) 0%, rgba(31, 36, 40, 0.78) 48%, rgba(138, 115, 64, 0.55) 100%);
    color: #fff8e8;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-home-banner .block-banner__title {
    color: #fff8e8;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
}

.storefront-body[data-inos-theme="default"] .inos-home-banner .block-banner__text {
    color: rgba(255, 248, 232, 0.82);
    margin: 0;
    max-width: 36rem;
}

.storefront-body[data-inos-theme="default"] .inos-home-banner .btn-primary {
    background: var(--store-accent, #ffd333);
    border-color: var(--store-accent, #ffd333);
    color: var(--store-accent-ink, #262626);
}

/* Bottom quicklook instead of triple product columns */
.storefront-body[data-inos-theme="default"] .inos-home-quicklook {
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

.storefront-body[data-inos-theme="default"] .inos-home-quicklook__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    padding: 1.5rem 1.75rem;
    border: 1px solid rgba(31, 36, 40, 0.1);
    background: #fafaf8;
}

.storefront-body[data-inos-theme="default"] .inos-home-quicklook__title {
    margin: 0 0 0.35rem;
    color: #1f2428;
    font-size: 1.15rem;
    font-weight: 700;
}

.storefront-body[data-inos-theme="default"] .inos-home-quicklook__text {
    margin: 0;
    color: #6b737a;
    font-size: 0.92rem;
    max-width: 28rem;
}

.storefront-body[data-inos-theme="default"] .inos-home-quicklook__cta {
    background: var(--store-accent, #ffd333);
    border-color: var(--store-accent, #ffd333);
    color: var(--store-accent-ink, #262626);
    white-space: nowrap;
}

.storefront-body[data-inos-theme="default"] .inos-home-quicklook__cta:hover,
.storefront-body[data-inos-theme="default"] .inos-home-quicklook__cta:focus {
    filter: brightness(0.97);
    color: var(--store-accent-ink, #262626);
}

@media (max-width: 767.98px) {
    .storefront-body[data-inos-theme="default"] .inos-home-banner__body {
        min-height: 8rem;
        padding: 1.35rem 1.25rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-home-quicklook__inner {
        padding: 1.25rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-home-quicklook__cta {
        width: 100%;
        text-align: center;
    }
}

/* Departments menu: soft scrollbar + sticky "Tüm kategoriler" */
.storefront-body[data-inos-theme="default"] .departments__links-wrapper {
    display: flex;
    flex-direction: column;
}

.storefront-body[data-inos-theme="default"] .departments__links {
    max-height: min(22.5rem, calc(100vh - 14rem));
    padding-bottom: 0.35rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.storefront-body[data-inos-theme="default"] .departments__links::-webkit-scrollbar {
    width: 5px;
}

.storefront-body[data-inos-theme="default"] .departments__links::-webkit-scrollbar-track {
    background: transparent;
    margin: 4px 0;
}

.storefront-body[data-inos-theme="default"] .departments__links::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
}

.storefront-body[data-inos-theme="default"] .departments__links:hover::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.38);
}

.storefront-body[data-inos-theme="default"] .departments__item-count {
    margin-left: 0.25rem;
    opacity: 0.5;
    font-size: 0.85em;
}

.storefront-body[data-inos-theme="default"] .departments__footer {
    flex-shrink: 0;
    margin-top: 0.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(61, 70, 77, 0.92) 0%, #3d464d 40%);
}

.storefront-body[data-inos-theme="default"] .departments__footer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .departments__footer-link svg {
    flex-shrink: 0;
    fill: var(--store-accent, #ffd333);
    opacity: 0.95;
}

.storefront-body[data-inos-theme="default"] .departments__footer-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

/* Header desktop: announce topbar + balanced logo / search / actions */
.storefront-body[data-inos-theme="default"] .inos-topbar {
    height: auto;
    min-height: 2.25rem;
    border-bottom: 1px solid rgba(31, 36, 40, 0.08);
    background: #f7f6f3;
    font-size: 0.8125rem;
    line-height: 1.35;
    color: #4a5258;
}

.storefront-body[data-inos-theme="default"] .inos-topbar .topbar__row {
    min-height: 2.25rem;
    padding: 0.4rem 0;
    color: inherit;
    font: inherit;
}

.storefront-body[data-inos-theme="default"] .inos-topbar .topbar-link,
.storefront-body[data-inos-theme="default"] .inos-topbar__announce,
.storefront-body[data-inos-theme="default"] .inos-topbar__announce span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: inherit;
}

.storefront-body[data-inos-theme="default"] .inos-topbar__announce {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.55rem;
}

.storefront-body[data-inos-theme="default"] .inos-topbar__sep {
    opacity: 0.45;
}

.storefront-body[data-inos-theme="default"] .inos-topbar .topbar-link:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .site-header__middle {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.25rem 1.75rem;
    height: auto !important;
    min-height: 0;
    padding: 0.65rem 0 0.75rem;
}

.storefront-body[data-inos-theme="default"] .site-header__logo {
    width: auto !important;
    max-width: none;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0;
    justify-content: flex-start;
}

.storefront-body[data-inos-theme="default"] .site-header__logo a {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    line-height: 1.15;
}

.storefront-body[data-inos-theme="default"] .site-header__logo img {
    display: block;
    max-height: 52px;
    width: auto;
    max-width: min(240px, 28vw);
    object-fit: contain;
    object-position: left center;
}

.storefront-body[data-inos-theme="default"] .inos-header-logo-text {
    display: inline-block;
    font-weight: 700;
    font-size: 1.35rem;
    letter-spacing: 0.02em;
    color: inherit;
    line-height: 1.15;
}

.storefront-body[data-inos-theme="default"] .inos-header-logo-tagline {
    display: block;
    margin-top: 2px;
    font-size: 0.72rem;
    font-weight: 500;
    opacity: 0.65;
    line-height: 1.2;
}

.storefront-body[data-inos-theme="default"] .site-header__search {
    flex: unset;
    width: 100%;
    max-width: 28rem;
    justify-self: center;
}

.storefront-body[data-inos-theme="default"] .site-header__phone {
    display: none !important;
}

.storefront-body[data-inos-theme="default"] .inos-header-search .search__form {
    height: 2.75rem;
    border: 1px solid rgba(31, 36, 40, 0.14);
    border-radius: 2px;
    background: #fafaf8;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.storefront-body[data-inos-theme="default"] .inos-header-search .search__form:focus-within {
    border-color: rgba(31, 36, 40, 0.35);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 211, 51, 0.28);
}

.storefront-body[data-inos-theme="default"] .inos-header-search .search__categories {
    display: none;
}

.storefront-body[data-inos-theme="default"] .inos-header-search .search__input {
    padding-left: 1rem;
    background: transparent;
    font-size: 0.92rem;
}

.storefront-body[data-inos-theme="default"] .inos-header-search .search__border {
    display: none;
}

.storefront-body[data-inos-theme="default"] .inos-header-search .search__button--type--submit {
    width: 2.75rem;
    fill: #3d464d;
}

.storefront-body[data-inos-theme="default"] .site-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.2rem;
    flex-shrink: 0;
}

.storefront-body[data-inos-theme="default"] .inos-header-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    padding: 0.35rem 0.55rem;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #1f2428;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.storefront-body[data-inos-theme="default"] .inos-header-action:hover {
    border-color: rgba(31, 36, 40, 0.1);
    background: #f6f5f2;
    color: #1f2428;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-header-action--icon {
    padding: 0.35rem;
}

.storefront-body[data-inos-theme="default"] .inos-header-action__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    background: #f3f2ee;
    color: #1f2428;
    flex-shrink: 0;
}

.storefront-body[data-inos-theme="default"] .inos-header-action__icon svg {
    fill: currentColor;
}

.storefront-body[data-inos-theme="default"] .inos-header-action__meta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.15;
    min-width: 0;
}

.storefront-body[data-inos-theme="default"] .inos-header-action__label {
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.storefront-body[data-inos-theme="default"] .inos-header-action__value {
    font-size: 0.72rem;
    font-weight: 500;
    color: #6b737a;
}

.storefront-body[data-inos-theme="default"] .inos-header-action__badge,
.storefront-body[data-inos-theme="default"] .inos-header-action__badge.inos-compare-count {
    position: absolute;
    top: -0.2rem;
    right: -0.25rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.05rem;
    height: 1.05rem;
    margin: 0;
    padding: 0 0.25rem;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #1f2428;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.storefront-body[data-inos-theme="default"] .inos-header-action__badge.is-empty,
.storefront-body[data-inos-theme="default"] .inos-header-action__badge.inos-compare-count.is-empty {
    display: none !important;
}

.storefront-body[data-inos-theme="default"] .nav-panel__indicators {
    display: none;
}

.storefront-body[data-inos-theme="default"] .mobile-header__indicators .indicator + .indicator {
    margin-left: 0.15rem;
}

@media (max-width: 1199.98px) {
    .storefront-body[data-inos-theme="default"] .site-header__middle {
        grid-template-columns: auto 1fr auto;
        gap: 0.85rem 1rem;
    }

    .storefront-body[data-inos-theme="default"] .site-header__logo img {
        max-height: 44px;
        max-width: min(200px, 26vw);
    }

    .storefront-body[data-inos-theme="default"] .inos-header-action__meta {
        display: none;
    }
}

/* Catalog listing: quieter sidebar + photo-forward cards */
.storefront-body[data-inos-theme="default"] .inos-catalog .page-header__container {
    padding-bottom: 1.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .page-header__breadcrumb {
    padding-top: 1rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .breadcrumb {
    font-size: 0.8125rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .breadcrumb a {
    color: #6b737a;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .breadcrumb a:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .page-header__title {
    padding-top: 0.35rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .page-header__title h1 {
    margin: 0;
    color: #1f2428;
    font-size: clamp(1.65rem, 1.4rem + 0.8vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .shop-layout {
    padding-bottom: 2.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .widget-filters {
    padding: 0.85rem 1rem 1rem;
    border: 1px solid rgba(31, 36, 40, 0.08);
    border-radius: 2px;
    background: #fafaf8;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .widget-filters__item,
.storefront-body[data-inos-theme="default"] .inos-catalog .widget-filters__item:first-child {
    margin: 0 -1rem;
    padding: 0.35rem 1rem;
    border-color: rgba(31, 36, 40, 0.08);
    border-width: 1px;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .filter__title {
    width: calc(100% + 1.25rem);
    margin: 0 -0.625rem;
    padding: 0.55rem 0.625rem;
    color: #1f2428;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-transform: uppercase;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .filter__title:hover,
.storefront-body[data-inos-theme="default"] .inos-catalog .filter__title:focus {
    background: rgba(31, 36, 40, 0.04);
}

.storefront-body[data-inos-theme="default"] .inos-catalog .filter__arrow {
    top: 0.65rem;
    fill: #9aa1a7;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .filter__body {
    margin: 0 -1rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .filter__container {
    padding: 0.35rem 1rem 0.85rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .filter-categories__list {
    font-size: 0.875rem;
    line-height: 1.35;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .filter-categories__list a,
.storefront-body[data-inos-theme="default"] .inos-catalog .filter-list__title {
    color: #5c656d;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .filter-categories__list a:hover,
.storefront-body[data-inos-theme="default"] .inos-catalog .filter-list__item:hover .filter-list__title {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .filter-categories__item--current,
.storefront-body[data-inos-theme="default"] .inos-catalog .filter-categories__item--current a {
    color: #1f2428;
    font-weight: 600;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .filter-categories__counter,
.storefront-body[data-inos-theme="default"] .inos-catalog .filter-list__counter {
    color: #9aa1a7;
    font-size: 0.75rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .filter-price__title {
    color: #6b737a;
    font-size: 0.8125rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .widget-filters__actions {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .widget-filters__actions .btn-primary {
    background: var(--store-accent, #ffd333);
    border-color: var(--store-accent, #ffd333);
    color: var(--store-accent-ink, #262626);
}

.storefront-body[data-inos-theme="default"] .inos-catalog .widget-filters__actions .btn-secondary {
    background: #fff;
    border-color: rgba(31, 36, 40, 0.14);
    color: #5c656d;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .view-options {
    align-items: center;
    margin-bottom: 1.15rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(31, 36, 40, 0.08);
}

.storefront-body[data-inos-theme="default"] .inos-catalog .view-options__legend {
    color: #6b737a;
    font-size: 0.8125rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .view-options__control label {
    color: #6b737a;
    font-size: 0.8125rem;
    font-weight: 500;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .view-options__control .form-control {
    border-color: rgba(31, 36, 40, 0.12);
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .products-view__options .btn-light {
    border-color: rgba(31, 36, 40, 0.1);
    background: #f6f5f2;
    color: #3d464d;
    font-size: 0.78rem;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .product-card__image {
    padding: 0;
}

.storefront-body[data-inos-theme="default"] .inos-catalog .product-card .product-image__img {
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767.98px) {
    .storefront-body[data-inos-theme="default"] .inos-catalog .page-header__title h1 {
        font-size: 1.5rem;
    }
}

.storefront-body[data-inos-theme="default"] .inos-infinite-sentinel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem 0 0.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-infinite-status {
    margin: 0;
    color: #6b737a;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.storefront-body[data-inos-theme="default"] .inos-all-products {
    padding-bottom: 2rem;
}

.storefront-body[data-inos-theme="default"] .inos-all-products .product-card__image {
    padding: 0;
}

.storefront-body[data-inos-theme="default"] .inos-all-products .product-card .product-image__img {
    object-fit: cover;
    object-position: center;
}

.storefront-body[data-inos-theme="default"] .inos-compare .page-header__container {
    padding-bottom: 1.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-compare .page-header__breadcrumb {
    padding-top: 1rem;
}

.storefront-body[data-inos-theme="default"] .inos-compare .breadcrumb {
    font-size: 0.8125rem;
}

.storefront-body[data-inos-theme="default"] .inos-compare .breadcrumb a {
    color: #6b737a;
}

.storefront-body[data-inos-theme="default"] .inos-compare .breadcrumb a:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-compare .page-header__title {
    padding-top: 0.35rem;
}

.storefront-body[data-inos-theme="default"] .inos-compare__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
}

.storefront-body[data-inos-theme="default"] .inos-compare .page-header__title h1 {
    margin: 0;
    color: #1f2428;
    font-size: clamp(1.65rem, 1.4rem + 0.8vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.storefront-body[data-inos-theme="default"] .inos-compare__count {
    margin-left: 0.45rem;
    color: #6b737a;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0;
}

.storefront-body[data-inos-theme="default"] .inos-compare .block {
    padding-bottom: 2.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-compare-table {
    width: 100%;
    min-width: 40rem;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

.storefront-body[data-inos-theme="default"] .inos-compare-table th,
.storefront-body[data-inos-theme="default"] .inos-compare-table td {
    padding: 0.95rem 1.1rem;
    border-bottom: 1px solid rgba(31, 36, 40, 0.08);
    border-right: 1px solid rgba(31, 36, 40, 0.08);
    color: #3d464d;
    font-size: 0.9rem;
    font-weight: 400;
    vertical-align: middle;
}

.storefront-body[data-inos-theme="default"] .inos-compare-table thead th {
    vertical-align: top;
    background: #fafaf8;
}

.storefront-body[data-inos-theme="default"] .inos-compare-table tbody th {
    width: 7.5rem;
    color: #6b737a;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: #fafaf8;
    white-space: nowrap;
}

.storefront-body[data-inos-theme="default"] .inos-compare-table tr > *:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    border-left: 1px solid rgba(31, 36, 40, 0.08);
}

.storefront-body[data-inos-theme="default"] .inos-compare-table thead tr > *:first-child,
.storefront-body[data-inos-theme="default"] .inos-compare-table tbody th {
    background: #fafaf8;
}

.storefront-body[data-inos-theme="default"] .inos-compare-table tr > *:last-child {
    border-right: 1px solid rgba(31, 36, 40, 0.08);
}

.storefront-body[data-inos-theme="default"] .inos-compare-table thead tr > * {
    border-top: 1px solid rgba(31, 36, 40, 0.08);
}

.storefront-body[data-inos-theme="default"] .inos-compare-product {
    min-width: 10.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-compare-product__remove {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.65rem;
}

.storefront-body[data-inos-theme="default"] .inos-compare-product__remove button {
    padding: 0;
    border: 0;
    background: none;
    color: #9aa1a7;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
    cursor: pointer;
}

.storefront-body[data-inos-theme="default"] .inos-compare-product__remove button:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-compare-product__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #eceae4;
}

.storefront-body[data-inos-theme="default"] .inos-compare-product__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.storefront-body[data-inos-theme="default"] .inos-compare-product__name {
    display: block;
    margin-top: 0.75rem;
    color: #1f2428;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-compare-product__name:hover {
    color: #111518;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-compare-stock.is-out {
    color: #8a3b3b;
}

.storefront-body[data-inos-theme="default"] .inos-compare-options {
    margin: 0;
    padding-left: 1.1rem;
}

.storefront-body[data-inos-theme="default"] .inos-compare-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
}

.storefront-body[data-inos-theme="default"] .inos-compare-cta .btn-primary {
    background: #1f2428;
    border-color: #1f2428;
    color: #fff;
}

.storefront-body[data-inos-theme="default"] .inos-compare-cta .btn-primary:hover,
.storefront-body[data-inos-theme="default"] .inos-compare-cta .btn-primary:focus {
    background: #111518;
    border-color: #111518;
    color: #fff;
}

.storefront-body[data-inos-theme="default"] .inos-compare-cta__link {
    color: #6b737a;
    font-size: 0.78rem;
    font-weight: 500;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-compare-cta__link:hover {
    color: #1f2428;
}

@media (max-width: 767.98px) {
    .storefront-body[data-inos-theme="default"] .inos-compare .page-header__title h1 {
        font-size: 1.5rem;
    }
}

.storefront-body[data-inos-theme="default"] .dropcart--style--offcanvas .dropcart__body {
    max-width: 400px;
    width: calc(100% - 24px);
}

.storefront-body[data-inos-theme="default"] .dropcart__title {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
}

.storefront-body[data-inos-theme="default"] .inos-dropcart__count {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b737a;
}

.storefront-body[data-inos-theme="default"] .dropcart--style--offcanvas .dropcart__products-list {
    padding: 1.1rem 1.25rem;
}

.storefront-body[data-inos-theme="default"] .dropcart__product + .dropcart__product {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ebebeb;
}

.storefront-body[data-inos-theme="default"] .dropcart__product-image {
    width: 72px;
}

.storefront-body[data-inos-theme="default"] .dropcart__product-image .product-image__body {
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    background: #f6f5f2;
}

.storefront-body[data-inos-theme="default"] .dropcart__product-image .product-image__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.storefront-body[data-inos-theme="default"] .dropcart__product-name,
.storefront-body[data-inos-theme="default"] .dropcart__product-name a {
    color: #1f2428;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .dropcart__product-name a:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-dropcart__issue {
    margin-top: 0.2rem;
    color: #b45309;
    font-size: 0.75rem;
    line-height: 1.35;
}

.storefront-body[data-inos-theme="default"] .dropcart__product-remove .btn {
    width: 26px;
    height: 26px;
    padding: 0;
    border-color: transparent;
    background: transparent;
    color: #999;
    fill: #999;
}

.storefront-body[data-inos-theme="default"] .dropcart__product-remove .btn:hover,
.storefront-body[data-inos-theme="default"] .dropcart__product-remove .btn:focus {
    background: #f6f5f2;
    color: #1f2428;
    fill: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-dropcart__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.storefront-body[data-inos-theme="default"] .inos-dropcart__empty p {
    margin: 0;
    color: #6b737a;
    font-size: 0.95rem;
    line-height: 1.45;
}

.storefront-body[data-inos-theme="default"] .dropcart__footer {
    flex-shrink: 0;
    padding: 0 1.25rem 1.35rem;
}

.storefront-body[data-inos-theme="default"] .dropcart__totals {
    padding: 1rem 0 1rem;
}

.storefront-body[data-inos-theme="default"] .dropcart__totals th {
    font-size: 0.84rem;
    font-weight: 500;
    color: #6b737a;
}

.storefront-body[data-inos-theme="default"] .dropcart__totals td {
    font-size: 0.84rem;
    color: #1f2428;
    white-space: nowrap;
}

.storefront-body[data-inos-theme="default"] .inos-dropcart__total th,
.storefront-body[data-inos-theme="default"] .inos-dropcart__total td {
    padding-top: 0.55rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-dropcart__cart-link {
    display: block;
    margin-top: 0.75rem;
    color: #6b737a;
    font-size: 0.82rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-dropcart__cart-link:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-cart .page-header__title h1 {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-cart__count {
    color: #6b737a;
    font-size: 0.95rem;
    font-weight: 500;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-table {
    font-size: 0.9375rem;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-table__head {
    background: #fafaf8;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b737a;
}

@media (min-width: 768px) {
    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column {
        padding: 0.85rem 1rem;
        vertical-align: middle;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__head .cart-table__column {
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--image {
        width: 88px;
        padding-left: 1rem;
        padding-right: 0.75rem;
        text-align: left;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--image .product-image {
        width: 64px;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--product {
        width: auto;
        min-width: 12rem;
        padding-left: 0.5rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--price,
    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--quantity,
    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--total {
        width: 1%;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: left;
        white-space: nowrap;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--remove {
        width: 1%;
        padding-left: 0.25rem;
        padding-right: 0.75rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__body .cart-table__column {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--image .product-image__body {
    display: block;
    overflow: hidden;
    background: #f6f5f2;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--image .product-image__img {
    object-fit: cover;
    object-position: center;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-table__product-name,
.storefront-body[data-inos-theme="default"] .inos-cart .cart-table__product-name a {
    color: #1f2428;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-table__product-name a:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-table__options {
    margin-top: 0.2rem;
    color: #6b737a;
    font-size: 0.8rem;
}

.storefront-body[data-inos-theme="default"] .inos-cart__issue {
    margin-top: 0.25rem;
    color: #b45309;
    font-size: 0.78rem;
    line-height: 1.35;
}

.storefront-body[data-inos-theme="default"] .inos-cart__price {
    color: #1f2428;
    font-weight: 400;
    white-space: nowrap;
}

.storefront-body[data-inos-theme="default"] .inos-cart__unit {
    color: #6b737a;
    font-size: 0.78rem;
    font-weight: 500;
}

.storefront-body[data-inos-theme="default"] .inos-cart__qty {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.storefront-body[data-inos-theme="default"] .inos-cart__qty-unit {
    color: #6b737a;
    font-size: 0.8rem;
    font-weight: 500;
}

.storefront-body[data-inos-theme="default"] .inos-cart .inos-meters-control--compact {
    height: 1.7rem;
    border-color: rgba(31, 36, 40, 0.14);
    border-radius: 3px;
}

.storefront-body[data-inos-theme="default"] .inos-cart .inos-meters-control--compact .inos-meters-control__btn {
    min-width: 1.55rem;
    height: 100%;
    padding: 0;
    background: transparent;
    color: #8a9198;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
}

.storefront-body[data-inos-theme="default"] .inos-cart .inos-meters-control--compact .inos-meters-control__btn:hover:not(:disabled) {
    background: transparent;
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-cart .inos-meters-control--compact .inos-meters-control__input,
.storefront-body[data-inos-theme="default"] .inos-cart .inos-meters-control--compact .form-control {
    width: 2rem;
    min-width: 2rem;
    height: 1.7rem;
    min-height: 0;
    padding: 0;
    border-left: 1px solid rgba(31, 36, 40, 0.1) !important;
    border-right: 1px solid rgba(31, 36, 40, 0.1) !important;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.7rem;
}

.storefront-body[data-inos-theme="default"] .inos-cart__qty-form {
    display: inline-block;
    width: 6.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-cart__qty-form .input-number,
.storefront-body[data-inos-theme="default"] .inos-cart__qty-form .input-number__input {
    min-width: 0;
    width: 100%;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--remove .btn {
    width: 26px;
    height: 26px;
    padding: 0;
    border-color: transparent;
    background: transparent;
    color: #999;
    fill: #999;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--remove .btn:hover,
.storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--remove .btn:focus {
    background: #f6f5f2;
    color: #1f2428;
    fill: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart__coupon-form {
    width: auto;
    max-width: 20rem;
    flex: 1 1 14rem;
    align-items: stretch;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart__coupon-form .form-control {
    height: 2rem;
    font-size: 0.8125rem;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart__coupon-form .btn {
    height: 2rem;
    padding: 0 0.75rem;
    font-size: 0.8125rem;
    line-height: 1;
    border-color: rgba(31, 36, 40, 0.12);
    background: #f6f5f2;
    color: #3d464d;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart__buttons {
    width: auto;
    align-items: center;
}

.storefront-body[data-inos-theme="default"] .inos-cart__continue {
    color: #6b737a;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-cart__continue:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-summary-card {
    border-color: rgba(31, 36, 40, 0.1);
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-summary-card__title {
    color: #1f2428;
    font-size: 0.95rem;
    font-weight: 600;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-summary-card__totals th {
    font-weight: 400;
    color: #6b737a;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-summary-card__totals td {
    color: #1f2428;
    font-weight: 400;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-summary-card__totals .cart__totals-footer th,
.storefront-body[data-inos-theme="default"] .inos-cart .cart-summary-card__totals .cart__totals-footer td {
    color: #1f2428;
    font-weight: 600;
}

.storefront-body[data-inos-theme="default"] .inos-cart .cart-summary-card .cart__checkout-button {
    font-size: 1rem;
    padding: 0.9rem 1rem;
}

@media (max-width: 767.98px) {
    .storefront-body[data-inos-theme="default"] .inos-cart .page-header__title h1 {
        font-size: 1.5rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--product {
        text-align: left;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--image {
        text-align: left;
        padding: 1rem 1.15rem 0.65rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart-table__column--image .product-image {
        width: 72px;
        max-width: 72px;
        margin: 0;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart__actions {
        align-items: flex-start;
        gap: 1rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-cart .cart__buttons {
        margin-top: 0;
        justify-content: flex-start;
    }
}

.storefront-body[data-inos-theme="default"] .inos-auth .page-header__title {
    text-align: center;
}

.storefront-body[data-inos-theme="default"] .inos-auth .page-header__title h1 {
    font-size: 1.75rem;
    font-weight: 600;
}

.storefront-body[data-inos-theme="default"] .inos-auth .page-header--compact .page-header__container {
    padding-bottom: 0.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-auth__panel {
    max-width: 24.5rem;
    margin: 0 auto;
    padding: 0.5rem 0 3.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-auth__lead {
    margin: 0 0 1.25rem;
    color: #6b737a;
    font-size: 0.9rem;
    line-height: 1.45;
}

.storefront-body[data-inos-theme="default"] .inos-auth label {
    color: #1f2428;
    font-size: 0.8125rem;
    font-weight: 500;
}

.storefront-body[data-inos-theme="default"] .inos-auth .form-group {
    margin-bottom: 1rem;
}

.storefront-body[data-inos-theme="default"] .inos-auth .form-control {
    border-color: rgba(31, 36, 40, 0.16);
}

.storefront-body[data-inos-theme="default"] .inos-auth .form-control:focus {
    border-color: #1f2428;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--store-accent, #ffd333) 55%, transparent);
}

.storefront-body[data-inos-theme="default"] .inos-auth__label-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
}

.storefront-body[data-inos-theme="default"] .inos-auth__label-row a {
    color: #6b737a;
    font-size: 0.78rem;
    font-weight: 500;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-auth__label-row a:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-auth__remember {
    margin-bottom: 1.15rem;
}

.storefront-body[data-inos-theme="default"] .inos-auth .store-auth-form .btn-primary {
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    line-height: 1.2;
}

.storefront-body[data-inos-theme="default"] .inos-auth__switch {
    margin: 1.25rem 0 0;
    color: #6b737a;
    font-size: 0.9rem;
    text-align: center;
}

.storefront-body[data-inos-theme="default"] .inos-auth__switch a {
    color: #1f2428;
    font-weight: 500;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-auth__switch a:hover {
    text-decoration: underline;
}

.storefront-body[data-inos-theme="default"] .inos-auth__logout {
    margin-top: 0.85rem;
    text-align: center;
}

.storefront-body[data-inos-theme="default"] .inos-auth__logout button {
    padding: 0;
    border: 0;
    background: none;
    color: #6b737a;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
}

.storefront-body[data-inos-theme="default"] .inos-auth__logout button:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .not-found__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 0.35rem;
}

.storefront-body[data-inos-theme="default"] .not-found__actions .btn {
    min-width: 9.5rem;
}

@media (max-width: 767.98px) {
    .storefront-body[data-inos-theme="default"] .inos-auth .page-header__title h1 {
        font-size: 1.5rem;
    }
}

.storefront-body[data-inos-theme="default"] .inos-checkout__head-actions {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
}

.storefront-body[data-inos-theme="default"] .inos-checkout__head-actions .btn {
    height: auto;
    padding: 0.28rem 0.7rem;
    border-color: rgba(31, 36, 40, 0.14);
    background: #f6f5f2;
    color: #1f2428;
    font-size: 0.78rem;
    line-height: 1.2;
}

.storefront-body[data-inos-theme="default"] .inos-checkout__head-actions .btn:hover,
.storefront-body[data-inos-theme="default"] .inos-checkout__head-actions .btn:focus {
    border-color: rgba(31, 36, 40, 0.22);
    background: #eceae4;
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-checkout__empty {
    margin: 0 0 0.85rem;
    color: #6b737a;
    font-size: 0.9rem;
}

.storefront-body[data-inos-theme="default"] .inos-checkout__place {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 0.35rem;
}

.storefront-body[data-inos-theme="default"] .inos-checkout__place .btn-primary {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0.9rem 1rem;
    font-size: 1rem;
    line-height: 1.2;
    box-sizing: border-box;
}

.storefront-body[data-inos-theme="default"] .inos-checkout__back {
    display: block;
    margin-top: 0.85rem;
    color: #6b737a;
    font-size: 0.88rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-checkout__back:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-checkout-address-modal .modal-content {
    border: 1px solid rgba(31, 36, 40, 0.1);
    border-radius: 2px;
}

.storefront-body[data-inos-theme="default"] .inos-checkout-address-modal .modal-header {
    align-items: center;
    padding: 1rem 1.15rem;
    border-bottom-color: rgba(31, 36, 40, 0.08);
}

.storefront-body[data-inos-theme="default"] .inos-checkout-address-modal .modal-title {
    margin: 0;
    color: #1f2428;
    font-size: 1.05rem;
    font-weight: 600;
}

.storefront-body[data-inos-theme="default"] .inos-checkout-address-modal .close {
    margin: 0;
    padding: 0;
    font-weight: 400;
    opacity: 0.45;
}

.storefront-body[data-inos-theme="default"] .inos-checkout-address-modal .modal-body {
    padding: 1.15rem 1.15rem 1.25rem;
    overflow: visible;
}

.storefront-body[data-inos-theme="default"] [data-inos-tr-address] .select2-container {
    width: 100% !important;
}

.storefront-body[data-inos-theme="default"] .modal .select2-dropdown {
    z-index: 1060;
}

.storefront-body[data-inos-theme="default"] .inos-checkout-address-modal .store-address-form .btn-primary,
.storefront-body[data-inos-theme="default"] .inos-checkout-address-modal .store-address-form .btn-light {
    min-height: 2.5rem;
}

/* Tema 1 blog list + article */
.storefront-body[data-inos-theme="default"] .inos-blog .block {
    margin-bottom: 2.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-blog .posts-list--layout--list .posts-list__body {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.storefront-body[data-inos-theme="default"] .inos-blog .posts-list--layout--list .posts-list__item {
    width: 100%;
    margin: 0;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(31, 36, 40, 0.08);
}

.storefront-body[data-inos-theme="default"] .inos-blog .posts-list--layout--list .posts-list__item:first-child {
    padding-top: 0;
}

.storefront-body[data-inos-theme="default"] .inos-blog .posts-view__pagination {
    padding-top: 1.75rem;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card--layout--list {
    align-items: stretch;
    gap: 1.25rem;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card--layout--list.post-card--size--nl .post-card__image {
    margin-right: 0;
    overflow: hidden;
    border-radius: 2px;
    background: #f4f4f2;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card__image a,
.storefront-body[data-inos-theme="default"] .inos-blog .post-card__image img {
    display: block;
    width: 100%;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card__image img {
    aspect-ratio: 1;
    object-fit: cover;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card--layout--list.post-card--size--nl .post-card__info {
    padding-top: 0;
    align-content: flex-start;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card__category a {
    color: #8a9298;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card__category a:hover {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card--layout--list.post-card--size--nl .post-card__name {
    margin-top: 0.35rem;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.35;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card__name a {
    color: #1f2428;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card__name a:hover {
    color: #1f2428;
    opacity: 0.72;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card--layout--list.post-card--size--nl .post-card__date,
.storefront-body[data-inos-theme="default"] .inos-blog .post-card--layout--list.post-card--size--nl .post-card__date::before {
    color: #9aa1a6;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card--layout--list.post-card--size--nl .post-card__content {
    margin-top: 0.65rem;
    display: -webkit-box;
    overflow: hidden;
    color: #5c656c;
    font-size: 0.9375rem;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card--layout--list.post-card--size--nl .post-card__read-more {
    margin-top: 0.85rem;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-card__read-more .btn {
    border-radius: 2px;
    font-weight: 600;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget,
.storefront-body[data-inos-theme="default"] .inos-blog .widget-aboutus,
.storefront-body[data-inos-theme="default"] .inos-blog .widget-posts,
.storefront-body[data-inos-theme="default"] .inos-blog .inos-blog-nav {
    padding: 1rem 1.1rem 0.85rem;
    border: 1px solid rgba(31, 36, 40, 0.08);
    border-radius: 2px;
    background: #fff;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-search {
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-search__body {
    height: auto;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-search__input {
    height: 2.75rem;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid rgba(31, 36, 40, 0.16);
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
    color: #1f2428;
    font-size: 0.9rem;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-search__input:hover {
    border-color: rgba(31, 36, 40, 0.32);
    box-shadow: none;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-search__input:focus {
    border-color: #1f2428;
    box-shadow: 0 0 0 3px rgba(31, 36, 40, 0.08);
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-search__input::placeholder {
    color: #8a9298;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-search__button {
    height: 2.75rem;
    width: 2.75rem;
    fill: #6b737a;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-search__button:hover,
.storefront-body[data-inos-theme="default"] .inos-blog .widget-search__button:focus {
    fill: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget__title {
    margin: 0 0 0.75rem;
    color: #1f2428;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-aboutus__text {
    padding-bottom: 0.35rem;
    color: #5c656c;
    font-size: 0.875rem;
    line-height: 1.55;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-posts__list {
    padding-top: 0;
    padding-bottom: 0.35rem;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-posts__image {
    width: 64px;
    border-radius: 2px;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-posts__image img {
    aspect-ratio: 1;
    object-fit: cover;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-posts__name a {
    color: #1f2428;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-posts__name a:hover {
    color: #1f2428;
    opacity: 0.72;
}

.storefront-body[data-inos-theme="default"] .inos-blog .widget-posts__date {
    color: #9aa1a6;
    font-size: 0.75rem;
}

.storefront-body[data-inos-theme="default"] .inos-blog .inos-blog-nav {
    padding-bottom: 0;
}

.storefront-body[data-inos-theme="default"] .inos-blog .inos-blog-nav .widget__title {
    margin-bottom: 0.35rem;
}

.storefront-body[data-inos-theme="default"] .inos-blog .inos-blog-nav__list {
    list-style: none;
    margin: 0 -1.1rem 0;
    padding: 0;
}

.storefront-body[data-inos-theme="default"] .inos-blog .inos-blog-nav__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1.1rem;
    border-top: 1px solid rgba(31, 36, 40, 0.08);
    color: #1f2428;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease;
}

.storefront-body[data-inos-theme="default"] .inos-blog .inos-blog-nav__list a::after {
    color: #c5cacd;
    content: "\203A";
    font-size: 1.05em;
    line-height: 1;
}

.storefront-body[data-inos-theme="default"] .inos-blog .inos-blog-nav__list a:hover {
    background: rgba(31, 36, 40, 0.04);
}

.storefront-body[data-inos-theme="default"] .inos-blog .inos-blog-nav__list a:hover::after {
    color: #1f2428;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-header__title {
    margin: 0.4rem 0 0;
    color: #1f2428;
    font-size: clamp(1.55rem, 1.35rem + 0.7vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-header__categories a {
    background: #f0f0ee;
    color: #6b737a;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post-header__meta {
    margin-top: 0.55rem;
    color: #8a9298;
    font-size: 0.8125rem;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post__featured {
    margin: 1.25rem 0 1.5rem;
    overflow: hidden;
    border-radius: 2px;
    background: #f4f4f2;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post__featured img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post__lead {
    margin-bottom: 1.15rem;
    color: #5c656c;
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.6;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post__lead p {
    margin: 0;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post__content.typography {
    color: #3d464d;
    font-size: 1rem;
    line-height: 1.75;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post__content.typography h2,
.storefront-body[data-inos-theme="default"] .inos-blog .post__content.typography h3 {
    color: #1f2428;
    letter-spacing: -0.02em;
}

.storefront-body[data-inos-theme="default"] .inos-blog .post__footer {
    margin-top: 1.75rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(31, 36, 40, 0.08);
}

.storefront-body[data-inos-theme="default"] .inos-blog .inos-blog__back {
    color: #5c656c;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.storefront-body[data-inos-theme="default"] .inos-blog .inos-blog__back:hover {
    color: #1f2428;
}

@media (max-width: 767px) {
    .storefront-body[data-inos-theme="default"] .inos-blog .post-card--layout--list {
        flex-direction: column;
        gap: 0.85rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-blog .post-card--layout--list.post-card--size--nl .post-card__image {
        width: 100%;
        margin: 0;
    }

    .storefront-body[data-inos-theme="default"] .inos-blog .post-card__image img {
        aspect-ratio: 16 / 9;
    }
}

/* Tema 1 contact page */
.storefront-body[data-inos-theme="default"] .inos-contact .block {
    margin-bottom: 2.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-contact__grid {
    display: grid;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 992px) {
    .storefront-body[data-inos-theme="default"] .inos-contact__grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 1.5rem;
    }
}

.storefront-body[data-inos-theme="default"] .inos-contact__panel {
    padding: 1.35rem 1.4rem 1.45rem;
    border: 1px solid rgba(31, 36, 40, 0.08);
    border-radius: 2px;
    background: #fff;
}

.storefront-body[data-inos-theme="default"] .inos-contact__heading {
    margin: 0 0 1rem;
    color: #1f2428;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.storefront-body[data-inos-theme="default"] .inos-contact__copy {
    color: #5c656c;
    font-size: 0.95rem;
    line-height: 1.65;
}

.storefront-body[data-inos-theme="default"] .inos-contact__copy p:last-child {
    margin-bottom: 0;
}

.storefront-body[data-inos-theme="default"] .inos-contact .form-group {
    margin-bottom: 0.95rem;
}

.storefront-body[data-inos-theme="default"] .inos-contact label {
    margin-bottom: 0.35rem;
    color: #3d464d;
    font-size: 0.8125rem;
    font-weight: 600;
}

.storefront-body[data-inos-theme="default"] .inos-contact .form-control {
    height: 2.6rem;
    border-color: rgba(31, 36, 40, 0.16);
    border-radius: 2px;
    color: #1f2428;
    font-size: 0.9rem;
    box-shadow: none;
}

.storefront-body[data-inos-theme="default"] .inos-contact textarea.form-control {
    height: auto;
    min-height: 8.5rem;
    padding-top: 0.7rem;
}

.storefront-body[data-inos-theme="default"] .inos-contact .form-control:focus {
    border-color: #1f2428;
    box-shadow: 0 0 0 3px rgba(31, 36, 40, 0.08);
}

.storefront-body[data-inos-theme="default"] .inos-contact .btn-primary {
    margin-top: 0.15rem;
    border-radius: 2px;
    font-weight: 700;
}

/* Tema 1 CMS pages (about, terms, policies) */
.storefront-body[data-inos-theme="default"] .inos-page {
    background: linear-gradient(#fff 0, #f5f4f1 7.5rem);
}

.storefront-body[data-inos-theme="default"] .inos-page .page-header__container {
    padding-bottom: 0.35rem;
}

.storefront-body[data-inos-theme="default"] .inos-page .block {
    margin-bottom: 0;
    padding-bottom: 3.25rem;
}

.storefront-body[data-inos-theme="default"] .inos-page__frame {
    max-width: 60rem;
    margin: 0 auto;
    padding: 2.1rem 1.5rem 2.35rem;
    background: #fff;
    border: 1px solid rgba(31, 36, 40, 0.07);
    border-radius: 2px;
    box-shadow:
        0 1px 0 rgba(31, 36, 40, 0.03),
        0 22px 48px -32px rgba(31, 36, 40, 0.35);
}

.storefront-body[data-inos-theme="default"] .inos-page__frame--wide {
    max-width: 72rem;
}

.storefront-body[data-inos-theme="default"] .inos-page__intro {
    margin-bottom: 1.75rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid rgba(31, 36, 40, 0.08);
}

.storefront-body[data-inos-theme="default"] .inos-page__intro h1 {
    margin: 0;
    color: #1f2428;
    font-size: clamp(1.7rem, 1.4rem + 1.1vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -0.038em;
    line-height: 1.15;
}

.storefront-body[data-inos-theme="default"] .inos-page__intro h1::after {
    content: "";
    display: block;
    width: 2.35rem;
    height: 3px;
    margin-top: 0.9rem;
    background: var(--store-accent, #ffd333);
}

.storefront-body[data-inos-theme="default"] .inos-page__meta {
    margin: 0.85rem 0 0;
    color: #8a9298;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.storefront-body[data-inos-theme="default"] .inos-page__body {
    color: #4a5258;
    font-size: 1.02rem;
    line-height: 1.85;
}

.storefront-body[data-inos-theme="default"] .inos-page__lead {
    margin-bottom: 1.35rem;
    color: #2b3238;
    font-size: 1.14rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.7;
}

.storefront-body[data-inos-theme="default"] .inos-page__body h1,
.storefront-body[data-inos-theme="default"] .inos-page__body h2,
.storefront-body[data-inos-theme="default"] .inos-page__body h3 {
    margin-top: 2rem;
    margin-bottom: 0.7rem;
    color: #1f2428;
    font-size: 1.22rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.3;
}

.storefront-body[data-inos-theme="default"] .inos-page__body h3 {
    font-size: 1.08rem;
    letter-spacing: -0.02em;
}

.storefront-body[data-inos-theme="default"] .inos-page__body > h1:first-child,
.storefront-body[data-inos-theme="default"] .inos-page__body > h2:first-child,
.storefront-body[data-inos-theme="default"] .inos-page__body > h3:first-child {
    margin-top: 0;
}

.storefront-body[data-inos-theme="default"] .inos-page__body .inos-page__kicker {
    margin-top: 1.85rem;
    margin-bottom: 0.75rem;
    color: #6b737a;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.5;
}

.storefront-body[data-inos-theme="default"] .inos-page__body .inos-page__kicker:first-child {
    margin-top: 0;
}

.storefront-body[data-inos-theme="default"] .inos-page__body p {
    margin-bottom: 1.05rem;
}

.storefront-body[data-inos-theme="default"] .inos-page__body ul {
    margin: 0.15rem 0 1.35rem;
    padding: 0;
    list-style: none;
}

.storefront-body[data-inos-theme="default"] .inos-page__body ul > li {
    position: relative;
    margin: 0;
    padding: 0.85rem 0 0.85rem 1.2rem;
    border-bottom: 1px solid rgba(31, 36, 40, 0.06);
    line-height: 1.7;
}

.storefront-body[data-inos-theme="default"] .inos-page__body ul > li:last-child {
    border-bottom: 0;
}

.storefront-body[data-inos-theme="default"] .inos-page__body ul > li::before {
    content: "";
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--store-accent, #ffd333);
    border-radius: 1px;
}

.storefront-body[data-inos-theme="default"] .inos-page__body ol {
    margin: 0.15rem 0 1.35rem;
    padding-left: 1.2rem;
}

.storefront-body[data-inos-theme="default"] .inos-page__body ol > li {
    margin: 0 0 0.65rem;
    padding-left: 0.25rem;
}

.storefront-body[data-inos-theme="default"] .inos-page__body ol > li::marker {
    color: #1f2428;
    font-weight: 700;
}

.storefront-body[data-inos-theme="default"] .inos-page__body a {
    color: #1f2428;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.storefront-body[data-inos-theme="default"] .inos-page__body strong {
    color: #1f2428;
    font-weight: 600;
}

@media (min-width: 768px) {
    .storefront-body[data-inos-theme="default"] .inos-page__frame {
        padding: 2.75rem 3.15rem 3rem;
    }
}

@media (max-width: 767px) {
    .storefront-body[data-inos-theme="default"] .inos-page .block {
        padding-bottom: 2rem;
    }
}

/* Tema 1 account dashboard */
.storefront-body[data-inos-theme="default"] .inos-account-notes {
    display: grid;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.storefront-body[data-inos-theme="default"] .inos-account-notes .account-note {
    margin-bottom: 0;
}

.storefront-body[data-inos-theme="default"] .inos-account-notes .account-note p {
    color: #3d464d;
}

.storefront-body[data-inos-theme="default"] .inos-account-notes .account-note a,
.storefront-body[data-inos-theme="default"] .inos-account-notes .account-note .btn-link {
    color: #1f2428;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.storefront-body[data-inos-theme="default"] .account-page .dashboard {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.storefront-body[data-inos-theme="default"] .account-page .dashboard__profile,
.storefront-body[data-inos-theme="default"] .account-page .dashboard__address,
.storefront-body[data-inos-theme="default"] .account-page .dashboard__orders {
    margin-top: 0;
    width: 100%;
}

.storefront-body[data-inos-theme="default"] .account-page .dashboard__profile,
.storefront-body[data-inos-theme="default"] .account-page .dashboard__address {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.storefront-body[data-inos-theme="default"] .account-page .dashboard .profile-card__body,
.storefront-body[data-inos-theme="default"] .account-page .dashboard .address-card__body {
    align-items: flex-start;
    flex: 1 1 auto;
    justify-content: flex-start;
    text-align: left;
}

.storefront-body[data-inos-theme="default"] .account-page .dashboard .profile-card__name {
    color: #1f2428;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.storefront-body[data-inos-theme="default"] .account-page .dashboard .profile-card__email {
    margin: 0.35rem 0 0;
    color: #6b737a;
    font-size: 0.9rem;
}

.storefront-body[data-inos-theme="default"] .account-page .dashboard .address-card__body {
    padding: 1.1rem 1.25rem 1.2rem;
}

.storefront-body[data-inos-theme="default"] .account-page .dashboard .address-card__name {
    margin-bottom: 0.35rem;
    font-weight: 700;
}

.storefront-body[data-inos-theme="default"] .account-page .dashboard .address-card__row {
    color: #5c656c;
    font-size: 0.9rem;
    line-height: 1.5;
}

.storefront-body[data-inos-theme="default"] .account-page .dashboard .account-card__header h5 .inos-address-card__badge {
    margin-left: 0.15rem;
    vertical-align: middle;
}

.storefront-body[data-inos-theme="default"] .account-page .inos-order-row__detail {
    min-width: 4.5rem;
}

@media (min-width: 768px) {
    .storefront-body[data-inos-theme="default"] .account-page .dashboard {
        grid-template-columns: 1fr 1fr;
    }

    .storefront-body[data-inos-theme="default"] .account-page .dashboard__orders {
        grid-column: 1 / -1;
    }
}

/* Tema 1 orders list — Woo-style columns */
.storefront-body[data-inos-theme="default"] .inos-orders__toolbar {
    padding: 0.7rem 1.15rem;
}

.storefront-body[data-inos-theme="default"] .inos-order-toolbar {
    align-items: center;
    display: grid;
    gap: 0.4rem;
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr)) max-content;
}

.storefront-body[data-inos-theme="default"] .inos-order-toolbar .form-control {
    min-width: 0;
    width: 100%;
    font-size: 0.8125rem;
}

.storefront-body[data-inos-theme="default"] .inos-order-toolbar__actions {
    display: flex;
    flex-shrink: 0;
    gap: 0.35rem;
    white-space: nowrap;
}

.storefront-body[data-inos-theme="default"] .inos-order-toolbar__actions .btn {
    margin: 0;
    min-width: 4.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table {
    --inos-orders-cols: minmax(10rem, 1.4fr) 6.75rem minmax(7.25rem, 0.9fr) minmax(7.25rem, 0.9fr) 6.5rem 5.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__head,
.storefront-body[data-inos-theme="default"] .inos-orders-table__row {
    align-items: center;
    display: grid;
    gap: 0.75rem 1rem;
    grid-template-columns: var(--inos-orders-cols);
    padding: 0.95rem 1.15rem;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__head {
    border-bottom: 1px solid rgba(31, 36, 40, 0.08);
    color: #8a9298;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__row {
    border-bottom: 1px solid #f0f0f0;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__row:last-child {
    border-bottom: 0;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__number {
    color: #1f2428;
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__number:hover {
    color: #111;
    text-decoration: underline;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__items,
.storefront-body[data-inos-theme="default"] .inos-orders-table__date span {
    color: #8a9298;
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.15rem;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__date {
    color: #3d464d;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__badge .store-status-badge {
    margin: 0;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__total {
    color: #1f2428;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__head span:nth-child(5),
.storefront-body[data-inos-theme="default"] .inos-orders-table__action {
    text-align: right;
}

.storefront-body[data-inos-theme="default"] .inos-orders-table__action .btn {
    min-width: 4.75rem;
}

@media (max-width: 991px) {
    .storefront-body[data-inos-theme="default"] .inos-order-toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .storefront-body[data-inos-theme="default"] .inos-order-toolbar__actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .storefront-body[data-inos-theme="default"] .inos-order-toolbar {
        grid-template-columns: 1fr;
    }

    .storefront-body[data-inos-theme="default"] .inos-orders-table__head {
        display: none;
    }

    .storefront-body[data-inos-theme="default"] .inos-orders-table__row {
        grid-template-columns: 1fr auto;
    }

    .storefront-body[data-inos-theme="default"] .inos-orders-table__badge,
    .storefront-body[data-inos-theme="default"] .inos-orders-table__total {
        grid-column: 1 / 2;
        text-align: left;
    }

    .storefront-body[data-inos-theme="default"] .inos-orders-table__action {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: start;
    }
}

/* Tema 1 order detail — single column (Woo/Shopify view-order) */
.storefront-body[data-inos-theme="default"] .inos-order-status__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: flex-end;
}

.storefront-body[data-inos-theme="default"] .inos-order-status__badges .store-status-badge {
    font-size: 0.72rem;
    margin: 0;
    padding: 0.28rem 0.55rem;
}

.storefront-body[data-inos-theme="default"] .inos-order-status__meta {
    display: grid;
    gap: 1rem;
    margin-top: 1.15rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(31, 36, 40, 0.08);
}

.storefront-body[data-inos-theme="default"] .inos-order-kicker {
    display: block;
    margin-bottom: 0.25rem;
    color: #8a9298;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.storefront-body[data-inos-theme="default"] .inos-pay .card-body {
    display: grid;
    gap: 0.85rem;
}

.storefront-body[data-inos-theme="default"] .inos-pay__top {
    align-items: center;
    display: grid;
    gap: 0.75rem;
}

.storefront-body[data-inos-theme="default"] .inos-pay__copy {
    color: #4a5258;
    font-size: 0.875rem;
    line-height: 1.55;
}

.storefront-body[data-inos-theme="default"] .inos-pay__attempt {
    align-items: start;
    border-top: 1px solid rgba(31, 36, 40, 0.08);
    display: grid;
    gap: 0.75rem 1rem;
    padding-top: 0.85rem;
}

.storefront-body[data-inos-theme="default"] .inos-pay__attempt-meta {
    display: grid;
    gap: 0.3rem;
    justify-items: start;
}

.storefront-body[data-inos-theme="default"] .inos-pay__attempt-amount {
    color: #1f2428;
    font-weight: 700;
}

.storefront-body[data-inos-theme="default"] .inos-order-lines {
    --inos-line-cols: minmax(0, 1fr) 4.5rem 6.5rem 6.5rem;
}

.storefront-body[data-inos-theme="default"] .inos-order-lines__head,
.storefront-body[data-inos-theme="default"] .inos-order-lines__row {
    align-items: start;
    display: grid;
    gap: 0.75rem 1rem;
    grid-template-columns: var(--inos-line-cols);
    padding: 0.95rem 1.15rem;
}

.storefront-body[data-inos-theme="default"] .inos-order-lines__head {
    border-bottom: 1px solid rgba(31, 36, 40, 0.08);
    color: #8a9298;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.storefront-body[data-inos-theme="default"] .inos-order-lines__head span:not(:first-child),
.storefront-body[data-inos-theme="default"] .inos-order-lines__row > div:not(:first-child) {
    text-align: right;
}

.storefront-body[data-inos-theme="default"] .inos-order-lines__row {
    border-bottom: 1px solid #f0f0f0;
    color: #3d464d;
    font-size: 0.875rem;
}

.storefront-body[data-inos-theme="default"] .inos-order-lines__row:last-child {
    border-bottom: 0;
}

.storefront-body[data-inos-theme="default"] .inos-order-item__name {
    color: #1f2428;
    font-weight: 700;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.storefront-body[data-inos-theme="default"] .inos-order-lines__row > div:not(:first-child) {
    white-space: nowrap;
}

.storefront-body[data-inos-theme="default"] .inos-order-lines__amount {
    color: #1f2428;
    font-weight: 700;
}

.storefront-body[data-inos-theme="default"] .inos-order-totals__title {
    margin: 0 0 0.75rem;
    color: #1f2428;
    font-size: 0.9rem;
    font-weight: 700;
}

.storefront-body[data-inos-theme="default"] .inos-order-totals {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    margin-left: auto;
    max-width: 18rem;
}

.storefront-body[data-inos-theme="default"] .inos-order-totals > div {
    align-items: baseline;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto;
}

.storefront-body[data-inos-theme="default"] .inos-order-totals dt {
    margin: 0;
    color: #6b737a;
    font-size: 0.8125rem;
    font-weight: 500;
}

.storefront-body[data-inos-theme="default"] .inos-order-totals dd {
    margin: 0;
    color: #1f2428;
    font-size: 0.8125rem;
    font-weight: 600;
    text-align: right;
}

.storefront-body[data-inos-theme="default"] .inos-order-totals__grand {
    border-top: 1px solid rgba(31, 36, 40, 0.08);
    margin-top: 0.2rem;
    padding-top: 0.65rem;
}

.storefront-body[data-inos-theme="default"] .inos-order-totals__grand dt,
.storefront-body[data-inos-theme="default"] .inos-order-totals__grand dd {
    color: #1f2428;
    font-size: 1rem;
    font-weight: 700;
}

.storefront-body[data-inos-theme="default"] .inos-order-timeline {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0 0 0.25rem;
    padding: 0.15rem 0 0.35rem;
}

.storefront-body[data-inos-theme="default"] .inos-order-timeline__step {
    position: relative;
    padding-top: 1.15rem;
    text-align: center;
}

.storefront-body[data-inos-theme="default"] .inos-order-timeline__step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0.32rem;
    left: calc(50% + 0.55rem);
    right: calc(-50% + 0.55rem);
    height: 1px;
    background: rgba(31, 36, 40, 0.12);
}

.storefront-body[data-inos-theme="default"] .inos-order-timeline__dot {
    background: #d9dcde;
    border-radius: 50%;
    display: block;
    height: 0.7rem;
    left: 50%;
    margin-left: -0.35rem;
    position: absolute;
    top: 0;
    width: 0.7rem;
    z-index: 1;
}

.storefront-body[data-inos-theme="default"] .inos-order-timeline__step.is-done .inos-order-timeline__dot,
.storefront-body[data-inos-theme="default"] .inos-order-timeline__step.is-current .inos-order-timeline__dot {
    background: var(--store-accent, #ffd333);
}

.storefront-body[data-inos-theme="default"] .inos-order-timeline__step.is-error .inos-order-timeline__dot {
    background: #e35d6a;
}

.storefront-body[data-inos-theme="default"] .inos-order-timeline__label {
    margin: 0;
    color: #1f2428;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.3;
}

.storefront-body[data-inos-theme="default"] .inos-order-timeline__step.is-muted .inos-order-timeline__label,
.storefront-body[data-inos-theme="default"] .inos-order-timeline__step.is-todo .inos-order-timeline__label {
    color: #8a9298;
    font-weight: 500;
}

.storefront-body[data-inos-theme="default"] .inos-order-timeline__detail {
    margin: 0.2rem 0 0;
    color: #8a9298;
    font-size: 0.72rem;
}

.storefront-body[data-inos-theme="default"] .inos-order-addresses {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .storefront-body[data-inos-theme="default"] .inos-order-status__meta {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem 2rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-pay__top {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .storefront-body[data-inos-theme="default"] .inos-pay__attempt {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .storefront-body[data-inos-theme="default"] .inos-pay__attempt-meta {
        justify-items: end;
        text-align: right;
    }

    .storefront-body[data-inos-theme="default"] .inos-order-addresses {
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }
}

@media (max-width: 767px) {
    .storefront-body[data-inos-theme="default"] .inos-order-detail .account-card__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .storefront-body[data-inos-theme="default"] .inos-order-status__badges {
        justify-content: flex-start;
    }

    .storefront-body[data-inos-theme="default"] .inos-order-lines__head {
        display: none;
    }

    .storefront-body[data-inos-theme="default"] .inos-order-lines__row {
        grid-template-columns: 1fr auto;
    }

    .storefront-body[data-inos-theme="default"] .inos-order-lines__row > div:nth-child(2),
    .storefront-body[data-inos-theme="default"] .inos-order-lines__row > div:nth-child(3) {
        display: none;
    }

    .storefront-body[data-inos-theme="default"] .inos-order-timeline {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-order-timeline__step {
        padding-top: 0;
        padding-left: 1.35rem;
        text-align: left;
    }

    .storefront-body[data-inos-theme="default"] .inos-order-timeline__dot {
        left: 0;
        margin-left: 0;
        top: 0.2rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-order-timeline__step:not(:last-child)::before {
        left: 0.28rem;
        right: auto;
        top: 0.85rem;
        bottom: -0.65rem;
        width: 1px;
        height: auto;
    }
}

.storefront-body[data-inos-theme="default"] .inos-pd-sticky {
    display: none;
}

@media (max-width: 991px) {
    .storefront-body[data-inos-theme="default"] .inos-pd-sticky {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1080;
        padding: 0.7rem 0 calc(0.7rem + env(safe-area-inset-bottom, 0px));
        background: #fff;
        box-shadow: 0 -10px 28px rgba(31, 36, 40, 0.12);
        transform: translateY(110%);
        transition: transform 0.2s ease;
        pointer-events: none;
        visibility: hidden;
    }

    .storefront-body[data-inos-theme="default"] .inos-pd-sticky.is-visible {
        transform: translateY(0);
        pointer-events: auto;
        visibility: visible;
    }

    .storefront-body[data-inos-theme="default"] .inos-pd-sticky__bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-pd-sticky__summary {
        min-width: 0;
        flex: 1 1 auto;
    }

    .storefront-body[data-inos-theme="default"] .inos-pd-sticky__name {
        overflow: hidden;
        color: #1f2428;
        font-size: 0.82rem;
        font-weight: 600;
        line-height: 1.3;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .storefront-body[data-inos-theme="default"] .inos-pd-sticky__price {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.25rem;
        margin-top: 0.15rem;
        font-size: 0.92rem;
        font-weight: 700;
    }

    .storefront-body[data-inos-theme="default"] .inos-pd-sticky__total {
        margin-top: 0.1rem;
        font-size: 0.75rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-pd-sticky__cta {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 0.5rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-pd-sticky__cta .btn {
        white-space: nowrap;
    }

    .storefront-body[data-inos-theme="default"] .inos-pd-sticky .inos-meters-control--compact {
        min-height: 2.35rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-pd-sticky .inos-meters-control--compact .inos-meters-control__btn {
        min-width: 2rem;
        padding: 0 0.4rem;
    }

    .storefront-body[data-inos-theme="default"] .inos-pd-sticky__meters {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 3.1rem;
        padding: 0 0.35rem;
        color: #1f2428;
        font-size: 0.82rem;
        font-weight: 600;
        white-space: nowrap;
    }
}
