html {
    min-height: 100%;
}

body{
    background:#f4f7f7;
    color:#1f2933;
    padding-top: 102px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-footer {
    margin-top: auto !important;
}

.card img{
    height:200px;
    object-fit:cover;
}

.store-section-heading {
    margin-bottom: 16px;
}

.store-section-heading h2 {
    color: #102a43;
    font-size: 1.45rem;
    font-weight: 800;
    margin: 0;
}

.card {
    position: relative;
}

.product-highlight-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border-radius: 999px;
    background: #ef4444;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 5px 9px;
    box-shadow: 0 6px 14px rgba(239, 68, 68, 0.24);
}

.promo-banner-section {
    margin: 28px 0 10px;
}

.promo-carousel {
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d9e2ec;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.promo-carousel img {
    width: 100%;
    aspect-ratio: 16 / 5;
    object-fit: cover;
    display: block;
}

.store-status-page {
    align-items: center;
    background: linear-gradient(145deg, #061a42 0%, #083a82 52%, #0a66c2 100%);
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 36px 18px;
    width: 100%;
}

.store-status-active {
    padding-top: 0;
}

.store-status-panel {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 720px;
    min-height: min(680px, calc(100vh - 72px));
    padding: 38px 28px;
    text-align: center;
    width: 100%;
}

.store-status-brand {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
}

.store-status-brand img {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 16px 34px rgba(3, 15, 40, 0.24);
    height: 72px;
    object-fit: contain;
    width: 72px;
}

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

.store-status-brand strong {
    font-size: 1.28rem;
    font-weight: 800;
}

.store-status-brand small {
    color: #bfdbfe;
    font-size: 0.84rem;
    margin-top: 4px;
}

.store-status-kicker {
    color: #bfdbfe;
    display: block;
    font-size: 0.84rem;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.store-status-panel h1 {
    font-size: 3rem;
    font-weight: 800;
    margin: 0 auto 14px;
}

.store-status-text {
    color: #dbeafe;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 auto 34px;
    max-width: 580px;
}

.store-status-badge {
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(191, 219, 254, 0.42);
    border-radius: 8px;
    color: #eff6ff;
    display: inline-block;
    font-weight: 700;
    padding: 13px 22px;
}

.launch-countdown {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto 24px;
    max-width: 610px;
}

.launch-countdown div {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(191, 219, 254, 0.34);
    border-radius: 8px;
    padding: 18px 8px 14px;
}

.launch-countdown strong {
    color: #ffffff;
    display: block;
    font-size: 2.6rem;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    line-height: 1;
}

.launch-countdown span {
    color: #bfdbfe;
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: 9px;
    text-transform: uppercase;
}

.launch-date {
    color: #dbeafe;
    font-size: 0.94rem;
    margin-bottom: 40px;
}

.store-status-contact {
    border: 1px solid rgba(191, 219, 254, 0.42);
    border-radius: 8px;
    color: #ffffff;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 32px;
    padding: 12px 20px;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease;
}

.store-status-contact:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
}

.quantity-stepper {
    display: grid;
    grid-template-columns: 46px minmax(72px, 1fr) 46px;
    align-items: stretch;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.quantity-btn {
    border: 0;
    background: #e7f3f3;
    color: #0b4a4a;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
    min-height: 46px;
}

.quantity-btn:hover {
    background: #cdebea;
}

.quantity-input {
    border: 0 !important;
    border-left: 1px solid #d9e2ec !important;
    border-right: 1px solid #d9e2ec !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 46px;
    text-align: center;
    font-weight: 800;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sidebar{
    background:white;
    padding:15px;
    border-radius:10px;
}
.row {
    align-items: flex-start;
}
.menu-item{
    display:flex;
    justify-content:space-between;
    padding:10px 0;
    border-bottom:1px solid #eee;
    font-size:14px;
}
/* HEADER */
.site-header {
    background: #0b4a4a;
    color: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.header-top {
    background: rgba(0, 0, 0, 0.14);
    font-size: 0.86rem;
    padding: 8px 0;
}

.header-contact,
.header-account {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.header-contact span + span::before,
.header-account a + a::before {
    content: "";
}

.header-account {
    justify-content: flex-end;
}

.header-account-bar {
    display: flex;
    justify-content: flex-end;
    padding-top: 8px;
    font-size: 0.86rem;
}

.header-account a {
    color: #e5f7f7;
    font-weight: 600;
    text-decoration: none;
}

.header-account a:hover {
    color: #fff;
    text-decoration: underline;
}

.header-welcome {
    color: #bfe8e8;
    font-weight: 600;
}

.header-main {
    padding: 10px 0;
}

.header-main-inner {
    display: grid;
    grid-template-columns: minmax(190px, auto) minmax(260px, 1fr) auto;
    align-items: center;
    gap: 18px;
}

.brand-link {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.brand-link:hover {
    color: #fff;
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    flex: 0 0 38px;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.brand-link strong,
.brand-link small {
    display: block;
    line-height: 1.1;
}

.brand-link strong {
    font-size: 1rem;
    letter-spacing: 0;
}

.brand-link small {
    color: #bfe8e8;
    font-size: 0.78rem;
    margin-top: 3px;
}

.header-search {
    display: flex;
    min-width: 0;
}

.header-search .form-control {
    border: 0;
    border-radius: 8px 0 0 8px !important;
    min-height: 46px;
    box-shadow: none;
}

.header-search .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.18);
}

.header-search .btn {
    border: 0;
    border-radius: 0 8px 8px 0;
    background: #ef4444;
    color: #fff;
    font-weight: 800;
    min-width: 92px;
}

.header-search .btn:hover {
    background: #dc2626;
    color: #fff;
}

.cart-button {
    min-height: 58px;
    border-radius: 8px;
    background: transparent;
    color: #fff;
    display: inline-grid;
    align-items: center;
    justify-items: center;
    gap: 2px;
    justify-content: center;
    min-width: 100px;
    padding: 0 4px;
    text-decoration: none;
    font-weight: 800;
}

.cart-button:hover {
    color: #fff;
}

.cart-icon {
    width: 54px;
    height: 42px;
    position: relative;
    display: inline-block;
}

.cart-icon::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 12px;
    width: 33px;
    height: 20px;
    border: 4px solid #ef4444;
    border-top-width: 5px;
    border-radius: 3px 3px 7px 7px;
    transform: skewX(-10deg);
}

.cart-icon::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    width: 18px;
    height: 4px;
    border-radius: 999px;
    background: #ef4444;
    transform: rotate(10deg);
}

.cart-count {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #ffffff;
    color: #0b4a4a;
    border: 2px solid #ef4444;
    display: grid;
    place-items: center;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1;
}

.cart-count::before,
.cart-count::after {
    content: "";
    position: absolute;
    top: 31px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
}

.cart-count::before {
    right: 25px;
}

.cart-count::after {
    right: 3px;
}

.cart-count::before {
    right: 25px;
}

.cart-count::after {
    right: 3px;
}

.cart-basket,
.cart-wheel {
    display: none;
}

.cart-label {
    display: block;
    color: #e5f7f7;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

/* FORMULARIOS CLIENTE */
.auth-shell {
    padding-top: 18px;
    padding-bottom: 28px;
}

.auth-card {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14) !important;
}

.auth-card .card-body {
    padding: 30px;
}

.auth-card h4 {
    color: #0b4a4a;
    font-weight: 700;
    letter-spacing: 0;
}

.auth-card label {
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 7px;
}

.auth-card .form-control {
    min-height: 46px;
    border: 1px solid #d7dee3;
    border-radius: 8px;
    background: #fbfdfd;
    color: #1f2933;
    box-shadow: none;
}

.auth-card .form-control:focus {
    border-color: #0b8a8a;
    box-shadow: 0 0 0 0.2rem rgba(11, 138, 138, 0.14);
    background: #fff;
}

.auth-card .input-group .form-control {
    border-radius: 8px 0 0 8px;
}

.auth-card .input-group .btn {
    min-width: 46px;
    border-radius: 0 8px 8px 0;
    border-color: #d7dee3;
    background: #fff;
    color: #52616b;
}

.auth-card .btn-primary,
.auth-card .btn-success {
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    background: #0b7777;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(11, 119, 119, 0.24);
}

.auth-card .btn-primary:hover,
.auth-card .btn-success:hover {
    background: #095f5f;
}

.auth-card a {
    color: #0b7777;
    font-weight: 600;
    text-decoration: none;
}

.auth-card a:hover {
    color: #084f4f;
    text-decoration: underline;
}

.auth-card .alert {
    border: 0;
    border-radius: 8px;
    font-size: 0.92rem;
}

.recovery-divider {
    align-items: center;
    color: #94a3b8;
    display: flex;
    gap: 12px;
    margin: 18px 0;
}

.recovery-divider::before,
.recovery-divider::after {
    background: #e2e8f0;
    content: "";
    flex: 1;
    height: 1px;
}

.recovery-whatsapp-btn {
    align-items: center;
    background: #f1fbf9;
    border: 1px solid #b6dfd8;
    border-radius: 10px;
    color: #0c4e48;
    display: grid;
    gap: 11px;
    grid-template-columns: 42px 1fr 16px;
    min-height: 66px;
    padding: 10px 12px;
    text-align: left;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.recovery-whatsapp-btn:hover,
.recovery-whatsapp-btn:focus {
    background: #e3f7f3;
    border-color: #128c7e;
    color: #0c4e48;
    transform: translateY(-1px);
}

.recovery-whatsapp-icon {
    align-items: center;
    background: #128c7e;
    border-radius: 9px;
    color: #fff;
    display: inline-flex;
    font-size: 1.3rem;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.recovery-whatsapp-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.recovery-whatsapp-copy strong {
    color: #0c4e48;
    font-size: 0.91rem;
    font-weight: 700;
}

.recovery-whatsapp-copy small {
    color: #64748b;
    font-size: 0.77rem;
    margin-top: 3px;
}

.recovery-whatsapp-arrow {
    color: #128c7e;
    font-size: 0.9rem;
}

.recovery-note {
    align-items: center;
    color: #64748b;
    display: flex;
    font-size: 0.82rem;
    gap: 6px;
    justify-content: center;
    margin: 9px 0 0;
    text-align: center;
}

.purchase-card {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.purchase-card .table th {
    color: #52616b;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.purchase-card .table td {
    color: #1f2933;
}

.loyalty-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #fde68a;
    border-radius: 8px;
    background: linear-gradient(135deg, #fffbeb 0%, #ffffff 62%);
    padding: 18px 20px;
    box-shadow: 0 12px 26px rgba(146, 64, 14, 0.1);
}

.loyalty-kicker {
    display: inline-block;
    color: #b45309;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.loyalty-summary h5 {
    color: #102a43;
    font-weight: 800;
}

.loyalty-summary p {
    color: #52616b;
}

.loyalty-points {
    min-width: 112px;
    border-radius: 8px;
    background: #0b4a4a;
    color: #ffffff;
    padding: 12px 14px;
    text-align: center;
}

.loyalty-points strong,
.loyalty-points span {
    display: block;
    line-height: 1;
}

.loyalty-points strong {
    font-size: 2rem;
    font-weight: 900;
}

.loyalty-points span {
    color: #bfe8e8;
    font-size: 0.82rem;
    font-weight: 700;
    margin-top: 5px;
}

.loyalty-badge {
    background: #f59e0b;
    color: #111827;
    font-weight: 800;
}

.profile-photo {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #e7f3f3;
    color: #0b7777;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 2rem;
    font-weight: 800;
    overflow: hidden;
}

.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-page {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-hero {
    min-height: 170px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0b4a4a 0%, #0f766e 58%, #111827 100%);
    color: #ffffff;
    display: flex;
    align-items: flex-end;
    padding: 28px;
}

.contact-hero span {
    display: inline-block;
    color: #bfe8e8;
    font-weight: 700;
    margin-bottom: 6px;
}

.contact-hero h1 {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
}

.contact-hero p {
    margin: 8px 0 0;
    color: #e5f7f7;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 18px;
}

.contact-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.contact-card h2 {
    font-size: 1.2rem;
    margin-bottom: 6px;
    color: #102a43;
}

.contact-card p {
    color: #52606d;
}

.contact-map {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d9e2ec;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-actions {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.contact-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: #16a34a;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    padding: 12px;
    text-decoration: none;
}

.contact-whatsapp i,
.social-links i {
    font-size: 1.1rem;
    line-height: 1;
}

.contact-whatsapp:hover {
    color: #ffffff;
    background: #15803d;
}

.community-card {
    min-height: 140px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(11, 74, 74, 0.92), rgba(22, 163, 74, 0.82)),
        url("../assets/iconInnovatecWeb.ico") center right 18px / 86px 86px no-repeat;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 18px;
    text-decoration: none;
    margin-top: 12px;
}

.community-card span {
    font-size: 0.9rem;
    opacity: 0.9;
}

.community-card strong {
    font-size: 1.35rem;
    line-height: 1.1;
}

.community-card:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.social-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
}

.social-links a {
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    color: #102a43;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.social-links a:hover {
    background: #f0fdfa;
    color: #0b4a4a;
}

.shipping-banner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    border-radius: 8px;
    background: #102a43;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.shipping-icon {
    width: 68px;
    height: 68px;
    border-radius: 8px;
    background: #ffffff;
    color: #0b4a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.shipping-banner span {
    color: #bfe8e8;
    font-weight: 800;
}

.shipping-banner h2 {
    font-size: 1.45rem;
    margin: 4px 0 8px;
}

.shipping-banner p {
    margin: 0;
    color: #e5f7f7;
}

.about-page {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-hero {
    min-height: 214px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0b4a4a 0%, #0f766e 56%, #102a43 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px;
    overflow: hidden;
}

.about-hero span,
.about-reasons-title span {
    display: block;
    color: #bfe8e8;
    font-weight: 800;
    margin-bottom: 7px;
}

.about-hero h1 {
    font-size: 2.15rem;
    font-weight: 800;
    margin: 0;
}

.about-hero p {
    color: #e5f7f7;
    margin: 10px 0 0;
    max-width: 560px;
}

.about-hero-mark {
    width: 118px;
    height: 118px;
    flex: 0 0 118px;
    border-radius: 8px;
    background: #ffffff;
    padding: 8px;
}

.about-hero-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-intro {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: 26px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.about-intro h2 {
    color: #102a43;
    font-size: 1.45rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.about-intro p {
    color: #52606d;
    line-height: 1.7;
    margin-bottom: 12px;
}

.about-intro p:last-child {
    margin-bottom: 0;
}

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

.about-purpose-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #ffffff;
    padding: 20px;
}

.about-purpose-card i {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 8px;
    background: #e7f3f3;
    color: #0b7777;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
}

.about-purpose-card h2 {
    color: #102a43;
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0 0 7px;
}

.about-purpose-card p {
    color: #52606d;
    line-height: 1.55;
    margin: 0;
}

.about-reasons {
    border-radius: 8px;
    background: #102a43;
    color: #ffffff;
    padding: 26px;
}

.about-reasons-title h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 18px;
}

.about-reasons-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.about-reasons-grid article {
    min-height: 112px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    padding: 14px;
}

.about-reasons-grid i {
    display: block;
    color: #5eead4;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.about-reasons-grid strong {
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.35;
}

@media (max-width: 576px) {
    body {
        padding-top: 178px;
    }

    .header-account-bar,
    .header-account {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .header-main-inner {
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .brand-link {
        min-width: 0;
    }

    .brand-mark {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        padding: 0;
    }

    .brand-link small {
        display: none;
    }

    .header-search {
        grid-column: 1 / -1;
        order: 3;
    }

    .header-search .btn {
        min-width: 78px;
    }

    .cart-label {
        display: block;
        font-size: 0.66rem;
    }

    .auth-shell {
        padding-top: 4px;
    }

    .store-status-page {
        padding: 20px 16px;
    }

    .store-status-panel {
        min-height: calc(100vh - 40px);
        padding: 22px 8px;
    }

    .store-status-brand {
        margin-bottom: 32px;
    }

    .store-status-text {
        font-size: 0.96rem;
        margin-bottom: 28px;
    }

    .store-status-panel h1 {
        font-size: 2rem;
    }

    .launch-countdown {
        gap: 8px;
    }

    .launch-countdown div {
        padding: 14px 4px 12px;
    }

    .launch-countdown span {
        font-size: 0.67rem;
    }

    .launch-countdown strong {
        font-size: 1.85rem;
    }

    .auth-card .card-body {
        padding: 24px 20px;
    }

    .loyalty-summary {
        align-items: stretch;
        flex-direction: column;
    }

    .loyalty-points {
        width: 100%;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero {
        padding: 22px;
    }

    .contact-hero h1 {
        font-size: 1.55rem;
    }

    .shipping-banner {
        grid-template-columns: 1fr;
    }

    .about-hero {
        min-height: 190px;
        padding: 22px;
    }

    .about-hero h1 {
        font-size: 1.65rem;
    }

    .about-hero-mark {
        display: none;
    }

    .about-intro,
    .about-reasons {
        padding: 20px;
    }

    .about-purpose,
    .about-reasons-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    .about-reasons-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
