body {
    font-family: 'Poppins', sans-serif;
    overflow: 'hidden';
}

a {
    color: #0000FF;
}

.container {
    overflow: hidden;
}

a {
    color: #0000FF;
}

.fw-medium {
    font-weight: 500;
}

.cursor-pointer {
    cursor: pointer;
}

/* Buttons */
.navbar-toggler {
    border: none !important;
    margin-left: 0px;
    padding: 0;
}

.navbar-toggler svg {
    color: #000;
    width: 32px !important;
}

.btn-backbutton {
    background-color: #f3f3f3;
    border: 1px solid #929292;
    border-radius: 100px;
    padding: 0 20px;
}

.btn-addtocart {
    padding: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

.btn-primary-large {
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

.btn-addtocart:hover {
    background-color: #2126ab !important;
    color: #fff;
}

.btn-addtocart:active,
.btn-addtocart:focus,
.btn-addtocart:visited {
    background-color: #2126ab !important;
    color: #fff;
}

.btn-whatsapp-quickorder {
    background-color: #25D366;
    color: #fff;
    border: none;
    padding: 20px;
    font-weight: 500;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: none !important;
}

.btn-whatsapp-quickorder:hover {
    background-color: #128C4D;
    color: #fff;
}

.btn-primary {
    background-color: #2126ab;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: none !important;
}

.btn-secondary {
    background-color: #e0f2fb;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: none !important;
}

.btn-secondary:hover {
    background-color: #78c7ee !important;
    color: #000;
}

.btn-secondary:active {
    background: #2126ab !important;
    color: #fff;
}

.btn-outline-primary {
    border: 1px solid #2126ab;
    color: #000;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: none !important;
}

.btn-primary:hover {
    background-color: #051721;
    color: #fff;
}

.btn-primary:active {
    background: #2126ab !important;
    color: #fff;
}

.btn-outline-primary:hover {
    border: 1px solid #2126ab;
    background: none;
    color: #000;
}

.btn-outline-primary:active {
    border: 1px solid #2126ab;
    background: none !important;
    color: #000;
}

.number-input {
    display: inline-flex;
    align-items: center;
}

.number-input button {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    height: 60px;
    cursor: pointer;
    user-select: none;
}

.number-input button:hover {
    background-color: #e1e1e1;
}

.number-input input {
    height: 60px;
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0;
    padding: 6px;
    font-size: 16px;
    outline: none;
}

/** Top Bar **/
.top-bar {
    font-size: 0.8rem;
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 500;
}

/** Header **/
.mini-banner {
    background-color: #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.navigation-toggle {
    cursor: pointer;
    font-size: 1.2rem;
    user-select: none;
    /* Disable text selection */
    -webkit-user-select: none;
    /* Disable text selection for Safari */
    -moz-user-select: none;
    /* Disable text selection for Firefox */
    -ms-user-select: none;
    /* Disable text selection for IE/Edge */
}

.mega_menu {
    border-bottom: 1px solid #ddd;
}

.mega_menu_category_title {
    font-size: 18px;
    font-weight: bold;
}

.mega_menu a {
    color: #333 !important;
}

.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/* ============ mobile view .end// ============ */

/** Navbar **/
.navbar {
    padding: 10px;
    background-color: #fff !important;
}

.nav-link {
    color: #676767;
    font-weight: 500;
    font-size: 0.8rem;
}

.navbar-nav .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-submenu {
    position: relative;
}

.navbar-nav .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0;
    border-radius: 0;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.mega_menu_category_link {
    text-decoration: none;
}

#navigationToggle1 {
    cursor: pointer;
}

.form-control {
    width: 200px;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 500;
}

.navbar-nav .nav-item .nav-link i {
    margin-right: 5px;
}

/** Search **/
.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
    width: 500px;
    height: 60px;
    border: 2px solid #d6d4d4;
}

.search input:focus {
    box-shadow: none;
    border: 2px solid blue;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 60px;
    background: blue;
    box-shadow: none !important;
}

#searchResultsContainer {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    z-index: 9999;
}

.offcanvas_menu_category_title {
    color: #000 !important;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none !important;
}

/* Bottom Nav */
.bottom-navbar {
    background-color: #2126ab;
    font-weight: 500;
    color: #fff;
}

.bottom-navbar .navigation-toggle {
    background-color: white;
    display: inline-block;
    color: #000;
    font-size: 20px;
}

.bottom-navbar__links {
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
}

.bottom-navbar__link {
    margin: 06px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

.bottom-navbar__link:hover {
    color: #fff;
}

.bottom-navbar__item {
    text-align: center;
}

.bottom-navbar__item:not(:last-child) {
    border-right: 1px solid #cccccc;
}

/* Category Card */
.category-card__body {
    padding: 40px 20px;
}

.category-card__title {
    font-weight: 700;
    color: #000;
}

.category-card__link {
    margin-top: 9px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.category-card__link:hover {
    text-decoration: underline;
}

/* Product Carousel */
.product-carousel {
    padding: 0 !important;
}

.product-carousel div {
    display: flex;
    align-items: center;
}

.product-item {
    height: 100%;
    border-radius: 3px;
    position: relative;
    padding: 40px 20px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    padding-top: 30px;
}

.product-item__image {
    height: 280px;
    object-fit: cover;
}

.product-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item__body {
    display: flex;
    flex-direction: column;
}

.product-item__title {
    text-decoration: none;
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    min-height: 60px;
}

.product-item__price--old {
    font-size: 20px;
    color: #ed2727;
    text-decoration: line-through;
    font-weight: 900;
}

.product-item__discountrate {
    background-color: #ed2727;
    display: inline-block;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0;
    padding: 1px;
    width: 70px;
}

.product-item__discountrate-int {
    font-size: 17px !important;
    font-weight: bolder !important;
    line-height: 1 !important;
}

.product-item__discountrate-text {
    font-size: 10px !important;
    font-weight: 600;
    line-height: 1 !important;
}

.product-item__discountrate span {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 5px;
}

.product-item__newtag {
    background-color: #a7a9ac;
    display: none !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 20px;
    padding: 9px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.product-item__newtag span {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

/* Product Carousel Styling */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    background-color: #2126ab !important;
    border-radius: 100px !important;
    border: none;
    padding: 10px;
    cursor: pointer;
}

/* Trust Section */
.trust-card img {
    width: 128px;
    height: auto;
}

/* Section */
.section-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
}

/* Footer */
footer {
    background-color: #222222;
}

footer h5 {
    font-size: 16px !important;
    margin-bottom: 20px;
}

footer .list-unstyled a {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
}

.footer-bottom {
    background-color: #eceaeb;
    color: #333;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom img {
    max-width: 100%;
    height: auto;
}

.footer-bottom a {
    color: #007bff;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

ul.list-unstyled a {
    color: #d1d1d1;
    text-decoration: none;
}

ul.list-unstyled a:hover {
    text-decoration: underline;
}

/* Product Page */
.add-to-cart-container {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background-color: #2126ab;
    border-radius: 3px;
    padding: 12px;
    display: none !important;
    align-items: center;
    justify-content: center;
    transition: .4s all ease-in-out;
}

.product-item:hover .add-to-cart-container {
    display: flex !important;
}

.add-to-cart-container span {
    padding: 0 20px;
    color: #fff;
}

.add-to-favorites {
    border-right: 1px solid #fff;
}

/* Product Page */
.product-page-item__info--title h1 {
    font-size: 32px;
    font-weight: 900;
    color: #000;
}

.product-item__price {
    color: #000;
    font-size: 20px;
    font-weight: 900;
}

.product-page-item__info__stock {
    background-color: #eff5ef;
    padding: 10px;
    font-size: 14px;
    color: #00933b;
    font-weight: 500;
    border: 1px solid #00933b;
    border-radius: 3px;
    display: inline-block;
}

.product-page-item__price {
    font-size: 35px;
    font-weight: bold;
    color: #000;
}

.product-page-item__price--old {
    margin-left: 10px;
    color: #ed2727;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 35px;
    font-weight: 800;
}

.product-page-item__discountrate {
    background-color: #ed2727;
    display: inline-block;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 70px;
    padding: 10px;
}

.product-page-item__add-comment-btn {
    background-color: #ebebeb;
    box-shadow: none !important;
    border-radius: 0;
}

/* Product Details Tab */
.tab-wrap {
    transition: 0.3s box-shadow ease;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    margin: 40px 0;
    border: 1px solid #edeaea;
}

.tab {
    display: none;
}

.tab:nth-of-type(1):checked~.tab__content:nth-of-type(1),
.tab:nth-of-type(2):checked~.tab__content:nth-of-type(2),
.tab:nth-of-type(3):checked~.tab__content:nth-of-type(3),
.tab:nth-of-type(4):checked~.tab__content:nth-of-type(4),
.tab:nth-of-type(5):checked~.tab__content:nth-of-type(5) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type)+label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type)+label {
    border-radius: 0;
}

.tab:last-of-type:not(:first-of-type)+label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tab:checked+label {
    background-color: #fff;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
}

.tab:checked+label:hover {
    box-shadow: 0 -1px 0 #fff inset;
    background-color: #fff;
}

.tab+label {
    background-color: #e4e3e4;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    user-select: none;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
    flex-grow: 3;
}

.tab+label:hover {
    background-color: #f9f9f9;
}

.tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 6px;
}

.star-rating {
    color: #ffc107;
}

.rating-bar {
    height: 8px;
}

.btn-orange {
    background-color: #ff6000;
    border-color: #ff6000;
    color: white;
}

.btn-orange:hover {
    background-color: #e55600;
    border-color: #e55600;
    color: white;
}

.btn-outline-orange {
    color: #ff6000;
    border-color: #ff6000;
}

.btn-outline-orange:hover {
    background-color: #ff6000;
    color: white;
}

.product-item-rating-title {
    font-size: 16px;
}

.product-item-rating-img {
    border: 1px solid #d6d6d6;
}

/* Product Comments */
.comment-container {
    background-color: #eeeeee;
    border-radius: 30px;
    padding: 30px;
}

.comment-avatar {
    width: 60px;
    height: 60px;
    background-color: #eeeeee;
}

.comment-card {
    border-top: 1px solid #eeeeee;
}

/* Product Rating */
.rating-container {
    display: inline-block;
}

.stars {
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
}

.stars .fa-star {
    color: #2126ab;
}

.rating-text {
    font-size: 16px;
    color: #666;
}

/* References */
.reference-container {
    text-align: center;
    padding: 2rem;
}

.reference-container h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.reference-container p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 2rem;
}

.reference-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.reference-grid-item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    aspect-ratio: 2 / 1;
}

/* Hover background animasyonu için */
.reference-grid-item::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.reference-grid-item:hover::before {
    transform: scaleX(1);
}

/* Sağ son sütundaki öğelerin sağ kenarlığını kaldır */
.reference-grid-item:nth-child(5n) {
    border-right: none;
}

/* Alt son satırdaki öğelerin alt kenarlığını kaldır */
.reference-grid-item:nth-last-child(-n+5) {
    border-bottom: none;
}

.reference-grid-item img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

/* Responsive ayarlamalar */
@media (max-width: 1024px) {
    .reference-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .reference-grid-item:nth-child(4n) {
        border-right: none;
    }
}

@media (max-width: 768px) {
    .reference-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reference-grid-item:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 480px) {
    .reference-grid {
        grid-template-columns: 1fr;
    }

    .reference-grid-item {
        border-right: none;
    }
}


/* Cart */
.cart-items__title {
    font-size: 18px;
    font-weight: 700;
}

.cart-items__quantity-decrement,
.cart-items__quantity-increment {
    color: white;
    border: none;
    cursor: pointer;
    background: none;
    color: #000;
}

.cart-items__quantity {
    padding: 0 30px;
    font-weight: 700;
}

.cart-items__category {
    font-size: 14px;
    color: #666;
}

.cart-items__price {
    font-size: 18px;
    font-weight: 700;
}

.cart {
    background-color: #f2f2f2;
    padding: 15px;
}

.cart__item {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    padding: 30px;
    background-color: white;
    border: 1px solid #aba7a7;
}

.cart__summary {
    border-top: 3px solid #2126ab !important;
    border: 1px solid rgba(0, 0, 0, .125);
}

.cart__summary__total {
    font-size: 30px;
}

.cart__item__img {
    width: 100%;
}

.cart-item__image-container {
    position: relative;
}

.cart-item__quantity {
    background-color: #2126ab;
    border-radius: 100px;
    position: absolute;
    font-size: 12px;
    top: 0;
    font-weight: 700;
    right: 0;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart__item__title {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.cart__item__pricecontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart__item__removebtn {
    box-shadow: none !important;
    background-color: rgb(241, 232, 232);
    color: #000000;
    padding: 6px;
}

#clearCartItems {
    text-decoration-color: #676767;
}

.cart__item__pricecontainer__discountprice {
    font-size: 12px;
    text-decoration: line-through;
}

.cart-items__deleteitem {
    cursor: pointer;
    color: #ed2727;
}

/**/
.checkout-form section {
    border-top: 3px solid #2126ab;
}

.checkout-form label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.checkout-form__sectiontitle {
    font-size: 16px;
    font-weight: bold;
    color: blue;
    margin-bottom: 12px;
}

.checkout-form input {
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    padding: 12px;
    border-radius: 12px;
    box-shadow: none !important;
}

.checkout-form textarea {
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    padding: 12px;
    border-radius: 12px;
    box-shadow: none !important;
}

.checkout-form__totalprice {
    font-size: 25px;
    font-weight: 500;
}

/* Pagination container */
.pagination-links {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Pagination links */
.pagination-links ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Pagination link items */
.pagination-links li {
    margin: 0 5px;
}

/* Pagination links styling */
.pagination-links a,
.pagination-links span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* Hover effect for links */
.pagination-links a:hover {
    background-color: #f5f5f5;
    color: #2126ab;
}

/* Active page styling */
.pagination-links .active span {
    background-color: #2126ab;
    color: #fff;
    border-color: #2126ab;
}

/* Disabled page styling */
.pagination-links .disabled span {
    color: #ccc;
    cursor: not-allowed;
}

/* Product Gallery */
.product-gallery {
    display: flex;
    flex-direction: column;
}

.main-image img {
    width: 100%;
    max-width: 600px;
    padding: 9px;
    border-radius: 3px;
}

.thumbnail-gallery {
    display: flex;
    overflow-x: auto;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.thumbnail-gallery img {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid #dad8d8;
    margin: 6px;
    transition: border-color 0.3s ease;
}

.thumbnail-gallery img.active {
    border-color: #2126ab;
    border-width: 3px;
}

@media (max-width: 768px) {
    .thumbnail-gallery {
        gap: 5px;
    }

    .thumbnail {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .main-image {
        max-width: 100%;
    }

    .thumbnail {
        width: 40px;
        height: 40px;
    }
}

/* Responsive */

/* Büyük masaüstü ekranlar (1200px ve üzeri) */
@media (min-width: 1200px) {

    /* Büyük ekranlar için özel stiller */
    #offcanvasCartMenu {
        width: 600px !important;
    }
}

/* Orta boy masaüstü ekranlar (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

    /* Cart Responsive */
    .btn-close {
        box-shadow: none !important;
        font-weight: bold;
    }

    .cart-item__image {
        width: 55px !important;
    }

    .cart-items__title {
        font-size: 14px;
        font-weight: 700;
    }

    .product-page-item__price {
        font-size: 25px;
        font-weight: bold;
        color: #000;
    }

    .product-page-item__price--old {
        margin-left: 10px;
        color: #ed2727;
        font-weight: 400;
        text-decoration: line-through;
        font-size: 25px;
        font-weight: 800;
    }


    .navbar-brand {
        margin-left: 0 !important;
    }

    .navbar-brand img {
        width: 200px !important;
    }

    .product-item-container {
        padding: 10px;
    }

    .product-item__price-container {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .product-item__price--old {
        margin-left: 0 !important;
    }

    .product-item {
        padding: 0;
    }

    .product-item-container {
        margin: 50px 0;
    }

    .product-item__title {
        text-align: left;
        max-height: 120px !important;
    }

    .product-item__caption {
        text-align: left !important;
        display: inline-block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .searchbar-container {
        margin-left: 0 !important;
    }

    .searchbar-container .search input {
        width: 100%;
    }

    .navbar-actions-container {
        margin: 20px 0;
        justify-content: space-between;
    }

    .top-bar .container {
        justify-content: space-between;
    }

    .bottom-navbar__links {
        display: none;
    }

    .bottom-navbar .container {
        padding: 0;
    }

    .hero-slider img {
        height: 150px !important;
        object-fit: cover;
    }

    .footer-copyright {
        text-align: center !important;
    }

    .footer-trust {
        display: none !important;
    }

    .navbar-brand img {
        width: 200px;
    }

    .mini-banner {
        display: none;
    }

    .navbar-actions-container {
        flex-direction: column !important;
    }

    .navbar-actions-container>div {
        margin: 10px 0;
        margin-left: 0 !important;
    }
}

/* Tablet ekranlar (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {

    /* Cart Responsive */
    .btn-close {
        box-shadow: none !important;
        font-weight: bold;
    }

    .cart-item__image {
        width: 55px !important;
    }

    .cart-items__title {
        font-size: 14px;
        font-weight: 700;
    }

    .product-page-item__price {
        font-size: 25px;
        font-weight: bold;
        color: #000;
    }

    .product-page-item__price--old {
        margin-left: 10px;
        color: #ed2727;
        font-weight: 400;
        text-decoration: line-through;
        font-size: 25px;
        font-weight: 800;
    }


    .navbar-brand {
        margin-left: 0 !important;
    }

    .navbar-brand img {
        width: 200px !important;
    }

    .product-item-container {
        padding: 10px;
    }

    .product-item__price-container {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .product-item__price--old {
        margin-left: 0 !important;
    }

    .product-item {
        padding: 0;
    }

    .product-item-container {
        margin: 50px 0;
    }

    .product-item__title {
        text-align: left;
        max-height: 120px !important;
    }

    .product-item__caption {
        text-align: left !important;
        display: inline-block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .searchbar-container {
        margin-left: 0 !important;
    }

    .searchbar-container .search input {
        width: 100%;
    }

    .navbar-actions-container {
        margin: 20px 0;
        justify-content: space-between;
    }

    .top-bar .container {
        justify-content: space-between;
    }

    .bottom-navbar__links {
        display: none;
    }

    .bottom-navbar .container {
        padding: 0;
    }

    .hero-slider img {
        height: 150px !important;
        object-fit: cover;
    }

    .footer-copyright {
        text-align: center !important;
    }

    .footer-trust {
        display: none !important;
    }

    .navbar-brand img {
        width: 200px;
    }

    .mini-banner {
        display: none;
    }

    .navbar-actions-container {
        flex-direction: column !important;
    }

    .navbar-actions-container>div {
        margin: 10px 0;
        margin-left: 0 !important;
    }
}

/* Büyük telefon ekranları (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    /* Büyük telefon ekranları için özel stiller */
}

/* Küçük telefon ekranları (575px ve altı) */
@media (max-width: 575px) {

    /* Cart Responsive */
    .btn-close {
        box-shadow: none !important;
        font-weight: bold;
    }

    .cart-item__image {
        width: 55px !important;
    }

    .cart-items__title {
        font-size: 14px;
        font-weight: 700;
    }

    .product-page-item__price {
        font-size: 25px;
        font-weight: bold;
        color: #000;
    }

    .product-page-item__price--old {
        margin-left: 10px;
        color: #ed2727;
        font-weight: 400;
        text-decoration: line-through;
        font-size: 25px;
        font-weight: 800;
    }


    .navbar-brand {
        margin-left: 0 !important;
    }

    .navbar-brand img {
        width: 200px !important;
    }

    .product-item-container {
        padding: 10px;
    }

    .product-item__price-container {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .product-item__price--old {
        margin-left: 0 !important;
    }

    .product-item {
        padding: 0;
    }

    .product-item-container {
        margin: 50px 0;
    }

    .product-item__title {
        text-align: left;
        max-height: 120px !important;
    }

    .product-item__caption {
        text-align: left !important;
        display: inline-block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .searchbar-container {
        margin-left: 0 !important;
    }

    .searchbar-container .search input {
        width: 100%;
    }

    .navbar-actions-container {
        margin: 20px 0;
        justify-content: space-between;
    }

    .top-bar {
        display: none;
    }

    .top-bar .container {
        justify-content: space-between;
    }

    .bottom-navbar__links {
        display: none;
    }

    .bottom-navbar .container {
        padding: 0;
    }

    .hero-slider img {
        height: 130px!important;
        object-fit: cover;
    }

    .footer-copyright {
        text-align: center !important;
    }

    .footer-trust {
        display: none !important;
    }

    .navbar-brand img {
        width: 200px;
    }

    .mini-banner {
        display: none;
    }

    .navbar-actions-container {
        flex-direction: column !important;
    }

    .navbar-actions-container>div {
        margin: 10px 0;
        margin-left: 0 !important;
    }
}

/* Çok küçük ekranlar için ek bir breakpoint (400px ve altı) */
@media (max-width: 400px) {
    /* Çok küçük ekranlar için özel stiller */
}

/* My Account */
.my-account-links a {
    text-decoration: none;
    color: #acacac;
    font-weight: 450;
}

.my-account-links span {
    display: flex;
    align-items: center;
}

/** Hero Slider */
.hero-slider {
    border-bottom: 1px solid #e3e3e3;
}

.hero-slider img {
    height: 600px;
    object-fit: cover;
}

.carousel-inner {
    z-index: 0;
}