/* Velgrina Mega Menu */

.velgrina-megamenu {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    z-index: 40;
    padding: 2rem 0;
}

.velgrina-megamenu__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 0.25rem;
    align-items: stretch;
}

.velgrina-megamenu__item {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.velgrina-megamenu__link {
    display: block;
    padding: 0.75rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: color 0.15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.velgrina-megamenu__link:hover {
    color: #2e7d8c;
}

.velgrina-megamenu__link--all {
    color: #2e7d8c;
    font-weight: 600;
}

.velgrina-megamenu__link--all:hover {
    color: #246876;
}

/* ── Discover (Keşfet) compact ── */
.velgrina-discover--compact {
    display: flex;
    gap: 1.5rem;
    padding: 0 2rem;
    justify-content: center;
}

.velgrina-discover__card {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    border-radius: 10px;
    padding: 0.75rem;
    background: #fff;
    border: 1px solid #eaecef;
    transition: border-color 0.2s, box-shadow 0.2s;
    min-width: min(220px, 70vw);
}

.velgrina-discover__card:hover {
    border-color: #2e7d8c;
    box-shadow: 0 2px 12px rgba(46,125,140,0.1);
}

.velgrina-discover__card-img-wrap {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3f4f6;
}

.velgrina-discover__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.velgrina-discover__card:hover .velgrina-discover__card-img {
    transform: scale(1.06);
}

.velgrina-discover__card-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.velgrina-discover__card-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1e2022;
    line-height: 1.3;
}

.velgrina-discover__card:hover .velgrina-discover__card-name {
    color: #2e7d8c;
}

.velgrina-discover__card-cta {
    font-size: 0.75rem;
    font-weight: 600;
    color: #2e7d8c;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s, transform 0.2s;
}

.velgrina-discover__card:hover .velgrina-discover__card-cta {
    opacity: 1;
    transform: translateX(0);
}

/* ── Global Font — override Hyvä CSS variables ── */
:root {
    --default-font-family: 'Poppins', ui-sans-serif, system-ui, -apple-system, sans-serif;
    --font-sans: 'Poppins', ui-sans-serif, system-ui, -apple-system, sans-serif;
    --h-family: 'Poppins', ui-sans-serif, system-ui, sans-serif;
}

body,
button,
input,
select,
textarea {
    font-family: 'Poppins', ui-sans-serif, system-ui, -apple-system, sans-serif;
}

/* ── Top Bar ── */
.velgrina-topbar {
    background: #1e2022;
    color: #9ca3af;
    font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
}

/* ── Header Main ── */
.velgrina-header-main {
    height: 72px;
    font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif;
}

/* ── Logo ── */
.velgrina-logo__svg {
    height: 32px;
    width: auto;
}

/* ── Navigation ── */
.velgrina-nav {
    gap: 2rem;
    font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif;
}

/* Hide skip-to-content link */
.action.skip:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.velgrina-nav a,
.velgrina-nav button {
    font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1e2022 !important;
    letter-spacing: 0.01em;
    transition: color 0.15s;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none !important;
}

.velgrina-nav a:hover,
.velgrina-nav button:hover {
    color: #2e7d8c !important;
}

/* ── Search ── */
.velgrina-search {
    position: relative;
}

.velgrina-search__form {
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.15s;
}

.velgrina-search__form:focus-within {
    border-color: #2e7d8c;
}

.velgrina-search__input {
    border: none;
    outline: none;
    padding: 8px 12px;
    font-size: 14px;
    width: 200px;
    background: transparent;
}

.velgrina-search__btn {
    background: none;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    color: #9ca3af;
}

.velgrina-search__icon {
    width: 18px;
    height: 18px;
}

.velgrina-search__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: min(360px, 92vw);
    max-width: 92vw;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    margin-top: 8px;
    z-index: 50;
    overflow: hidden;
}

.velgrina-search__dropdown-header {
    padding: 10px 16px;
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #f3f4f6;
}

.velgrina-search__dropdown-list {
    max-height: 320px;
    overflow-y: auto;
}

.velgrina-search__suggestion {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.1s;
}

.velgrina-search__suggestion:hover {
    background: #f9fafb;
}

.velgrina-search__suggest-icon {
    color: #d1d5db;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.velgrina-search__suggest-text {
    flex: 1;
}

.velgrina-search__suggest-count {
    font-size: 12px;
    color: #9ca3af;
}

.velgrina-search__product {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none;
    transition: background 0.1s;
}

.velgrina-search__product:hover {
    background: #f9fafb;
}

.velgrina-search__product-img {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    object-fit: cover;
    background: #f3f4f6;
    flex-shrink: 0;
}

.velgrina-search__product-info {
    flex: 1;
    min-width: 0;
}

.velgrina-search__product-name {
    font-size: 13px;
    font-weight: 500;
    color: #1e2022;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.velgrina-search__product-prices {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
}

.velgrina-search__product-price {
    font-size: 13px;
    font-weight: 600;
    color: #2e7d8c;
}

.velgrina-search__product-old {
    font-size: 12px;
    color: #9ca3af;
    text-decoration: line-through;
}

.velgrina-search__dropdown-footer {
    border-top: 1px solid #f3f4f6;
}

.velgrina-search__view-all {
    display: block;
    text-align: center;
    padding: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #2e7d8c;
    text-decoration: none;
    transition: background 0.1s;
}

.velgrina-search__view-all:hover {
    background: #f9fafb;
}

/* ── Cart Badge ── */
.velgrina-cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #2e7d8c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ── Cart Drawer ── */
.velgrina-cart-drawer {
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 24px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
}

.velgrina-cart-drawer__items {
    flex: 1;
    overflow-y: auto;
    padding: 0 24px;
}

/* ---------- mini-cart drawer — empty state ---------- */
.velgrina-cart-drawer__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 24px 24px;
    text-align: center;
}

.velgrina-cart-drawer__empty-icon-wrap {
    width: 76px;
    height: 76px;
    border-radius: 9999px;
    background: rgba(46, 125, 140, 0.08);
    color: #2e7d8c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.velgrina-cart-drawer__empty-icon {
    width: 36px;
    height: 36px;
}

.velgrina-cart-drawer__empty-title {
    font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 600;
    color: #1e2022;
    margin: 0 0 8px;
}

.velgrina-cart-drawer__empty-subtitle {
    font-size: 13.5px;
    line-height: 1.55;
    color: #6b7280;
    max-width: 260px;
    margin: 0 auto 22px;
}

.velgrina-cart-drawer__empty-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 280px;
    padding: 13px 22px;
    background: #2e7d8c;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.15s ease;
}
.velgrina-cart-drawer__empty-cta:hover,
.velgrina-cart-drawer__empty-cta:focus {
    background: #246876;
    color: #fff;
}
.velgrina-cart-drawer__empty-cta:active {
    transform: translateY(1px);
}
.velgrina-cart-drawer__empty-cta-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}
.velgrina-cart-drawer__empty-cta:hover .velgrina-cart-drawer__empty-cta-arrow {
    transform: translateX(3px);
}

.velgrina-cart-drawer__empty-section {
    width: 100%;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #e8eaed;
}

.velgrina-cart-drawer__empty-label {
    font-size: 10.5px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 12px;
    font-weight: 500;
}

.velgrina-cart-drawer__empty-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.velgrina-cart-drawer__empty-pill {
    display: inline-block;
    padding: 8px 14px;
    background: #f4f5f4;
    color: #1e2022;
    font-size: 12.5px;
    border-radius: 9999px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.velgrina-cart-drawer__empty-pill:hover,
.velgrina-cart-drawer__empty-pill:focus {
    background: rgba(46, 125, 140, 0.08);
    border-color: rgba(46, 125, 140, 0.3);
    color: #246876;
}

.velgrina-cart-drawer__empty-trust {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #e8eaed;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 6px;
}
.velgrina-cart-drawer__empty-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-size: 10.5px;
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
    flex: 1;
}
.velgrina-cart-drawer__empty-trust-icon {
    width: 20px;
    height: 20px;
    color: #2e7d8c;
}

/* legacy — kept in case any cached template still references these */
.velgrina-cart-drawer__empty-text {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 20px;
}
.velgrina-cart-drawer__empty-link {
    font-size: 14px;
    font-weight: 600;
    color: #2e7d8c;
    text-decoration: none;
}

/* ---------- mini-cart drawer — filled state ---------- */
.velgrina-cart-drawer__count {
    font-size: 11px;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 16px 0 8px;
    border-bottom: 1px solid #e8eaed;
    margin-bottom: 4px;
}
.velgrina-cart-drawer__count span {
    color: #2e7d8c;
    font-weight: 700;
    margin-right: 3px;
}

.velgrina-cart-drawer__item {
    display: flex;
    gap: 14px;
    padding: 18px 4px;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    transition: background-color 0.15s ease;
}
.velgrina-cart-drawer__item:last-child {
    border-bottom: none;
}
.velgrina-cart-drawer__item:hover {
    background-color: #fafafa;
    border-radius: 8px;
}

.velgrina-cart-drawer__item-img {
    width: 82px;
    height: 82px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3f4f6;
    border: 1px solid #e8eaed;
}
.velgrina-cart-drawer__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.velgrina-cart-drawer__item:hover .velgrina-cart-drawer__item-img img {
    transform: scale(1.04);
}

.velgrina-cart-drawer__item-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 28px; /* room for remove button */
}

.velgrina-cart-drawer__item-name {
    font-size: 13.5px;
    line-height: 1.35;
    font-weight: 500;
    color: #1e2022;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    transition: color 0.15s ease;
}
.velgrina-cart-drawer__item-name:hover {
    color: #2e7d8c;
}

.velgrina-cart-drawer__item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.velgrina-cart-drawer__item-qty-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background: rgba(46, 125, 140, 0.08);
    color: #2e7d8c;
    font-size: 11px;
    font-weight: 500;
    border-radius: 9999px;
}
.velgrina-cart-drawer__item-qty-badge span {
    font-weight: 700;
    margin-left: 4px;
}

/* legacy — kept in case any cached template still references this */
.velgrina-cart-drawer__item-qty {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 4px;
}

.velgrina-cart-drawer__item-price {
    font-size: 15px;
    font-weight: 700;
    color: #1e2022;
    letter-spacing: -0.01em;
}

.velgrina-cart-drawer__item-price-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    line-height: 1.2;
    text-align: right;
}

.velgrina-cart-drawer__item-price-original {
    color: #9ca3af;
    font-size: 11px;
    font-weight: 500;
    text-decoration: line-through;
}

.velgrina-cart-drawer__item-price-current {
    color: #1e2022;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.velgrina-cart-drawer__item-price-saving {
    color: #2e7d8c;
    font-size: 10.5px;
    font-weight: 700;
    white-space: nowrap;
}

.velgrina-cart-drawer__item-remove {
    position: absolute;
    top: 18px;
    right: 4px;
    background: none;
    border: none;
    color: #d1d5db;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    transition: color 0.15s, background-color 0.15s;
}
.velgrina-cart-drawer__item-remove:hover {
    color: #ef4444;
    background-color: #fef2f2;
}

.velgrina-cart-drawer__footer {
    border-top: 1px solid #e8eaed;
    padding: 18px 24px 22px;
    background: #fafafa;
}

.velgrina-cart-drawer__trust-mini {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11.5px;
    color: #6b7280;
    margin-bottom: 14px;
    font-weight: 500;
}
.velgrina-cart-drawer__trust-mini svg {
    width: 14px;
    height: 14px;
    color: #2e7d8c;
    flex-shrink: 0;
}

/* Savings block (replaces plain subtotal when discount active) */
.velgrina-cart-drawer__savings {
    border-top: 1px dashed #e8eaed;
    border-bottom: 1px dashed #e8eaed;
    padding: 10px 0 12px;
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.velgrina-cart-drawer__savings-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #6b7280;
}

.velgrina-cart-drawer__savings-orig {
    text-decoration: line-through;
    color: #9ca3af;
    font-weight: 400;
}

.velgrina-cart-drawer__savings-amount {
    color: #2e7d8c;
    font-weight: 700;
}

.velgrina-cart-drawer__savings-label {
    display: inline-flex;
    align-items: center;
    background: var(--cb, #E84044);
    color: var(--ct, #fff);
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 1px 4px;
    margin-left: 4px;
    vertical-align: middle;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.velgrina-cart-drawer__savings-row--total {
    font-weight: 700;
    color: #1e2022;
    font-size: 17px;
    margin-top: 4px;
    letter-spacing: -0.01em;
}

.velgrina-cart-drawer__subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    margin-bottom: 14px;
    border-top: 1px dashed #e8eaed;
    border-bottom: 1px dashed #e8eaed;
}

.velgrina-cart-drawer__subtotal-label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.velgrina-cart-drawer__subtotal-price {
    font-size: 20px;
    font-weight: 700;
    color: #1e2022;
    letter-spacing: -0.02em;
}

.velgrina-cart-drawer__checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 15px 18px;
    background: #2e7d8c;
    color: #fff;
    font-size: 14.5px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(46, 125, 140, 0.25);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    margin-bottom: 10px;
}
.velgrina-cart-drawer__checkout-btn:hover {
    background: #246876;
    box-shadow: 0 6px 18px rgba(46, 125, 140, 0.35);
}
.velgrina-cart-drawer__checkout-btn:active {
    transform: translateY(1px);
}
.velgrina-cart-drawer__checkout-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}
.velgrina-cart-drawer__checkout-btn:hover .velgrina-cart-drawer__checkout-arrow {
    transform: translateX(3px);
}

.velgrina-cart-drawer__viewcart-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background: transparent;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    transition: border-color 0.15s;
}

.velgrina-cart-drawer__viewcart-btn:hover {
    border-color: #2e7d8c;
}

/* Payment trust image — shown in both empty and filled drawer states.
 * Source image is 999x171 (~5.84:1), we display it constrained width-wise. */
.velgrina-cart-drawer__payment-img {
    display: block;
    width: auto;
    max-width: 50%;
    height: auto;
    margin: 12px auto 0;
    opacity: 0.85;
    object-fit: contain;
}
/* Empty state variant — extra top margin since it follows the trust badges */
.velgrina-cart-drawer__empty .velgrina-cart-drawer__payment-img {
    margin-top: 20px;
}

/* ── Cart Confirm Dialog ── */
.velgrina-cart-confirm {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
}

.velgrina-cart-confirm__box {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    max-width: 320px;
    width: 90%;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.velgrina-cart-confirm__text {
    font-size: 14px;
    color: #374151;
    margin-bottom: 20px;
}

.velgrina-cart-confirm__actions {
    display: flex;
    gap: 10px;
}

.velgrina-cart-confirm__cancel {
    flex: 1;
    padding: 10px;
    background: #f3f4f6;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}

.velgrina-cart-confirm__remove {
    flex: 1;
    padding: 10px;
    background: #ef4444;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

/* ── Mobile overrides ── */
@media (max-width: 1023px) {
    .velgrina-header-main {
        height: 56px;
    }
    .velgrina-logo__svg {
        height: 26px;
    }
    .velgrina-cart-drawer {
        max-width: 100%;
    }
}

/* ── Mobile Menu Drawer ── */
.velgrina-mobile-drawer {
    width: 85vw;
    max-width: 380px;
    height: 100dvh;
    height: 100vh;
    background: #1c1e20;
}

.velgrina-mobile-drawer__header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.velgrina-mobile-drawer__close {
    color: #9ca3af;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
}

.velgrina-mobile-drawer__close svg {
    width: 20px;
    height: 20px;
}

.velgrina-mobile-drawer__content {
    flex: 1;
    overflow-y: auto;
}

.velgrina-mobile-drawer__submenu {
    border-left: 1px solid rgba(255,255,255,0.15);
}

.velgrina-mobile-drawer__link {
    padding: 12px 14px;
    min-height: 44px;
    display: flex;
    align-items: center;
    color: #d1d5db;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.velgrina-mobile-drawer__link:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
}

.velgrina-mobile-drawer__link--teal {
    color: #2e7d8c;
    font-weight: 500;
}

.velgrina-mobile-drawer__footer {
    padding: 16px 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.velgrina-mobile-drawer__email {
    color: #9ca3af;
    font-size: 12px;
    text-decoration: none;
}

.velgrina-mobile-drawer__tagline {
    color: #6b7280;
    font-size: 10px;
    margin-top: 2px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.velgrina-mobile-drawer__social {
    color: #6b7280;
}

/* Hero CTA moved to hero.css */

/* ── Same-day shipping countdown badge ── */
.velgrina-ship-today {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-family: 'Poppins', ui-sans-serif, system-ui, sans-serif;
    color: #0369a1;
    margin-top: 12px;
}
.velgrina-ship-today__main {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}
.velgrina-ship-today__icon {
    flex-shrink: 0;
    margin-top: 1px;
    color: #0369a1;
}
.velgrina-ship-today__text {
    line-height: 1.45;
}
.velgrina-ship-today__time {
    font-weight: 700;
}
.velgrina-ship-today__condition {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #0369a1;
    line-height: 1.4;
}
.velgrina-ship-today__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 25px;
}
.velgrina-ship-today__badge {
    display: inline-flex;
    align-items: center;
    background: #16a34a;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
    white-space: nowrap;
}
.velgrina-ship-today__logo {
    height: 20px;
    width: auto;
}
@media (min-width: 480px) {
    .velgrina-ship-today {
        flex-direction: row;
        align-items: center;
    }
    .velgrina-ship-today__main {
        flex: 1;
    }
    .velgrina-ship-today__meta {
        padding-left: 0;
        flex-shrink: 0;
    }
}
