:root{
    --color1 : #1fbeca;
    --color2 : #fdbb30;
}

body{
    font-family: 'Rubik', sans-serif;
}

header.desktop .h-contact {
    background: #f3f3f3;
}

header.desktop .header-bar .bar-user{
    flex-direction: column;
    margin-right:30px;
    cursor: pointer;
}

header.desktop .header-bar .bar-cart{
    flex-direction: column;
}

header.desktop .header-bar .bar-user i {
    font-size:30px;
    margin-bottom:8px;
}

header.desktop .header-bar .bar-cart i {
    font-size:30px !important;
    margin-bottom:8px;
}

header.desktop .header-bar .bar-cart .count{
    background: var(--color1) !important;
}

header.desktop .search form .btn-send {
    height: auto;
    width: auto;
    border-radius: 8px;
    background: var(--color1);
    margin-top: 7px;
    right: 10px;
    font-size: 13px;
}

header.desktop .search{
    border: 1px solid #c9c9c9;
}

header.desktop .header-bar .bar-user .link a {
    color: #646464;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

header.desktop .header-bar .bar-cart .name {
    color: #646464;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

header.desktop .menu {
    background: #fff;
    box-shadow: none;
    border-bottom: 3px solid var(--color1);
}

header.desktop .mega-menu .nav-link {
    color: #646464;
    border: none;
    font-weight: 500;
}

header.desktop .mega-menu .nav-link:hover {
    background: none;
    color: var(--color2);
}

header.desktop .mega-menu .dropdown-menu {
    border-color: var(--color1);
    top:47px;
}

body.home-body{
    background: #fff;
}

.stories a.banner-item img {
    border-radius: 100%;
    width: 90px !important;
    height: 90px;
    display: block;
    margin: 0px auto;
}

.stories a.banner-item .title {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
}

.card-product {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}

.card-product:hover {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

.card-product:hover .image img {
    transform: scale(1.06);
}

.card-product .image img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.card-product .card-product-inner .title {
    line-height: 20px;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
}

.card-product .card-product-inner .price-group {
    justify-content: start;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    color: #3c3c3c;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.card-product .card-product-inner .price-group .discount {
    background: var(--color1);
}

body.product-body{
    background: #fff;
}

ol.breadcrumb {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px !important;
}

.breadcrumb-wrapper .breadcrumb a {
    font-weight: 400;
    color: var(--color1);
}

.product-profile-1 .carousel .carousel-inner{
    border:none;
}

div#product-profile-carousel-3 {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}

div#product-profile-carousel-1 {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--color1);
}

.product-right {
    height: 100%;
    padding: 10px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    left: 10px;
    background: #f6f6f6;
}

.product-profile-1 h1.title {
    width: 100%;
    display: inline-block;
    color: #646464;
    font-size: 23px;
    font-weight: 400;
    border: none;
}

.product-price-group .prices .sale-price {
    font-size: 34px;
    font-weight: 500;
}

.product-quantity .btn {
    background: #fff;
    border: 1px solid #c9c9c9 !important;
}

.product-quantity input {
    border: 1px solid #c9c9c9 !important;
    border-right: none !important;
    border-left: none !important;
}

.product-buttons {
    align-items: center;
}

.product-buttons .btn-cart {
    width: 60%;
    background: var(--color1);
    border-color: var(--color1);
}

.product-favourite {
    background: var(--color2);
    display: inline-block;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    text-align: center;
    padding: .4rem .7rem;
}

.product-favourite a {
    color: #fff;
    font-size: 14px;
}


.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav {
    flex: inherit;
    background: none;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    flex: inherit;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    background: #e6e6e6;
    margin-right: 10px;
    padding: 0px 20px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    background: var(--color2);
    color: #fff;
    border: none;
}

.product-body .tab-content .p-g-mod-body {border: 1px solid #e3e3e3;}

.product-favourite a i {
    margin-left: 3px;
    margin-top: 6px;
}

.home-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav {
    border: 5px solid #fff;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    margin: 0px auto;
    padding: 5px 50px;
}

.home-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav li a:hover {
    background-color: #adacac1c;
}

.home-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav li a {
    padding: 10px 20px;
    border-radius: 50px;
}

.home-body .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav li a.active {
    background: var(--color1);
    color: #fff;
}

.product-badges .p-badge {
    background: #fff;
    flex-direction: inherit;
    align-items: center;
    height: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 1rem 1.6rem;
}

.product-badges .p-badge i {
    margin-right: 10px;
}

.product-profile-info li{
    margin-bottom:10px;
}

body.categories-body{
    background: #fff;
}

.categories-body .p-g-mod-t-cat-filter {
    border: 1px solid #4444;
    margin-bottom:20px;
    border-radius:10px;
}

.right-banner .col-list-p-v-1 {
    padding-top:0px;
}


.manset .carousel-item a img {
    height: 480px;
}

footer {
    background: #fff;
    border-top: 3px solid var(--color1);
    padding: 10px;
}

footer .title {color: var(--color2);font-weight: 400;}

footer .info ul li a {
    padding-left: 0px;
}

footer .info ul li a:before {
    display: none;
}

footer .info ul li a {
    color: #666;
}

footer .info ul li a:hover {
    color: var(--color1);
}


.categories-body .p-g-mod-t-cat-filter .p-g-m-h-info {
    background: #bfbfbf52!important;
    padding: 17px !important;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
}

.categories-body .p-g-mod-t-cat-filter .p-g-mod-header {
    justify-content: center;
    text-align: center;
}

footer .social-media{
    justify-content: flex-start;
    margin-top: 1rem;
}

footer .social-media a{
    color: var(--color1);
}

.categories-body .p-g-mod-t-cat-filter .p-g-m-h-info > div {
    width: 100%;
}

.shipping-badge
{
    padding: .3rem .7rem;
    border-radius: 4px;
    display: inline-block;
    background: var(--color1);
    color: white;
    font-weight: 600;
    margin-bottom: .4rem;
}
.product-profile-1 .social-share
{
    border: none;
}
.product-detail-bottom-box
{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: .5rem;
}

/* Ana sayfa buton görünümü */
.home-body button:not(.owl-dot),
.home-body .btn,
.home-body input[type="button"],
.home-body input[type="submit"] {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    font-family: "Rubik", "Segoe UI", Arial, sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-rendering: optimizeLegibility;
}

.home-body button:not(.owl-dot):hover,
.home-body button:not(.owl-dot):focus,
.home-body .btn:hover,
.home-body .btn:focus,
.home-body input[type="button"]:hover,
.home-body input[type="button"]:focus,
.home-body input[type="submit"]:hover,
.home-body input[type="submit"]:focus {
    background-color: #222 !important;
    border-color: #222 !important;
    color: #fff !important;
}


/* Ana sayfa mavi vurgu renklerini siyaha çevir */
.home-body {
    --color1: #000000;
}



/* Desenlio marka tipografisi */
.home-body {
    font-family: "Rubik", "Segoe UI", Arial, sans-serif;
    color: #242424;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.home-body input,
.home-body button,
.home-body select,
.home-body textarea,
.home-body .btn {
    font-family: inherit !important;
}

.home-body header.desktop .h-contact {
    font-size: 12px;
    letter-spacing: 0.05px;
}

.home-body header.desktop .header-bar .link a,
.home-body header.desktop .header-bar .name {
    color: #3c3c3c;
    font-weight: 500;
    letter-spacing: 0.05px;
}

.home-body header.desktop .menu .nav-link {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.05px;
}

.home-body .p-g-m-h-i-title {
    color: #1d1d1d;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.home-body .card-product .title {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.05px;
}

.home-body .card-product .sale-price {
    color: #161616;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.home-body .card-product .free-cargo-badge {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.home-body .card-product .btn-cart {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.home-body footer .info .title {
    color: #171717 !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
}

.home-body footer .info,
.home-body footer .info a,
.home-body footer .bottom {
    color: #4a4a4a;
    line-height: 1.65;
}


/* Marka tipografisi kesin ölçüler */
.home-body .p-g-m-h-i-title {
    font-size: 21px !important;
    font-weight: 600 !important;
}

.home-body .card-product .sale-price {
    font-size: 19px !important;
    font-weight: 600 !important;
}

.home-body .card-product .btn-cart {
    font-size: 12.5px !important;
    font-weight: 600 !important;
}


/* Desenlio ana sayfa marka arayüzü */
:root {
    --desenlio-burgundy: #6f1930;
    --desenlio-burgundy-dark: #531022;
    --desenlio-ink: #101010;
    --desenlio-soft: #f5f5f6;
}

/* Üst kayan avantaj şeridi */
.home-body header.desktop::before,
.home-body header.mobile::before {
    content: "KAPIDA ÖDEME  •  ÜCRETSİZ KARGO  •  AYNI GÜN KARGO  •  12 TAKSİT İMKÂNI     KAPIDA ÖDEME  •  ÜCRETSİZ KARGO  •  AYNI GÜN KARGO  •  12 TAKSİT İMKÂNI";
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    background: linear-gradient(90deg, #090909 0%, #171717 50%, #090909 100%);
    color: #fff;
    font-family: "Rubik", "Segoe UI", Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.65px;
    text-indent: 100%;
    white-space: nowrap;
    animation: desenlioBenefitTicker 25s linear infinite;
}

@keyframes desenlioBenefitTicker {
    from { text-indent: 100%; }
    to { text-indent: -185%; }
}

/* Favorilerim alanını kaldır ve kalan header öğelerini dengele */
.home-body header.desktop .header-bar .bar-user:has(a[href*="favori-listem"]) {
    display: none !important;
}

.home-body header.desktop .header-area.last .header-bar {
    justify-content: flex-end;
    gap: 30px;
}

/* Kargo rozeti ve fiyat vurgusu */
.home-body .card-product .free-cargo-badge {
    background: linear-gradient(135deg, var(--desenlio-burgundy), var(--desenlio-burgundy-dark)) !important;
    color: #fff !important;
    padding: 7px 10px !important;
    border-radius: 0 0 9px 0 !important;
    box-shadow: 0 5px 14px rgba(83, 16, 34, 0.24);
    font-weight: 700 !important;
    letter-spacing: 0.25px;
}

.home-body .card-product .sale-price {
    color: #050505 !important;
    font-weight: 700 !important;
}

/* Slider görünümü */
.home-body .p-g-mod-headline.manset {
    margin-top: 20px;
    margin-bottom: 30px;
}

.home-body #custom-module-code-1197 {
    overflow: hidden;
    border: 1px solid rgba(16, 16, 16, 0.08);
    border-radius: 16px;
    background: #111;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.home-body #custom-module-code-1197 .carousel-inner,
.home-body #custom-module-code-1197 .carousel-item,
.home-body #custom-module-code-1197 img {
    border-radius: 15px;
}

.home-body #custom-module-code-1197 .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.10), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.10));
}

.home-body #custom-module-code-1197 img {
    transition: transform 0.8s ease, filter 0.8s ease;
}

.home-body #custom-module-code-1197:hover .carousel-item.active img {
    transform: scale(1.012);
    filter: contrast(1.02) saturate(1.03);
}

.home-body #custom-module-code-1197 .carousel-control-prev,
.home-body #custom-module-code-1197 .carousel-control-next {
    top: 50%;
    width: 44px;
    height: 44px;
    margin: 0 16px;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    background: rgba(10, 10, 10, 0.64);
    opacity: 0.92;
    backdrop-filter: blur(5px);
}

.home-body #custom-module-code-1197 .carousel-control-prev:hover,
.home-body #custom-module-code-1197 .carousel-control-next:hover {
    background: var(--desenlio-burgundy);
    opacity: 1;
}

.home-body #custom-module-code-1197 .carousel-indicators li {
    width: 20px;
    height: 4px;
    margin: 0 4px;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.62);
}

.home-body #custom-module-code-1197 .carousel-indicators li.active {
    width: 34px;
    background-color: #fff;
}

/* Yeniden tasarlanan alt bilgi */
.home-body footer {
    overflow: hidden;
    border-top: 4px solid var(--desenlio-burgundy);
    background: #111;
    color: #d6d6d6;
}

.home-body footer .bb {
    padding: 42px 0 30px;
    background: radial-gradient(circle at 85% 10%, rgba(111, 25, 48, 0.18), transparent 32%), linear-gradient(145deg, #171717, #101010);
}

.home-body footer .info .row {
    align-items: flex-start;
    margin-right: -24px;
    margin-left: -24px;
}

.home-body footer .info .col-md-4 {
    min-height: 210px;
    padding-right: 32px;
    padding-left: 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.home-body footer .info .col-md-4:last-child {
    border-right: 0;
}

.home-body footer .info .title {
    margin-bottom: 18px;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.15px;
}

.home-body footer .fs,
.home-body footer .info p,
.home-body footer .info li,
.home-body footer .info a {
    color: #c7c7c7 !important;
}

.home-body footer .info li {
    margin-bottom: 7px;
}

.home-body footer .info a {
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.home-body footer .info a:hover {
    padding-left: 3px;
    color: #fff !important;
}

.home-body footer .social-media {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.home-body footer .social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 11px;
    background: #242424;
    color: #fff !important;
}

.home-body footer .social-media a:hover {
    border-color: var(--desenlio-burgundy);
    background: var(--desenlio-burgundy);
    transform: translateY(-2px);
}

.home-body footer .bar {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: #090909;
    color: #a9a9a9;
}

.home-body footer .bar p,
.home-body footer .bar a {
    color: #bdbdbd !important;
}

.home-body footer .right-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 10px;
    background: #fff;
}

@media (min-width: 768px) {
    .home-body footer .info .title::after {
        content: "";
        display: block;
        width: 38px;
        height: 3px;
        margin-top: 10px;
        border-radius: 999px;
        background: var(--desenlio-burgundy);
    }
}

@media (max-width: 767.98px) {
    .home-body header.mobile::before {
        height: 29px;
        font-size: 10px;
        line-height: 29px;
        animation-duration: 21s;
    }

    .home-body #custom-module-code-1197 {
        border-radius: 11px;
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
    }

    .home-body #custom-module-code-1197 .carousel-inner,
    .home-body #custom-module-code-1197 .carousel-item,
    .home-body #custom-module-code-1197 img {
        border-radius: 10px;
    }

    .home-body footer .bb {
        padding: 26px 0 18px;
    }

    .home-body footer .info .row {
        margin-right: 0;
        margin-left: 0;
    }

    .home-body footer .info .col-md-4 {
        min-height: 0;
        padding: 16px 8px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .home-body footer .info .col-md-4:last-child {
        border-bottom: 0;
    }

    .home-body footer .bar,
    .home-body footer .bar .col-md-6 {
        text-align: center !important;
    }

    .home-body footer .right-image {
        margin-top: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-body header.desktop::before,
    .home-body header.mobile::before {
        animation: none;
        text-align: center;
        text-indent: 0;
    }

    .home-body #custom-module-code-1197 img,
    .home-body footer .info a,
    .home-body footer .social-media a {
        transition: none;
    }
}


/* Footer ödeme logoları hizalama düzeltmesi */
.home-body footer .right-image {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.home-body footer .right-image img {
    display: block !important;
    width: 300px !important;
    height: 21px !important;
    max-width: calc(100% - 28px) !important;
    padding: 8px 14px;
    border-radius: 10px;
    background: #fff;
    box-sizing: content-box;
}

@media (max-width: 767.98px) {
    .home-body footer .right-image {
        justify-content: center;
        margin-top: 14px;
    }
}


/* Kayan avantaj şeridi ilk yükleme görünürlüğü */
.home-body header.desktop::before,
.home-body header.mobile::before {
    text-indent: 0;
}

@keyframes desenlioBenefitTicker {
    from { text-indent: 0; }
    to { text-indent: -100%; }
}