@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Playwrite+ID:wght@100..400&display=swap');

body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    left: 0;
    transition: all .4s;
}  

/* Reset */
a {
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--main-color2);
}

/* 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;
}

.op-black-2 {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black-2.show {
    visibility: visible;
    opacity: 1;
}

/* Header (Desktop) */
header.desktop.scrolled {
    top: 0 !important;
    transition: .4s;
}
header.desktop  {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 20;
    transition: .4s;
    background: transparent;
    border-bottom: 0px solid #e5e5e5;
    transition: background var(--transition-time), box-shadow var(--transition-time);
}



header.desktop:hover,
header.desktop.scrolled {
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

header.desktop:hover .mega-menu .nav-link,
header.desktop.scrolled .mega-menu .nav-link,
header.desktop:hover .single-menu-container .single-menu li > a,
header.desktop.scrolled .single-menu-container .single-menu li > a {
    color: #000;
}

header.desktop:hover .header-bar .bar-link,
header.desktop.scrolled .header-bar .bar-link {
    color: #000 !important;
}

header.desktop:hover .header-bar .bar-link .icon,
header.desktop.scrolled .header-bar .bar-link .icon,
header.desktop:hover .header-bar .bar-link .icon svg,
header.desktop.scrolled .header-bar .bar-link .icon svg {
    color: #000;
}

header.desktop:hover .search,
header.desktop.scrolled .search {
    background: #f5f5f5 !important;
}

header.desktop .h-contact {
    background: #9F8D7B;
    height: 45px;
}

header.desktop .h-contact .h-contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    height: 45px;
}

header.desktop .h-contact .h-contact-items {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

header.desktop .h-contact .h-contact-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 40px;
    padding: 8px 16px;
    text-align: center;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: var(--header-top-color);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

header.desktop .h-contact .h-contact-item:last-child {
    border-right: 0;
}

header.desktop .h-contact .h-contact-item i {
    font-size: 14px;
    line-height: 1;
    color: #9F8D7B;
    background: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.desktop .h-contact .h-contact-item span {
    line-height: 1.3;
}

header.desktop .h-contact-dil {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-shrink: 0;
    height: 45px;
}

header.desktop .h-contact-dil .dropdown,
header.desktop .h-contact-dil .dropdown-languages-1,
header.desktop .h-contact-dil .dropdown-currencies-1 {
    margin: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.desktop .h-contact-dil .dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    transition: background .2s ease, border-color .2s ease;
}

header.desktop .h-contact-dil .dropdown-toggle:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff !important;
}

header.desktop .h-contact-dil .dropdown-toggle img,
header.desktop .h-contact-dil .dropdown-toggle .flag {
    width: 16px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}

header.desktop .h-contact-dil .dropdown-menu {
    z-index: 30;
    min-width: 140px;
    right: 0;
    left: auto !important;
    margin-top: 6px;
    font-size: 13px;
}

header.desktop .h-center{
    position: relative;
}

.dropdown-languages-1 .dropdown-toggle {
    align-items: center;
    cursor: pointer;
    display: block;
    display: flex;
    font-size: 13px;
    height: 100%;
    justify-content: flex-start;
}

.dropdown-languages-1 .dropdown-toggle:hover{
    color: var(--header-top-color-hover);
}

.dropdown-currencies-1 .dropdown-toggle {
    color: #000;
    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: 13px;
    color: var(--header-top-color);
    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 .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

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: 112px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: center;
    -webkit-align-items: center; 
}

header.desktop .logo a img {
    max-height: 80px;
}

header.desktop .header-search-area {
    width: 100%;
}

.home-body header.desktop .search {
    width: 17rem;
    background: #f5f5f52b;
    border-radius: 50px;
    position: relative;
    opacity: 1;
    visibility: visible; 
}

header.desktop .search {
    width: 17rem;
    background: #f5f5f5;
    border-radius: 50px;
    position: relative;
    opacity: 1;
    visibility: visible; 
}

header.desktop .search form {
    width: 100%;
    position: relative;
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 42px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 500;
    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: 12px;
}

.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;
    transition: all var(--transition-time);
}

header.desktop .search form input::placeholder {
    color: #666;
}

header.desktop .search:hover,
header.desktop .search:focus,
header.desktop .search:active{
    border-color: var(--main-color2);
}

header.desktop .search form .btn-send {
    position: absolute;
    width: 34px;
    height: 34px;
    background: var(--main-color);
    border-width: 0;
    color: #fff;
    right: 4px;
    border-radius: 50%;
    font-size: 14px;
    top: 4px;
    transition: all var(--transition-time);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

header.desktop .search form .btn-send:hover{
    background: var(--main-color2);
}

header.desktop .easy-autocomplete-container {
    top: 42px;
}

header.desktop .menu {
    background: transparent;
    height: 112px;
    border-right: 0;
    border-left: 0;
    width: 100%;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    justify-content: flex-start;
    height: 112px;
}

header.desktop .mega-menu .nav-item {
    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: 400;
    font-size: 16px;
    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);
    border-bottom: 1px solid transparent;
    padding: 0 12px;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .nav-item.dropdown .nav-link::after {
    content: '\e81c';
    font-family: coreicon;
    display: inline-block;
    margin-left: 6px;
    border: 0;
    font-size: 12px;
    line-height: 1;
    transform: rotate(0deg);
    transition: transform var(--transition-time);
    flex-shrink: 0;
}

header.desktop .mega-menu .nav-item.dropdown:hover .nav-link::after {
    transform: rotate(180deg);
}

header.desktop .mega-menu .nav-link:hover {
    color: var(--menu-color-hover);
    border-color: var(--menu-color-hover) !important;
}

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;
    position: fixed;
    left: 0;
    right: 0;
    top: 140px;
    width: 100vw;
    max-width: 100vw;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ebebeb;
    box-shadow: none;
    overflow: hidden;
    z-index: 19;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: height 0.35s ease, opacity 0.25s ease, visibility 0.35s ease;
}

header.desktop.scrolled .mega-menu .dropdown-menu {
    top: 100px;
}

header.desktop .mega-menu .dropdown:hover .dropdown-menu, 
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    height: 400px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.mega-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 18;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.mega-menu-open .mega-menu-backdrop {
    opacity: 1;
    visibility: visible;
}

body.mega-menu-open {
    overflow: hidden !important;
}

html.mega-menu-open {
    overflow: hidden !important;
}

header.desktop .h-banner{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Mega Menu Container */
.mega-menu-container {
    padding: 0;
    height: 100%;
}

header.desktop .mega-menu .dropdown-menu > .mega-menu-container {
    height: 100%;
}

header.desktop .mega-menu .dropdown-menu .container {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

header.desktop .mega-menu .dropdown-menu .container > .row,
header.desktop .mega-menu .dropdown-menu .col-md-12,
header.desktop .mega-menu .dropdown-menu .col-md-9,
header.desktop .mega-menu .dropdown-menu .col-md-3 {
    height: 100%;
}

.mega-menu-split {
    position: relative;
    min-height: 100%;
    height: 100%;
}

.mega-menu-split .mega-level-1 {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    width: 280px;
    min-height: 100%;
    height: 100%;
    background: #f7f2ec;
    overflow-y: auto;
}

.mega-menu-split .mega-level-1-item {
    list-style: none;
}

.mega-menu-split .mega-level-1-item > .sub-title {
    color: #1f1f1f;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    margin: 0;
    transition: all var(--transition-time);
}

.mega-menu-split .mega-level-1-item > .sub-title:after {
    content: '\e81e';
    font-family: coreicon;
    font-size: 12px;
    line-height: 1;
}

.mega-menu-split .mega-level-1-item:hover > .sub-title {
    background: #fff;
    color: var(--main-color);
}

.mega-menu-split .mega-level-2 {
    display: none;
    position: absolute;
    left: 280px;
    top: 0;
    right: 0;
    min-height: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 32px 40px;
    background: #fff;
    column-count: 2;
    column-gap: 40px;
    overflow-y: auto;
}

.mega-menu-split .mega-level-1-item:first-child .mega-level-2,
.mega-menu-split .mega-level-1-item:hover .mega-level-2 {
    display: block;
}

.mega-menu-split .mega-level-2 li {
    list-style: none;
    margin: 0 0 7px 0;
    break-inside: avoid;
}

.mega-menu-split .mega-level-2 li.mega-shop-all {
    column-span: all;
    margin-bottom: 20px;
}

.mega-menu-split .mega-level-2 li.mega-shop-all a {
    font-size: 12px;
    font-weight: 500;
    color: #8a8a8a;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mega-menu-split .mega-level-2 li.mega-shop-all a:hover {
    color: var(--main-color);
}

.mega-menu-split .mega-level-2 li a {
    font-size: 16px;
    color: #222;
    font-weight: 300;
    line-height: 24px;
    transition: var(--transition-time);
}

.mega-menu-split .mega-level-2 li a:hover {
    color: var(--main-color);
}

header.desktop .mega-menu .dropdown-menu .cateogory-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px 0;
}

header.desktop .mega-menu .dropdown-menu .cateogory-image img {
    max-width: 100%;
    max-height: 340px;
    margin: 0 !important;
    border-radius: 10px;
    object-fit: cover;
}




/* 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;
    height: 100%;
    width: 100%;
}

.single-menu-container .single-menu li .sub-single-item {
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.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 .5s;
    -webkit-animation: all ease .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);
}

/* Mobile Header */

.mobile-header-space {
    height: 160px;
}

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    overflow: visible;
}

/* Mobil menü para birimi barı */
.mobile-menu-dil {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    clear: both;
    padding: 8px 14px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #a89887 0%, #9F8D7B 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 5;
}

.mobile-menu-dil .dropdown,
.mobile-menu-dil .dropdown-languages-1,
.mobile-menu-dil .dropdown-currencies-1 {
    margin: 0 !important;
    flex: 0 1 auto;
    position: relative;
}

.mobile-menu-dil .dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.18);
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.mobile-menu-dil .dropdown-toggle::after {
    margin-left: 2px;
    border-top-color: rgba(255, 255, 255, 0.85);
}

.mobile-menu-dil .dropdown-menu {
    z-index: 120;
    min-width: 148px;
    margin-top: 8px !important;
    padding: 6px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    font-size: 13px;
}

/* Mobil: sepet yanında sadece bayrak */
header.mobile .mobile-lang-flag {
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative;
    z-index: 6;
}

header.mobile .mobile-lang-flag .dropdown,
header.mobile .mobile-lang-flag .dropdown-languages-1 {
    margin: 0 !important;
}

header.mobile .mobile-lang-flag .dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    letter-spacing: 0;
}

header.mobile .mobile-lang-flag .dropdown-toggle::after {
    display: none !important;
}

header.mobile .mobile-lang-flag .dropdown-toggle .flag-icon {
    display: inline-block !important;
    width: 22px !important;
    height: 16px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    background-size: cover !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
}

header.mobile .mobile-lang-flag .dropdown-menu {
    right: 0;
    left: auto !important;
    min-width: 160px;
    margin-top: 8px;
    z-index: 120;
    font-size: 13px;
    padding: 6px;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

header.mobile .mobile-lang-flag .dropdown-menu .dropdown-item {
    font-size: 13px;
    color: #222;
    border-radius: 8px;
    padding: 8px 10px;
}

header.mobile .mobile-lang-flag .dropdown-menu .flag-icon {
    width: 18px !important;
    height: 13px !important;
    margin-right: 8px;
    font-size: 12px !important;
    display: inline-block;
}

header.mobile .op-black {
    z-index: 9998;
}

header.mobile .left,
header.mobile .center,
header.mobile .right {
    position: relative;
    z-index: 2;
}

header.mobile .left {
    width: 28%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 36%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

header.mobile .right {
    width: 36%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    padding-right: 4px;
}

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: 9999;
    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;
}

/* Footer */

footer {
    background: #092839;
}

footer .bb {
    padding: 20px 0;
}

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: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #fff;
    font-size: 13px;
    
}

footer .title-3 {
    color: #fff;
    font-size: 17px;
    
}

footer .secure .description {
    color: #fff;
    margin: 5px 0;
}

footer .secure img {
    opacity: .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: #fff;
    font-size: 13px;
    position: relative;
    line-height: 25px;
    font-weight: 500;
    transition: all var(--transition-time);
}

footer .info ul li a:hover {
    text-decoration: underline;
}

footer .bar {
    padding: 10px 0;
    background: #fff;
}

footer .bar a {
    color: #333;
    text-align: center;
}

footer .bar a:hover {
    color: #333;
}

footer .bar p {
    margin: 0;
    color: #333;
}

/* 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;
}

/* Custom */

.product-customer-actions {
    background: #fcfcfc !important;
}

.p-g-accordion .p-g-a-wrapper {
    margin-bottom: 18px;
}

.p-g-accordion .p-g-a-wrapper .p-g-a-w-header a {
    background: #fcfcfc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.p-g-mod-t-45 {
    margin-top: 36px;
}



/* Manşet (Headline) Caption */
.p-g-mod-headline .carousel-caption h5 {
    font-family: "Amatic SC", sans-serif;
    font-weight: 700;
    font-size: 75px;
    font-style: normal;
    width: 170px;
}

.p-g-mod-headline .carousel-caption p {
    font-family: "Amatic SC", sans-serif;
    font-size: 27px;
    font-weight: 200;
    font-style: normal;
}

.p-g-mod-headline .carousel-caption .headline-button {
    border-radius: 50px;
}

.category-short-description {
    font-size: 15px;
} 
.home-body .mobile-header-space {
    height: 0;
}
.card-product .card-product-inner .image-wrapper .image img {
    width: 100%;
    background: #F7F0EA;
}

.insta-banner-area {
    background: #F7F0EA;
    padding: 20px 0 50px 0;
}

.insta-banner-area .p-g-mod-header {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .insta-banner-area .p-g-mod-header {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .insta-banner-area .p-g-mod-header {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .insta-banner-area .p-g-mod-header {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .insta-banner-area .p-g-mod-header {
        max-width: 1140px;
    }
}

.card-blog .buttons {
    padding: 0;
}

.card-blog .description {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
}

.card-blog .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    padding: 0 ;
    text-align: left;
    text-overflow: ellipsis;
    height: auto;
    margin: 10px 0;
}

.full-width-banner .col-list-p-v-1 {
    padding-bottom: 10px;
    padding-top: 10px;
    padding: 0;
}

.p-g-mod-t-44 .ban-type-3 .image:after, .p-g-mod-t-44 .ban-type-4 .image:after, .p-g-mod-t-44 .ban-type-5 .image:after {
    display: none;
}

.p-g-mod-t-44.jolleinmoments .ban-type .ban-type-content {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    z-index: 2;
    pointer-events: none;
}

.p-g-mod-t-44.jolleinmoments .ban-type-3 {
    display: block;
    position: relative;
}

.p-g-mod-t-44.jolleinmoments .ban-type-3 .image {
    position: relative;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

.p-g-mod-t-44.jolleinmoments .ban-type-3 .image img {
    width: 100%;
    display: block;
    border-radius: 10px;
    transform: scale(1);
    transform-origin: var(--jm-zoom-x, 50%) var(--jm-zoom-y, 50%);
    transition: transform 0.35s ease;
    will-change: transform;
}

.p-g-mod-t-44.jolleinmoments .ban-type-3:hover .image img,
.p-g-mod-t-44.jolleinmoments .ban-type-3 .image.is-zoomed img {
    transform: scale(1.15);
}

.card-category {
    align-items: flex-start;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
}

.home-body .pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    line-height: initial;
    position: relative;
    z-index: 9;
    background: transparent;
    padding: 10px 50px;
    padding-left: 0;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 50px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: unset;
    display: flex !important;
    flex-direction: column;
}

.product-profile-wrapper {
    display: block;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    padding: 20px;
    border-left: 1px solid #ebebeb;
}

.home-headline{
    margin-top: -20px;
}

.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

.xzoom-hidden {
  overflow: hidden;
}

.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

.login-body .p-g-mod-t-4 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
}


.product-body .product-title-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-profile-info li {
    color: #565656;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}

.product-profile-info li .value{
    font-weight: 400;
}

.product-price-group .discount .rate {
    font-size: 15px;
}




.product-price-group .prices .sale-price {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}


.product-reviews .stars .star {
    color: #000;
    font-size: 13px;
}

.product-profile-1 h1.title {
    border-bottom: 0;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
}

.variant-box .name{
    margin-bottom: 10px;
}


.product-profile-1 .carousel .carousel-inner {
    border: 0;
}

.body-banner-area {
    background: #F7F0EA;
}

.pattern-group .p-g-mod.p-g-mod-t-44 .p-g-mod-header {
    display: flex;
    height: auto;
    padding: 10px 15px;
}

.pattern-group.body-banner-area .p-g-mod.p-g-mod-t-44 .banner-item .image img{
    border-radius: 10px;
}

.p-g-mod-t-44.instagram-banner .banner-item {
    display: block;
    position: relative;
}

.p-g-mod-t-44.instagram-banner .banner-item .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.p-g-mod-t-44.instagram-banner .banner-item .image img {
    display: block;
    width: 100%;
    border-radius: 10px;
    transition: transform 0.35s ease;
}

.p-g-mod-t-44.instagram-banner .banner-item .image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
    pointer-events: none;
}

.p-g-mod-t-44.instagram-banner .banner-item .image::after {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands", "Font Awesome 6 Brands";
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    color: #fff;
    font-size: 36px;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 2;
    pointer-events: none;
}

.p-g-mod-t-44.instagram-banner .banner-item:hover .image::before,
.p-g-mod-t-44.instagram-banner .banner-item:hover .image::after {
    opacity: 1;
}

.p-g-mod-t-44.instagram-banner .banner-item:hover .image::after {
    transform: translate(-50%, -50%) scale(1);
}

.p-g-mod-t-44.instagram-banner .banner-item:hover .image img {
    transform: scale(1.04);
}

.pattern-group.body-banner-area .p-g-mod.p-g-mod-t-44 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 20px;
    font-weight: 400;
    max-width: 450px;
    text-align: center;
    color: rgba(0,0,0,0.7);
}

.pattern-group .p-g-mod.p-g-mod-t-44 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 20px;
    font-weight: 400;
    max-width:450px;
    text-align: center;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    line-height: initial;
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 10px 50px;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info {
    position: relative;
    align-items: flex-start;
}

.p-g-mod-t-44.body-banner .p-g-mod-header .p-g-m-h-info, .p-g-mod-t-44.jolleinmoments .p-g-mod-header .p-g-m-h-info {
    position: relative; 
    align-items: center;
}

.product-body .p-g-mod-base-content {
    border: 0;
}

.product-profile-1 .carousel .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    z-index: 0;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: scroll;
}

.product-profile-1 .carousel .carousel-indicators li {
    border: 0;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.page-link {
    color: #000 !important;
    box-shadow: none !important;
}

.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 16px;
    line-height: 18px;
    height: auto;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #000;
}

.card-product .card-product-inner .price-group .prices{
    display: flex;
    align-items: center;
}

.card-product .card-product-inner .price-group {
    display: flex;
    font-weight: 400;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    color: #333;
}

header .icon-open{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.card-product .card-product-inner{
    padding: 0 !important;
}

.card-product{
    border: none !important;
}

.info-bar-1 {
    border-top: 1px solid #ebebeb;
    padding: 20px 0;
}

.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;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 26px;
    margin-right: 25px;
    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;
}

.footer-app-link{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
}

footer .footer-contact,
footer .footer-contact *{
    color:#fff !important;
}

.login-body .p-g-mod-t-4{
    padding: 30px;
}

.login-body .p-g-mod-t-4 .nav-tabs {
    border: 0 !important;
    background: transparent !important;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e9e9e9 !important;
    background: #e9e9e9;
    color: #777;
    font-weight: 600;
    font-size: 16px;
    transition: all var(--transition-time);
}

.login-body .p-g-mod-t-4 .btn-without-login {
    color: #fff;
    background: var(--main-color) !important;
    border: none;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}

.login-body .p-g-mod-t-4 .btn-without-login i{
    line-height: 0;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link,
.login-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border: 1px solid #c5c5c5 !important;
    background: #fff !important;
    color: #000 !important;
}

.login-body .p-g-mod-t-4 .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    height: 45px;
    align-items: center;
    font-weight: 500;
}

.login-body .p-g-mod-t-4 .btn-fb-login {
    background: #4c69ba!important;
    background-image: linear-gradient(#4c69ba,#3b55a0)!important;
    text-shadow: 0 -1px 0 #354c8c!important;
    color: #fff!important;
    border: 1px solid #4c69ba!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-fb-login i {
    padding-right: 10px!important;
    border-right: 0 !important;
}

.login-body .p-g-mod-t-4 .btn-google-login {
    background: #db4437!important;
    background-image: linear-gradient(#db4437,#cc3e32)!important;
    text-shadow: 0 -1px 0 #db4437!important;
    color: #fff!important;
    border: 1px solid #db4437!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-google-login i{
    padding-right: 10px!important;
    border-right: 0 !important;
}

.p-g-mod-t-12 .p-g-mod-body .social-share {
    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: none;
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 0;
    text-decoration: underline;
}

.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: none !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: transparent;
    border-radius: 5px;
    padding: 10px 0;
}

.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: 16px;
    font-weight: 300;
    color: #333;
    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: #000;
    border-color: #000;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
}

.categories-body .p-g-mod-t-cat-filter .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 17px !important;
    font-weight: 600 !important;
}

.categories-body .p-g-mod-t-cat-filter{
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/* Sol filtre alanını gizle, ürün listesini genişlet */
.categories-body .cat-filter-column-hidden {
    display: none !important;
}

.categories-body [class*="col-"]:has(.p-g-mod-t-20) {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.btn-category-filter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    padding: 0 16px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    transition: all var(--transition-time);
}

.btn-category-filter:hover {
    border-color: #000;
    color: #000;
}

.btn-category-filter i {
    font-size: 13px;
}

/* Sağdan açılan filtre paneli */
.cat-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    z-index: 1040;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cat-filter-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cat-responsive-popup {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    width: 380px !important;
    max-width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    z-index: 1050 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    padding: 0 !important;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
}

.cat-responsive-popup:not(.d-none) {
    transform: translateX(0);
}

.cat-responsive-popup.d-none {
    display: flex !important;
    transform: translateX(100%);
    pointer-events: none;
}

.cat-responsive-popup .c-r-p-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #ebebeb;
    flex-shrink: 0;
}

.cat-responsive-popup .c-r-p-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.cat-responsive-popup .c-r-p-close {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-size: 16px;
}

.cat-responsive-popup .c-r-p-content {
    flex: 1;
    overflow-y: auto;
    padding: 15px 20px 120px;
    width: 100% !important;
    background: #fff;
}

.cat-responsive-popup .c-r-p-bar {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    background: #fff;
    z-index: 2;
    border-top: 1px solid #ebebeb;
}

body.cat-filter-open {
    overflow: hidden;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 0;
    margin-bottom: 0px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    text-align: center;
    display: flex;
    margin: 0 30px 0 0;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    transition: var(--transition-time);
    border-bottom: 1px solid transparent;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover,
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active{
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.product-details-tab-product-details-tab-colorful .tab-content{
    border: 0;
    border-top: 0;
    margin-bottom: 50px;
    margin-top: 30px;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--main-color);
}

.product-badges .p-badge {
    align-items: center;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: center;
    border: 1px solid #F4F4F4;
    background: #FBFBFB;
    margin: 0;
    width: 50%;
    min-height: 70px;
}

.p-g-mod-base-content{
    border: 1px solid #ebebeb;
}

.p-g-mod-t-10 .p-g-mod-body a,
.p-g-mod-t-2 .p-g-mod-body a{
    transition: all var(--transition-time);
}

.contact-info{
    display: flex;
    flex-direction: column;
}

.contact-info .contact-item{
    margin: 5px 0;
    display: flex;
    align-content: center;
    cursor: pointer;
    color: #fff;
}

.contact-info .contact-item i{
    margin-right: 10px;
    font-size: 17px;
    transition: all var(--transition-time);
}

.contact-info .contact-item a{
    color: #fff;
}

.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;
    background: #fff;
}

.product-profile-info .sale-price-discount .sale-price,
.hizli-sepet .sale-price{
    font-size: 20px;
    font-weight: 600;
}

.card-product .sale-price-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 5px 0;
    margin: 3px 0;
    flex-direction: column;
}

.card-product .sale-price-basket .sale-price{
    font-weight: 500;
    font-size: 15px;
}

.native-modal.show .hizli-sepet .related-products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: inherit;
}

.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
    }
    
.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgb(181 181 181 / 50%);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.hizli-sepet {
    max-width: 960px !important;
}

.native-modal.show .hizli-sepet .modal-content {
    border: 0;
    border-radius: 0;
    position:relative;
}

.native-modal.show .hizli-sepet .modal-content .prices{
    display: flex;
    align-items: center;
}

.native-modal.show .hizli-sepet .modal-content .fast-product-title{
    font-size: 19px;
    color: #151515;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 25px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars .star {
    color: #dbdbdb;
    font-size: 12px;
    margin-right: 1px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars{
    margin: 15px 0;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler{
    color: #858585;
    font-weight: 600;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler .value{
    color: #000;
}

.native-modal.show .hizli-sepet .modal-content .product-price-group .prices .list-price {
    font-size: 19px;
    font-weight: 500;
    color: #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: 35px;
    height: 35px;
    color: #555;
    font-size: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn:first-child {
    border-radius: 0;
}

.card-product .card-product-inner .quantity .btn:hover {
    color: #333;
    background: #f2f2f2;
    border-color: #f5f5f5;
}

.card-product .card-product-inner .quantity input {
    min-width: 35px;
    max-width: 50px;
    height: 35px;
    border-radius: 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-right: 0;
    border-left: 0;
}

.single-menu-container .subtitle-img {
    max-height: 25px;
    margin-right: 0;
}

.subtitle-img {
    max-height: 25px;
    margin-right: 3px;
}

header.desktop .mega-menu .nav-link {
    margin-top: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.single-menu-container .single-menu li .subtitle-img{
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
}

.single-menu-container .single-menu li{
    text-align: center;
}

.single-menu-container .single-menu li .sub-single-item{
    padding: 0 10px;
}

/* 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-app-link .mobile-app{
    display: flex;
    align-items: center;
}

.footer-app-link .mobile-app-title{
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #000;
}

.footer-app-link .mobile-app a{
    color: #000;
    font-size: 20px;
}

/* Müşteri Etkileşim Butonları */

.product-customer-actions{
    padding: 10px 0;
    background: #f5f5f5;
}

.product-customer-actions .action .button i {
    font-size: 15px;
    margin-right: 10px;
}

.product-customer-actions .action:first-child {
    border-left: 0;
}
.product-customer-actions .action {
    border-right: 0;
}

/* Havale İndirimi */

.product-transfer-discount{
    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 .newsletter-title{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}
    
.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;
}

.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;
}

.newsletter-form{
    position: relative;
    width: 100%;
}

/* SMS Bülteni */

.sms-newsletter-content .newsletter-title{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}
    
.sms-newsletter-input{
    height: 40px;
    background: #fff !important;
    display: block;
    color: #a3a2a2;
    position: relative;
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #ebecee;
}

.sms-newsletter-form .btn-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.sms-newsletter-form{
    position: relative;
    width: 100%;
}

/* Footer Social Media*/

footer .social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transition: all var(--transition-time);
}

footer .social-media a:last-child {
    margin-right: 0;
}

footer .social-media a:hover {
    color: #fff;
    border-color: #fff;
    opacity: 0.8;
}

.footer-app-link .social-media{
    display: flex;
    align-items: center;
}

.footer-app-link .social-media .social-media-title{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.footer-app-link .social-media a{
    color: #000;
    font-size: 20px;
    margin-right: 20px;
}

.footer-app-link .social-media a:last-child{
    margin-right:0;
}

.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 13px;
    color: #000;
    margin-right: 10px;
    text-decoration: line-through;
}

/* Buttons */

.card-brand,
.card-product {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 10px;
    right: inherit;
    top: 10px;
    width: 95px;
    height: 28px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 20px;
}

.card-product .card-product-inner .discount{
    position: absolute;
    z-index: 9;
    background: #000;
    top: 10px;
    right: 10px;
    color: #fff;
    border-radius: 14px;
    font-weight: 500;
    padding: 3px 10px;
    font-size: 14px;
}

.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart{
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
}

.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i{
    margin-right: 7px;
}

.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover{
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}

.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: #565656;
    border-color: #565656;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    flex: 1;
    transition: all .4s ease;
    margin: 10px;
    margin-right: 0;
}

.product-buttons .btn-cart:hover{
    background-color: #b92d5d;
    border-color: #b92d5d;
    color: #fff;
}

.product-buttons .btn-fast-buy{
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 45px;
    justify-content: center;
    margin: 0;
    width: 100%;
    background: var(--main-color2);
    font-weight: 600;
    border: 0;
    transition: all .4s ease;
}

.product-buttons .btn-fast-buy:hover{
    background-color: var(--main-color);
    color: #fff;
}

.product-buttons .btn-wp {
    flex: 2;
    margin: 5px 0;
}


.product-profile-1 .product-quantity input {
    width: 100%;
    border-color: #f2f2f2 !important;
}

.product-profile-1 .product-quantity .btn {
    background: #f2f2f2;
    width: 40px;
    color: var(--main-color);
}

.product-profile-1 .product-quantity .btn:hover {
    background-color: #f6f6f6;
}


.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-link:hover .icon,
header.desktop .header-bar .bar-link:hover .name{
    color: var(--main-color2);
}

header.desktop .header-bar .bar-user:hover .icon{
    color: var(--header-top-color) !important;
}

header.desktop .header-bar .bar-user .link a .name{
    color: #222 !important;    
}

header.desktop .header-bar .bar-user .link a:hover .name{
    color: var(--header-top-color-hover) !important;    
}


header.desktop .header-bar .bar-link{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important;
    position: relative;
    line-height: normal;
    font-weight: 400;
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-link .icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

header.desktop .header-bar .bar-link.bar-user{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transition: all var(--transition-time);
}

header.desktop .header-bar .bar-link a{
    color: #222;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: row;
}

header.desktop .header-bar .bar-user i {
    font-size: 16px !important;
}

header.desktop .header-bar .bar-link i{
    margin-right: 7px;
    font-size: 23px;
}

header.desktop .header-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}


/* Category Page */
.product-view-select{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    align-items: center;
}


/* Card Product */
.card-product .it-over {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 90%);
    color: #000;
    border: 1px solid #000;
    text-align: center;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card-product .carousel-control-next i, 
.card-product .carousel-control-prev i{
    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;
}


/* Responsive */
@media (max-width: 991px) {
    

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 0;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        align-items: center;
        justify-content: unset;
        display: flex !important;
        flex-direction: column;
    }

    .p-g-mod-headline .carousel-caption h5 {
        font-family: "Amatic SC", sans-serif;
        font-weight: 700;
        font-size: 35px;
        font-style: normal;
        width: 170px;
    }

    .p-g-mod-headline .carousel-caption p {
        font-family: "Amatic SC", sans-serif;
        font-size: 22px;
        font-weight: 200;
        font-style: normal;
    }

    .home-body .mobile-header-space {
        height: 30px;
    }
    
    .pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 17px;
        padding: 10px 20px;
    }

    .product-profile-1 .product-label img {
        width: 100%;
        max-width: 75px;
    }

    .product-profile-1 h1.title {
        font-size: 19px;
        margin-top: 10px;
        width: 100%;
    }

    .product-profile-1 .carousel .carousel-indicators {
        display: none;
    }
    
    .product-body .product-title-container {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-direction: column;
    }
    
    .footer-app-link {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #ebebeb;
        padding: 30px 0;
        flex-direction: column;
    }
    
    .footer-app-link .mobile-app {
        display: flex;
        align-items: center;
        margin-left: 0 !important;
    }
    
    .info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }
    
    .card-product .card-product-inner .price-group .prices{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .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%;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }
    
    .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;
        height: 60px;
    }

    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: #fff !important;
        padding: 10px;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #fff !important;
    }

    footer .info ul li a {
        color: #fff;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        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;
    flex: 1;
}

header.desktop .header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 300px;
    left: inherit;
    right: 0;
    top: 28px;
    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
}



.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;
    }
}



@media(max-width: 991px){
    .category-short-description {
        font-size: 13px;
    } 
}

@media(min-width: 992px){
    .product-profile-1 .carousel.ppc-left .carousel-indicators li {
    max-width: 100%;
}
    .product-profile-1 .carousel.ppc-left .carousel-indicators li {
        max-width: 100%;
    }
}

@media (max-width: 991px){
    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }
    .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-profile-1 .carousel .carousel-indicators{
        overflow: unset !important;
        max-height: unset !important;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }
}

/* ========== Product Profile (from aktarim/urun-profil) ========== */
/* AUTO-EXTRACT: ürün profil (profil.twig + profil_icerik.twig) — hedef temanın style.css sonuna ekle */

.product-badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.p-badge-card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid #e8e8e8;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
}

.p-badge-card:focus {
    outline: none;
}

.p-badge-card:hover {
    background: #fafafa;
    border-color: #ddd;
}

.p-badge-card-icon {
    flex: 0 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-badge-card-icon i {
    font-size: 24px;
    color: #181818;
}

.p-badge-card-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.p-badge-card-content .title {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    line-height: 1.3;
}

.p-badge-card-content .description {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
}

.p-badge-card-content .link-text {
    text-decoration: underline;
    color: #666;
}

.p-badge-card-arrow {
    flex: 0 0 20px;
    color: #999;
    font-size: 14px;
}

/* Sağ panel */
.product-info-sidebar {
    max-width: 420px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .3s ease;
    box-shadow: -20px 0 15px rgba(0, 0, 0, .05);
}

.product-info-sidebar.active {
    transform: translateX(0);
}

.pis-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #e8e8e8;
}

.taksit-tablosu-wrapper {
    width: auto !important;
}

.pis-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.pis-close {
    border: 0;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
    color: #111;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0 -10px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
}

/* Bu temada core-icon-close-fill yüklü değil; FA kapatma ikonu göster */
.pis-close .core-icon-close-fill {
    display: none;
}

.pis-close .fas.fa-times {
    font-size: 20px;
    line-height: 1;
}

.pis-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.pis-panel {
    display: none;
}

.pis-panel.is-active {
    display: block;
}

.pis-panel-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.pis-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 12px;
}

/* Kolay İade adımları */
.pis-return-steps {
    position: relative;
    padding-bottom: 50px;
}

.pis-return-step {
    display: flex;
    gap: 16px;
    position: relative;
    padding-bottom: 28px;
}

.pis-return-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 36px;
    bottom: 0;
    width: 1px;
    background: #e5e5e5;
}

.pis-return-step-num {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.pis-return-step-content {
    flex: 1;
    min-width: 0;
    padding-top: 4px;
}

.pis-return-step-title {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.3;
}

.pis-return-step-desc {
    font-size: 13px;
    line-height: 1.65;
    color: #555;
    margin: 0 0 10px;
}

.pis-return-step-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #888;
    text-decoration: none;
    margin-bottom: 12px;
}

.pis-return-step-link:hover {
    color: #111;
}

.pis-return-step-link i {
    font-size: 12px;
}

.pis-return-info-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #f5f5f5;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    transition: background .2s ease;
}

.pis-return-info-box:hover {
    background: #efefef;
    color: #111;
}

.pis-return-info-box i {
    font-size: 18px;
    flex-shrink: 0;
}

.pis-return-note {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.pis-return-chat {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.pis-panel[data-panel="return"] {
    position: relative;
    min-height: 100%;
}

.pis-panel[data-panel="return"].is-active~.pis-return-chat,
.product-info-sidebar .pis-body {
    position: relative;
}

@media (min-width: 992px) {
    .product-body .p-g-b-c-2 .product-profile-1 {
        position: sticky;
        top: 20px;
        z-index: 2;
    }
}

.product-body .product-carousel-desktop .row.single-image {
    justify-content: center;
}


.product-profile-1 .product-label.top-left {
    top: 10px;
    left: 10px;
}

.product-profile-1 .product-label img {
    max-width: 100%;
    width: auto;
    max-height: 30px;
}
.product-link-close-btn {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 15px;
    color: #b2b2b2;
    cursor: pointer;
}

.product-body .product-social-hover .social-link {
    display: block;
    overflow: hidden;
    color: #6d6f71;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #f3f3f3;
    border: 1px solid #d7d7d8;
    outline: none;
    cursor: pointer;
    height: auto;
    width: 100%;
    padding: 10px 16px;
    margin: 20px 0;
}

.product-body .product-social-hover {
    position: absolute;
    top: unset;
    bottom: 110%;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border: 1px solid #d7d7d8;
    left: 0;
    right: unset;
    display: none;
    width: 300px;
}

.product-body .product-social-hover.show {
    display: flex;
    flex-direction: column;
}

.product-body .product-social-hover::after,
.product-body .product-social-hover::before {
    position: absolute;
    top: 100%;
    left: 13px;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    pointer-events: none;
}

.product-body .product-social-hover:before {
    margin-left: -6px;
    border-color: rgba(215, 215, 216, 0);
    border-width: 6px;
    border-top-color: #d7d7d8;
}

.product-body .product-social-hover::after {
    margin-left: -5px;
    border-color: rgba(255, 255, 255, 0);
    border-width: 5px;
    border-top-color: #fff;
}

.product-body .product-short-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 15px 0px;
    align-items: center;
}

.product-body .product-short-link span {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: fit-content;
    transition: all 0.3s ease;
}

.product-body .product-short-link span i {
    font-size: 18px;
    margin-right: 0;
}

.product-carousel .product-actions {
    position: absolute;
    top: 22px;
    right: 15px;
    display: flex;
    flex-direction: column;
    z-index: 9;
}

.product-carousel .product-actions a {
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px #ebebeb;
    border-radius: 50%;
    margin-bottom: 7px;
    text-align: center;
    align-content: center;
}

.product-favourite a i {
    margin-right: 0;
    line-height: 1;
    position: relative;
    top: 1px;
}

.product-profile-1 .product-brand {
    font-weight: 600;
    display: flex;
    font-size: 14px;
    color: #676c51;
    font-weight: 500;
    letter-spacing: 1px;
}

.related-products {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 35px;
    margin-top: 10px;
}

.related-products a.active img {
    border-color: #000000;
}

.related-products a img {
    margin-bottom: 5px;
}

.related-products a,
.product-profile-info li a {
    color: #676c51;
    margin-bottom: 10px;
}

.related-products a {
    height: auto;
}

.related-products a img {
    max-height: 110px;
}

.product-body .product-profile-1 .alert-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-weight: 600 !important;
}

.product-body .product-transfer-discount,
.product-body .product-size-box,
.product-body .product-cargo-time,
.product-body .product-rate,
.hizli-sepet .product-transfer-discount,
.hizli-sepet .product-size-box,
.hizli-sepet .product-cargo-time,
.hizli-sepet .product-rate {
    display: flex;
    align-items: center;
}

.product-body .product-cargo-time span {
    font-weight: 600;
    color: #181818;
}

.product-size-box a {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.product-profile-info .product-short-desc {
    font-weight: 500;
    line-height: normal;
    color: #393939;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.product-body .p-icon-special,
.hizli-sepet .p-icon-special {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    flex-shrink: 0;
}

.product-body .p-icon-special-animation,
.hizli-sepet .p-icon-special-animation {
    animation: ani-flash 4s infinite;
    filter: brightness(0) saturate(100%) invert(6%) sepia(100%) saturate(9000%) hue-rotate(-10deg);
}

@keyframes ani-flash {

    50%,
    0%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.product-profile-info .product-reviews {
    align-items: center;
}

.product-profile-info .product-price-group {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.product-profile-info .product-price-group .sale-price-basket {
    display: flex;
    color: var(--main-color2);
    font-weight: 600;
    font-size: 14px;
    align-items: center;
}

.product-profile-info .product-price-group .sale-price {
    font-size: 16px;
    letter-spacing: 2px;
}

.product-profile-info .product-price-group .prices {
    display: flex;
    align-items: center;
}

.product-profile-info .product-price-group .prices .sale-price {
    font-size: 20px;
    letter-spacing: 0;
    color: #000;
    font-weight: bold;
}

.product-profile-info .product-price-group .prices .list-price {
    font-size: 15px;
    margin-right: 10px;
    color: #565656;
}

.product-price-group .discount {
    background: #f03e3e;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    margin-left: 10px;
    width: auto;
    padding: 3px 14px;
    border-radius: 15px;
}

.product-buttons .btn-all-combines,
.product-buttons .btn-cart {
    background: #565656;
    border-color: #565656;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    flex: 1;
    transition: all .4s ease;
    margin-right: 0;
}

.product-buttons .btn-all-combines:hover,
.product-buttons .btn-cart:hover {
    background-color: #b92d5d;
    border-color: #b92d5d;
}

.product-buttons .btn-fast-buy {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 45px;
    justify-content: center;
    margin: 0;
    width: 100%;
    background: var(--main-color2);
    font-weight: 600;
    border: 0;
    margin: 10px;
    margin-right: 0;
    transition: all .4s ease;
}

.product-buttons .btn-fast-buy:hover {
    background-color: var(--main-color);
}

.product-buttons .product-favourite a i,
.hizli-sepet .product-favourite2 a i {
    margin-right: 0;
    border: 1px solid #ebebeb;
    margin: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0;
    font-size: 19px;
}

.product-quantity .btn {
    align-items: center;
    color: var(--main-color);
    display: flex;
    font-size: 11px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    padding: 0;
    width: 40px;
    background: #f2f2f2;
    border: 0;
}

.product-quantity .btn:hover {
    background-color: #f6f6f6;
}

.product-body .product-quantity input,
.hizli-sepet .product-quantity input {
    height: 45px;
    width: 40px;
    border: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #f2f2f2 !important;
}

.product-carousel.slide .col-md-6,
.product-carousel.slide .col-md-3 {
    padding: 2px;
}

.variant-box {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.variant-box ul li .options a {
    min-width: 45px;
    height: 38px;
    width: max-content;
    border: 1px solid rgba(134, 134, 134, 0.12);
    border-radius: 3px;
    padding: 7px 15px;
    text-align: center;
    transition: all .4s ease;
    font-weight: 600;
    color: #676c51;
    font-size: 14px;
    margin-bottom: 5px;
}

.variant-box ul li .options a:hover {
    border-color: #565656;
}

.variant-box ul li .options a.active {
    border-color: #565656;
    background-color: #565656;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.10);
    color: #fff;
}

.variant-box ul li .name {
    font-size: 15px;
    color: #676c51;
    font-weight: 500;
    margin-bottom: 7px;
}

.variant-box ul li {
    margin-bottom: 15px;
}

.product-badges {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

.product-badges .p-badge {
    align-items: center;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: center;
    border: 1px solid #F4F4F4;
    background: #FBFBFB;
    align-items: center;
    margin: 0;
    width: 50%;
    min-height: 70px;
}

.product-badges .p-badge i {
    color: #181818;
    font-size: 25px;
    margin-right: 15px;
}

.product-badges .p-badge .content {
    display: flex;
    flex-direction: column;

}

.product-badges .p-badge .content .title {
    font-weight: 600;
    color: var(--main-color);
    font-size: 14px;
}

.product-badges .p-badge .content .description {
    font-size: 13px;
    color: #A1A1A1;
    margin: 0;
}

.product-body .p-g-b-c-1 .product-profile-1 {
    padding: 0 20px;
    background-color: #fff;
}

.product-profile-1 .product-carousel-desktop.normal .carousel-outer {
    position: relative;
}

.product-profile-1 .product-carousel-desktop.normal .free-cargo-badge {
    position: absolute;
    background-color: #73AF6F;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    top: 13px;
    z-index: 1;
    width: 100px;
    text-align: center;
    left: 10px;
}

.product-profile-info li {
    color: #565656;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}

.product-profile-info li span,
.product-profile-info li a .value {
    line-height: 22px;
    font-size: 14px;
    color: #565656;
    transition: all .4s;
}

.product-profile-info.info-2 li span,
.product-profile-info.info-2 li a .value {
    color: #565656;
}

.product-profile-info li a:hover .value {
    color: #000;
}

.product-profile-1 h1.title {
    border-bottom: 0;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .product-profile-1 h1.title {
        font-size: 16px;
    }
    .product-profile-1 .carousel .carousel-inner {
        border: 0;
    }
    .product-profile-1 .carousel .carousel-indicators li.active {
        border-color: #000000;
    }
    .product-carousel-desktop.normal {
        display: none;
    }

    .product-profile-1 .carousel .carousel-inner img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .carousel-item {
        aspect-ratio: 2 / 3;
        overflow: hidden;
    }

    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product-reviews .count {
        display: none;
    }

    .product-reviews .stars .star {
        font-size: 11px;
    }
}

@media (min-width:991px) {
    .product-carousel-mobile {
        display: none;
    }
}

@media (max-width: 1280px) {
    .related-products {
        margin-bottom: 10px;
    }

    .related-products a img {
        max-height: 95px;
    }

    .product-profile-info li span,
    .product-profile-info li a .value {
        line-height: 20px;
        font-size: 13px;
        font-weight: 500;
    }

    .na-footer .mobile-app img {
        height: auto;
    }

    .product-badges .p-badge .title {
        font-size: 12px
    }

    .product-badges .p-badge .content .description {
        font-size: 12px;
    }

    .product-badges {
        gap: 5px;
    }

    .product-badges .p-badge i {
        font-size: 20px;
        margin-right: 10px;
    }
}

@media (max-width: 1200px) {
    .product-body .p-g-b-c-1 .product-profile-1 {
        padding: 0;
    }

    .product-buttons .btn-all-combines,
    .product-buttons .btn-cart {
        font-size: 13px;
    }

    .product-buttons .product-favourite a i {
        margin: 5px;
        margin-right: 0;
    }

    .product-quantity .btn {
        width: 36px;
    }

    .product-customer-actions .action .button {
        padding: 5px;
        font-size: 13px;
        margin-right: 12px;
    }

    .product-customer-actions .action .button i {
        font-size: 17px;
    }

    .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
        font-size: 14px;
    }

    .product-badges .p-badge .content .title {
        font-size: 13px;
    }

    .product-badges .p-badge .content .description {
        font-size: 12px;
    }

    .product-badges .p-badge i {
        font-size: 21px;
        margin-right: 10px;
    }

    .product-badges .p-badge {
        min-height: 85px;
    }
}


@media (max-width: 991px) {
    .product-info-sidebar {
        width: calc(100% - 40px);
        max-width: none;
    }

    .pis-header {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 3;
    }
}

/* Product info sidebar overlay */
.op-black-3 {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}
.op-black-3.show {
    opacity: 1;
    visibility: visible;
}
.elisa-baby-bestseller {
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    border-radius: 0px !important;
    
    /* Çok satanlar modülünü vurgulamak için daha sıcak Rose Gold, şampanya ve hafif bronz metalik geçişi */
    background: linear-gradient(120deg, rgba(168, 114, 91, 0.95) 0%, rgba(228, 201, 180, 0.98) 40%, rgba(228, 201, 180, 0.98) 60%, rgba(115, 76, 59, 0.95) 100%) !important;
    
    /* Sonsuzluk için kenarlıkların sıfırlanması */
    border: none !important;
    border-width: 0px !important;
    outline: none !important;
    margin: 0px !important;
    padding: 60px 40px !important;
    
    /* Çok satanlar için biraz daha tok ve derinlik hissi veren gölge */
    box-shadow: 0 12px 45px rgba(115, 76, 59, 0.18) !important;
    color: #2b1710 !important;
}
.elisa-baby-bestseller {
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    border-radius: 0px !important;
    
    /* Çok satanlar modülünü vurgulamak için daha sıcak Rose Gold, şampanya ve hafif bronz metalik geçişi */
    background: linear-gradient(120deg, rgba(168, 114, 91, 0.95) 0%, rgba(228, 201, 180, 0.98) 40%, rgba(228, 201, 180, 0.98) 60%, rgba(115, 76, 59, 0.95) 100%) !important;
    
    /* Sonsuzluk için kenarlıkların sıfırlanması */
    border: none !important;
    border-width: 0px !important;
    outline: none !important;
    margin: 0px !important;
    padding: 60px 40px !important;
    
    /* Çok satanlar için biraz daha tok ve derinlik hissi veren gölge */
    box-shadow: 0 12px 45px rgba(115, 76, 59, 0.18) !important;
    color: #2b1710 !important;
}

/* Modül içindeki tüm alt elemanların köşelerini keskin tutar */
.elisa-baby-bestseller * {
    border-radius: 0px !important;
}

/* Başlıklar ve güçlü metinler için daha zengin, derin rose-kahve tonu */
.elisa-baby-bestseller h1,
.elisa-baby-bestseller h2,
.elisa-baby-bestseller h3,
.elisa-baby-bestseller h4,
.elisa-baby-bestseller h5,
.elisa-baby-bestseller h6,
.elisa-baby-bestseller strong,
.elisa-baby-bestseller span {
    color: #4a281b !important;
}.elisa-baby-campaign {
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    border-radius: 0px !important;
    border: none !important;
    outline: none !important;
    margin: 0px !important;
    padding: 60px 40px !important;
    box-sizing: border-box !important;
    
    /* Görsel arka planı tamamen kaplar. linear-gradient ile doğrudan görsel üzerine koyu kahve cam filtresi eklenmiştir */
    background-image: linear-gradient(0deg, rgba(59, 37, 22, 0.72) 0%, rgba(59, 37, 22, 0.72) 100%), url('https://percdn.com/f/332557/bzR6WWFtNG0vcUp3ZW1Gc1U4OG5hUT09/i/6a3932ee86d68-97696871-sw2000sh2000.webp') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}