.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: 108px;
}

.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: 68px;
}

.store-fixed-brand {
    display: inline-flex;
    align-items: center;
}

.store-fixed-brand img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
}

.store-fixed-search {
    position: relative;
    width: 100%;
}

.store-fixed-search-form {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #c8d8ef;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(46, 89, 149, 0.06);
}

.store-search-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(79, 126, 199, 0.10);
    color: #4f7ec7;
}

.store-search-icon i {
    font-size: 15px;
}

.store-fixed-search-form input {
    border: 0;
    background: transparent;
    outline: 0;
    color: #1f2d3d;
    width: 100%;
    min-width: 0;
    font-size: 14px;
}

.store-fixed-search-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    min-height: 36px;
    padding: 0 18px;
    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: 44px;
    padding: 9px 14px;
    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-actions .store-shell-link.is-admin {
    min-width: 126px;
}

.store-fixed-actions .store-shell-link,
.store-shell-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.store-fixed-actions .store-shell-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(79, 126, 199, 0.10);
    color: #4f7ec7;
    font-size: 15px;
}

.store-fixed-actions .store-shell-link.is-primary .store-shell-icon {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.store-fixed-actions .store-shell-link.is-ghost .store-shell-icon {
    background: rgba(79, 98, 128, 0.08);
    color: #4f6280;
}

.store-shell-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.08;
    gap: 2px;
    min-width: 0;
}

.store-shell-kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.82;
}

.store-shell-title {
    font-size: 14px;
    font-weight: 800;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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);
    overflow: visible;
}

.store-category-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 50px;
    overflow: visible;
    scrollbar-width: none;
}

.store-category-nav::-webkit-scrollbar {
    display: none;
}

.store-category-menu {
    position: relative;
    flex: 0 0 auto;
    min-width: 164px;
}

.store-category-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    padding: 0 14px 0 16px;
    color: #325080;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.015em;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
    cursor: pointer;
    list-style: none;
}

.store-category-link::-webkit-details-marker {
    display: none;
}

.store-category-link:hover,
.store-category-link.is-active {
    background: rgba(79, 126, 199, 0.08);
    border-color: rgba(79, 126, 199, 0.16);
    box-shadow: 0 10px 18px rgba(46, 89, 149, 0.08);
    color: #244c86;
}

.store-category-link-label {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.store-category-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #4f7ec7;
    background: transparent;
    margin-left: 6px;
    touch-action: manipulation;
}

.store-category-menu[open] .store-category-toggle i {
    transform: rotate(180deg);
}

.store-category-toggle i {
    font-size: 12px;
    opacity: 0.8;
    transition: transform 0.18s ease;
}

.store-category-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 1300;
    min-width: 292px;
    padding: 0;
    border: 1px solid #d9e4f2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(46, 89, 149, 0.16);
    overflow: hidden;
}

.store-category-menu:hover > .store-category-dropdown,
.store-category-menu:focus-within > .store-category-dropdown,
.store-category-menu[open] > .store-category-dropdown {
    display: block;
}

.store-category-dropdown-panel {
    padding: 8px 10px 10px;
}

.store-category-dropdown-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 10px;
    color: #35507e;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    background: transparent;
    border-left: 3px solid transparent;
}

.store-category-dropdown-link:hover,
.store-category-dropdown-link.is-active {
    background: #f5f8fd;
    color: #244c86;
    border-left-color: #4f7ec7;
}

.store-category-dropdown-link i {
    font-size: 11px;
    opacity: 0.8;
}

.store-category-dropdown-link-all {
    margin-bottom: 8px;
    background: #edf4fd;
    color: #244c86;
    border-left-color: #4f7ec7;
}

.store-category-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.store-category-dropdown-item + .store-category-dropdown-item {
    margin-top: 2px;
}

.store-category-dropdown-item .store-category-dropdown-link {
    border-bottom: 1px solid #edf2f8;
    border-radius: 0;
}

.store-category-dropdown-item .store-category-dropdown-link:hover,
.store-category-dropdown-item .store-category-dropdown-link.is-active {
    background: #f8fbff;
}

.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:disabled,
.store-action-button[aria-disabled="true"] {
    background: #aeb9c6;
    box-shadow: none;
    color: #ffffff;
    cursor: not-allowed;
    transform: none;
    opacity: 0.88;
}

.store-action-button:disabled:hover,
.store-action-button[aria-disabled="true"]:hover {
    background: #aeb9c6;
    transform: none;
}

.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;
}

.payment-methods-grid {
    display: block;
    margin-top: 14px;
}

.payment-option-card {
    display: block;
    width: 100%;
    padding: 18px 20px;
    line-height: 1.35;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.payment-option-card input[type="radio"] {
    margin-right: 8px;
}

.payment-option-card.is-disabled {
    opacity: 0.62;
    cursor: not-allowed;
}

.payment-option-card.is-disabled input[type="radio"] {
    cursor: not-allowed;
}

.payment-option-card.is-selected {
    border-color: var(--option-accent, #4f7ec7);
    background: linear-gradient(180deg, #ffffff 0%, var(--option-tint, #eef5ea) 100%);
    box-shadow: 0 0 0 3px rgba(79, 126, 199, 0.12);
}

.payment-option-card .form-note {
    margin-top: 10px;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .payment-option-card {
        padding: 16px 18px;
        margin-bottom: 14px;
    }
}

.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: 142px;
    object-fit: cover;
    background: #f5f8f2;
}

.store-protected-image {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
}

.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: 138px;
    }

    .store-fixed-nav-top-inner {
        grid-template-columns: 1fr;
        gap: 10px;
        min-height: 0;
        padding: 10px 0;
    }

    .store-fixed-brand {
        max-width: 180px;
        margin: 0 auto;
    }

    .store-fixed-search-form {
        grid-template-columns: 34px minmax(0, 1fr) auto;
        gap: 8px;
        min-height: 44px;
        padding: 0 10px;
        border-radius: 18px;
    }

    .store-fixed-search-form button {
        min-height: 34px;
        padding: 0 10px;
        font-size: 13px;
        border-radius: 14px;
    }

    .store-fixed-actions {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px;
        justify-content: stretch;
        overflow: visible;
        padding-bottom: 0;
    }

    .store-fixed-actions .store-shell-link {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        padding: 8px 10px;
        border-radius: 18px;
    }

    .store-fixed-actions .store-shell-link.is-admin {
        grid-column: 1 / -1;
    }

    .store-fixed-actions .store-shell-icon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        border-radius: 10px;
    }

    .store-shell-kicker {
        display: none;
    }

    .store-shell-title {
        font-size: 12px;
    }

    .store-fixed-nav-bottom .container {
        padding-left: 0;
        padding-right: 0;
    }

    .store-category-nav {
        padding: 0 12px;
        min-height: 42px;
        overflow-x: auto;
        overflow-y: visible;
        flex-wrap: nowrap;
        gap: 6px;
    }

    .store-category-link {
        padding: 0 12px;
        font-size: 11px;
        min-height: 42px;
    }

    .store-category-menu {
        min-width: 132px;
        flex: 0 0 auto;
    }

    .store-category-dropdown {
        min-width: 200px;
    }

    .store-category-menu {
        position: relative;
    }

    .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);
    }

    .store-category-menu:hover > .store-category-dropdown,
    .store-category-menu:focus-within > .store-category-dropdown,
    .store-category-menu[open] > .store-category-dropdown {
        display: block;
    }

    .store-category-menu {
        flex: 0 0 auto;
    }

    .store-category-dropdown {
        position: absolute;
        left: 12px;
        right: 12px;
        top: calc(100% + 8px);
        min-width: 0;
        width: auto;
        margin: 0;
        z-index: 1500;
        box-shadow: 0 18px 32px rgba(46, 89, 149, 0.16);
        border-radius: 16px;
    }

    .store-category-dropdown-panel {
        padding: 8px;
        max-height: 56vh;
        overflow-y: auto;
    }

    .store-category-toggle {
        width: 26px;
        height: 26px;
    }

    .store-category-dropdown-item + .store-category-dropdown-item {
        margin-top: 4px;
    }

    .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-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%;
    }

    .store-fixed-nav-top-inner {
        gap: 10px;
    }

    .store-fixed-search-form {
        padding: 0 12px;
    }

    .store-fixed-search-form button span {
        display: none;
    }

    .store-fixed-search-form button {
        min-width: 42px;
        padding: 0;
    }

    .store-fixed-actions {
        gap: 8px;
    }

    .store-fixed-actions .store-shell-link {
        padding: 9px 10px;
    }

    .store-shell-kicker {
        font-size: 9px;
    }

    .store-shell-title {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
.store-page-transition,
.store-page-transition-logo {
        transition: none;
    }
}

.irri-whatsapp-float {
    position: fixed;
    left: 20px;
    bottom: 22px;
    z-index: 1048;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 18px 36px rgba(37, 211, 102, .30);
    text-decoration: none;
    transform: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.irri-whatsapp-float:hover,
.irri-whatsapp-float:focus {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(37, 211, 102, .38);
}

@media (max-width: 767px) {
    .irri-whatsapp-float {
        left: 14px;
        bottom: 16px;
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
}

body.is-cart-drawer-open {
    overflow: hidden;
}

.cart-drawer[hidden] {
    display: none !important;
}

.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 1070;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

.cart-drawer.is-open {
    pointer-events: auto;
}

.cart-drawer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.46);
    opacity: 0;
    transition: opacity 0.24s ease;
}

.cart-drawer.is-open .cart-drawer__overlay {
    opacity: 1;
}

.cart-drawer__panel {
    position: relative;
    width: min(440px, 100vw);
    height: 100%;
    background: #fff;
    box-shadow: -28px 0 60px rgba(15, 23, 42, 0.18);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.cart-drawer.is-open .cart-drawer__panel {
    transform: translateX(0);
}

.cart-drawer__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 20px 18px;
    border-bottom: 1px solid var(--irri-line);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.cart-drawer__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef8f4;
    color: var(--irri-green-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cart-drawer__title {
    margin: 10px 0 6px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.03em;
    color: var(--irri-ink);
}

.cart-drawer__subtitle {
    margin: 0;
    color: var(--irri-body);
    font-size: 13px;
    line-height: 1.55;
}

.cart-drawer__close {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--irri-line);
    background: #fff;
    color: var(--irri-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(24, 54, 74, 0.05);
    flex: 0 0 auto;
}

.cart-drawer__close:hover {
    border-color: var(--irri-blue);
    color: var(--irri-blue);
}

.cart-drawer__notice {
    margin: 14px 20px 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #dbeafe;
    font-size: 13px;
    line-height: 1.5;
}

.cart-drawer__notice.is-success {
    background: #eef8f4;
    color: var(--irri-green-dark);
    border-color: #d4f0de;
}

.cart-drawer__notice.is-error {
    background: #fff7ed;
    color: #c2410c;
    border-color: #fed7aa;
}

.cart-drawer__summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 14px 20px;
    background: var(--irri-soft);
    border-bottom: 1px solid var(--irri-line);
}

.cart-drawer__summary-card {
    padding: 12px 14px;
    border: 1px solid var(--irri-line);
    border-radius: 14px;
    background: #fff;
}

.cart-drawer__summary-card span {
    display: block;
    color: var(--irri-body);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.cart-drawer__summary-card strong {
    color: var(--irri-ink);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.cart-drawer__content {
    flex: 1 1 auto;
    overflow: auto;
    padding: 18px 20px 20px;
    background: #fff;
}

.cart-drawer__items {
    display: grid;
    gap: 12px;
}

.cart-drawer__item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--irri-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(24, 54, 74, 0.04);
    position: relative;
}

.cart-drawer__item-image {
    width: 74px;
    height: 74px;
    border-radius: 14px;
    background: #f8fbfd;
    border: 1px solid #edf2f7;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-drawer__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
    display: block;
}

.cart-drawer__item small {
    display: block;
    margin-top: 4px;
    color: var(--irri-body);
    font-size: 11px;
    line-height: 1.45;
}

.cart-drawer__item-title {
    margin: 0;
    color: var(--irri-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.cart-drawer__item-title a {
    color: inherit;
    text-decoration: none;
}

.cart-drawer__item-title a:hover {
    color: var(--irri-blue);
}

.cart-drawer__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.cart-drawer__item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}

.cart-drawer__item-qty {
    color: var(--irri-body);
    font-size: 12px;
}

.cart-drawer__item-total {
    color: var(--irri-blue-dark);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.cart-drawer__tax {
    font-size: 11px;
    font-weight: 600;
    color: var(--irri-body);
    letter-spacing: 0;
    white-space: nowrap;
}

.cart-drawer__remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #fecaca;
    background: #fff;
    color: #dc2626;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(220, 38, 38, 0.08);
}

.cart-drawer__remove:hover {
    background: #fef2f2;
    border-color: #ef4444;
    color: #b91c1c;
}

.cart-drawer__empty {
    display: grid;
    place-items: center;
    gap: 12px;
    padding: 38px 18px;
    border: 1px dashed var(--irri-line);
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.cart-drawer__empty[hidden] {
    display: none !important;
}

.cart-drawer__empty-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef8f4;
    color: var(--irri-green-dark);
    font-size: 28px;
}

.cart-drawer__empty h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--irri-ink);
}

.cart-drawer__empty p {
    margin: 0;
    color: var(--irri-body);
    font-size: 13px;
    line-height: 1.55;
    max-width: 280px;
}

.cart-drawer__actions {
    display: grid;
    gap: 10px;
    padding: 18px 20px 22px;
    border-top: 1px solid var(--irri-line);
    background: #fff;
}

@media (max-width: 575px) {
    .cart-drawer__panel {
        width: 100vw;
    }

    .cart-drawer__header,
    .cart-drawer__notice,
    .cart-drawer__summary,
    .cart-drawer__content,
    .cart-drawer__actions {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cart-drawer__summary {
        grid-template-columns: 1fr;
    }

    .cart-drawer__item {
        grid-template-columns: 66px minmax(0, 1fr);
    }

    .cart-drawer__item-image {
        width: 66px;
        height: 66px;
    }
}
