.other-venues .other-venues-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
}

.other-venues .profile-light span {
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
}

.other-venues .profile-img-text span {
    color: #707070;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin-top: 6px;
}


.other-venues .other-venues-item .profile-photo {
    position: relative;
}

.profile-photo img {
    border: 4px solid #e6e9f9;
    padding: 2px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .5s ease;
}


.profile-photo:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .5s ease;
    transform: scale(1.1);
}

#latest-offers h1 {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--absolute-dark);
}

#latest-offers h1::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 76px;
    height: 0.3rem;
    background: var(--primary-light);
    content: "";
    margin-left: -38px;
}



.sold-by-meta {
    padding-top: 0.5rem;
}

.sold-by-meta img {
    --size: none;
    max-height: 24px;
    max-width: 24px;
    margin-right: 8px;
    border-radius: 100%;
}

.vendor-name {
    font-size: 0.8rem;
    font-weight: 700;
}

.product:hover .product__top::after {
    opacity: 0.2;
}

.product__new-price {
    font-size: 1rem;
}

.product__title {
    font-weight: 500 !important;
    height: 60px;
}

.product__power-badge {
    background-color: var(--primary-light);
}

body {
    background-color: var(--bs-body-bg) !important;

}

.column-2 {
    grid-template-columns: repeat(4, 1fr) !important;
}






.others-store-card {
    border-radius: 10px;
    border: 1px solid rgba(153, 199, 253, .6);
    background: #fff;
    display: block
}

.others-store-card .other-store-banner {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid rgba(153, 199, 253, .6)
}

.others-store-card img {
    transition: all ease .3s
}

.others-store-card:hover img {
    transform: scale(1.12)
}

.others-store-card:hover .name-area img {
    transform: scale(1.2)
}

.others-store-card .temporary-closed {
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%
}

.others-store-card .name-area {
    position: relative;
    margin-top: -17px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 17px 13px
}

@media screen and (max-width: 374px) {
    .others-store-card .name-area {
        gap: 10px;
        padding: 0 12px 13px
    }
}

.others-store-card .name-area .other-store-logo {
    border: 3px solid #f8fbfe;
    border-radius: 50%
}

.others-store-card .name-area img {
    width: 75px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

@media screen and (max-width: 374px) {
    .others-store-card .name-area img {
        width: 66px
    }
}

.others-store-card .name-area .info {
    width: 0;
    flex-grow: 1
}

.others-store-card .name-area .info h5 {
    margin: 0;
    color: #444a4e;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px
}

.others-store-card .name-area .info h6 {
    font-size: 12.724px;
    margin: 0
}

.others-store-card .name-area .info i {
    font-size: 12px
}

.others-store-card .info small {
    font-size: 12px;
    color: #66717c
}

.others-store-card .info-area {
    padding: 0 17px 16px;
    display: flex;
    gap: 10px
}

@media screen and (max-width: 374px) {
    .others-store-card .info-area {
        padding: 0 12px 12px
    }
}

.others-store-card .info-area .info-item {
    border-radius: 3px;
    background: #f3f5f9;
    flex-grow: 1;
    padding: 4px .7142857143rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4642857143rem;
    gap: 8px;
    color: #334257;
    font-size: 14px
}

.others-store-card .info-area .info-item h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width: 450px) {
    .others-store-card .info-area .info-item {
        gap: 4px;
        font-size: 10px
    }

    .others-store-card .info-area .info-item h6 {
        font-size: 12px
    }
}


a:focus {
    outline: 0
}

a[href^=tel] {
    color: inherit;
    text-decoration: inherit
}

a.hover {
    position: relative
}

a.hover::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none
}

a.hover::before {
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform .3s cubic-bezier(.7, 0, .2, 1)
}

a.hover:hover:before {
    transform-origin: 0 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(.4, 1, .8, 1)
}

a.hover-2 {
    position: relative;
    z-index: 1;
    padding: 0 .2rem .05rem
}

a.hover-2::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e0e9fa;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1
}

a.hover-2::before {
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform .5s cubic-bezier(.7, 0, .2, 1)
}

a.hover-2:hover.link-body {
    color: inherit
}

a.hover-2:hover:before {
    transform-origin: 0 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(.4, 1, .8, 1)
}

a.hover-3 {
    position: relative;
    padding: 0 .2rem .05rem;
    transition: color ease .3s;
    z-index: 1
}

a.hover-3:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    background-color: #e0e9fa;
    transition: all .3s ease-in-out
}

a.hover-3:hover.link-body {
    color: inherit
}

a.hover-3:hover:before {
    height: calc(100% + 6px)
}

a.hover-3.more:before {
    bottom: -1px
}

a.hover-3.more:hover:before {
    height: calc(100% + 3px)
}

a.hover-2.link-blue:before {
    background: #3f78e0
}

a.hover-2.link-sky:before {
    background: #5eb9f0
}

a.hover-2.link-purple:before {
    background: #747ed1
}

a.hover-2.link-grape:before {
    background: #605dba
}

a.hover-2.link-violet:before {
    background: #a07cc5
}

a.hover-2.link-pink:before {
    background: #d16b86
}

a.hover-2.link-fuchsia:before {
    background: #e668b3
}

a.hover-2.link-red:before {
    background: #e2626b
}

a.hover-2.link-orange:before {
    background: #f78b77
}

a.hover-2.link-yellow:before {
    background: #fab758
}

a.hover-2.link-green:before {
    background: #45c4a0
}

a.hover-2.link-leaf:before {
    background: #7cb798
}

a.hover-2.link-aqua:before {
    background: #54a8c7
}

a.hover-2.link-navy:before {
    background: #343f52
}

a.hover-2.link-ash:before {
    background: #9499a3
}

a.hover-2.link-white:before {
    background: #fff
}

a.hover-2.link-light:before {
    background: #fefefe
}

a.hover-2.link-gray:before {
    background: #f6f7f9
}

a.hover-2.link-dark:before {
    background: #262b32
}

a.hover-2.link-primary:before {
    background: #3f78e0
}

a.hover-3.link-blue:before {
    background-color: #e0e9fa
}

a.hover-3.link-sky:before {
    background-color: #e5f4fd
}

a.hover-3.link-purple:before {
    background-color: #e9eaf8
}

a.hover-3.link-grape:before {
    background-color: #e6e5f4
}

a.hover-3.link-violet:before {
    background-color: #f0eaf6
}

a.hover-3.link-pink:before {
    background-color: #f8e7ec
}

a.hover-3.link-fuchsia:before {
    background-color: #fbe7f3
}

a.hover-3.link-red:before {
    background-color: #fae6e7
}

a.hover-3.link-orange:before {
    background-color: #feece9
}

a.hover-3.link-yellow:before {
    background-color: #fef3e4
}

a.hover-3.link-green:before {
    background-color: #e1f6f0
}

a.hover-3.link-leaf:before {
    background-color: #eaf3ef
}

a.hover-3.link-aqua:before {
    background-color: #e4f1f6
}

a.hover-3.link-navy:before {
    background-color: #dfe0e3
}

a.hover-3.link-ash:before {
    background-color: #eeeff0
}

a.hover-3.link-white:before {
    background-color: #fff
}

a.hover-3.link-light:before {
    background-color: #fff
}

a.hover-3.link-gray:before {
    background-color: #fefefe
}

a.hover-3.link-dark:before {
    background-color: #dcddde
}

a.hover-3.link-primary:before {
    background-color: #e0e9fa
}

.profile-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    /* Default row layout */
}

.profile-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 20px;
}

.profile-info {
    flex-grow: 1;
}

.profile-info h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.profile-info p {
    color: #777;
    font-size: 14px;
    margin: 0;
}

.profile-info a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
}

.social-icons a {
    color: #6c757d;
    font-size: 20px;
    margin-right: 15px;
}

.follow-btn {
    background-color: #212121;
    color: #fff;
    border-radius: 50px !important;
    padding: 10px 20px;
    font-size: 14px;
}

.follow-btn:hover {
    background-color: #fee300 !important;
    color: #212121;
    border-radius: 50px !important;
    padding: 10px 20px;
    font-size: 14px;
}

.action-icons i {
    color: #6c757d;
    font-size: 20px;
    margin-left: 15px;
}

/* Medya sorguları ile mobil ve tablet görünümü için düzenlemeler */
@media (max-width: 768px) {
    .profile-card {
        flex-direction: column;
        /* Mobil ve tabletler için dikey yerleşim */
        text-align: center;
    }

    .profile-card img {
        margin-right: 0;
        margin-bottom: 15px;
        /* Resmi ortaya al ve altına boşluk bırak */
    }

    .social-icons {
        justify-content: center;
        /* Sosyal ikonları ortaya hizala */
    }

    .profile-info h3,
    .profile-info p {
        margin-bottom: 10px;
    }

    .action-icons {
        margin-top: 15px;
        /* Sağdaki ikonlara üstten boşluk bırak */
    }
}

.title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
}

.cover {

    aspect-ratio: 1 / 1;
    margin-right: 16px;
    object-fit: contain;
    width: auto !important;
    cursor: pointer;
}

.price {
    text-decoration: none;
    font-weight: 500 !important;
}

.bg-alice-blue {
    background-color: #f0f8ff !important;
}

/* --- Centralized Site Styles --- */

/* Dynamic Product Tags & Labels */
.product-labels {
    pointer-events: none;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.product-icons {
    pointer-events: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.product-labels .lable,
.product-icons .lable {
    position: static !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 0 8px;
    font-size: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.product-icons .lable.discount,
.product-icons .lable.coupon {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 13px;
}

.product-labels .lable.top,
.product-icons .lable.top {
    background-color: #000000 !important;
    color: #fff !important;
}

.product-icons .lable.discount {
    background-color: #000000 !important;
    color: #fff !important;
}

.product-icons .lable.coupon {
    background-color: #000000 !important;
    color: #fff !important;
}

.product-labels .lable.bestseller {
    background-color: #000000 !important;
    color: #fff !important;
}

.lable.new {
    background-color: #000000;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
}

/* Category Sidebar Accordion */
.category-accordion .category-item {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.category-accordion .category-item:last-child {
    border-bottom: none;
}

.category-accordion .accordion-toggle {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    font-size: 12px;
}

.category-accordion .accordion-toggle.expanded {
    transform: rotate(180deg);
}

.category-accordion .sub-menu {
    padding-left: 15px;
    margin-top: 5px;
    list-style: none;
}

.category-accordion .sub-menu li {
    padding: 5px 0;
}

.category-accordion .item-qty {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}

/* FAQ Accordion */
.accordion-style-02 .accordion-item {
    background-color: transparent;
}

.accordion-style-02 .accordion-header a {
    padding: 25px 0;
    display: block;
    position: relative;
    text-decoration: none;
}

.accordion-style-02 .accordion-header a .icon-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
}

.accordion-style-02 .accordion-header a .icon-toggle i {
    font-size: 14px;
    margin: 0;
    display: block;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.accordion-style-02 .accordion-header a:not(.collapsed) .icon-toggle {
    background-color: #232323;
    color: #fff;
    transform: translateY(-50%) rotate(45deg);
}

.accordion-style-02 .accordion-title {
    font-size: 18px;
}

.accordion-body {
    padding-bottom: 25px;
    opacity: 0.8;
}

/* Share Icons (Product Detail) */
.share-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff !important;
    transition: all 0.3s ease;
    text-decoration: none;
}

.share-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #fff !important;
}

.share-icon.facebook {
    background-color: #1877F2;
}

.share-icon.twitter {
    background-color: #000;
}

.share-icon.whatsapp {
    background-color: #25D366;
}

.share-icon.linkedin {
    background-color: #0077b5;
}

.share-icon.copy-link {
    background-color: #6c757d;
    cursor: pointer;
}

.share-icon.copy-link.copied {
    background-color: #198754;
}

/* Pricing Table */
.pricing-table {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-table:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.scale-1-1 {
    transform: scale(1.05);
    z-index: 1;
}

.top-minus-25px {
    top: -25px;
}

.left-40px {
    left: 40px;
}

.bg-orange {
    background-color: #ff6600;
}

@media (max-width: 1199px) {
    .scale-1-1 {
        transform: scale(1);
    }

    .pricing-table {
        padding: 30px !important;
    }
}

@media (max-width: 991px) {
    .pricing-row>div {
        margin-bottom: 30px;
    }

    .pricing-row>div:last-child {
        margin-bottom: 0;
    }
}

/* Pagination */
.pagination {
    gap: 5px;
    --bs-pagination-active-bg: #000;
    --bs-pagination-active-border-color: #000;
}

.pagination .page-item .page-link {
    border: 1px solid #e4e4e4;
    color: #232323;
    font-size: 14px;
    padding: 6px 14px;
    box-shadow: none !important;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 4px;
}

.pagination .page-item .page-link:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #dcdcdc;
}

.pagination .page-item.active .page-link {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.pagination .page-item.disabled .page-link {
    color: #aaa;
    background-color: transparent;
    border-color: #eee;
}

/* Misc Utilities */
.gap-15px {
    gap: 15px;
}

.text-base {
    color: var(--base-color) !important;
}

.mobile-category-btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

/* --- Custom Pagination Styles --- */
.pagination {
    align-items: center;
    gap: 5px;
}

.page-item .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #666;
    border: 1px solid #e4e4e4;
    background-color: transparent;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
}

.page-item.active .page-link {
    background-color: #232323;
    color: #fff;
    border-color: #232323;
}

.page-item .page-link:hover {
    background-color: #f5f5f5;
    color: #333;
    border-color: #ccc;
}

.page-item.active .page-link:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

/* Previous / Next Buttons - Adjusted for icons */
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: #f5f5f5;
    color: #000;
    text-decoration: none;
    border-color: #ccc;
}

.page-item.disabled .page-link {
    opacity: 0.5;
    background-color: transparent;
    border-color: transparent;
}