/* Datcha Theme — temel iskelet (emerald + Plus Jakarta Sans) */

:root {
	--dc-green: #059669;
	--dc-green-dark: #022C22;
	--dc-green-light: #ECFDF5;
	--dc-green-mid: #10B981;
	--dc-orange: #F59E0B;
	--dc-bg: #FDFDFD;
	--dc-text: #022C22;
	--dc-muted: #64748B;
	--dc-border: #ECFDF5;
	--dc-radius-lg: 24px;
	--dc-radius-xl: 32px;
	--dc-shadow: 0 2px 12px rgba(2,44,34,.06);
	--dc-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html, body {
	margin: 0;
	padding: 0;
	background: var(--dc-bg);
	color: var(--dc-text);
	font-family: var(--dc-font);
	letter-spacing: -0.01em;
	-webkit-font-smoothing: antialiased;
}
body.dc-lang-ar, body.dc-lang-ar * {
	font-family: 'Noto Sans Arabic', var(--dc-font);
	letter-spacing: 0;
}
/* Dashicons / Tabler gibi ikon fontlarını ezme */
body.dc-lang-ar .dashicons,
body.dc-lang-ar .dashicons-before:before,
body.dc-lang-ar [class*="dashicons-"]:before,
body.dc-lang-ar .ti,
body.dc-lang-ar [class^="ti-"]:before {
	font-family: dashicons, 'tabler-icons' !important;
}

a { color: var(--dc-green); text-decoration: none; }
a:hover { color: var(--dc-green-dark); }

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

.dc-skip {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.dc-skip:focus {
	left: 12px; top: 12px;
	background: var(--dc-green-dark);
	color: #fff;
	padding: 8px 16px;
	z-index: 9999;
	border-radius: 8px;
}

.dc-container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
}

.dc-main { padding: 40px 0; min-height: 60vh; }

/* ---- Navbar ---- */
.dc-nav {
	position: sticky;
	top: 0;
	background: rgba(255,255,255,.85);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(2,44,34,.06);
	z-index: 100;
}
.dc-nav-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.dc-brand {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	text-decoration: none;
	flex-shrink: 0;
	line-height: 1;
}
.dc-brand-logo {
	display: block;
	height: 38px;
	width: auto;
	max-width: 160px;
}
.dc-brand-tag {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dc-green);
	margin-left: 4px;
}
.dc-brand-on-dark .dc-brand-logo { filter: brightness(0) invert(1); }
.dc-brand-on-dark .dc-brand-tag { color: #6EE7B7; }

.dc-nav-links { flex: 1; display: flex; justify-content: center; }
.dc-nav-list {
	display: flex;
	gap: 24px;
	list-style: none;
	margin: 0; padding: 0;
}
.dc-nav-list a {
	color: var(--dc-text);
	font-weight: 700;
	font-size: 13px;
	padding: 6px 4px;
	border-bottom: 2px solid transparent;
	transition: color .12s ease, border-color .12s ease;
}
.dc-nav-list a:hover {
	color: var(--dc-green);
	border-color: var(--dc-green);
}

.dc-nav-actions { display: flex; gap: 8px; margin-left: auto; align-items: center; }
.dc-lang-switch {
	display: inline-flex;
	background: var(--dc-green-light);
	border-radius: 999px;
	padding: 3px;
	font-size: 11px;
	font-weight: 800;
	margin-right: 4px;
}
.dc-lang-switch a {
	padding: 5px 10px;
	border-radius: 999px;
	color: var(--dc-green-dark) !important;
	transition: background .12s ease, color .12s ease;
	letter-spacing: 0.05em;
}
.dc-lang-switch a.is-active {
	background: var(--dc-green);
	color: #fff !important;
}
.dc-lang-switch a:not(.is-active):hover { background: rgba(5,150,105,.12); }
@media (max-width: 480px) {
	.dc-lang-switch { font-size: 10px; padding: 2px; }
	.dc-lang-switch a { padding: 4px 7px; }
}

/* ---- RTL (Arapça) ---- */
body.rtl, body.rtl .dc-nav-inner, body.rtl .dc-footer-inner {
	direction: rtl;
}
body.rtl .dc-nav-actions { margin-left: 0; margin-right: auto; }
body.rtl .dc-hero-title { letter-spacing: 0; }
body.rtl .dc-hero-inner { text-align: right; }
body.rtl .dc-promo-text { text-align: right; }
body.rtl .dc-cta-primary, body.rtl .dc-cta-ghost, body.rtl .dc-cta-light {
	font-family: 'Plus Jakarta Sans', 'Noto Sans Arabic', sans-serif;
}
.dc-nav-btn {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 9px 16px;
	border-radius: 999px;
	color: var(--dc-text);
	background: var(--dc-green-light);
	font-size: 13px;
	font-weight: 700;
	position: relative;
	transition: background .12s ease, color .12s ease;
}
.dc-nav-btn:hover { background: #D1FAE5; color: var(--dc-text); }
.dc-nav-btn .dashicons { width: 18px; height: 18px; font-size: 18px; }
.dc-nav-cart { background: var(--dc-green); color: #fff; }
.dc-nav-cart:hover { background: var(--dc-green-dark); color: #fff; }
.datca-cart-count {
	background: var(--dc-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	padding: 2px 7px;
	border-radius: 999px;
	min-width: 18px;
	text-align: center;
	line-height: 1.3;
}

@media (max-width: 768px) {
	.dc-nav-links { display: none; }
}
@media (max-width: 480px) {
	.dc-brand-logo { height: 30px; }
	.dc-brand-tag { display: none; }
	.dc-nav-lbl { display: none; }
	.dc-nav-btn { padding: 9px 12px; }
}

/* ---- Page / Post temel ---- */
.dc-page, .dc-single, .dc-post {
	background: #fff;
	border: 1px solid var(--dc-border);
	border-radius: var(--dc-radius-lg);
	padding: 36px;
	margin-bottom: 24px;
}
.dc-page-title, .dc-single-title, .dc-post-title {
	margin: 0 0 18px;
	font-size: clamp(24px, 4vw, 36px);
	font-weight: 900;
	letter-spacing: -0.02em;
	color: var(--dc-text);
}
.dc-page-content, .dc-single-content, .dc-post-content {
	color: var(--dc-text);
	line-height: 1.7;
	font-size: 16px;
}
.dc-page-content h2, .dc-single-content h2 { font-weight: 800; letter-spacing: -0.01em; margin-top: 28px; }

/* ---- 404 ---- */
.dc-404 { text-align: center; padding: 80px 20px; }
.dc-404 h1 {
	font-size: 120px;
	font-weight: 900;
	color: var(--dc-green);
	margin: 0;
	letter-spacing: -0.04em;
}
.dc-404 p { color: var(--dc-muted); font-size: 18px; margin: 0 0 24px; }
.dc-btn-primary {
	display: inline-block;
	background: var(--dc-green-dark);
	color: #fff !important;
	padding: 14px 28px;
	border-radius: 14px;
	font-weight: 800;
	font-size: 14px;
}

/* ---- Footer ---- */
.dc-footer {
	background: var(--dc-green-dark);
	color: #ECFDF5;
	padding: 56px 0 24px;
	margin-top: 80px;
}
.dc-footer-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 32px;
	margin-bottom: 32px;
}
.dc-footer-brand .dc-brand-tag  { color: #6EE7B7; }
.dc-footer-tagline {
	color: #6EE7B7;
	font-size: 13px;
	font-weight: 600;
	margin: 14px 0 0;
	max-width: 280px;
}
.dc-footer h4 {
	color: #6EE7B7;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.dc-footer-info p { margin: 0 0 6px; font-size: 14px; color: rgba(255,255,255,.85); }
.dc-footer-list { list-style: none; margin: 0; padding: 0; }
.dc-footer-list a {
	color: rgba(255,255,255,.85);
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding: 4px 0;
}
.dc-footer-list a:hover { color: #fff; }
.dc-footer-bot {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 20px 0;
	border-top: 1px solid rgba(255,255,255,.1);
	text-align: center;
	font-size: 12px;
	color: rgba(255,255,255,.5);
	font-weight: 600;
}

@media (max-width: 700px) {
	.dc-footer-inner { grid-template-columns: 1fr; gap: 28px; }
}

/* ---- Hero (front-page) ---- */
.dc-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	min-height: 75vh;
	display: flex;
	align-items: center;
	font-family: var(--dc-font);
}
.dc-hero-bg {
	position: absolute; inset: 0;
	background-image:
		linear-gradient(110deg, rgba(2,44,34,.92) 0%, rgba(2,44,34,.55) 55%, rgba(2,44,34,.15) 100%),
		url('https://images.unsplash.com/photo-1543339308-43e59d6b73a6?auto=format&fit=crop&q=80&w=2000');
	background-size: cover;
	background-position: center;
}
.dc-hero-inner {
	position: relative; z-index: 1;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 24px;
	max-width: 720px;
}
.dc-hero-badge {
	display: inline-block;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.18);
	backdrop-filter: blur(8px);
	padding: 7px 16px;
	border-radius: 999px;
	color: #6EE7B7;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 22px;
}
.dc-hero-title {
	margin: 0 0 18px;
	font-size: clamp(44px, 9vw, 96px);
	font-weight: 900;
	line-height: .92;
	letter-spacing: -0.035em;
}
.dc-hero-title span { color: #34D399; display: block; }
.dc-hero-sub {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 1.55;
	color: rgba(236,253,245,.85);
	max-width: 520px;
}
.dc-hero-sub strong { color: #fff; font-weight: 800; }
.dc-hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.dc-cta-primary {
	background: var(--dc-green-mid);
	color: var(--dc-green-dark) !important;
	padding: 16px 30px;
	border-radius: 18px;
	font-weight: 900;
	font-size: 15px;
	box-shadow: 0 12px 30px rgba(16,185,129,.3);
	transition: transform .12s ease, background .12s ease;
}
.dc-cta-primary:hover { background: #6EE7B7; transform: translateY(-1px); }
.dc-cta-ghost {
	background: rgba(255,255,255,.1);
	border: 1.5px solid rgba(255,255,255,.25);
	backdrop-filter: blur(8px);
	color: #fff !important;
	padding: 14.5px 28px;
	border-radius: 18px;
	font-weight: 800;
	font-size: 14px;
}
.dc-cta-ghost:hover { background: rgba(255,255,255,.18); }

/* ---- Section başlık ---- */
.dc-section { padding: 80px 0; }
.dc-section-head {
	text-align: center;
	margin-bottom: 48px;
}
.dc-eyebrow {
	display: inline-block;
	color: var(--dc-green);
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.dc-eyebrow-on-dark { color: #6EE7B7; }
.dc-section-title {
	margin: 0;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 900;
	letter-spacing: -0.02em;
	color: var(--dc-text);
}

/* ---- Featured kartlar ---- */
.dc-featured-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}
.dc-feat-card {
	background: #fff;
	border: 1px solid var(--dc-border);
	border-radius: 32px;
	padding: 16px;
	display: block;
	color: var(--dc-text) !important;
	transition: box-shadow .2s ease, transform .2s ease;
}
.dc-feat-card:hover {
	box-shadow: 0 18px 40px rgba(2,44,34,.1);
	transform: translateY(-3px);
	color: var(--dc-text);
}
.dc-feat-media {
	aspect-ratio: 4/3;
	border-radius: 22px;
	overflow: hidden;
	background: var(--dc-green-light);
	margin-bottom: 18px;
}
.dc-feat-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.dc-feat-card:hover .dc-feat-media img { transform: scale(1.06); }
.dc-feat-body { padding: 0 6px 6px; }
.dc-feat-name {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.01em;
}
.dc-feat-desc {
	margin: 0 0 18px;
	font-size: 14px;
	color: var(--dc-muted);
	line-height: 1.5;
	min-height: 42px;
}
.dc-feat-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dc-feat-price {
	font-size: 24px;
	font-weight: 900;
	color: var(--dc-green);
	letter-spacing: -0.02em;
}
.dc-feat-cta {
	background: var(--dc-green-light);
	color: var(--dc-green);
	padding: 8px 14px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 800;
}
.dc-feat-cta.is-config {
	background: var(--dc-green);
	color: #fff;
}
.dc-feat-cta.is-config:hover { background: #047857; }

/* ---- Promo bar ---- */
.dc-promo {
	background: var(--dc-green-dark);
	color: #fff;
	padding: 80px 0;
}
.dc-promo-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}
.dc-promo-title {
	margin: 8px 0 14px;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 900;
	letter-spacing: -0.02em;
}
.dc-promo-sub {
	margin: 0 0 24px;
	color: rgba(236,253,245,.78);
	font-size: 16px;
	line-height: 1.55;
}
.dc-cta-light {
	display: inline-block;
	background: var(--dc-green-mid);
	color: var(--dc-green-dark) !important;
	padding: 14px 26px;
	border-radius: 16px;
	font-weight: 900;
	font-size: 14px;
}
.dc-promo-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dc-promo-step {
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(110,231,183,.18);
	border-radius: 16px;
	padding: 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-weight: 800;
	color: #fff;
}
.dc-promo-num {
	width: 32px; height: 32px;
	border-radius: 50%;
	background: var(--dc-green-mid);
	color: var(--dc-green-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 900;
}

@media (max-width: 700px) {
	.dc-promo-inner { grid-template-columns: 1fr; gap: 32px; }
}

/* ---- Özellikler ---- */
.dc-features { background: var(--dc-green-light); }
.dc-feat-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
}
.dc-feat-item {
	background: #fff;
	border-radius: 24px;
	padding: 28px;
	text-align: center;
}
.dc-feat-icon { font-size: 36px; margin-bottom: 12px; }
.dc-feat-item h4 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 800;
	color: var(--dc-text);
}
.dc-feat-item p {
	margin: 0;
	color: var(--dc-muted);
	font-size: 14px;
	line-height: 1.5;
}

/* ---- WooCommerce uyumluluğu ---- */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce form .form-row label { font-weight: 700; color: var(--dc-text); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	border: 1.5px solid var(--dc-border);
	border-radius: 12px;
	padding: 10px 14px;
	font: inherit;
	background: #fff;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
	outline: none;
	border-color: var(--dc-green);
}

/* Tüm WC butonları — Datcha emerald yeşili */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce button[name="update_cart"],
.woocommerce button[name="apply_coupon"],
.woocommerce-cart button[type="submit"],
.wc-block-components-button,
.wc-block-cart__submit-button,
.checkout-button,
button[type="submit"].button {
	background: var(--dc-green) !important;
	color: #fff !important;
	border-radius: 14px !important;
	padding: 12px 22px !important;
	font-weight: 800 !important;
	font-family: var(--dc-font) !important;
	border: 0 !important;
	transition: background .12s ease, transform .08s ease !important;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(5,150,105,.22);
}
.woocommerce button[disabled],
.woocommerce input[type="submit"][disabled] {
	opacity: .55 !important;
	cursor: not-allowed !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce button[name="update_cart"]:hover,
.woocommerce button[name="apply_coupon"]:hover,
.wc-block-components-button:hover,
.checkout-button:hover { background: #047857 !important; color: #fff !important; }
.woocommerce a.button:active,
.woocommerce button.button:active,
.checkout-button:active { transform: scale(.98); }

/* "alt" varyant — daha vurgulu (Proceed to checkout, Place order) */
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.wc-block-cart__submit-button,
.checkout-button,
#place_order {
	background: var(--dc-green) !important;
	color: #fff !important;
	padding: 16px 28px !important;
	font-size: 15px !important;
	box-shadow: 0 12px 24px rgba(5,150,105,.28);
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.checkout-button:hover,
#place_order:hover { background: #047857 !important; }

/* WC bilgi/uyarı kutuları */
.woocommerce-info, .woocommerce-message {
	background: var(--dc-green-light);
	color: var(--dc-green-dark);
	border-top: 0;
	border-left: 4px solid var(--dc-green);
	border-radius: 12px;
	padding: 14px 18px;
}
.woocommerce-error {
	background: #FEE2E2;
	color: #991B1B;
	border-top: 0;
	border-left: 4px solid #DC2626;
	border-radius: 12px;
	padding: 14px 18px;
}
.woocommerce-info::before, .woocommerce-message::before { color: var(--dc-green); }
.woocommerce ul.products li.product .button { background: var(--dc-green); }

/* Sepet — tabloyu flex kart sistemine çevir */
.woocommerce-cart .shop_table,
.woocommerce-cart .shop_table tbody,
.woocommerce-cart .shop_table tr.cart_item {
	display: block !important;
	width: 100%;
	border: 0 !important;
	background: transparent !important;
}
.woocommerce-cart .shop_table thead { display: none !important; }

.woocommerce-cart .shop_table tr.cart_item {
	background: #fff !important;
	border: 1px solid var(--dc-green) !important;
	border-radius: 18px !important;
	margin: 0 0 14px 0 !important;
	padding: 18px 20px !important;
	display: grid !important;
	grid-template-columns: 44px 110px 1fr auto auto auto;
	gap: 18px;
	align-items: center;
	transition: border-color .12s ease;
}
.woocommerce-cart .shop_table tr.cart_item td.product-thumbnail img {
	width: 110px !important;
	height: 110px !important;
	max-width: none !important;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}
.woocommerce-cart .shop_table tr.cart_item:hover {
	border-color: #047857 !important;
}
.woocommerce-cart .shop_table tr.cart_item td {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	vertical-align: middle;
}
/* Coupon ve update_cart satırı — kart değil, normal satır */
.woocommerce-cart .shop_table tr:not(.cart_item) {
	display: block !important;
	margin-top: 18px;
}
.woocommerce-cart .shop_table tr:not(.cart_item) td {
	background: transparent !important;
	border: 0 !important;
	padding: 8px 0 !important;
	display: block;
}
.woocommerce-cart .shop_table tr:not(.cart_item) td.actions {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

/* Checkout (klasik table görünümü kalsın) */
.woocommerce-checkout .shop_table {
	border: 1px solid var(--dc-border) !important;
	border-radius: 16px !important;
	background: #fff !important;
	border-collapse: separate !important;
	border-spacing: 0;
	overflow: hidden;
}
.woocommerce-checkout .shop_table th {
	background: var(--dc-green-light) !important;
	color: var(--dc-text) !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em;
	font-size: 12px !important;
	text-transform: uppercase;
	padding: 14px 18px !important;
	border: 0 !important;
}
.woocommerce-checkout .shop_table td {
	padding: 18px !important;
	border-top: 1px solid var(--dc-border) !important;
}

@media (max-width: 768px) {
	.woocommerce-cart .shop_table tr.cart_item {
		grid-template-columns: 44px 90px 1fr;
		grid-template-areas:
			"remove image name"
			"remove image price"
			"qty qty subtotal";
	}
}
.woocommerce-cart .shop_table a.remove,
.woocommerce-cart-form a.remove,
.woocommerce a.remove {
	background: #FEE2E2 !important;
	color: transparent !important;
	width: 32px; height: 32px;
	border-radius: 8px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: 0 !important;
	overflow: hidden;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23DC2626" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m3 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6h14z"/><path d="M10 11v6M14 11v6"/></svg>') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 16px 16px !important;
	transition: background-color .12s ease !important;
}
.woocommerce-cart .shop_table a.remove:hover,
.woocommerce-cart-form a.remove:hover,
.woocommerce a.remove:hover {
	background-color: #DC2626 !important;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m3 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6h14z"/><path d="M10 11v6M14 11v6"/></svg>') !important;
}
.cart-collaterals .cart_totals {
	background: #fff;
	border: 1px solid var(--dc-border);
	border-radius: 20px;
	padding: 24px;
}
.cart-collaterals .cart_totals h2 {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -0.02em;
	color: var(--dc-text);
	margin: 0 0 18px;
}
.cart-collaterals .cart_totals table { border: 0 !important; background: transparent !important; }
.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td {
	background: transparent !important;
	border-top: 1px solid var(--dc-border) !important;
	padding: 14px 0 !important;
	text-transform: none !important;
	font-size: 14px !important;
	letter-spacing: 0 !important;
}
.cart-collaterals .cart_totals tr.order-total td,
.cart-collaterals .cart_totals tr.order-total th {
	font-size: 18px !important;
	font-weight: 900 !important;
	color: var(--dc-green) !important;
}

/* Kupon */
.woocommerce-cart .coupon {
	display: flex;
	gap: 8px;
	align-items: center;
}
.woocommerce-cart .coupon #coupon_code {
	border: 1.5px solid var(--dc-border) !important;
	border-radius: 12px !important;
	padding: 10px 14px !important;
	font-family: var(--dc-font);
}

/* My Account navigation */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin-bottom: 4px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	background: var(--dc-green-light);
	color: var(--dc-green-dark) !important;
	padding: 12px 18px;
	border-radius: 12px;
	font-weight: 700;
	transition: background .12s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: var(--dc-green);
	color: #fff !important;
}

/* Order received (thank-you) */
.woocommerce ul.order_details {
	background: var(--dc-green-light);
	border-radius: 16px;
	padding: 20px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0 0 24px;
}
.woocommerce ul.order_details li {
	border: 0 !important;
	padding: 0 !important;
}
.woocommerce ul.order_details strong { font-size: 16px; color: var(--dc-green-dark); }
