		.mobile {
			display: none;
		}

		.desktop {
			display: block;
		}

		@media (max-width: 992px) {
			.mobile {
				display: block;
			}

			.desktop {
				display: none;
			}
		}

		.account-item {
			position: relative;
		}

		.account-submenu {
			display: none;
			position: absolute;
			top: 100%;
			left: 0;
			z-index: 999;
		}

		.account-item:hover .account-submenu {
			display: block;
		}

		.coupon_row {
			display: flex;
			align-items: center;
			gap: 10px;
		}

		.coupon_row input {
			flex: 1;
			margin: 0 !important;
		}

		.coupon_row button {
			white-space: nowrap;
		}

		.frona-top-header {
			width: 100%;
			background: #e58416;
			color: #fff;
			overflow: hidden;
		}

		.frona-top-slider {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.frona-top-slides {
			position: relative;
			width: 100%;
			min-height: 48px;
		}

		.frona-top-item {
			position: absolute;
			inset: 0;
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 12px;
			width: 100%;
			padding: 5px 15px;
			visibility: hidden;
			opacity: 0;
			transform: translateX(25px);
			pointer-events: none;
			transition:
				opacity 0.45s ease,
				transform 0.45s ease,
				visibility 0.45s ease;
		}

		.frona-top-item.active {
			position: relative;
			visibility: visible;
			opacity: 1;
			transform: translateX(0);
			pointer-events: auto;
		}

		.frona-top-icon {
			display: flex;
			flex: 0 0 auto;
			align-items: center;
			justify-content: center;
		}

		.frona-top-icon img {
			display: block;
			width: 38px;
			height: 38px;
			object-fit: contain;
			filter: brightness(0) invert(1);
		}

		.frona-top-content {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 8px;
			color: #fff;
			line-height: 1.3;
			text-align: center;
		}

		.frona-top-content strong {
			color: #fff;
			font-size: 20px;
			font-weight: 700;
		}

		.frona-top-content span,
		.frona-top-content p {
			margin: 0;
			color: rgba(255, 255, 255, 0.95);
			font-size: 17px;
		}

		.frona-top-arrow {
			position: absolute;
			top: 50%;
			z-index: 5;
			width: 36px;
			height: 36px;
			padding: 0;
			border: 0;
			background: transparent;
			color: rgba(255, 255, 255, 0.75);
			font-size: 22px;
			line-height: 36px;
			cursor: pointer;
			transform: translateY(-50%);
			transition: color 0.2s ease;
		}

		.frona-top-arrow:hover {
			color: #fff;
		}

		.frona-top-prev {
			left: 10px;
		}

		.frona-top-next {
			right: 10px;
		}

		@media (max-width: 575px) {
			.frona-top-slider {
				min-height: 54px;
				padding-right: 38px;
				padding-left: 38px;
			}

			.frona-top-item {
				gap: 8px;
				padding-right: 5px;
				padding-left: 5px;
			}

			.frona-top-icon img {
				width: 23px;
				height: 23px;
			}

			.frona-top-content {
				flex-direction: column;
				gap: 1px;
			}

			.frona-top-content strong {
				font-size: 13px;
			}

			.frona-top-content span,
			.frona-top-content p {
				font-size: 11px;
			}

			.frona-top-arrow {
				width: 30px;
				height: 30px;
				font-size: 18px;
			}

			.frona-top-prev {
				left: 0;
			}

			.frona-top-next {
				right: 0;
			}
		}

		.home3_bg_area.product_five .row {
			display: flex;
			flex-wrap: wrap;
		}

		.home3_bg_area.product_five .row>[class*="col-"] {
			display: flex;
			margin-bottom: 30px;
		}

		.home3_bg_area.product_five .productbg_right_left,
		.home3_bg_area.product_five .deals_prodict_three,
		.home3_bg_area.product_five .deals_prodict_inner3,
		.home3_bg_area.product_five .single_product,
		.home3_bg_area.product_five .single_product figure {
			width: 100%;
			height: 100%;
		}

		.home3_bg_area.product_five .single_product figure {
			display: flex;
			flex-direction: column;
			margin: 0;
		}

		.home3_bg_area.product_five .product_content {
			flex: 1;
			height: auto !important;
			min-height: 0 !important;
			max-height: none !important;
			overflow: visible !important;
		}


		.product_content .kategori-aciklama {
			list-style: none;
			margin: 18px 0 0;
			padding: 0;
			text-align: left;
		}

		.product_content>a {
			display: block;
			color: inherit;
			text-decoration: none;
		}

		.product_content .kategori-aciklama {
			list-style: none;
			margin: 18px 0 0;
			padding: 0 12px;
			text-align: left;
		}

		.product_content .kategori-aciklama li {
			position: relative;
			margin-bottom: 10px;
			padding-left: 30px;
			color: #333;
			font-size: 15px;
			line-height: 1.6;
			text-align: left;
		}

		.product_content .kategori-aciklama li::before {
			content: "";
			position: absolute;
			top: 4px;
			left: 0;
			width: 18px;
			height: 18px;
			background-image: url("https://frona.com.tr/upload/2/favicon.png");
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
		}

		.product_content .kategori-aciklama li:last-child {
			margin-bottom: 0;
		}

		.product_content>a {
			display: block;
			color: inherit;
			text-decoration: none;
		}

		@media (max-width: 767px) {

			.slider_section,
			.slider_area,
			.slider_area .owl-stage-outer,
			.slider_area .owl-stage,
			.slider_area .owl-item,
			.slider_area .single_slider {
				height: 100vw !important;
				min-height: 0 !important;
				max-height: 100vw !important;
			}

			.slider_area .single_slider {
				width: 100%;
				background-size: contain !important;
				background-position: center center !important;
				background-repeat: no-repeat !important;
			}
		}


		.slider_content {
			position: absolute;
			bottom: 70px;
		}


		@media (max-width: 767px) {

			.slider_section,
			.slider_area,
			.slider_area .owl-stage-outer,
			.slider_area .owl-stage,
			.slider_area .owl-item {
				height: auto !important;
				min-height: 0 !important;
			}

			.slider_area .single_slider {
				width: 100% !important;
				height: auto !important;
				min-height: 0 !important;
				aspect-ratio: 1 / 1;
				background-size: 100% auto !important;
				background-position: center center !important;
				background-repeat: no-repeat !important;
			}
		}


		/* Sadece bu slider için */
		.slider_section .slider_area .single_slider {
			width: 100%;
			aspect-ratio: 1920 / 800;
			height: auto;
			min-height: 0;

			background-repeat: no-repeat;
			background-position: center top;
			background-size: 100% auto;

			display: flex;
			align-items: center;
		}

		/* Slider alanının taşmasını engeller */
		.slider_section .slider_area {
			width: 100%;
			overflow: hidden;
		}

		/* Mobil görünüm */
		@media (max-width: 767px) {
			.slider_section .slider_area .single_slider {
				width: 100%;
				aspect-ratio: 1920 / 1090;
				min-height: 0;

				background-size: cover !important;
				background-position: center top;
			}

			.slider_section .slider_content {
				padding: 20px;
			}
		}


		@media (max-width: 767px) {
			.header_middle .row {
				display: flex;
				flex-wrap: nowrap;
				align-items: center;
			}

			.header_middle .row>.col-3 {
				flex: 0 0 30%;
				max-width: 30%;
				padding-left: 8px;
				padding-right: 5px;
			}

			.header_middle .row>.col-8 {
				flex: 0 0 70%;
				max-width: 70%;
				padding-left: 0;
				padding-right: 8px;
				min-width: 0;
			}

			.logo {
				max-width: 100%;
			}

			.logo img {
				display: block;
				width: 100%;
				max-width: 125px;
				height: auto;
			}

			.header_right_info {
				width: 100%;
				min-width: 0;
			}

			.header-action-area {
				width: 100%;
				display: flex;
				justify-content: flex-end;
				gap: 4px;
				overflow: visible;
			}

			.header-login-actions {
				min-width: 0;
			}

			.header-login-actions>ul {
				display: flex;
				gap: 3px;
				margin: 0;
				padding: 0;
			}

			.header-login-actions .header-action-item {
				flex: 0 0 auto;
			}

			.header-action-area .header-pill {
				min-height: 36px;
				padding: 0 6px;
				gap: 3px;
				font-size: 9px;
				white-space: nowrap;
			}

			.header-action-area .header-pill .lnr {
				font-size: 15px;
			}

			.header-action-area .header-pill-cart {
				min-width: 38px;
				padding-left: 7px;
				padding-right: 7px;
			}

			.header-cart-count {
				font-size: 9px;
			}

			.header_bottom .row {
				display: block;
			}

			.header_bottom .col-lg-3 {
				width: 100%;
				max-width: 100%;
			}

			.header_bottom .call-support {
				display: none;
			}

			.header_bottom .mobile {
				display: block;
				width: 100%;
				max-width: 100%;
			}

			.categories_menu {
				width: 100%;
			}

			.categories_title {
				width: 100%;
			}

			.categories_title h2 {
				font-size: 15px;
				white-space: nowrap;
			}
		}

		@media (max-width: 380px) {
			.header_middle .row>.col-3 {
				flex-basis: 27%;
				max-width: 27%;
			}

			.header_middle .row>.col-8 {
				flex-basis: 73%;
				max-width: 73%;
			}

			.logo img {
				max-width: 105px;
			}

			.header-action-area .header-pill {
				padding-left: 4px;
				padding-right: 4px;
				font-size: 8px;
			}

			.header-action-area .header-pill .lnr {
				font-size: 14px;
			}
		}

/* ÜRÜN ÖZEL TASRAIM*/		
.shop_area {
    padding: 55px 0 70px;
}

.shop_area .shop_wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 22px;
}

.shop_area .shop_wrapper > [class*="col-"] {
    display: flex;
}

.frona-product-card {
    width: 100%;
    min-height: 100%;
    padding: 14px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 12px;
    box-shadow: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.frona-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(45, 45, 45, .12);
}

.frona-product-image {
    width: 100%;
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
}

.frona-product-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.frona-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.frona-product-card:hover .frona-product-image img {
    transform: scale(1.04);
}

.frona-product-info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 1px 0;
    text-align: left;
}

.frona-product-name {
    min-height: 52px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
}

.frona-product-name a {
    color: #222;
}

.frona-product-name a:hover {
    color: #e58416;
}

.frona-product-category {
    margin-top: 12px;
    color: #777;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.frona-product-price {
    margin-top: 8px;
    color: #e58416;
    font-size: 19px;
    font-weight: 700;
}

.frona-add-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    margin-top: 16px;
    border: 1px solid #e58416;
    border-radius: 4px;
    color: #e58416 !important;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    transition: .25s ease;
}

.frona-add-cart:hover {
    color: #fff !important;
    background: #e58416;
}

@media (max-width: 575px) {

    .frona-product-card {
        padding: 9px;
        border-radius: 9px;
    }

    .frona-product-image {
        height: 155px;
    }

    .frona-product-name {
        min-height: 58px;
        font-size: 13px;
    }

    .frona-product-category {
        font-size: 9px;
    }

    .frona-product-price {
        font-size: 16px;
    }

    .frona-add-cart {
        min-height: 34px;
        font-size: 11px;
    }
}

.product_area .product_header {
    margin-bottom: 30px;
}

.product_area .section_title {
    text-align: center;
}

.product_area .section_title h2 {
    margin-bottom: 24px;
    color: #222;
    font-size: 32px;
    font-weight: 600;
}

.product_area .product_tab_btn ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.product_area .product_tab_btn ul li a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #e58416;
    border-radius: 30px;
    color: #e58416;
    font-size: 13px;
    font-weight: 600;
    transition: .25s ease;
}

.product_area .product_tab_btn ul li a:hover,
.product_area .product_tab_btn ul li a.active {
    background: #e58416;
    color: #fff;
}

.product_area .product_items {
    padding: 10px;
}

.product_area .frona-home-product {
    position: relative;
    height: 100%;
    padding: 13px;
    border: 1px solid #dedede;
    border-radius: 12px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.product_area .frona-home-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(50, 50, 50, .12);
}

.product_area .frona-home-product figure {
    height: 100%;
    margin: 0;
}

.product_area .frona-home-logo {
    position: absolute;
    top: 11px;
    left: 11px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    padding: 6px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .12);
}

.product_area .frona-home-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product_area .product_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.product_area .product_thumb .primary_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product_area .product_thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.product_area .frona-home-product:hover .product_thumb img {
    transform: scale(1.05);
}

.product_area .frona-home-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 190px;
    padding: 7px 2px 2px;
    text-align: left;
}

.product_area .frona-home-content .product_name {
    min-height: 48px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.product_area .frona-home-content .product_name a {
    color: #222;
}

.product_area .frona-home-category {
    margin: 12px 0 0;
    color: #777;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.product_area .frona-home-category a {
    color: inherit;
}

.product_area .frona-home-price {
    margin-top: 7px;
}

.product_area .frona-home-price .current_price {
    color: #e58416;
    font-size: 18px;
    font-weight: 700;
}

.product_area .frona-home-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 37px;
    margin-top: 15px;
    border: 1px solid #e58416;
    border-radius: 4px;
    color: #e58416 !important;
    font-size: 12px;
    font-weight: 700;
    transition: .25s ease;
}

.product_area .frona-home-cart:hover {
    background: #e58416;
    color: #fff !important;
}
@media (max-width: 575px) {
    .product_area {
        padding: 40px 0 50px;
    }

    .product_area .section_title h2 {
        font-size: 25px;
    }

    .product_area .product_tab_btn ul {
        gap: 6px;
    }

    .product_area .product_tab_btn ul li a {
        padding: 8px 12px;
        font-size: 10px;
    }

    .product_area .product_items {
        padding: 5px;
    }

    .product_area .frona-home-product {
        padding: 9px;
    }

    .product_area .frona-home-logo {
        top: 8px;
        left: 8px;
        width: 31px;
        height: 31px;
        padding: 4px;
    }

    .product_area .product_thumb {
        height: 145px;
    }

    .product_area .frona-home-content {
        min-height: 175px;
    }

    .product_area .frona-home-content .product_name {
        min-height: 56px;
        font-size: 13px;
    }

    .product_area .frona-home-category {
        font-size: 8px;
    }

    .product_area .frona-home-price .current_price {
        font-size: 15px;
    }

    .product_area .frona-home-cart {
        min-height: 33px;
        font-size: 10px;
    }
}


.frona-section-title {
    position: relative;
    margin-bottom: 32px;
    text-align: center;
}

.frona-title-kicker {
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
    color: #e58416;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.frona-title-kicker::before,
.frona-title-kicker::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    margin: 0 10px 4px;
    background: #e58416;
    border-radius: 10px;
}

.frona-section-title h2 {
    margin: 0;
    color: #202020;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -.5px;
}

.frona-section-title h2 strong {
	font-weight: 700;
    color: #e58416;
}

.frona-title-line {
    display: flex;
    justify-content: center;
    margin: 12px 0 10px;
}

.frona-title-line span {
    position: relative;
    display: block;
    width: 76px;
    height: 4px;
    border-radius: 10px;
    background: #e58416;
}

.frona-title-line span::before,
.frona-title-line span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #40a944;
    transform: translateY(-50%);
}

.frona-title-line span::before {
    left: -15px;
}

.frona-title-line span::after {
    right: -15px;
}

.frona-section-title p {
    max-width: 520px;
    margin: 0 auto;
    color: #777;
    font-size: 16px;
}

.frona-related-carousel {
    margin-top: 20px;
}

.frona-related-carousel .frona-related-product {
    position: relative;
    height: 100%;
    margin: 8px;
    padding: 13px;
    border: 1px solid #dedede;
    border-radius: 12px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.frona-related-carousel .frona-related-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(50, 50, 50, .12);
}

.frona-related-carousel .frona-related-product figure {
    height: 100%;
    margin: 0;
}

.frona-related-carousel .frona-related-logo {
    position: absolute;
    top: 11px;
    left: 11px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    padding: 6px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .12);
}

.frona-related-carousel .frona-related-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.frona-related-carousel .product_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.frona-related-carousel .product_thumb .primary_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.frona-related-carousel .product_thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.frona-related-carousel .frona-related-product:hover .product_thumb img {
    transform: scale(1.05);
}

.frona-related-carousel .frona-related-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 145px;
    padding: 7px 2px 2px;
    text-align: left;
}

.frona-related-carousel .product_name {
    min-height: 48px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.frona-related-carousel .product_name a {
    color: #222;
}

.frona-related-carousel .product_name a:hover {
    color: #e58416;
}

.frona-related-carousel .frona-related-price {
    margin-top: 8px;
}

.frona-related-carousel .frona-related-price .current_price {
    color: #e58416;
    font-size: 18px;
    font-weight: 700;
}

.frona-related-carousel .frona-related-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 37px;
    margin-top: 14px;
    border: 1px solid #e58416;
    border-radius: 4px;
    color: #e58416 !important;
    font-size: 12px;
    font-weight: 700;
    transition: .25s ease;
}

.frona-related-carousel .frona-related-cart:hover {
    background: #e58416;
    color: #fff !important;
}

@media (max-width: 575px) {
    .frona-related-carousel .frona-related-product {
        margin: 5px;
        padding: 9px;
    }

    .frona-related-carousel .frona-related-logo {
        top: 8px;
        left: 8px;
        width: 31px;
        height: 31px;
        padding: 4px;
    }

    .frona-related-carousel .product_thumb {
        height: 150px;
    }

    .frona-related-carousel .frona-related-content {
        min-height: 165px;
    }

    .frona-related-carousel .product_name {
        min-height: 56px;
        font-size: 13px;
    }

    .frona-related-carousel .frona-related-price .current_price {
        font-size: 15px;
    }

    .frona-related-carousel .frona-related-cart {
        min-height: 33px;
        font-size: 10px;
    }
}