/* =========================================================
   TYPOGRAPHY / HEADINGS
   ========================================================= */

.h2, h2 {
    font-weight: 600 !important;
    font-size: 1.4rem !important;
}

.h3, h3 {
    font-weight: 600;
    font-size: 1.1rem !important;
}

.h4, h4 {
    font-weight: 600 !important;
    font-size: 0.9rem !important;
}

b, strong {
    font-size: 14px !important;
    font-weight: bolder;
}

/* =========================================================
   CARD THUMB OVERLAYS / GRADIENTS
   ========================================================= */

.card-267c41b59ea6eb__thumb::after {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    width: 80%;
    height: 100%;
    background: linear-gradient(0deg, #24538382 40%, rgba(36, 83, 131, 0) 100%);
    transition: 0.3s;
}

.card-267c376835d527__thumb::after {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    width: 80% !important;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 40%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s;
}

/* =========================================================
   GLOBAL UTIL / IMAGES
   ========================================================= */

.box_image {
    width: 100%;
}

/* =========================================================
   VARIANT / STOCK BADGES
   ========================================================= */

.ny-variant-offStock {
    background: linear-gradient(to bottom left, transparent calc(50% - 10px), #ff0000 calc(50% - 1px), #e6e6e6 50%, transparent 50%) !important;
    opacity: 2;
}

/* =========================================================
   PRODUCT CARD - ADD TO CART BUTTON
   ========================================================= */

.addSptBt {
    display: block;
    margin: auto;
    margin-top: 5px;
    background-color: var(--productBtBgColor);
    border: 1px solid var(--productBtBgColor);
    font-size: 15px;
    padding: 7px 24px;
    color: var(--productBtTextColor);
    width: 100%;
    text-align: center;
    letter-spacing: initial;
    cursor: pointer !important;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* =========================================================
   PRODUCT DETAILS - TITLE / BRAND
   ========================================================= */

.productDetails .product-title {
    font-size: 30px;
    font-weight: 600;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.productDetails {
    border-radius: 15px !important;
    background-color: #f1f1f1 !important;
}

.item-product-brand a {
    font-size: 16px;
    font-weight: 600;
    color: #245383;
    margin-bottom: 20px !important;
    text-decoration: none;
}

/* =========================================================
   PRODUCT PRICING - ALL DEFINITIONS
   ========================================================= */

.item-product-priceSale {
    font-size: 16px !important;
    font-weight: 600;
    color: var(--priceTextColor) !important;
}

.item-product-price .item-product-disc {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600 !important;
    color: #e74c3c;
    margin-right: 5px;
    border: 1px solid #e74c3c;
    padding: 1px 7px;
    font-size: 14px !important;
}

.productPrices .product-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #fff;
    background-color: #2E7D32 !important;
    margin-right: 5px;
    border: 1px solid var(--productsaleBgColor) !important;
    border-radius: 5px;
    padding: 15px 15px;
    font-size: 25px;
    width: 58px;
    corner-shape: superellipse(0.5);
}

#productTransferPrice {
    font-size: 24px !important;
    font-weight: 600;
    color: #1e7f43 !important;
}

.product-price-old {
    color: #2E7D32;
    font-size: 25px;
    margin-right: 5px;
    text-decoration: line-through;
    font-weight: 500;
    padding-top: 5px;
}

.salePriceBox {
    width: 30px;
    height: 38px;
    font-size: 12px;
    color: #FFFFFF !important;
    background-color: #2E7D32 !important;
    border: 1px solid var(--productsaleBgColor) !important;
}

.item-product-priceOld {
    color: #2E7D32;
    font-size: 16px;
    margin-right: 5px;
    text-decoration: line-through;
    font-weight: 600;
}

/* =========================================================
   SUBMENU / MEGA MENU
   ========================================================= */

.submenu-ny {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px;
    border: 1px solid #acacac;
    min-width: 25%;
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 7px;
    transition: border-color .2s ease;
}

.submenu-ny li {
    padding-left: 5px;
    display: block;
    list-style-type: none;
    margin-bottom: 5px;
    text-align: center;
}

.submenu-ny li a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.submenu-ny:hover {
    border-color: #f2a900;
}

.mega-content {
    background: #ffffff;
    padding-top: 24px;
    padding-bottom: 24px;
}

.mega-content .col-8 {
    margin: 0 auto;
}

/* =========================================================
   CATEGORY TITLE / BREADCRUMB
   ========================================================= */

.categoriTitle {
    padding: 5px 0px 10px 0px !important;
}

.categoriTitle h1 {
    display: none;
    border-radius: 10px;
    font-weight: 700;
    color: white;
    padding: 50px;
    background-color: #0f2a44;
    font-size: 35px;
    text-align: left;
}

.breadcrumb li.breadcrumb-item a {
    font-weight: 650;
    padding-left: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #0f2a44;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
    content: ">" !important;
}

/* =========================================================
   STOCK ALERT / NOTICES
   ========================================================= */

.ny-stock-alert {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #ff0000 0, #fff 100%) !important;
    border-radius: 8px 0 0 8px;
    color: #444;
    padding: 10px;
    margin-bottom: 7px;
    cursor: pointer;
    transition: .5s ease-out;
}

/* =========================================================
   ICONS
   ========================================================= */

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-list::before {
    font-weight: 700 !important;
    color: #061626;
    content: "\F617" !important;
}

.fa-shipping-fast {
    font-size: 20px !important;
    --fa: "\f48b";
}

.fa-credit-card {
    font-size: 30px !important;
    --fa: "\f09d";
}

.fa-grin-wink {
    font-size: 30px !important;
    --fa: "\f58c";
}

/* =========================================================
   MENU / NAV
   ========================================================= */

.menuBox > li.nav-item a {
    color: var(--menuTextColor);
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
}

.menuBox > li.nav-item > a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-toggle::after {
    display: none !important;
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%231f3f66' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    vertical-align: middle;
}

a.nav-link.dropdown-toggle[title="LRF Olta Malzemeleri"] {
    position: relative;
    z-index: 1;
}

a.nav-link.dropdown-toggle[href*="lrf-olta-malzemeleri"]::before {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    height: 1.8em;
    background-color: #fff;
    z-index: -1;
    border-radius: 4px;
}

a.nav-link.dropdown-toggle[href*="lrf-olta-malzemeleri"] {
    color: #1f2d3d !important;
}

/* =========================================================
   PRODUCT TITLE BAR
   ========================================================= */

.productTitle {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    padding: 14px 18px;
    margin-bottom: 14px;
    background: #f8f9fa !important;
    border-radius: 10px;
    border-left: 5px solid #112233 !important;
    border-bottom: 2px solid #f2f2f2 !important;
    padding-bottom: 15px !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
    margin-right: 5px;
    margin-left: 5px;
     
}

.productTitle,
.productTitle a,
.productTitle span {
    color: #112233 !important;
    line-height: 1;
    font-weight: 700 !important;
}

.productTitle .home-product-title {
    font-size: 18px;
    font-weight: 600;
}

.home-product-title a {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #222 !important;
}

#home-product-see-btn {
    background: #f9f9f9 !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
    border: 1px solid #e0e0e0 !important;
    font-size: 14px;
    opacity: 0.85;
    transition: all 0.2s ease;
}

#home-product-see-btn:hover {
    opacity: 1;
    transform: translateX(3px);
}

html body #home-product-see-btn,
html body .productTitle .home-product-see-btn a {
    margin-right: 13px;
    background-color: #ffb800 !important;
    color: #112233 !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    border: 1px solid #e0e0e0 !important;
}

.prdslider,
.productList,
.home-products {
    padding-top: 6px;
}

.productTitle::after {
    content: "";
    display: block;
    height: 2px;
    background: rgba(255,255,255,0.15);
    margin-top: 10px;
    border-radius: 2px;
}

/* =========================================================
   CART / BOTTOM CART
   ========================================================= */

#bottomCartAdd {
    display: none !important;
    position: fixed;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #fff;
    z-index: 1000;
}

/* =========================================================
   PRODUCT LABELS / BADGES
   ========================================================= */

.container .product-label {
    display: none; 
    margin-top: 30px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 9px !important;
    padding: 4px;
    background-color: #3aad12 !important;
    color: #ffffff;
}

.product-label-new-ticket label {
    display: none;
    background-color: #E74C3F;
    padding: 2px 10px;
    color: white;
    font-size: 10px;
    border-radius: 2px;
}

/* =========================================================
   LAYOUT / GRID / ROW / CONTAINER / GUTTERS
   ========================================================= */

.justify-content-md-between {
    padding: 5px;
    justify-content: space-between !important;
}

@media (max-width: 576px) {
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        --bs-gutter-x: 0.5rem !important;
    }
}

.productBox,
.product-item,
.product-card {
    width: 100% !important;
}

@media (max-width: 576px) {
    .row > [class*="col-"] {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}

@media (max-width: 576px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 0.5rem !important;
    }
}

.row > [class*="col-"] {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1600px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* =========================================================
   PRODUCT IMAGES / PHOTO SIZES
   ========================================================= */

.productPhoto_200 {
    object-fit: contain !important;
    max-height: 300px !important;
    min-height: 200px !important;
}

label#vrcl-0 img.variant_70 {
    object-fit: cover !important;
    max-height: 80px !important;
    min-height: 90px !important;
    max-width: 120px !important;
    min-width: 90px !important;
}

/* =========================================================
   WHATSAPP ORDER BUTTON
   ========================================================= */

a.whatsappOrder {
    width: 280px !important;
    height: 50px !important;
    font-size: 18px !important;
    display: inline-flex !important;
}

/* =========================================================
   CARGO ZONE
   ========================================================= */

#cargo_zone {
    margin-top: 10px !important;
    background-color: #ffffff !important;
}

#cargo_zone b {
    padding-left: 10px;
    color: #061626 !important;
}

/* =========================================================
   PRODUCT BOX / SLIDER
   ========================================================= */

@media (min-width: 992px) {
    .prdslider .productBox {
        border-radius: 10px;
        margin: 5px;
        padding: 5px;
        border: 1px solid #c7c7c7;
        transition:
            border-color 0.4s ease,
            transform 0.4s ease,
            box-shadow 0.4s ease;
    }

    .prdslider .productBox:hover {
        box-shadow:
            rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
            rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        border-color: #fed813;
        transform: translateY(-1px);
    }
}

@media (max-width: 768px) {
    .prdslider .productBox {
        border-radius: 10px;
        margin: 5px;
        padding: 5px;
        border: 1px solid #c7c7c7;
        transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
}

.prdslider .productBox {
    border-radius: 10px;
    margin: 1px;
    padding: 3px;
    border: 1px solid #c7c7c7;
    transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* =========================================================
   FAVORITE BUTTON
   ========================================================= */

.favitem-btn {
    position: absolute;
    right: 5px;
    width: 32px;
    height: 32px;
    top: 5px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    background-color: #43a3b1 !important;
    border-color: var(--favBtBgColor) !important;
}

/* =========================================================
   MOBILE FILTER / CHIP / COUNTS
   ========================================================= */

@media only screen and (max-width: 768px) {
    .ny-filter-Mob {
        border-radius: 5px;
        margin-left: 5px;
        margin-right: 5px;
        color: white;
        background-color: #061626;
        width: 100%;
        font-size: 23px;
        font-weight: bold;
        padding: 10px !important;
    }
}

.catProductCount {
    display: none;
    font-size: 14px;
}

@media (max-width: 768px) {
    .ny-chip-remove {
        color: #ffffff !important;
    }
}

/* =========================================================
   VARIANTS
   ========================================================= */

@media (max-width: 768px) {
    #vrcl-0 {
        display: flex;
        flex-wrap: wrap;
    }

    #vrcl-0 label {
        width: 33.3333%;
        box-sizing: border-box;
        padding: 4px;
    }

    #vrcl-0 label img.variant_70 {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }
}

.varyantRadioLabel {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    min-height: 35px;
    text-align: center;
    font-size: 12px;
    text-decoration: none !important;
    transition: all .3s ease-out;
    min-width: 60px;
    cursor: pointer;
    outline: none;
    padding: 0px 10px;
}

.variant-name-label.control-label.size-text.text-attribute.d-flex.font-weight-bold {
    display: none !important;
}

.varyantRadio input[type=radio]:checked + label {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transform: translateY(-1px);
    color: #061626;
    background-color: #ffffff;
    border-radius: 0px;
    line-height: 23px;
}

.varyantRadioLabel:hover {
    background-color: #ffffff !important;
    color: #061626 !important;
}

/* Sadece mobil cihazlar için (768px'den küçük ekranlar) */
@media only screen and (max-width: 768px) {
    div.productDetails.row.g-2[style] {
        padding: 5px 10px !important; /* Buraya mobilde istediğin değeri yaz usta */
    }
}

/* =========================================================
   STICKY FILTER
   ========================================================= */

@media (min-width: 992px) {
    .col-lg-3.ny-filter-Mob {
        position: sticky;
        top: 5px;
        align-self: flex-start;
        z-index: 99;
        padding-top: 1px;
    }
}

/* =========================================================
   FILTER AREA
   ========================================================= */

#filterArea {
  margin-right: 5px !important;
    background-color: white;
    padding: 10px 10px !important;
}

.ny-filter-item label {
    cursor: pointer;
    color: #666;
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 0px;
}

.ny-filter-item {
    overflow-y: scroll;
    max-height: 300px !important;
    margin-bottom: 10px;
    display: none;
}

.ny-filter-title {
    border: 1px solid #d1d1d1;
    margin-bottom: 5px !important;
    background-color: #efefef;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #061626;
    padding: 5px 10px !important;
}

.ny-filter-Mob {
    padding-bottom: 10px !important;
    width: 100%;
    font-size: 16px !important;
    font-weight: bold;
    padding: 15px 15px 0px 15px;
}

.ny-selected-filter-chip {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #909091 !important;
    border: 1px solid #e2e8f0;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
    transition: all .2s ease;
}

/* =========================================================
   COUPON
   ========================================================= */

.coupon-wrap {
    display: flex;
    align-items: stretch;
    margin: 20px auto;
    border-radius: 16px;
    overflow: hidden;
    background: #ffb703;
    color: #1f1f1f;
    font-family: inherit;
    max-width: 1450px;
}

.coupon-left {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #ffb703;
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.discount-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    color: #ffb703;
    font-size: 45px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-center {
    flex: 1;
    background: #fff;
    padding: 24px;
    position: relative;
}

.coupon-center::before,
.coupon-center::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 22px;
    height: 22px;
    background: #e5e5e5;
    border-radius: 50%;
    transform: translateY(-50%);
}

.coupon-center::before {
    left: -11px;
}

.coupon-center::after {
    right: -11px;
}

.coupon-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 6px;
}

.coupon-desc {
    letter-spacing: 1px;
    font-size: 30px;
    color: #ffb703;
}

.coupon-right {
    min-width: 180px;
    background: #ffb703;
    border-left: 2px dashed rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
}

.coupon-right strong {
    margin-top: 6px;
    padding: 8px 14px;
    font-size: 22px !important;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffb703;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    cursor: pointer;
    user-select: all;
}

@media (max-width: 768px) {
    .coupon-wrap {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .coupon-left,
    .coupon-center,
    .coupon-right {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .coupon-left {
        justify-content: center;
    }

    .vertical-text {
        display: none;
    }

    .coupon-right {
        border-left: none;
        border-top: 2px dashed rgba(0,0,0,0.2);
        padding: 16px;
        text-align: center;
    }
}

/* =========================================================
   CART PAGE
   ========================================================= */

.row .col-lg-8 {
    padding-right: 50px !important;
}

.btn.checkout-btn.btn-primary.btn-upper {
    background-color: #ff9900 !important;
    border-color: #e68a00 !important;
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn.checkout-btn.btn-primary.btn-upper:hover {
    background-color: #e68a00 !important;
    border-color: #cc7a00 !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.col-lg-4 .checkout-methods .btn .btn-primary .checkout-btn .btn-sm {
    color: black;
    background-color: #fed813 !important;
    border-color: #113278 !important;
    font-size: 14px !important;
    width: 100% !important;
}

.checkout-methods a.btn.btn-primary.checkout-btn.btn-sm {
    background-color: #fed813 !important;
    border-color: #fcd200 !important;
    color: #061626 !important;
    font-weight: bold;
}

.checkout-methods a.btn.btn-primary.checkout-btn.btn-sm:hover {
    background-color: #fed813 !important;
    border-color: #e6c211 !important;
}

.col-12 .offcanvas-price-detail {
    background-color: #fed813 !important;
    border-color: #fcd200 !important;
    color: #061626 !important;
    font-weight: bold;
}

/* =========================================================
   CATEGORY SUB ITEM BUTTONS
   ========================================================= */

.cmp.category-grid.col-12 .category-sub-item {
    font-weight: 600 !important;
    border: 1px solid #acacac !important;
    background: #fff !important;
    border-radius: 7px !important;
}

.cmp.category-grid.col-12 .category-sub-item:hover {
    border-color: #f2a900 !important;
}

/* =========================================================
   COMMENTS / TESTIMONIALS
   ========================================================= */

.brand-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 30px 35px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.08),
        0 2px 6px rgba(0, 0, 0, 0.04);
}

.brand-title {
    margin-bottom: 20px;
}

.brand-list {
    gap: 12px;
}

.brand-list a {
    padding: 12px 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.brand-list a:hover {
    box-shadow: 0 6px 16px rgba(31,63,102,0.25);
}

@media (max-width: 768px) {
    .brand-section {
        margin: 25px 12px;
        padding: 22px 18px;
    }

    .brand-title {
        text-align: center;
    }

    .brand-list {
        justify-content: center;
    }
}

.product-comments-cls.card {
    background: #fff !important;
    border-radius: 14px;
    padding: 0 !important;
    box-shadow: 0 8px 22px rgba(0,0,0,0.07);
    height: 100%;
}

.product-comments-cls .card-body {
    padding: 10px 1px !important;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
}

.product-comments-cls .card-text {
    font-size: 15px;
    line-height: 1.65;
    color: #2f2f2f;
    margin-bottom: 10px;
    min-height: 90px;
}

.product-comments-cls .ratings-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.product-comments-cls cite {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #111;
}

.product-comments-cls footer {
    margin-top: 1px;
}

.swiper-slide.product-comments-cls {
    display: flex;
    align-items: stretch;
}

@media (max-width: 768px) {
    .product-comments-cls .card-body {
        padding: 20px 18px !important;
    }

    .product-comments-cls .card-text {
        font-size: 14px;
        min-height: auto;
    }
}

.comments-title {
    font-size: 0;
    position: relative;
}

div[data-cmp-type="products_comments"].testimonials.cmp {
    padding: 28px 0 !important;
}

div[data-cmp-type="products_comments"].testimonials.cmp .comments-title {
    margin: 0 0 16px !important;
}

div[data-cmp-type="products_comments"].testimonials.cmp .container {
    max-width: 1600px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

div[data-cmp-type="products_comments"].testimonials.cmp .swiper-container .swiper-slide.product-comments-cls {
    width: auto !important;
    margin-right: 16px !important;
    height: auto !important;
}

div[data-cmp-type="products_comments"].testimonials.cmp .swiper-container .swiper-slide.product-comments-cls.card {
    margin-left: 0 !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.08) !important;
    min-height: 190px !important;
}

div[data-cmp-type="products_comments"].testimonials.cmp .swiper-container .swiper-slide.product-comments-cls .card-body {
    padding: 18px !important;
}

div[data-cmp-type="products_comments"].testimonials.cmp .swiper-container .swiper-slide.product-comments-cls .card-text {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 4px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

div[data-cmp-type="products_comments"].testimonials.cmp .ratings-container {
    margin-bottom: 2px !important;
    font-size: 15px !important;
    letter-spacing: .1em !important;
}

div[data-cmp-type="products_comments"].testimonials.cmp .product-comments-cls footer a {
    display: inline-block !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: left !important;
    margin-top: -4px !important;
    color: #e95018 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    opacity: 1 !important;
}

div[data-cmp-type="products_comments"].testimonials.cmp .product-comments-cls footer a:hover {
    color: #c53f10 !important;
}

div[data-cmp-type="products_comments"].testimonials.cmp .product-comments-cls cite {
    font-size: 12px !important;
    font-style: normal !important;
    opacity: .85 !important;
}

@media (max-width: 767px) {
    div[data-cmp-type="products_comments"].testimonials.cmp .swiper-container .swiper-slide.product-comments-cls {
        margin-right: 12px !important;
    }

    div[data-cmp-type="products_comments"].testimonials.cmp .swiper-container .swiper-slide.product-comments-cls.card {
        min-height: 210px !important;
    }
}

@media (min-width: 1000px) {
    div[data-cmp-type="products_comments"].testimonials.cmp .swiper-container .swiper-slide.product-comments-cls {
        width: calc((100% - 72px) / 4) !important;
        margin-right: 24px !important;
    }
}

/* =========================================================
   CHECKOUT ALERT
   ========================================================= */

.alert.alert-primary.text-black.mt-4 {
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-left: 5px solid #e95018 !important;
    color: #061626 !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
    font-weight: 500 !important;
}

.alert.alert-primary.text-black.mt-4 strong {
    color: #e95018 !important;
    background: #fff !important;
    border: 1px dashed #e95018 !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

@media (max-width: 768px) {
    .alert.alert-primary.text-black.mt-4 {
        font-size: 12px !important;
        flex-direction: column !important;
        text-align: center !important;
    }
}

/* =========================================================
   HEADER RIGHT ICONS + SEARCH BAR
   ========================================================= */

.ny-menu-right .cartIconBox {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 10px;
    flex-direction: row;
}

.ny-menu-right .cartIconBox li a,
.ny-menu-right .dropdownAc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.06);
}

.ny-menu-right .cartIconBox li a:hover,
.ny-menu-right .dropdownAc-btn:hover {
    background: rgba(0,0,0,.05);
}

.cartcountBox {
    font-size: 11px;
    line-height: 16px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(6px,-8px);
}

/* =========================================================
   HEADER TOP BAR - SOCIAL ICONS
   ========================================================= */

#header-top-bar .hright-main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

#header-top-bar .social-link {
    order: -1;
    margin-right: 6px;
    width: 26px;
    height: 26px;
    font-size: 16px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
}

#header-top-bar .social-link:last-of-type {
    margin-right: 14px;
}

/* =========================================================
   SEARCH DROPDOWN
   ========================================================= */

.ny-header-search {
    position: relative !important;
}

.ny-header-search .searchlist {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,.15);
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    z-index: 9999;
}

.ny-menu-center {
    position: relative;
}

.ny-header-search .searchlist > li {
    padding: 10px 12px !important;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #fff;
}

.ny-header-search .searchlist > li:last-child {
    border-bottom: 0;
}

.ny-header-search .searchlist > li .row {
    align-items: center;
}

.ny-header-search .searchlist .col-lg-2.col-3 {
    flex: 0 0 54px !important;
    max-width: 54px !important;
    padding-right: 10px !important;
}

.ny-header-search .searchlist img {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
}

.searchRight {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}


.col-lg-2.col-3 span {
    display: inline-block;
    margin-top: 2px;
    text-decoration: line-through !important;
    color: rgba(0,0,0,.45) !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.ny-header-search .searchlist > li:hover {
    background: rgba(36,83,131,.05);
}

.ny-header-search .searchlist > li:hover .searchProductname {
    color: #245383;
}

/* =========================================================
   SCROLL TOP BUTTON
   ========================================================= */

#scrollTopBtn {
    font-weight: 600;
    position: fixed;
    bottom: 130px !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #ffc107;
    color: var(--goUpBtnText);
    font-size: 40px !important;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    z-index: 9999;
}

/* =========================================================
   TAB CONTENT IMAGES
   ========================================================= */

.tab-content img {
    width: 100% !important;
    max-width: 500px !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    text-align: left !important;
    display: block;
    margin: 0 !important;
}

.tab-content .row {
    justify-content: flex-start !important;
}

/* =========================================================
   MOBILE PRICE SIZE FIX
   ========================================================= */

@media (max-width: 768px) {
    .item-product-priceOld {
        font-size: 15px !important;
        font-weight: 600;
        line-height: 1.1;
        margin-right: 4px;
    }

    .item-product-priceSale {
        font-size: 17px !important;
        font-weight: 700;
        line-height: 1.15;
    }

    .salePriceBox {
        width: 28px !important;
        height: 28px !important;
        font-size: 12px !important;
        line-height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .productpricebox {
        gap: 2px 6px !important;
    }

    .item-product-price {
        align-items: center;
        gap: 8px;
    }
}

/* =========================================================
   DESKTOP FILTER COLUMN WIDTH
   ========================================================= */

@media (min-width: 992px) {
    .category_detail_left {
        flex: 0 0 220px !important;
        max-width: 280px !important;
    }

    .category_detail_left + .col-lg-9,
    .category_detail_left ~ .col-lg-9 {
        flex: 1 1 auto !important;
        max-width: calc(100% - 220px) !important;
    }
}

/* =========================================================
   SUB CATEGORY CHIPS
   ========================================================= */

.cmp.category-grid[data-cmp-type="sub_category_list"] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 10px 0 18px;
    padding: 0;
}

.cmp.category-grid[data-cmp-type="sub_category_list"] .category-sub-item {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.cmp.category-grid[data-cmp-type="sub_category_list"] .category-sub-item p {
    margin: 0 !important;
    padding: 0 !important;
}

.cmp.category-grid[data-cmp-type="sub_category_list"] .category-sub-item a {
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    transition: transform .12s ease,
        background .12s ease,
        border-color .12s ease,
        color .12s ease;
    white-space: nowrap;
}

.cmp.category-grid[data-cmp-type="sub_category_list"] .category-sub-item a:hover {
    background: #061626;
    border-color: #245383;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .cmp.category-grid[data-cmp-type="sub_category_list"] {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
        padding: 10px 10px 0 !important;
        scrollbar-width: none;
    }

    .cmp.category-grid[data-cmp-type="sub_category_list"]::-webkit-scrollbar {
        display: none !important;
    }

    .cmp.category-grid[data-cmp-type="sub_category_list"] .category-sub-item {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    .cmp.category-grid[data-cmp-type="sub_category_list"] .category-sub-item a {
        display: inline-flex !important;
        width: auto !important;
        white-space: nowrap !important;
    }
}

/* =========================================================
   BREADCRUMB MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
    div[data-cmp-type="breadcrumb"] {
        padding: 5px 0 !important;
    }

    .breadcrumb li.breadcrumb-item a {
        font-weight: 600;
        font-size: 13px;
        padding-left: 4px;
    }
}

/* =========================================================
   PRODUCT GRID / CARD SYSTEM
   ========================================================= */

@media (min-width: 1200px) {
    div.carousel-wrap.position-relative {
        max-width: 1600px !important;
        margin: 10px auto !important;
        display: block !important;
    }

    #productsBox {
        padding: 20px;
        background-color: #f3f3f3;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    #productsBox .prdslider {
        flex: 0 0 16.6666% !important;
        max-width: 16.6666% !important;
        padding: 5px !important;
    }
}

.productBox {
    background: #fff !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 15px !important;
    padding: 5px !important;
    transition: all 0.3s ease-in-out !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.productBox:not(#variantBox):hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    border-color: #ff6600 !important;
}

#variantBox.productBox {
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

@media (max-width: 768px) {
    .item-product-name a,
    .product-wrapper .item-product-name a,
    #productsBox .item-product-name a {
        height: auto !important;
        display: block !important;
        -webkit-line-clamp: unset !important;
        overflow: visible !important;
        white-space: normal !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .productBox {
        height: auto !important;
        padding-bottom: 15px !important;
    }

    .item-product-cart-add {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin-top: auto !important;
    }

    .addSptBt,
    .item-product-cart-add .addSptBt {
        display: flex !important;
        width: 100% !important;
        min-width: 100% !important;
        font-size: 11px !important;
        padding: 0 !important;
        height: 40px !important;
        align-items: center;
        justify-content: center;
    }
}

.addSptBt.outOfStock,
.addSptBt.passive,
.add-to-cart-btn.outOfStock {
    background: #e0e0e0 !important;
    color: #999 !important;
    cursor: not-allowed !important;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

.addSptBt.outOfStock::after,
.addSptBt.passive::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff0000;
    transform: rotate(-10deg);
}

.varyantRadioLabel.ny-variant-offStock {
    background: #f9f9f9 linear-gradient(to top right, transparent calc(50% - 2px), #ff0000 50%, #f3f9ff calc(58% + 2px)) !important;
    opacity: 0.6 !important;
    border: 1px solid #ddd !important;
    filter: grayscale(0.1);
}

.varyantRadioLabel.ny-variant-offStock span {
    text-decoration: line-through !important;
}

.add-to-cart-btn,
.addSptBt {
    background: #061626 !important;
    color: #fff !important;
    height: 45px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.3s !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    width: 100%;
}

.add-to-cart-btn:hover,
.addSptBt:hover {
    background: #ff6600 !important;
}

.hemenAl {
    background: #ff6600 !important;
    color: #fff !important;
    height: 45px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    margin-top: 8px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.product-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.product-price-sale.discount .price {
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #ff6600 !important;
}

.varyantRadioLabel {
    font-weight: 600 !important;
    border: 1px solid #c7c7c7 !important;
    border-radius: 10px !important;
    padding: 8px 12px !important;
    margin: 3px !important;
    background: #fff !important;
    display: inline-block;
}

.varyantRadioLabel:hover:not(.ny-variant-offStock) {
    border-color: #ff6600 !important;
    transform: translateY(-2px);
}

input[type="radio"]:checked + .varyantRadioLabel {
    border-color: #ff6600 !important;
    box-shadow: 0 0 8px rgba(255, 102, 0, 0.2) !important;
}

/* =========================================================
   MOBILE MENU
   ========================================================= */

.mobile-menu-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 85%;
    transform: translateX(-100%);
    transition: all .25s;
    background-color: #fff !important;
    font-size: 1.2rem;
    line-height: 1.5;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
    visibility: hidden;
    z-index: 1001;
    overflow-y: auto;
    padding: 0rem 0.7rem;
}

.mobile-menu li a {
    font-weight: 600;
    font-size: 14px;
    display: block;
    position: relative;
    margin-right: 4.5rem;
    padding: 14px 10px;
    color: #0f2a44;
}

.mobile-menu-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #0f2a44;
    width: 100%;
}

.mobile-menu-buttons a i {
    font-size: 1.4rem;
    color: #0f2a44;
}

/* =========================================================
   HEADER TOP / MOBILE HEADER
   ========================================================= */

.header-top {
    font-size: 12px;
    border-bottom: 1px solid #ffffff;
    padding: 7px 0px !important;
}

/* =========================================================
   TONGUÇ BALIKÇILIK - ARAMA ALANI & HEADER DÜZENLEME
   ========================================================= */
@media (max-width: 991px) {
    /* 1. Header Siyah Arka Plan ve 5px Boşluk Ayarı */
    header#header_main_zone, 
    #header_main_zone.container {
        background-color: #061626 !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 10px 5px !important; /* İşte o sağdan-soldan 5px boşluk */
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        box-sizing: border-box !important;
    }

    /* 2. Arama Kapsayıcı Div (Beyaz Oval Alan) */
    .search-input-wrapper {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        background: #ffffff !important;
        border: 1px solid #061626 !important; /* 1px Siyah Kenarlık */
        border-radius: 10px !important;
        overflow: hidden !important;
        height: 40px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Input Ayarı (Butona çarpmaması için sağdan padding) */
    input.mobile-search-inp {
        border: none !important; /* İçteki borderı kaldırdık temiz dursun */
        background: transparent !important;
        padding: 0 50px 0 15px !important; /* Buton için yer açtık */
        height: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }

    /* 3. Arayın Butonu (Kutu İçinde Yüzen Stil) */
    .mobile-searchlist-icon {
        right: 3px;
        position: absolute !important;
       /* Alttan 4px içeride */
        height: 33px !important; /* Boşlukların çalışması için auto */
        width: 38px !important;
        background-color: #061626 !important;
        color: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 8px !important;
        z-index: 10 !important;
        cursor: pointer !important;
    }

  /* =========================================================
   İKON HİZALAMA VE DÜZENLEME
   ========================================================= */
@media (max-width: 991px) {
    /* 1. Kapsayıcı: İkonları dikeyde tam ortala */
    .ny-menu-right .cartIconBox {
        display: flex !important;
        align-items: center !important; /* 'end' yerine 'center' yaptık ki hepsi aynı hizada olsun */
        justify-content: flex-start !important;
        gap: 10px !important;
        flex-direction: row-reverse !important;
        align-content: center !important;
        flex-wrap: wrap !important;
        margin: 0 !important;
    }

    /* 2. İkonların içindeki a ve buton etiketleri */
    .ny-menu-right .cartIconBox li a, 
    .ny-menu-right .dropdownAc-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(255,255,255,0.1) !important; /* Siyah header'da beyazımsı border daha iyi durur */
        background: transparent !important; /* Arkaplanı temizledik */
        text-decoration: none !important;
    }

    /* 3. İkonların Kendi Ayarları (Hizalama Büyüsü) */
    .bi-person::before, .bi-bag::before {
        display: inline-block !important;
        line-height: 1 !important; /* İkonun kendi boşluğunu sıfırlar */
        vertical-align: middle !important; /* Metin bazlı kaymaları engeller */
    }

    .bi-person::before { 
        color: white !important; 
        font-size: 28px !important; /* Çok büyükse 30'dan 28'e çektim denge için */
        content: "\F4DA" !important; 
    }

    .bi-bag::before { 
        color: white !important; 
        font-size: 22px !important; /* Çanta genelde küçük görünür, 1px artırdım */
        content: "\F170" !important; 
    }
  
    .header-top { display: none; }

    /* Favori ikonu varsa onu da dahil et */
    .bi-heart::before {
        color: white !important;
        font-size: 20px !important;
        vertical-align: middle !important;
    }
  
   .bi-list::before {
    font-weight: 700 !important;
    color: #ffffff;
    content: "\F617" !important;
}
  
}
  
  /* SADECE MOBİLDE SEPET SAYACI (BADGE) DÜZENLEME */
@media (max-width: 991px) {
    .cartcountBox {
        /* Pozisyonlama: İkonun sağ üstüne tam oturtma */
        position: absolute !important;
        top: -5px !important;
        right: -5px !important;
        
        /* Boyutlandırma: Tam yuvarlak ve dengeli */
        min-width: 18px !important;
        height: 18px !important;
        padding: 2px !important;
        
        /* Tasarım */
        background-color: #ff9d03 !important; /* Arama butonuyla aynı turuncu */
        color: #ffffff !important;
        border-radius: 50% !important;
        border: 1.5px solid #1a1a1a !important; /* Header rengiyle çerçeve yapıp patlatıyoruz */
        
        /* Yazı Hizalama */
        font-size: 11px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        
        /* Diğer çakışmaları engelle */
        transform: none !important;
        z-index: 5 !important;
    }
}
  
/*arama alanı*/
.hs-simple {
    background-color: #061626;
    padding-right: 7px !important;
    padding-left: 12px !important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    position: relative;
    max-width: 650px;
    margin: auto;
}
  
/* Ana Sayfa Ürüm Gösterim */
/* SADECE MOBİL VE TABLET İÇİN (991px ve altı) */
@media (max-width: 991px) {
    .home-product-title a {
        font-size: 15px !important;
        font-weight: 800 !important;
        color: #222 !important;
    }

    html body #home-product-see-btn, 
    html body .productTitle .home-product-see-btn a {
        background-color: #ffb800 !important;
        color: #112233 !important;
        padding: 7px 20px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        display: inline-flex !important;
        border: 1px solid #ababab !important;
        border-radius: 5px !important; /* İstersen köşeleri buradan yumuşatabilirsin */
    }
}

  /* Mobile Ürün kart Genişliği */
  
  @media (max-width: 768px) {
    .item-product-name a, .product-wrapper .item-product-name a, #productsBox .item-product-name a {
        height: auto !important;
        display: block !important;
        -webkit-line-clamp
The -webkit-line-clamp CSS property allows limiting of the contents of a block container to the specified number of lines.
: unset !important;
        overflow: visible !important;
        white-space: normal !important;
        font-size: 13px !important;
        line-height: 1.3 !important;
        margin-bottom: 1px !important;
    }
}
  
  @media (max-width: 768px) {
    .productBox {
        height: auto !important;
        padding-bottom: 1px !important;
        padding-top: 1px !important;
    }
}

/* ana sayfa ürüngösterim sayısı */
 
 /* Mobilde Swiper'ın genişlik ve boşluk inadını kıralım */

  
/* Sadece mobilde ürün markalarını gizle */
@media (max-width: 767px) {
    .product-swiper .item-product-brand {
        display: none !important;
    }
}
  
  /* Mobilde Swiper içindeki rating/yıldız alanını kökten kaldır */
@media (max-width: 767px) {
    .product-swiper .ny-rating, 
    .product-swiper .comments-box {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
}
  
 @media (max-width: 767px) {
    .home-cmp-prd-zone.swiper-slide {
        width: calc(50% - 10px) !important; /* Yan yana tam 2 ürün oturtur */
        margin-right: 10px !important;    /* O devasa 30px boşluğu öldürür */
    }
}

 /* MOBİLDE SWIPER OKLARINI KURTARMA OPERASYONU */
@media (max-width: 767px) {
    /* 1. Okların kapsayıcısını kartların üstüne çıkaralım */
    .product-swiper .swiper-button-next, 
    .product-swiper .swiper-button-prev {
        display: flex !important; /* Gizliyse geri getir */
        z-index: 99 !important;    /* Kartların altında kalmasın */
        width: 30px !important;    /* Biraz küçültelim ki alanı daraltmasın */
        height: 30px !important;
        background-color: rgba(255, 255, 255, 0.8) !important; /* Hafif şeffaf beyaz arka plan */
        border-radius: 50% !important;
        color: #061626 !important;    /* Ok rengi siyah */
        top: 40% !important;       /* Resmin tam ortasına hizala */
    }

    /* 2. Sol oku tam kenara yasla */
    .product-swiper .swiper-button-prev {
        left: 0px !important;
    }

    /* 3. Sağ oku tam kenara yasla */
    .product-swiper .swiper-button-next {
        right: 0px !important;
    }

    /* 4. Okların içindeki simgeyi küçültelim (Sığması için) */
    .product-swiper .swiper-button-next::after, 
    .product-swiper .swiper-button-prev::after {
        font-size: 14px !important;
        font-weight: bold !important;
    }
}
  
 /* Kategoriler Urun Rsimleri */
  
 .productPhoto_200 {
    object-fit: contain !important;
    max-height: 155px !important;
    min-height: 170px !important;
}
  
/* Ürün Açıklaması MOBILE */
  
/* Mobilde Ürün Bilgi Alanı (Padding ve Alt Çizgi) Düzenlemesi */
@media (max-width: 767px) {
    .productInfo {
        padding: 4px 8px !important; /* Üst-Alt 4px, Sağ-Sol 8px ile ekranı ferahlatır */
        font-size: 13px !important;   /* Yazıları bir tık küçültürsen daha çok bilgi sığar */
        line-height: 1.4 !important;  /* Satır aralığını açar ki okunması kolaylaşsın */
        border-bottom: 1px solid #cdcdcd30 !important; /* Çizgiyi mobilde iyice hafifletelim */
    }
}
  

}

/* Footer Sticky */

@media only screen and (max-width: 767px) {
    .footer-topBarRow div.ny-footerTopBar:first-child {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999999 !important;
        background-color: #061626 !important; /* Resimdeki o koyu lacivert/siyah ton */
        display: flex !important;
        flex-direction: row !important;
        
        /* İSTEDİĞİN KRİTİK AYAR BURASI */
        justify-content: space-around !important; 
        
        align-items: center !important;
        padding: 10px 5px !important;
        margin: 0 !important;
        box-shadow: 0 -3px 15px rgba(0,0,0,0.3) !important;
        
        /* Eğer yazılar sığmazsa diye parmakla kaydırma opsiyonu */
        overflow-x: auto !important; 
    }

    .footer-topBarRow div.ny-footerTopBar:first-child a {
        display: flex !important;
        flex-direction: column !important; /* İkon üste, yazı alta */
        align-items: center !important;
        text-align: center !important;
        color: #ffffff !important; /* Yazılar bembeyaz parlasın */
        text-decoration: none !important;
        font-size: 12px !important;
        flex: 1 1 auto !important; /* Elemanların eşit dağılmasına yardım eder */
        min-width: 120px !important; /* Birbirine çok yapışmasınlar */
    }

    /* İkonlara biraz nefes aldıralım */
    .footer-topBarRow div.ny-footerTopBar:first-child a i {
        font-size: 18px !important;
        margin-bottom: 4px !important;
    }
}

/* Whatsapp Order */
.whatsappOrder {
    position: fixed;
    bottom: 70px !important;
    z-index: 9999;
    display: flex;
    width: 20rem;
    height: 5rem;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    justify-content: center;
    border-radius: .4rem;
    background: #25d366;
    right: 10px;
}

/* Mobile Varyant Ayarları */
/* Sadece Mobil Cihazlar İçin (767px ve altı) */
@media only screen and (max-width: 767px) {

    /* 1. Varyant Resim Ayarları */
    label#vrcl-0 img.variant_70 {
        object-fit: cover !important;
        max-height: 45px !important;
        min-height: 30px !important;
        max-width: 45px !important;
        min-width: 80px !important;
    }

    /* 2. Radyo Buton Arasındaki Boşluk */
    .radio.varyantRadio {
        margin-right: 2px !important;
        margin-bottom: 3px !important;
    }

    /* 3. Varyant Label (Kutu) Ayarları */
    .varyantRadioLabel {
        margin-top: 10px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        border: 1px solid #ababab !important;
        min-height: 35px !important;
        text-align: center !important;
        font-size: 12px !important;
        text-decoration: none !important;
        transition: all .3s ease-out !important;
        min-width: 60px !important;
        cursor: pointer !important;
        outline: none !important;
        padding: 0px 10px !important;
    }

    /* 4. O İnandıncı Inline Padding Ayarı */
    .productDetails.row.g-2 {
        padding: 5px 5px !important;
    }
}

.breadcrumb {
    padding-bottom: 8px;
}

/* Açıklama Alanı Sadece Mobil (767px ve altı) */


/* Varyant Alanı */
.productVariants {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background-color: white;
    font-family: 'Poppins', sans-serif;
}

/* Hemen Al Gizleme */
.hemenAl[data-cmp-type="product_cart_buynow_btn"] {
    display: none !important;
}

.fullHorizontalMenuRow {
    background: #061626 !important;
    padding: 10px;
}

.searchRight {
    margin-left: 50px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

/* Sğa Bölüm */
#header-top-bar .hright-main{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:18px;

    padding:8px 18px;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f4f4f4 100%
    );

    border:1px solid rgba(6,22,38,.12);

    border-radius:14px;

    box-shadow:
    0 4px 14px rgba(0,0,0,.04),
    0 1px 2px rgba(0,0,0,.05);

    backdrop-filter:blur(6px);

    transition:.25s ease;
}

#header-top-bar .hright-main a{
    position:relative;
    padding-right:18px;
}

#header-top-bar .hright-main a:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:14px;
    background:rgba(6,22,38,.12);
}

#header-top-bar .welcome-msg{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

#header-top-bar .welcome-msg .hleft-link{
    display:inline-flex;
    align-items:center;
    gap:7px;

    padding:7px 13px;
    border-radius:999px;

    background:#ffffff;
    border:1px solid rgba(6,22,38,.14);

    color:#061626 !important;
    font-size:13px;
    font-weight:600;
    line-height:1;

    text-decoration:none !important;
    transition:all .22s ease;

    box-shadow:0 3px 10px rgba(6,22,38,.06);
}

#header-top-bar .welcome-msg .hleft-icon{
    font-size:12px;
    color:#f59e0b !important;
}

#header-top-bar .welcome-msg .hleft-link:hover{
    background:#061626;
    border-color:#061626;
    color:#ffffff !important;
    transform:translateY(-1px);
    box-shadow:0 6px 16px rgba(6,22,38,.16);
}

#header-top-bar .welcome-msg .hleft-link:hover .hleft-icon{
    color:#f59e0b !important;
}

@media(max-width:768px){
    #header-top-bar .welcome-msg{
        justify-content:center;
        gap:6px;
    }

    #header-top-bar .welcome-msg .hleft-link{
        font-size:12px;
        padding:6px 10px;
    }
}

/* Arama Alanı */
/* SEARCH WRAPPER */
.ny-header-search{
    
    position:relative;
    display:flex;
    align-items:center;

    width:100%;
    max-width:500px;

    background:#ffffff;

    border:1px solid #c7c7c7;

    border-radius:18px;

    overflow:hidden;

    box-shadow:
    0 8px 22px rgba(6,22,38,.08);

    transition:all .25s ease;
}

.top-header-search-box{
    max-width:500px !important;
    flex:0 0 500px !important;
}

/* FOCUS EFFECT */
.ny-header-search:focus-within{
    border-color:#f59e0b;

    box-shadow:
    0 0 0 4px rgba(245,158,11,.12),
    0 10px 24px rgba(0,0,0,.08);

    transform:translateY(-1px);
}

/* INPUT */
.ny-header-search input.form-control{
    height:45px;

    border:none !important;
    box-shadow:none !important;

    background:transparent;

    padding:0 18px;

    font-size:14px;
    font-weight:500;

    color:#061626;
}

/* PLACEHOLDER */
.ny-header-search input.form-control::placeholder{
    color:#7b8794;
    font-weight:500;
}

/* SEARCH BUTTON */
.ny-header-search .btn{
    width:58px;
    height:52px;

    border:none;

    background:transparent;

    color:#061626;

    transition:all .22s ease;
}

/* ICON */
.ny-header-search .btn i{
    font-size:17px;
}

.ny-header-search .btn{
    width:60px;
    height:54px;

    border:none;

    background:#061626;

    color:#ffffff;

    transition:.22s ease;
}

.ny-header-search .btn:hover{
    background:#f59e0b;
    color:#061626;
}



/*Logo Alanı*/
@media(min-width:1200px){

    #logoBox{
        width:auto !important;
        max-width:none !important;

        flex:0 0 auto !important;

        display:flex;
        align-items:center;

        gap:14px;
    }

    #main-logo{
        width:310px !important;
        max-width:310px !important;
        height:auto !important;

        object-fit:contain;
    }

}

/* Desktop daha büyük */
@media(min-width:1200px){

    #main-logo{
        width:310px !important;
        max-width:310px !important;
    }

}


header {
    padding: 1rem 0rem;
}

/* Search alanını sağa yasla */
#header_main_zone .ny-menu-center{
    margin-left:auto !important;
    margin-right:40px !important;
}


.dropdown-menu {
    width: 80% !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 15px !important; /* Buradaki değeri artırdıkça menü aşağı iner */
   
    border-top: 3px solid #ff6600 !important; /* Üstteki boşlukta menü kopuk durmasın diye şık bir çizgi */

}

.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -20px; /* Yukarıdaki boşluğu kapatan hayali bir alan */
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
}

/* JS tarafından eklenen bulanıklığı (blur) tamamen geçersiz kılar */
.nyMenuBlurClasses {
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
}

/* Menü açıldığında ekranın önüne geçen görünmez engelleri kaldırır */
.ny-menu-overlay, .dropdown-backdrop, .modal-backdrop {
    display: none !important;
    pointer-events: none !important;
}

/* Sub Menu İtems */
/* Sub Menu Items - Modern Temiz Görünüm */
.submenu-ny {
  box-shadow: none !important;
  padding: 6px 0 !important;
  border: none !important;
  min-width: 100%;
  list-style: none;
  margin: 10px 0 !important;
  border-radius: 8px;
  background: transparent !important;
}

/* Menü Linkleri */
.submenu-ny li a {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 9px 12px 9px 14px !important;
  color: #2f2f2f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35;
  text-align: left !important;
  text-decoration: none !important;
  border-radius: 7px;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    padding-left 0.2s ease;
}

/* Sol vurgu çizgisi */
.submenu-ny li a::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 3px;
  height: 0;
  border-radius: 6px;
  background: #ff6600;
  transform: translateY(-50%);
  transition: height 0.2s ease;
}

/* Hover Efekti */
.submenu-ny li a:hover {
  color: #ff6600 !important;
  background-color: rgba(255, 102, 0, 0.07) !important;
  padding-left: 20px !important;
}

.submenu-ny li a:hover::before {
  height: 65%;
}

/* Aktif / Seçili Link Varsa */
.submenu-ny li a.active,
.submenu-ny li.active > a {
  color: #ff6600 !important;
  background-color: rgba(255, 102, 0, 0.09) !important;
  font-weight: 600 !important;
}

/* Menü içindeki ikon / görsel */
.submenu-ny li a img {
  flex: 0 0 auto;
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
  margin-right: 2px !important;
  vertical-align: middle;
}

/* Yeni Ürünler Menü Butonu */
a.nav-link[href*="yeni-urunler"]{
    position:relative;
    z-index:1;
    color:#061626 !important;
    font-weight:700;
    padding:6px 12px;
}

/* Turuncu Arka Plan */
a.nav-link[href*="yeni-urunler"]::before{
    content:"";
    position:absolute;
    left:-12px;
    right:-12px;
    top:50%;
    transform:translateY(-50%);
    height:1.8em;
    background: #fff;
    z-index:-1;
    border-radius:4px;
    transition:all .25s ease;
}

a.nav-link[href*="av-disiplinleri"]{
    position:relative;
    z-index:1;
    color:#061626 !important;
    font-weight:700;
    padding:6px 12px;
}

/* Beyaz Arka Plan */
a.nav-link[href*="av-disiplinleri"]::before{
    content:"";
    position:absolute;
    left:-12px;
    right:-12px;
    top:50%;
    transform:translateY(-50%);
    height:1.8em;
    background:#fff;
    z-index:-1;
    border-radius:4px;
    transition:all .25s ease;
}

/* Mobile Menu LRF AV DİSİPLİNE YENİ GELEN */

/* Yeni Ürünler */
.mobile-nav .mobile-menu > li > a[href*="yeni-urunler"],

/* LRF Olta Malzemeleri */
.mobile-nav .mobile-menu > li > a[href*="lrf-olta-malzemeleri"],

/* Av Disiplinleri */
.mobile-nav .mobile-menu > li > a[href*="av-disiplinleri"]{
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#061626;
    color:#fff !important;
    padding:12px 16px;
    margin-bottom:6px;
    border-radius:8px;
    text-decoration:none !important;
    font-weight:700;
    transition:all .25s ease;
}

/* Hover */
.mobile-nav .mobile-menu > li > a[href*="yeni-urunler"]:hover,
.mobile-nav .mobile-menu > li > a[href*="lrf-olta-malzemeleri"]:hover,
.mobile-nav .mobile-menu > li > a[href*="av-disiplinleri"]:hover{
    background:#0b243d;
    color:#fff !important;
}

/* Sağ Ok */
.mobile-nav .mobile-menu > li > a .mmenu-btn{
    color:#fff !important;
    font-size:20px;
}

.mobile-nav .mobile-menu > li > a .mmenu-btn {
    color: #061626 !important;
    font-size: 20px;
}
/* Favori Butonu Kqaldırma */
.favitem-btn {
    display: none;
    position: absolute;
    right: 5px;
    width: 32px;
    height: 32px;
    top: 5px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
    background-color: #43a3b1 !important;
    border-color: var(--favBtBgColor) !important;
}

/* Ürün Adının Tam Gözükmesi */

.item-product-name {
    display: flex;
    margin-bottom: 10px;
    flex-grow: 1;
    overflow: hidden;
    max-height: 15.7em;
}

@media (max-width: 768px){
  .item-product-name{
    display: flex;
    margin-bottom: 10px;
    flex-grow: 1;
    overflow: hidden;
    max-height: 11.1em;
  }
}



/* WhatsApp yazısını mobilde göster */
.whatsappOrder #wptext {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

/* Mobil düzen */
@media (max-width: 768px) {
    .whatsappOrder {
        width: auto !important;
        min-width: 225px !important;
        height: 46px !important;
        padding: 0 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 7px !important;
        border-radius: 24px !important;
    }

    .whatsappOrder #wptext {
        display: inline-block !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        color: #fff !important;
    }

    .whatsappOrder .fa-whatsapp,
    .whatsappOrder .fab.fa-whatsapp {
        font-size: 21px !important;
    }
}
/* Sub Kategori */

/* Alt kategori alanı - premium görünüm */
.category-grid[data-cmp-type="sub_category_list"] {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 15px 0 22px 0 !important;
}

/* Kategori kutuları */
.category-grid[data-cmp-type="sub_category_list"] .category-sub-item {
    background: #fff !important;
    border: 1px solid #d9e1ea !important;
    border-radius: 14px !important;
    padding: 0 !important;
    min-width: 155px !important;
    box-shadow: 0 4px 12px rgba(6, 22, 38, 0.06) !important;
    transition: all .25s ease !important;
    overflow: hidden !important;
}

/* İç boşluk sıfırlama */
.category-grid[data-cmp-type="sub_category_list"] .category-sub-item p {
    margin: 0 !important;
}

/* Link görünümü */
.category-grid[data-cmp-type="sub_category_list"] .category-sub-item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 10px 16px !important;
    color: #061626 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

/* Hover efekti */
.category-grid[data-cmp-type="sub_category_list"] .category-sub-item:hover {
    background: #245383 !important;
    border-color: #245383 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(36, 83, 131, 0.22) !important;
}

.category-grid[data-cmp-type="sub_category_list"] .category-sub-item:hover a {
    color: #fff !important;
}

/* Mobil */
@media (max-width: 768px) {
    .category-grid[data-cmp-type="sub_category_list"] {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding-bottom: 8px !important;
        gap: 10px !important;
    }

    .category-grid[data-cmp-type="sub_category_list"] .category-sub-item {
        min-width: max-content !important;
        flex: 0 0 auto !important;
    }

    .category-grid[data-cmp-type="sub_category_list"] .category-sub-item a {
        font-size: 13px !important;
        min-height: 42px !important;
        padding: 9px 14px !important;
    }
}


/* Product Info */
.productInfo {
    background-color: white;
    font-family: 'Poppins', sans-serif;
    padding: 30px 20px;
    border-bottom: 1px solid #cdcdcd52;
}