body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    left: 0;
    transition: all .4s;
}

/* Reset */
a {
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--main-color2);
}

h1 {
    font-size: 1.4rem;
}

h2 {
    font-size: 1.2rem;
}

h3 {
    font-size: 1.15rem;
}

h4 {
    font-size: 1.05rem;
}

h5 {
    font-size: 1.03rem;
}

/* Overlay */
.overlay {
    display: flex;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    justify-content: center;
    align-items: center;
}

.overlay .spin {
    color: var(--main-color);
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}


/* Opacity */
.op-black,
.op-black-2,
.op-black-3 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.op-black {
    z-index: 4;
}

.op-black-2 {
    z-index: 99;
}

.op-black-3 {
    z-index: 18;
    background: rgba(0, 0, 0, 0.6);
}

.op-black.show,
.op-black-2.show,
.op-black-3.show {
    opacity: 1;
    visibility: visible;
}

.op-black.hide,
.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}

/* Header (Desktop) */
header.desktop {
    background: #fff;
    position: relative;
    right: 0;
    left: 0;
    z-index: 20;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.home-headline .col-list {
    padding: 0;
    margin-top: -20px;
}

.home-headline img {
    filter: brightness(.8);
}

.dropdown-languages-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
    font-weight: 500;
}

.dropdown-languages-1 .dropdown-toggle:hover {
    color: var(--header-top-color-hover);
}

.dropdown-currencies-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
    font-weight: 500;
}

.dropdown-currencies-1 .dropdown-toggle:hover {
    color: var(--header-top-color-hover);
}

header.desktop .header-area {
    height: 60px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: center;
}

header.desktop .h-center .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

header.desktop .header-left {
    flex: 1;
}

header.desktop .header-center {
    flex-shrink: 0;
    padding: 0 30px;
}

header.desktop .header-right {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}

header.desktop .header-left .menu {
    width: 100%;
}

header.desktop .logo a img {
    max-height: 45px;
}

header .logo img {
    transition: transform .25s ease;
}

header .logo:hover img {
    transform: scale(0.8);
}

header.desktop .search form {
    margin-right: 20px;
    width: 200px;
    height: 40px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    max-width: 250px;
    border: 1px solid transparent;
}

header.desktop .search form:hover {
    border-color: #333;
}

header.desktop .search input {
    background: #f0f0f0;
    border: 0;
    box-shadow: none;
}

.easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
}

.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 3px 10px;
    border-bottom: 1px solid #ebebeb;
}

header.desktop .search form input::placeholder {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

header.desktop .search:hover,
header.desktop .search:focus,
header.desktop .search:active {
    border-color: var(--main-color2);
}

header.desktop .search form .btn-send {
    position: absolute;
    color: #000;
    top: 0;
    right: 0;
}

header.desktop .easy-autocomplete {
    width: 100% !important;
    padding-left: 15px;
}

header.desktop .form-wrapper-search {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

header.desktop .easy-autocomplete-container {
    top: 60px;
}

header.desktop .contact-cta {
    position: relative;
    margin-right: 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

header.desktop .contact-cta .contact-main {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #0d0d0d;
    row-gap: 4px;
}

header.desktop .contact-cta .contact-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 8px;
}

header.desktop .contact-cta .contact-sub {
    font-size: 13px;
    color: #555;
}

header.desktop .contact-cta .contact-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: calc(100% + 8rem);
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 22px 30px;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .2s ease;
    z-index: 1200;
}

header.desktop .contact-cta:hover .contact-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

header.desktop .contact-cta .contact-item+.contact-item {
    margin-top: 12px;
}

header.desktop .contact-item-title {
    font-weight: 600;
    font-size: 1rem;
    color: #222;
}

header.desktop .contact-item-title i {
    color: var(--main-color2);
    margin-right: 5px;
}

header.desktop .contact-item {
    margin-bottom: 20px;
}

header.desktop .contact-cta .contact-item strong {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #222;
}

header.desktop .contact-cta .contact-item a {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: var(--main-color);
    text-decoration: none;
}

header.desktop .contact-cta .contact-item.socials .social-links {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

header.desktop .contact-cta .contact-item.socials .social-links a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-size: 13px;
    transition: background .2s, color .2s;
}

header.desktop .contact-cta .contact-item.socials .social-links a:hover {
    background: var(--main-color);
    color: #fff;
}

.categories-search-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 50px;
    gap: 20px;
}

div#searchModal .modal-dialog {
    max-width: unset;
    top: 0;
    margin: 0;
}

div#searchModal .modal-dialog .modal-content {
    border-radius: 0;
}

div#searchModal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: 0;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

div#searchModal .modal-dialog .modal-content .modal-header button.close {
    padding: 0;
    padding-right: 20px;
    font-size: unset;
    text-shadow: unset;
    outline: 0;
    opacity: 1;
    line-height: normal;
    box-shadow: unset;
}

header.desktop .menu {
    height: 70px;
    border-right: 0;
    border-left: 0;
    width: 100%;
}


header.desktop .h-banner {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.desktop .mega-menu {
    padding: 0;
    position: static;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 70px;
    margin-left: 20px;
}

header.desktop .mega-menu .nav-item {
    padding: 0;
    display: flex;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

header.desktop .mega-menu .nav-link .under-category {
    display: inline-block;
}


.header-area .header-bar .bar-link {
    perspective: 1000px;
    color: #000;
}

.header-area .header-bar .bar-link .name {
    transition: transform 1s ease;
    transform-style: preserve-3d;
    display: inline-block;
}

header.desktop .mega-menu .nav-link {
    height: 100%;
    width: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    line-height: normal;
    font-weight: 600;
    font-size: 14px;
    padding: 0 5px;
    white-space: unset !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all var(--transition-time);
}

header.desktop .mega-menu .nav-item:hover .nav-link {
    color: var(--main-color2);
}


header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .dropdown {
    position: static;
}

header.desktop .mega-menu .dropdown:hover .dropdown-menu,
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block !important;
}

header.desktop .h-banner {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* MEGA MENU CONTAINER */

.mega-menu .dropdown-menu {
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    display: block !important;
}

.mega-menu .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.mega-menu-container {
    padding: 40px 20px;
}

.mega-menu-container .container-fluid {
    margin: 0 auto;
}

.mega-menu-left {
    padding: 0 20px;
}

.mega-menu-left .row {
    margin: 0 -10px;
}

.mega-menu-left .col-4,
.mega-menu-left .col-3 {
    padding: 0 10px;
}

.mega-menu-left .sub-cat {
    margin-bottom: 28px;
}

.mega-menu-left .sub-cat .sub-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
    padding-bottom: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.mega-menu-left .sub-cat .sub-title:hover {
    padding-left: 5px;
}

.mega-menu-left .sub-cat .sub-title:hover::after {
    width: 50px;
}

.mega-menu-left .sub-cat ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-left .sub-cat ul li {
    margin-bottom: 8px;
}

.mega-menu-left .sub-cat ul li a {
    display: flex;
    align-items: center;
    color: #4a5568;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 4px;
}

.mega-menu-left .sub-cat ul li a::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--main-color);
    font-weight: 700;
    opacity: 0;
    transform: translateX(-3px);
    transition: all 0.3s ease;
}

.mega-menu-left .sub-cat ul li a:hover {
    color: var(--main-color);
    padding-left: 20px;
}

.mega-menu-left .sub-cat ul li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.mega-menu-left .sub-cat ul li a .sub-category {
    flex: 1;
}

.mega-menu-right {
    padding: 0 20px;
}

.category-single-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    transition: all 0.4s ease;
}

.category-single-image:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

.category-single-image .cat-img-link {
    position: relative;
}

.category-single-image .cat-img-wrapper {
    position: relative;
    overflow: hidden;
}

.category-single-image .cat-img-wrapper img {
    transition: transform 0.6s ease;
}

.category-single-image:hover .cat-img-wrapper img {
    transform: scale(1.08);
}

.cat-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            transparent 100%);
    padding: 30px 25px;
    color: #fff;
    transition: all 0.3s ease;
}

.cat-img-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cat-img-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.category-single-image:hover .cat-img-cta {
    background: rgba(255, 255, 255, 0.25);
    gap: 15px;
    padding: 10px 25px;
}

.cat-img-cta i {
    transition: transform 0.3s ease;
}

.category-single-image:hover .cat-img-cta i {
    transform: translateX(5px);
}

.mega-menu-left.col-md-12 {
    max-width: 1200px;
    margin: 0 auto;
}

.mega-menu-left.col-md-12 .row {
    justify-content: center;
}


/* Mobile Header */

header.mobile {
    display: flex;
    align-items: center;
    background: transparent;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
}


header.mobile.fixed {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding-top: 0;
    height: 70px;
}

header.mobile.fixed .left,
header.mobile.fixed .center,
header.mobile.fixed .right {
    top: 0;
}

body header.mobile.fixed .icon-group {
    color: #000;
}

header.mobile {
    transition: background 0.3s ease;
}

header.mobile .left,
header.mobile .center,
header.mobile .right {
    transition: top 0.3s ease;
}

header.mobile .icon-group {
    transition: color 0.3s ease;
}

header.mobile .left {
    animation: slideFromLeft 0.6s ease-out 0.1s both;
}

header.mobile .center {
    animation: fadeInScale 0.6s ease-out 0.2s both;
}

header.mobile .right {
    animation: slideFromRight 0.6s ease-out 0.3s both;
}

header.mobile .left {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-height: 55px;
}

header.mobile .icon-group {
    position: relative;
}

.home-body header.mobile .icon-group {
    position: relative;
    color: #fff;
    font-size: 21px;
    margin-left: 3px;
}

header.mobile .icon-group {
    position: relative;
    color: #000;
    font-size: 21px;
    margin-left: 3px;
}


header.mobile .icon-group .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #000000;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}

header.mobile .h-banner {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.sidebar-user .title span {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
}

.sidebar-user .title .btn-close {
    line-height: normal;
    font-size: 18px;
    color: #555;
}

.sidebar-user .login-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-right: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .05);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}

.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60% !important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */

footer {
    background: #000;
    padding: 55px 0 0 0;
}

footer .bottom-text {
    width: 100%;
    margin: 50px 0 30px 0;
    padding: 25px 0;
    border-top: 1px solid #ddd;
    position: absolute;
    padding-top: 30px;
}

footer .bottom-text-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}

footer .bottom-text-content-text {
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    color: #666;
    letter-spacing: 0.2px;
}

.bar * {
    color: #fff;
}

.bar img {
    margin-bottom: 15px;
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .footer-main-row {
    display: flex;
    align-items: stretch;
    min-height: 350px;
}

footer .footer-left-section {
    padding: 50px;
    border-right: 1px solid #ebebeb;
    position: relative;
}

footer .title {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

footer .info ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 500;
}

footer .info ul li a:hover {
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
}

footer .contact-info {
    margin-top: 20px;
}

footer .contact-info .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
}

footer .contact-info .contact-item:hover {
    background: #fff;
    transform: translateX(5px);
}

footer .contact-info .contact-item i {
    color: #000;
    font-size: 16px;
    margin-right: 12px;
    min-width: 20px;
    margin-top: 2px;
}

footer .contact-info .contact-item a {
    display: flex;
    align-items: center;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
}

footer .contact-info .contact-item a:hover {
    color: var(--main-color);
}

footer .contact-info .contact-item span {
    word-break: break-word;
}

/* Sosyal medya ikonları */
footer .social-media {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    justify-content: flex-start;
}

footer .social-media a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f9fa;
    color: #555;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

footer .social-media a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

footer .social-media a.fb:hover {
    background: #1877f2;
    color: #fff;
    border-color: #1877f2;
}

footer .social-media a.tw:hover {
    background: #1da1f2;
    color: #fff;
    border-color: #1da1f2;
}

footer .social-media a.ins:hover {
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    color: #fff;
    border-color: #833ab4;
}

footer .social-media a.yt:hover {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

footer .social-media a.lnk:hover {
    background: #0077b5;
    color: #fff;
    border-color: #0077b5;
}

footer .social-media a.pnt:hover {
    background: #e60023;
    color: #fff;
    border-color: #e60023;
}

/* SMS Bülten */
footer .sms-newsletter-content {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #e1e8ed;
}

footer .newsletter-title {
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
    font-weight: 500;
}

footer .sms-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .sms-newsletter-form input {
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    transition: all 0.3s ease;
}

footer .sms-newsletter-form input:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 3px rgba(var(--main-color-rgb, 0, 0, 0), 0.1);
}

footer .sms-newsletter-form .btn-submit {
    background: linear-gradient(135deg, var(--main-color) 0%, #764ba2 100%);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

footer .sms-newsletter-form .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Mobil uygulamalar */
footer .mobile-app {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.footer-app-links-wrapper {
    gap: 10px;
}

footer .mobile-app-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

footer .mobile-app a img {
    height: 55px;
    width: 120px;
    height: auto;
    transition: all 0.3s ease;
    max-width: 120px;
}

footer .mobile-app a:hover img {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile Menu Tip 2 */

.sidebar-menu-type-2 {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -100%;
}

.sidebar-menu-type-2.active {
    margin-left: 0;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    scroll-behavior: smooth;
}

/* Scrollbar styling */
.sidebar-menu-type-2 .scrollbar::-webkit-scrollbar {
    width: 6px;
}

.sidebar-menu-type-2 .scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-menu-type-2 .scrollbar::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 3px;
    transition: background 0.2s ease;
}

.sidebar-menu-type-2 .scrollbar::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.sidebar-menu-type-2 .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu-type-2 .title .btn-close {
    color: #fff;
}

.sidebar-menu-type-2 .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu-type-2 .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu-type-2 .links a i {
    float: right;
}

.sidebar-menu-type-2 .categories {
    /*display: none;*/
}

.sidebar-menu-type-2 .categories ul {
    margin: 0;
    padding: 10px;
}

.sidebar-menu-type-2 .categories ul li {
    padding: 0;
    list-style: none;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    position: relative;
}

.sidebar-menu-type-2 .categories ul li a img {
    height: 35px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .categories ul li a {
    display: flex;
    padding: 15px 10px;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

.sidebar-menu-type-2 .categories ul li a .name {
    width: 80%;
}

.sidebar-menu-type-2 .categories ul li a .icon {
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 17px;
    position: absolute;
    right: 22px;
}

.sidebar-menu-type-2 .categories .multi li a .icon {
    right: 13px;
}

.sidebar-menu-type-2 .easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
    top: 65px;
}

.sidebar-menu-type-2 .categories ul li a .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories .multi .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories ul .multi {
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child {
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu-type-2 .categories .multi li {
    border: 0 !important;
    margin-bottom: 5px;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 0;
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
    padding-left: 20px;
    font-size: 12px;
}

.sidebar-menu-type-2 .mobile-search i {
    font-size: 25px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .mobil-area-title {
    color: #000;
    margin: 15px 10px 10px 13px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.sidebar-menu-type-2 .mobil-area-1 {
    display: flex;
    position: relative;
    text-align: center;
}

.sidebar-menu-type-2 .mobil-area-1 a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: center;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
    padding: 7px 1rem;
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-menu-type-2 .mobil-area-1 a img {
    margin-right: 10px;
    padding: 0;
    width: 41px;
    height: 41px;
}

.sidebar-menu-type-2 .logo-area a img {
    height: 70px;
    max-width: 250px;
}

.sidebar-menu-type-2 .logo-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

.mobile-menu-close {
    display: flex;
    justify-content: center;
    margin-right: 19px;
    font-size: 20px;
    align-items: center;
}

.mobile-menu-close i {
    border: 1px solid #e2e2e2;
    padding: 0.5rem;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #e2e2e2;
    padding-top: 10px;
    padding-left: 9px;
}

.mobil-area-2 {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-menu-type-2 .short-link {
    width: 50%;
    padding: 15px 10px;
}

.sidebar-menu-type-2 .short-link.border-1 {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-2 {
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-3 {
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sidebar-menu-type-2 .short-link a i {
    margin-right: 10px;
    font-size: 20px;
}

.mobil-area-footer {
    text-align: center;
    color: #000;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* Custom */

.headline-product .pattern-group-header .p-g-h-info {
    align-items: center;
}

.headline-product .pattern-group-header .p-g-h-info .p-g-h-i-title {
    align-items: center;
    font-size: 2rem !important;
    margin-bottom: 10px;
    padding-top: 20px;
}

/* Three Banner Section */
.three-banner .p-g-mod-t-44 .ban-type-6 .ban-type-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    text-align: left;
    width: 96%;
    position: absolute;
    height: 20%;
    bottom: 10px;
    top: inherit !important;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-radius: 10px;
}

.three-banner .ban-type-title {
    font-weight: 600;
}

.three-banner .ban-type .image img {
    border-radius: 15px;
}

.three-banner .ban-type .image {
    overflow: hidden;
    border-radius: 15px;
}

.three-banner .ban-type:hover .ban-type-content {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    transition: all 0.7s ease;
}

.three-banner .ban-type:hover .ban-type-title {
    color: #fff;
    transition: all 0.7s ease;
}

.three-banner .ban-type .image img:hover {
    scale: 1.1;
    transition: all 0.7s ease;
}

.card-product .card-product-inner .image-wrapper .image img {
    border-radius: 15px;
}

.p-g-mod-headline {
    margin-top: 20px;
}

.dropdown-languages-1 .dropdown-menu,
.dropdown-currencies-1 .dropdown-menu {
    padding: 10px;
    border-radius: 10px;
}

.p-g-mod-headline .swiper-slide {
    border-radius: 30px;
}

header.desktop .top-bar {
    background: #f0f0f0;
    color: #000;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 13px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}


/* Scroll durumunda */
.home-body header.desktop.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.home-body header.desktop.scrolled .top-bar {
    transform: translateY(-100%);
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.home-body header.desktop.scrolled .h-center {
    position: relative;
}

/* Mega menu position - sadece anasayfa scrolled durumunda */
.home-body header.desktop:not(.scrolled) .mega-menu .dropdown-menu {
    top: 100px;
}

.home-body header.desktop.scrolled .mega-menu .dropdown-menu {
    top: 60px;
}

/* Mega menu positon ayarı scroll için */
header.desktop.scrolled .mega-menu .dropdown-menu {
    top: 60px;
}

header.desktop .top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

header.desktop .top-bar-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

header.desktop .top-bar-left a,
header.desktop .top-bar-right a {
    margin-right: 15px;
    font-weight: 500;
}

header.desktop .top-bar-right a:last-child {
    margin-right: 0;
}

header.desktop .top-bar-social {
    display: flex;
    align-items: center;
}

header.desktop .top-bar-social a {
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

header.desktop .top-bar-social a:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

header.desktop .top-bar-selects {
    display: flex;
    gap: 8px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #b3b3b3;
}

.pattern-group .p-g-mod-t-21,
.pattern-group .p-g-mod-t-22,
.pattern-group .p-g-mod-t-23,
.pattern-group .p-g-mod-t-24,
.pattern-group .p-g-mod-t-25,
.pattern-group .p-g-mod-t-35 {
    border-bottom: 0;
}

.tw .img-auto {
    width: 22px;
    border-radius: 22px;
}

.type-45-swiper .swiper-slide {
    filter: brightness(0.9);
}

.category-filter-list .list-wrap .list li {
    margin-top: 10px;
}

/* Kart koleksiyon butonu */
.cart-collection-btn,
.cart-collection-btn:focus {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
}

.cart-collection-btn i {
    font-size: 20px;
    color: #000;
    transition: all 0.3s ease;
}

.home-headline h5 {
    font-size: 4rem;
    font-weight: bold;
}

.home-headline p {
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: bold;
}

.p-g-mod-t-45 .headline-button {
    background: #fff;
    border-radius: 0;
    color: #1c1c1c;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 30px;
    width: auto !important;
}

.p-g-mod-t-45 .headline-button:hover {
    background: var(--main-color2);
    color: #fff;
    transition: all var(--transition-time);
}

.user-account-left-wrapper,
.user-account-right-wrapper {
    background: transparent;
}

.p-g-mod-t-44 .ban-type-3 .image:after,
.p-g-mod-t-44 .ban-type-4 .image:after,
.p-g-mod-t-44 .ban-type-5 .image:after {
    background-image: none;
}

/* Under manşet banner stilleri */
.under-headline-banner .ban-type {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.under-headline-banner .ban-type .image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.under-headline-banner .ban-type .image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.under-headline-banner .ban-type:hover .image img {
    transform: scale(1.1);
}

.under-headline-banner .ban-type-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
}

.under-headline-banner .ban-type-title {
    color: #fff;
    font-size: 18px;
}

.under-headline-banner .ban-type-1 .ban-type-content {
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    top: -5%;
    position: absolute;
    width: 100%;
}

.under-headline-banner .ban-type .ban-type-btn {
    padding: 0;
}

.under-headline-banner .ban-type-btn {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}

.under-headline-banner .ban-type:hover .ban-type-btn {
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.under-headline-banner {
    position: relative;
    top: -100px;
    z-index: 2;
}

.info-bar-1 .icon-group {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    width: 100%;
    border-right: 1px solid #ddd;
}

.info-bar-1 .icon-group:last-child {
    border-right: none;
}

.info-bar-1 {
    border-top: 1px solid #ebebeb;
    padding: 40px 0;
}

.info-bar-1 .icon-group i {
    font-size: 1.6rem;
    color: var(--main-color);
    transition: all 0.3s ease;
    background: #ddd;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.info-bar-1 .inf {
    flex: 1;
}

.info-bar-1 .inf .name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.info-bar-1 .inf .description {
    font-weight: 500;
}

/* Responsive - 4 kolon düzeni */
.info-bar-1 .icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.product-cargo-time i {
    font-size: 18px;
}

.product-cargo-time {
    margin-bottom: 10px !important;
    display: inline-flex;
    align-items: center;
}

.sizden-gelenler .p-g-mod-t-44 .p-g-mod-header .p-g-m-h-info {
    align-items: center;
}

.mobil-filtre-btn {
    display: none;
}

.payment-cart-summary-1 table td .images {
    overflow: hidden;
    border-radius: 5px;
}

.payment-cart-summary-1 table td .images img {
    max-height: 50px;
}

.payment-cart-summary-1 .summary {
    background: transparent;
}

.payment-cart-summary-1 table .td-product a {
    max-height: 75px;
    height: auto;
    color: #333;
    display: flex;
}

.payment-cart-summary-1 .p-list-button {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: 10px 0;
}

.shopping-buttons-1 {
    padding: 15px 0;
}

.shopping-buttons-1 .btn-continue {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 7px 0;
    font-size: 15px;
}

.pattern-group .p-g-mod.p-g-mod-t-75 .p-g-mod-body {
    padding: 5px;
}

.shopping-cart-1 .p-info .title {
    color: #000;
    font-weight: 40;
}

.shopping-cart-1 .space {
    display: block;
    margin: 5px 0;
}

.shopping-cart-1 .td-product .product .p-info {
    font-weight: 400;
}

.order-summary-v2 .td-product .product .p-info .name,
.shopping-cart-1 .td-product .product .p-info .name {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.shopping-cart-1 .product-quantity {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.shopping-cart-1 .product-quantity input {
    width: 40px;
    height: 30px;
    font-size: 13px;
    border: none !important;
    color: #000;
}

.shopping-cart-1 .product-quantity .btn {
    width: 25px;
    height: 30px;
    font-size: 10px;
    border: 0 !important;
    background: transparent !important;
}

.payment-cart-summary-1 table td,
.shopping-cart-1 td {
    padding: 15px 0;
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
}

.order-summary-v2 .td-product .product .image img,
.shopping-cart-1 .td-product .product .image img {
    max-width: 75px;
}

.free-shipping-limit .icon {
    margin: 0 15px;
    font-size: 24px;
}

.free-shipping-limit .info .name,
.shopping-cart-1 .td-total-price {
    font-size: 13px;
    font-weight: 500;
}

.shopping-cart-1 .td-total-price {
    font-size: 13px;
    font-weight: 500;
    vertical-align: bottom;
    position: relative;
}

.shopping-cart-1 .btn-remove {
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 5px 0;
}

.free-shipping-limit .info .description {
    font-size: 14px;
    font-weight: 400;
}

.free-shipping-limit .icon {
    margin: 0 15px;
    font-size: 15px;
    background: #3bc35a;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2b9e45;
}

.free-shipping-limit {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    background: #f7f7f9;
    padding: 10px 0;
}

.payment-cart-summary-1 table th {
    padding: 12px 0;
    font-size: 14px;
    color: #000;
}

.p-g-mod-t-37 .p-g-mod-header,
.p-g-mod-t-31 .p-g-mod-header {
    border-bottom: 0 !important;
}

.p-g-mod-t-31 {
    padding-right: 20px;
}

.payment-cart-summary-1 .summary tfoot th:last-child {
    text-align: right;
    font-weight: 600;
    font-size: 13px;
    color: #8a8b94;
}

.payment-cart-summary-1 .summary tfoot .final {
    font-size: 15px;
    color: #000;
}

.sepet-ozet .col-list:nth-child(2) .p-g-b-c-wrapper {
    padding: 20px 30px;
    border: 1px solid #ededed;
    background: #f7f7f9;
}


.cart-body .p-g-mod-base-content,
.p-g-mod-t-34 {
    border: 0 !important;
}

.bar-cart,
.close-cart {
    cursor: pointer;
}

.cart-progress {
    border-radius: 7px;
    width: 100%;
    height: 8px;
}

.cart-progress::-webkit-progress-bar {
    background-color: #000;
    border-radius: 7px;
}

.cart-progress::-webkit-progress-value {
    background-color: #2dd802;
    border-radius: 7px;
}

.related-products a.active img {
    border-color: #000000;
}

.related-products {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
}

.related-products-wrapper .value {
    font-weight: 500;
    font-size: 15px;
}

.product-profile-info li .related-products a {
    color: #333;
    margin-bottom: 20px;
}

.product-profile-info-wrapper {
    padding: 0 40px;
    position: sticky;
    top: 0;
    z-index: 1;
}

#product-profile-carousel .col-md-6 {
    padding: 0;
    margin: 0;
}

.product-body .product-profile-1 .carousel-indicators li {
    opacity: 1;
}

/* kateogori filtre */

.kategori-filtre {
    opacity: 0;
    visibility: hidden;
}

.kategori-filtre.show {
    opacity: 1;
    visibility: visible;
}

.filtreleme-title .p-g-m-h-i-title {
    font-size: 22px !important;
    letter-spacing: 1.5px;
    font-weight: 700 !important;
}

.kategori-filtre .col-list {
    position: fixed;
    transition: transform 0.4s ease-in-out;
    transform: translateX(100%);
    /* Başlangıçta gizli */
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 0 20px !important;
    z-index: 99;
    border-left: 1px solid #ebebeb;
    box-shadow: 6px 1px 20px 1px rgba(182, 182, 182, .5);
}

.kategori-filtre.show .col-list {
    transform: translateX(0);
    right: 0;
    box-shadow: 6px 1px 20px 1px rgba(182, 182, 182, .5);
}

.kategori-filtre .p-g-b-c-inner {
    overflow-y: auto;
    height: 850px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.kategori-filtre .p-g-b-c-inner::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}

.p-g-mod-t-cat-filter .p-g-mod-body.p-g-mod-body-p-0 {
    margin-right: 0 !important;
}

.kategori-filtre .p-g-mod.p-g-mod-t-26.p-g-mod-t-cat-display-0 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
}

.filtreleme-title .p-g-mod-body {
    padding: 0 !important;
}

.filtreleme-title .p-g-mod-header {
    padding: 0 !important;
}

.filtreleme-title {
    margin: 0 !important;
    border-bottom: 1px solid #dddd;
}

/* Filtreler başlığı ve kapatma butonu yan yana */
.p-g-mod-t-1 .p-g-mod-header {
    padding: 15px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-g-mod-t-1 .p-g-m-h-info {
    flex: 1;
}

.p-g-mod-t-1 .close-filter {
    cursor: pointer;
    font-size: 24px;
    color: #333;
    transition: all 0.3s ease;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.pattern-group .p-g-mod-t-21 .p-g-mod-body,
.pattern-group .p-g-mod-t-22 .p-g-mod-body,
.pattern-group .p-g-mod-t-23 .p-g-mod-body,
.pattern-group .p-g-mod-t-24 .p-g-mod-body,
.pattern-group .p-g-mod-t-25 .p-g-mod-body {
    padding: 0 !important;
    border: 0 !important;
}

.p-g-mod.p-g-mod-t-1 {
    padding: 0;
    margin: 0;
}

.p-g-mod-t-cat-filter .p-g-mod-header {
    padding: 0 !important;
}

.p-g-mod-t-1 .close-filter:hover {
    color: var(--main-color);
    transform: rotate(90deg);
}

.filtreleme-title .p-g-mod-body {
    display: none;
}

.categories-body .list .lag-checkbox img {
    margin-right: 7px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -2px;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 17px;
    font-size: 12px;
}

.p-g-mod-t-cat-filter .p-g-mod-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    cursor: pointer;
}

.p-g-mod-t-cat-filter.p-g-mod-t-23 .p-g-mod-body,
.p-g-mod-t-cat-filter.p-g-mod-t-21 .p-g-mod-body {
    display: block;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod {
    font-weight: 500;
    font-size: 14px;
}

.card-product .card-product-inner .price-group.price-group-left .prices {
    align-items: flex-start;
}

.card-product .card-product-inner .title-special {
    display: -webkit-box;
    max-width: 100%;
    font-size: 13px;
    line-height: 18px;
    height: auto;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #313232;
}

.card-product .brand {
    font-weight: bold;
    margin-top: 10px;
}

/* Carousel Okları (Ürün Kartı) */

.card-product .q-carousel {
    position: relative;
}

.card-product .q-carousel .carousel-control-prev,
.card-product .q-carousel .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    cursor: pointer;
    border: none;
    padding: 1px;
}

.card-product:hover .carousel-control-prev,
.card-product:hover .carousel-control-next {
    opacity: 0.85;
    visibility: visible;
}

.card-product .q-carousel .carousel-control-prev {
    left: 0;
}

.card-product .q-carousel .carousel-control-next {
    right: 0;
}

.card-product .q-carousel .carousel-control-prev:hover,
.card-product .q-carousel .carousel-control-next:hover {
    background: #f0f0f0;
    opacity: 1;
}

.card-product .q-carousel .carousel-control-prev i,
.card-product .q-carousel .carousel-control-next i {
    font-size: 16px;
    color: #000;
}

.card-product .card-product-inner .c-p-i-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.p-g-mod-showcase .card-product .card-product-inner .c-p-i-info {
    display: flex;
}

.p-g-mod-showcase .card-product .card-product-inner .title-special {
    max-width: 100%;
    margin: 5px 0;
    font-size: 12px;
    line-height: 15px;
    height: auto;
    font-weight: 400;
    text-align: left;
    color: #000;
    flex: 1;
    margin-right: 7px;
}

.card-product .discount-new {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-weight: 500;
    font-size: 12px;
}

.card-product .product-unit {
    justify-content: left;
}

.card-product .product-reviews {
    justify-content: left;
    margin-top: 20px;
    line-height: normal;
    margin-bottom: 3px;
}

.p-g-mod-showcase .owl-carousel .owl-item img.owl-lazy {
    transform-style: unset;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
}

.card-comment {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    border-radius: 8px;
    background-color: transparent;
    text-align: center;
}

.card-comment .info .stars i {
    color: #999;
}


.card-comment .info .stars i.active {
    color: #f78018;
}

.card-comment .product .customer .comment {
    display: -webkit-box;
    max-width: 100%;
    margin-top: 15px;
    font-size: 16px;
    line-height: unset;
    height: 100px;
    font-weight: 400;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-align: center;
}

.special-campaign {
    background: #000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-campaign a {
    color: #fff;
    font-size: 16px;
}

.type-45-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px;
    transition: right .2s, width .2s;
}

.type-45-swiper .swiper-button-next,
.type-45-swiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    border: 2px solid #000;
    transition: all .4s;
    border-radius: 50%;
}

.type-45-swiper .swiper-button-next:hover,
.type-45-swiper .swiper-button-prev:hover {
    background: #fff;
    transition: all .4s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px !important;
    color: #000;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

footer .column-right {
    margin-right: 100px;
}

.category-cover {
    margin-bottom: 50px !important;
}

.product-body .product-reviews {
    display: flex;
    line-height: 12px;
}

.product-profile-info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}

.product-body .product-favourite {
    font-size: 19px;
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.product-body .product-installments .col-lg-4 {
    flex: 0 0 49% !important;
    max-width: 49% !important;
}


/* Accordion Stil */
#accordion .accordion-product {
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

#accordion .accordion-product:last-child {
    border-bottom: none;
}

#accordion .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

#accordion .card-header h5 {
    margin: 0;
}

#accordion .card-header .btn-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: none;
    background: transparent;
    text-align: left;
    transition: color 0.3s ease;
}

#accordion .card-header .btn-link:hover span,
#accordion .card-header .btn-link:hover i {
    color: var(--main-color2);
    transition: all 0.7s ease;
}

#accordion .card-header .btn-link:hover i::before {
    content: "−";
    font-family: inherit;
    font-style: normal;
}

#accordion .card-header .btn-link:hover {
    color: var(--main-color);
}

#accordion .card-header .btn-link span {
    flex: 1;
    order: 1;
}

#accordion .card-header .btn-link i {
    order: 2;
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* İkon değişimi - kapalı durumda + */
#accordion .card-header .btn-link.collapsed i::before {
    content: "+";
    font-family: inherit;
    font-style: normal;
}

/* İkon değişimi - açık durumda - */
#accordion .card-header .btn-link:not(.collapsed) i::before {
    content: "−";
    font-family: inherit;
    font-style: normal;
}

#accordion .card-body {
    padding: 0 0 20px 0;
    background: transparent;
    border: none;
}

#accordion .collapse {
    border: none;
}


.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner {
    position: relative;
    overflow-y: scroll;
    height: 100vh;
}

.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b0b0b0;
}

.sticky-sidebar-992-1 .p-g-b-c-0 .p-g-b-c-inner::-webkit-scrollbar-track {
    background-color: #e1e1e1;
    border-radius: 10px;
}

.home-body .mobile-header-space,
.categories-body .mobile-header-space,
.product-body .mobile-header-space {
    height: 0;
}

.mobile-header-space {
    height: 0;
}

.stories.carousel .story {
    margin: 0 30px !important;
}

.stories.carousel .story {
    display: inline-block;
    width: 130px !important;
    max-width: 130px !important;
    margin: 0 6px;
    vertical-align: top;
}

.stories.snapgram .story>.item-link>.item-preview {
    border-radius: 50%;
    padding: 4px !important;
    background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}

.stories.snapgram .story>.item-link>.item-preview img {
    border-radius: 50%;
    border: 0 !important;
}

.stories.carousel .story>.item-link>.item-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 130px !important;
    height: 130px !important;
    overflow: hidden;
    transition: transform .2s;
    width: 130px !important;
    text-align: center;
}


.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.xzoom-source,
.xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}

.xzoom-hidden {
    overflow: hidden;
}

.xzoom-preview {
    border: 1px solid #888;
    background: #2f4f4f;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
    z-index: 9999;
}

.xzoom-lens {
    border: 1px solid #555;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
    cursor: crosshair;
    z-index: 9999;
}

.login-body .p-g-mod-t-4 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
}

.product-quantity input {
    width: 50px;
    height: 50px;
    border-radius: 0;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    border-right: 0;
    border-left: 0;
}

.product-quantity input:focus {
    border-radius: 0;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    padding: 0;
}

.product-quantity .btn {
    background: #fff;
    color: #484848;
    border-color: #ebebeb !important;
    font-size: 11px;
    font-weight: 500;
    width: 45px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 0 !important;
}

.product-quantity .btn:hover {
    background: #f8f8f8;
    transition: all .4s;
}

.product-body .product-title-container {
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.product-body .product-price-group {
    display: flex;
    font-weight: 400;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    flex-wrap: wrap;
}

/* Stok Wrapper - Yeşil Tik */
.stok-wrapper,
.product-transfer-discount,
.product-rate {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
}

.stok-wrapper i,
.product-transfer-discount i,
.product-rate i {
    font-size: 18px;
    position: relative;
}

.stok-wrapper i,
.product-transfer-discount i,
.product-rate i {
    animation: pulse-ring 1.5s infinite;
}

.stok-wrapper i::before,
.product-transfer-discount i::before,
.product-rate i::before {
    position: relative;
    z-index: 2;
}

.stok-wrapper i::after,
.product-transfer-discount i::after,
.product-rate i::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse-glow {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.stok-wrapper .value,
.free-cargo-badge .value {
    font-weight: 600;
}

.product-body .qk-app-social-impact {
    margin: 15px 0;
}

.product-body .qk-app-social-impact {
    display: none;
    justify-content: flex-start;
    background: transparent;
    border: none;
    border-radius: 5px;
    width: auto;
    height: auto;
    position: relative;
}

.product-body .qk-app-social-impact i {
    animation: fade-blink 1.3s ease-in-out infinite;
}

@keyframes fade-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.product-profile-info li {
    margin: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
    font-weight: 600;
}

.product-profile-info li .value {
    font-weight: 400;
}

.product-price-group .discount .rate {
    font-size: 15px;
}

.product-price-group .discount {
    background: #000;
    height: 28px;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: row;
    border-radius: 20px;
    padding: 0 15px;
}

.product-price-group .prices {
    display: flex;
    align-items: center;
}

.product-price-group .prices .list-price {
    margin-right: 10px;
    color: #6c6c6c;
    font-size: 15px;
    text-decoration: line-through;
}

.product-price-group .prices .sale-price {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

.product-body .product-rate {
    font-size: 14px;
    font-weight: 500;
}

.product-reviews .stars .star {
    color: #000;
    font-size: 13px;
}

.product-profile-1 h1.title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.product-profile-1 .product-code {
    color: #a6a6a6;
    letter-spacing: 1px;
}

.variant-box {
    border: 0;
    background: transparent;
    border-radius: 5px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.variant-box .name {
    margin-bottom: 10px;
}

.variant-box ul li .form-control {
    border-radius: 0 !important;
    border-color: #000;
    height: 45px;
    font-size: 14px;
}


.variant-box ul li .options {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

/* Varyant Butonları */
.variant-box ul li .options a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #4a5568;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-direction: column;
    min-height: 35px;
    background: #fff;
    border: 1px solid #ddd;
    flex-wrap: wrap;
}

.variant-box ul li .options a img {
    width: 50px;
    border-radius: 5px;
}

/* Tükenen Varyant */
.variant-box ul li .options a.sold-out {
    opacity: 0.4;
    cursor: not-allowed;
    position: relative;
}

.variant-box ul li .options a.active,
.variant-box ul li .options a:hover {
    background-color: #000 !important;
    color: #fff;
}


.product-profile-1 .carousel .carousel-inner {
    border: 0;
}

.product-body .p-g-mod-base-content,
.home-body .p-g-mod-base-content {
    border: 0;
}

.product-profile-1 .carousel .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    z-index: 0;
    flex-direction: row;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 700px;
    overflow: auto;
}

.product-profile-1 .carousel .carousel-indicators li {
    max-width: 120px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.page-link {
    color: #000 !important;
    box-shadow: none !important;
}

.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 13px;
    line-height: 15px;
    height: 30px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #000;
    margin-top: 10px;
}

.card-product .card-product-inner .price-group .prices {
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-product .card-product-inner .price-group {
    display: flex;
    font-weight: 400;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    margin-top: 3px;
}

header .icon-open {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.card-product .card-product-inner {
    padding: 0 !important;
}

.card-product {
    border: none !important;
    margin-bottom: 15px;
    background: transparent;
}

.footer-app-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
}

footer .footer-contact,
footer .footer-contact * {
    color: #000 !important;
}

.login-body .p-g-mod-t-4 {
    padding: 30px;
}

.login-body .p-g-mod-t-4 .nav-tabs {
    border: 0 !important;
    background: transparent !important;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e9e9e9 !important;
    background: #e9e9e9;
    color: #777;
    font-weight: 600;
    font-size: 16px;
    transition: all var(--transition-time);
}

.login-body .p-g-mod-t-4 .btn-without-login {
    color: #fff;
    background: var(--main-color) !important;
    border: none;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}

.login-body .p-g-mod-t-4 .btn-without-login i {
    line-height: 0;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link,
.login-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border: 1px solid #c5c5c5 !important;
    background: #fff !important;
    color: #000 !important;
}

.login-body .p-g-mod-t-4 .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    height: 45px;
    align-items: center;
    font-weight: 500;
}

.login-body .p-g-mod-t-4 .btn-fb-login {
    background: #4c69ba !important;
    background-image: linear-gradient(#4c69ba, #3b55a0) !important;
    text-shadow: 0 -1px 0 #354c8c !important;
    color: #fff !important;
    border: 1px solid #4c69ba !important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-fb-login i {
    padding-right: 10px !important;
    border-right: 0 !important;
}

.login-body .p-g-mod-t-4 .btn-google-login {
    background: #db4437 !important;
    background-image: linear-gradient(#db4437, #cc3e32) !important;
    text-shadow: 0 -1px 0 #db4437 !important;
    color: #fff !important;
    border: 1px solid #db4437 !important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-google-login i {
    padding-right: 10px !important;
    border-right: 0 !important;
}

.p-g-mod-t-12 .p-g-mod-body .social-share {
    margin-top: 10px;
    border-top: 0;
}

.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-58 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 10px;
}

.categories-body .no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-body .product-view-select a div {
    width: 9px;
    height: 13px;
    background: #e2e6eb;
    border-radius: 1px;
    margin: 0 2px;
}

.categories-body .product-view-select a.active div {
    background: var(--main-color);
}

.categories-body .product-view-select a {
    background: #fff;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #e7e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-left: 10px;
    transition: var(--transition-time);
    padding: 0 10px;
}

.pattern-group .p-g-mod-t-21 .p-g-mod-header,
.pattern-group .p-g-mod-t-22 .p-g-mod-header,
.pattern-group .p-g-mod-t-23 .p-g-mod-header,
.pattern-group .p-g-mod-t-24 .p-g-mod-header,
.pattern-group .p-g-mod-t-25 .p-g-mod-header,
.pattern-group .p-g-mod-t-26 .p-g-mod-header {
    height: 30px;
}


.category-filter-order .list-wrap {
    padding: 10px 0;
    background-color: transparent;
}

.category-filter-order .list-wrap .list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.category-filter-order .list-wrap .list li {
    flex: inherit;
    display: flex;
    align-items: center;
}

/* Kategori Başlığı */
.category-filter-order .list-wrap .list li h1.category-sayfa-adi {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

/* Dropdown Select - Modern */
.category-filter-order-desktop {
    display: inline-block;
    width: 200px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 42px;
    font-size: 14px;
    color: #2c3e50 !important;
    font-weight: 500;
    padding: 0 40px 0 16px;
    border-radius: 10px;
    background: transparent url(images/select-arrow.svg) no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.product-view-select {
    display: flex;
    justify-content: space-evenly;
    gap: 8px;
    align-items: center;
    padding: 6px;
}

.categories-body .product-view-select a {
    background: #fff;
    height: 35px;
    width: 55px;
    border-radius: 8px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.categories-body .product-view-select a:hover {
    transform: translateY(-2px);
    border-color: #e1e8ed;
}

.categories-body .product-view-select a div {
    width: 8px;
    height: 8px;
    background: #cbd5e0;
    border-radius: 2px;
    margin: 0 1.5px;
    transition: all 0.3s ease;
}

.categories-body .product-view-select a.active div {
    background: #000;
}

.categories-body .product-view-select a:hover:not(.active) div {
    background: #94a3b8;
}

/* Ek hover efektleri (opsiyonel) */
.btn-sidebar-filtre:hover {
    transform: scale(1.02);
    color: var(--main-color) !important;
}

.categories-body .pattern-group .p-g-mod-t-20>.p-g-mod-header {
    border-bottom: 0;
    padding-left: 0 !important;
}

.category-filter-order .list-wrap .list li {
    flex: inherit;
}

.category-filter-order-mobile {
    display: none;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header {
    border-bottom: 0;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color2);
    line-height: normal;
}

.card-product-content {
    color: #555;
}

.card-product .card-product-inner .product-label img {
    max-height: 35px;
}

.category-filter-order .list-wrap .list li .lag-checkbox {
    transition: all var(--transition-time);
}

.category-filter-order .list-wrap .list li.active .lag-checkbox,
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: transparent;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
}

.categories-body .p-g-mod-t-cat-filter .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.categories-body .p-g-mod-t-cat-filter {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 0;
    margin-bottom: 0px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    text-align: center;
    display: flex;
    margin: 0 30px 0 0;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    transition: var(--transition-time);
    border-bottom: 1px solid transparent;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover {
    color: var(--main-color);
}

.pattern-group-p-product .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    font-size: 20px;
    font-weight: 600;
}

/* Nav-link hover animasyonu - Soldan sağa çizgi */
.product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    position: relative;
    overflow: hidden;
}

.product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.4s ease;
}

.product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover::after {
    width: 100%;
}

/* Aktif tab için de görünsün */
.product-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active::after {
    width: 100%;
}

.product-details-tab-product-details-tab-colorful .tab-content {
    border: 0;
    border-top: 0;
    margin-bottom: 50px;
    margin-top: 30px;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--main-color);
}

.product-badges .p-badge {
    height: 55px;
}

.p-g-mod-base-content {
    border: 1px solid #ebebeb;
}

.p-g-mod-t-10 .p-g-mod-body a,
.p-g-mod-t-2 .p-g-mod-body a {
    transition: all var(--transition-time);
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-info .contact-item {
    margin: 5px 0;
    display: flex;
    align-content: center;
    cursor: pointer;
    color: #000;
}

.contact-info .contact-item i {
    margin-right: 10px;
    font-size: 17px;
    transition: all var(--transition-time);
}

.contact-info .contact-item a {
    color: #000;
}

.contact-info .contact-item:hover i {
    color: var(--main-color);
}

footer .bar .cards {
    min-height: auto;
    background: inherit;
}

footer .bar .right-image {
    text-align: right !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.product-profile-info .sale-price-discount,
.hizli-sepet .sale-price-discount {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.product-profile-info .sale-price-discount .sale-price,
.hizli-sepet .sale-price {
    font-size: 20px;
    font-weight: 600;
}

.card-product .sale-price-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 5px 0;
    margin: 3px 0;
    flex-direction: column;
}

.card-product .sale-price-basket .sale-price {
    font-weight: 500;
    font-size: 15px;
}

.native-modal.show .hizli-sepet .related-products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: inherit;
}

.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(181 181 181 / 50%);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.hizli-sepet {
    max-width: 960px !important;
}

.native-modal.show .hizli-sepet .modal-content {
    border: 0;
    border-radius: 0;
    position: relative;
}

.native-modal.show .hizli-sepet .modal-content .prices {
    display: flex;
    align-items: center;
}

.native-modal.show .hizli-sepet .modal-content .fast-product-title {
    font-size: 19px;
    color: #151515;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 25px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars .star {
    color: #dbdbdb;
    font-size: 12px;
    margin-right: 1px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars {
    margin: 15px 0;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler {
    color: #858585;
    font-weight: 600;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler .value {
    color: #000;
}

.native-modal.show .hizli-sepet .modal-content .product-price-group .prices .list-price {
    font-size: 19px;
    font-weight: 500;
    color: #6c6c6c;
    text-decoration: line-through;
    margin-right: 10px;
}

.native-modal.show .hizli-sepet .modal-content .short-desc {
    color: #454545;
    font-size: 14px;
    margin-bottom: 15px;
}

.native-modal.show .hizli-sepet .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #898989;
    border-radius: 50%;
    border: 4px solid transparent;
}

.native-modal.show .hizli-sepet .carousel-indicators li.active {
    opacity: 1;
    background-color: #000 !important;
    border: 4px solid #c3c3c3;
}

.native-modal.show .hizli-sepet .product-favourite2 {
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    -webkit-box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
    box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
}

.native-modal.show .hizli-sepet .product-buttons {
    display: inline-flex;
    flex-wrap: nowrap;
}

.native-modal .native-modal-close {
    z-index: 9;
    outline: 0;
}

.native-modal.show .hizli-sepet .fast-product-cart-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: auto;
}

.native-modal.show .hizli-sepet .modal-body {
    padding: 0 !important;
}


/* Ürün Detay - Birim */

.product-body .product-profile-1 .product-unit {
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    width: 95px;
    padding: 5px 0;
    margin-right: 10px !important;
    height: 46px;
    margin: 10px 0;
}

.product-body .product-profile-1 .product-unit input[type=checkbox],
.product-body .product-profile-1 .product-unit input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

.product-body .product-profile-1 .product-unit input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #96be67;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #ebebeb;
}

/* Ürün Kartı - Adet Seçimi */

.card-product .card-product-inner .quantity {
    margin: 5px 0;
    width: 100%;
    display: flex;
    flex-basis: auto;
    justify-content: left;
}

.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 35px;
    height: 35px;
    color: #555;
    font-size: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn:first-child {
    border-radius: 0;
}

.card-product .card-product-inner .quantity .btn:hover {
    color: #333;
    background: #f2f2f2;
    border-color: #f5f5f5;
}

.card-product .card-product-inner .quantity input {
    min-width: 35px;
    max-width: 50px;
    height: 35px;
    border-radius: 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-right: 0;
    border-left: 0;
}

.single-menu-container .subtitle-img {
    max-height: 25px;
    margin-right: 0;
}

.subtitle-img {
    max-height: 25px;
    margin-bottom: 3px;
}

header.desktop .mega-menu .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.single-menu-container .single-menu li .subtitle-img {
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
}

.single-menu-container .single-menu li {
    text-align: center;
}


/* 404 Sayfası */

.e404-body {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px,
            #f8f8f8 10px, #f8f8f8 20px), linear-gradient(to bottom, #fff, #fff);
}

.e404-btn {
    background: #ffffff;
    border-radius: 45px;
    color: #212121;
    padding: 20px 50px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    -moz-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
}

.e404-btn:hover {
    color: var(--main-color);
    -moz-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
}

/* 404 Sayfası - Tip 1 */

.e404-content .e404-logo img {
    max-height: 100px;
    border: none !important;
}

.e404-page-type-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.e404-page-type-1 .e404-pic {
    height: 200px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}

.e404-page-type-1 .e404-title {
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}

.e404-description {
    color: #808080;
    font-size: 1rem;
    margin: 5px;
    text-align: center;
    font-weight: 300;
}

/* Mobil Uygulama İkonları  */

.footer-app-link .mobile-app {
    display: flex;
    align-items: center;
}

.footer-app-link .mobile-app-title {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #000;
}

.footer-app-link .app-store-link {
    margin-right: 10px;
}

.footer-app-link .mobile-app a {
    color: #000;
    font-size: 20px;
}

/* Müşteri Etkileşim Butonları */

.product-customer-actions {
    padding: 10px 0;
    background: #f5f5f5;
}

.product-customer-actions .action .button i {
    font-size: 15px;
    margin-right: 10px;
}

.product-customer-actions .action:first-child {
    border-left: 0;
}

.product-customer-actions .action {
    border-right: 0;
}

/* Havale İndirimi */

.product-transfer-discount {
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
}

/* E-Bülten */


.newsletter-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.newsletter-content .newsletter-title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.newsletter-content .newsletter-description {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}

.newsletter-input {
    height: 45px;
    background: transparent !important;
    display: block;
    color: #fff;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ebecee;
}

.newsletter-input:focus {
    background: transparent !important;
    color: #fff;
    border-bottom: 1px solid #fff !important;
}

.newsletter-input::placeholder {
    color: #fff;
}

.newsletter-form .btn-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.newsletter-form {
    position: relative;
    width: 100%;
    max-width: 500px;
}

/* SMS Bülteni */

.sms-newsletter-content .newsletter-title {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}

.sms-newsletter-input {
    height: 40px;
    background: #fff !important;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
}

.sms-newsletter-form .btn-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.sms-newsletter-form {
    position: relative;
    width: 100%;
}

/* Footer Social Media*/

footer .social-media .social-media-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

footer .social-media a {
    font-size: 20px;
    margin-right: 20px;
    color: #000;
}

footer .social-media a img {
    height: 20px;
}

footer .social-media a:last-child {
    margin-right: 0;
}

.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 12px;
    color: #6c6c6c;
    text-decoration: line-through;
    font-weight: 400;
}

/* Buttons */

.card-brand,
.card-category,
.card-product {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}

.card-brand:hover,
.card-category:hover,
.card-product:hover {
    border-color: #000;
    transition: all 0.7s ease;
}

.blogs .pattern-group-header .p-g-h-info {
    align-items: center;
    padding-top: 20px;
}

.blogs .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.brands .pattern-group-header .p-g-h-info {
    align-items: center;
    padding-top: 20px;
}

.brands .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.card-brand .image {
    padding: 25px;
}

.card-category {
    background-color: #f2f2e5;
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 10px;
    right: inherit;
    top: 10px;
    width: 95px;
    height: 28px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 20px;
}

.card-product .card-product-inner .discount {
    position: absolute;
    z-index: 9;
    background: #000;
    top: 10px;
    right: 10px;
    color: #fff;
    border-radius: 14px;
    font-weight: 500;
    padding: 3px 10px;
    font-size: 14px;
}

.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart {
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
}

.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i {
    margin-right: 7px;
}

.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover {
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}

.card-product .down-to-top .btn-cart {
    color: #222;
    transition: var(--transition-time);
    font-size: 13px;
    background-color: #ffffff99;
    border: 0;
    border-radius: 0;
    height: 40px;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-buttons .btn-all-combines {
    background: #fff;
    border: 1px solid #aaa;
    color: #222;
    margin: 0;
    width: 100%;
    margin-top: 10px;
}

.product-buttons .btn-cart,
.product-buttons .btn-fast-buy,
.product-buttons .btn-wp {
    height: 50px;
    font-size: 16px;
}

.product-buttons .btn-favorite {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin: 10px 0;
    width: 45px;
    border-radius: 0;
}

.product-buttons .btn-cart {
    background: var(--add-cart-detail-bg);
    border-color: var(--add-cart-detail-bg);
    color: var(--add-cart-detail);
    transition: all var(--transition-time);
    border-radius: 0;
    flex: 1;
    border: 1px solid var(--add-cart-detail-bg-hover);
}

.product-buttons .btn-cart:hover {
    background: var(--add-cart-detail-bg-hover);
    border-color: var(--add-cart-detail-bg-hover);
    color: var(--add-cart-detail-hover);
    border-color: var(--add-cart-detail-bg);
}

.product-buttons .btn-fast-buy {
    background: var(--buy-now-bg);
    border-color: var(--buy-bg-hover);
    color: var(--buy-now);
    transition: all var(--transition-time);
    border-radius: 0;
    width: 100%;
    margin-right: 0;
}

.product-buttons .btn-fast-buy:hover {
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg);
    color: #fff;
}

.product-buttons .btn-wp {
    font-size: 14px;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    width: 100%;
    border-radius: 0;
}

/* Ürün Aksiyonları */
.product-actions-row {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.product-actions-row .action-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: flex-start;
}

.product-actions-row .action-button:hover {
    color: var(--main-color2, #000);
}

.product-actions-row .icon-circle {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.product-actions-row .action-button:hover .icon-circle {
    background: var(--main-color2, #000);
    color: #fff;
}

.product-actions-row .icon-circle i {
    font-size: 14px;
    transition: color 0.3s ease;
}

.product-actions-row .text {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

/* Paylaş Butonu */
.btn-share-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 15px 0;
}

.btn-share-toggle:hover {
    background: var(--main-color2, #000);
    color: #fff;
    border-color: var(--main-color2, #000);
}

.btn-share-toggle i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.btn-share-toggle.active {
    background: var(--main-color2, #000);
    color: #fff;
    border-color: var(--main-color2, #000);
}

.btn-share-toggle.active i {
    transform: rotate(180deg);
}

/* Sosyal Medya Paylaşım Alanı */
.social-share-special {
    position: relative;
    margin-top: 15px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.social-share-special.active {
    max-height: 200px;
    opacity: 1;
}

/* Kapatma Butonu */
.social-share-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.social-share-close:hover {
    background: #ff4444;
    color: #fff;
    border-color: #ff4444;
    transform: rotate(90deg);
}

.social-share-close i {
    font-size: 14px;
}

/* Sosyal Medya İçeriği */
.social-share-content {
    padding-top: 10px;
}

/* jsSocials özelleştirmesi */
.social-share-special .jssocials-shares {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-share-special .jssocials-share {
    margin: 0;
}

.social-share-special .jssocials-share-link {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-share-special .jssocials-share-link:hover {
    transform: scale(1.1);
}


.payment-final-buttons-1 .btn-complete {
    background: var(--complete-payment-bg);
    border-color: var(--complete-payment-bg);
    color: var(--complete-payment);
    transition: all var(--transition-time);
    border-radius: 0;
    padding: 15px 0;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 500;
}

.payment-final-buttons-1 .btn-complete i {
    font-size: 12px;
    margin-left: 10px;
    margin-top: 2px;
}

.payment-final-buttons-1 .btn-complete:hover {
    background: var(--complete-payment-bg-hover);
    border-color: var(--complete-payment-bg-hover);
    color: var(--complete-payment-hover);
}

.product-favourite-kart {
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 2;
}

.product-favourite-kart a {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 6px;
}

/* Header  */

header.desktop .header-bar .bar-link .icon {
    position: relative;
}

header.desktop .header-bar .bar-link .icon,
header.desktop .header-bar .bar-link .name {
    transition: all var(--transition-time);
}

.home-body header.desktop .header-bar .bar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
    position: relative;
    line-height: normal;
    font-size: 13px;
    font-weight: 500;
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
    position: relative;
    line-height: normal;
    font-size: 13px;
    font-weight: 500;
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-link.bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-link a {
    color: #222;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: row;
}

header.desktop .header-bar .bar-link i {
    margin-right: 7px;
    font-size: 23px;
}

header.desktop .header-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}


/* Category Page */
.product-view-select {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    align-items: center;
}


/* Card Product */
.card-product .it-over {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 90%);
    color: #000;
    border: 1px solid #000;
    text-align: center;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card-product .carousel-control-next i,
.card-product .carousel-control-prev i {
    font-size: 18px;
    color: #000;
}

.card-product .buttons-wrapper.right-to-left {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: -30px;
    transition: all 0.4s;
    z-index: 9;
    border-radius: 5px;
}

.card-product .right-to-left .button-group {
    background: transparent;
    padding: 7px;
}

.card-product .right-to-left .cart-group {
    display: flex;
    flex-direction: column;
}

.card-product .right-to-left .cart-group button {
    padding: 0;
    margin: 5px 0;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.card-product .right-to-left .cart-group button:hover {
    background: var(--main-color2);
}

.card-product .right-to-left .cart-group button i {
    font-size: 17px;
    transition: all var(--transition-time);
}

.card-product .right-to-left .cart-group button:hover i {
    color: #fff;
}

.card-product:hover .right-to-left {
    opacity: 1;
    right: 10px;
    transition: all var(--transition-time);
}

.card-product .buttons-wrapper.down-to-top {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    z-index: -1;
}

.card-product .down-to-top .button-group {
    background: transparent;
    padding: 7px;
}

.card-product .btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-product:hover .down-to-top {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
    transition: all .4s;
    z-index: 999;
}


.card-product:hover .down-to-top .button-group {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: all .4s;
    margin: 0;
    padding: 0;
}


/* Product Detail */
.product-carousel-mobile {
    display: none;
}

/* Responsive */
@media (max-width: 991px) {

    .product-buttons .btn-cart,
    .product-buttons .btn-wp {
        font-size: 11px;
    }

    .home-headline * {
        border-radius: 0 !important;
    }

    .headline-product .pattern-group-header .p-g-h-info .p-g-h-i-title {
        font-size: 1.2rem !important;
        text-align: center;
    }

    header.desktop .contact-cta {
        display: none;
    }

    header.desktop .top-bar {
        display: none;
    }

    .type-45-swiper .swiper-slide {
        filter: brightness(1);
    }

    .product-actions-row {
        display: grid;
        gap: 15px;
        margin: 20px 0;
        grid-template-columns: 2fr 2fr;
    }

    .cart-collection-btn {
        left: 5px;
    }

    .card-product .product-reviews {
        margin-top: 5px;
    }

    .product-profile-1 .carousel .carousel-indicators {
        overflow: unset !important;
        max-height: unset !important;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }

    .card-product .q-carousel .carousel-control-prev,
    .card-product .q-carousel .carousel-control-next {
        opacity: 0.85;
        visibility: visible;
    }

    .mega-menu-container {
        padding: 20px 10px;
    }

    .mega-menu-left .col-4,
    .mega-menu-left .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .category-single-image {
        min-height: 250px;
        margin-top: 20px;
    }

    .home-headline h5 {
        font-size: 2rem !important;
    }

    .nitelik-beden {
        display: none;
    }

    .header-cart-summary-1 .buttons {
        flex-direction: column;
        gap: 8px;
    }

    .header-cart-summary-1 .buttons .btn {
        font-size: 14px !important;
    }

    .header-cart-summary-1 .cart-total-row .total-label {
        font-size: 14px;
    }

    .header-cart-summary-1 .cart-total-row .total-price {
        font-size: 16px;
    }

    .variant-box ul li .options {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .variant-box ul li .options a {
        padding: 10px 8px;
        font-size: 13px;
        min-height: 45px;
    }

    .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
        font-size: 14px;
    }

    .variant-box ul li .options {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .mega-menu .dropdown-menu {
        display: none !important;
    }

    .mega-menu {
        display: none;
    }

    .banner-ozel-yazili-beyaz .banner-item .description {
        font-size: 14px;
        line-height: 25px;
    }

    .banner-ozel-yazili-beyaz .col-12:nth-child(even) .banner-item {
        flex-direction: column;
    }

    .banner-ozel-yazili-beyaz .banner-item {
        flex-direction: column;
    }

    .banner-ozel-yazili-beyaz .banner-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 7%;
        width: 100%;
        margin: 20px;
        justify-content: center;
        text-align: center;
    }

    header.mobile .left,
    header.mobile .center,
    header.mobile .right {
        position: relative;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }

    .header-cart-hover .dropdown-menu.active {
        width: 100%;
    }

    .product-profile-1 h1.title {
        margin-top: 10px;
    }

    .product-body .product-profile-info-wrapper {
        padding: 5px;
        top: 0;
        position: relative;
    }

    body .card-product .q-carousel .carousel-control-prev,
    body .card-product .q-carousel .carousel-control-next {
        width: 25px;
        height: 25px;
    }

    body .card-product .q-carousel svg {
        width: 14px;
        height: 14px;
    }

    body .card-product .card-product-inner .c-p-i-info {
        align-items: flex-start;
        padding: 0;
        flex-direction: column;
    }

    footer .bottom-text {
        padding: 25px 0;
        position: relative;
        padding-top: 30px;
        padding-bottom: 0;
    }

    footer .footer-column,
    footer .footer-contact-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 30px;
    }

    footer .footer-column:last-child,
    footer .footer-contact-wrapper:last-child {
        margin-bottom: 0;
    }

    footer .footer-main-row {
        min-height: auto;
    }

    .row.left-to-bottom {
        flex-direction: column-reverse;
    }

    .pattern-group .p-g-mod .p-g-mod-header {
        height: 50px;
    }

    .category-short-description {
        font-size: 13px;
    }

    .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }

    .p-g-mod-showcase .card-product {
        padding: 5px !important;
        border-radius: 5px !important;
    }

    .type-45-swiper .swiper-button-next,
    .type-45-swiper .swiper-button-prev {
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        transition: all .4s;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px !important;
        color: #000;
    }

    .p-g-mod-showcase .card-product .d-flex {
        flex-direction: column;
    }

    .product-profile-1 .carousel .carousel-indicators {
        margin-top: 10px;
    }

    .related-products a {
        width: auto;
        height: 75px;
    }

    .product-body .product-installments .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .p-g-mod-t-31 {
        padding-right: 0px;
    }

    .product-body .product-favourite {
        margin-top: 10px;
    }

    .header-cart-summary-1 .buttons .btn {
        font-size: 14px !important;
    }

    .header-cart-hover .dropdown-menu {
        z-index: 999999;
    }

    .shopping-cart-1 .btn-remove {
        position: relative;
        top: 0;
    }

    .shopping-cart-1 .space {
        display: block;
        margin: 10px 0;
    }

    .shopping-cart-1 .table tbody tr {
        border-top: 1px solid #eaeaea;
        position: relative;
    }

    .shopping-cart-1 .td-product .product .p-info .name {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        max-width: 85%;
    }

    .product-profile-1 .carousel-outer {
        margin-left: -10px;
        margin-right: -10px;
    }

    .breadcrumb-wrapper .breadcrumb li:first-child {
        display: none;
    }

    .breadcrumb-wrapper .breadcrumb-item:nth-child(2)::before {
        display: none;
    }

    .info-bar-1 .icons {
        grid-template-columns: repeat(2, 1fr);
    }

    .p-g-mod.sticky-banner {
        position: relative !important;
        top: auto !important;
        max-height: none;
        transform: none;
    }

    .p-g-mod-showcase .card-product .card-product-inner .title-special {
        display: -webkit-box;
        max-width: 100%;
        margin: 5px 0;
        font-size: 14px;
        line-height: 18px;
        height: auto;
        font-weight: 400;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        color: #000;
        flex: auto;
    }

    .p-g-mod-showcase .card-product .card-product-inner .c-p-i-info {
        flex-direction: column;
    }

    .shopping-cart-1 .td-product .product .p-info .btn-remove {
        padding: 0;
        margin: 0;
        margin-right: 7px;
    }

    .shopping-cart-1 .td-total-price {
        display: none !important;
    }

    .shopping-buttons-1 {
        padding: 0;
    }

    .cat-responsive-buttons .dropdown-menu .lag-checkbox.checked {
        background: #e5e5e5;
        font-weight: 500;
    }

    .cat-responsive-buttons .dropdown-menu .lag-checkbox label {
        padding-left: 20px;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin-bottom: 0;
        font-size: 14px;
    }

    .cat-responsive-buttons .dropdown-menu {
        border: 0;
        background-color: #f4f4f4;
        position: relative;
        border-top: 1px solid #d8d8d8;
        transition: opacity .2s;
        padding-top: 0;
    }

    .cat-responsive-buttons .dropdown-menu:after {
        content: '';
        width: 0px;
        height: 0px;
        position: absolute;
        top: -7px;
        right: 50%;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #e5e5e5;
    }

    .cat-responsive-buttons .mobile-filter-btn {
        border-right: 1px solid #e5e5e5;
        margin-right: 20px;
        padding-right: 30px;
    }

    .cat-responsive-buttons .btn {
        font-size: 15px;
    }

    .cat-responsive-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
        background-color: #f4f4f4;
        padding: 14px 0;
        border-radius: 7px;
    }

    .pattern-group .p-g-mod-t-26 .p-g-mod-body .btn {
        font-size: 14px;
        margin: 0 5px;
        width: 100% !important;
        border-radius: 0 !important;
        margin: 5px 0 !important;
        height: 50px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-weight: 500;
    }

    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .categories-body .p-g-mod.p-g-mod-t-26 {
        position: sticky;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .categories-body .mobil-filtre .col-list:first-child .pattern-group-header {
        padding: 15px 10px;
        display: flex;
        flex-direction: row-reverse;
        border-bottom: 1px solid #ebebeb;
        position: sticky;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9;
        background: #fff;
    }

    .categories-body .mobil-filtre .col-list:first-child .pattern-group-header .p-g-h-icon {
        width: auto;
        font-size: 20px;
        margin-right: 3px;
    }

    .categories-body .mobil-filtre .mobil-filtre-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        position: sticky;
        top: 0;
        right: 0;
        left: 0;
        background: #fff;
        border-bottom: 1px solid #ebebeb;
        z-index: 9;
    }

    .categories-body .mobil-filtre .close-mobile-filter {
        font-size: 17px;
        margin-right: 5px;
    }

    .categories-body .mobil-filtre .col-list:first-child {
        border: 0;
        border-radius: 0;
        background-color: #fff;
        width: 100%;
        right: -100%;
        top: 0;
        position: fixed;
        border-radius: 0;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
        margin-top: 0 !important;
        padding-bottom: 0;
        padding: 10px;
        height: 100%;
        z-index: 99999;
        transition: all .4s;
        display: flex;
        flex-direction: column;
        overflow: auto;
        display: block !important;
    }

    .categories-body .mobil-filtre .col-list:first-child.active {
        opacity: 1;
        right: 0;
        transition: all .4s;
    }

    .type-45-swiper .swiper-button-next,
    .type-45-swiper .swiper-button-prev {
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        transition: all .4s;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px !important;
        color: #000;
    }

    .p-g-mod-showcase .card-product .d-flex {
        flex-direction: column;
    }

    .product-profile-1 .carousel .carousel-indicators {
        margin-top: 10px;
    }

    .related-products a {
        width: auto;
        height: 75px;
    }

    .product-body .product-installments .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .p-g-mod-t-31 {
        padding-right: 0px;
    }

    .product-body .product-favourite {
        margin-top: 10px;
    }

    .header-cart-summary-1 .buttons .btn {
        font-size: 14px !important;
    }

    .header-cart-hover .dropdown-menu {
        z-index: 999999;
    }

    .shopping-cart-1 .table tr .td-total-price {
        width: 100%;
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }


    .shopping-cart-1 .space {
        display: block;
        margin: 10px 0;
    }

    .shopping-cart-1 .table tbody tr {
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }

    .shopping-cart-1 .td-product .product .p-info .name {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        max-width: 85%;
    }

    .header-cart-summary-1 .buttons .btn {
        font-size: 14px;
    }

    .categories-body .product-view-select {
        display: none;
    }

    footer .column-right {
        margin-right: 0px;
    }

    footer .bb .col {
        flex-basis: auto;
    }

    .info-bar-1 .icons .icon-group {
        flex-direction: row;
        padding: 5px;
    }

    .info-bar-1 .icons .icon-group i {
        margin-right: 15px;
    }

    .product-body .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1 !important;
    }

    .newsletter-form,
    .sms-newsletter-form {
        position: relative;
        width: 350px;
        max-width: 100%;
    }

    .stories.carousel .story>.item-link>.item-preview {
        max-height: 90px !important;
        height: 90px !important;
        width: 90px !important;
    }

    .stories.carousel .story {
        margin: 0 10px !important;
    }

    .stories.carousel .story {
        display: inline-block;
        width: 90px !important;
        max-width: 90px !important;
        margin: 0 6px;
        vertical-align: top;
    }

    .home-headline {
        margin-top: -20px;
    }

    .pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 17px;
    }

    .product-profile-1 h1.title {
        font-size: 19px;
        margin-top: 10px;
        width: 100%;
    }

    .product-body .product-title-container {
        margin-bottom: 20px;
    }

    .footer-app-link {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #ebebeb;
        padding: 30px 0;
        flex-direction: column;
    }

    .footer-app-link .mobile-app {
        display: flex;
        align-items: center;
        margin-left: 0 !important;
    }

    .info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
        border-radius: 1px solid #ebebeb;
    }

    .card-product .card-product-inner .price-group .prices {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .login-body .p-g-mod-t-4 {
        padding: 7px;
    }

    .category-filter-order-desktop {
        display: none;
    }

    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
        height: auto;
    }

    .product-profile-1 .product-quantity {
        margin-right: 10px;
    }

    .product-badges .p-badge {
        height: 55px;
        flex: auto;
    }


    .product-buttons .btn-cart {
        margin-left: 0;
    }

    .product-buttons .btn-wp {
        width: 100%;
    }

    .card-product .right-to-left {
        display: none !important;
    }

    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
        width: auto;
        margin: 5px;
        border-radius: 3px;
    }

    .categories-body .p-g-mod-t-cat-filter {
        margin: 10px;
    }

    footer .bar .right-image {
        justify-content: center;
    }

    footer .bb .pr-5 {
        padding-right: 10px !important;
    }

    footer .mobile-app {
        margin-bottom: 20px;
    }

    .product-carousel-desktop.normal {
        display: none;
    }

    .product-carousel-mobile {
        display: block;
    }

    .mobile-header-space {
        display: block;
        height: 80px;
    }

    .categories-body .mobile-header-space,
    .cart-body .mobile-header-space,
    .payment-body .mobile-header-space {
        display: block;
        height: 35px;
    }

    .category-cover {
        margin-bottom: 0 !important;
    }

    .product-body .mobile-header-space {
        height: 50px;
    }

    header.desktop {
        display: none;
    }

    .stores .cards {
        display: block;
        text-align: center;
    }

    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }

    footer .bar p {
        text-align: center !important;
    }

    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        display: none;
    }

    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 20px;
    }

    footer .info .title {
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        text-align: left;
        margin-bottom: 15px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 5px;
    }

    footer .info .title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 55px;
        height: 2px;
        background: linear-gradient(90deg, #fff 0%, transparent 100%);
        border-radius: 2px;
        transition: width 0.3s ease;
    }

    footer .info .title:hover::after {
        width: 80px;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #fff !important;
    }

    footer .info ul li a {
        color: #fff;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important;
        margin: 10px 0;
    }

    .qk-app-social-impact {
        transform: inherit !important;
    }

}

@media (min-width: 992px) {

    header.mobile {
        display: none;
    }

    .product-profile-1 .carousel .carousel-indicators {
        overflow: unset !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 1199px) {
    .mega-menu-container {
        padding: 30px 15px;
    }

    .mega-menu-left .sub-cat .sub-title {
        font-size: 14px;
    }

    .sub-cat ul li a {
        font-size: 13px;
    }

    header.desktop .header-bar .bar-link {
        margin-right: 5px !important;
    }

    .single-menu-container .single-menu li {
        margin: 0 5px;
    }

    .single-menu-container .single-menu li .sub-single-item i {
        margin-left: 0;
    }

    .single-menu-container .single-menu li .sub-single-item {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .product-actions-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    header.desktop .contact-cta .contact-title {
        font-size: 13px;
    }

    header.desktop .contact-cta .contact-sub {
        display: none;
    }

    .product-actions-row .action-button {
        padding: 12px 10px;
        gap: 8px;
    }

    .product-actions-row .icon-circle {
        width: 38px;
        height: 38px;
    }

    .product-actions-row .icon-circle i {
        font-size: 16px;
    }

    .product-actions-row .text {
        font-size: 12px;
    }

    header.desktop .logo a img {
        max-height: 36px;
    }

    footer .title {
        font-size: 13px;
    }

    footer .info ul li a {
        font-size: 12px;
    }

    .newsletter-content .newsletter-description {
        font-size: 12px;
    }

    .newsletter-form {
        position: relative;
        width: 100%;
        max-width: unset;
    }

    footer .bottom-text {
        margin: 0;
    }

    .product-profile-1 .col-lg-8,
    .product-profile-1 .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    header.desktop .mega-menu .nav-item {
        margin-right: 0;
    }
}

@media (max-width: 1350px) {
    header.desktop .mega-menu .nav-link {
        font-size: 11px;
    }
}

/* Header Shopping Cart */

.header-cart-hover .nav-link::after {
    display: none;
}


.header-cart-hover {
    position: relative;
    display: flex;
    flex: 1;
}

.header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 450px;
    left: inherit;
    right: -450px;
    top: 0;
    position: fixed;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0;
    height: 100%;
    z-index: 999;
    transition: all .4s;
    display: flex;
    flex-direction: column;
}

.header-cart-hover .dropdown-menu.active {
    opacity: 1;
    right: 0;
    transition: all .4s;
}

.header-cart-hover .dropdown-menu .top-header {
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
}

.close-cart i {
    line-height: normal;
    font-size: 18px;
}

.header-cart-hover .dropdown-menu .top-header .title {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
}

.header-cart-hover .dropdown-menu .close-cart {
    color: #555;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 33;
}

.header-cart-hover .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

.header-cart-hover .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

.header-cart-hover .dropdown-menu ul.user-links li:hover {
    background: #f7f7f7;

}

.header-cart-hover .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}

.header-cart-hover .dropdown-menu ul.user-links li:last-child a {
    border-bottom: 0px;
}

.header-cart-hover .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

.header-cart-hover .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

.header-cart-hover .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-cart-hover .dropdown-menu ul.auth-links li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}


.header-cart-hover .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}

.header-cart-hover .products {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.header-cart-hover .btn-remove {
    border: none;
    color: #000;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    background: transparent !important;
    margin-right: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
}



/* Ajax Sepet Özet Düzeni */
.header-cart-summary-1 {
    padding: 30px;
    border-top: 1px solid #e5e5e5;
}

.header-cart-summary-1 .cart-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.header-cart-summary-1 .cart-total-row .total-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.header-cart-summary-1 .cart-total-row .total-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color, #000);
}

.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0;
}

.header-cart-summary-1 .buttons .btn {
    flex: 1;
    font-size: 14px !important;
    padding: 12px 15px;
    border-radius: 4px;
    margin: 0;
    transition: all 0.3s;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
}

.header-cart-summary-1 .buttons .btn-continue {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.header-cart-summary-1 .buttons .btn-continue:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

/* Sol buton - Alışverişe devam et */
.header-cart-summary-1 .buttons .btn-continue {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}

.header-cart-summary-1 .buttons .btn-continue:hover {
    background: #e8e8e8;
    color: #000;
}

/* Sağ buton - Sepete git */
.header-cart-summary-1 .buttons .btn-go-cart {
    background: var(--main-color, #000);
    color: #fff;
}

.header-cart-summary-1 .buttons .btn-go-cart:hover {
    background: var(--main-color-hover, #333);
    color: #fff;
}

.header-cart-summary-1 .buttons i {
    font-size: 10px;
    line-height: normal;
    margin-left: 5px;
}

/* Küçük ekranlar için */
@media (max-width: 480px) {
    .header-cart-hover .dropdown-menu {
        width: 100%;
    }
}

.header-cart-summary-1 .table th {
    font-size: 12px !important;
    font-weight: 500;

}

.header-cart-summary-1 .buttons {
    display: flex;
    margin-right: 0px;
}

.dropdown-menu .summary {
    background: #fff;
}

.header-cart-summary-1 .buttons .btn:hover {
    background: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 {
    background: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
    justify-content: center;
}

.header-cart-summary-1 .buttons .btn-color-2:hover {
    background: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}

.header-cart-summary-1 .buttons i {
    font-size: 10px;
    line-height: normal;
}

.ajax-info-cargo {
    background: #f0f0f0;
    padding: 10px;
    border-radius: 3px;
    margin: 10px;
    font-size: 14px;
}

.ajax-shopping-cart {
    font-size: 12px;
    height: 100%;
    flex: 1;
    position: relative;
}

.ajax-shopping-cart .items {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    overflow-y: auto;
    padding: 10px;
}

.ajax-cart-empty {
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}

.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    padding-top: 5px;
    position: relative;
}

.ajax-shopping-cart .product:last-child {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}


.ajax-shopping-cart .product .price {
    font-size: 13px;
    text-align: left;
}

.ajax-shopping-cart .product .info {
    margin-left: 20px;
    text-align: left;
}

.ajax-shopping-cart .product .info .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

.sidebar-menu-type-2 .logo-area a img {
    max-height: 40px
}

.sidebar-menu-type-2 .mobil-area-title {
    font-size: 16px
}

.sidebar-menu-type-2 .categories ul li a {
    font-size: 15px;
    font-weight: 500
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
    font-size: 14px
}

.mobile-menu-close i {
    border: 0;
    color: #555;
    padding-right: 0;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child {
    display: block
}

.p-g-mod.p-g-mod-t-39 {
    margin-bottom: 10px;
    margin-top: -10px;
    border: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header {
    height: 35px !important;
    padding: 10px !important;
    color: #333;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 14px !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body:not(.p-g-mod-body-p-0) {
    padding: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body .input-group {
    position: relative;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body .input-group .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #000;
    font-size: 23px;
    z-index: 9;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body input {
    padding: 0.275rem 0.7rem !important;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #000;
    padding-left: 55px !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body .btn-secondary {
    font-size: 16px;
    font-weight: 500;
    border-color: transparent;
    border-radius: 0;
    width: 90px;
    background: #000;
    height: 50px;
}

.product-carousel-desktop.normal .carousel-item a img {
    width: 100%;
}


.raw-content table {
    border: 1px solid #e8e8eb;
    border-collapse: collapse;
    font-size: 14px;
}

.raw-content table tr th {
    font-weight: 500;
}


.raw-content table tr th,
.raw-content table tr td {
    border: 1px solid #e8e8eb;
    border-collapse: collapse;
    font-size: 14px;
}

.raw-content table tr td {
    padding: 6px 12px;
}

.pattern-group .p-g-mod.p-g-mod-trans .p-g-mod-header.p-g-mod-header-p-0 {
    border-bottom: 0;
}

/* Blog */
.card-blog {
    padding: 10px 0;
    border: 0;
    border-radius: 0;
}

.card-blog .title {
    padding: 0;
    margin-top: 15px;
    font-size: 1.175rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    min-height: 57px;
}

.card-blog .description {
    margin-top: 13px;
    min-height: 88px;
    font-size: 15px;
    padding: 0;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    line-height: 1.5;
    color: #222;
}

.card-blog .buttons {
    padding: 0;
    margin-top: 10px;
}

.card-blog .buttons .btn-read-more,
.card-blog .buttons .btn-read-more:hover,
.card-blog .buttons .btn-read-more:active,
.card-blog .buttons .btn-read-more:focus {
    background: transparent;
    padding: 5px 0;
    color: #32303d;
    font-size: 1rem;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #32303d;
}

.p-g-mod.p-g-mod-base-content.p-g-mod-t-12 {
    border: 0;
    max-width: 1024px;
    margin: 0 auto;
}

.p-g-mod.p-g-mod-t-17 .p-g-mod-header .p-g-m-h-info,
.p-g-mod.p-g-mod-base-content.p-g-mod-t-12 .p-g-mod-header .p-g-m-h-info {
    text-align: center;
    justify-content: center;
    align-items: center;
}


.pattern-group .p-g-mod-t-3.p-g-mod-base-content {
    border: 0;
}

.pattern-group .p-g-mod-t-3.p-g-mod-base-content .p-g-mod-header .p-g-m-h-info {
    align-items: center;
    text-align: center;
}

.pattern-group .p-g-mod-t-3.p-g-mod-base-content .p-g-mod-body {
    font-size: 15px;
    line-height: 1.5;
}

.faq .btn-faq {
    color: rgb(34, 34, 34);
    background: rgb(247, 247, 247);
    padding: 10px;
    border-radius: 0px;
    border: 0;
    display: block;
    font-size: 16px;
}

.faq .collapse {
    padding: 10px 5px;
    font-size: 15px;
    line-height: 1.5;
}