:root {
    --rowa-ink: #292c27;
    --rowa-olive: #596b4a;
    --rowa-olive-dark: #3f5036;
    --rowa-gold: #a77b35;
    --rowa-ivory: #fbf8f1;
    --rowa-sand: #eee6d7;
    --rowa-white: #ffffff;
    --rowa-danger: #a33a32;
    --rowa-shadow: 0 18px 50px rgba(45, 50, 39, 0.10);
    --rowa-radius: 18px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--rowa-white);
    color: var(--rowa-ink);
    font-size: 16px;
    line-height: 1.65;
}

a {
    color: var(--rowa-olive-dark);
}

a:hover {
    color: var(--rowa-gold);
}
:where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid var(--rowa-gold) !important;
    outline-offset: 3px;
}

.rowa-site-header {
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(89, 107, 74, 0.13) !important;
    box-shadow: 0 8px 30px rgba(45, 50, 39, 0.06);
    backdrop-filter: blur(12px);
}

.rowa-site-header .header-bottom {
    padding-block: 22px !important;
}

.rowa-site-header .logo img {
    max-height: 72px;
    width: auto;
}

.rowa-primary-nav a {
    position: relative;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.rowa-primary-nav a[aria-current="page"] {
    color: var(--rowa-olive-dark);
}

.rowa-primary-nav a[aria-current="page"]::after {
    background: var(--rowa-gold);
    bottom: -9px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}

.rowa-icon-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--rowa-ink);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 44px;
}

.rowa-icon-button i {
    font-size: 25px;
}

.rowa-icon-button .count {
    align-items: center;
    background: var(--rowa-olive-dark);
    border-radius: 999px;
    color: var(--rowa-white);
    display: inline-flex;
    font-size: 11px;
    height: 19px;
    justify-content: center;
    min-width: 19px;
    padding-inline: 4px;
    position: absolute;
    right: 0;
    top: 1px;
}

.rowa-footer {
    background: var(--rowa-ink);
    color: rgba(255, 255, 255, 0.76);
    padding-block: 64px !important;
}
.rowa-footer a {
    color: var(--rowa-white);
}

.rowa-footer a:hover,
.rowa-footer a:focus-visible {
    color: #e7c787;
}

.rowa-footer .payment-icon img {
    max-width: 210px;
}

.breadcrumb-area {
    background-color: var(--rowa-ivory);
}

.lezada-button {
    border-radius: 999px;
    letter-spacing: 0.05em;
}

.form-control,
.form-select,
textarea {
    border-color: #d8d2c6;
    border-radius: 10px;
    min-height: 48px;
}

.card {
    border-radius: var(--rowa-radius) !important;
}

@media (max-width: 991.98px) {
    .rowa-site-header .header-bottom {
        padding-block: 14px !important;
    }

    .rowa-site-header .logo img {
        max-height: 56px;
    }

    .rowa-site-header .header-right-icons {
        gap: 2px;
    }

    .site-mobile-navigation {
        margin-top: 8px;
    }
}
@media (max-width: 575.98px) {
    body {
        font-size: 15px;
    }

    .rowa-site-header .header-bottom-container {
        min-height: 60px;
    }

    .rowa-site-header .header-right-icons .single-icon {
        margin-left: 2px;
    }

    .rowa-footer {
        padding-block: 46px !important;
        text-align: center;
    }

    .rowa-footer .footer-single-widget {
        text-align: center !important;
    }

    .rowa-footer .social-icons--footer ul {
        justify-content: center;
    }

    .breadcrumb-area {
        padding-block: 38px !important;
    }
}

.rowa-eyebrow {
    color: var(--rowa-olive);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.rowa-hero .lezada-single-slider {
    min-height: clamp(520px, 68vw, 760px);
}

.rowa-hero .lezada-single-slider__content {
    background: rgba(255, 253, 248, 0.9);
    border-radius: var(--rowa-radius);
    box-shadow: var(--rowa-shadow);
    max-width: 590px;
    padding: clamp(26px, 5vw, 54px);
}

.rowa-hero__copy {
    color: var(--rowa-muted);
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.75;
    max-width: 48ch;
}
.rowa-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
}

.rowa-intro {
    background: var(--rowa-ivory);
}

.rowa-home-products {
    padding-block: clamp(60px, 8vw, 100px);
}

.rowa-product-card {
    background: var(--rowa-white);
    border: 1px solid var(--rowa-border);
    border-radius: var(--rowa-radius);
    box-shadow: 0 8px 22px rgba(45, 56, 35, 0.06);
    height: 100%;
    overflow: hidden;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.rowa-product-card:hover {
    box-shadow: var(--rowa-shadow);
    transform: translateY(-4px);
}
.rowa-product-card__image {
    aspect-ratio: 4 / 3;
    background: var(--rowa-ivory);
    overflow: hidden;
    position: relative;
}

.rowa-product-card__image img {
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
    width: 100%;
}

.rowa-product-card:hover .rowa-product-card__image img {
    transform: scale(1.025);
}

.rowa-product-card__badge {
    background: var(--rowa-olive);
    border-radius: 999px;
    color: var(--rowa-white);
    font-size: 0.72rem;
    font-weight: 700;
    left: 16px;
    padding: 6px 10px;
    position: absolute;
    top: 16px;
}

.rowa-product-card__body {
    padding: 24px;
}
.rowa-product-card__body h3 {
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    margin-bottom: 10px;
}

.rowa-product-card__price,
.rowa-product-card .main-price {
    color: var(--rowa-olive);
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.rowa-product-card__regular-price {
    color: var(--rowa-muted);
    font-size: 0.9rem;
    margin-left: 8px;
}

.rowa-product-card__description,
.rowa-product-card .short-desc {
    color: var(--rowa-muted);
    line-height: 1.7;
}

.rowa-text-link {
    border-bottom: 1px solid currentColor;
    color: var(--rowa-olive);
    display: inline-block;
    font-weight: 700;
    margin-top: 8px;
}
.rowa-catalogue-filters {
    background: var(--rowa-ivory);
    border: 1px solid var(--rowa-border);
    border-radius: var(--rowa-radius);
    padding: clamp(24px, 4vw, 42px);
}

.rowa-catalogue-filters label {
    color: var(--rowa-charcoal);
    display: block;
    font-size: 0.84rem;
    font-weight: 700;
    margin-bottom: 7px;
}

.rowa-empty-state {
    background: var(--rowa-ivory);
    border: 1px dashed #beb5a5;
    border-radius: var(--rowa-radius);
    margin-inline: auto;
    max-width: 720px;
    padding-inline: 24px;
}

@media (max-width: 767.98px) {
    .rowa-hero .lezada-single-slider {
        min-height: 560px;
    }

    .rowa-hero .lezada-single-slider__content {
        margin-inline: 14px;
    }
}

.login-section,
.registration-section,
.forget-password-section {
    background: linear-gradient(180deg, var(--rowa-ivory), var(--rowa-white));
    padding-block: clamp(56px, 8vw, 96px) !important;
}

.rowa-auth-card {
    border: 1px solid var(--rowa-border) !important;
    border-radius: var(--rowa-radius) !important;
    box-shadow: var(--rowa-shadow) !important;
}

.rowa-auth-card .card-body {
    padding: clamp(28px, 5vw, 52px) !important;
}

.rowa-auth-card .form-label {
    color: var(--rowa-charcoal);
    font-weight: 700;
}

.rowa-auth-card .err-msg {
    border-radius: 8px;
    font-size: 0.88rem;
    margin-top: 8px;
    padding: 8px 12px;
}
.rowa-cart-page .cart-table-container,
.rowa-cart-page .cart-calculation-area {
    background: var(--rowa-white);
    border: 1px solid var(--rowa-border);
    border-radius: var(--rowa-radius);
    box-shadow: 0 8px 22px rgba(45, 56, 35, 0.06);
    overflow: hidden;
}

.rowa-cart-page .cart-calculation-area {
    padding: clamp(24px, 4vw, 36px);
}

.rowa-cart-page .quantity-input {
    flex-wrap: nowrap;
    min-width: 136px;
}

.rowa-cart-page .qty-input {
    min-height: 38px;
    width: 52px;
}

@media (max-width: 767.98px) {
    .rowa-cart-page .cart-table-container {
        overflow-x: auto;
    }

    .rowa-cart-page .cart-table {
        min-width: 720px;
    }
}
