@font-face {
    font-family: 'Fvriosa';
    src: url('../fonts/body/Fvriosa.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Marhey';
    src: url('../fonts/body/Marhey-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


:root[data-theme="dark"] {
    --tp-common-white: #000000;
    --tp-common-black-solid: #FFFFFF;
    --tp-common-black: #FEF0E3;

    /* yellows */
    --tp-yellow-1: #004CBD;
    --tp-yellow-2: #002BC5;
    --tp-yellow-3: #004DE2;

    /* pinks */
    --tp-pink-1: #02B494;
    --tp-pink-2: #02D293;
    --tp-pink-3: #00D695;
    --tp-pink-4: #00CB6B;

    /* greens and khaki */
    --tp-green-dark: #EEAF9E;
    --tp-green-1: #CE48A8;
    --tp-khaki-1: #54688B;

    /* blue and orange */
    --tp-blue-1: #F67600;
    --tp-orange-1: #0098C9;

    /* headings */
    --tp-heading-primary: #FEF0E3;
    --tp-heading-secondary: #FDE2CA;

    /* greys */
    --tp-grey-1: #090806;
    --tp-grey-2: #130D08;
    --tp-grey-3: #352B24;
    --tp-grey-4: #070707;
    --tp-grey-5: #100F12;
    --tp-grey-6: #100E0A;
    --tp-grey-7: #090909;
    --tp-grey-8: #151B21;
    --tp-grey-9: #1A160D;

    /* text */
    --tp-text-body: #AAA7A4;
    --tp-text-1: #898582;
    --tp-text-2: #AAA7A4;
    --tp-text-3: #5F5D5B;
    --tp-text-4: #82807D;
    --tp-text-5: #777573;
    --tp-text-6: #6F6964;

    /* theme accents */
    --tp-theme-primary: #873b2b;
    --tp-theme-secondary: #7DE0BF;
    --tp-theme-brown: #427BB3;
    --tp-theme-green: #98719E;

    /* footer and borders */
    --tp-footer-grey-1: #0B0806;
    --tp-border-primary: #151412;
    --tp-border-secondary: #0F0D0B;
    --tp-border-3: #1B1A16;
    --tp-border-4: #191817;
}

body {
    font-size: 98% !important;
}

body,
* {
    font-family: 'Fvriosa', sans-serif !important;
}

:root[lang="ar"] * {
    font-family: 'Marhey', sans-serif !important;
}

:root[lang="ar"] body {
    font-family: 'Marhey', sans-serif !important;
}


.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro") !important;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 400 !important;
}

.fa-light,
.fal {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 300 !important;
}

:root[lang="ar"] .fa-brands,
:root[lang="ar"] .fab {
    font-family: "Font Awesome 6 Brands" !important;
}

:root[lang="ar"] .fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro") !important;
}

:root[lang="ar"] .fa-solid,
:root[lang="ar"] .fas {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
}

:root[lang="ar"] .fa-regular,
:root[lang="ar"] .far {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 400 !important;
}

:root[lang="ar"] .fa-light,
:root[lang="ar"] .fal {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 300 !important;
}


body {
    background-image: url(https://t4.ftcdn.net/jpg/03/04/41/95/360_F_304419537_vIwjFMZOnE84jcYv3XFXTA3aD14m343p.jpg);
}

#loading {
    background-color: var(--bs-black);
}

.tp-preloader-logo img {
    width: 137px;
}

header {
    background: var(--tp-common-white);
}

@media only screen and (max-width: 767px) {

    /* body,
    * {
        font-family: 'Fvriosa', sans-serif !important;
        font-size: 97% !important;
    } */
}

.tp-header-search-category .nice-select {
    background-color: transparent;
    border: none
}

section {
    margin-top: 30px;
}

.logo img,
.tp-footer-logo img {
    max-width: 170px;
}

.swiper-button-next {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.11);
    right: 40px;
}

.swiper-button-prev {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.11);
    left: 40px;
    right: auto;
}

.ads-banner img {
    border-radius: 6px;
    width: 100%;
    height: auto;
}

.tab-content,
.tp-product-details-nav-main-thumb {
    width: 100%;
}

.m-img img {
    max-width: 100%;
    width: 100%;

}

.tp-product-details-thumb-wrapper .nav-tabs .nav-link {
    border: none;
}

.tp-product-details-thumb-wrapper .nav-tabs .nav-link img {
    border: 1px solid gray;
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 8px;
}


.tp-product-details-thumb-wrapper .nav-tabs .nav-link::after {
    display: none;
}

.tp-product-details-variation-list button.tp-size-variation-btn {
    width: auto;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 6px;
    font-size: 16px;
    padding: 0px 15px;
    font-weight: 700;
}

.tp-product-details-variation-list button:hover,
.tp-product-details-variation-list button {
    box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}

.tp-product-arrival-border {
    padding-left: 0;
}

.tp-product-item {
    border: 1px solid var(--tp-common-black);
    border-radius: 4px;
}

.tp-shop-top-select .nice-select,
.nice-select .list {
    background: var(--tp-common-white);
}

.nice-select .current {
    font-size: 12px;
}

.tp-product-thumb-2 img {
    height: 300px;
    object-fit: cover;
}

.tp-shop-widget-brand-item {
    width: 100px;
    flex: auto;
    max-width: 118px;
}

.tp-shop-widget-brand-item.selected {
    border: 2px solid #c6c6c6;
    border-radius: 10px;
    padding: 6px;
}

.tp-shop-widget-brand-item img {
    width: 100px;
}



.tp-header-action-badge {
    font-size: 8px;
}

.tp-shop-widget-filter-info .input-range input {
    font-size: 8px;
}

.tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
    color: var(--tp-common-white);
}

@media only screen and (max-width: 767px) {
    .d_filter {
        display: none;
    }

    .tp-product-title,
    .tp-product-title-2,
    .tp-product-tag a,
    .tp-product-tag-2 a {
        font-size: 12px;
    }

    .tp-product-tag,
    .tp-product-tag-2 {
        font-size: 10px;
    }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
    outline: none;
    background-color: #000000;
}

.tp-header-search-box input {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    height: 46px;
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    border: 0;
}

.tp-cart-list thead th {
    color: #000000;
}

.icon-loader {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.icon-loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 2px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.offcanvas__close-btn {
    background: transparent;
    background-color: transparent;
}

.tp-product-price-2.new-price {
    color: var(--tp-theme-primary);
}

/* scope to your theme’s wishlist button */
.tp-product-action-btn-2,
.tp-product-action-btn {
    position: relative;
    overflow: visible;
}

/* animate the SVG itself */
.tp-product-action-btn-2 svg.heart,
.tp-product-action-btn svg.heart {
    transition: transform .25s ease, color .25s ease;
}

.tp-product-action-btn-2 svg.heart.heart-pop,
.tp-product-action-btn svg.heart.heart-pop {
    animation: heart-pop .35s cubic-bezier(.17, .67, .3, 1);
}

/* filled color when “liked” */
.tp-product-action-btn-2.is-liked,
.tp-product-action-btn.is-liked {
    color: #ff4d6d;
}

/* uses currentColor to fill */
/* ripple burst */
.tp-product-action-btn-2 .heart-ripple,
.tp-product-action-btn .heart-ripple {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 9999px;
    border: 2px solid currentColor;
    opacity: 0;
    pointer-events: none;
}

.tp-product-action-btn-2.is-rippling .heart-ripple,
.tp-product-action-btn.is-rippling .heart-ripple {
    animation: heart-ripple .6s ease-out forwards;
}

@keyframes heart-pop {
    0% {
        transform: scale(.8);
    }

    60% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes heart-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: .35;
    }

    100% {
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-cart-list {
        overflow-x: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-cart-list table {
        width: auto;
        min-width: 100%;
    }
}

.tp-login-option-item.has-google,
.tp-login-option-item.has-google a {
    width: 100%;
    color: var(--tp-heading-secondary);
}

.cartmini__empty img {
    width: 80%;
    margin: 0;
}

.tp-footer-social {
    color: var(--bs-black);
}

.tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
    height: 45px;
}

.tp-product-details-tab-nav .nav-tabs .nav-link.active,
.tp-product-details-tab-nav .nav-tabs .nav-link:hover {
    color: var(--bs-black);
}

.tp-product-details-additional-info table tr td:first-child {
    background-color: var(--bs-body-color);

}

.tp-product-details-quantity .tp-cart-input[type=text] {
    background-color: var(--bs-black);
}



.tp-product-details-buy-now-btn.disabled {
    cursor: not-allowed;
    opacity: 0.9;
    background-color: #000000;
    color: #8e0000;
}

.tp-product-details-buy-now-btn.disabled:hover {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: #000000;
    color: #8e0000;
}

.offcanvas__wrapper .tp-btn-border-2 {
    background-color: #272727;
}

.brand-image {
    width: 100px;
    height: auto;
    object-fit: contain;
    border-radius: 100%;
    aspect-ratio: 1;
    background: #000000;
}


.vendor-logo {
    max-height: 150px;
    border-radius: 10px;

}

.main-menu.menu-style-1 {
    max-width: 100%;
}

@media (max-width: 767px) {
    .brand-image {
        width: 70px;
    }

    .main-menu.menu-style-1 {
        margin: 0;
        max-width: 100%;
    }

    .vendor-logo {
        width: 100%;
        height: auto;
        margin-top: 10px;
        max-height: unset;
    }
}

.tp-product-badge {
    position: absolute;
    top: -5px;
    right: 2px;
    z-index: 1;
}

.tp-product-badge span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    border-radius: 4px;
    display: inline-block;
    padding: 4px 4px 2px;
    text-transform: capitalize;
}

.tp-product-badge span.product-trending {
    font-size: 9px;
    background-color: var(--tp-green-1);
    padding: 4px;
}

.tp-checkout-input .nice-select {
    background-color: transparent;
}

.tp-checkout-input .nice-select .list .option {
    line-height: 2.2;
}

.tp-checkout-input .nice-select.open .list {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}











/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------- */

.music-fab-wrap {
    position: fixed;
    left: 22px;
    /* ← moved to the left */
    bottom: 85px;
    z-index: 2147483000;
    display: none;
    /* shown by JS if tracks exist */
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
}

.music-fab {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 0;
    outline: 0;
    cursor: pointer;
    display: grid;
    place-items: center;
    background: rgba(20, 20, 20, .85);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    backdrop-filter: blur(6px);
}

.music-fab:hover {
    transform: translateY(-1px);
}

/* Tooltip sits to the RIGHT of the left-side button */
.music-tooltip {
    position: absolute;
    left: 64px;
    /* ← now on the right side of the button */
    right: auto;
    bottom: 8px;
    font-size: 12px;
    line-height: 1;
    background: rgba(20, 20, 20, .9);
    color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .25);

    /* Animated show/hide */
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .28s ease, transform .28s ease;
    pointer-events: none;
    /* purely informational */
}

.music-tooltip.show {
    opacity: 1;
    transform: translateY(0);
}

.music-hidden {
    display: none !important;
}

/* Light mode support */
@media (prefers-color-scheme: light) {

    .music-fab,
    .music-tooltip {
        background: rgba(255, 255, 255, .95);
        color: #111;
    }
}