body {
    background: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden; 
    font-family: "Rubik";
}  

/* Reset */
a {
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--main-color2);
}


/* 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 {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black.show {
    visibility: visible;
    opacity: 1;
}

/* Opacity 2 */
.op-black-2 {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition:all .4s;
}


.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black-2.show {
    visibility: visible;
    opacity: 1;
}


/* Header (Desktop) */
header.desktop {
    background: #fff;
    position: relative;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
}
header.desktop.fixed-d {
    position: fixed;
}
.dropdown-languages-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}
.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);
}
.dropdown-currencies-1 .dropdown-toggle:hover {
    color: var(--header-top-color-hover);
}
header.desktop .h-contact .info {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
header.desktop .h-contact .info .item {
    font-size: 12px;
    color: #fff;
    transition: all var(--transition-time);
    margin-right: 20px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
header.desktop .h-contact .info .item:hover {
    color: var(--header-top-color-hover);
}
header.desktop .h-contact .info .item i {
    margin-right: 6px;
    font-size: 13px;
}
header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
header.desktop .h-contact .social-media a {
    margin-left: 15px;
    font-size: 14px;
    color: var(--header-top-color);
}
header.desktop .h-contact .social-media a:hover {
    color: var(--header-top-color-hover);
    transition: all var(--transition-time);
}
header.desktop .header-area {
    height: 75px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
header.desktop .header-area.last {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
header.desktop .logo {
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
header.desktop .logo a img {
    width: 250px;
    height: 100%;
}
header.desktop .search {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    max-width: 470px;
    position: relative;
    transition: all var(--transition-time);
    background: #f9f9f9;
}
header.desktop .search form {
    width: 100%;
}
header.desktop .search form .input-box {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
}
header.desktop .search form input {
    float: left;
    color: #181818;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 45px;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 25px;
}
.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;
}
header.desktop .search form .btn-send {
    position: absolute;
    border-width: 0;
    color: #333;
    right: 8px;
    border-radius: 0;
    font-size: 16px;
    top: 5px;
    transition: all var(--transition-time);
}
header.desktop .easy-autocomplete-container {
    top: 47px;
}
header.desktop .header-area.last span.count {
    position: absolute;
    bottom: 9px;
    left: 23px;
    background: var(--main-color);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
header.desktop .menu {
    background: var(--menu-bg-color);
    height: 70px;
    border: 1px solid #ebebeb;
    border-right: 0;
    border-left: 0;
}
header.desktop .mega-menu {
    padding: 0;
    position: relative;
}
header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 68px;
}
header.desktop .mega-menu .nav-item {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--menu-color);
    line-height: normal;
    font-weight: 500;
    font-size: 13px;
    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-link::after {
    display: none;
}
header.desktop .mega-menu .nav-link:hover {
    color: var(--menu-color-hover);
}
header.desktop .mega-menu .nav-item:last-child .nav-link {
    border-right: 0;
}
header.desktop .mega-menu .dropdown {
    position: static;
}
header.desktop .mega-menu .dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    left: -1px;
    right: 0;
    top: 66px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    border: 1px solid #ebebeb;
    border-top: 0;
}
header.desktop .mega-menu .dropdown:hover .dropdown-menu, header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display: block !important;
}
header.desktop .h-banner {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Mega Menu Container */
.mega-menu-container {
    padding: 20px;
}
.mega-menu-container .sub-cat {
    margin-bottom: 15px;
}
.mega-menu-container .sub-title {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
    transition: all var(--transition-time);
}
.mega-menu-container .sub-title:hover {
    color: var(--main-color);
}
.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.mega-menu-container ul li a {
    font-size: 13px;
    color: #222;
    font-weight: 400;
    line-height: 25px;
    transition: var(--transition-time);
}
.mega-menu-container ul li a.sub-title {
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}
.mega-menu-container ul li a:hover {
    color: var(--main-color);
}
/* Mega Menu Side */
.mega-menu.side .mega-menu-container ul li {
    display: inline-block;
}
.mega-menu.side .mega-menu-container .comma {
    margin-right: 4px;
}
.mega-menu.side .mega-menu-container ul li:last-child .comma {
    display: none;
}
/* Single Menu */
.single-menu-container {
    display: block;
}
.single-menu-container .single-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 70px;
    align-items: center;
}
.single-menu-container .single-menu li:first-child {
    margin-left: 0;
}
.single-menu-container .single-menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.single-menu-container .single-menu li .sub-single-item {
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: var(--menu-color);
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.single-menu-container .single-menu li:hover > a:after {
    width: 100%;
}
.single-menu-container .single-sub-menu li a {
    border: 1px solid #ebebeb;
    animation: all ease 0.5s;
    -webkit-animation: all ease 0.5s;
    padding: 20px 15px;
    border-top: 0;
}
.single-menu-container .single-menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 6px -4px rgba(0, 0, 0, 0.75);
}
.single-menu-container .single-menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.single-menu-container .single-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #333;
    background: #fff;
    transition: var(--transition-time);
}
.single-menu-container .single-menu ul li a:hover, .single-menu ul li:hover > a {
    color: var(--main-color);
}
.single-menu-container .single-menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.single-menu-container .single-menu ul ul {
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}
.single-menu-container .single-menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.top-bar {
    background: linear-gradient(101.91deg, var(--main-color) 3.79%, var(--main-color) 51.89%, var(--main-color) 100%);
    height: 30px;
    display: flex;
    align-items: center;
}
.top-bar .col-md-9 {
    color: white;
}
.top-bar a {
    color: white;
}
.top-bar .container.col-md-12 {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Mobile Header */
.mobile-header-space {
    height: 60px;
    display: none; 
}

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    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;
}

header.mobile .icon-group {
    position: relative;
    color: #333;
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    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: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.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, .15);
    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 {
    /*display: none;*/
}

.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;
}

.bb-top-p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #575757 !important;
}
.bb-top {
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.bb-top-baslik {
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: -0.04em;
}
.bb-top-p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #575757;
}
.bb-sosyal {
    display: flex;
    width: 47%;
}
.sosyal {
    width: 50%;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.bb-kaydol {
    width: 50%;
    display: flex;
    border-right: 1px solid #e2e2e2;
    align-items: center;
    padding-right: 60px;
    gap: 60px;
}
.kaydol-form {
    display: flex;
    width: 65%;
    gap: 15px;
    flex-direction: column;
}
.newsletter-form {
    position: relative;
    width: 75%;
}
.sosyal-baslik {
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: -0.04em;
}
.sosyal-p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #575757;
}
.sosyal-icon a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #1d1d1d;
}
.sosyal-icon {
    display: flex;
    gap: 20px;
}
.sosyal-icon svg {
    margin-right: 10px;
}

/* Footer */

/* Footer */
/* Footer */
footer { 
    border-top: 1px solid #ebebeb;
    background-size: cover;
}
footer .bb {
    padding: 20px 0;
    background: #fff;
}
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 .info {
    padding: 25px 0;
}
footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
footer .title-2 {
    color: #000;
    font-size: 13px;
}
footer .title-3 {
    color: #000;
    font-size: 17px;
}
footer .secure .description {
    color: #000;
    margin: 5px 0;
}
footer .secure img {
    opacity: 0.5;
}
footer .info ul {
    padding: 0;
    margin: 0;
}
footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
}
footer .info ul li a {
    display: block;
    color: #454545;
    font-size: 13px;
    position: relative;
    line-height: 25px;
    transition: all var(--transition-time);
}
footer .info ul li a:hover {
    text-decoration: underline;
}
footer .bar {
    border-top: 1px solid #ebebeb;
    padding: 40px 0;
}
footer .bar a {
    color: #000;
    text-align: center;
}
footer .bar a:hover {
    color: #000;
}
footer .bar p {
    margin: 0;
    color: #000;
}

.footer-logo {
    text-align: center;
    margin-bottom: 2rem;
}
.b-right {
    border-right: 1px solid #7b7b7b;
}
.foot-menu {
    margin-bottom: 2rem;
    padding-left: 2rem;
}
.foot-menu .foot-title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #454545;
    font-weight: 700;
}
.foot-menu a {
    color: #454545;
}
.menu-social {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.menu-social svg {
    transform: rotate(270deg);
    margin-right: 10px;
}
.menu-social a {
    font-size: 14px;
}
.Etbis {
    padding-left: 2rem;
}
.footerLast {
   display: flex;
    justify-content: space-between;
    color: #454545;
    font-size: 12px;
    padding: 0 1rem;
    max-width: 100%;
}
footer .footer-contact,
footer .footer-contact * {
    color: #454545 !important;
    text-align: center;
    font-size: 14px;
    margin-bottom: 2rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
}
.contact-info .contact-item {
    margin: 5px 0;
    display: flex;
    align-content: center;
    cursor: pointer;
    color: #454545;
    font-size: 15px;
    margin-bottom: 1rem;
}
.contact-info .contact-item svg {
    margin-right: 1rem;
}
.contact-info .contact-item i {
    margin-right: 10px;
    font-size: 17px;
    transition: all var(--transition-time);
}
.contact-info .contact-item a {
    color: #454545;
    font-size: 15px;
}
.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;
}
/* 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;
}

.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: 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;
}


header.desktop .btn-categories {
    height: 50px;
    background: transparent;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Rubik";
    font-size: 15px;
    color: #000;
    cursor: pointer;
    padding: 0 15px;
    transition: all 0.4s;
    gap: 10px;
}
header.desktop .btn-categories a {
    color: #333;
    transition: all 0.4s;
    display: flex;
    font-family: "Rubik";
    gap: 10px;
    align-items: center;
}
header.desktop .btn-categories:hover i, header.desktop .dropdown-category:hover .btn-categories i {
    color: #333;
    transition: all 0.4s;
}
header.desktop .btn-categories i {
    font-size: 14px;
    color: #f20000 !important;
    margin: 0 !important;
}

/* Menu Left */
.dropdown-category .menu-left {
    display: none;
    z-index: 5;
    position: relative;
    background: #f9f9f9;
    border-top: 0;
    height: auto;
    min-height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    left: 0;
    right: auto;
    width: 150%;
    top: 100%;
    z-index: 9999;
}
.dropdown-category:hover .menu-left, .dropdown-category:focus .menu-left {
    display: block;
}
.dropdown-category:hover .menu-left ul.f-ul li.f-li:first-child .menu-deep-box, .dropdown-category:focus .menu-left ul.f-ul li.f-li:first-child .menu-deep-box {
    opacity: 1;
    display: block;
}
.menu-left:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    margin: auto;
    height: 24px;
    width: 380px;
}
.menu-left ul.f-ul {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.menu-left ul.f-ul li.f-li {
    list-style: none;
    flex: 1;
}
.menu-left ul.f-ul li.f-li .img-auto {
    background-color: #fff;
    padding: 3px;
    border-radius: 10px;
    width: 26.5px;
}
.menu-left ul.f-ul li.f-li:hover .menu-deep-box {
    display: block;
    opacity: 1;
    transition: all 0.4s;
}
.menu-left ul.f-ul li.f-li a.f-item {
    display: block;
    padding: 25px 0; 
    font-family: "Rubik";
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #181818;
}
.menu-left ul.f-ul li.f-li:hover a.f-item {
    color: var(--main-color);
    transition: all 0.4s;
}
.menu-left ul.f-ul li.f-li a.f-item .name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-left ul.f-ul li.f-li a.f-item .name img {
    max-height: 100%;
    filter: none;
    background: none;
    width: 100px;
    height: 100px;
}
.menu-left ul.f-ul li.f-li a.f-item .icon {
    color: #222;
    text-align: right;
    border-radius: 2px;
    font-size: 10px;
    padding-top: 5px;
    transition: all 0.4s;
}
.menu-left ul.f-ul li.f-li a.f-item:hover .icon {
    color: var(--main-color);
    transition: all 0.4s;
}
.menu-left ul.f-ul li.f-li a.f-item:hover .menu-left ul.f-ul li.f-li a.f-item .icon:last-child {
    color: #fff !important;
}
/* Deep Menu */
.menu-deep-box {
    position: absolute;
    top: 100%;
    border: 1px solid #e2e2e2;
    bottom: 0;
    background: #fff;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 99;
    height: 14rem;
    display: none;
    opacity: 0;
    padding: 10px;
    overflow-y: hidden;
    overflow-x: hidden;
    min-height: 99%;
    transition: all 0.4s;
    margin-top: -1px;
}
.menu-deep-box:hover {
    display: block;
    opacity: 1;
}
.categoryTree {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.kategori-img img {
    width: 100% !important;
    height: 180px;
}
.PalSeviyeTree {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    flex: 0 0 60%;
    justify-items: start;
    align-items: start;
    align-content: baseline;
}
.kategori-img {
    flex: 0 0 40%;
}
.menu-deep-box .title {
    font-family: "Rubik";
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #181818;
    padding: 5px 0;
    text-align: left;
}
.menu-deep-box .title:hover {
    color: var(--main-color);
}

/* Custom */
.installment-9 {
    display: none;
}

.button-shipping-location {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    width: 120px;
    margin-right: 5px;
}

.button-shipping-location .icon {
    font-size: 25px;
    margin-right: 8px;
    color: var(--main-color);
}

.button-shipping-location .text .name {
    font-size: 13px;
    font-weight: 600;
    color: var(--main-color);
}

.h-center .dropdown-category {
    height: 100%;
    display: flex;
    align-items: center;
}

.h-center .h-btn{
    height: 100%;
    display: flex;
    align-items: center;
}

footer .col-margin-right{
    margin-right: 30px;
}

footer .mobile-app{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

footer .social-media{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

footer .newsletter-container{
    background: #e4f0f2;
    padding: 20px 10px;
    width: 100%;
}

.card-product .quantity-unit-container{
   position: relative;
}

.card-product .cart-unit-basket-container {
    display: flex;
    background: #fff;
    height: 65px;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    padding-bottom: 10px;
    z-index: -1;
    width: 100%;
    left: 0;
}

.card-product:hover .cart-unit-basket-container {
    position: absolute;
    z-index: 1;
}

.card-product .product-unit {
    display: flex;
    justify-content: center;
    margin: 2px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    right: 50%;
}

.card-product .card-product-inner .price-group .discount {
    background: var(--main-color);
    border-radius: 15px;
    height: 28px;
    width: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
}
.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 15px;
    line-height: 18px;
    height: 36px; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #222;
    font-weight: 500;
}
.card-product{
    border: 1px solid #edeff1 !important;
    border-radius: 8px !important;
}

.card-product:hover {
    box-shadow: 0 0 5px 3px #edeff1;
}

.card-product .card-product-inner .image-wrapper .image {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
    color: #000;
}

.pattern-group .p-g-mod-t-56 .p-g-mod-header .p-g-m-h-button .btn-mod {
    font-size: 13px;
    padding: 0;
}

.card-list-product .card-list-product-inner {
    position: relative;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.card-list-product .card-list-product-inner .price-group .prices .list-price {
    color: #a6a6a6;
}

.card-list-product .card-list-product-inner .price-group .prices .sale-price {
    color: var(--main-color);
    font-weight: 500;
}

.card-list-product .card-list-product-inner .info .title {
    font-size: 13px;
    height: 55px;
}

.stories.carousel .story {
    max-width: 120px !important;
}

.stories.carousel .story>.item-link>.item-preview {
    max-height: 120px !important;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-control-next, .p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
    font-size: 17px;
    width: 40px!important;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    top: 45%;
    margin: 0 10px;
    color: #757575;
    opacity: 1;
}

.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: 10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: scroll;
}

.info-bar-1 {
    border-top: 1px solid #f8f8f8;
    padding: 20px 0;
    background: #fff;
    margin-top: 50px;
}

.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #000;
    padding: 10px 0;
}

.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    flex-direction: column;
    text-align: center;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 26px;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.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;
    transition: all var(--transition-time);
    font-size: 16px;
}

.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 {
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 12px;
    margin-top: 10px;
}

.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;
}

.card-blog .buttons .btn-read-more {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 15px;
}

.card-blog .buttons .btn-read-more i {
    font-size: 9px;
    margin-left: 5px;
}

.category-filter-order-desktop{
    display: inline-block;
    width: 170px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    font-size: 13px;
    color: #4a4a4a !important;
    font-weight: 400;
    padding-left: 14px;
    border: 1px solid #e7e3e3 !important;
    border-radius: 3px;
    background: url(images/select-arrow.svg) no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    outline: none;
}

.category-filter-order-desktop:focus{
    border-color: #e7e3e3 !important;
}

.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;
}

.category-filter-order .list-wrap {
    background: #eeeeee;
    border-radius: 5px;
    padding: 10px 20px;
}

.category-filter-order .list-wrap .list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
}

.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: 17.5px;
    font-weight: 500;
    color: var(--main-color);
    line-height: normal;
}

.card-product-content{
    text-align: center;
    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: var(--main-color);
    color: #fff;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
}

.categories-body .p-g-mod-t-cat-filter{
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.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: 1px solid #ebebeb;
    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: center;
    align-items: center;
    height: 50px;
    background: #fff;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link{
    transition: var(--transition-time);
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover{
    color: var(--main-color);
}

.product-details-tab-product-details-tab-colorful .tab-content{
    border: 1px solid #ebebeb;
    border-top: 0;
    background: #fff;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--main-color);
}

.product-badges .p-badge {
    height: 55px;
}
.pattern-group .p-g-mod .p-g-mod-body {
    padding: 10px;
}

body.product-body {
    background: #f1f1f1;
}
 body.product-body .pattern-group .p-g-mod {
    background: none;
}
.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;
}

.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 var(--main-color);
    padding: 5px 0;
    margin: 0 auto;
    flex-direction: column;
    border-radius: 4px;
    width: 150px;
    color: #898989;
}

.card-product .sale-price-basket .sale-price{
    font-weight: 600;
    font-size: 16px;
    color: var(--main-color);
}

.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: #999;
    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%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 29px;
    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: 30px;
    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;
}

.subtitle-img {
    max-height: 25px;
    margin-bottom: 5px;
}

header.desktop .mega-menu .nav-link {
    flex: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    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;
    height: 100%;
}

.single-menu-container .single-menu li .sub-single-item{
    padding: 0 15px;
}

/* 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;
}
    
/* İki Bölümlü 404 Sayfası - Tip 2*/

.e404-page-type-2 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.e404-page-type-2 .e404-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
    padding: 0 10%;
    border-top: 0;
    border-left: 0;
}

.e404-page-type-2 .e404-pic{
    height: 400px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}

.e404-page-type-2 .e404-title{
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}

/* Mobil Uygulama İkonları  */

footer .mobile-app-title{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

footer .mobile-app img{
    max-height: 40px;
}

/* Müşteri Etkileşim Butonları */

.product-customer-actions{
    padding: 10px 0;
    background: #fff;
}

.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{
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border-left: 5px solid var(--main-color);
    font-size:14px;
    color:#7a7a7a;
}

/* E-Bülten */

.newsletter-content {
    display: flex;
    align-items: center;
}

.newsletter-content .newsletter-title {
    color: #222;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.newsletter-form .form-control {
    height: 40px;
    display: block;
    color: #b1b1b1 !important;
    background: transparent;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e2e2e2 !important;
}
.form-control .newsletter-input:placeholder {
    color: var(--main-color) !important;
}
.newsletter-form .btn-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    border: 1px solid;
    padding: 0 28px;
    border-radius: 100px;
}
.newsletter-form .btn-submit:hover {
    background: var(--main-color);
    color: white;
}
 

/* SMS Bülteni */

.sms-newsletter-content .newsletter-title{
    color: #222;
    font-weight: 400;
    font-size: 14px;
    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-right: 15px;
    font-size: 13px;
    font-weight: 500;
}

footer .social-media a {
    color: #bababa;
    font-size: 17px;
    margin-right: 15px;
    border: 1px solid #bababa;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all var(--transition-time);
}

footer .social-media a:hover{
    color: var(--main-color);
    border-color: var(--main-color);
    transition: all var(--transition-time);
}

footer .social-media a:last-child{
    margin-right:0;
}

.card-product .card-product-inner .price-group .prices .list-price{
    text-decoration: line-through;
}

/* Buttons */

.card-blog,
.card-brand,
.card-category,
.card-product {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 10px;
    background: #08aac0;
    height: 35px;
    border-radius: 3px;
}

.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);
    margin-left: 6px;
    border-radius: 0;
}

.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{
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
    font-size: 13px;
}

.card-product .down-to-top .btn-cart:hover{
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}

.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);
}

.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);
}

.product-buttons .btn-fast-buy{
    background: var(--buy-now-bg);
    border-color: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
}

.product-buttons .btn-fast-buy:hover{
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}


.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);
}

.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;
}
/* 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);
}

header.desktop .header-bar .bar-user .link a .name{
    color: #222 !important;    
}

header.desktop .header-bar .bar-link{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222 !important;
    position: relative;
    line-height: normal;
    font-weight: 400;
    transition: all var(--transition-time);
    font-size: 12px;
}

header.desktop .header-bar .bar-link a{
    color: #222;
}

header.desktop .header-bar .bar-user .link{
    display: flex;
    flex-direction: column;
}

header.desktop .header-bar .bar-link i{
    margin-right: 7px;
    font-size: 23px;
}

header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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: 30%;
    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{
    padding: 5px;
    background: #fff;
    font-size: 18px;
    color:#000;
}
.card-product .buttons-wrapper.right-to-left {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -30px;
    transition: all 0.4s;
    background: #fff;
    z-index: 9;
    border: 1px solid #ebebeb;
    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 a{
    padding: 0;
    margin: 5px 0;
}

.card-product .right-to-left .cart-group a i{
    font-size: 17px;
    transition: all var(--transition-time);
}

.card-product .right-to-left .cart-group a:hover i{
    color: var(--main-color);
}

.card-product:hover .right-to-left{
    opacity:1;
    right: 0px;
    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:3px 0;
}


/* Product Detail */
.product-carousel-mobile{
    display: none;
}
.video-play{
    position: relative;
}
.video-play i{
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-indent:1px;
}


@media (max-width: 1200px){
    .button-shipping-location{
        display: none;
    }
    
    header.desktop .search form input {
        font-size: 10px;
    }
}

/* Responsive */
@media (max-width: 991px) {
    
    .card-product .sale-price-basket {
        margin: 10px auto;
    }
    
    .card-product .card-product-inner .buttons .btn-cart {
        border-radius: 15px;
        margin-right: 0;
        width: 100%;
    }
    
    .card-product .card-product-inner .buttons{
        width: 100%;
    }
    
    .card-product .product-unit {
        display: flex;
        justify-content: center;
        margin: 2px;
        font-weight: 500;
        position: relative;
        left: 0;
        right: 0;
    }
    
    .card-product .cart-unit-basket-container {
        height: auto;
        position: relative;
        bottom: 0;
        left: 0;
        padding-bottom: 10px;
        z-index: 1;
        flex-direction: column;
    }
    
    .card-product:hover .cart-unit-basket-container{
        position: relative;
    }
    
    
    
    .newsletter-form {
        position: relative;
        width: 100%;
        margin: 10px 0;
    }
    
    .newsletter-content {
        flex-direction: column;
    }
    
    footer .bb .col {
        flex-basis: auto;
    }
    
    footer .col-margin-right {
        margin-right: 0px;
    }
    
    .info-bar-1 .icons {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }
    
    .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-fast-buy {
        flex: 1;
    }
    
    .product-buttons .btn-cart{
        flex:1;
        margin-left:0;
    }
    
    .product-buttons .btn-wp {
        width: 100%;
    }
    
    .card-product .right-to-left{
        display: none !important;
    }
    
    .product-view-select{
        display: none;
    }
    
    .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;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }
    
    .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: 0;
    }

    footer .info .title {
        text-align: center !important;
        color: #fff;
        border: 1px solid #fff;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #fff;
        margin-bottom: 15px;
        color: #000 !important;
        padding: 10px;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #fff !important;
    }

    footer .info ul li a { 
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }

}

/* Header Shopping Cart */

header.desktop .header-cart-hover .nav-link::after {
    display: none;
}

  
header.desktop .header-cart-hover {
    position: relative;
    display: flex; 
}

header.desktop .header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 300px;
    left: inherit;
    right: 0;
    top: 34px;
    position: absolute;
    border: 2px solid #ececec;
    border-radius: 10px;
    -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;
}

header.desktop .header-cart-hover .dropdown-menu .top-header{
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header .title{
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}   

header.desktop .header-cart-hover:hover .dropdown-menu, 
header.desktop .header-cart-hover .dropdown-menu:hover {
    display:block!important;
}
 
header.desktop .header-cart-hover .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:hover{
    background: #f7f7f7;
    
}

header.desktop .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.desktop .header-cart-hover .dropdown-menu ul.user-links li:last-child a{
    border-bottom: 0px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.desktop .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.desktop .header-cart-hover .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}

header.desktop .header-cart-hover .btn-remove{
    background: #dedede;
    border: none;
    color: #000;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}


.header-cart-summary-1 {
        
}

.header-cart-summary-1 .table th {
    font-size: 12px !important;
    font-weight: 500;
        
}
        
.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}

.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: var(--add-cart-list-bg);
    color: var(--add-cart-list);
    transition: all var(--transition-time);
}

.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);
}

.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 .btn-color-2 i{
    font-size: 8px;
    padding-left: 3px;
}


.ajax-shopping-cart {
    padding: 15px;
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
}

.ajax-cart-empty{
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}

.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ajax-shopping-cart .product:last-child{
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.ajax-shopping-cart .product .image {
    flex: 2;
}

.ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 13px;
    text-align: right;
}

.ajax-shopping-cart .product .info {
    flex: 3;
    text-align:right;
}

.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: 1px solid #b8b8b8;
    color: #b8b8b8;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child {
	display: block
}

@media (max-width: 991px){
	.product-profile-1 .carousel .carousel-indicators li {
    	max-width: 50px;
	}
}

@media (max-width: 991px){
    .product-profile-1 h1.title {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .product-profile-1 .carousel .carousel-indicators{
        overflow: unset !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 767px) {
    
    .product-body .product-profile-1 .row-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    
    .product-profile-1 .carousel .carousel-indicators{
        overflow: unset !important;
        max-height: unset !important;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }
}

.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 {
    padding: 0.275rem 0.7rem !important;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body .btn-secondary {
    font-size: 13px;
    font-weight: 500;
    background: #818181;
    border-color: #818181;
}

.product-carousel-desktop.normal .carousel-item a img {
    width: 100%;
}

@media(max-width: 991px){
    .ppc-ctype-2 .row:first-of-type,
    .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }
}

.category-short-description {
    font-size: 15px;
} 

@media(max-width: 991px){
    .category-short-description {
        font-size: 13px;
    } 
}
.card-product-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 5px 10px;
    border-bottom: 1px solid #e2e2e2;
}

.card-product-content .brand {
    color: var(--main-color);
    font-weight: 600;
}

.product-profile-info {
    margin-bottom: 20px;
    list-style: none;
    display: flex;
    font-size: 14px;
    gap: 30px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}
.product-profile-info li {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.04em;
    color: #a1a1a1;
}
.product-profile-info li span {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.04em;
    color: #a1a1a1;
}
a.marka span {
    color: var(--main-color);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.03em;
}
p.prices-info {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #a1a1a1;
}
.indirimli {
    display: flex;
    gap: 15px;
}
.product-price-group .discount {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: var(--main-color);
    border: 1.5px solid ;
    border-radius: 3px;
    background: white;
    width: auto;
    height: auto;
    padding: 7px 20px;
}
.product-price-group button.btn.btn-cart.btn-color-1 {
    background: var(--main-color);
    box-shadow: 0px 2px 22px 2px rgba(0, 0, 0, 0.27);
    border-radius: 33.5px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 15px 40px;
}
.product-price-group button.btn.btn-cart.btn-color-1:hover {
    background: #fff;
    box-shadow: 0px 2px 22px 2px rgba(0, 0, 0, 0.27);
    border-radius: 33.5px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 15px 40px;
}
.product-price-group button.btn.btn-cart.btn-color-1:hover img {
    filter: invert(80%) sepia(83%) saturate(4229%) hue-rotate(342deg) brightness(87%) contrast(104%);
}
.destek-item a {
    display: flex;
    gap: 20px;
    padding: 20px 40px 20px 20px;
    border-right: 1px solid #e2e2e2;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #a1a1a1;
}
.destek-item a:hover {
    color: var(--main-color);
}
.destek-item:last-child a {
    border-right: none;
}
.destek {
    display: flex;
    justify-content: space-between;
}
.ozellikler {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    gap: 20px;
}
.pp-wrapper {
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
.product-profile-1 .aciklama {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.product-profile-1 h1.title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.03em;
    color: #1d1d1d;
    padding-bottom: 10px;
    border-bottom: none;
}
.product-profile-1 .aciklama p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #a1a1a1;
}
.product-price-group {
    justify-content: space-between;
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.product-price-group .price-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
}

p.prices-info {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #a1a1a1;
}
.product-price-group .discount {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: var(--main-color);
    border: 1.5px solid var(--main-color);
    border-radius: 3px;
    background: white;
    width: auto;
    height: auto;
    padding: 7px 20px;
}
.product-price-group .prices {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-price-group .prices .list-price {
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-decoration-line: line-through;
    color: #a1a1a1;
}
.indirimli {
    display: flex;
    gap: 15px;
}
.product-price-group .prices .sale-price {
    color: var(--main-color);
    font-weight: 600;
    font-size: 27px;
    line-height: 40px;
    letter-spacing: -0.03em;
} 
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    text-align: center;
    display: flex;
    margin: 0 10px;
    flex: 1;
}

@media(max-width: 991px){
    .bb-top {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.bb-kaydol {
    width: 100%;
    display: flex;
    border-right: none;
    align-items: center;
    padding-right: 10px;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 1rem;
    align-content: center;
}
.kaydol-form {
    display: flex;
    width: 100%;
    gap: 15px;
    flex-direction: column;
}
.bb-sosyal {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
}
.sosyal {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.destek-item a{
    border:none;
}
.destek {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-price-group .price-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
    flex-direction: column;
    gap: 1rem;
}

.product-price-group button.btn.btn-cart.btn-color-1{
    font-size:20px;
    line-height: 25px;
}
}
a.banner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

a.banner-item .image {
    width: 100%;
    overflow: hidden;
    border-radius: 22px;
}

a.banner-item .image img {
    display: block;
    width: 100%;
    height: clamp(140px, 18vw, 220px);
    object-fit: cover;
}
.KargoBedava{
    background: var(--main-color);
    color:#fff !important;
    border-radius: 10px;
    padding: 0 10px;
}

/* Marketplace Refresh */
body {
    background:
        radial-gradient(circle at top, rgba(255, 122, 24, 0.08), transparent 28%),
        linear-gradient(180deg, #f6f7fb 0%, #eef2f7 100%);
    color: #1f2937;
    font-family: "Gilroy-Medium", "Rubik", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.foot-title,
.card-product .card-product-inner .title,
.product-profile-1 h1.title,
.product-price-group .prices .sale-price,
.product-price-group button.btn.btn-cart.btn-color-1 {
    font-family: "Gilroy-Bold", "Rubik", sans-serif;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: min(100%, 1480px);
}

.marketplace-header .marketplace-topbar {
    background: linear-gradient(90deg, var(--main-color) 0%, #ff7a18 100%);
    min-height: 48px;
    box-shadow: 0 10px 24px rgba(204, 30, 30, 0.18);
    position: relative;
    z-index: 3;
}

.marketplace-header .marketplace-topbar .container,
.marketplace-header .marketplace-topbar .row {
    min-height: 48px;
    align-items: center;
}

.top-right {
    justify-content: flex-end;
    gap: 12px;
}

.top-right > div a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 12px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
    letter-spacing: 0.02em;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.top-right > div a:hover {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
    transform: translateY(-1px);
}

header.desktop {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

header.desktop.fixed-d {
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

header.desktop .h-center {
    padding: 18px 0 14px;
}

header.desktop .header-area {
    height: auto;
}

header.desktop .logo.header-area.first {
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 28px;
    width: 100%;
}

header.desktop .logo a {
    display: flex;
    align-items: center;
}

header.desktop .logo a img {
    width: 100%;
    max-width: 220px;
    max-height: 58px;
    object-fit: contain;
}

header.desktop .search {
    width: 100%;
    max-width: none;
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

header.desktop .search:hover,
header.desktop .search:focus-within {
    border-color: rgba(255, 122, 24, 0.28);
    box-shadow: 0 22px 40px rgba(255, 122, 24, 0.16);
}

header.desktop .search form input {
    height: 54px;
    padding-left: 22px;
    font-size: 15px;
    color: #111827;
    font-family: "Gilroy-Medium", "Rubik", sans-serif;
}

header.desktop .search form input::placeholder {
    color: #98a2b3;
}

header.desktop .search form .btn-send {
    top: 3px;
    right: 4px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--main-color) 0%, #ff7a18 100%);
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 24px rgba(255, 122, 24, 0.28);
}

header.desktop .search form .btn-send:hover {
    color: #fff;
    transform: translateY(-1px);
}

header.desktop .header-area.last {
    height: auto;
    gap: 12px;
    justify-content: flex-end;
}

header.desktop .btn-categories,
header.desktop .header-cart-hover {
    display: flex;
}

header.desktop .btn-categories > a,
header.desktop .header-cart-hover .btn-categories > a {
    position: relative;
    min-height: 56px;
    padding: 12px 16px;
    border-radius: 18px;
    border: 1px solid #e4e7ec;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: #101828;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
    transition: all 0.25s ease;
}

header.desktop .btn-categories > a:hover,
header.desktop .header-cart-hover .btn-categories > a:hover {
    border-color: rgba(255, 122, 24, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(255, 122, 24, 0.15);
    color: var(--main-color);
}

header.desktop .btn-categories > a svg,
header.desktop .header-cart-hover .btn-categories > a svg {
    flex-shrink: 0;
}

header.desktop .btn-categories > a svg path,
header.desktop .header-cart-hover .btn-categories > a svg path {
    transition: stroke 0.25s ease, fill 0.25s ease;
}

header.desktop .btn-categories > a:hover svg path,
header.desktop .header-cart-hover .btn-categories > a:hover svg path {
    stroke: var(--main-color);
    fill: var(--main-color);
}

header.desktop .header-area.last span.count {
    bottom: auto;
    left: auto;
    right: -2px;
    top: -2px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    background: linear-gradient(135deg, #ff7a18 0%, var(--main-color) 100%);
    box-shadow: 0 8px 18px rgba(255, 122, 24, 0.3);
}

header.desktop .header-cart-hover .dropdown-menu {
    top: calc(100% + 8px);
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    box-shadow: 0 28px 42px rgba(15, 23, 42, 0.14);
    overflow: hidden;
}

.menu-left.menu-left-index {
    margin-top: 12px;
    position: relative;
}

.menu-left:before {
    display: none;
}

.menu-left {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    overflow: visible;
}

.menu-left ul.f-ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    padding: 0;
    margin: 0;
    overflow: visible;
    scrollbar-width: none;
}

.menu-left ul.f-ul li.f-li {
    margin: 0;
    flex: 1 1 0;
    min-width: 0;
}

.menu-left ul.f-ul li.f-li a.f-item {
    min-height: 56px;
    height: 100%;
    padding: 10px 8px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fafc 0%, #f2f4f7 100%);
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.25s ease;
    position: relative;
    z-index: 2;
}

.menu-left ul.f-ul li.f-li a.f-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 18px;
}

.menu-left ul.f-ul li.f-li:hover a.f-item {
    background: linear-gradient(135deg, rgba(255, 122, 24, 0.14) 0%, rgba(204, 30, 30, 0.12) 100%);
    border-color: rgba(255, 122, 24, 0.25);
    transform: translateY(-2px);
}

.menu-left ul.f-ul li.f-li a.f-item .name {
    float: none !important;
    width: 100%;
    color: #101828;
    font-size: 13px;
    line-height: 1.25;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-left ul.f-ul li.f-li a.f-item .name img {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    object-fit: cover;
    background: #fff;
    padding: 4px;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.menu-left .menu-deep-box {
    top: calc(100% - 10px);
    left: 8px;
    width: calc(100% - 16px);
    bottom: auto;
    height: auto;
    min-height: 14rem;
    max-height: min(26rem, calc(100vh - 220px));
    margin-top: 0;
    padding: 18px 18px 16px;
    overflow-y: auto;
    border: 1px solid #e4e7ec;
    border-radius: 22px;
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.1);
}

.menu-left ul.f-ul li.f-li:hover .menu-deep-box,
.menu-left ul.f-ul li.f-li:focus-within .menu-deep-box {
    display: block;
    opacity: 1;
}

.marketplace-footer {
    margin-top: 56px;
    background:
        radial-gradient(circle at top right, rgba(255, 122, 24, 0.18), transparent 26%),
        linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #cbd5e1;
}

.marketplace-footer .marketplace-footer-body {
    border: 0;
    padding: 48px 0 0;
}

.marketplace-footer .info {
    padding-top: 0;
}

.marketplace-footer .marketplace-footer-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.22);
}

.marketplace-footer .marketplace-footer-logo img {
    max-height: 54px;
    object-fit: contain;
}

.marketplace-footer .marketplace-contact-info {
    display: grid;
    gap: 12px;
    margin-top: 20px !important;
}

.marketplace-footer .marketplace-contact-item,
.marketplace-footer .marketplace-contact-item a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    color: #e5e7eb;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.25s ease;
}

.marketplace-footer .marketplace-contact-item a:hover,
.marketplace-footer .marketplace-contact-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-2px);
}

.marketplace-footer .marketplace-contact-item svg {
    flex-shrink: 0;
}

.marketplace-footer .marketplace-contact-item svg path {
    stroke: #ffb37a;
}

.marketplace-footer .marketplace-contact-item > div,
.marketplace-footer .marketplace-contact-item a > div {
    min-width: 0;
}

.marketplace-footer .marketplace-contact-item > div {
    color: #e5e7eb;
    font-size: 13px;
    line-height: 1.6;
}

.marketplace-footer .marketplace-foot-menu {
    margin-bottom: 28px;
}

.marketplace-footer .marketplace-foot-title {
    margin-bottom: 14px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.marketplace-footer .marketplace-foot-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.marketplace-footer .marketplace-foot-menu ul li {
    margin-bottom: 10px;
}

.marketplace-footer .marketplace-foot-menu ul li a {
    color: #cbd5e1;
    font-size: 14px;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.marketplace-footer .marketplace-foot-menu ul li a:hover {
    color: #fff;
    padding-left: 6px;
}

.marketplace-footer .marketplace-menu-social {
    display: grid;
    gap: 12px;
}

.marketplace-footer .marketplace-menu-social a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.marketplace-footer .marketplace-menu-social a:hover {
    background: rgba(255, 255, 255, 0.12);
}

.marketplace-footer .marketplace-menu-social a svg {
    flex-shrink: 0;
}

.marketplace-footer .marketplace-menu-social a svg path {
    stroke: #ffb37a;
}

.marketplace-footer .marketplace-footer-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 8px;
    padding: 24px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.marketplace-footer .marketplace-bank-image {
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.marketplace-footer .marketplace-bank-image img {
    width: min(100%, 380px);
    max-width: 380px;
    max-height: 60px;
    filter: none !important;
}

.marketplace-footer .marketplace-copyright span {
    color: #cbd5e1;
    font-size: 13px;
}

.card-product {
    padding: 6px 0;
}

.card-product .card-product-inner {
    height: 100%;
    padding: 14px;
    border-radius: 26px;
    border: 1px solid #e4e7ec;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.card-product:hover .card-product-inner {
    transform: translateY(-8px);
    border-color: rgba(255, 122, 24, 0.22);
    box-shadow: 0 28px 48px rgba(15, 23, 42, 0.12);
}

.card-product .card-product-inner .image-wrapper {
    padding: 12px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fafc 0%, #eff3f8 100%);
    margin-bottom: 14px;
}

.card-product .card-product-inner .image-wrapper .image {
    border-radius: 18px;
    background: #fff;
    min-height: 260px;
    padding: 14px;
    box-shadow: inset 0 0 0 1px #edf1f5;
}

.card-product .card-product-inner .image-wrapper .image img,
.card-product .card-product-inner .image-wrapper .image video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-product .free-cargo-badge {
    top: 18px;
    left: 18px;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 11px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
    letter-spacing: 0.03em;
    background: linear-gradient(135deg, var(--main-color) 0%, #ff7a18 100%);
    box-shadow: 0 14px 24px rgba(255, 122, 24, 0.24);
}

.card-product-content {
    gap: 10px;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edf2f7;
}

.card-product-content .brand {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 122, 24, 0.12);
    color: #c2410c;
    font-size: 12px;
}

.card-product .product-code,
.card-product .barcode {
    color: #98a2b3;
    font-size: 12px;
}

.card-product .card-product-inner .title {
    min-height: 52px;
    margin-bottom: 12px;
    color: #101828;
    font-size: 16px;
    line-height: 1.45;
}

.card-product .card-product-inner .price-group {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0 0;
    margin-top: auto;
    border-top: 1px solid #edf2f7;
}

.card-product .card-product-inner .price-group .discount {
    min-width: fit-content;
    padding: 8px 12px;
    border-radius: 14px;
    border: 0;
    background: rgba(255, 122, 24, 0.12);
    color: #c2410c;
    font-size: 12px;
}

.card-product .card-product-inner .price-group .prices {
    align-items: flex-end;
}

.card-product .card-product-inner .price-group .prices .list-price {
    margin-bottom: 2px;
    color: #98a2b3;
    font-size: 14px;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    color: #101828;
    font-size: 26px;
    line-height: 1.1;
}

.card-product .sale-price-basket {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.12) 0%, rgba(16, 185, 129, 0.08) 100%);
    border: 1px solid rgba(34, 197, 94, 0.14);
}

.card-product .sale-price-basket .sale-price {
    color: #0f9f5e;
}

.card-product .cart-unit-basket-container {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid #edf2f7;
}

.card-product .buttons .btn-cart,
.card-product .down-to-top .btn-cart,
.header-cart-summary-1 .buttons .btn {
    border-radius: 14px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.product-profile-1 {
    padding-top: 8px;
}

.product-profile-1 > .row {
    align-items: flex-start;
}

.product-profile-1 .pp-wrapper {
    padding: 28px;
    border: 1px solid #e4e7ec;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    box-shadow: 0 24px 46px rgba(15, 23, 42, 0.08);
    position: sticky;
    top: 112px;
}

.product-profile-1 .product-profile-info {
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 0;
    border-bottom: 0;
    flex-wrap: wrap;
}

.product-profile-info li,
.product-profile-info li span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #eaecf0;
    background: #f8fafc;
    color: #667085;
    font-size: 13px;
}

.product-profile-info li a,
.product-profile-info li a span,
a.marka span {
    color: #344054;
}

.product-profile-1 .aciklama {
    margin-bottom: 16px;
    padding-bottom: 0;
    border-bottom: 0;
}

.product-profile-1 h1.title {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 1.2;
    color: #101828;
}

.product-price-group {
    padding: 22px;
    border: 1px solid rgba(255, 122, 24, 0.18);
    border-radius: 26px;
    background: linear-gradient(180deg, #fff8f1 0%, #ffffff 100%);
}

.product-price-group .price-group {
    gap: 16px;
    margin: 0;
    align-items: flex-end;
}

.product-price-group .discount {
    border: 0;
    border-radius: 16px;
    padding: 10px 14px;
    background: linear-gradient(135deg, rgba(255, 122, 24, 0.16) 0%, rgba(204, 30, 30, 0.12) 100%);
    color: #c2410c;
}

.product-price-group .prices {
    align-items: flex-start;
}

.product-price-group .prices .list-price {
    font-size: 16px;
    line-height: 1.4;
}

.product-price-group .prices .sale-price {
    font-size: 34px;
    line-height: 1;
}

.product-price-group button.btn.btn-cart.btn-color-1 {
    min-width: 230px;
    padding: 16px 26px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--main-color) 0%, #ff7a18 100%);
    box-shadow: 0 18px 32px rgba(255, 122, 24, 0.24);
    font-size: 20px;
    line-height: 1.2;
}

.product-price-group button.btn.btn-cart.btn-color-1:hover {
    color: #fff;
    background: linear-gradient(135deg, #b91c1c 0%, #f97316 100%);
    border: 0;
    transform: translateY(-2px);
}

.product-price-group button.btn.btn-cart.btn-color-1:hover img {
    filter: none;
}

.variant-box {
    margin-bottom: 18px !important;
    padding: 18px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
}

.variant-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.variant-box .variant + .variant {
    margin-top: 14px;
}

.variant-box .variant .name {
    margin-bottom: 10px;
    color: #101828;
    font-size: 14px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.variant-box .variant select {
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid #d0d5dd;
    box-shadow: none;
}

.variant-box .options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.variant-box .options a {
    min-width: 44px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #d0d5dd;
    color: #344054;
    font-size: 13px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.variant-box .options a.active {
    background: linear-gradient(135deg, var(--main-color) 0%, #ff7a18 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 12px 24px rgba(255, 122, 24, 0.2);
}

.variant-box .options a.sold-out {
    opacity: 0.45;
}

.product-rate,
.product-transfer-discount {
    padding: 12px 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e4e7ec;
    color: #344054;
}

.destek {
    gap: 10px;
    margin-top: 18px;
    padding: 8px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #e4e7ec;
}

.destek-item {
    flex: 1;
}

.destek-item a {
    height: 100%;
    min-height: 92px;
    padding: 18px;
    border-right: 0;
    border-radius: 18px;
    background: #f8fafc;
    color: #667085;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    transition: all 0.25s ease;
}

.destek-item a:hover {
    color: var(--main-color);
    background: rgba(255, 122, 24, 0.08);
    transform: translateY(-2px);
}

.product-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.product-badges .p-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 72px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    color: #344054;
}

.product-badges .p-badge i {
    color: var(--main-color);
}

.product-carousel-desktop.normal .carousel-item a,
.product-profile-1 .carousel .carousel-inner,
.product-profile-1 .carousel .carousel-item {
    border-radius: 26px;
    overflow: hidden;
}

.product-profile-1 .carousel .carousel-item img {
    background: #fff;
}

header.mobile {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}

header.mobile .icon-group {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #f8fafc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #344054;
    border: 1px solid #e4e7ec;
}

header.mobile .icon-group .badge {
    background: linear-gradient(135deg, var(--main-color) 0%, #ff7a18 100%);
}

.sidebar-menu-type-2 {
    background: #fff;
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.18);
}

.sidebar-menu-type-2 .logo-area,
.sidebar-menu-type-2 .mobil-area-title {
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
}

.sidebar-menu-type-2 .short-link a,
.sidebar-menu-type-2 .categories ul li a {
    border-radius: 14px;
}

@media (max-width: 1200px) {
    .menu-left ul.f-ul {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    header.desktop .logo.header-area.first {
        grid-template-columns: minmax(160px, 210px) minmax(0, 1fr);
        gap: 18px;
    }
}

@media (max-width: 991px) {
    body {
        background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    }

    .top-bar {
        display: none;
    }

    header.mobile {
        height: auto;
        min-height: 70px;
        padding: 12px 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    header.mobile .left,
    header.mobile .center,
    header.mobile .right {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
    }

    header.mobile .left,
    header.mobile .right {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    header.mobile .center {
        flex: 1;
    }

    header.mobile .logo img {
        max-height: 38px;
    }

    .card-product .card-product-inner {
        border-radius: 22px;
        padding: 10px;
    }

    .card-product .card-product-inner .image-wrapper {
        padding: 10px;
        border-radius: 18px;
    }

    .card-product .card-product-inner .image-wrapper .image {
        min-height: 200px;
        border-radius: 16px;
    }

    .card-product .card-product-inner .title {
        min-height: auto;
        font-size: 14px;
    }

    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 22px;
    }

    .product-profile-1 .pp-wrapper {
        position: static;
        top: auto;
        padding: 20px;
        border-radius: 24px;
    }

    .product-profile-1 h1.title {
        font-size: 26px;
    }

    .product-price-group {
        padding: 18px;
        border-radius: 22px;
    }

    .product-price-group .price-group {
        align-items: stretch;
    }

    .product-price-group .prices .sale-price {
        font-size: 28px;
    }

    .product-price-group button.btn.btn-cart.btn-color-1 {
        width: 100%;
        min-width: 0;
        font-size: 18px;
    }

    .destek {
        flex-direction: column;
    }

    .destek-item a {
        min-height: 84px;
    }

    .product-badges {
        grid-template-columns: 1fr;
    }

    .marketplace-footer .marketplace-footer-body {
        padding-top: 34px;
    }

    .marketplace-footer .marketplace-footer-logo a {
        width: 100%;
    }

    .marketplace-footer .marketplace-contact-info {
        margin-bottom: 24px;
    }

    .marketplace-footer .marketplace-footer-last {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .marketplace-footer .marketplace-bank-image {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .card-product-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-product .card-product-inner .price-group {
        align-items: flex-start;
        flex-direction: column;
    }

    .menu-left ul.f-ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-profile-info li,
    .product-profile-info li span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* Marketplace Structure Refresh */
.marketplace-header .marketplace-topbar {
    min-height: 48px;
}

.marketplace-header .market-topline {
    min-height: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 0;
}

.marketplace-header .market-topline-left,
.marketplace-header .market-topline-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 0;
}

.marketplace-header .market-topline-right {
    justify-content: flex-end;
}

.marketplace-header .market-top-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 12px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
    white-space: nowrap;
}

.marketplace-header .market-topline-right a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 12px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
    white-space: nowrap;
}

.marketplace-header .market-topline-right a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.24);
}

.marketplace-header .h-center {
    padding: 14px 0 12px;
}

.marketplace-header .market-header-main {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) minmax(300px, 360px);
    gap: 14px;
    align-items: center;
}

.marketplace-header .market-header-logo-block {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.marketplace-header .market-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
    border: 1px solid #e4e7ec;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.marketplace-header .market-header-logo img {
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
}

.marketplace-header .market-header-logo-note {
    display: none;
}

.marketplace-header .market-header-search-block {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.marketplace-header .market-search-tags {
    display: none;
}

.marketplace-header .market-header-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
}

.marketplace-header .market-header-actions > * {
    width: 100%;
    min-width: 0;
}

.marketplace-header .btn-categories > a,
.marketplace-header .header-cart-hover .btn-categories > a {
    width: 100%;
    min-height: 82px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px 8px;
    gap: 8px;
}

.marketplace-header .btn-categories,
.marketplace-header .header-cart-hover {
    display: block;
    width: 100%;
    min-width: 0;
}

.marketplace-header .action-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 122, 24, 0.16) 0%, rgba(204, 30, 30, 0.12) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.marketplace-header .action-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    align-items: center;
    text-align: center;
}

.marketplace-header .action-content strong {
    color: #101828;
    font-size: 13px;
    font-family: "Gilroy-Bold", "Rubik", sans-serif;
}

.marketplace-header .action-content small {
    display: none;
}

.marketplace-header .action-cart .count {
    right: -4px;
    top: -4px;
}

.marketplace-header .market-header-categories {
    margin-top: 12px;
}

.marketplace-header .market-header-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.marketplace-header .benefit-card {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e4e7ec;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
    color: #344054;
    font-size: 12px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.marketplace-header .benefit-card i {
    color: var(--main-color);
}

.marketplace-header {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.marketplace-header.fixed-d {
    width: 100%;
    z-index: 10040;
    animation: marketplaceHeaderDock 0.24s ease;
}

.marketplace-header.fixed-d .marketplace-topbar,
.marketplace-header.fixed-d .market-header-logo-note,
.marketplace-header.fixed-d .market-search-tags,
.marketplace-header.fixed-d .market-header-categories,
.marketplace-header.fixed-d .market-header-benefits {
    display: none;
}

.marketplace-header.fixed-d .h-center {
    padding: 10px 0;
}

.marketplace-header.fixed-d .market-header-main {
    grid-template-columns: 170px minmax(0, 1fr) minmax(300px, 390px);
    gap: 14px;
    align-items: center;
}

.marketplace-header.fixed-d .market-header-logo-block,
.marketplace-header.fixed-d .market-header-search-block {
    gap: 0;
}

.marketplace-header.fixed-d .market-header-logo {
    min-height: 72px;
    padding: 12px 16px;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.marketplace-header.fixed-d .market-header-logo img {
    max-height: 42px;
}

.marketplace-header.fixed-d .search {
    padding: 4px;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.marketplace-header.fixed-d .search form input {
    height: 48px;
    padding-left: 18px;
    font-size: 14px;
}

.marketplace-header.fixed-d .search form .btn-send {
    top: 3px;
    right: 3px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 16px;
}

.marketplace-header.fixed-d .market-header-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.marketplace-header.fixed-d .btn-categories,
.marketplace-header.fixed-d .header-cart-hover {
    min-width: 0;
}

.marketplace-header.fixed-d .btn-categories > a,
.marketplace-header.fixed-d .header-cart-hover .btn-categories > a {
    min-height: 54px;
    padding: 8px 10px;
    border-radius: 16px;
    gap: 8px;
}

.marketplace-header.fixed-d .action-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
}

.marketplace-header.fixed-d .action-content {
    gap: 0;
    overflow: hidden;
}

.marketplace-header.fixed-d .action-content strong {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.marketplace-header.fixed-d .action-content small {
    display: none;
}

@keyframes marketplaceHeaderDock {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.marketplace-mobile-header {
    padding: 10px 14px;
}

.marketplace-mobile-header .mobile-toolbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.marketplace-footer .footer-shell {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 26px;
}

.marketplace-footer .footer-brand-card,
.marketplace-footer .footer-links-column {
    min-height: 100%;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
}

.marketplace-footer .footer-brand-card {
    padding: 24px;
}

.marketplace-footer .footer-brand-copy {
    margin-top: 18px;
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 14px;
}

.marketplace-footer .footer-brand-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.marketplace-footer .footer-brand-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 12px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.marketplace-footer .footer-links-column {
    padding: 24px;
}

.marketplace-footer .footer-feature-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.marketplace-footer .footer-feature-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 92px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.marketplace-footer .footer-feature-card i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255, 122, 24, 0.18);
    color: #ffb37a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.marketplace-footer .footer-feature-card strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: "Gilroy-Bold", "Rubik", sans-serif;
}

.marketplace-footer .footer-feature-card span {
    display: block;
    margin-top: 4px;
    color: #cbd5e1;
    font-size: 12px;
    line-height: 1.5;
}

.marketplace-footer .footer-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.marketplace-footer .social-menu {
    padding: 0;
}

.marketplace-footer .marketplace-contact-item a strong,
.marketplace-footer .marketplace-contact-item a span {
    display: block;
}

.marketplace-footer .marketplace-contact-item a strong {
    color: #fff;
    font-size: 13px;
    font-family: "Gilroy-Bold", "Rubik", sans-serif;
}

.marketplace-footer .marketplace-contact-item a span {
    margin-top: 4px;
    color: #cbd5e1;
    font-size: 12px;
}

.market-card {
    padding: 2px 0;
}

.market-card .card-product-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border-radius: 18px;
}

.market-card .card-product-inner .image-wrapper {
    padding: 6px;
    margin-bottom: 8px;
    border-radius: 16px;
}

.market-card .card-product-inner .image-wrapper .image {
    min-height: 180px;
    padding: 8px;
    border-radius: 12px;
}

.market-card .free-cargo-badge {
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    font-size: 9px;
}

.market-card .card-product-media {
    position: relative;
}

.market-card .card-marketplace-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
}

.market-card .market-chip {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 4px 7px;
    border-radius: 999px;
    font-size: 9px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.market-card .stock-chip {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.market-card .cargo-chip {
    background: rgba(255, 122, 24, 0.12);
    color: #c2410c;
}

.market-card .card-product-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.market-card .card-marketplace-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
}

.market-card .marketplace-summary-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 22px;
    padding: 4px 6px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    color: #667085;
    font-size: 9px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.market-card .marketplace-summary-item i {
    color: var(--main-color);
}

.market-card .card-product-content {
    gap: 6px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    align-items: center;
}

.market-card .card-product-content .brand {
    padding: 4px 8px;
    font-size: 10px;
}

.market-card .product-code,
.market-card .barcode {
    font-size: 10px;
    line-height: 1.2;
}

.market-card .card-product-inner .title {
    display: -webkit-box;
    min-height: 34px;
    height: 34px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market-card .card-product-inner .price-group {
    gap: 8px;
    padding-top: 8px;
}

.market-card .card-product-inner .price-group .discount {
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 10px;
}

.market-card .card-product-inner .price-group .prices .list-price {
    font-size: 11px;
}

.market-card .card-product-inner .price-group .prices .sale-price {
    font-size: 19px;
}

.market-card .cart-unit-basket-container {
    margin-top: auto;
}

.market-product-page .market-product-layout {
    align-items: start;
}

.market-product-page .market-gallery-shell {
    padding: 22px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    border: 1px solid #e4e7ec;
    box-shadow: 0 24px 46px rgba(15, 23, 42, 0.08);
}

.market-product-page .market-gallery-notes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.market-product-page .market-gallery-note {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 14px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    color: #344054;
    font-size: 13px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.market-product-page .market-gallery-note i {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(255, 122, 24, 0.14);
    color: var(--main-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.market-product-page .market-product-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.market-product-page .market-detail-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 122, 24, 0.12);
    color: #c2410c;
    font-size: 12px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.market-product-page .market-title-subline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.market-product-page .market-title-state {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    color: #475467;
    font-size: 12px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.market-product-page .market-title-state.in-stock {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.market-product-page .market-title-state.out-stock {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

.market-product-page .market-offer-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.market-product-page .market-offer-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e4e7ec;
    color: #475467;
    font-size: 12px;
    font-family: "Gilroy-SemiBold", "Rubik", sans-serif;
}

.market-product-page .market-offer-pills i {
    color: var(--main-color);
}

.market-product-page .market-price-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.market-product-page .market-buy-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.market-product-page .market-buy-note {
    max-width: 240px;
    color: #667085;
    font-size: 12px;
    line-height: 1.6;
}

@media (max-width: 1400px) {
    .marketplace-header .market-header-main {
        grid-template-columns: 220px minmax(0, 1fr) 320px;
    }
}

@media (max-width: 1200px) {
    .marketplace-header .market-topline {
        grid-template-columns: 1fr;
    }

    .marketplace-header .market-topline-right {
        justify-content: flex-start;
    }

    .marketplace-header .market-header-main {
        grid-template-columns: 1fr;
    }

    .marketplace-header .market-header-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .marketplace-footer .footer-shell {
        grid-template-columns: 1fr;
    }

    .marketplace-footer .footer-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .market-product-page .market-gallery-notes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .marketplace-header .market-topline {
        grid-template-columns: 1fr;
    }

    .marketplace-header .market-topline-left,
    .marketplace-header .market-topline-right {
        justify-content: flex-start;
        align-items: stretch;
    }

    .marketplace-header .market-top-pill,
    .marketplace-header .market-topline-right a {
        width: 100%;
        justify-content: center;
    }

    .marketplace-header .market-header-actions {
        grid-template-columns: 1fr;
    }

    .marketplace-header .market-header-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .marketplace-footer .footer-feature-row,
    .marketplace-footer .footer-link-grid {
        grid-template-columns: 1fr;
    }

    .market-product-page .market-gallery-shell {
        padding: 16px;
        border-radius: 24px;
    }

    .market-product-page .market-product-badge-row,
    .market-product-page .market-title-subline,
    .market-product-page .market-offer-pills {
        gap: 8px;
    }

    .market-product-page .market-buy-note {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .marketplace-header .market-header-benefits {
        grid-template-columns: 1fr;
    }

    .marketplace-header .market-search-tags {
        padding-top: 0;
    }

    .marketplace-header .market-search-tags span {
        width: 100%;
    }

    .market-card .card-marketplace-summary {
        flex-direction: column;
    }
}
