.store-flash {
    padding: 12px 18px;
    text-align: center;
    font-weight: 700;
}

.store-flash-success {
    background: #eaf7e6;
    color: #2f6220;
}

.store-flash-error {
    background: #fce8e8;
    color: #8b1f28;
}

.store-brand-lockup {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 330px;
}

.store-brand-lockup-footer {
    margin-bottom: 14px;
}

.brand-logo-horizontal {
    width: 100%;
    height: auto;
}

body.irri-store {
    padding-top: 132px;
}

.store-fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
}

.store-fixed-nav-top {
    background: rgba(255, 255, 255, 0.985);
    border-bottom: 1px solid #d9e4f2;
    box-shadow: 0 10px 24px rgba(46, 89, 149, 0.08);
}

.store-fixed-nav-top-inner {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 86px;
}

.store-fixed-brand {
    display: inline-flex;
    align-items: center;
}

.store-fixed-brand img {
    display: block;
    width: 100%;
    max-width: 206px;
    height: auto;
}

.store-fixed-search {
    position: relative;
    width: 100%;
}

.store-fixed-search-form {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid #c8d8ef;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(46, 89, 149, 0.06);
}

.store-fixed-search-form i {
    color: #7a8ba5;
    font-size: 16px;
}

.store-fixed-search-form input {
    border: 0;
    background: transparent;
    outline: 0;
    color: #1f2d3d;
    width: 100%;
    min-width: 0;
    font-size: 15px;
}

.store-fixed-search-form button {
    border: 0;
    border-radius: 999px;
    min-height: 42px;
    padding: 0 22px;
    background: linear-gradient(135deg, #4f7ec7 0%, #356dbd 100%);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(53, 109, 189, 0.24);
}

.store-fixed-search-form:focus-within {
    border-color: #4f7ec7;
    box-shadow: 0 0 0 3px rgba(79, 126, 199, 0.10), 0 14px 28px rgba(46, 89, 149, 0.08);
}

.store-search-suggestions {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e6eee1;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10);
    overflow: hidden;
    z-index: 15;
}

.store-search-head {
    padding: 12px 16px 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5b725e;
    background: linear-gradient(180deg, #f8fbf6 0%, #ffffff 100%);
    border-bottom: 1px solid #edf2eb;
}

.store-search-item {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    border-bottom: 1px solid #edf2eb;
}

.store-search-item:last-child {
    border-bottom: 0;
}

.store-search-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.store-search-item-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef5ea;
    color: #466649;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.store-search-item-arrow {
    color: #8ba089;
}

.store-search-item strong {
    display: block;
    color: #173a1f;
}

.store-search-item small {
    display: block;
    color: #6b7a70;
    margin-top: 4px;
}

.store-search-item-snippet {
    display: block;
    color: #536473;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
}

.store-search-item:hover {
    background: #f6faf2;
}

.store-search-empty {
    padding: 14px 16px;
    color: #6b7a70;
}

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

.store-search-empty span {
    margin-top: 4px;
}

.store-search-footer {
    display: block;
    padding: 13px 16px;
    background: #f8fbf6;
    color: #2d5b33;
    text-decoration: none;
    font-weight: 700;
    border-top: 1px solid #edf2eb;
}

.store-search-footer:hover {
    background: #eef6e8;
}

.store-fixed-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.store-fixed-actions .store-shell-link {
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #d9e4f2;
    background: #ffffff;
    color: #1f2d3d;
    white-space: nowrap;
    box-shadow: 0 10px 18px rgba(46, 89, 149, 0.06);
}

.store-fixed-actions .store-shell-link:hover {
    border-color: #b9cae4;
    background: #f7faff;
}

.store-fixed-actions .store-shell-link.is-primary {
    border-color: #356dbd;
    background: linear-gradient(135deg, #4f7ec7 0%, #356dbd 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(53, 109, 189, 0.24);
}

.store-fixed-actions .store-shell-link.is-primary:hover {
    background: linear-gradient(135deg, #4674bc 0%, #2f63ac 100%);
}

.store-fixed-actions .store-shell-link.is-ghost {
    background: #ffffff;
    color: #4f6280;
}

.store-fixed-nav-bottom {
    background: linear-gradient(180deg, #f6f9fe 0%, #eef4fb 100%);
    border-bottom: 1px solid #d9e4f2;
    box-shadow: 0 6px 16px rgba(46, 89, 149, 0.06);
}

.store-category-nav {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 46px;
    overflow-x: auto;
    scrollbar-width: none;
}

.store-category-nav::-webkit-scrollbar {
    display: none;
}

.store-category-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 46px;
    padding: 0 16px;
    color: #325080;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.store-category-link:hover,
.store-category-link.is-active {
    background: rgba(79, 126, 199, 0.08);
    border-bottom-color: #4f7ec7;
    color: #244c86;
}

.store-category-link i {
    font-size: 11px;
    opacity: 0.8;
}

.store-cart-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1200;
    max-width: 340px;
    padding: 14px 18px;
    border-radius: 16px;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.20);
}

.store-cart-toast.is-success {
    background: linear-gradient(135deg, #2d9443 0%, #77c231 100%);
}

.store-cart-toast.is-error {
    background: linear-gradient(135deg, #b33434 0%, #d94b4b 100%);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.store-shell-header {
    padding: 28px 0 18px;
    background:
        radial-gradient(circle at top right, rgba(119, 194, 49, 0.18), transparent 32%),
        linear-gradient(180deg, #f7fbef 0%, #ffffff 100%);
    border-bottom: 1px solid #ecf1e7;
}

.store-shell-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.store-shell-copy h1,
.store-shell-copy h2 {
    margin: 0;
    color: #173a1f;
}

.store-shell-copy p {
    margin: 8px 0 0;
    color: #5b6f60;
    max-width: 760px;
}

.store-shell-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.store-shell-link,
.store-shell-link:focus,
.store-shell-link:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #dce7db;
    background: #ffffff;
    color: #173a1f;
    font-weight: 700;
    text-decoration: none;
}

.store-shell-link.is-primary,
.store-shell-link.is-primary:focus,
.store-shell-link.is-primary:hover {
    background: #77c231;
    border-color: #77c231;
    color: #ffffff;
}

.store-shell-link.is-muted,
.store-shell-link.is-muted:focus,
.store-shell-link.is-muted:hover {
    background: #f5f8f4;
}

.store-shell-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.store-shell-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e7eee4;
    color: #496052;
    font-weight: 600;
}

.store-hero-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.store-hero-action-card,
.store-hero-action-card:focus,
.store-hero-action-card:hover {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid #e3ebdf;
    background: rgba(255, 255, 255, 0.94);
    color: #173a1f;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.store-hero-action-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
    border-color: #cfe1c8;
}

.store-hero-action-card.is-primary,
.store-hero-action-card.is-primary:focus,
.store-hero-action-card.is-primary:hover {
    background: linear-gradient(135deg, #77c231 0%, #5ab14f 100%);
    border-color: #77c231;
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(119, 194, 49, 0.28);
}

.store-hero-action-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #eef5ea;
    color: #2b5d31;
    font-size: 20px;
}

.store-hero-action-card.is-primary .store-hero-action-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.store-hero-action-copy {
    display: block;
    min-width: 0;
}

.store-hero-action-copy strong {
    display: block;
    color: inherit;
    font-size: 20px;
    line-height: 1.15;
}

.store-hero-action-copy small {
    display: block;
    margin-top: 7px;
    color: #607264;
    font-size: 13px;
    line-height: 1.45;
}

.store-hero-action-card.is-primary .store-hero-action-copy small {
    color: rgba(255, 255, 255, 0.88);
}

.store-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    width: 100%;
    padding: 12px 16px;
    border: 0;
    border-radius: 12px;
    background: #77c231;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    box-shadow: 0 10px 24px rgba(119, 194, 49, 0.22);
}

.store-action-button:hover {
    color: #ffffff;
    background: #64ba00;
    transform: translateY(-1px);
}

.store-action-button.is-secondary {
    background: #eef5ea;
    color: #1a4822;
    box-shadow: none;
}

.store-action-button.is-secondary:hover {
    background: #e2eed9;
    color: #1a4822;
}

.store-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #d6e3d1;
    background: #ffffff;
    color: #173a1f;
    font-weight: 700;
    text-decoration: none;
}

.store-panel {
    background: #ffffff;
    border: 1px solid #e7edf4;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
    overflow: hidden;
}

.store-panel-body {
    padding: 28px;
}

.store-panel-soft {
    background: linear-gradient(180deg, #fbfdf8 0%, #ffffff 100%);
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.section-heading h2,
.section-heading h3 {
    margin: 6px 0 0;
}

.section-heading span {
    color: #77a84e;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}

.store-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.store-kpis article {
    padding: 16px;
    border-radius: 18px;
    background: #f8fbf5;
    border: 1px solid #e4eedf;
}

.store-kpis strong {
    display: block;
    color: #18341d;
    font-size: 22px;
}

.store-kpis span {
    color: #5a6a5d;
    font-size: 13px;
}

.catalog-block {
    min-height: 70vh;
}

.catalog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 25px;
}

.catalog-filters a {
    padding: 10px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dceefa;
    color: #063657;
    font-weight: 700;
}

.catalog-filters a.is-active {
    background: #77c231;
    border-color: #77c231;
    color: #ffffff;
}

.catalog-card-store {
    height: 100%;
}

.catalog-card-store p {
    font-size: 14px;
    color: #536473;
    min-height: 64px;
}

.stock-label {
    margin-top: 10px;
    color: #063657;
    font-weight: 600;
}

.subtle-text {
    color: #6d7d72;
}

.static-label input {
    background: #f5f7f9;
}

.line-item {
    display: grid;
    grid-template-columns: 84px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #eef3f0;
}

.line-item:last-child {
    border-bottom: 0;
}

.line-item img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 18px;
    background: #f7faf5;
}

.line-item h4,
.line-item h5 {
    margin: 0 0 6px;
}

.line-item small,
.line-item p {
    margin: 0;
    color: #66756a;
}

.summary-box {
    padding: 20px;
    border-radius: 18px;
    background: #f8fbf5;
    border: 1px solid #e4eedf;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e8efe5;
}

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

.badge-soft {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eef5ea;
    color: #2a552b;
    font-weight: 700;
    font-size: 12px;
}

.store-offer-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffbf3f 0%, #f97316 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 12px 22px rgba(249, 115, 22, 0.28);
}

.store-offer-badge i {
    font-size: 11px;
}

.catalog-card-store > a {
    position: relative;
    display: block;
}

.product-offer-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
}

.status-pill.is-success {
    background: #e8f7e8;
    color: #216a28;
}

.status-pill.is-warning {
    background: #fff5dd;
    color: #8b5c00;
}

.status-pill.is-danger {
    background: #feeceb;
    color: #9f2f2f;
}

.status-pill.is-info {
    background: #e9f3ff;
    color: #275c93;
}

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

.auth-card {
    max-width: 520px;
    margin: 0 auto;
}

.form-stack .form-group {
    margin-bottom: 16px;
}

.form-note {
    margin: 10px 0 0;
    color: #6d7d72;
    font-size: 13px;
}

.toggle-panel {
    padding: 16px;
    border: 1px solid #e3eade;
    border-radius: 16px;
    background: #fbfdf9;
}

.toggle-panel input[type="radio"],
.toggle-panel input[type="checkbox"] {
    margin-right: 8px;
}

.toggle-panel label {
    margin: 0;
    font-weight: 700;
    color: #27462a;
}

.account-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.45fr;
    gap: 24px;
}

.account-table {
    width: 100%;
}

.account-table th,
.account-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #edf2eb;
    vertical-align: top;
}

.account-table th {
    color: #59705d;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.account-order-progress {
    margin-top: 10px;
}

.account-order-progress small {
    display: block;
    margin-top: 6px;
    color: #6d7d72;
}

.account-order-progress-bar {
    height: 8px;
    border-radius: 999px;
    background: #e5eee0;
    overflow: hidden;
}

.account-order-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #77c231 0%, #3fa36b 100%);
}

.cta-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cta-row .store-action-button,
.cta-row .store-outline-button,
.cta-row .store-shell-link {
    width: auto;
    flex: 1 1 210px;
    margin-top: 0;
}

.product-price-stack {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}

.product-price-stack .price {
    margin: 0;
}

.price-old {
    color: #8b96a0;
    text-decoration: line-through;
}

.feature-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.feature-list div {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #536473;
}

.feature-list i {
    color: #77c231;
    margin-top: 4px;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
}

.empty-state {
    text-align: center;
    padding: 28px;
}

.empty-state h3 {
    margin-bottom: 10px;
}

.offer-carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
}

.offer-carousel-button {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #eef5ea;
    color: #214228;
    font-size: 18px;
}

.offer-carousel-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 28%);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 6px;
}

.offer-carousel-track::-webkit-scrollbar {
    display: none;
}

.offer-card {
    scroll-snap-align: start;
    display: block;
    text-decoration: none;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #f6fbef 0%, #ffffff 100%);
    border: 1px solid #e6efdd;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.offer-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background: #f5f8f2;
}

.offer-card-copy {
    padding: 16px;
}

.offer-card-copy strong {
    display: block;
    color: #173a1f;
    font-size: 18px;
}

.offer-card-copy span {
    display: block;
    color: #6b7a70;
    margin-top: 6px;
}

.product-card-actions {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.product-card-actions .store-action-button,
.product-card-actions .store-outline-button {
    margin-top: 0;
}

.product-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    color: #6b7a70;
}

.product-breadcrumbs a {
    color: #4d7351;
    text-decoration: none;
    font-weight: 700;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 24px;
}

.product-hero-card {
    padding: 26px;
}

.product-visual-frame {
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbf5 0%, #eef5ea 100%);
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-visual-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 460px;
}

.product-info-stack {
    display: grid;
    gap: 18px;
}

.product-service-box .summary-row {
    gap: 10px;
}

.product-service-box .summary-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.product-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.product-highlights article {
    padding: 14px;
    border: 1px solid #e6eee1;
    border-radius: 18px;
    background: #fafdf8;
}

.product-highlights strong {
    display: block;
    color: #173a1f;
}

.product-side-card {
    position: sticky;
    top: 106px;
}

.tracking-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(119, 194, 49, 0.20), transparent 35%),
        linear-gradient(135deg, #f8fbf4 0%, #ffffff 100%);
    border: 1px solid #e6efdd;
}

.tracking-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #77a84e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tracking-hero-copy h2 {
    margin: 0;
    color: #173a1f;
}

.tracking-hero-copy p {
    margin: 10px 0 0;
    color: #58705e;
    max-width: 700px;
}

.tracking-progress-card {
    padding: 18px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e5eee0;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.06);
}

.tracking-progress-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: #173a1f;
}

.tracking-progress-head span {
    font-size: 22px;
    font-weight: 800;
}

.tracking-progress-bar {
    height: 12px;
    margin: 14px 0 10px;
    border-radius: 999px;
    background: #ebf3e6;
    overflow: hidden;
}

.tracking-progress-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #77c231 0%, #3fa36b 100%);
    box-shadow: 0 10px 20px rgba(119, 194, 49, 0.24);
}

.tracking-progress-card small {
    color: #617562;
}

.tracking-kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.tracking-kpi-card {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid #e6eee1;
    background: #fafdf8;
}

.tracking-kpi-card span {
    display: block;
    color: #77a84e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tracking-kpi-card strong {
    display: block;
    margin-top: 10px;
    color: #173a1f;
    font-size: 18px;
}

.tracking-kpi-card p {
    margin: 10px 0 0;
    color: #5f7063;
    line-height: 1.55;
}

.tracking-timeline {
    position: relative;
    display: grid;
    gap: 14px;
}

.tracking-step-card {
    position: relative;
    display: grid;
    grid-template-columns: 24px 54px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid #e8efe5;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.04);
}

.tracking-step-card.is-done {
    border-color: #ddefda;
    background: linear-gradient(180deg, #f9fdf7 0%, #ffffff 100%);
}

.tracking-step-card.is-current {
    border-color: #f0d69f;
    background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.tracking-step-line {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
}

.tracking-step-line span {
    position: absolute;
    top: 34px;
    bottom: -30px;
    width: 2px;
    border-radius: 999px;
    background: #dfe9d9;
}

.tracking-step-card:last-child .tracking-step-line span {
    display: none;
}

.tracking-step-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #eef5ea;
    color: #2a5d32;
    font-size: 18px;
}

.tracking-step-card.is-current .tracking-step-icon {
    background: #fff0cf;
    color: #a76800;
}

.tracking-step-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tracking-step-head strong {
    color: #173a1f;
    font-size: 16px;
}

.tracking-step-state {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f4f8f1;
    color: #4f6553;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.tracking-step-card.is-done .tracking-step-state {
    background: #e8f7e8;
    color: #216a28;
}

.tracking-step-card.is-current .tracking-step-state {
    background: #fff1d0;
    color: #8d5f00;
}

.tracking-step-copy p {
    margin: 8px 0 0;
    color: #617262;
}

.tracking-note-box {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid #e4eedf;
    background: #f8fbf5;
}

.tracking-note-box strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #173a1f;
}

.tracking-note-box p {
    margin: 10px 0 0;
    color: #5e7061;
}

.tracking-shell-header {
    padding-bottom: 26px;
}

.tracking-search-card {
    padding: 26px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(119, 194, 49, 0.18), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f8fbf4 100%);
    border: 1px solid #e4eedf;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.tracking-search-copy h2 {
    margin: 8px 0 0;
    color: #173a1f;
}

.tracking-search-copy p {
    margin: 10px 0 0;
    color: #5d7161;
    max-width: 780px;
}

.tracking-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-top: 20px;
    padding: 12px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #dfeada;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.tracking-search-form input {
    min-height: 56px;
    border: 0;
    border-radius: 16px;
    background: #f7faf5;
    padding: 0 18px;
    color: #173a1f;
    font-size: 16px;
    outline: 0;
}

.tracking-search-form button {
    min-width: 220px;
    min-height: 56px;
    border: 0;
    border-radius: 16px;
    background: #77c231;
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(119, 194, 49, 0.24);
}

.tracking-search-result {
    display: grid;
    gap: 18px;
}

.tracking-result-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 18px 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e4eedf;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.tracking-result-topbar-copy span {
    display: block;
    color: #77a84e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tracking-result-topbar-copy strong {
    display: block;
    margin-top: 6px;
    color: #173a1f;
    font-size: 24px;
}

.tracking-result-topbar-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tracking-empty-state {
    padding: 48px 22px;
}

.tracking-empty-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef5ea;
    color: #2b5c31;
    font-size: 28px;
}

@media (max-width: 991px) {
    body.irri-store {
        padding-top: 182px;
    }

    .store-fixed-nav-top-inner {
        grid-template-columns: 1fr;
        gap: 12px;
        min-height: 0;
        padding: 12px 0;
    }

    .store-fixed-brand {
        max-width: 220px;
    }

    .store-fixed-search-form {
        grid-template-columns: 18px minmax(0, 1fr) auto;
        gap: 10px;
        min-height: 52px;
        padding: 0 14px;
    }

    .store-fixed-search-form button {
        min-height: 38px;
        padding: 0 16px;
        font-size: 14px;
    }

    .store-fixed-actions {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .store-fixed-actions .store-shell-link {
        flex: 1 1 calc(50% - 5px);
        justify-content: center;
    }

    .store-fixed-nav-bottom .container {
        padding-left: 0;
        padding-right: 0;
    }

    .store-category-nav {
        padding: 0 12px;
    }

    .store-category-link {
        padding: 0 14px;
    }

    .store-brand-lockup {
        max-width: 280px;
    }

    .store-shell-top {
        align-items: flex-start;
    }

    .store-shell-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .store-shell-actions .store-shell-link {
        flex: 1 1 calc(50% - 5px);
    }

    .account-grid,
    .checkout-grid,
    .mini-grid,
    .product-detail-grid,
    .tracking-hero-card,
    .tracking-kpi-grid,
    .store-hero-actions {
        grid-template-columns: 1fr;
    }

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

    .line-item {
        grid-template-columns: 72px 1fr;
    }

    .line-item > :last-child {
        grid-column: 1 / -1;
    }

    .offer-carousel {
        grid-template-columns: 1fr;
    }

    .offer-carousel-track {
        grid-auto-columns: 82%;
    }

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

    .product-side-card {
        position: static;
    }

    .tracking-step-card {
        grid-template-columns: 16px 48px minmax(0, 1fr);
        padding: 14px;
    }

    .tracking-search-form {
        grid-template-columns: 1fr;
    }

    .tracking-search-form button {
        min-width: 0;
        width: 100%;
    }

    .tracking-step-line span {
        bottom: -26px;
    }

    .store-cart-toast {
        right: 14px;
        left: 14px;
        bottom: 14px;
        max-width: none;
    }

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

    .product-related-head {
        align-items: flex-start;
    }

    .product-related-head .store-shell-link {
        width: 100%;
        justify-content: center;
    }

    .catalog-page-summary span {
        flex: 1 1 calc(50% - 10px);
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .store-fixed-actions .store-shell-link,
    .store-shell-actions .store-shell-link {
        flex-basis: 100%;
    }

    .store-panel-body {
        padding: 20px;
    }

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

    .product-related-head {
        flex-direction: column;
    }

    .product-related-head .store-shell-link {
        width: 100%;
    }

    .catalog-page-topline {
        width: 100%;
    }

    .catalog-page-summary {
        width: 100%;
    }
}
