/* ==============================
   SHOP PAGE
   ClearShine Auto Care
============================== */

.shop-hero,
.shop-intro,
.shop-products {
    overflow-x: clip;
}

.shop-label {
    margin: 0 0 18px;
    color: #b98b35;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

/* Hero */

.shop-hero {
    position: relative;
    min-height: calc(82svh - var(--header-height, 78px));
    display: flex;
    align-items: center;
    color: #ffffff;
    background-image: url("../images/about-hero.webp");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.shop-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg,
            rgba(5, 7, 10, 0.96) 0%,
            rgba(5, 7, 10, 0.86) 38%,
            rgba(5, 7, 10, 0.52) 68%,
            rgba(5, 7, 10, 0.76) 100%),
        radial-gradient(circle at 75% 20%, rgba(216, 184, 106, 0.16), transparent 30%);
}

.shop-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 96px 0;
}

.shop-hero__content {
    max-width: 780px;
    min-width: 0;
}

.shop-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(56px, 7vw, 98px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.075em;
}

.shop-hero h1 span {
    color: #d8b86a;
}

.shop-hero p:not(.shop-label) {
    max-width: 720px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.48;
}

/* Intro */

.shop-intro {
    padding: 86px 0 34px;
    text-align: center;
    background: #f7f3ed;
}

.shop-intro__inner {
    max-width: 900px;
}

.shop-intro h2 {
    margin: 0;
    color: #11151b;
    font-size: clamp(42px, 5.8vw, 76px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.07em;
}

.shop-intro p:not(.shop-label) {
    max-width: 720px;
    margin: 22px auto 0;
    color: #67615a;
    font-size: 20px;
    line-height: 1.62;
}

/* Products */

.shop-products {
    padding: 46px 0 110px;
    background: #f7f3ed;
}

.shop-products__head {
    margin-bottom: 34px;
    text-align: center;
}

.shop-products__head h2 {
    margin: 0;
    color: #11151b;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.065em;
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.shop-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(202, 168, 92, 0.26);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 22px 54px rgba(17, 21, 27, 0.07);
    transform: translateY(0) scale(1);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.shop-card:hover {
    transform: translateY(-7px);
    border-color: rgba(202, 168, 92, 0.55);
    box-shadow: 0 32px 76px rgba(17, 21, 27, 0.14);
}

.shop-card:focus-within {
    outline: 3px solid rgba(202, 168, 92, 0.72);
    outline-offset: 5px;
}

.shop-card:active {
    transform: translateY(-2px) scale(0.992);
}

.shop-card__media {
    position: relative;
    overflow: hidden;
    background: #11151b;
}

.shop-card__media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transform: scale(1.01);
    transition:
        transform 0.45s ease,
        filter 0.45s ease;
}

.shop-card:hover .shop-card__media img,
.shop-card:focus-within .shop-card__media img {
    transform: scale(1.075);
    filter: saturate(1.08) contrast(1.05);
}

.shop-card__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border-radius: 999px;
    color: #067153;
    background: #dff9ec;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 10px 28px rgba(17, 21, 27, 0.10);
}

.shop-card__body {
    display: flex;
    flex-direction: column;
    min-height: 310px;
    padding: 34px;
}

.shop-card h3 {
    margin: 0;
    color: #11151b;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.05em;
}

.shop-card p {
    margin: 16px 0 0;
    color: #67615a;
    font-size: 18px;
    line-height: 1.45;
}

.shop-card__price {
    display: block;
    margin-top: auto;
    padding-top: 34px;
    color: #11151b;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
}

.shop-card__button {
    width: 100%;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    color: #071018;
    background: linear-gradient(135deg, #c89b3c, #f0d486);
    font-family: inherit;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 40px rgba(200, 155, 60, 0.22);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.shop-card__button:hover,
.shop-card__button:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.03);
    box-shadow: 0 22px 52px rgba(200, 155, 60, 0.32);
    outline: none;
}

.shop-card__button:active {
    transform: translateY(0) scale(0.98);
}

/* Responsive */

@media (max-width: 1180px) {
    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .shop-hero {
        min-height: calc(100svh - var(--header-height, 78px));
        background-position: center;
    }

    .shop-hero__overlay {
        background:
            linear-gradient(180deg,
                rgba(5, 7, 10, 0.76) 0%,
                rgba(5, 7, 10, 0.82) 42%,
                rgba(5, 7, 10, 0.96) 100%);
    }

    .shop-hero__inner {
        padding: 72px 0;
    }

    .shop-hero h1 {
        font-size: clamp(48px, 14vw, 76px);
        letter-spacing: -0.06em;
    }

    .shop-hero p:not(.shop-label) {
        font-size: 18px;
    }

    .shop-intro {
        padding: 68px 0 28px;
    }

    .shop-intro h2,
    .shop-products__head h2 {
        font-size: clamp(40px, 12vw, 58px);
        letter-spacing: -0.055em;
    }

    .shop-intro p:not(.shop-label) {
        font-size: 17px;
    }

    .shop-products {
        padding: 36px 0 72px;
    }

    .shop-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .shop-card {
        border-radius: 20px;
    }

    .shop-card__body {
        min-height: auto;
        padding: 28px 24px;
    }

    .shop-card h3 {
        font-size: 25px;
    }

    .shop-card p {
        font-size: 16px;
    }

    .shop-card__price {
        padding-top: 28px;
        font-size: 34px;
    }

    .shop-card__button {
        min-height: 54px;
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .shop-label {
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    .shop-hero h1 {
        font-size: 44px;
    }

    .shop-card__badge {
        top: 14px;
        right: 14px;
        min-height: 34px;
        padding: 0 14px;
        font-size: 13px;
    }

    .shop-card__body {
        padding: 24px 20px;
    }
}
/*  */
/* ==============================
   SHOP CART
============================== */

.cart-floating {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 120;
}

.cart-floating__button {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    color: #071018;
    background: linear-gradient(135deg, #c89b3c, #f0d486);
    font-family: inherit;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 18px 50px rgba(17, 21, 27, 0.24);
}

.cart-floating__button strong {
    min-width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #11151b;
    font-size: 14px;
}

.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: none;
}

.cart-drawer.is-open {
    display: block;
}

.cart-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 7, 10, 0.72);
    backdrop-filter: blur(10px);
}

.cart-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(100%, 460px);
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f7f3ed;
    box-shadow: -24px 0 70px rgba(0, 0, 0, 0.35);
    transform: translateX(100%);
    animation: cartSlideIn 0.24s ease forwards;
}

@keyframes cartSlideIn {
    to {
        transform: translateX(0);
    }
}

.cart-drawer__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 28px 22px;
    border-bottom: 1px solid rgba(202, 168, 92, 0.28);
}

.cart-drawer__head p {
    margin: 0 0 8px;
    color: #b98b35;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.cart-drawer__head h2 {
    margin: 0;
    color: #11151b;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
}

.cart-drawer__close {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(202, 168, 92, 0.34);
    border-radius: 50%;
    color: #11151b;
    background: #ffffff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.cart-drawer__items {
    flex: 1;
    overflow: auto;
    padding: 22px 28px;
}

.cart-empty {
    margin: 0;
    color: #67615a;
    font-size: 17px;
    line-height: 1.5;
}

.cart-item {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(17, 21, 27, 0.09);
}

.cart-item__image {
    width: 74px;
    height: 74px;
    overflow: hidden;
    border-radius: 14px;
    background: #11151b;
}

.cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item__body {
    min-width: 0;
}

.cart-item__body h3 {
    margin: 0 0 6px;
    color: #11151b;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
}

.cart-item__price {
    margin: 0 0 12px;
    color: #67615a;
    font-size: 15px;
    font-weight: 800;
}

.cart-item__controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-item__controls button {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(202, 168, 92, 0.34);
    border-radius: 50%;
    color: #11151b;
    background: #ffffff;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
}

.cart-item__controls span {
    min-width: 26px;
    text-align: center;
    color: #11151b;
    font-weight: 900;
}

.cart-item__remove {
    margin-left: auto;
    width: auto !important;
    padding: 0 10px;
    border-radius: 999px !important;
    color: #8d1c1c !important;
    font-size: 13px !important;
}

.cart-drawer__summary {
    padding: 22px 28px 28px;
    border-top: 1px solid rgba(202, 168, 92, 0.28);
    background: #ffffff;
}

.cart-drawer__summary > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.cart-drawer__summary span {
    color: #67615a;
    font-size: 16px;
    font-weight: 900;
}

.cart-drawer__summary strong {
    color: #11151b;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.cart-drawer__checkout {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #071018;
    background: linear-gradient(135deg, #c89b3c, #f0d486);
    font-size: 16px;
    font-weight: 900;
}

.cart-drawer__checkout.is-disabled {
    pointer-events: none;
    opacity: 0.45;
}

.cart-drawer__clear {
    width: 100%;
    min-height: 46px;
    margin-top: 12px;
    border: 1px solid rgba(17, 21, 27, 0.14);
    border-radius: 999px;
    color: #11151b;
    background: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
}

.cart-toast {
    position: fixed;
    left: 50%;
    bottom: 96px;
    z-index: 360;
    padding: 12px 18px;
    border-radius: 999px;
    color: #071018;
    background: linear-gradient(135deg, #c89b3c, #f0d486);
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 16px 40px rgba(17, 21, 27, 0.22);
    transform: translate(-50%, 18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cart-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

body.cart-lock {
    overflow: hidden;
}

@media (max-width: 640px) {
    .cart-floating {
        right: 16px;
        bottom: 16px;
    }

    .cart-floating__button {
        min-height: 52px;
        padding: 0 18px;
    }

    .cart-drawer__head,
    .cart-drawer__items,
    .cart-drawer__summary {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*  */
/* ==============================
   SHOP BASKET DRAWER
============================== */

.shop-basket-trigger {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 180;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #071018;
    background: linear-gradient(135deg, #c89b3c, #f0d486);
    cursor: pointer;
    box-shadow: 0 20px 54px rgba(17, 21, 27, 0.26);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shop-basket-trigger:hover,
.shop-basket-trigger:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 28px 70px rgba(17, 21, 27, 0.34);
    outline: none;
}

.shop-basket-trigger:active {
    transform: translateY(0) scale(0.96);
}

.shop-basket-trigger__icon {
    width: 28px;
    height: 28px;
}

.shop-basket-trigger__icon svg,
.shop-basket__title-icon svg,
.shop-basket-row__remove svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-basket-trigger__count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    padding: 0 7px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    background: #11151b;
    font-size: 13px;
    font-weight: 900;
}

/* Drawer */

.shop-basket {
    position: fixed;
    inset: 0;
    z-index: 400;
    display: none;
}

.shop-basket.is-open {
    display: block;
}

.shop-basket__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 7, 10, 0.62);
    backdrop-filter: blur(8px);
}

.shop-basket__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(100%, 460px);
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f8f6f1;
    box-shadow: -24px 0 70px rgba(0, 0, 0, 0.34);
    transform: translateX(100%);
    animation: basketPanelIn 0.24s ease forwards;
}

@keyframes basketPanelIn {
    to {
        transform: translateX(0);
    }
}

.shop-basket__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 26px;
    border-bottom: 1px solid rgba(202, 168, 92, 0.28);
}

.shop-basket__title {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.shop-basket__title-icon {
    width: 28px;
    height: 28px;
    color: #b98b35;
    flex-shrink: 0;
}

.shop-basket__title h2 {
    margin: 0;
    color: #11151b;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.045em;
}

.shop-basket__title strong {
    min-width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #11151b;
    font-size: 14px;
    font-weight: 900;
}

.shop-basket__close {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #5f5a52;
    background: transparent;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
}

.shop-basket__close:hover,
.shop-basket__close:focus-visible {
    color: #11151b;
    background: rgba(202, 168, 92, 0.14);
    outline: none;
}

/* Items */

.shop-basket__items {
    flex: 1;
    overflow: auto;
    padding: 22px 26px;
}

.shop-basket__empty {
    margin: 0;
    color: #67615a;
    font-size: 17px;
    line-height: 1.55;
}

.shop-basket-row {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    padding: 0 0 26px;
    margin-bottom: 26px;
}

.shop-basket-row:last-child {
    margin-bottom: 0;
}

.shop-basket-row__image {
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 12px;
    background: #11151b;
}

.shop-basket-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-basket-row__body {
    min-width: 0;
}

.shop-basket-row__body h3 {
    margin: 0 0 8px;
    color: #11151b;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.shop-basket-row__unit {
    margin: 0 0 14px;
    color: #67615a;
    font-size: 18px;
    font-weight: 700;
}

.shop-basket-row__qty {
    width: 128px;
    min-height: 38px;
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(202, 168, 92, 0.32);
    border-radius: 12px;
    background: #ffffff;
}

.shop-basket-row__qty button {
    width: 38px;
    height: 38px;
    border: 0;
    color: #5f5a52;
    background: transparent;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.shop-basket-row__qty button:hover,
.shop-basket-row__qty button:focus-visible {
    color: #11151b;
    background: #f1eadf;
    outline: none;
}

.shop-basket-row__qty span {
    text-align: center;
    color: #11151b;
    font-size: 17px;
    font-weight: 900;
}

.shop-basket-row__side {
    display: grid;
    justify-items: end;
    gap: 42px;
}

.shop-basket-row__sum {
    color: #11151b;
    font-size: 21px;
    font-weight: 900;
    white-space: nowrap;
}

.shop-basket-row__remove {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #5f5a52;
    background: transparent;
    cursor: pointer;
}

.shop-basket-row__remove:hover,
.shop-basket-row__remove:focus-visible {
    color: #9b1c1c;
    background: rgba(155, 28, 28, 0.08);
    outline: none;
}

.shop-basket-row__remove svg {
    width: 21px;
    height: 21px;
}

/* Footer */

.shop-basket__footer {
    padding: 24px 26px 26px;
    border-top: 1px solid rgba(202, 168, 92, 0.28);
    background: #f8f6f1;
}

.shop-basket__line {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
    color: #5f5a52;
    font-size: 20px;
    line-height: 1.25;
}

.shop-basket__line strong {
    color: #11151b;
    font-weight: 900;
}

.shop-basket__line--total {
    margin-top: 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(202, 168, 92, 0.28);
    color: #11151b;
    font-weight: 900;
}

.shop-basket__checkout {
    width: 100%;
    min-height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    border: 0;
    border-radius: 999px;
    color: #071018;
    background: linear-gradient(135deg, #c89b3c, #f0d486);
    font-family: inherit;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 18px 46px rgba(200, 155, 60, 0.24);
}

.shop-basket__checkout:hover,
.shop-basket__checkout:focus-visible {
    filter: brightness(1.03);
    outline: none;
}

.shop-basket__checkout:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.shop-basket__clear {
    width: 100%;
    min-height: 46px;
    margin-top: 12px;
    border: 1px solid rgba(17, 21, 27, 0.14);
    border-radius: 999px;
    color: #11151b;
    background: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
}

.shop-basket__clear:hover,
.shop-basket__clear:focus-visible {
    border-color: rgba(202, 168, 92, 0.65);
    outline: none;
}

/* Toast */

.shop-basket-toast {
    position: fixed;
    left: 50%;
    bottom: 104px;
    z-index: 460;
    max-width: calc(100% - 32px);
    padding: 12px 18px;
    border-radius: 999px;
    color: #071018;
    background: linear-gradient(135deg, #c89b3c, #f0d486);
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 16px 40px rgba(17, 21, 27, 0.24);
    transform: translate(-50%, 16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.shop-basket-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

body.shop-basket-lock {
    overflow: hidden;
}

@media (max-width: 560px) {
    .shop-basket-trigger {
        right: 16px;
        bottom: 16px;
        width: 58px;
        height: 58px;
    }

    .shop-basket__panel {
        width: 100%;
    }

    .shop-basket__header,
    .shop-basket__items,
    .shop-basket__footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .shop-basket-row {
        grid-template-columns: 82px minmax(0, 1fr) auto;
        gap: 14px;
    }

    .shop-basket-row__image {
        width: 82px;
        height: 82px;
    }

    .shop-basket-row__body h3 {
        font-size: 19px;
    }

    .shop-basket-row__unit {
        font-size: 16px;
    }

    .shop-basket-row__qty {
        width: 112px;
        grid-template-columns: 34px 1fr 34px;
    }

    .shop-basket-row__qty button {
        width: 34px;
        height: 36px;
    }

    .shop-basket-row__sum {
        font-size: 18px;
    }

    .shop-basket__checkout {
        min-height: 60px;
        font-size: 18px;
    }
}