.aiz-thecore .rounded-75 {
    border-radius: 0.75rem !important;
}

.aiz-thecore {
    --payism-retail-ink: #10233c;
    --payism-retail-subtle: #5f6f86;
    --payism-retail-line: rgba(16, 35, 60, 0.1);
    --payism-retail-surface: #ffffff;
    --payism-retail-surface-soft: #f4f8fc;
    --payism-retail-accent: #ff7a18;
    --payism-retail-accent-deep: #ff5f1f;
    --payism-retail-highlight: #0f5ef7;
    --payism-retail-shadow: 0 22px 50px rgba(15, 44, 75, 0.12);
}

.aiz-thecore .payism-retail-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 94, 247, 0.08);
    color: var(--payism-retail-highlight);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aiz-thecore .payism-retail-topbar {
    backdrop-filter: saturate(140%) blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.aiz-thecore .payism-retail-header {
    box-shadow: 0 10px 28px rgba(16, 35, 60, 0.08);
}

.aiz-thecore .payism-retail-logo-bar {
    min-height: 84px;
}

.aiz-thecore .payism-retail-search-shell {
    border: 1px solid var(--payism-retail-line);
    border-radius: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.aiz-thecore .payism-retail-search-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.aiz-thecore .payism-retail-search-box input {
    height: 52px;
    border: 0 !important;
    background: transparent;
    padding-right: 3rem;
    box-shadow: none !important;
}

.aiz-thecore .payism-retail-search-box svg {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.aiz-thecore .payism-retail-hero-shell {
    background:
        radial-gradient(circle at top left, rgba(15, 94, 247, 0.08), transparent 30%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 45%);
}

.aiz-thecore .payism-retail-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 1rem 0 1.5rem;
}

.aiz-thecore .payism-retail-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 1rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 122, 24, 0.12);
    color: var(--payism-retail-accent-deep);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aiz-thecore .payism-retail-hero-title span {
    color: var(--payism-retail-highlight);
}

.aiz-thecore .payism-retail-hero-subtitle {
    max-width: 52ch;
}

.aiz-thecore .payism-retail-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.aiz-thecore .payism-retail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 0.9rem 1.35rem;
    border-radius: 14px;
    border: 1px solid transparent;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(16, 35, 60, 0.1);
}

.aiz-thecore .payism-retail-btn:hover {
    color: inherit;
}

.aiz-thecore .payism-retail-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--payism-retail-highlight), #2f80ff);
}

.aiz-thecore .payism-retail-btn-secondary {
    border-color: rgba(16, 35, 60, 0.16);
    color: var(--payism-retail-ink);
    background: rgba(255, 255, 255, 0.82);
}

.aiz-thecore .payism-retail-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.aiz-thecore .payism-retail-hero-points span {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(15, 94, 247, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--payism-retail-subtle);
    font-size: 0.84rem;
    font-weight: 600;
}

.aiz-thecore .payism-retail-chip-accent {
    background: rgba(255, 122, 24, 0.12);
    color: var(--payism-retail-accent-deep);
}

.aiz-thecore .payism-retail-hero-copy h1 {
    max-width: 14ch;
    color: var(--payism-retail-ink);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.aiz-thecore .payism-retail-hero-copy p {
    max-width: 52ch;
    color: var(--payism-retail-subtle);
    font-size: 1rem;
    line-height: 1.7;
}

.aiz-thecore .payism-retail-hero-copy .btn {
    min-width: 180px;
    padding: 0.9rem 1.35rem;
    border-radius: 14px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(16, 35, 60, 0.1);
}

.aiz-thecore .payism-retail-hero-copy .btn-primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--payism-retail-highlight), #2f80ff);
}

.aiz-thecore .payism-retail-hero-copy .btn-outline-dark {
    border-color: rgba(16, 35, 60, 0.16);
    color: var(--payism-retail-ink);
    background: rgba(255, 255, 255, 0.82);
}

.aiz-thecore .payism-retail-trust-points {
    gap: 0.75rem;
}

.aiz-thecore .payism-retail-trust-item {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(15, 94, 247, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--payism-retail-subtle);
    font-size: 0.84rem;
    font-weight: 600;
}

.aiz-thecore .payism-retail-trust-item i {
    margin-right: 0.45rem;
    color: var(--payism-retail-highlight);
}

.aiz-thecore .payism-retail-section-intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.aiz-thecore .payism-retail-section-intro h2,
.aiz-thecore .payism-retail-section-intro h3,
.aiz-thecore .payism-retail-section-intro p {
    margin-bottom: 0;
}

.aiz-thecore .payism-retail-section-intro p {
    color: var(--payism-retail-subtle);
}

.aiz-thecore .payism-retail-section-band {
    position: relative;
}

.aiz-thecore .payism-retail-category-band,
.aiz-thecore .payism-retail-merch-card {
    border: 1px solid rgba(16, 35, 60, 0.08);
    box-shadow: var(--payism-retail-shadow);
}

.aiz-thecore .payism-retail-category-copy .btn {
    border-radius: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
}

.aiz-thecore .payism-retail-category-tile {
    position: relative;
    background: linear-gradient(180deg, rgba(15, 94, 247, 0.08), rgba(255, 122, 24, 0.08));
    box-shadow: inset 0 0 0 1px rgba(16, 35, 60, 0.05);
}

.aiz-thecore .payism-retail-category-menu {
    border-radius: 20px 20px 16px 16px;
    overflow: hidden;
    box-shadow: var(--payism-retail-shadow);
    border: 1px solid rgba(16, 35, 60, 0.08);
}

.aiz-thecore .payism-retail-category-menu-head {
    background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
}

.aiz-thecore .payism-retail-category-link {
    min-height: 54px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.aiz-thecore .payism-retail-category-link:hover {
    background: rgba(15, 94, 247, 0.04);
    transform: translateX(3px);
}

.aiz-thecore .payism-retail-category-arrow {
    color: #8fa0b8;
    transition: transform 0.2s ease, color 0.2s ease;
}

.aiz-thecore .payism-retail-category-link:hover .payism-retail-category-arrow {
    color: var(--payism-retail-highlight);
    transform: translateX(2px);
}

.aiz-thecore .payism-retail-product-card {
    border: 1px solid rgba(16, 35, 60, 0.08);
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(16, 35, 60, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.aiz-thecore .payism-retail-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 94, 247, 0.16);
    box-shadow: 0 22px 40px rgba(16, 35, 60, 0.12);
}

.aiz-thecore .payism-retail-product-media {
    margin: 0 0.75rem;
    border-radius: 16px;
    background:
        radial-gradient(circle at top, rgba(15, 94, 247, 0.08), transparent 58%),
        linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.aiz-thecore .payism-retail-product-actions a,
.aiz-thecore .payism-retail-product-actions-mobile a {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 18px rgba(16, 35, 60, 0.08);
}

.aiz-thecore .payism-retail-product-body {
    color: var(--payism-retail-ink);
}

.aiz-thecore .payism-retail-product-meta {
    min-height: 28px;
}

.aiz-thecore .payism-retail-product-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--payism-retail-subtle);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.aiz-thecore .payism-retail-product-meta-item i {
    color: var(--payism-retail-accent);
    font-size: 0.95rem;
}

.aiz-thecore .payism-retail-product-title {
    min-height: 2.8rem;
}

.aiz-thecore .payism-retail-product-price-row {
    gap: 0.45rem;
}

.aiz-thecore .payism-retail-product-price-row .fw-700 {
    color: var(--payism-retail-ink);
    font-size: 1rem;
}

.aiz-thecore .best-salling-section .view-more-slide-btn,
.aiz-thecore .todays-deal .view-more-slide-btn {
    border-radius: 999px;
    padding: 0.35rem 0.35rem 0.35rem 0.75rem;
    background: linear-gradient(135deg, var(--payism-retail-ink), #223d63) !important;
    box-shadow: 0 12px 22px rgba(16, 35, 60, 0.16);
}

/* slider */
.thecore-square-box {
    width: 100%;
    border-radius: 0.5rem;
}

.thecore-square-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* crop the overflow */
    object-position: center;
    /* keep centered */
}

/* Countdown Circle */
.aiz-count-down-circle {
    display: flex;
    justify-content: center;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.6) !important;
    padding: 1rem;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
}

.aiz-count-down-circle #time {
    display: flex;
}

.aiz-count-down-circle #time .circle {
    position: relative;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aiz-count-down-circle #time .circle svg {
    position: relative;
    width: 55px;
    height: 55px;
    transform: rotate(270deg);
}

.aiz-count-down-circle #time .circle svg circle {
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 1;
    stroke: #f7f2f2;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}

.aiz-count-down-circle #time .circle svg circle:nth-child(2) {
    stroke: #000000;
    stroke-width: 2;
    stroke-dasharray: 138;
    stroke-dashoffset: 138;
}



.aiz-count-down-circle #time div {
    position: absolute;
    text-align: center;
    font-weight: 700;
    color: #1b1b28;
    font-size: 14px;
}

.aiz-count-down-circle #time div span {
    position: absolute;
    transform: translateX(-50%) translateY(-10%);
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

[dir="rtl"] .aiz-count-down-circle #time div span {
    transform: translateX(50%) translateY(-10%);
}

@media (max-width: 767px) {

    .aiz-count-down-circle {
        box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
    }

    .aiz-thecore .payism-retail-logo-bar {
        min-height: 72px;
    }

    .aiz-thecore .payism-retail-search-shell {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 16px;
    }

    .aiz-thecore .payism-retail-hero-copy h1 {
        max-width: none;
    }

    .aiz-thecore .payism-retail-hero-copy .btn {
        min-width: 0;
        width: 100%;
    }

    .aiz-thecore .payism-retail-btn {
        min-width: 0;
        width: 100%;
    }

    .aiz-thecore .payism-retail-section-intro {
        flex-direction: column;
    }

}


/* Hide arrows by default */
.hot-categories .carousel-arrow .slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Show arrows on hover */
.hot-categories .carousel-arrow:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.aiz-carousel .slick-arrow {
    width: 24px !important;
    height: 64px !important;
    background: #ffffff00;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0), 0 3px 1px 0 rgba(255, 255, 255, 0);
}

.aiz-carousel .slick-arrow:hover {
    background: #ffffff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next {
    right: -15px !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev {
    left: -15px !important;
}


/* carosel arrow btn */

@media (max-width: 576px) {
    .aiz-thecore .featured-categories .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .aiz-thecore .featured-categories .aiz-carousel .slick-next,
    .aiz-thecore .featured-categories .aiz-carousel .slick-prev {
        display: none !important;
    }
}

.aiz-thecore .featured-categories .slick-list {
    margin-left: 3rem;
    margin-right: 3rem;
}

.aiz-thecore .todays-deal .slick-list {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next,
.aiz-thecore .todays-deal .aiz-carousel .slick-next {
    border-radius: 5px 0 0 5px !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev {
    border-radius: 0 5px 5px 0 !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next i,
.aiz-thecore .todays-deal .aiz-carousel .slick-next i {
    display: inline-block;
    margin-right: 1rem !important;
    transition: transform 0.3s ease;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next:hover i,
.aiz-thecore .todays-deal .aiz-carousel .slick-next:hover i {
    transform: translateX(5px);
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev i,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev i {
    display: inline-block;
    margin-left: 0.8rem !important;
    transition: transform 0.3s ease;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev:hover i,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev:hover i {
    transform: translateX(-8px);
}

/* Hover animation for products */
.hov-animate-outline-2 {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
}

.hov-animate-outline-2::before,
.hov-animate-outline-2::after {
    content: "";
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
}

.hov-animate-outline-2:hover::before {
    border-top-color: black;
    border-right-color: black;
    width: 100%;
    height: 100%;
    transition:
        width 0.3s ease-out,
        height 0.3s ease-out 0.3s;
}

.hov-animate-outline-2:hover::after {
    border-bottom-color: black;
    border-left-color: black;
    width: 100%;
    height: 100%;
    transition:
        height 0.3s ease-out,
        width 0.3s ease-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {

    .aiz-thecore .payism-retail-category-link,
    .aiz-thecore .payism-retail-category-arrow,
    .aiz-thecore .payism-retail-product-card,
    .aiz-thecore .best-salling-section .view-more-slide-btn,
    .aiz-thecore .todays-deal .view-more-slide-btn {
        transition: none !important;
    }
}