/*your custom css goes here*/

.conxa-header-logo {
    width: 104px;
    height: auto;
}

@media (min-width: 768px) {
    .conxa-header-logo {
        width: 156px;
        height: auto;
    }
}

.conxa-auth-logo {
    display: block;
    width: 72px;
    height: 72px;
}

.conxa-shop-product-grid {
    margin-top: 4px;
}

.conxa-shop-product-card {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(31, 203, 174, 0.08);
    box-shadow: 0 8px 24px rgba(30, 42, 60, 0.06);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.conxa-shop-product-card:hover {
    transform: none;
    border-color: rgba(31, 203, 174, 0.25);
    box-shadow: 0 18px 38px rgba(30, 42, 60, 0.11);
}

.conxa-shop-product-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 255px;
    background: #fff;
    overflow: hidden;
}

.conxa-shop-product-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 255px;
    padding: 18px;
}

.conxa-shop-product-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 220ms ease;
}

.conxa-shop-product-card:hover .conxa-shop-product-img {
    transform: scale(1.035);
}

.conxa-shop-product-discount,
.conxa-shop-product-wholesale {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    min-width: 74px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(31, 203, 174, 0.92);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0;
    box-shadow: 0 8px 18px rgba(31, 203, 174, 0.2);
}

.conxa-shop-product-wholesale {
    top: 48px;
    background: #263238;
}

.conxa-shop-product-cart {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 2;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #20c9ab;
    box-shadow: 0 14px 28px rgba(30, 42, 60, 0.16);
    transform: translateX(-50%);
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.conxa-shop-product-cart i {
    font-size: 22px;
    line-height: 46px;
}

.conxa-shop-product-cart:hover {
    background: #20c9ab;
    color: #fff;
    transform: translateX(-50%) translateY(-2px);
}

.conxa-shop-product-info {
    min-height: 125px;
    padding: 18px 18px 24px;
    text-align: center;
}

.conxa-shop-product-title {
    height: 44px;
    margin: 0 0 8px;
    color: #30313d;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    overflow: hidden;
}

.conxa-shop-product-title a {
    color: inherit;
    text-decoration: none;
}

.conxa-shop-product-title a:hover {
    color: #20c9ab;
}

.conxa-shop-product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 24px;
    color: #8a8f99;
    font-size: 14px;
    line-height: 1.2;
}

.conxa-shop-product-current {
    color: #20c9ab;
    font-weight: 800;
}

.conxa-shop-product-price del {
    color: #7c8088;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .conxa-shop-product-media,
    .conxa-shop-product-link {
        min-height: 190px;
        height: 190px;
    }

    .conxa-shop-product-info {
        min-height: 108px;
        padding: 14px 12px 18px;
    }

    .conxa-shop-product-title {
        height: 38px;
        font-size: 14px;
    }
}

.conxa-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    height: 18px;
    color: #21c9ab;
    background: rgba(33, 201, 171, 0.1);
    border-radius: 4px;
    vertical-align: middle;
}

.conxa-category-icon i {
    font-size: 15px;
    line-height: 1;
}

.conxa-seller-hero {
    padding: 22px 0 18px;
    background: #f6fbfa;
}

.conxa-seller-hero-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 44px;
    overflow: hidden;
    background-color: #151f2c;
    background-position: center;
    background-size: cover;
}

.conxa-seller-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 920px;
}

.conxa-seller-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    min-width: 170px;
    height: 170px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.conxa-seller-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.conxa-seller-copy {
    margin-left: 34px;
    color: #fff;
}

.conxa-seller-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 12px;
    color: #10231f;
    background: #21c9ab;
    font-size: 12px;
    font-weight: 800;
}

.conxa-seller-copy h1 {
    margin: 0;
    color: #fff;
    font-size: 44px;
    line-height: 1.06;
    font-weight: 800;
}

.conxa-seller-copy p {
    max-width: 620px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.6;
}

.conxa-seller-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.conxa-seller-meta span {
    display: inline-flex;
    align-items: center;
    padding: 8px 11px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
}

.conxa-seller-meta i {
    margin-right: 6px;
    color: #21c9ab;
    font-size: 17px;
}

.conxa-seller-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.conxa-seller-actions a,
.conxa-seller-actions button {
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #fff;
    background: transparent;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.conxa-seller-actions a {
    display: inline-flex;
    align-items: center;
}

.conxa-seller-primary {
    border-color: #21c9ab !important;
    color: #10231f !important;
    background: #21c9ab !important;
}

.conxa-seller-secondary:hover,
.conxa-seller-follow:hover {
    color: #fff;
    border-color: #21c9ab;
}

.conxa-seller-follow i {
    margin-right: 6px;
}

.conxa-seller-social {
    position: absolute;
    right: 28px;
    bottom: 26px;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.conxa-seller-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    font-size: 18px;
}

.conxa-seller-social a:hover {
    color: #10231f;
    background: #21c9ab;
}

.conxa-seller-category-nav {
    position: relative;
    z-index: 12;
    background: #fff;
    border-bottom: 1px solid #e9edf2;
}

.conxa-seller-category-inner {
    display: flex;
    align-items: center;
    min-height: 62px;
    gap: 28px;
    overflow: visible;
}

.conxa-seller-category-inner > a,
.conxa-seller-category-item > button {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 62px;
    padding: 0;
    border: 0;
    color: #1f2530;
    background: transparent;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.conxa-seller-category-inner > a.active::after,
.conxa-seller-category-item:hover > button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #21c9ab;
}

.conxa-seller-category-item > button i {
    margin-left: 7px;
    font-size: 13px;
}

.conxa-seller-category-mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 34px;
    padding: 34px calc((100vw - 1140px) / 2 + 15px) 46px;
    background: #fff;
    border-top: 1px solid #eef1f5;
    box-shadow: 0 24px 45px rgba(24, 36, 52, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.conxa-seller-category-item:hover .conxa-seller-category-mega,
.conxa-seller-category-item:focus-within .conxa-seller-category-mega {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.conxa-seller-category-column {
    min-width: 0;
}

.conxa-seller-category-column a {
    display: block;
    margin-bottom: 10px;
    color: #2c313a;
    font-size: 14px;
    line-height: 1.25;
}

.conxa-seller-category-column a:hover {
    color: #21c9ab;
}

.conxa-seller-category-column .conxa-seller-category-title {
    margin-bottom: 15px;
    color: #151a22;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .conxa-seller-hero-inner {
        min-height: auto;
        padding: 26px 20px;
    }

    .conxa-seller-hero-content {
        display: block;
        text-align: center;
    }

    .conxa-seller-logo {
        width: 118px;
        min-width: 118px;
        height: 118px;
        margin: 0 auto 20px;
    }

    .conxa-seller-copy {
        margin-left: 0;
    }

    .conxa-seller-copy h1 {
        font-size: 30px;
    }

    .conxa-seller-actions a,
    .conxa-seller-actions button {
        width: 100%;
        justify-content: center;
    }

    .conxa-seller-meta {
        justify-content: center;
    }

    .conxa-seller-social {
        position: static;
        margin-top: 22px;
    }

    .conxa-seller-category-inner {
        gap: 18px;
        overflow-x: auto;
        overflow-y: visible;
        white-space: nowrap;
    }

    .conxa-seller-category-mega {
        left: 15px;
        right: 15px;
        grid-template-columns: 1fr;
        max-height: 70vh;
        overflow-y: auto;
        padding: 24px;
    }
}
