.reha-product{
    --reha-accent:#6D28D9;
    --reha-text:#111827;
    --reha-muted:#667085;
    --reha-line:#E8EAF0;
    --reha-bg:#FFFFFF;
    width:100%;
    max-width:1460px;
    margin:0 auto;
    padding:18px 22px 36px;
    color:var(--reha-text);
    font-family:inherit;
    box-sizing:border-box;
}
.reha-product *{box-sizing:border-box}
.reha-product__breadcrumb{font-size:14px;color:#6B7280;margin:0 0 22px}
.reha-product__breadcrumb a{color:#64748B;text-decoration:none}
.reha-bc-sep{display:inline-block;margin:0 10px;color:#A8B0BD}
.reha-product__hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.85fr);gap:64px;align-items:start}
.reha-product__media{position:relative;border-radius:14px;overflow:hidden;background:#F5F7FA;min-height:420px}
.reha-product__image{display:block;width:100%;height:100%;min-height:420px;max-height:590px;object-fit:cover;margin:0}
.reha-product__sale{position:absolute;z-index:2;top:16px;left:16px;background:#22A559;color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:600;line-height:1}
.reha-product__summary{padding-top:8px}
.reha-product__title{font-size:clamp(31px,3vw,48px);line-height:1.12;letter-spacing:-.025em;margin:0 0 22px;font-weight:650;color:var(--reha-text)}
.reha-product__price{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-bottom:24px;color:var(--reha-accent);font-size:34px;font-weight:700;line-height:1.15}
.reha-product__price del{color:#9CA3AF;font-size:21px;font-weight:500;opacity:1}
.reha-product__price ins{text-decoration:none;color:var(--reha-accent)}
.reha-product__excerpt{font-size:16px;line-height:1.65;color:#4B5563;margin-bottom:24px;max-width:620px}
.reha-product__excerpt p{margin:0 0 10px}
.reha-product__features{list-style:none!important;padding:0!important;margin:0 0 26px!important;display:grid;gap:13px}
.reha-product__features li{display:flex;align-items:flex-start;gap:11px;font-size:15px;line-height:1.5;color:#273248;margin:0!important}
.reha-check{width:23px;height:23px;min-width:23px;border:1px solid #D9D3F7;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--reha-accent);font-size:13px;font-weight:700;background:#FBFAFF}
.reha-product__buy{margin-top:4px}
.reha-product__cart{margin:0}
.reha-product__button,.reha-product__native-cart .single_add_to_cart_button{width:100%!important;min-height:58px!important;border:0!important;border-radius:8px!important;background:var(--reha-accent)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;font-size:16px!important;font-weight:600!important;line-height:1!important;text-decoration:none!important;box-shadow:none!important;transition:transform .18s ease,opacity .18s ease!important}
.reha-product__button:hover,.reha-product__native-cart .single_add_to_cart_button:hover{opacity:.93;transform:translateY(-1px)}
.reha-product__bag{font-size:18px;line-height:1}
.reha-product__security{display:flex;justify-content:center;align-items:center;gap:8px;color:#7B8496;font-size:13px;margin-top:12px}
.reha-product__info{margin-top:44px;border:1px solid var(--reha-line);border-radius:12px;background:#fff;padding:32px 36px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:44px}
.reha-product__description{padding-right:44px;border-right:1px solid var(--reha-line)}
.reha-product__description h2,.reha-product__package h3{margin:0 0 14px;color:var(--reha-text);font-weight:650}
.reha-product__description h2{font-size:22px}
.reha-product__package h3{font-size:18px}
.reha-product__content{color:#536075;font-size:15px;line-height:1.7}
.reha-product__content p:first-child{margin-top:0}
.reha-product__content p:last-child{margin-bottom:0}
.reha-product__package ul{list-style:none!important;padding:0!important;margin:0!important;display:grid;gap:9px}
.reha-product__package li{display:flex;align-items:flex-start;gap:10px;margin:0!important;color:#38445A;font-size:14px;line-height:1.45}
.reha-dot{width:6px;height:6px;min-width:6px;border-radius:50%;background:var(--reha-accent);margin-top:7px}
.reha-product__unavailable{padding:14px 16px;background:#F8FAFC;border:1px solid var(--reha-line);border-radius:8px;color:#64748B;font-size:14px}
.reha-product__native-cart .quantity{display:none!important}
.reha-product__native-cart form.cart{margin:0!important}
.reha-product__native-cart table.variations{width:100%;margin:0 0 16px;border:0}
.reha-product__native-cart table.variations td,.reha-product__native-cart table.variations th{padding:6px 0;border:0;background:transparent}
.reha-product__native-cart table.variations select{width:100%;min-height:44px;border:1px solid var(--reha-line);border-radius:7px;padding:0 12px;background:#fff;color:var(--reha-text)}
.reha-product__native-cart .woocommerce-variation-price{margin:0 0 12px}
.reha-product-empty{padding:28px;border:1px dashed #CDD2DB;border-radius:8px;background:#fff;color:#667085;text-align:center}

@media (max-width:1024px){
    .reha-product{padding:16px 18px 30px}
    .reha-product__hero{grid-template-columns:1fr 1fr;gap:32px}
    .reha-product__media,.reha-product__image{min-height:360px}
    .reha-product__info{padding:26px;gap:30px}
    .reha-product__description{padding-right:30px}
}
@media (max-width:767px){
    .reha-product{padding:12px 14px 24px}
    .reha-product__breadcrumb{font-size:12px;margin-bottom:14px;white-space:nowrap;overflow:auto;padding-bottom:3px}
    .reha-product__hero{grid-template-columns:1fr;gap:24px}
    .reha-product__media{min-height:0;border-radius:10px}
    .reha-product__image{height:auto;min-height:0;max-height:none;aspect-ratio:4/3;object-fit:cover}
    .reha-product__summary{padding-top:0}
    .reha-product__title{font-size:30px;margin-bottom:14px}
    .reha-product__price{font-size:29px;margin-bottom:16px;gap:10px}
    .reha-product__price del{font-size:17px}
    .reha-product__excerpt{font-size:14px;margin-bottom:18px}
    .reha-product__features{gap:10px;margin-bottom:20px!important}
    .reha-product__features li{font-size:14px}
    .reha-product__button,.reha-product__native-cart .single_add_to_cart_button{min-height:54px!important;font-size:15px!important}
    .reha-product__info{margin-top:28px;padding:22px 18px;grid-template-columns:1fr;gap:24px;border-radius:10px}
    .reha-product__description{padding:0 0 22px;border-right:0;border-bottom:1px solid var(--reha-line)}
    .reha-product__content{font-size:14px}
}

/* Reha tekil ürün şablonunda WooCommerce'in standart bildirim kutularını gösterme. */
body.single-product .woocommerce-notices-wrapper,
body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error{
    display:none!important;
}
