@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
body {
    background: #fff;
    font-family: 'Rubik', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}  

/* Reset */.m
a {
    color: #1c7ad2;
}

a:hover {
    text-decoration: none;
    color: #095c9b;
}

.app{display:none;}
/* 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: #1c7ad2;
    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;
}

/* Header (Desktop) */
header.desktop  {
    background: #fff;
}

header.desktop .h-contact {
    background: #222;
}

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: #666;
    margin-right: 20px;
    font-weight: 500;
}

header.desktop .h-contact .info .item.wp {
    color: #0e9e26;
    font-weight: bold;
}

header.desktop .h-contact .info .item i {
    margin-right: 3px;
    font-size: 16px;
}

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: 10px;
    font-size: 17px;
    color: #555;
}

header.desktop .header-area {
    height: 120px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: flex-start;
    -webkit-align-items: flex-start; 
}

header.desktop .logo a img {
    max-height: 100px;
   
}

header.desktop .search {
    width: 100%;
    border-radius: 32px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 45px;
    border-right: 0;
    border-radius: 0;
    border-width: 2px;
    box-shadow: none;
    padding-left: 20px;
}

header.desktop .search form input::placeholder {
    color: #666;
}

header.desktop .search form .btn-send {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 0;
    background: #919191;
    border-width: 0;
    color: #fff;
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 47px;
}
 
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

header.desktop .header-bar .bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
}

header.desktop .header-bar .bar-user i {
    color: #444;
    font-size: 20px;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: column;
}

header.desktop .header-bar .bar-user .link a {
    color: #444;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
}

header.desktop .header-bar .bar-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    color: #444;
}

header.desktop .header-bar .bar-cart .icon {
    margin-right: 5px;
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.desktop .header-bar .bar-cart .icon i {
    font-size: 25px;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
}

header.desktop .header-bar .bar-cart .name {
    color: #444;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
}

header.desktop .menu {
    padding-left:60px;
    padding-right:60px;
    height: 56px;
    background: white;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
    border-top: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 56px;
}

header.desktop .mega-menu .nav-item {
    /*flex: 1;*/
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #222;
    line-height: normal;
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px;
    white-space: unset !important;
    position: relative;
    transition:all .4s;
}
header.desktop .mega-menu .nav-link:before
{
    content: '';
    width: 0%;
    height: 1px;
    background: var(--first);
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    transition: width 500ms ease-in-out;
}
header.desktop .mega-menu .nav-link:hover
{
    color: var(--first);
}
header.desktop .mega-menu .nav-link:hover::before
{
    width: 100%;
    transition: width 500ms ease-in-out;
    display: block;
}
header.desktop .mega-menu .nav-link::after {
    display: none;
}

/*header.desktop .mega-menu .dropdown:hover .nav-link,*/
/*header.desktop .mega-menu .nav-link:hover {*/
/*    background: #ff5722;*/
/*    color: #fff;*/
/*    transition:all .4s;*/
/*}*/


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 0 5px 5px;
    background-color: #fff;
    width: 350px;
    left: auto;
    right: auto;
    top: 53px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    border-top: 0 !important;
}
    
header.desktop .mega-menu .dropdown:hover .dropdown-menu, 
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display:block!important;
 }

/* Mega Menu Container */
.mega-menu-container {
    padding: 20px;
}

.mega-menu-container .sub-cat.fix-height {
}

.mega-menu-container .sub-title {
    color: var(--first) !important;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
    /*background: #f3f3f3;*/
    padding: 4px 0;
    /*text-align: center;*/
    
}

.mega-menu-container .cat-img{
    height: 400px;
    width: 400px;
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    /*display: inline-block;*/
}

.mega-menu-container ul li a {
    font-size: 14px;
    color: #555;
    font-weight: 400;
}

.mega-menu-container ul li a:hover {
    color: #fd6120;
    transition:all .4s;
}

.mega-menu-container ul li span {
    margin-right: 5px;
}

/* Menu Left */

.btn-categories i {
    margin-right: 10px;
}

header.desktop .navbar-nav .dropdown-category .line {
    margin-left: 5px;
    position: absolute;
    right: 5px;
}

header.desktop .navbar-nav .dropdown-category:hover .line {
    display: none;
}

.dropdown-category {
    position: relative;
    height: 56px;
    width: 200px;
}

header.desktop .dropdown-category .nav-link{
    padding: 0;
}

.dropdown-category .menu-left {
    display: none;
    z-index: 5;
    position: absolute;
    background: #fff;
    border-top: 0;
    height: auto;
    border: 2px solid var(--first);
    border-top: none;
}

.dropdown-category:hover{
    background: var(--first);
}

.dropdown-category:hover .menu-left {
    display: block;
}

.menu-left ul.f-ul {
    padding: 10px 0;
    list-style: none;
    display: block;
    margin: 0;
    width: 240px;
}

.menu-left ul.f-ul li.f-li {
    list-style: none;
}


.menu-left ul.f-ul li.f-li:hover a.f-item,
.menu-left ul.f-ul li.f-li:hover a.f-item i{
    color: var(--first) !important;
}

.menu-left ul.f-ul li.f-li:hover .dropdown-menu2 {
    display: block !important;
    left: 100%;
    top: -2px;
    width: 960px !important;
    border: 0;
    height: 500px;
    max-height: 500px;
}

.menu-left ul.f-ul li.f-li a.f-item {
    display: block;
    color: rgb(85, 85, 85)!important;
    font-size: 14px;
    padding: 5px 15px;
    text-align: left;
    font-weight: 500;
}

.menu-left ul.f-ul li.f-li:hover a.f-item {
    color: #000;
}

.menu-left ul.f-ul li.f-li:last-child a.f-item {
    border-bottom: 0;
}

.menu-left ul.f-ul li.f-li a.f-item .name {
    width: 80%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.menu-left ul.f-ul li.f-li a.f-item .icon {
    padding-top: 3px;
    color: #333;
    width: 15px;
    height: 15px;
    text-align: right;
    border-radius: 2px;
    font-size: 10px;
}

.menu-left ul.f-ul li.f-li a.f-item:hover .icon {
    color: #1c3774;
}

/* Deep Menu */
.dropdown-menu2 {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    left: 100%;
    box-sizing: border-box;
    width: 675px;
    z-index: 99;
    height: 350px;
    max-height: 370px;
    display: none;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.1);
}

.menu-deep-box-2 .cat-groups {
    float: left;
    width: 23%;
    margin: 0 1% 2% 1%;
}

.menu-deep-box-2 .cat-groups .title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 7px 0;
    text-align: left;
}

.menu-deep-box-2 .cat-groups .title span {
    display: block
}

.menu-deep-box-2 .cat-groups .title img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
}

.menu-deep-box-2 .cat-groups .title:hover {
    color: #3b414c;
}

.menu-deep-box-2 .cat-groups .childs a {
    display: block;
    text-align: left;
    color: #333;
    transition:all .4s;
}

.menu-deep-box-2 .cat-groups .childs a:hover{
    color: #ff7f00;
    transition:all .4s;
}

.menu-deep-box-2 .all-title {
    display: block;
    background: rgba(0, 0, 0, .05);
    padding: 10px;
    font-size: 15px;
    color: #3b414c;
    font-weight: 600;
}


.menu-deep-box-2 .sub-titles {
    display: block;
    padding: 5px 10px;
    font-size: 15px;
    color: #333;
}

.menu-deep-box-2 .sub-titles:hover {
    color: #3b414c;
}
/* Mobile Header */
.mobile-header-space {
    height: 60px;
    display: none; 
}

header.mobile {
    display: none;
    position: relative;
    z-index: 10;
    border: none!important;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-width: 150px;
    max-height: 60px;
}

header.mobile .icon-group {
    position: relative;
}

header.mobile .icon-group {
    position: relative;
    color: #ae8d5d;
    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;
}

/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: var(--first);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.sidebar-user .login-menu a {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-left: 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: var(--first);
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.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: flex;
    align-items: center;
    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 {
    margin: 1.5rem 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: white;
    padding: 1rem;
    border-radius: 16px;
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
}

.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: #f5f5f5;
}

footer .bb {
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #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;
}

footer .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

footer .info ul li a:hover {
    color: #fff;
}

footer .bar {
    background: var(--footer);
    padding: 1rem 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

footer .bar a {
    color: #fff;
    text-align: center;
}

footer .bar a:hover {
    color: #fff;
}

footer .bar p {
    margin: 0;
    color: #fff;
}

footer .bar .right-image {
    text-align: right !important;
}
    
footer .social-media {
    display: -webkit-flex;
    -webkit-align-items: flex-start; 
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

footer .social-media a {
    margin-right: 10px;
    font-size: 22px;
    color: #333;
}

footer .social-media a:hover {
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .mobile-header-space { 
        display: block;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }
    
    .stores .cards {
        display: block;
        text-align: center;
    }

    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }

    footer .bar p {
        text-align: center !important;
    }
    
    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        display: none;
    }
    
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: left !important;
        color: #fff;
        padding: 8px 16px;
        position: relative;
        background-color: #ae8d5d;
        border-radius: 4px;
        font-weight: 500;
    }

    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: left !important;
        padding: 8px 16px;
        background-color: #ae8d5d;
        border-radius: 4px;
        margin-bottom: 15px;
        color: #fff !important;
    }

    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;
    }

}

/* Payments */
.payment-final-buttons-1
{
    position: relative;
    border: none;
    border-radius: 4px;
}
.payment-final-buttons-1 .btn-complete
{
    background: var(--first);
    border-color: var(--first);
}
.payment-steps-1
{
    background: white;
    border-radius: 4px;
    padding: 10px;
}
.payment-steps-1 .step.active .circle
{
    background: var(--second);
}
.payment-steps-1 .step.active
{
    color: var(--second);
}

.cookie-agreement-module {
    z-index: 9999999999999;
}

.whatsapp-fixed{z-index:9999999;
    left: 25px;}




header.desktop .logo a img {
    max-height: 140px;
}


/* ========== PRODUCT CARD v4 — Minimal & Clean ========== */
:root{
  --card-radius:14px;
  --img-radius:12px;
  --line:#e9edf2;
  --ink:#0f172a;
  --sub:#64748b;
  --accent:#ffb300;        /* marka vurgu — tek renk */
  --btn-h:44px;
}

/* Dış boşluk */
.owl-carousel-item{ padding:10px !important }

/* Kart */
.card-product{
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:var(--card-radius) !important;
  box-shadow:0 6px 18px rgba(0,0,0,.06) !important;
  overflow:hidden !important;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease !important;
}
.card-product:hover{
  transform:translateY(-3px) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.10) !important;
  border-color:#e3e8ee !important;
}
.card-product-inner{ padding:12px !important }

/* Görsel */
.image-wrapper{ border-radius:var(--img-radius) !important; overflow:hidden !important; background:#fff !important }
.image{ aspect-ratio: 1/1 !important; display:block !important; position:relative !important }
.image img{
  width:100% !important; height:100% !important; object-fit:cover !important; display:block !important;
  transform:scale(1.003) !important; transition:transform .22s ease !important;
}
.card-product:hover .image img{ transform:scale(1.03) !important }

/* ===== BUTONU GÖRSEL ALTINA AL ===== */
.buttons{
  position:static !important;          /* overlay iptal */
  margin-top:10px !important;
  opacity:1 !important; transform:none !important;
}
.btn.btn-cart.btn-color-1{
  width:100% !important; height:var(--btn-h) !important;
  display:flex !important; align-items:center !important; justify-content:center !important; gap:8px !important;
  border:1px solid #e6e6e6 !important;
  border-radius:12px !important;
  background:var(--accent) !important;
  color:#1a1a1a !important;
  font:800 13.5px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial !important;
  box-shadow:0 2px 0 #dca900 inset, 0 8px 16px rgba(255,179,0,.18) !important;
}
.btn.btn-cart.btn-color-1 i{ font-size:18px !important; line-height:1 !important }
.btn.btn-cart.btn-color-1:hover{ filter:brightness(1.05) !important }
.btn.btn-cart.btn-color-1:active{ transform:translateY(1px) !important; box-shadow:0 1px 0 #dca900 inset, 0 4px 10px rgba(0,0,0,.10) !important }

/* Başlık */
.c-p-i-link{ text-decoration:none !important; display:block !important }
.card-product .title{
  margin:12px 4px 6px !important;
  color:var(--ink) !important;
  min-height:2.7em !important;
  display:-webkit-box !important; -webkit-line-clamp:2 !important; -webkit-box-orient:vertical !important; overflow:hidden !important;
}

/* Fiyat alanı — net hiyerarşi */
.price-group{ margin:6px 4px 2px !important }
.prices{ gap:10px !important }
.sale-price{
  background:#fff !important; color:#0f172a !important;
  border:1px solid var(--line) !important; border-radius:10px !important;
  padding:7px 10px !important; 
  font:900 16px/1 system-ui,-apple-system,"Segoe UI",Roboto,Arial !important;
}
.prices .old-price, .prices .first-price{
  color:#94a3b8 !important; 
  text-decoration:line-through !important;
  font:700 13px/1 system-ui !important;
}

/* Yıldızlar — minimal */
.product-reviews{ margin:8px 4px 4px !important }
.stars{ display:flex !important; gap:4px !important }
.stars .star i{ font-size:16px !important; color:#f4c430 !important }

/* İnce alt vurgu (marka rengi) — çok hafif */
.card-product::after{
  content:"" !important; position:absolute !important; left:12px !important; right:12px !important; bottom:10px !important; height:2px !important;
  background:var(--accent) !important; opacity:.18 !important; border-radius:99px !important;
}

/* Mobil */
@media (max-width:768px){
  :root{ --btn-h:42px }
  .owl-carousel-item{ padding:8px !important }
  .card-product .title{ font-size:13.8px !important }
  .sale-price{ font-size:15px !important }
}

/* Hareket azalt */
@media (prefers-reduced-motion:reduce){
  .card-product, .image img{ transition:none !important }
}




/* ===================== PRODUCT PROFILE — Minimal Petshop v1 ===================== */
:root{
  --pp-ink:#0f172a;            /* ana metin */
  --pp-sub:#64748b;            /* ikincil metin */
  --pp-line:#e9edf2;           /* ince çizgi */
  --pp-bg:#ffffff;             /* kart zemin */
  --pp-accent:#ffb300;         /* tek vurgu rengi (markana göre değiştir) */
  --pp-radius:14px;
  --pp-soft:10px;
  --pp-btn-h:46px;
}

/* Kapsayıcı */
.product-profile-1{
  color:var(--pp-ink) !important;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial !important;
}

/* ----------- GALERİ ----------- */
.product-profile-1 .carousel-outer{
  background:#fff !important;
  border:1px solid var(--pp-line) !important;
  border-radius:var(--pp-radius) !important;
  padding:10px !important;
  box-shadow:0 8px 22px rgba(0,0,0,.06) !important;
}
.product-profile-1 .carousel-inner{
  border-radius:12px !important; overflow:hidden !important;
}
.product-profile-1 .carousel-item img{
  width:100% !important; height:auto !important; display:block !important;
  transform:scale(1.002) !important; transition:transform .22s ease !important;
  border-radius:12px !important;
  background:#fff !important;
}
.product-profile-1 .carousel-item.active img{ transform:scale(1.01) !important }

/* Oklar — sade */
.product-profile-1 .carousel-control-prev,
.product-profile-1 .carousel-control-next{
  width:42px !important; height:42px !important; top:50% !important; transform:translateY(-50%) !important;
  background:#fff !important; border:1px solid var(--pp-line) !important; border-radius:12px !important;
  opacity:.98 !important; color:#111 !important;
  box-shadow:0 6px 16px rgba(0,0,0,.08) !important;
}
.product-profile-1 .carousel-control-prev{ left:12px !important }
.product-profile-1 .carousel-control-next{ right:12px !important }
.product-profile-1 .carousel-control-prev i,
.product-profile-1 .carousel-control-next i{ line-height:42px !important }

/* Thumbnail göstergeleri */
.product-profile-1 .carousel-indicators{
  position:static !important; margin:10px 0 0 !important; display:flex !important; gap:10px !important; justify-content:center !important;
}
.product-profile-1 .carousel-indicators li{
  width:68px !important; height:68px !important; border:2px solid transparent !important; border-radius:12px !important;
  overflow:hidden !important; background:#fff !important; box-shadow:0 4px 12px rgba(0,0,0,.06) !important; cursor:pointer !important;
}
.product-profile-1 .carousel-indicators li img{ width:100% !important; height:100% !important; object-fit:cover !important }
.product-profile-1 .carousel-indicators li.active{ border-color:var(--pp-accent) !important }

/* ----------- BAŞLIK & FİYAT ----------- */
.product-profile-1 .product-header{ margin-bottom:10px !important }
.product-profile-1 .title{
  font:800 22px/1.25 system-ui,-apple-system,"Segoe UI",Roboto,Arial !important;
  margin-bottom:8px !important;
  text-transform:none !important;
}
.product-profile-1 .product-price-group .prices{
  display:flex !important; align-items:center !important; gap:12px !important;
}
.product-profile-1 .sale-price{
  background:#fff !important; border:1px solid var(--pp-line) !important;
  padding:9px 12px !important; border-radius:12px !important;
  font:900 20px/1 system-ui !important; color:#0f172a !important;
  box-shadow:0 2px 0 rgba(0,0,0,.03) inset !important;
}
.product-profile-1 .list-price{
  color:#94a3b8 !important; text-decoration:line-through !important; font:700 14px/1 system-ui !important;
}

/* ----------- ROZETLER ----------- */
.product-profile-1 .product-badge{
  display:flex !important; gap:10px !important; align-items:center !important; margin:10px 0 !important;
}
.product-profile-1 .discount, .product-profile-1 .free-cargo-badge{
  display:inline-flex !important; align-items:center !important; gap:6px !important;
  padding:6px 10px !important; border-radius:999px !important; font:800 12px/1 system-ui !important;
  border:1px solid var(--pp-line) !important; background:#fff !important; color:#111 !important;
}
.product-profile-1 .discount .rate{ color:#1a1a1a !important; background:var(--pp-accent) !important; padding:5px 8px !important; border-radius:999px !important }

/* ----------- KISA AÇIKLAMA & ÖZELLİKLER ----------- */
.product-profile-1 .product-description{
  margin:12px 0 !important; color:var(--pp-ink) !important;
  background:#fff !important; border:1px solid var(--pp-line) !important; border-radius:12px !important;
  padding:12px !important;
}
.product-profile-1 .product-profile-info{
  list-style:none !important; padding:0 !important; margin:8px 0 14px !important;
  display:grid !important; gap:8px !important;
}
.product-profile-1 .product-profile-info li{
  border:1px dashed var(--pp-line) !important; border-radius:10px !important;
  padding:8px 10px !important; font:600 13px/1.35 system-ui !important; color:var(--pp-sub) !important;
}
.product-profile-1 .product-profile-info .value{ color:#0f172a !important; font-weight:800 !important }

/* ----------- VARIANT ----------- */
.product-profile-1 .variant-box{ margin:10px 0 12px !important }
.product-profile-1 .variant select.form-control{
  height:44px !important; padding:0 12px !important; border-radius:12px !important;
  border:1px solid var(--pp-line) !important; box-shadow:none !important; outline:none !important;
  font:700 14px/1 system-ui !important; color:#111 !important; background:#fff !important;
}
.product-profile-1 .variant .options a{
  border:1px solid var(--pp-line) !important; border-radius:10px !important; padding:8px 10px !important;
  display:inline-block !important; margin-right:6px !important; margin-top:6px !important; color:#111 !important; text-decoration:none !important;
}
.product-profile-1 .variant .options a.active{ border-color:var(--pp-accent) !important; background:#fff8db !important }

/* ----------- ADET & BUTONLAR ----------- */
.product-profile-1 .product-buttons{ display:flex !important; align-items:center !important; gap:10px !important; margin:10px 0 !important; flex-wrap:wrap !important }

/* Adet kutusu */
.product-profile-1 .product-quantity{
  display:flex !important; align-items:center !important; border:1px solid var(--pp-line) !important; border-radius:12px !important;
  overflow:hidden !important; background:#fff !important;
  height:var(--pp-btn-h) !important;
}
.product-profile-1 .product-quantity .btn{
  width:44px !important; height:var(--pp-btn-h) !important; display:grid !important; place-items:center !important;
  border:none !important; background:#fff !important; color:#111 !important;
}
.product-profile-1 .product-quantity input.form-control{
  width:64px !important; border:none !important; text-align:center !important; font:800 14px/1 system-ui !important; box-shadow:none !important;
}

/* Sepete Ekle */
.product-profile-1 .btn.btn-cart{
  height:var(--pp-btn-h) !important; padding:0 16px !important; border-radius:12px !important; border:1px solid #e7e3cf !important;
  background:var(--pp-accent) !important; color:#1a1a1a !important; font:900 14px/1 system-ui !important;
  display:flex !important; align-items:center !important; gap:8px !important;
  box-shadow:0 2px 0 #d7a100 inset, 0 10px 18px rgba(255,179,0,.18) !important;
}
.product-profile-1 .btn.btn-cart i{ font-size:16px !important }
.product-profile-1 .btn.btn-cart:hover{ filter:brightness(1.05) !important }

/* Hemen Al */
.product-profile-1 .btn.btn-fast-buy{
  height:var(--pp-btn-h) !important; padding:0 16px !important; border-radius:12px !important;
  background:#111827 !important; color:#fff !important; border:1px solid #111827 !important;
  font:900 14px/1 system-ui !important; display:flex !important; align-items:center !important; gap:8px !important;
}
.product-profile-1 .btn.btn-fast-buy:hover{ filter:brightness(1.06) !important }

/* WhatsApp */
.product-profile-1 .btn.btn-wp{
  height:var(--pp-btn-h) !important; padding:0 14px !important; border-radius:12px !important; border:1px solid var(--pp-line) !important;
  background:#fff !important; color:#128c7e !important; font:900 14px/1 system-ui !important; display:flex !important; align-items:center !important; gap:8px !important;
}
.product-profile-1 .btn.btn-wp .fa-whatsapp{ font-size:17px !important }

/* Favori */
.product-profile-1 .product-favourite{
  margin-top:8px !important; 
}
.product-profile-1 .product-favourite a{
  display:inline-flex !important; align-items:center !important; gap:8px !important; text-decoration:none !important;
  color:#334155 !important; font:800 13px/1 system-ui !important;
}
.product-profile-1 .product-favourite i{ color:#ef4444 !important }

/* Paylaşim */
.product-profile-1 .jssocials .jssocials-share-link{
  width:40px !important; height:40px !important; border-radius:10px !important; border:1px solid var(--pp-line) !important;
  display:grid !important; place-items:center !important; color:#111 !important; background:#fff !important;
}

/* Pet temalı hafif paw pattern başlık yanına (çok ince) */
.product-profile-1 .title{
  position:relative !important; padding-left:0 !important;
}
.product-profile-1 .title::after{
  content:""; position:absolute !important; right:-8px !important; bottom:-8px !important; width:48px !important; height:18px !important;
  background:
    radial-gradient(6px 6px at 6px 6px, rgba(0,0,0,.06), transparent 60%),
    radial-gradient(4.5px 4.5px at 22px 6px, rgba(0,0,0,.05), transparent 60%),
    radial-gradient(4.5px 4.5px at 36px 6px, rgba(0,0,0,.05), transparent 60%),
    radial-gradient(4.5px 4.5px at 28px 14px, rgba(0,0,0,.05), transparent 60%);
  opacity:.6 !important; pointer-events:none !important; border-radius:8px !important;
}

/* ----------- RESPONSIVE ----------- */
@media (max-width:992px){
  .product-profile-1 .sale-price{ font-size:18px !important }
  .product-profile-1 .carousel-indicators{ justify-content:flex-start !important; overflow:auto hidden !important; padding-bottom:4px !important }
  .product-profile-1 .carousel-indicators li{ flex:0 0 64px !important; height:64px !important }
}
@media (max-width:576px){
  :root{ --pp-btn-h:44px }
  .product-profile-1 .title{ font-size:20px !important }
  .product-profile-1 .product-buttons{ gap:8px !important }
  .product-profile-1 .btn{ flex:1 1 auto !important } /* butonlar satırda esnesin */
  .product-profile-1 .product-quantity{ flex:0 0 auto !important }
}

/* Hareket azalt */
@media (prefers-reduced-motion:reduce){
  .product-profile-1 .carousel-item img{ transition:none !important }
}