/*
Theme Name: Dijitalden Servete
Description: React ana site, geçici mağaza ve yasal sayfaları içeren bağımsız WordPress teması.
Author: Ayşe Tolga
Version: 2.3.0
Text Domain: aysetolga
Requires at least: 6.2
Requires PHP: 7.4
*/

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #111118;
}

.dds-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #e2e2ef;
}

.admin-bar .dds-site-header {
	top: 32px;
}

.dds-site-header__inner {
	width: min(1480px, calc(100% - 40px));
	min-height: 92px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.dds-site-logo,
.dds-site-footer__logo {
	display: inline-flex;
	align-items: center;
}

.dds-site-logo img,
.dds-site-footer__logo img {
	width: 140px;
	height: auto;
	display: block;
}

.dds-site-nav,
.dds-site-footer__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.5vw, 38px);
}

.dds-site-nav a,
.dds-site-footer a {
	color: #55566b;
	font-size: 13px;
	text-decoration: none;
	transition: color 180ms ease;
}

.dds-site-nav a:hover,
.dds-site-footer a:hover {
	color: #1a10e0;
}

.dds-site-cta {
	min-height: 48px;
	padding: 0 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #1a10e0;
	color: #fff;
	font: 800 12px/1 Arial, Helvetica, sans-serif;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: uppercase;
}

.dds-site-cta:hover {
	background: #0b0624;
	color: #fff;
}

.dds-site-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.dds-menu-toggle,
.dds-mobile-menu {
	display: none;
}

.dds-site-cta--claude {
	background: #ef6c2f;
}

.z-dds-header-cta--claude {
	background: #ef6c2f !important;
	box-shadow: none !important;
}

.dds-site-cta--claude:hover {
	background: #c94e18;
}

.z-dds-header-cta--claude:hover {
	background: #c94e18 !important;
}

.dds-site-logo:focus-visible,
.dds-site-nav a:focus-visible,
.dds-site-cta:focus-visible,
.dds-site-footer a:focus-visible {
	outline: 3px solid #706dff;
	outline-offset: 4px;
}

.dds-site-footer {
	background:
		radial-gradient(circle at top right, rgba(26, 16, 224, 0.28), transparent 34%),
		linear-gradient(135deg, #0a0a0f, #090922 60%, #120b3d);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.68);
	font-family: Arial, Helvetica, sans-serif;
}

.dds-site-footer__inner {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
	padding: 62px 0 26px;
}

.dds-site-footer__top,
.dds-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.dds-site-footer__top {
	padding-bottom: 48px;
}

.dds-site-footer__logo img {
	filter: brightness(0) invert(1);
}

.dds-site-footer a {
	color: rgba(255, 255, 255, 0.68);
}

.dds-site-footer a:hover {
	color: #fff;
}

.dds-site-footer__bottom {
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dds-site-footer__bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.48);
	font-size: 12px;
}

.dds-site-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
}

.dds-site-footer__bottom a {
	color: rgba(255, 255, 255, 0.48);
	font-size: 12px;
}

@media (max-width: 900px) {
	.dds-site-header__inner {
		min-height: 0;
		padding-block: 16px;
		grid-template-columns: 1fr auto;
	}

	.dds-site-nav {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 4px;
		white-space: nowrap;
	}

	.dds-site-actions {
		flex-wrap: wrap;
	}

	.dds-site-footer__top,
	.dds-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.dds-site-footer__nav {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}

@media (max-width: 540px) {
	.admin-bar .dds-site-header {
		top: 46px;
	}

	.dds-site-header__inner {
		width: min(100% - 28px, 1480px);
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.dds-site-logo img {
		width: 116px;
	}

	.dds-site-logo {
		justify-self: center;
	}

	.dds-site-actions {
		grid-row: 2;
		justify-content: center;
	}

	.dds-site-nav {
		grid-row: 3;
	}

	.dds-site-cta {
		min-height: 42px;
		padding-inline: 14px;
		font-size: 10px;
	}

	.dds-site-actions {
		gap: 7px;
	}
}

@media (max-width: 1020px) {
	body.dds-menu-open {
		overflow: hidden;
	}

	.aysetolga-react-app .z-dds-header-wrap {
		min-height: 76px;
		padding: 12px 20px;
		grid-template-columns: 1fr auto;
		gap: 20px;
		text-align: left;
	}

	.aysetolga-react-app .z-dds-logo {
		align-items: flex-start;
		margin: 0;
	}

	.aysetolga-react-app .z-dds-nav,
	.aysetolga-react-app .z-dds-header-actions {
		display: none !important;
	}

	.dds-site-header__inner {
		min-height: 76px;
		padding-block: 12px;
		grid-template-columns: 1fr auto;
		gap: 20px;
	}

	.dds-site-nav,
	.dds-site-actions {
		display: none;
	}

	.dds-menu-toggle {
		min-width: 84px;
		min-height: 44px;
		padding: 0 14px;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		border: 1px solid #d8d8e5;
		background: #fff;
		color: #111118;
		font: 700 11px/1 Arial, Helvetica, sans-serif;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		cursor: pointer;
	}

	.dds-menu-toggle:focus-visible {
		outline: 3px solid #706dff;
		outline-offset: 3px;
	}

	.dds-menu-toggle__icon {
		width: 18px;
		height: 14px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
	}

	.dds-menu-toggle__icon i {
		width: 100%;
		height: 2px;
		display: block;
		background: currentColor;
		transition: transform 180ms ease;
	}

	.dds-menu-toggle[aria-expanded="true"] .dds-menu-toggle__icon i:first-child {
		transform: translateY(3.5px) rotate(45deg);
	}

	.dds-menu-toggle[aria-expanded="true"] .dds-menu-toggle__icon i:last-child {
		transform: translateY(-3.5px) rotate(-45deg);
	}

	.dds-mobile-menu:not([hidden]) {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: block;
		max-height: calc(100vh - 76px);
		overflow-y: auto;
		border-top: 1px solid #e4e4ee;
		background: #fff;
	}

	.z-dds-header .dds-mobile-menu:not([hidden]) {
		z-index: 60;
	}

	.dds-mobile-menu__inner {
		width: min(100% - 40px, 720px);
		margin-inline: auto;
		padding: 24px 0 34px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.dds-mobile-menu__nav {
		display: flex;
		flex-direction: column;
	}

	.dds-mobile-menu__nav a {
		padding: 17px 0;
		border-bottom: 1px solid #e7e7ef;
		color: #111118;
		font-size: clamp(22px, 6vw, 34px);
		font-weight: 700;
		letter-spacing: -0.025em;
		text-decoration: none;
	}

	.dds-mobile-menu__actions {
		margin-top: 26px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.dds-mobile-menu__legal {
		margin-top: 28px;
		display: flex;
		flex-wrap: wrap;
		gap: 12px 20px;
	}

	.dds-mobile-menu__legal a {
		color: #5e5f6d;
		font-size: 12px;
		text-decoration: none;
	}

	.dds-mobile-menu a:focus-visible {
		outline: 3px solid #706dff;
		outline-offset: 3px;
	}
}

@media (max-width: 540px) {
	.aysetolga-react-app .z-dds-header-wrap {
		padding-inline: 16px;
	}

	.aysetolga-react-app .z-dds-logo img {
		max-width: 116px;
	}

	.dds-site-header__inner {
		width: min(100% - 28px, 1480px);
		grid-template-columns: 1fr auto;
		gap: 14px;
	}

	.dds-site-logo {
		margin: 0;
	}

	.dds-mobile-menu__inner {
		width: min(100% - 32px, 720px);
	}

	.dds-mobile-menu__actions {
		grid-template-columns: 1fr;
	}

	.dds-mobile-menu__actions .dds-site-cta {
		width: 100%;
		min-height: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dds-menu-toggle__icon i {
		transition: none;
	}
}

.at-wp-content {
	width: min(760px, calc(100% - 40px));
	min-height: 70vh;
	margin-inline: auto;
	padding-block: clamp(72px, 9vw, 128px);
	font: 17px/1.75 Arial, Helvetica, sans-serif;
}

.at-wp-content--center {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.at-wp-entry + .at-wp-entry {
	margin-top: 64px;
	padding-top: 64px;
	border-top: 1px solid #e5e5eb;
}

.at-wp-entry h1,
.at-wp-content > h1 {
	margin: 0 0 28px;
	font: 700 clamp(42px, 7vw, 76px)/1 Georgia, "Times New Roman", serif;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.at-wp-entry h1 a {
	color: inherit;
	text-decoration: none;
}

.at-wp-entry__meta {
	margin: 0 0 14px;
	color: #1c18d7;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.at-wp-entry__content {
	max-width: 70ch;
}

.at-wp-entry__content img,
.at-wp-entry__image img {
	max-width: 100%;
	height: auto;
}

.at-wp-button {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	margin-top: 24px;
	padding-inline: 26px;
	background: #1c18d7;
	color: #fff;
	font: 800 12px/1 Arial, Helvetica, sans-serif;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

/* Ana sayfa: menü siyah arka plan, transparan kapalı — içerik menüden sonra başlar */
body.home #header-outer,
body.home #header-outer #top,
body.home #header-outer .container,
body.home #header-outer header {
	background: #000 !important;
	background-color: #000 !important;
}

.home-hero h1 {
    font-size: 110px;
    line-height: 1.1;
    font-family: 'Oswald', sans-serif;
}

@media (max-width: 1600px) {
    .home-hero h1 {
        font-size: 80px;
    }
}
@media (max-width: 690px) {
    .home-hero h1 {
        font-size: 80px;
    }
}
@media (max-width: 690px) {
    .hidden-xs {
        display: none !important;
    }
    .home-events * {
        color: #000 !important;
    }
}

.font-medium * {
    font-weight: 500 !important;
}

.home-card {
    height: 525px !important;
}

.testimonial_slider[data-style*=multiple_visible] blockquote {
    opacity: 1 !important;
}
.testimonial_slider[data-style*=multiple_visible] blockquote p {
    padding: 100px 30px 100px 30px !important;
    background: #f4f5f7 !important;
    color: #515151 !important;
}

.testimonial_slider[data-style=multiple_visible] blockquote p:before {
    left: 24px;
    top: 34px;
}

.testimonial_slider:not([data-style="minimal"]) blockquote span {
    margin-top: -110px;
    left: 45px;
    position: absolute;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.flickity-page-dots {
    bottom: 30px !important;
}

/* Podcast Player Styles */
.podcast-player {
    border-radius: 12px;
    margin-bottom: 20px;
}

.podcast-player:hover {

}

.podcast-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.podcast-player[data-style="full-width"] .podcast-content {
    flex-direction: column;
    text-align: center;
}

.podcast-player[data-style="full-width"] .podcast-image {
    margin: 0 auto;
}

.podcast-player[data-style="full-width"] .podcast-meta {
    justify-content: center;
}

.podcast-image {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
}

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

.podcast-info {
    flex: 1;
    min-width: 0;
}

.podcast-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 4px;
}

.podcast-category {
    color: #494949;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.podcast-date {
    color: #494949;
    font-size: 10px;
    line-height: 1;
}

.podcast-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 10px;
    padding: 0 25px;
}

.podcast-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    color: #333;
    flex: 1;
}

.podcast-play-button {
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.podcast-play-button:hover {
    background: #555;
    transform: scale(1.1);
}

.podcast-play-button svg {
    width: 16px;
    height: 16px;
    fill: #000003;
}

.podcast-play-button.playing svg {
    fill: #333333;
}

.podcast-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.podcast-controls {
    display: none; /* Hide default audio controls */
}

.podcast-controls audio {
    display: none; /* Hide the actual audio element */
}

.podcast-duration {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

/* Podcast List Styles */
.podcast-list[data-style="grid"] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
}

.podcast-list[data-style="grid"] .podcast-content {
    flex-direction: column;
    text-align: center;
}

.podcast-list[data-style="grid"] .podcast-image {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
}

.podcast-list[data-style="grid"] .podcast-meta {
    justify-content: center;
}

/* Single Podcast Page Styles */
.podcast-title-wrapper-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}

.podcast-title-single {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #333;
    flex: 1;
}

.podcast-play-button-single {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #333;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.podcast-play-button-single:hover {
    background: #555;
    transform: scale(1.1);
}

.podcast-play-button-single svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.podcast-play-button-single.playing {
    background: #667eea;
}

.podcast-play-button-single.playing:hover {
    background: #5a6fd8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .podcast-content {
        flex-direction: column;
    }
    
    .podcast-image {
        width: 100%;
        height: 200px;
        margin: 0 0 15px 0;
    }
    
    .podcast-title {
        font-size: 16px;
    }
    
    .podcast-title-wrapper {
        gap: 10px;
    }
    
    .podcast-play-button {
        width: 35px;
        height: 35px;
    }
    
    .podcast-play-button svg {
        width: 14px;
        height: 14px;
    }
    
    .podcast-list[data-style="grid"] {
        grid-template-columns: 1fr;
    }
    
    .podcast-list[data-style="grid"] .podcast-image {
        width: 150px;
        height: 150px;
    }
    
    .podcast-title-wrapper-single {
        gap: 20px;
    }
    
    .podcast-title-single {
        font-size: 32px;
    }
    
    .podcast-play-button-single {
        width: 60px;
        height: 60px;
    }
    
    .podcast-play-button-single svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .podcast-player {
        padding: 15px;
    }
    
    .podcast-title {
        font-size: 14px;
    }
    
    .podcast-title-wrapper {
        gap: 8px;
    }
    
    .podcast-play-button {
        width: 32px;
        height: 32px;
    }
    
    .podcast-play-button svg {
        width: 12px;
        height: 12px;
    }
    
    .podcast-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .podcast-title-wrapper-single {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .podcast-title-single {
        font-size: 24px;
    }
    
    .podcast-play-button-single {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    
    .podcast-play-button-single svg {
        width: 28px;
        height: 28px;
    }
}

/* Admin Styles */
.form-table th {
    width: 150px;
}

.form-table input[type="url"],
.form-table input[type="text"],
.form-table input[type="date"] {
    width: 100%;
    max-width: 400px;
}

#upload_mp3_button {
    margin-left: 10px;
}

@media only screen and (min-width: 1000px) {
    body #header-outer .menu-item-5870 > a:before {
        height: calc(100% + 18px) !important;
    }
}

.at-footer .at-footer-menu .menu li {
	list-style: none !important;
}

.at-footer .at-footer-menu .menu li a:hover {
	color: #fff !important;
}

.at-footer .at-footer-menu .menu  {
	display: flex;
	gap: 25px;
	justify-content: flex-end;
}

.at-footer-social .wpb_wrapper {
	display: flex;
	gap: 20px!important;
    justify-content: flex-end;
    align-items: center;
}


.at-footer-info-menu-col .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#header-outer[data-format=centered-menu] #top nav>.sf-menu>li ul {
    border-radius: 10px;
}
#header-outer:not(.transparent) .sf-menu > li ul {
    border: none !important;
}


.entry-title {
    font-family: 'Inter' !important;
    font-size: 62px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

html body .row .col.section-title h1 {
    font-family: 'Inter' !important;
    font-size: 62px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

html body .row .col.section-title h1 .nectar-archive-tax-count {
    display: none !important;
}

body.material .blog-archive-header.page-header-no-bg {
    padding-top: 50px !important;
}

body.material .blog-archive-header .col.section-title {
    padding-bottom: 50px !important;
}

@media (max-width: 690px) {
    .home-events .nectar-flickity[data-controls*=arrows_overlaid]:not(.masonry) .flickity-viewport {
        margin-top: 10px !important;
    }
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    left: auto !important;
    right: 100px !important;
    top: -30px !important;
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    top: -30px !important;
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-previous-button:hover:before {
    transform: scale(1);
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:hover:before {
    transform: scale(1);
}

.flickity-prev-next-button:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.nectar-flickity[data-controls*=arrows_overlaid] .next:after, 
.nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
    background: #232325 !important;
    color: #fff !important;
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
    background: #232325 !important;
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button .arrow {
    fill: #fff !important;
}

.nectar-flickity[data-controls*=arrows_overlaid] .next:after, .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
    display: none !important
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg {
    right: 15px !important;
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
    left: 15px !important;
}

.flickity-prev-next-button:disabled {
    opacity: .7 !important;
    display: block !important;
}

#header-outer .menu-item-5870 > a:hover:after {
    opacity: 0 !important;
}

#header-outer .menu-item-5870 > a:hover:before {
    background-color: #333 !important;
}

#header-outer #top nav ul #search-btn a:hover span {
    color: #fff !important;
}

body.page-id-6343.woocommerce-account:not(.logged-in) .container-wrap {
    background: url(/wp-content/themes/aysetolga/img/girisyap.jpg);
    background-size: cover;
    background-position: center center;
}

body.page-id-6343.woocommerce-account:not(.logged-in) .container-wrap label,
body.page-id-6343.woocommerce-account:not(.logged-in) .container-wrap button,
body.page-id-6343.woocommerce-account:not(.logged-in) .container-wrap a,
body.page-id-6343.woocommerce-account:not(.logged-in) .container-wrap p,
body.page-id-6343.woocommerce-account:not(.logged-in) .container-wrap h2,
body.page-id-6343.woocommerce-account:not(.logged-in) .woocommerce > #customer_login .nectar-form-controls .control,
body.page-id-6343.woocommerce-account:not(.logged-in) .woocommerce > #customer_login .nectar-form-controls .control.active,
body.page-id-6343.woocommerce-account:not(.logged-in) .woocommerce > #customer_login .nectar-form-controls .control:hover {
    color: #fff !important;
    opacity: 1 !important;
}

.woocommerce-account .nectar-global-section.before-footer {
    padding: 0 !important;
}

.woocommerce-account .woocommerce form .form-row .input-text, .woocommerce-account .woocommerce form .form-row select {
    height: 44px !important;
    border-radius: 10px !important;
}

.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control.active {
    border-bottom: 1px solid #8b8b8b !important;
}

.woocommerce-account .container-wrap button[type="submit"] {
    background: #002ab5 !important;
    border-radius: 10px !important;
}

body[data-form-submit=regular] .container-wrap button[type=submit] {
    border-radius: 10px !important;
    outline: none !important;
} 

/* #header-outer .sf-menu>.sfHover>ul {
    top: 65% !important;
} */

.ayse-coverflow-wrapper .coverflow-image {
    height: auto !important;
}

.footer-info-menu .widgettitle {
    font-size: 14px !important;
    line-height: 1 !important;
    margin-left: 30px !important;
}

.footer-info-menu .menu li {
    display: block !important;
    margin-bottom: 0px !important;
}

.footer-info-menu li a {
    font-weight: 400 !important;
    color: #bbb !important;
    font-size: 14px !important;
}

.footer-info-menu li a:hover {
    color: #fff !important;
}

/* .woocommerce-MyAccount-navigation ul li.is-active a:before {
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li:hover a:before {
    color: #fff !important;
} */

.logged-in .container.main-content {
    min-height: 70vh;
}

.info-page h1 {
    font-family: 'Inter' !important;
    font-size: 62px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
}

body.category .meta-category {
    display: none !important;
}

#breadcrumbs {
    display: none !important;
}

body.single-post h2.wp-block-heading {
    font-family: 'Inter' !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
}

body.single-post h1.entry-title {
    font-family: 'Inter' !important;
    font-size: 52px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
}

.woocommerce-Address .edit
{
	padding: 7px 12px;
	border: 1px solid #000;
	border-radius: 3px;
	color: white;
	transition: 0.3s ease;
	background: #000;
}

.woocommerce-Address .edit:hover
{
	background: transparent;
	color: #000;
}

.woocommerce-Address-title 
{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#menu-item-5847
{
	display: none !important;	
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count
{
	position: static !important;
	margin-bottom: 0px !important;
    margin-top: 20px !important;
}

@media only screen and (min-width: 1300px) {
    body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] li.product {
		border: 1px solid #000555;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
	{
		padding: 15px !important;
	}
}

.pi-popup-close
{
	top: 5px !important;
    right: 5px !important;
}

.pi-popup, .pi-popup img
{
	border-radius: 12px;
}

.woocommerce ul.products li.product.classic .onsale, .woocommerce-page ul.products li.product.classic .onsale
{
	padding: 5px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}

.ajax-content-wrap
{
	z-index: 9999999 !important;
}

/* Checkout - Ürün Fiyat İndirimleri */
.woocommerce-checkout-review-order-table .product-price {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}

.woocommerce-checkout-review-order-table .product-price del {
	opacity: 0.6;
	font-weight: 400;
	text-decoration: line-through;
	font-size: 0.95em;
}

.woocommerce-checkout-review-order-table .product-price ins {
	text-decoration: none;
	color: #e74c3c;
	font-weight: 600;
}
