/*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-home {
    --conxa-home-primary: #21c9ab;
    --conxa-home-primary-dark: #0f8f7c;
    --conxa-home-ink: #17202c;
    --conxa-home-muted: #667085;
    --conxa-home-line: #e7edf2;
    --conxa-home-soft: #f5fbfa;
    --conxa-home-accent: #f8d94a;
    color: var(--conxa-home-ink);
    background: #fff;
    overflow-x: hidden;
}

.conxa-home a {
    text-decoration: none;
}

.conxa-home-hero {
    position: relative;
    background: #111a24;
}

.conxa-home-hero-carousel,
.conxa-home-hero-carousel .slick-list,
.conxa-home-hero-carousel .slick-track,
.conxa-home-hero-carousel .carousel-box {
    min-height: 500px;
}

.conxa-home-hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    overflow: hidden;
    background: #14212c;
}

.conxa-home-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.conxa-home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 20, 28, 0.86) 0%, rgba(12, 20, 28, 0.62) 42%, rgba(12, 20, 28, 0.18) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.08));
}

.conxa-home-hero-fallback {
    background: #14212c;
}

.conxa-home-hero-fallback::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(33, 201, 171, 0.24), rgba(248, 217, 74, 0.16)),
        #14212c;
}

.conxa-home-hero-content {
    position: relative;
    z-index: 2;
    max-width: 640px;
    padding-top: 36px;
    padding-bottom: 36px;
}

.conxa-home-eyebrow,
.conxa-home-section-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    color: #0f2f2a;
    background: var(--conxa-home-accent);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.conxa-home-hero h1 {
    margin: 18px 0 14px;
    color: #fff;
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
}

.conxa-home-hero p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.65;
}

.conxa-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.conxa-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 800;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.conxa-home-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.conxa-home-btn:hover {
    transform: translateY(-1px);
}

.conxa-home-btn-primary {
    color: #10231f;
    background: var(--conxa-home-primary);
    border-color: var(--conxa-home-primary);
}

.conxa-home-btn-primary:hover {
    color: #10231f;
    background: #2fd9bb;
    border-color: #2fd9bb;
}

.conxa-home-btn-light {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.34);
}

.conxa-home-btn-light:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.62);
}

.conxa-home-section {
    padding: 34px 0;
}

.conxa-home-section + .conxa-home-section {
    padding-top: 18px;
}

.conxa-home-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.conxa-home-section-head h2,
.conxa-home-coupon-panel h2 {
    margin: 10px 0 0;
    color: var(--conxa-home-ink);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 900;
}

.conxa-home-link {
    color: var(--conxa-home-primary-dark);
    font-size: 14px;
    font-weight: 800;
}

.conxa-home-link:hover {
    color: var(--conxa-home-ink);
}

.conxa-home-categories {
    padding-top: 28px;
    background: #fff;
}

.conxa-home-category-carousel,
.conxa-home-seller-carousel {
    margin-right: -10px;
    margin-left: -10px;
}

.conxa-home-category-carousel .carousel-box,
.conxa-home-seller-carousel .carousel-box {
    padding: 0 10px;
}

.conxa-home-category-card {
    position: relative;
    display: block;
    min-height: 275px;
    overflow: hidden;
    color: #fff;
    background: #dfe7ec;
    border: 1px solid var(--conxa-home-line);
    border-radius: 8px;
}

.conxa-home-category-card:hover {
    color: #fff;
}

.conxa-home-category-media {
    position: absolute;
    inset: 0;
    display: block;
}

.conxa-home-category-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.conxa-home-category-card:hover .conxa-home-category-media img {
    transform: scale(1.04);
}

.conxa-home-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 18, 26, 0.08) 0%, rgba(10, 18, 26, 0.72) 100%);
}

.conxa-home-category-copy {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2;
}

.conxa-home-category-copy span {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 900;
}

.conxa-home-category-copy small {
    display: inline-flex;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 700;
}

.conxa-home-featured-products {
    background: var(--conxa-home-soft);
}

.conxa-home #section_featured > section,
.conxa-home #section_best_selling > section,
.conxa-home #section_newest > section {
    margin: 0 !important;
}

.conxa-home #section_featured .border,
.conxa-home #section_featured .border-primary,
.conxa-home #section_best_selling > section,
.conxa-home #section_newest > section {
    border: 1px solid var(--conxa-home-line) !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(28, 43, 58, 0.06);
    overflow: hidden;
}

.conxa-home #section_featured .container,
.conxa-home #section_best_selling .container,
.conxa-home #section_newest .container {
    width: 100%;
    max-width: 100%;
    padding-right: 18px;
    padding-left: 18px;
}

.conxa-home #section_featured h3,
.conxa-home #section_best_selling h3,
.conxa-home #section_newest h3 {
    color: var(--conxa-home-ink);
    font-size: 22px !important;
    font-weight: 900 !important;
}

.conxa-home-products-grid {
    background: #fff;
}

.conxa-home-coupon {
    padding-top: 18px;
}

.conxa-home-coupon-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px;
    background: #14212c;
    border-radius: 8px;
}

.conxa-home-coupon-panel h2 {
    color: #fff;
}

.conxa-home-coupon-panel p {
    max-width: 620px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.6;
}

.conxa-home-sellers {
    background: var(--conxa-home-soft);
}

.conxa-home-seller-card {
    display: flex;
    min-height: 210px;
    padding: 24px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--conxa-home-ink);
    background: #fff;
    border: 1px solid var(--conxa-home-line);
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 14px 34px rgba(28, 43, 58, 0.06);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.conxa-home-seller-card:hover {
    color: var(--conxa-home-ink);
    border-color: rgba(33, 201, 171, 0.42);
    box-shadow: 0 18px 40px rgba(28, 43, 58, 0.1);
    transform: translateY(-2px);
}

.conxa-home-seller-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--conxa-home-line);
    border-radius: 50%;
}

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

.conxa-home-seller-name {
    display: block;
    width: 100%;
    margin-top: 16px;
    color: var(--conxa-home-ink);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.conxa-home-seller-rating {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    color: var(--conxa-home-muted);
    font-size: 13px;
    line-height: 1.3;
}

.conxa-home-seller-rating i {
    margin-right: 4px;
    color: var(--conxa-home-primary);
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .conxa-home-hero-carousel,
    .conxa-home-hero-carousel .slick-list,
    .conxa-home-hero-carousel .slick-track,
    .conxa-home-hero-carousel .carousel-box,
    .conxa-home-hero-slide {
        min-height: 430px;
    }

    .conxa-home-hero-overlay {
        background: linear-gradient(90deg, rgba(12, 20, 28, 0.86) 0%, rgba(12, 20, 28, 0.5) 100%);
    }

    .conxa-home-hero h1 {
        font-size: 48px;
    }

    .conxa-home-hero p {
        font-size: 16px;
    }

    .conxa-home-section {
        padding: 26px 0;
    }
}

@media (max-width: 767.98px) {
    .conxa-home-hero-carousel,
    .conxa-home-hero-carousel .slick-list,
    .conxa-home-hero-carousel .slick-track,
    .conxa-home-hero-carousel .carousel-box,
    .conxa-home-hero-slide {
        min-height: 390px;
    }

    .conxa-home-hero-content {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .conxa-home-hero h1 {
        font-size: 40px;
    }

    .conxa-home-hero-actions,
    .conxa-home-section-head,
    .conxa-home-coupon-panel {
        display: block;
    }

    .conxa-home-btn {
        width: 100%;
        margin-top: 10px;
    }

    .conxa-home-section-head h2,
    .conxa-home-coupon-panel h2 {
        font-size: 24px;
    }

    .conxa-home-section-head .conxa-home-link {
        display: inline-flex;
        margin-top: 12px;
    }

    .conxa-home-category-card {
        min-height: 235px;
    }

    .conxa-home-coupon-panel {
        padding: 24px;
    }

    .conxa-home-coupon-panel .conxa-home-btn {
        margin-top: 18px;
    }
}

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

.conxa-shop-product-card {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid #e8edf0;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(18, 31, 45, 0.05);
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.conxa-shop-product-card:hover,
.conxa-shop-product-card:focus-within {
    transform: none;
    border-color: rgba(33, 201, 171, 0.42);
    box-shadow: 0 20px 42px rgba(18, 31, 45, 0.1);
}

.conxa-shop-product-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    background: linear-gradient(180deg, #fbfcfd 0%, #f4f8f8 100%);
    overflow: hidden;
}

.conxa-shop-product-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    padding: 22px;
}

.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,
.conxa-shop-product-card:focus-within .conxa-shop-product-img {
    transform: scale(1.035);
}

.conxa-shop-product-discount,
.conxa-shop-product-wholesale {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 3;
    min-width: 74px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #21c9ab;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0;
    box-shadow: 0 10px 20px rgba(33, 201, 171, 0.22);
}

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

.conxa-shop-product-cart {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 4;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(33, 201, 171, 0.24);
    border-radius: 50%;
    background: #fff;
    color: #20c9ab;
    box-shadow: 0 14px 28px rgba(18, 31, 45, 0.16);
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

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

.conxa-shop-product-cart:hover,
.conxa-shop-product-cart:focus {
    border-color: #20c9ab;
    background: #20c9ab;
    color: #fff;
    transform: translateY(-2px);
    outline: none;
}

.conxa-shop-product-info {
    min-height: 124px;
    padding: 18px 18px 22px;
    text-align: left;
}

.conxa-shop-product-title {
    height: 44px;
    margin: 0 0 10px;
    color: #24303f;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    overflow: hidden;
}

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

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

.conxa-shop-product-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 7px;
    min-height: 24px;
    color: #8a9099;
    font-size: 13px;
    line-height: 1.2;
}

.conxa-shop-product-current {
    color: #12b99d;
    font-size: 15px;
    font-weight: 900;
}

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

.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: 24px 0 0;
    background: linear-gradient(180deg, #f4fbfa 0%, #fff 100%);
}

.conxa-seller-hero-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 390px;
    padding: 48px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #111c28;
    background-position: center;
    background-size: cover;
}

.conxa-seller-hero-inner::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: none;
}

.conxa-seller-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}

.conxa-seller-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    min-width: 190px;
    height: 190px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

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

.conxa-seller-copy {
    max-width: 680px;
    margin-left: 38px;
    color: #fff;
}

.conxa-seller-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 4px;
    color: #10231f;
    background: #21c9ab;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.conxa-seller-copy h1 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 1.04;
    font-weight: 900;
}

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

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

.conxa-seller-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.9);
    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: 26px;
}

.conxa-seller-actions a,
.conxa-seller-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    color: #fff;
    background: transparent;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

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

.conxa-seller-primary:hover,
.conxa-seller-primary:focus,
.conxa-seller-secondary:hover,
.conxa-seller-secondary:focus,
.conxa-seller-follow:hover,
.conxa-seller-follow:focus {
    color: #10231f;
    border-color: #21c9ab;
    background: #21c9ab;
    transform: translateY(-1px);
    outline: none;
}

.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: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    font-size: 18px;
}

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

.conxa-seller-category-nav {
    position: sticky;
    top: 0;
    z-index: 12;
    background: #fff;
    border-bottom: 1px solid #e9edf2;
    box-shadow: 0 10px 24px rgba(18, 31, 45, 0.04);
}

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

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

.conxa-seller-category-inner > a:hover,
.conxa-seller-category-inner > a:focus,
.conxa-seller-category-item > button:hover,
.conxa-seller-category-item > button:focus {
    color: #12b99d;
    outline: none;
}

.conxa-seller-category-inner > a.active::after,
.conxa-seller-category-item:hover > button::after,
.conxa-seller-category-item:focus-within > 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(160px, 1fr));
    gap: 34px;
    padding: 34px calc((100vw - 1140px) / 2 + 15px) 42px;
    background: #fff;
    border-top: 1px solid #eef1f5;
    box-shadow: 0 28px 48px rgba(18, 31, 45, 0.12);
    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.35;
}

.conxa-seller-category-column a:hover,
.conxa-seller-category-column a:focus {
    color: #12b99d;
}

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

.conxa-seller-section {
    padding: 28px 0;
    background: #fff;
}

.conxa-seller-section + .conxa-seller-section {
    margin-top: 0 !important;
}

.conxa-seller-section-head {
    border-bottom: 1px solid #e9edf2;
    padding-bottom: 14px;
}

.conxa-seller-section-head h3 {
    margin: 0;
    color: #202b38;
    font-size: 22px !important;
    line-height: 1.2;
    font-weight: 900;
}

.conxa-seller-section-head h3 span {
    position: relative;
    display: inline-block;
    padding-bottom: 0 !important;
}

.conxa-seller-section-head h3 span::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 12px;
    background: #21c9ab;
}

.conxa-seller-slider-actions {
    align-items: center;
    gap: 8px;
}

.conxa-seller-slider-actions .slide-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0 !important;
    border: 1px solid #dfe7ea;
    border-radius: 50%;
    color: #202b38 !important;
    background: #fff;
}

.conxa-seller-slider-actions .slide-arrow:hover {
    border-color: #21c9ab;
    color: #21c9ab !important;
}

.conxa-seller-banner img,
.conxa-seller-media img {
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(18, 31, 45, 0.08);
}

.conxa-seller-filter-form .collapse-sidebar .bg-white.border {
    border-color: #e5edf0 !important;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(18, 31, 45, 0.04);
    overflow: hidden;
}

.conxa-seller-filter-form .form-control,
.conxa-seller-filter-form .bootstrap-select .dropdown-toggle {
    min-height: 42px;
    border-color: #dfe7ea;
    border-radius: 4px !important;
}

@media (max-width: 1199.98px) {
    .conxa-seller-category-mega {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 991.98px) {
    .conxa-seller-hero-inner {
        min-height: 360px;
        padding: 40px 30px;
    }

    .conxa-seller-logo {
        width: 156px;
        min-width: 156px;
        height: 156px;
    }

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

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

    .conxa-shop-product-link {
        padding: 16px;
    }

    .conxa-shop-product-cart {
        width: 42px;
        height: 42px;
        right: 10px;
        bottom: 10px;
    }

    .conxa-shop-product-cart i {
        line-height: 40px;
    }

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

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

    .conxa-seller-hero {
        padding-top: 16px;
    }

    .conxa-seller-hero-inner {
        min-height: auto;
        padding: 28px 20px;
    }

    .conxa-seller-hero-inner::after {
        inset: 10px;
    }

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

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

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

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

    .conxa-seller-copy p {
        font-size: 15px;
    }

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

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

    .conxa-seller-meta span {
        justify-content: center;
        width: 100%;
    }

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

    .conxa-seller-category-nav {
        position: relative;
    }

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

    .conxa-seller-category-inner > a,
    .conxa-seller-category-item > button {
        min-height: 58px;
        font-size: 12px;
    }

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

    .conxa-seller-section {
        padding: 24px 0;
    }

    .conxa-seller-section-head {
        align-items: center !important;
    }

    .conxa-seller-section-head h3 {
        font-size: 19px !important;
    }

    .conxa-seller-slider-actions .slide-arrow {
        width: 34px;
        height: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .conxa-shop-product-card,
    .conxa-shop-product-img,
    .conxa-shop-product-cart,
    .conxa-seller-actions a,
    .conxa-seller-actions button,
    .conxa-seller-category-mega {
        transition: none;
    }
}
