:root {
    /**
     * colors
     */

    --hoockers-green_20: #4e746033;
    --pale-spring-bud: #f3f3bf;
    --hoockers-green: #4e7460;
    --spanish-gray: #9c9c9c;
    --light-gray: #cccccc;
    --cultured-1: #f7f7f7;
    --cultured-2: #eeeeec;
    --gray-web: #7d7d7d;
    --white_30: #ffffff4d; /* 6f*/
    --black_70: #000000b3; /*60*/
    --black_50: #00000080; /*60*/
    --black_15: #00000026; /*60*/
    --black_10: #0000001a; /*60*/
    --black_5: #0000000d; /*70*/
    --white: #ffffff;
    --black: #000000;
    --ivory: #fffff0;
    --beige: #f5f5dc;
    --pale-gray: #c8c8b4;
    --sage-green: #acb78e;
    --light-olive: #cfdab0;
    --brownish-gray: #987654;
    /**
     * gradient color
     */

    --gradient: linear-gradient(to right, transparent 50%, var(--white_30) 100%);
    /**
     * typography
     */

    --ff-urbanist: 'Urbanist', sans-serif;
    --fs-1: 6rem;
    --fs-2: 4.8rem;
    --fs-3: 4rem;
    --fs-4: 3.4rem;
    --fs-5: 2.4rem;
    --fs-6: 2rem;
    --fs-7: 1.8rem;
    --fs-8: 1.5rem;
    --fs-9: 1.4rem;
    --fs-10: 1.3rem;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
    /**
     * spacing
     */

    --section-padding: 35px;
    /**
     * shadow
     */

    --shadow-1: 0 8px 16px var(--black_15);
    --shadow-2: 0 4px 10px var(--black_5);
    /**
     * radius
     */

    --radius-3: 3px;
    /**
     * transition
     */

    --transition-1: 0.25s ease;
    --transition-2: 0.5s ease;
    --transition-3: 1s ease;
    --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
    --cubic-out: cubic-bezier(0.33, 0.85, 0.4, 0.96);
}





/*-----------------------------------*\
    #RESET
  \*-----------------------------------*/

.price,
.btn-primary {
    padding-top: 5px;
}

.btn-buynow {
    display: flex;
    justify-content: center;
    align-items: center;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a,
img,
span,
input,
button,
ion-icon {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    height: auto;
}

input,
button {
    background: none;
    border: none;
    font: inherit;
}

input {
    width: 100%;
}

button {
    cursor: pointer;
}

ion-icon {
    pointer-events: none;
    --ionicon-stroke-width: 25px;
}

html {
    font-family: var(--ff-urbanist);
    font-size: 10px;
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--white);
    color: var(--gray-web);
    font-size: 1.6rem;
    font-weight: var(--fw-500);
    line-height: 1.6;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

:focus-visible {
    outline-offset: 4px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background-color: #4e7460;
    border-radius: 40px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #046132;
    }





/*-----------------------------------*\
    #REUSED STYLE
  \*-----------------------------------*/

.container {
    padding-inline: 15px;
    margin-inline: auto;
    width: 100%;
    max-width: 1200px;
}

.section {
    padding-block: var(--section-padding);
    overflow: visible;
    width: 100%;
}
/* for next*/

.has-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* for next*/
.h2-mediumsize {
    color: var(--white);
    font-weight: var(--fw-700);
    line-height: 1.3;
}


.h1,
.h2,
.h3,
.h2-large {
    color: var(--white);
    font-weight: var(--fw-900);
    line-height: 1.3;
}

.h1 {
    font-size: var(--fs-1);
    line-height: 1.2;
}

.h2 {
    font-size: var(--fs-3);
}

.h2-large {
    font-size: var(--fs-2);
}

.h3 {
    font-size: var(--fs-4);
}

.btn {
    font-weight: var(--fw-800);
    max-width: max-content;
    padding: 10px 30px;
    border-radius: var(--radius-3);
    transition: var(--transition-1);
}

.btn-primary,
.btn-secondary:is(:hover, :focus) {
    background-color: #ef950a;
    color: var(--white);
}

    .btn-primary:is(:hover, :focus) {
        background-color: var(--light-olive);
    }

.btn-secondary {
    background-color: var(--white);
    color: var(--black);
    box-shadow: var(--shadow-2);
}

.has-scrollbar {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-block-end: 15px;
    margin-block-end: -15px;
    scroll-snap-type: inline mandatory;
}

.scrollbar-item {
    min-width: 40%;
    scroll-snap-align: start;
}

.has-scrollbar::-webkit-scrollbar-track,
.has-scrollbar::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.has-scrollbar:is(:hover, :focus-within)::-webkit-scrollbar-track {
    background-color: hsl(0, 0%, 98%);
}

.has-scrollbar:is(:hover, :focus-within)::-webkit-scrollbar-thumb {
    background-color: hsl(0, 0%, 70%);
}

.has-before,
.nav-after {
    position: relative;
    z-index: 1;
}

    .has-before::before,
    .nav-after::after {
        content: "";
        position: absolute;
    }

.hover\:shine {
    overflow: hidden;
}

    .hover\:shine .has-bg-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        transition: var(--transition-2);
    }

    .hover\:shine:is(:hover, :focus) .has-bg-image {
        transform: scale(1.15);
    }

    .hover\:shine::before {
        top: 0;
        left: -140%;
        bottom: 0;
        width: 100%;
        background-image: var(--gradient);
        transform: skewX(-25deg);
        transition: var(--transition-2);
        z-index: 1;
    }

    .hover\:shine:is(:hover, :focus-within)::before {
        animation: shine 1s ease forwards;
    }

@keyframes shine {
    0% {
        transform: skewX(-25deg) translateX(0);
    }

    100% {
        transform: skewX(-25deg) translateX(250%);
    }
}

.btn-link {
    color: var(--black);
    font-weight: var(--fw-600);
    display: flex;
    align-items: center;
    gap: 3px;
    transition: var(--transition-1);
}

.img-holder {
    position: relative;
    aspect-ratio: var(--width) / var(--height);
    background: #f8f8f8;
    overflow: hidden;
}


.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Görüntüyü tam olarak kapsayıcıya sığdırır */
}


.badge {
    max-width: max-content;
    background-color: #ef950a;
    color: var(--white);
    font-weight: var(--fw-700);
    padding-inline: 12px;
    border-radius: var(--radius-3);
}

.flex-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.w-100 {
    width: 100%;
}

[data-section] > * {
    transform: translateY(100px);
    opacity: 0;
    transition: var(--transition-3);
}

[data-section].active > * {
    transform: translateY(0);
    opacity: 1;
}





/*-----------------------------------*\
    #HEADER
  \*-----------------------------------*/

.header .input-wrapper,
.header-action-btn:not(:first-child) {
    display: none;
}

.navbar {
    display: block;
    width: 100%;
    background-color: var(--white);
    padding: 15px 0;
    text-align: center;
}

.navbar .navbar-links {
    display: flex;
    justify-content: center;
    gap: 45px;
}

.navbar .navbar-link {
    color: var(--black);
    font-size: var(--fs-7);
    font-weight: var(--fw-600);
}

.navbar .navbar-link:hover {
    color: var(--hoockers-green);
}

.header {
    position: relative;
    padding-block-end: 80px;
    margin-top: 0;
    padding-top: 0;
}

.sliding-header {
    background-color: var(--pale-spring-bud);
    color: var(--black);
    font-size: var(--fs-7);
    text-transform: uppercase;
    font-weight: var(--fw-700);
    letter-spacing: 2px;
    text-align: center;
    padding-block: 10px;
    margin-top: 0;
    padding-top: 10px;
}

.header-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    padding-block: 26px;
    z-index: 5;
}

    .header-top.active {
        position: fixed;
        top: -95px;
        bottom: auto;
        box-shadow: var(--shadow-1);
        transform: translateY(100%);
        transition: var(--transition-2);
        padding-bottom: 10px;
    }

    .header-top.header-hide {
        box-shadow: none;
        transform: translateY(0);
    }

    .header-top .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

.header-left {
    flex: 1;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    margin-top: 4px;
}

.header-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.search-container {
    position: relative;
    width: 200px;
}

.search-container input {
    height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    font-size: 14px;
}

.search-container button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #777;
}

.user-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-link {
    color: var(--gray-web);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.user-link:hover {
    color: var(--hoockers-green);
}

.user-link i {
    font-size: 16px;
}

.user-profile {
    position: relative;
    color: var(--gray-web);
}

.user-profile i {
    font-size: 18px;
}

.user-tooltip {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.user-profile:hover .user-tooltip {
    opacity: 1;
    visibility: visible;
}

.logout-form {
    margin-left: 10px;
}

.logout-button {
    background: none;
    border: none;
    color: var(--gray-web);
    font-size: 16px;
    transition: color 0.3s ease;
    padding: 0;
}

.logout-button:hover {
    color: #e74c3c;
}

.cart-icon {
    position: relative;
    font-size: 18px;
    color: var(--gray-web);
    margin-left: 10px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--hoockers-green);
    color: white;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive düzenlemeler */
@media (max-width: 992px) {
    .logo {
        margin-left: 0;
    }
    
    .search-container {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .search-container {
        display: none;
    }
}

.nav-open-btn {
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 6px;
}

    .nav-open-btn:hover {
        background: rgba(78, 116, 96, 0.08);
    }

    .nav-open-btn .line {
        height: 2px;
        background-color: #333;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .nav-open-btn .line-1 {
        width: 20px;
    }

    .nav-open-btn .line-2 {
        width: 24px;
    }

    .nav-open-btn .line-3 {
        width: 16px;
    }

    .nav-open-btn:hover .line {
        background-color: var(--hoockers-green);
    }

    .nav-open-btn:hover .line-1,
    .nav-open-btn:hover .line-3 {
        width: 24px;
    }

.header-action-btn {
    font-size: 28px;
    transition: var(--transition-1);
}

    .header-action-btn:is(:hover, :focus) {
        color: var(--black_70);
    }





/*-----------------------------------*\
    #MOBILE NAVBAR
  \*-----------------------------------*/

.mobile-logo {
    width: 150px;
    height: 150px;
}

.sidebar {
    z-index: 5;
}

.mobile-navbar {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 320px;
    width: 85%;
    padding: 0;
    z-index: 9999;
    transform: translateX(-100%);
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
}

    .mobile-navbar.active {
        visibility: visible;
        transform: translateX(0);
        transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-navbar .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 24px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        background: white;
        position: sticky;
        top: 0;
        z-index: 10;
    }

.navbar-close-btn {
    font-size: 24px;
    color: #333;
    background: #f5f5f5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .navbar-close-btn:hover {
        background: #e0e0e0;
        transform: rotate(90deg);
    }

    .navbar-close-btn ion-icon {
        --ionicon-stroke-width: 50px;
    }

.mobile-navbar .navbar-link {
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 16px 24px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

    .mobile-navbar .navbar-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 100%;
        background: linear-gradient(90deg, rgba(78, 116, 96, 0.1) 0%, transparent 100%);
        transition: width 0.3s ease;
        z-index: -1;
    }

    .mobile-navbar .navbar-link:hover,
    .mobile-navbar .navbar-link:focus {
        color: var(--hoockers-green);
        padding-left: 32px;
    }

    .mobile-navbar .navbar-link:hover::before,
    .mobile-navbar .navbar-link:focus::before {
        width: 100%;
    }

.overlay {
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    pointer-events: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(0px);
}

    .overlay.active {
        background-color: rgba(0, 0, 0, 0.5);
        pointer-events: all;
        backdrop-filter: blur(4px);
    }





/*-----------------------------------*\
    #HERO
  \*-----------------------------------*/

.hero {
    overflow: visible;
    width: 100%;
}

.hero-card {
    position: relative;
    min-height: 600px;
    width: 100%;
    overflow: visible;
    background-color: var(--light-gray);
    background-position: center;
    background-size: cover;
    padding: 80px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    color: var(--white);
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: var(--fw-700);
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-text {
    color: var(--white);
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.hero .price {
    color: var(--beige);
    font-size: var(--fs-5);
    font-weight: var(--fw-600);
    margin-block-end: 20px;
}

.hero .scrollbar-item {
    min-width: 100%;
}

/* Tüm eski background-image tanımlamalarını kaldırıyoruz */

/* Mobil için görsel tanımlamaları (varsayılan) */
.scrollbar-item:first-child .hero-card {
    background-image: url('/images/1395x631 custom design web.jpg');
}

.scrollbar-item:nth-child(2) .hero-card {
    background-image: url('/images/slider2-mobile.png');
}

.scrollbar-item:nth-child(3) .hero-card {
    background-image: url('/images/slider3-mobile.png');
}

/* Tablet ve üstü için görsel tanımlamaları */
@media (min-width: 575px) {
    .scrollbar-item:nth-child(2) .hero-card {
        background-image: url('/images/slider2.png');
    }

    .scrollbar-item:nth-child(3) .hero-card {
        background-image: url('/images/slider3.png');
    }
}

@media (min-width: 768px) {
    .hero-card:nth-child(1) {
        background-image: url('/images/1395x631 custom design web.jpg');
    }

    .hero-card:nth-child(2) {
        background-image: url('/images/slider2.png');
    }

    .hero-card:nth-child(3) {
        background-image: url('/images/slider3.png');
    }
}

@media (min-width: 992px) {
    .hero-card:nth-child(1) {
        background-image: url('/images/1395x631 custom design web.jpg');
    }

    .hero-card:nth-child(2) {
        background-image: url('/images/slider2.png');
    }

    .hero-card:nth-child(3) {
        background-image: url('/images/slider3.png');
    }
}

@media (min-width: 1200px) {
    .hero-card:nth-child(1) {
        background-image: url('/images/1395x631 custom design web.jpg');
    }

    .hero-card:nth-child(2) {
        background-image: url('/images/slider2.png');
    }

    .hero-card:nth-child(3) {
        background-image: url('/images/slider3.png');
    }
}





/*-----------------------------------*\
    #COLLECTION
  \*-----------------------------------*/

.collection {
    padding-block-start: 0;
}

.collection-list {
    display: grid;
    gap: 15px;
}

.collection-card {
    background-color: var(--light-gray);
    min-height: 400px;
    padding: 40px;
    padding-block-end: 30px;
    display: flex;
    flex-direction: column;
    }
    
    .collection-card .card-title {
    margin-block-end: 12px;
    }
    
.collection-card .card-text {
    color: var(--black);
    font-size: var(--fs-6);
    font-weight: var(--fw-600);
    margin-block-end: auto;
}





/*-----------------------------------*\
    #SHOP
  \*-----------------------------------*/

.shop .title-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-block-end: 50px;
}

.shop .btn-link:is(:hover, :focus) {
    color: var(--light-olive);
}

.shop-card {
    border-radius: 0;
    overflow: hidden;
    box-shadow: var(--shadow-2);
    transition: var(--transition-1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.shop-card:is(:hover, :focus-within) {
    box-shadow: var(--shadow-2);
}

.shop-card .card-banner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.shop-card .badge {
    position: absolute;
    top: 20px;
    left: 20px;
}

.shop-card .card-actions {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: grid;
    gap: 10px;
    opacity: 0;
    transition: var(--transition-2);
}

.shop-card .action-btn {
    background-color: var(--white);
    font-size: 24px;
    padding: 12px;
    border-radius: 50%;
    transition: var(--transition-1);
}

    .shop-card .action-btn:is(:hover, :focus) {
        background-color: var(--sage-green);
        color: var(--white);
    }

.shop-card:is(:hover, :focus-within) .card-actions {
    opacity: 1;
    transform: translate(-20px, -50%);
}

.shop-card .card-content {
    padding-block: 20px;
    text-align: center;
}

.shop-card :is(.price, .card-rating, .rating-wrapper) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.shop-card .del {
    font-size: var(--fs-9);
    font-weight: var(--fw-400);
}

.shop-card .price .span {
    color: var(--black);
    font-weight: var(--fw-700);
}

.shop-card .card-title {
    color: var(--black);
    font-size: var(--fs-7);
    font-weight: var(--fw-500);
    margin-block-end: 8px;
    transition: var(--transition-1);
}

    .shop-card .card-title:is(:hover, :focus) {
        text-decoration: underline;
        color: #a86500;
    }

.shop-card .rating-wrapper {
    gap: 2px;
    color: var(--hoockers-green);
    font-size: 15px;
}

.shop-card .rating-text {
    font-size: var(--fs-8);
    font-weight: var(--fw-400);
    line-height: 1;
}





/*-----------------------------------*\
    #BANNER
  \*-----------------------------------*/

.banner-list {
    display: grid;
    gap: 30px;
}

.banner-card {
    min-height: 420px;
    padding: 30px;
}

    .banner-card .card-subtitle {
        color: var(--black);
        font-size: var(--fs-6);
        font-weight: var(--fw-600);
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .banner-card :is(.card-subtitle, .card-title) {
        text-shadow: 0 0 2px var(--cultured-2);
    }

.banner-card-1 .card-title {
    margin-block: 10px 30px;
}

.banner-card .card-text {
    color: var(--black);
    font-size: var(--fs-7);
    margin-block: 10px 25px;
}


















.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    padding: 0.5em;
    border: none;
    cursor: pointer;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.has-scrollbar {
    scroll-behavior: smooth;
}




/*-----------------------------------*\
    #FEATURE
  \*-----------------------------------*/

.feature {
    text-align: center;
}

    .feature .section-title {
        margin-block-end: 40px;
    }

.feature-card .card-icon {
    width: 100px;
    margin-inline: auto;
}

.feature-card .card-title {
    margin-block: 35px 15px;
}

.feature-card .card-text {
    font-size: var(--fs-7);
}





/*-----------------------------------*\
    #OFFER
  \*-----------------------------------*/

.offer-banner {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    align-items: center;
    gap: 30px;
    margin-block-end: 60px;
}

.offer-subtitle {
    font-size: var(--fs-7);
    display: flex;
    align-items: center;
    gap: 10px;
}

    .offer-subtitle .span {
        color: var(--black);
        text-transform: uppercase;
        font-weight: var(--fw-600);
        letter-spacing: 2px;
    }

.offer .badge {
    font-weight: var(--fw-500);
}

.offer .section-title {
    margin-block: 20px 8px;
}

.offer .section-text {
    font-size: var(--fs-6);
}

.offer .countdown {
    color: var(--hoockers-green);
    font-size: var(--fs-2);
    line-height: 1;
    display: flex;
    margin-block: 20px 40px;
}

.offer .time:not(:last-child)::after {
    content: ":";
    color: var(--gray-web);
    font-size: 3rem;
    font-weight: var(--fw-500);
    margin-inline: 10px;
}

.offer .time {
    display: flex;
    align-items: center;
}

/* Section Banner - Base styles */
.section-banner {
    display: flex;
    background: radial-gradient(circle, rgb(255 228 174 / 68%) 39%, rgb(233 220 192 / 52%) 100%);
    padding: 20px; /* Reduced padding for mobile */
    border-radius: 15px; /* Slightly reduced border radius */
    margin: 15px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 95%; /* Use percentage for smaller screens */
    max-width: 1270px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.banner-container {
    display: flex;
    flex-direction: column; /* Stack items vertically on mobile */
    width: 100%;
    gap: 15px;
}

.info-section {
    flex: 1;
    text-align: center;
    padding: 10px;
}

    .info-section h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 14px; /* Smaller font size for mobile */
        color: #444;
        margin-bottom: 5px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: capitalize;
    }

.middle-section {
    background: linear-gradient(145deg, #ebbc46, #ef950a);
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    color: #f6f6f3;
    width: 100%; /* Full width on mobile */
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

/* Tablet Breakpoint */
@media (min-width: 768px) {
    .section-banner {
        padding: 30px;
        width: 90%;
    }

    .banner-container {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .info-section h3 {
        font-size: 15px;
    }

    .middle-section {
        width: 250px; /* Fixed width for tablet */
        min-height: 90px;
    }
}

/* Desktop Breakpoint */
@media (min-width: 1200px) {
    .section-banner {
        padding: 40px;
        width: 1270px;
    }

    .banner-container {
        gap: 30px;
    }

    .info-section h3 {
        font-size: 16px;
    }

    .middle-section {
        width: 300px;
        min-height: 100px;
    }
}

.testimonial-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.testimonials .has-scrollbar {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox için scrollbar'ı gizle */
    -ms-overflow-style: none; /* IE ve Edge için scrollbar'ı gizle */
    padding: 20px 0;
}

.testimonials .has-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari ve Opera için scrollbar'ı gizle */
}

.testimonial-card {
    flex: 0 0 calc(33.333% - 20px); /* 3 kart yan yana */
    min-width: calc(33.333% - 20px);
    scroll-snap-align: start;
}

@media (max-width: 992px) {
    .testimonial-card {
        flex: 0 0 calc(50% - 15px); /* 2 kart yan yana */
        min-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .testimonial-card {
        flex: 0 0 100%; /* 1 kart */
        min-width: 100%;
    }
}

/*-----------------------------------*\
    #BLOG
  \*-----------------------------------*/

.blog {
    padding-block-end: calc(var(--section-padding) * 2);
}

    .blog .section-title {
        text-align: center;
        margin-block-end: 40px;
    }

.blog-card .card-banner img {
    transition: var(--transition-2);
}

.blog-card:is(:hover, :focus-within) .card-banner img {
    transform: scale(1.2);
}

.blog-card .card-title {
    text-align: center;
    margin-block: 30px 20px;
    transition: var(--transition-1);
}

    .blog-card .card-title:is(:hover, :focus) {
        color: var(--hoockers-green);
    }

.blog-card .btn-link {
    justify-content: center;
}





/*-----------------------------------*\
    #FOOTER
  \*-----------------------------------*/

.footer .logo {
    display: none;
}

.footer {
    background-color: var(--cultured-1);
    padding-block: 70px;
}

.footer-top {
    display: grid;
    gap: 40px;
    margin-block-end: 60px;
}

.footer-list-title {
    color: var(--black);
    font-size: var(--fs-5);
    font-weight: var(--fw-600);
    margin-block-end: 10px;
}

.footer-list-text {
    font-size: var(--fs-8);
}

    .footer-list-text .link {
        display: inline-block;
        color: var(--black);
        font-weight: var(--fw-600);
        text-decoration: underline;
        transition: var(--transition-1);
    }

        .footer-list-text .link:is(:hover, :focus) {
            color: var(--hoockers-green);
        }

    .footer-list-text.bold {
        color: var(--black);
        font-weight: var(--fw-800);
        margin-block: 15px 2px;
    }

.footer-link {
    font-size: var(--fs-7);
    padding-block: 5px;
}

    .footer-link:is(:hover, :focus) {
        text-decoration: underline;
    }

.newsletter-title {
    color: var(--black);
    font-size: var(--fs-3);
    font-weight: var(--fw-600);
    line-height: 1.3;
}

.newsletter-text {
    font-size: var(--fs-7);
    line-height: 2;
    margin-block: 10px 35px;
}

.newsletter-form {
    position: relative;
}

.email-field {
    background-color: var(--white);
    font-size: var(--fs-7);
    padding: 12px 18px;
    padding-inline-end: 145px;
    border: 1px solid var(--hoockers-green_20);
    border-radius: var(--radius-3);
    outline: none;
    transition: var(--transition-1);
}

    .email-field::placeholder {
        color: var(--spanish-gray);
    }

    .email-field:focus {
        border-color: var(--black);
    }

.newsletter-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.copyright {
    font-size: var(--fs-7);
}

.footer-bottom .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-block-end: 20px;
}

.social-list {
    display: flex;
    gap: 20px;
}

.social-link {
    color: var(--black);
    font-size: 18px;
    transition: var(--transition-1);
}

    .social-link:is(:hover, :focus) {
        color: var(--hoockers-green);
    }

.footer-bottom > img {
    max-width: max-content;
}




.bt-bn {
    border: 1px solid black;
    border-radius: 20px;
    padding: 5px 10px;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

    .bt-bn:hover {
        background-color: black; /* Change background color on hover */
        color: white; /* Change text color on hover */
        cursor: pointer; /* Change cursor to pointer */
        border: 1px black solid;
    }



/*-----------------------------------*\
    #BACK TO TOP
  \*-----------------------------------*/

.back-top-btn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: var(--white);
    color: var(--hoockers-green);
    font-size: 22px;
    padding: 13px;
    border-radius: 50%;
    box-shadow: var(--shadow-1);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-1);
}

    .back-top-btn:is(:hover, :focus) {
        background-color: var(--hoockers-green);
        color: var(--white);
    }

    .back-top-btn.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(-10px);
    }


.hero-card:nth-child(1) {
    background-image: url('/images/hero-card-5.png');
}

.hero-card:nth-child(2) {
    background-image: url('img/offer-banner-2.jpg');
}

.hero-card:nth-child(3) {
    background-image: url('img/hero-banner-1.png');
}

/*-----------------------------------*\
    #MEDIA QUERIES
  \*-----------------------------------*/

/**
   * responsive for larger than 575px screen
   */

@media (min-width: 575px) {
    .hero-card:nth-child(1) {
        background-image: url('/images/1395x631 custom design web.jpg');
    }

    .hero-card:nth-child(2) {
        background-image: url('/images/slider2.png');
    }

    .hero-card:nth-child(3) {
        background-image: url('/images/slider3.png');
    }

    /**
     * REUSED STYLE
     */

    .container {
        
        max-width: 540px;
        width: 100%;
        margin-inline: auto;
    }

    :is(.header, .hero) .container {
        max-width: unset;
    }

    .has-scrollbar {
        gap: 30px;
    }

    .scrollbar-item {
        min-width: calc(50% - 15px);
    }



    /**
     * HERO
     */

    .hero-card {
        padding-inline: 70px;
    }





    /**
     * BANNER
     */

    .banner-card .card-text {
        max-width: 30ch;
    }



    /**
     * OFFER
     */

    .offer .countdown {
        --fs-2: 4.8rem;
    }

        .offer .countdown .time:not(:last-child)::after {
            margin-inline: 20px;
        }
}





/**
   * responsive for larger than 768px screen
   */

@media (min-width: 768px) {

    .hero-card:nth-child(1) {
        background-image: url('/images/1395x631 custom design web.jpg');
    }

    .hero-card:nth-child(2) {
        background-image: url('/images/slider2.png');
    }

    .hero-card:nth-child(3) {
        background-image: url('/images/slider3.png');
    }

    /**
     * CUSTOM PROPERTY
     */

    :root {
        /**
       * typography
       */

        --fs-1: 5.6rem;
    }



    /**
     * REUSED STYLE
     */

    .container {
        max-width: 730px;
    }

    .flex-item {
        max-width: calc(50% - 15px);
    }

    .header .logo {
        display: flex;
        justify-content: center; /* Yatayda ortalar */
        align-items: center; /* Dikeyde ortalar (eğer gerekirse) */
        height: 100%; /* Gerektiğinde yüksekliği ayarla */
    }


    /**
     * COLLECTION
     */

    .collection-card {
        min-height: 450px;
    }




    /**
     * BANNER
     */

    .banner-list {
        grid-template-columns: 1fr 0.7fr;
    }

    .banner-card {
        padding: 50px;
    }



    /**
     * OFFER
     */

    .offer .section-text {
        max-width: 45ch;
    }



    /**
     * FOOTER
     */

    .footer-top {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-list:last-child {
        grid-column: 1 / 4;
    }

    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .footer-bottom .wrapper {
            margin-block-end: 0;
        }
}





/**
   * responsive for larger than 992px screen
   */

@media (min-width: 992px) {

    .hero-card:nth-child(1) {
        background-image: url('/images/1395x631 custom design web.jpg');
    }

    .hero-card:nth-child(2) {
        background-image: url('/images/slider2.png');
    }

    .hero-card:nth-child(3) {
        background-image: url('/images/slider3.png');
    }

    /**
     * CUSTOM PROPERTY
     */

    :root {
        /**
       * spacing
       */

        --section-padding: 50px;
    }



    /**
     * REUSED STYLE
     */

    .container {
        max-width: 960px;
    }

    .scrollbar-item {
        min-width: calc(33.33% - 20px);
    }

    .flex-item {
        max-width: calc(33.33% - 20px);
    }



    /**
     * COLLECTION
     */

    .collection-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }



    /**
     * BANNER
     */

    .banner-list {
        grid-template-columns: 1fr 0.5fr;
    }



    /**
     * OFFER
     */

    .offer .container {
        display: grid;
        grid-template-columns: 1fr 0.7fr;
        align-items: center;
        gap: 30px;
    }

    .offer-banner {
        margin-block-end: 0;
    }



    /**
     * FOOTER
     */

    .footer .logo {
        display: block;
    }

    .footer {
        padding-block: 100px 80px;
    }

    .footer-top {
        grid-template-columns: 0.4fr 0.4fr 0.4fr 1fr;
        margin-block-end: 120px;
    }

    .footer-list:last-child {
        grid-column: auto;
    }

    .footer .logo img {
        width: 190px;
    }
}





/**
   * responsive for larger than 1200px screen
   */

@media (min-width: 1200px) {

    /**
     * REUSED STYLE
     */

    .container {
        max-width: 1300px;
    }

    .scrollbar-item {
        min-width: calc(35% - 24px);
    }



    /**
     * HEADER
     */

    .hero-card:nth-child(1) {
        background-image: url('/images/1395x631 custom design web.jpg');
    }

    .hero-card:nth-child(2) {
        background-image: url('/images/slider2.png');
    }

    .hero-card:nth-child(3) {
        background-image: url('/images/slider3.png');
    }




    .header .input-wrapper,
    .header-action-btn:not(:first-child),
    .navbar {
        display: block;
    }

    .nav-open-btn {
        display: none;
    }

    .header {
        padding-block-end: 60px;
        margin-block-end: 10px;
    }

    .header-top {
        position: unset;
        padding-block: 24px 0;
    }

        .header-top:is(.active, .header-hide) {
            all: unset;
        }

        .header-top .container {
            flex-wrap: wrap;
        }

    .search-field {
        width: 270;
        font-size: var(--fs-7);
        border: 2px solid var(--hoockers-green_20);
        border-radius: var(--radius-3);
        padding: 10px 20px;
        padding-inline-end: 40px;
        outline: none;
        transition: var(--transition-1);
    }

        .search-field::placeholder {
            color: var(--spanish-gray);
        }

        .search-field:focus {
            border-color: var(--black);
        }

    .header .input-wrapper {
        position: relative;
    }

    .header .search-submit {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-size: 22px;
    }

        .header .search-submit ion-icon {
            --ionicon-stroke-width: 40px;
        }

    .header .logo {
        margin-inline-end: 0px;
    }

    .header-actions {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .header-action-btn {
        position: relative;
    }

        .header-action-btn .btn-badge {
            position: absolute;
            top: 0;
            right: -10px;
            background-color: var(--black);
            color: var(--white);
            font-size: var(--fs-9);
            min-width: 18px;
            height: 18px;
            line-height: 1.4;
            border-radius: 20px;
        }

        .header-action-btn:last-child {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .header-action-btn .btn-text {
            font-size: var(--fs-7);
            font-weight: var(--fw-700);
            margin-block-start: 3px;
        }

    .navbar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--white);
        padding-block: 18px;
        z-index: 4;
    }

        .navbar .navbar-links {
            display: flex;
            justify-content: center;
            gap: 45px;
        }

        .navbar .navbar-link {
            color: var(--black);
            font-size: var(--fs-7);
            font-weight: var(--fw-600);
        }








    /**
     * HERO
     */

    .hero-card {
        padding: 120px 100px;
    }





    /**
     * BANNER
     */

    .banner-card-1 .card-title {
        max-width: 15ch;
    }



    /**
     * FEATURE
     */

    .feature .section-title {
        margin-block-end: 60px;
    }

    .feature .flex-list {
        gap: 100px;
        padding-inline: 50px;
    }

    .feature .flex-item {
        max-width: calc(33.33% - 66.66px);
    }



    /**
     * OFFER
     */

    .offer .container {
        gap: 120px;
    }
}

.wood-card {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.wood-card:hover {
    transform: translateY(-5px);
}

.wood-card .card-banner {
    border-radius: 0;
    overflow: hidden;
}

.wood-card.selected {
    border: 2px solid var(--sage-green);
}

/* Wood Selection Styles */
.shop-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-block: 50px;
}

.wood-card {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.wood-card:hover {
    transform: translateY(-5px);
}

.wood-card .card-banner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.wood-card .img-holder {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
}

.wood-card .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wood-card:hover .img-cover {
    transform: scale(1.1);
}

.wood-card.selected {
    border: 2px solid var(--sage-green);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .shop-list {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .shop-list {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }
}

/* Pop-up Styles */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    display: flex; /* Flexbox kullanarak yan yana yerleştirme */
    background: white;
    padding: 0; /* Padding'i sıfırladık */
    border-radius: 2px;
    max-width: 600px; /* Genişliği artırdık */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.popup-image {
    flex: 1; /* Resmin alanı kaplamasını sağlamak için */
    margin-right: 0; /* Sağ boşluğu kaldırdık */
}

.popup-image img {
    width: 100%; /* Resmin genişliğini kapsayıcıya göre ayarla */
    height: 100%; /* Yüksekliği tam doldur */
    object-fit: cover; /* Resmin orantılı şekilde kesilmesini sağlar */
    border-radius: 2px 0 0 2px; /* Sadece sol kenar yuvarlama */
}

.popup-text {
    flex: 2; /* Metin alanının daha fazla yer kaplamasını sağlamak için */
    padding: 20px; /* Metin alanına padding ekledik */
}

.popup-discount {
    font-size: 72px;
    font-weight: bold;
    color: var(--sage-green);
}

.popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.popup-close:hover {
    color: #333;
}

.popup-content h2 {
    color: #e79948;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: var(--fw-700);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.email-input{
    border: 1px solid #5d5d5d96;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 15px;
}

.popup-content p {
    margin-bottom: 30px;
    color: #4a6b5d;
    font-size: 16px;
    line-height: 1.6;
}

.popup-button {
    background: linear-gradient(145deg, #f3c28e, #ff9a2f);
    color: var(--white);
    padding: 12px 35px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-weight: var(--fw-600);
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.popup-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background:linear-gradient(145deg, #f3c28e, #ff9a2f);
    transition: all 0.4s ease;
    z-index: -1;
}

.popup-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.popup-button:hover:before {
    left: 0;
}

/* Responsive Tasarım için mevcut kodlar kalacak */
@media (max-width: 480px) {
    

    .popup-content h2 {
        font-size: 24px;
    }

    .popup-content p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .popup-button {
        padding: 10px 25px;
        font-size: 14px;
    }
}

/* Floating Button Styles */
.floating-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--sage-green);
    color: white;
    border: none;
    cursor: pointer;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: scale(0);
}

.floating-button.show {
    opacity: 1;
    transform: scale(1);
}

.floating-button:hover {
    transform: scale(1.1);
    background-color: var(--hoockers-green);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.floating-button .discount-text {
    font-size: 18px;
    font-weight: var(--fw-700);
}

.floating-tooltip {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--black);
    color: var(--white);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.floating-tooltip::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent var(--black) transparent transparent;
}

.floating-button:hover .floating-tooltip {
    opacity: 1;
    visibility: visible;
    left: 70px;
}

@keyframes floatingButtonIn {
    from {
        opacity: 0;
        transform: scale(0) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.floating-button.animate-in {
    animation: floatingButtonIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* Mobil için responsive tasarım */
@media (max-width: 768px) {
    .floating-button {
        bottom: 20px;
        left: 20px;
        width: 50px;
        height: 50px;
    }

    .floating-button .discount-text {
        font-size: 16px;
    }
}

/* Discount Bubble Styles */
.discount-bubble {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(145deg, #f3c28e, #ff9a2f);
    color: white;
    padding: 12px 10px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 12px rgba(78, 116, 96, 0.2);
}

.discount-bubble.show {
    opacity: 1;
    transform: translateY(0);
}

    .discount-bubble:hover {
        background: linear-gradient(145deg,#ff9a2f, #f3c28e);
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 6px 16px rgba(78, 116, 96, 0.25);
    }

    .discount-bubble::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50px;
        background: linear-gradient(145deg,#ff9a2f, #f3c28e);
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        z-index: -1;
    }

.discount-bubble:hover::before {
    opacity: 1;
}

.bubble-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.discount-amount {
    font-size: 1.3em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    padding-left: 7px;
}

.discount-text::before {
    content: '';
    font-size: 0.95em;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Mobil için responsive tasarım */
@media (max-width: 768px) {
    .discount-bubble {
        bottom: 15px;
        left: 15px;
    }

    .discount-amount {
        font-size: 1.2em;
    }

    .discount-text::before {
        font-size: 0.9em;
    }
}

.author-info h4 {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 4px;
    max-width: 130px; /* Maximum width for name */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Testimonials bölümü için ana stiller */
.testimonials {
    padding: 80px 0;
    background-color: #f8f9fa;
    overflow: hidden;
}

.testimonial-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.testimonial-container {
    overflow: hidden;
}

.testimonials .has-scrollbar {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    margin: 0;
    padding: 0;
}

.testimonial-card {
    flex: 0 0 calc(33.333% - 20px);
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin: 10px 0;
}

.testimonial-text {
    height:80px;
    margin-bottom: 20px;
}

.testimonial-text p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.author-info p {
    margin: 5px 0 0;
    color: #666;
    font-size: 14px;
}

.testimonial-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f7ba5e;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.testimonial-arrow:hover {
    background-color: #be7404;
}

.testimonial-arrow.left-arrow {
    left: 0;
}

.testimonial-arrow.right-arrow {
    right: 0;
}

/* Responsive tasarım */
@media (max-width: 992px) {
    .testimonial-card {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .testimonial-card {
        flex: 0 0 100%;
    }
    
    .testimonial-wrapper {
        padding: 0 20px;
    }
}

.rating {
    color: #FFD700;
    font-size: 14px;
    margin-top: 5px;
    display: flex;
    gap: 2px;
}

.rating i {
    display: inline-block;
}

.fas.fa-star {
    color: #FFD700; /* Dolu yıldız rengi */
}

.far.fa-star {
    color: #FFD700; /* Empty star color */
}

.hero-card-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.hero-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.hero-card-link .btn {
    pointer-events: none;
}

.hero-card:hover {
    transform: scale(1.02);
}

/* Optimized styles for product images */
.card-banner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.card-banner a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.card-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card-banner a:hover img {
    transform: none;
}

.card-banner .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.mini-cart {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    z-index: 9997;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mini-cart.active {
    right: 0;
}

.mini-cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.empty-cart {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 16px;
}

.cart-overlay {
    transition: opacity 0.3s ease;
}

/* Logo visibility - Desktop'ta eski logo, Mobile'da yeni logo */
.header .logo {
    position: relative;
    display: inline-block;
}

.header .desktop-logo {
    display: block !important;
    width: auto;
    max-width: 100px;
}

.header .mobile-logo {
    display: none !important;
    width: auto;
    height: 26px;
    max-width: 100px;
}

@media (max-width: 768px) {
    /* Mobile'da logoları değiştir */
    .header .desktop-logo {
        display: none !important;
    }
    
    .header .mobile-logo {
        display: block !important;
        height: 44px;
        max-width: 160px;
        object-fit: contain;
    }
    
    /* Mobile'da navbar'ı gizle */
    .navbar {
        display: none !important;
    }
    
    /* Hero section mobile optimizasyonu - NEGATİF Z-INDEX */
    .hero {
        position: relative;
        z-index: auto !important;
    }
    
    .hero-card {
        min-height: 400px;
        position: relative;
        z-index: auto !important;
    }
    
    /* Slider okları mobile - NEGATİF Z-INDEX */
    .slider-arrow {
        z-index: auto !important;
        font-size: 1.5rem;
        padding: 0.4em;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute !important;
    }
    
    .left-arrow {
        left: 8px;
    }
    
    .right-arrow {
        right: 8px;
    }
    
    /* Testimonial arrow'lar da mobile'da düşük z-index */
    .testimonial-arrow {
        z-index: auto !important;
    }
    
    /* Tüm section'ları mobile menu'nun altına çek */
    section {
        position: relative;
        z-index: auto !important;
    }
    
    /* Mobile header optimizasyonu */
    .header-top {
        padding-block: 12px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        position: relative;
        z-index: 5;
    }
    
    .header-top .container {
        padding: 0 16px;
        position: relative;
    }

    .header-top .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    /* Sliding header mobile */
    .sliding-header {
        padding-block: 6px !important;
        font-size: 12px !important;
        margin-top: 0 !important;
    }
    
    .sliding-header-text {
        font-size: 11px;
        letter-spacing: 0.5px;
    }
    
    /* Cart icon mobile */
    .cart-icon {
        font-size: 22px;
        padding: 8px;
        border-radius: 8px;
        transition: all 0.3s ease;
        margin-top: 14px;
    }
    
    .cart-icon:hover {
        background: rgba(78, 116, 96, 0.08);
    }
    
    .cart-count {
        font-size: 11px;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        top: -6px;
    }
    
    .mini-cart {
        width: 100%;
        right: -100%;
    }
    
    .mini-cart.active {
        right: 0;
    }
    
    /* Mobile için üst boşlukları tamamen kaldır */
    html, body {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .header {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-block-end: 0 !important;
    }
    
    /* User actions mobile */
    .user-actions {
        font-size: 12px;
        gap: 8px;
    }
    
    .user-greeting {
        display: none;
    }
}
