.sidebar {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-btn {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    background: #b58cbf;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-btn i,
.sidebar-btn span {
    font-size: 1.2rem !important;
    color: white;
    margin: 0;
    padding: 0;
}

.sidebar-btn .cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff0000;
    color: white;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 14px;
    min-width: 18px;
    text-align: center;
    display: none;
    font-weight: bold;
}

@media (max-width: 768px) {
    .sidebar {
        right: 10px;
    }

    .sidebar-btn {
        width: 40px !important;
        height: 40px !important;
    }

    .sidebar-btn i,
    .sidebar-btn span {
        font-size: 1rem !important;
    }
}


.nav-bar {
    background: #b58cbf !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


body {
    font-family: 'Battambang', sans-serif;
    padding-top: 100px;
    direction: ltr;
    text-align: left;
}


.navbar-notch {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 60px;
    z-index: 999;
}

.navbar-notch::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #b58cbf;
}

.nav-bar .navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.nav-bar .nav-link {
    font-family: 'Battambang', sans-serif;
    font-size: 1.2rem;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #111 !important;
    padding: 15px 0;
    background: none;
    border: none;
    transition: all 0.3s ease;
    position: relative;
}

.nav-bar .nav-link:hover {
    color: #fff !important;
    transform: translateY(-2px);
}

.nav-bar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.nav-bar .nav-link:hover::after {
    width: 100%;
}

.nav-bar .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    position: relative;
}

.nav-bar .navbar-brand h1 {
    font-size: 3rem;
    font-weight: 1000;
    margin: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #111;
    -webkit-text-stroke: 2px #111;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-bar .navbar-brand img {
    height: 120px;
    width: auto;
}

@media (max-width: 768px) {
    .nav-bar .navbar-brand img {
        height: 60px;
    }
}

@media (max-width: 992px) {
    .nav-bar .navbar-nav {
        gap: 10px;
        padding: 1rem 0;
        padding-left: 0.3%;
    }

    .nav-bar .navbar-brand {
        padding: 0 0px;
    }

    .nav-bar .navbar-brand h1 {
        font-size: 1.8rem;
        font-weight: 1000;
    }

    /* .nav-bar .nav-link {
        font-size: 1rem;
        font-weight: 1000;
        padding: 15px 0;
    } */
}

@media (max-width: 768px) {
    .nav-bar .navbar-nav {
        gap: 5px;
    }

    .nav-bar .navbar-brand {
        padding: 0 10px;
    }

    .nav-bar .navbar-brand h1 {
        font-size: 1.3rem;
    }

    /* .nav-bar .nav-link {
        font-size: 0.8rem;
        padding: 8px 0;
    } */
}

@media (max-width: 576px) {
    .nav-bar .navbar-nav {
        gap: 3px;
    }

    .nav-bar .navbar-brand {
        padding: 0 5px;
    }

    .nav-bar .navbar-brand h1 {
        font-size: 1rem;
    }

    /* .nav-bar .nav-link {
        font-size: 0.7rem;
        padding: 5px 0;
    } */
}

.dark-theme .sidebar-btn {
    background: #b58cbf;
}

.dark-theme .sidebar-btn i,
.dark-theme .sidebar-btn span {
    color: white !important;
}

.dark-theme #theme-toggle i {
    color: white !important;
}

#theme-toggle i {
    color: white !important;
}

.footer-item .d-flex.flex-column.align-items-start a {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.3;
    transition: color 0.2s;
}

.footer-item .d-flex.flex-column.align-items-start a i {
    vertical-align: middle;
    line-height: 1;
    margin-right: 4px;
    color: #b58cbf;
    transition: color 0.2s;
}

.footer-item .d-flex.flex-column.align-items-start a:hover,
.footer-item .d-flex.flex-column.align-items-start a:focus {
    color: #b58cbf !important;
    text-decoration: none;
}

.footer-item .d-flex.flex-column.align-items-start a:hover i,
.footer-item .d-flex.flex-column.align-items-start a:focus i {
    color: #b58cbf !important;
}

.footer .row {
    column-gap: 80px;
}

.footer .footer-item {
    min-width: 260px;
    flex: 1 1 260px;
}

#theme-toggle.sidebar-btn {
    width: 45px !important;
    height: 45px !important;
}

#theme-toggle.sidebar-btn i {
    font-size: 1.2rem !important;
}

.footer-icon a:hover i {
    color: white !important;
}

.hero-content h1,
.hero-content small {
    font-family: 'Battambang', sans-serif;
    font-weight: 700;
}

.hero-content h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    white-space: pre-line;
}

.hero-content small {
    font-size: 1.2rem;
    font-weight: 700;
}

.display-5 {
    font-family: 'Battambang', sans-serif;
    font-weight: 700 !important;
}

.display-4 {
    font-family: 'Battambang', sans-serif;
    font-weight: 700 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Battambang', sans-serif;
    font-weight: 700 !important;
}

.hero-slide {
    height: 90vh;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translateY(-50%);
    text-align: left;
    direction: ltr;
    padding: 0 20px;
}

@media (max-width: 991.98px) {
    .hero-content {
        left: 5%;
        width: 90%;
        padding: 0 15px;
        transform: translateY(-50%);
        text-align: left;
    }

    [lang="ar"] .hero-content {
        text-align: left;
    }

    .hero-content h1 {
        font-size: 2.2rem;
        white-space: pre-line;
        line-height: 1.3;
    }
}

@media (max-width: 767.98px) {
    .hero-slide {
        height: 90vh;
        min-height: 400px;
    }

    .hero-content {
        left: 5%;
        width: 90%;
        padding: 0 15px;
        transform: translateY(-50%);
        text-align: left;
    }

    [lang="ar"] .hero-content {
        text-align: left;
    }

    .hero-content h1 {
        font-size: 1.6rem;
        white-space: pre-line;
        line-height: 1.3;
    }
}

@media (max-width: 575.98px) {
    .hero-content {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        padding: 0 10px;
    }

    .hero-content h1 {
        font-size: 1.3rem;
        white-space: pre-line;
        line-height: 1.3;
    }

    .hero-content small {
        font-size: 1rem;
    }
}

.btn-primary {
    background-color: #b58cbf !important;
    border-color: #b58cbf !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #ff5a68 !important;
    border-color: #ff5a68 !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 111, 123, 0.25) !important;
}

.ingredients .row .col-sm-6 span {
    font-size: 1.2rem;
}

[lang="ar"] {
    font-family: 'El Messiri', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span:not(.fa):not(.fab),
small,
.btn,
.footer-item *:not(.fa):not(.fab):not(.far):not(.fas),
.testimonial-item *:not(.fa):not(.fas),
.product-card * {
    font-family: 'El Messiri', sans-serif !important;
}


.footer-item h1,
.footer-item h4,
.footer-item p,
.footer-item a {
    font-family: 'Battambang', sans-serif;
}

.testimonial-item h4,
.testimonial-item p {
    font-family: 'Battambang', sans-serif;
}

.product-card h4,
.product-card p {
    font-family: 'Battambang', sans-serif;
}

.btn {
    font-family: 'Battambang', sans-serif;
}

small {
    font-family: 'Battambang', sans-serif;
}

a {
    font-family: 'Battambang', sans-serif;
}

p {
    font-family: 'Battambang', sans-serif;
}

span {
    font-family: 'Battambang', sans-serif;
}

[lang="ar"] {
    direction: rtl;
    text-align: left;
}

[lang="ar"] .nav-link {
    letter-spacing: 0;
}

[lang="ar"] .navbar-brand h1 {
    letter-spacing: 0;
}

/* [lang="ar"] .hero-content {
    direction: rtl;
    text-align: left;
} */

[lang="ar"] .hero-content h1 {
    white-space: normal !important;
}

[lang="ar"] .ingredients .row {
    flex-direction: row-reverse;
}

[lang="ar"] .ingredients .row .col-lg-6 {
    text-align: left;
}

[lang="ar"] .service .row {
    flex-direction: row-reverse;
}

[lang="ar"] .service .service-item {
    text-align: left;
}

[lang="ar"] .product-card {
    text-align: left;
}

[lang="ar"] .footer-item {
    text-align: left;
}

[lang="ar"] .footer-item .d-flex.flex-column.align-items-start {
    align-items: flex-start !important;
}

[lang="ar"] .footer-item .d-flex.flex-column.align-items-start a i {
    margin-right: 0;
    margin-left: 4px;
}

/* [lang="ar"] .nav-bar .navbar-nav {
    flex-direction: row-reverse;
} */

.notranslate {
    direction: ltr !important;
    text-align: left !important;
}

.notranslate i,
.notranslate .fa,
.notranslate .fas,
.notranslate .fab,
.notranslate .far {
    font-family: 'Font Awesome 5 Free' !important;
}

[lang="ar"] i.fa,
[lang="ar"] i.fas,
[lang="ar"] i.far {
    font-family: 'Font Awesome 5 Free' !important;
}

.product-card {
    position: relative;
    perspective: 1000px;
    height: 520px;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: var(--card-bg, #fff);
    max-width: 350px;
    width: 100%;
}

.product-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    flex-grow: 1;
}

@media (hover: hover) and (pointer: fine) {
    .product-card:hover .product-card-inner {
        transform: rotateY(180deg) !important;
    }

    .product-card.flipped .product-card-inner {
        transform: none !important;
    }
}

@media (hover: none) and (pointer: coarse) {
    .product-card:hover .product-card-inner {
        transform: none !important;
    }

    .product-card.flipped .product-card-inner {
        transform: rotateY(180deg) !important;
    }
}

.product-card-front,
.product-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--card-bg, #fff);
}

.product-card-back {
    transform: rotateY(180deg);
}

.product-card img {
    width: 100%;
    max-height: 300px;
    height: 300px;
    object-fit: contain;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    flex-shrink: 0;
    align-self: center;
}

.product-card h4 {
    color: var(--text-color, #333);
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    flex-shrink: 0;
    align-self: stretch;
}

.product-card p {
    color: var(--text-color, #666);
    opacity: 0.8;
    margin-bottom: 15px;
    font-size: 0.9rem;
    text-align: center;
    flex-grow: 1 !important;
    min-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    align-self: stretch;
}

.product-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--card-bg, #fff);
    box-sizing: border-box;
}

.product-price {
    color: #b58cbf;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.add-to-cart-btn {
    background: #b58cbf !important;
    color: white !important;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 170px;
    justify-content: center;
}

.add-to-cart-btn:hover {
    background: #ff5a68 !important;
    transform: scale(1.05);
}

.social-icons-top {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 10;
}

.social-icons-top a {
    color: #b58cbf;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.social-icons-top a:hover {
    color: #ff5a68;
    transform: scale(1.1);
    background: #fff;
}

.gallery-btn-container {
    position: relative;
    display: inline-block;
}

.gallery-btn-container .hand-icon {
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg) scaleY(-1);
    font-size: 55px;
    color: #b58cbf;
    animation: pointHand 1.5s infinite;
    pointer-events: none;
}

@keyframes pointHand {
    0% {
        transform: translateY(-50%) rotate(180deg) scaleY(-1) translateX(0);
    }

    50% {
        transform: translateY(-50%) rotate(180deg) scaleY(-1) translateX(-20px);
    }

    100% {
        transform: translateY(-50%) rotate(180deg) scaleY(-1) translateX(0);
    }
}

.gallery-btn-container:hover .hand-icon {
    animation: none;
    transform: translateY(-50%) rotate(180deg) scaleY(-1) translateX(-20px);
}

[lang="ar"] .gallery-btn-container .hand-icon {
    right: auto;
    left: -75px;
    transform: translateY(-50%) rotate(0deg) scaleY(-1);
    animation: pointHandAr 1.5s infinite;
}

[lang="ar"] .gallery-btn-container:hover .hand-icon {
    animation: none;
    transform: translateY(-50%) rotate(0deg) scaleY(-1) translateX(20px);
}

@keyframes pointHandAr {
    0% {
        transform: translateY(-50%) rotate(0deg) scaleY(-1) translateX(0);
    }

    50% {
        transform: translateY(-50%) rotate(0deg) scaleY(-1) translateX(20px);
    }

    100% {
        transform: translateY(-50%) rotate(0deg) scaleY(-1) translateX(0);
    }
}

.gallery-btn-container .btn {
    transition: all 0.3s ease;
}

.gallery-btn-container:hover .btn {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 111, 123, 0.3);
}

.product-card .social-icons {
    position: absolute;
    top: 15px;
    right: 15px;
    flex-direction: column !important;
    align-items: flex-end;
    gap: 8px;
    z-index: 2;
    background: transparent !important;
    margin: 0;
    display: flex;
}

.product-card .social-icons a,
.product-card .social-icons span {
    margin: 0;
    background: none !important;
    box-shadow: none !important;
}

.product-card .social-icons span {
    display: none !important;
}

.product-card {
    padding-top: 0 !important;
}

.product-card img.img-fluid {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    max-height: 300px;
    height: 300px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.product-card-front img.img-fluid,
.product-card-back img.img-fluid {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.product-card-front h4,
.product-card-back h4 {
    margin-top: 0 !important;
}

.product-card .social-icons a {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.product-card {
    position: relative;
    min-height: 480px;
    overflow: hidden;
}

.product-card-bottom.custom-bottom {
    background: #fff;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 28px 16px 28px;
    width: 100%;
    min-width: unset;
    max-width: unset;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    transform: none;
}

.product-card-bottom .price-label {
    color: #b58cbf;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    white-space: nowrap;
}

.product-card-bottom .add-to-cart-btn {
    font-size: 1rem;
    padding: 10px 22px;
    border-radius: 22px;
    font-weight: 700;
    white-space: nowrap;
    min-width: 120px;
}

.dog-brand-btn {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    padding: 8px 16px 8px 8px;
    transition: box-shadow 0.2s, transform 0.2s;
    will-change: transform;
}

.dog-brand-btn .dog-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(255, 111, 123, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #b58cbf;
    transition: box-shadow 0.2s, transform 0.2s;
    will-change: transform;
    overflow: hidden;
}

.dog-brand-btn .dog-circle video {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 50%;
    display: block;
}

.dog-brand-btn .dog-label {
    color: #b58cbf;
    font-family: 'Battambang', sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
    background: transparent;
    border-radius: 18px;
    padding: 0 12px;
    margin-left: 0;
    margin-right: 0;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.dog-brand-btn:hover,
.dog-brand-btn:focus {
    box-shadow: 0 8px 32px rgba(255, 111, 123, 0.18), 0 2px 12px rgba(0, 0, 0, 0.10);
    transform: scale(1.04);
}

.dog-brand-btn:hover .dog-circle,
.dog-brand-btn:focus .dog-circle {
    box-shadow: 0 6px 24px rgba(255, 111, 123, 0.25);
    transform: scale(1.10) rotate(-6deg);
}

@media (max-width: 600px) {
    .dog-brand-btn {
        right: 8px;
        bottom: 8px;
        gap: 6px;
        padding: 4px 8px 4px 4px;
    }

    .dog-brand-btn .dog-circle {
        width: 40px;
        height: 40px;
    }

    .dog-brand-btn .dog-circle video {
        width: 28px;
        height: 28px;
    }

    .dog-brand-btn .dog-label {
        font-size: 1rem;
        padding: 0 6px;
    }
}

.wheel-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    right: 40px;
    top: 68%;
    z-index: 1000;
    overflow: hidden;
    background: #fff !important;
    border: none;
    box-shadow: 0 2px 12px #0002;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    right: 40px;
    top: 85%;
    z-index: 1000;
    overflow: hidden;
    background: #b58cbf !important;
    border: none;
    box-shadow: 0 2px 12px #0002;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: width 0.4s cubic-bezier(.4, 2, .6, 1), border-radius 0.4s cubic-bezier(.4, 2, .6, 1), background 0.3s;
}

.center-btn video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    transition: border-radius 0.4s, width 0.4s, height 0.4s;
}

.btn-label {
    opacity: 0;
    white-space: nowrap;
    margin-left: 20px;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: bold;
    background: #b58cbf !important;
    padding: 16px 32px 16px 24px;
    border-radius: 0 !important;
    box-shadow: none !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s 0.1s, margin-left 0.4s, background 0.3s;
    pointer-events: none;
}

.center-btn:hover {
    width: 340px;
    border-radius: 50px;
    background: #b58cbf !important;
}

.center-btn:hover video {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.center-btn:hover .btn-label {
    opacity: 1;
    margin-left: 20px;
    background: #b58cbf !important;
}

.hero-slider .owl-nav,
.hero-slider .owl-nav button,
.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
    display: none !important;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff0000;
    color: white;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 14px;
    min-width: 18px;
    text-align: center;
    display: none;
}

.btn-md-square {
    position: relative;
}

.cat-best-carousel {
    width: 100%;
    margin: 0;
    padding: 0;
}

.cat-best-slide {
    padding: 0;
}

.cat-best-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.cat-best-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.cat-best-carousel .owl-nav button {
    background: rgba(255, 111, 123, 0.8) !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem !important;
    transition: all 0.3s ease;
}

.cat-best-carousel .owl-nav button:hover {
    background: #b58cbf !important;
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .cat-best-slide img {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .cat-best-slide img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .cat-best-slide img {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .cat-best-slide img {
        height: 300px;
    }
}

.center-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
    overflow: hidden;
    background: #b58cbf !important;
    border: none;
    box-shadow: 0 2px 12px #0002;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: width 0.4s cubic-bezier(.4, 2, .6, 1), border-radius 0.4s cubic-bezier(.4, 2, .6, 1), background 0.3s;
}

.center-btn video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    transition: border-radius 0.4s, width 0.4s, height 0.4s;
}

.btn-label {
    opacity: 0;
    white-space: nowrap;
    margin-left: 20px;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: bold;
    background: #b58cbf !important;
    padding: 16px 32px 16px 24px;
    border-radius: 0 !important;
    box-shadow: none !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s 0.1s, margin-left 0.4s, background 0.3s;
    pointer-events: none;
}

.center-btn:hover {
    width: 340px;
    border-radius: 50px;
    background: #b58cbf !important;
}

.center-btn:hover video {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.center-btn:hover .btn-label {
    opacity: 1;
    margin-left: 20px;
    background: #b58cbf !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}
