/* NewMe Medikal — Urun sayfasi (prototip tasarimi)
   Yer: child theme -> assets/product.css */

.single-product {
	--cyan:#16BEF2; --cyan-deep:#0E9BD0; --teal:#5BD3DC; --red:#F23440;
	--ink:#0A1922; --ink-2:#16323D; --muted:#5E747D;
	--surface:#fff; --surface-2:#EDF7FB; --line:#E4F0F4; --ok:#1FA463;
	--rad:16px; --rad-lg:22px;
}
.single-product .product_title,
.single-product .newme-uniq .vs,
.single-product .newme-launch .price,
.single-product .newme-certcall .cbadge {
	font-family:"Bricolage Grotesque", sans-serif;
}

/* ---- Marka satiri ---- */
.single-product .newme-brandline { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:12px; }
.single-product .newme-distbadge {
	display:inline-flex; align-items:center; gap:7px;
	background:linear-gradient(120deg,#0c2a37,#06151e); color:#8fe6ff;
	border:1px solid rgba(120,225,255,.35); font-size:.7rem; font-weight:800;
	text-transform:uppercase; letter-spacing:.06em; padding:6px 12px; border-radius:999px;
}
.single-product .newme-distbadge .tr { font-size:.9rem; }
.single-product .newme-cebadge {
	font-size:.72rem; font-weight:800; color:var(--ok);
	background:#eafaf0; border:1px solid #cdeedd; padding:6px 12px; border-radius:999px;
}
.single-product .product_title { font-size:clamp(1.55rem,2.6vw,2rem); font-weight:800; line-height:1.12; margin:0 0 8px; }
.single-product .newme-subtitle { color:var(--muted); font-size:.9rem; margin-bottom:20px; }

/* ---- Lansman karti ---- */
.single-product .newme-launch {
	background:linear-gradient(120deg,#fff,#f0fafe);
	border:1px solid rgba(22,190,242,.3); border-radius:var(--rad);
	padding:18px 20px; position:relative; overflow:hidden;
	box-shadow:0 0 30px -16px rgba(22,190,242,.7); margin-bottom:20px;
}
.single-product .newme-launch .launch-tag {
	display:inline-flex; align-items:center; gap:8px;
	background:linear-gradient(120deg,var(--red),#ff6a4d); color:#fff;
	font-size:.74rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em;
	padding:6px 13px; border-radius:999px; box-shadow:0 6px 16px -4px rgba(242,52,64,.6); margin-bottom:10px;
}
.single-product .newme-launch .launch-tag .tagdot { width:7px; height:7px; border-radius:50%; background:#fff; animation:nmled 1.2s ease-in-out infinite; }
@keyframes nmled { 0%,100%{opacity:1} 50%{opacity:.3} }
.single-product .newme-launch .price,
.single-product .newme-launch .price ins,
.single-product .newme-launch .woocommerce-Price-amount {
	font-size:2.4rem !important; font-weight:800 !important; color:var(--ink) !important; line-height:1; margin:6px 0 4px;
}
.single-product .newme-launch .price { display:block; }
.single-product .newme-anchor { font-size:.92rem; color:var(--ink-2); display:flex; align-items:center; gap:8px; flex-wrap:wrap; margin-top:6px; }
.single-product .newme-anchor s { color:var(--muted); font-weight:600; }
.single-product .newme-anchor b { color:var(--red); font-weight:800; }
.single-product .newme-anchor .srclink { color:var(--cyan-deep); font-size:.82rem; font-weight:600; border-bottom:1px dotted; text-decoration:none; }
.single-product .newme-anchor .srclink:hover { color:var(--ink); }
.single-product .newme-vat { color:var(--muted); font-size:.84rem; margin-top:8px; }
.single-product .newme-vat .ok { color:var(--ok); }

/* ---- Kisa aciklama ---- */
.single-product .woocommerce-product-details__short-description { color:var(--ink-2); font-size:.98rem; margin:6px 0 4px; }

/* ---- 2-1 arada seridi ---- */
.single-product .newme-uniq {
	display:flex; align-items:center; gap:14px;
	background:linear-gradient(120deg,#f0fafe,#fff); border:1px solid rgba(22,190,242,.3);
	border-radius:14px; padding:14px 16px; margin:20px 0; font-weight:600; font-size:.92rem;
	color:var(--ink-2); box-shadow:0 0 26px -16px rgba(22,190,242,.7);
}
.single-product .newme-uniq .vs { display:flex; flex-direction:column; align-items:center; flex:none; color:var(--cyan-deep); font-weight:800; font-size:1.4rem; line-height:.9; }
.single-product .newme-uniq .vs small { font-size:.6rem; color:var(--muted); font-weight:600; }
.single-product .newme-uniq b { color:var(--ink); }

/* ---- Adet + butonlar ---- */
.single-product form.cart .quantity {
	display:inline-flex; align-items:center; border:1.5px solid var(--line);
	border-radius:999px; background:var(--surface); overflow:hidden; margin-right:12px;
}
.single-product form.cart .quantity input.qty {
	width:60px; height:52px; text-align:center; border:none; background:transparent;
	font-family:"Bricolage Grotesque", sans-serif;
	font-weight:800; font-size:1.15rem; line-height:52px;
	color:#0A1922 !important; -webkit-text-fill-color:#0A1922 !important; opacity:1 !important;
	-moz-appearance:textfield; appearance:textfield;
}
.single-product form.cart .quantity input.qty::-webkit-outer-spin-button,
.single-product form.cart .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }
.single-product .woocommerce-variation-add-to-cart { display:flex; flex-wrap:wrap; align-items:stretch; gap:0; }
.single-product .single_add_to_cart_button {
	flex:1; min-height:52px; border-radius:999px !important; font-size:1.02rem !important; font-weight:700 !important;
	background:linear-gradient(120deg,var(--cyan),var(--cyan-deep)) !important; color:#fff !important; border:0 !important;
	box-shadow:0 10px 26px -8px rgba(14,155,208,.75);
}
.single-product .single_add_to_cart_button:hover { filter:brightness(1.05); transform:translateY(-1px); }
.single-product .newme-buynow {
	flex-basis:100%; width:100%; margin-top:12px !important; min-height:52px;
	border-radius:999px !important; background:var(--ink) !important; color:#fff !important; border:0 !important;
	font-size:1.02rem !important; font-weight:700 !important;
}
.single-product .newme-buynow:hover { background:var(--ink-2) !important; transform:translateY(-1px); }

/* ---- Ayni gun kargo seridi ---- */
.single-product .newme-ship {
	display:flex; align-items:center; gap:10px; margin-top:18px;
	background:linear-gradient(120deg,#0c2a37,#06151e); color:#cdeefb;
	border:1px solid rgba(120,225,255,.3); border-radius:12px; padding:12px 16px; font-size:.9rem; line-height:1.4;
}
.single-product .newme-ship b { color:#fff; }
.single-product .newme-ship .dot { width:9px; height:9px; border-radius:50%; background:var(--red); box-shadow:0 0 8px var(--red); animation:nmled 1.2s ease-in-out infinite; flex:none; }

/* ---- Cipler + odeme ---- */
.single-product .newme-chips { display:flex; gap:10px; flex-wrap:wrap; margin-top:18px; }
.single-product .newme-chips .chip-i {
	display:inline-flex; align-items:center; gap:7px; background:var(--surface-2);
	border:1px solid var(--line); border-radius:999px; padding:8px 14px; font-size:.83rem; font-weight:600; color:var(--ink-2);
}
.single-product .newme-securepay { display:flex; align-items:center; gap:8px; flex-wrap:wrap; margin-top:14px; }
.single-product .newme-securepay .payb {
	font-size:.72rem; font-weight:800; letter-spacing:.03em; padding:6px 10px; border-radius:8px;
	border:1px solid var(--line); background:var(--surface-2); color:var(--ink-2);
}
.single-product .newme-securepay .payb.paytr { background:linear-gradient(120deg,var(--cyan),var(--cyan-deep)); color:#fff; border:none; }

/* ---- CE karti ---- */
.single-product .newme-certcall {
	display:flex; align-items:center; gap:16px; background:linear-gradient(120deg,#06151e,#0c2a37);
	color:#fff; border-radius:var(--rad); padding:16px 18px; margin-top:18px; cursor:pointer;
	text-decoration:none; transition:.25s; border:1px solid rgba(120,225,255,.2);
}
.single-product .newme-certcall:hover { transform:translateY(-2px); box-shadow:0 0 30px -10px rgba(22,190,242,.6); }
.single-product .newme-certcall .cbadge { width:48px; height:48px; border-radius:12px; background:rgba(120,225,255,.14); display:grid; place-items:center; font-weight:800; color:#8fe6ff; flex:none; }
.single-product .newme-certcall .ct { font-weight:700; color:#fff; }
.single-product .newme-certcall .cs { color:#9bbcc9; font-size:.85rem; }
.single-product .newme-certcall .arr { margin-left:auto; color:#8fe6ff; font-size:1.2rem; }

/* ---- Galeri rozeti + isik suzulmesi (product.js ekler) ---- */
.single-product .woocommerce-product-gallery { position:relative; }
.single-product .newme-gallery-badge {
	position:absolute; top:16px; left:16px; z-index:5;
	background:var(--red); color:#fff; font-size:.72rem; font-weight:800;
	text-transform:uppercase; letter-spacing:.09em; padding:7px 14px; border-radius:999px;
	box-shadow:0 6px 18px -4px rgba(242,52,64,.6);
}
.single-product .woocommerce-product-gallery.newme-sweep::before {
	content:""; position:absolute; top:-30%; bottom:-30%; left:0; width:55%; z-index:4;
	background:linear-gradient(105deg,transparent,rgba(255,255,255,.38),rgba(120,225,255,.18),transparent);
	transform:translateX(-160%) skewX(-12deg); animation:nmsweep 5.5s ease-in-out infinite; pointer-events:none;
}
@keyframes nmsweep { 0%{transform:translateX(-160%) skewX(-12deg)} 55%,100%{transform:translateX(260%) skewX(-12deg)} }

/* ---- Sekme icerikleri ---- */
.single-product .newme-spec { width:100%; border-collapse:collapse; max-width:680px; margin:8px 0 22px; }
.single-product .newme-spec th, .single-product .newme-spec td { text-align:left; padding:12px 8px; border-bottom:1px solid var(--line); font-size:.95rem; vertical-align:top; }
.single-product .newme-spec th { color:var(--cyan-deep); font-weight:700; width:40%; }
.single-product .newme-faq details { border:1px solid var(--line); border-radius:12px; padding:2px 16px; margin-bottom:10px; background:#fff; }
.single-product .newme-faq summary { cursor:pointer; font-weight:700; color:var(--ink); padding:12px 0; list-style:none; }
.single-product .newme-faq summary::-webkit-details-marker { display:none; }
.single-product .newme-faq summary::after { content:"+"; float:right; color:var(--cyan); font-size:20px; line-height:1; }
.single-product .newme-faq details[open] summary::after { content:"–"; }
.single-product .newme-faq p { color:var(--muted); line-height:1.55; margin:0 0 14px; font-size:.95rem; }

@media (max-width:560px){
	.single-product .newme-launch .price { font-size:2rem !important; }
}
.single-product .ct-breadcrumbs { display: none; }